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.
- package/package.json +1 -1
- package/widget.d.ts +5 -0
package/package.json
CHANGED
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;
|