@xh/hoist 77.0.0-SNAPSHOT.1759415601909 → 77.0.0-SNAPSHOT.1759849276739
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.
|
@@ -9,7 +9,7 @@ import { Class } from 'type-fest';
|
|
|
9
9
|
*
|
|
10
10
|
* The most common use of `HoistModel` is to support Hoist components. Components can be configured
|
|
11
11
|
* to create or lookup an instance of an appropriate model subclass using the `model` config passed
|
|
12
|
-
* to {@link
|
|
12
|
+
* to {@link hoistCmp.factory}. Hoist will automatically pass the resolved model instance as a
|
|
13
13
|
* prop to the component's `render()` function, where the model's properties can be read/rendered
|
|
14
14
|
* and any imperative APIs wired to buttons, callbacks, and other handlers.
|
|
15
15
|
*
|
package/core/model/HoistModel.ts
CHANGED
|
@@ -20,7 +20,7 @@ import {Class} from 'type-fest';
|
|
|
20
20
|
*
|
|
21
21
|
* The most common use of `HoistModel` is to support Hoist components. Components can be configured
|
|
22
22
|
* to create or lookup an instance of an appropriate model subclass using the `model` config passed
|
|
23
|
-
* to {@link
|
|
23
|
+
* to {@link hoistCmp.factory}. Hoist will automatically pass the resolved model instance as a
|
|
24
24
|
* prop to the component's `render()` function, where the model's properties can be read/rendered
|
|
25
25
|
* and any imperative APIs wired to buttons, callbacks, and other handlers.
|
|
26
26
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "77.0.0-SNAPSHOT.
|
|
3
|
+
"version": "77.0.0-SNAPSHOT.1759849276739",
|
|
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",
|