@xh/hoist 73.0.0-SNAPSHOT.1744738564384 → 73.0.0-SNAPSHOT.1745417754393
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/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@ import { BoxProps, HoistProps } from '@xh/hoist/core';
|
|
|
3
3
|
import { Store } from '@xh/hoist/data';
|
|
4
4
|
export interface StoreCountLabelProps extends HoistProps, BoxProps {
|
|
5
5
|
/** Store to which this component should bind. */
|
|
6
|
-
store
|
|
6
|
+
store: Store;
|
|
7
7
|
/**
|
|
8
8
|
* True to count nested child records.
|
|
9
9
|
* If false (default) only root records will be included in count.
|
|
@@ -12,7 +12,7 @@ import {pluralize, singularize} from '@xh/hoist/utils/js';
|
|
|
12
12
|
|
|
13
13
|
export interface StoreCountLabelProps extends HoistProps, BoxProps {
|
|
14
14
|
/** Store to which this component should bind. */
|
|
15
|
-
store
|
|
15
|
+
store: Store;
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* True to count nested child records.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "73.0.0-SNAPSHOT.
|
|
3
|
+
"version": "73.0.0-SNAPSHOT.1745417754393",
|
|
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",
|