Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

barsa-develop-components

Package Overview
Dependencies
Maintainers
0
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

barsa-develop-components - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

29

lib/column-progressbar/column-progressbar.component.d.ts

@@ -1,4 +0,4 @@

import { OnInit, SimpleChanges, ElementRef, Renderer2 } from '@angular/core';
import { OnInit, ElementRef, Renderer2 } from '@angular/core';
import { ProgressIndicatorState } from '@fundamental-ngx/core';
import { LayoutSetting, MetaobjectDataModel } from 'barsa-novin-ray-core';
import { ColumnValuePipe, FindColumnByDbNamePipe, LayoutSetting, MetaobjectDataModel } from 'barsa-novin-ray-core';
import { ColumnRendererComponent } from 'barsa-sap-ui';

@@ -8,15 +8,30 @@ import * as i0 from "@angular/core";

layout94: LayoutSetting;
parameters: MetaobjectDataModel;
customUnitValueMax: number;
parameters: ColumnProgressbarSettings;
maxValue: string;
customUntitValueNow: number;
customUnits: string;
unit: string;
valueText: string;
state: ProgressIndicatorState;
_el: ElementRef<any>;
_renderer2: Renderer2;
_findColumnByDbName: FindColumnByDbNamePipe;
_columnValuePipe: ColumnValuePipe;
ngOnInit(): void;
ngAfterViewInit(): void;
ngOnChanges(changes: SimpleChanges): void;
_prepareValue(value: string): void;
_setValueText(): void;
_setMaxValue(): void;
_setColor(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnProgressbarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnProgressbarComponent, "bdc-column-progressbar", never, { "layout94": { "alias": "layout94"; "required": false; }; "parameters": { "alias": "parameters"; "required": false; }; }, {}, never, never, false, never>;
}
interface ColumnProgressbarSettings extends MetaobjectDataModel {
ColorField: string;
Color: string;
Units: string;
MaxValue: string;
MaxValueField: string;
State: number;
State$Caption: ProgressIndicatorState;
ValueText: string;
}
export {};
{
"name": "barsa-develop-components",
"version": "2.1.3",
"version": "2.1.4",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/core": "^18.0.3",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc