@projectcaluma/ember-distribution 12.4.0 → 12.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,7 @@
2
2
  @documentId={{decode-id this.inquiry.childCase.document.id}}
3
3
  @disabled={{cannot "edit answer form of inquiry" this.inquiry}}
4
4
  @loading={{this._inquiry.isRunning}}
5
+ @context={{hash inquiry=this.inquiry}}
5
6
  >
6
7
  <:default as |content|>
7
8
 
@@ -2,6 +2,7 @@
2
2
  @documentId={{decode-id this.inquiry.document.id}}
3
3
  @disabled={{cannot "edit inquiry" this.inquiry}}
4
4
  @loading={{this._inquiry.isRunning}}
5
+ @context={{hash inquiry=this.inquiry}}
5
6
  >
6
7
  <:default as |content|>
7
8
  <CdDocumentHeader
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectcaluma/ember-distribution",
3
- "version": "12.4.0",
3
+ "version": "12.5.0",
4
4
  "description": "Ember engine for the Caluma distribution module.",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -34,9 +34,9 @@
34
34
  "lodash.merge": "^4.6.2",
35
35
  "luxon": "^3.3.0",
36
36
  "tracked-toolbox": "^2.0.0",
37
- "@projectcaluma/ember-core": "^12.4.0",
38
- "@projectcaluma/ember-form": "^12.4.0",
39
- "@projectcaluma/ember-workflow": "^12.4.0"
37
+ "@projectcaluma/ember-core": "^12.5.0",
38
+ "@projectcaluma/ember-form": "^12.5.0",
39
+ "@projectcaluma/ember-workflow": "^12.5.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@ember/optional-features": "2.0.0",
@@ -66,7 +66,7 @@
66
66
  "sass": "1.66.0",
67
67
  "uikit": "3.16.26",
68
68
  "webpack": "5.88.2",
69
- "@projectcaluma/ember-testing": "12.4.0"
69
+ "@projectcaluma/ember-testing": "12.5.0"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "ember-engines": "^0.9.0",