@annalib/anna-core 31.6.21 → 31.7.1

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,14 @@
1
+ import { EventEmitter } from "@angular/core";
2
+ import { FeatureDetails, LicensingPlan } from "../../models/anna-licensing-table.model";
3
+ import * as i0 from "@angular/core";
4
+ export declare class AnnaLicensingTableComponent {
5
+ plans: LicensingPlan[];
6
+ isEditMode: boolean;
7
+ loading: boolean;
8
+ defaultListing: boolean;
9
+ editingCurrentPlan: boolean;
10
+ specificationChanged: EventEmitter<any>;
11
+ onValueChange(updatedValue: any, featureDetails: FeatureDetails): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<AnnaLicensingTableComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnnaLicensingTableComponent, "anna-core-licensing-table", never, { "plans": { "alias": "plans"; "required": false; }; "isEditMode": { "alias": "isEditMode"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "defaultListing": { "alias": "defaultListing"; "required": false; }; "editingCurrentPlan": { "alias": "editingCurrentPlan"; "required": false; }; }, { "specificationChanged": "specificationChanged"; }, never, never, true, never>;
14
+ }
@@ -0,0 +1,18 @@
1
+ export declare class LicensingPlan {
2
+ Id: number;
3
+ PlanId: number;
4
+ PlanName: string;
5
+ PlanStartDate?: string;
6
+ PlanEndDate?: string;
7
+ PlanExpiryDays?: number;
8
+ FeatureDetails: FeatureDetails[];
9
+ constructor(data: any);
10
+ }
11
+ export declare class FeatureDetails {
12
+ FeatureId: number;
13
+ FeatureName: string;
14
+ FeatureDescription: string;
15
+ IsEnabled: boolean;
16
+ Specification: any[];
17
+ constructor(data: any);
18
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class UpdateStationIdService {
3
+ updateStationIdInLocalStorage(stationIds: string[] | number[]): void;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<UpdateStationIdService, never>;
5
+ static ɵprov: i0.ɵɵInjectableDeclaration<UpdateStationIdService>;
6
+ }
@@ -36,8 +36,9 @@ import * as i34 from "./anna-core-shared-lib/pipes/annaConvertArrayToCommaSepera
36
36
  import * as i35 from "./anna-core-shared-lib/directives/fixed-rows-popup-table/fixed-rows-popup-table.directive";
37
37
  import * as i36 from "./anna-core-shared-lib/components/anna-est-icon-template/anna-est-icon-template.component";
38
38
  import * as i37 from "./anna-core-shared-lib/components/anna-spinner-loader/anna-spinner-loader.component";
39
+ import * as i38 from "./anna-core-shared-lib/components/anna-licensing-table/anna-licensing-table.component";
39
40
  export declare class AnnaCoreModule {
40
41
  static ɵfac: i0.ɵɵFactoryDeclaration<AnnaCoreModule, never>;
41
- static ɵmod: i0.ɵɵNgModuleDeclaration<AnnaCoreModule, never, [typeof i1.CommonModule, typeof i2.NgbModule, typeof i3.FormsModule, typeof i4.MatRadioModule, typeof i5.MatButtonToggleModule, typeof i6.MatTableModule, typeof i7.NgxSliderModule, typeof i8.NgxSkeletonLoaderModule, typeof i9.ScrollingModule, typeof i10.NgCircleProgressModule, typeof i11.AnnaNoDataComponent, typeof i12.AnnaFilterSearchedTextPipe, typeof i13.AnnaConvertZeroOrNullOrUndefinedPipe, typeof i14.AnnaTypeofDataPipe, typeof i12.AnnaFilterSearchedTextPipe, typeof i15.AnnaReplaceCharPipe, typeof i16.AnnaBuyerApprovalIconTemplateComponent, typeof i17.AnnaLiveIconTemplateComponent, typeof i18.AnnaNotifyIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i20.AnnaRejectedIconTemplateComponent, typeof i21.ShowEllipsisTextOnHoverDirective, typeof i22.AnnaIconColumnComponent, typeof i23.AnnaWeekCalendarComponent, typeof i24.AnnaCalendarFilterComponent, typeof i25.AnnaSortComponent, typeof i26.AnnaNonEditableGenericTableComponent, typeof i27.DigitOnlyDirective, typeof i28.AnnaColumnDateRangeFilterComponent, typeof i29.AnnaColumnTimeFilterComponent, typeof i30.AnnaColumnCheckboxFilterComponent, typeof i31.AnnaDeletedOrderIconTemplateComponent, typeof i32.AnnaColumnSliderFilterComponent, typeof i33.AnnaDateFormatterPipe, typeof i34.AnnaConvertArrayToCommaSeperatedValue, typeof i35.FixedRowsPopupTableDirective, typeof i36.AnnaEstIconTemplateComponent, typeof i37.AnnaSpinnerLoaderComponent], [typeof i11.AnnaNoDataComponent, typeof i12.AnnaFilterSearchedTextPipe, typeof i13.AnnaConvertZeroOrNullOrUndefinedPipe, typeof i14.AnnaTypeofDataPipe, typeof i15.AnnaReplaceCharPipe, typeof i12.AnnaFilterSearchedTextPipe, typeof i16.AnnaBuyerApprovalIconTemplateComponent, typeof i17.AnnaLiveIconTemplateComponent, typeof i18.AnnaNotifyIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i20.AnnaRejectedIconTemplateComponent, typeof i21.ShowEllipsisTextOnHoverDirective, typeof i22.AnnaIconColumnComponent, typeof i23.AnnaWeekCalendarComponent, typeof i24.AnnaCalendarFilterComponent, typeof i25.AnnaSortComponent, typeof i26.AnnaNonEditableGenericTableComponent, typeof i28.AnnaColumnDateRangeFilterComponent, typeof i29.AnnaColumnTimeFilterComponent, typeof i30.AnnaColumnCheckboxFilterComponent, typeof i27.DigitOnlyDirective, typeof i31.AnnaDeletedOrderIconTemplateComponent, typeof i32.AnnaColumnSliderFilterComponent, typeof i33.AnnaDateFormatterPipe, typeof i34.AnnaConvertArrayToCommaSeperatedValue, typeof i35.FixedRowsPopupTableDirective, typeof i37.AnnaSpinnerLoaderComponent]>;
42
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AnnaCoreModule, never, [typeof i1.CommonModule, typeof i2.NgbModule, typeof i3.FormsModule, typeof i4.MatRadioModule, typeof i5.MatButtonToggleModule, typeof i6.MatTableModule, typeof i7.NgxSliderModule, typeof i8.NgxSkeletonLoaderModule, typeof i9.ScrollingModule, typeof i10.NgCircleProgressModule, typeof i11.AnnaNoDataComponent, typeof i12.AnnaFilterSearchedTextPipe, typeof i13.AnnaConvertZeroOrNullOrUndefinedPipe, typeof i14.AnnaTypeofDataPipe, typeof i12.AnnaFilterSearchedTextPipe, typeof i15.AnnaReplaceCharPipe, typeof i16.AnnaBuyerApprovalIconTemplateComponent, typeof i17.AnnaLiveIconTemplateComponent, typeof i18.AnnaNotifyIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i20.AnnaRejectedIconTemplateComponent, typeof i21.ShowEllipsisTextOnHoverDirective, typeof i22.AnnaIconColumnComponent, typeof i23.AnnaWeekCalendarComponent, typeof i24.AnnaCalendarFilterComponent, typeof i25.AnnaSortComponent, typeof i26.AnnaNonEditableGenericTableComponent, typeof i27.DigitOnlyDirective, typeof i28.AnnaColumnDateRangeFilterComponent, typeof i29.AnnaColumnTimeFilterComponent, typeof i30.AnnaColumnCheckboxFilterComponent, typeof i31.AnnaDeletedOrderIconTemplateComponent, typeof i32.AnnaColumnSliderFilterComponent, typeof i33.AnnaDateFormatterPipe, typeof i34.AnnaConvertArrayToCommaSeperatedValue, typeof i35.FixedRowsPopupTableDirective, typeof i36.AnnaEstIconTemplateComponent, typeof i37.AnnaSpinnerLoaderComponent, typeof i38.AnnaLicensingTableComponent], [typeof i11.AnnaNoDataComponent, typeof i12.AnnaFilterSearchedTextPipe, typeof i13.AnnaConvertZeroOrNullOrUndefinedPipe, typeof i14.AnnaTypeofDataPipe, typeof i15.AnnaReplaceCharPipe, typeof i12.AnnaFilterSearchedTextPipe, typeof i16.AnnaBuyerApprovalIconTemplateComponent, typeof i17.AnnaLiveIconTemplateComponent, typeof i18.AnnaNotifyIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i19.AnnaPayForPerformanceIconTemplateComponent, typeof i20.AnnaRejectedIconTemplateComponent, typeof i21.ShowEllipsisTextOnHoverDirective, typeof i22.AnnaIconColumnComponent, typeof i23.AnnaWeekCalendarComponent, typeof i24.AnnaCalendarFilterComponent, typeof i25.AnnaSortComponent, typeof i26.AnnaNonEditableGenericTableComponent, typeof i28.AnnaColumnDateRangeFilterComponent, typeof i29.AnnaColumnTimeFilterComponent, typeof i30.AnnaColumnCheckboxFilterComponent, typeof i27.DigitOnlyDirective, typeof i31.AnnaDeletedOrderIconTemplateComponent, typeof i32.AnnaColumnSliderFilterComponent, typeof i33.AnnaDateFormatterPipe, typeof i34.AnnaConvertArrayToCommaSeperatedValue, typeof i35.FixedRowsPopupTableDirective, typeof i37.AnnaSpinnerLoaderComponent, typeof i38.AnnaLicensingTableComponent]>;
42
43
  static ɵinj: i0.ɵɵInjectorDeclaration<AnnaCoreModule>;
43
44
  }
@@ -116,7 +116,7 @@ export declare class AnnaNonEditableGenericTableComponent implements OnInit, OnC
116
116
  intialRowLimit: number;
117
117
  end: number;
118
118
  renderedData: any[];
119
- selectedProgramIdForDownload: number;
119
+ selectedInventoryIdForDownload: number;
120
120
  selectedDemographicForDownload: any;
121
121
  selectedRowTypeForDownload: string;
122
122
  heightOfCheckboxTooltipFilter: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "31.6.21",
3
+ "version": "31.7.1",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^17.0.2",
6
6
  "@angular/common": "^17.3.12",
package/public-api.d.ts CHANGED
@@ -3,6 +3,7 @@ export * from "./lib/anna-core-shared-lib/components/anna-buyer-approval-icon-te
3
3
  export * from "./lib/anna-core-shared-lib/components/anna-circular-progress/anna-circular-progress.component";
4
4
  export * from "./lib/anna-core-shared-lib/components/anna-deleted-order-icon-template/anna-deleted-order-icon-template.component";
5
5
  export * from "./lib/anna-core-shared-lib/components/anna-icon-column/anna-icon-column.component";
6
+ export * from "./lib/anna-core-shared-lib/components/anna-licensing-table/anna-licensing-table.component";
6
7
  export * from "./lib/anna-core-shared-lib/components/anna-live-icon-template/anna-live-icon-template.component";
7
8
  export * from "./lib/anna-core-shared-lib/components/anna-no-data/anna-no-data.component";
8
9
  export * from "./lib/anna-core-shared-lib/components/anna-notify-icon-template/anna-notify-icon-template.component";
@@ -19,8 +20,10 @@ export * from "./lib/anna-core-shared-lib/services/anna-persisting-filter.servic
19
20
  export * from "./lib/anna-core-shared-lib/services/anna-regex-patterns.service";
20
21
  export * from "./lib/anna-core-shared-lib/services/anna-sort.service";
21
22
  export * from "./lib/anna-core-shared-lib/services/anna-spinner-loader.service";
23
+ export * from "./lib/anna-core-shared-lib/services/update-station-id.service";
22
24
  export * from "./lib/anna-core-shared-lib/models/anna-generic-data-type.model";
23
25
  export * from "./lib/anna-core-shared-lib/models/anna-global-dropdown-config.model";
26
+ export * from "./lib/anna-core-shared-lib/models/anna-licensing-table.model";
24
27
  export * from "./lib/anna-core-shared-lib/models/anna-non-editable-gt-models";
25
28
  export * from "./lib/anna-core-shared-lib/models/anna-sort.model";
26
29
  export * from "./lib/anna-core-shared-lib/models/anna-tooltip.model";