@projectcaluma/ember-core 12.13.0 → 12.15.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.
|
@@ -31,8 +31,18 @@ export default class CalumaOptionsService extends Service {
|
|
|
31
31
|
: null;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
+
/**
|
|
35
|
+
* Use number separator widget for all viable questions (integer, float and
|
|
36
|
+
* calculated float) without exceptions.
|
|
37
|
+
*/
|
|
34
38
|
alwaysUseNumberSeparatorWidget = false;
|
|
35
39
|
|
|
40
|
+
/**
|
|
41
|
+
* Pre-select number separator widget when creating a viable question in the
|
|
42
|
+
* form builder.
|
|
43
|
+
*/
|
|
44
|
+
useNumberSeparatorWidgetAsDefault = false;
|
|
45
|
+
|
|
36
46
|
/**
|
|
37
47
|
* Registers a new component override.
|
|
38
48
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@projectcaluma/ember-core",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.15.0",
|
|
4
4
|
"description": "Ember core addon for working with Caluma.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@ember/optional-features": "2.1.0",
|
|
35
35
|
"@ember/render-modifiers": "2.1.0",
|
|
36
36
|
"@ember/test-helpers": "3.3.0",
|
|
37
|
-
"@embroider/test-setup": "
|
|
37
|
+
"@embroider/test-setup": "4.0.0",
|
|
38
38
|
"@embroider/util": "1.13.0",
|
|
39
39
|
"@faker-js/faker": "8.4.1",
|
|
40
40
|
"@glimmer/component": "1.1.2",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"ember-try": "3.0.0",
|
|
56
56
|
"loader.js": "4.7.0",
|
|
57
57
|
"qunit": "2.20.1",
|
|
58
|
-
"qunit-dom": "3.
|
|
58
|
+
"qunit-dom": "3.1.2",
|
|
59
59
|
"uikit": "3.19.2",
|
|
60
60
|
"webpack": "5.91.0",
|
|
61
|
-
"@projectcaluma/ember-testing": "12.
|
|
61
|
+
"@projectcaluma/ember-testing": "12.15.0"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"ember-data": "*",
|