@infomaximum/widget-sdk 4.0.0-next2 → 4.0.0-next3

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1429,7 +1429,7 @@ interface IDefinition<WidgetSettings extends IBaseWidgetSettings, GroupSettings
1429
1429
  /** заполняет настройки значениями по умолчанию */
1430
1430
  fillSettings: IFillSettings<WidgetSettings>;
1431
1431
  /** возвращает ключи показателей(разрезов или мер), для которых должна работать системная сортировка */
1432
- getSortableIndicatorsKeys(): Readonly<StringKeyOf<WidgetSettings>[]>;
1432
+ getSortableIndicatorsKeys?(): Readonly<StringKeyOf<WidgetSettings>[]>;
1433
1433
  }
1434
1434
 
1435
1435
  type TContextMenu = (TContextMenuList | TContextMenuButtonGroup) & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infomaximum/widget-sdk",
3
- "version": "4.0.0-next2",
3
+ "version": "4.0.0-next3",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",