plmt-constructor-sdk 0.13.8 → 0.13.9

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/config.d.ts CHANGED
@@ -10,7 +10,7 @@ import { configDataBlock_Server } from './__internal__/config';
10
10
  import { viewSettingsItemValue } from './__internal__/view-settings';
11
11
  export declare enum DataQueryMethod {
12
12
  Table = "table",
13
- PivotTable = "pivot-table",
13
+ PivotTable = "pivot",
14
14
  Aggregate = "aggregate"
15
15
  }
16
16
  export declare enum DataQueryFunction {
package/config.js CHANGED
@@ -15,7 +15,7 @@ const view_settings_1 = require("./__internal__/view-settings");
15
15
  var DataQueryMethod;
16
16
  (function (DataQueryMethod) {
17
17
  DataQueryMethod["Table"] = "table";
18
- DataQueryMethod["PivotTable"] = "pivot-table";
18
+ DataQueryMethod["PivotTable"] = "pivot";
19
19
  DataQueryMethod["Aggregate"] = "aggregate";
20
20
  })(DataQueryMethod = exports.DataQueryMethod || (exports.DataQueryMethod = {}));
21
21
  var DataQueryFunction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plmt-constructor-sdk",
3
- "version": "0.13.8",
3
+ "version": "0.13.9",
4
4
  "description": "Набор инструментов для создания виджетов.",
5
5
  "dependencies": {
6
6
  "logical-not": "^1.0.9"