@projectcaluma/ember-form-builder 11.1.5 → 11.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projectcaluma/ember-form-builder",
3
- "version": "11.1.5",
3
+ "version": "11.2.1",
4
4
  "description": "Ember engine for building Caluma forms.",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -9,14 +9,6 @@
9
9
  "license": "LGPL-3.0-or-later",
10
10
  "homepage": "https://docs.caluma.io/ember-caluma",
11
11
  "repository": "github:projectcaluma/ember-caluma",
12
- "scripts": {
13
- "test:ember": "ember test",
14
- "test:ember-compatibility": "ember try:each"
15
- },
16
- "peerDependencies": {
17
- "ember-engines": ">= 0.8",
18
- "ember-source": "^3.28.0 || ^4.0.0"
19
- },
20
12
  "dependencies": {
21
13
  "@ember/legacy-built-in-components": "^0.4.2",
22
14
  "@ember/render-modifiers": "^2.0.5",
@@ -24,11 +16,9 @@
24
16
  "@embroider/macros": "^1.10.0",
25
17
  "@glimmer/component": "^1.1.2",
26
18
  "@glimmer/tracking": "^1.1.2",
27
- "@projectcaluma/ember-core": "^11.1.5",
28
- "@projectcaluma/ember-form": "^11.1.5",
29
19
  "codejar": "^3.7.0",
30
20
  "ember-apollo-client": "~4.0.2",
31
- "ember-auto-import": "^2.6.1",
21
+ "ember-auto-import": "^2.6.3",
32
22
  "ember-changeset": "^4.1.2",
33
23
  "ember-changeset-validations": "^4.1.1",
34
24
  "ember-cli-babel": "^7.26.11",
@@ -43,14 +33,16 @@
43
33
  "ember-power-select": "^7.0.0",
44
34
  "ember-resources": "^5.6.4",
45
35
  "ember-test-selectors": "^6.0.0",
46
- "ember-uikit": "^7.0.1",
36
+ "ember-uikit": "^7.0.3",
47
37
  "ember-validated-form": "^6.2.0",
48
38
  "graphql": "^15.8.0",
49
39
  "graphql-tag": "^2.12.6",
50
40
  "highlight.js": "^11.7.0",
51
41
  "highlightjs-jexl": "^0.0.5",
52
42
  "jexl": "^2.3.0",
53
- "uikit": "^3.16.13"
43
+ "uikit": "^3.16.15",
44
+ "@projectcaluma/ember-core": "^11.2.1",
45
+ "@projectcaluma/ember-form": "^11.2.1"
54
46
  },
55
47
  "//": [
56
48
  "TODO: remove obsolete dependency to `ember-data` which is only necessary",
@@ -63,9 +55,8 @@
63
55
  "@ember/test-helpers": "2.9.3",
64
56
  "@embroider/test-setup": "2.1.1",
65
57
  "@faker-js/faker": "7.6.0",
66
- "@projectcaluma/ember-testing": "11.1.5",
67
58
  "broccoli-asset-rev": "3.0.0",
68
- "ember-autoresize-modifier": "^0.7.0",
59
+ "ember-autoresize-modifier": "0.7.0",
69
60
  "ember-cli": "4.11.0",
70
61
  "ember-cli-code-coverage": "2.0.0",
71
62
  "ember-cli-dependency-checker": "3.3.1",
@@ -73,8 +64,8 @@
73
64
  "ember-cli-mirage": "3.0.0-alpha.3",
74
65
  "ember-cli-sri": "2.1.1",
75
66
  "ember-cli-terser": "4.0.2",
76
- "ember-data": "4.7.3",
77
- "ember-engines": "0.8.23",
67
+ "ember-data": "4.12.0",
68
+ "ember-engines": "0.9.0",
78
69
  "ember-load-initializers": "2.1.2",
79
70
  "ember-qunit": "6.2.0",
80
71
  "ember-resolver": "10.0.0",
@@ -85,7 +76,12 @@
85
76
  "miragejs": "0.1.47",
86
77
  "qunit": "2.19.4",
87
78
  "qunit-dom": "2.0.0",
88
- "webpack": "5.77.0"
79
+ "webpack": "5.80.0",
80
+ "@projectcaluma/ember-testing": "11.2.1"
81
+ },
82
+ "peerDependencies": {
83
+ "ember-engines": "^0.9.0",
84
+ "ember-source": "^3.28.0 || ^4.0.0"
89
85
  },
90
86
  "engines": {
91
87
  "node": "14.* || 16.* || >= 18"
@@ -98,5 +94,9 @@
98
94
  "before": [
99
95
  "ember-validated-form"
100
96
  ]
97
+ },
98
+ "scripts": {
99
+ "test:ember": "ember test",
100
+ "test:ember-compatibility": "ember try:each"
101
101
  }
102
- }
102
+ }
@@ -175,3 +175,6 @@ caluma:
175
175
 
176
176
  question:
177
177
  slug: "Eine Frage mit diesem Slug existiert bereits"
178
+
179
+ option:
180
+ slug: "Eine Option mit diesem Slug existiert bereits"
@@ -175,3 +175,6 @@ caluma:
175
175
 
176
176
  question:
177
177
  slug: "A question with this slug already exists"
178
+
179
+ option:
180
+ slug: "An option with this slug already exists"
@@ -51,6 +51,7 @@ caluma:
51
51
  isRequired: "Champ obligatoire"
52
52
  staticContent: "Contenu statique"
53
53
  infoText: "Texte d'information"
54
+ hintText: "Texte indicatif"
54
55
  confirmationText: "Texte de confirmation"
55
56
  placeholder: "Caractère générique"
56
57
  isHidden: "Caché (JEXL)"
@@ -174,3 +175,6 @@ caluma:
174
175
 
175
176
  question:
176
177
  slug: "Une question avec ce slug existe déjà"
178
+
179
+ option:
180
+ slug: "Une option avec ce slug existe déjà"