@harbor-design/proform 1.1.16 → 1.1.17

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.js CHANGED
@@ -493,7 +493,8 @@ class he {
493
493
  }
494
494
  getRuntimeMeta() {
495
495
  return {
496
- model: E(g(this.model.value))
496
+ model: E(g(this.model.value)),
497
+ reactiveModel: this.model.value
497
498
  };
498
499
  }
499
500
  runtimeItemProcessor(e, t, s = this.model.value, i) {
@@ -23,6 +23,7 @@ export default class RuntimeCore {
23
23
  constructor(setup: Setup);
24
24
  getRuntimeMeta(): {
25
25
  model: AnyObject;
26
+ reactiveModel: AnyObject;
26
27
  };
27
28
  runtimeItemProcessor(schema: ItemSchema, index?: number, baseModel?: AnyObject, parentSchema?: ListSchema): JSX.Element | undefined;
28
29
  runtimeGroupProcessor(schema: GroupSchema): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harbor-design/proform",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",