plmt-constructor-sdk 0.17.3 → 0.17.4

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/package.json +1 -1
  2. package/widget.d.ts +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plmt-constructor-sdk",
3
- "version": "0.17.3",
3
+ "version": "0.17.4",
4
4
  "description": "Набор инструментов для создания виджетов.",
5
5
  "dependencies": {
6
6
  "logical-not": "^1.0.9"
package/widget.d.ts CHANGED
@@ -234,6 +234,11 @@ export interface HiddenColumnIds {
234
234
  }
235
235
  export interface ShowColumnIds {
236
236
  showColumnIds: number[];
237
+ /** Колонки в виджете могут быть перемешаны относительно **dataSettings** виджета
238
+ * Если **shuffle** включён то поиск колонок из **showColumnIds** будет осуществляться по всем **dataOptions**
239
+ * и перемещать колонку из другого блока в текущий
240
+ */
241
+ shuffle?: true;
237
242
  }
238
243
  export interface DataOptionSort {
239
244
  column_id: number;