@projectcaluma/ember-form-builder 12.15.5 → 13.0.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.
- package/addon/components/cfb-slug-input.js +1 -1
- package/package.json +30 -27
- package/translations/de.yaml +2 -2
- package/translations/en.yaml +2 -2
- package/translations/fr.yaml +2 -2
- package/app/components/cfb-code-editor.js +0 -1
- package/app/components/cfb-form-editor/cfb-advanced-settings.js +0 -1
- package/app/components/cfb-form-editor/copy-modal.js +0 -1
- package/app/components/cfb-form-editor/general.js +0 -1
- package/app/components/cfb-form-editor/question/default/table.js +0 -1
- package/app/components/cfb-form-editor/question/default.js +0 -1
- package/app/components/cfb-form-editor/question/options.js +0 -1
- package/app/components/cfb-form-editor/question/validation.js +0 -1
- package/app/components/cfb-form-editor/question-list/item.js +0 -1
- package/app/components/cfb-form-editor/question-list.js +0 -1
- package/app/components/cfb-form-editor/question-usage.js +0 -1
- package/app/components/cfb-form-editor/question.js +0 -1
- package/app/components/cfb-form-editor.js +0 -1
- package/app/components/cfb-form-list/item.js +0 -1
- package/app/components/cfb-form-list.js +0 -1
- package/app/components/cfb-jexl-boolean-toggle-switch.js +0 -1
- package/app/components/cfb-navigation.js +0 -1
- package/app/components/cfb-slug-input.js +0 -1
- package/app/components/cfb-toggle-switch.js +0 -1
- package/app/instance-initializers/application.js +0 -4
- package/app/instance-initializers/form-builder-widget-overrides.js +0 -4
- package/app/utils/and.js +0 -1
- package/app/utils/or.js +0 -1
- package/tsconfig.declarations.json +0 -10
|
@@ -18,7 +18,7 @@ export default class CfbSlugInputComponent extends Component {
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
get inputStyle() {
|
|
21
|
-
return this.padding ?
|
|
21
|
+
return htmlSafe(this.padding ? `padding-left: ${this.padding};` : "");
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
get displayValue() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@projectcaluma/ember-form-builder",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.0",
|
|
4
4
|
"description": "Ember engine for building Caluma forms.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon",
|
|
@@ -10,42 +10,43 @@
|
|
|
10
10
|
"homepage": "https://docs.caluma.io/ember-caluma",
|
|
11
11
|
"repository": "github:projectcaluma/ember-caluma",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@babel/core": "^7.
|
|
13
|
+
"@babel/core": "^7.25.2",
|
|
14
14
|
"@ember/legacy-built-in-components": "^0.5.0",
|
|
15
15
|
"@ember/render-modifiers": "^2.1.0",
|
|
16
|
-
"@ember/string": "^
|
|
17
|
-
"@embroider/macros": "^1.
|
|
16
|
+
"@ember/string": "^4.0.0",
|
|
17
|
+
"@embroider/macros": "^1.16.5",
|
|
18
18
|
"@glimmer/component": "^1.1.2",
|
|
19
19
|
"@glimmer/tracking": "^1.1.2",
|
|
20
20
|
"codejar": "^4.2.0",
|
|
21
21
|
"ember-apollo-client": "~4.0.2",
|
|
22
|
-
"ember-auto-import": "^2.7.
|
|
22
|
+
"ember-auto-import": "^2.7.4",
|
|
23
|
+
"ember-basic-dropdown": "^8.2.0",
|
|
23
24
|
"ember-changeset": "^4.1.2",
|
|
24
25
|
"ember-changeset-validations": "^4.1.1",
|
|
25
26
|
"ember-cli-babel": "^8.2.0",
|
|
26
27
|
"ember-cli-htmlbars": "^6.3.0",
|
|
27
28
|
"ember-composable-helpers": "^5.0.0",
|
|
28
29
|
"ember-concurrency": "^4.0.2",
|
|
29
|
-
"ember-engines-router-service": "^0.
|
|
30
|
+
"ember-engines-router-service": "^0.6.0",
|
|
30
31
|
"ember-fetch": "^8.1.2",
|
|
31
32
|
"ember-flatpickr": "^8.0.0",
|
|
32
|
-
"ember-intl": "^
|
|
33
|
+
"ember-intl": "^7.0.4",
|
|
33
34
|
"ember-math-helpers": "^4.0.0",
|
|
34
|
-
"ember-power-select": "^
|
|
35
|
-
"ember-test-selectors": "^
|
|
35
|
+
"ember-power-select": "^8.3.0",
|
|
36
|
+
"ember-test-selectors": "^7.0.0",
|
|
36
37
|
"ember-uikit": "^9.1.2",
|
|
37
38
|
"ember-validated-form": "^7.0.1",
|
|
38
39
|
"flatpickr": "^4.6.13",
|
|
39
|
-
"graphql": "^15.
|
|
40
|
+
"graphql": "^15.9.0",
|
|
40
41
|
"graphql-tag": "^2.12.6",
|
|
41
|
-
"highlight.js": "^11.
|
|
42
|
+
"highlight.js": "^11.10.0",
|
|
42
43
|
"highlightjs-jexl": "^0.0.5",
|
|
43
44
|
"jexl": "^2.3.0",
|
|
44
45
|
"lodash.isequal": "^4.5.0",
|
|
45
|
-
"reactiveweb": "^1.
|
|
46
|
-
"uikit": "^3.21.
|
|
47
|
-
"@projectcaluma/ember-core": "^
|
|
48
|
-
"@projectcaluma/ember-form": "^
|
|
46
|
+
"reactiveweb": "^1.3.0",
|
|
47
|
+
"uikit": "^3.21.9",
|
|
48
|
+
"@projectcaluma/ember-core": "^13.0.0",
|
|
49
|
+
"@projectcaluma/ember-form": "^13.0.0"
|
|
49
50
|
},
|
|
50
51
|
"//": [
|
|
51
52
|
"TODO: remove obsolete dependency to `ember-data` which is only necessary",
|
|
@@ -55,12 +56,12 @@
|
|
|
55
56
|
],
|
|
56
57
|
"devDependencies": {
|
|
57
58
|
"@ember/optional-features": "2.1.0",
|
|
58
|
-
"@ember/test-helpers": "3.3.
|
|
59
|
+
"@ember/test-helpers": "3.3.1",
|
|
59
60
|
"@embroider/test-setup": "4.0.0",
|
|
60
61
|
"@faker-js/faker": "8.4.1",
|
|
61
62
|
"broccoli-asset-rev": "3.0.0",
|
|
62
63
|
"ember-autoresize-modifier": "0.7.0",
|
|
63
|
-
"ember-cli": "5.
|
|
64
|
+
"ember-cli": "5.10.0",
|
|
64
65
|
"ember-cli-clean-css": "3.0.0",
|
|
65
66
|
"ember-cli-code-coverage": "3.0.0",
|
|
66
67
|
"ember-cli-dependency-checker": "3.3.2",
|
|
@@ -69,23 +70,25 @@
|
|
|
69
70
|
"ember-cli-sri": "2.1.1",
|
|
70
71
|
"ember-cli-terser": "4.0.2",
|
|
71
72
|
"ember-data": "5.3.3",
|
|
72
|
-
"ember-engines": "0.
|
|
73
|
+
"ember-engines": "0.11.0",
|
|
73
74
|
"ember-load-initializers": "2.1.2",
|
|
74
|
-
"ember-qunit": "8.0
|
|
75
|
-
"ember-resolver": "
|
|
76
|
-
"ember-
|
|
75
|
+
"ember-qunit": "8.1.0",
|
|
76
|
+
"ember-resolver": "12.0.1",
|
|
77
|
+
"ember-sinon-qunit": "7.5.0",
|
|
78
|
+
"ember-source": "5.10.1",
|
|
77
79
|
"ember-source-channel-url": "3.0.0",
|
|
78
80
|
"ember-try": "3.0.0",
|
|
79
81
|
"loader.js": "4.7.0",
|
|
80
82
|
"miragejs": "0.1.48",
|
|
81
|
-
"qunit": "2.
|
|
82
|
-
"qunit-dom": "3.
|
|
83
|
-
"
|
|
84
|
-
"
|
|
83
|
+
"qunit": "2.21.1",
|
|
84
|
+
"qunit-dom": "3.2.0",
|
|
85
|
+
"sinon": "18.0.0",
|
|
86
|
+
"webpack": "5.93.0",
|
|
87
|
+
"@projectcaluma/ember-testing": "13.0.0"
|
|
85
88
|
},
|
|
86
89
|
"peerDependencies": {
|
|
87
|
-
"ember-engines": "^0.
|
|
88
|
-
"ember-source": "
|
|
90
|
+
"ember-engines": "^0.11.0",
|
|
91
|
+
"ember-source": ">= 4.0.0"
|
|
89
92
|
},
|
|
90
93
|
"dependenciesMeta": {
|
|
91
94
|
"@projectcaluma/ember-core": {
|
package/translations/de.yaml
CHANGED
|
@@ -30,7 +30,7 @@ caluma:
|
|
|
30
30
|
empty: "Wir haben keine Formulare gefunden. Klicken Sie den Knopf im der rechten oberen Ecke um ein Formular zu erstellen!"
|
|
31
31
|
loadMore: "Mehr Formulare laden"
|
|
32
32
|
|
|
33
|
-
not-found: "Kein Formular mit dem Slug '{slug}' gefunden"
|
|
33
|
+
not-found: "Kein Formular mit dem Slug ''{slug}'' gefunden"
|
|
34
34
|
|
|
35
35
|
question-list:
|
|
36
36
|
required:
|
|
@@ -131,7 +131,7 @@ caluma:
|
|
|
131
131
|
hidden: "Versteckt"
|
|
132
132
|
number-separator: "Zahlentrennzeichen"
|
|
133
133
|
|
|
134
|
-
not-found: "Keine Frage mit dem Slug '{slug}' gefunden"
|
|
134
|
+
not-found: "Keine Frage mit dem Slug ''{slug}'' gefunden"
|
|
135
135
|
|
|
136
136
|
hideLabel: "Label verstecken"
|
|
137
137
|
|
package/translations/en.yaml
CHANGED
|
@@ -30,7 +30,7 @@ caluma:
|
|
|
30
30
|
empty: "We did not find any forms. Click the button in the top right corner to create a new form right now!"
|
|
31
31
|
loadMore: "Load more forms"
|
|
32
32
|
|
|
33
|
-
not-found: "No form with slug '{slug}' found"
|
|
33
|
+
not-found: "No form with slug ''{slug}'' found"
|
|
34
34
|
|
|
35
35
|
question-list:
|
|
36
36
|
required:
|
|
@@ -131,7 +131,7 @@ caluma:
|
|
|
131
131
|
hidden: "Hidden"
|
|
132
132
|
number-separator: "Number separator"
|
|
133
133
|
|
|
134
|
-
not-found: "No question with slug '{slug}' found"
|
|
134
|
+
not-found: "No question with slug ''{slug}'' found"
|
|
135
135
|
|
|
136
136
|
hideLabel: "Hide label"
|
|
137
137
|
|
package/translations/fr.yaml
CHANGED
|
@@ -30,7 +30,7 @@ caluma:
|
|
|
30
30
|
empty: "Nous n'avons trouvé aucun formulaire. Cliquez sur le bouton dans le coin supérieur droit pour créer un formulaire !"
|
|
31
31
|
loadMore: "Télécharger plus de formulaires"
|
|
32
32
|
|
|
33
|
-
not-found: "Aucun formulaire trouvé avec le slug '{slug}'"
|
|
33
|
+
not-found: "Aucun formulaire trouvé avec le slug ''{slug}''"
|
|
34
34
|
|
|
35
35
|
question-list:
|
|
36
36
|
required:
|
|
@@ -131,7 +131,7 @@ caluma:
|
|
|
131
131
|
hidden: "Caché"
|
|
132
132
|
number-separator: "Séparateur de chiffres"
|
|
133
133
|
|
|
134
|
-
not-found: "Aucune question trouvée avec le slug '{slug}'"
|
|
134
|
+
not-found: "Aucune question trouvée avec le slug ''{slug}''"
|
|
135
135
|
|
|
136
136
|
hideLabel: "Cacher l'étiquette"
|
|
137
137
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-code-editor";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-form-editor/cfb-advanced-settings";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-form-editor/copy-modal";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-form-editor/general";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-form-editor/question/default/table";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-form-editor/question/default";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-form-editor/question/options";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-form-editor/question/validation";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-form-editor/question-list/item";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-form-editor/question-list";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-form-editor/question-usage";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-form-editor/question";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-form-editor";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-form-list/item";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-form-list";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-jexl-boolean-toggle-switch";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-navigation";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-slug-input";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/components/cfb-toggle-switch";
|
package/app/utils/and.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/utils/and";
|
package/app/utils/or.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@projectcaluma/ember-form-builder/utils/or";
|