@projectcaluma/ember-distribution 1.0.0-beta.1 → 1.0.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # [@projectcaluma/ember-distribution-v1.0.0-beta.2](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-distribution-v1.0.0-beta.1...@projectcaluma/ember-distribution-v1.0.0-beta.2) (2022-02-01)
2
+
3
+
4
+ ### chore
5
+
6
+ * **deps:** update ember-uikit to v5 beta ([6568d39](https://github.com/projectcaluma/ember-caluma/commit/6568d398216d33b44da5b659830ca3c200dd7012))
7
+
8
+
9
+ ### BREAKING CHANGES
10
+
11
+ * **deps:** All `@projectcaluma/ember-*` packages now require
12
+ `ember-uikit` v5+.
13
+
1
14
  # @projectcaluma/ember-distribution-v1.0.0-beta.1 (2022-01-18)
2
15
 
3
16
 
@@ -23,7 +23,7 @@
23
23
  @type="submit"
24
24
  @color={{buttonConfig.color}}
25
25
  @disabled={{or (not isValid) this.completeWorkItem.isRunning}}
26
- @on-click={{fn
26
+ @onClick={{fn
27
27
  (perform this.completeWorkItem)
28
28
  buttonConfig.workItemId
29
29
  validate
@@ -35,7 +35,7 @@
35
35
  @type="button"
36
36
  @color={{buttonConfig.color}}
37
37
  @disabled={{this.completeWorkItem.isRunning}}
38
- @on-click={{fn
38
+ @onClick={{fn
39
39
  (perform this.completeWorkItem)
40
40
  buttonConfig.workItemId
41
41
  null
@@ -21,7 +21,7 @@
21
21
  @type="submit"
22
22
  @color="primary"
23
23
  @disabled={{or (not isValid) this.send.isRunning}}
24
- @on-click={{perform this.send validate}}
24
+ @onClick={{perform this.send validate}}
25
25
  >{{t "caluma.distribution.edit.send"}}</UkButton>
26
26
  </DocumentValidity>
27
27
  </CfContent>
@@ -22,7 +22,7 @@
22
22
  <UkButton
23
23
  @color="default"
24
24
  @label={{t "caluma.distribution.new.reset"}}
25
- @on-click={{this.clearSelectedGroups}}
25
+ @onClick={{this.clearSelectedGroups}}
26
26
  data-test-reset
27
27
  />
28
28
  <UkButton
@@ -31,7 +31,7 @@
31
31
  @type="submit"
32
32
  @loading={{this.submit.isRunning}}
33
33
  @disabled={{this.submit.isRunning}}
34
- @on-click={{perform this.submit}}
34
+ @onClick={{perform this.submit}}
35
35
  data-test-submit
36
36
  />
37
37
  </div>
@@ -46,7 +46,7 @@
46
46
  data-test-type={{slug}}
47
47
  @label={{t config.label}}
48
48
  @color={{if (includes slug @selectedTypes) "primary" "default"}}
49
- @on-click={{fn this.updateSelectedTypes slug}}
49
+ @onClick={{fn this.updateSelectedTypes slug}}
50
50
  />
51
51
  {{/unless}}
52
52
  {{/each-in}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectcaluma/ember-distribution",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "Ember engine for the Caluma distribution module.",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -21,10 +21,10 @@
21
21
  "@glimmer/component": "^1.0.4",
22
22
  "@glimmer/tracking": "^1.0.4",
23
23
  "@projectcaluma/ember-core": "^11.0.0-beta.2",
24
- "@projectcaluma/ember-form": "^11.0.0-beta.2",
25
- "@projectcaluma/ember-workflow": "^11.0.0-beta.1",
24
+ "@projectcaluma/ember-form": "^11.0.0-beta.3",
25
+ "@projectcaluma/ember-workflow": "^11.0.0-beta.2",
26
26
  "ember-apollo-client": "^3.2.0",
27
- "ember-auto-import": "^2.3.0",
27
+ "ember-auto-import": "^2.4.0",
28
28
  "ember-can": "^4.1.0",
29
29
  "ember-cli-babel": "^7.26.11",
30
30
  "ember-cli-htmlbars": "^6.0.1",
@@ -35,9 +35,9 @@
35
35
  "ember-resources": "^4.1.3",
36
36
  "ember-svg-jar": "^2.3.4",
37
37
  "ember-test-selectors": "^6.0.0",
38
- "ember-uikit": "^4.0.0",
38
+ "ember-uikit": "^5.0.0-beta.3",
39
39
  "graphql": "^15.8.0",
40
- "ionicons": "^6.0.0",
40
+ "ionicons": "^6.0.1",
41
41
  "lodash.merge": "^4.6.2",
42
42
  "moment": "^2.29.1",
43
43
  "tracked-toolbox": "^1.2.3"
@@ -45,14 +45,14 @@
45
45
  "devDependencies": {
46
46
  "@ember/optional-features": "2.0.0",
47
47
  "@ember/test-helpers": "2.6.0",
48
- "@embroider/test-setup": "0.50.2",
48
+ "@embroider/test-setup": "1.0.0",
49
49
  "@faker-js/faker": "6.0.0-alpha.3",
50
50
  "@projectcaluma/ember-testing": "10.2.0-beta.2",
51
51
  "broccoli-asset-rev": "3.0.0",
52
52
  "ember-cli": "3.28.5",
53
53
  "ember-cli-dependency-checker": "3.2.0",
54
54
  "ember-cli-inject-live-reload": "2.1.0",
55
- "ember-cli-mirage": "2.3.1",
55
+ "ember-cli-mirage": "2.4.0",
56
56
  "ember-cli-sass": "10.0.1",
57
57
  "ember-cli-sri": "2.1.1",
58
58
  "ember-cli-terser": "4.0.2",
@@ -71,8 +71,8 @@
71
71
  "npm-run-all": "4.1.5",
72
72
  "qunit": "2.17.2",
73
73
  "qunit-dom": "2.0.0",
74
- "sass": "1.48.0",
75
- "webpack": "5.66.0"
74
+ "sass": "1.49.0",
75
+ "webpack": "5.67.0"
76
76
  },
77
77
  "engines": {
78
78
  "node": "12.* || 14.* || >= 16"