@projectcaluma/ember-form 14.10.1 → 14.10.2
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.
|
@@ -66,9 +66,11 @@ export default class CfFieldInputTableComponent extends Component {
|
|
|
66
66
|
);
|
|
67
67
|
|
|
68
68
|
const owner = getOwner(this);
|
|
69
|
-
const
|
|
69
|
+
const Document = owner.factoryFor("caluma-model:document").class;
|
|
70
|
+
const newDocument = new Document({
|
|
70
71
|
raw: this.parseDocument(raw),
|
|
71
72
|
parentDocument: this.args.field.document,
|
|
73
|
+
parentField: this.args.field,
|
|
72
74
|
owner,
|
|
73
75
|
});
|
|
74
76
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@projectcaluma/ember-form",
|
|
3
|
-
"version": "14.10.
|
|
3
|
+
"version": "14.10.2",
|
|
4
4
|
"description": "Ember addon for rendering Caluma forms.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"luxon": "^3.5.0",
|
|
40
40
|
"reactiveweb": "^1.3.0",
|
|
41
41
|
"tracked-toolbox": "^2.0.0",
|
|
42
|
-
"@projectcaluma/ember-core": "^14.10.
|
|
42
|
+
"@projectcaluma/ember-core": "^14.10.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@ember/optional-features": "2.3.0",
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"uikit": "3.25.6",
|
|
75
75
|
"uuid": "13.0.0",
|
|
76
76
|
"webpack": "5.104.1",
|
|
77
|
-
"@projectcaluma/ember-testing": "14.10.
|
|
78
|
-
"@projectcaluma/ember-workflow": "14.10.
|
|
77
|
+
"@projectcaluma/ember-testing": "14.10.2",
|
|
78
|
+
"@projectcaluma/ember-workflow": "14.10.2"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"ember-source": ">= 4.0.0",
|
|
82
|
-
"@projectcaluma/ember-workflow": "^14.10.
|
|
82
|
+
"@projectcaluma/ember-workflow": "^14.10.2"
|
|
83
83
|
},
|
|
84
84
|
"dependenciesMeta": {
|
|
85
85
|
"@projectcaluma/ember-core": {
|