@projectcaluma/ember-distribution 14.8.3 → 14.9.1

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.
@@ -7,7 +7,11 @@
7
7
  @onSave={{this.saveField}}
8
8
  @context={{hash selectedGroups=@selectedGroups}}
9
9
  />
10
- <DocumentValidity @document={{this.document.value}} as |isValid validate|>
10
+ <DocumentValidity
11
+ @document={{this.document.value}}
12
+ @skipBackendValidation={{true}}
13
+ as |isValid validate|
14
+ >
11
15
  <UkButton
12
16
  @color="primary"
13
17
  @label={{t "caluma.distribution.new.create-draft"}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectcaluma/ember-distribution",
3
- "version": "14.8.3",
3
+ "version": "14.9.1",
4
4
  "description": "Ember engine for the Caluma distribution module.",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -35,9 +35,9 @@
35
35
  "luxon": "^3.5.0",
36
36
  "reactiveweb": "^1.3.0",
37
37
  "tracked-toolbox": "^2.0.0",
38
- "@projectcaluma/ember-form": "^14.8.3",
39
- "@projectcaluma/ember-workflow": "^14.8.3",
40
- "@projectcaluma/ember-core": "^14.8.3"
38
+ "@projectcaluma/ember-form": "^14.9.1",
39
+ "@projectcaluma/ember-core": "^14.9.1",
40
+ "@projectcaluma/ember-workflow": "^14.9.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@ember/optional-features": "2.3.0",
@@ -68,7 +68,7 @@
68
68
  "sass": "1.97.3",
69
69
  "uikit": "3.25.6",
70
70
  "webpack": "5.104.1",
71
- "@projectcaluma/ember-testing": "14.8.3"
71
+ "@projectcaluma/ember-testing": "14.9.1"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "ember-engines": "^0.11.0",