@infomaximum/widget-sdk 4.0.0-beta45 → 4.0.0-beta47

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -250,7 +250,7 @@ declare enum EFormattingPresets {
250
250
  "R[-]YY" = "R[-]YY"
251
251
  }
252
252
  interface IWidgetFormatting {
253
- getFormattedValue: (value: string, formatType: EFormatTypes, formatTemplate: TNullable<string>) => string;
253
+ getFormattedValue: (value: string, formatType: EFormatTypes, formatting: EFormattingPresets, formatTemplate: TNullable<string>) => string;
254
254
  }
255
255
 
256
256
  declare enum ELastTimeUnit {
@@ -478,6 +478,7 @@ type TColor = {
478
478
  mode: EColorMode.GRADIENT;
479
479
  startValue: string;
480
480
  endValue: string;
481
+ classCount?: TNullable<number>;
481
482
  } | {
482
483
  mode: EColorMode.AUTO;
483
484
  } | TColorRule | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infomaximum/widget-sdk",
3
- "version": "4.0.0-beta45",
3
+ "version": "4.0.0-beta47",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",