intelica-library-components 1.1.12 → 1.1.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/index.d.ts CHANGED
@@ -21,7 +21,7 @@ declare class TermPipe implements PipeTransform {
21
21
  }
22
22
 
23
23
  declare class FormatAmountPipe implements PipeTransform {
24
- transform(value: number | string | null | undefined, shortFormat?: boolean, decimalPlaces?: number): string;
24
+ transform(value: number | string | null | undefined, shortFormat?: boolean, decimalPlaces?: number, validNegative?: boolean): string;
25
25
  private getShortFormat;
26
26
  private formatWithThousandSeparators;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<FormatAmountPipe, never>;
@@ -52,6 +52,7 @@ declare const Color: {
52
52
  amex: string;
53
53
  orange: string;
54
54
  orangeDark: string;
55
+ skyBlue: string;
55
56
  blue: string;
56
57
  gray: string;
57
58
  gray3: string;
@@ -1692,6 +1693,20 @@ declare class IntelicaAlertComponent {
1692
1693
  static ɵcmp: i0.ɵɵComponentDeclaration<IntelicaAlertComponent, "intelica-alert", never, {}, {}, never, never, true, never>;
1693
1694
  }
1694
1695
 
1696
+ declare class AddFavoritesComponent implements OnInit {
1697
+ readonly termService: GlobalTermService;
1698
+ private readonly favoritesMock;
1699
+ readonly favoriteChanged: i0.OutputEmitterRef<boolean>;
1700
+ private isFavorite;
1701
+ iconClass: string;
1702
+ ngOnInit(): void;
1703
+ toggleFavorite(): void;
1704
+ private loadInitialState;
1705
+ private updateIcon;
1706
+ static ɵfac: i0.ɵɵFactoryDeclaration<AddFavoritesComponent, never>;
1707
+ static ɵcmp: i0.ɵɵComponentDeclaration<AddFavoritesComponent, "intelica-add-favorites", never, {}, { "favoriteChanged": "favoriteChanged"; }, never, never, true, never>;
1708
+ }
1709
+
1695
1710
  declare class CheckboxFilterDirective extends FilterDirective implements OnChanges, ControlValueAccessor {
1696
1711
  constructor();
1697
1712
  modeCheckBox: string;
@@ -2330,6 +2345,19 @@ declare class EchartService {
2330
2345
  * @returns
2331
2346
  */
2332
2347
  getRateDoughnutPieOptions(letter: string, value: number, textSize: number, color: string, total?: number): EChartsOption;
2348
+ /**
2349
+ * Semi doughnut gauge (half circle) with:
2350
+ * - Progress arc
2351
+ * - End dot
2352
+ * - Center letter
2353
+ *
2354
+ * @param letter - Text to show in the center
2355
+ * @param value - Current value
2356
+ * @param textSize - Center letter font size
2357
+ * @param color - Progress and end dot color
2358
+ * @param total - Max value (default 100)
2359
+ */
2360
+ getRateSemiDoughnutOptions(letter: string, value: number, textSize: number, color: string, total?: number): EChartsOption;
2333
2361
  static ɵfac: i0.ɵɵFactoryDeclaration<EchartService, never>;
2334
2362
  static ɵprov: i0.ɵɵInjectableDeclaration<EchartService>;
2335
2363
  }
@@ -2401,5 +2429,5 @@ declare function GetCookieAttributes(environment: string): CookieAttributes;
2401
2429
 
2402
2430
  declare const IntelicaTheme: _primeuix_themes_types.Preset<_primeuix_themes_aura_base.AuraBaseDesignTokens>;
2403
2431
 
2404
- export { ALERT_DEFAULTS, ALERT_ICON_PATHS, ALERT_TYPE_CONFIG, ActionDirective, ActionsMenuComponent, AlertButtonMode, AlertService, AlertType, ButtonSplitComponent, CheckboxFilterDirective, Color, ColumnComponent, ColumnGroupComponent, CompareByField, ConfigService, CookieAttributesGeneral, DATEPICKER_BUTTON_TYPES, DataDirective, DateFilterDirective, DateModeOptions, DatepickerComponent, DynamicInputValidation, EchartComponent, EchartService, ElementService, EmailInputValidation, ErrorInterceptor, FeatureFlagService, FilterChipsComponent, FiltersComponent, FormatAmountPipe, GetCookieAttributes, GlobalFeatureFlagService, GlobalTermService, HtmlToExcelService, InitializeConfigService, InputValidation, IntelicaAlertComponent, IntelicaCellCheckboxDirective, IntelicaTheme, ItemSplitDirective, LanguageService, MatrixColumnComponent, MatrixColumnGroupComponent, MatrixTableComponent, ModalDialogComponent, MultiSelectComponent, OrderConstants, PaginatorComponent, Patterns, PopoverComponent, ProfileService, RecordPerPageComponent, RefreshTokenInterceptor, RouteGuard, RowResumenComponent, RowResumenTreeComponent, SearchComponent, SelectDetailFilterDirective, SelectFilterDirective, SharedService, SkeletonChartComponent, SkeletonComponent, SkeletonService, SkeletonTableComponent, SortingComponent, SpinnerComponent, SpinnerService, SweetAlertService, TableComponent, TableFetchComponent, TableSortOrder, TemplateDirective, TemplateMenuComponent, TermGuard, TermPipe, TermService, TextAreaFilterDirective, TextFilterDirective, TextRangeFilterDirective, TreeColumnComponent, TreeColumnGroupComponent, TreeTableComponent, TruncatePipe, decryptData, encryptData, getColor };
2432
+ export { ALERT_DEFAULTS, ALERT_ICON_PATHS, ALERT_TYPE_CONFIG, ActionDirective, ActionsMenuComponent, AddFavoritesComponent, AlertButtonMode, AlertService, AlertType, ButtonSplitComponent, CheckboxFilterDirective, Color, ColumnComponent, ColumnGroupComponent, CompareByField, ConfigService, CookieAttributesGeneral, DATEPICKER_BUTTON_TYPES, DataDirective, DateFilterDirective, DateModeOptions, DatepickerComponent, DynamicInputValidation, EchartComponent, EchartService, ElementService, EmailInputValidation, ErrorInterceptor, FeatureFlagService, FilterChipsComponent, FiltersComponent, FormatAmountPipe, GetCookieAttributes, GlobalFeatureFlagService, GlobalTermService, HtmlToExcelService, InitializeConfigService, InputValidation, IntelicaAlertComponent, IntelicaCellCheckboxDirective, IntelicaTheme, ItemSplitDirective, LanguageService, MatrixColumnComponent, MatrixColumnGroupComponent, MatrixTableComponent, ModalDialogComponent, MultiSelectComponent, OrderConstants, PaginatorComponent, Patterns, PopoverComponent, ProfileService, RecordPerPageComponent, RefreshTokenInterceptor, RouteGuard, RowResumenComponent, RowResumenTreeComponent, SearchComponent, SelectDetailFilterDirective, SelectFilterDirective, SharedService, SkeletonChartComponent, SkeletonComponent, SkeletonService, SkeletonTableComponent, SortingComponent, SpinnerComponent, SpinnerService, SweetAlertService, TableComponent, TableFetchComponent, TableSortOrder, TemplateDirective, TemplateMenuComponent, TermGuard, TermPipe, TermService, TextAreaFilterDirective, TextFilterDirective, TextRangeFilterDirective, TreeColumnComponent, TreeColumnGroupComponent, TreeTableComponent, TruncatePipe, decryptData, encryptData, getColor };
2405
2433
  export type { AlertButtonConfig, AlertConfig, AlertResult, AlertStyleConfig, AlertTypeConfig, CascadeFilterModel, ColorName, CookieAttributes, CustomButtonType, DateMode, ExportExcelCommand, FilterModel, ICell, IExcelColumnName, IExcelHeaderGroup, IFilter, PopoverInformationModel, PropertiesModel, QueryParametersModel, SearchFieldModel, SearchInputModel, SortFieldModel };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelica-library-components",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",