sapenlinea-components 0.9.78 → 0.9.80

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/index.d.ts CHANGED
@@ -33,6 +33,8 @@ interface TableColumn {
33
33
  icon?: string;
34
34
  iconKey?: string;
35
35
  totalizable?: boolean;
36
+ headerClass?: string;
37
+ cellClass?: (row: TableRow) => string;
36
38
  }
37
39
  interface SubColumn {
38
40
  key: string;
@@ -2126,22 +2128,24 @@ interface DataCard {
2126
2128
  title: string;
2127
2129
  time: string;
2128
2130
  date: string;
2129
- previousStatus: string;
2130
- currentStatus: string;
2131
+ previousStatus?: any;
2132
+ currentStatus?: any;
2131
2133
  type: string;
2132
- responsible: string;
2133
- description: string;
2134
+ responsible?: string;
2135
+ description?: string;
2136
+ actionType?: 'create' | 'update' | 'delete';
2134
2137
  }
2135
2138
  declare class CardHistory {
2136
2139
  DataCard: _angular_core.InputSignal<DataCard | undefined>;
2137
2140
  isExpanded: _angular_core.WritableSignal<boolean>;
2141
+ withResponsible: _angular_core.InputSignal<boolean>;
2138
2142
  private months;
2139
2143
  toggleExpanded(): void;
2140
2144
  formatDate(isoDate: string): string;
2141
2145
  private readonly statusData;
2142
2146
  getBadgeClass(status: string): string;
2143
2147
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardHistory, never>;
2144
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardHistory, "lib-card-history", never, { "DataCard": { "alias": "DataCard"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2148
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardHistory, "lib-card-history", never, { "DataCard": { "alias": "DataCard"; "required": false; "isSignal": true; }; "withResponsible": { "alias": "withResponsible"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2145
2149
  }
2146
2150
 
2147
2151
  export { BarChart, BaseChart, Button, ButtonCards, CARD_BG, CardContent, CardHistory, Colors, DateTimeFilter, DateTimePicker, DevicesCarousel, DialogAlertComponent, DialogConfirmation, DocumentUpload, DonutChart, DynamicFormFields, FeatureCard, Footer, GeoAPIMaps, Heatmap, InfoGroup, Input, InputNumberFilter, InputSelectFilter, InputTextFilter, InputTimeFilter, KpiCard, LineChart, LoadImage, Loader, MapGeo, ModalForm, NotFoundModal, NotFoundSection, NotificationModal, OptionCard, PaginationComponent, PdfViewer, PdfViewerService, ProcessingOverlay, ProgressBar, ProgressFormService, QuickAccessCards, SelectCustomSearch, SideCard, SideCardDetail, TOAST_EVENTS, Table, TableChart, Tabs, TitleFilters, Toast, ToastHelper, ToastService, ToggleCustom, UI_CHART_TOKENS, WizardForm };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sapenlinea-components",
3
- "version": "0.9.78",
3
+ "version": "0.9.80",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",