@projectcaluma/ember-distribution 11.0.0-beta.35 → 11.0.0-beta.36

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@
5
5
  ({{group-name @group}})
6
6
  {{/if}}
7
7
  {{#if @status}}
8
- <UkLabel @label={{@status}} class="uk-margin-left uk-text-default" />
8
+ <UkLabel @label={{@status}} class="uk-margin-left" />
9
9
  {{/if}}
10
10
  </div>
11
11
  {{yield}}
@@ -7,10 +7,7 @@
7
7
  >
8
8
  {{group-name @inquiry.controllingGroups}}
9
9
  {{#if this.status}}
10
- <UkLabel
11
- @label={{this.status}}
12
- class="uk-margin-left uk-text-default"
13
- />
10
+ <UkLabel @label={{this.status}} class="uk-margin-left" />
14
11
  {{/if}}
15
12
  </div>
16
13
  {{else if (eq @type "answer")}}
@@ -84,6 +84,8 @@ export default class CdInquiryDialogComponent extends Component {
84
84
 
85
85
  yield this.distribution.createInquiry.perform([this.args.to]);
86
86
 
87
+ yield getObservable(this._inquiries.value).refetch();
88
+
87
89
  this.router.transitionTo(
88
90
  "inquiry.detail.index",
89
91
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectcaluma/ember-distribution",
3
- "version": "11.0.0-beta.35",
3
+ "version": "11.0.0-beta.36",
4
4
  "description": "Ember engine for the Caluma distribution module.",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -23,9 +23,9 @@
23
23
  "@embroider/macros": "^1.9.0",
24
24
  "@glimmer/component": "^1.1.2",
25
25
  "@glimmer/tracking": "^1.1.2",
26
- "@projectcaluma/ember-core": "^11.0.0-beta.35",
27
- "@projectcaluma/ember-form": "^11.0.0-beta.35",
28
- "@projectcaluma/ember-workflow": "^11.0.0-beta.35",
26
+ "@projectcaluma/ember-core": "^11.0.0-beta.36",
27
+ "@projectcaluma/ember-form": "^11.0.0-beta.36",
28
+ "@projectcaluma/ember-workflow": "^11.0.0-beta.36",
29
29
  "ember-apollo-client": "~4.0.2",
30
30
  "ember-auto-import": "^2.4.3",
31
31
  "ember-can": "^4.2.0",
@@ -36,14 +36,14 @@
36
36
  "ember-fetch": "^8.1.2",
37
37
  "ember-flatpickr": "^3.2.3",
38
38
  "ember-intl": "^5.7.2",
39
- "ember-resources": "^5.5.0",
39
+ "ember-resources": "^5.6.0",
40
40
  "ember-svg-jar": "^2.4.2",
41
41
  "ember-test-selectors": "^6.0.0",
42
- "ember-uikit": "^6.1.0",
42
+ "ember-uikit": "^6.1.1",
43
43
  "graphql": "^15.8.0",
44
44
  "graphql-tag": "^2.12.6",
45
45
  "lodash.merge": "^4.6.2",
46
- "luxon": "^3.0.4",
46
+ "luxon": "^3.1.0",
47
47
  "tracked-toolbox": "^1.2.3"
48
48
  },
49
49
  "devDependencies": {
@@ -51,7 +51,7 @@
51
51
  "@ember/test-helpers": "2.7.0",
52
52
  "@embroider/test-setup": "1.8.3",
53
53
  "@faker-js/faker": "7.6.0",
54
- "@projectcaluma/ember-testing": "11.0.0-beta.35",
54
+ "@projectcaluma/ember-testing": "11.0.0-beta.36",
55
55
  "broccoli-asset-rev": "3.0.0",
56
56
  "ember-cli": "4.8.0",
57
57
  "ember-cli-code-coverage": "1.0.3",
@@ -66,7 +66,7 @@
66
66
  "ember-load-initializers": "2.1.2",
67
67
  "ember-qunit": "6.0.0",
68
68
  "ember-resolver": "8.0.3",
69
- "ember-source": "4.8.0",
69
+ "ember-source": "4.8.1",
70
70
  "ember-source-channel-url": "3.0.0",
71
71
  "ember-try": "2.0.0",
72
72
  "loader.js": "4.7.0",