@isettingkit/business-rules 2.1.6 → 2.1.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/dist/index.es.d.ts +2 -0
- package/dist/index.es.js +1537 -1509
- package/package.json +1 -1
package/dist/index.es.d.ts
CHANGED
|
@@ -241,6 +241,7 @@ export declare interface IDragAndDropBoxes {
|
|
|
241
241
|
from: "left" | "right";
|
|
242
242
|
to: "left" | "right";
|
|
243
243
|
}) => void;
|
|
244
|
+
locked?: boolean;
|
|
244
245
|
}
|
|
245
246
|
|
|
246
247
|
export declare interface IDragAndDropColumn {
|
|
@@ -262,6 +263,7 @@ export declare interface IDraggableList {
|
|
|
262
263
|
from: IListSide;
|
|
263
264
|
to: IListSide;
|
|
264
265
|
}) => void;
|
|
266
|
+
locked?: boolean;
|
|
265
267
|
}
|
|
266
268
|
|
|
267
269
|
export declare interface IDropdownMenu {
|