@xh/hoist 74.0.0-SNAPSHOT.1747924226267 → 74.0.0-SNAPSHOT.1747942276167
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.
|
@@ -55,7 +55,7 @@ export interface ActionFnData {
|
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* A RecordAction encapsulates a shared set of configuration for items within components such as
|
|
58
|
-
* a Grid Context Menu
|
|
58
|
+
* a Grid Context Menu and RecordActionBar (aka grid context menus and action columns).
|
|
59
59
|
*
|
|
60
60
|
* Components passed these actions will render them with an appropriate UI (e.g. menu item, button)
|
|
61
61
|
* and call their `actionFn` when clicked, passing it a data object (if available) sourced from the
|
package/data/RecordAction.ts
CHANGED
|
@@ -83,7 +83,7 @@ export interface ActionFnData {
|
|
|
83
83
|
|
|
84
84
|
/**
|
|
85
85
|
* A RecordAction encapsulates a shared set of configuration for items within components such as
|
|
86
|
-
* a Grid Context Menu
|
|
86
|
+
* a Grid Context Menu and RecordActionBar (aka grid context menus and action columns).
|
|
87
87
|
*
|
|
88
88
|
* Components passed these actions will render them with an appropriate UI (e.g. menu item, button)
|
|
89
89
|
* and call their `actionFn` when clicked, passing it a data object (if available) sourced from the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "74.0.0-SNAPSHOT.
|
|
3
|
+
"version": "74.0.0-SNAPSHOT.1747942276167",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|