@mezzanine-ui/core
Advanced tools
Comparing version 0.13.0 to 0.13.1
{ | ||
"name": "@mezzanine-ui/core", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Core for mezzanine-ui", | ||
@@ -39,4 +39,4 @@ "author": "Mezzanine", | ||
"dependencies": { | ||
"@mezzanine-ui/icons": "^0.13.0", | ||
"@mezzanine-ui/system": "^0.13.0", | ||
"@mezzanine-ui/icons": "^0.13.1", | ||
"@mezzanine-ui/system": "^0.13.1", | ||
"lodash": "^4.17.21", | ||
@@ -43,0 +43,0 @@ "tslib": "^2.4.1" |
@@ -21,2 +21,3 @@ export declare const tableScrollContainerPrefix = "mzn-table-scroll-area"; | ||
readonly bodyRow: `${string}__row`; | ||
readonly bodyRowDragging: `${string}__row--drag`; | ||
readonly bodyRowHighlight: `${string}__row--highlight`; | ||
@@ -85,2 +86,7 @@ readonly bodyRowCellWrapper: `${string}__row__cellWrapper`; | ||
} | ||
/** === Feature draggable */ | ||
export interface TableDraggable { | ||
enabled: boolean; | ||
onDragEnd?: (nextDataSource: any[]) => void; | ||
} | ||
/** === Feature Expandable */ | ||
@@ -87,0 +93,0 @@ export type ExpandRowBySources = { |
@@ -21,2 +21,3 @@ const tableScrollContainerPrefix = 'mzn-table-scroll-area'; | ||
bodyRow: `${tableBodyPrefix}__row`, | ||
bodyRowDragging: `${tableBodyPrefix}__row--drag`, | ||
bodyRowHighlight: `${tableBodyPrefix}__row--highlight`, | ||
@@ -23,0 +24,0 @@ bodyRowCellWrapper: `${tableBodyPrefix}__row__cellWrapper`, |
Sorry, the diff of this file is not supported yet
206036
2536
Updated@mezzanine-ui/icons@^0.13.1
Updated@mezzanine-ui/system@^0.13.1