@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.js
CHANGED
|
@@ -19075,6 +19075,7 @@ var WidgetCardHeader_Component = function WidgetCardHeader_Component(_ref) {
|
|
|
19075
19075
|
onSplitHorizontal = _ref$onSplitHorizonta === void 0 ? null : _ref$onSplitHorizonta,
|
|
19076
19076
|
_ref$onSplitVertical = _ref.onSplitVertical,
|
|
19077
19077
|
onSplitVertical = _ref$onSplitVertical === void 0 ? null : _ref$onSplitVertical,
|
|
19078
|
+
onEditWithAI = _ref.onEditWithAI,
|
|
19078
19079
|
_ref$isSelected = _ref.isSelected,
|
|
19079
19080
|
isSelected = _ref$isSelected === void 0 ? false : _ref$isSelected,
|
|
19080
19081
|
_ref$isSelectable = _ref.isSelectable,
|
|
@@ -19098,6 +19099,7 @@ var WidgetCardHeader_Component = function WidgetCardHeader_Component(_ref) {
|
|
|
19098
19099
|
onDelete: onDelete,
|
|
19099
19100
|
onSplitHorizontal: onSplitHorizontal,
|
|
19100
19101
|
onSplitVertical: onSplitVertical,
|
|
19102
|
+
onEditWithAI: onEditWithAI,
|
|
19101
19103
|
isSelected: isSelected,
|
|
19102
19104
|
isSelectable: isSelectable,
|
|
19103
19105
|
onToggleSelect: onToggleSelect
|