@projectcaluma/ember-distribution 14.6.0 → 14.7.0
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.
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { next } from "@ember/runloop";
|
|
1
2
|
import { inject as service } from "@ember/service";
|
|
2
3
|
import Component from "@glimmer/component";
|
|
3
4
|
import { queryManager, getObservable } from "ember-apollo-client";
|
|
@@ -86,6 +87,10 @@ export default class CdInquiryDialogComponent extends Component {
|
|
|
86
87
|
|
|
87
88
|
yield getObservable(this._inquiries.value).refetch();
|
|
88
89
|
|
|
90
|
+
next(this, "transitionToLatestInquiry");
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
transitionToLatestInquiry() {
|
|
89
94
|
this.router.transitionTo(
|
|
90
95
|
"inquiry.detail.index",
|
|
91
96
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@projectcaluma/ember-distribution",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.7.0",
|
|
4
4
|
"description": "Ember engine for the Caluma distribution module.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
"luxon": "^3.5.0",
|
|
36
36
|
"reactiveweb": "^1.3.0",
|
|
37
37
|
"tracked-toolbox": "^2.0.0",
|
|
38
|
-
"@projectcaluma/ember-core": "^14.
|
|
39
|
-
"@projectcaluma/ember-
|
|
40
|
-
"@projectcaluma/ember-
|
|
38
|
+
"@projectcaluma/ember-core": "^14.7.0",
|
|
39
|
+
"@projectcaluma/ember-form": "^14.7.0",
|
|
40
|
+
"@projectcaluma/ember-workflow": "^14.7.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@ember/optional-features": "2.
|
|
43
|
+
"@ember/optional-features": "2.3.0",
|
|
44
44
|
"@ember/test-helpers": "4.0.4",
|
|
45
45
|
"@embroider/test-setup": "4.0.0",
|
|
46
|
-
"@faker-js/faker": "10.
|
|
46
|
+
"@faker-js/faker": "10.2.0",
|
|
47
47
|
"@glimmer/component": "1.1.2",
|
|
48
48
|
"@glimmer/tracking": "1.1.2",
|
|
49
49
|
"broccoli-asset-rev": "3.0.0",
|
|
@@ -63,12 +63,12 @@
|
|
|
63
63
|
"ember-try": "4.0.0",
|
|
64
64
|
"loader.js": "4.7.0",
|
|
65
65
|
"miragejs": "0.1.48",
|
|
66
|
-
"qunit": "2.
|
|
66
|
+
"qunit": "2.25.0",
|
|
67
67
|
"qunit-dom": "3.5.0",
|
|
68
|
-
"sass": "1.
|
|
69
|
-
"uikit": "3.
|
|
70
|
-
"webpack": "5.
|
|
71
|
-
"@projectcaluma/ember-testing": "14.
|
|
68
|
+
"sass": "1.97.3",
|
|
69
|
+
"uikit": "3.25.6",
|
|
70
|
+
"webpack": "5.104.1",
|
|
71
|
+
"@projectcaluma/ember-testing": "14.7.0"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"ember-engines": "^0.11.0",
|