@xh/hoist 79.0.0-SNAPSHOT.1766166792604 → 79.0.0-SNAPSHOT.1766170125603

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.
@@ -6,7 +6,7 @@ import { LoadSpec } from './';
6
6
  export interface Loadable {
7
7
  /**
8
8
  * For tracking the loading of this object.
9
- * Note that this model will *not* track auto-refreshes.
9
+ * Note that this object will *not* track auto-refreshes.
10
10
  */
11
11
  loadObserver: TaskObserver;
12
12
  /** Date when last load was initiated. */
@@ -613,7 +613,7 @@ export class ZoneGridModel extends HoistModel {
613
613
 
614
614
  return {
615
615
  // Controlled properties
616
- field: isLeft ? 'left_column' : 'right_column',
616
+ colId: isLeft ? 'left_column' : 'right_column',
617
617
  align: isLeft ? 'left' : 'right',
618
618
  isTreeColumn: gridModel?.treeMode && isLeft,
619
619
  flex: overrideSpec.width ? null : isLeft ? 2 : 1,
@@ -13,7 +13,7 @@ import {LoadSpec} from './';
13
13
  export interface Loadable {
14
14
  /**
15
15
  * For tracking the loading of this object.
16
- * Note that this model will *not* track auto-refreshes.
16
+ * Note that this object will *not* track auto-refreshes.
17
17
  */
18
18
  loadObserver: TaskObserver;
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "79.0.0-SNAPSHOT.1766166792604",
3
+ "version": "79.0.0-SNAPSHOT.1766170125603",
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",