@infomaximum/widget-sdk 6.0.0-7 → 6.0.0-8

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [6.0.0-8](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-7...v6.0.0-8) (2025-09-11)
6
+
5
7
  ## [6.0.0-7](https://github.com/Infomaximum/widget-sdk/compare/v6.0.0-6...v6.0.0-7) (2025-09-10)
6
8
 
7
9
 
package/dist/index.d.ts CHANGED
@@ -1447,7 +1447,6 @@ interface IFormulaControl {
1447
1447
  dbDataType: string | undefined;
1448
1448
  };
1449
1449
  props: {
1450
- showModeToggle?: boolean;
1451
1450
  indicatorConfig?: ({
1452
1451
  type: "measure";
1453
1452
  templates?: TWidgetMeasureData["templates"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infomaximum/widget-sdk",
3
- "version": "6.0.0-7",
3
+ "version": "6.0.0-8",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",