@trops/dash-core 0.1.322 → 0.1.323
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.esm.js +2 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -19057,6 +19057,7 @@ var WidgetCardHeader_Component = function WidgetCardHeader_Component(_ref) {
|
|
|
19057
19057
|
onSplitHorizontal = _ref$onSplitHorizonta === void 0 ? null : _ref$onSplitHorizonta,
|
|
19058
19058
|
_ref$onSplitVertical = _ref.onSplitVertical,
|
|
19059
19059
|
onSplitVertical = _ref$onSplitVertical === void 0 ? null : _ref$onSplitVertical,
|
|
19060
|
+
onEditWithAI = _ref.onEditWithAI,
|
|
19060
19061
|
_ref$isSelected = _ref.isSelected,
|
|
19061
19062
|
isSelected = _ref$isSelected === void 0 ? false : _ref$isSelected,
|
|
19062
19063
|
_ref$isSelectable = _ref.isSelectable,
|
|
@@ -19080,6 +19081,7 @@ var WidgetCardHeader_Component = function WidgetCardHeader_Component(_ref) {
|
|
|
19080
19081
|
onDelete: onDelete,
|
|
19081
19082
|
onSplitHorizontal: onSplitHorizontal,
|
|
19082
19083
|
onSplitVertical: onSplitVertical,
|
|
19084
|
+
onEditWithAI: onEditWithAI,
|
|
19083
19085
|
isSelected: isSelected,
|
|
19084
19086
|
isSelectable: isSelectable,
|
|
19085
19087
|
onToggleSelect: onToggleSelect
|