@projectcaluma/ember-testing 14.4.1 → 14.4.3
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.
|
@@ -709,6 +709,12 @@ type ChoiceQuestion implements Question & Node {
|
|
|
709
709
|
hintText: String
|
|
710
710
|
meta: GenericScalar!
|
|
711
711
|
source: Question
|
|
712
|
+
formatValidators(
|
|
713
|
+
before: String
|
|
714
|
+
after: String
|
|
715
|
+
first: Int
|
|
716
|
+
last: Int
|
|
717
|
+
): FormatValidatorConnection
|
|
712
718
|
defaultAnswer: StringAnswer
|
|
713
719
|
forms(
|
|
714
720
|
offset: Int
|
|
@@ -1001,6 +1007,12 @@ type DateQuestion implements Question & Node {
|
|
|
1001
1007
|
hintText: String
|
|
1002
1008
|
meta: GenericScalar!
|
|
1003
1009
|
source: Question
|
|
1010
|
+
formatValidators(
|
|
1011
|
+
before: String
|
|
1012
|
+
after: String
|
|
1013
|
+
first: Int
|
|
1014
|
+
last: Int
|
|
1015
|
+
): FormatValidatorConnection
|
|
1004
1016
|
defaultAnswer: DateAnswer
|
|
1005
1017
|
forms(
|
|
1006
1018
|
offset: Int
|
|
@@ -1285,6 +1297,12 @@ type DynamicChoiceQuestion implements Question & DynamicQuestion & Node {
|
|
|
1285
1297
|
hintText: String
|
|
1286
1298
|
meta: GenericScalar!
|
|
1287
1299
|
source: Question
|
|
1300
|
+
formatValidators(
|
|
1301
|
+
before: String
|
|
1302
|
+
after: String
|
|
1303
|
+
first: Int
|
|
1304
|
+
last: Int
|
|
1305
|
+
): FormatValidatorConnection
|
|
1288
1306
|
forms(
|
|
1289
1307
|
offset: Int
|
|
1290
1308
|
before: String
|
|
@@ -1332,6 +1350,12 @@ type DynamicMultipleChoiceQuestion implements Question & DynamicQuestion & Node
|
|
|
1332
1350
|
hintText: String
|
|
1333
1351
|
meta: GenericScalar!
|
|
1334
1352
|
source: Question
|
|
1353
|
+
formatValidators(
|
|
1354
|
+
before: String
|
|
1355
|
+
after: String
|
|
1356
|
+
first: Int
|
|
1357
|
+
last: Int
|
|
1358
|
+
): FormatValidatorConnection
|
|
1335
1359
|
forms(
|
|
1336
1360
|
offset: Int
|
|
1337
1361
|
before: String
|
|
@@ -1488,6 +1512,12 @@ type FilesQuestion implements Question & Node {
|
|
|
1488
1512
|
hintText: String
|
|
1489
1513
|
meta: GenericScalar!
|
|
1490
1514
|
source: Question
|
|
1515
|
+
formatValidators(
|
|
1516
|
+
before: String
|
|
1517
|
+
after: String
|
|
1518
|
+
first: Int
|
|
1519
|
+
last: Int
|
|
1520
|
+
): FormatValidatorConnection
|
|
1491
1521
|
forms(
|
|
1492
1522
|
offset: Int
|
|
1493
1523
|
before: String
|
|
@@ -1542,6 +1572,12 @@ type FloatQuestion implements Question & Node {
|
|
|
1542
1572
|
hintText: String
|
|
1543
1573
|
meta: GenericScalar!
|
|
1544
1574
|
source: Question
|
|
1575
|
+
formatValidators(
|
|
1576
|
+
before: String
|
|
1577
|
+
after: String
|
|
1578
|
+
first: Int
|
|
1579
|
+
last: Int
|
|
1580
|
+
): FormatValidatorConnection
|
|
1545
1581
|
defaultAnswer: FloatAnswer
|
|
1546
1582
|
forms(
|
|
1547
1583
|
offset: Int
|
|
@@ -1877,6 +1913,12 @@ type IntegerQuestion implements Question & Node {
|
|
|
1877
1913
|
hintText: String
|
|
1878
1914
|
meta: GenericScalar!
|
|
1879
1915
|
source: Question
|
|
1916
|
+
formatValidators(
|
|
1917
|
+
before: String
|
|
1918
|
+
after: String
|
|
1919
|
+
first: Int
|
|
1920
|
+
last: Int
|
|
1921
|
+
): FormatValidatorConnection
|
|
1880
1922
|
defaultAnswer: IntegerAnswer
|
|
1881
1923
|
forms(
|
|
1882
1924
|
offset: Int
|
|
@@ -1966,6 +2008,12 @@ type MultipleChoiceQuestion implements Question & Node {
|
|
|
1966
2008
|
hintText: String
|
|
1967
2009
|
meta: GenericScalar!
|
|
1968
2010
|
source: Question
|
|
2011
|
+
formatValidators(
|
|
2012
|
+
before: String
|
|
2013
|
+
after: String
|
|
2014
|
+
first: Int
|
|
2015
|
+
last: Int
|
|
2016
|
+
): FormatValidatorConnection
|
|
1969
2017
|
defaultAnswer: ListAnswer
|
|
1970
2018
|
forms(
|
|
1971
2019
|
offset: Int
|
|
@@ -3830,6 +3878,12 @@ type TableQuestion implements Question & Node {
|
|
|
3830
3878
|
hintText: String
|
|
3831
3879
|
meta: GenericScalar!
|
|
3832
3880
|
source: Question
|
|
3881
|
+
formatValidators(
|
|
3882
|
+
before: String
|
|
3883
|
+
after: String
|
|
3884
|
+
first: Int
|
|
3885
|
+
last: Int
|
|
3886
|
+
): FormatValidatorConnection
|
|
3833
3887
|
defaultAnswer: TableAnswer
|
|
3834
3888
|
forms(
|
|
3835
3889
|
offset: Int
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@projectcaluma/ember-testing",
|
|
3
|
-
"version": "14.4.
|
|
3
|
+
"version": "14.4.3",
|
|
4
4
|
"description": "Ember addon for testing with Caluma addons.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"ember-cli-sri": "2.1.1",
|
|
43
43
|
"ember-cli-terser": "4.0.2",
|
|
44
44
|
"ember-load-initializers": "3.0.1",
|
|
45
|
-
"ember-qunit": "9.0.
|
|
45
|
+
"ember-qunit": "9.0.4",
|
|
46
46
|
"ember-resolver": "13.1.1",
|
|
47
47
|
"ember-source": "6.1.0",
|
|
48
48
|
"ember-source-channel-url": "3.0.0",
|