diff --git a/.gitignore b/.gitignore index 01c9ed7..a7f763b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ # production /build - +asset-manifest.json # misc .DS_Store @@ -22,6 +22,4 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -/build - .idea/ \ No newline at end of file diff --git a/dist/export.test.js b/dist/export.test.js index ea18ad6..b3ae2ca 100644 --- a/dist/export.test.js +++ b/dist/export.test.js @@ -29,4 +29,12 @@ describe('conditionals export', function () { it('exports admin', function () { expect(_typeof(_index2.default.Admin)).toEqual('object'); }); + + it('exports FieldGroup', function () { + expect(_typeof(_index2.default.FieldGroup)).toEqual('function'); + }); + + it('exports MagicFieldGroup', function () { + expect(_typeof(_index2.default.MagicFieldGroup)).toEqual('function'); + }); }); \ No newline at end of file diff --git a/dist/fields/index.js b/dist/fields/index.js index 442b37b..3114a16 100644 --- a/dist/fields/index.js +++ b/dist/fields/index.js @@ -2,13 +2,19 @@ var _FieldGroup = require('./FieldGroup'); -var _SelectFieldFancy = require('./select/SelectFieldFancy'); +var _SelectField = require('./select/SelectField'); var _Input = require('./input/Input'); +var _Message = require('./messages/Message'); + +var _ButtonGroup = require('./button-group/ButtonGroup'); + module.exports = { FieldGroup: _FieldGroup.FieldGroup, - SelectField: _SelectFieldFancy.SelectFieldFancy, - Input: _Input.Input + SelectField: _SelectField.SelectField, + Input: _Input.Input, + Message: _Message.Message, + ButtonGroup: _ButtonGroup.ButtonGroup }; /*eslint no-undef: "error"*/ /*eslint-env node*/ \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 381eff6..fa02e33 100644 --- a/dist/index.js +++ b/dist/index.js @@ -22,6 +22,10 @@ var _index7 = require('./admin/index'); var _index8 = _interopRequireDefault(_index7); +var _FieldGroup = require('./fields/FieldGroup'); + +var _MagicFieldGroup = require('./fields/magic-select/MagicFieldGroup'); + function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } @@ -39,5 +43,7 @@ module.exports = { factories: factories, conditionals: _index4.default, validation: _index6.default, - Admin: _index8.default + Admin: _index8.default, + FieldGroup: _FieldGroup.FieldGroup, + MagicFieldGroup: _MagicFieldGroup.MagicFieldGroup }; \ No newline at end of file diff --git a/docs/ast/source/App.js.json b/docs/ast/source/App.js.json index d2d0372..fa3746c 100644 --- a/docs/ast/source/App.js.json +++ b/docs/ast/source/App.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 6760, + "end": 7113, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 6760, + "end": 7113, "loc": { "start": { "line": 1, @@ -148,8 +148,8 @@ }, { "type": "ImportDeclaration", - "start": 42, - "end": 72, + "start": 43, + "end": 73, "loc": { "start": { "line": 2, @@ -163,8 +163,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 49, - "end": 53, + "start": 50, + "end": 54, "loc": { "start": { "line": 2, @@ -177,8 +177,8 @@ }, "local": { "type": "Identifier", - "start": 49, - "end": 53, + "start": 50, + "end": 54, "loc": { "start": { "line": 2, @@ -196,8 +196,8 @@ ], "source": { "type": "StringLiteral", - "start": 59, - "end": 71, + "start": 60, + "end": 72, "loc": { "start": { "line": 2, @@ -217,8 +217,8 @@ }, { "type": "ImportDeclaration", - "start": 73, - "end": 92, + "start": 75, + "end": 94, "loc": { "start": { "line": 3, @@ -232,8 +232,8 @@ "specifiers": [], "source": { "type": "StringLiteral", - "start": 80, - "end": 91, + "start": 82, + "end": 93, "loc": { "start": { "line": 3, @@ -253,8 +253,8 @@ }, { "type": "ImportDeclaration", - "start": 93, - "end": 151, + "start": 96, + "end": 154, "loc": { "start": { "line": 4, @@ -268,8 +268,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 101, - "end": 111, + "start": 104, + "end": 114, "loc": { "start": { "line": 4, @@ -282,8 +282,8 @@ }, "imported": { "type": "Identifier", - "start": 101, - "end": 111, + "start": 104, + "end": 114, "loc": { "start": { "line": 4, @@ -299,8 +299,8 @@ }, "local": { "type": "Identifier", - "start": 101, - "end": 111, + "start": 104, + "end": 114, "loc": { "start": { "line": 4, @@ -318,8 +318,8 @@ ], "source": { "type": "StringLiteral", - "start": 118, - "end": 150, + "start": 121, + "end": 153, "loc": { "start": { "line": 4, @@ -339,8 +339,8 @@ }, { "type": "ImportDeclaration", - "start": 152, - "end": 230, + "start": 156, + "end": 234, "loc": { "start": { "line": 5, @@ -354,8 +354,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 160, - "end": 175, + "start": 164, + "end": 179, "loc": { "start": { "line": 5, @@ -368,8 +368,8 @@ }, "imported": { "type": "Identifier", - "start": 160, - "end": 175, + "start": 164, + "end": 179, "loc": { "start": { "line": 5, @@ -385,8 +385,8 @@ }, "local": { "type": "Identifier", - "start": 160, - "end": 175, + "start": 164, + "end": 179, "loc": { "start": { "line": 5, @@ -404,8 +404,8 @@ ], "source": { "type": "StringLiteral", - "start": 182, - "end": 229, + "start": 186, + "end": 233, "loc": { "start": { "line": 5, @@ -425,8 +425,8 @@ }, { "type": "ImportDeclaration", - "start": 231, - "end": 284, + "start": 236, + "end": 289, "loc": { "start": { "line": 6, @@ -440,8 +440,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 239, - "end": 250, + "start": 244, + "end": 255, "loc": { "start": { "line": 6, @@ -454,8 +454,8 @@ }, "imported": { "type": "Identifier", - "start": 239, - "end": 250, + "start": 244, + "end": 255, "loc": { "start": { "line": 6, @@ -471,8 +471,8 @@ }, "local": { "type": "Identifier", - "start": 239, - "end": 250, + "start": 244, + "end": 255, "loc": { "start": { "line": 6, @@ -490,8 +490,8 @@ ], "source": { "type": "StringLiteral", - "start": 257, - "end": 283, + "start": 262, + "end": 288, "loc": { "start": { "line": 6, @@ -511,8 +511,8 @@ }, { "type": "ImportDeclaration", - "start": 285, - "end": 366, + "start": 291, + "end": 372, "loc": { "start": { "line": 7, @@ -526,8 +526,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 293, - "end": 308, + "start": 299, + "end": 314, "loc": { "start": { "line": 7, @@ -540,8 +540,8 @@ }, "imported": { "type": "Identifier", - "start": 293, - "end": 308, + "start": 299, + "end": 314, "loc": { "start": { "line": 7, @@ -557,8 +557,8 @@ }, "local": { "type": "Identifier", - "start": 293, - "end": 308, + "start": 299, + "end": 314, "loc": { "start": { "line": 7, @@ -576,8 +576,8 @@ ], "source": { "type": "StringLiteral", - "start": 315, - "end": 365, + "start": 321, + "end": 371, "loc": { "start": { "line": 7, @@ -597,8 +597,8 @@ }, { "type": "VariableDeclaration", - "start": 368, - "end": 400, + "start": 376, + "end": 408, "loc": { "start": { "line": 9, @@ -612,8 +612,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 372, - "end": 399, + "start": 380, + "end": 407, "loc": { "start": { "line": 9, @@ -626,8 +626,8 @@ }, "id": { "type": "Identifier", - "start": 372, - "end": 386, + "start": 380, + "end": 394, "loc": { "start": { "line": 9, @@ -643,8 +643,8 @@ }, "init": { "type": "StringLiteral", - "start": 389, - "end": 399, + "start": 397, + "end": 407, "loc": { "start": { "line": 9, @@ -667,8 +667,8 @@ }, { "type": "VariableDeclaration", - "start": 401, - "end": 652, + "start": 410, + "end": 673, "loc": { "start": { "line": 10, @@ -682,8 +682,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 407, - "end": 651, + "start": 416, + "end": 672, "loc": { "start": { "line": 10, @@ -696,8 +696,8 @@ }, "id": { "type": "Identifier", - "start": 407, - "end": 422, + "start": 416, + "end": 431, "loc": { "start": { "line": 10, @@ -713,8 +713,8 @@ }, "init": { "type": "ObjectExpression", - "start": 425, - "end": 651, + "start": 434, + "end": 672, "loc": { "start": { "line": 10, @@ -728,8 +728,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 428, - "end": 453, + "start": 438, + "end": 463, "loc": { "start": { "line": 11, @@ -745,8 +745,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 428, - "end": 432, + "start": 438, + "end": 442, "loc": { "start": { "line": 11, @@ -765,8 +765,8 @@ }, "value": { "type": "StringLiteral", - "start": 434, - "end": 453, + "start": 444, + "end": 463, "loc": { "start": { "line": 11, @@ -786,8 +786,8 @@ }, { "type": "ObjectProperty", - "start": 456, - "end": 471, + "start": 467, + "end": 482, "loc": { "start": { "line": 12, @@ -803,8 +803,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 456, - "end": 463, + "start": 467, + "end": 474, "loc": { "start": { "line": 12, @@ -823,8 +823,8 @@ }, "value": { "type": "StringLiteral", - "start": 465, - "end": 471, + "start": 476, + "end": 482, "loc": { "start": { "line": 12, @@ -844,8 +844,8 @@ }, { "type": "ObjectProperty", - "start": 474, - "end": 513, + "start": 486, + "end": 525, "loc": { "start": { "line": 13, @@ -861,8 +861,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 474, - "end": 480, + "start": 486, + "end": 492, "loc": { "start": { "line": 13, @@ -881,8 +881,8 @@ }, "value": { "type": "StringLiteral", - "start": 482, - "end": 513, + "start": 494, + "end": 525, "loc": { "start": { "line": 13, @@ -902,8 +902,8 @@ }, { "type": "ObjectProperty", - "start": 516, - "end": 530, + "start": 529, + "end": 543, "loc": { "start": { "line": 14, @@ -919,8 +919,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 516, - "end": 522, + "start": 529, + "end": 535, "loc": { "start": { "line": 14, @@ -939,8 +939,8 @@ }, "value": { "type": "StringLiteral", - "start": 524, - "end": 530, + "start": 537, + "end": 543, "loc": { "start": { "line": 14, @@ -960,8 +960,8 @@ }, { "type": "ObjectProperty", - "start": 533, - "end": 553, + "start": 547, + "end": 567, "loc": { "start": { "line": 15, @@ -977,8 +977,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 533, - "end": 546, + "start": 547, + "end": 560, "loc": { "start": { "line": 15, @@ -997,8 +997,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 548, - "end": 553, + "start": 562, + "end": 567, "loc": { "start": { "line": 15, @@ -1014,8 +1014,8 @@ }, { "type": "ObjectProperty", - "start": 556, - "end": 577, + "start": 571, + "end": 592, "loc": { "start": { "line": 16, @@ -1031,8 +1031,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 556, - "end": 561, + "start": 571, + "end": 576, "loc": { "start": { "line": 16, @@ -1048,8 +1048,8 @@ }, "value": { "type": "Identifier", - "start": 563, - "end": 577, + "start": 578, + "end": 592, "loc": { "start": { "line": 16, @@ -1066,8 +1066,8 @@ }, { "type": "ObjectProperty", - "start": 580, - "end": 646, + "start": 596, + "end": 664, "loc": { "start": { "line": 17, @@ -1083,8 +1083,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 580, - "end": 593, + "start": 596, + "end": 609, "loc": { "start": { "line": 17, @@ -1100,8 +1100,8 @@ }, "value": { "type": "FunctionExpression", - "start": 595, - "end": 646, + "start": 611, + "end": 664, "loc": { "start": { "line": 17, @@ -1119,8 +1119,8 @@ "params": [ { "type": "Identifier", - "start": 604, - "end": 612, + "start": 620, + "end": 628, "loc": { "start": { "line": 17, @@ -1137,8 +1137,8 @@ ], "body": { "type": "BlockStatement", - "start": 613, - "end": 646, + "start": 629, + "end": 664, "loc": { "start": { "line": 17, @@ -1152,8 +1152,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 617, - "end": 643, + "start": 634, + "end": 660, "loc": { "start": { "line": 18, @@ -1166,8 +1166,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 617, - "end": 642, + "start": 634, + "end": 659, "loc": { "start": { "line": 18, @@ -1181,8 +1181,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 617, - "end": 631, + "start": 634, + "end": 648, "loc": { "start": { "line": 18, @@ -1198,8 +1198,8 @@ }, "right": { "type": "Identifier", - "start": 634, - "end": 642, + "start": 651, + "end": 659, "loc": { "start": { "line": 18, @@ -1228,8 +1228,8 @@ }, { "type": "VariableDeclaration", - "start": 654, - "end": 970, + "start": 677, + "end": 1009, "loc": { "start": { "line": 24, @@ -1243,8 +1243,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 660, - "end": 969, + "start": 683, + "end": 1008, "loc": { "start": { "line": 24, @@ -1257,8 +1257,8 @@ }, "id": { "type": "Identifier", - "start": 660, - "end": 677, + "start": 683, + "end": 700, "loc": { "start": { "line": 24, @@ -1274,8 +1274,8 @@ }, "init": { "type": "ObjectExpression", - "start": 680, - "end": 969, + "start": 703, + "end": 1008, "loc": { "start": { "line": 24, @@ -1289,8 +1289,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 683, - "end": 716, + "start": 707, + "end": 740, "loc": { "start": { "line": 25, @@ -1306,8 +1306,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 683, - "end": 687, + "start": 707, + "end": 711, "loc": { "start": { "line": 25, @@ -1326,8 +1326,8 @@ }, "value": { "type": "StringLiteral", - "start": 689, - "end": 716, + "start": 713, + "end": 740, "loc": { "start": { "line": 25, @@ -1347,8 +1347,8 @@ }, { "type": "ObjectProperty", - "start": 719, - "end": 753, + "start": 744, + "end": 778, "loc": { "start": { "line": 26, @@ -1364,8 +1364,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 719, - "end": 726, + "start": 744, + "end": 751, "loc": { "start": { "line": 26, @@ -1384,8 +1384,8 @@ }, "value": { "type": "StringLiteral", - "start": 728, - "end": 753, + "start": 753, + "end": 778, "loc": { "start": { "line": 26, @@ -1405,8 +1405,8 @@ }, { "type": "ObjectProperty", - "start": 756, - "end": 786, + "start": 782, + "end": 812, "loc": { "start": { "line": 27, @@ -1422,8 +1422,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 756, - "end": 762, + "start": 782, + "end": 788, "loc": { "start": { "line": 27, @@ -1442,8 +1442,8 @@ }, "value": { "type": "StringLiteral", - "start": 764, - "end": 786, + "start": 790, + "end": 812, "loc": { "start": { "line": 27, @@ -1463,8 +1463,8 @@ }, { "type": "ObjectProperty", - "start": 789, - "end": 803, + "start": 816, + "end": 830, "loc": { "start": { "line": 28, @@ -1480,8 +1480,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 789, - "end": 795, + "start": 816, + "end": 822, "loc": { "start": { "line": 28, @@ -1500,8 +1500,8 @@ }, "value": { "type": "StringLiteral", - "start": 797, - "end": 803, + "start": 824, + "end": 830, "loc": { "start": { "line": 28, @@ -1521,8 +1521,8 @@ }, { "type": "ObjectProperty", - "start": 806, - "end": 827, + "start": 834, + "end": 855, "loc": { "start": { "line": 29, @@ -1538,8 +1538,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 806, - "end": 817, + "start": 834, + "end": 845, "loc": { "start": { "line": 29, @@ -1558,8 +1558,8 @@ }, "value": { "type": "StringLiteral", - "start": 819, - "end": 827, + "start": 847, + "end": 855, "loc": { "start": { "line": 29, @@ -1579,8 +1579,8 @@ }, { "type": "ObjectProperty", - "start": 830, - "end": 881, + "start": 859, + "end": 914, "loc": { "start": { "line": 30, @@ -1596,8 +1596,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 830, - "end": 840, + "start": 859, + "end": 869, "loc": { "start": { "line": 30, @@ -1613,8 +1613,8 @@ }, "value": { "type": "ObjectExpression", - "start": 842, - "end": 881, + "start": 871, + "end": 914, "loc": { "start": { "line": 30, @@ -1628,8 +1628,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 846, - "end": 853, + "start": 876, + "end": 883, "loc": { "start": { "line": 31, @@ -1645,8 +1645,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 846, - "end": 849, + "start": 876, + "end": 879, "loc": { "start": { "line": 31, @@ -1662,8 +1662,8 @@ }, "value": { "type": "UnaryExpression", - "start": 851, - "end": 853, + "start": 881, + "end": 883, "loc": { "start": { "line": 31, @@ -1678,8 +1678,8 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 852, - "end": 853, + "start": 882, + "end": 883, "loc": { "start": { "line": 31, @@ -1703,8 +1703,8 @@ }, { "type": "ObjectProperty", - "start": 857, - "end": 864, + "start": 888, + "end": 895, "loc": { "start": { "line": 32, @@ -1720,8 +1720,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 857, - "end": 860, + "start": 888, + "end": 891, "loc": { "start": { "line": 32, @@ -1737,8 +1737,8 @@ }, "value": { "type": "NumericLiteral", - "start": 862, - "end": 864, + "start": 893, + "end": 895, "loc": { "start": { "line": 32, @@ -1758,8 +1758,8 @@ }, { "type": "ObjectProperty", - "start": 868, - "end": 877, + "start": 900, + "end": 909, "loc": { "start": { "line": 33, @@ -1775,8 +1775,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 868, - "end": 872, + "start": 900, + "end": 904, "loc": { "start": { "line": 33, @@ -1792,8 +1792,8 @@ }, "value": { "type": "NumericLiteral", - "start": 874, - "end": 877, + "start": 906, + "end": 909, "loc": { "start": { "line": 33, @@ -1816,8 +1816,8 @@ }, { "type": "ObjectProperty", - "start": 884, - "end": 893, + "start": 918, + "end": 927, "loc": { "start": { "line": 35, @@ -1833,8 +1833,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 884, - "end": 889, + "start": 918, + "end": 923, "loc": { "start": { "line": 35, @@ -1850,8 +1850,8 @@ }, "value": { "type": "NumericLiteral", - "start": 891, - "end": 893, + "start": 925, + "end": 927, "loc": { "start": { "line": 35, @@ -1871,8 +1871,8 @@ }, { "type": "ObjectProperty", - "start": 896, - "end": 965, + "start": 931, + "end": 1002, "loc": { "start": { "line": 36, @@ -1888,8 +1888,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 896, - "end": 909, + "start": 931, + "end": 944, "loc": { "start": { "line": 36, @@ -1905,8 +1905,8 @@ }, "value": { "type": "ArrowFunctionExpression", - "start": 911, - "end": 965, + "start": 946, + "end": 1002, "loc": { "start": { "line": 36, @@ -1924,8 +1924,8 @@ "params": [ { "type": "Identifier", - "start": 912, - "end": 926, + "start": 947, + "end": 961, "loc": { "start": { "line": 36, @@ -1942,8 +1942,8 @@ ], "body": { "type": "BlockStatement", - "start": 930, - "end": 965, + "start": 965, + "end": 1002, "loc": { "start": { "line": 36, @@ -1957,8 +1957,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 934, - "end": 962, + "start": 970, + "end": 998, "loc": { "start": { "line": 37, @@ -1971,8 +1971,8 @@ }, "expression": { "type": "CallExpression", - "start": 934, - "end": 961, + "start": 970, + "end": 997, "loc": { "start": { "line": 37, @@ -1985,8 +1985,8 @@ }, "callee": { "type": "MemberExpression", - "start": 934, - "end": 945, + "start": 970, + "end": 981, "loc": { "start": { "line": 37, @@ -1999,8 +1999,8 @@ }, "object": { "type": "Identifier", - "start": 934, - "end": 941, + "start": 970, + "end": 977, "loc": { "start": { "line": 37, @@ -2016,8 +2016,8 @@ }, "property": { "type": "Identifier", - "start": 942, - "end": 945, + "start": 978, + "end": 981, "loc": { "start": { "line": 37, @@ -2036,8 +2036,8 @@ "arguments": [ { "type": "Identifier", - "start": 946, - "end": 960, + "start": 982, + "end": 996, "loc": { "start": { "line": 37, @@ -2067,8 +2067,8 @@ }, { "type": "VariableDeclaration", - "start": 972, - "end": 1000, + "start": 1013, + "end": 1041, "loc": { "start": { "line": 42, @@ -2082,8 +2082,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 976, - "end": 999, + "start": 1017, + "end": 1040, "loc": { "start": { "line": 42, @@ -2096,8 +2096,8 @@ }, "id": { "type": "Identifier", - "start": 976, - "end": 992, + "start": 1017, + "end": 1033, "loc": { "start": { "line": 42, @@ -2113,8 +2113,8 @@ }, "init": { "type": "StringLiteral", - "start": 995, - "end": 999, + "start": 1036, + "end": 1040, "loc": { "start": { "line": 42, @@ -2137,8 +2137,8 @@ }, { "type": "VariableDeclaration", - "start": 1001, - "end": 1229, + "start": 1043, + "end": 1280, "loc": { "start": { "line": 43, @@ -2152,8 +2152,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1007, - "end": 1228, + "start": 1049, + "end": 1279, "loc": { "start": { "line": 43, @@ -2166,8 +2166,8 @@ }, "id": { "type": "Identifier", - "start": 1007, - "end": 1024, + "start": 1049, + "end": 1066, "loc": { "start": { "line": 43, @@ -2183,8 +2183,8 @@ }, "init": { "type": "ObjectExpression", - "start": 1027, - "end": 1228, + "start": 1069, + "end": 1279, "loc": { "start": { "line": 43, @@ -2198,8 +2198,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1030, - "end": 1062, + "start": 1073, + "end": 1105, "loc": { "start": { "line": 44, @@ -2215,8 +2215,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 1030, - "end": 1034, + "start": 1073, + "end": 1077, "loc": { "start": { "line": 44, @@ -2235,8 +2235,8 @@ }, "value": { "type": "StringLiteral", - "start": 1036, - "end": 1062, + "start": 1079, + "end": 1105, "loc": { "start": { "line": 44, @@ -2256,8 +2256,8 @@ }, { "type": "ObjectProperty", - "start": 1065, - "end": 1081, + "start": 1109, + "end": 1125, "loc": { "start": { "line": 45, @@ -2273,8 +2273,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 1065, - "end": 1071, + "start": 1109, + "end": 1115, "loc": { "start": { "line": 45, @@ -2293,8 +2293,8 @@ }, "value": { "type": "StringLiteral", - "start": 1073, - "end": 1081, + "start": 1117, + "end": 1125, "loc": { "start": { "line": 45, @@ -2314,8 +2314,8 @@ }, { "type": "ObjectProperty", - "start": 1084, - "end": 1106, + "start": 1129, + "end": 1151, "loc": { "start": { "line": 46, @@ -2331,8 +2331,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 1084, - "end": 1091, + "start": 1129, + "end": 1136, "loc": { "start": { "line": 46, @@ -2351,8 +2351,8 @@ }, "value": { "type": "StringLiteral", - "start": 1093, - "end": 1106, + "start": 1138, + "end": 1151, "loc": { "start": { "line": 46, @@ -2372,8 +2372,8 @@ }, { "type": "ObjectProperty", - "start": 1109, - "end": 1129, + "start": 1155, + "end": 1175, "loc": { "start": { "line": 47, @@ -2389,8 +2389,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 1109, - "end": 1122, + "start": 1155, + "end": 1168, "loc": { "start": { "line": 47, @@ -2409,8 +2409,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 1124, - "end": 1129, + "start": 1170, + "end": 1175, "loc": { "start": { "line": 47, @@ -2426,8 +2426,8 @@ }, { "type": "ObjectProperty", - "start": 1132, - "end": 1155, + "start": 1179, + "end": 1202, "loc": { "start": { "line": 48, @@ -2443,8 +2443,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1132, - "end": 1137, + "start": 1179, + "end": 1184, "loc": { "start": { "line": 48, @@ -2460,8 +2460,8 @@ }, "value": { "type": "Identifier", - "start": 1139, - "end": 1155, + "start": 1186, + "end": 1202, "loc": { "start": { "line": 48, @@ -2478,8 +2478,8 @@ }, { "type": "ObjectProperty", - "start": 1158, - "end": 1225, + "start": 1206, + "end": 1275, "loc": { "start": { "line": 49, @@ -2495,8 +2495,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1158, - "end": 1171, + "start": 1206, + "end": 1219, "loc": { "start": { "line": 49, @@ -2512,8 +2512,8 @@ }, "value": { "type": "FunctionExpression", - "start": 1173, - "end": 1225, + "start": 1221, + "end": 1275, "loc": { "start": { "line": 49, @@ -2531,8 +2531,8 @@ "params": [ { "type": "Identifier", - "start": 1182, - "end": 1190, + "start": 1230, + "end": 1238, "loc": { "start": { "line": 49, @@ -2549,8 +2549,8 @@ ], "body": { "type": "BlockStatement", - "start": 1191, - "end": 1225, + "start": 1239, + "end": 1275, "loc": { "start": { "line": 49, @@ -2564,8 +2564,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1195, - "end": 1222, + "start": 1244, + "end": 1271, "loc": { "start": { "line": 50, @@ -2578,8 +2578,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1195, - "end": 1222, + "start": 1244, + "end": 1271, "loc": { "start": { "line": 50, @@ -2593,8 +2593,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 1195, - "end": 1211, + "start": 1244, + "end": 1260, "loc": { "start": { "line": 50, @@ -2610,8 +2610,8 @@ }, "right": { "type": "Identifier", - "start": 1214, - "end": 1222, + "start": 1263, + "end": 1271, "loc": { "start": { "line": 50, @@ -2640,8 +2640,8 @@ }, { "type": "VariableDeclaration", - "start": 1231, - "end": 1261, + "start": 1284, + "end": 1314, "loc": { "start": { "line": 54, @@ -2655,8 +2655,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1235, - "end": 1260, + "start": 1288, + "end": 1313, "loc": { "start": { "line": 54, @@ -2669,8 +2669,8 @@ }, "id": { "type": "Identifier", - "start": 1235, - "end": 1251, + "start": 1288, + "end": 1304, "loc": { "start": { "line": 54, @@ -2686,8 +2686,8 @@ }, "init": { "type": "StringLiteral", - "start": 1254, - "end": 1260, + "start": 1307, + "end": 1313, "loc": { "start": { "line": 54, @@ -2710,8 +2710,8 @@ }, { "type": "VariableDeclaration", - "start": 1262, - "end": 1629, + "start": 1316, + "end": 1702, "loc": { "start": { "line": 55, @@ -2725,8 +2725,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1268, - "end": 1628, + "start": 1322, + "end": 1701, "loc": { "start": { "line": 55, @@ -2739,8 +2739,8 @@ }, "id": { "type": "Identifier", - "start": 1268, - "end": 1285, + "start": 1322, + "end": 1339, "loc": { "start": { "line": 55, @@ -2756,8 +2756,8 @@ }, "init": { "type": "ObjectExpression", - "start": 1288, - "end": 1628, + "start": 1342, + "end": 1701, "loc": { "start": { "line": 55, @@ -2771,8 +2771,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1291, - "end": 1321, + "start": 1346, + "end": 1376, "loc": { "start": { "line": 56, @@ -2788,8 +2788,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 1291, - "end": 1295, + "start": 1346, + "end": 1350, "loc": { "start": { "line": 56, @@ -2808,8 +2808,8 @@ }, "value": { "type": "StringLiteral", - "start": 1297, - "end": 1321, + "start": 1352, + "end": 1376, "loc": { "start": { "line": 56, @@ -2829,8 +2829,8 @@ }, { "type": "ObjectProperty", - "start": 1324, - "end": 1338, + "start": 1380, + "end": 1394, "loc": { "start": { "line": 57, @@ -2846,8 +2846,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 1324, - "end": 1330, + "start": 1380, + "end": 1386, "loc": { "start": { "line": 57, @@ -2866,8 +2866,8 @@ }, "value": { "type": "StringLiteral", - "start": 1332, - "end": 1338, + "start": 1388, + "end": 1394, "loc": { "start": { "line": 57, @@ -2887,8 +2887,8 @@ }, { "type": "ObjectProperty", - "start": 1341, - "end": 1364, + "start": 1398, + "end": 1421, "loc": { "start": { "line": 58, @@ -2904,8 +2904,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 1341, - "end": 1348, + "start": 1398, + "end": 1405, "loc": { "start": { "line": 58, @@ -2924,8 +2924,8 @@ }, "value": { "type": "StringLiteral", - "start": 1350, - "end": 1364, + "start": 1407, + "end": 1421, "loc": { "start": { "line": 58, @@ -2945,8 +2945,8 @@ }, { "type": "ObjectProperty", - "start": 1367, - "end": 1420, + "start": 1425, + "end": 1478, "loc": { "start": { "line": 59, @@ -2962,8 +2962,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 1367, - "end": 1380, + "start": 1425, + "end": 1438, "loc": { "start": { "line": 59, @@ -2982,8 +2982,8 @@ }, "value": { "type": "StringLiteral", - "start": 1382, - "end": 1420, + "start": 1440, + "end": 1478, "loc": { "start": { "line": 59, @@ -3003,8 +3003,8 @@ }, { "type": "ObjectProperty", - "start": 1423, - "end": 1530, + "start": 1482, + "end": 1598, "loc": { "start": { "line": 60, @@ -3020,8 +3020,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1423, - "end": 1430, + "start": 1482, + "end": 1489, "loc": { "start": { "line": 60, @@ -3037,8 +3037,8 @@ }, "value": { "type": "ArrayExpression", - "start": 1432, - "end": 1530, + "start": 1491, + "end": 1598, "loc": { "start": { "line": 60, @@ -3052,8 +3052,8 @@ "elements": [ { "type": "ObjectExpression", - "start": 1436, - "end": 1476, + "start": 1496, + "end": 1539, "loc": { "start": { "line": 61, @@ -3067,8 +3067,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1441, - "end": 1454, + "start": 1502, + "end": 1515, "loc": { "start": { "line": 62, @@ -3084,8 +3084,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1441, - "end": 1446, + "start": 1502, + "end": 1507, "loc": { "start": { "line": 62, @@ -3101,8 +3101,8 @@ }, "value": { "type": "StringLiteral", - "start": 1448, - "end": 1454, + "start": 1509, + "end": 1515, "loc": { "start": { "line": 62, @@ -3122,8 +3122,8 @@ }, { "type": "ObjectProperty", - "start": 1459, - "end": 1472, + "start": 1521, + "end": 1534, "loc": { "start": { "line": 63, @@ -3139,8 +3139,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1459, - "end": 1464, + "start": 1521, + "end": 1526, "loc": { "start": { "line": 63, @@ -3156,8 +3156,8 @@ }, "value": { "type": "StringLiteral", - "start": 1466, - "end": 1472, + "start": 1528, + "end": 1534, "loc": { "start": { "line": 63, @@ -3179,8 +3179,8 @@ }, { "type": "ObjectExpression", - "start": 1480, - "end": 1527, + "start": 1544, + "end": 1594, "loc": { "start": { "line": 65, @@ -3194,8 +3194,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1485, - "end": 1504, + "start": 1550, + "end": 1569, "loc": { "start": { "line": 66, @@ -3211,8 +3211,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1485, - "end": 1490, + "start": 1550, + "end": 1555, "loc": { "start": { "line": 66, @@ -3228,8 +3228,8 @@ }, "value": { "type": "StringLiteral", - "start": 1492, - "end": 1504, + "start": 1557, + "end": 1569, "loc": { "start": { "line": 66, @@ -3249,8 +3249,8 @@ }, { "type": "ObjectProperty", - "start": 1509, - "end": 1523, + "start": 1575, + "end": 1589, "loc": { "start": { "line": 67, @@ -3266,8 +3266,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1509, - "end": 1514, + "start": 1575, + "end": 1580, "loc": { "start": { "line": 67, @@ -3283,8 +3283,8 @@ }, "value": { "type": "StringLiteral", - "start": 1516, - "end": 1523, + "start": 1582, + "end": 1589, "loc": { "start": { "line": 67, @@ -3309,8 +3309,8 @@ }, { "type": "ObjectProperty", - "start": 1533, - "end": 1556, + "start": 1602, + "end": 1625, "loc": { "start": { "line": 70, @@ -3326,8 +3326,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1533, - "end": 1538, + "start": 1602, + "end": 1607, "loc": { "start": { "line": 70, @@ -3343,8 +3343,8 @@ }, "value": { "type": "Identifier", - "start": 1540, - "end": 1556, + "start": 1609, + "end": 1625, "loc": { "start": { "line": 70, @@ -3361,8 +3361,8 @@ }, { "type": "ObjectProperty", - "start": 1559, - "end": 1626, + "start": 1629, + "end": 1698, "loc": { "start": { "line": 71, @@ -3378,8 +3378,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1559, - "end": 1572, + "start": 1629, + "end": 1642, "loc": { "start": { "line": 71, @@ -3395,8 +3395,8 @@ }, "value": { "type": "FunctionExpression", - "start": 1574, - "end": 1626, + "start": 1644, + "end": 1698, "loc": { "start": { "line": 71, @@ -3414,8 +3414,8 @@ "params": [ { "type": "Identifier", - "start": 1583, - "end": 1591, + "start": 1653, + "end": 1661, "loc": { "start": { "line": 71, @@ -3432,8 +3432,8 @@ ], "body": { "type": "BlockStatement", - "start": 1592, - "end": 1626, + "start": 1662, + "end": 1698, "loc": { "start": { "line": 71, @@ -3447,8 +3447,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1596, - "end": 1623, + "start": 1667, + "end": 1694, "loc": { "start": { "line": 72, @@ -3461,8 +3461,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1596, - "end": 1623, + "start": 1667, + "end": 1694, "loc": { "start": { "line": 72, @@ -3476,8 +3476,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 1596, - "end": 1612, + "start": 1667, + "end": 1683, "loc": { "start": { "line": 72, @@ -3493,8 +3493,8 @@ }, "right": { "type": "Identifier", - "start": 1615, - "end": 1623, + "start": 1686, + "end": 1694, "loc": { "start": { "line": 72, @@ -3523,8 +3523,8 @@ }, { "type": "VariableDeclaration", - "start": 1631, - "end": 1662, + "start": 1706, + "end": 1737, "loc": { "start": { "line": 76, @@ -3538,8 +3538,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1635, - "end": 1661, + "start": 1710, + "end": 1736, "loc": { "start": { "line": 76, @@ -3552,8 +3552,8 @@ }, "id": { "type": "Identifier", - "start": 1635, - "end": 1653, + "start": 1710, + "end": 1728, "loc": { "start": { "line": 76, @@ -3569,8 +3569,8 @@ }, "init": { "type": "ArrayExpression", - "start": 1656, - "end": 1661, + "start": 1731, + "end": 1736, "loc": { "start": { "line": 76, @@ -3584,8 +3584,8 @@ "elements": [ { "type": "StringLiteral", - "start": 1657, - "end": 1660, + "start": 1732, + "end": 1735, "loc": { "start": { "line": 76, @@ -3610,8 +3610,8 @@ }, { "type": "VariableDeclaration", - "start": 1663, - "end": 1920, + "start": 1739, + "end": 2015, "loc": { "start": { "line": 77, @@ -3625,8 +3625,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1669, - "end": 1919, + "start": 1745, + "end": 2014, "loc": { "start": { "line": 77, @@ -3639,8 +3639,8 @@ }, "id": { "type": "Identifier", - "start": 1669, - "end": 1682, + "start": 1745, + "end": 1758, "loc": { "start": { "line": 77, @@ -3656,8 +3656,8 @@ }, "init": { "type": "ObjectExpression", - "start": 1685, - "end": 1919, + "start": 1761, + "end": 2014, "loc": { "start": { "line": 77, @@ -3671,8 +3671,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1688, - "end": 1704, + "start": 1765, + "end": 1781, "loc": { "start": { "line": 78, @@ -3688,8 +3688,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1688, - "end": 1690, + "start": 1765, + "end": 1767, "loc": { "start": { "line": 78, @@ -3705,8 +3705,8 @@ }, "value": { "type": "StringLiteral", - "start": 1692, - "end": 1704, + "start": 1769, + "end": 1781, "loc": { "start": { "line": 78, @@ -3726,8 +3726,8 @@ }, { "type": "ObjectProperty", - "start": 1707, - "end": 1725, + "start": 1785, + "end": 1803, "loc": { "start": { "line": 79, @@ -3743,8 +3743,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1707, - "end": 1712, + "start": 1785, + "end": 1790, "loc": { "start": { "line": 79, @@ -3760,8 +3760,8 @@ }, "value": { "type": "StringLiteral", - "start": 1714, - "end": 1725, + "start": 1792, + "end": 1803, "loc": { "start": { "line": 79, @@ -3781,8 +3781,8 @@ }, { "type": "ObjectProperty", - "start": 1728, - "end": 1744, + "start": 1807, + "end": 1823, "loc": { "start": { "line": 80, @@ -3798,8 +3798,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1728, - "end": 1732, + "start": 1807, + "end": 1811, "loc": { "start": { "line": 80, @@ -3815,8 +3815,8 @@ }, "value": { "type": "StringLiteral", - "start": 1734, - "end": 1744, + "start": 1813, + "end": 1823, "loc": { "start": { "line": 80, @@ -3836,8 +3836,8 @@ }, { "type": "ObjectProperty", - "start": 1747, - "end": 1840, + "start": 1827, + "end": 1930, "loc": { "start": { "line": 81, @@ -3853,8 +3853,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1747, - "end": 1754, + "start": 1827, + "end": 1834, "loc": { "start": { "line": 81, @@ -3870,8 +3870,8 @@ }, "value": { "type": "ArrayExpression", - "start": 1756, - "end": 1840, + "start": 1836, + "end": 1930, "loc": { "start": { "line": 81, @@ -3885,8 +3885,8 @@ "elements": [ { "type": "ObjectExpression", - "start": 1760, - "end": 1796, + "start": 1841, + "end": 1880, "loc": { "start": { "line": 82, @@ -3900,8 +3900,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1765, - "end": 1775, + "start": 1847, + "end": 1857, "loc": { "start": { "line": 83, @@ -3917,8 +3917,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1765, - "end": 1770, + "start": 1847, + "end": 1852, "loc": { "start": { "line": 83, @@ -3934,8 +3934,8 @@ }, "value": { "type": "StringLiteral", - "start": 1772, - "end": 1775, + "start": 1854, + "end": 1857, "loc": { "start": { "line": 83, @@ -3955,8 +3955,8 @@ }, { "type": "ObjectProperty", - "start": 1780, - "end": 1792, + "start": 1863, + "end": 1875, "loc": { "start": { "line": 84, @@ -3972,8 +3972,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1780, - "end": 1785, + "start": 1863, + "end": 1868, "loc": { "start": { "line": 84, @@ -3989,8 +3989,8 @@ }, "value": { "type": "StringLiteral", - "start": 1787, - "end": 1792, + "start": 1870, + "end": 1875, "loc": { "start": { "line": 84, @@ -4012,8 +4012,8 @@ }, { "type": "ObjectExpression", - "start": 1800, - "end": 1836, + "start": 1885, + "end": 1924, "loc": { "start": { "line": 86, @@ -4027,8 +4027,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1805, - "end": 1815, + "start": 1891, + "end": 1901, "loc": { "start": { "line": 87, @@ -4044,8 +4044,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1805, - "end": 1810, + "start": 1891, + "end": 1896, "loc": { "start": { "line": 87, @@ -4061,8 +4061,8 @@ }, "value": { "type": "StringLiteral", - "start": 1812, - "end": 1815, + "start": 1898, + "end": 1901, "loc": { "start": { "line": 87, @@ -4082,8 +4082,8 @@ }, { "type": "ObjectProperty", - "start": 1820, - "end": 1832, + "start": 1907, + "end": 1919, "loc": { "start": { "line": 88, @@ -4099,8 +4099,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1820, - "end": 1825, + "start": 1907, + "end": 1912, "loc": { "start": { "line": 88, @@ -4116,8 +4116,8 @@ }, "value": { "type": "StringLiteral", - "start": 1827, - "end": 1832, + "start": 1914, + "end": 1919, "loc": { "start": { "line": 88, @@ -4142,8 +4142,8 @@ }, { "type": "ObjectProperty", - "start": 1843, - "end": 1851, + "start": 1934, + "end": 1942, "loc": { "start": { "line": 92, @@ -4159,8 +4159,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1843, - "end": 1848, + "start": 1934, + "end": 1939, "loc": { "start": { "line": 92, @@ -4176,8 +4176,8 @@ }, "value": { "type": "ArrayExpression", - "start": 1849, - "end": 1851, + "start": 1940, + "end": 1942, "loc": { "start": { "line": 92, @@ -4193,8 +4193,8 @@ }, { "type": "ObjectProperty", - "start": 1854, - "end": 1917, + "start": 1946, + "end": 2011, "loc": { "start": { "line": 93, @@ -4210,8 +4210,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1854, - "end": 1867, + "start": 1946, + "end": 1959, "loc": { "start": { "line": 93, @@ -4227,8 +4227,8 @@ }, "value": { "type": "ArrowFunctionExpression", - "start": 1868, - "end": 1917, + "start": 1960, + "end": 2011, "loc": { "start": { "line": 93, @@ -4246,8 +4246,8 @@ "params": [ { "type": "Identifier", - "start": 1869, - "end": 1877, + "start": 1961, + "end": 1969, "loc": { "start": { "line": 93, @@ -4264,8 +4264,8 @@ ], "body": { "type": "BlockStatement", - "start": 1882, - "end": 1917, + "start": 1974, + "end": 2011, "loc": { "start": { "line": 93, @@ -4279,8 +4279,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1886, - "end": 1914, + "start": 1979, + "end": 2007, "loc": { "start": { "line": 94, @@ -4293,8 +4293,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1886, - "end": 1913, + "start": 1979, + "end": 2006, "loc": { "start": { "line": 94, @@ -4308,8 +4308,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 1886, - "end": 1904, + "start": 1979, + "end": 1997, "loc": { "start": { "line": 94, @@ -4325,8 +4325,8 @@ }, "right": { "type": "Identifier", - "start": 1905, - "end": 1913, + "start": 1998, + "end": 2006, "loc": { "start": { "line": 94, @@ -4355,8 +4355,8 @@ }, { "type": "VariableDeclaration", - "start": 1922, - "end": 2040, + "start": 2019, + "end": 2143, "loc": { "start": { "line": 98, @@ -4370,8 +4370,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1928, - "end": 2039, + "start": 2025, + "end": 2142, "loc": { "start": { "line": 98, @@ -4384,8 +4384,8 @@ }, "id": { "type": "Identifier", - "start": 1928, - "end": 1940, + "start": 2025, + "end": 2037, "loc": { "start": { "line": 98, @@ -4401,8 +4401,8 @@ }, "init": { "type": "ArrayExpression", - "start": 1943, - "end": 2039, + "start": 2040, + "end": 2142, "loc": { "start": { "line": 98, @@ -4416,8 +4416,8 @@ "elements": [ { "type": "Identifier", - "start": 1946, - "end": 1961, + "start": 2044, + "end": 2059, "loc": { "start": { "line": 99, @@ -4433,8 +4433,8 @@ }, { "type": "Identifier", - "start": 1964, - "end": 1981, + "start": 2063, + "end": 2080, "loc": { "start": { "line": 100, @@ -4450,8 +4450,8 @@ }, { "type": "Identifier", - "start": 1984, - "end": 2001, + "start": 2084, + "end": 2101, "loc": { "start": { "line": 101, @@ -4467,8 +4467,8 @@ }, { "type": "Identifier", - "start": 2004, - "end": 2017, + "start": 2105, + "end": 2118, "loc": { "start": { "line": 102, @@ -4484,8 +4484,8 @@ }, { "type": "Identifier", - "start": 2020, - "end": 2037, + "start": 2122, + "end": 2139, "loc": { "start": { "line": 103, @@ -4507,8 +4507,8 @@ }, { "type": "VariableDeclaration", - "start": 2041, - "end": 2094, + "start": 2145, + "end": 2198, "loc": { "start": { "line": 105, @@ -4522,8 +4522,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 2047, - "end": 2093, + "start": 2151, + "end": 2197, "loc": { "start": { "line": 105, @@ -4536,8 +4536,8 @@ }, "id": { "type": "Identifier", - "start": 2047, - "end": 2061, + "start": 2151, + "end": 2165, "loc": { "start": { "line": 105, @@ -4553,8 +4553,8 @@ }, "init": { "type": "CallExpression", - "start": 2064, - "end": 2093, + "start": 2168, + "end": 2197, "loc": { "start": { "line": 105, @@ -4567,8 +4567,8 @@ }, "callee": { "type": "Identifier", - "start": 2064, - "end": 2079, + "start": 2168, + "end": 2183, "loc": { "start": { "line": 105, @@ -4585,8 +4585,8 @@ "arguments": [ { "type": "Identifier", - "start": 2080, - "end": 2092, + "start": 2184, + "end": 2196, "loc": { "start": { "line": 105, @@ -4608,8 +4608,8 @@ }, { "type": "VariableDeclaration", - "start": 2098, - "end": 2146, + "start": 2206, + "end": 2258, "loc": { "start": { "line": 109, @@ -4623,8 +4623,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 2102, - "end": 2145, + "start": 2210, + "end": 2257, "loc": { "start": { "line": 109, @@ -4637,8 +4637,8 @@ }, "id": { "type": "Identifier", - "start": 2102, - "end": 2108, + "start": 2210, + "end": 2216, "loc": { "start": { "line": 109, @@ -4654,8 +4654,8 @@ }, "init": { "type": "ObjectExpression", - "start": 2111, - "end": 2145, + "start": 2219, + "end": 2257, "loc": { "start": { "line": 109, @@ -4669,8 +4669,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 2114, - "end": 2121, + "start": 2223, + "end": 2230, "loc": { "start": { "line": 110, @@ -4686,8 +4686,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2114, - "end": 2117, + "start": 2223, + "end": 2226, "loc": { "start": { "line": 110, @@ -4703,8 +4703,8 @@ }, "value": { "type": "StringLiteral", - "start": 2119, - "end": 2121, + "start": 2228, + "end": 2230, "loc": { "start": { "line": 110, @@ -4724,8 +4724,8 @@ }, { "type": "ObjectProperty", - "start": 2124, - "end": 2131, + "start": 2234, + "end": 2241, "loc": { "start": { "line": 111, @@ -4741,8 +4741,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2124, - "end": 2127, + "start": 2234, + "end": 2237, "loc": { "start": { "line": 111, @@ -4758,8 +4758,8 @@ }, "value": { "type": "StringLiteral", - "start": 2129, - "end": 2131, + "start": 2239, + "end": 2241, "loc": { "start": { "line": 111, @@ -4779,8 +4779,8 @@ }, { "type": "ObjectProperty", - "start": 2134, - "end": 2143, + "start": 2245, + "end": 2254, "loc": { "start": { "line": 112, @@ -4796,8 +4796,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2134, - "end": 2139, + "start": 2245, + "end": 2250, "loc": { "start": { "line": 112, @@ -4813,8 +4813,8 @@ }, "value": { "type": "StringLiteral", - "start": 2141, - "end": 2143, + "start": 2252, + "end": 2254, "loc": { "start": { "line": 112, @@ -4840,8 +4840,8 @@ }, { "type": "VariableDeclaration", - "start": 2148, - "end": 2173, + "start": 2262, + "end": 2287, "loc": { "start": { "line": 115, @@ -4855,8 +4855,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 2152, - "end": 2172, + "start": 2266, + "end": 2286, "loc": { "start": { "line": 115, @@ -4869,8 +4869,8 @@ }, "id": { "type": "Identifier", - "start": 2152, - "end": 2167, + "start": 2266, + "end": 2281, "loc": { "start": { "line": 115, @@ -4886,8 +4886,8 @@ }, "init": { "type": "StringLiteral", - "start": 2170, - "end": 2172, + "start": 2284, + "end": 2286, "loc": { "start": { "line": 115, @@ -4910,8 +4910,8 @@ }, { "type": "Identifier", - "start": 2175, - "end": 6738, + "start": 2291, + "end": 7088, "loc": { "start": { "line": 117, @@ -4924,8 +4924,8 @@ }, "id": { "type": "Identifier", - "start": 2181, - "end": 2184, + "start": 2297, + "end": 2300, "loc": { "start": { "line": 117, @@ -4941,8 +4941,8 @@ }, "superClass": { "type": "Identifier", - "start": 2193, - "end": 2202, + "start": 2309, + "end": 2318, "loc": { "start": { "line": 117, @@ -4958,8 +4958,8 @@ }, "body": { "type": "ClassBody", - "start": 2203, - "end": 6738, + "start": 2319, + "end": 7088, "loc": { "start": { "line": 117, @@ -4973,8 +4973,8 @@ "body": [ { "type": "ClassMethod", - "start": 2207, - "end": 6736, + "start": 2325, + "end": 7085, "loc": { "start": { "line": 119, @@ -4989,8 +4989,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2207, - "end": 2213, + "start": 2325, + "end": 2331, "loc": { "start": { "line": 119, @@ -5012,8 +5012,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 2216, - "end": 6736, + "start": 2334, + "end": 7085, "loc": { "start": { "line": 119, @@ -5027,8 +5027,8 @@ "body": [ { "type": "ReturnStatement", - "start": 2220, - "end": 6733, + "start": 2339, + "end": 7081, "loc": { "start": { "line": 120, @@ -5041,8 +5041,8 @@ }, "argument": { "type": "JSXElement", - "start": 2232, - "end": 6728, + "start": 2352, + "end": 7075, "loc": { "start": { "line": 121, @@ -5055,8 +5055,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2232, - "end": 2253, + "start": 2352, + "end": 2373, "loc": { "start": { "line": 121, @@ -5070,8 +5070,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 2237, - "end": 2252, + "start": 2357, + "end": 2372, "loc": { "start": { "line": 121, @@ -5084,8 +5084,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2237, - "end": 2246, + "start": 2357, + "end": 2366, "loc": { "start": { "line": 121, @@ -5100,8 +5100,8 @@ }, "value": { "type": "StringLiteral", - "start": 2247, - "end": 2252, + "start": 2367, + "end": 2372, "loc": { "start": { "line": 121, @@ -5119,8 +5119,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 2233, - "end": 2236, + "start": 2353, + "end": 2356, "loc": { "start": { "line": 121, @@ -5137,8 +5137,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 6722, - "end": 6728, + "start": 7069, + "end": 7075, "loc": { "start": { "line": 348, @@ -5151,8 +5151,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6724, - "end": 6727, + "start": 7071, + "end": 7074, "loc": { "start": { "line": 348, @@ -5169,8 +5169,8 @@ "children": [ { "type": "JSXText", - "start": 2253, - "end": 2258, + "start": 2373, + "end": 2379, "loc": { "start": { "line": 121, @@ -5186,8 +5186,8 @@ }, { "type": "JSXElement", - "start": 2258, - "end": 2412, + "start": 2379, + "end": 2536, "loc": { "start": { "line": 122, @@ -5200,8 +5200,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2258, - "end": 2289, + "start": 2379, + "end": 2410, "loc": { "start": { "line": 122, @@ -5215,8 +5215,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 2266, - "end": 2288, + "start": 2387, + "end": 2409, "loc": { "start": { "line": 122, @@ -5229,8 +5229,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2266, - "end": 2275, + "start": 2387, + "end": 2396, "loc": { "start": { "line": 122, @@ -5245,8 +5245,8 @@ }, "value": { "type": "StringLiteral", - "start": 2276, - "end": 2288, + "start": 2397, + "end": 2409, "loc": { "start": { "line": 122, @@ -5264,8 +5264,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 2259, - "end": 2265, + "start": 2380, + "end": 2386, "loc": { "start": { "line": 122, @@ -5282,8 +5282,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2403, - "end": 2412, + "start": 2527, + "end": 2536, "loc": { "start": { "line": 125, @@ -5296,8 +5296,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2405, - "end": 2411, + "start": 2529, + "end": 2535, "loc": { "start": { "line": 125, @@ -5314,8 +5314,8 @@ "children": [ { "type": "JSXText", - "start": 2289, - "end": 2295, + "start": 2410, + "end": 2417, "loc": { "start": { "line": 122, @@ -5331,8 +5331,8 @@ }, { "type": "JSXElement", - "start": 2295, - "end": 2345, + "start": 2417, + "end": 2467, "loc": { "start": { "line": 123, @@ -5345,8 +5345,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2295, - "end": 2345, + "start": 2417, + "end": 2467, "loc": { "start": { "line": 123, @@ -5360,8 +5360,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 2300, - "end": 2310, + "start": 2422, + "end": 2432, "loc": { "start": { "line": 123, @@ -5374,8 +5374,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2300, - "end": 2303, + "start": 2422, + "end": 2425, "loc": { "start": { "line": 123, @@ -5390,8 +5390,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2304, - "end": 2310, + "start": 2426, + "end": 2432, "loc": { "start": { "line": 123, @@ -5404,8 +5404,8 @@ }, "expression": { "type": "Identifier", - "start": 2305, - "end": 2309, + "start": 2427, + "end": 2431, "loc": { "start": { "line": 123, @@ -5423,8 +5423,8 @@ }, { "type": "JSXAttribute", - "start": 2311, - "end": 2331, + "start": 2433, + "end": 2453, "loc": { "start": { "line": 123, @@ -5437,8 +5437,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2311, - "end": 2320, + "start": 2433, + "end": 2442, "loc": { "start": { "line": 123, @@ -5453,8 +5453,8 @@ }, "value": { "type": "StringLiteral", - "start": 2321, - "end": 2331, + "start": 2443, + "end": 2453, "loc": { "start": { "line": 123, @@ -5471,8 +5471,8 @@ }, { "type": "JSXAttribute", - "start": 2332, - "end": 2342, + "start": 2454, + "end": 2464, "loc": { "start": { "line": 123, @@ -5485,8 +5485,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2332, - "end": 2335, + "start": 2454, + "end": 2457, "loc": { "start": { "line": 123, @@ -5501,8 +5501,8 @@ }, "value": { "type": "StringLiteral", - "start": 2336, - "end": 2342, + "start": 2458, + "end": 2464, "loc": { "start": { "line": 123, @@ -5520,8 +5520,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 2296, - "end": 2299, + "start": 2418, + "end": 2421, "loc": { "start": { "line": 123, @@ -5541,8 +5541,8 @@ }, { "type": "JSXText", - "start": 2345, - "end": 2351, + "start": 2467, + "end": 2474, "loc": { "start": { "line": 123, @@ -5558,8 +5558,8 @@ }, { "type": "JSXElement", - "start": 2351, - "end": 2398, + "start": 2474, + "end": 2521, "loc": { "start": { "line": 124, @@ -5572,8 +5572,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2351, - "end": 2377, + "start": 2474, + "end": 2500, "loc": { "start": { "line": 124, @@ -5587,8 +5587,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 2355, - "end": 2376, + "start": 2478, + "end": 2499, "loc": { "start": { "line": 124, @@ -5601,8 +5601,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2355, - "end": 2364, + "start": 2478, + "end": 2487, "loc": { "start": { "line": 124, @@ -5617,8 +5617,8 @@ }, "value": { "type": "StringLiteral", - "start": 2365, - "end": 2376, + "start": 2488, + "end": 2499, "loc": { "start": { "line": 124, @@ -5636,8 +5636,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 2352, - "end": 2354, + "start": 2475, + "end": 2477, "loc": { "start": { "line": 124, @@ -5654,8 +5654,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2393, - "end": 2398, + "start": 2516, + "end": 2521, "loc": { "start": { "line": 124, @@ -5668,8 +5668,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2395, - "end": 2397, + "start": 2518, + "end": 2520, "loc": { "start": { "line": 124, @@ -5686,8 +5686,8 @@ "children": [ { "type": "JSXText", - "start": 2377, - "end": 2393, + "start": 2500, + "end": 2516, "loc": { "start": { "line": 124, @@ -5705,8 +5705,8 @@ }, { "type": "JSXText", - "start": 2398, - "end": 2403, + "start": 2521, + "end": 2527, "loc": { "start": { "line": 124, @@ -5724,8 +5724,8 @@ }, { "type": "JSXText", - "start": 2412, - "end": 2419, + "start": 2536, + "end": 2546, "loc": { "start": { "line": 125, @@ -5741,8 +5741,8 @@ }, { "type": "JSXElement", - "start": 2419, - "end": 2585, + "start": 2546, + "end": 2718, "loc": { "start": { "line": 128, @@ -5755,8 +5755,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2419, - "end": 2424, + "start": 2546, + "end": 2551, "loc": { "start": { "line": 128, @@ -5770,8 +5770,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 2420, - "end": 2423, + "start": 2547, + "end": 2550, "loc": { "start": { "line": 128, @@ -5788,8 +5788,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2579, - "end": 2585, + "start": 2712, + "end": 2718, "loc": { "start": { "line": 134, @@ -5802,8 +5802,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2581, - "end": 2584, + "start": 2714, + "end": 2717, "loc": { "start": { "line": 134, @@ -5820,8 +5820,8 @@ "children": [ { "type": "JSXText", - "start": 2424, - "end": 2430, + "start": 2551, + "end": 2558, "loc": { "start": { "line": 128, @@ -5837,8 +5837,8 @@ }, { "type": "JSXElement", - "start": 2430, - "end": 2473, + "start": 2558, + "end": 2601, "loc": { "start": { "line": 129, @@ -5851,8 +5851,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2430, - "end": 2434, + "start": 2558, + "end": 2562, "loc": { "start": { "line": 129, @@ -5866,8 +5866,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 2431, - "end": 2433, + "start": 2559, + "end": 2561, "loc": { "start": { "line": 129, @@ -5884,8 +5884,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2468, - "end": 2473, + "start": 2596, + "end": 2601, "loc": { "start": { "line": 129, @@ -5898,8 +5898,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2470, - "end": 2472, + "start": 2598, + "end": 2600, "loc": { "start": { "line": 129, @@ -5916,8 +5916,8 @@ "children": [ { "type": "JSXText", - "start": 2434, - "end": 2468, + "start": 2562, + "end": 2596, "loc": { "start": { "line": 129, @@ -5935,8 +5935,8 @@ }, { "type": "JSXText", - "start": 2473, - "end": 2479, + "start": 2601, + "end": 2608, "loc": { "start": { "line": 129, @@ -5952,8 +5952,8 @@ }, { "type": "JSXElement", - "start": 2479, - "end": 2574, + "start": 2608, + "end": 2706, "loc": { "start": { "line": 130, @@ -5966,8 +5966,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2479, - "end": 2574, + "start": 2608, + "end": 2706, "loc": { "start": { "line": 130, @@ -5981,8 +5981,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 2498, - "end": 2525, + "start": 2628, + "end": 2655, "loc": { "start": { "line": 131, @@ -5995,8 +5995,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2498, - "end": 2510, + "start": 2628, + "end": 2640, "loc": { "start": { "line": 131, @@ -6011,8 +6011,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2511, - "end": 2525, + "start": 2641, + "end": 2655, "loc": { "start": { "line": 131, @@ -6025,8 +6025,8 @@ }, "expression": { "type": "Identifier", - "start": 2512, - "end": 2524, + "start": 2642, + "end": 2654, "loc": { "start": { "line": 131, @@ -6044,8 +6044,8 @@ }, { "type": "JSXAttribute", - "start": 2532, - "end": 2566, + "start": 2663, + "end": 2697, "loc": { "start": { "line": 132, @@ -6058,8 +6058,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2532, - "end": 2538, + "start": 2663, + "end": 2669, "loc": { "start": { "line": 132, @@ -6074,8 +6074,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2539, - "end": 2566, + "start": 2670, + "end": 2697, "loc": { "start": { "line": 132, @@ -6088,8 +6088,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 2540, - "end": 2565, + "start": 2671, + "end": 2696, "loc": { "start": { "line": 132, @@ -6107,8 +6107,8 @@ "params": [ { "type": "Identifier", - "start": 2541, - "end": 2543, + "start": 2672, + "end": 2674, "loc": { "start": { "line": 132, @@ -6125,8 +6125,8 @@ ], "body": { "type": "BlockStatement", - "start": 2548, - "end": 2565, + "start": 2679, + "end": 2696, "loc": { "start": { "line": 132, @@ -6140,8 +6140,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2549, - "end": 2564, + "start": 2680, + "end": 2695, "loc": { "start": { "line": 132, @@ -6154,8 +6154,8 @@ }, "expression": { "type": "CallExpression", - "start": 2549, - "end": 2564, + "start": 2680, + "end": 2695, "loc": { "start": { "line": 132, @@ -6168,8 +6168,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2549, - "end": 2560, + "start": 2680, + "end": 2691, "loc": { "start": { "line": 132, @@ -6182,8 +6182,8 @@ }, "object": { "type": "Identifier", - "start": 2549, - "end": 2556, + "start": 2680, + "end": 2687, "loc": { "start": { "line": 132, @@ -6199,8 +6199,8 @@ }, "property": { "type": "Identifier", - "start": 2557, - "end": 2560, + "start": 2688, + "end": 2691, "loc": { "start": { "line": 132, @@ -6219,8 +6219,8 @@ "arguments": [ { "type": "Identifier", - "start": 2561, - "end": 2563, + "start": 2692, + "end": 2694, "loc": { "start": { "line": 132, @@ -6246,8 +6246,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 2480, - "end": 2491, + "start": 2609, + "end": 2620, "loc": { "start": { "line": 130, @@ -6267,8 +6267,8 @@ }, { "type": "JSXText", - "start": 2574, - "end": 2579, + "start": 2706, + "end": 2712, "loc": { "start": { "line": 133, @@ -6286,8 +6286,8 @@ }, { "type": "JSXText", - "start": 2585, - "end": 2591, + "start": 2718, + "end": 2726, "loc": { "start": { "line": 134, @@ -6303,8 +6303,8 @@ }, { "type": "JSXElement", - "start": 2591, - "end": 2810, + "start": 2726, + "end": 2955, "loc": { "start": { "line": 136, @@ -6317,8 +6317,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2591, - "end": 2596, + "start": 2726, + "end": 2731, "loc": { "start": { "line": 136, @@ -6332,8 +6332,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 2592, - "end": 2595, + "start": 2727, + "end": 2730, "loc": { "start": { "line": 136, @@ -6350,8 +6350,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2804, - "end": 2810, + "start": 2949, + "end": 2955, "loc": { "start": { "line": 146, @@ -6364,8 +6364,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2806, - "end": 2809, + "start": 2951, + "end": 2954, "loc": { "start": { "line": 146, @@ -6382,8 +6382,8 @@ "children": [ { "type": "JSXText", - "start": 2596, - "end": 2602, + "start": 2731, + "end": 2738, "loc": { "start": { "line": 136, @@ -6399,8 +6399,8 @@ }, { "type": "JSXElement", - "start": 2602, - "end": 2631, + "start": 2738, + "end": 2767, "loc": { "start": { "line": 137, @@ -6413,8 +6413,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2602, - "end": 2606, + "start": 2738, + "end": 2742, "loc": { "start": { "line": 137, @@ -6428,8 +6428,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 2603, - "end": 2605, + "start": 2739, + "end": 2741, "loc": { "start": { "line": 137, @@ -6446,8 +6446,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2626, - "end": 2631, + "start": 2762, + "end": 2767, "loc": { "start": { "line": 137, @@ -6460,8 +6460,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2628, - "end": 2630, + "start": 2764, + "end": 2766, "loc": { "start": { "line": 137, @@ -6478,8 +6478,8 @@ "children": [ { "type": "JSXText", - "start": 2606, - "end": 2626, + "start": 2742, + "end": 2762, "loc": { "start": { "line": 137, @@ -6497,8 +6497,8 @@ }, { "type": "JSXText", - "start": 2631, - "end": 2637, + "start": 2767, + "end": 2774, "loc": { "start": { "line": 137, @@ -6514,8 +6514,8 @@ }, { "type": "JSXExpressionContainer", - "start": 2637, - "end": 2799, + "start": 2774, + "end": 2943, "loc": { "start": { "line": 138, @@ -6528,8 +6528,8 @@ }, "expression": { "type": "CallExpression", - "start": 2638, - "end": 2798, + "start": 2775, + "end": 2942, "loc": { "start": { "line": 138, @@ -6542,8 +6542,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2638, - "end": 2668, + "start": 2775, + "end": 2805, "loc": { "start": { "line": 138, @@ -6556,8 +6556,8 @@ }, "object": { "type": "CallExpression", - "start": 2638, - "end": 2664, + "start": 2775, + "end": 2801, "loc": { "start": { "line": 138, @@ -6570,8 +6570,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2638, - "end": 2648, + "start": 2775, + "end": 2785, "loc": { "start": { "line": 138, @@ -6584,8 +6584,8 @@ }, "object": { "type": "Identifier", - "start": 2638, - "end": 2643, + "start": 2775, + "end": 2780, "loc": { "start": { "line": 138, @@ -6601,8 +6601,8 @@ }, "property": { "type": "Identifier", - "start": 2644, - "end": 2648, + "start": 2781, + "end": 2785, "loc": { "start": { "line": 138, @@ -6621,8 +6621,8 @@ "arguments": [ { "type": "Identifier", - "start": 2649, - "end": 2663, + "start": 2786, + "end": 2800, "loc": { "start": { "line": 138, @@ -6640,8 +6640,8 @@ }, "property": { "type": "Identifier", - "start": 2665, - "end": 2668, + "start": 2802, + "end": 2805, "loc": { "start": { "line": 138, @@ -6660,8 +6660,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 2669, - "end": 2797, + "start": 2806, + "end": 2941, "loc": { "start": { "line": 138, @@ -6679,8 +6679,8 @@ "params": [ { "type": "Identifier", - "start": 2670, - "end": 2675, + "start": 2807, + "end": 2812, "loc": { "start": { "line": 138, @@ -6696,8 +6696,8 @@ }, { "type": "Identifier", - "start": 2676, - "end": 2677, + "start": 2813, + "end": 2814, "loc": { "start": { "line": 138, @@ -6714,8 +6714,8 @@ ], "body": { "type": "BlockStatement", - "start": 2682, - "end": 2797, + "start": 2819, + "end": 2941, "loc": { "start": { "line": 138, @@ -6729,8 +6729,8 @@ "body": [ { "type": "ReturnStatement", - "start": 2690, - "end": 2790, + "start": 2828, + "end": 2933, "loc": { "start": { "line": 139, @@ -6743,8 +6743,8 @@ }, "argument": { "type": "CallExpression", - "start": 2697, - "end": 2789, + "start": 2835, + "end": 2932, "loc": { "start": { "line": 139, @@ -6757,8 +6757,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2697, - "end": 2716, + "start": 2835, + "end": 2854, "loc": { "start": { "line": 139, @@ -6771,8 +6771,8 @@ }, "object": { "type": "Identifier", - "start": 2697, - "end": 2702, + "start": 2835, + "end": 2840, "loc": { "start": { "line": 139, @@ -6788,8 +6788,8 @@ }, "property": { "type": "Identifier", - "start": 2703, - "end": 2716, + "start": 2841, + "end": 2854, "loc": { "start": { "line": 139, @@ -6808,8 +6808,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 2725, - "end": 2739, + "start": 2864, + "end": 2878, "loc": { "start": { "line": 140, @@ -6822,8 +6822,8 @@ }, "object": { "type": "Identifier", - "start": 2725, - "end": 2730, + "start": 2864, + "end": 2869, "loc": { "start": { "line": 140, @@ -6839,8 +6839,8 @@ }, "property": { "type": "Identifier", - "start": 2731, - "end": 2739, + "start": 2870, + "end": 2878, "loc": { "start": { "line": 140, @@ -6858,8 +6858,8 @@ }, { "type": "ObjectExpression", - "start": 2741, - "end": 2767, + "start": 2880, + "end": 2908, "loc": { "start": { "line": 140, @@ -6873,8 +6873,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 2751, - "end": 2757, + "start": 2891, + "end": 2897, "loc": { "start": { "line": 141, @@ -6890,8 +6890,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2751, - "end": 2754, + "start": 2891, + "end": 2894, "loc": { "start": { "line": 141, @@ -6907,8 +6907,8 @@ }, "value": { "type": "Identifier", - "start": 2756, - "end": 2757, + "start": 2896, + "end": 2897, "loc": { "start": { "line": 141, @@ -6927,8 +6927,8 @@ }, { "type": "Identifier", - "start": 2776, - "end": 2781, + "start": 2918, + "end": 2923, "loc": { "start": { "line": 143, @@ -6954,8 +6954,8 @@ }, { "type": "JSXText", - "start": 2799, - "end": 2804, + "start": 2943, + "end": 2949, "loc": { "start": { "line": 145, @@ -6973,8 +6973,8 @@ }, { "type": "JSXText", - "start": 2810, - "end": 2816, + "start": 2955, + "end": 2963, "loc": { "start": { "line": 146, @@ -6990,8 +6990,8 @@ }, { "type": "JSXElement", - "start": 2816, - "end": 3473, + "start": 2963, + "end": 3652, "loc": { "start": { "line": 148, @@ -7004,8 +7004,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2816, - "end": 2821, + "start": 2963, + "end": 2968, "loc": { "start": { "line": 148, @@ -7019,8 +7019,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 2817, - "end": 2820, + "start": 2964, + "end": 2967, "loc": { "start": { "line": 148, @@ -7037,8 +7037,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 3467, - "end": 3473, + "start": 3646, + "end": 3652, "loc": { "start": { "line": 180, @@ -7051,8 +7051,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3469, - "end": 3472, + "start": 3648, + "end": 3651, "loc": { "start": { "line": 180, @@ -7069,8 +7069,8 @@ "children": [ { "type": "JSXText", - "start": 2821, - "end": 2827, + "start": 2968, + "end": 2975, "loc": { "start": { "line": 148, @@ -7086,8 +7086,8 @@ }, { "type": "JSXElement", - "start": 2827, - "end": 2848, + "start": 2975, + "end": 2996, "loc": { "start": { "line": 149, @@ -7100,8 +7100,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2827, - "end": 2831, + "start": 2975, + "end": 2979, "loc": { "start": { "line": 149, @@ -7115,8 +7115,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 2828, - "end": 2830, + "start": 2976, + "end": 2978, "loc": { "start": { "line": 149, @@ -7133,8 +7133,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2843, - "end": 2848, + "start": 2991, + "end": 2996, "loc": { "start": { "line": 149, @@ -7147,8 +7147,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2845, - "end": 2847, + "start": 2993, + "end": 2995, "loc": { "start": { "line": 149, @@ -7165,8 +7165,8 @@ "children": [ { "type": "JSXText", - "start": 2831, - "end": 2843, + "start": 2979, + "end": 2991, "loc": { "start": { "line": 149, @@ -7184,8 +7184,8 @@ }, { "type": "JSXText", - "start": 2848, - "end": 2854, + "start": 2996, + "end": 3003, "loc": { "start": { "line": 149, @@ -7201,8 +7201,8 @@ }, { "type": "JSXElement", - "start": 2854, - "end": 3462, + "start": 3003, + "end": 3640, "loc": { "start": { "line": 150, @@ -7215,8 +7215,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2854, - "end": 3462, + "start": 3003, + "end": 3640, "loc": { "start": { "line": 150, @@ -7230,8 +7230,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 2877, - "end": 2891, + "start": 3027, + "end": 3041, "loc": { "start": { "line": 151, @@ -7244,8 +7244,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2877, - "end": 2879, + "start": 3027, + "end": 3029, "loc": { "start": { "line": 151, @@ -7260,8 +7260,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2880, - "end": 2891, + "start": 3030, + "end": 3041, "loc": { "start": { "line": 151, @@ -7274,8 +7274,8 @@ }, "expression": { "type": "StringLiteral", - "start": 2881, - "end": 2890, + "start": 3031, + "end": 3040, "loc": { "start": { "line": 151, @@ -7296,8 +7296,8 @@ }, { "type": "JSXAttribute", - "start": 2898, - "end": 2919, + "start": 3049, + "end": 3070, "loc": { "start": { "line": 152, @@ -7310,8 +7310,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2898, - "end": 2903, + "start": 3049, + "end": 3054, "loc": { "start": { "line": 152, @@ -7326,8 +7326,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2904, - "end": 2919, + "start": 3055, + "end": 3070, "loc": { "start": { "line": 152, @@ -7340,8 +7340,8 @@ }, "expression": { "type": "StringLiteral", - "start": 2905, - "end": 2918, + "start": 3056, + "end": 3069, "loc": { "start": { "line": 152, @@ -7362,8 +7362,8 @@ }, { "type": "JSXAttribute", - "start": 2926, - "end": 2950, + "start": 3078, + "end": 3102, "loc": { "start": { "line": 153, @@ -7376,8 +7376,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2926, - "end": 2940, + "start": 3078, + "end": 3092, "loc": { "start": { "line": 153, @@ -7392,8 +7392,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2941, - "end": 2950, + "start": 3093, + "end": 3102, "loc": { "start": { "line": 153, @@ -7406,8 +7406,8 @@ }, "expression": { "type": "StringLiteral", - "start": 2942, - "end": 2949, + "start": 3094, + "end": 3101, "loc": { "start": { "line": 153, @@ -7428,8 +7428,8 @@ }, { "type": "JSXAttribute", - "start": 2957, - "end": 3032, + "start": 3110, + "end": 3187, "loc": { "start": { "line": 154, @@ -7442,8 +7442,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2957, - "end": 2970, + "start": 3110, + "end": 3123, "loc": { "start": { "line": 154, @@ -7458,8 +7458,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2971, - "end": 3032, + "start": 3124, + "end": 3187, "loc": { "start": { "line": 154, @@ -7472,8 +7472,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 2972, - "end": 3030, + "start": 3125, + "end": 3185, "loc": { "start": { "line": 154, @@ -7491,8 +7491,8 @@ "params": [ { "type": "Identifier", - "start": 2973, - "end": 2981, + "start": 3126, + "end": 3134, "loc": { "start": { "line": 154, @@ -7509,8 +7509,8 @@ ], "body": { "type": "BlockStatement", - "start": 2986, - "end": 3030, + "start": 3139, + "end": 3185, "loc": { "start": { "line": 154, @@ -7524,8 +7524,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2995, - "end": 3022, + "start": 3149, + "end": 3176, "loc": { "start": { "line": 155, @@ -7538,8 +7538,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2995, - "end": 3021, + "start": 3149, + "end": 3175, "loc": { "start": { "line": 155, @@ -7553,8 +7553,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 2995, - "end": 3010, + "start": 3149, + "end": 3164, "loc": { "start": { "line": 155, @@ -7570,8 +7570,8 @@ }, "right": { "type": "Identifier", - "start": 3013, - "end": 3021, + "start": 3167, + "end": 3175, "loc": { "start": { "line": 155, @@ -7595,8 +7595,8 @@ }, { "type": "JSXAttribute", - "start": 3039, - "end": 3284, + "start": 3195, + "end": 3453, "loc": { "start": { "line": 157, @@ -7609,8 +7609,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3039, - "end": 3049, + "start": 3195, + "end": 3205, "loc": { "start": { "line": 157, @@ -7625,8 +7625,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3050, - "end": 3284, + "start": 3206, + "end": 3453, "loc": { "start": { "line": 157, @@ -7639,8 +7639,8 @@ }, "expression": { "type": "ArrayExpression", - "start": 3051, - "end": 3283, + "start": 3207, + "end": 3452, "loc": { "start": { "line": 157, @@ -7654,8 +7654,8 @@ "elements": [ { "type": "ObjectExpression", - "start": 3060, - "end": 3124, + "start": 3217, + "end": 3284, "loc": { "start": { "line": 158, @@ -7669,8 +7669,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3070, - "end": 3088, + "start": 3228, + "end": 3246, "loc": { "start": { "line": 159, @@ -7686,8 +7686,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3070, - "end": 3075, + "start": 3228, + "end": 3233, "loc": { "start": { "line": 159, @@ -7703,8 +7703,8 @@ }, "value": { "type": "StringLiteral", - "start": 3077, - "end": 3088, + "start": 3235, + "end": 3246, "loc": { "start": { "line": 159, @@ -7724,8 +7724,8 @@ }, { "type": "ObjectProperty", - "start": 3098, - "end": 3115, + "start": 3257, + "end": 3274, "loc": { "start": { "line": 160, @@ -7741,8 +7741,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3098, - "end": 3103, + "start": 3257, + "end": 3262, "loc": { "start": { "line": 160, @@ -7758,8 +7758,8 @@ }, "value": { "type": "StringLiteral", - "start": 3105, - "end": 3115, + "start": 3264, + "end": 3274, "loc": { "start": { "line": 160, @@ -7781,8 +7781,8 @@ }, { "type": "ObjectExpression", - "start": 3133, - "end": 3197, + "start": 3294, + "end": 3361, "loc": { "start": { "line": 162, @@ -7796,8 +7796,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3143, - "end": 3161, + "start": 3305, + "end": 3323, "loc": { "start": { "line": 163, @@ -7813,8 +7813,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3143, - "end": 3148, + "start": 3305, + "end": 3310, "loc": { "start": { "line": 163, @@ -7830,8 +7830,8 @@ }, "value": { "type": "StringLiteral", - "start": 3150, - "end": 3161, + "start": 3312, + "end": 3323, "loc": { "start": { "line": 163, @@ -7851,8 +7851,8 @@ }, { "type": "ObjectProperty", - "start": 3171, - "end": 3188, + "start": 3334, + "end": 3351, "loc": { "start": { "line": 164, @@ -7868,8 +7868,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3171, - "end": 3176, + "start": 3334, + "end": 3339, "loc": { "start": { "line": 164, @@ -7885,8 +7885,8 @@ }, "value": { "type": "StringLiteral", - "start": 3178, - "end": 3188, + "start": 3341, + "end": 3351, "loc": { "start": { "line": 164, @@ -7908,8 +7908,8 @@ }, { "type": "ObjectExpression", - "start": 3206, - "end": 3274, + "start": 3371, + "end": 3442, "loc": { "start": { "line": 166, @@ -7923,8 +7923,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3216, - "end": 3236, + "start": 3382, + "end": 3402, "loc": { "start": { "line": 167, @@ -7940,8 +7940,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3216, - "end": 3221, + "start": 3382, + "end": 3387, "loc": { "start": { "line": 167, @@ -7957,8 +7957,8 @@ }, "value": { "type": "StringLiteral", - "start": 3223, - "end": 3236, + "start": 3389, + "end": 3402, "loc": { "start": { "line": 167, @@ -7978,8 +7978,8 @@ }, { "type": "ObjectProperty", - "start": 3246, - "end": 3265, + "start": 3413, + "end": 3432, "loc": { "start": { "line": 168, @@ -7995,8 +7995,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3246, - "end": 3251, + "start": 3413, + "end": 3418, "loc": { "start": { "line": 168, @@ -8012,8 +8012,8 @@ }, "value": { "type": "StringLiteral", - "start": 3253, - "end": 3265, + "start": 3420, + "end": 3432, "loc": { "start": { "line": 168, @@ -8039,8 +8039,8 @@ }, { "type": "JSXAttribute", - "start": 3291, - "end": 3404, + "start": 3461, + "end": 3579, "loc": { "start": { "line": 171, @@ -8053,8 +8053,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3291, - "end": 3305, + "start": 3461, + "end": 3475, "loc": { "start": { "line": 171, @@ -8069,8 +8069,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3306, - "end": 3404, + "start": 3476, + "end": 3579, "loc": { "start": { "line": 171, @@ -8083,8 +8083,8 @@ }, "expression": { "type": "ArrayExpression", - "start": 3307, - "end": 3403, + "start": 3477, + "end": 3578, "loc": { "start": { "line": 171, @@ -8098,8 +8098,8 @@ "elements": [ { "type": "ObjectExpression", - "start": 3316, - "end": 3395, + "start": 3487, + "end": 3569, "loc": { "start": { "line": 172, @@ -8113,8 +8113,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3326, - "end": 3350, + "start": 3498, + "end": 3522, "loc": { "start": { "line": 173, @@ -8130,8 +8130,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3326, - "end": 3331, + "start": 3498, + "end": 3503, "loc": { "start": { "line": 173, @@ -8147,8 +8147,8 @@ }, "value": { "type": "StringLiteral", - "start": 3333, - "end": 3350, + "start": 3505, + "end": 3522, "loc": { "start": { "line": 173, @@ -8168,8 +8168,8 @@ }, { "type": "ObjectProperty", - "start": 3360, - "end": 3386, + "start": 3533, + "end": 3559, "loc": { "start": { "line": 174, @@ -8185,8 +8185,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3360, - "end": 3365, + "start": 3533, + "end": 3538, "loc": { "start": { "line": 174, @@ -8202,8 +8202,8 @@ }, "value": { "type": "StringLiteral", - "start": 3367, - "end": 3386, + "start": 3540, + "end": 3559, "loc": { "start": { "line": 174, @@ -8229,8 +8229,8 @@ }, { "type": "JSXAttribute", - "start": 3411, - "end": 3424, + "start": 3587, + "end": 3600, "loc": { "start": { "line": 177, @@ -8243,8 +8243,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3411, - "end": 3417, + "start": 3587, + "end": 3593, "loc": { "start": { "line": 177, @@ -8259,8 +8259,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3418, - "end": 3424, + "start": 3594, + "end": 3600, "loc": { "start": { "line": 177, @@ -8273,8 +8273,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 3419, - "end": 3423, + "start": 3595, + "end": 3599, "loc": { "start": { "line": 177, @@ -8291,8 +8291,8 @@ }, { "type": "JSXAttribute", - "start": 3431, - "end": 3454, + "start": 3608, + "end": 3631, "loc": { "start": { "line": 178, @@ -8305,8 +8305,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3431, - "end": 3436, + "start": 3608, + "end": 3613, "loc": { "start": { "line": 178, @@ -8321,8 +8321,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3437, - "end": 3454, + "start": 3614, + "end": 3631, "loc": { "start": { "line": 178, @@ -8335,8 +8335,8 @@ }, "expression": { "type": "Identifier", - "start": 3438, - "end": 3453, + "start": 3615, + "end": 3630, "loc": { "start": { "line": 178, @@ -8355,8 +8355,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 2855, - "end": 2870, + "start": 3004, + "end": 3019, "loc": { "start": { "line": 150, @@ -8376,8 +8376,8 @@ }, { "type": "JSXText", - "start": 3462, - "end": 3467, + "start": 3640, + "end": 3646, "loc": { "start": { "line": 179, @@ -8395,8 +8395,8 @@ }, { "type": "JSXText", - "start": 3473, - "end": 3479, + "start": 3652, + "end": 3660, "loc": { "start": { "line": 180, @@ -8412,8 +8412,8 @@ }, { "type": "JSXElement", - "start": 3479, - "end": 5268, + "start": 3660, + "end": 5529, "loc": { "start": { "line": 182, @@ -8426,8 +8426,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3479, - "end": 3484, + "start": 3660, + "end": 3665, "loc": { "start": { "line": 182, @@ -8441,8 +8441,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 3480, - "end": 3483, + "start": 3661, + "end": 3664, "loc": { "start": { "line": 182, @@ -8459,8 +8459,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 5262, - "end": 5268, + "start": 5523, + "end": 5529, "loc": { "start": { "line": 262, @@ -8473,8 +8473,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5264, - "end": 5267, + "start": 5525, + "end": 5528, "loc": { "start": { "line": 262, @@ -8491,8 +8491,8 @@ "children": [ { "type": "JSXText", - "start": 3484, - "end": 3490, + "start": 3665, + "end": 3672, "loc": { "start": { "line": 182, @@ -8508,8 +8508,8 @@ }, { "type": "JSXElement", - "start": 3490, - "end": 3505, + "start": 3672, + "end": 3687, "loc": { "start": { "line": 183, @@ -8522,8 +8522,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3490, - "end": 3494, + "start": 3672, + "end": 3676, "loc": { "start": { "line": 183, @@ -8537,8 +8537,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 3491, - "end": 3493, + "start": 3673, + "end": 3675, "loc": { "start": { "line": 183, @@ -8555,8 +8555,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 3500, - "end": 3505, + "start": 3682, + "end": 3687, "loc": { "start": { "line": 183, @@ -8569,8 +8569,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3502, - "end": 3504, + "start": 3684, + "end": 3686, "loc": { "start": { "line": 183, @@ -8587,8 +8587,8 @@ "children": [ { "type": "JSXText", - "start": 3494, - "end": 3500, + "start": 3676, + "end": 3682, "loc": { "start": { "line": 183, @@ -8606,8 +8606,8 @@ }, { "type": "JSXText", - "start": 3505, - "end": 3511, + "start": 3687, + "end": 3694, "loc": { "start": { "line": 183, @@ -8623,8 +8623,8 @@ }, { "type": "JSXElement", - "start": 3511, - "end": 3734, + "start": 3694, + "end": 3926, "loc": { "start": { "line": 184, @@ -8637,8 +8637,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3511, - "end": 3734, + "start": 3694, + "end": 3926, "loc": { "start": { "line": 184, @@ -8652,8 +8652,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 3529, - "end": 3546, + "start": 3713, + "end": 3730, "loc": { "start": { "line": 185, @@ -8666,8 +8666,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3529, - "end": 3531, + "start": 3713, + "end": 3715, "loc": { "start": { "line": 185, @@ -8682,8 +8682,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3532, - "end": 3546, + "start": 3716, + "end": 3730, "loc": { "start": { "line": 185, @@ -8696,8 +8696,8 @@ }, "expression": { "type": "StringLiteral", - "start": 3533, - "end": 3545, + "start": 3717, + "end": 3729, "loc": { "start": { "line": 185, @@ -8718,8 +8718,8 @@ }, { "type": "JSXAttribute", - "start": 3553, - "end": 3582, + "start": 3738, + "end": 3767, "loc": { "start": { "line": 186, @@ -8732,8 +8732,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3553, - "end": 3558, + "start": 3738, + "end": 3743, "loc": { "start": { "line": 186, @@ -8748,8 +8748,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3559, - "end": 3582, + "start": 3744, + "end": 3767, "loc": { "start": { "line": 186, @@ -8762,8 +8762,8 @@ }, "expression": { "type": "StringLiteral", - "start": 3560, - "end": 3581, + "start": 3745, + "end": 3766, "loc": { "start": { "line": 186, @@ -8784,8 +8784,8 @@ }, { "type": "JSXAttribute", - "start": 3589, - "end": 3603, + "start": 3775, + "end": 3789, "loc": { "start": { "line": 187, @@ -8798,8 +8798,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3589, - "end": 3593, + "start": 3775, + "end": 3779, "loc": { "start": { "line": 187, @@ -8814,8 +8814,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3594, - "end": 3603, + "start": 3780, + "end": 3789, "loc": { "start": { "line": 187, @@ -8828,8 +8828,8 @@ }, "expression": { "type": "StringLiteral", - "start": 3595, - "end": 3602, + "start": 3781, + "end": 3788, "loc": { "start": { "line": 187, @@ -8850,8 +8850,8 @@ }, { "type": "JSXAttribute", - "start": 3610, - "end": 3627, + "start": 3797, + "end": 3814, "loc": { "start": { "line": 188, @@ -8864,8 +8864,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3610, - "end": 3620, + "start": 3797, + "end": 3807, "loc": { "start": { "line": 188, @@ -8880,8 +8880,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3621, - "end": 3627, + "start": 3808, + "end": 3814, "loc": { "start": { "line": 188, @@ -8894,8 +8894,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 3622, - "end": 3626, + "start": 3809, + "end": 3813, "loc": { "start": { "line": 188, @@ -8912,8 +8912,8 @@ }, { "type": "JSXAttribute", - "start": 3634, - "end": 3652, + "start": 3822, + "end": 3840, "loc": { "start": { "line": 189, @@ -8926,8 +8926,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3634, - "end": 3639, + "start": 3822, + "end": 3827, "loc": { "start": { "line": 189, @@ -8942,8 +8942,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3640, - "end": 3652, + "start": 3828, + "end": 3840, "loc": { "start": { "line": 189, @@ -8956,8 +8956,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3641, - "end": 3651, + "start": 3829, + "end": 3839, "loc": { "start": { "line": 189, @@ -8970,8 +8970,8 @@ }, "object": { "type": "Identifier", - "start": 3641, - "end": 3647, + "start": 3829, + "end": 3835, "loc": { "start": { "line": 189, @@ -8987,8 +8987,8 @@ }, "property": { "type": "Identifier", - "start": 3648, - "end": 3651, + "start": 3836, + "end": 3839, "loc": { "start": { "line": 189, @@ -9008,8 +9008,8 @@ }, { "type": "JSXAttribute", - "start": 3659, - "end": 3726, + "start": 3848, + "end": 3917, "loc": { "start": { "line": 190, @@ -9022,8 +9022,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3659, - "end": 3672, + "start": 3848, + "end": 3861, "loc": { "start": { "line": 190, @@ -9038,8 +9038,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3673, - "end": 3726, + "start": 3862, + "end": 3917, "loc": { "start": { "line": 190, @@ -9052,8 +9052,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 3674, - "end": 3725, + "start": 3863, + "end": 3916, "loc": { "start": { "line": 190, @@ -9071,8 +9071,8 @@ "params": [ { "type": "Identifier", - "start": 3675, - "end": 3683, + "start": 3864, + "end": 3872, "loc": { "start": { "line": 190, @@ -9089,8 +9089,8 @@ ], "body": { "type": "BlockStatement", - "start": 3688, - "end": 3725, + "start": 3877, + "end": 3916, "loc": { "start": { "line": 190, @@ -9104,8 +9104,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 3697, - "end": 3717, + "start": 3887, + "end": 3907, "loc": { "start": { "line": 191, @@ -9118,8 +9118,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 3697, - "end": 3716, + "start": 3887, + "end": 3906, "loc": { "start": { "line": 191, @@ -9133,8 +9133,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 3697, - "end": 3707, + "start": 3887, + "end": 3897, "loc": { "start": { "line": 191, @@ -9147,8 +9147,8 @@ }, "object": { "type": "Identifier", - "start": 3697, - "end": 3703, + "start": 3887, + "end": 3893, "loc": { "start": { "line": 191, @@ -9164,8 +9164,8 @@ }, "property": { "type": "Identifier", - "start": 3704, - "end": 3707, + "start": 3894, + "end": 3897, "loc": { "start": { "line": 191, @@ -9183,8 +9183,8 @@ }, "right": { "type": "Identifier", - "start": 3708, - "end": 3716, + "start": 3898, + "end": 3906, "loc": { "start": { "line": 191, @@ -9209,8 +9209,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 3512, - "end": 3522, + "start": 3695, + "end": 3705, "loc": { "start": { "line": 184, @@ -9230,8 +9230,8 @@ }, { "type": "JSXText", - "start": 3734, - "end": 3741, + "start": 3926, + "end": 3935, "loc": { "start": { "line": 193, @@ -9247,8 +9247,8 @@ }, { "type": "JSXElement", - "start": 3741, - "end": 3968, + "start": 3935, + "end": 4171, "loc": { "start": { "line": 195, @@ -9261,8 +9261,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3741, - "end": 3968, + "start": 3935, + "end": 4171, "loc": { "start": { "line": 195, @@ -9276,8 +9276,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 3759, - "end": 3776, + "start": 3954, + "end": 3971, "loc": { "start": { "line": 196, @@ -9290,8 +9290,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3759, - "end": 3761, + "start": 3954, + "end": 3956, "loc": { "start": { "line": 196, @@ -9306,8 +9306,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3762, - "end": 3776, + "start": 3957, + "end": 3971, "loc": { "start": { "line": 196, @@ -9320,8 +9320,8 @@ }, "expression": { "type": "StringLiteral", - "start": 3763, - "end": 3775, + "start": 3958, + "end": 3970, "loc": { "start": { "line": 196, @@ -9342,8 +9342,8 @@ }, { "type": "JSXAttribute", - "start": 3783, - "end": 3816, + "start": 3979, + "end": 4012, "loc": { "start": { "line": 197, @@ -9356,8 +9356,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3783, - "end": 3788, + "start": 3979, + "end": 3984, "loc": { "start": { "line": 197, @@ -9372,8 +9372,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3789, - "end": 3816, + "start": 3985, + "end": 4012, "loc": { "start": { "line": 197, @@ -9386,8 +9386,8 @@ }, "expression": { "type": "StringLiteral", - "start": 3790, - "end": 3815, + "start": 3986, + "end": 4011, "loc": { "start": { "line": 197, @@ -9408,8 +9408,8 @@ }, { "type": "JSXAttribute", - "start": 3823, - "end": 3837, + "start": 4020, + "end": 4034, "loc": { "start": { "line": 198, @@ -9422,8 +9422,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3823, - "end": 3827, + "start": 4020, + "end": 4024, "loc": { "start": { "line": 198, @@ -9438,8 +9438,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3828, - "end": 3837, + "start": 4025, + "end": 4034, "loc": { "start": { "line": 198, @@ -9452,8 +9452,8 @@ }, "expression": { "type": "StringLiteral", - "start": 3829, - "end": 3836, + "start": 4026, + "end": 4033, "loc": { "start": { "line": 198, @@ -9474,8 +9474,8 @@ }, { "type": "JSXAttribute", - "start": 3844, - "end": 3861, + "start": 4042, + "end": 4059, "loc": { "start": { "line": 199, @@ -9488,8 +9488,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3844, - "end": 3854, + "start": 4042, + "end": 4052, "loc": { "start": { "line": 199, @@ -9504,8 +9504,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3855, - "end": 3861, + "start": 4053, + "end": 4059, "loc": { "start": { "line": 199, @@ -9518,8 +9518,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 3856, - "end": 3860, + "start": 4054, + "end": 4058, "loc": { "start": { "line": 199, @@ -9536,8 +9536,8 @@ }, { "type": "JSXAttribute", - "start": 3868, - "end": 3886, + "start": 4067, + "end": 4085, "loc": { "start": { "line": 200, @@ -9550,8 +9550,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3868, - "end": 3873, + "start": 4067, + "end": 4072, "loc": { "start": { "line": 200, @@ -9566,8 +9566,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3874, - "end": 3886, + "start": 4073, + "end": 4085, "loc": { "start": { "line": 200, @@ -9580,8 +9580,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3875, - "end": 3885, + "start": 4074, + "end": 4084, "loc": { "start": { "line": 200, @@ -9594,8 +9594,8 @@ }, "object": { "type": "Identifier", - "start": 3875, - "end": 3881, + "start": 4074, + "end": 4080, "loc": { "start": { "line": 200, @@ -9611,8 +9611,8 @@ }, "property": { "type": "Identifier", - "start": 3882, - "end": 3885, + "start": 4081, + "end": 4084, "loc": { "start": { "line": 200, @@ -9632,8 +9632,8 @@ }, { "type": "JSXAttribute", - "start": 3893, - "end": 3960, + "start": 4093, + "end": 4162, "loc": { "start": { "line": 201, @@ -9646,8 +9646,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3893, - "end": 3906, + "start": 4093, + "end": 4106, "loc": { "start": { "line": 201, @@ -9662,8 +9662,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3907, - "end": 3960, + "start": 4107, + "end": 4162, "loc": { "start": { "line": 201, @@ -9676,8 +9676,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 3908, - "end": 3959, + "start": 4108, + "end": 4161, "loc": { "start": { "line": 201, @@ -9695,8 +9695,8 @@ "params": [ { "type": "Identifier", - "start": 3909, - "end": 3917, + "start": 4109, + "end": 4117, "loc": { "start": { "line": 201, @@ -9713,8 +9713,8 @@ ], "body": { "type": "BlockStatement", - "start": 3922, - "end": 3959, + "start": 4122, + "end": 4161, "loc": { "start": { "line": 201, @@ -9728,8 +9728,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 3931, - "end": 3951, + "start": 4132, + "end": 4152, "loc": { "start": { "line": 202, @@ -9742,8 +9742,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 3931, - "end": 3950, + "start": 4132, + "end": 4151, "loc": { "start": { "line": 202, @@ -9757,8 +9757,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 3931, - "end": 3941, + "start": 4132, + "end": 4142, "loc": { "start": { "line": 202, @@ -9771,8 +9771,8 @@ }, "object": { "type": "Identifier", - "start": 3931, - "end": 3937, + "start": 4132, + "end": 4138, "loc": { "start": { "line": 202, @@ -9788,8 +9788,8 @@ }, "property": { "type": "Identifier", - "start": 3938, - "end": 3941, + "start": 4139, + "end": 4142, "loc": { "start": { "line": 202, @@ -9807,8 +9807,8 @@ }, "right": { "type": "Identifier", - "start": 3942, - "end": 3950, + "start": 4143, + "end": 4151, "loc": { "start": { "line": 202, @@ -9833,8 +9833,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 3742, - "end": 3752, + "start": 3936, + "end": 3946, "loc": { "start": { "line": 195, @@ -9854,8 +9854,8 @@ }, { "type": "JSXText", - "start": 3968, - "end": 3975, + "start": 4171, + "end": 4180, "loc": { "start": { "line": 204, @@ -9871,8 +9871,8 @@ }, { "type": "JSXElement", - "start": 3975, - "end": 4249, + "start": 4180, + "end": 4464, "loc": { "start": { "line": 206, @@ -9885,8 +9885,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3975, - "end": 4249, + "start": 4180, + "end": 4464, "loc": { "start": { "line": 206, @@ -9900,8 +9900,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 3993, - "end": 4010, + "start": 4199, + "end": 4216, "loc": { "start": { "line": 207, @@ -9914,8 +9914,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3993, - "end": 3995, + "start": 4199, + "end": 4201, "loc": { "start": { "line": 207, @@ -9930,8 +9930,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3996, - "end": 4010, + "start": 4202, + "end": 4216, "loc": { "start": { "line": 207, @@ -9944,8 +9944,8 @@ }, "expression": { "type": "StringLiteral", - "start": 3997, - "end": 4009, + "start": 4203, + "end": 4215, "loc": { "start": { "line": 207, @@ -9966,8 +9966,8 @@ }, { "type": "JSXAttribute", - "start": 4017, - "end": 4041, + "start": 4224, + "end": 4248, "loc": { "start": { "line": 208, @@ -9980,8 +9980,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4017, - "end": 4022, + "start": 4224, + "end": 4229, "loc": { "start": { "line": 208, @@ -9996,8 +9996,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4023, - "end": 4041, + "start": 4230, + "end": 4248, "loc": { "start": { "line": 208, @@ -10010,8 +10010,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4024, - "end": 4040, + "start": 4231, + "end": 4247, "loc": { "start": { "line": 208, @@ -10032,8 +10032,8 @@ }, { "type": "JSXAttribute", - "start": 4048, - "end": 4062, + "start": 4256, + "end": 4270, "loc": { "start": { "line": 209, @@ -10046,8 +10046,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4048, - "end": 4052, + "start": 4256, + "end": 4260, "loc": { "start": { "line": 209, @@ -10062,8 +10062,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4053, - "end": 4062, + "start": 4261, + "end": 4270, "loc": { "start": { "line": 209, @@ -10076,8 +10076,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4054, - "end": 4061, + "start": 4262, + "end": 4269, "loc": { "start": { "line": 209, @@ -10098,8 +10098,8 @@ }, { "type": "JSXAttribute", - "start": 4069, - "end": 4086, + "start": 4278, + "end": 4295, "loc": { "start": { "line": 210, @@ -10112,8 +10112,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4069, - "end": 4079, + "start": 4278, + "end": 4288, "loc": { "start": { "line": 210, @@ -10128,8 +10128,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4080, - "end": 4086, + "start": 4289, + "end": 4295, "loc": { "start": { "line": 210, @@ -10142,8 +10142,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 4081, - "end": 4085, + "start": 4290, + "end": 4294, "loc": { "start": { "line": 210, @@ -10160,8 +10160,8 @@ }, { "type": "JSXAttribute", - "start": 4093, - "end": 4139, + "start": 4303, + "end": 4349, "loc": { "start": { "line": 211, @@ -10174,8 +10174,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4093, - "end": 4097, + "start": 4303, + "end": 4307, "loc": { "start": { "line": 211, @@ -10190,8 +10190,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4098, - "end": 4139, + "start": 4308, + "end": 4349, "loc": { "start": { "line": 211, @@ -10204,8 +10204,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4099, - "end": 4138, + "start": 4309, + "end": 4348, "loc": { "start": { "line": 211, @@ -10226,8 +10226,8 @@ }, { "type": "JSXAttribute", - "start": 4146, - "end": 4165, + "start": 4357, + "end": 4376, "loc": { "start": { "line": 212, @@ -10240,8 +10240,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4146, - "end": 4151, + "start": 4357, + "end": 4362, "loc": { "start": { "line": 212, @@ -10256,8 +10256,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4152, - "end": 4165, + "start": 4363, + "end": 4376, "loc": { "start": { "line": 212, @@ -10270,8 +10270,8 @@ }, "expression": { "type": "MemberExpression", - "start": 4153, - "end": 4164, + "start": 4364, + "end": 4375, "loc": { "start": { "line": 212, @@ -10284,8 +10284,8 @@ }, "object": { "type": "Identifier", - "start": 4153, - "end": 4159, + "start": 4364, + "end": 4370, "loc": { "start": { "line": 212, @@ -10301,8 +10301,8 @@ }, "property": { "type": "Identifier", - "start": 4160, - "end": 4164, + "start": 4371, + "end": 4375, "loc": { "start": { "line": 212, @@ -10322,8 +10322,8 @@ }, { "type": "JSXAttribute", - "start": 4172, - "end": 4241, + "start": 4384, + "end": 4455, "loc": { "start": { "line": 213, @@ -10336,8 +10336,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4172, - "end": 4185, + "start": 4384, + "end": 4397, "loc": { "start": { "line": 213, @@ -10352,8 +10352,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4186, - "end": 4241, + "start": 4398, + "end": 4455, "loc": { "start": { "line": 213, @@ -10366,8 +10366,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 4187, - "end": 4240, + "start": 4399, + "end": 4454, "loc": { "start": { "line": 213, @@ -10385,8 +10385,8 @@ "params": [ { "type": "Identifier", - "start": 4188, - "end": 4196, + "start": 4400, + "end": 4408, "loc": { "start": { "line": 213, @@ -10403,8 +10403,8 @@ ], "body": { "type": "BlockStatement", - "start": 4201, - "end": 4240, + "start": 4413, + "end": 4454, "loc": { "start": { "line": 213, @@ -10418,8 +10418,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 4210, - "end": 4232, + "start": 4423, + "end": 4445, "loc": { "start": { "line": 214, @@ -10432,8 +10432,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 4210, - "end": 4231, + "start": 4423, + "end": 4444, "loc": { "start": { "line": 214, @@ -10447,8 +10447,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 4210, - "end": 4222, + "start": 4423, + "end": 4435, "loc": { "start": { "line": 214, @@ -10461,8 +10461,8 @@ }, "object": { "type": "Identifier", - "start": 4210, - "end": 4216, + "start": 4423, + "end": 4429, "loc": { "start": { "line": 214, @@ -10478,8 +10478,8 @@ }, "property": { "type": "Identifier", - "start": 4217, - "end": 4222, + "start": 4430, + "end": 4435, "loc": { "start": { "line": 214, @@ -10497,8 +10497,8 @@ }, "right": { "type": "Identifier", - "start": 4223, - "end": 4231, + "start": 4436, + "end": 4444, "loc": { "start": { "line": 214, @@ -10523,8 +10523,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 3976, - "end": 3986, + "start": 4181, + "end": 4191, "loc": { "start": { "line": 206, @@ -10544,8 +10544,8 @@ }, { "type": "JSXText", - "start": 4249, - "end": 4256, + "start": 4464, + "end": 4473, "loc": { "start": { "line": 216, @@ -10561,8 +10561,8 @@ }, { "type": "JSXElement", - "start": 4256, - "end": 4513, + "start": 4473, + "end": 4740, "loc": { "start": { "line": 218, @@ -10575,8 +10575,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 4256, - "end": 4513, + "start": 4473, + "end": 4740, "loc": { "start": { "line": 218, @@ -10590,8 +10590,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 4274, - "end": 4291, + "start": 4492, + "end": 4509, "loc": { "start": { "line": 219, @@ -10604,8 +10604,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4274, - "end": 4276, + "start": 4492, + "end": 4494, "loc": { "start": { "line": 219, @@ -10620,8 +10620,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4277, - "end": 4291, + "start": 4495, + "end": 4509, "loc": { "start": { "line": 219, @@ -10634,8 +10634,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4278, - "end": 4290, + "start": 4496, + "end": 4508, "loc": { "start": { "line": 219, @@ -10656,8 +10656,8 @@ }, { "type": "JSXAttribute", - "start": 4298, - "end": 4334, + "start": 4517, + "end": 4553, "loc": { "start": { "line": 220, @@ -10670,8 +10670,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4298, - "end": 4303, + "start": 4517, + "end": 4522, "loc": { "start": { "line": 220, @@ -10686,8 +10686,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4304, - "end": 4334, + "start": 4523, + "end": 4553, "loc": { "start": { "line": 220, @@ -10700,8 +10700,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4305, - "end": 4333, + "start": 4524, + "end": 4552, "loc": { "start": { "line": 220, @@ -10722,8 +10722,8 @@ }, { "type": "JSXAttribute", - "start": 4341, - "end": 4355, + "start": 4561, + "end": 4575, "loc": { "start": { "line": 221, @@ -10736,8 +10736,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4341, - "end": 4345, + "start": 4561, + "end": 4565, "loc": { "start": { "line": 221, @@ -10752,8 +10752,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4346, - "end": 4355, + "start": 4566, + "end": 4575, "loc": { "start": { "line": 221, @@ -10766,8 +10766,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4347, - "end": 4354, + "start": 4567, + "end": 4574, "loc": { "start": { "line": 221, @@ -10788,8 +10788,8 @@ }, { "type": "JSXAttribute", - "start": 4362, - "end": 4382, + "start": 4583, + "end": 4603, "loc": { "start": { "line": 222, @@ -10802,8 +10802,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4362, - "end": 4371, + "start": 4583, + "end": 4592, "loc": { "start": { "line": 222, @@ -10818,8 +10818,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4372, - "end": 4382, + "start": 4593, + "end": 4603, "loc": { "start": { "line": 222, @@ -10832,8 +10832,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4373, - "end": 4381, + "start": 4594, + "end": 4602, "loc": { "start": { "line": 222, @@ -10854,8 +10854,8 @@ }, { "type": "JSXAttribute", - "start": 4389, - "end": 4406, + "start": 4611, + "end": 4628, "loc": { "start": { "line": 223, @@ -10868,8 +10868,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4389, - "end": 4399, + "start": 4611, + "end": 4621, "loc": { "start": { "line": 223, @@ -10884,8 +10884,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4400, - "end": 4406, + "start": 4622, + "end": 4628, "loc": { "start": { "line": 223, @@ -10898,8 +10898,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 4401, - "end": 4405, + "start": 4623, + "end": 4627, "loc": { "start": { "line": 223, @@ -10916,8 +10916,8 @@ }, { "type": "JSXAttribute", - "start": 4413, - "end": 4431, + "start": 4636, + "end": 4654, "loc": { "start": { "line": 224, @@ -10930,8 +10930,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4413, - "end": 4418, + "start": 4636, + "end": 4641, "loc": { "start": { "line": 224, @@ -10946,8 +10946,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4419, - "end": 4431, + "start": 4642, + "end": 4654, "loc": { "start": { "line": 224, @@ -10960,8 +10960,8 @@ }, "expression": { "type": "MemberExpression", - "start": 4420, - "end": 4430, + "start": 4643, + "end": 4653, "loc": { "start": { "line": 224, @@ -10974,8 +10974,8 @@ }, "object": { "type": "Identifier", - "start": 4420, - "end": 4426, + "start": 4643, + "end": 4649, "loc": { "start": { "line": 224, @@ -10991,8 +10991,8 @@ }, "property": { "type": "Identifier", - "start": 4427, - "end": 4430, + "start": 4650, + "end": 4653, "loc": { "start": { "line": 224, @@ -11012,8 +11012,8 @@ }, { "type": "JSXAttribute", - "start": 4438, - "end": 4505, + "start": 4662, + "end": 4731, "loc": { "start": { "line": 225, @@ -11026,8 +11026,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4438, - "end": 4451, + "start": 4662, + "end": 4675, "loc": { "start": { "line": 225, @@ -11042,8 +11042,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4452, - "end": 4505, + "start": 4676, + "end": 4731, "loc": { "start": { "line": 225, @@ -11056,8 +11056,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 4453, - "end": 4504, + "start": 4677, + "end": 4730, "loc": { "start": { "line": 225, @@ -11075,8 +11075,8 @@ "params": [ { "type": "Identifier", - "start": 4454, - "end": 4462, + "start": 4678, + "end": 4686, "loc": { "start": { "line": 225, @@ -11093,8 +11093,8 @@ ], "body": { "type": "BlockStatement", - "start": 4467, - "end": 4504, + "start": 4691, + "end": 4730, "loc": { "start": { "line": 225, @@ -11108,8 +11108,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 4476, - "end": 4496, + "start": 4701, + "end": 4721, "loc": { "start": { "line": 226, @@ -11122,8 +11122,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 4476, - "end": 4495, + "start": 4701, + "end": 4720, "loc": { "start": { "line": 226, @@ -11137,8 +11137,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 4476, - "end": 4486, + "start": 4701, + "end": 4711, "loc": { "start": { "line": 226, @@ -11151,8 +11151,8 @@ }, "object": { "type": "Identifier", - "start": 4476, - "end": 4482, + "start": 4701, + "end": 4707, "loc": { "start": { "line": 226, @@ -11168,8 +11168,8 @@ }, "property": { "type": "Identifier", - "start": 4483, - "end": 4486, + "start": 4708, + "end": 4711, "loc": { "start": { "line": 226, @@ -11187,8 +11187,8 @@ }, "right": { "type": "Identifier", - "start": 4487, - "end": 4495, + "start": 4712, + "end": 4720, "loc": { "start": { "line": 226, @@ -11213,8 +11213,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 4257, - "end": 4267, + "start": 4474, + "end": 4484, "loc": { "start": { "line": 218, @@ -11234,8 +11234,8 @@ }, { "type": "JSXText", - "start": 4513, - "end": 4520, + "start": 4740, + "end": 4749, "loc": { "start": { "line": 228, @@ -11251,8 +11251,8 @@ }, { "type": "JSXElement", - "start": 4520, - "end": 4890, + "start": 4749, + "end": 5134, "loc": { "start": { "line": 230, @@ -11265,8 +11265,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 4520, - "end": 4890, + "start": 4749, + "end": 5134, "loc": { "start": { "line": 230, @@ -11280,8 +11280,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 4538, - "end": 4555, + "start": 4768, + "end": 4785, "loc": { "start": { "line": 231, @@ -11294,8 +11294,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4538, - "end": 4540, + "start": 4768, + "end": 4770, "loc": { "start": { "line": 231, @@ -11310,8 +11310,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4541, - "end": 4555, + "start": 4771, + "end": 4785, "loc": { "start": { "line": 231, @@ -11324,8 +11324,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4542, - "end": 4554, + "start": 4772, + "end": 4784, "loc": { "start": { "line": 231, @@ -11346,8 +11346,8 @@ }, { "type": "JSXAttribute", - "start": 4562, - "end": 4610, + "start": 4793, + "end": 4841, "loc": { "start": { "line": 232, @@ -11360,8 +11360,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4562, - "end": 4567, + "start": 4793, + "end": 4798, "loc": { "start": { "line": 232, @@ -11376,8 +11376,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4568, - "end": 4610, + "start": 4799, + "end": 4841, "loc": { "start": { "line": 232, @@ -11390,8 +11390,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4569, - "end": 4609, + "start": 4800, + "end": 4840, "loc": { "start": { "line": 232, @@ -11412,8 +11412,8 @@ }, { "type": "JSXAttribute", - "start": 4617, - "end": 4631, + "start": 4849, + "end": 4863, "loc": { "start": { "line": 233, @@ -11426,8 +11426,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4617, - "end": 4621, + "start": 4849, + "end": 4853, "loc": { "start": { "line": 233, @@ -11442,8 +11442,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4622, - "end": 4631, + "start": 4854, + "end": 4863, "loc": { "start": { "line": 233, @@ -11456,8 +11456,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4623, - "end": 4630, + "start": 4855, + "end": 4862, "loc": { "start": { "line": 233, @@ -11478,8 +11478,8 @@ }, { "type": "JSXAttribute", - "start": 4638, - "end": 4656, + "start": 4871, + "end": 4889, "loc": { "start": { "line": 234, @@ -11492,8 +11492,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4638, - "end": 4647, + "start": 4871, + "end": 4880, "loc": { "start": { "line": 234, @@ -11508,8 +11508,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4648, - "end": 4656, + "start": 4881, + "end": 4889, "loc": { "start": { "line": 234, @@ -11522,8 +11522,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4649, - "end": 4655, + "start": 4882, + "end": 4888, "loc": { "start": { "line": 234, @@ -11544,8 +11544,8 @@ }, { "type": "JSXAttribute", - "start": 4663, - "end": 4680, + "start": 4897, + "end": 4914, "loc": { "start": { "line": 235, @@ -11558,8 +11558,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4663, - "end": 4673, + "start": 4897, + "end": 4907, "loc": { "start": { "line": 235, @@ -11574,8 +11574,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4674, - "end": 4680, + "start": 4908, + "end": 4914, "loc": { "start": { "line": 235, @@ -11588,8 +11588,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 4675, - "end": 4679, + "start": 4909, + "end": 4913, "loc": { "start": { "line": 235, @@ -11606,8 +11606,8 @@ }, { "type": "JSXAttribute", - "start": 4687, - "end": 4705, + "start": 4922, + "end": 4940, "loc": { "start": { "line": 236, @@ -11620,8 +11620,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4687, - "end": 4692, + "start": 4922, + "end": 4927, "loc": { "start": { "line": 236, @@ -11636,8 +11636,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4693, - "end": 4705, + "start": 4928, + "end": 4940, "loc": { "start": { "line": 236, @@ -11650,8 +11650,8 @@ }, "expression": { "type": "MemberExpression", - "start": 4694, - "end": 4704, + "start": 4929, + "end": 4939, "loc": { "start": { "line": 236, @@ -11664,8 +11664,8 @@ }, "object": { "type": "Identifier", - "start": 4694, - "end": 4700, + "start": 4929, + "end": 4935, "loc": { "start": { "line": 236, @@ -11681,8 +11681,8 @@ }, "property": { "type": "Identifier", - "start": 4701, - "end": 4704, + "start": 4936, + "end": 4939, "loc": { "start": { "line": 236, @@ -11702,8 +11702,8 @@ }, { "type": "JSXAttribute", - "start": 4712, - "end": 4779, + "start": 4948, + "end": 5017, "loc": { "start": { "line": 237, @@ -11716,8 +11716,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4712, - "end": 4725, + "start": 4948, + "end": 4961, "loc": { "start": { "line": 237, @@ -11732,8 +11732,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4726, - "end": 4779, + "start": 4962, + "end": 5017, "loc": { "start": { "line": 237, @@ -11746,8 +11746,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 4727, - "end": 4778, + "start": 4963, + "end": 5016, "loc": { "start": { "line": 237, @@ -11765,8 +11765,8 @@ "params": [ { "type": "Identifier", - "start": 4728, - "end": 4736, + "start": 4964, + "end": 4972, "loc": { "start": { "line": 237, @@ -11783,8 +11783,8 @@ ], "body": { "type": "BlockStatement", - "start": 4741, - "end": 4778, + "start": 4977, + "end": 5016, "loc": { "start": { "line": 237, @@ -11798,8 +11798,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 4750, - "end": 4770, + "start": 4987, + "end": 5007, "loc": { "start": { "line": 238, @@ -11812,8 +11812,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 4750, - "end": 4769, + "start": 4987, + "end": 5006, "loc": { "start": { "line": 238, @@ -11827,8 +11827,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 4750, - "end": 4760, + "start": 4987, + "end": 4997, "loc": { "start": { "line": 238, @@ -11841,8 +11841,8 @@ }, "object": { "type": "Identifier", - "start": 4750, - "end": 4756, + "start": 4987, + "end": 4993, "loc": { "start": { "line": 238, @@ -11858,8 +11858,8 @@ }, "property": { "type": "Identifier", - "start": 4757, - "end": 4760, + "start": 4994, + "end": 4997, "loc": { "start": { "line": 238, @@ -11877,8 +11877,8 @@ }, "right": { "type": "Identifier", - "start": 4761, - "end": 4769, + "start": 4998, + "end": 5006, "loc": { "start": { "line": 238, @@ -11902,8 +11902,8 @@ }, { "type": "JSXAttribute", - "start": 4786, - "end": 4860, + "start": 5025, + "end": 5102, "loc": { "start": { "line": 240, @@ -11916,8 +11916,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4786, - "end": 4793, + "start": 5025, + "end": 5032, "loc": { "start": { "line": 240, @@ -11932,8 +11932,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4794, - "end": 4860, + "start": 5033, + "end": 5102, "loc": { "start": { "line": 240, @@ -11946,8 +11946,8 @@ }, "expression": { "type": "ObjectExpression", - "start": 4795, - "end": 4859, + "start": 5034, + "end": 5101, "loc": { "start": { "line": 240, @@ -11961,8 +11961,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 4804, - "end": 4831, + "start": 5044, + "end": 5071, "loc": { "start": { "line": 241, @@ -11978,8 +11978,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4804, - "end": 4811, + "start": 5044, + "end": 5051, "loc": { "start": { "line": 241, @@ -11995,8 +11995,8 @@ }, "value": { "type": "StringLiteral", - "start": 4812, - "end": 4831, + "start": 5052, + "end": 5071, "loc": { "start": { "line": 241, @@ -12016,8 +12016,8 @@ }, { "type": "ObjectProperty", - "start": 4840, - "end": 4851, + "start": 5081, + "end": 5092, "loc": { "start": { "line": 242, @@ -12033,8 +12033,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4840, - "end": 4845, + "start": 5081, + "end": 5086, "loc": { "start": { "line": 242, @@ -12050,8 +12050,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 4847, - "end": 4851, + "start": 5088, + "end": 5092, "loc": { "start": { "line": 242, @@ -12071,8 +12071,8 @@ }, { "type": "JSXAttribute", - "start": 4867, - "end": 4882, + "start": 5110, + "end": 5125, "loc": { "start": { "line": 244, @@ -12085,8 +12085,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4867, - "end": 4875, + "start": 5110, + "end": 5118, "loc": { "start": { "line": 244, @@ -12101,8 +12101,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4876, - "end": 4882, + "start": 5119, + "end": 5125, "loc": { "start": { "line": 244, @@ -12115,8 +12115,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 4877, - "end": 4881, + "start": 5120, + "end": 5124, "loc": { "start": { "line": 244, @@ -12134,8 +12134,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 4521, - "end": 4531, + "start": 4750, + "end": 4760, "loc": { "start": { "line": 230, @@ -12155,8 +12155,8 @@ }, { "type": "JSXText", - "start": 4890, - "end": 4897, + "start": 5134, + "end": 5143, "loc": { "start": { "line": 245, @@ -12172,8 +12172,8 @@ }, { "type": "JSXElement", - "start": 4897, - "end": 5257, + "start": 5143, + "end": 5517, "loc": { "start": { "line": 247, @@ -12186,8 +12186,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 4897, - "end": 5257, + "start": 5143, + "end": 5517, "loc": { "start": { "line": 247, @@ -12201,8 +12201,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 4915, - "end": 4932, + "start": 5162, + "end": 5179, "loc": { "start": { "line": 248, @@ -12215,8 +12215,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4915, - "end": 4917, + "start": 5162, + "end": 5164, "loc": { "start": { "line": 248, @@ -12231,8 +12231,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4918, - "end": 4932, + "start": 5165, + "end": 5179, "loc": { "start": { "line": 248, @@ -12245,8 +12245,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4919, - "end": 4931, + "start": 5166, + "end": 5178, "loc": { "start": { "line": 248, @@ -12267,8 +12267,8 @@ }, { "type": "JSXAttribute", - "start": 4939, - "end": 4990, + "start": 5187, + "end": 5238, "loc": { "start": { "line": 249, @@ -12281,8 +12281,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4939, - "end": 4944, + "start": 5187, + "end": 5192, "loc": { "start": { "line": 249, @@ -12297,8 +12297,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4945, - "end": 4990, + "start": 5193, + "end": 5238, "loc": { "start": { "line": 249, @@ -12311,8 +12311,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4946, - "end": 4989, + "start": 5194, + "end": 5237, "loc": { "start": { "line": 249, @@ -12333,8 +12333,8 @@ }, { "type": "JSXAttribute", - "start": 4997, - "end": 5011, + "start": 5246, + "end": 5260, "loc": { "start": { "line": 250, @@ -12347,8 +12347,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4997, - "end": 5001, + "start": 5246, + "end": 5250, "loc": { "start": { "line": 250, @@ -12363,8 +12363,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5002, - "end": 5011, + "start": 5251, + "end": 5260, "loc": { "start": { "line": 250, @@ -12377,8 +12377,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5003, - "end": 5010, + "start": 5252, + "end": 5259, "loc": { "start": { "line": 250, @@ -12399,8 +12399,8 @@ }, { "type": "JSXAttribute", - "start": 5018, - "end": 5036, + "start": 5268, + "end": 5286, "loc": { "start": { "line": 251, @@ -12413,8 +12413,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5018, - "end": 5027, + "start": 5268, + "end": 5277, "loc": { "start": { "line": 251, @@ -12429,8 +12429,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5028, - "end": 5036, + "start": 5278, + "end": 5286, "loc": { "start": { "line": 251, @@ -12443,8 +12443,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5029, - "end": 5035, + "start": 5279, + "end": 5285, "loc": { "start": { "line": 251, @@ -12465,8 +12465,8 @@ }, { "type": "JSXAttribute", - "start": 5043, - "end": 5060, + "start": 5294, + "end": 5311, "loc": { "start": { "line": 252, @@ -12479,8 +12479,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5043, - "end": 5053, + "start": 5294, + "end": 5304, "loc": { "start": { "line": 252, @@ -12495,8 +12495,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5054, - "end": 5060, + "start": 5305, + "end": 5311, "loc": { "start": { "line": 252, @@ -12509,8 +12509,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 5055, - "end": 5059, + "start": 5306, + "end": 5310, "loc": { "start": { "line": 252, @@ -12527,8 +12527,8 @@ }, { "type": "JSXAttribute", - "start": 5067, - "end": 5085, + "start": 5319, + "end": 5337, "loc": { "start": { "line": 253, @@ -12541,8 +12541,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5067, - "end": 5072, + "start": 5319, + "end": 5324, "loc": { "start": { "line": 253, @@ -12557,8 +12557,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5073, - "end": 5085, + "start": 5325, + "end": 5337, "loc": { "start": { "line": 253, @@ -12571,8 +12571,8 @@ }, "expression": { "type": "MemberExpression", - "start": 5074, - "end": 5084, + "start": 5326, + "end": 5336, "loc": { "start": { "line": 253, @@ -12585,8 +12585,8 @@ }, "object": { "type": "Identifier", - "start": 5074, - "end": 5080, + "start": 5326, + "end": 5332, "loc": { "start": { "line": 253, @@ -12602,8 +12602,8 @@ }, "property": { "type": "Identifier", - "start": 5081, - "end": 5084, + "start": 5333, + "end": 5336, "loc": { "start": { "line": 253, @@ -12623,8 +12623,8 @@ }, { "type": "JSXAttribute", - "start": 5092, - "end": 5159, + "start": 5345, + "end": 5414, "loc": { "start": { "line": 254, @@ -12637,8 +12637,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5092, - "end": 5105, + "start": 5345, + "end": 5358, "loc": { "start": { "line": 254, @@ -12653,8 +12653,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5106, - "end": 5159, + "start": 5359, + "end": 5414, "loc": { "start": { "line": 254, @@ -12667,8 +12667,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 5107, - "end": 5158, + "start": 5360, + "end": 5413, "loc": { "start": { "line": 254, @@ -12686,8 +12686,8 @@ "params": [ { "type": "Identifier", - "start": 5108, - "end": 5116, + "start": 5361, + "end": 5369, "loc": { "start": { "line": 254, @@ -12704,8 +12704,8 @@ ], "body": { "type": "BlockStatement", - "start": 5121, - "end": 5158, + "start": 5374, + "end": 5413, "loc": { "start": { "line": 254, @@ -12719,8 +12719,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 5130, - "end": 5150, + "start": 5384, + "end": 5404, "loc": { "start": { "line": 255, @@ -12733,8 +12733,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 5130, - "end": 5149, + "start": 5384, + "end": 5403, "loc": { "start": { "line": 255, @@ -12748,8 +12748,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 5130, - "end": 5140, + "start": 5384, + "end": 5394, "loc": { "start": { "line": 255, @@ -12762,8 +12762,8 @@ }, "object": { "type": "Identifier", - "start": 5130, - "end": 5136, + "start": 5384, + "end": 5390, "loc": { "start": { "line": 255, @@ -12779,8 +12779,8 @@ }, "property": { "type": "Identifier", - "start": 5137, - "end": 5140, + "start": 5391, + "end": 5394, "loc": { "start": { "line": 255, @@ -12798,8 +12798,8 @@ }, "right": { "type": "Identifier", - "start": 5141, - "end": 5149, + "start": 5395, + "end": 5403, "loc": { "start": { "line": 255, @@ -12823,8 +12823,8 @@ }, { "type": "JSXAttribute", - "start": 5166, - "end": 5249, + "start": 5422, + "end": 5508, "loc": { "start": { "line": 257, @@ -12837,8 +12837,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5166, - "end": 5173, + "start": 5422, + "end": 5429, "loc": { "start": { "line": 257, @@ -12853,8 +12853,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5174, - "end": 5249, + "start": 5430, + "end": 5508, "loc": { "start": { "line": 257, @@ -12867,8 +12867,8 @@ }, "expression": { "type": "ObjectExpression", - "start": 5175, - "end": 5248, + "start": 5431, + "end": 5507, "loc": { "start": { "line": 257, @@ -12882,8 +12882,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 5184, - "end": 5219, + "start": 5441, + "end": 5476, "loc": { "start": { "line": 258, @@ -12899,8 +12899,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5184, - "end": 5191, + "start": 5441, + "end": 5448, "loc": { "start": { "line": 258, @@ -12916,8 +12916,8 @@ }, "value": { "type": "StringLiteral", - "start": 5192, - "end": 5219, + "start": 5449, + "end": 5476, "loc": { "start": { "line": 258, @@ -12937,8 +12937,8 @@ }, { "type": "ObjectProperty", - "start": 5228, - "end": 5240, + "start": 5486, + "end": 5498, "loc": { "start": { "line": 259, @@ -12954,8 +12954,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5228, - "end": 5233, + "start": 5486, + "end": 5491, "loc": { "start": { "line": 259, @@ -12971,8 +12971,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 5235, - "end": 5240, + "start": 5493, + "end": 5498, "loc": { "start": { "line": 259, @@ -12993,8 +12993,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 4898, - "end": 4908, + "start": 5144, + "end": 5154, "loc": { "start": { "line": 247, @@ -13014,8 +13014,8 @@ }, { "type": "JSXText", - "start": 5257, - "end": 5262, + "start": 5517, + "end": 5523, "loc": { "start": { "line": 261, @@ -13033,8 +13033,8 @@ }, { "type": "JSXText", - "start": 5268, - "end": 5273, + "start": 5529, + "end": 5535, "loc": { "start": { "line": 262, @@ -13050,8 +13050,8 @@ }, { "type": "JSXElement", - "start": 5273, - "end": 6306, + "start": 5535, + "end": 6628, "loc": { "start": { "line": 263, @@ -13064,8 +13064,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 5273, - "end": 5278, + "start": 5535, + "end": 5540, "loc": { "start": { "line": 263, @@ -13079,8 +13079,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 5274, - "end": 5277, + "start": 5536, + "end": 5539, "loc": { "start": { "line": 263, @@ -13097,8 +13097,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 6300, - "end": 6306, + "start": 6622, + "end": 6628, "loc": { "start": { "line": 323, @@ -13111,8 +13111,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6302, - "end": 6305, + "start": 6624, + "end": 6627, "loc": { "start": { "line": 323, @@ -13129,8 +13129,8 @@ "children": [ { "type": "JSXText", - "start": 5278, - "end": 5284, + "start": 5540, + "end": 5547, "loc": { "start": { "line": 263, @@ -13146,8 +13146,8 @@ }, { "type": "JSXElement", - "start": 5284, - "end": 5300, + "start": 5547, + "end": 5563, "loc": { "start": { "line": 264, @@ -13160,8 +13160,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 5284, - "end": 5288, + "start": 5547, + "end": 5551, "loc": { "start": { "line": 264, @@ -13175,8 +13175,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 5285, - "end": 5287, + "start": 5548, + "end": 5550, "loc": { "start": { "line": 264, @@ -13193,8 +13193,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 5295, - "end": 5300, + "start": 5558, + "end": 5563, "loc": { "start": { "line": 264, @@ -13207,8 +13207,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5297, - "end": 5299, + "start": 5560, + "end": 5562, "loc": { "start": { "line": 264, @@ -13225,8 +13225,8 @@ "children": [ { "type": "JSXText", - "start": 5288, - "end": 5295, + "start": 5551, + "end": 5558, "loc": { "start": { "line": 264, @@ -13244,8 +13244,8 @@ }, { "type": "JSXText", - "start": 5300, - "end": 5306, + "start": 5563, + "end": 5570, "loc": { "start": { "line": 264, @@ -13261,8 +13261,8 @@ }, { "type": "JSXElement", - "start": 5306, - "end": 5651, + "start": 5570, + "end": 5933, "loc": { "start": { "line": 265, @@ -13275,8 +13275,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 5306, - "end": 5651, + "start": 5570, + "end": 5933, "loc": { "start": { "line": 265, @@ -13290,8 +13290,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 5324, - "end": 5339, + "start": 5589, + "end": 5604, "loc": { "start": { "line": 266, @@ -13304,8 +13304,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5324, - "end": 5328, + "start": 5589, + "end": 5593, "loc": { "start": { "line": 266, @@ -13320,8 +13320,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5329, - "end": 5339, + "start": 5594, + "end": 5604, "loc": { "start": { "line": 266, @@ -13334,8 +13334,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5330, - "end": 5338, + "start": 5595, + "end": 5603, "loc": { "start": { "line": 266, @@ -13356,8 +13356,8 @@ }, { "type": "JSXAttribute", - "start": 5346, - "end": 5374, + "start": 5612, + "end": 5640, "loc": { "start": { "line": 267, @@ -13370,8 +13370,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5346, - "end": 5351, + "start": 5612, + "end": 5617, "loc": { "start": { "line": 267, @@ -13386,8 +13386,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5352, - "end": 5374, + "start": 5618, + "end": 5640, "loc": { "start": { "line": 267, @@ -13400,8 +13400,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5353, - "end": 5373, + "start": 5619, + "end": 5639, "loc": { "start": { "line": 267, @@ -13422,8 +13422,8 @@ }, { "type": "JSXAttribute", - "start": 5381, - "end": 5405, + "start": 5648, + "end": 5672, "loc": { "start": { "line": 268, @@ -13436,8 +13436,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5381, - "end": 5386, + "start": 5648, + "end": 5653, "loc": { "start": { "line": 268, @@ -13452,8 +13452,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5387, - "end": 5405, + "start": 5654, + "end": 5672, "loc": { "start": { "line": 268, @@ -13466,8 +13466,8 @@ }, "expression": { "type": "Identifier", - "start": 5388, - "end": 5404, + "start": 5655, + "end": 5671, "loc": { "start": { "line": 268, @@ -13485,8 +13485,8 @@ }, { "type": "JSXAttribute", - "start": 5412, - "end": 5420, + "start": 5680, + "end": 5688, "loc": { "start": { "line": 269, @@ -13499,8 +13499,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5412, - "end": 5414, + "start": 5680, + "end": 5682, "loc": { "start": { "line": 269, @@ -13515,8 +13515,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5415, - "end": 5420, + "start": 5683, + "end": 5688, "loc": { "start": { "line": 269, @@ -13529,8 +13529,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5416, - "end": 5419, + "start": 5684, + "end": 5687, "loc": { "start": { "line": 269, @@ -13551,8 +13551,8 @@ }, { "type": "JSXAttribute", - "start": 5427, - "end": 5561, + "start": 5696, + "end": 5839, "loc": { "start": { "line": 270, @@ -13565,8 +13565,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5427, - "end": 5434, + "start": 5696, + "end": 5703, "loc": { "start": { "line": 270, @@ -13581,8 +13581,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5435, - "end": 5561, + "start": 5704, + "end": 5839, "loc": { "start": { "line": 270, @@ -13595,8 +13595,8 @@ }, "expression": { "type": "ArrayExpression", - "start": 5436, - "end": 5560, + "start": 5705, + "end": 5838, "loc": { "start": { "line": 270, @@ -13610,8 +13610,8 @@ "elements": [ { "type": "ObjectExpression", - "start": 5445, - "end": 5494, + "start": 5715, + "end": 5767, "loc": { "start": { "line": 271, @@ -13625,8 +13625,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 5455, - "end": 5463, + "start": 5726, + "end": 5734, "loc": { "start": { "line": 272, @@ -13642,8 +13642,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5455, - "end": 5460, + "start": 5726, + "end": 5731, "loc": { "start": { "line": 272, @@ -13659,8 +13659,8 @@ }, "value": { "type": "NumericLiteral", - "start": 5462, - "end": 5463, + "start": 5733, + "end": 5734, "loc": { "start": { "line": 272, @@ -13680,8 +13680,8 @@ }, { "type": "ObjectProperty", - "start": 5473, - "end": 5485, + "start": 5745, + "end": 5757, "loc": { "start": { "line": 273, @@ -13697,8 +13697,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5473, - "end": 5478, + "start": 5745, + "end": 5750, "loc": { "start": { "line": 273, @@ -13714,8 +13714,8 @@ }, "value": { "type": "StringLiteral", - "start": 5480, - "end": 5485, + "start": 5752, + "end": 5757, "loc": { "start": { "line": 273, @@ -13737,8 +13737,8 @@ }, { "type": "ObjectExpression", - "start": 5503, - "end": 5552, + "start": 5777, + "end": 5829, "loc": { "start": { "line": 275, @@ -13752,8 +13752,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 5513, - "end": 5521, + "start": 5788, + "end": 5796, "loc": { "start": { "line": 276, @@ -13769,8 +13769,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5513, - "end": 5518, + "start": 5788, + "end": 5793, "loc": { "start": { "line": 276, @@ -13786,8 +13786,8 @@ }, "value": { "type": "NumericLiteral", - "start": 5520, - "end": 5521, + "start": 5795, + "end": 5796, "loc": { "start": { "line": 276, @@ -13807,8 +13807,8 @@ }, { "type": "ObjectProperty", - "start": 5531, - "end": 5543, + "start": 5807, + "end": 5819, "loc": { "start": { "line": 277, @@ -13824,8 +13824,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5531, - "end": 5536, + "start": 5807, + "end": 5812, "loc": { "start": { "line": 277, @@ -13841,8 +13841,8 @@ }, "value": { "type": "StringLiteral", - "start": 5538, - "end": 5543, + "start": 5814, + "end": 5819, "loc": { "start": { "line": 277, @@ -13868,8 +13868,8 @@ }, { "type": "JSXAttribute", - "start": 5568, - "end": 5643, + "start": 5847, + "end": 5924, "loc": { "start": { "line": 280, @@ -13882,8 +13882,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5568, - "end": 5581, + "start": 5847, + "end": 5860, "loc": { "start": { "line": 280, @@ -13898,8 +13898,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5582, - "end": 5643, + "start": 5861, + "end": 5924, "loc": { "start": { "line": 280, @@ -13912,8 +13912,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 5583, - "end": 5642, + "start": 5862, + "end": 5923, "loc": { "start": { "line": 280, @@ -13931,8 +13931,8 @@ "params": [ { "type": "Identifier", - "start": 5584, - "end": 5592, + "start": 5863, + "end": 5871, "loc": { "start": { "line": 280, @@ -13949,8 +13949,8 @@ ], "body": { "type": "BlockStatement", - "start": 5597, - "end": 5642, + "start": 5876, + "end": 5923, "loc": { "start": { "line": 280, @@ -13964,8 +13964,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 5606, - "end": 5634, + "start": 5886, + "end": 5914, "loc": { "start": { "line": 281, @@ -13978,8 +13978,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 5606, - "end": 5633, + "start": 5886, + "end": 5913, "loc": { "start": { "line": 281, @@ -13993,8 +13993,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 5606, - "end": 5622, + "start": 5886, + "end": 5902, "loc": { "start": { "line": 281, @@ -14010,8 +14010,8 @@ }, "right": { "type": "Identifier", - "start": 5625, - "end": 5633, + "start": 5905, + "end": 5913, "loc": { "start": { "line": 281, @@ -14036,8 +14036,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 5307, - "end": 5317, + "start": 5571, + "end": 5581, "loc": { "start": { "line": 265, @@ -14057,8 +14057,8 @@ }, { "type": "JSXText", - "start": 5651, - "end": 5658, + "start": 5933, + "end": 5942, "loc": { "start": { "line": 283, @@ -14074,8 +14074,8 @@ }, { "type": "JSXElement", - "start": 5658, - "end": 6030, + "start": 5942, + "end": 6333, "loc": { "start": { "line": 285, @@ -14088,8 +14088,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 5658, - "end": 6030, + "start": 5942, + "end": 6333, "loc": { "start": { "line": 285, @@ -14103,8 +14103,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 5676, - "end": 5691, + "start": 5961, + "end": 5976, "loc": { "start": { "line": 286, @@ -14117,8 +14117,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5676, - "end": 5680, + "start": 5961, + "end": 5965, "loc": { "start": { "line": 286, @@ -14133,8 +14133,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5681, - "end": 5691, + "start": 5966, + "end": 5976, "loc": { "start": { "line": 286, @@ -14147,8 +14147,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5682, - "end": 5690, + "start": 5967, + "end": 5975, "loc": { "start": { "line": 286, @@ -14169,8 +14169,8 @@ }, { "type": "JSXAttribute", - "start": 5698, - "end": 5729, + "start": 5984, + "end": 6015, "loc": { "start": { "line": 287, @@ -14183,8 +14183,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5698, - "end": 5703, + "start": 5984, + "end": 5989, "loc": { "start": { "line": 287, @@ -14199,8 +14199,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5704, - "end": 5729, + "start": 5990, + "end": 6015, "loc": { "start": { "line": 287, @@ -14213,8 +14213,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5705, - "end": 5728, + "start": 5991, + "end": 6014, "loc": { "start": { "line": 287, @@ -14235,8 +14235,8 @@ }, { "type": "JSXAttribute", - "start": 5736, - "end": 5760, + "start": 6023, + "end": 6047, "loc": { "start": { "line": 288, @@ -14249,8 +14249,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5736, - "end": 5741, + "start": 6023, + "end": 6028, "loc": { "start": { "line": 288, @@ -14265,8 +14265,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5742, - "end": 5760, + "start": 6029, + "end": 6047, "loc": { "start": { "line": 288, @@ -14279,8 +14279,8 @@ }, "expression": { "type": "Identifier", - "start": 5743, - "end": 5759, + "start": 6030, + "end": 6046, "loc": { "start": { "line": 288, @@ -14298,8 +14298,8 @@ }, { "type": "JSXAttribute", - "start": 5767, - "end": 5784, + "start": 6055, + "end": 6072, "loc": { "start": { "line": 289, @@ -14312,8 +14312,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5767, - "end": 5777, + "start": 6055, + "end": 6065, "loc": { "start": { "line": 289, @@ -14328,8 +14328,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5778, - "end": 5784, + "start": 6066, + "end": 6072, "loc": { "start": { "line": 289, @@ -14342,8 +14342,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 5779, - "end": 5783, + "start": 6067, + "end": 6071, "loc": { "start": { "line": 289, @@ -14360,8 +14360,8 @@ }, { "type": "JSXAttribute", - "start": 5791, - "end": 5799, + "start": 6080, + "end": 6088, "loc": { "start": { "line": 290, @@ -14374,8 +14374,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5791, - "end": 5793, + "start": 6080, + "end": 6082, "loc": { "start": { "line": 290, @@ -14390,8 +14390,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5794, - "end": 5799, + "start": 6083, + "end": 6088, "loc": { "start": { "line": 290, @@ -14404,8 +14404,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5795, - "end": 5798, + "start": 6084, + "end": 6087, "loc": { "start": { "line": 290, @@ -14426,8 +14426,8 @@ }, { "type": "JSXAttribute", - "start": 5806, - "end": 5940, + "start": 6096, + "end": 6239, "loc": { "start": { "line": 291, @@ -14440,8 +14440,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5806, - "end": 5813, + "start": 6096, + "end": 6103, "loc": { "start": { "line": 291, @@ -14456,8 +14456,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5814, - "end": 5940, + "start": 6104, + "end": 6239, "loc": { "start": { "line": 291, @@ -14470,8 +14470,8 @@ }, "expression": { "type": "ArrayExpression", - "start": 5815, - "end": 5939, + "start": 6105, + "end": 6238, "loc": { "start": { "line": 291, @@ -14485,8 +14485,8 @@ "elements": [ { "type": "ObjectExpression", - "start": 5824, - "end": 5873, + "start": 6115, + "end": 6167, "loc": { "start": { "line": 292, @@ -14500,8 +14500,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 5834, - "end": 5842, + "start": 6126, + "end": 6134, "loc": { "start": { "line": 293, @@ -14517,8 +14517,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5834, - "end": 5839, + "start": 6126, + "end": 6131, "loc": { "start": { "line": 293, @@ -14534,8 +14534,8 @@ }, "value": { "type": "NumericLiteral", - "start": 5841, - "end": 5842, + "start": 6133, + "end": 6134, "loc": { "start": { "line": 293, @@ -14555,8 +14555,8 @@ }, { "type": "ObjectProperty", - "start": 5852, - "end": 5864, + "start": 6145, + "end": 6157, "loc": { "start": { "line": 294, @@ -14572,8 +14572,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5852, - "end": 5857, + "start": 6145, + "end": 6150, "loc": { "start": { "line": 294, @@ -14589,8 +14589,8 @@ }, "value": { "type": "StringLiteral", - "start": 5859, - "end": 5864, + "start": 6152, + "end": 6157, "loc": { "start": { "line": 294, @@ -14612,8 +14612,8 @@ }, { "type": "ObjectExpression", - "start": 5882, - "end": 5931, + "start": 6177, + "end": 6229, "loc": { "start": { "line": 296, @@ -14627,8 +14627,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 5892, - "end": 5900, + "start": 6188, + "end": 6196, "loc": { "start": { "line": 297, @@ -14644,8 +14644,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5892, - "end": 5897, + "start": 6188, + "end": 6193, "loc": { "start": { "line": 297, @@ -14661,8 +14661,8 @@ }, "value": { "type": "NumericLiteral", - "start": 5899, - "end": 5900, + "start": 6195, + "end": 6196, "loc": { "start": { "line": 297, @@ -14682,8 +14682,8 @@ }, { "type": "ObjectProperty", - "start": 5910, - "end": 5922, + "start": 6207, + "end": 6219, "loc": { "start": { "line": 298, @@ -14699,8 +14699,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5910, - "end": 5915, + "start": 6207, + "end": 6212, "loc": { "start": { "line": 298, @@ -14716,8 +14716,8 @@ }, "value": { "type": "StringLiteral", - "start": 5917, - "end": 5922, + "start": 6214, + "end": 6219, "loc": { "start": { "line": 298, @@ -14743,8 +14743,8 @@ }, { "type": "JSXAttribute", - "start": 5947, - "end": 6022, + "start": 6247, + "end": 6324, "loc": { "start": { "line": 301, @@ -14757,8 +14757,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5947, - "end": 5960, + "start": 6247, + "end": 6260, "loc": { "start": { "line": 301, @@ -14773,8 +14773,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5961, - "end": 6022, + "start": 6261, + "end": 6324, "loc": { "start": { "line": 301, @@ -14787,8 +14787,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 5962, - "end": 6021, + "start": 6262, + "end": 6323, "loc": { "start": { "line": 301, @@ -14806,8 +14806,8 @@ "params": [ { "type": "Identifier", - "start": 5963, - "end": 5971, + "start": 6263, + "end": 6271, "loc": { "start": { "line": 301, @@ -14824,8 +14824,8 @@ ], "body": { "type": "BlockStatement", - "start": 5976, - "end": 6021, + "start": 6276, + "end": 6323, "loc": { "start": { "line": 301, @@ -14839,8 +14839,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 5985, - "end": 6013, + "start": 6286, + "end": 6314, "loc": { "start": { "line": 302, @@ -14853,8 +14853,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 5985, - "end": 6012, + "start": 6286, + "end": 6313, "loc": { "start": { "line": 302, @@ -14868,8 +14868,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 5985, - "end": 6001, + "start": 6286, + "end": 6302, "loc": { "start": { "line": 302, @@ -14885,8 +14885,8 @@ }, "right": { "type": "Identifier", - "start": 6004, - "end": 6012, + "start": 6305, + "end": 6313, "loc": { "start": { "line": 302, @@ -14911,8 +14911,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 5659, - "end": 5669, + "start": 5943, + "end": 5953, "loc": { "start": { "line": 285, @@ -14932,8 +14932,8 @@ }, { "type": "JSXText", - "start": 6030, - "end": 6037, + "start": 6333, + "end": 6342, "loc": { "start": { "line": 304, @@ -14949,8 +14949,8 @@ }, { "type": "JSXElement", - "start": 6037, - "end": 6294, + "start": 6342, + "end": 6614, "loc": { "start": { "line": 306, @@ -14963,8 +14963,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 6037, - "end": 6294, + "start": 6342, + "end": 6614, "loc": { "start": { "line": 306, @@ -14978,8 +14978,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 6055, - "end": 6070, + "start": 6361, + "end": 6376, "loc": { "start": { "line": 307, @@ -14992,8 +14992,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6055, - "end": 6059, + "start": 6361, + "end": 6365, "loc": { "start": { "line": 307, @@ -15008,8 +15008,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6060, - "end": 6070, + "start": 6366, + "end": 6376, "loc": { "start": { "line": 307, @@ -15022,8 +15022,8 @@ }, "expression": { "type": "StringLiteral", - "start": 6061, - "end": 6069, + "start": 6367, + "end": 6375, "loc": { "start": { "line": 307, @@ -15044,8 +15044,8 @@ }, { "type": "JSXAttribute", - "start": 6077, - "end": 6108, + "start": 6384, + "end": 6415, "loc": { "start": { "line": 308, @@ -15058,8 +15058,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6077, - "end": 6082, + "start": 6384, + "end": 6389, "loc": { "start": { "line": 308, @@ -15074,8 +15074,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6083, - "end": 6108, + "start": 6390, + "end": 6415, "loc": { "start": { "line": 308, @@ -15088,8 +15088,8 @@ }, "expression": { "type": "StringLiteral", - "start": 6084, - "end": 6107, + "start": 6391, + "end": 6414, "loc": { "start": { "line": 308, @@ -15110,8 +15110,8 @@ }, { "type": "JSXAttribute", - "start": 6115, - "end": 6130, + "start": 6423, + "end": 6438, "loc": { "start": { "line": 309, @@ -15124,8 +15124,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6115, - "end": 6123, + "start": 6423, + "end": 6431, "loc": { "start": { "line": 309, @@ -15140,8 +15140,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6124, - "end": 6130, + "start": 6432, + "end": 6438, "loc": { "start": { "line": 309, @@ -15154,8 +15154,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 6125, - "end": 6129, + "start": 6433, + "end": 6437, "loc": { "start": { "line": 309, @@ -15172,8 +15172,8 @@ }, { "type": "JSXAttribute", - "start": 6137, - "end": 6145, + "start": 6446, + "end": 6454, "loc": { "start": { "line": 310, @@ -15186,8 +15186,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6137, - "end": 6139, + "start": 6446, + "end": 6448, "loc": { "start": { "line": 310, @@ -15202,8 +15202,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6140, - "end": 6145, + "start": 6449, + "end": 6454, "loc": { "start": { "line": 310, @@ -15216,8 +15216,8 @@ }, "expression": { "type": "StringLiteral", - "start": 6141, - "end": 6144, + "start": 6450, + "end": 6453, "loc": { "start": { "line": 310, @@ -15238,8 +15238,8 @@ }, { "type": "JSXAttribute", - "start": 6152, - "end": 6286, + "start": 6462, + "end": 6605, "loc": { "start": { "line": 311, @@ -15252,8 +15252,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6152, - "end": 6159, + "start": 6462, + "end": 6469, "loc": { "start": { "line": 311, @@ -15268,8 +15268,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6160, - "end": 6286, + "start": 6470, + "end": 6605, "loc": { "start": { "line": 311, @@ -15282,8 +15282,8 @@ }, "expression": { "type": "ArrayExpression", - "start": 6161, - "end": 6285, + "start": 6471, + "end": 6604, "loc": { "start": { "line": 311, @@ -15297,8 +15297,8 @@ "elements": [ { "type": "ObjectExpression", - "start": 6170, - "end": 6219, + "start": 6481, + "end": 6533, "loc": { "start": { "line": 312, @@ -15312,8 +15312,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 6180, - "end": 6188, + "start": 6492, + "end": 6500, "loc": { "start": { "line": 313, @@ -15329,8 +15329,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6180, - "end": 6185, + "start": 6492, + "end": 6497, "loc": { "start": { "line": 313, @@ -15346,8 +15346,8 @@ }, "value": { "type": "NumericLiteral", - "start": 6187, - "end": 6188, + "start": 6499, + "end": 6500, "loc": { "start": { "line": 313, @@ -15367,8 +15367,8 @@ }, { "type": "ObjectProperty", - "start": 6198, - "end": 6210, + "start": 6511, + "end": 6523, "loc": { "start": { "line": 314, @@ -15384,8 +15384,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6198, - "end": 6203, + "start": 6511, + "end": 6516, "loc": { "start": { "line": 314, @@ -15401,8 +15401,8 @@ }, "value": { "type": "StringLiteral", - "start": 6205, - "end": 6210, + "start": 6518, + "end": 6523, "loc": { "start": { "line": 314, @@ -15424,8 +15424,8 @@ }, { "type": "ObjectExpression", - "start": 6228, - "end": 6277, + "start": 6543, + "end": 6595, "loc": { "start": { "line": 316, @@ -15439,8 +15439,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 6238, - "end": 6246, + "start": 6554, + "end": 6562, "loc": { "start": { "line": 317, @@ -15456,8 +15456,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6238, - "end": 6243, + "start": 6554, + "end": 6559, "loc": { "start": { "line": 317, @@ -15473,8 +15473,8 @@ }, "value": { "type": "NumericLiteral", - "start": 6245, - "end": 6246, + "start": 6561, + "end": 6562, "loc": { "start": { "line": 317, @@ -15494,8 +15494,8 @@ }, { "type": "ObjectProperty", - "start": 6256, - "end": 6268, + "start": 6573, + "end": 6585, "loc": { "start": { "line": 318, @@ -15511,8 +15511,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6256, - "end": 6261, + "start": 6573, + "end": 6578, "loc": { "start": { "line": 318, @@ -15528,8 +15528,8 @@ }, "value": { "type": "StringLiteral", - "start": 6263, - "end": 6268, + "start": 6580, + "end": 6585, "loc": { "start": { "line": 318, @@ -15556,8 +15556,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 6038, - "end": 6048, + "start": 6343, + "end": 6353, "loc": { "start": { "line": 306, @@ -15577,8 +15577,8 @@ }, { "type": "JSXText", - "start": 6294, - "end": 6300, + "start": 6614, + "end": 6622, "loc": { "start": { "line": 321, @@ -15596,8 +15596,8 @@ }, { "type": "JSXText", - "start": 6306, - "end": 6312, + "start": 6628, + "end": 6636, "loc": { "start": { "line": 323, @@ -15613,8 +15613,8 @@ }, { "type": "JSXElement", - "start": 6312, - "end": 6717, + "start": 6636, + "end": 7062, "loc": { "start": { "line": 325, @@ -15627,8 +15627,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 6312, - "end": 6317, + "start": 6636, + "end": 6641, "loc": { "start": { "line": 325, @@ -15642,8 +15642,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 6313, - "end": 6316, + "start": 6637, + "end": 6640, "loc": { "start": { "line": 325, @@ -15660,8 +15660,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 6711, - "end": 6717, + "start": 7056, + "end": 7062, "loc": { "start": { "line": 346, @@ -15674,8 +15674,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6713, - "end": 6716, + "start": 7058, + "end": 7061, "loc": { "start": { "line": 346, @@ -15692,8 +15692,8 @@ "children": [ { "type": "JSXText", - "start": 6317, - "end": 6323, + "start": 6641, + "end": 6648, "loc": { "start": { "line": 325, @@ -15709,8 +15709,8 @@ }, { "type": "JSXElement", - "start": 6323, - "end": 6341, + "start": 6648, + "end": 6666, "loc": { "start": { "line": 326, @@ -15723,8 +15723,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 6323, - "end": 6327, + "start": 6648, + "end": 6652, "loc": { "start": { "line": 326, @@ -15738,8 +15738,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 6324, - "end": 6326, + "start": 6649, + "end": 6651, "loc": { "start": { "line": 326, @@ -15756,8 +15756,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 6336, - "end": 6341, + "start": 6661, + "end": 6666, "loc": { "start": { "line": 326, @@ -15770,8 +15770,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6338, - "end": 6340, + "start": 6663, + "end": 6665, "loc": { "start": { "line": 326, @@ -15788,8 +15788,8 @@ "children": [ { "type": "JSXText", - "start": 6327, - "end": 6336, + "start": 6652, + "end": 6661, "loc": { "start": { "line": 326, @@ -15807,8 +15807,8 @@ }, { "type": "JSXText", - "start": 6341, - "end": 6347, + "start": 6666, + "end": 6673, "loc": { "start": { "line": 326, @@ -15824,8 +15824,8 @@ }, { "type": "JSXElement", - "start": 6347, - "end": 6706, + "start": 6673, + "end": 7050, "loc": { "start": { "line": 327, @@ -15838,8 +15838,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 6347, - "end": 6706, + "start": 6673, + "end": 7050, "loc": { "start": { "line": 327, @@ -15853,8 +15853,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 6365, - "end": 6382, + "start": 6692, + "end": 6709, "loc": { "start": { "line": 328, @@ -15867,8 +15867,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6365, - "end": 6369, + "start": 6692, + "end": 6696, "loc": { "start": { "line": 328, @@ -15883,8 +15883,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6370, - "end": 6382, + "start": 6697, + "end": 6709, "loc": { "start": { "line": 328, @@ -15897,8 +15897,8 @@ }, "expression": { "type": "StringLiteral", - "start": 6371, - "end": 6381, + "start": 6698, + "end": 6708, "loc": { "start": { "line": 328, @@ -15919,8 +15919,8 @@ }, { "type": "JSXAttribute", - "start": 6389, - "end": 6413, + "start": 6717, + "end": 6741, "loc": { "start": { "line": 329, @@ -15933,8 +15933,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6389, - "end": 6394, + "start": 6717, + "end": 6722, "loc": { "start": { "line": 329, @@ -15949,8 +15949,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6395, - "end": 6413, + "start": 6723, + "end": 6741, "loc": { "start": { "line": 329, @@ -15963,8 +15963,8 @@ }, "expression": { "type": "StringLiteral", - "start": 6396, - "end": 6412, + "start": 6724, + "end": 6740, "loc": { "start": { "line": 329, @@ -15985,8 +15985,8 @@ }, { "type": "JSXAttribute", - "start": 6420, - "end": 6446, + "start": 6749, + "end": 6775, "loc": { "start": { "line": 330, @@ -15999,8 +15999,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6420, - "end": 6425, + "start": 6749, + "end": 6754, "loc": { "start": { "line": 330, @@ -16015,8 +16015,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6426, - "end": 6446, + "start": 6755, + "end": 6775, "loc": { "start": { "line": 330, @@ -16029,8 +16029,8 @@ }, "expression": { "type": "Identifier", - "start": 6427, - "end": 6445, + "start": 6756, + "end": 6774, "loc": { "start": { "line": 330, @@ -16048,8 +16048,8 @@ }, { "type": "JSXAttribute", - "start": 6453, - "end": 6469, + "start": 6783, + "end": 6799, "loc": { "start": { "line": 331, @@ -16062,8 +16062,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6453, - "end": 6455, + "start": 6783, + "end": 6785, "loc": { "start": { "line": 331, @@ -16078,8 +16078,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6456, - "end": 6469, + "start": 6786, + "end": 6799, "loc": { "start": { "line": 331, @@ -16092,8 +16092,8 @@ }, "expression": { "type": "StringLiteral", - "start": 6457, - "end": 6468, + "start": 6787, + "end": 6798, "loc": { "start": { "line": 331, @@ -16114,8 +16114,8 @@ }, { "type": "JSXAttribute", - "start": 6476, - "end": 6553, + "start": 6807, + "end": 6886, "loc": { "start": { "line": 332, @@ -16128,8 +16128,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6476, - "end": 6489, + "start": 6807, + "end": 6820, "loc": { "start": { "line": 332, @@ -16144,8 +16144,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6490, - "end": 6553, + "start": 6821, + "end": 6886, "loc": { "start": { "line": 332, @@ -16158,8 +16158,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 6491, - "end": 6552, + "start": 6822, + "end": 6885, "loc": { "start": { "line": 332, @@ -16177,8 +16177,8 @@ "params": [ { "type": "Identifier", - "start": 6492, - "end": 6500, + "start": 6823, + "end": 6831, "loc": { "start": { "line": 332, @@ -16195,8 +16195,8 @@ ], "body": { "type": "BlockStatement", - "start": 6505, - "end": 6552, + "start": 6836, + "end": 6885, "loc": { "start": { "line": 332, @@ -16210,8 +16210,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 6514, - "end": 6544, + "start": 6846, + "end": 6876, "loc": { "start": { "line": 333, @@ -16224,8 +16224,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 6514, - "end": 6543, + "start": 6846, + "end": 6875, "loc": { "start": { "line": 333, @@ -16239,8 +16239,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 6514, - "end": 6532, + "start": 6846, + "end": 6864, "loc": { "start": { "line": 333, @@ -16256,8 +16256,8 @@ }, "right": { "type": "Identifier", - "start": 6535, - "end": 6543, + "start": 6867, + "end": 6875, "loc": { "start": { "line": 333, @@ -16281,8 +16281,8 @@ }, { "type": "JSXAttribute", - "start": 6560, - "end": 6698, + "start": 6894, + "end": 7041, "loc": { "start": { "line": 335, @@ -16295,8 +16295,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6560, - "end": 6567, + "start": 6894, + "end": 6901, "loc": { "start": { "line": 335, @@ -16311,8 +16311,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6568, - "end": 6698, + "start": 6902, + "end": 7041, "loc": { "start": { "line": 335, @@ -16325,8 +16325,8 @@ }, "expression": { "type": "ArrayExpression", - "start": 6569, - "end": 6697, + "start": 6903, + "end": 7040, "loc": { "start": { "line": 335, @@ -16340,8 +16340,8 @@ "elements": [ { "type": "ObjectExpression", - "start": 6578, - "end": 6629, + "start": 6913, + "end": 6967, "loc": { "start": { "line": 336, @@ -16355,8 +16355,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 6588, - "end": 6598, + "start": 6924, + "end": 6934, "loc": { "start": { "line": 337, @@ -16372,8 +16372,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6588, - "end": 6593, + "start": 6924, + "end": 6929, "loc": { "start": { "line": 337, @@ -16389,8 +16389,8 @@ }, "value": { "type": "StringLiteral", - "start": 6595, - "end": 6598, + "start": 6931, + "end": 6934, "loc": { "start": { "line": 337, @@ -16410,8 +16410,8 @@ }, { "type": "ObjectProperty", - "start": 6608, - "end": 6620, + "start": 6945, + "end": 6957, "loc": { "start": { "line": 338, @@ -16427,8 +16427,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6608, - "end": 6613, + "start": 6945, + "end": 6950, "loc": { "start": { "line": 338, @@ -16444,8 +16444,8 @@ }, "value": { "type": "StringLiteral", - "start": 6615, - "end": 6620, + "start": 6952, + "end": 6957, "loc": { "start": { "line": 338, @@ -16467,8 +16467,8 @@ }, { "type": "ObjectExpression", - "start": 6638, - "end": 6689, + "start": 6977, + "end": 7031, "loc": { "start": { "line": 340, @@ -16482,8 +16482,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 6648, - "end": 6658, + "start": 6988, + "end": 6998, "loc": { "start": { "line": 341, @@ -16499,8 +16499,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6648, - "end": 6653, + "start": 6988, + "end": 6993, "loc": { "start": { "line": 341, @@ -16516,8 +16516,8 @@ }, "value": { "type": "StringLiteral", - "start": 6655, - "end": 6658, + "start": 6995, + "end": 6998, "loc": { "start": { "line": 341, @@ -16537,8 +16537,8 @@ }, { "type": "ObjectProperty", - "start": 6668, - "end": 6680, + "start": 7009, + "end": 7021, "loc": { "start": { "line": 342, @@ -16554,8 +16554,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6668, - "end": 6673, + "start": 7009, + "end": 7014, "loc": { "start": { "line": 342, @@ -16571,8 +16571,8 @@ }, "value": { "type": "StringLiteral", - "start": 6675, - "end": 6680, + "start": 7016, + "end": 7021, "loc": { "start": { "line": 342, @@ -16599,8 +16599,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 6348, - "end": 6358, + "start": 6674, + "end": 6684, "loc": { "start": { "line": 327, @@ -16620,8 +16620,8 @@ }, { "type": "JSXText", - "start": 6706, - "end": 6711, + "start": 7050, + "end": 7056, "loc": { "start": { "line": 345, @@ -16639,8 +16639,8 @@ }, { "type": "JSXText", - "start": 6717, - "end": 6722, + "start": 7062, + "end": 7069, "loc": { "start": { "line": 346, @@ -16657,7 +16657,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 2227 + "parenStart": 2346 } } } @@ -16673,8 +16673,8 @@ }, { "type": "Identifier", - "start": 6740, - "end": 6759, + "start": 7092, + "end": 7111, "loc": { "start": { "line": 353, @@ -16687,8 +16687,8 @@ }, "declaration": { "type": "Identifier", - "start": 6755, - "end": 6758, + "start": 7107, + "end": 7110, "loc": { "start": { "line": 353, @@ -16708,8 +16708,8 @@ }, { "type": "ExportDefaultDeclaration", - "start": 6740, - "end": 6759, + "start": 7092, + "end": 7111, "loc": { "start": { "line": 353, @@ -16722,8 +16722,8 @@ }, "declaration": { "type": "ClassDeclaration", - "start": 2175, - "end": 6738, + "start": 2291, + "end": 7088, "loc": { "start": { "line": 117, @@ -16736,8 +16736,8 @@ }, "id": { "type": "Identifier", - "start": 2181, - "end": 2184, + "start": 2297, + "end": 2300, "loc": { "start": { "line": 117, @@ -16753,8 +16753,8 @@ }, "superClass": { "type": "Identifier", - "start": 2193, - "end": 2202, + "start": 2309, + "end": 2318, "loc": { "start": { "line": 117, @@ -16770,8 +16770,8 @@ }, "body": { "type": "ClassBody", - "start": 2203, - "end": 6738, + "start": 2319, + "end": 7088, "loc": { "start": { "line": 117, @@ -16785,8 +16785,8 @@ "body": [ { "type": "ClassMethod", - "start": 2207, - "end": 6736, + "start": 2325, + "end": 7085, "loc": { "start": { "line": 119, @@ -16801,8 +16801,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2207, - "end": 2213, + "start": 2325, + "end": 2331, "loc": { "start": { "line": 119, @@ -16824,8 +16824,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 2216, - "end": 6736, + "start": 2334, + "end": 7085, "loc": { "start": { "line": 119, @@ -16839,8 +16839,8 @@ "body": [ { "type": "ReturnStatement", - "start": 2220, - "end": 6733, + "start": 2339, + "end": 7081, "loc": { "start": { "line": 120, @@ -16853,8 +16853,8 @@ }, "argument": { "type": "JSXElement", - "start": 2232, - "end": 6728, + "start": 2352, + "end": 7075, "loc": { "start": { "line": 121, @@ -16867,8 +16867,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2232, - "end": 2253, + "start": 2352, + "end": 2373, "loc": { "start": { "line": 121, @@ -16882,8 +16882,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 2237, - "end": 2252, + "start": 2357, + "end": 2372, "loc": { "start": { "line": 121, @@ -16896,8 +16896,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2237, - "end": 2246, + "start": 2357, + "end": 2366, "loc": { "start": { "line": 121, @@ -16912,8 +16912,8 @@ }, "value": { "type": "StringLiteral", - "start": 2247, - "end": 2252, + "start": 2367, + "end": 2372, "loc": { "start": { "line": 121, @@ -16931,8 +16931,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 2233, - "end": 2236, + "start": 2353, + "end": 2356, "loc": { "start": { "line": 121, @@ -16949,8 +16949,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 6722, - "end": 6728, + "start": 7069, + "end": 7075, "loc": { "start": { "line": 348, @@ -16963,8 +16963,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6724, - "end": 6727, + "start": 7071, + "end": 7074, "loc": { "start": { "line": 348, @@ -16981,8 +16981,8 @@ "children": [ { "type": "JSXText", - "start": 2253, - "end": 2258, + "start": 2373, + "end": 2379, "loc": { "start": { "line": 121, @@ -16998,8 +16998,8 @@ }, { "type": "JSXElement", - "start": 2258, - "end": 2412, + "start": 2379, + "end": 2536, "loc": { "start": { "line": 122, @@ -17012,8 +17012,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2258, - "end": 2289, + "start": 2379, + "end": 2410, "loc": { "start": { "line": 122, @@ -17027,8 +17027,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 2266, - "end": 2288, + "start": 2387, + "end": 2409, "loc": { "start": { "line": 122, @@ -17041,8 +17041,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2266, - "end": 2275, + "start": 2387, + "end": 2396, "loc": { "start": { "line": 122, @@ -17057,8 +17057,8 @@ }, "value": { "type": "StringLiteral", - "start": 2276, - "end": 2288, + "start": 2397, + "end": 2409, "loc": { "start": { "line": 122, @@ -17076,8 +17076,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 2259, - "end": 2265, + "start": 2380, + "end": 2386, "loc": { "start": { "line": 122, @@ -17094,8 +17094,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2403, - "end": 2412, + "start": 2527, + "end": 2536, "loc": { "start": { "line": 125, @@ -17108,8 +17108,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2405, - "end": 2411, + "start": 2529, + "end": 2535, "loc": { "start": { "line": 125, @@ -17126,8 +17126,8 @@ "children": [ { "type": "JSXText", - "start": 2289, - "end": 2295, + "start": 2410, + "end": 2417, "loc": { "start": { "line": 122, @@ -17143,8 +17143,8 @@ }, { "type": "JSXElement", - "start": 2295, - "end": 2345, + "start": 2417, + "end": 2467, "loc": { "start": { "line": 123, @@ -17157,8 +17157,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2295, - "end": 2345, + "start": 2417, + "end": 2467, "loc": { "start": { "line": 123, @@ -17172,8 +17172,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 2300, - "end": 2310, + "start": 2422, + "end": 2432, "loc": { "start": { "line": 123, @@ -17186,8 +17186,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2300, - "end": 2303, + "start": 2422, + "end": 2425, "loc": { "start": { "line": 123, @@ -17202,8 +17202,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2304, - "end": 2310, + "start": 2426, + "end": 2432, "loc": { "start": { "line": 123, @@ -17216,8 +17216,8 @@ }, "expression": { "type": "Identifier", - "start": 2305, - "end": 2309, + "start": 2427, + "end": 2431, "loc": { "start": { "line": 123, @@ -17235,8 +17235,8 @@ }, { "type": "JSXAttribute", - "start": 2311, - "end": 2331, + "start": 2433, + "end": 2453, "loc": { "start": { "line": 123, @@ -17249,8 +17249,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2311, - "end": 2320, + "start": 2433, + "end": 2442, "loc": { "start": { "line": 123, @@ -17265,8 +17265,8 @@ }, "value": { "type": "StringLiteral", - "start": 2321, - "end": 2331, + "start": 2443, + "end": 2453, "loc": { "start": { "line": 123, @@ -17283,8 +17283,8 @@ }, { "type": "JSXAttribute", - "start": 2332, - "end": 2342, + "start": 2454, + "end": 2464, "loc": { "start": { "line": 123, @@ -17297,8 +17297,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2332, - "end": 2335, + "start": 2454, + "end": 2457, "loc": { "start": { "line": 123, @@ -17313,8 +17313,8 @@ }, "value": { "type": "StringLiteral", - "start": 2336, - "end": 2342, + "start": 2458, + "end": 2464, "loc": { "start": { "line": 123, @@ -17332,8 +17332,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 2296, - "end": 2299, + "start": 2418, + "end": 2421, "loc": { "start": { "line": 123, @@ -17353,8 +17353,8 @@ }, { "type": "JSXText", - "start": 2345, - "end": 2351, + "start": 2467, + "end": 2474, "loc": { "start": { "line": 123, @@ -17370,8 +17370,8 @@ }, { "type": "JSXElement", - "start": 2351, - "end": 2398, + "start": 2474, + "end": 2521, "loc": { "start": { "line": 124, @@ -17384,8 +17384,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2351, - "end": 2377, + "start": 2474, + "end": 2500, "loc": { "start": { "line": 124, @@ -17399,8 +17399,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 2355, - "end": 2376, + "start": 2478, + "end": 2499, "loc": { "start": { "line": 124, @@ -17413,8 +17413,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2355, - "end": 2364, + "start": 2478, + "end": 2487, "loc": { "start": { "line": 124, @@ -17429,8 +17429,8 @@ }, "value": { "type": "StringLiteral", - "start": 2365, - "end": 2376, + "start": 2488, + "end": 2499, "loc": { "start": { "line": 124, @@ -17448,8 +17448,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 2352, - "end": 2354, + "start": 2475, + "end": 2477, "loc": { "start": { "line": 124, @@ -17466,8 +17466,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2393, - "end": 2398, + "start": 2516, + "end": 2521, "loc": { "start": { "line": 124, @@ -17480,8 +17480,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2395, - "end": 2397, + "start": 2518, + "end": 2520, "loc": { "start": { "line": 124, @@ -17498,8 +17498,8 @@ "children": [ { "type": "JSXText", - "start": 2377, - "end": 2393, + "start": 2500, + "end": 2516, "loc": { "start": { "line": 124, @@ -17517,8 +17517,8 @@ }, { "type": "JSXText", - "start": 2398, - "end": 2403, + "start": 2521, + "end": 2527, "loc": { "start": { "line": 124, @@ -17536,8 +17536,8 @@ }, { "type": "JSXText", - "start": 2412, - "end": 2419, + "start": 2536, + "end": 2546, "loc": { "start": { "line": 125, @@ -17553,8 +17553,8 @@ }, { "type": "JSXElement", - "start": 2419, - "end": 2585, + "start": 2546, + "end": 2718, "loc": { "start": { "line": 128, @@ -17567,8 +17567,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2419, - "end": 2424, + "start": 2546, + "end": 2551, "loc": { "start": { "line": 128, @@ -17582,8 +17582,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 2420, - "end": 2423, + "start": 2547, + "end": 2550, "loc": { "start": { "line": 128, @@ -17600,8 +17600,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2579, - "end": 2585, + "start": 2712, + "end": 2718, "loc": { "start": { "line": 134, @@ -17614,8 +17614,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2581, - "end": 2584, + "start": 2714, + "end": 2717, "loc": { "start": { "line": 134, @@ -17632,8 +17632,8 @@ "children": [ { "type": "JSXText", - "start": 2424, - "end": 2430, + "start": 2551, + "end": 2558, "loc": { "start": { "line": 128, @@ -17649,8 +17649,8 @@ }, { "type": "JSXElement", - "start": 2430, - "end": 2473, + "start": 2558, + "end": 2601, "loc": { "start": { "line": 129, @@ -17663,8 +17663,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2430, - "end": 2434, + "start": 2558, + "end": 2562, "loc": { "start": { "line": 129, @@ -17678,8 +17678,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 2431, - "end": 2433, + "start": 2559, + "end": 2561, "loc": { "start": { "line": 129, @@ -17696,8 +17696,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2468, - "end": 2473, + "start": 2596, + "end": 2601, "loc": { "start": { "line": 129, @@ -17710,8 +17710,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2470, - "end": 2472, + "start": 2598, + "end": 2600, "loc": { "start": { "line": 129, @@ -17728,8 +17728,8 @@ "children": [ { "type": "JSXText", - "start": 2434, - "end": 2468, + "start": 2562, + "end": 2596, "loc": { "start": { "line": 129, @@ -17747,8 +17747,8 @@ }, { "type": "JSXText", - "start": 2473, - "end": 2479, + "start": 2601, + "end": 2608, "loc": { "start": { "line": 129, @@ -17764,8 +17764,8 @@ }, { "type": "JSXElement", - "start": 2479, - "end": 2574, + "start": 2608, + "end": 2706, "loc": { "start": { "line": 130, @@ -17778,8 +17778,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2479, - "end": 2574, + "start": 2608, + "end": 2706, "loc": { "start": { "line": 130, @@ -17793,8 +17793,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 2498, - "end": 2525, + "start": 2628, + "end": 2655, "loc": { "start": { "line": 131, @@ -17807,8 +17807,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2498, - "end": 2510, + "start": 2628, + "end": 2640, "loc": { "start": { "line": 131, @@ -17823,8 +17823,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2511, - "end": 2525, + "start": 2641, + "end": 2655, "loc": { "start": { "line": 131, @@ -17837,8 +17837,8 @@ }, "expression": { "type": "Identifier", - "start": 2512, - "end": 2524, + "start": 2642, + "end": 2654, "loc": { "start": { "line": 131, @@ -17856,8 +17856,8 @@ }, { "type": "JSXAttribute", - "start": 2532, - "end": 2566, + "start": 2663, + "end": 2697, "loc": { "start": { "line": 132, @@ -17870,8 +17870,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2532, - "end": 2538, + "start": 2663, + "end": 2669, "loc": { "start": { "line": 132, @@ -17886,8 +17886,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2539, - "end": 2566, + "start": 2670, + "end": 2697, "loc": { "start": { "line": 132, @@ -17900,8 +17900,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 2540, - "end": 2565, + "start": 2671, + "end": 2696, "loc": { "start": { "line": 132, @@ -17919,8 +17919,8 @@ "params": [ { "type": "Identifier", - "start": 2541, - "end": 2543, + "start": 2672, + "end": 2674, "loc": { "start": { "line": 132, @@ -17937,8 +17937,8 @@ ], "body": { "type": "BlockStatement", - "start": 2548, - "end": 2565, + "start": 2679, + "end": 2696, "loc": { "start": { "line": 132, @@ -17952,8 +17952,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2549, - "end": 2564, + "start": 2680, + "end": 2695, "loc": { "start": { "line": 132, @@ -17966,8 +17966,8 @@ }, "expression": { "type": "CallExpression", - "start": 2549, - "end": 2564, + "start": 2680, + "end": 2695, "loc": { "start": { "line": 132, @@ -17980,8 +17980,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2549, - "end": 2560, + "start": 2680, + "end": 2691, "loc": { "start": { "line": 132, @@ -17994,8 +17994,8 @@ }, "object": { "type": "Identifier", - "start": 2549, - "end": 2556, + "start": 2680, + "end": 2687, "loc": { "start": { "line": 132, @@ -18011,8 +18011,8 @@ }, "property": { "type": "Identifier", - "start": 2557, - "end": 2560, + "start": 2688, + "end": 2691, "loc": { "start": { "line": 132, @@ -18031,8 +18031,8 @@ "arguments": [ { "type": "Identifier", - "start": 2561, - "end": 2563, + "start": 2692, + "end": 2694, "loc": { "start": { "line": 132, @@ -18058,8 +18058,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 2480, - "end": 2491, + "start": 2609, + "end": 2620, "loc": { "start": { "line": 130, @@ -18079,8 +18079,8 @@ }, { "type": "JSXText", - "start": 2574, - "end": 2579, + "start": 2706, + "end": 2712, "loc": { "start": { "line": 133, @@ -18098,8 +18098,8 @@ }, { "type": "JSXText", - "start": 2585, - "end": 2591, + "start": 2718, + "end": 2726, "loc": { "start": { "line": 134, @@ -18115,8 +18115,8 @@ }, { "type": "JSXElement", - "start": 2591, - "end": 2810, + "start": 2726, + "end": 2955, "loc": { "start": { "line": 136, @@ -18129,8 +18129,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2591, - "end": 2596, + "start": 2726, + "end": 2731, "loc": { "start": { "line": 136, @@ -18144,8 +18144,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 2592, - "end": 2595, + "start": 2727, + "end": 2730, "loc": { "start": { "line": 136, @@ -18162,8 +18162,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2804, - "end": 2810, + "start": 2949, + "end": 2955, "loc": { "start": { "line": 146, @@ -18176,8 +18176,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2806, - "end": 2809, + "start": 2951, + "end": 2954, "loc": { "start": { "line": 146, @@ -18194,8 +18194,8 @@ "children": [ { "type": "JSXText", - "start": 2596, - "end": 2602, + "start": 2731, + "end": 2738, "loc": { "start": { "line": 136, @@ -18211,8 +18211,8 @@ }, { "type": "JSXElement", - "start": 2602, - "end": 2631, + "start": 2738, + "end": 2767, "loc": { "start": { "line": 137, @@ -18225,8 +18225,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2602, - "end": 2606, + "start": 2738, + "end": 2742, "loc": { "start": { "line": 137, @@ -18240,8 +18240,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 2603, - "end": 2605, + "start": 2739, + "end": 2741, "loc": { "start": { "line": 137, @@ -18258,8 +18258,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2626, - "end": 2631, + "start": 2762, + "end": 2767, "loc": { "start": { "line": 137, @@ -18272,8 +18272,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2628, - "end": 2630, + "start": 2764, + "end": 2766, "loc": { "start": { "line": 137, @@ -18290,8 +18290,8 @@ "children": [ { "type": "JSXText", - "start": 2606, - "end": 2626, + "start": 2742, + "end": 2762, "loc": { "start": { "line": 137, @@ -18309,8 +18309,8 @@ }, { "type": "JSXText", - "start": 2631, - "end": 2637, + "start": 2767, + "end": 2774, "loc": { "start": { "line": 137, @@ -18326,8 +18326,8 @@ }, { "type": "JSXExpressionContainer", - "start": 2637, - "end": 2799, + "start": 2774, + "end": 2943, "loc": { "start": { "line": 138, @@ -18340,8 +18340,8 @@ }, "expression": { "type": "CallExpression", - "start": 2638, - "end": 2798, + "start": 2775, + "end": 2942, "loc": { "start": { "line": 138, @@ -18354,8 +18354,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2638, - "end": 2668, + "start": 2775, + "end": 2805, "loc": { "start": { "line": 138, @@ -18368,8 +18368,8 @@ }, "object": { "type": "CallExpression", - "start": 2638, - "end": 2664, + "start": 2775, + "end": 2801, "loc": { "start": { "line": 138, @@ -18382,8 +18382,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2638, - "end": 2648, + "start": 2775, + "end": 2785, "loc": { "start": { "line": 138, @@ -18396,8 +18396,8 @@ }, "object": { "type": "Identifier", - "start": 2638, - "end": 2643, + "start": 2775, + "end": 2780, "loc": { "start": { "line": 138, @@ -18413,8 +18413,8 @@ }, "property": { "type": "Identifier", - "start": 2644, - "end": 2648, + "start": 2781, + "end": 2785, "loc": { "start": { "line": 138, @@ -18433,8 +18433,8 @@ "arguments": [ { "type": "Identifier", - "start": 2649, - "end": 2663, + "start": 2786, + "end": 2800, "loc": { "start": { "line": 138, @@ -18452,8 +18452,8 @@ }, "property": { "type": "Identifier", - "start": 2665, - "end": 2668, + "start": 2802, + "end": 2805, "loc": { "start": { "line": 138, @@ -18472,8 +18472,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 2669, - "end": 2797, + "start": 2806, + "end": 2941, "loc": { "start": { "line": 138, @@ -18491,8 +18491,8 @@ "params": [ { "type": "Identifier", - "start": 2670, - "end": 2675, + "start": 2807, + "end": 2812, "loc": { "start": { "line": 138, @@ -18508,8 +18508,8 @@ }, { "type": "Identifier", - "start": 2676, - "end": 2677, + "start": 2813, + "end": 2814, "loc": { "start": { "line": 138, @@ -18526,8 +18526,8 @@ ], "body": { "type": "BlockStatement", - "start": 2682, - "end": 2797, + "start": 2819, + "end": 2941, "loc": { "start": { "line": 138, @@ -18541,8 +18541,8 @@ "body": [ { "type": "ReturnStatement", - "start": 2690, - "end": 2790, + "start": 2828, + "end": 2933, "loc": { "start": { "line": 139, @@ -18555,8 +18555,8 @@ }, "argument": { "type": "CallExpression", - "start": 2697, - "end": 2789, + "start": 2835, + "end": 2932, "loc": { "start": { "line": 139, @@ -18569,8 +18569,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2697, - "end": 2716, + "start": 2835, + "end": 2854, "loc": { "start": { "line": 139, @@ -18583,8 +18583,8 @@ }, "object": { "type": "Identifier", - "start": 2697, - "end": 2702, + "start": 2835, + "end": 2840, "loc": { "start": { "line": 139, @@ -18600,8 +18600,8 @@ }, "property": { "type": "Identifier", - "start": 2703, - "end": 2716, + "start": 2841, + "end": 2854, "loc": { "start": { "line": 139, @@ -18620,8 +18620,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 2725, - "end": 2739, + "start": 2864, + "end": 2878, "loc": { "start": { "line": 140, @@ -18634,8 +18634,8 @@ }, "object": { "type": "Identifier", - "start": 2725, - "end": 2730, + "start": 2864, + "end": 2869, "loc": { "start": { "line": 140, @@ -18651,8 +18651,8 @@ }, "property": { "type": "Identifier", - "start": 2731, - "end": 2739, + "start": 2870, + "end": 2878, "loc": { "start": { "line": 140, @@ -18670,8 +18670,8 @@ }, { "type": "ObjectExpression", - "start": 2741, - "end": 2767, + "start": 2880, + "end": 2908, "loc": { "start": { "line": 140, @@ -18685,8 +18685,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 2751, - "end": 2757, + "start": 2891, + "end": 2897, "loc": { "start": { "line": 141, @@ -18702,8 +18702,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2751, - "end": 2754, + "start": 2891, + "end": 2894, "loc": { "start": { "line": 141, @@ -18719,8 +18719,8 @@ }, "value": { "type": "Identifier", - "start": 2756, - "end": 2757, + "start": 2896, + "end": 2897, "loc": { "start": { "line": 141, @@ -18739,8 +18739,8 @@ }, { "type": "Identifier", - "start": 2776, - "end": 2781, + "start": 2918, + "end": 2923, "loc": { "start": { "line": 143, @@ -18766,8 +18766,8 @@ }, { "type": "JSXText", - "start": 2799, - "end": 2804, + "start": 2943, + "end": 2949, "loc": { "start": { "line": 145, @@ -18785,8 +18785,8 @@ }, { "type": "JSXText", - "start": 2810, - "end": 2816, + "start": 2955, + "end": 2963, "loc": { "start": { "line": 146, @@ -18802,8 +18802,8 @@ }, { "type": "JSXElement", - "start": 2816, - "end": 3473, + "start": 2963, + "end": 3652, "loc": { "start": { "line": 148, @@ -18816,8 +18816,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2816, - "end": 2821, + "start": 2963, + "end": 2968, "loc": { "start": { "line": 148, @@ -18831,8 +18831,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 2817, - "end": 2820, + "start": 2964, + "end": 2967, "loc": { "start": { "line": 148, @@ -18849,8 +18849,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 3467, - "end": 3473, + "start": 3646, + "end": 3652, "loc": { "start": { "line": 180, @@ -18863,8 +18863,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3469, - "end": 3472, + "start": 3648, + "end": 3651, "loc": { "start": { "line": 180, @@ -18881,8 +18881,8 @@ "children": [ { "type": "JSXText", - "start": 2821, - "end": 2827, + "start": 2968, + "end": 2975, "loc": { "start": { "line": 148, @@ -18898,8 +18898,8 @@ }, { "type": "JSXElement", - "start": 2827, - "end": 2848, + "start": 2975, + "end": 2996, "loc": { "start": { "line": 149, @@ -18912,8 +18912,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2827, - "end": 2831, + "start": 2975, + "end": 2979, "loc": { "start": { "line": 149, @@ -18927,8 +18927,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 2828, - "end": 2830, + "start": 2976, + "end": 2978, "loc": { "start": { "line": 149, @@ -18945,8 +18945,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2843, - "end": 2848, + "start": 2991, + "end": 2996, "loc": { "start": { "line": 149, @@ -18959,8 +18959,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2845, - "end": 2847, + "start": 2993, + "end": 2995, "loc": { "start": { "line": 149, @@ -18977,8 +18977,8 @@ "children": [ { "type": "JSXText", - "start": 2831, - "end": 2843, + "start": 2979, + "end": 2991, "loc": { "start": { "line": 149, @@ -18996,8 +18996,8 @@ }, { "type": "JSXText", - "start": 2848, - "end": 2854, + "start": 2996, + "end": 3003, "loc": { "start": { "line": 149, @@ -19013,8 +19013,8 @@ }, { "type": "JSXElement", - "start": 2854, - "end": 3462, + "start": 3003, + "end": 3640, "loc": { "start": { "line": 150, @@ -19027,8 +19027,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2854, - "end": 3462, + "start": 3003, + "end": 3640, "loc": { "start": { "line": 150, @@ -19042,8 +19042,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 2877, - "end": 2891, + "start": 3027, + "end": 3041, "loc": { "start": { "line": 151, @@ -19056,8 +19056,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2877, - "end": 2879, + "start": 3027, + "end": 3029, "loc": { "start": { "line": 151, @@ -19072,8 +19072,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2880, - "end": 2891, + "start": 3030, + "end": 3041, "loc": { "start": { "line": 151, @@ -19086,8 +19086,8 @@ }, "expression": { "type": "StringLiteral", - "start": 2881, - "end": 2890, + "start": 3031, + "end": 3040, "loc": { "start": { "line": 151, @@ -19108,8 +19108,8 @@ }, { "type": "JSXAttribute", - "start": 2898, - "end": 2919, + "start": 3049, + "end": 3070, "loc": { "start": { "line": 152, @@ -19122,8 +19122,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2898, - "end": 2903, + "start": 3049, + "end": 3054, "loc": { "start": { "line": 152, @@ -19138,8 +19138,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2904, - "end": 2919, + "start": 3055, + "end": 3070, "loc": { "start": { "line": 152, @@ -19152,8 +19152,8 @@ }, "expression": { "type": "StringLiteral", - "start": 2905, - "end": 2918, + "start": 3056, + "end": 3069, "loc": { "start": { "line": 152, @@ -19174,8 +19174,8 @@ }, { "type": "JSXAttribute", - "start": 2926, - "end": 2950, + "start": 3078, + "end": 3102, "loc": { "start": { "line": 153, @@ -19188,8 +19188,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2926, - "end": 2940, + "start": 3078, + "end": 3092, "loc": { "start": { "line": 153, @@ -19204,8 +19204,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2941, - "end": 2950, + "start": 3093, + "end": 3102, "loc": { "start": { "line": 153, @@ -19218,8 +19218,8 @@ }, "expression": { "type": "StringLiteral", - "start": 2942, - "end": 2949, + "start": 3094, + "end": 3101, "loc": { "start": { "line": 153, @@ -19240,8 +19240,8 @@ }, { "type": "JSXAttribute", - "start": 2957, - "end": 3032, + "start": 3110, + "end": 3187, "loc": { "start": { "line": 154, @@ -19254,8 +19254,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2957, - "end": 2970, + "start": 3110, + "end": 3123, "loc": { "start": { "line": 154, @@ -19270,8 +19270,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2971, - "end": 3032, + "start": 3124, + "end": 3187, "loc": { "start": { "line": 154, @@ -19284,8 +19284,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 2972, - "end": 3030, + "start": 3125, + "end": 3185, "loc": { "start": { "line": 154, @@ -19303,8 +19303,8 @@ "params": [ { "type": "Identifier", - "start": 2973, - "end": 2981, + "start": 3126, + "end": 3134, "loc": { "start": { "line": 154, @@ -19321,8 +19321,8 @@ ], "body": { "type": "BlockStatement", - "start": 2986, - "end": 3030, + "start": 3139, + "end": 3185, "loc": { "start": { "line": 154, @@ -19336,8 +19336,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2995, - "end": 3022, + "start": 3149, + "end": 3176, "loc": { "start": { "line": 155, @@ -19350,8 +19350,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2995, - "end": 3021, + "start": 3149, + "end": 3175, "loc": { "start": { "line": 155, @@ -19365,8 +19365,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 2995, - "end": 3010, + "start": 3149, + "end": 3164, "loc": { "start": { "line": 155, @@ -19382,8 +19382,8 @@ }, "right": { "type": "Identifier", - "start": 3013, - "end": 3021, + "start": 3167, + "end": 3175, "loc": { "start": { "line": 155, @@ -19407,8 +19407,8 @@ }, { "type": "JSXAttribute", - "start": 3039, - "end": 3284, + "start": 3195, + "end": 3453, "loc": { "start": { "line": 157, @@ -19421,8 +19421,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3039, - "end": 3049, + "start": 3195, + "end": 3205, "loc": { "start": { "line": 157, @@ -19437,8 +19437,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3050, - "end": 3284, + "start": 3206, + "end": 3453, "loc": { "start": { "line": 157, @@ -19451,8 +19451,8 @@ }, "expression": { "type": "ArrayExpression", - "start": 3051, - "end": 3283, + "start": 3207, + "end": 3452, "loc": { "start": { "line": 157, @@ -19466,8 +19466,8 @@ "elements": [ { "type": "ObjectExpression", - "start": 3060, - "end": 3124, + "start": 3217, + "end": 3284, "loc": { "start": { "line": 158, @@ -19481,8 +19481,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3070, - "end": 3088, + "start": 3228, + "end": 3246, "loc": { "start": { "line": 159, @@ -19498,8 +19498,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3070, - "end": 3075, + "start": 3228, + "end": 3233, "loc": { "start": { "line": 159, @@ -19515,8 +19515,8 @@ }, "value": { "type": "StringLiteral", - "start": 3077, - "end": 3088, + "start": 3235, + "end": 3246, "loc": { "start": { "line": 159, @@ -19536,8 +19536,8 @@ }, { "type": "ObjectProperty", - "start": 3098, - "end": 3115, + "start": 3257, + "end": 3274, "loc": { "start": { "line": 160, @@ -19553,8 +19553,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3098, - "end": 3103, + "start": 3257, + "end": 3262, "loc": { "start": { "line": 160, @@ -19570,8 +19570,8 @@ }, "value": { "type": "StringLiteral", - "start": 3105, - "end": 3115, + "start": 3264, + "end": 3274, "loc": { "start": { "line": 160, @@ -19593,8 +19593,8 @@ }, { "type": "ObjectExpression", - "start": 3133, - "end": 3197, + "start": 3294, + "end": 3361, "loc": { "start": { "line": 162, @@ -19608,8 +19608,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3143, - "end": 3161, + "start": 3305, + "end": 3323, "loc": { "start": { "line": 163, @@ -19625,8 +19625,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3143, - "end": 3148, + "start": 3305, + "end": 3310, "loc": { "start": { "line": 163, @@ -19642,8 +19642,8 @@ }, "value": { "type": "StringLiteral", - "start": 3150, - "end": 3161, + "start": 3312, + "end": 3323, "loc": { "start": { "line": 163, @@ -19663,8 +19663,8 @@ }, { "type": "ObjectProperty", - "start": 3171, - "end": 3188, + "start": 3334, + "end": 3351, "loc": { "start": { "line": 164, @@ -19680,8 +19680,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3171, - "end": 3176, + "start": 3334, + "end": 3339, "loc": { "start": { "line": 164, @@ -19697,8 +19697,8 @@ }, "value": { "type": "StringLiteral", - "start": 3178, - "end": 3188, + "start": 3341, + "end": 3351, "loc": { "start": { "line": 164, @@ -19720,8 +19720,8 @@ }, { "type": "ObjectExpression", - "start": 3206, - "end": 3274, + "start": 3371, + "end": 3442, "loc": { "start": { "line": 166, @@ -19735,8 +19735,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3216, - "end": 3236, + "start": 3382, + "end": 3402, "loc": { "start": { "line": 167, @@ -19752,8 +19752,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3216, - "end": 3221, + "start": 3382, + "end": 3387, "loc": { "start": { "line": 167, @@ -19769,8 +19769,8 @@ }, "value": { "type": "StringLiteral", - "start": 3223, - "end": 3236, + "start": 3389, + "end": 3402, "loc": { "start": { "line": 167, @@ -19790,8 +19790,8 @@ }, { "type": "ObjectProperty", - "start": 3246, - "end": 3265, + "start": 3413, + "end": 3432, "loc": { "start": { "line": 168, @@ -19807,8 +19807,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3246, - "end": 3251, + "start": 3413, + "end": 3418, "loc": { "start": { "line": 168, @@ -19824,8 +19824,8 @@ }, "value": { "type": "StringLiteral", - "start": 3253, - "end": 3265, + "start": 3420, + "end": 3432, "loc": { "start": { "line": 168, @@ -19851,8 +19851,8 @@ }, { "type": "JSXAttribute", - "start": 3291, - "end": 3404, + "start": 3461, + "end": 3579, "loc": { "start": { "line": 171, @@ -19865,8 +19865,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3291, - "end": 3305, + "start": 3461, + "end": 3475, "loc": { "start": { "line": 171, @@ -19881,8 +19881,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3306, - "end": 3404, + "start": 3476, + "end": 3579, "loc": { "start": { "line": 171, @@ -19895,8 +19895,8 @@ }, "expression": { "type": "ArrayExpression", - "start": 3307, - "end": 3403, + "start": 3477, + "end": 3578, "loc": { "start": { "line": 171, @@ -19910,8 +19910,8 @@ "elements": [ { "type": "ObjectExpression", - "start": 3316, - "end": 3395, + "start": 3487, + "end": 3569, "loc": { "start": { "line": 172, @@ -19925,8 +19925,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3326, - "end": 3350, + "start": 3498, + "end": 3522, "loc": { "start": { "line": 173, @@ -19942,8 +19942,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3326, - "end": 3331, + "start": 3498, + "end": 3503, "loc": { "start": { "line": 173, @@ -19959,8 +19959,8 @@ }, "value": { "type": "StringLiteral", - "start": 3333, - "end": 3350, + "start": 3505, + "end": 3522, "loc": { "start": { "line": 173, @@ -19980,8 +19980,8 @@ }, { "type": "ObjectProperty", - "start": 3360, - "end": 3386, + "start": 3533, + "end": 3559, "loc": { "start": { "line": 174, @@ -19997,8 +19997,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3360, - "end": 3365, + "start": 3533, + "end": 3538, "loc": { "start": { "line": 174, @@ -20014,8 +20014,8 @@ }, "value": { "type": "StringLiteral", - "start": 3367, - "end": 3386, + "start": 3540, + "end": 3559, "loc": { "start": { "line": 174, @@ -20041,8 +20041,8 @@ }, { "type": "JSXAttribute", - "start": 3411, - "end": 3424, + "start": 3587, + "end": 3600, "loc": { "start": { "line": 177, @@ -20055,8 +20055,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3411, - "end": 3417, + "start": 3587, + "end": 3593, "loc": { "start": { "line": 177, @@ -20071,8 +20071,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3418, - "end": 3424, + "start": 3594, + "end": 3600, "loc": { "start": { "line": 177, @@ -20085,8 +20085,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 3419, - "end": 3423, + "start": 3595, + "end": 3599, "loc": { "start": { "line": 177, @@ -20103,8 +20103,8 @@ }, { "type": "JSXAttribute", - "start": 3431, - "end": 3454, + "start": 3608, + "end": 3631, "loc": { "start": { "line": 178, @@ -20117,8 +20117,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3431, - "end": 3436, + "start": 3608, + "end": 3613, "loc": { "start": { "line": 178, @@ -20133,8 +20133,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3437, - "end": 3454, + "start": 3614, + "end": 3631, "loc": { "start": { "line": 178, @@ -20147,8 +20147,8 @@ }, "expression": { "type": "Identifier", - "start": 3438, - "end": 3453, + "start": 3615, + "end": 3630, "loc": { "start": { "line": 178, @@ -20167,8 +20167,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 2855, - "end": 2870, + "start": 3004, + "end": 3019, "loc": { "start": { "line": 150, @@ -20188,8 +20188,8 @@ }, { "type": "JSXText", - "start": 3462, - "end": 3467, + "start": 3640, + "end": 3646, "loc": { "start": { "line": 179, @@ -20207,8 +20207,8 @@ }, { "type": "JSXText", - "start": 3473, - "end": 3479, + "start": 3652, + "end": 3660, "loc": { "start": { "line": 180, @@ -20224,8 +20224,8 @@ }, { "type": "JSXElement", - "start": 3479, - "end": 5268, + "start": 3660, + "end": 5529, "loc": { "start": { "line": 182, @@ -20238,8 +20238,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3479, - "end": 3484, + "start": 3660, + "end": 3665, "loc": { "start": { "line": 182, @@ -20253,8 +20253,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 3480, - "end": 3483, + "start": 3661, + "end": 3664, "loc": { "start": { "line": 182, @@ -20271,8 +20271,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 5262, - "end": 5268, + "start": 5523, + "end": 5529, "loc": { "start": { "line": 262, @@ -20285,8 +20285,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5264, - "end": 5267, + "start": 5525, + "end": 5528, "loc": { "start": { "line": 262, @@ -20303,8 +20303,8 @@ "children": [ { "type": "JSXText", - "start": 3484, - "end": 3490, + "start": 3665, + "end": 3672, "loc": { "start": { "line": 182, @@ -20320,8 +20320,8 @@ }, { "type": "JSXElement", - "start": 3490, - "end": 3505, + "start": 3672, + "end": 3687, "loc": { "start": { "line": 183, @@ -20334,8 +20334,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3490, - "end": 3494, + "start": 3672, + "end": 3676, "loc": { "start": { "line": 183, @@ -20349,8 +20349,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 3491, - "end": 3493, + "start": 3673, + "end": 3675, "loc": { "start": { "line": 183, @@ -20367,8 +20367,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 3500, - "end": 3505, + "start": 3682, + "end": 3687, "loc": { "start": { "line": 183, @@ -20381,8 +20381,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3502, - "end": 3504, + "start": 3684, + "end": 3686, "loc": { "start": { "line": 183, @@ -20399,8 +20399,8 @@ "children": [ { "type": "JSXText", - "start": 3494, - "end": 3500, + "start": 3676, + "end": 3682, "loc": { "start": { "line": 183, @@ -20418,8 +20418,8 @@ }, { "type": "JSXText", - "start": 3505, - "end": 3511, + "start": 3687, + "end": 3694, "loc": { "start": { "line": 183, @@ -20435,8 +20435,8 @@ }, { "type": "JSXElement", - "start": 3511, - "end": 3734, + "start": 3694, + "end": 3926, "loc": { "start": { "line": 184, @@ -20449,8 +20449,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3511, - "end": 3734, + "start": 3694, + "end": 3926, "loc": { "start": { "line": 184, @@ -20464,8 +20464,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 3529, - "end": 3546, + "start": 3713, + "end": 3730, "loc": { "start": { "line": 185, @@ -20478,8 +20478,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3529, - "end": 3531, + "start": 3713, + "end": 3715, "loc": { "start": { "line": 185, @@ -20494,8 +20494,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3532, - "end": 3546, + "start": 3716, + "end": 3730, "loc": { "start": { "line": 185, @@ -20508,8 +20508,8 @@ }, "expression": { "type": "StringLiteral", - "start": 3533, - "end": 3545, + "start": 3717, + "end": 3729, "loc": { "start": { "line": 185, @@ -20530,8 +20530,8 @@ }, { "type": "JSXAttribute", - "start": 3553, - "end": 3582, + "start": 3738, + "end": 3767, "loc": { "start": { "line": 186, @@ -20544,8 +20544,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3553, - "end": 3558, + "start": 3738, + "end": 3743, "loc": { "start": { "line": 186, @@ -20560,8 +20560,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3559, - "end": 3582, + "start": 3744, + "end": 3767, "loc": { "start": { "line": 186, @@ -20574,8 +20574,8 @@ }, "expression": { "type": "StringLiteral", - "start": 3560, - "end": 3581, + "start": 3745, + "end": 3766, "loc": { "start": { "line": 186, @@ -20596,8 +20596,8 @@ }, { "type": "JSXAttribute", - "start": 3589, - "end": 3603, + "start": 3775, + "end": 3789, "loc": { "start": { "line": 187, @@ -20610,8 +20610,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3589, - "end": 3593, + "start": 3775, + "end": 3779, "loc": { "start": { "line": 187, @@ -20626,8 +20626,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3594, - "end": 3603, + "start": 3780, + "end": 3789, "loc": { "start": { "line": 187, @@ -20640,8 +20640,8 @@ }, "expression": { "type": "StringLiteral", - "start": 3595, - "end": 3602, + "start": 3781, + "end": 3788, "loc": { "start": { "line": 187, @@ -20662,8 +20662,8 @@ }, { "type": "JSXAttribute", - "start": 3610, - "end": 3627, + "start": 3797, + "end": 3814, "loc": { "start": { "line": 188, @@ -20676,8 +20676,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3610, - "end": 3620, + "start": 3797, + "end": 3807, "loc": { "start": { "line": 188, @@ -20692,8 +20692,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3621, - "end": 3627, + "start": 3808, + "end": 3814, "loc": { "start": { "line": 188, @@ -20706,8 +20706,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 3622, - "end": 3626, + "start": 3809, + "end": 3813, "loc": { "start": { "line": 188, @@ -20724,8 +20724,8 @@ }, { "type": "JSXAttribute", - "start": 3634, - "end": 3652, + "start": 3822, + "end": 3840, "loc": { "start": { "line": 189, @@ -20738,8 +20738,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3634, - "end": 3639, + "start": 3822, + "end": 3827, "loc": { "start": { "line": 189, @@ -20754,8 +20754,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3640, - "end": 3652, + "start": 3828, + "end": 3840, "loc": { "start": { "line": 189, @@ -20768,8 +20768,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3641, - "end": 3651, + "start": 3829, + "end": 3839, "loc": { "start": { "line": 189, @@ -20782,8 +20782,8 @@ }, "object": { "type": "Identifier", - "start": 3641, - "end": 3647, + "start": 3829, + "end": 3835, "loc": { "start": { "line": 189, @@ -20799,8 +20799,8 @@ }, "property": { "type": "Identifier", - "start": 3648, - "end": 3651, + "start": 3836, + "end": 3839, "loc": { "start": { "line": 189, @@ -20820,8 +20820,8 @@ }, { "type": "JSXAttribute", - "start": 3659, - "end": 3726, + "start": 3848, + "end": 3917, "loc": { "start": { "line": 190, @@ -20834,8 +20834,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3659, - "end": 3672, + "start": 3848, + "end": 3861, "loc": { "start": { "line": 190, @@ -20850,8 +20850,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3673, - "end": 3726, + "start": 3862, + "end": 3917, "loc": { "start": { "line": 190, @@ -20864,8 +20864,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 3674, - "end": 3725, + "start": 3863, + "end": 3916, "loc": { "start": { "line": 190, @@ -20883,8 +20883,8 @@ "params": [ { "type": "Identifier", - "start": 3675, - "end": 3683, + "start": 3864, + "end": 3872, "loc": { "start": { "line": 190, @@ -20901,8 +20901,8 @@ ], "body": { "type": "BlockStatement", - "start": 3688, - "end": 3725, + "start": 3877, + "end": 3916, "loc": { "start": { "line": 190, @@ -20916,8 +20916,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 3697, - "end": 3717, + "start": 3887, + "end": 3907, "loc": { "start": { "line": 191, @@ -20930,8 +20930,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 3697, - "end": 3716, + "start": 3887, + "end": 3906, "loc": { "start": { "line": 191, @@ -20945,8 +20945,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 3697, - "end": 3707, + "start": 3887, + "end": 3897, "loc": { "start": { "line": 191, @@ -20959,8 +20959,8 @@ }, "object": { "type": "Identifier", - "start": 3697, - "end": 3703, + "start": 3887, + "end": 3893, "loc": { "start": { "line": 191, @@ -20976,8 +20976,8 @@ }, "property": { "type": "Identifier", - "start": 3704, - "end": 3707, + "start": 3894, + "end": 3897, "loc": { "start": { "line": 191, @@ -20995,8 +20995,8 @@ }, "right": { "type": "Identifier", - "start": 3708, - "end": 3716, + "start": 3898, + "end": 3906, "loc": { "start": { "line": 191, @@ -21021,8 +21021,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 3512, - "end": 3522, + "start": 3695, + "end": 3705, "loc": { "start": { "line": 184, @@ -21042,8 +21042,8 @@ }, { "type": "JSXText", - "start": 3734, - "end": 3741, + "start": 3926, + "end": 3935, "loc": { "start": { "line": 193, @@ -21059,8 +21059,8 @@ }, { "type": "JSXElement", - "start": 3741, - "end": 3968, + "start": 3935, + "end": 4171, "loc": { "start": { "line": 195, @@ -21073,8 +21073,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3741, - "end": 3968, + "start": 3935, + "end": 4171, "loc": { "start": { "line": 195, @@ -21088,8 +21088,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 3759, - "end": 3776, + "start": 3954, + "end": 3971, "loc": { "start": { "line": 196, @@ -21102,8 +21102,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3759, - "end": 3761, + "start": 3954, + "end": 3956, "loc": { "start": { "line": 196, @@ -21118,8 +21118,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3762, - "end": 3776, + "start": 3957, + "end": 3971, "loc": { "start": { "line": 196, @@ -21132,8 +21132,8 @@ }, "expression": { "type": "StringLiteral", - "start": 3763, - "end": 3775, + "start": 3958, + "end": 3970, "loc": { "start": { "line": 196, @@ -21154,8 +21154,8 @@ }, { "type": "JSXAttribute", - "start": 3783, - "end": 3816, + "start": 3979, + "end": 4012, "loc": { "start": { "line": 197, @@ -21168,8 +21168,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3783, - "end": 3788, + "start": 3979, + "end": 3984, "loc": { "start": { "line": 197, @@ -21184,8 +21184,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3789, - "end": 3816, + "start": 3985, + "end": 4012, "loc": { "start": { "line": 197, @@ -21198,8 +21198,8 @@ }, "expression": { "type": "StringLiteral", - "start": 3790, - "end": 3815, + "start": 3986, + "end": 4011, "loc": { "start": { "line": 197, @@ -21220,8 +21220,8 @@ }, { "type": "JSXAttribute", - "start": 3823, - "end": 3837, + "start": 4020, + "end": 4034, "loc": { "start": { "line": 198, @@ -21234,8 +21234,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3823, - "end": 3827, + "start": 4020, + "end": 4024, "loc": { "start": { "line": 198, @@ -21250,8 +21250,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3828, - "end": 3837, + "start": 4025, + "end": 4034, "loc": { "start": { "line": 198, @@ -21264,8 +21264,8 @@ }, "expression": { "type": "StringLiteral", - "start": 3829, - "end": 3836, + "start": 4026, + "end": 4033, "loc": { "start": { "line": 198, @@ -21286,8 +21286,8 @@ }, { "type": "JSXAttribute", - "start": 3844, - "end": 3861, + "start": 4042, + "end": 4059, "loc": { "start": { "line": 199, @@ -21300,8 +21300,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3844, - "end": 3854, + "start": 4042, + "end": 4052, "loc": { "start": { "line": 199, @@ -21316,8 +21316,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3855, - "end": 3861, + "start": 4053, + "end": 4059, "loc": { "start": { "line": 199, @@ -21330,8 +21330,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 3856, - "end": 3860, + "start": 4054, + "end": 4058, "loc": { "start": { "line": 199, @@ -21348,8 +21348,8 @@ }, { "type": "JSXAttribute", - "start": 3868, - "end": 3886, + "start": 4067, + "end": 4085, "loc": { "start": { "line": 200, @@ -21362,8 +21362,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3868, - "end": 3873, + "start": 4067, + "end": 4072, "loc": { "start": { "line": 200, @@ -21378,8 +21378,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3874, - "end": 3886, + "start": 4073, + "end": 4085, "loc": { "start": { "line": 200, @@ -21392,8 +21392,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3875, - "end": 3885, + "start": 4074, + "end": 4084, "loc": { "start": { "line": 200, @@ -21406,8 +21406,8 @@ }, "object": { "type": "Identifier", - "start": 3875, - "end": 3881, + "start": 4074, + "end": 4080, "loc": { "start": { "line": 200, @@ -21423,8 +21423,8 @@ }, "property": { "type": "Identifier", - "start": 3882, - "end": 3885, + "start": 4081, + "end": 4084, "loc": { "start": { "line": 200, @@ -21444,8 +21444,8 @@ }, { "type": "JSXAttribute", - "start": 3893, - "end": 3960, + "start": 4093, + "end": 4162, "loc": { "start": { "line": 201, @@ -21458,8 +21458,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3893, - "end": 3906, + "start": 4093, + "end": 4106, "loc": { "start": { "line": 201, @@ -21474,8 +21474,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3907, - "end": 3960, + "start": 4107, + "end": 4162, "loc": { "start": { "line": 201, @@ -21488,8 +21488,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 3908, - "end": 3959, + "start": 4108, + "end": 4161, "loc": { "start": { "line": 201, @@ -21507,8 +21507,8 @@ "params": [ { "type": "Identifier", - "start": 3909, - "end": 3917, + "start": 4109, + "end": 4117, "loc": { "start": { "line": 201, @@ -21525,8 +21525,8 @@ ], "body": { "type": "BlockStatement", - "start": 3922, - "end": 3959, + "start": 4122, + "end": 4161, "loc": { "start": { "line": 201, @@ -21540,8 +21540,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 3931, - "end": 3951, + "start": 4132, + "end": 4152, "loc": { "start": { "line": 202, @@ -21554,8 +21554,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 3931, - "end": 3950, + "start": 4132, + "end": 4151, "loc": { "start": { "line": 202, @@ -21569,8 +21569,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 3931, - "end": 3941, + "start": 4132, + "end": 4142, "loc": { "start": { "line": 202, @@ -21583,8 +21583,8 @@ }, "object": { "type": "Identifier", - "start": 3931, - "end": 3937, + "start": 4132, + "end": 4138, "loc": { "start": { "line": 202, @@ -21600,8 +21600,8 @@ }, "property": { "type": "Identifier", - "start": 3938, - "end": 3941, + "start": 4139, + "end": 4142, "loc": { "start": { "line": 202, @@ -21619,8 +21619,8 @@ }, "right": { "type": "Identifier", - "start": 3942, - "end": 3950, + "start": 4143, + "end": 4151, "loc": { "start": { "line": 202, @@ -21645,8 +21645,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 3742, - "end": 3752, + "start": 3936, + "end": 3946, "loc": { "start": { "line": 195, @@ -21666,8 +21666,8 @@ }, { "type": "JSXText", - "start": 3968, - "end": 3975, + "start": 4171, + "end": 4180, "loc": { "start": { "line": 204, @@ -21683,8 +21683,8 @@ }, { "type": "JSXElement", - "start": 3975, - "end": 4249, + "start": 4180, + "end": 4464, "loc": { "start": { "line": 206, @@ -21697,8 +21697,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3975, - "end": 4249, + "start": 4180, + "end": 4464, "loc": { "start": { "line": 206, @@ -21712,8 +21712,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 3993, - "end": 4010, + "start": 4199, + "end": 4216, "loc": { "start": { "line": 207, @@ -21726,8 +21726,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3993, - "end": 3995, + "start": 4199, + "end": 4201, "loc": { "start": { "line": 207, @@ -21742,8 +21742,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3996, - "end": 4010, + "start": 4202, + "end": 4216, "loc": { "start": { "line": 207, @@ -21756,8 +21756,8 @@ }, "expression": { "type": "StringLiteral", - "start": 3997, - "end": 4009, + "start": 4203, + "end": 4215, "loc": { "start": { "line": 207, @@ -21778,8 +21778,8 @@ }, { "type": "JSXAttribute", - "start": 4017, - "end": 4041, + "start": 4224, + "end": 4248, "loc": { "start": { "line": 208, @@ -21792,8 +21792,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4017, - "end": 4022, + "start": 4224, + "end": 4229, "loc": { "start": { "line": 208, @@ -21808,8 +21808,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4023, - "end": 4041, + "start": 4230, + "end": 4248, "loc": { "start": { "line": 208, @@ -21822,8 +21822,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4024, - "end": 4040, + "start": 4231, + "end": 4247, "loc": { "start": { "line": 208, @@ -21844,8 +21844,8 @@ }, { "type": "JSXAttribute", - "start": 4048, - "end": 4062, + "start": 4256, + "end": 4270, "loc": { "start": { "line": 209, @@ -21858,8 +21858,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4048, - "end": 4052, + "start": 4256, + "end": 4260, "loc": { "start": { "line": 209, @@ -21874,8 +21874,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4053, - "end": 4062, + "start": 4261, + "end": 4270, "loc": { "start": { "line": 209, @@ -21888,8 +21888,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4054, - "end": 4061, + "start": 4262, + "end": 4269, "loc": { "start": { "line": 209, @@ -21910,8 +21910,8 @@ }, { "type": "JSXAttribute", - "start": 4069, - "end": 4086, + "start": 4278, + "end": 4295, "loc": { "start": { "line": 210, @@ -21924,8 +21924,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4069, - "end": 4079, + "start": 4278, + "end": 4288, "loc": { "start": { "line": 210, @@ -21940,8 +21940,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4080, - "end": 4086, + "start": 4289, + "end": 4295, "loc": { "start": { "line": 210, @@ -21954,8 +21954,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 4081, - "end": 4085, + "start": 4290, + "end": 4294, "loc": { "start": { "line": 210, @@ -21972,8 +21972,8 @@ }, { "type": "JSXAttribute", - "start": 4093, - "end": 4139, + "start": 4303, + "end": 4349, "loc": { "start": { "line": 211, @@ -21986,8 +21986,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4093, - "end": 4097, + "start": 4303, + "end": 4307, "loc": { "start": { "line": 211, @@ -22002,8 +22002,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4098, - "end": 4139, + "start": 4308, + "end": 4349, "loc": { "start": { "line": 211, @@ -22016,8 +22016,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4099, - "end": 4138, + "start": 4309, + "end": 4348, "loc": { "start": { "line": 211, @@ -22038,8 +22038,8 @@ }, { "type": "JSXAttribute", - "start": 4146, - "end": 4165, + "start": 4357, + "end": 4376, "loc": { "start": { "line": 212, @@ -22052,8 +22052,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4146, - "end": 4151, + "start": 4357, + "end": 4362, "loc": { "start": { "line": 212, @@ -22068,8 +22068,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4152, - "end": 4165, + "start": 4363, + "end": 4376, "loc": { "start": { "line": 212, @@ -22082,8 +22082,8 @@ }, "expression": { "type": "MemberExpression", - "start": 4153, - "end": 4164, + "start": 4364, + "end": 4375, "loc": { "start": { "line": 212, @@ -22096,8 +22096,8 @@ }, "object": { "type": "Identifier", - "start": 4153, - "end": 4159, + "start": 4364, + "end": 4370, "loc": { "start": { "line": 212, @@ -22113,8 +22113,8 @@ }, "property": { "type": "Identifier", - "start": 4160, - "end": 4164, + "start": 4371, + "end": 4375, "loc": { "start": { "line": 212, @@ -22134,8 +22134,8 @@ }, { "type": "JSXAttribute", - "start": 4172, - "end": 4241, + "start": 4384, + "end": 4455, "loc": { "start": { "line": 213, @@ -22148,8 +22148,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4172, - "end": 4185, + "start": 4384, + "end": 4397, "loc": { "start": { "line": 213, @@ -22164,8 +22164,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4186, - "end": 4241, + "start": 4398, + "end": 4455, "loc": { "start": { "line": 213, @@ -22178,8 +22178,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 4187, - "end": 4240, + "start": 4399, + "end": 4454, "loc": { "start": { "line": 213, @@ -22197,8 +22197,8 @@ "params": [ { "type": "Identifier", - "start": 4188, - "end": 4196, + "start": 4400, + "end": 4408, "loc": { "start": { "line": 213, @@ -22215,8 +22215,8 @@ ], "body": { "type": "BlockStatement", - "start": 4201, - "end": 4240, + "start": 4413, + "end": 4454, "loc": { "start": { "line": 213, @@ -22230,8 +22230,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 4210, - "end": 4232, + "start": 4423, + "end": 4445, "loc": { "start": { "line": 214, @@ -22244,8 +22244,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 4210, - "end": 4231, + "start": 4423, + "end": 4444, "loc": { "start": { "line": 214, @@ -22259,8 +22259,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 4210, - "end": 4222, + "start": 4423, + "end": 4435, "loc": { "start": { "line": 214, @@ -22273,8 +22273,8 @@ }, "object": { "type": "Identifier", - "start": 4210, - "end": 4216, + "start": 4423, + "end": 4429, "loc": { "start": { "line": 214, @@ -22290,8 +22290,8 @@ }, "property": { "type": "Identifier", - "start": 4217, - "end": 4222, + "start": 4430, + "end": 4435, "loc": { "start": { "line": 214, @@ -22309,8 +22309,8 @@ }, "right": { "type": "Identifier", - "start": 4223, - "end": 4231, + "start": 4436, + "end": 4444, "loc": { "start": { "line": 214, @@ -22335,8 +22335,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 3976, - "end": 3986, + "start": 4181, + "end": 4191, "loc": { "start": { "line": 206, @@ -22356,8 +22356,8 @@ }, { "type": "JSXText", - "start": 4249, - "end": 4256, + "start": 4464, + "end": 4473, "loc": { "start": { "line": 216, @@ -22373,8 +22373,8 @@ }, { "type": "JSXElement", - "start": 4256, - "end": 4513, + "start": 4473, + "end": 4740, "loc": { "start": { "line": 218, @@ -22387,8 +22387,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 4256, - "end": 4513, + "start": 4473, + "end": 4740, "loc": { "start": { "line": 218, @@ -22402,8 +22402,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 4274, - "end": 4291, + "start": 4492, + "end": 4509, "loc": { "start": { "line": 219, @@ -22416,8 +22416,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4274, - "end": 4276, + "start": 4492, + "end": 4494, "loc": { "start": { "line": 219, @@ -22432,8 +22432,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4277, - "end": 4291, + "start": 4495, + "end": 4509, "loc": { "start": { "line": 219, @@ -22446,8 +22446,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4278, - "end": 4290, + "start": 4496, + "end": 4508, "loc": { "start": { "line": 219, @@ -22468,8 +22468,8 @@ }, { "type": "JSXAttribute", - "start": 4298, - "end": 4334, + "start": 4517, + "end": 4553, "loc": { "start": { "line": 220, @@ -22482,8 +22482,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4298, - "end": 4303, + "start": 4517, + "end": 4522, "loc": { "start": { "line": 220, @@ -22498,8 +22498,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4304, - "end": 4334, + "start": 4523, + "end": 4553, "loc": { "start": { "line": 220, @@ -22512,8 +22512,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4305, - "end": 4333, + "start": 4524, + "end": 4552, "loc": { "start": { "line": 220, @@ -22534,8 +22534,8 @@ }, { "type": "JSXAttribute", - "start": 4341, - "end": 4355, + "start": 4561, + "end": 4575, "loc": { "start": { "line": 221, @@ -22548,8 +22548,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4341, - "end": 4345, + "start": 4561, + "end": 4565, "loc": { "start": { "line": 221, @@ -22564,8 +22564,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4346, - "end": 4355, + "start": 4566, + "end": 4575, "loc": { "start": { "line": 221, @@ -22578,8 +22578,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4347, - "end": 4354, + "start": 4567, + "end": 4574, "loc": { "start": { "line": 221, @@ -22600,8 +22600,8 @@ }, { "type": "JSXAttribute", - "start": 4362, - "end": 4382, + "start": 4583, + "end": 4603, "loc": { "start": { "line": 222, @@ -22614,8 +22614,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4362, - "end": 4371, + "start": 4583, + "end": 4592, "loc": { "start": { "line": 222, @@ -22630,8 +22630,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4372, - "end": 4382, + "start": 4593, + "end": 4603, "loc": { "start": { "line": 222, @@ -22644,8 +22644,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4373, - "end": 4381, + "start": 4594, + "end": 4602, "loc": { "start": { "line": 222, @@ -22666,8 +22666,8 @@ }, { "type": "JSXAttribute", - "start": 4389, - "end": 4406, + "start": 4611, + "end": 4628, "loc": { "start": { "line": 223, @@ -22680,8 +22680,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4389, - "end": 4399, + "start": 4611, + "end": 4621, "loc": { "start": { "line": 223, @@ -22696,8 +22696,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4400, - "end": 4406, + "start": 4622, + "end": 4628, "loc": { "start": { "line": 223, @@ -22710,8 +22710,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 4401, - "end": 4405, + "start": 4623, + "end": 4627, "loc": { "start": { "line": 223, @@ -22728,8 +22728,8 @@ }, { "type": "JSXAttribute", - "start": 4413, - "end": 4431, + "start": 4636, + "end": 4654, "loc": { "start": { "line": 224, @@ -22742,8 +22742,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4413, - "end": 4418, + "start": 4636, + "end": 4641, "loc": { "start": { "line": 224, @@ -22758,8 +22758,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4419, - "end": 4431, + "start": 4642, + "end": 4654, "loc": { "start": { "line": 224, @@ -22772,8 +22772,8 @@ }, "expression": { "type": "MemberExpression", - "start": 4420, - "end": 4430, + "start": 4643, + "end": 4653, "loc": { "start": { "line": 224, @@ -22786,8 +22786,8 @@ }, "object": { "type": "Identifier", - "start": 4420, - "end": 4426, + "start": 4643, + "end": 4649, "loc": { "start": { "line": 224, @@ -22803,8 +22803,8 @@ }, "property": { "type": "Identifier", - "start": 4427, - "end": 4430, + "start": 4650, + "end": 4653, "loc": { "start": { "line": 224, @@ -22824,8 +22824,8 @@ }, { "type": "JSXAttribute", - "start": 4438, - "end": 4505, + "start": 4662, + "end": 4731, "loc": { "start": { "line": 225, @@ -22838,8 +22838,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4438, - "end": 4451, + "start": 4662, + "end": 4675, "loc": { "start": { "line": 225, @@ -22854,8 +22854,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4452, - "end": 4505, + "start": 4676, + "end": 4731, "loc": { "start": { "line": 225, @@ -22868,8 +22868,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 4453, - "end": 4504, + "start": 4677, + "end": 4730, "loc": { "start": { "line": 225, @@ -22887,8 +22887,8 @@ "params": [ { "type": "Identifier", - "start": 4454, - "end": 4462, + "start": 4678, + "end": 4686, "loc": { "start": { "line": 225, @@ -22905,8 +22905,8 @@ ], "body": { "type": "BlockStatement", - "start": 4467, - "end": 4504, + "start": 4691, + "end": 4730, "loc": { "start": { "line": 225, @@ -22920,8 +22920,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 4476, - "end": 4496, + "start": 4701, + "end": 4721, "loc": { "start": { "line": 226, @@ -22934,8 +22934,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 4476, - "end": 4495, + "start": 4701, + "end": 4720, "loc": { "start": { "line": 226, @@ -22949,8 +22949,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 4476, - "end": 4486, + "start": 4701, + "end": 4711, "loc": { "start": { "line": 226, @@ -22963,8 +22963,8 @@ }, "object": { "type": "Identifier", - "start": 4476, - "end": 4482, + "start": 4701, + "end": 4707, "loc": { "start": { "line": 226, @@ -22980,8 +22980,8 @@ }, "property": { "type": "Identifier", - "start": 4483, - "end": 4486, + "start": 4708, + "end": 4711, "loc": { "start": { "line": 226, @@ -22999,8 +22999,8 @@ }, "right": { "type": "Identifier", - "start": 4487, - "end": 4495, + "start": 4712, + "end": 4720, "loc": { "start": { "line": 226, @@ -23025,8 +23025,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 4257, - "end": 4267, + "start": 4474, + "end": 4484, "loc": { "start": { "line": 218, @@ -23046,8 +23046,8 @@ }, { "type": "JSXText", - "start": 4513, - "end": 4520, + "start": 4740, + "end": 4749, "loc": { "start": { "line": 228, @@ -23063,8 +23063,8 @@ }, { "type": "JSXElement", - "start": 4520, - "end": 4890, + "start": 4749, + "end": 5134, "loc": { "start": { "line": 230, @@ -23077,8 +23077,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 4520, - "end": 4890, + "start": 4749, + "end": 5134, "loc": { "start": { "line": 230, @@ -23092,8 +23092,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 4538, - "end": 4555, + "start": 4768, + "end": 4785, "loc": { "start": { "line": 231, @@ -23106,8 +23106,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4538, - "end": 4540, + "start": 4768, + "end": 4770, "loc": { "start": { "line": 231, @@ -23122,8 +23122,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4541, - "end": 4555, + "start": 4771, + "end": 4785, "loc": { "start": { "line": 231, @@ -23136,8 +23136,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4542, - "end": 4554, + "start": 4772, + "end": 4784, "loc": { "start": { "line": 231, @@ -23158,8 +23158,8 @@ }, { "type": "JSXAttribute", - "start": 4562, - "end": 4610, + "start": 4793, + "end": 4841, "loc": { "start": { "line": 232, @@ -23172,8 +23172,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4562, - "end": 4567, + "start": 4793, + "end": 4798, "loc": { "start": { "line": 232, @@ -23188,8 +23188,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4568, - "end": 4610, + "start": 4799, + "end": 4841, "loc": { "start": { "line": 232, @@ -23202,8 +23202,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4569, - "end": 4609, + "start": 4800, + "end": 4840, "loc": { "start": { "line": 232, @@ -23224,8 +23224,8 @@ }, { "type": "JSXAttribute", - "start": 4617, - "end": 4631, + "start": 4849, + "end": 4863, "loc": { "start": { "line": 233, @@ -23238,8 +23238,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4617, - "end": 4621, + "start": 4849, + "end": 4853, "loc": { "start": { "line": 233, @@ -23254,8 +23254,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4622, - "end": 4631, + "start": 4854, + "end": 4863, "loc": { "start": { "line": 233, @@ -23268,8 +23268,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4623, - "end": 4630, + "start": 4855, + "end": 4862, "loc": { "start": { "line": 233, @@ -23290,8 +23290,8 @@ }, { "type": "JSXAttribute", - "start": 4638, - "end": 4656, + "start": 4871, + "end": 4889, "loc": { "start": { "line": 234, @@ -23304,8 +23304,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4638, - "end": 4647, + "start": 4871, + "end": 4880, "loc": { "start": { "line": 234, @@ -23320,8 +23320,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4648, - "end": 4656, + "start": 4881, + "end": 4889, "loc": { "start": { "line": 234, @@ -23334,8 +23334,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4649, - "end": 4655, + "start": 4882, + "end": 4888, "loc": { "start": { "line": 234, @@ -23356,8 +23356,8 @@ }, { "type": "JSXAttribute", - "start": 4663, - "end": 4680, + "start": 4897, + "end": 4914, "loc": { "start": { "line": 235, @@ -23370,8 +23370,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4663, - "end": 4673, + "start": 4897, + "end": 4907, "loc": { "start": { "line": 235, @@ -23386,8 +23386,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4674, - "end": 4680, + "start": 4908, + "end": 4914, "loc": { "start": { "line": 235, @@ -23400,8 +23400,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 4675, - "end": 4679, + "start": 4909, + "end": 4913, "loc": { "start": { "line": 235, @@ -23418,8 +23418,8 @@ }, { "type": "JSXAttribute", - "start": 4687, - "end": 4705, + "start": 4922, + "end": 4940, "loc": { "start": { "line": 236, @@ -23432,8 +23432,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4687, - "end": 4692, + "start": 4922, + "end": 4927, "loc": { "start": { "line": 236, @@ -23448,8 +23448,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4693, - "end": 4705, + "start": 4928, + "end": 4940, "loc": { "start": { "line": 236, @@ -23462,8 +23462,8 @@ }, "expression": { "type": "MemberExpression", - "start": 4694, - "end": 4704, + "start": 4929, + "end": 4939, "loc": { "start": { "line": 236, @@ -23476,8 +23476,8 @@ }, "object": { "type": "Identifier", - "start": 4694, - "end": 4700, + "start": 4929, + "end": 4935, "loc": { "start": { "line": 236, @@ -23493,8 +23493,8 @@ }, "property": { "type": "Identifier", - "start": 4701, - "end": 4704, + "start": 4936, + "end": 4939, "loc": { "start": { "line": 236, @@ -23514,8 +23514,8 @@ }, { "type": "JSXAttribute", - "start": 4712, - "end": 4779, + "start": 4948, + "end": 5017, "loc": { "start": { "line": 237, @@ -23528,8 +23528,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4712, - "end": 4725, + "start": 4948, + "end": 4961, "loc": { "start": { "line": 237, @@ -23544,8 +23544,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4726, - "end": 4779, + "start": 4962, + "end": 5017, "loc": { "start": { "line": 237, @@ -23558,8 +23558,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 4727, - "end": 4778, + "start": 4963, + "end": 5016, "loc": { "start": { "line": 237, @@ -23577,8 +23577,8 @@ "params": [ { "type": "Identifier", - "start": 4728, - "end": 4736, + "start": 4964, + "end": 4972, "loc": { "start": { "line": 237, @@ -23595,8 +23595,8 @@ ], "body": { "type": "BlockStatement", - "start": 4741, - "end": 4778, + "start": 4977, + "end": 5016, "loc": { "start": { "line": 237, @@ -23610,8 +23610,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 4750, - "end": 4770, + "start": 4987, + "end": 5007, "loc": { "start": { "line": 238, @@ -23624,8 +23624,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 4750, - "end": 4769, + "start": 4987, + "end": 5006, "loc": { "start": { "line": 238, @@ -23639,8 +23639,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 4750, - "end": 4760, + "start": 4987, + "end": 4997, "loc": { "start": { "line": 238, @@ -23653,8 +23653,8 @@ }, "object": { "type": "Identifier", - "start": 4750, - "end": 4756, + "start": 4987, + "end": 4993, "loc": { "start": { "line": 238, @@ -23670,8 +23670,8 @@ }, "property": { "type": "Identifier", - "start": 4757, - "end": 4760, + "start": 4994, + "end": 4997, "loc": { "start": { "line": 238, @@ -23689,8 +23689,8 @@ }, "right": { "type": "Identifier", - "start": 4761, - "end": 4769, + "start": 4998, + "end": 5006, "loc": { "start": { "line": 238, @@ -23714,8 +23714,8 @@ }, { "type": "JSXAttribute", - "start": 4786, - "end": 4860, + "start": 5025, + "end": 5102, "loc": { "start": { "line": 240, @@ -23728,8 +23728,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4786, - "end": 4793, + "start": 5025, + "end": 5032, "loc": { "start": { "line": 240, @@ -23744,8 +23744,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4794, - "end": 4860, + "start": 5033, + "end": 5102, "loc": { "start": { "line": 240, @@ -23758,8 +23758,8 @@ }, "expression": { "type": "ObjectExpression", - "start": 4795, - "end": 4859, + "start": 5034, + "end": 5101, "loc": { "start": { "line": 240, @@ -23773,8 +23773,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 4804, - "end": 4831, + "start": 5044, + "end": 5071, "loc": { "start": { "line": 241, @@ -23790,8 +23790,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4804, - "end": 4811, + "start": 5044, + "end": 5051, "loc": { "start": { "line": 241, @@ -23807,8 +23807,8 @@ }, "value": { "type": "StringLiteral", - "start": 4812, - "end": 4831, + "start": 5052, + "end": 5071, "loc": { "start": { "line": 241, @@ -23828,8 +23828,8 @@ }, { "type": "ObjectProperty", - "start": 4840, - "end": 4851, + "start": 5081, + "end": 5092, "loc": { "start": { "line": 242, @@ -23845,8 +23845,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4840, - "end": 4845, + "start": 5081, + "end": 5086, "loc": { "start": { "line": 242, @@ -23862,8 +23862,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 4847, - "end": 4851, + "start": 5088, + "end": 5092, "loc": { "start": { "line": 242, @@ -23883,8 +23883,8 @@ }, { "type": "JSXAttribute", - "start": 4867, - "end": 4882, + "start": 5110, + "end": 5125, "loc": { "start": { "line": 244, @@ -23897,8 +23897,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4867, - "end": 4875, + "start": 5110, + "end": 5118, "loc": { "start": { "line": 244, @@ -23913,8 +23913,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4876, - "end": 4882, + "start": 5119, + "end": 5125, "loc": { "start": { "line": 244, @@ -23927,8 +23927,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 4877, - "end": 4881, + "start": 5120, + "end": 5124, "loc": { "start": { "line": 244, @@ -23946,8 +23946,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 4521, - "end": 4531, + "start": 4750, + "end": 4760, "loc": { "start": { "line": 230, @@ -23967,8 +23967,8 @@ }, { "type": "JSXText", - "start": 4890, - "end": 4897, + "start": 5134, + "end": 5143, "loc": { "start": { "line": 245, @@ -23984,8 +23984,8 @@ }, { "type": "JSXElement", - "start": 4897, - "end": 5257, + "start": 5143, + "end": 5517, "loc": { "start": { "line": 247, @@ -23998,8 +23998,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 4897, - "end": 5257, + "start": 5143, + "end": 5517, "loc": { "start": { "line": 247, @@ -24013,8 +24013,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 4915, - "end": 4932, + "start": 5162, + "end": 5179, "loc": { "start": { "line": 248, @@ -24027,8 +24027,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4915, - "end": 4917, + "start": 5162, + "end": 5164, "loc": { "start": { "line": 248, @@ -24043,8 +24043,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4918, - "end": 4932, + "start": 5165, + "end": 5179, "loc": { "start": { "line": 248, @@ -24057,8 +24057,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4919, - "end": 4931, + "start": 5166, + "end": 5178, "loc": { "start": { "line": 248, @@ -24079,8 +24079,8 @@ }, { "type": "JSXAttribute", - "start": 4939, - "end": 4990, + "start": 5187, + "end": 5238, "loc": { "start": { "line": 249, @@ -24093,8 +24093,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4939, - "end": 4944, + "start": 5187, + "end": 5192, "loc": { "start": { "line": 249, @@ -24109,8 +24109,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4945, - "end": 4990, + "start": 5193, + "end": 5238, "loc": { "start": { "line": 249, @@ -24123,8 +24123,8 @@ }, "expression": { "type": "StringLiteral", - "start": 4946, - "end": 4989, + "start": 5194, + "end": 5237, "loc": { "start": { "line": 249, @@ -24145,8 +24145,8 @@ }, { "type": "JSXAttribute", - "start": 4997, - "end": 5011, + "start": 5246, + "end": 5260, "loc": { "start": { "line": 250, @@ -24159,8 +24159,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4997, - "end": 5001, + "start": 5246, + "end": 5250, "loc": { "start": { "line": 250, @@ -24175,8 +24175,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5002, - "end": 5011, + "start": 5251, + "end": 5260, "loc": { "start": { "line": 250, @@ -24189,8 +24189,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5003, - "end": 5010, + "start": 5252, + "end": 5259, "loc": { "start": { "line": 250, @@ -24211,8 +24211,8 @@ }, { "type": "JSXAttribute", - "start": 5018, - "end": 5036, + "start": 5268, + "end": 5286, "loc": { "start": { "line": 251, @@ -24225,8 +24225,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5018, - "end": 5027, + "start": 5268, + "end": 5277, "loc": { "start": { "line": 251, @@ -24241,8 +24241,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5028, - "end": 5036, + "start": 5278, + "end": 5286, "loc": { "start": { "line": 251, @@ -24255,8 +24255,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5029, - "end": 5035, + "start": 5279, + "end": 5285, "loc": { "start": { "line": 251, @@ -24277,8 +24277,8 @@ }, { "type": "JSXAttribute", - "start": 5043, - "end": 5060, + "start": 5294, + "end": 5311, "loc": { "start": { "line": 252, @@ -24291,8 +24291,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5043, - "end": 5053, + "start": 5294, + "end": 5304, "loc": { "start": { "line": 252, @@ -24307,8 +24307,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5054, - "end": 5060, + "start": 5305, + "end": 5311, "loc": { "start": { "line": 252, @@ -24321,8 +24321,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 5055, - "end": 5059, + "start": 5306, + "end": 5310, "loc": { "start": { "line": 252, @@ -24339,8 +24339,8 @@ }, { "type": "JSXAttribute", - "start": 5067, - "end": 5085, + "start": 5319, + "end": 5337, "loc": { "start": { "line": 253, @@ -24353,8 +24353,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5067, - "end": 5072, + "start": 5319, + "end": 5324, "loc": { "start": { "line": 253, @@ -24369,8 +24369,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5073, - "end": 5085, + "start": 5325, + "end": 5337, "loc": { "start": { "line": 253, @@ -24383,8 +24383,8 @@ }, "expression": { "type": "MemberExpression", - "start": 5074, - "end": 5084, + "start": 5326, + "end": 5336, "loc": { "start": { "line": 253, @@ -24397,8 +24397,8 @@ }, "object": { "type": "Identifier", - "start": 5074, - "end": 5080, + "start": 5326, + "end": 5332, "loc": { "start": { "line": 253, @@ -24414,8 +24414,8 @@ }, "property": { "type": "Identifier", - "start": 5081, - "end": 5084, + "start": 5333, + "end": 5336, "loc": { "start": { "line": 253, @@ -24435,8 +24435,8 @@ }, { "type": "JSXAttribute", - "start": 5092, - "end": 5159, + "start": 5345, + "end": 5414, "loc": { "start": { "line": 254, @@ -24449,8 +24449,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5092, - "end": 5105, + "start": 5345, + "end": 5358, "loc": { "start": { "line": 254, @@ -24465,8 +24465,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5106, - "end": 5159, + "start": 5359, + "end": 5414, "loc": { "start": { "line": 254, @@ -24479,8 +24479,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 5107, - "end": 5158, + "start": 5360, + "end": 5413, "loc": { "start": { "line": 254, @@ -24498,8 +24498,8 @@ "params": [ { "type": "Identifier", - "start": 5108, - "end": 5116, + "start": 5361, + "end": 5369, "loc": { "start": { "line": 254, @@ -24516,8 +24516,8 @@ ], "body": { "type": "BlockStatement", - "start": 5121, - "end": 5158, + "start": 5374, + "end": 5413, "loc": { "start": { "line": 254, @@ -24531,8 +24531,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 5130, - "end": 5150, + "start": 5384, + "end": 5404, "loc": { "start": { "line": 255, @@ -24545,8 +24545,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 5130, - "end": 5149, + "start": 5384, + "end": 5403, "loc": { "start": { "line": 255, @@ -24560,8 +24560,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 5130, - "end": 5140, + "start": 5384, + "end": 5394, "loc": { "start": { "line": 255, @@ -24574,8 +24574,8 @@ }, "object": { "type": "Identifier", - "start": 5130, - "end": 5136, + "start": 5384, + "end": 5390, "loc": { "start": { "line": 255, @@ -24591,8 +24591,8 @@ }, "property": { "type": "Identifier", - "start": 5137, - "end": 5140, + "start": 5391, + "end": 5394, "loc": { "start": { "line": 255, @@ -24610,8 +24610,8 @@ }, "right": { "type": "Identifier", - "start": 5141, - "end": 5149, + "start": 5395, + "end": 5403, "loc": { "start": { "line": 255, @@ -24635,8 +24635,8 @@ }, { "type": "JSXAttribute", - "start": 5166, - "end": 5249, + "start": 5422, + "end": 5508, "loc": { "start": { "line": 257, @@ -24649,8 +24649,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5166, - "end": 5173, + "start": 5422, + "end": 5429, "loc": { "start": { "line": 257, @@ -24665,8 +24665,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5174, - "end": 5249, + "start": 5430, + "end": 5508, "loc": { "start": { "line": 257, @@ -24679,8 +24679,8 @@ }, "expression": { "type": "ObjectExpression", - "start": 5175, - "end": 5248, + "start": 5431, + "end": 5507, "loc": { "start": { "line": 257, @@ -24694,8 +24694,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 5184, - "end": 5219, + "start": 5441, + "end": 5476, "loc": { "start": { "line": 258, @@ -24711,8 +24711,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5184, - "end": 5191, + "start": 5441, + "end": 5448, "loc": { "start": { "line": 258, @@ -24728,8 +24728,8 @@ }, "value": { "type": "StringLiteral", - "start": 5192, - "end": 5219, + "start": 5449, + "end": 5476, "loc": { "start": { "line": 258, @@ -24749,8 +24749,8 @@ }, { "type": "ObjectProperty", - "start": 5228, - "end": 5240, + "start": 5486, + "end": 5498, "loc": { "start": { "line": 259, @@ -24766,8 +24766,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5228, - "end": 5233, + "start": 5486, + "end": 5491, "loc": { "start": { "line": 259, @@ -24783,8 +24783,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 5235, - "end": 5240, + "start": 5493, + "end": 5498, "loc": { "start": { "line": 259, @@ -24805,8 +24805,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 4898, - "end": 4908, + "start": 5144, + "end": 5154, "loc": { "start": { "line": 247, @@ -24826,8 +24826,8 @@ }, { "type": "JSXText", - "start": 5257, - "end": 5262, + "start": 5517, + "end": 5523, "loc": { "start": { "line": 261, @@ -24845,8 +24845,8 @@ }, { "type": "JSXText", - "start": 5268, - "end": 5273, + "start": 5529, + "end": 5535, "loc": { "start": { "line": 262, @@ -24862,8 +24862,8 @@ }, { "type": "JSXElement", - "start": 5273, - "end": 6306, + "start": 5535, + "end": 6628, "loc": { "start": { "line": 263, @@ -24876,8 +24876,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 5273, - "end": 5278, + "start": 5535, + "end": 5540, "loc": { "start": { "line": 263, @@ -24891,8 +24891,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 5274, - "end": 5277, + "start": 5536, + "end": 5539, "loc": { "start": { "line": 263, @@ -24909,8 +24909,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 6300, - "end": 6306, + "start": 6622, + "end": 6628, "loc": { "start": { "line": 323, @@ -24923,8 +24923,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6302, - "end": 6305, + "start": 6624, + "end": 6627, "loc": { "start": { "line": 323, @@ -24941,8 +24941,8 @@ "children": [ { "type": "JSXText", - "start": 5278, - "end": 5284, + "start": 5540, + "end": 5547, "loc": { "start": { "line": 263, @@ -24958,8 +24958,8 @@ }, { "type": "JSXElement", - "start": 5284, - "end": 5300, + "start": 5547, + "end": 5563, "loc": { "start": { "line": 264, @@ -24972,8 +24972,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 5284, - "end": 5288, + "start": 5547, + "end": 5551, "loc": { "start": { "line": 264, @@ -24987,8 +24987,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 5285, - "end": 5287, + "start": 5548, + "end": 5550, "loc": { "start": { "line": 264, @@ -25005,8 +25005,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 5295, - "end": 5300, + "start": 5558, + "end": 5563, "loc": { "start": { "line": 264, @@ -25019,8 +25019,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5297, - "end": 5299, + "start": 5560, + "end": 5562, "loc": { "start": { "line": 264, @@ -25037,8 +25037,8 @@ "children": [ { "type": "JSXText", - "start": 5288, - "end": 5295, + "start": 5551, + "end": 5558, "loc": { "start": { "line": 264, @@ -25056,8 +25056,8 @@ }, { "type": "JSXText", - "start": 5300, - "end": 5306, + "start": 5563, + "end": 5570, "loc": { "start": { "line": 264, @@ -25073,8 +25073,8 @@ }, { "type": "JSXElement", - "start": 5306, - "end": 5651, + "start": 5570, + "end": 5933, "loc": { "start": { "line": 265, @@ -25087,8 +25087,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 5306, - "end": 5651, + "start": 5570, + "end": 5933, "loc": { "start": { "line": 265, @@ -25102,8 +25102,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 5324, - "end": 5339, + "start": 5589, + "end": 5604, "loc": { "start": { "line": 266, @@ -25116,8 +25116,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5324, - "end": 5328, + "start": 5589, + "end": 5593, "loc": { "start": { "line": 266, @@ -25132,8 +25132,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5329, - "end": 5339, + "start": 5594, + "end": 5604, "loc": { "start": { "line": 266, @@ -25146,8 +25146,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5330, - "end": 5338, + "start": 5595, + "end": 5603, "loc": { "start": { "line": 266, @@ -25168,8 +25168,8 @@ }, { "type": "JSXAttribute", - "start": 5346, - "end": 5374, + "start": 5612, + "end": 5640, "loc": { "start": { "line": 267, @@ -25182,8 +25182,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5346, - "end": 5351, + "start": 5612, + "end": 5617, "loc": { "start": { "line": 267, @@ -25198,8 +25198,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5352, - "end": 5374, + "start": 5618, + "end": 5640, "loc": { "start": { "line": 267, @@ -25212,8 +25212,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5353, - "end": 5373, + "start": 5619, + "end": 5639, "loc": { "start": { "line": 267, @@ -25234,8 +25234,8 @@ }, { "type": "JSXAttribute", - "start": 5381, - "end": 5405, + "start": 5648, + "end": 5672, "loc": { "start": { "line": 268, @@ -25248,8 +25248,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5381, - "end": 5386, + "start": 5648, + "end": 5653, "loc": { "start": { "line": 268, @@ -25264,8 +25264,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5387, - "end": 5405, + "start": 5654, + "end": 5672, "loc": { "start": { "line": 268, @@ -25278,8 +25278,8 @@ }, "expression": { "type": "Identifier", - "start": 5388, - "end": 5404, + "start": 5655, + "end": 5671, "loc": { "start": { "line": 268, @@ -25297,8 +25297,8 @@ }, { "type": "JSXAttribute", - "start": 5412, - "end": 5420, + "start": 5680, + "end": 5688, "loc": { "start": { "line": 269, @@ -25311,8 +25311,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5412, - "end": 5414, + "start": 5680, + "end": 5682, "loc": { "start": { "line": 269, @@ -25327,8 +25327,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5415, - "end": 5420, + "start": 5683, + "end": 5688, "loc": { "start": { "line": 269, @@ -25341,8 +25341,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5416, - "end": 5419, + "start": 5684, + "end": 5687, "loc": { "start": { "line": 269, @@ -25363,8 +25363,8 @@ }, { "type": "JSXAttribute", - "start": 5427, - "end": 5561, + "start": 5696, + "end": 5839, "loc": { "start": { "line": 270, @@ -25377,8 +25377,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5427, - "end": 5434, + "start": 5696, + "end": 5703, "loc": { "start": { "line": 270, @@ -25393,8 +25393,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5435, - "end": 5561, + "start": 5704, + "end": 5839, "loc": { "start": { "line": 270, @@ -25407,8 +25407,8 @@ }, "expression": { "type": "ArrayExpression", - "start": 5436, - "end": 5560, + "start": 5705, + "end": 5838, "loc": { "start": { "line": 270, @@ -25422,8 +25422,8 @@ "elements": [ { "type": "ObjectExpression", - "start": 5445, - "end": 5494, + "start": 5715, + "end": 5767, "loc": { "start": { "line": 271, @@ -25437,8 +25437,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 5455, - "end": 5463, + "start": 5726, + "end": 5734, "loc": { "start": { "line": 272, @@ -25454,8 +25454,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5455, - "end": 5460, + "start": 5726, + "end": 5731, "loc": { "start": { "line": 272, @@ -25471,8 +25471,8 @@ }, "value": { "type": "NumericLiteral", - "start": 5462, - "end": 5463, + "start": 5733, + "end": 5734, "loc": { "start": { "line": 272, @@ -25492,8 +25492,8 @@ }, { "type": "ObjectProperty", - "start": 5473, - "end": 5485, + "start": 5745, + "end": 5757, "loc": { "start": { "line": 273, @@ -25509,8 +25509,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5473, - "end": 5478, + "start": 5745, + "end": 5750, "loc": { "start": { "line": 273, @@ -25526,8 +25526,8 @@ }, "value": { "type": "StringLiteral", - "start": 5480, - "end": 5485, + "start": 5752, + "end": 5757, "loc": { "start": { "line": 273, @@ -25549,8 +25549,8 @@ }, { "type": "ObjectExpression", - "start": 5503, - "end": 5552, + "start": 5777, + "end": 5829, "loc": { "start": { "line": 275, @@ -25564,8 +25564,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 5513, - "end": 5521, + "start": 5788, + "end": 5796, "loc": { "start": { "line": 276, @@ -25581,8 +25581,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5513, - "end": 5518, + "start": 5788, + "end": 5793, "loc": { "start": { "line": 276, @@ -25598,8 +25598,8 @@ }, "value": { "type": "NumericLiteral", - "start": 5520, - "end": 5521, + "start": 5795, + "end": 5796, "loc": { "start": { "line": 276, @@ -25619,8 +25619,8 @@ }, { "type": "ObjectProperty", - "start": 5531, - "end": 5543, + "start": 5807, + "end": 5819, "loc": { "start": { "line": 277, @@ -25636,8 +25636,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5531, - "end": 5536, + "start": 5807, + "end": 5812, "loc": { "start": { "line": 277, @@ -25653,8 +25653,8 @@ }, "value": { "type": "StringLiteral", - "start": 5538, - "end": 5543, + "start": 5814, + "end": 5819, "loc": { "start": { "line": 277, @@ -25680,8 +25680,8 @@ }, { "type": "JSXAttribute", - "start": 5568, - "end": 5643, + "start": 5847, + "end": 5924, "loc": { "start": { "line": 280, @@ -25694,8 +25694,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5568, - "end": 5581, + "start": 5847, + "end": 5860, "loc": { "start": { "line": 280, @@ -25710,8 +25710,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5582, - "end": 5643, + "start": 5861, + "end": 5924, "loc": { "start": { "line": 280, @@ -25724,8 +25724,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 5583, - "end": 5642, + "start": 5862, + "end": 5923, "loc": { "start": { "line": 280, @@ -25743,8 +25743,8 @@ "params": [ { "type": "Identifier", - "start": 5584, - "end": 5592, + "start": 5863, + "end": 5871, "loc": { "start": { "line": 280, @@ -25761,8 +25761,8 @@ ], "body": { "type": "BlockStatement", - "start": 5597, - "end": 5642, + "start": 5876, + "end": 5923, "loc": { "start": { "line": 280, @@ -25776,8 +25776,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 5606, - "end": 5634, + "start": 5886, + "end": 5914, "loc": { "start": { "line": 281, @@ -25790,8 +25790,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 5606, - "end": 5633, + "start": 5886, + "end": 5913, "loc": { "start": { "line": 281, @@ -25805,8 +25805,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 5606, - "end": 5622, + "start": 5886, + "end": 5902, "loc": { "start": { "line": 281, @@ -25822,8 +25822,8 @@ }, "right": { "type": "Identifier", - "start": 5625, - "end": 5633, + "start": 5905, + "end": 5913, "loc": { "start": { "line": 281, @@ -25848,8 +25848,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 5307, - "end": 5317, + "start": 5571, + "end": 5581, "loc": { "start": { "line": 265, @@ -25869,8 +25869,8 @@ }, { "type": "JSXText", - "start": 5651, - "end": 5658, + "start": 5933, + "end": 5942, "loc": { "start": { "line": 283, @@ -25886,8 +25886,8 @@ }, { "type": "JSXElement", - "start": 5658, - "end": 6030, + "start": 5942, + "end": 6333, "loc": { "start": { "line": 285, @@ -25900,8 +25900,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 5658, - "end": 6030, + "start": 5942, + "end": 6333, "loc": { "start": { "line": 285, @@ -25915,8 +25915,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 5676, - "end": 5691, + "start": 5961, + "end": 5976, "loc": { "start": { "line": 286, @@ -25929,8 +25929,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5676, - "end": 5680, + "start": 5961, + "end": 5965, "loc": { "start": { "line": 286, @@ -25945,8 +25945,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5681, - "end": 5691, + "start": 5966, + "end": 5976, "loc": { "start": { "line": 286, @@ -25959,8 +25959,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5682, - "end": 5690, + "start": 5967, + "end": 5975, "loc": { "start": { "line": 286, @@ -25981,8 +25981,8 @@ }, { "type": "JSXAttribute", - "start": 5698, - "end": 5729, + "start": 5984, + "end": 6015, "loc": { "start": { "line": 287, @@ -25995,8 +25995,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5698, - "end": 5703, + "start": 5984, + "end": 5989, "loc": { "start": { "line": 287, @@ -26011,8 +26011,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5704, - "end": 5729, + "start": 5990, + "end": 6015, "loc": { "start": { "line": 287, @@ -26025,8 +26025,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5705, - "end": 5728, + "start": 5991, + "end": 6014, "loc": { "start": { "line": 287, @@ -26047,8 +26047,8 @@ }, { "type": "JSXAttribute", - "start": 5736, - "end": 5760, + "start": 6023, + "end": 6047, "loc": { "start": { "line": 288, @@ -26061,8 +26061,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5736, - "end": 5741, + "start": 6023, + "end": 6028, "loc": { "start": { "line": 288, @@ -26077,8 +26077,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5742, - "end": 5760, + "start": 6029, + "end": 6047, "loc": { "start": { "line": 288, @@ -26091,8 +26091,8 @@ }, "expression": { "type": "Identifier", - "start": 5743, - "end": 5759, + "start": 6030, + "end": 6046, "loc": { "start": { "line": 288, @@ -26110,8 +26110,8 @@ }, { "type": "JSXAttribute", - "start": 5767, - "end": 5784, + "start": 6055, + "end": 6072, "loc": { "start": { "line": 289, @@ -26124,8 +26124,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5767, - "end": 5777, + "start": 6055, + "end": 6065, "loc": { "start": { "line": 289, @@ -26140,8 +26140,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5778, - "end": 5784, + "start": 6066, + "end": 6072, "loc": { "start": { "line": 289, @@ -26154,8 +26154,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 5779, - "end": 5783, + "start": 6067, + "end": 6071, "loc": { "start": { "line": 289, @@ -26172,8 +26172,8 @@ }, { "type": "JSXAttribute", - "start": 5791, - "end": 5799, + "start": 6080, + "end": 6088, "loc": { "start": { "line": 290, @@ -26186,8 +26186,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5791, - "end": 5793, + "start": 6080, + "end": 6082, "loc": { "start": { "line": 290, @@ -26202,8 +26202,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5794, - "end": 5799, + "start": 6083, + "end": 6088, "loc": { "start": { "line": 290, @@ -26216,8 +26216,8 @@ }, "expression": { "type": "StringLiteral", - "start": 5795, - "end": 5798, + "start": 6084, + "end": 6087, "loc": { "start": { "line": 290, @@ -26238,8 +26238,8 @@ }, { "type": "JSXAttribute", - "start": 5806, - "end": 5940, + "start": 6096, + "end": 6239, "loc": { "start": { "line": 291, @@ -26252,8 +26252,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5806, - "end": 5813, + "start": 6096, + "end": 6103, "loc": { "start": { "line": 291, @@ -26268,8 +26268,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5814, - "end": 5940, + "start": 6104, + "end": 6239, "loc": { "start": { "line": 291, @@ -26282,8 +26282,8 @@ }, "expression": { "type": "ArrayExpression", - "start": 5815, - "end": 5939, + "start": 6105, + "end": 6238, "loc": { "start": { "line": 291, @@ -26297,8 +26297,8 @@ "elements": [ { "type": "ObjectExpression", - "start": 5824, - "end": 5873, + "start": 6115, + "end": 6167, "loc": { "start": { "line": 292, @@ -26312,8 +26312,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 5834, - "end": 5842, + "start": 6126, + "end": 6134, "loc": { "start": { "line": 293, @@ -26329,8 +26329,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5834, - "end": 5839, + "start": 6126, + "end": 6131, "loc": { "start": { "line": 293, @@ -26346,8 +26346,8 @@ }, "value": { "type": "NumericLiteral", - "start": 5841, - "end": 5842, + "start": 6133, + "end": 6134, "loc": { "start": { "line": 293, @@ -26367,8 +26367,8 @@ }, { "type": "ObjectProperty", - "start": 5852, - "end": 5864, + "start": 6145, + "end": 6157, "loc": { "start": { "line": 294, @@ -26384,8 +26384,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5852, - "end": 5857, + "start": 6145, + "end": 6150, "loc": { "start": { "line": 294, @@ -26401,8 +26401,8 @@ }, "value": { "type": "StringLiteral", - "start": 5859, - "end": 5864, + "start": 6152, + "end": 6157, "loc": { "start": { "line": 294, @@ -26424,8 +26424,8 @@ }, { "type": "ObjectExpression", - "start": 5882, - "end": 5931, + "start": 6177, + "end": 6229, "loc": { "start": { "line": 296, @@ -26439,8 +26439,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 5892, - "end": 5900, + "start": 6188, + "end": 6196, "loc": { "start": { "line": 297, @@ -26456,8 +26456,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5892, - "end": 5897, + "start": 6188, + "end": 6193, "loc": { "start": { "line": 297, @@ -26473,8 +26473,8 @@ }, "value": { "type": "NumericLiteral", - "start": 5899, - "end": 5900, + "start": 6195, + "end": 6196, "loc": { "start": { "line": 297, @@ -26494,8 +26494,8 @@ }, { "type": "ObjectProperty", - "start": 5910, - "end": 5922, + "start": 6207, + "end": 6219, "loc": { "start": { "line": 298, @@ -26511,8 +26511,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 5910, - "end": 5915, + "start": 6207, + "end": 6212, "loc": { "start": { "line": 298, @@ -26528,8 +26528,8 @@ }, "value": { "type": "StringLiteral", - "start": 5917, - "end": 5922, + "start": 6214, + "end": 6219, "loc": { "start": { "line": 298, @@ -26555,8 +26555,8 @@ }, { "type": "JSXAttribute", - "start": 5947, - "end": 6022, + "start": 6247, + "end": 6324, "loc": { "start": { "line": 301, @@ -26569,8 +26569,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 5947, - "end": 5960, + "start": 6247, + "end": 6260, "loc": { "start": { "line": 301, @@ -26585,8 +26585,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 5961, - "end": 6022, + "start": 6261, + "end": 6324, "loc": { "start": { "line": 301, @@ -26599,8 +26599,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 5962, - "end": 6021, + "start": 6262, + "end": 6323, "loc": { "start": { "line": 301, @@ -26618,8 +26618,8 @@ "params": [ { "type": "Identifier", - "start": 5963, - "end": 5971, + "start": 6263, + "end": 6271, "loc": { "start": { "line": 301, @@ -26636,8 +26636,8 @@ ], "body": { "type": "BlockStatement", - "start": 5976, - "end": 6021, + "start": 6276, + "end": 6323, "loc": { "start": { "line": 301, @@ -26651,8 +26651,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 5985, - "end": 6013, + "start": 6286, + "end": 6314, "loc": { "start": { "line": 302, @@ -26665,8 +26665,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 5985, - "end": 6012, + "start": 6286, + "end": 6313, "loc": { "start": { "line": 302, @@ -26680,8 +26680,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 5985, - "end": 6001, + "start": 6286, + "end": 6302, "loc": { "start": { "line": 302, @@ -26697,8 +26697,8 @@ }, "right": { "type": "Identifier", - "start": 6004, - "end": 6012, + "start": 6305, + "end": 6313, "loc": { "start": { "line": 302, @@ -26723,8 +26723,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 5659, - "end": 5669, + "start": 5943, + "end": 5953, "loc": { "start": { "line": 285, @@ -26744,8 +26744,8 @@ }, { "type": "JSXText", - "start": 6030, - "end": 6037, + "start": 6333, + "end": 6342, "loc": { "start": { "line": 304, @@ -26761,8 +26761,8 @@ }, { "type": "JSXElement", - "start": 6037, - "end": 6294, + "start": 6342, + "end": 6614, "loc": { "start": { "line": 306, @@ -26775,8 +26775,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 6037, - "end": 6294, + "start": 6342, + "end": 6614, "loc": { "start": { "line": 306, @@ -26790,8 +26790,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 6055, - "end": 6070, + "start": 6361, + "end": 6376, "loc": { "start": { "line": 307, @@ -26804,8 +26804,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6055, - "end": 6059, + "start": 6361, + "end": 6365, "loc": { "start": { "line": 307, @@ -26820,8 +26820,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6060, - "end": 6070, + "start": 6366, + "end": 6376, "loc": { "start": { "line": 307, @@ -26834,8 +26834,8 @@ }, "expression": { "type": "StringLiteral", - "start": 6061, - "end": 6069, + "start": 6367, + "end": 6375, "loc": { "start": { "line": 307, @@ -26856,8 +26856,8 @@ }, { "type": "JSXAttribute", - "start": 6077, - "end": 6108, + "start": 6384, + "end": 6415, "loc": { "start": { "line": 308, @@ -26870,8 +26870,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6077, - "end": 6082, + "start": 6384, + "end": 6389, "loc": { "start": { "line": 308, @@ -26886,8 +26886,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6083, - "end": 6108, + "start": 6390, + "end": 6415, "loc": { "start": { "line": 308, @@ -26900,8 +26900,8 @@ }, "expression": { "type": "StringLiteral", - "start": 6084, - "end": 6107, + "start": 6391, + "end": 6414, "loc": { "start": { "line": 308, @@ -26922,8 +26922,8 @@ }, { "type": "JSXAttribute", - "start": 6115, - "end": 6130, + "start": 6423, + "end": 6438, "loc": { "start": { "line": 309, @@ -26936,8 +26936,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6115, - "end": 6123, + "start": 6423, + "end": 6431, "loc": { "start": { "line": 309, @@ -26952,8 +26952,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6124, - "end": 6130, + "start": 6432, + "end": 6438, "loc": { "start": { "line": 309, @@ -26966,8 +26966,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 6125, - "end": 6129, + "start": 6433, + "end": 6437, "loc": { "start": { "line": 309, @@ -26984,8 +26984,8 @@ }, { "type": "JSXAttribute", - "start": 6137, - "end": 6145, + "start": 6446, + "end": 6454, "loc": { "start": { "line": 310, @@ -26998,8 +26998,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6137, - "end": 6139, + "start": 6446, + "end": 6448, "loc": { "start": { "line": 310, @@ -27014,8 +27014,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6140, - "end": 6145, + "start": 6449, + "end": 6454, "loc": { "start": { "line": 310, @@ -27028,8 +27028,8 @@ }, "expression": { "type": "StringLiteral", - "start": 6141, - "end": 6144, + "start": 6450, + "end": 6453, "loc": { "start": { "line": 310, @@ -27050,8 +27050,8 @@ }, { "type": "JSXAttribute", - "start": 6152, - "end": 6286, + "start": 6462, + "end": 6605, "loc": { "start": { "line": 311, @@ -27064,8 +27064,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6152, - "end": 6159, + "start": 6462, + "end": 6469, "loc": { "start": { "line": 311, @@ -27080,8 +27080,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6160, - "end": 6286, + "start": 6470, + "end": 6605, "loc": { "start": { "line": 311, @@ -27094,8 +27094,8 @@ }, "expression": { "type": "ArrayExpression", - "start": 6161, - "end": 6285, + "start": 6471, + "end": 6604, "loc": { "start": { "line": 311, @@ -27109,8 +27109,8 @@ "elements": [ { "type": "ObjectExpression", - "start": 6170, - "end": 6219, + "start": 6481, + "end": 6533, "loc": { "start": { "line": 312, @@ -27124,8 +27124,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 6180, - "end": 6188, + "start": 6492, + "end": 6500, "loc": { "start": { "line": 313, @@ -27141,8 +27141,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6180, - "end": 6185, + "start": 6492, + "end": 6497, "loc": { "start": { "line": 313, @@ -27158,8 +27158,8 @@ }, "value": { "type": "NumericLiteral", - "start": 6187, - "end": 6188, + "start": 6499, + "end": 6500, "loc": { "start": { "line": 313, @@ -27179,8 +27179,8 @@ }, { "type": "ObjectProperty", - "start": 6198, - "end": 6210, + "start": 6511, + "end": 6523, "loc": { "start": { "line": 314, @@ -27196,8 +27196,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6198, - "end": 6203, + "start": 6511, + "end": 6516, "loc": { "start": { "line": 314, @@ -27213,8 +27213,8 @@ }, "value": { "type": "StringLiteral", - "start": 6205, - "end": 6210, + "start": 6518, + "end": 6523, "loc": { "start": { "line": 314, @@ -27236,8 +27236,8 @@ }, { "type": "ObjectExpression", - "start": 6228, - "end": 6277, + "start": 6543, + "end": 6595, "loc": { "start": { "line": 316, @@ -27251,8 +27251,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 6238, - "end": 6246, + "start": 6554, + "end": 6562, "loc": { "start": { "line": 317, @@ -27268,8 +27268,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6238, - "end": 6243, + "start": 6554, + "end": 6559, "loc": { "start": { "line": 317, @@ -27285,8 +27285,8 @@ }, "value": { "type": "NumericLiteral", - "start": 6245, - "end": 6246, + "start": 6561, + "end": 6562, "loc": { "start": { "line": 317, @@ -27306,8 +27306,8 @@ }, { "type": "ObjectProperty", - "start": 6256, - "end": 6268, + "start": 6573, + "end": 6585, "loc": { "start": { "line": 318, @@ -27323,8 +27323,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6256, - "end": 6261, + "start": 6573, + "end": 6578, "loc": { "start": { "line": 318, @@ -27340,8 +27340,8 @@ }, "value": { "type": "StringLiteral", - "start": 6263, - "end": 6268, + "start": 6580, + "end": 6585, "loc": { "start": { "line": 318, @@ -27368,8 +27368,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 6038, - "end": 6048, + "start": 6343, + "end": 6353, "loc": { "start": { "line": 306, @@ -27389,8 +27389,8 @@ }, { "type": "JSXText", - "start": 6294, - "end": 6300, + "start": 6614, + "end": 6622, "loc": { "start": { "line": 321, @@ -27408,8 +27408,8 @@ }, { "type": "JSXText", - "start": 6306, - "end": 6312, + "start": 6628, + "end": 6636, "loc": { "start": { "line": 323, @@ -27425,8 +27425,8 @@ }, { "type": "JSXElement", - "start": 6312, - "end": 6717, + "start": 6636, + "end": 7062, "loc": { "start": { "line": 325, @@ -27439,8 +27439,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 6312, - "end": 6317, + "start": 6636, + "end": 6641, "loc": { "start": { "line": 325, @@ -27454,8 +27454,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 6313, - "end": 6316, + "start": 6637, + "end": 6640, "loc": { "start": { "line": 325, @@ -27472,8 +27472,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 6711, - "end": 6717, + "start": 7056, + "end": 7062, "loc": { "start": { "line": 346, @@ -27486,8 +27486,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6713, - "end": 6716, + "start": 7058, + "end": 7061, "loc": { "start": { "line": 346, @@ -27504,8 +27504,8 @@ "children": [ { "type": "JSXText", - "start": 6317, - "end": 6323, + "start": 6641, + "end": 6648, "loc": { "start": { "line": 325, @@ -27521,8 +27521,8 @@ }, { "type": "JSXElement", - "start": 6323, - "end": 6341, + "start": 6648, + "end": 6666, "loc": { "start": { "line": 326, @@ -27535,8 +27535,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 6323, - "end": 6327, + "start": 6648, + "end": 6652, "loc": { "start": { "line": 326, @@ -27550,8 +27550,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 6324, - "end": 6326, + "start": 6649, + "end": 6651, "loc": { "start": { "line": 326, @@ -27568,8 +27568,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 6336, - "end": 6341, + "start": 6661, + "end": 6666, "loc": { "start": { "line": 326, @@ -27582,8 +27582,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6338, - "end": 6340, + "start": 6663, + "end": 6665, "loc": { "start": { "line": 326, @@ -27600,8 +27600,8 @@ "children": [ { "type": "JSXText", - "start": 6327, - "end": 6336, + "start": 6652, + "end": 6661, "loc": { "start": { "line": 326, @@ -27619,8 +27619,8 @@ }, { "type": "JSXText", - "start": 6341, - "end": 6347, + "start": 6666, + "end": 6673, "loc": { "start": { "line": 326, @@ -27636,8 +27636,8 @@ }, { "type": "JSXElement", - "start": 6347, - "end": 6706, + "start": 6673, + "end": 7050, "loc": { "start": { "line": 327, @@ -27650,8 +27650,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 6347, - "end": 6706, + "start": 6673, + "end": 7050, "loc": { "start": { "line": 327, @@ -27665,8 +27665,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 6365, - "end": 6382, + "start": 6692, + "end": 6709, "loc": { "start": { "line": 328, @@ -27679,8 +27679,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6365, - "end": 6369, + "start": 6692, + "end": 6696, "loc": { "start": { "line": 328, @@ -27695,8 +27695,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6370, - "end": 6382, + "start": 6697, + "end": 6709, "loc": { "start": { "line": 328, @@ -27709,8 +27709,8 @@ }, "expression": { "type": "StringLiteral", - "start": 6371, - "end": 6381, + "start": 6698, + "end": 6708, "loc": { "start": { "line": 328, @@ -27731,8 +27731,8 @@ }, { "type": "JSXAttribute", - "start": 6389, - "end": 6413, + "start": 6717, + "end": 6741, "loc": { "start": { "line": 329, @@ -27745,8 +27745,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6389, - "end": 6394, + "start": 6717, + "end": 6722, "loc": { "start": { "line": 329, @@ -27761,8 +27761,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6395, - "end": 6413, + "start": 6723, + "end": 6741, "loc": { "start": { "line": 329, @@ -27775,8 +27775,8 @@ }, "expression": { "type": "StringLiteral", - "start": 6396, - "end": 6412, + "start": 6724, + "end": 6740, "loc": { "start": { "line": 329, @@ -27797,8 +27797,8 @@ }, { "type": "JSXAttribute", - "start": 6420, - "end": 6446, + "start": 6749, + "end": 6775, "loc": { "start": { "line": 330, @@ -27811,8 +27811,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6420, - "end": 6425, + "start": 6749, + "end": 6754, "loc": { "start": { "line": 330, @@ -27827,8 +27827,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6426, - "end": 6446, + "start": 6755, + "end": 6775, "loc": { "start": { "line": 330, @@ -27841,8 +27841,8 @@ }, "expression": { "type": "Identifier", - "start": 6427, - "end": 6445, + "start": 6756, + "end": 6774, "loc": { "start": { "line": 330, @@ -27860,8 +27860,8 @@ }, { "type": "JSXAttribute", - "start": 6453, - "end": 6469, + "start": 6783, + "end": 6799, "loc": { "start": { "line": 331, @@ -27874,8 +27874,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6453, - "end": 6455, + "start": 6783, + "end": 6785, "loc": { "start": { "line": 331, @@ -27890,8 +27890,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6456, - "end": 6469, + "start": 6786, + "end": 6799, "loc": { "start": { "line": 331, @@ -27904,8 +27904,8 @@ }, "expression": { "type": "StringLiteral", - "start": 6457, - "end": 6468, + "start": 6787, + "end": 6798, "loc": { "start": { "line": 331, @@ -27926,8 +27926,8 @@ }, { "type": "JSXAttribute", - "start": 6476, - "end": 6553, + "start": 6807, + "end": 6886, "loc": { "start": { "line": 332, @@ -27940,8 +27940,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6476, - "end": 6489, + "start": 6807, + "end": 6820, "loc": { "start": { "line": 332, @@ -27956,8 +27956,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6490, - "end": 6553, + "start": 6821, + "end": 6886, "loc": { "start": { "line": 332, @@ -27970,8 +27970,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 6491, - "end": 6552, + "start": 6822, + "end": 6885, "loc": { "start": { "line": 332, @@ -27989,8 +27989,8 @@ "params": [ { "type": "Identifier", - "start": 6492, - "end": 6500, + "start": 6823, + "end": 6831, "loc": { "start": { "line": 332, @@ -28007,8 +28007,8 @@ ], "body": { "type": "BlockStatement", - "start": 6505, - "end": 6552, + "start": 6836, + "end": 6885, "loc": { "start": { "line": 332, @@ -28022,8 +28022,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 6514, - "end": 6544, + "start": 6846, + "end": 6876, "loc": { "start": { "line": 333, @@ -28036,8 +28036,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 6514, - "end": 6543, + "start": 6846, + "end": 6875, "loc": { "start": { "line": 333, @@ -28051,8 +28051,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 6514, - "end": 6532, + "start": 6846, + "end": 6864, "loc": { "start": { "line": 333, @@ -28068,8 +28068,8 @@ }, "right": { "type": "Identifier", - "start": 6535, - "end": 6543, + "start": 6867, + "end": 6875, "loc": { "start": { "line": 333, @@ -28093,8 +28093,8 @@ }, { "type": "JSXAttribute", - "start": 6560, - "end": 6698, + "start": 6894, + "end": 7041, "loc": { "start": { "line": 335, @@ -28107,8 +28107,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 6560, - "end": 6567, + "start": 6894, + "end": 6901, "loc": { "start": { "line": 335, @@ -28123,8 +28123,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 6568, - "end": 6698, + "start": 6902, + "end": 7041, "loc": { "start": { "line": 335, @@ -28137,8 +28137,8 @@ }, "expression": { "type": "ArrayExpression", - "start": 6569, - "end": 6697, + "start": 6903, + "end": 7040, "loc": { "start": { "line": 335, @@ -28152,8 +28152,8 @@ "elements": [ { "type": "ObjectExpression", - "start": 6578, - "end": 6629, + "start": 6913, + "end": 6967, "loc": { "start": { "line": 336, @@ -28167,8 +28167,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 6588, - "end": 6598, + "start": 6924, + "end": 6934, "loc": { "start": { "line": 337, @@ -28184,8 +28184,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6588, - "end": 6593, + "start": 6924, + "end": 6929, "loc": { "start": { "line": 337, @@ -28201,8 +28201,8 @@ }, "value": { "type": "StringLiteral", - "start": 6595, - "end": 6598, + "start": 6931, + "end": 6934, "loc": { "start": { "line": 337, @@ -28222,8 +28222,8 @@ }, { "type": "ObjectProperty", - "start": 6608, - "end": 6620, + "start": 6945, + "end": 6957, "loc": { "start": { "line": 338, @@ -28239,8 +28239,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6608, - "end": 6613, + "start": 6945, + "end": 6950, "loc": { "start": { "line": 338, @@ -28256,8 +28256,8 @@ }, "value": { "type": "StringLiteral", - "start": 6615, - "end": 6620, + "start": 6952, + "end": 6957, "loc": { "start": { "line": 338, @@ -28279,8 +28279,8 @@ }, { "type": "ObjectExpression", - "start": 6638, - "end": 6689, + "start": 6977, + "end": 7031, "loc": { "start": { "line": 340, @@ -28294,8 +28294,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 6648, - "end": 6658, + "start": 6988, + "end": 6998, "loc": { "start": { "line": 341, @@ -28311,8 +28311,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6648, - "end": 6653, + "start": 6988, + "end": 6993, "loc": { "start": { "line": 341, @@ -28328,8 +28328,8 @@ }, "value": { "type": "StringLiteral", - "start": 6655, - "end": 6658, + "start": 6995, + "end": 6998, "loc": { "start": { "line": 341, @@ -28349,8 +28349,8 @@ }, { "type": "ObjectProperty", - "start": 6668, - "end": 6680, + "start": 7009, + "end": 7021, "loc": { "start": { "line": 342, @@ -28366,8 +28366,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 6668, - "end": 6673, + "start": 7009, + "end": 7014, "loc": { "start": { "line": 342, @@ -28383,8 +28383,8 @@ }, "value": { "type": "StringLiteral", - "start": 6675, - "end": 6680, + "start": 7016, + "end": 7021, "loc": { "start": { "line": 342, @@ -28411,8 +28411,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 6348, - "end": 6358, + "start": 6674, + "end": 6684, "loc": { "start": { "line": 327, @@ -28432,8 +28432,8 @@ }, { "type": "JSXText", - "start": 6706, - "end": 6711, + "start": 7050, + "end": 7056, "loc": { "start": { "line": 345, @@ -28451,8 +28451,8 @@ }, { "type": "JSXText", - "start": 6717, - "end": 6722, + "start": 7062, + "end": 7069, "loc": { "start": { "line": 346, @@ -28469,7 +28469,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 2227 + "parenStart": 2346 } } } @@ -28740,8 +28740,8 @@ "updateContext": null }, "value": "import", - "start": 42, - "end": 48, + "start": 43, + "end": 49, "loc": { "start": { "line": 2, @@ -28766,8 +28766,8 @@ "binop": null }, "value": "logo", - "start": 49, - "end": 53, + "start": 50, + "end": 54, "loc": { "start": { "line": 2, @@ -28792,8 +28792,8 @@ "binop": null }, "value": "from", - "start": 54, - "end": 58, + "start": 55, + "end": 59, "loc": { "start": { "line": 2, @@ -28819,8 +28819,8 @@ "updateContext": null }, "value": "./logo.svg", - "start": 59, - "end": 71, + "start": 60, + "end": 72, "loc": { "start": { "line": 2, @@ -28845,8 +28845,8 @@ "binop": null, "updateContext": null }, - "start": 71, - "end": 72, + "start": 72, + "end": 73, "loc": { "start": { "line": 2, @@ -28873,8 +28873,8 @@ "updateContext": null }, "value": "import", - "start": 73, - "end": 79, + "start": 75, + "end": 81, "loc": { "start": { "line": 3, @@ -28900,8 +28900,8 @@ "updateContext": null }, "value": "./App.css", - "start": 80, - "end": 91, + "start": 82, + "end": 93, "loc": { "start": { "line": 3, @@ -28926,8 +28926,8 @@ "binop": null, "updateContext": null }, - "start": 91, - "end": 92, + "start": 93, + "end": 94, "loc": { "start": { "line": 3, @@ -28954,8 +28954,8 @@ "updateContext": null }, "value": "import", - "start": 93, - "end": 99, + "start": 96, + "end": 102, "loc": { "start": { "line": 4, @@ -28979,8 +28979,8 @@ "postfix": false, "binop": null }, - "start": 100, - "end": 101, + "start": 103, + "end": 104, "loc": { "start": { "line": 4, @@ -29005,8 +29005,8 @@ "binop": null }, "value": "FieldGroup", - "start": 101, - "end": 111, + "start": 104, + "end": 114, "loc": { "start": { "line": 4, @@ -29030,8 +29030,8 @@ "postfix": false, "binop": null }, - "start": 111, - "end": 112, + "start": 114, + "end": 115, "loc": { "start": { "line": 4, @@ -29056,8 +29056,8 @@ "binop": null }, "value": "from", - "start": 113, - "end": 117, + "start": 116, + "end": 120, "loc": { "start": { "line": 4, @@ -29083,8 +29083,8 @@ "updateContext": null }, "value": "./components/fields/FieldGroup", - "start": 118, - "end": 150, + "start": 121, + "end": 153, "loc": { "start": { "line": 4, @@ -29109,8 +29109,8 @@ "binop": null, "updateContext": null }, - "start": 150, - "end": 151, + "start": 153, + "end": 154, "loc": { "start": { "line": 4, @@ -29137,8 +29137,8 @@ "updateContext": null }, "value": "import", - "start": 152, - "end": 158, + "start": 156, + "end": 162, "loc": { "start": { "line": 5, @@ -29162,8 +29162,8 @@ "postfix": false, "binop": null }, - "start": 159, - "end": 160, + "start": 163, + "end": 164, "loc": { "start": { "line": 5, @@ -29188,8 +29188,8 @@ "binop": null }, "value": "fieldSetFactory", - "start": 160, - "end": 175, + "start": 164, + "end": 179, "loc": { "start": { "line": 5, @@ -29213,8 +29213,8 @@ "postfix": false, "binop": null }, - "start": 175, - "end": 176, + "start": 179, + "end": 180, "loc": { "start": { "line": 5, @@ -29239,8 +29239,8 @@ "binop": null }, "value": "from", - "start": 177, - "end": 181, + "start": 181, + "end": 185, "loc": { "start": { "line": 5, @@ -29266,8 +29266,8 @@ "updateContext": null }, "value": "./components/fields/factories/fieldSetFactory", - "start": 182, - "end": 229, + "start": 186, + "end": 233, "loc": { "start": { "line": 5, @@ -29292,8 +29292,8 @@ "binop": null, "updateContext": null }, - "start": 229, - "end": 230, + "start": 233, + "end": 234, "loc": { "start": { "line": 5, @@ -29320,8 +29320,8 @@ "updateContext": null }, "value": "import", - "start": 231, - "end": 237, + "start": 236, + "end": 242, "loc": { "start": { "line": 6, @@ -29345,8 +29345,8 @@ "postfix": false, "binop": null }, - "start": 238, - "end": 239, + "start": 243, + "end": 244, "loc": { "start": { "line": 6, @@ -29371,8 +29371,8 @@ "binop": null }, "value": "RenderGroup", - "start": 239, - "end": 250, + "start": 244, + "end": 255, "loc": { "start": { "line": 6, @@ -29396,8 +29396,8 @@ "postfix": false, "binop": null }, - "start": 250, - "end": 251, + "start": 255, + "end": 256, "loc": { "start": { "line": 6, @@ -29422,8 +29422,8 @@ "binop": null }, "value": "from", - "start": 252, - "end": 256, + "start": 257, + "end": 261, "loc": { "start": { "line": 6, @@ -29449,8 +29449,8 @@ "updateContext": null }, "value": "./components/RenderGroup", - "start": 257, - "end": 283, + "start": 262, + "end": 288, "loc": { "start": { "line": 6, @@ -29475,8 +29475,8 @@ "binop": null, "updateContext": null }, - "start": 283, - "end": 284, + "start": 288, + "end": 289, "loc": { "start": { "line": 6, @@ -29503,8 +29503,8 @@ "updateContext": null }, "value": "import", - "start": 285, - "end": 291, + "start": 291, + "end": 297, "loc": { "start": { "line": 7, @@ -29528,8 +29528,8 @@ "postfix": false, "binop": null }, - "start": 292, - "end": 293, + "start": 298, + "end": 299, "loc": { "start": { "line": 7, @@ -29554,8 +29554,8 @@ "binop": null }, "value": "MagicFieldGroup", - "start": 293, - "end": 308, + "start": 299, + "end": 314, "loc": { "start": { "line": 7, @@ -29579,8 +29579,8 @@ "postfix": false, "binop": null }, - "start": 308, - "end": 309, + "start": 314, + "end": 315, "loc": { "start": { "line": 7, @@ -29605,8 +29605,8 @@ "binop": null }, "value": "from", - "start": 310, - "end": 314, + "start": 316, + "end": 320, "loc": { "start": { "line": 7, @@ -29632,8 +29632,8 @@ "updateContext": null }, "value": "./components/fields/magic-select/MagicFieldGroup", - "start": 315, - "end": 365, + "start": 321, + "end": 371, "loc": { "start": { "line": 7, @@ -29658,8 +29658,8 @@ "binop": null, "updateContext": null }, - "start": 365, - "end": 366, + "start": 371, + "end": 372, "loc": { "start": { "line": 7, @@ -29686,8 +29686,8 @@ "updateContext": null }, "value": "let", - "start": 368, - "end": 371, + "start": 376, + "end": 379, "loc": { "start": { "line": 9, @@ -29712,8 +29712,8 @@ "binop": null }, "value": "textFieldValue", - "start": 372, - "end": 386, + "start": 380, + "end": 394, "loc": { "start": { "line": 9, @@ -29739,8 +29739,8 @@ "updateContext": null }, "value": "=", - "start": 387, - "end": 388, + "start": 395, + "end": 396, "loc": { "start": { "line": 9, @@ -29766,8 +29766,8 @@ "updateContext": null }, "value": "Roy,Mike", - "start": 389, - "end": 399, + "start": 397, + "end": 407, "loc": { "start": { "line": 9, @@ -29792,8 +29792,8 @@ "binop": null, "updateContext": null }, - "start": 399, - "end": 400, + "start": 407, + "end": 408, "loc": { "start": { "line": 9, @@ -29820,8 +29820,8 @@ "updateContext": null }, "value": "const", - "start": 401, - "end": 406, + "start": 410, + "end": 415, "loc": { "start": { "line": 10, @@ -29846,8 +29846,8 @@ "binop": null }, "value": "textFieldConfig", - "start": 407, - "end": 422, + "start": 416, + "end": 431, "loc": { "start": { "line": 10, @@ -29873,8 +29873,8 @@ "updateContext": null }, "value": "=", - "start": 423, - "end": 424, + "start": 432, + "end": 433, "loc": { "start": { "line": 10, @@ -29898,8 +29898,8 @@ "postfix": false, "binop": null }, - "start": 425, - "end": 426, + "start": 434, + "end": 435, "loc": { "start": { "line": 10, @@ -29925,8 +29925,8 @@ "updateContext": null }, "value": "id", - "start": 428, - "end": 432, + "start": 438, + "end": 442, "loc": { "start": { "line": 11, @@ -29951,8 +29951,8 @@ "binop": null, "updateContext": null }, - "start": 432, - "end": 433, + "start": 442, + "end": 443, "loc": { "start": { "line": 11, @@ -29978,8 +29978,8 @@ "updateContext": null }, "value": "cf-something-tags", - "start": 434, - "end": 453, + "start": 444, + "end": 463, "loc": { "start": { "line": 11, @@ -30004,8 +30004,8 @@ "binop": null, "updateContext": null }, - "start": 453, - "end": 454, + "start": 463, + "end": 464, "loc": { "start": { "line": 11, @@ -30031,8 +30031,8 @@ "updateContext": null }, "value": "label", - "start": 456, - "end": 463, + "start": 467, + "end": 474, "loc": { "start": { "line": 12, @@ -30057,8 +30057,8 @@ "binop": null, "updateContext": null }, - "start": 463, - "end": 464, + "start": 474, + "end": 475, "loc": { "start": { "line": 12, @@ -30084,8 +30084,8 @@ "updateContext": null }, "value": "Tags", - "start": 465, - "end": 471, + "start": 476, + "end": 482, "loc": { "start": { "line": 12, @@ -30110,8 +30110,8 @@ "binop": null, "updateContext": null }, - "start": 471, - "end": 472, + "start": 482, + "end": 483, "loc": { "start": { "line": 12, @@ -30137,8 +30137,8 @@ "updateContext": null }, "value": "desc", - "start": 474, - "end": 480, + "start": 486, + "end": 492, "loc": { "start": { "line": 13, @@ -30163,8 +30163,8 @@ "binop": null, "updateContext": null }, - "start": 480, - "end": 481, + "start": 492, + "end": 493, "loc": { "start": { "line": 13, @@ -30190,8 +30190,8 @@ "updateContext": null }, "value": "Comma separated list of tags.", - "start": 482, - "end": 513, + "start": 494, + "end": 525, "loc": { "start": { "line": 13, @@ -30216,8 +30216,8 @@ "binop": null, "updateContext": null }, - "start": 513, - "end": 514, + "start": 525, + "end": 526, "loc": { "start": { "line": 13, @@ -30243,8 +30243,8 @@ "updateContext": null }, "value": "type", - "start": 516, - "end": 522, + "start": 529, + "end": 535, "loc": { "start": { "line": 14, @@ -30269,8 +30269,8 @@ "binop": null, "updateContext": null }, - "start": 522, - "end": 523, + "start": 535, + "end": 536, "loc": { "start": { "line": 14, @@ -30296,8 +30296,8 @@ "updateContext": null }, "value": "text", - "start": 524, - "end": 530, + "start": 537, + "end": 543, "loc": { "start": { "line": 14, @@ -30322,8 +30322,8 @@ "binop": null, "updateContext": null }, - "start": 530, - "end": 531, + "start": 543, + "end": 544, "loc": { "start": { "line": 14, @@ -30349,8 +30349,8 @@ "updateContext": null }, "value": "description", - "start": 533, - "end": 546, + "start": 547, + "end": 560, "loc": { "start": { "line": 15, @@ -30375,8 +30375,8 @@ "binop": null, "updateContext": null }, - "start": 546, - "end": 547, + "start": 560, + "end": 561, "loc": { "start": { "line": 15, @@ -30403,8 +30403,8 @@ "updateContext": null }, "value": "false", - "start": 548, - "end": 553, + "start": 562, + "end": 567, "loc": { "start": { "line": 15, @@ -30429,8 +30429,8 @@ "binop": null, "updateContext": null }, - "start": 553, - "end": 554, + "start": 567, + "end": 568, "loc": { "start": { "line": 15, @@ -30455,8 +30455,8 @@ "binop": null }, "value": "value", - "start": 556, - "end": 561, + "start": 571, + "end": 576, "loc": { "start": { "line": 16, @@ -30481,8 +30481,8 @@ "binop": null, "updateContext": null }, - "start": 561, - "end": 562, + "start": 576, + "end": 577, "loc": { "start": { "line": 16, @@ -30507,8 +30507,8 @@ "binop": null }, "value": "textFieldValue", - "start": 563, - "end": 577, + "start": 578, + "end": 592, "loc": { "start": { "line": 16, @@ -30533,8 +30533,8 @@ "binop": null, "updateContext": null }, - "start": 577, - "end": 578, + "start": 592, + "end": 593, "loc": { "start": { "line": 16, @@ -30559,8 +30559,8 @@ "binop": null }, "value": "onValueChange", - "start": 580, - "end": 593, + "start": 596, + "end": 609, "loc": { "start": { "line": 17, @@ -30585,8 +30585,8 @@ "binop": null, "updateContext": null }, - "start": 593, - "end": 594, + "start": 609, + "end": 610, "loc": { "start": { "line": 17, @@ -30612,8 +30612,8 @@ "binop": null }, "value": "function", - "start": 595, - "end": 603, + "start": 611, + "end": 619, "loc": { "start": { "line": 17, @@ -30637,8 +30637,8 @@ "postfix": false, "binop": null }, - "start": 603, - "end": 604, + "start": 619, + "end": 620, "loc": { "start": { "line": 17, @@ -30663,8 +30663,8 @@ "binop": null }, "value": "newValue", - "start": 604, - "end": 612, + "start": 620, + "end": 628, "loc": { "start": { "line": 17, @@ -30688,8 +30688,8 @@ "postfix": false, "binop": null }, - "start": 612, - "end": 613, + "start": 628, + "end": 629, "loc": { "start": { "line": 17, @@ -30713,8 +30713,8 @@ "postfix": false, "binop": null }, - "start": 613, - "end": 614, + "start": 629, + "end": 630, "loc": { "start": { "line": 17, @@ -30739,8 +30739,8 @@ "binop": null }, "value": "textFieldValue", - "start": 617, - "end": 631, + "start": 634, + "end": 648, "loc": { "start": { "line": 18, @@ -30766,8 +30766,8 @@ "updateContext": null }, "value": "=", - "start": 632, - "end": 633, + "start": 649, + "end": 650, "loc": { "start": { "line": 18, @@ -30792,8 +30792,8 @@ "binop": null }, "value": "newValue", - "start": 634, - "end": 642, + "start": 651, + "end": 659, "loc": { "start": { "line": 18, @@ -30818,8 +30818,8 @@ "binop": null, "updateContext": null }, - "start": 642, - "end": 643, + "start": 659, + "end": 660, "loc": { "start": { "line": 18, @@ -30843,8 +30843,8 @@ "postfix": false, "binop": null }, - "start": 645, - "end": 646, + "start": 663, + "end": 664, "loc": { "start": { "line": 19, @@ -30869,8 +30869,8 @@ "binop": null, "updateContext": null }, - "start": 646, - "end": 647, + "start": 664, + "end": 665, "loc": { "start": { "line": 19, @@ -30894,8 +30894,8 @@ "postfix": false, "binop": null }, - "start": 650, - "end": 651, + "start": 671, + "end": 672, "loc": { "start": { "line": 22, @@ -30920,8 +30920,8 @@ "binop": null, "updateContext": null }, - "start": 651, - "end": 652, + "start": 672, + "end": 673, "loc": { "start": { "line": 22, @@ -30948,8 +30948,8 @@ "updateContext": null }, "value": "const", - "start": 654, - "end": 659, + "start": 677, + "end": 682, "loc": { "start": { "line": 24, @@ -30974,8 +30974,8 @@ "binop": null }, "value": "numberFieldConfig", - "start": 660, - "end": 677, + "start": 683, + "end": 700, "loc": { "start": { "line": 24, @@ -31001,8 +31001,8 @@ "updateContext": null }, "value": "=", - "start": 678, - "end": 679, + "start": 701, + "end": 702, "loc": { "start": { "line": 24, @@ -31026,8 +31026,8 @@ "postfix": false, "binop": null }, - "start": 680, - "end": 681, + "start": 703, + "end": 704, "loc": { "start": { "line": 24, @@ -31053,8 +31053,8 @@ "updateContext": null }, "value": "id", - "start": 683, - "end": 687, + "start": 707, + "end": 711, "loc": { "start": { "line": 25, @@ -31079,8 +31079,8 @@ "binop": null, "updateContext": null }, - "start": 687, - "end": 688, + "start": 711, + "end": 712, "loc": { "start": { "line": 25, @@ -31106,8 +31106,8 @@ "updateContext": null }, "value": "cf--something-some-number", - "start": 689, - "end": 716, + "start": 713, + "end": 740, "loc": { "start": { "line": 25, @@ -31132,8 +31132,8 @@ "binop": null, "updateContext": null }, - "start": 716, - "end": 717, + "start": 740, + "end": 741, "loc": { "start": { "line": 25, @@ -31159,8 +31159,8 @@ "updateContext": null }, "value": "label", - "start": 719, - "end": 726, + "start": 744, + "end": 751, "loc": { "start": { "line": 26, @@ -31185,8 +31185,8 @@ "binop": null, "updateContext": null }, - "start": 726, - "end": 727, + "start": 751, + "end": 752, "loc": { "start": { "line": 26, @@ -31212,8 +31212,8 @@ "updateContext": null }, "value": "The number of something", - "start": 728, - "end": 753, + "start": 753, + "end": 778, "loc": { "start": { "line": 26, @@ -31238,8 +31238,8 @@ "binop": null, "updateContext": null }, - "start": 753, - "end": 754, + "start": 778, + "end": 779, "loc": { "start": { "line": 26, @@ -31265,8 +31265,8 @@ "updateContext": null }, "value": "desc", - "start": 756, - "end": 762, + "start": 782, + "end": 788, "loc": { "start": { "line": 27, @@ -31291,8 +31291,8 @@ "binop": null, "updateContext": null }, - "start": 762, - "end": 763, + "start": 788, + "end": 789, "loc": { "start": { "line": 27, @@ -31318,8 +31318,8 @@ "updateContext": null }, "value": "How many somethings?", - "start": 764, - "end": 786, + "start": 790, + "end": 812, "loc": { "start": { "line": 27, @@ -31344,8 +31344,8 @@ "binop": null, "updateContext": null }, - "start": 786, - "end": 787, + "start": 812, + "end": 813, "loc": { "start": { "line": 27, @@ -31371,8 +31371,8 @@ "updateContext": null }, "value": "type", - "start": 789, - "end": 795, + "start": 816, + "end": 822, "loc": { "start": { "line": 28, @@ -31397,8 +31397,8 @@ "binop": null, "updateContext": null }, - "start": 795, - "end": 796, + "start": 822, + "end": 823, "loc": { "start": { "line": 28, @@ -31424,8 +31424,8 @@ "updateContext": null }, "value": "text", - "start": 797, - "end": 803, + "start": 824, + "end": 830, "loc": { "start": { "line": 28, @@ -31450,8 +31450,8 @@ "binop": null, "updateContext": null }, - "start": 803, - "end": 804, + "start": 830, + "end": 831, "loc": { "start": { "line": 28, @@ -31477,8 +31477,8 @@ "updateContext": null }, "value": "inputType", - "start": 806, - "end": 817, + "start": 834, + "end": 845, "loc": { "start": { "line": 29, @@ -31503,8 +31503,8 @@ "binop": null, "updateContext": null }, - "start": 817, - "end": 818, + "start": 845, + "end": 846, "loc": { "start": { "line": 29, @@ -31530,8 +31530,8 @@ "updateContext": null }, "value": "number", - "start": 819, - "end": 827, + "start": 847, + "end": 855, "loc": { "start": { "line": 29, @@ -31556,8 +31556,8 @@ "binop": null, "updateContext": null }, - "start": 827, - "end": 828, + "start": 855, + "end": 856, "loc": { "start": { "line": 29, @@ -31582,8 +31582,8 @@ "binop": null }, "value": "attributes", - "start": 830, - "end": 840, + "start": 859, + "end": 869, "loc": { "start": { "line": 30, @@ -31608,8 +31608,8 @@ "binop": null, "updateContext": null }, - "start": 840, - "end": 841, + "start": 869, + "end": 870, "loc": { "start": { "line": 30, @@ -31633,8 +31633,8 @@ "postfix": false, "binop": null }, - "start": 842, - "end": 843, + "start": 871, + "end": 872, "loc": { "start": { "line": 30, @@ -31659,8 +31659,8 @@ "binop": null }, "value": "min", - "start": 846, - "end": 849, + "start": 876, + "end": 879, "loc": { "start": { "line": 31, @@ -31685,8 +31685,8 @@ "binop": null, "updateContext": null }, - "start": 849, - "end": 850, + "start": 879, + "end": 880, "loc": { "start": { "line": 31, @@ -31712,8 +31712,8 @@ "updateContext": null }, "value": "-", - "start": 851, - "end": 852, + "start": 881, + "end": 882, "loc": { "start": { "line": 31, @@ -31739,8 +31739,8 @@ "updateContext": null }, "value": 1, - "start": 852, - "end": 853, + "start": 882, + "end": 883, "loc": { "start": { "line": 31, @@ -31765,8 +31765,8 @@ "binop": null, "updateContext": null }, - "start": 853, - "end": 854, + "start": 883, + "end": 884, "loc": { "start": { "line": 31, @@ -31791,8 +31791,8 @@ "binop": null }, "value": "max", - "start": 857, - "end": 860, + "start": 888, + "end": 891, "loc": { "start": { "line": 32, @@ -31817,8 +31817,8 @@ "binop": null, "updateContext": null }, - "start": 860, - "end": 861, + "start": 891, + "end": 892, "loc": { "start": { "line": 32, @@ -31844,8 +31844,8 @@ "updateContext": null }, "value": 22, - "start": 862, - "end": 864, + "start": 893, + "end": 895, "loc": { "start": { "line": 32, @@ -31870,8 +31870,8 @@ "binop": null, "updateContext": null }, - "start": 864, - "end": 865, + "start": 895, + "end": 896, "loc": { "start": { "line": 32, @@ -31896,8 +31896,8 @@ "binop": null }, "value": "step", - "start": 868, - "end": 872, + "start": 900, + "end": 904, "loc": { "start": { "line": 33, @@ -31922,8 +31922,8 @@ "binop": null, "updateContext": null }, - "start": 872, - "end": 873, + "start": 904, + "end": 905, "loc": { "start": { "line": 33, @@ -31949,8 +31949,8 @@ "updateContext": null }, "value": 0.1, - "start": 874, - "end": 877, + "start": 906, + "end": 909, "loc": { "start": { "line": 33, @@ -31975,8 +31975,8 @@ "binop": null, "updateContext": null }, - "start": 877, - "end": 878, + "start": 909, + "end": 910, "loc": { "start": { "line": 33, @@ -32000,8 +32000,8 @@ "postfix": false, "binop": null }, - "start": 880, - "end": 881, + "start": 913, + "end": 914, "loc": { "start": { "line": 34, @@ -32026,8 +32026,8 @@ "binop": null, "updateContext": null }, - "start": 881, - "end": 882, + "start": 914, + "end": 915, "loc": { "start": { "line": 34, @@ -32052,8 +32052,8 @@ "binop": null }, "value": "value", - "start": 884, - "end": 889, + "start": 918, + "end": 923, "loc": { "start": { "line": 35, @@ -32078,8 +32078,8 @@ "binop": null, "updateContext": null }, - "start": 889, - "end": 890, + "start": 923, + "end": 924, "loc": { "start": { "line": 35, @@ -32105,8 +32105,8 @@ "updateContext": null }, "value": 42, - "start": 891, - "end": 893, + "start": 925, + "end": 927, "loc": { "start": { "line": 35, @@ -32131,8 +32131,8 @@ "binop": null, "updateContext": null }, - "start": 893, - "end": 894, + "start": 927, + "end": 928, "loc": { "start": { "line": 35, @@ -32157,8 +32157,8 @@ "binop": null }, "value": "onValueChange", - "start": 896, - "end": 909, + "start": 931, + "end": 944, "loc": { "start": { "line": 36, @@ -32183,8 +32183,8 @@ "binop": null, "updateContext": null }, - "start": 909, - "end": 910, + "start": 944, + "end": 945, "loc": { "start": { "line": 36, @@ -32208,8 +32208,8 @@ "postfix": false, "binop": null }, - "start": 911, - "end": 912, + "start": 946, + "end": 947, "loc": { "start": { "line": 36, @@ -32234,8 +32234,8 @@ "binop": null }, "value": "newNumberValue", - "start": 912, - "end": 926, + "start": 947, + "end": 961, "loc": { "start": { "line": 36, @@ -32259,8 +32259,8 @@ "postfix": false, "binop": null }, - "start": 926, - "end": 927, + "start": 961, + "end": 962, "loc": { "start": { "line": 36, @@ -32285,8 +32285,8 @@ "binop": null, "updateContext": null }, - "start": 928, - "end": 930, + "start": 963, + "end": 965, "loc": { "start": { "line": 36, @@ -32310,8 +32310,8 @@ "postfix": false, "binop": null }, - "start": 930, - "end": 931, + "start": 965, + "end": 966, "loc": { "start": { "line": 36, @@ -32336,8 +32336,8 @@ "binop": null }, "value": "console", - "start": 934, - "end": 941, + "start": 970, + "end": 977, "loc": { "start": { "line": 37, @@ -32362,8 +32362,8 @@ "binop": null, "updateContext": null }, - "start": 941, - "end": 942, + "start": 977, + "end": 978, "loc": { "start": { "line": 37, @@ -32388,8 +32388,8 @@ "binop": null }, "value": "log", - "start": 942, - "end": 945, + "start": 978, + "end": 981, "loc": { "start": { "line": 37, @@ -32413,8 +32413,8 @@ "postfix": false, "binop": null }, - "start": 945, - "end": 946, + "start": 981, + "end": 982, "loc": { "start": { "line": 37, @@ -32439,8 +32439,8 @@ "binop": null }, "value": "newNumberValue", - "start": 946, - "end": 960, + "start": 982, + "end": 996, "loc": { "start": { "line": 37, @@ -32464,8 +32464,8 @@ "postfix": false, "binop": null }, - "start": 960, - "end": 961, + "start": 996, + "end": 997, "loc": { "start": { "line": 37, @@ -32490,8 +32490,8 @@ "binop": null, "updateContext": null }, - "start": 961, - "end": 962, + "start": 997, + "end": 998, "loc": { "start": { "line": 37, @@ -32515,8 +32515,8 @@ "postfix": false, "binop": null }, - "start": 964, - "end": 965, + "start": 1001, + "end": 1002, "loc": { "start": { "line": 38, @@ -32541,8 +32541,8 @@ "binop": null, "updateContext": null }, - "start": 965, - "end": 966, + "start": 1002, + "end": 1003, "loc": { "start": { "line": 38, @@ -32566,8 +32566,8 @@ "postfix": false, "binop": null }, - "start": 968, - "end": 969, + "start": 1007, + "end": 1008, "loc": { "start": { "line": 40, @@ -32592,8 +32592,8 @@ "binop": null, "updateContext": null }, - "start": 969, - "end": 970, + "start": 1008, + "end": 1009, "loc": { "start": { "line": 40, @@ -32620,8 +32620,8 @@ "updateContext": null }, "value": "let", - "start": 972, - "end": 975, + "start": 1013, + "end": 1016, "loc": { "start": { "line": 42, @@ -32646,8 +32646,8 @@ "binop": null }, "value": "hiddenFieldValue", - "start": 976, - "end": 992, + "start": 1017, + "end": 1033, "loc": { "start": { "line": 42, @@ -32673,8 +32673,8 @@ "updateContext": null }, "value": "=", - "start": 993, - "end": 994, + "start": 1034, + "end": 1035, "loc": { "start": { "line": 42, @@ -32700,8 +32700,8 @@ "updateContext": null }, "value": "42", - "start": 995, - "end": 999, + "start": 1036, + "end": 1040, "loc": { "start": { "line": 42, @@ -32726,8 +32726,8 @@ "binop": null, "updateContext": null }, - "start": 999, - "end": 1000, + "start": 1040, + "end": 1041, "loc": { "start": { "line": 42, @@ -32754,8 +32754,8 @@ "updateContext": null }, "value": "const", - "start": 1001, - "end": 1006, + "start": 1043, + "end": 1048, "loc": { "start": { "line": 43, @@ -32780,8 +32780,8 @@ "binop": null }, "value": "hiddenFieldConfig", - "start": 1007, - "end": 1024, + "start": 1049, + "end": 1066, "loc": { "start": { "line": 43, @@ -32807,8 +32807,8 @@ "updateContext": null }, "value": "=", - "start": 1025, - "end": 1026, + "start": 1067, + "end": 1068, "loc": { "start": { "line": 43, @@ -32832,8 +32832,8 @@ "postfix": false, "binop": null }, - "start": 1027, - "end": 1028, + "start": 1069, + "end": 1070, "loc": { "start": { "line": 43, @@ -32859,8 +32859,8 @@ "updateContext": null }, "value": "id", - "start": 1030, - "end": 1034, + "start": 1073, + "end": 1077, "loc": { "start": { "line": 44, @@ -32885,8 +32885,8 @@ "binop": null, "updateContext": null }, - "start": 1034, - "end": 1035, + "start": 1077, + "end": 1078, "loc": { "start": { "line": 44, @@ -32912,8 +32912,8 @@ "updateContext": null }, "value": "cf-something-sequence-id", - "start": 1036, - "end": 1062, + "start": 1079, + "end": 1105, "loc": { "start": { "line": 44, @@ -32938,8 +32938,8 @@ "binop": null, "updateContext": null }, - "start": 1062, - "end": 1063, + "start": 1105, + "end": 1106, "loc": { "start": { "line": 44, @@ -32965,8 +32965,8 @@ "updateContext": null }, "value": "type", - "start": 1065, - "end": 1071, + "start": 1109, + "end": 1115, "loc": { "start": { "line": 45, @@ -32991,8 +32991,8 @@ "binop": null, "updateContext": null }, - "start": 1071, - "end": 1072, + "start": 1115, + "end": 1116, "loc": { "start": { "line": 45, @@ -33018,8 +33018,8 @@ "updateContext": null }, "value": "hidden", - "start": 1073, - "end": 1081, + "start": 1117, + "end": 1125, "loc": { "start": { "line": 45, @@ -33044,8 +33044,8 @@ "binop": null, "updateContext": null }, - "start": 1081, - "end": 1082, + "start": 1125, + "end": 1126, "loc": { "start": { "line": 45, @@ -33071,8 +33071,8 @@ "updateContext": null }, "value": "label", - "start": 1084, - "end": 1091, + "start": 1129, + "end": 1136, "loc": { "start": { "line": 46, @@ -33097,8 +33097,8 @@ "binop": null, "updateContext": null }, - "start": 1091, - "end": 1092, + "start": 1136, + "end": 1137, "loc": { "start": { "line": 46, @@ -33124,8 +33124,8 @@ "updateContext": null }, "value": "Sequence ID", - "start": 1093, - "end": 1106, + "start": 1138, + "end": 1151, "loc": { "start": { "line": 46, @@ -33150,8 +33150,8 @@ "binop": null, "updateContext": null }, - "start": 1106, - "end": 1107, + "start": 1151, + "end": 1152, "loc": { "start": { "line": 46, @@ -33177,8 +33177,8 @@ "updateContext": null }, "value": "description", - "start": 1109, - "end": 1122, + "start": 1155, + "end": 1168, "loc": { "start": { "line": 47, @@ -33203,8 +33203,8 @@ "binop": null, "updateContext": null }, - "start": 1122, - "end": 1123, + "start": 1168, + "end": 1169, "loc": { "start": { "line": 47, @@ -33231,8 +33231,8 @@ "updateContext": null }, "value": "false", - "start": 1124, - "end": 1129, + "start": 1170, + "end": 1175, "loc": { "start": { "line": 47, @@ -33257,8 +33257,8 @@ "binop": null, "updateContext": null }, - "start": 1129, - "end": 1130, + "start": 1175, + "end": 1176, "loc": { "start": { "line": 47, @@ -33283,8 +33283,8 @@ "binop": null }, "value": "value", - "start": 1132, - "end": 1137, + "start": 1179, + "end": 1184, "loc": { "start": { "line": 48, @@ -33309,8 +33309,8 @@ "binop": null, "updateContext": null }, - "start": 1137, - "end": 1138, + "start": 1184, + "end": 1185, "loc": { "start": { "line": 48, @@ -33335,8 +33335,8 @@ "binop": null }, "value": "hiddenFieldValue", - "start": 1139, - "end": 1155, + "start": 1186, + "end": 1202, "loc": { "start": { "line": 48, @@ -33361,8 +33361,8 @@ "binop": null, "updateContext": null }, - "start": 1155, - "end": 1156, + "start": 1202, + "end": 1203, "loc": { "start": { "line": 48, @@ -33387,8 +33387,8 @@ "binop": null }, "value": "onValueChange", - "start": 1158, - "end": 1171, + "start": 1206, + "end": 1219, "loc": { "start": { "line": 49, @@ -33413,8 +33413,8 @@ "binop": null, "updateContext": null }, - "start": 1171, - "end": 1172, + "start": 1219, + "end": 1220, "loc": { "start": { "line": 49, @@ -33440,8 +33440,8 @@ "binop": null }, "value": "function", - "start": 1173, - "end": 1181, + "start": 1221, + "end": 1229, "loc": { "start": { "line": 49, @@ -33465,8 +33465,8 @@ "postfix": false, "binop": null }, - "start": 1181, - "end": 1182, + "start": 1229, + "end": 1230, "loc": { "start": { "line": 49, @@ -33491,8 +33491,8 @@ "binop": null }, "value": "newValue", - "start": 1182, - "end": 1190, + "start": 1230, + "end": 1238, "loc": { "start": { "line": 49, @@ -33516,8 +33516,8 @@ "postfix": false, "binop": null }, - "start": 1190, - "end": 1191, + "start": 1238, + "end": 1239, "loc": { "start": { "line": 49, @@ -33541,8 +33541,8 @@ "postfix": false, "binop": null }, - "start": 1191, - "end": 1192, + "start": 1239, + "end": 1240, "loc": { "start": { "line": 49, @@ -33567,8 +33567,8 @@ "binop": null }, "value": "hiddenFieldValue", - "start": 1195, - "end": 1211, + "start": 1244, + "end": 1260, "loc": { "start": { "line": 50, @@ -33594,8 +33594,8 @@ "updateContext": null }, "value": "=", - "start": 1212, - "end": 1213, + "start": 1261, + "end": 1262, "loc": { "start": { "line": 50, @@ -33620,8 +33620,8 @@ "binop": null }, "value": "newValue", - "start": 1214, - "end": 1222, + "start": 1263, + "end": 1271, "loc": { "start": { "line": 50, @@ -33645,8 +33645,8 @@ "postfix": false, "binop": null }, - "start": 1224, - "end": 1225, + "start": 1274, + "end": 1275, "loc": { "start": { "line": 51, @@ -33671,8 +33671,8 @@ "binop": null, "updateContext": null }, - "start": 1225, - "end": 1226, + "start": 1275, + "end": 1276, "loc": { "start": { "line": 51, @@ -33696,8 +33696,8 @@ "postfix": false, "binop": null }, - "start": 1227, - "end": 1228, + "start": 1278, + "end": 1279, "loc": { "start": { "line": 52, @@ -33722,8 +33722,8 @@ "binop": null, "updateContext": null }, - "start": 1228, - "end": 1229, + "start": 1279, + "end": 1280, "loc": { "start": { "line": 52, @@ -33750,8 +33750,8 @@ "updateContext": null }, "value": "let", - "start": 1231, - "end": 1234, + "start": 1284, + "end": 1287, "loc": { "start": { "line": 54, @@ -33776,8 +33776,8 @@ "binop": null }, "value": "selectFieldValue", - "start": 1235, - "end": 1251, + "start": 1288, + "end": 1304, "loc": { "start": { "line": 54, @@ -33803,8 +33803,8 @@ "updateContext": null }, "value": "=", - "start": 1252, - "end": 1253, + "start": 1305, + "end": 1306, "loc": { "start": { "line": 54, @@ -33830,8 +33830,8 @@ "updateContext": null }, "value": "html", - "start": 1254, - "end": 1260, + "start": 1307, + "end": 1313, "loc": { "start": { "line": 54, @@ -33856,8 +33856,8 @@ "binop": null, "updateContext": null }, - "start": 1260, - "end": 1261, + "start": 1313, + "end": 1314, "loc": { "start": { "line": 54, @@ -33884,8 +33884,8 @@ "updateContext": null }, "value": "const", - "start": 1262, - "end": 1267, + "start": 1316, + "end": 1321, "loc": { "start": { "line": 55, @@ -33910,8 +33910,8 @@ "binop": null }, "value": "selectFieldConfig", - "start": 1268, - "end": 1285, + "start": 1322, + "end": 1339, "loc": { "start": { "line": 55, @@ -33937,8 +33937,8 @@ "updateContext": null }, "value": "=", - "start": 1286, - "end": 1287, + "start": 1340, + "end": 1341, "loc": { "start": { "line": 55, @@ -33962,8 +33962,8 @@ "postfix": false, "binop": null }, - "start": 1288, - "end": 1289, + "start": 1342, + "end": 1343, "loc": { "start": { "line": 55, @@ -33989,8 +33989,8 @@ "updateContext": null }, "value": "id", - "start": 1291, - "end": 1295, + "start": 1346, + "end": 1350, "loc": { "start": { "line": 56, @@ -34015,8 +34015,8 @@ "binop": null, "updateContext": null }, - "start": 1295, - "end": 1296, + "start": 1350, + "end": 1351, "loc": { "start": { "line": 56, @@ -34042,8 +34042,8 @@ "updateContext": null }, "value": "cf-something-select-id", - "start": 1297, - "end": 1321, + "start": 1352, + "end": 1376, "loc": { "start": { "line": 56, @@ -34068,8 +34068,8 @@ "binop": null, "updateContext": null }, - "start": 1321, - "end": 1322, + "start": 1376, + "end": 1377, "loc": { "start": { "line": 56, @@ -34095,8 +34095,8 @@ "updateContext": null }, "value": "type", - "start": 1324, - "end": 1330, + "start": 1380, + "end": 1386, "loc": { "start": { "line": 57, @@ -34121,8 +34121,8 @@ "binop": null, "updateContext": null }, - "start": 1330, - "end": 1331, + "start": 1386, + "end": 1387, "loc": { "start": { "line": 57, @@ -34148,8 +34148,8 @@ "updateContext": null }, "value": "file", - "start": 1332, - "end": 1338, + "start": 1388, + "end": 1394, "loc": { "start": { "line": 57, @@ -34174,8 +34174,8 @@ "binop": null, "updateContext": null }, - "start": 1338, - "end": 1339, + "start": 1394, + "end": 1395, "loc": { "start": { "line": 57, @@ -34201,8 +34201,8 @@ "updateContext": null }, "value": "label", - "start": 1341, - "end": 1348, + "start": 1398, + "end": 1405, "loc": { "start": { "line": 58, @@ -34227,8 +34227,8 @@ "binop": null, "updateContext": null }, - "start": 1348, - "end": 1349, + "start": 1405, + "end": 1406, "loc": { "start": { "line": 58, @@ -34254,8 +34254,8 @@ "updateContext": null }, "value": "Content type", - "start": 1350, - "end": 1364, + "start": 1407, + "end": 1421, "loc": { "start": { "line": 58, @@ -34280,8 +34280,8 @@ "binop": null, "updateContext": null }, - "start": 1364, - "end": 1365, + "start": 1421, + "end": 1422, "loc": { "start": { "line": 58, @@ -34307,8 +34307,8 @@ "updateContext": null }, "value": "description", - "start": 1367, - "end": 1380, + "start": 1425, + "end": 1438, "loc": { "start": { "line": 59, @@ -34333,8 +34333,8 @@ "binop": null, "updateContext": null }, - "start": 1380, - "end": 1381, + "start": 1438, + "end": 1439, "loc": { "start": { "line": 59, @@ -34360,8 +34360,8 @@ "updateContext": null }, "value": "Choose content type, default is HTML", - "start": 1382, - "end": 1420, + "start": 1440, + "end": 1478, "loc": { "start": { "line": 59, @@ -34386,8 +34386,8 @@ "binop": null, "updateContext": null }, - "start": 1420, - "end": 1421, + "start": 1478, + "end": 1479, "loc": { "start": { "line": 59, @@ -34412,8 +34412,8 @@ "binop": null }, "value": "options", - "start": 1423, - "end": 1430, + "start": 1482, + "end": 1489, "loc": { "start": { "line": 60, @@ -34438,8 +34438,8 @@ "binop": null, "updateContext": null }, - "start": 1430, - "end": 1431, + "start": 1489, + "end": 1490, "loc": { "start": { "line": 60, @@ -34464,8 +34464,8 @@ "binop": null, "updateContext": null }, - "start": 1432, - "end": 1433, + "start": 1491, + "end": 1492, "loc": { "start": { "line": 60, @@ -34489,8 +34489,8 @@ "postfix": false, "binop": null }, - "start": 1436, - "end": 1437, + "start": 1496, + "end": 1497, "loc": { "start": { "line": 61, @@ -34515,8 +34515,8 @@ "binop": null }, "value": "label", - "start": 1441, - "end": 1446, + "start": 1502, + "end": 1507, "loc": { "start": { "line": 62, @@ -34541,8 +34541,8 @@ "binop": null, "updateContext": null }, - "start": 1446, - "end": 1447, + "start": 1507, + "end": 1508, "loc": { "start": { "line": 62, @@ -34568,8 +34568,8 @@ "updateContext": null }, "value": "HTML", - "start": 1448, - "end": 1454, + "start": 1509, + "end": 1515, "loc": { "start": { "line": 62, @@ -34594,8 +34594,8 @@ "binop": null, "updateContext": null }, - "start": 1454, - "end": 1455, + "start": 1515, + "end": 1516, "loc": { "start": { "line": 62, @@ -34620,8 +34620,8 @@ "binop": null }, "value": "value", - "start": 1459, - "end": 1464, + "start": 1521, + "end": 1526, "loc": { "start": { "line": 63, @@ -34646,8 +34646,8 @@ "binop": null, "updateContext": null }, - "start": 1464, - "end": 1465, + "start": 1526, + "end": 1527, "loc": { "start": { "line": 63, @@ -34673,8 +34673,8 @@ "updateContext": null }, "value": "html", - "start": 1466, - "end": 1472, + "start": 1528, + "end": 1534, "loc": { "start": { "line": 63, @@ -34698,8 +34698,8 @@ "postfix": false, "binop": null }, - "start": 1475, - "end": 1476, + "start": 1538, + "end": 1539, "loc": { "start": { "line": 64, @@ -34724,8 +34724,8 @@ "binop": null, "updateContext": null }, - "start": 1476, - "end": 1477, + "start": 1539, + "end": 1540, "loc": { "start": { "line": 64, @@ -34749,8 +34749,8 @@ "postfix": false, "binop": null }, - "start": 1480, - "end": 1481, + "start": 1544, + "end": 1545, "loc": { "start": { "line": 65, @@ -34775,8 +34775,8 @@ "binop": null }, "value": "label", - "start": 1485, - "end": 1490, + "start": 1550, + "end": 1555, "loc": { "start": { "line": 66, @@ -34801,8 +34801,8 @@ "binop": null, "updateContext": null }, - "start": 1490, - "end": 1491, + "start": 1555, + "end": 1556, "loc": { "start": { "line": 66, @@ -34828,8 +34828,8 @@ "updateContext": null }, "value": "Plain Text", - "start": 1492, - "end": 1504, + "start": 1557, + "end": 1569, "loc": { "start": { "line": 66, @@ -34854,8 +34854,8 @@ "binop": null, "updateContext": null }, - "start": 1504, - "end": 1505, + "start": 1569, + "end": 1570, "loc": { "start": { "line": 66, @@ -34880,8 +34880,8 @@ "binop": null }, "value": "value", - "start": 1509, - "end": 1514, + "start": 1575, + "end": 1580, "loc": { "start": { "line": 67, @@ -34906,8 +34906,8 @@ "binop": null, "updateContext": null }, - "start": 1514, - "end": 1515, + "start": 1580, + "end": 1581, "loc": { "start": { "line": 67, @@ -34933,8 +34933,8 @@ "updateContext": null }, "value": "plain", - "start": 1516, - "end": 1523, + "start": 1582, + "end": 1589, "loc": { "start": { "line": 67, @@ -34958,8 +34958,8 @@ "postfix": false, "binop": null }, - "start": 1526, - "end": 1527, + "start": 1593, + "end": 1594, "loc": { "start": { "line": 68, @@ -34984,8 +34984,8 @@ "binop": null, "updateContext": null }, - "start": 1529, - "end": 1530, + "start": 1597, + "end": 1598, "loc": { "start": { "line": 69, @@ -35010,8 +35010,8 @@ "binop": null, "updateContext": null }, - "start": 1530, - "end": 1531, + "start": 1598, + "end": 1599, "loc": { "start": { "line": 69, @@ -35036,8 +35036,8 @@ "binop": null }, "value": "value", - "start": 1533, - "end": 1538, + "start": 1602, + "end": 1607, "loc": { "start": { "line": 70, @@ -35062,8 +35062,8 @@ "binop": null, "updateContext": null }, - "start": 1538, - "end": 1539, + "start": 1607, + "end": 1608, "loc": { "start": { "line": 70, @@ -35088,8 +35088,8 @@ "binop": null }, "value": "selectFieldValue", - "start": 1540, - "end": 1556, + "start": 1609, + "end": 1625, "loc": { "start": { "line": 70, @@ -35114,8 +35114,8 @@ "binop": null, "updateContext": null }, - "start": 1556, - "end": 1557, + "start": 1625, + "end": 1626, "loc": { "start": { "line": 70, @@ -35140,8 +35140,8 @@ "binop": null }, "value": "onValueChange", - "start": 1559, - "end": 1572, + "start": 1629, + "end": 1642, "loc": { "start": { "line": 71, @@ -35166,8 +35166,8 @@ "binop": null, "updateContext": null }, - "start": 1572, - "end": 1573, + "start": 1642, + "end": 1643, "loc": { "start": { "line": 71, @@ -35193,8 +35193,8 @@ "binop": null }, "value": "function", - "start": 1574, - "end": 1582, + "start": 1644, + "end": 1652, "loc": { "start": { "line": 71, @@ -35218,8 +35218,8 @@ "postfix": false, "binop": null }, - "start": 1582, - "end": 1583, + "start": 1652, + "end": 1653, "loc": { "start": { "line": 71, @@ -35244,8 +35244,8 @@ "binop": null }, "value": "newValue", - "start": 1583, - "end": 1591, + "start": 1653, + "end": 1661, "loc": { "start": { "line": 71, @@ -35269,8 +35269,8 @@ "postfix": false, "binop": null }, - "start": 1591, - "end": 1592, + "start": 1661, + "end": 1662, "loc": { "start": { "line": 71, @@ -35294,8 +35294,8 @@ "postfix": false, "binop": null }, - "start": 1592, - "end": 1593, + "start": 1662, + "end": 1663, "loc": { "start": { "line": 71, @@ -35320,8 +35320,8 @@ "binop": null }, "value": "selectFieldValue", - "start": 1596, - "end": 1612, + "start": 1667, + "end": 1683, "loc": { "start": { "line": 72, @@ -35347,8 +35347,8 @@ "updateContext": null }, "value": "=", - "start": 1613, - "end": 1614, + "start": 1684, + "end": 1685, "loc": { "start": { "line": 72, @@ -35373,8 +35373,8 @@ "binop": null }, "value": "newValue", - "start": 1615, - "end": 1623, + "start": 1686, + "end": 1694, "loc": { "start": { "line": 72, @@ -35398,8 +35398,8 @@ "postfix": false, "binop": null }, - "start": 1625, - "end": 1626, + "start": 1697, + "end": 1698, "loc": { "start": { "line": 73, @@ -35423,8 +35423,8 @@ "postfix": false, "binop": null }, - "start": 1627, - "end": 1628, + "start": 1700, + "end": 1701, "loc": { "start": { "line": 74, @@ -35449,8 +35449,8 @@ "binop": null, "updateContext": null }, - "start": 1628, - "end": 1629, + "start": 1701, + "end": 1702, "loc": { "start": { "line": 74, @@ -35477,8 +35477,8 @@ "updateContext": null }, "value": "let", - "start": 1631, - "end": 1634, + "start": 1706, + "end": 1709, "loc": { "start": { "line": 76, @@ -35503,8 +35503,8 @@ "binop": null }, "value": "fieldSetFieldValue", - "start": 1635, - "end": 1653, + "start": 1710, + "end": 1728, "loc": { "start": { "line": 76, @@ -35530,8 +35530,8 @@ "updateContext": null }, "value": "=", - "start": 1654, - "end": 1655, + "start": 1729, + "end": 1730, "loc": { "start": { "line": 76, @@ -35556,8 +35556,8 @@ "binop": null, "updateContext": null }, - "start": 1656, - "end": 1657, + "start": 1731, + "end": 1732, "loc": { "start": { "line": 76, @@ -35583,8 +35583,8 @@ "updateContext": null }, "value": "1", - "start": 1657, - "end": 1660, + "start": 1732, + "end": 1735, "loc": { "start": { "line": 76, @@ -35609,8 +35609,8 @@ "binop": null, "updateContext": null }, - "start": 1660, - "end": 1661, + "start": 1735, + "end": 1736, "loc": { "start": { "line": 76, @@ -35635,8 +35635,8 @@ "binop": null, "updateContext": null }, - "start": 1661, - "end": 1662, + "start": 1736, + "end": 1737, "loc": { "start": { "line": 76, @@ -35663,8 +35663,8 @@ "updateContext": null }, "value": "const", - "start": 1663, - "end": 1668, + "start": 1739, + "end": 1744, "loc": { "start": { "line": 77, @@ -35689,8 +35689,8 @@ "binop": null }, "value": "fieldSetField", - "start": 1669, - "end": 1682, + "start": 1745, + "end": 1758, "loc": { "start": { "line": 77, @@ -35716,8 +35716,8 @@ "updateContext": null }, "value": "=", - "start": 1683, - "end": 1684, + "start": 1759, + "end": 1760, "loc": { "start": { "line": 77, @@ -35741,8 +35741,8 @@ "postfix": false, "binop": null }, - "start": 1685, - "end": 1686, + "start": 1761, + "end": 1762, "loc": { "start": { "line": 77, @@ -35767,8 +35767,8 @@ "binop": null }, "value": "id", - "start": 1688, - "end": 1690, + "start": 1765, + "end": 1767, "loc": { "start": { "line": 78, @@ -35793,8 +35793,8 @@ "binop": null, "updateContext": null }, - "start": 1690, - "end": 1691, + "start": 1767, + "end": 1768, "loc": { "start": { "line": 78, @@ -35820,8 +35820,8 @@ "updateContext": null }, "value": "fieldset-3", - "start": 1692, - "end": 1704, + "start": 1769, + "end": 1781, "loc": { "start": { "line": 78, @@ -35846,8 +35846,8 @@ "binop": null, "updateContext": null }, - "start": 1704, - "end": 1705, + "start": 1781, + "end": 1782, "loc": { "start": { "line": 78, @@ -35872,8 +35872,8 @@ "binop": null }, "value": "label", - "start": 1707, - "end": 1712, + "start": 1785, + "end": 1790, "loc": { "start": { "line": 79, @@ -35898,8 +35898,8 @@ "binop": null, "updateContext": null }, - "start": 1712, - "end": 1713, + "start": 1790, + "end": 1791, "loc": { "start": { "line": 79, @@ -35925,8 +35925,8 @@ "updateContext": null }, "value": "How many?", - "start": 1714, - "end": 1725, + "start": 1792, + "end": 1803, "loc": { "start": { "line": 79, @@ -35951,8 +35951,8 @@ "binop": null, "updateContext": null }, - "start": 1725, - "end": 1726, + "start": 1803, + "end": 1804, "loc": { "start": { "line": 79, @@ -35977,8 +35977,8 @@ "binop": null }, "value": "type", - "start": 1728, - "end": 1732, + "start": 1807, + "end": 1811, "loc": { "start": { "line": 80, @@ -36003,8 +36003,8 @@ "binop": null, "updateContext": null }, - "start": 1732, - "end": 1733, + "start": 1811, + "end": 1812, "loc": { "start": { "line": 80, @@ -36030,8 +36030,8 @@ "updateContext": null }, "value": "fieldset", - "start": 1734, - "end": 1744, + "start": 1813, + "end": 1823, "loc": { "start": { "line": 80, @@ -36056,8 +36056,8 @@ "binop": null, "updateContext": null }, - "start": 1744, - "end": 1745, + "start": 1823, + "end": 1824, "loc": { "start": { "line": 80, @@ -36082,8 +36082,8 @@ "binop": null }, "value": "options", - "start": 1747, - "end": 1754, + "start": 1827, + "end": 1834, "loc": { "start": { "line": 81, @@ -36108,8 +36108,8 @@ "binop": null, "updateContext": null }, - "start": 1754, - "end": 1755, + "start": 1834, + "end": 1835, "loc": { "start": { "line": 81, @@ -36134,8 +36134,8 @@ "binop": null, "updateContext": null }, - "start": 1756, - "end": 1757, + "start": 1836, + "end": 1837, "loc": { "start": { "line": 81, @@ -36159,8 +36159,8 @@ "postfix": false, "binop": null }, - "start": 1760, - "end": 1761, + "start": 1841, + "end": 1842, "loc": { "start": { "line": 82, @@ -36185,8 +36185,8 @@ "binop": null }, "value": "value", - "start": 1765, - "end": 1770, + "start": 1847, + "end": 1852, "loc": { "start": { "line": 83, @@ -36211,8 +36211,8 @@ "binop": null, "updateContext": null }, - "start": 1770, - "end": 1771, + "start": 1852, + "end": 1853, "loc": { "start": { "line": 83, @@ -36238,8 +36238,8 @@ "updateContext": null }, "value": "1", - "start": 1772, - "end": 1775, + "start": 1854, + "end": 1857, "loc": { "start": { "line": 83, @@ -36264,8 +36264,8 @@ "binop": null, "updateContext": null }, - "start": 1775, - "end": 1776, + "start": 1857, + "end": 1858, "loc": { "start": { "line": 83, @@ -36290,8 +36290,8 @@ "binop": null }, "value": "label", - "start": 1780, - "end": 1785, + "start": 1863, + "end": 1868, "loc": { "start": { "line": 84, @@ -36316,8 +36316,8 @@ "binop": null, "updateContext": null }, - "start": 1785, - "end": 1786, + "start": 1868, + "end": 1869, "loc": { "start": { "line": 84, @@ -36343,8 +36343,8 @@ "updateContext": null }, "value": "One", - "start": 1787, - "end": 1792, + "start": 1870, + "end": 1875, "loc": { "start": { "line": 84, @@ -36368,8 +36368,8 @@ "postfix": false, "binop": null }, - "start": 1795, - "end": 1796, + "start": 1879, + "end": 1880, "loc": { "start": { "line": 85, @@ -36394,8 +36394,8 @@ "binop": null, "updateContext": null }, - "start": 1796, - "end": 1797, + "start": 1880, + "end": 1881, "loc": { "start": { "line": 85, @@ -36419,8 +36419,8 @@ "postfix": false, "binop": null }, - "start": 1800, - "end": 1801, + "start": 1885, + "end": 1886, "loc": { "start": { "line": 86, @@ -36445,8 +36445,8 @@ "binop": null }, "value": "value", - "start": 1805, - "end": 1810, + "start": 1891, + "end": 1896, "loc": { "start": { "line": 87, @@ -36471,8 +36471,8 @@ "binop": null, "updateContext": null }, - "start": 1810, - "end": 1811, + "start": 1896, + "end": 1897, "loc": { "start": { "line": 87, @@ -36498,8 +36498,8 @@ "updateContext": null }, "value": "2", - "start": 1812, - "end": 1815, + "start": 1898, + "end": 1901, "loc": { "start": { "line": 87, @@ -36524,8 +36524,8 @@ "binop": null, "updateContext": null }, - "start": 1815, - "end": 1816, + "start": 1901, + "end": 1902, "loc": { "start": { "line": 87, @@ -36550,8 +36550,8 @@ "binop": null }, "value": "label", - "start": 1820, - "end": 1825, + "start": 1907, + "end": 1912, "loc": { "start": { "line": 88, @@ -36576,8 +36576,8 @@ "binop": null, "updateContext": null }, - "start": 1825, - "end": 1826, + "start": 1912, + "end": 1913, "loc": { "start": { "line": 88, @@ -36603,8 +36603,8 @@ "updateContext": null }, "value": "Two", - "start": 1827, - "end": 1832, + "start": 1914, + "end": 1919, "loc": { "start": { "line": 88, @@ -36628,8 +36628,8 @@ "postfix": false, "binop": null }, - "start": 1835, - "end": 1836, + "start": 1923, + "end": 1924, "loc": { "start": { "line": 89, @@ -36654,8 +36654,8 @@ "binop": null, "updateContext": null }, - "start": 1839, - "end": 1840, + "start": 1929, + "end": 1930, "loc": { "start": { "line": 91, @@ -36680,8 +36680,8 @@ "binop": null, "updateContext": null }, - "start": 1840, - "end": 1841, + "start": 1930, + "end": 1931, "loc": { "start": { "line": 91, @@ -36706,8 +36706,8 @@ "binop": null }, "value": "value", - "start": 1843, - "end": 1848, + "start": 1934, + "end": 1939, "loc": { "start": { "line": 92, @@ -36732,8 +36732,8 @@ "binop": null, "updateContext": null }, - "start": 1848, - "end": 1849, + "start": 1939, + "end": 1940, "loc": { "start": { "line": 92, @@ -36758,8 +36758,8 @@ "binop": null, "updateContext": null }, - "start": 1849, - "end": 1850, + "start": 1940, + "end": 1941, "loc": { "start": { "line": 92, @@ -36784,8 +36784,8 @@ "binop": null, "updateContext": null }, - "start": 1850, - "end": 1851, + "start": 1941, + "end": 1942, "loc": { "start": { "line": 92, @@ -36810,8 +36810,8 @@ "binop": null, "updateContext": null }, - "start": 1851, - "end": 1852, + "start": 1942, + "end": 1943, "loc": { "start": { "line": 92, @@ -36836,8 +36836,8 @@ "binop": null }, "value": "onValueChange", - "start": 1854, - "end": 1867, + "start": 1946, + "end": 1959, "loc": { "start": { "line": 93, @@ -36862,8 +36862,8 @@ "binop": null, "updateContext": null }, - "start": 1867, - "end": 1868, + "start": 1959, + "end": 1960, "loc": { "start": { "line": 93, @@ -36887,8 +36887,8 @@ "postfix": false, "binop": null }, - "start": 1868, - "end": 1869, + "start": 1960, + "end": 1961, "loc": { "start": { "line": 93, @@ -36913,8 +36913,8 @@ "binop": null }, "value": "newValue", - "start": 1869, - "end": 1877, + "start": 1961, + "end": 1969, "loc": { "start": { "line": 93, @@ -36938,8 +36938,8 @@ "postfix": false, "binop": null }, - "start": 1877, - "end": 1878, + "start": 1969, + "end": 1970, "loc": { "start": { "line": 93, @@ -36964,8 +36964,8 @@ "binop": null, "updateContext": null }, - "start": 1879, - "end": 1881, + "start": 1971, + "end": 1973, "loc": { "start": { "line": 93, @@ -36989,8 +36989,8 @@ "postfix": false, "binop": null }, - "start": 1882, - "end": 1883, + "start": 1974, + "end": 1975, "loc": { "start": { "line": 93, @@ -37015,8 +37015,8 @@ "binop": null }, "value": "fieldSetFieldValue", - "start": 1886, - "end": 1904, + "start": 1979, + "end": 1997, "loc": { "start": { "line": 94, @@ -37042,8 +37042,8 @@ "updateContext": null }, "value": "=", - "start": 1904, - "end": 1905, + "start": 1997, + "end": 1998, "loc": { "start": { "line": 94, @@ -37068,8 +37068,8 @@ "binop": null }, "value": "newValue", - "start": 1905, - "end": 1913, + "start": 1998, + "end": 2006, "loc": { "start": { "line": 94, @@ -37094,8 +37094,8 @@ "binop": null, "updateContext": null }, - "start": 1913, - "end": 1914, + "start": 2006, + "end": 2007, "loc": { "start": { "line": 94, @@ -37119,8 +37119,8 @@ "postfix": false, "binop": null }, - "start": 1916, - "end": 1917, + "start": 2010, + "end": 2011, "loc": { "start": { "line": 95, @@ -37144,8 +37144,8 @@ "postfix": false, "binop": null }, - "start": 1918, - "end": 1919, + "start": 2013, + "end": 2014, "loc": { "start": { "line": 96, @@ -37170,8 +37170,8 @@ "binop": null, "updateContext": null }, - "start": 1919, - "end": 1920, + "start": 2014, + "end": 2015, "loc": { "start": { "line": 96, @@ -37198,8 +37198,8 @@ "updateContext": null }, "value": "const", - "start": 1922, - "end": 1927, + "start": 2019, + "end": 2024, "loc": { "start": { "line": 98, @@ -37224,8 +37224,8 @@ "binop": null }, "value": "configFields", - "start": 1928, - "end": 1940, + "start": 2025, + "end": 2037, "loc": { "start": { "line": 98, @@ -37251,8 +37251,8 @@ "updateContext": null }, "value": "=", - "start": 1941, - "end": 1942, + "start": 2038, + "end": 2039, "loc": { "start": { "line": 98, @@ -37277,8 +37277,8 @@ "binop": null, "updateContext": null }, - "start": 1943, - "end": 1944, + "start": 2040, + "end": 2041, "loc": { "start": { "line": 98, @@ -37303,8 +37303,8 @@ "binop": null }, "value": "textFieldConfig", - "start": 1946, - "end": 1961, + "start": 2044, + "end": 2059, "loc": { "start": { "line": 99, @@ -37329,8 +37329,8 @@ "binop": null, "updateContext": null }, - "start": 1961, - "end": 1962, + "start": 2059, + "end": 2060, "loc": { "start": { "line": 99, @@ -37355,8 +37355,8 @@ "binop": null }, "value": "hiddenFieldConfig", - "start": 1964, - "end": 1981, + "start": 2063, + "end": 2080, "loc": { "start": { "line": 100, @@ -37381,8 +37381,8 @@ "binop": null, "updateContext": null }, - "start": 1981, - "end": 1982, + "start": 2080, + "end": 2081, "loc": { "start": { "line": 100, @@ -37407,8 +37407,8 @@ "binop": null }, "value": "selectFieldConfig", - "start": 1984, - "end": 2001, + "start": 2084, + "end": 2101, "loc": { "start": { "line": 101, @@ -37433,8 +37433,8 @@ "binop": null, "updateContext": null }, - "start": 2001, - "end": 2002, + "start": 2101, + "end": 2102, "loc": { "start": { "line": 101, @@ -37459,8 +37459,8 @@ "binop": null }, "value": "fieldSetField", - "start": 2004, - "end": 2017, + "start": 2105, + "end": 2118, "loc": { "start": { "line": 102, @@ -37485,8 +37485,8 @@ "binop": null, "updateContext": null }, - "start": 2017, - "end": 2018, + "start": 2118, + "end": 2119, "loc": { "start": { "line": 102, @@ -37511,8 +37511,8 @@ "binop": null }, "value": "numberFieldConfig", - "start": 2020, - "end": 2037, + "start": 2122, + "end": 2139, "loc": { "start": { "line": 103, @@ -37537,8 +37537,8 @@ "binop": null, "updateContext": null }, - "start": 2038, - "end": 2039, + "start": 2141, + "end": 2142, "loc": { "start": { "line": 104, @@ -37563,8 +37563,8 @@ "binop": null, "updateContext": null }, - "start": 2039, - "end": 2040, + "start": 2142, + "end": 2143, "loc": { "start": { "line": 104, @@ -37591,8 +37591,8 @@ "updateContext": null }, "value": "const", - "start": 2041, - "end": 2046, + "start": 2145, + "end": 2150, "loc": { "start": { "line": 105, @@ -37617,8 +37617,8 @@ "binop": null }, "value": "configFieldEls", - "start": 2047, - "end": 2061, + "start": 2151, + "end": 2165, "loc": { "start": { "line": 105, @@ -37644,8 +37644,8 @@ "updateContext": null }, "value": "=", - "start": 2062, - "end": 2063, + "start": 2166, + "end": 2167, "loc": { "start": { "line": 105, @@ -37670,8 +37670,8 @@ "binop": null }, "value": "fieldSetFactory", - "start": 2064, - "end": 2079, + "start": 2168, + "end": 2183, "loc": { "start": { "line": 105, @@ -37695,8 +37695,8 @@ "postfix": false, "binop": null }, - "start": 2079, - "end": 2080, + "start": 2183, + "end": 2184, "loc": { "start": { "line": 105, @@ -37721,8 +37721,8 @@ "binop": null }, "value": "configFields", - "start": 2080, - "end": 2092, + "start": 2184, + "end": 2196, "loc": { "start": { "line": 105, @@ -37746,8 +37746,8 @@ "postfix": false, "binop": null }, - "start": 2092, - "end": 2093, + "start": 2196, + "end": 2197, "loc": { "start": { "line": 105, @@ -37772,8 +37772,8 @@ "binop": null, "updateContext": null }, - "start": 2093, - "end": 2094, + "start": 2197, + "end": 2198, "loc": { "start": { "line": 105, @@ -37800,8 +37800,8 @@ "updateContext": null }, "value": "let", - "start": 2098, - "end": 2101, + "start": 2206, + "end": 2209, "loc": { "start": { "line": 109, @@ -37826,8 +37826,8 @@ "binop": null }, "value": "values", - "start": 2102, - "end": 2108, + "start": 2210, + "end": 2216, "loc": { "start": { "line": 109, @@ -37853,8 +37853,8 @@ "updateContext": null }, "value": "=", - "start": 2109, - "end": 2110, + "start": 2217, + "end": 2218, "loc": { "start": { "line": 109, @@ -37878,8 +37878,8 @@ "postfix": false, "binop": null }, - "start": 2111, - "end": 2112, + "start": 2219, + "end": 2220, "loc": { "start": { "line": 109, @@ -37904,8 +37904,8 @@ "binop": null }, "value": "one", - "start": 2114, - "end": 2117, + "start": 2223, + "end": 2226, "loc": { "start": { "line": 110, @@ -37930,8 +37930,8 @@ "binop": null, "updateContext": null }, - "start": 2117, - "end": 2118, + "start": 2226, + "end": 2227, "loc": { "start": { "line": 110, @@ -37957,8 +37957,8 @@ "updateContext": null }, "value": "", - "start": 2119, - "end": 2121, + "start": 2228, + "end": 2230, "loc": { "start": { "line": 110, @@ -37983,8 +37983,8 @@ "binop": null, "updateContext": null }, - "start": 2121, - "end": 2122, + "start": 2230, + "end": 2231, "loc": { "start": { "line": 110, @@ -38009,8 +38009,8 @@ "binop": null }, "value": "two", - "start": 2124, - "end": 2127, + "start": 2234, + "end": 2237, "loc": { "start": { "line": 111, @@ -38035,8 +38035,8 @@ "binop": null, "updateContext": null }, - "start": 2127, - "end": 2128, + "start": 2237, + "end": 2238, "loc": { "start": { "line": 111, @@ -38062,8 +38062,8 @@ "updateContext": null }, "value": "", - "start": 2129, - "end": 2131, + "start": 2239, + "end": 2241, "loc": { "start": { "line": 111, @@ -38088,8 +38088,8 @@ "binop": null, "updateContext": null }, - "start": 2131, - "end": 2132, + "start": 2241, + "end": 2242, "loc": { "start": { "line": 111, @@ -38114,8 +38114,8 @@ "binop": null }, "value": "three", - "start": 2134, - "end": 2139, + "start": 2245, + "end": 2250, "loc": { "start": { "line": 112, @@ -38140,8 +38140,8 @@ "binop": null, "updateContext": null }, - "start": 2139, - "end": 2140, + "start": 2250, + "end": 2251, "loc": { "start": { "line": 112, @@ -38167,8 +38167,8 @@ "updateContext": null }, "value": "", - "start": 2141, - "end": 2143, + "start": 2252, + "end": 2254, "loc": { "start": { "line": 112, @@ -38192,8 +38192,8 @@ "postfix": false, "binop": null }, - "start": 2144, - "end": 2145, + "start": 2256, + "end": 2257, "loc": { "start": { "line": 113, @@ -38218,8 +38218,8 @@ "binop": null, "updateContext": null }, - "start": 2145, - "end": 2146, + "start": 2257, + "end": 2258, "loc": { "start": { "line": 113, @@ -38246,8 +38246,8 @@ "updateContext": null }, "value": "let", - "start": 2148, - "end": 2151, + "start": 2262, + "end": 2265, "loc": { "start": { "line": 115, @@ -38272,8 +38272,8 @@ "binop": null }, "value": "magicFieldValue", - "start": 2152, - "end": 2167, + "start": 2266, + "end": 2281, "loc": { "start": { "line": 115, @@ -38299,8 +38299,8 @@ "updateContext": null }, "value": "=", - "start": 2168, - "end": 2169, + "start": 2282, + "end": 2283, "loc": { "start": { "line": 115, @@ -38326,8 +38326,8 @@ "updateContext": null }, "value": "", - "start": 2170, - "end": 2172, + "start": 2284, + "end": 2286, "loc": { "start": { "line": 115, @@ -38352,8 +38352,8 @@ "binop": null, "updateContext": null }, - "start": 2172, - "end": 2173, + "start": 2286, + "end": 2287, "loc": { "start": { "line": 115, @@ -38380,8 +38380,8 @@ "updateContext": null }, "value": "class", - "start": 2175, - "end": 2180, + "start": 2291, + "end": 2296, "loc": { "start": { "line": 117, @@ -38406,8 +38406,8 @@ "binop": null }, "value": "App", - "start": 2181, - "end": 2184, + "start": 2297, + "end": 2300, "loc": { "start": { "line": 117, @@ -38434,8 +38434,8 @@ "updateContext": null }, "value": "extends", - "start": 2185, - "end": 2192, + "start": 2301, + "end": 2308, "loc": { "start": { "line": 117, @@ -38460,8 +38460,8 @@ "binop": null }, "value": "Component", - "start": 2193, - "end": 2202, + "start": 2309, + "end": 2318, "loc": { "start": { "line": 117, @@ -38485,8 +38485,8 @@ "postfix": false, "binop": null }, - "start": 2203, - "end": 2204, + "start": 2319, + "end": 2320, "loc": { "start": { "line": 117, @@ -38511,8 +38511,8 @@ "binop": null }, "value": "render", - "start": 2207, - "end": 2213, + "start": 2325, + "end": 2331, "loc": { "start": { "line": 119, @@ -38536,8 +38536,8 @@ "postfix": false, "binop": null }, - "start": 2213, - "end": 2214, + "start": 2331, + "end": 2332, "loc": { "start": { "line": 119, @@ -38561,8 +38561,8 @@ "postfix": false, "binop": null }, - "start": 2214, - "end": 2215, + "start": 2332, + "end": 2333, "loc": { "start": { "line": 119, @@ -38586,8 +38586,8 @@ "postfix": false, "binop": null }, - "start": 2216, - "end": 2217, + "start": 2334, + "end": 2335, "loc": { "start": { "line": 119, @@ -38614,8 +38614,8 @@ "updateContext": null }, "value": "return", - "start": 2220, - "end": 2226, + "start": 2339, + "end": 2345, "loc": { "start": { "line": 120, @@ -38639,8 +38639,8 @@ "postfix": false, "binop": null }, - "start": 2227, - "end": 2228, + "start": 2346, + "end": 2347, "loc": { "start": { "line": 120, @@ -38664,8 +38664,8 @@ "postfix": false, "binop": null }, - "start": 2232, - "end": 2233, + "start": 2352, + "end": 2353, "loc": { "start": { "line": 121, @@ -38691,8 +38691,8 @@ "updateContext": null }, "value": "div", - "start": 2233, - "end": 2236, + "start": 2353, + "end": 2356, "loc": { "start": { "line": 121, @@ -38718,8 +38718,8 @@ "updateContext": null }, "value": "className", - "start": 2237, - "end": 2246, + "start": 2357, + "end": 2366, "loc": { "start": { "line": 121, @@ -38745,8 +38745,8 @@ "updateContext": null }, "value": "=", - "start": 2246, - "end": 2247, + "start": 2366, + "end": 2367, "loc": { "start": { "line": 121, @@ -38772,8 +38772,8 @@ "updateContext": null }, "value": "App", - "start": 2247, - "end": 2252, + "start": 2367, + "end": 2372, "loc": { "start": { "line": 121, @@ -38797,8 +38797,8 @@ "postfix": false, "binop": null }, - "start": 2252, - "end": 2253, + "start": 2372, + "end": 2373, "loc": { "start": { "line": 121, @@ -38824,8 +38824,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 2253, - "end": 2258, + "start": 2373, + "end": 2379, "loc": { "start": { "line": 121, @@ -38849,8 +38849,8 @@ "postfix": false, "binop": null }, - "start": 2258, - "end": 2259, + "start": 2379, + "end": 2380, "loc": { "start": { "line": 122, @@ -38876,8 +38876,8 @@ "updateContext": null }, "value": "header", - "start": 2259, - "end": 2265, + "start": 2380, + "end": 2386, "loc": { "start": { "line": 122, @@ -38903,8 +38903,8 @@ "updateContext": null }, "value": "className", - "start": 2266, - "end": 2275, + "start": 2387, + "end": 2396, "loc": { "start": { "line": 122, @@ -38930,8 +38930,8 @@ "updateContext": null }, "value": "=", - "start": 2275, - "end": 2276, + "start": 2396, + "end": 2397, "loc": { "start": { "line": 122, @@ -38957,8 +38957,8 @@ "updateContext": null }, "value": "App-header", - "start": 2276, - "end": 2288, + "start": 2397, + "end": 2409, "loc": { "start": { "line": 122, @@ -38982,8 +38982,8 @@ "postfix": false, "binop": null }, - "start": 2288, - "end": 2289, + "start": 2409, + "end": 2410, "loc": { "start": { "line": 122, @@ -39009,8 +39009,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 2289, - "end": 2295, + "start": 2410, + "end": 2417, "loc": { "start": { "line": 122, @@ -39034,8 +39034,8 @@ "postfix": false, "binop": null }, - "start": 2295, - "end": 2296, + "start": 2417, + "end": 2418, "loc": { "start": { "line": 123, @@ -39061,8 +39061,8 @@ "updateContext": null }, "value": "img", - "start": 2296, - "end": 2299, + "start": 2418, + "end": 2421, "loc": { "start": { "line": 123, @@ -39088,8 +39088,8 @@ "updateContext": null }, "value": "src", - "start": 2300, - "end": 2303, + "start": 2422, + "end": 2425, "loc": { "start": { "line": 123, @@ -39115,8 +39115,8 @@ "updateContext": null }, "value": "=", - "start": 2303, - "end": 2304, + "start": 2425, + "end": 2426, "loc": { "start": { "line": 123, @@ -39140,8 +39140,8 @@ "postfix": false, "binop": null }, - "start": 2304, - "end": 2305, + "start": 2426, + "end": 2427, "loc": { "start": { "line": 123, @@ -39166,8 +39166,8 @@ "binop": null }, "value": "logo", - "start": 2305, - "end": 2309, + "start": 2427, + "end": 2431, "loc": { "start": { "line": 123, @@ -39191,8 +39191,8 @@ "postfix": false, "binop": null }, - "start": 2309, - "end": 2310, + "start": 2431, + "end": 2432, "loc": { "start": { "line": 123, @@ -39218,8 +39218,8 @@ "updateContext": null }, "value": "className", - "start": 2311, - "end": 2320, + "start": 2433, + "end": 2442, "loc": { "start": { "line": 123, @@ -39245,8 +39245,8 @@ "updateContext": null }, "value": "=", - "start": 2320, - "end": 2321, + "start": 2442, + "end": 2443, "loc": { "start": { "line": 123, @@ -39272,8 +39272,8 @@ "updateContext": null }, "value": "App-logo", - "start": 2321, - "end": 2331, + "start": 2443, + "end": 2453, "loc": { "start": { "line": 123, @@ -39299,8 +39299,8 @@ "updateContext": null }, "value": "alt", - "start": 2332, - "end": 2335, + "start": 2454, + "end": 2457, "loc": { "start": { "line": 123, @@ -39326,8 +39326,8 @@ "updateContext": null }, "value": "=", - "start": 2335, - "end": 2336, + "start": 2457, + "end": 2458, "loc": { "start": { "line": 123, @@ -39353,8 +39353,8 @@ "updateContext": null }, "value": "logo", - "start": 2336, - "end": 2342, + "start": 2458, + "end": 2464, "loc": { "start": { "line": 123, @@ -39380,8 +39380,8 @@ "updateContext": null }, "value": "/", - "start": 2343, - "end": 2344, + "start": 2465, + "end": 2466, "loc": { "start": { "line": 123, @@ -39405,8 +39405,8 @@ "postfix": false, "binop": null }, - "start": 2344, - "end": 2345, + "start": 2466, + "end": 2467, "loc": { "start": { "line": 123, @@ -39432,8 +39432,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 2345, - "end": 2351, + "start": 2467, + "end": 2474, "loc": { "start": { "line": 123, @@ -39457,8 +39457,8 @@ "postfix": false, "binop": null }, - "start": 2351, - "end": 2352, + "start": 2474, + "end": 2475, "loc": { "start": { "line": 124, @@ -39484,8 +39484,8 @@ "updateContext": null }, "value": "h1", - "start": 2352, - "end": 2354, + "start": 2475, + "end": 2477, "loc": { "start": { "line": 124, @@ -39511,8 +39511,8 @@ "updateContext": null }, "value": "className", - "start": 2355, - "end": 2364, + "start": 2478, + "end": 2487, "loc": { "start": { "line": 124, @@ -39538,8 +39538,8 @@ "updateContext": null }, "value": "=", - "start": 2364, - "end": 2365, + "start": 2487, + "end": 2488, "loc": { "start": { "line": 124, @@ -39565,8 +39565,8 @@ "updateContext": null }, "value": "App-title", - "start": 2365, - "end": 2376, + "start": 2488, + "end": 2499, "loc": { "start": { "line": 124, @@ -39590,8 +39590,8 @@ "postfix": false, "binop": null }, - "start": 2376, - "end": 2377, + "start": 2499, + "end": 2500, "loc": { "start": { "line": 124, @@ -39617,8 +39617,8 @@ "updateContext": null }, "value": "Welcome to React", - "start": 2377, - "end": 2393, + "start": 2500, + "end": 2516, "loc": { "start": { "line": 124, @@ -39642,8 +39642,8 @@ "postfix": false, "binop": null }, - "start": 2393, - "end": 2394, + "start": 2516, + "end": 2517, "loc": { "start": { "line": 124, @@ -39669,8 +39669,8 @@ "updateContext": null }, "value": "/", - "start": 2394, - "end": 2395, + "start": 2517, + "end": 2518, "loc": { "start": { "line": 124, @@ -39696,8 +39696,8 @@ "updateContext": null }, "value": "h1", - "start": 2395, - "end": 2397, + "start": 2518, + "end": 2520, "loc": { "start": { "line": 124, @@ -39721,8 +39721,8 @@ "postfix": false, "binop": null }, - "start": 2397, - "end": 2398, + "start": 2520, + "end": 2521, "loc": { "start": { "line": 124, @@ -39748,8 +39748,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 2398, - "end": 2403, + "start": 2521, + "end": 2527, "loc": { "start": { "line": 124, @@ -39773,8 +39773,8 @@ "postfix": false, "binop": null }, - "start": 2403, - "end": 2404, + "start": 2527, + "end": 2528, "loc": { "start": { "line": 125, @@ -39800,8 +39800,8 @@ "updateContext": null }, "value": "/", - "start": 2404, - "end": 2405, + "start": 2528, + "end": 2529, "loc": { "start": { "line": 125, @@ -39827,8 +39827,8 @@ "updateContext": null }, "value": "header", - "start": 2405, - "end": 2411, + "start": 2529, + "end": 2535, "loc": { "start": { "line": 125, @@ -39852,8 +39852,8 @@ "postfix": false, "binop": null }, - "start": 2411, - "end": 2412, + "start": 2535, + "end": 2536, "loc": { "start": { "line": 125, @@ -39879,8 +39879,8 @@ "updateContext": null }, "value": "\n\n\n\t\t\t\t", - "start": 2412, - "end": 2419, + "start": 2536, + "end": 2546, "loc": { "start": { "line": 125, @@ -39904,8 +39904,8 @@ "postfix": false, "binop": null }, - "start": 2419, - "end": 2420, + "start": 2546, + "end": 2547, "loc": { "start": { "line": 128, @@ -39931,8 +39931,8 @@ "updateContext": null }, "value": "div", - "start": 2420, - "end": 2423, + "start": 2547, + "end": 2550, "loc": { "start": { "line": 128, @@ -39956,8 +39956,8 @@ "postfix": false, "binop": null }, - "start": 2423, - "end": 2424, + "start": 2550, + "end": 2551, "loc": { "start": { "line": 128, @@ -39983,8 +39983,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 2424, - "end": 2430, + "start": 2551, + "end": 2558, "loc": { "start": { "line": 128, @@ -40008,8 +40008,8 @@ "postfix": false, "binop": null }, - "start": 2430, - "end": 2431, + "start": 2558, + "end": 2559, "loc": { "start": { "line": 129, @@ -40035,8 +40035,8 @@ "updateContext": null }, "value": "h2", - "start": 2431, - "end": 2433, + "start": 2559, + "end": 2561, "loc": { "start": { "line": 129, @@ -40060,8 +40060,8 @@ "postfix": false, "binop": null }, - "start": 2433, - "end": 2434, + "start": 2561, + "end": 2562, "loc": { "start": { "line": 129, @@ -40087,8 +40087,8 @@ "updateContext": null }, "value": "Created With RenderGroup Component", - "start": 2434, - "end": 2468, + "start": 2562, + "end": 2596, "loc": { "start": { "line": 129, @@ -40112,8 +40112,8 @@ "postfix": false, "binop": null }, - "start": 2468, - "end": 2469, + "start": 2596, + "end": 2597, "loc": { "start": { "line": 129, @@ -40139,8 +40139,8 @@ "updateContext": null }, "value": "/", - "start": 2469, - "end": 2470, + "start": 2597, + "end": 2598, "loc": { "start": { "line": 129, @@ -40166,8 +40166,8 @@ "updateContext": null }, "value": "h2", - "start": 2470, - "end": 2472, + "start": 2598, + "end": 2600, "loc": { "start": { "line": 129, @@ -40191,8 +40191,8 @@ "postfix": false, "binop": null }, - "start": 2472, - "end": 2473, + "start": 2600, + "end": 2601, "loc": { "start": { "line": 129, @@ -40218,8 +40218,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 2473, - "end": 2479, + "start": 2601, + "end": 2608, "loc": { "start": { "line": 129, @@ -40243,8 +40243,8 @@ "postfix": false, "binop": null }, - "start": 2479, - "end": 2480, + "start": 2608, + "end": 2609, "loc": { "start": { "line": 130, @@ -40270,8 +40270,8 @@ "updateContext": null }, "value": "RenderGroup", - "start": 2480, - "end": 2491, + "start": 2609, + "end": 2620, "loc": { "start": { "line": 130, @@ -40297,8 +40297,8 @@ "updateContext": null }, "value": "configFields", - "start": 2498, - "end": 2510, + "start": 2628, + "end": 2640, "loc": { "start": { "line": 131, @@ -40324,8 +40324,8 @@ "updateContext": null }, "value": "=", - "start": 2510, - "end": 2511, + "start": 2640, + "end": 2641, "loc": { "start": { "line": 131, @@ -40349,8 +40349,8 @@ "postfix": false, "binop": null }, - "start": 2511, - "end": 2512, + "start": 2641, + "end": 2642, "loc": { "start": { "line": 131, @@ -40375,8 +40375,8 @@ "binop": null }, "value": "configFields", - "start": 2512, - "end": 2524, + "start": 2642, + "end": 2654, "loc": { "start": { "line": 131, @@ -40400,8 +40400,8 @@ "postfix": false, "binop": null }, - "start": 2524, - "end": 2525, + "start": 2654, + "end": 2655, "loc": { "start": { "line": 131, @@ -40427,8 +40427,8 @@ "updateContext": null }, "value": "onBlur", - "start": 2532, - "end": 2538, + "start": 2663, + "end": 2669, "loc": { "start": { "line": 132, @@ -40454,8 +40454,8 @@ "updateContext": null }, "value": "=", - "start": 2538, - "end": 2539, + "start": 2669, + "end": 2670, "loc": { "start": { "line": 132, @@ -40479,8 +40479,8 @@ "postfix": false, "binop": null }, - "start": 2539, - "end": 2540, + "start": 2670, + "end": 2671, "loc": { "start": { "line": 132, @@ -40504,8 +40504,8 @@ "postfix": false, "binop": null }, - "start": 2540, - "end": 2541, + "start": 2671, + "end": 2672, "loc": { "start": { "line": 132, @@ -40530,8 +40530,8 @@ "binop": null }, "value": "fI", - "start": 2541, - "end": 2543, + "start": 2672, + "end": 2674, "loc": { "start": { "line": 132, @@ -40555,8 +40555,8 @@ "postfix": false, "binop": null }, - "start": 2543, - "end": 2544, + "start": 2674, + "end": 2675, "loc": { "start": { "line": 132, @@ -40581,8 +40581,8 @@ "binop": null, "updateContext": null }, - "start": 2545, - "end": 2547, + "start": 2676, + "end": 2678, "loc": { "start": { "line": 132, @@ -40606,8 +40606,8 @@ "postfix": false, "binop": null }, - "start": 2548, - "end": 2549, + "start": 2679, + "end": 2680, "loc": { "start": { "line": 132, @@ -40632,8 +40632,8 @@ "binop": null }, "value": "console", - "start": 2549, - "end": 2556, + "start": 2680, + "end": 2687, "loc": { "start": { "line": 132, @@ -40658,8 +40658,8 @@ "binop": null, "updateContext": null }, - "start": 2556, - "end": 2557, + "start": 2687, + "end": 2688, "loc": { "start": { "line": 132, @@ -40684,8 +40684,8 @@ "binop": null }, "value": "log", - "start": 2557, - "end": 2560, + "start": 2688, + "end": 2691, "loc": { "start": { "line": 132, @@ -40709,8 +40709,8 @@ "postfix": false, "binop": null }, - "start": 2560, - "end": 2561, + "start": 2691, + "end": 2692, "loc": { "start": { "line": 132, @@ -40735,8 +40735,8 @@ "binop": null }, "value": "fI", - "start": 2561, - "end": 2563, + "start": 2692, + "end": 2694, "loc": { "start": { "line": 132, @@ -40760,8 +40760,8 @@ "postfix": false, "binop": null }, - "start": 2563, - "end": 2564, + "start": 2694, + "end": 2695, "loc": { "start": { "line": 132, @@ -40785,8 +40785,8 @@ "postfix": false, "binop": null }, - "start": 2564, - "end": 2565, + "start": 2695, + "end": 2696, "loc": { "start": { "line": 132, @@ -40810,8 +40810,8 @@ "postfix": false, "binop": null }, - "start": 2565, - "end": 2566, + "start": 2696, + "end": 2697, "loc": { "start": { "line": 132, @@ -40837,8 +40837,8 @@ "updateContext": null }, "value": "/", - "start": 2572, - "end": 2573, + "start": 2704, + "end": 2705, "loc": { "start": { "line": 133, @@ -40862,8 +40862,8 @@ "postfix": false, "binop": null }, - "start": 2573, - "end": 2574, + "start": 2705, + "end": 2706, "loc": { "start": { "line": 133, @@ -40889,8 +40889,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 2574, - "end": 2579, + "start": 2706, + "end": 2712, "loc": { "start": { "line": 133, @@ -40914,8 +40914,8 @@ "postfix": false, "binop": null }, - "start": 2579, - "end": 2580, + "start": 2712, + "end": 2713, "loc": { "start": { "line": 134, @@ -40941,8 +40941,8 @@ "updateContext": null }, "value": "/", - "start": 2580, - "end": 2581, + "start": 2713, + "end": 2714, "loc": { "start": { "line": 134, @@ -40968,8 +40968,8 @@ "updateContext": null }, "value": "div", - "start": 2581, - "end": 2584, + "start": 2714, + "end": 2717, "loc": { "start": { "line": 134, @@ -40993,8 +40993,8 @@ "postfix": false, "binop": null }, - "start": 2584, - "end": 2585, + "start": 2717, + "end": 2718, "loc": { "start": { "line": 134, @@ -41020,8 +41020,8 @@ "updateContext": null }, "value": "\n\n\t\t\t\t", - "start": 2585, - "end": 2591, + "start": 2718, + "end": 2726, "loc": { "start": { "line": 134, @@ -41045,8 +41045,8 @@ "postfix": false, "binop": null }, - "start": 2591, - "end": 2592, + "start": 2726, + "end": 2727, "loc": { "start": { "line": 136, @@ -41072,8 +41072,8 @@ "updateContext": null }, "value": "div", - "start": 2592, - "end": 2595, + "start": 2727, + "end": 2730, "loc": { "start": { "line": 136, @@ -41097,8 +41097,8 @@ "postfix": false, "binop": null }, - "start": 2595, - "end": 2596, + "start": 2730, + "end": 2731, "loc": { "start": { "line": 136, @@ -41124,8 +41124,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 2596, - "end": 2602, + "start": 2731, + "end": 2738, "loc": { "start": { "line": 136, @@ -41149,8 +41149,8 @@ "postfix": false, "binop": null }, - "start": 2602, - "end": 2603, + "start": 2738, + "end": 2739, "loc": { "start": { "line": 137, @@ -41176,8 +41176,8 @@ "updateContext": null }, "value": "h2", - "start": 2603, - "end": 2605, + "start": 2739, + "end": 2741, "loc": { "start": { "line": 137, @@ -41201,8 +41201,8 @@ "postfix": false, "binop": null }, - "start": 2605, - "end": 2606, + "start": 2741, + "end": 2742, "loc": { "start": { "line": 137, @@ -41228,8 +41228,8 @@ "updateContext": null }, "value": "Created With Factory", - "start": 2606, - "end": 2626, + "start": 2742, + "end": 2762, "loc": { "start": { "line": 137, @@ -41253,8 +41253,8 @@ "postfix": false, "binop": null }, - "start": 2626, - "end": 2627, + "start": 2762, + "end": 2763, "loc": { "start": { "line": 137, @@ -41280,8 +41280,8 @@ "updateContext": null }, "value": "/", - "start": 2627, - "end": 2628, + "start": 2763, + "end": 2764, "loc": { "start": { "line": 137, @@ -41307,8 +41307,8 @@ "updateContext": null }, "value": "h2", - "start": 2628, - "end": 2630, + "start": 2764, + "end": 2766, "loc": { "start": { "line": 137, @@ -41332,8 +41332,8 @@ "postfix": false, "binop": null }, - "start": 2630, - "end": 2631, + "start": 2766, + "end": 2767, "loc": { "start": { "line": 137, @@ -41359,8 +41359,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 2631, - "end": 2637, + "start": 2767, + "end": 2774, "loc": { "start": { "line": 137, @@ -41384,8 +41384,8 @@ "postfix": false, "binop": null }, - "start": 2637, - "end": 2638, + "start": 2774, + "end": 2775, "loc": { "start": { "line": 138, @@ -41410,8 +41410,8 @@ "binop": null }, "value": "Array", - "start": 2638, - "end": 2643, + "start": 2775, + "end": 2780, "loc": { "start": { "line": 138, @@ -41436,8 +41436,8 @@ "binop": null, "updateContext": null }, - "start": 2643, - "end": 2644, + "start": 2780, + "end": 2781, "loc": { "start": { "line": 138, @@ -41462,8 +41462,8 @@ "binop": null }, "value": "from", - "start": 2644, - "end": 2648, + "start": 2781, + "end": 2785, "loc": { "start": { "line": 138, @@ -41487,8 +41487,8 @@ "postfix": false, "binop": null }, - "start": 2648, - "end": 2649, + "start": 2785, + "end": 2786, "loc": { "start": { "line": 138, @@ -41513,8 +41513,8 @@ "binop": null }, "value": "configFieldEls", - "start": 2649, - "end": 2663, + "start": 2786, + "end": 2800, "loc": { "start": { "line": 138, @@ -41538,8 +41538,8 @@ "postfix": false, "binop": null }, - "start": 2663, - "end": 2664, + "start": 2800, + "end": 2801, "loc": { "start": { "line": 138, @@ -41564,8 +41564,8 @@ "binop": null, "updateContext": null }, - "start": 2664, - "end": 2665, + "start": 2801, + "end": 2802, "loc": { "start": { "line": 138, @@ -41590,8 +41590,8 @@ "binop": null }, "value": "map", - "start": 2665, - "end": 2668, + "start": 2802, + "end": 2805, "loc": { "start": { "line": 138, @@ -41615,8 +41615,8 @@ "postfix": false, "binop": null }, - "start": 2668, - "end": 2669, + "start": 2805, + "end": 2806, "loc": { "start": { "line": 138, @@ -41640,8 +41640,8 @@ "postfix": false, "binop": null }, - "start": 2669, - "end": 2670, + "start": 2806, + "end": 2807, "loc": { "start": { "line": 138, @@ -41666,8 +41666,8 @@ "binop": null }, "value": "field", - "start": 2670, - "end": 2675, + "start": 2807, + "end": 2812, "loc": { "start": { "line": 138, @@ -41692,8 +41692,8 @@ "binop": null, "updateContext": null }, - "start": 2675, - "end": 2676, + "start": 2812, + "end": 2813, "loc": { "start": { "line": 138, @@ -41718,8 +41718,8 @@ "binop": null }, "value": "i", - "start": 2676, - "end": 2677, + "start": 2813, + "end": 2814, "loc": { "start": { "line": 138, @@ -41743,8 +41743,8 @@ "postfix": false, "binop": null }, - "start": 2677, - "end": 2678, + "start": 2814, + "end": 2815, "loc": { "start": { "line": 138, @@ -41769,8 +41769,8 @@ "binop": null, "updateContext": null }, - "start": 2679, - "end": 2681, + "start": 2816, + "end": 2818, "loc": { "start": { "line": 138, @@ -41794,8 +41794,8 @@ "postfix": false, "binop": null }, - "start": 2682, - "end": 2683, + "start": 2819, + "end": 2820, "loc": { "start": { "line": 138, @@ -41822,8 +41822,8 @@ "updateContext": null }, "value": "return", - "start": 2690, - "end": 2696, + "start": 2828, + "end": 2834, "loc": { "start": { "line": 139, @@ -41848,8 +41848,8 @@ "binop": null }, "value": "React", - "start": 2697, - "end": 2702, + "start": 2835, + "end": 2840, "loc": { "start": { "line": 139, @@ -41874,8 +41874,8 @@ "binop": null, "updateContext": null }, - "start": 2702, - "end": 2703, + "start": 2840, + "end": 2841, "loc": { "start": { "line": 139, @@ -41900,8 +41900,8 @@ "binop": null }, "value": "createElement", - "start": 2703, - "end": 2716, + "start": 2841, + "end": 2854, "loc": { "start": { "line": 139, @@ -41925,8 +41925,8 @@ "postfix": false, "binop": null }, - "start": 2716, - "end": 2717, + "start": 2854, + "end": 2855, "loc": { "start": { "line": 139, @@ -41951,8 +41951,8 @@ "binop": null }, "value": "React", - "start": 2725, - "end": 2730, + "start": 2864, + "end": 2869, "loc": { "start": { "line": 140, @@ -41977,8 +41977,8 @@ "binop": null, "updateContext": null }, - "start": 2730, - "end": 2731, + "start": 2869, + "end": 2870, "loc": { "start": { "line": 140, @@ -42003,8 +42003,8 @@ "binop": null }, "value": "Fragment", - "start": 2731, - "end": 2739, + "start": 2870, + "end": 2878, "loc": { "start": { "line": 140, @@ -42029,8 +42029,8 @@ "binop": null, "updateContext": null }, - "start": 2739, - "end": 2740, + "start": 2878, + "end": 2879, "loc": { "start": { "line": 140, @@ -42054,8 +42054,8 @@ "postfix": false, "binop": null }, - "start": 2741, - "end": 2742, + "start": 2880, + "end": 2881, "loc": { "start": { "line": 140, @@ -42080,8 +42080,8 @@ "binop": null }, "value": "key", - "start": 2751, - "end": 2754, + "start": 2891, + "end": 2894, "loc": { "start": { "line": 141, @@ -42106,8 +42106,8 @@ "binop": null, "updateContext": null }, - "start": 2754, - "end": 2755, + "start": 2894, + "end": 2895, "loc": { "start": { "line": 141, @@ -42132,8 +42132,8 @@ "binop": null }, "value": "i", - "start": 2756, - "end": 2757, + "start": 2896, + "end": 2897, "loc": { "start": { "line": 141, @@ -42158,8 +42158,8 @@ "binop": null, "updateContext": null }, - "start": 2757, - "end": 2758, + "start": 2897, + "end": 2898, "loc": { "start": { "line": 141, @@ -42183,8 +42183,8 @@ "postfix": false, "binop": null }, - "start": 2766, - "end": 2767, + "start": 2907, + "end": 2908, "loc": { "start": { "line": 142, @@ -42209,8 +42209,8 @@ "binop": null, "updateContext": null }, - "start": 2767, - "end": 2768, + "start": 2908, + "end": 2909, "loc": { "start": { "line": 142, @@ -42235,8 +42235,8 @@ "binop": null }, "value": "field", - "start": 2776, - "end": 2781, + "start": 2918, + "end": 2923, "loc": { "start": { "line": 143, @@ -42260,8 +42260,8 @@ "postfix": false, "binop": null }, - "start": 2788, - "end": 2789, + "start": 2931, + "end": 2932, "loc": { "start": { "line": 144, @@ -42286,8 +42286,8 @@ "binop": null, "updateContext": null }, - "start": 2789, - "end": 2790, + "start": 2932, + "end": 2933, "loc": { "start": { "line": 144, @@ -42311,8 +42311,8 @@ "postfix": false, "binop": null }, - "start": 2796, - "end": 2797, + "start": 2940, + "end": 2941, "loc": { "start": { "line": 145, @@ -42336,8 +42336,8 @@ "postfix": false, "binop": null }, - "start": 2797, - "end": 2798, + "start": 2941, + "end": 2942, "loc": { "start": { "line": 145, @@ -42361,8 +42361,8 @@ "postfix": false, "binop": null }, - "start": 2798, - "end": 2799, + "start": 2942, + "end": 2943, "loc": { "start": { "line": 145, @@ -42388,8 +42388,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 2799, - "end": 2804, + "start": 2943, + "end": 2949, "loc": { "start": { "line": 145, @@ -42413,8 +42413,8 @@ "postfix": false, "binop": null }, - "start": 2804, - "end": 2805, + "start": 2949, + "end": 2950, "loc": { "start": { "line": 146, @@ -42440,8 +42440,8 @@ "updateContext": null }, "value": "/", - "start": 2805, - "end": 2806, + "start": 2950, + "end": 2951, "loc": { "start": { "line": 146, @@ -42467,8 +42467,8 @@ "updateContext": null }, "value": "div", - "start": 2806, - "end": 2809, + "start": 2951, + "end": 2954, "loc": { "start": { "line": 146, @@ -42492,8 +42492,8 @@ "postfix": false, "binop": null }, - "start": 2809, - "end": 2810, + "start": 2954, + "end": 2955, "loc": { "start": { "line": 146, @@ -42519,8 +42519,8 @@ "updateContext": null }, "value": "\n\n\t\t\t\t", - "start": 2810, - "end": 2816, + "start": 2955, + "end": 2963, "loc": { "start": { "line": 146, @@ -42544,8 +42544,8 @@ "postfix": false, "binop": null }, - "start": 2816, - "end": 2817, + "start": 2963, + "end": 2964, "loc": { "start": { "line": 148, @@ -42571,8 +42571,8 @@ "updateContext": null }, "value": "div", - "start": 2817, - "end": 2820, + "start": 2964, + "end": 2967, "loc": { "start": { "line": 148, @@ -42596,8 +42596,8 @@ "postfix": false, "binop": null }, - "start": 2820, - "end": 2821, + "start": 2967, + "end": 2968, "loc": { "start": { "line": 148, @@ -42623,8 +42623,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 2821, - "end": 2827, + "start": 2968, + "end": 2975, "loc": { "start": { "line": 148, @@ -42648,8 +42648,8 @@ "postfix": false, "binop": null }, - "start": 2827, - "end": 2828, + "start": 2975, + "end": 2976, "loc": { "start": { "line": 149, @@ -42675,8 +42675,8 @@ "updateContext": null }, "value": "h2", - "start": 2828, - "end": 2830, + "start": 2976, + "end": 2978, "loc": { "start": { "line": 149, @@ -42700,8 +42700,8 @@ "postfix": false, "binop": null }, - "start": 2830, - "end": 2831, + "start": 2978, + "end": 2979, "loc": { "start": { "line": 149, @@ -42727,8 +42727,8 @@ "updateContext": null }, "value": "Magic Select", - "start": 2831, - "end": 2843, + "start": 2979, + "end": 2991, "loc": { "start": { "line": 149, @@ -42752,8 +42752,8 @@ "postfix": false, "binop": null }, - "start": 2843, - "end": 2844, + "start": 2991, + "end": 2992, "loc": { "start": { "line": 149, @@ -42779,8 +42779,8 @@ "updateContext": null }, "value": "/", - "start": 2844, - "end": 2845, + "start": 2992, + "end": 2993, "loc": { "start": { "line": 149, @@ -42806,8 +42806,8 @@ "updateContext": null }, "value": "h2", - "start": 2845, - "end": 2847, + "start": 2993, + "end": 2995, "loc": { "start": { "line": 149, @@ -42831,8 +42831,8 @@ "postfix": false, "binop": null }, - "start": 2847, - "end": 2848, + "start": 2995, + "end": 2996, "loc": { "start": { "line": 149, @@ -42858,8 +42858,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 2848, - "end": 2854, + "start": 2996, + "end": 3003, "loc": { "start": { "line": 149, @@ -42883,8 +42883,8 @@ "postfix": false, "binop": null }, - "start": 2854, - "end": 2855, + "start": 3003, + "end": 3004, "loc": { "start": { "line": 150, @@ -42910,8 +42910,8 @@ "updateContext": null }, "value": "MagicFieldGroup", - "start": 2855, - "end": 2870, + "start": 3004, + "end": 3019, "loc": { "start": { "line": 150, @@ -42937,8 +42937,8 @@ "updateContext": null }, "value": "id", - "start": 2877, - "end": 2879, + "start": 3027, + "end": 3029, "loc": { "start": { "line": 151, @@ -42964,8 +42964,8 @@ "updateContext": null }, "value": "=", - "start": 2879, - "end": 2880, + "start": 3029, + "end": 3030, "loc": { "start": { "line": 151, @@ -42989,8 +42989,8 @@ "postfix": false, "binop": null }, - "start": 2880, - "end": 2881, + "start": 3030, + "end": 3031, "loc": { "start": { "line": 151, @@ -43016,8 +43016,8 @@ "updateContext": null }, "value": "magic-5", - "start": 2881, - "end": 2890, + "start": 3031, + "end": 3040, "loc": { "start": { "line": 151, @@ -43041,8 +43041,8 @@ "postfix": false, "binop": null }, - "start": 2890, - "end": 2891, + "start": 3040, + "end": 3041, "loc": { "start": { "line": 151, @@ -43068,8 +43068,8 @@ "updateContext": null }, "value": "label", - "start": 2898, - "end": 2903, + "start": 3049, + "end": 3054, "loc": { "start": { "line": 152, @@ -43095,8 +43095,8 @@ "updateContext": null }, "value": "=", - "start": 2903, - "end": 2904, + "start": 3054, + "end": 3055, "loc": { "start": { "line": 152, @@ -43120,8 +43120,8 @@ "postfix": false, "binop": null }, - "start": 2904, - "end": 2905, + "start": 3055, + "end": 3056, "loc": { "start": { "line": 152, @@ -43147,8 +43147,8 @@ "updateContext": null }, "value": "Magic Group", - "start": 2905, - "end": 2918, + "start": 3056, + "end": 3069, "loc": { "start": { "line": 152, @@ -43172,8 +43172,8 @@ "postfix": false, "binop": null }, - "start": 2918, - "end": 2919, + "start": 3069, + "end": 3070, "loc": { "start": { "line": 152, @@ -43199,8 +43199,8 @@ "updateContext": null }, "value": "fieldClassName", - "start": 2926, - "end": 2940, + "start": 3078, + "end": 3092, "loc": { "start": { "line": 153, @@ -43226,8 +43226,8 @@ "updateContext": null }, "value": "=", - "start": 2940, - "end": 2941, + "start": 3092, + "end": 3093, "loc": { "start": { "line": 153, @@ -43251,8 +43251,8 @@ "postfix": false, "binop": null }, - "start": 2941, - "end": 2942, + "start": 3093, + "end": 3094, "loc": { "start": { "line": 153, @@ -43278,8 +43278,8 @@ "updateContext": null }, "value": "magic", - "start": 2942, - "end": 2949, + "start": 3094, + "end": 3101, "loc": { "start": { "line": 153, @@ -43303,8 +43303,8 @@ "postfix": false, "binop": null }, - "start": 2949, - "end": 2950, + "start": 3101, + "end": 3102, "loc": { "start": { "line": 153, @@ -43330,8 +43330,8 @@ "updateContext": null }, "value": "onValueChange", - "start": 2957, - "end": 2970, + "start": 3110, + "end": 3123, "loc": { "start": { "line": 154, @@ -43357,8 +43357,8 @@ "updateContext": null }, "value": "=", - "start": 2970, - "end": 2971, + "start": 3123, + "end": 3124, "loc": { "start": { "line": 154, @@ -43382,8 +43382,8 @@ "postfix": false, "binop": null }, - "start": 2971, - "end": 2972, + "start": 3124, + "end": 3125, "loc": { "start": { "line": 154, @@ -43407,8 +43407,8 @@ "postfix": false, "binop": null }, - "start": 2972, - "end": 2973, + "start": 3125, + "end": 3126, "loc": { "start": { "line": 154, @@ -43433,8 +43433,8 @@ "binop": null }, "value": "newValue", - "start": 2973, - "end": 2981, + "start": 3126, + "end": 3134, "loc": { "start": { "line": 154, @@ -43458,8 +43458,8 @@ "postfix": false, "binop": null }, - "start": 2981, - "end": 2982, + "start": 3134, + "end": 3135, "loc": { "start": { "line": 154, @@ -43484,8 +43484,8 @@ "binop": null, "updateContext": null }, - "start": 2983, - "end": 2985, + "start": 3136, + "end": 3138, "loc": { "start": { "line": 154, @@ -43509,8 +43509,8 @@ "postfix": false, "binop": null }, - "start": 2986, - "end": 2987, + "start": 3139, + "end": 3140, "loc": { "start": { "line": 154, @@ -43535,8 +43535,8 @@ "binop": null }, "value": "magicFieldValue", - "start": 2995, - "end": 3010, + "start": 3149, + "end": 3164, "loc": { "start": { "line": 155, @@ -43562,8 +43562,8 @@ "updateContext": null }, "value": "=", - "start": 3011, - "end": 3012, + "start": 3165, + "end": 3166, "loc": { "start": { "line": 155, @@ -43588,8 +43588,8 @@ "binop": null }, "value": "newValue", - "start": 3013, - "end": 3021, + "start": 3167, + "end": 3175, "loc": { "start": { "line": 155, @@ -43614,8 +43614,8 @@ "binop": null, "updateContext": null }, - "start": 3021, - "end": 3022, + "start": 3175, + "end": 3176, "loc": { "start": { "line": 155, @@ -43639,8 +43639,8 @@ "postfix": false, "binop": null }, - "start": 3029, - "end": 3030, + "start": 3184, + "end": 3185, "loc": { "start": { "line": 156, @@ -43664,8 +43664,8 @@ "postfix": false, "binop": null }, - "start": 3031, - "end": 3032, + "start": 3186, + "end": 3187, "loc": { "start": { "line": 156, @@ -43691,8 +43691,8 @@ "updateContext": null }, "value": "fieldsList", - "start": 3039, - "end": 3049, + "start": 3195, + "end": 3205, "loc": { "start": { "line": 157, @@ -43718,8 +43718,8 @@ "updateContext": null }, "value": "=", - "start": 3049, - "end": 3050, + "start": 3205, + "end": 3206, "loc": { "start": { "line": 157, @@ -43743,8 +43743,8 @@ "postfix": false, "binop": null }, - "start": 3050, - "end": 3051, + "start": 3206, + "end": 3207, "loc": { "start": { "line": 157, @@ -43769,8 +43769,8 @@ "binop": null, "updateContext": null }, - "start": 3051, - "end": 3052, + "start": 3207, + "end": 3208, "loc": { "start": { "line": 157, @@ -43794,8 +43794,8 @@ "postfix": false, "binop": null }, - "start": 3060, - "end": 3061, + "start": 3217, + "end": 3218, "loc": { "start": { "line": 158, @@ -43820,8 +43820,8 @@ "binop": null }, "value": "label", - "start": 3070, - "end": 3075, + "start": 3228, + "end": 3233, "loc": { "start": { "line": 159, @@ -43846,8 +43846,8 @@ "binop": null, "updateContext": null }, - "start": 3075, - "end": 3076, + "start": 3233, + "end": 3234, "loc": { "start": { "line": 159, @@ -43873,8 +43873,8 @@ "updateContext": null }, "value": "Field One", - "start": 3077, - "end": 3088, + "start": 3235, + "end": 3246, "loc": { "start": { "line": 159, @@ -43899,8 +43899,8 @@ "binop": null, "updateContext": null }, - "start": 3088, - "end": 3089, + "start": 3246, + "end": 3247, "loc": { "start": { "line": 159, @@ -43925,8 +43925,8 @@ "binop": null }, "value": "value", - "start": 3098, - "end": 3103, + "start": 3257, + "end": 3262, "loc": { "start": { "line": 160, @@ -43951,8 +43951,8 @@ "binop": null, "updateContext": null }, - "start": 3103, - "end": 3104, + "start": 3262, + "end": 3263, "loc": { "start": { "line": 160, @@ -43978,8 +43978,8 @@ "updateContext": null }, "value": "%fldOne%", - "start": 3105, - "end": 3115, + "start": 3264, + "end": 3274, "loc": { "start": { "line": 160, @@ -44003,8 +44003,8 @@ "postfix": false, "binop": null }, - "start": 3123, - "end": 3124, + "start": 3283, + "end": 3284, "loc": { "start": { "line": 161, @@ -44029,8 +44029,8 @@ "binop": null, "updateContext": null }, - "start": 3124, - "end": 3125, + "start": 3284, + "end": 3285, "loc": { "start": { "line": 161, @@ -44054,8 +44054,8 @@ "postfix": false, "binop": null }, - "start": 3133, - "end": 3134, + "start": 3294, + "end": 3295, "loc": { "start": { "line": 162, @@ -44080,8 +44080,8 @@ "binop": null }, "value": "label", - "start": 3143, - "end": 3148, + "start": 3305, + "end": 3310, "loc": { "start": { "line": 163, @@ -44106,8 +44106,8 @@ "binop": null, "updateContext": null }, - "start": 3148, - "end": 3149, + "start": 3310, + "end": 3311, "loc": { "start": { "line": 163, @@ -44133,8 +44133,8 @@ "updateContext": null }, "value": "Field Two", - "start": 3150, - "end": 3161, + "start": 3312, + "end": 3323, "loc": { "start": { "line": 163, @@ -44159,8 +44159,8 @@ "binop": null, "updateContext": null }, - "start": 3161, - "end": 3162, + "start": 3323, + "end": 3324, "loc": { "start": { "line": 163, @@ -44185,8 +44185,8 @@ "binop": null }, "value": "value", - "start": 3171, - "end": 3176, + "start": 3334, + "end": 3339, "loc": { "start": { "line": 164, @@ -44211,8 +44211,8 @@ "binop": null, "updateContext": null }, - "start": 3176, - "end": 3177, + "start": 3339, + "end": 3340, "loc": { "start": { "line": 164, @@ -44238,8 +44238,8 @@ "updateContext": null }, "value": "%fldTwo%", - "start": 3178, - "end": 3188, + "start": 3341, + "end": 3351, "loc": { "start": { "line": 164, @@ -44263,8 +44263,8 @@ "postfix": false, "binop": null }, - "start": 3196, - "end": 3197, + "start": 3360, + "end": 3361, "loc": { "start": { "line": 165, @@ -44289,8 +44289,8 @@ "binop": null, "updateContext": null }, - "start": 3197, - "end": 3198, + "start": 3361, + "end": 3362, "loc": { "start": { "line": 165, @@ -44314,8 +44314,8 @@ "postfix": false, "binop": null }, - "start": 3206, - "end": 3207, + "start": 3371, + "end": 3372, "loc": { "start": { "line": 166, @@ -44340,8 +44340,8 @@ "binop": null }, "value": "label", - "start": 3216, - "end": 3221, + "start": 3382, + "end": 3387, "loc": { "start": { "line": 167, @@ -44366,8 +44366,8 @@ "binop": null, "updateContext": null }, - "start": 3221, - "end": 3222, + "start": 3387, + "end": 3388, "loc": { "start": { "line": 167, @@ -44393,8 +44393,8 @@ "updateContext": null }, "value": "Field Three", - "start": 3223, - "end": 3236, + "start": 3389, + "end": 3402, "loc": { "start": { "line": 167, @@ -44419,8 +44419,8 @@ "binop": null, "updateContext": null }, - "start": 3236, - "end": 3237, + "start": 3402, + "end": 3403, "loc": { "start": { "line": 167, @@ -44445,8 +44445,8 @@ "binop": null }, "value": "value", - "start": 3246, - "end": 3251, + "start": 3413, + "end": 3418, "loc": { "start": { "line": 168, @@ -44471,8 +44471,8 @@ "binop": null, "updateContext": null }, - "start": 3251, - "end": 3252, + "start": 3418, + "end": 3419, "loc": { "start": { "line": 168, @@ -44498,8 +44498,8 @@ "updateContext": null }, "value": "%fldThree%", - "start": 3253, - "end": 3265, + "start": 3420, + "end": 3432, "loc": { "start": { "line": 168, @@ -44523,8 +44523,8 @@ "postfix": false, "binop": null }, - "start": 3273, - "end": 3274, + "start": 3441, + "end": 3442, "loc": { "start": { "line": 169, @@ -44549,8 +44549,8 @@ "binop": null, "updateContext": null }, - "start": 3274, - "end": 3275, + "start": 3442, + "end": 3443, "loc": { "start": { "line": 169, @@ -44575,8 +44575,8 @@ "binop": null, "updateContext": null }, - "start": 3282, - "end": 3283, + "start": 3451, + "end": 3452, "loc": { "start": { "line": 170, @@ -44600,8 +44600,8 @@ "postfix": false, "binop": null }, - "start": 3283, - "end": 3284, + "start": 3452, + "end": 3453, "loc": { "start": { "line": 170, @@ -44627,8 +44627,8 @@ "updateContext": null }, "value": "systemTagsList", - "start": 3291, - "end": 3305, + "start": 3461, + "end": 3475, "loc": { "start": { "line": 171, @@ -44654,8 +44654,8 @@ "updateContext": null }, "value": "=", - "start": 3305, - "end": 3306, + "start": 3475, + "end": 3476, "loc": { "start": { "line": 171, @@ -44679,8 +44679,8 @@ "postfix": false, "binop": null }, - "start": 3306, - "end": 3307, + "start": 3476, + "end": 3477, "loc": { "start": { "line": 171, @@ -44705,8 +44705,8 @@ "binop": null, "updateContext": null }, - "start": 3307, - "end": 3308, + "start": 3477, + "end": 3478, "loc": { "start": { "line": 171, @@ -44730,8 +44730,8 @@ "postfix": false, "binop": null }, - "start": 3316, - "end": 3317, + "start": 3487, + "end": 3488, "loc": { "start": { "line": 172, @@ -44756,8 +44756,8 @@ "binop": null }, "value": "label", - "start": 3326, - "end": 3331, + "start": 3498, + "end": 3503, "loc": { "start": { "line": 173, @@ -44782,8 +44782,8 @@ "binop": null, "updateContext": null }, - "start": 3331, - "end": 3332, + "start": 3503, + "end": 3504, "loc": { "start": { "line": 173, @@ -44809,8 +44809,8 @@ "updateContext": null }, "value": "User First Name", - "start": 3333, - "end": 3350, + "start": 3505, + "end": 3522, "loc": { "start": { "line": 173, @@ -44835,8 +44835,8 @@ "binop": null, "updateContext": null }, - "start": 3350, - "end": 3351, + "start": 3522, + "end": 3523, "loc": { "start": { "line": 173, @@ -44861,8 +44861,8 @@ "binop": null }, "value": "value", - "start": 3360, - "end": 3365, + "start": 3533, + "end": 3538, "loc": { "start": { "line": 174, @@ -44887,8 +44887,8 @@ "binop": null, "updateContext": null }, - "start": 3365, - "end": 3366, + "start": 3538, + "end": 3539, "loc": { "start": { "line": 174, @@ -44914,8 +44914,8 @@ "updateContext": null }, "value": "{user:first_name}", - "start": 3367, - "end": 3386, + "start": 3540, + "end": 3559, "loc": { "start": { "line": 174, @@ -44939,8 +44939,8 @@ "postfix": false, "binop": null }, - "start": 3394, - "end": 3395, + "start": 3568, + "end": 3569, "loc": { "start": { "line": 175, @@ -44965,8 +44965,8 @@ "binop": null, "updateContext": null }, - "start": 3402, - "end": 3403, + "start": 3577, + "end": 3578, "loc": { "start": { "line": 176, @@ -44990,8 +44990,8 @@ "postfix": false, "binop": null }, - "start": 3403, - "end": 3404, + "start": 3578, + "end": 3579, "loc": { "start": { "line": 176, @@ -45017,8 +45017,8 @@ "updateContext": null }, "value": "isOpen", - "start": 3411, - "end": 3417, + "start": 3587, + "end": 3593, "loc": { "start": { "line": 177, @@ -45044,8 +45044,8 @@ "updateContext": null }, "value": "=", - "start": 3417, - "end": 3418, + "start": 3593, + "end": 3594, "loc": { "start": { "line": 177, @@ -45069,8 +45069,8 @@ "postfix": false, "binop": null }, - "start": 3418, - "end": 3419, + "start": 3594, + "end": 3595, "loc": { "start": { "line": 177, @@ -45097,8 +45097,8 @@ "updateContext": null }, "value": "true", - "start": 3419, - "end": 3423, + "start": 3595, + "end": 3599, "loc": { "start": { "line": 177, @@ -45122,8 +45122,8 @@ "postfix": false, "binop": null }, - "start": 3423, - "end": 3424, + "start": 3599, + "end": 3600, "loc": { "start": { "line": 177, @@ -45149,8 +45149,8 @@ "updateContext": null }, "value": "value", - "start": 3431, - "end": 3436, + "start": 3608, + "end": 3613, "loc": { "start": { "line": 178, @@ -45176,8 +45176,8 @@ "updateContext": null }, "value": "=", - "start": 3436, - "end": 3437, + "start": 3613, + "end": 3614, "loc": { "start": { "line": 178, @@ -45201,8 +45201,8 @@ "postfix": false, "binop": null }, - "start": 3437, - "end": 3438, + "start": 3614, + "end": 3615, "loc": { "start": { "line": 178, @@ -45227,8 +45227,8 @@ "binop": null }, "value": "magicFieldValue", - "start": 3438, - "end": 3453, + "start": 3615, + "end": 3630, "loc": { "start": { "line": 178, @@ -45252,8 +45252,8 @@ "postfix": false, "binop": null }, - "start": 3453, - "end": 3454, + "start": 3630, + "end": 3631, "loc": { "start": { "line": 178, @@ -45279,8 +45279,8 @@ "updateContext": null }, "value": "/", - "start": 3460, - "end": 3461, + "start": 3638, + "end": 3639, "loc": { "start": { "line": 179, @@ -45304,8 +45304,8 @@ "postfix": false, "binop": null }, - "start": 3461, - "end": 3462, + "start": 3639, + "end": 3640, "loc": { "start": { "line": 179, @@ -45331,8 +45331,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 3462, - "end": 3467, + "start": 3640, + "end": 3646, "loc": { "start": { "line": 179, @@ -45356,8 +45356,8 @@ "postfix": false, "binop": null }, - "start": 3467, - "end": 3468, + "start": 3646, + "end": 3647, "loc": { "start": { "line": 180, @@ -45383,8 +45383,8 @@ "updateContext": null }, "value": "/", - "start": 3468, - "end": 3469, + "start": 3647, + "end": 3648, "loc": { "start": { "line": 180, @@ -45410,8 +45410,8 @@ "updateContext": null }, "value": "div", - "start": 3469, - "end": 3472, + "start": 3648, + "end": 3651, "loc": { "start": { "line": 180, @@ -45435,8 +45435,8 @@ "postfix": false, "binop": null }, - "start": 3472, - "end": 3473, + "start": 3651, + "end": 3652, "loc": { "start": { "line": 180, @@ -45462,8 +45462,8 @@ "updateContext": null }, "value": "\n\n\t\t\t\t", - "start": 3473, - "end": 3479, + "start": 3652, + "end": 3660, "loc": { "start": { "line": 180, @@ -45487,8 +45487,8 @@ "postfix": false, "binop": null }, - "start": 3479, - "end": 3480, + "start": 3660, + "end": 3661, "loc": { "start": { "line": 182, @@ -45514,8 +45514,8 @@ "updateContext": null }, "value": "div", - "start": 3480, - "end": 3483, + "start": 3661, + "end": 3664, "loc": { "start": { "line": 182, @@ -45539,8 +45539,8 @@ "postfix": false, "binop": null }, - "start": 3483, - "end": 3484, + "start": 3664, + "end": 3665, "loc": { "start": { "line": 182, @@ -45566,8 +45566,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 3484, - "end": 3490, + "start": 3665, + "end": 3672, "loc": { "start": { "line": 182, @@ -45591,8 +45591,8 @@ "postfix": false, "binop": null }, - "start": 3490, - "end": 3491, + "start": 3672, + "end": 3673, "loc": { "start": { "line": 183, @@ -45618,8 +45618,8 @@ "updateContext": null }, "value": "h2", - "start": 3491, - "end": 3493, + "start": 3673, + "end": 3675, "loc": { "start": { "line": 183, @@ -45643,8 +45643,8 @@ "postfix": false, "binop": null }, - "start": 3493, - "end": 3494, + "start": 3675, + "end": 3676, "loc": { "start": { "line": 183, @@ -45670,8 +45670,8 @@ "updateContext": null }, "value": "Inputs", - "start": 3494, - "end": 3500, + "start": 3676, + "end": 3682, "loc": { "start": { "line": 183, @@ -45695,8 +45695,8 @@ "postfix": false, "binop": null }, - "start": 3500, - "end": 3501, + "start": 3682, + "end": 3683, "loc": { "start": { "line": 183, @@ -45722,8 +45722,8 @@ "updateContext": null }, "value": "/", - "start": 3501, - "end": 3502, + "start": 3683, + "end": 3684, "loc": { "start": { "line": 183, @@ -45749,8 +45749,8 @@ "updateContext": null }, "value": "h2", - "start": 3502, - "end": 3504, + "start": 3684, + "end": 3686, "loc": { "start": { "line": 183, @@ -45774,8 +45774,8 @@ "postfix": false, "binop": null }, - "start": 3504, - "end": 3505, + "start": 3686, + "end": 3687, "loc": { "start": { "line": 183, @@ -45801,8 +45801,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 3505, - "end": 3511, + "start": 3687, + "end": 3694, "loc": { "start": { "line": 183, @@ -45826,8 +45826,8 @@ "postfix": false, "binop": null }, - "start": 3511, - "end": 3512, + "start": 3694, + "end": 3695, "loc": { "start": { "line": 184, @@ -45853,8 +45853,8 @@ "updateContext": null }, "value": "FieldGroup", - "start": 3512, - "end": 3522, + "start": 3695, + "end": 3705, "loc": { "start": { "line": 184, @@ -45880,8 +45880,8 @@ "updateContext": null }, "value": "id", - "start": 3529, - "end": 3531, + "start": 3713, + "end": 3715, "loc": { "start": { "line": 185, @@ -45907,8 +45907,8 @@ "updateContext": null }, "value": "=", - "start": 3531, - "end": 3532, + "start": 3715, + "end": 3716, "loc": { "start": { "line": 185, @@ -45932,8 +45932,8 @@ "postfix": false, "binop": null }, - "start": 3532, - "end": 3533, + "start": 3716, + "end": 3717, "loc": { "start": { "line": 185, @@ -45959,8 +45959,8 @@ "updateContext": null }, "value": "control-22", - "start": 3533, - "end": 3545, + "start": 3717, + "end": 3729, "loc": { "start": { "line": 185, @@ -45984,8 +45984,8 @@ "postfix": false, "binop": null }, - "start": 3545, - "end": 3546, + "start": 3729, + "end": 3730, "loc": { "start": { "line": 185, @@ -46011,8 +46011,8 @@ "updateContext": null }, "value": "label", - "start": 3553, - "end": 3558, + "start": 3738, + "end": 3743, "loc": { "start": { "line": 186, @@ -46038,8 +46038,8 @@ "updateContext": null }, "value": "=", - "start": 3558, - "end": 3559, + "start": 3743, + "end": 3744, "loc": { "start": { "line": 186, @@ -46063,8 +46063,8 @@ "postfix": false, "binop": null }, - "start": 3559, - "end": 3560, + "start": 3744, + "end": 3745, "loc": { "start": { "line": 186, @@ -46090,8 +46090,8 @@ "updateContext": null }, "value": "Required Text input", - "start": 3560, - "end": 3581, + "start": 3745, + "end": 3766, "loc": { "start": { "line": 186, @@ -46115,8 +46115,8 @@ "postfix": false, "binop": null }, - "start": 3581, - "end": 3582, + "start": 3766, + "end": 3767, "loc": { "start": { "line": 186, @@ -46142,8 +46142,8 @@ "updateContext": null }, "value": "type", - "start": 3589, - "end": 3593, + "start": 3775, + "end": 3779, "loc": { "start": { "line": 187, @@ -46169,8 +46169,8 @@ "updateContext": null }, "value": "=", - "start": 3593, - "end": 3594, + "start": 3779, + "end": 3780, "loc": { "start": { "line": 187, @@ -46194,8 +46194,8 @@ "postfix": false, "binop": null }, - "start": 3594, - "end": 3595, + "start": 3780, + "end": 3781, "loc": { "start": { "line": 187, @@ -46221,8 +46221,8 @@ "updateContext": null }, "value": "input", - "start": 3595, - "end": 3602, + "start": 3781, + "end": 3788, "loc": { "start": { "line": 187, @@ -46246,8 +46246,8 @@ "postfix": false, "binop": null }, - "start": 3602, - "end": 3603, + "start": 3788, + "end": 3789, "loc": { "start": { "line": 187, @@ -46273,8 +46273,8 @@ "updateContext": null }, "value": "isRequired", - "start": 3610, - "end": 3620, + "start": 3797, + "end": 3807, "loc": { "start": { "line": 188, @@ -46300,8 +46300,8 @@ "updateContext": null }, "value": "=", - "start": 3620, - "end": 3621, + "start": 3807, + "end": 3808, "loc": { "start": { "line": 188, @@ -46325,8 +46325,8 @@ "postfix": false, "binop": null }, - "start": 3621, - "end": 3622, + "start": 3808, + "end": 3809, "loc": { "start": { "line": 188, @@ -46353,8 +46353,8 @@ "updateContext": null }, "value": "true", - "start": 3622, - "end": 3626, + "start": 3809, + "end": 3813, "loc": { "start": { "line": 188, @@ -46378,8 +46378,8 @@ "postfix": false, "binop": null }, - "start": 3626, - "end": 3627, + "start": 3813, + "end": 3814, "loc": { "start": { "line": 188, @@ -46405,8 +46405,8 @@ "updateContext": null }, "value": "value", - "start": 3634, - "end": 3639, + "start": 3822, + "end": 3827, "loc": { "start": { "line": 189, @@ -46432,8 +46432,8 @@ "updateContext": null }, "value": "=", - "start": 3639, - "end": 3640, + "start": 3827, + "end": 3828, "loc": { "start": { "line": 189, @@ -46457,8 +46457,8 @@ "postfix": false, "binop": null }, - "start": 3640, - "end": 3641, + "start": 3828, + "end": 3829, "loc": { "start": { "line": 189, @@ -46483,8 +46483,8 @@ "binop": null }, "value": "values", - "start": 3641, - "end": 3647, + "start": 3829, + "end": 3835, "loc": { "start": { "line": 189, @@ -46509,8 +46509,8 @@ "binop": null, "updateContext": null }, - "start": 3647, - "end": 3648, + "start": 3835, + "end": 3836, "loc": { "start": { "line": 189, @@ -46535,8 +46535,8 @@ "binop": null }, "value": "one", - "start": 3648, - "end": 3651, + "start": 3836, + "end": 3839, "loc": { "start": { "line": 189, @@ -46560,8 +46560,8 @@ "postfix": false, "binop": null }, - "start": 3651, - "end": 3652, + "start": 3839, + "end": 3840, "loc": { "start": { "line": 189, @@ -46587,8 +46587,8 @@ "updateContext": null }, "value": "onValueChange", - "start": 3659, - "end": 3672, + "start": 3848, + "end": 3861, "loc": { "start": { "line": 190, @@ -46614,8 +46614,8 @@ "updateContext": null }, "value": "=", - "start": 3672, - "end": 3673, + "start": 3861, + "end": 3862, "loc": { "start": { "line": 190, @@ -46639,8 +46639,8 @@ "postfix": false, "binop": null }, - "start": 3673, - "end": 3674, + "start": 3862, + "end": 3863, "loc": { "start": { "line": 190, @@ -46664,8 +46664,8 @@ "postfix": false, "binop": null }, - "start": 3674, - "end": 3675, + "start": 3863, + "end": 3864, "loc": { "start": { "line": 190, @@ -46690,8 +46690,8 @@ "binop": null }, "value": "newValue", - "start": 3675, - "end": 3683, + "start": 3864, + "end": 3872, "loc": { "start": { "line": 190, @@ -46715,8 +46715,8 @@ "postfix": false, "binop": null }, - "start": 3683, - "end": 3684, + "start": 3872, + "end": 3873, "loc": { "start": { "line": 190, @@ -46741,8 +46741,8 @@ "binop": null, "updateContext": null }, - "start": 3685, - "end": 3687, + "start": 3874, + "end": 3876, "loc": { "start": { "line": 190, @@ -46766,8 +46766,8 @@ "postfix": false, "binop": null }, - "start": 3688, - "end": 3689, + "start": 3877, + "end": 3878, "loc": { "start": { "line": 190, @@ -46792,8 +46792,8 @@ "binop": null }, "value": "values", - "start": 3697, - "end": 3703, + "start": 3887, + "end": 3893, "loc": { "start": { "line": 191, @@ -46818,8 +46818,8 @@ "binop": null, "updateContext": null }, - "start": 3703, - "end": 3704, + "start": 3893, + "end": 3894, "loc": { "start": { "line": 191, @@ -46844,8 +46844,8 @@ "binop": null }, "value": "one", - "start": 3704, - "end": 3707, + "start": 3894, + "end": 3897, "loc": { "start": { "line": 191, @@ -46871,8 +46871,8 @@ "updateContext": null }, "value": "=", - "start": 3707, - "end": 3708, + "start": 3897, + "end": 3898, "loc": { "start": { "line": 191, @@ -46897,8 +46897,8 @@ "binop": null }, "value": "newValue", - "start": 3708, - "end": 3716, + "start": 3898, + "end": 3906, "loc": { "start": { "line": 191, @@ -46923,8 +46923,8 @@ "binop": null, "updateContext": null }, - "start": 3716, - "end": 3717, + "start": 3906, + "end": 3907, "loc": { "start": { "line": 191, @@ -46948,8 +46948,8 @@ "postfix": false, "binop": null }, - "start": 3724, - "end": 3725, + "start": 3915, + "end": 3916, "loc": { "start": { "line": 192, @@ -46973,8 +46973,8 @@ "postfix": false, "binop": null }, - "start": 3725, - "end": 3726, + "start": 3916, + "end": 3917, "loc": { "start": { "line": 192, @@ -47000,8 +47000,8 @@ "updateContext": null }, "value": "/", - "start": 3732, - "end": 3733, + "start": 3924, + "end": 3925, "loc": { "start": { "line": 193, @@ -47025,8 +47025,8 @@ "postfix": false, "binop": null }, - "start": 3733, - "end": 3734, + "start": 3925, + "end": 3926, "loc": { "start": { "line": 193, @@ -47052,8 +47052,8 @@ "updateContext": null }, "value": "\n\n\t\t\t\t\t", - "start": 3734, - "end": 3741, + "start": 3926, + "end": 3935, "loc": { "start": { "line": 193, @@ -47077,8 +47077,8 @@ "postfix": false, "binop": null }, - "start": 3741, - "end": 3742, + "start": 3935, + "end": 3936, "loc": { "start": { "line": 195, @@ -47104,8 +47104,8 @@ "updateContext": null }, "value": "FieldGroup", - "start": 3742, - "end": 3752, + "start": 3936, + "end": 3946, "loc": { "start": { "line": 195, @@ -47131,8 +47131,8 @@ "updateContext": null }, "value": "id", - "start": 3759, - "end": 3761, + "start": 3954, + "end": 3956, "loc": { "start": { "line": 196, @@ -47158,8 +47158,8 @@ "updateContext": null }, "value": "=", - "start": 3761, - "end": 3762, + "start": 3956, + "end": 3957, "loc": { "start": { "line": 196, @@ -47183,8 +47183,8 @@ "postfix": false, "binop": null }, - "start": 3762, - "end": 3763, + "start": 3957, + "end": 3958, "loc": { "start": { "line": 196, @@ -47210,8 +47210,8 @@ "updateContext": null }, "value": "control-23", - "start": 3763, - "end": 3775, + "start": 3958, + "end": 3970, "loc": { "start": { "line": 196, @@ -47235,8 +47235,8 @@ "postfix": false, "binop": null }, - "start": 3775, - "end": 3776, + "start": 3970, + "end": 3971, "loc": { "start": { "line": 196, @@ -47262,8 +47262,8 @@ "updateContext": null }, "value": "label", - "start": 3783, - "end": 3788, + "start": 3979, + "end": 3984, "loc": { "start": { "line": 197, @@ -47289,8 +47289,8 @@ "updateContext": null }, "value": "=", - "start": 3788, - "end": 3789, + "start": 3984, + "end": 3985, "loc": { "start": { "line": 197, @@ -47314,8 +47314,8 @@ "postfix": false, "binop": null }, - "start": 3789, - "end": 3790, + "start": 3985, + "end": 3986, "loc": { "start": { "line": 197, @@ -47341,8 +47341,8 @@ "updateContext": null }, "value": "Non Required Text input", - "start": 3790, - "end": 3815, + "start": 3986, + "end": 4011, "loc": { "start": { "line": 197, @@ -47366,8 +47366,8 @@ "postfix": false, "binop": null }, - "start": 3815, - "end": 3816, + "start": 4011, + "end": 4012, "loc": { "start": { "line": 197, @@ -47393,8 +47393,8 @@ "updateContext": null }, "value": "type", - "start": 3823, - "end": 3827, + "start": 4020, + "end": 4024, "loc": { "start": { "line": 198, @@ -47420,8 +47420,8 @@ "updateContext": null }, "value": "=", - "start": 3827, - "end": 3828, + "start": 4024, + "end": 4025, "loc": { "start": { "line": 198, @@ -47445,8 +47445,8 @@ "postfix": false, "binop": null }, - "start": 3828, - "end": 3829, + "start": 4025, + "end": 4026, "loc": { "start": { "line": 198, @@ -47472,8 +47472,8 @@ "updateContext": null }, "value": "input", - "start": 3829, - "end": 3836, + "start": 4026, + "end": 4033, "loc": { "start": { "line": 198, @@ -47497,8 +47497,8 @@ "postfix": false, "binop": null }, - "start": 3836, - "end": 3837, + "start": 4033, + "end": 4034, "loc": { "start": { "line": 198, @@ -47524,8 +47524,8 @@ "updateContext": null }, "value": "isRequired", - "start": 3844, - "end": 3854, + "start": 4042, + "end": 4052, "loc": { "start": { "line": 199, @@ -47551,8 +47551,8 @@ "updateContext": null }, "value": "=", - "start": 3854, - "end": 3855, + "start": 4052, + "end": 4053, "loc": { "start": { "line": 199, @@ -47576,8 +47576,8 @@ "postfix": false, "binop": null }, - "start": 3855, - "end": 3856, + "start": 4053, + "end": 4054, "loc": { "start": { "line": 199, @@ -47604,8 +47604,8 @@ "updateContext": null }, "value": "true", - "start": 3856, - "end": 3860, + "start": 4054, + "end": 4058, "loc": { "start": { "line": 199, @@ -47629,8 +47629,8 @@ "postfix": false, "binop": null }, - "start": 3860, - "end": 3861, + "start": 4058, + "end": 4059, "loc": { "start": { "line": 199, @@ -47656,8 +47656,8 @@ "updateContext": null }, "value": "value", - "start": 3868, - "end": 3873, + "start": 4067, + "end": 4072, "loc": { "start": { "line": 200, @@ -47683,8 +47683,8 @@ "updateContext": null }, "value": "=", - "start": 3873, - "end": 3874, + "start": 4072, + "end": 4073, "loc": { "start": { "line": 200, @@ -47708,8 +47708,8 @@ "postfix": false, "binop": null }, - "start": 3874, - "end": 3875, + "start": 4073, + "end": 4074, "loc": { "start": { "line": 200, @@ -47734,8 +47734,8 @@ "binop": null }, "value": "values", - "start": 3875, - "end": 3881, + "start": 4074, + "end": 4080, "loc": { "start": { "line": 200, @@ -47760,8 +47760,8 @@ "binop": null, "updateContext": null }, - "start": 3881, - "end": 3882, + "start": 4080, + "end": 4081, "loc": { "start": { "line": 200, @@ -47786,8 +47786,8 @@ "binop": null }, "value": "two", - "start": 3882, - "end": 3885, + "start": 4081, + "end": 4084, "loc": { "start": { "line": 200, @@ -47811,8 +47811,8 @@ "postfix": false, "binop": null }, - "start": 3885, - "end": 3886, + "start": 4084, + "end": 4085, "loc": { "start": { "line": 200, @@ -47838,8 +47838,8 @@ "updateContext": null }, "value": "onValueChange", - "start": 3893, - "end": 3906, + "start": 4093, + "end": 4106, "loc": { "start": { "line": 201, @@ -47865,8 +47865,8 @@ "updateContext": null }, "value": "=", - "start": 3906, - "end": 3907, + "start": 4106, + "end": 4107, "loc": { "start": { "line": 201, @@ -47890,8 +47890,8 @@ "postfix": false, "binop": null }, - "start": 3907, - "end": 3908, + "start": 4107, + "end": 4108, "loc": { "start": { "line": 201, @@ -47915,8 +47915,8 @@ "postfix": false, "binop": null }, - "start": 3908, - "end": 3909, + "start": 4108, + "end": 4109, "loc": { "start": { "line": 201, @@ -47941,8 +47941,8 @@ "binop": null }, "value": "newValue", - "start": 3909, - "end": 3917, + "start": 4109, + "end": 4117, "loc": { "start": { "line": 201, @@ -47966,8 +47966,8 @@ "postfix": false, "binop": null }, - "start": 3917, - "end": 3918, + "start": 4117, + "end": 4118, "loc": { "start": { "line": 201, @@ -47992,8 +47992,8 @@ "binop": null, "updateContext": null }, - "start": 3919, - "end": 3921, + "start": 4119, + "end": 4121, "loc": { "start": { "line": 201, @@ -48017,8 +48017,8 @@ "postfix": false, "binop": null }, - "start": 3922, - "end": 3923, + "start": 4122, + "end": 4123, "loc": { "start": { "line": 201, @@ -48043,8 +48043,8 @@ "binop": null }, "value": "values", - "start": 3931, - "end": 3937, + "start": 4132, + "end": 4138, "loc": { "start": { "line": 202, @@ -48069,8 +48069,8 @@ "binop": null, "updateContext": null }, - "start": 3937, - "end": 3938, + "start": 4138, + "end": 4139, "loc": { "start": { "line": 202, @@ -48095,8 +48095,8 @@ "binop": null }, "value": "two", - "start": 3938, - "end": 3941, + "start": 4139, + "end": 4142, "loc": { "start": { "line": 202, @@ -48122,8 +48122,8 @@ "updateContext": null }, "value": "=", - "start": 3941, - "end": 3942, + "start": 4142, + "end": 4143, "loc": { "start": { "line": 202, @@ -48148,8 +48148,8 @@ "binop": null }, "value": "newValue", - "start": 3942, - "end": 3950, + "start": 4143, + "end": 4151, "loc": { "start": { "line": 202, @@ -48174,8 +48174,8 @@ "binop": null, "updateContext": null }, - "start": 3950, - "end": 3951, + "start": 4151, + "end": 4152, "loc": { "start": { "line": 202, @@ -48199,8 +48199,8 @@ "postfix": false, "binop": null }, - "start": 3958, - "end": 3959, + "start": 4160, + "end": 4161, "loc": { "start": { "line": 203, @@ -48224,8 +48224,8 @@ "postfix": false, "binop": null }, - "start": 3959, - "end": 3960, + "start": 4161, + "end": 4162, "loc": { "start": { "line": 203, @@ -48251,8 +48251,8 @@ "updateContext": null }, "value": "/", - "start": 3966, - "end": 3967, + "start": 4169, + "end": 4170, "loc": { "start": { "line": 204, @@ -48276,8 +48276,8 @@ "postfix": false, "binop": null }, - "start": 3967, - "end": 3968, + "start": 4170, + "end": 4171, "loc": { "start": { "line": 204, @@ -48303,8 +48303,8 @@ "updateContext": null }, "value": "\n\n\t\t\t\t\t", - "start": 3968, - "end": 3975, + "start": 4171, + "end": 4180, "loc": { "start": { "line": 204, @@ -48328,8 +48328,8 @@ "postfix": false, "binop": null }, - "start": 3975, - "end": 3976, + "start": 4180, + "end": 4181, "loc": { "start": { "line": 206, @@ -48355,8 +48355,8 @@ "updateContext": null }, "value": "FieldGroup", - "start": 3976, - "end": 3986, + "start": 4181, + "end": 4191, "loc": { "start": { "line": 206, @@ -48382,8 +48382,8 @@ "updateContext": null }, "value": "id", - "start": 3993, - "end": 3995, + "start": 4199, + "end": 4201, "loc": { "start": { "line": 207, @@ -48409,8 +48409,8 @@ "updateContext": null }, "value": "=", - "start": 3995, - "end": 3996, + "start": 4201, + "end": 4202, "loc": { "start": { "line": 207, @@ -48434,8 +48434,8 @@ "postfix": false, "binop": null }, - "start": 3996, - "end": 3997, + "start": 4202, + "end": 4203, "loc": { "start": { "line": 207, @@ -48461,8 +48461,8 @@ "updateContext": null }, "value": "control-23", - "start": 3997, - "end": 4009, + "start": 4203, + "end": 4215, "loc": { "start": { "line": 207, @@ -48486,8 +48486,8 @@ "postfix": false, "binop": null }, - "start": 4009, - "end": 4010, + "start": 4215, + "end": 4216, "loc": { "start": { "line": 207, @@ -48513,8 +48513,8 @@ "updateContext": null }, "value": "label", - "start": 4017, - "end": 4022, + "start": 4224, + "end": 4229, "loc": { "start": { "line": 208, @@ -48540,8 +48540,8 @@ "updateContext": null }, "value": "=", - "start": 4022, - "end": 4023, + "start": 4229, + "end": 4230, "loc": { "start": { "line": 208, @@ -48565,8 +48565,8 @@ "postfix": false, "binop": null }, - "start": 4023, - "end": 4024, + "start": 4230, + "end": 4231, "loc": { "start": { "line": 208, @@ -48592,8 +48592,8 @@ "updateContext": null }, "value": "With Help Text", - "start": 4024, - "end": 4040, + "start": 4231, + "end": 4247, "loc": { "start": { "line": 208, @@ -48617,8 +48617,8 @@ "postfix": false, "binop": null }, - "start": 4040, - "end": 4041, + "start": 4247, + "end": 4248, "loc": { "start": { "line": 208, @@ -48644,8 +48644,8 @@ "updateContext": null }, "value": "type", - "start": 4048, - "end": 4052, + "start": 4256, + "end": 4260, "loc": { "start": { "line": 209, @@ -48671,8 +48671,8 @@ "updateContext": null }, "value": "=", - "start": 4052, - "end": 4053, + "start": 4260, + "end": 4261, "loc": { "start": { "line": 209, @@ -48696,8 +48696,8 @@ "postfix": false, "binop": null }, - "start": 4053, - "end": 4054, + "start": 4261, + "end": 4262, "loc": { "start": { "line": 209, @@ -48723,8 +48723,8 @@ "updateContext": null }, "value": "input", - "start": 4054, - "end": 4061, + "start": 4262, + "end": 4269, "loc": { "start": { "line": 209, @@ -48748,8 +48748,8 @@ "postfix": false, "binop": null }, - "start": 4061, - "end": 4062, + "start": 4269, + "end": 4270, "loc": { "start": { "line": 209, @@ -48775,8 +48775,8 @@ "updateContext": null }, "value": "isRequired", - "start": 4069, - "end": 4079, + "start": 4278, + "end": 4288, "loc": { "start": { "line": 210, @@ -48802,8 +48802,8 @@ "updateContext": null }, "value": "=", - "start": 4079, - "end": 4080, + "start": 4288, + "end": 4289, "loc": { "start": { "line": 210, @@ -48827,8 +48827,8 @@ "postfix": false, "binop": null }, - "start": 4080, - "end": 4081, + "start": 4289, + "end": 4290, "loc": { "start": { "line": 210, @@ -48855,8 +48855,8 @@ "updateContext": null }, "value": "true", - "start": 4081, - "end": 4085, + "start": 4290, + "end": 4294, "loc": { "start": { "line": 210, @@ -48880,8 +48880,8 @@ "postfix": false, "binop": null }, - "start": 4085, - "end": 4086, + "start": 4294, + "end": 4295, "loc": { "start": { "line": 210, @@ -48907,8 +48907,8 @@ "updateContext": null }, "value": "help", - "start": 4093, - "end": 4097, + "start": 4303, + "end": 4307, "loc": { "start": { "line": 211, @@ -48934,8 +48934,8 @@ "updateContext": null }, "value": "=", - "start": 4097, - "end": 4098, + "start": 4307, + "end": 4308, "loc": { "start": { "line": 211, @@ -48959,8 +48959,8 @@ "postfix": false, "binop": null }, - "start": 4098, - "end": 4099, + "start": 4308, + "end": 4309, "loc": { "start": { "line": 211, @@ -48986,8 +48986,8 @@ "updateContext": null }, "value": "Adding help text sets aria-describedy", - "start": 4099, - "end": 4138, + "start": 4309, + "end": 4348, "loc": { "start": { "line": 211, @@ -49011,8 +49011,8 @@ "postfix": false, "binop": null }, - "start": 4138, - "end": 4139, + "start": 4348, + "end": 4349, "loc": { "start": { "line": 211, @@ -49038,8 +49038,8 @@ "updateContext": null }, "value": "value", - "start": 4146, - "end": 4151, + "start": 4357, + "end": 4362, "loc": { "start": { "line": 212, @@ -49065,8 +49065,8 @@ "updateContext": null }, "value": "=", - "start": 4151, - "end": 4152, + "start": 4362, + "end": 4363, "loc": { "start": { "line": 212, @@ -49090,8 +49090,8 @@ "postfix": false, "binop": null }, - "start": 4152, - "end": 4153, + "start": 4363, + "end": 4364, "loc": { "start": { "line": 212, @@ -49116,8 +49116,8 @@ "binop": null }, "value": "values", - "start": 4153, - "end": 4159, + "start": 4364, + "end": 4370, "loc": { "start": { "line": 212, @@ -49142,8 +49142,8 @@ "binop": null, "updateContext": null }, - "start": 4159, - "end": 4160, + "start": 4370, + "end": 4371, "loc": { "start": { "line": 212, @@ -49168,8 +49168,8 @@ "binop": null }, "value": "thre", - "start": 4160, - "end": 4164, + "start": 4371, + "end": 4375, "loc": { "start": { "line": 212, @@ -49193,8 +49193,8 @@ "postfix": false, "binop": null }, - "start": 4164, - "end": 4165, + "start": 4375, + "end": 4376, "loc": { "start": { "line": 212, @@ -49220,8 +49220,8 @@ "updateContext": null }, "value": "onValueChange", - "start": 4172, - "end": 4185, + "start": 4384, + "end": 4397, "loc": { "start": { "line": 213, @@ -49247,8 +49247,8 @@ "updateContext": null }, "value": "=", - "start": 4185, - "end": 4186, + "start": 4397, + "end": 4398, "loc": { "start": { "line": 213, @@ -49272,8 +49272,8 @@ "postfix": false, "binop": null }, - "start": 4186, - "end": 4187, + "start": 4398, + "end": 4399, "loc": { "start": { "line": 213, @@ -49297,8 +49297,8 @@ "postfix": false, "binop": null }, - "start": 4187, - "end": 4188, + "start": 4399, + "end": 4400, "loc": { "start": { "line": 213, @@ -49323,8 +49323,8 @@ "binop": null }, "value": "newValue", - "start": 4188, - "end": 4196, + "start": 4400, + "end": 4408, "loc": { "start": { "line": 213, @@ -49348,8 +49348,8 @@ "postfix": false, "binop": null }, - "start": 4196, - "end": 4197, + "start": 4408, + "end": 4409, "loc": { "start": { "line": 213, @@ -49374,8 +49374,8 @@ "binop": null, "updateContext": null }, - "start": 4198, - "end": 4200, + "start": 4410, + "end": 4412, "loc": { "start": { "line": 213, @@ -49399,8 +49399,8 @@ "postfix": false, "binop": null }, - "start": 4201, - "end": 4202, + "start": 4413, + "end": 4414, "loc": { "start": { "line": 213, @@ -49425,8 +49425,8 @@ "binop": null }, "value": "values", - "start": 4210, - "end": 4216, + "start": 4423, + "end": 4429, "loc": { "start": { "line": 214, @@ -49451,8 +49451,8 @@ "binop": null, "updateContext": null }, - "start": 4216, - "end": 4217, + "start": 4429, + "end": 4430, "loc": { "start": { "line": 214, @@ -49477,8 +49477,8 @@ "binop": null }, "value": "three", - "start": 4217, - "end": 4222, + "start": 4430, + "end": 4435, "loc": { "start": { "line": 214, @@ -49504,8 +49504,8 @@ "updateContext": null }, "value": "=", - "start": 4222, - "end": 4223, + "start": 4435, + "end": 4436, "loc": { "start": { "line": 214, @@ -49530,8 +49530,8 @@ "binop": null }, "value": "newValue", - "start": 4223, - "end": 4231, + "start": 4436, + "end": 4444, "loc": { "start": { "line": 214, @@ -49556,8 +49556,8 @@ "binop": null, "updateContext": null }, - "start": 4231, - "end": 4232, + "start": 4444, + "end": 4445, "loc": { "start": { "line": 214, @@ -49581,8 +49581,8 @@ "postfix": false, "binop": null }, - "start": 4239, - "end": 4240, + "start": 4453, + "end": 4454, "loc": { "start": { "line": 215, @@ -49606,8 +49606,8 @@ "postfix": false, "binop": null }, - "start": 4240, - "end": 4241, + "start": 4454, + "end": 4455, "loc": { "start": { "line": 215, @@ -49633,8 +49633,8 @@ "updateContext": null }, "value": "/", - "start": 4247, - "end": 4248, + "start": 4462, + "end": 4463, "loc": { "start": { "line": 216, @@ -49658,8 +49658,8 @@ "postfix": false, "binop": null }, - "start": 4248, - "end": 4249, + "start": 4463, + "end": 4464, "loc": { "start": { "line": 216, @@ -49685,8 +49685,8 @@ "updateContext": null }, "value": "\n\n\t\t\t\t\t", - "start": 4249, - "end": 4256, + "start": 4464, + "end": 4473, "loc": { "start": { "line": 216, @@ -49710,8 +49710,8 @@ "postfix": false, "binop": null }, - "start": 4256, - "end": 4257, + "start": 4473, + "end": 4474, "loc": { "start": { "line": 218, @@ -49737,8 +49737,8 @@ "updateContext": null }, "value": "FieldGroup", - "start": 4257, - "end": 4267, + "start": 4474, + "end": 4484, "loc": { "start": { "line": 218, @@ -49764,8 +49764,8 @@ "updateContext": null }, "value": "id", - "start": 4274, - "end": 4276, + "start": 4492, + "end": 4494, "loc": { "start": { "line": 219, @@ -49791,8 +49791,8 @@ "updateContext": null }, "value": "=", - "start": 4276, - "end": 4277, + "start": 4494, + "end": 4495, "loc": { "start": { "line": 219, @@ -49816,8 +49816,8 @@ "postfix": false, "binop": null }, - "start": 4277, - "end": 4278, + "start": 4495, + "end": 4496, "loc": { "start": { "line": 219, @@ -49843,8 +49843,8 @@ "updateContext": null }, "value": "control-24", - "start": 4278, - "end": 4290, + "start": 4496, + "end": 4508, "loc": { "start": { "line": 219, @@ -49868,8 +49868,8 @@ "postfix": false, "binop": null }, - "start": 4290, - "end": 4291, + "start": 4508, + "end": 4509, "loc": { "start": { "line": 219, @@ -49895,8 +49895,8 @@ "updateContext": null }, "value": "label", - "start": 4298, - "end": 4303, + "start": 4517, + "end": 4522, "loc": { "start": { "line": 220, @@ -49922,8 +49922,8 @@ "updateContext": null }, "value": "=", - "start": 4303, - "end": 4304, + "start": 4522, + "end": 4523, "loc": { "start": { "line": 220, @@ -49947,8 +49947,8 @@ "postfix": false, "binop": null }, - "start": 4304, - "end": 4305, + "start": 4523, + "end": 4524, "loc": { "start": { "line": 220, @@ -49974,8 +49974,8 @@ "updateContext": null }, "value": "Non Required Numeric input", - "start": 4305, - "end": 4333, + "start": 4524, + "end": 4552, "loc": { "start": { "line": 220, @@ -49999,8 +49999,8 @@ "postfix": false, "binop": null }, - "start": 4333, - "end": 4334, + "start": 4552, + "end": 4553, "loc": { "start": { "line": 220, @@ -50026,8 +50026,8 @@ "updateContext": null }, "value": "type", - "start": 4341, - "end": 4345, + "start": 4561, + "end": 4565, "loc": { "start": { "line": 221, @@ -50053,8 +50053,8 @@ "updateContext": null }, "value": "=", - "start": 4345, - "end": 4346, + "start": 4565, + "end": 4566, "loc": { "start": { "line": 221, @@ -50078,8 +50078,8 @@ "postfix": false, "binop": null }, - "start": 4346, - "end": 4347, + "start": 4566, + "end": 4567, "loc": { "start": { "line": 221, @@ -50105,8 +50105,8 @@ "updateContext": null }, "value": "input", - "start": 4347, - "end": 4354, + "start": 4567, + "end": 4574, "loc": { "start": { "line": 221, @@ -50130,8 +50130,8 @@ "postfix": false, "binop": null }, - "start": 4354, - "end": 4355, + "start": 4574, + "end": 4575, "loc": { "start": { "line": 221, @@ -50157,8 +50157,8 @@ "updateContext": null }, "value": "innertype", - "start": 4362, - "end": 4371, + "start": 4583, + "end": 4592, "loc": { "start": { "line": 222, @@ -50184,8 +50184,8 @@ "updateContext": null }, "value": "=", - "start": 4371, - "end": 4372, + "start": 4592, + "end": 4593, "loc": { "start": { "line": 222, @@ -50209,8 +50209,8 @@ "postfix": false, "binop": null }, - "start": 4372, - "end": 4373, + "start": 4593, + "end": 4594, "loc": { "start": { "line": 222, @@ -50236,8 +50236,8 @@ "updateContext": null }, "value": "number", - "start": 4373, - "end": 4381, + "start": 4594, + "end": 4602, "loc": { "start": { "line": 222, @@ -50261,8 +50261,8 @@ "postfix": false, "binop": null }, - "start": 4381, - "end": 4382, + "start": 4602, + "end": 4603, "loc": { "start": { "line": 222, @@ -50288,8 +50288,8 @@ "updateContext": null }, "value": "isRequired", - "start": 4389, - "end": 4399, + "start": 4611, + "end": 4621, "loc": { "start": { "line": 223, @@ -50315,8 +50315,8 @@ "updateContext": null }, "value": "=", - "start": 4399, - "end": 4400, + "start": 4621, + "end": 4622, "loc": { "start": { "line": 223, @@ -50340,8 +50340,8 @@ "postfix": false, "binop": null }, - "start": 4400, - "end": 4401, + "start": 4622, + "end": 4623, "loc": { "start": { "line": 223, @@ -50368,8 +50368,8 @@ "updateContext": null }, "value": "true", - "start": 4401, - "end": 4405, + "start": 4623, + "end": 4627, "loc": { "start": { "line": 223, @@ -50393,8 +50393,8 @@ "postfix": false, "binop": null }, - "start": 4405, - "end": 4406, + "start": 4627, + "end": 4628, "loc": { "start": { "line": 223, @@ -50420,8 +50420,8 @@ "updateContext": null }, "value": "value", - "start": 4413, - "end": 4418, + "start": 4636, + "end": 4641, "loc": { "start": { "line": 224, @@ -50447,8 +50447,8 @@ "updateContext": null }, "value": "=", - "start": 4418, - "end": 4419, + "start": 4641, + "end": 4642, "loc": { "start": { "line": 224, @@ -50472,8 +50472,8 @@ "postfix": false, "binop": null }, - "start": 4419, - "end": 4420, + "start": 4642, + "end": 4643, "loc": { "start": { "line": 224, @@ -50498,8 +50498,8 @@ "binop": null }, "value": "values", - "start": 4420, - "end": 4426, + "start": 4643, + "end": 4649, "loc": { "start": { "line": 224, @@ -50524,8 +50524,8 @@ "binop": null, "updateContext": null }, - "start": 4426, - "end": 4427, + "start": 4649, + "end": 4650, "loc": { "start": { "line": 224, @@ -50550,8 +50550,8 @@ "binop": null }, "value": "two", - "start": 4427, - "end": 4430, + "start": 4650, + "end": 4653, "loc": { "start": { "line": 224, @@ -50575,8 +50575,8 @@ "postfix": false, "binop": null }, - "start": 4430, - "end": 4431, + "start": 4653, + "end": 4654, "loc": { "start": { "line": 224, @@ -50602,8 +50602,8 @@ "updateContext": null }, "value": "onValueChange", - "start": 4438, - "end": 4451, + "start": 4662, + "end": 4675, "loc": { "start": { "line": 225, @@ -50629,8 +50629,8 @@ "updateContext": null }, "value": "=", - "start": 4451, - "end": 4452, + "start": 4675, + "end": 4676, "loc": { "start": { "line": 225, @@ -50654,8 +50654,8 @@ "postfix": false, "binop": null }, - "start": 4452, - "end": 4453, + "start": 4676, + "end": 4677, "loc": { "start": { "line": 225, @@ -50679,8 +50679,8 @@ "postfix": false, "binop": null }, - "start": 4453, - "end": 4454, + "start": 4677, + "end": 4678, "loc": { "start": { "line": 225, @@ -50705,8 +50705,8 @@ "binop": null }, "value": "newValue", - "start": 4454, - "end": 4462, + "start": 4678, + "end": 4686, "loc": { "start": { "line": 225, @@ -50730,8 +50730,8 @@ "postfix": false, "binop": null }, - "start": 4462, - "end": 4463, + "start": 4686, + "end": 4687, "loc": { "start": { "line": 225, @@ -50756,8 +50756,8 @@ "binop": null, "updateContext": null }, - "start": 4464, - "end": 4466, + "start": 4688, + "end": 4690, "loc": { "start": { "line": 225, @@ -50781,8 +50781,8 @@ "postfix": false, "binop": null }, - "start": 4467, - "end": 4468, + "start": 4691, + "end": 4692, "loc": { "start": { "line": 225, @@ -50807,8 +50807,8 @@ "binop": null }, "value": "values", - "start": 4476, - "end": 4482, + "start": 4701, + "end": 4707, "loc": { "start": { "line": 226, @@ -50833,8 +50833,8 @@ "binop": null, "updateContext": null }, - "start": 4482, - "end": 4483, + "start": 4707, + "end": 4708, "loc": { "start": { "line": 226, @@ -50859,8 +50859,8 @@ "binop": null }, "value": "two", - "start": 4483, - "end": 4486, + "start": 4708, + "end": 4711, "loc": { "start": { "line": 226, @@ -50886,8 +50886,8 @@ "updateContext": null }, "value": "=", - "start": 4486, - "end": 4487, + "start": 4711, + "end": 4712, "loc": { "start": { "line": 226, @@ -50912,8 +50912,8 @@ "binop": null }, "value": "newValue", - "start": 4487, - "end": 4495, + "start": 4712, + "end": 4720, "loc": { "start": { "line": 226, @@ -50938,8 +50938,8 @@ "binop": null, "updateContext": null }, - "start": 4495, - "end": 4496, + "start": 4720, + "end": 4721, "loc": { "start": { "line": 226, @@ -50963,8 +50963,8 @@ "postfix": false, "binop": null }, - "start": 4503, - "end": 4504, + "start": 4729, + "end": 4730, "loc": { "start": { "line": 227, @@ -50988,8 +50988,8 @@ "postfix": false, "binop": null }, - "start": 4504, - "end": 4505, + "start": 4730, + "end": 4731, "loc": { "start": { "line": 227, @@ -51015,8 +51015,8 @@ "updateContext": null }, "value": "/", - "start": 4511, - "end": 4512, + "start": 4738, + "end": 4739, "loc": { "start": { "line": 228, @@ -51040,8 +51040,8 @@ "postfix": false, "binop": null }, - "start": 4512, - "end": 4513, + "start": 4739, + "end": 4740, "loc": { "start": { "line": 228, @@ -51067,8 +51067,8 @@ "updateContext": null }, "value": "\n\n\t\t\t\t\t", - "start": 4513, - "end": 4520, + "start": 4740, + "end": 4749, "loc": { "start": { "line": 228, @@ -51092,8 +51092,8 @@ "postfix": false, "binop": null }, - "start": 4520, - "end": 4521, + "start": 4749, + "end": 4750, "loc": { "start": { "line": 230, @@ -51119,8 +51119,8 @@ "updateContext": null }, "value": "FieldGroup", - "start": 4521, - "end": 4531, + "start": 4750, + "end": 4760, "loc": { "start": { "line": 230, @@ -51146,8 +51146,8 @@ "updateContext": null }, "value": "id", - "start": 4538, - "end": 4540, + "start": 4768, + "end": 4770, "loc": { "start": { "line": 231, @@ -51173,8 +51173,8 @@ "updateContext": null }, "value": "=", - "start": 4540, - "end": 4541, + "start": 4770, + "end": 4771, "loc": { "start": { "line": 231, @@ -51198,8 +51198,8 @@ "postfix": false, "binop": null }, - "start": 4541, - "end": 4542, + "start": 4771, + "end": 4772, "loc": { "start": { "line": 231, @@ -51225,8 +51225,8 @@ "updateContext": null }, "value": "control-25", - "start": 4542, - "end": 4554, + "start": 4772, + "end": 4784, "loc": { "start": { "line": 231, @@ -51250,8 +51250,8 @@ "postfix": false, "binop": null }, - "start": 4554, - "end": 4555, + "start": 4784, + "end": 4785, "loc": { "start": { "line": 231, @@ -51277,8 +51277,8 @@ "updateContext": null }, "value": "label", - "start": 4562, - "end": 4567, + "start": 4793, + "end": 4798, "loc": { "start": { "line": 232, @@ -51304,8 +51304,8 @@ "updateContext": null }, "value": "=", - "start": 4567, - "end": 4568, + "start": 4798, + "end": 4799, "loc": { "start": { "line": 232, @@ -51329,8 +51329,8 @@ "postfix": false, "binop": null }, - "start": 4568, - "end": 4569, + "start": 4799, + "end": 4800, "loc": { "start": { "line": 232, @@ -51356,8 +51356,8 @@ "updateContext": null }, "value": "Non Required input disabled with error", - "start": 4569, - "end": 4609, + "start": 4800, + "end": 4840, "loc": { "start": { "line": 232, @@ -51381,8 +51381,8 @@ "postfix": false, "binop": null }, - "start": 4609, - "end": 4610, + "start": 4840, + "end": 4841, "loc": { "start": { "line": 232, @@ -51408,8 +51408,8 @@ "updateContext": null }, "value": "type", - "start": 4617, - "end": 4621, + "start": 4849, + "end": 4853, "loc": { "start": { "line": 233, @@ -51435,8 +51435,8 @@ "updateContext": null }, "value": "=", - "start": 4621, - "end": 4622, + "start": 4853, + "end": 4854, "loc": { "start": { "line": 233, @@ -51460,8 +51460,8 @@ "postfix": false, "binop": null }, - "start": 4622, - "end": 4623, + "start": 4854, + "end": 4855, "loc": { "start": { "line": 233, @@ -51487,8 +51487,8 @@ "updateContext": null }, "value": "input", - "start": 4623, - "end": 4630, + "start": 4855, + "end": 4862, "loc": { "start": { "line": 233, @@ -51512,8 +51512,8 @@ "postfix": false, "binop": null }, - "start": 4630, - "end": 4631, + "start": 4862, + "end": 4863, "loc": { "start": { "line": 233, @@ -51539,8 +51539,8 @@ "updateContext": null }, "value": "innertype", - "start": 4638, - "end": 4647, + "start": 4871, + "end": 4880, "loc": { "start": { "line": 234, @@ -51566,8 +51566,8 @@ "updateContext": null }, "value": "=", - "start": 4647, - "end": 4648, + "start": 4880, + "end": 4881, "loc": { "start": { "line": 234, @@ -51591,8 +51591,8 @@ "postfix": false, "binop": null }, - "start": 4648, - "end": 4649, + "start": 4881, + "end": 4882, "loc": { "start": { "line": 234, @@ -51618,8 +51618,8 @@ "updateContext": null }, "value": "text", - "start": 4649, - "end": 4655, + "start": 4882, + "end": 4888, "loc": { "start": { "line": 234, @@ -51643,8 +51643,8 @@ "postfix": false, "binop": null }, - "start": 4655, - "end": 4656, + "start": 4888, + "end": 4889, "loc": { "start": { "line": 234, @@ -51670,8 +51670,8 @@ "updateContext": null }, "value": "isRequired", - "start": 4663, - "end": 4673, + "start": 4897, + "end": 4907, "loc": { "start": { "line": 235, @@ -51697,8 +51697,8 @@ "updateContext": null }, "value": "=", - "start": 4673, - "end": 4674, + "start": 4907, + "end": 4908, "loc": { "start": { "line": 235, @@ -51722,8 +51722,8 @@ "postfix": false, "binop": null }, - "start": 4674, - "end": 4675, + "start": 4908, + "end": 4909, "loc": { "start": { "line": 235, @@ -51750,8 +51750,8 @@ "updateContext": null }, "value": "true", - "start": 4675, - "end": 4679, + "start": 4909, + "end": 4913, "loc": { "start": { "line": 235, @@ -51775,8 +51775,8 @@ "postfix": false, "binop": null }, - "start": 4679, - "end": 4680, + "start": 4913, + "end": 4914, "loc": { "start": { "line": 235, @@ -51802,8 +51802,8 @@ "updateContext": null }, "value": "value", - "start": 4687, - "end": 4692, + "start": 4922, + "end": 4927, "loc": { "start": { "line": 236, @@ -51829,8 +51829,8 @@ "updateContext": null }, "value": "=", - "start": 4692, - "end": 4693, + "start": 4927, + "end": 4928, "loc": { "start": { "line": 236, @@ -51854,8 +51854,8 @@ "postfix": false, "binop": null }, - "start": 4693, - "end": 4694, + "start": 4928, + "end": 4929, "loc": { "start": { "line": 236, @@ -51880,8 +51880,8 @@ "binop": null }, "value": "values", - "start": 4694, - "end": 4700, + "start": 4929, + "end": 4935, "loc": { "start": { "line": 236, @@ -51906,8 +51906,8 @@ "binop": null, "updateContext": null }, - "start": 4700, - "end": 4701, + "start": 4935, + "end": 4936, "loc": { "start": { "line": 236, @@ -51932,8 +51932,8 @@ "binop": null }, "value": "two", - "start": 4701, - "end": 4704, + "start": 4936, + "end": 4939, "loc": { "start": { "line": 236, @@ -51957,8 +51957,8 @@ "postfix": false, "binop": null }, - "start": 4704, - "end": 4705, + "start": 4939, + "end": 4940, "loc": { "start": { "line": 236, @@ -51984,8 +51984,8 @@ "updateContext": null }, "value": "onValueChange", - "start": 4712, - "end": 4725, + "start": 4948, + "end": 4961, "loc": { "start": { "line": 237, @@ -52011,8 +52011,8 @@ "updateContext": null }, "value": "=", - "start": 4725, - "end": 4726, + "start": 4961, + "end": 4962, "loc": { "start": { "line": 237, @@ -52036,8 +52036,8 @@ "postfix": false, "binop": null }, - "start": 4726, - "end": 4727, + "start": 4962, + "end": 4963, "loc": { "start": { "line": 237, @@ -52061,8 +52061,8 @@ "postfix": false, "binop": null }, - "start": 4727, - "end": 4728, + "start": 4963, + "end": 4964, "loc": { "start": { "line": 237, @@ -52087,8 +52087,8 @@ "binop": null }, "value": "newValue", - "start": 4728, - "end": 4736, + "start": 4964, + "end": 4972, "loc": { "start": { "line": 237, @@ -52112,8 +52112,8 @@ "postfix": false, "binop": null }, - "start": 4736, - "end": 4737, + "start": 4972, + "end": 4973, "loc": { "start": { "line": 237, @@ -52138,8 +52138,8 @@ "binop": null, "updateContext": null }, - "start": 4738, - "end": 4740, + "start": 4974, + "end": 4976, "loc": { "start": { "line": 237, @@ -52163,8 +52163,8 @@ "postfix": false, "binop": null }, - "start": 4741, - "end": 4742, + "start": 4977, + "end": 4978, "loc": { "start": { "line": 237, @@ -52189,8 +52189,8 @@ "binop": null }, "value": "values", - "start": 4750, - "end": 4756, + "start": 4987, + "end": 4993, "loc": { "start": { "line": 238, @@ -52215,8 +52215,8 @@ "binop": null, "updateContext": null }, - "start": 4756, - "end": 4757, + "start": 4993, + "end": 4994, "loc": { "start": { "line": 238, @@ -52241,8 +52241,8 @@ "binop": null }, "value": "two", - "start": 4757, - "end": 4760, + "start": 4994, + "end": 4997, "loc": { "start": { "line": 238, @@ -52268,8 +52268,8 @@ "updateContext": null }, "value": "=", - "start": 4760, - "end": 4761, + "start": 4997, + "end": 4998, "loc": { "start": { "line": 238, @@ -52294,8 +52294,8 @@ "binop": null }, "value": "newValue", - "start": 4761, - "end": 4769, + "start": 4998, + "end": 5006, "loc": { "start": { "line": 238, @@ -52320,8 +52320,8 @@ "binop": null, "updateContext": null }, - "start": 4769, - "end": 4770, + "start": 5006, + "end": 5007, "loc": { "start": { "line": 238, @@ -52345,8 +52345,8 @@ "postfix": false, "binop": null }, - "start": 4777, - "end": 4778, + "start": 5015, + "end": 5016, "loc": { "start": { "line": 239, @@ -52370,8 +52370,8 @@ "postfix": false, "binop": null }, - "start": 4778, - "end": 4779, + "start": 5016, + "end": 5017, "loc": { "start": { "line": 239, @@ -52397,8 +52397,8 @@ "updateContext": null }, "value": "message", - "start": 4786, - "end": 4793, + "start": 5025, + "end": 5032, "loc": { "start": { "line": 240, @@ -52424,8 +52424,8 @@ "updateContext": null }, "value": "=", - "start": 4793, - "end": 4794, + "start": 5032, + "end": 5033, "loc": { "start": { "line": 240, @@ -52449,8 +52449,8 @@ "postfix": false, "binop": null }, - "start": 4794, - "end": 4795, + "start": 5033, + "end": 5034, "loc": { "start": { "line": 240, @@ -52474,8 +52474,8 @@ "postfix": false, "binop": null }, - "start": 4795, - "end": 4796, + "start": 5034, + "end": 5035, "loc": { "start": { "line": 240, @@ -52500,8 +52500,8 @@ "binop": null }, "value": "message", - "start": 4804, - "end": 4811, + "start": 5044, + "end": 5051, "loc": { "start": { "line": 241, @@ -52526,8 +52526,8 @@ "binop": null, "updateContext": null }, - "start": 4811, - "end": 4812, + "start": 5051, + "end": 5052, "loc": { "start": { "line": 241, @@ -52553,8 +52553,8 @@ "updateContext": null }, "value": "Failures happened", - "start": 4812, - "end": 4831, + "start": 5052, + "end": 5071, "loc": { "start": { "line": 241, @@ -52579,8 +52579,8 @@ "binop": null, "updateContext": null }, - "start": 4831, - "end": 4832, + "start": 5071, + "end": 5072, "loc": { "start": { "line": 241, @@ -52605,8 +52605,8 @@ "binop": null }, "value": "error", - "start": 4840, - "end": 4845, + "start": 5081, + "end": 5086, "loc": { "start": { "line": 242, @@ -52631,8 +52631,8 @@ "binop": null, "updateContext": null }, - "start": 4845, - "end": 4846, + "start": 5086, + "end": 5087, "loc": { "start": { "line": 242, @@ -52659,8 +52659,8 @@ "updateContext": null }, "value": "true", - "start": 4847, - "end": 4851, + "start": 5088, + "end": 5092, "loc": { "start": { "line": 242, @@ -52684,8 +52684,8 @@ "postfix": false, "binop": null }, - "start": 4858, - "end": 4859, + "start": 5100, + "end": 5101, "loc": { "start": { "line": 243, @@ -52709,8 +52709,8 @@ "postfix": false, "binop": null }, - "start": 4859, - "end": 4860, + "start": 5101, + "end": 5102, "loc": { "start": { "line": 243, @@ -52736,8 +52736,8 @@ "updateContext": null }, "value": "disabled", - "start": 4867, - "end": 4875, + "start": 5110, + "end": 5118, "loc": { "start": { "line": 244, @@ -52763,8 +52763,8 @@ "updateContext": null }, "value": "=", - "start": 4875, - "end": 4876, + "start": 5118, + "end": 5119, "loc": { "start": { "line": 244, @@ -52788,8 +52788,8 @@ "postfix": false, "binop": null }, - "start": 4876, - "end": 4877, + "start": 5119, + "end": 5120, "loc": { "start": { "line": 244, @@ -52816,8 +52816,8 @@ "updateContext": null }, "value": "true", - "start": 4877, - "end": 4881, + "start": 5120, + "end": 5124, "loc": { "start": { "line": 244, @@ -52841,8 +52841,8 @@ "postfix": false, "binop": null }, - "start": 4881, - "end": 4882, + "start": 5124, + "end": 5125, "loc": { "start": { "line": 244, @@ -52868,8 +52868,8 @@ "updateContext": null }, "value": "/", - "start": 4888, - "end": 4889, + "start": 5132, + "end": 5133, "loc": { "start": { "line": 245, @@ -52893,8 +52893,8 @@ "postfix": false, "binop": null }, - "start": 4889, - "end": 4890, + "start": 5133, + "end": 5134, "loc": { "start": { "line": 245, @@ -52920,8 +52920,8 @@ "updateContext": null }, "value": "\n\n\t\t\t\t\t", - "start": 4890, - "end": 4897, + "start": 5134, + "end": 5143, "loc": { "start": { "line": 245, @@ -52945,8 +52945,8 @@ "postfix": false, "binop": null }, - "start": 4897, - "end": 4898, + "start": 5143, + "end": 5144, "loc": { "start": { "line": 247, @@ -52972,8 +52972,8 @@ "updateContext": null }, "value": "FieldGroup", - "start": 4898, - "end": 4908, + "start": 5144, + "end": 5154, "loc": { "start": { "line": 247, @@ -52999,8 +52999,8 @@ "updateContext": null }, "value": "id", - "start": 4915, - "end": 4917, + "start": 5162, + "end": 5164, "loc": { "start": { "line": 248, @@ -53026,8 +53026,8 @@ "updateContext": null }, "value": "=", - "start": 4917, - "end": 4918, + "start": 5164, + "end": 5165, "loc": { "start": { "line": 248, @@ -53051,8 +53051,8 @@ "postfix": false, "binop": null }, - "start": 4918, - "end": 4919, + "start": 5165, + "end": 5166, "loc": { "start": { "line": 248, @@ -53078,8 +53078,8 @@ "updateContext": null }, "value": "control-25", - "start": 4919, - "end": 4931, + "start": 5166, + "end": 5178, "loc": { "start": { "line": 248, @@ -53103,8 +53103,8 @@ "postfix": false, "binop": null }, - "start": 4931, - "end": 4932, + "start": 5178, + "end": 5179, "loc": { "start": { "line": 248, @@ -53130,8 +53130,8 @@ "updateContext": null }, "value": "label", - "start": 4939, - "end": 4944, + "start": 5187, + "end": 5192, "loc": { "start": { "line": 249, @@ -53157,8 +53157,8 @@ "updateContext": null }, "value": "=", - "start": 4944, - "end": 4945, + "start": 5192, + "end": 5193, "loc": { "start": { "line": 249, @@ -53182,8 +53182,8 @@ "postfix": false, "binop": null }, - "start": 4945, - "end": 4946, + "start": 5193, + "end": 5194, "loc": { "start": { "line": 249, @@ -53209,8 +53209,8 @@ "updateContext": null }, "value": "Non Required input with non-error message", - "start": 4946, - "end": 4989, + "start": 5194, + "end": 5237, "loc": { "start": { "line": 249, @@ -53234,8 +53234,8 @@ "postfix": false, "binop": null }, - "start": 4989, - "end": 4990, + "start": 5237, + "end": 5238, "loc": { "start": { "line": 249, @@ -53261,8 +53261,8 @@ "updateContext": null }, "value": "type", - "start": 4997, - "end": 5001, + "start": 5246, + "end": 5250, "loc": { "start": { "line": 250, @@ -53288,8 +53288,8 @@ "updateContext": null }, "value": "=", - "start": 5001, - "end": 5002, + "start": 5250, + "end": 5251, "loc": { "start": { "line": 250, @@ -53313,8 +53313,8 @@ "postfix": false, "binop": null }, - "start": 5002, - "end": 5003, + "start": 5251, + "end": 5252, "loc": { "start": { "line": 250, @@ -53340,8 +53340,8 @@ "updateContext": null }, "value": "input", - "start": 5003, - "end": 5010, + "start": 5252, + "end": 5259, "loc": { "start": { "line": 250, @@ -53365,8 +53365,8 @@ "postfix": false, "binop": null }, - "start": 5010, - "end": 5011, + "start": 5259, + "end": 5260, "loc": { "start": { "line": 250, @@ -53392,8 +53392,8 @@ "updateContext": null }, "value": "innertype", - "start": 5018, - "end": 5027, + "start": 5268, + "end": 5277, "loc": { "start": { "line": 251, @@ -53419,8 +53419,8 @@ "updateContext": null }, "value": "=", - "start": 5027, - "end": 5028, + "start": 5277, + "end": 5278, "loc": { "start": { "line": 251, @@ -53444,8 +53444,8 @@ "postfix": false, "binop": null }, - "start": 5028, - "end": 5029, + "start": 5278, + "end": 5279, "loc": { "start": { "line": 251, @@ -53471,8 +53471,8 @@ "updateContext": null }, "value": "text", - "start": 5029, - "end": 5035, + "start": 5279, + "end": 5285, "loc": { "start": { "line": 251, @@ -53496,8 +53496,8 @@ "postfix": false, "binop": null }, - "start": 5035, - "end": 5036, + "start": 5285, + "end": 5286, "loc": { "start": { "line": 251, @@ -53523,8 +53523,8 @@ "updateContext": null }, "value": "isRequired", - "start": 5043, - "end": 5053, + "start": 5294, + "end": 5304, "loc": { "start": { "line": 252, @@ -53550,8 +53550,8 @@ "updateContext": null }, "value": "=", - "start": 5053, - "end": 5054, + "start": 5304, + "end": 5305, "loc": { "start": { "line": 252, @@ -53575,8 +53575,8 @@ "postfix": false, "binop": null }, - "start": 5054, - "end": 5055, + "start": 5305, + "end": 5306, "loc": { "start": { "line": 252, @@ -53603,8 +53603,8 @@ "updateContext": null }, "value": "true", - "start": 5055, - "end": 5059, + "start": 5306, + "end": 5310, "loc": { "start": { "line": 252, @@ -53628,8 +53628,8 @@ "postfix": false, "binop": null }, - "start": 5059, - "end": 5060, + "start": 5310, + "end": 5311, "loc": { "start": { "line": 252, @@ -53655,8 +53655,8 @@ "updateContext": null }, "value": "value", - "start": 5067, - "end": 5072, + "start": 5319, + "end": 5324, "loc": { "start": { "line": 253, @@ -53682,8 +53682,8 @@ "updateContext": null }, "value": "=", - "start": 5072, - "end": 5073, + "start": 5324, + "end": 5325, "loc": { "start": { "line": 253, @@ -53707,8 +53707,8 @@ "postfix": false, "binop": null }, - "start": 5073, - "end": 5074, + "start": 5325, + "end": 5326, "loc": { "start": { "line": 253, @@ -53733,8 +53733,8 @@ "binop": null }, "value": "values", - "start": 5074, - "end": 5080, + "start": 5326, + "end": 5332, "loc": { "start": { "line": 253, @@ -53759,8 +53759,8 @@ "binop": null, "updateContext": null }, - "start": 5080, - "end": 5081, + "start": 5332, + "end": 5333, "loc": { "start": { "line": 253, @@ -53785,8 +53785,8 @@ "binop": null }, "value": "two", - "start": 5081, - "end": 5084, + "start": 5333, + "end": 5336, "loc": { "start": { "line": 253, @@ -53810,8 +53810,8 @@ "postfix": false, "binop": null }, - "start": 5084, - "end": 5085, + "start": 5336, + "end": 5337, "loc": { "start": { "line": 253, @@ -53837,8 +53837,8 @@ "updateContext": null }, "value": "onValueChange", - "start": 5092, - "end": 5105, + "start": 5345, + "end": 5358, "loc": { "start": { "line": 254, @@ -53864,8 +53864,8 @@ "updateContext": null }, "value": "=", - "start": 5105, - "end": 5106, + "start": 5358, + "end": 5359, "loc": { "start": { "line": 254, @@ -53889,8 +53889,8 @@ "postfix": false, "binop": null }, - "start": 5106, - "end": 5107, + "start": 5359, + "end": 5360, "loc": { "start": { "line": 254, @@ -53914,8 +53914,8 @@ "postfix": false, "binop": null }, - "start": 5107, - "end": 5108, + "start": 5360, + "end": 5361, "loc": { "start": { "line": 254, @@ -53940,8 +53940,8 @@ "binop": null }, "value": "newValue", - "start": 5108, - "end": 5116, + "start": 5361, + "end": 5369, "loc": { "start": { "line": 254, @@ -53965,8 +53965,8 @@ "postfix": false, "binop": null }, - "start": 5116, - "end": 5117, + "start": 5369, + "end": 5370, "loc": { "start": { "line": 254, @@ -53991,8 +53991,8 @@ "binop": null, "updateContext": null }, - "start": 5118, - "end": 5120, + "start": 5371, + "end": 5373, "loc": { "start": { "line": 254, @@ -54016,8 +54016,8 @@ "postfix": false, "binop": null }, - "start": 5121, - "end": 5122, + "start": 5374, + "end": 5375, "loc": { "start": { "line": 254, @@ -54042,8 +54042,8 @@ "binop": null }, "value": "values", - "start": 5130, - "end": 5136, + "start": 5384, + "end": 5390, "loc": { "start": { "line": 255, @@ -54068,8 +54068,8 @@ "binop": null, "updateContext": null }, - "start": 5136, - "end": 5137, + "start": 5390, + "end": 5391, "loc": { "start": { "line": 255, @@ -54094,8 +54094,8 @@ "binop": null }, "value": "two", - "start": 5137, - "end": 5140, + "start": 5391, + "end": 5394, "loc": { "start": { "line": 255, @@ -54121,8 +54121,8 @@ "updateContext": null }, "value": "=", - "start": 5140, - "end": 5141, + "start": 5394, + "end": 5395, "loc": { "start": { "line": 255, @@ -54147,8 +54147,8 @@ "binop": null }, "value": "newValue", - "start": 5141, - "end": 5149, + "start": 5395, + "end": 5403, "loc": { "start": { "line": 255, @@ -54173,8 +54173,8 @@ "binop": null, "updateContext": null }, - "start": 5149, - "end": 5150, + "start": 5403, + "end": 5404, "loc": { "start": { "line": 255, @@ -54198,8 +54198,8 @@ "postfix": false, "binop": null }, - "start": 5157, - "end": 5158, + "start": 5412, + "end": 5413, "loc": { "start": { "line": 256, @@ -54223,8 +54223,8 @@ "postfix": false, "binop": null }, - "start": 5158, - "end": 5159, + "start": 5413, + "end": 5414, "loc": { "start": { "line": 256, @@ -54250,8 +54250,8 @@ "updateContext": null }, "value": "message", - "start": 5166, - "end": 5173, + "start": 5422, + "end": 5429, "loc": { "start": { "line": 257, @@ -54277,8 +54277,8 @@ "updateContext": null }, "value": "=", - "start": 5173, - "end": 5174, + "start": 5429, + "end": 5430, "loc": { "start": { "line": 257, @@ -54302,8 +54302,8 @@ "postfix": false, "binop": null }, - "start": 5174, - "end": 5175, + "start": 5430, + "end": 5431, "loc": { "start": { "line": 257, @@ -54327,8 +54327,8 @@ "postfix": false, "binop": null }, - "start": 5175, - "end": 5176, + "start": 5431, + "end": 5432, "loc": { "start": { "line": 257, @@ -54353,8 +54353,8 @@ "binop": null }, "value": "message", - "start": 5184, - "end": 5191, + "start": 5441, + "end": 5448, "loc": { "start": { "line": 258, @@ -54379,8 +54379,8 @@ "binop": null, "updateContext": null }, - "start": 5191, - "end": 5192, + "start": 5448, + "end": 5449, "loc": { "start": { "line": 258, @@ -54406,8 +54406,8 @@ "updateContext": null }, "value": "Failures did not happened", - "start": 5192, - "end": 5219, + "start": 5449, + "end": 5476, "loc": { "start": { "line": 258, @@ -54432,8 +54432,8 @@ "binop": null, "updateContext": null }, - "start": 5219, - "end": 5220, + "start": 5476, + "end": 5477, "loc": { "start": { "line": 258, @@ -54458,8 +54458,8 @@ "binop": null }, "value": "error", - "start": 5228, - "end": 5233, + "start": 5486, + "end": 5491, "loc": { "start": { "line": 259, @@ -54484,8 +54484,8 @@ "binop": null, "updateContext": null }, - "start": 5233, - "end": 5234, + "start": 5491, + "end": 5492, "loc": { "start": { "line": 259, @@ -54512,8 +54512,8 @@ "updateContext": null }, "value": "false", - "start": 5235, - "end": 5240, + "start": 5493, + "end": 5498, "loc": { "start": { "line": 259, @@ -54537,8 +54537,8 @@ "postfix": false, "binop": null }, - "start": 5247, - "end": 5248, + "start": 5506, + "end": 5507, "loc": { "start": { "line": 260, @@ -54562,8 +54562,8 @@ "postfix": false, "binop": null }, - "start": 5248, - "end": 5249, + "start": 5507, + "end": 5508, "loc": { "start": { "line": 260, @@ -54589,8 +54589,8 @@ "updateContext": null }, "value": "/", - "start": 5255, - "end": 5256, + "start": 5515, + "end": 5516, "loc": { "start": { "line": 261, @@ -54614,8 +54614,8 @@ "postfix": false, "binop": null }, - "start": 5256, - "end": 5257, + "start": 5516, + "end": 5517, "loc": { "start": { "line": 261, @@ -54641,8 +54641,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 5257, - "end": 5262, + "start": 5517, + "end": 5523, "loc": { "start": { "line": 261, @@ -54666,8 +54666,8 @@ "postfix": false, "binop": null }, - "start": 5262, - "end": 5263, + "start": 5523, + "end": 5524, "loc": { "start": { "line": 262, @@ -54693,8 +54693,8 @@ "updateContext": null }, "value": "/", - "start": 5263, - "end": 5264, + "start": 5524, + "end": 5525, "loc": { "start": { "line": 262, @@ -54720,8 +54720,8 @@ "updateContext": null }, "value": "div", - "start": 5264, - "end": 5267, + "start": 5525, + "end": 5528, "loc": { "start": { "line": 262, @@ -54745,8 +54745,8 @@ "postfix": false, "binop": null }, - "start": 5267, - "end": 5268, + "start": 5528, + "end": 5529, "loc": { "start": { "line": 262, @@ -54772,8 +54772,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 5268, - "end": 5273, + "start": 5529, + "end": 5535, "loc": { "start": { "line": 262, @@ -54797,8 +54797,8 @@ "postfix": false, "binop": null }, - "start": 5273, - "end": 5274, + "start": 5535, + "end": 5536, "loc": { "start": { "line": 263, @@ -54824,8 +54824,8 @@ "updateContext": null }, "value": "div", - "start": 5274, - "end": 5277, + "start": 5536, + "end": 5539, "loc": { "start": { "line": 263, @@ -54849,8 +54849,8 @@ "postfix": false, "binop": null }, - "start": 5277, - "end": 5278, + "start": 5539, + "end": 5540, "loc": { "start": { "line": 263, @@ -54876,8 +54876,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 5278, - "end": 5284, + "start": 5540, + "end": 5547, "loc": { "start": { "line": 263, @@ -54901,8 +54901,8 @@ "postfix": false, "binop": null }, - "start": 5284, - "end": 5285, + "start": 5547, + "end": 5548, "loc": { "start": { "line": 264, @@ -54928,8 +54928,8 @@ "updateContext": null }, "value": "h2", - "start": 5285, - "end": 5287, + "start": 5548, + "end": 5550, "loc": { "start": { "line": 264, @@ -54953,8 +54953,8 @@ "postfix": false, "binop": null }, - "start": 5287, - "end": 5288, + "start": 5550, + "end": 5551, "loc": { "start": { "line": 264, @@ -54980,8 +54980,8 @@ "updateContext": null }, "value": "Selects", - "start": 5288, - "end": 5295, + "start": 5551, + "end": 5558, "loc": { "start": { "line": 264, @@ -55005,8 +55005,8 @@ "postfix": false, "binop": null }, - "start": 5295, - "end": 5296, + "start": 5558, + "end": 5559, "loc": { "start": { "line": 264, @@ -55032,8 +55032,8 @@ "updateContext": null }, "value": "/", - "start": 5296, - "end": 5297, + "start": 5559, + "end": 5560, "loc": { "start": { "line": 264, @@ -55059,8 +55059,8 @@ "updateContext": null }, "value": "h2", - "start": 5297, - "end": 5299, + "start": 5560, + "end": 5562, "loc": { "start": { "line": 264, @@ -55084,8 +55084,8 @@ "postfix": false, "binop": null }, - "start": 5299, - "end": 5300, + "start": 5562, + "end": 5563, "loc": { "start": { "line": 264, @@ -55111,8 +55111,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 5300, - "end": 5306, + "start": 5563, + "end": 5570, "loc": { "start": { "line": 264, @@ -55136,8 +55136,8 @@ "postfix": false, "binop": null }, - "start": 5306, - "end": 5307, + "start": 5570, + "end": 5571, "loc": { "start": { "line": 265, @@ -55163,8 +55163,8 @@ "updateContext": null }, "value": "FieldGroup", - "start": 5307, - "end": 5317, + "start": 5571, + "end": 5581, "loc": { "start": { "line": 265, @@ -55190,8 +55190,8 @@ "updateContext": null }, "value": "type", - "start": 5324, - "end": 5328, + "start": 5589, + "end": 5593, "loc": { "start": { "line": 266, @@ -55217,8 +55217,8 @@ "updateContext": null }, "value": "=", - "start": 5328, - "end": 5329, + "start": 5593, + "end": 5594, "loc": { "start": { "line": 266, @@ -55242,8 +55242,8 @@ "postfix": false, "binop": null }, - "start": 5329, - "end": 5330, + "start": 5594, + "end": 5595, "loc": { "start": { "line": 266, @@ -55269,8 +55269,8 @@ "updateContext": null }, "value": "select", - "start": 5330, - "end": 5338, + "start": 5595, + "end": 5603, "loc": { "start": { "line": 266, @@ -55294,8 +55294,8 @@ "postfix": false, "binop": null }, - "start": 5338, - "end": 5339, + "start": 5603, + "end": 5604, "loc": { "start": { "line": 266, @@ -55321,8 +55321,8 @@ "updateContext": null }, "value": "label", - "start": 5346, - "end": 5351, + "start": 5612, + "end": 5617, "loc": { "start": { "line": 267, @@ -55348,8 +55348,8 @@ "updateContext": null }, "value": "=", - "start": 5351, - "end": 5352, + "start": 5617, + "end": 5618, "loc": { "start": { "line": 267, @@ -55373,8 +55373,8 @@ "postfix": false, "binop": null }, - "start": 5352, - "end": 5353, + "start": 5618, + "end": 5619, "loc": { "start": { "line": 267, @@ -55400,8 +55400,8 @@ "updateContext": null }, "value": "Basic select field", - "start": 5353, - "end": 5373, + "start": 5619, + "end": 5639, "loc": { "start": { "line": 267, @@ -55425,8 +55425,8 @@ "postfix": false, "binop": null }, - "start": 5373, - "end": 5374, + "start": 5639, + "end": 5640, "loc": { "start": { "line": 267, @@ -55452,8 +55452,8 @@ "updateContext": null }, "value": "value", - "start": 5381, - "end": 5386, + "start": 5648, + "end": 5653, "loc": { "start": { "line": 268, @@ -55479,8 +55479,8 @@ "updateContext": null }, "value": "=", - "start": 5386, - "end": 5387, + "start": 5653, + "end": 5654, "loc": { "start": { "line": 268, @@ -55504,8 +55504,8 @@ "postfix": false, "binop": null }, - "start": 5387, - "end": 5388, + "start": 5654, + "end": 5655, "loc": { "start": { "line": 268, @@ -55530,8 +55530,8 @@ "binop": null }, "value": "selectFieldValue", - "start": 5388, - "end": 5404, + "start": 5655, + "end": 5671, "loc": { "start": { "line": 268, @@ -55555,8 +55555,8 @@ "postfix": false, "binop": null }, - "start": 5404, - "end": 5405, + "start": 5671, + "end": 5672, "loc": { "start": { "line": 268, @@ -55582,8 +55582,8 @@ "updateContext": null }, "value": "id", - "start": 5412, - "end": 5414, + "start": 5680, + "end": 5682, "loc": { "start": { "line": 269, @@ -55609,8 +55609,8 @@ "updateContext": null }, "value": "=", - "start": 5414, - "end": 5415, + "start": 5682, + "end": 5683, "loc": { "start": { "line": 269, @@ -55634,8 +55634,8 @@ "postfix": false, "binop": null }, - "start": 5415, - "end": 5416, + "start": 5683, + "end": 5684, "loc": { "start": { "line": 269, @@ -55661,8 +55661,8 @@ "updateContext": null }, "value": "r", - "start": 5416, - "end": 5419, + "start": 5684, + "end": 5687, "loc": { "start": { "line": 269, @@ -55686,8 +55686,8 @@ "postfix": false, "binop": null }, - "start": 5419, - "end": 5420, + "start": 5687, + "end": 5688, "loc": { "start": { "line": 269, @@ -55713,8 +55713,8 @@ "updateContext": null }, "value": "options", - "start": 5427, - "end": 5434, + "start": 5696, + "end": 5703, "loc": { "start": { "line": 270, @@ -55740,8 +55740,8 @@ "updateContext": null }, "value": "=", - "start": 5434, - "end": 5435, + "start": 5703, + "end": 5704, "loc": { "start": { "line": 270, @@ -55765,8 +55765,8 @@ "postfix": false, "binop": null }, - "start": 5435, - "end": 5436, + "start": 5704, + "end": 5705, "loc": { "start": { "line": 270, @@ -55791,8 +55791,8 @@ "binop": null, "updateContext": null }, - "start": 5436, - "end": 5437, + "start": 5705, + "end": 5706, "loc": { "start": { "line": 270, @@ -55816,8 +55816,8 @@ "postfix": false, "binop": null }, - "start": 5445, - "end": 5446, + "start": 5715, + "end": 5716, "loc": { "start": { "line": 271, @@ -55842,8 +55842,8 @@ "binop": null }, "value": "value", - "start": 5455, - "end": 5460, + "start": 5726, + "end": 5731, "loc": { "start": { "line": 272, @@ -55868,8 +55868,8 @@ "binop": null, "updateContext": null }, - "start": 5460, - "end": 5461, + "start": 5731, + "end": 5732, "loc": { "start": { "line": 272, @@ -55895,8 +55895,8 @@ "updateContext": null }, "value": 1, - "start": 5462, - "end": 5463, + "start": 5733, + "end": 5734, "loc": { "start": { "line": 272, @@ -55921,8 +55921,8 @@ "binop": null, "updateContext": null }, - "start": 5463, - "end": 5464, + "start": 5734, + "end": 5735, "loc": { "start": { "line": 272, @@ -55947,8 +55947,8 @@ "binop": null }, "value": "label", - "start": 5473, - "end": 5478, + "start": 5745, + "end": 5750, "loc": { "start": { "line": 273, @@ -55973,8 +55973,8 @@ "binop": null, "updateContext": null }, - "start": 5478, - "end": 5479, + "start": 5750, + "end": 5751, "loc": { "start": { "line": 273, @@ -56000,8 +56000,8 @@ "updateContext": null }, "value": "One", - "start": 5480, - "end": 5485, + "start": 5752, + "end": 5757, "loc": { "start": { "line": 273, @@ -56025,8 +56025,8 @@ "postfix": false, "binop": null }, - "start": 5493, - "end": 5494, + "start": 5766, + "end": 5767, "loc": { "start": { "line": 274, @@ -56051,8 +56051,8 @@ "binop": null, "updateContext": null }, - "start": 5494, - "end": 5495, + "start": 5767, + "end": 5768, "loc": { "start": { "line": 274, @@ -56076,8 +56076,8 @@ "postfix": false, "binop": null }, - "start": 5503, - "end": 5504, + "start": 5777, + "end": 5778, "loc": { "start": { "line": 275, @@ -56102,8 +56102,8 @@ "binop": null }, "value": "value", - "start": 5513, - "end": 5518, + "start": 5788, + "end": 5793, "loc": { "start": { "line": 276, @@ -56128,8 +56128,8 @@ "binop": null, "updateContext": null }, - "start": 5518, - "end": 5519, + "start": 5793, + "end": 5794, "loc": { "start": { "line": 276, @@ -56155,8 +56155,8 @@ "updateContext": null }, "value": 2, - "start": 5520, - "end": 5521, + "start": 5795, + "end": 5796, "loc": { "start": { "line": 276, @@ -56181,8 +56181,8 @@ "binop": null, "updateContext": null }, - "start": 5521, - "end": 5522, + "start": 5796, + "end": 5797, "loc": { "start": { "line": 276, @@ -56207,8 +56207,8 @@ "binop": null }, "value": "label", - "start": 5531, - "end": 5536, + "start": 5807, + "end": 5812, "loc": { "start": { "line": 277, @@ -56233,8 +56233,8 @@ "binop": null, "updateContext": null }, - "start": 5536, - "end": 5537, + "start": 5812, + "end": 5813, "loc": { "start": { "line": 277, @@ -56260,8 +56260,8 @@ "updateContext": null }, "value": "Two", - "start": 5538, - "end": 5543, + "start": 5814, + "end": 5819, "loc": { "start": { "line": 277, @@ -56285,8 +56285,8 @@ "postfix": false, "binop": null }, - "start": 5551, - "end": 5552, + "start": 5828, + "end": 5829, "loc": { "start": { "line": 278, @@ -56311,8 +56311,8 @@ "binop": null, "updateContext": null }, - "start": 5559, - "end": 5560, + "start": 5837, + "end": 5838, "loc": { "start": { "line": 279, @@ -56336,8 +56336,8 @@ "postfix": false, "binop": null }, - "start": 5560, - "end": 5561, + "start": 5838, + "end": 5839, "loc": { "start": { "line": 279, @@ -56363,8 +56363,8 @@ "updateContext": null }, "value": "onValueChange", - "start": 5568, - "end": 5581, + "start": 5847, + "end": 5860, "loc": { "start": { "line": 280, @@ -56390,8 +56390,8 @@ "updateContext": null }, "value": "=", - "start": 5581, - "end": 5582, + "start": 5860, + "end": 5861, "loc": { "start": { "line": 280, @@ -56415,8 +56415,8 @@ "postfix": false, "binop": null }, - "start": 5582, - "end": 5583, + "start": 5861, + "end": 5862, "loc": { "start": { "line": 280, @@ -56440,8 +56440,8 @@ "postfix": false, "binop": null }, - "start": 5583, - "end": 5584, + "start": 5862, + "end": 5863, "loc": { "start": { "line": 280, @@ -56466,8 +56466,8 @@ "binop": null }, "value": "newValue", - "start": 5584, - "end": 5592, + "start": 5863, + "end": 5871, "loc": { "start": { "line": 280, @@ -56491,8 +56491,8 @@ "postfix": false, "binop": null }, - "start": 5592, - "end": 5593, + "start": 5871, + "end": 5872, "loc": { "start": { "line": 280, @@ -56517,8 +56517,8 @@ "binop": null, "updateContext": null }, - "start": 5594, - "end": 5596, + "start": 5873, + "end": 5875, "loc": { "start": { "line": 280, @@ -56542,8 +56542,8 @@ "postfix": false, "binop": null }, - "start": 5597, - "end": 5598, + "start": 5876, + "end": 5877, "loc": { "start": { "line": 280, @@ -56568,8 +56568,8 @@ "binop": null }, "value": "selectFieldValue", - "start": 5606, - "end": 5622, + "start": 5886, + "end": 5902, "loc": { "start": { "line": 281, @@ -56595,8 +56595,8 @@ "updateContext": null }, "value": "=", - "start": 5623, - "end": 5624, + "start": 5903, + "end": 5904, "loc": { "start": { "line": 281, @@ -56621,8 +56621,8 @@ "binop": null }, "value": "newValue", - "start": 5625, - "end": 5633, + "start": 5905, + "end": 5913, "loc": { "start": { "line": 281, @@ -56647,8 +56647,8 @@ "binop": null, "updateContext": null }, - "start": 5633, - "end": 5634, + "start": 5913, + "end": 5914, "loc": { "start": { "line": 281, @@ -56672,8 +56672,8 @@ "postfix": false, "binop": null }, - "start": 5641, - "end": 5642, + "start": 5922, + "end": 5923, "loc": { "start": { "line": 282, @@ -56697,8 +56697,8 @@ "postfix": false, "binop": null }, - "start": 5642, - "end": 5643, + "start": 5923, + "end": 5924, "loc": { "start": { "line": 282, @@ -56724,8 +56724,8 @@ "updateContext": null }, "value": "/", - "start": 5649, - "end": 5650, + "start": 5931, + "end": 5932, "loc": { "start": { "line": 283, @@ -56749,8 +56749,8 @@ "postfix": false, "binop": null }, - "start": 5650, - "end": 5651, + "start": 5932, + "end": 5933, "loc": { "start": { "line": 283, @@ -56776,8 +56776,8 @@ "updateContext": null }, "value": "\n\n\t\t\t\t\t", - "start": 5651, - "end": 5658, + "start": 5933, + "end": 5942, "loc": { "start": { "line": 283, @@ -56801,8 +56801,8 @@ "postfix": false, "binop": null }, - "start": 5658, - "end": 5659, + "start": 5942, + "end": 5943, "loc": { "start": { "line": 285, @@ -56828,8 +56828,8 @@ "updateContext": null }, "value": "FieldGroup", - "start": 5659, - "end": 5669, + "start": 5943, + "end": 5953, "loc": { "start": { "line": 285, @@ -56855,8 +56855,8 @@ "updateContext": null }, "value": "type", - "start": 5676, - "end": 5680, + "start": 5961, + "end": 5965, "loc": { "start": { "line": 286, @@ -56882,8 +56882,8 @@ "updateContext": null }, "value": "=", - "start": 5680, - "end": 5681, + "start": 5965, + "end": 5966, "loc": { "start": { "line": 286, @@ -56907,8 +56907,8 @@ "postfix": false, "binop": null }, - "start": 5681, - "end": 5682, + "start": 5966, + "end": 5967, "loc": { "start": { "line": 286, @@ -56934,8 +56934,8 @@ "updateContext": null }, "value": "select", - "start": 5682, - "end": 5690, + "start": 5967, + "end": 5975, "loc": { "start": { "line": 286, @@ -56959,8 +56959,8 @@ "postfix": false, "binop": null }, - "start": 5690, - "end": 5691, + "start": 5975, + "end": 5976, "loc": { "start": { "line": 286, @@ -56986,8 +56986,8 @@ "updateContext": null }, "value": "label", - "start": 5698, - "end": 5703, + "start": 5984, + "end": 5989, "loc": { "start": { "line": 287, @@ -57013,8 +57013,8 @@ "updateContext": null }, "value": "=", - "start": 5703, - "end": 5704, + "start": 5989, + "end": 5990, "loc": { "start": { "line": 287, @@ -57038,8 +57038,8 @@ "postfix": false, "binop": null }, - "start": 5704, - "end": 5705, + "start": 5990, + "end": 5991, "loc": { "start": { "line": 287, @@ -57065,8 +57065,8 @@ "updateContext": null }, "value": "Required select field", - "start": 5705, - "end": 5728, + "start": 5991, + "end": 6014, "loc": { "start": { "line": 287, @@ -57090,8 +57090,8 @@ "postfix": false, "binop": null }, - "start": 5728, - "end": 5729, + "start": 6014, + "end": 6015, "loc": { "start": { "line": 287, @@ -57117,8 +57117,8 @@ "updateContext": null }, "value": "value", - "start": 5736, - "end": 5741, + "start": 6023, + "end": 6028, "loc": { "start": { "line": 288, @@ -57144,8 +57144,8 @@ "updateContext": null }, "value": "=", - "start": 5741, - "end": 5742, + "start": 6028, + "end": 6029, "loc": { "start": { "line": 288, @@ -57169,8 +57169,8 @@ "postfix": false, "binop": null }, - "start": 5742, - "end": 5743, + "start": 6029, + "end": 6030, "loc": { "start": { "line": 288, @@ -57195,8 +57195,8 @@ "binop": null }, "value": "selectFieldValue", - "start": 5743, - "end": 5759, + "start": 6030, + "end": 6046, "loc": { "start": { "line": 288, @@ -57220,8 +57220,8 @@ "postfix": false, "binop": null }, - "start": 5759, - "end": 5760, + "start": 6046, + "end": 6047, "loc": { "start": { "line": 288, @@ -57247,8 +57247,8 @@ "updateContext": null }, "value": "isRequired", - "start": 5767, - "end": 5777, + "start": 6055, + "end": 6065, "loc": { "start": { "line": 289, @@ -57274,8 +57274,8 @@ "updateContext": null }, "value": "=", - "start": 5777, - "end": 5778, + "start": 6065, + "end": 6066, "loc": { "start": { "line": 289, @@ -57299,8 +57299,8 @@ "postfix": false, "binop": null }, - "start": 5778, - "end": 5779, + "start": 6066, + "end": 6067, "loc": { "start": { "line": 289, @@ -57327,8 +57327,8 @@ "updateContext": null }, "value": "true", - "start": 5779, - "end": 5783, + "start": 6067, + "end": 6071, "loc": { "start": { "line": 289, @@ -57352,8 +57352,8 @@ "postfix": false, "binop": null }, - "start": 5783, - "end": 5784, + "start": 6071, + "end": 6072, "loc": { "start": { "line": 289, @@ -57379,8 +57379,8 @@ "updateContext": null }, "value": "id", - "start": 5791, - "end": 5793, + "start": 6080, + "end": 6082, "loc": { "start": { "line": 290, @@ -57406,8 +57406,8 @@ "updateContext": null }, "value": "=", - "start": 5793, - "end": 5794, + "start": 6082, + "end": 6083, "loc": { "start": { "line": 290, @@ -57431,8 +57431,8 @@ "postfix": false, "binop": null }, - "start": 5794, - "end": 5795, + "start": 6083, + "end": 6084, "loc": { "start": { "line": 290, @@ -57458,8 +57458,8 @@ "updateContext": null }, "value": "r", - "start": 5795, - "end": 5798, + "start": 6084, + "end": 6087, "loc": { "start": { "line": 290, @@ -57483,8 +57483,8 @@ "postfix": false, "binop": null }, - "start": 5798, - "end": 5799, + "start": 6087, + "end": 6088, "loc": { "start": { "line": 290, @@ -57510,8 +57510,8 @@ "updateContext": null }, "value": "options", - "start": 5806, - "end": 5813, + "start": 6096, + "end": 6103, "loc": { "start": { "line": 291, @@ -57537,8 +57537,8 @@ "updateContext": null }, "value": "=", - "start": 5813, - "end": 5814, + "start": 6103, + "end": 6104, "loc": { "start": { "line": 291, @@ -57562,8 +57562,8 @@ "postfix": false, "binop": null }, - "start": 5814, - "end": 5815, + "start": 6104, + "end": 6105, "loc": { "start": { "line": 291, @@ -57588,8 +57588,8 @@ "binop": null, "updateContext": null }, - "start": 5815, - "end": 5816, + "start": 6105, + "end": 6106, "loc": { "start": { "line": 291, @@ -57613,8 +57613,8 @@ "postfix": false, "binop": null }, - "start": 5824, - "end": 5825, + "start": 6115, + "end": 6116, "loc": { "start": { "line": 292, @@ -57639,8 +57639,8 @@ "binop": null }, "value": "value", - "start": 5834, - "end": 5839, + "start": 6126, + "end": 6131, "loc": { "start": { "line": 293, @@ -57665,8 +57665,8 @@ "binop": null, "updateContext": null }, - "start": 5839, - "end": 5840, + "start": 6131, + "end": 6132, "loc": { "start": { "line": 293, @@ -57692,8 +57692,8 @@ "updateContext": null }, "value": 1, - "start": 5841, - "end": 5842, + "start": 6133, + "end": 6134, "loc": { "start": { "line": 293, @@ -57718,8 +57718,8 @@ "binop": null, "updateContext": null }, - "start": 5842, - "end": 5843, + "start": 6134, + "end": 6135, "loc": { "start": { "line": 293, @@ -57744,8 +57744,8 @@ "binop": null }, "value": "label", - "start": 5852, - "end": 5857, + "start": 6145, + "end": 6150, "loc": { "start": { "line": 294, @@ -57770,8 +57770,8 @@ "binop": null, "updateContext": null }, - "start": 5857, - "end": 5858, + "start": 6150, + "end": 6151, "loc": { "start": { "line": 294, @@ -57797,8 +57797,8 @@ "updateContext": null }, "value": "One", - "start": 5859, - "end": 5864, + "start": 6152, + "end": 6157, "loc": { "start": { "line": 294, @@ -57822,8 +57822,8 @@ "postfix": false, "binop": null }, - "start": 5872, - "end": 5873, + "start": 6166, + "end": 6167, "loc": { "start": { "line": 295, @@ -57848,8 +57848,8 @@ "binop": null, "updateContext": null }, - "start": 5873, - "end": 5874, + "start": 6167, + "end": 6168, "loc": { "start": { "line": 295, @@ -57873,8 +57873,8 @@ "postfix": false, "binop": null }, - "start": 5882, - "end": 5883, + "start": 6177, + "end": 6178, "loc": { "start": { "line": 296, @@ -57899,8 +57899,8 @@ "binop": null }, "value": "value", - "start": 5892, - "end": 5897, + "start": 6188, + "end": 6193, "loc": { "start": { "line": 297, @@ -57925,8 +57925,8 @@ "binop": null, "updateContext": null }, - "start": 5897, - "end": 5898, + "start": 6193, + "end": 6194, "loc": { "start": { "line": 297, @@ -57952,8 +57952,8 @@ "updateContext": null }, "value": 2, - "start": 5899, - "end": 5900, + "start": 6195, + "end": 6196, "loc": { "start": { "line": 297, @@ -57978,8 +57978,8 @@ "binop": null, "updateContext": null }, - "start": 5900, - "end": 5901, + "start": 6196, + "end": 6197, "loc": { "start": { "line": 297, @@ -58004,8 +58004,8 @@ "binop": null }, "value": "label", - "start": 5910, - "end": 5915, + "start": 6207, + "end": 6212, "loc": { "start": { "line": 298, @@ -58030,8 +58030,8 @@ "binop": null, "updateContext": null }, - "start": 5915, - "end": 5916, + "start": 6212, + "end": 6213, "loc": { "start": { "line": 298, @@ -58057,8 +58057,8 @@ "updateContext": null }, "value": "Two", - "start": 5917, - "end": 5922, + "start": 6214, + "end": 6219, "loc": { "start": { "line": 298, @@ -58082,8 +58082,8 @@ "postfix": false, "binop": null }, - "start": 5930, - "end": 5931, + "start": 6228, + "end": 6229, "loc": { "start": { "line": 299, @@ -58108,8 +58108,8 @@ "binop": null, "updateContext": null }, - "start": 5938, - "end": 5939, + "start": 6237, + "end": 6238, "loc": { "start": { "line": 300, @@ -58133,8 +58133,8 @@ "postfix": false, "binop": null }, - "start": 5939, - "end": 5940, + "start": 6238, + "end": 6239, "loc": { "start": { "line": 300, @@ -58160,8 +58160,8 @@ "updateContext": null }, "value": "onValueChange", - "start": 5947, - "end": 5960, + "start": 6247, + "end": 6260, "loc": { "start": { "line": 301, @@ -58187,8 +58187,8 @@ "updateContext": null }, "value": "=", - "start": 5960, - "end": 5961, + "start": 6260, + "end": 6261, "loc": { "start": { "line": 301, @@ -58212,8 +58212,8 @@ "postfix": false, "binop": null }, - "start": 5961, - "end": 5962, + "start": 6261, + "end": 6262, "loc": { "start": { "line": 301, @@ -58237,8 +58237,8 @@ "postfix": false, "binop": null }, - "start": 5962, - "end": 5963, + "start": 6262, + "end": 6263, "loc": { "start": { "line": 301, @@ -58263,8 +58263,8 @@ "binop": null }, "value": "newValue", - "start": 5963, - "end": 5971, + "start": 6263, + "end": 6271, "loc": { "start": { "line": 301, @@ -58288,8 +58288,8 @@ "postfix": false, "binop": null }, - "start": 5971, - "end": 5972, + "start": 6271, + "end": 6272, "loc": { "start": { "line": 301, @@ -58314,8 +58314,8 @@ "binop": null, "updateContext": null }, - "start": 5973, - "end": 5975, + "start": 6273, + "end": 6275, "loc": { "start": { "line": 301, @@ -58339,8 +58339,8 @@ "postfix": false, "binop": null }, - "start": 5976, - "end": 5977, + "start": 6276, + "end": 6277, "loc": { "start": { "line": 301, @@ -58365,8 +58365,8 @@ "binop": null }, "value": "selectFieldValue", - "start": 5985, - "end": 6001, + "start": 6286, + "end": 6302, "loc": { "start": { "line": 302, @@ -58392,8 +58392,8 @@ "updateContext": null }, "value": "=", - "start": 6002, - "end": 6003, + "start": 6303, + "end": 6304, "loc": { "start": { "line": 302, @@ -58418,8 +58418,8 @@ "binop": null }, "value": "newValue", - "start": 6004, - "end": 6012, + "start": 6305, + "end": 6313, "loc": { "start": { "line": 302, @@ -58444,8 +58444,8 @@ "binop": null, "updateContext": null }, - "start": 6012, - "end": 6013, + "start": 6313, + "end": 6314, "loc": { "start": { "line": 302, @@ -58469,8 +58469,8 @@ "postfix": false, "binop": null }, - "start": 6020, - "end": 6021, + "start": 6322, + "end": 6323, "loc": { "start": { "line": 303, @@ -58494,8 +58494,8 @@ "postfix": false, "binop": null }, - "start": 6021, - "end": 6022, + "start": 6323, + "end": 6324, "loc": { "start": { "line": 303, @@ -58521,8 +58521,8 @@ "updateContext": null }, "value": "/", - "start": 6028, - "end": 6029, + "start": 6331, + "end": 6332, "loc": { "start": { "line": 304, @@ -58546,8 +58546,8 @@ "postfix": false, "binop": null }, - "start": 6029, - "end": 6030, + "start": 6332, + "end": 6333, "loc": { "start": { "line": 304, @@ -58573,8 +58573,8 @@ "updateContext": null }, "value": "\n\n\t\t\t\t\t", - "start": 6030, - "end": 6037, + "start": 6333, + "end": 6342, "loc": { "start": { "line": 304, @@ -58598,8 +58598,8 @@ "postfix": false, "binop": null }, - "start": 6037, - "end": 6038, + "start": 6342, + "end": 6343, "loc": { "start": { "line": 306, @@ -58625,8 +58625,8 @@ "updateContext": null }, "value": "FieldGroup", - "start": 6038, - "end": 6048, + "start": 6343, + "end": 6353, "loc": { "start": { "line": 306, @@ -58652,8 +58652,8 @@ "updateContext": null }, "value": "type", - "start": 6055, - "end": 6059, + "start": 6361, + "end": 6365, "loc": { "start": { "line": 307, @@ -58679,8 +58679,8 @@ "updateContext": null }, "value": "=", - "start": 6059, - "end": 6060, + "start": 6365, + "end": 6366, "loc": { "start": { "line": 307, @@ -58704,8 +58704,8 @@ "postfix": false, "binop": null }, - "start": 6060, - "end": 6061, + "start": 6366, + "end": 6367, "loc": { "start": { "line": 307, @@ -58731,8 +58731,8 @@ "updateContext": null }, "value": "select", - "start": 6061, - "end": 6069, + "start": 6367, + "end": 6375, "loc": { "start": { "line": 307, @@ -58756,8 +58756,8 @@ "postfix": false, "binop": null }, - "start": 6069, - "end": 6070, + "start": 6375, + "end": 6376, "loc": { "start": { "line": 307, @@ -58783,8 +58783,8 @@ "updateContext": null }, "value": "label", - "start": 6077, - "end": 6082, + "start": 6384, + "end": 6389, "loc": { "start": { "line": 308, @@ -58810,8 +58810,8 @@ "updateContext": null }, "value": "=", - "start": 6082, - "end": 6083, + "start": 6389, + "end": 6390, "loc": { "start": { "line": 308, @@ -58835,8 +58835,8 @@ "postfix": false, "binop": null }, - "start": 6083, - "end": 6084, + "start": 6390, + "end": 6391, "loc": { "start": { "line": 308, @@ -58862,8 +58862,8 @@ "updateContext": null }, "value": "Required select field", - "start": 6084, - "end": 6107, + "start": 6391, + "end": 6414, "loc": { "start": { "line": 308, @@ -58887,8 +58887,8 @@ "postfix": false, "binop": null }, - "start": 6107, - "end": 6108, + "start": 6414, + "end": 6415, "loc": { "start": { "line": 308, @@ -58914,8 +58914,8 @@ "updateContext": null }, "value": "disabled", - "start": 6115, - "end": 6123, + "start": 6423, + "end": 6431, "loc": { "start": { "line": 309, @@ -58941,8 +58941,8 @@ "updateContext": null }, "value": "=", - "start": 6123, - "end": 6124, + "start": 6431, + "end": 6432, "loc": { "start": { "line": 309, @@ -58966,8 +58966,8 @@ "postfix": false, "binop": null }, - "start": 6124, - "end": 6125, + "start": 6432, + "end": 6433, "loc": { "start": { "line": 309, @@ -58994,8 +58994,8 @@ "updateContext": null }, "value": "true", - "start": 6125, - "end": 6129, + "start": 6433, + "end": 6437, "loc": { "start": { "line": 309, @@ -59019,8 +59019,8 @@ "postfix": false, "binop": null }, - "start": 6129, - "end": 6130, + "start": 6437, + "end": 6438, "loc": { "start": { "line": 309, @@ -59046,8 +59046,8 @@ "updateContext": null }, "value": "id", - "start": 6137, - "end": 6139, + "start": 6446, + "end": 6448, "loc": { "start": { "line": 310, @@ -59073,8 +59073,8 @@ "updateContext": null }, "value": "=", - "start": 6139, - "end": 6140, + "start": 6448, + "end": 6449, "loc": { "start": { "line": 310, @@ -59098,8 +59098,8 @@ "postfix": false, "binop": null }, - "start": 6140, - "end": 6141, + "start": 6449, + "end": 6450, "loc": { "start": { "line": 310, @@ -59125,8 +59125,8 @@ "updateContext": null }, "value": "r", - "start": 6141, - "end": 6144, + "start": 6450, + "end": 6453, "loc": { "start": { "line": 310, @@ -59150,8 +59150,8 @@ "postfix": false, "binop": null }, - "start": 6144, - "end": 6145, + "start": 6453, + "end": 6454, "loc": { "start": { "line": 310, @@ -59177,8 +59177,8 @@ "updateContext": null }, "value": "options", - "start": 6152, - "end": 6159, + "start": 6462, + "end": 6469, "loc": { "start": { "line": 311, @@ -59204,8 +59204,8 @@ "updateContext": null }, "value": "=", - "start": 6159, - "end": 6160, + "start": 6469, + "end": 6470, "loc": { "start": { "line": 311, @@ -59229,8 +59229,8 @@ "postfix": false, "binop": null }, - "start": 6160, - "end": 6161, + "start": 6470, + "end": 6471, "loc": { "start": { "line": 311, @@ -59255,8 +59255,8 @@ "binop": null, "updateContext": null }, - "start": 6161, - "end": 6162, + "start": 6471, + "end": 6472, "loc": { "start": { "line": 311, @@ -59280,8 +59280,8 @@ "postfix": false, "binop": null }, - "start": 6170, - "end": 6171, + "start": 6481, + "end": 6482, "loc": { "start": { "line": 312, @@ -59306,8 +59306,8 @@ "binop": null }, "value": "value", - "start": 6180, - "end": 6185, + "start": 6492, + "end": 6497, "loc": { "start": { "line": 313, @@ -59332,8 +59332,8 @@ "binop": null, "updateContext": null }, - "start": 6185, - "end": 6186, + "start": 6497, + "end": 6498, "loc": { "start": { "line": 313, @@ -59359,8 +59359,8 @@ "updateContext": null }, "value": 1, - "start": 6187, - "end": 6188, + "start": 6499, + "end": 6500, "loc": { "start": { "line": 313, @@ -59385,8 +59385,8 @@ "binop": null, "updateContext": null }, - "start": 6188, - "end": 6189, + "start": 6500, + "end": 6501, "loc": { "start": { "line": 313, @@ -59411,8 +59411,8 @@ "binop": null }, "value": "label", - "start": 6198, - "end": 6203, + "start": 6511, + "end": 6516, "loc": { "start": { "line": 314, @@ -59437,8 +59437,8 @@ "binop": null, "updateContext": null }, - "start": 6203, - "end": 6204, + "start": 6516, + "end": 6517, "loc": { "start": { "line": 314, @@ -59464,8 +59464,8 @@ "updateContext": null }, "value": "One", - "start": 6205, - "end": 6210, + "start": 6518, + "end": 6523, "loc": { "start": { "line": 314, @@ -59489,8 +59489,8 @@ "postfix": false, "binop": null }, - "start": 6218, - "end": 6219, + "start": 6532, + "end": 6533, "loc": { "start": { "line": 315, @@ -59515,8 +59515,8 @@ "binop": null, "updateContext": null }, - "start": 6219, - "end": 6220, + "start": 6533, + "end": 6534, "loc": { "start": { "line": 315, @@ -59540,8 +59540,8 @@ "postfix": false, "binop": null }, - "start": 6228, - "end": 6229, + "start": 6543, + "end": 6544, "loc": { "start": { "line": 316, @@ -59566,8 +59566,8 @@ "binop": null }, "value": "value", - "start": 6238, - "end": 6243, + "start": 6554, + "end": 6559, "loc": { "start": { "line": 317, @@ -59592,8 +59592,8 @@ "binop": null, "updateContext": null }, - "start": 6243, - "end": 6244, + "start": 6559, + "end": 6560, "loc": { "start": { "line": 317, @@ -59619,8 +59619,8 @@ "updateContext": null }, "value": 2, - "start": 6245, - "end": 6246, + "start": 6561, + "end": 6562, "loc": { "start": { "line": 317, @@ -59645,8 +59645,8 @@ "binop": null, "updateContext": null }, - "start": 6246, - "end": 6247, + "start": 6562, + "end": 6563, "loc": { "start": { "line": 317, @@ -59671,8 +59671,8 @@ "binop": null }, "value": "label", - "start": 6256, - "end": 6261, + "start": 6573, + "end": 6578, "loc": { "start": { "line": 318, @@ -59697,8 +59697,8 @@ "binop": null, "updateContext": null }, - "start": 6261, - "end": 6262, + "start": 6578, + "end": 6579, "loc": { "start": { "line": 318, @@ -59724,8 +59724,8 @@ "updateContext": null }, "value": "Two", - "start": 6263, - "end": 6268, + "start": 6580, + "end": 6585, "loc": { "start": { "line": 318, @@ -59749,8 +59749,8 @@ "postfix": false, "binop": null }, - "start": 6276, - "end": 6277, + "start": 6594, + "end": 6595, "loc": { "start": { "line": 319, @@ -59775,8 +59775,8 @@ "binop": null, "updateContext": null }, - "start": 6284, - "end": 6285, + "start": 6603, + "end": 6604, "loc": { "start": { "line": 320, @@ -59800,8 +59800,8 @@ "postfix": false, "binop": null }, - "start": 6285, - "end": 6286, + "start": 6604, + "end": 6605, "loc": { "start": { "line": 320, @@ -59827,8 +59827,8 @@ "updateContext": null }, "value": "/", - "start": 6292, - "end": 6293, + "start": 6612, + "end": 6613, "loc": { "start": { "line": 321, @@ -59852,8 +59852,8 @@ "postfix": false, "binop": null }, - "start": 6293, - "end": 6294, + "start": 6613, + "end": 6614, "loc": { "start": { "line": 321, @@ -59879,8 +59879,8 @@ "updateContext": null }, "value": "\n\n\t\t\t\t", - "start": 6294, - "end": 6300, + "start": 6614, + "end": 6622, "loc": { "start": { "line": 321, @@ -59904,8 +59904,8 @@ "postfix": false, "binop": null }, - "start": 6300, - "end": 6301, + "start": 6622, + "end": 6623, "loc": { "start": { "line": 323, @@ -59931,8 +59931,8 @@ "updateContext": null }, "value": "/", - "start": 6301, - "end": 6302, + "start": 6623, + "end": 6624, "loc": { "start": { "line": 323, @@ -59958,8 +59958,8 @@ "updateContext": null }, "value": "div", - "start": 6302, - "end": 6305, + "start": 6624, + "end": 6627, "loc": { "start": { "line": 323, @@ -59983,8 +59983,8 @@ "postfix": false, "binop": null }, - "start": 6305, - "end": 6306, + "start": 6627, + "end": 6628, "loc": { "start": { "line": 323, @@ -60010,8 +60010,8 @@ "updateContext": null }, "value": "\n\n\t\t\t\t", - "start": 6306, - "end": 6312, + "start": 6628, + "end": 6636, "loc": { "start": { "line": 323, @@ -60035,8 +60035,8 @@ "postfix": false, "binop": null }, - "start": 6312, - "end": 6313, + "start": 6636, + "end": 6637, "loc": { "start": { "line": 325, @@ -60062,8 +60062,8 @@ "updateContext": null }, "value": "div", - "start": 6313, - "end": 6316, + "start": 6637, + "end": 6640, "loc": { "start": { "line": 325, @@ -60087,8 +60087,8 @@ "postfix": false, "binop": null }, - "start": 6316, - "end": 6317, + "start": 6640, + "end": 6641, "loc": { "start": { "line": 325, @@ -60114,8 +60114,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 6317, - "end": 6323, + "start": 6641, + "end": 6648, "loc": { "start": { "line": 325, @@ -60139,8 +60139,8 @@ "postfix": false, "binop": null }, - "start": 6323, - "end": 6324, + "start": 6648, + "end": 6649, "loc": { "start": { "line": 326, @@ -60166,8 +60166,8 @@ "updateContext": null }, "value": "h2", - "start": 6324, - "end": 6326, + "start": 6649, + "end": 6651, "loc": { "start": { "line": 326, @@ -60191,8 +60191,8 @@ "postfix": false, "binop": null }, - "start": 6326, - "end": 6327, + "start": 6651, + "end": 6652, "loc": { "start": { "line": 326, @@ -60218,8 +60218,8 @@ "updateContext": null }, "value": "fieldsets", - "start": 6327, - "end": 6336, + "start": 6652, + "end": 6661, "loc": { "start": { "line": 326, @@ -60243,8 +60243,8 @@ "postfix": false, "binop": null }, - "start": 6336, - "end": 6337, + "start": 6661, + "end": 6662, "loc": { "start": { "line": 326, @@ -60270,8 +60270,8 @@ "updateContext": null }, "value": "/", - "start": 6337, - "end": 6338, + "start": 6662, + "end": 6663, "loc": { "start": { "line": 326, @@ -60297,8 +60297,8 @@ "updateContext": null }, "value": "h2", - "start": 6338, - "end": 6340, + "start": 6663, + "end": 6665, "loc": { "start": { "line": 326, @@ -60322,8 +60322,8 @@ "postfix": false, "binop": null }, - "start": 6340, - "end": 6341, + "start": 6665, + "end": 6666, "loc": { "start": { "line": 326, @@ -60349,8 +60349,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 6341, - "end": 6347, + "start": 6666, + "end": 6673, "loc": { "start": { "line": 326, @@ -60374,8 +60374,8 @@ "postfix": false, "binop": null }, - "start": 6347, - "end": 6348, + "start": 6673, + "end": 6674, "loc": { "start": { "line": 327, @@ -60401,8 +60401,8 @@ "updateContext": null }, "value": "FieldGroup", - "start": 6348, - "end": 6358, + "start": 6674, + "end": 6684, "loc": { "start": { "line": 327, @@ -60428,8 +60428,8 @@ "updateContext": null }, "value": "type", - "start": 6365, - "end": 6369, + "start": 6692, + "end": 6696, "loc": { "start": { "line": 328, @@ -60455,8 +60455,8 @@ "updateContext": null }, "value": "=", - "start": 6369, - "end": 6370, + "start": 6696, + "end": 6697, "loc": { "start": { "line": 328, @@ -60480,8 +60480,8 @@ "postfix": false, "binop": null }, - "start": 6370, - "end": 6371, + "start": 6697, + "end": 6698, "loc": { "start": { "line": 328, @@ -60507,8 +60507,8 @@ "updateContext": null }, "value": "fieldset", - "start": 6371, - "end": 6381, + "start": 6698, + "end": 6708, "loc": { "start": { "line": 328, @@ -60532,8 +60532,8 @@ "postfix": false, "binop": null }, - "start": 6381, - "end": 6382, + "start": 6708, + "end": 6709, "loc": { "start": { "line": 328, @@ -60559,8 +60559,8 @@ "updateContext": null }, "value": "label", - "start": 6389, - "end": 6394, + "start": 6717, + "end": 6722, "loc": { "start": { "line": 329, @@ -60586,8 +60586,8 @@ "updateContext": null }, "value": "=", - "start": 6394, - "end": 6395, + "start": 6722, + "end": 6723, "loc": { "start": { "line": 329, @@ -60611,8 +60611,8 @@ "postfix": false, "binop": null }, - "start": 6395, - "end": 6396, + "start": 6723, + "end": 6724, "loc": { "start": { "line": 329, @@ -60638,8 +60638,8 @@ "updateContext": null }, "value": "Checkbox group", - "start": 6396, - "end": 6412, + "start": 6724, + "end": 6740, "loc": { "start": { "line": 329, @@ -60663,8 +60663,8 @@ "postfix": false, "binop": null }, - "start": 6412, - "end": 6413, + "start": 6740, + "end": 6741, "loc": { "start": { "line": 329, @@ -60690,8 +60690,8 @@ "updateContext": null }, "value": "value", - "start": 6420, - "end": 6425, + "start": 6749, + "end": 6754, "loc": { "start": { "line": 330, @@ -60717,8 +60717,8 @@ "updateContext": null }, "value": "=", - "start": 6425, - "end": 6426, + "start": 6754, + "end": 6755, "loc": { "start": { "line": 330, @@ -60742,8 +60742,8 @@ "postfix": false, "binop": null }, - "start": 6426, - "end": 6427, + "start": 6755, + "end": 6756, "loc": { "start": { "line": 330, @@ -60768,8 +60768,8 @@ "binop": null }, "value": "fieldSetFieldValue", - "start": 6427, - "end": 6445, + "start": 6756, + "end": 6774, "loc": { "start": { "line": 330, @@ -60793,8 +60793,8 @@ "postfix": false, "binop": null }, - "start": 6445, - "end": 6446, + "start": 6774, + "end": 6775, "loc": { "start": { "line": 330, @@ -60820,8 +60820,8 @@ "updateContext": null }, "value": "id", - "start": 6453, - "end": 6455, + "start": 6783, + "end": 6785, "loc": { "start": { "line": 331, @@ -60847,8 +60847,8 @@ "updateContext": null }, "value": "=", - "start": 6455, - "end": 6456, + "start": 6785, + "end": 6786, "loc": { "start": { "line": 331, @@ -60872,8 +60872,8 @@ "postfix": false, "binop": null }, - "start": 6456, - "end": 6457, + "start": 6786, + "end": 6787, "loc": { "start": { "line": 331, @@ -60899,8 +60899,8 @@ "updateContext": null }, "value": "Checkbox1", - "start": 6457, - "end": 6468, + "start": 6787, + "end": 6798, "loc": { "start": { "line": 331, @@ -60924,8 +60924,8 @@ "postfix": false, "binop": null }, - "start": 6468, - "end": 6469, + "start": 6798, + "end": 6799, "loc": { "start": { "line": 331, @@ -60951,8 +60951,8 @@ "updateContext": null }, "value": "onValueChange", - "start": 6476, - "end": 6489, + "start": 6807, + "end": 6820, "loc": { "start": { "line": 332, @@ -60978,8 +60978,8 @@ "updateContext": null }, "value": "=", - "start": 6489, - "end": 6490, + "start": 6820, + "end": 6821, "loc": { "start": { "line": 332, @@ -61003,8 +61003,8 @@ "postfix": false, "binop": null }, - "start": 6490, - "end": 6491, + "start": 6821, + "end": 6822, "loc": { "start": { "line": 332, @@ -61028,8 +61028,8 @@ "postfix": false, "binop": null }, - "start": 6491, - "end": 6492, + "start": 6822, + "end": 6823, "loc": { "start": { "line": 332, @@ -61054,8 +61054,8 @@ "binop": null }, "value": "newValue", - "start": 6492, - "end": 6500, + "start": 6823, + "end": 6831, "loc": { "start": { "line": 332, @@ -61079,8 +61079,8 @@ "postfix": false, "binop": null }, - "start": 6500, - "end": 6501, + "start": 6831, + "end": 6832, "loc": { "start": { "line": 332, @@ -61105,8 +61105,8 @@ "binop": null, "updateContext": null }, - "start": 6502, - "end": 6504, + "start": 6833, + "end": 6835, "loc": { "start": { "line": 332, @@ -61130,8 +61130,8 @@ "postfix": false, "binop": null }, - "start": 6505, - "end": 6506, + "start": 6836, + "end": 6837, "loc": { "start": { "line": 332, @@ -61156,8 +61156,8 @@ "binop": null }, "value": "fieldSetFieldValue", - "start": 6514, - "end": 6532, + "start": 6846, + "end": 6864, "loc": { "start": { "line": 333, @@ -61183,8 +61183,8 @@ "updateContext": null }, "value": "=", - "start": 6533, - "end": 6534, + "start": 6865, + "end": 6866, "loc": { "start": { "line": 333, @@ -61209,8 +61209,8 @@ "binop": null }, "value": "newValue", - "start": 6535, - "end": 6543, + "start": 6867, + "end": 6875, "loc": { "start": { "line": 333, @@ -61235,8 +61235,8 @@ "binop": null, "updateContext": null }, - "start": 6543, - "end": 6544, + "start": 6875, + "end": 6876, "loc": { "start": { "line": 333, @@ -61260,8 +61260,8 @@ "postfix": false, "binop": null }, - "start": 6551, - "end": 6552, + "start": 6884, + "end": 6885, "loc": { "start": { "line": 334, @@ -61285,8 +61285,8 @@ "postfix": false, "binop": null }, - "start": 6552, - "end": 6553, + "start": 6885, + "end": 6886, "loc": { "start": { "line": 334, @@ -61312,8 +61312,8 @@ "updateContext": null }, "value": "options", - "start": 6560, - "end": 6567, + "start": 6894, + "end": 6901, "loc": { "start": { "line": 335, @@ -61339,8 +61339,8 @@ "updateContext": null }, "value": "=", - "start": 6567, - "end": 6568, + "start": 6901, + "end": 6902, "loc": { "start": { "line": 335, @@ -61364,8 +61364,8 @@ "postfix": false, "binop": null }, - "start": 6568, - "end": 6569, + "start": 6902, + "end": 6903, "loc": { "start": { "line": 335, @@ -61390,8 +61390,8 @@ "binop": null, "updateContext": null }, - "start": 6569, - "end": 6570, + "start": 6903, + "end": 6904, "loc": { "start": { "line": 335, @@ -61415,8 +61415,8 @@ "postfix": false, "binop": null }, - "start": 6578, - "end": 6579, + "start": 6913, + "end": 6914, "loc": { "start": { "line": 336, @@ -61441,8 +61441,8 @@ "binop": null }, "value": "value", - "start": 6588, - "end": 6593, + "start": 6924, + "end": 6929, "loc": { "start": { "line": 337, @@ -61467,8 +61467,8 @@ "binop": null, "updateContext": null }, - "start": 6593, - "end": 6594, + "start": 6929, + "end": 6930, "loc": { "start": { "line": 337, @@ -61494,8 +61494,8 @@ "updateContext": null }, "value": "1", - "start": 6595, - "end": 6598, + "start": 6931, + "end": 6934, "loc": { "start": { "line": 337, @@ -61520,8 +61520,8 @@ "binop": null, "updateContext": null }, - "start": 6598, - "end": 6599, + "start": 6934, + "end": 6935, "loc": { "start": { "line": 337, @@ -61546,8 +61546,8 @@ "binop": null }, "value": "label", - "start": 6608, - "end": 6613, + "start": 6945, + "end": 6950, "loc": { "start": { "line": 338, @@ -61572,8 +61572,8 @@ "binop": null, "updateContext": null }, - "start": 6613, - "end": 6614, + "start": 6950, + "end": 6951, "loc": { "start": { "line": 338, @@ -61599,8 +61599,8 @@ "updateContext": null }, "value": "One", - "start": 6615, - "end": 6620, + "start": 6952, + "end": 6957, "loc": { "start": { "line": 338, @@ -61624,8 +61624,8 @@ "postfix": false, "binop": null }, - "start": 6628, - "end": 6629, + "start": 6966, + "end": 6967, "loc": { "start": { "line": 339, @@ -61650,8 +61650,8 @@ "binop": null, "updateContext": null }, - "start": 6629, - "end": 6630, + "start": 6967, + "end": 6968, "loc": { "start": { "line": 339, @@ -61675,8 +61675,8 @@ "postfix": false, "binop": null }, - "start": 6638, - "end": 6639, + "start": 6977, + "end": 6978, "loc": { "start": { "line": 340, @@ -61701,8 +61701,8 @@ "binop": null }, "value": "value", - "start": 6648, - "end": 6653, + "start": 6988, + "end": 6993, "loc": { "start": { "line": 341, @@ -61727,8 +61727,8 @@ "binop": null, "updateContext": null }, - "start": 6653, - "end": 6654, + "start": 6993, + "end": 6994, "loc": { "start": { "line": 341, @@ -61754,8 +61754,8 @@ "updateContext": null }, "value": "2", - "start": 6655, - "end": 6658, + "start": 6995, + "end": 6998, "loc": { "start": { "line": 341, @@ -61780,8 +61780,8 @@ "binop": null, "updateContext": null }, - "start": 6658, - "end": 6659, + "start": 6998, + "end": 6999, "loc": { "start": { "line": 341, @@ -61806,8 +61806,8 @@ "binop": null }, "value": "label", - "start": 6668, - "end": 6673, + "start": 7009, + "end": 7014, "loc": { "start": { "line": 342, @@ -61832,8 +61832,8 @@ "binop": null, "updateContext": null }, - "start": 6673, - "end": 6674, + "start": 7014, + "end": 7015, "loc": { "start": { "line": 342, @@ -61859,8 +61859,8 @@ "updateContext": null }, "value": "Two", - "start": 6675, - "end": 6680, + "start": 7016, + "end": 7021, "loc": { "start": { "line": 342, @@ -61884,8 +61884,8 @@ "postfix": false, "binop": null }, - "start": 6688, - "end": 6689, + "start": 7030, + "end": 7031, "loc": { "start": { "line": 343, @@ -61910,8 +61910,8 @@ "binop": null, "updateContext": null }, - "start": 6696, - "end": 6697, + "start": 7039, + "end": 7040, "loc": { "start": { "line": 344, @@ -61935,8 +61935,8 @@ "postfix": false, "binop": null }, - "start": 6697, - "end": 6698, + "start": 7040, + "end": 7041, "loc": { "start": { "line": 344, @@ -61962,8 +61962,8 @@ "updateContext": null }, "value": "/", - "start": 6704, - "end": 6705, + "start": 7048, + "end": 7049, "loc": { "start": { "line": 345, @@ -61987,8 +61987,8 @@ "postfix": false, "binop": null }, - "start": 6705, - "end": 6706, + "start": 7049, + "end": 7050, "loc": { "start": { "line": 345, @@ -62014,8 +62014,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 6706, - "end": 6711, + "start": 7050, + "end": 7056, "loc": { "start": { "line": 345, @@ -62039,8 +62039,8 @@ "postfix": false, "binop": null }, - "start": 6711, - "end": 6712, + "start": 7056, + "end": 7057, "loc": { "start": { "line": 346, @@ -62066,8 +62066,8 @@ "updateContext": null }, "value": "/", - "start": 6712, - "end": 6713, + "start": 7057, + "end": 7058, "loc": { "start": { "line": 346, @@ -62093,8 +62093,8 @@ "updateContext": null }, "value": "div", - "start": 6713, - "end": 6716, + "start": 7058, + "end": 7061, "loc": { "start": { "line": 346, @@ -62118,8 +62118,8 @@ "postfix": false, "binop": null }, - "start": 6716, - "end": 6717, + "start": 7061, + "end": 7062, "loc": { "start": { "line": 346, @@ -62145,8 +62145,8 @@ "updateContext": null }, "value": "\n\n\t\t\t", - "start": 6717, - "end": 6722, + "start": 7062, + "end": 7069, "loc": { "start": { "line": 346, @@ -62170,8 +62170,8 @@ "postfix": false, "binop": null }, - "start": 6722, - "end": 6723, + "start": 7069, + "end": 7070, "loc": { "start": { "line": 348, @@ -62197,8 +62197,8 @@ "updateContext": null }, "value": "/", - "start": 6723, - "end": 6724, + "start": 7070, + "end": 7071, "loc": { "start": { "line": 348, @@ -62224,8 +62224,8 @@ "updateContext": null }, "value": "div", - "start": 6724, - "end": 6727, + "start": 7071, + "end": 7074, "loc": { "start": { "line": 348, @@ -62249,8 +62249,8 @@ "postfix": false, "binop": null }, - "start": 6727, - "end": 6728, + "start": 7074, + "end": 7075, "loc": { "start": { "line": 348, @@ -62274,8 +62274,8 @@ "postfix": false, "binop": null }, - "start": 6731, - "end": 6732, + "start": 7079, + "end": 7080, "loc": { "start": { "line": 349, @@ -62300,8 +62300,8 @@ "binop": null, "updateContext": null }, - "start": 6732, - "end": 6733, + "start": 7080, + "end": 7081, "loc": { "start": { "line": 349, @@ -62325,8 +62325,8 @@ "postfix": false, "binop": null }, - "start": 6735, - "end": 6736, + "start": 7084, + "end": 7085, "loc": { "start": { "line": 350, @@ -62350,8 +62350,8 @@ "postfix": false, "binop": null }, - "start": 6737, - "end": 6738, + "start": 7087, + "end": 7088, "loc": { "start": { "line": 351, @@ -62378,8 +62378,8 @@ "updateContext": null }, "value": "export", - "start": 6740, - "end": 6746, + "start": 7092, + "end": 7098, "loc": { "start": { "line": 353, @@ -62406,8 +62406,8 @@ "updateContext": null }, "value": "default", - "start": 6747, - "end": 6754, + "start": 7099, + "end": 7106, "loc": { "start": { "line": 353, @@ -62432,8 +62432,8 @@ "binop": null }, "value": "App", - "start": 6755, - "end": 6758, + "start": 7107, + "end": 7110, "loc": { "start": { "line": 353, @@ -62458,8 +62458,8 @@ "binop": null, "updateContext": null }, - "start": 6758, - "end": 6759, + "start": 7110, + "end": 7111, "loc": { "start": { "line": 353, @@ -62484,8 +62484,8 @@ "binop": null, "updateContext": null }, - "start": 6760, - "end": 6760, + "start": 7113, + "end": 7113, "loc": { "start": { "line": 354, diff --git a/docs/ast/source/components/RenderGroup.js.json b/docs/ast/source/components/RenderGroup.js.json index a938fdd..588a536 100644 --- a/docs/ast/source/components/RenderGroup.js.json +++ b/docs/ast/source/components/RenderGroup.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 2464, + "end": 2575, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 2464, + "end": 2575, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 27, - "end": 62, + "start": 28, + "end": 63, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 34, - "end": 43, + "start": 35, + "end": 44, "loc": { "start": { "line": 2, @@ -128,8 +128,8 @@ }, "local": { "type": "Identifier", - "start": 34, - "end": 43, + "start": 35, + "end": 44, "loc": { "start": { "line": 2, @@ -147,8 +147,8 @@ ], "source": { "type": "StringLiteral", - "start": 49, - "end": 61, + "start": 50, + "end": 62, "loc": { "start": { "line": 2, @@ -168,8 +168,8 @@ }, { "type": "ImportDeclaration", - "start": 63, - "end": 130, + "start": 65, + "end": 132, "loc": { "start": { "line": 3, @@ -183,8 +183,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 71, - "end": 86, + "start": 73, + "end": 88, "loc": { "start": { "line": 3, @@ -197,8 +197,8 @@ }, "imported": { "type": "Identifier", - "start": 71, - "end": 86, + "start": 73, + "end": 88, "loc": { "start": { "line": 3, @@ -214,8 +214,8 @@ }, "local": { "type": "Identifier", - "start": 71, - "end": 86, + "start": 73, + "end": 88, "loc": { "start": { "line": 3, @@ -233,8 +233,8 @@ ], "source": { "type": "StringLiteral", - "start": 93, - "end": 129, + "start": 95, + "end": 131, "loc": { "start": { "line": 3, @@ -254,9 +254,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Component for rendering an array of field configs\n ", - "start": 132, - "end": 192, + "value": "*\r\n * Component for rendering an array of field configs\r\n ", + "start": 136, + "end": 198, "loc": { "start": { "line": 5, @@ -272,8 +272,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 193, - "end": 1887, + "start": 200, + "end": 1974, "loc": { "start": { "line": 8, @@ -288,8 +288,8 @@ "source": null, "declaration": { "type": "ClassDeclaration", - "start": 200, - "end": 1887, + "start": 207, + "end": 1974, "loc": { "start": { "line": 8, @@ -302,8 +302,8 @@ }, "id": { "type": "Identifier", - "start": 206, - "end": 217, + "start": 213, + "end": 224, "loc": { "start": { "line": 8, @@ -320,8 +320,8 @@ }, "superClass": { "type": "MemberExpression", - "start": 226, - "end": 241, + "start": 233, + "end": 248, "loc": { "start": { "line": 8, @@ -334,8 +334,8 @@ }, "object": { "type": "Identifier", - "start": 226, - "end": 231, + "start": 233, + "end": 238, "loc": { "start": { "line": 8, @@ -351,8 +351,8 @@ }, "property": { "type": "Identifier", - "start": 232, - "end": 241, + "start": 239, + "end": 248, "loc": { "start": { "line": 8, @@ -370,8 +370,8 @@ }, "body": { "type": "ClassBody", - "start": 242, - "end": 1887, + "start": 249, + "end": 1974, "loc": { "start": { "line": 8, @@ -385,8 +385,8 @@ "body": [ { "type": "ClassMethod", - "start": 325, - "end": 424, + "start": 339, + "end": 441, "loc": { "start": { "line": 15, @@ -401,8 +401,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 325, - "end": 336, + "start": 339, + "end": 350, "loc": { "start": { "line": 15, @@ -425,8 +425,8 @@ "params": [ { "type": "Identifier", - "start": 337, - "end": 342, + "start": 351, + "end": 356, "loc": { "start": { "line": 15, @@ -443,8 +443,8 @@ ], "body": { "type": "BlockStatement", - "start": 344, - "end": 424, + "start": 358, + "end": 441, "loc": { "start": { "line": 15, @@ -458,8 +458,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 348, - "end": 361, + "start": 363, + "end": 376, "loc": { "start": { "line": 16, @@ -472,8 +472,8 @@ }, "expression": { "type": "CallExpression", - "start": 348, - "end": 360, + "start": 363, + "end": 375, "loc": { "start": { "line": 16, @@ -486,8 +486,8 @@ }, "callee": { "type": "Super", - "start": 348, - "end": 353, + "start": 363, + "end": 368, "loc": { "start": { "line": 16, @@ -502,8 +502,8 @@ "arguments": [ { "type": "Identifier", - "start": 354, - "end": 359, + "start": 369, + "end": 374, "loc": { "start": { "line": 16, @@ -522,8 +522,8 @@ }, { "type": "ExpressionStatement", - "start": 364, - "end": 421, + "start": 380, + "end": 437, "loc": { "start": { "line": 17, @@ -536,8 +536,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 364, - "end": 420, + "start": 380, + "end": 436, "loc": { "start": { "line": 17, @@ -551,8 +551,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 364, - "end": 385, + "start": 380, + "end": 401, "loc": { "start": { "line": 17, @@ -565,8 +565,8 @@ }, "object": { "type": "ThisExpression", - "start": 364, - "end": 368, + "start": 380, + "end": 384, "loc": { "start": { "line": 17, @@ -580,8 +580,8 @@ }, "property": { "type": "Identifier", - "start": 369, - "end": 385, + "start": 385, + "end": 401, "loc": { "start": { "line": 17, @@ -599,8 +599,8 @@ }, "right": { "type": "CallExpression", - "start": 388, - "end": 420, + "start": 404, + "end": 436, "loc": { "start": { "line": 17, @@ -613,8 +613,8 @@ }, "callee": { "type": "MemberExpression", - "start": 388, - "end": 414, + "start": 404, + "end": 430, "loc": { "start": { "line": 17, @@ -627,8 +627,8 @@ }, "object": { "type": "MemberExpression", - "start": 388, - "end": 409, + "start": 404, + "end": 425, "loc": { "start": { "line": 17, @@ -641,8 +641,8 @@ }, "object": { "type": "ThisExpression", - "start": 388, - "end": 392, + "start": 404, + "end": 408, "loc": { "start": { "line": 17, @@ -656,8 +656,8 @@ }, "property": { "type": "Identifier", - "start": 393, - "end": 409, + "start": 409, + "end": 425, "loc": { "start": { "line": 17, @@ -675,8 +675,8 @@ }, "property": { "type": "Identifier", - "start": 410, - "end": 414, + "start": 426, + "end": 430, "loc": { "start": { "line": 17, @@ -695,8 +695,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 415, - "end": 419, + "start": 431, + "end": 435, "loc": { "start": { "line": 17, @@ -719,9 +719,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Constructor for RenderGroup component\n\t * @param {Object} props\n\t ", - "start": 247, - "end": 323, + "value": "*\r\n\t * Constructor for RenderGroup component\r\n\t * @param {Object} props\r\n\t ", + "start": 257, + "end": 336, "loc": { "start": { "line": 11, @@ -737,9 +737,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Create components\n\t *\n\t * @return {Array}\n\t ", - "start": 427, - "end": 481, + "value": "*\r\n\t * Create components\r\n\t *\r\n\t * @return {Array}\r\n\t ", + "start": 446, + "end": 504, "loc": { "start": { "line": 20, @@ -755,8 +755,8 @@ }, { "type": "ClassMethod", - "start": 483, - "end": 1444, + "start": 507, + "end": 1507, "loc": { "start": { "line": 25, @@ -771,8 +771,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 483, - "end": 499, + "start": 507, + "end": 523, "loc": { "start": { "line": 25, @@ -795,8 +795,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 502, - "end": 1444, + "start": 526, + "end": 1507, "loc": { "start": { "line": 25, @@ -810,8 +810,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 506, - "end": 549, + "start": 531, + "end": 574, "loc": { "start": { "line": 26, @@ -825,8 +825,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 510, - "end": 548, + "start": 535, + "end": 573, "loc": { "start": { "line": 26, @@ -839,8 +839,8 @@ }, "id": { "type": "Identifier", - "start": 510, - "end": 522, + "start": 535, + "end": 547, "loc": { "start": { "line": 26, @@ -856,8 +856,8 @@ }, "init": { "type": "MemberExpression", - "start": 525, - "end": 548, + "start": 550, + "end": 573, "loc": { "start": { "line": 26, @@ -870,8 +870,8 @@ }, "object": { "type": "MemberExpression", - "start": 525, - "end": 535, + "start": 550, + "end": 560, "loc": { "start": { "line": 26, @@ -884,8 +884,8 @@ }, "object": { "type": "ThisExpression", - "start": 525, - "end": 529, + "start": 550, + "end": 554, "loc": { "start": { "line": 26, @@ -899,8 +899,8 @@ }, "property": { "type": "Identifier", - "start": 530, - "end": 535, + "start": 555, + "end": 560, "loc": { "start": { "line": 26, @@ -918,8 +918,8 @@ }, "property": { "type": "Identifier", - "start": 536, - "end": 548, + "start": 561, + "end": 573, "loc": { "start": { "line": 26, @@ -941,9 +941,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t\t * Find config field ID/id\n\t\t *\n\t\t * @param {Object} configField\n\t\t * @return {boolean}\n\t\t ", - "start": 553, - "end": 652, + "value": "*\r\n\t\t * Find config field ID/id\r\n\t\t *\r\n\t\t * @param {Object} configField\r\n\t\t * @return {boolean}\r\n\t\t ", + "start": 580, + "end": 684, "loc": { "start": { "line": 28, @@ -959,8 +959,8 @@ }, { "type": "FunctionDeclaration", - "start": 655, - "end": 779, + "start": 688, + "end": 814, "loc": { "start": { "line": 34, @@ -973,8 +973,8 @@ }, "id": { "type": "Identifier", - "start": 664, - "end": 675, + "start": 697, + "end": 708, "loc": { "start": { "line": 34, @@ -995,8 +995,8 @@ "params": [ { "type": "Identifier", - "start": 676, - "end": 687, + "start": 709, + "end": 720, "loc": { "start": { "line": 34, @@ -1013,8 +1013,8 @@ ], "body": { "type": "BlockStatement", - "start": 689, - "end": 779, + "start": 722, + "end": 814, "loc": { "start": { "line": 34, @@ -1028,8 +1028,8 @@ "body": [ { "type": "ReturnStatement", - "start": 694, - "end": 775, + "start": 728, + "end": 809, "loc": { "start": { "line": 35, @@ -1042,8 +1042,8 @@ }, "argument": { "type": "ConditionalExpression", - "start": 701, - "end": 774, + "start": 735, + "end": 808, "loc": { "start": { "line": 35, @@ -1056,8 +1056,8 @@ }, "test": { "type": "MemberExpression", - "start": 701, - "end": 715, + "start": 735, + "end": 749, "loc": { "start": { "line": 35, @@ -1070,8 +1070,8 @@ }, "object": { "type": "Identifier", - "start": 701, - "end": 712, + "start": 735, + "end": 746, "loc": { "start": { "line": 35, @@ -1087,8 +1087,8 @@ }, "property": { "type": "Identifier", - "start": 713, - "end": 715, + "start": 747, + "end": 749, "loc": { "start": { "line": 35, @@ -1106,8 +1106,8 @@ }, "consequent": { "type": "MemberExpression", - "start": 718, - "end": 732, + "start": 752, + "end": 766, "loc": { "start": { "line": 35, @@ -1120,8 +1120,8 @@ }, "object": { "type": "Identifier", - "start": 718, - "end": 729, + "start": 752, + "end": 763, "loc": { "start": { "line": 35, @@ -1137,8 +1137,8 @@ }, "property": { "type": "Identifier", - "start": 730, - "end": 732, + "start": 764, + "end": 766, "loc": { "start": { "line": 35, @@ -1156,8 +1156,8 @@ }, "alternate": { "type": "ConditionalExpression", - "start": 735, - "end": 774, + "start": 769, + "end": 808, "loc": { "start": { "line": 35, @@ -1170,8 +1170,8 @@ }, "test": { "type": "MemberExpression", - "start": 735, - "end": 749, + "start": 769, + "end": 783, "loc": { "start": { "line": 35, @@ -1184,8 +1184,8 @@ }, "object": { "type": "Identifier", - "start": 735, - "end": 746, + "start": 769, + "end": 780, "loc": { "start": { "line": 35, @@ -1201,8 +1201,8 @@ }, "property": { "type": "Identifier", - "start": 747, - "end": 749, + "start": 781, + "end": 783, "loc": { "start": { "line": 35, @@ -1220,8 +1220,8 @@ }, "consequent": { "type": "MemberExpression", - "start": 752, - "end": 766, + "start": 786, + "end": 800, "loc": { "start": { "line": 35, @@ -1234,8 +1234,8 @@ }, "object": { "type": "Identifier", - "start": 752, - "end": 763, + "start": 786, + "end": 797, "loc": { "start": { "line": 35, @@ -1251,8 +1251,8 @@ }, "property": { "type": "Identifier", - "start": 764, - "end": 766, + "start": 798, + "end": 800, "loc": { "start": { "line": 35, @@ -1270,8 +1270,8 @@ }, "alternate": { "type": "BooleanLiteral", - "start": 769, - "end": 774, + "start": 803, + "end": 808, "loc": { "start": { "line": 35, @@ -1293,9 +1293,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t\t * Find config field ID/id\n\t\t *\n\t\t * @param {Object} configField\n\t\t * @return {boolean}\n\t\t ", - "start": 553, - "end": 652, + "value": "*\r\n\t\t * Find config field ID/id\r\n\t\t *\r\n\t\t * @param {Object} configField\r\n\t\t * @return {boolean}\r\n\t\t ", + "start": 580, + "end": 684, "loc": { "start": { "line": 28, @@ -1311,8 +1311,8 @@ }, { "type": "IfStatement", - "start": 783, - "end": 1090, + "start": 820, + "end": 1139, "loc": { "start": { "line": 38, @@ -1325,8 +1325,8 @@ }, "test": { "type": "BinaryExpression", - "start": 787, - "end": 826, + "start": 824, + "end": 863, "loc": { "start": { "line": 38, @@ -1339,8 +1339,8 @@ }, "left": { "type": "StringLiteral", - "start": 787, - "end": 797, + "start": 824, + "end": 834, "loc": { "start": { "line": 38, @@ -1360,8 +1360,8 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 802, - "end": 826, + "start": 839, + "end": 863, "loc": { "start": { "line": 38, @@ -1376,8 +1376,8 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 809, - "end": 826, + "start": 846, + "end": 863, "loc": { "start": { "line": 38, @@ -1390,8 +1390,8 @@ }, "object": { "type": "MemberExpression", - "start": 809, - "end": 819, + "start": 846, + "end": 856, "loc": { "start": { "line": 38, @@ -1404,8 +1404,8 @@ }, "object": { "type": "ThisExpression", - "start": 809, - "end": 813, + "start": 846, + "end": 850, "loc": { "start": { "line": 38, @@ -1419,8 +1419,8 @@ }, "property": { "type": "Identifier", - "start": 814, - "end": 819, + "start": 851, + "end": 856, "loc": { "start": { "line": 38, @@ -1438,8 +1438,8 @@ }, "property": { "type": "Identifier", - "start": 820, - "end": 826, + "start": 857, + "end": 863, "loc": { "start": { "line": 38, @@ -1462,8 +1462,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 829, - "end": 1090, + "start": 866, + "end": 1139, "loc": { "start": { "line": 38, @@ -1477,8 +1477,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 834, - "end": 1085, + "start": 872, + "end": 1132, "loc": { "start": { "line": 39, @@ -1491,8 +1491,8 @@ }, "expression": { "type": "CallExpression", - "start": 834, - "end": 1084, + "start": 872, + "end": 1131, "loc": { "start": { "line": 39, @@ -1505,8 +1505,8 @@ }, "callee": { "type": "MemberExpression", - "start": 834, - "end": 854, + "start": 872, + "end": 892, "loc": { "start": { "line": 39, @@ -1519,8 +1519,8 @@ }, "object": { "type": "Identifier", - "start": 834, - "end": 846, + "start": 872, + "end": 884, "loc": { "start": { "line": 39, @@ -1536,8 +1536,8 @@ }, "property": { "type": "Identifier", - "start": 847, - "end": 854, + "start": 885, + "end": 892, "loc": { "start": { "line": 39, @@ -1556,8 +1556,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 855, - "end": 1083, + "start": 893, + "end": 1130, "loc": { "start": { "line": 39, @@ -1575,8 +1575,8 @@ "params": [ { "type": "Identifier", - "start": 856, - "end": 867, + "start": 894, + "end": 905, "loc": { "start": { "line": 39, @@ -1592,8 +1592,8 @@ }, { "type": "Identifier", - "start": 869, - "end": 885, + "start": 907, + "end": 923, "loc": { "start": { "line": 39, @@ -1610,8 +1610,8 @@ ], "body": { "type": "BlockStatement", - "start": 891, - "end": 1083, + "start": 929, + "end": 1130, "loc": { "start": { "line": 39, @@ -1625,8 +1625,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 897, - "end": 944, + "start": 936, + "end": 983, "loc": { "start": { "line": 40, @@ -1640,8 +1640,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 903, - "end": 943, + "start": 942, + "end": 982, "loc": { "start": { "line": 40, @@ -1654,8 +1654,8 @@ }, "id": { "type": "Identifier", - "start": 903, - "end": 916, + "start": 942, + "end": 955, "loc": { "start": { "line": 40, @@ -1671,8 +1671,8 @@ }, "init": { "type": "CallExpression", - "start": 919, - "end": 943, + "start": 958, + "end": 982, "loc": { "start": { "line": 40, @@ -1685,8 +1685,8 @@ }, "callee": { "type": "Identifier", - "start": 919, - "end": 930, + "start": 958, + "end": 969, "loc": { "start": { "line": 40, @@ -1703,8 +1703,8 @@ "arguments": [ { "type": "Identifier", - "start": 931, - "end": 942, + "start": 970, + "end": 981, "loc": { "start": { "line": 40, @@ -1726,8 +1726,8 @@ }, { "type": "IfStatement", - "start": 949, - "end": 1077, + "start": 989, + "end": 1122, "loc": { "start": { "line": 41, @@ -1740,8 +1740,8 @@ }, "test": { "type": "Identifier", - "start": 953, - "end": 966, + "start": 993, + "end": 1006, "loc": { "start": { "line": 41, @@ -1757,8 +1757,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 968, - "end": 1077, + "start": 1008, + "end": 1122, "loc": { "start": { "line": 41, @@ -1772,8 +1772,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 975, - "end": 1070, + "start": 1016, + "end": 1113, "loc": { "start": { "line": 42, @@ -1786,8 +1786,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 975, - "end": 1069, + "start": 1016, + "end": 1112, "loc": { "start": { "line": 42, @@ -1801,8 +1801,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 975, - "end": 1012, + "start": 1016, + "end": 1053, "loc": { "start": { "line": 42, @@ -1815,8 +1815,8 @@ }, "object": { "type": "MemberExpression", - "start": 975, - "end": 1005, + "start": 1016, + "end": 1046, "loc": { "start": { "line": 42, @@ -1829,8 +1829,8 @@ }, "object": { "type": "Identifier", - "start": 975, - "end": 987, + "start": 1016, + "end": 1028, "loc": { "start": { "line": 42, @@ -1846,8 +1846,8 @@ }, "property": { "type": "Identifier", - "start": 988, - "end": 1004, + "start": 1029, + "end": 1045, "loc": { "start": { "line": 42, @@ -1865,8 +1865,8 @@ }, "property": { "type": "Identifier", - "start": 1006, - "end": 1012, + "start": 1047, + "end": 1053, "loc": { "start": { "line": 42, @@ -1884,8 +1884,8 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 1015, - "end": 1069, + "start": 1056, + "end": 1112, "loc": { "start": { "line": 42, @@ -1903,8 +1903,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 1021, - "end": 1069, + "start": 1062, + "end": 1112, "loc": { "start": { "line": 42, @@ -1918,8 +1918,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1029, - "end": 1062, + "start": 1071, + "end": 1104, "loc": { "start": { "line": 43, @@ -1932,8 +1932,8 @@ }, "expression": { "type": "CallExpression", - "start": 1029, - "end": 1061, + "start": 1071, + "end": 1103, "loc": { "start": { "line": 43, @@ -1946,8 +1946,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1029, - "end": 1046, + "start": 1071, + "end": 1088, "loc": { "start": { "line": 43, @@ -1960,8 +1960,8 @@ }, "object": { "type": "MemberExpression", - "start": 1029, - "end": 1039, + "start": 1071, + "end": 1081, "loc": { "start": { "line": 43, @@ -1974,8 +1974,8 @@ }, "object": { "type": "ThisExpression", - "start": 1029, - "end": 1033, + "start": 1071, + "end": 1075, "loc": { "start": { "line": 43, @@ -1989,8 +1989,8 @@ }, "property": { "type": "Identifier", - "start": 1034, - "end": 1039, + "start": 1076, + "end": 1081, "loc": { "start": { "line": 43, @@ -2008,8 +2008,8 @@ }, "property": { "type": "Identifier", - "start": 1040, - "end": 1046, + "start": 1082, + "end": 1088, "loc": { "start": { "line": 43, @@ -2028,8 +2028,8 @@ "arguments": [ { "type": "Identifier", - "start": 1047, - "end": 1060, + "start": 1089, + "end": 1102, "loc": { "start": { "line": 43, @@ -2071,8 +2071,8 @@ }, { "type": "IfStatement", - "start": 1093, - "end": 1401, + "start": 1143, + "end": 1462, "loc": { "start": { "line": 51, @@ -2085,8 +2085,8 @@ }, "test": { "type": "BinaryExpression", - "start": 1097, - "end": 1137, + "start": 1147, + "end": 1187, "loc": { "start": { "line": 51, @@ -2099,8 +2099,8 @@ }, "left": { "type": "StringLiteral", - "start": 1097, - "end": 1107, + "start": 1147, + "end": 1157, "loc": { "start": { "line": 51, @@ -2120,8 +2120,8 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 1112, - "end": 1137, + "start": 1162, + "end": 1187, "loc": { "start": { "line": 51, @@ -2136,8 +2136,8 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 1119, - "end": 1137, + "start": 1169, + "end": 1187, "loc": { "start": { "line": 51, @@ -2150,8 +2150,8 @@ }, "object": { "type": "MemberExpression", - "start": 1119, - "end": 1129, + "start": 1169, + "end": 1179, "loc": { "start": { "line": 51, @@ -2164,8 +2164,8 @@ }, "object": { "type": "ThisExpression", - "start": 1119, - "end": 1123, + "start": 1169, + "end": 1173, "loc": { "start": { "line": 51, @@ -2179,8 +2179,8 @@ }, "property": { "type": "Identifier", - "start": 1124, - "end": 1129, + "start": 1174, + "end": 1179, "loc": { "start": { "line": 51, @@ -2198,8 +2198,8 @@ }, "property": { "type": "Identifier", - "start": 1130, - "end": 1137, + "start": 1180, + "end": 1187, "loc": { "start": { "line": 51, @@ -2222,8 +2222,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1139, - "end": 1401, + "start": 1189, + "end": 1462, "loc": { "start": { "line": 51, @@ -2237,8 +2237,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1144, - "end": 1397, + "start": 1195, + "end": 1457, "loc": { "start": { "line": 52, @@ -2251,8 +2251,8 @@ }, "expression": { "type": "CallExpression", - "start": 1144, - "end": 1396, + "start": 1195, + "end": 1456, "loc": { "start": { "line": 52, @@ -2265,8 +2265,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1144, - "end": 1164, + "start": 1195, + "end": 1215, "loc": { "start": { "line": 52, @@ -2279,8 +2279,8 @@ }, "object": { "type": "Identifier", - "start": 1144, - "end": 1156, + "start": 1195, + "end": 1207, "loc": { "start": { "line": 52, @@ -2296,8 +2296,8 @@ }, "property": { "type": "Identifier", - "start": 1157, - "end": 1164, + "start": 1208, + "end": 1215, "loc": { "start": { "line": 52, @@ -2316,8 +2316,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 1165, - "end": 1395, + "start": 1216, + "end": 1455, "loc": { "start": { "line": 52, @@ -2335,8 +2335,8 @@ "params": [ { "type": "Identifier", - "start": 1166, - "end": 1177, + "start": 1217, + "end": 1228, "loc": { "start": { "line": 52, @@ -2352,8 +2352,8 @@ }, { "type": "Identifier", - "start": 1179, - "end": 1195, + "start": 1230, + "end": 1246, "loc": { "start": { "line": 52, @@ -2370,8 +2370,8 @@ ], "body": { "type": "BlockStatement", - "start": 1201, - "end": 1395, + "start": 1252, + "end": 1455, "loc": { "start": { "line": 52, @@ -2385,8 +2385,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 1207, - "end": 1254, + "start": 1259, + "end": 1306, "loc": { "start": { "line": 53, @@ -2400,8 +2400,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1213, - "end": 1253, + "start": 1265, + "end": 1305, "loc": { "start": { "line": 53, @@ -2414,8 +2414,8 @@ }, "id": { "type": "Identifier", - "start": 1213, - "end": 1226, + "start": 1265, + "end": 1278, "loc": { "start": { "line": 53, @@ -2431,8 +2431,8 @@ }, "init": { "type": "CallExpression", - "start": 1229, - "end": 1253, + "start": 1281, + "end": 1305, "loc": { "start": { "line": 53, @@ -2445,8 +2445,8 @@ }, "callee": { "type": "Identifier", - "start": 1229, - "end": 1240, + "start": 1281, + "end": 1292, "loc": { "start": { "line": 53, @@ -2463,8 +2463,8 @@ "arguments": [ { "type": "Identifier", - "start": 1241, - "end": 1252, + "start": 1293, + "end": 1304, "loc": { "start": { "line": 53, @@ -2486,8 +2486,8 @@ }, { "type": "IfStatement", - "start": 1259, - "end": 1389, + "start": 1312, + "end": 1447, "loc": { "start": { "line": 54, @@ -2500,8 +2500,8 @@ }, "test": { "type": "Identifier", - "start": 1263, - "end": 1276, + "start": 1316, + "end": 1329, "loc": { "start": { "line": 54, @@ -2517,8 +2517,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1278, - "end": 1389, + "start": 1331, + "end": 1447, "loc": { "start": { "line": 54, @@ -2532,8 +2532,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1285, - "end": 1382, + "start": 1339, + "end": 1438, "loc": { "start": { "line": 55, @@ -2546,8 +2546,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1285, - "end": 1381, + "start": 1339, + "end": 1437, "loc": { "start": { "line": 55, @@ -2561,8 +2561,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1285, - "end": 1323, + "start": 1339, + "end": 1377, "loc": { "start": { "line": 55, @@ -2575,8 +2575,8 @@ }, "object": { "type": "MemberExpression", - "start": 1285, - "end": 1315, + "start": 1339, + "end": 1369, "loc": { "start": { "line": 55, @@ -2589,8 +2589,8 @@ }, "object": { "type": "Identifier", - "start": 1285, - "end": 1297, + "start": 1339, + "end": 1351, "loc": { "start": { "line": 55, @@ -2606,8 +2606,8 @@ }, "property": { "type": "Identifier", - "start": 1298, - "end": 1314, + "start": 1352, + "end": 1368, "loc": { "start": { "line": 55, @@ -2625,8 +2625,8 @@ }, "property": { "type": "Identifier", - "start": 1316, - "end": 1323, + "start": 1370, + "end": 1377, "loc": { "start": { "line": 55, @@ -2644,8 +2644,8 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 1326, - "end": 1381, + "start": 1380, + "end": 1437, "loc": { "start": { "line": 55, @@ -2663,8 +2663,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 1332, - "end": 1381, + "start": 1386, + "end": 1437, "loc": { "start": { "line": 55, @@ -2678,8 +2678,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1340, - "end": 1374, + "start": 1395, + "end": 1429, "loc": { "start": { "line": 56, @@ -2692,8 +2692,8 @@ }, "expression": { "type": "CallExpression", - "start": 1340, - "end": 1373, + "start": 1395, + "end": 1428, "loc": { "start": { "line": 56, @@ -2706,8 +2706,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1340, - "end": 1358, + "start": 1395, + "end": 1413, "loc": { "start": { "line": 56, @@ -2720,8 +2720,8 @@ }, "object": { "type": "MemberExpression", - "start": 1340, - "end": 1350, + "start": 1395, + "end": 1405, "loc": { "start": { "line": 56, @@ -2734,8 +2734,8 @@ }, "object": { "type": "ThisExpression", - "start": 1340, - "end": 1344, + "start": 1395, + "end": 1399, "loc": { "start": { "line": 56, @@ -2749,8 +2749,8 @@ }, "property": { "type": "Identifier", - "start": 1345, - "end": 1350, + "start": 1400, + "end": 1405, "loc": { "start": { "line": 56, @@ -2768,8 +2768,8 @@ }, "property": { "type": "Identifier", - "start": 1351, - "end": 1358, + "start": 1406, + "end": 1413, "loc": { "start": { "line": 56, @@ -2788,8 +2788,8 @@ "arguments": [ { "type": "Identifier", - "start": 1359, - "end": 1372, + "start": 1414, + "end": 1427, "loc": { "start": { "line": 56, @@ -2831,8 +2831,8 @@ }, { "type": "ReturnStatement", - "start": 1404, - "end": 1441, + "start": 1466, + "end": 1503, "loc": { "start": { "line": 63, @@ -2845,8 +2845,8 @@ }, "argument": { "type": "CallExpression", - "start": 1411, - "end": 1440, + "start": 1473, + "end": 1502, "loc": { "start": { "line": 63, @@ -2859,8 +2859,8 @@ }, "callee": { "type": "Identifier", - "start": 1411, - "end": 1426, + "start": 1473, + "end": 1488, "loc": { "start": { "line": 63, @@ -2877,8 +2877,8 @@ "arguments": [ { "type": "Identifier", - "start": 1427, - "end": 1439, + "start": 1489, + "end": 1501, "loc": { "start": { "line": 63, @@ -2902,9 +2902,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Create components\n\t *\n\t * @return {Array}\n\t ", - "start": 427, - "end": 481, + "value": "*\r\n\t * Create components\r\n\t *\r\n\t * @return {Array}\r\n\t ", + "start": 446, + "end": 504, "loc": { "start": { "line": 20, @@ -2920,9 +2920,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Renderer for RenderGroup component\n\t *\n\t * @return {*}\n\t ", - "start": 1447, - "end": 1514, + "value": "*\r\n\t * Renderer for RenderGroup component\r\n\t *\r\n\t * @return {*}\r\n\t ", + "start": 1512, + "end": 1583, "loc": { "start": { "line": 66, @@ -2938,8 +2938,8 @@ }, { "type": "ClassMethod", - "start": 1516, - "end": 1885, + "start": 1586, + "end": 1971, "loc": { "start": { "line": 71, @@ -2954,8 +2954,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1516, - "end": 1522, + "start": 1586, + "end": 1592, "loc": { "start": { "line": 71, @@ -2978,8 +2978,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 1525, - "end": 1885, + "start": 1595, + "end": 1971, "loc": { "start": { "line": 71, @@ -2993,8 +2993,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1529, - "end": 1882, + "start": 1600, + "end": 1967, "loc": { "start": { "line": 72, @@ -3007,8 +3007,8 @@ }, "argument": { "type": "JSXElement", - "start": 1541, - "end": 1877, + "start": 1613, + "end": 1961, "loc": { "start": { "line": 73, @@ -3021,8 +3021,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 1541, - "end": 1654, + "start": 1613, + "end": 1728, "loc": { "start": { "line": 73, @@ -3036,8 +3036,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 1550, - "end": 1649, + "start": 1623, + "end": 1722, "loc": { "start": { "line": 74, @@ -3050,8 +3050,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1550, - "end": 1559, + "start": 1623, + "end": 1632, "loc": { "start": { "line": 74, @@ -3066,8 +3066,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1560, - "end": 1649, + "start": 1633, + "end": 1722, "loc": { "start": { "line": 74, @@ -3080,8 +3080,8 @@ }, "expression": { "type": "ConditionalExpression", - "start": 1561, - "end": 1648, + "start": 1634, + "end": 1721, "loc": { "start": { "line": 74, @@ -3094,8 +3094,8 @@ }, "test": { "type": "MemberExpression", - "start": 1561, - "end": 1581, + "start": 1634, + "end": 1654, "loc": { "start": { "line": 74, @@ -3108,8 +3108,8 @@ }, "object": { "type": "MemberExpression", - "start": 1561, - "end": 1571, + "start": 1634, + "end": 1644, "loc": { "start": { "line": 74, @@ -3122,8 +3122,8 @@ }, "object": { "type": "ThisExpression", - "start": 1561, - "end": 1565, + "start": 1634, + "end": 1638, "loc": { "start": { "line": 74, @@ -3137,8 +3137,8 @@ }, "property": { "type": "Identifier", - "start": 1566, - "end": 1571, + "start": 1639, + "end": 1644, "loc": { "start": { "line": 74, @@ -3156,8 +3156,8 @@ }, "property": { "type": "Identifier", - "start": 1572, - "end": 1581, + "start": 1645, + "end": 1654, "loc": { "start": { "line": 74, @@ -3175,8 +3175,8 @@ }, "consequent": { "type": "MemberExpression", - "start": 1584, - "end": 1604, + "start": 1657, + "end": 1677, "loc": { "start": { "line": 74, @@ -3189,8 +3189,8 @@ }, "object": { "type": "MemberExpression", - "start": 1584, - "end": 1594, + "start": 1657, + "end": 1667, "loc": { "start": { "line": 74, @@ -3203,8 +3203,8 @@ }, "object": { "type": "ThisExpression", - "start": 1584, - "end": 1588, + "start": 1657, + "end": 1661, "loc": { "start": { "line": 74, @@ -3218,8 +3218,8 @@ }, "property": { "type": "Identifier", - "start": 1589, - "end": 1594, + "start": 1662, + "end": 1667, "loc": { "start": { "line": 74, @@ -3237,8 +3237,8 @@ }, "property": { "type": "Identifier", - "start": 1595, - "end": 1604, + "start": 1668, + "end": 1677, "loc": { "start": { "line": 74, @@ -3256,8 +3256,8 @@ }, "alternate": { "type": "MemberExpression", - "start": 1607, - "end": 1648, + "start": 1680, + "end": 1721, "loc": { "start": { "line": 74, @@ -3270,8 +3270,8 @@ }, "object": { "type": "MemberExpression", - "start": 1607, - "end": 1629, + "start": 1680, + "end": 1702, "loc": { "start": { "line": 74, @@ -3284,8 +3284,8 @@ }, "object": { "type": "Identifier", - "start": 1607, - "end": 1618, + "start": 1680, + "end": 1691, "loc": { "start": { "line": 74, @@ -3301,8 +3301,8 @@ }, "property": { "type": "Identifier", - "start": 1619, - "end": 1629, + "start": 1692, + "end": 1702, "loc": { "start": { "line": 74, @@ -3320,8 +3320,8 @@ }, "property": { "type": "Identifier", - "start": 1630, - "end": 1648, + "start": 1703, + "end": 1721, "loc": { "start": { "line": 74, @@ -3343,8 +3343,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 1542, - "end": 1545, + "start": 1614, + "end": 1617, "loc": { "start": { "line": 73, @@ -3361,8 +3361,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 1871, - "end": 1877, + "start": 1955, + "end": 1961, "loc": { "start": { "line": 85, @@ -3375,8 +3375,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1873, - "end": 1876, + "start": 1957, + "end": 1960, "loc": { "start": { "line": 85, @@ -3393,8 +3393,8 @@ "children": [ { "type": "JSXText", - "start": 1654, - "end": 1659, + "start": 1728, + "end": 1734, "loc": { "start": { "line": 75, @@ -3410,8 +3410,8 @@ }, { "type": "JSXExpressionContainer", - "start": 1659, - "end": 1867, + "start": 1734, + "end": 1950, "loc": { "start": { "line": 76, @@ -3424,8 +3424,8 @@ }, "expression": { "type": "CallExpression", - "start": 1660, - "end": 1866, + "start": 1735, + "end": 1949, "loc": { "start": { "line": 76, @@ -3438,8 +3438,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1660, - "end": 1687, + "start": 1735, + "end": 1762, "loc": { "start": { "line": 76, @@ -3452,8 +3452,8 @@ }, "object": { "type": "CallExpression", - "start": 1660, - "end": 1683, + "start": 1735, + "end": 1758, "loc": { "start": { "line": 76, @@ -3466,8 +3466,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1660, - "end": 1681, + "start": 1735, + "end": 1756, "loc": { "start": { "line": 76, @@ -3480,8 +3480,8 @@ }, "object": { "type": "ThisExpression", - "start": 1660, - "end": 1664, + "start": 1735, + "end": 1739, "loc": { "start": { "line": 76, @@ -3495,8 +3495,8 @@ }, "property": { "type": "Identifier", - "start": 1665, - "end": 1681, + "start": 1740, + "end": 1756, "loc": { "start": { "line": 76, @@ -3516,8 +3516,8 @@ }, "property": { "type": "Identifier", - "start": 1684, - "end": 1687, + "start": 1759, + "end": 1762, "loc": { "start": { "line": 76, @@ -3536,8 +3536,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 1688, - "end": 1865, + "start": 1763, + "end": 1948, "loc": { "start": { "line": 76, @@ -3555,8 +3555,8 @@ "params": [ { "type": "Identifier", - "start": 1689, - "end": 1700, + "start": 1764, + "end": 1775, "loc": { "start": { "line": 76, @@ -3572,8 +3572,8 @@ }, { "type": "Identifier", - "start": 1702, - "end": 1703, + "start": 1777, + "end": 1778, "loc": { "start": { "line": 76, @@ -3590,8 +3590,8 @@ ], "body": { "type": "BlockStatement", - "start": 1708, - "end": 1865, + "start": 1783, + "end": 1948, "loc": { "start": { "line": 76, @@ -3605,8 +3605,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1715, - "end": 1859, + "start": 1791, + "end": 1941, "loc": { "start": { "line": 77, @@ -3619,8 +3619,8 @@ }, "argument": { "type": "CallExpression", - "start": 1722, - "end": 1858, + "start": 1798, + "end": 1940, "loc": { "start": { "line": 77, @@ -3633,8 +3633,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1722, - "end": 1741, + "start": 1798, + "end": 1817, "loc": { "start": { "line": 77, @@ -3647,8 +3647,8 @@ }, "object": { "type": "Identifier", - "start": 1722, - "end": 1727, + "start": 1798, + "end": 1803, "loc": { "start": { "line": 77, @@ -3664,8 +3664,8 @@ }, "property": { "type": "Identifier", - "start": 1728, - "end": 1741, + "start": 1804, + "end": 1817, "loc": { "start": { "line": 77, @@ -3684,8 +3684,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 1749, - "end": 1754, + "start": 1826, + "end": 1831, "loc": { "start": { "line": 78, @@ -3704,8 +3704,8 @@ }, { "type": "ObjectExpression", - "start": 1756, - "end": 1832, + "start": 1833, + "end": 1912, "loc": { "start": { "line": 78, @@ -3719,8 +3719,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1765, - "end": 1771, + "start": 1843, + "end": 1849, "loc": { "start": { "line": 79, @@ -3736,8 +3736,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1765, - "end": 1768, + "start": 1843, + "end": 1846, "loc": { "start": { "line": 79, @@ -3753,8 +3753,8 @@ }, "value": { "type": "Identifier", - "start": 1770, - "end": 1771, + "start": 1848, + "end": 1849, "loc": { "start": { "line": 79, @@ -3771,8 +3771,8 @@ }, { "type": "ObjectProperty", - "start": 1780, - "end": 1824, + "start": 1859, + "end": 1903, "loc": { "start": { "line": 80, @@ -3788,8 +3788,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1780, - "end": 1789, + "start": 1859, + "end": 1868, "loc": { "start": { "line": 80, @@ -3805,8 +3805,8 @@ }, "value": { "type": "MemberExpression", - "start": 1791, - "end": 1824, + "start": 1870, + "end": 1903, "loc": { "start": { "line": 80, @@ -3819,8 +3819,8 @@ }, "object": { "type": "MemberExpression", - "start": 1791, - "end": 1813, + "start": 1870, + "end": 1892, "loc": { "start": { "line": 80, @@ -3833,8 +3833,8 @@ }, "object": { "type": "Identifier", - "start": 1791, - "end": 1802, + "start": 1870, + "end": 1881, "loc": { "start": { "line": 80, @@ -3850,8 +3850,8 @@ }, "property": { "type": "Identifier", - "start": 1803, - "end": 1813, + "start": 1882, + "end": 1892, "loc": { "start": { "line": 80, @@ -3869,8 +3869,8 @@ }, "property": { "type": "Identifier", - "start": 1814, - "end": 1824, + "start": 1893, + "end": 1903, "loc": { "start": { "line": 80, @@ -3891,8 +3891,8 @@ }, { "type": "Identifier", - "start": 1840, - "end": 1851, + "start": 1921, + "end": 1932, "loc": { "start": { "line": 82, @@ -3918,8 +3918,8 @@ }, { "type": "JSXText", - "start": 1867, - "end": 1871, + "start": 1950, + "end": 1955, "loc": { "start": { "line": 84, @@ -3936,7 +3936,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 1536 + "parenStart": 1607 } } } @@ -3946,9 +3946,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Renderer for RenderGroup component\n\t *\n\t * @return {*}\n\t ", - "start": 1447, - "end": 1514, + "value": "*\r\n\t * Renderer for RenderGroup component\r\n\t *\r\n\t * @return {*}\r\n\t ", + "start": 1512, + "end": 1583, "loc": { "start": { "line": 66, @@ -3968,9 +3968,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Component for rendering an array of field configs\n ", - "start": 132, - "end": 192, + "value": "*\r\n * Component for rendering an array of field configs\r\n ", + "start": 136, + "end": 198, "loc": { "start": { "line": 5, @@ -3986,9 +3986,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definitions for RenderGroup component\n * @type {{configFields: *, className: shim}}\n ", - "start": 1889, - "end": 1988, + "value": "*\r\n * Prop definitions for RenderGroup component\r\n * @type {{configFields: *, className: shim}}\r\n ", + "start": 1978, + "end": 2080, "loc": { "start": { "line": 90, @@ -4005,9 +4005,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Component for rendering an array of field configs\n ", - "start": 132, - "end": 192, + "value": "*\r\n * Component for rendering an array of field configs\r\n ", + "start": 136, + "end": 198, "loc": { "start": { "line": 5, @@ -4023,9 +4023,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definitions for RenderGroup component\n * @type {{configFields: *, className: shim}}\n ", - "start": 1889, - "end": 1988, + "value": "*\r\n * Prop definitions for RenderGroup component\r\n * @type {{configFields: *, className: shim}}\r\n ", + "start": 1978, + "end": 2080, "loc": { "start": { "line": 90, @@ -4041,8 +4041,8 @@ }, { "type": "ExpressionStatement", - "start": 1989, - "end": 2140, + "start": 2082, + "end": 2238, "loc": { "start": { "line": 94, @@ -4055,8 +4055,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1989, - "end": 2139, + "start": 2082, + "end": 2237, "loc": { "start": { "line": 94, @@ -4070,8 +4070,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1989, - "end": 2010, + "start": 2082, + "end": 2103, "loc": { "start": { "line": 94, @@ -4084,8 +4084,8 @@ }, "object": { "type": "Identifier", - "start": 1989, - "end": 2000, + "start": 2082, + "end": 2093, "loc": { "start": { "line": 94, @@ -4102,8 +4102,8 @@ }, "property": { "type": "Identifier", - "start": 2001, - "end": 2010, + "start": 2094, + "end": 2103, "loc": { "start": { "line": 94, @@ -4122,8 +4122,8 @@ }, "right": { "type": "ObjectExpression", - "start": 2013, - "end": 2139, + "start": 2106, + "end": 2237, "loc": { "start": { "line": 94, @@ -4137,8 +4137,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 2016, - "end": 2056, + "start": 2110, + "end": 2150, "loc": { "start": { "line": 95, @@ -4154,8 +4154,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2016, - "end": 2028, + "start": 2110, + "end": 2122, "loc": { "start": { "line": 95, @@ -4171,8 +4171,8 @@ }, "value": { "type": "MemberExpression", - "start": 2030, - "end": 2056, + "start": 2124, + "end": 2150, "loc": { "start": { "line": 95, @@ -4185,8 +4185,8 @@ }, "object": { "type": "MemberExpression", - "start": 2030, - "end": 2045, + "start": 2124, + "end": 2139, "loc": { "start": { "line": 95, @@ -4199,8 +4199,8 @@ }, "object": { "type": "Identifier", - "start": 2030, - "end": 2039, + "start": 2124, + "end": 2133, "loc": { "start": { "line": 95, @@ -4216,8 +4216,8 @@ }, "property": { "type": "Identifier", - "start": 2040, - "end": 2045, + "start": 2134, + "end": 2139, "loc": { "start": { "line": 95, @@ -4235,8 +4235,8 @@ }, "property": { "type": "Identifier", - "start": 2046, - "end": 2056, + "start": 2140, + "end": 2150, "loc": { "start": { "line": 95, @@ -4255,8 +4255,8 @@ }, { "type": "ObjectProperty", - "start": 2059, - "end": 2086, + "start": 2154, + "end": 2181, "loc": { "start": { "line": 96, @@ -4272,8 +4272,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2059, - "end": 2068, + "start": 2154, + "end": 2163, "loc": { "start": { "line": 96, @@ -4289,8 +4289,8 @@ }, "value": { "type": "MemberExpression", - "start": 2070, - "end": 2086, + "start": 2165, + "end": 2181, "loc": { "start": { "line": 96, @@ -4303,8 +4303,8 @@ }, "object": { "type": "Identifier", - "start": 2070, - "end": 2079, + "start": 2165, + "end": 2174, "loc": { "start": { "line": 96, @@ -4320,8 +4320,8 @@ }, "property": { "type": "Identifier", - "start": 2080, - "end": 2086, + "start": 2175, + "end": 2181, "loc": { "start": { "line": 96, @@ -4340,8 +4340,8 @@ }, { "type": "ObjectProperty", - "start": 2089, - "end": 2111, + "start": 2185, + "end": 2207, "loc": { "start": { "line": 97, @@ -4357,8 +4357,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2089, - "end": 2095, + "start": 2185, + "end": 2191, "loc": { "start": { "line": 97, @@ -4374,8 +4374,8 @@ }, "value": { "type": "MemberExpression", - "start": 2097, - "end": 2111, + "start": 2193, + "end": 2207, "loc": { "start": { "line": 97, @@ -4388,8 +4388,8 @@ }, "object": { "type": "Identifier", - "start": 2097, - "end": 2106, + "start": 2193, + "end": 2202, "loc": { "start": { "line": 97, @@ -4405,8 +4405,8 @@ }, "property": { "type": "Identifier", - "start": 2107, - "end": 2111, + "start": 2203, + "end": 2207, "loc": { "start": { "line": 97, @@ -4425,8 +4425,8 @@ }, { "type": "ObjectProperty", - "start": 2114, - "end": 2137, + "start": 2211, + "end": 2234, "loc": { "start": { "line": 98, @@ -4442,8 +4442,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2114, - "end": 2121, + "start": 2211, + "end": 2218, "loc": { "start": { "line": 98, @@ -4459,8 +4459,8 @@ }, "value": { "type": "MemberExpression", - "start": 2123, - "end": 2137, + "start": 2220, + "end": 2234, "loc": { "start": { "line": 98, @@ -4473,8 +4473,8 @@ }, "object": { "type": "Identifier", - "start": 2123, - "end": 2132, + "start": 2220, + "end": 2229, "loc": { "start": { "line": 98, @@ -4490,8 +4490,8 @@ }, "property": { "type": "Identifier", - "start": 2133, - "end": 2137, + "start": 2230, + "end": 2234, "loc": { "start": { "line": 98, @@ -4515,9 +4515,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definitions for RenderGroup component\n * @type {{configFields: *, className: shim}}\n ", - "start": 1889, - "end": 1988, + "value": "*\r\n * Prop definitions for RenderGroup component\r\n * @type {{configFields: *, className: shim}}\r\n ", + "start": 1978, + "end": 2080, "loc": { "start": { "line": 90, @@ -4533,9 +4533,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Classnames for elements (wrappers, field groups and form fields)\n *\n * @type {{renderGroupWrapper: string, fieldWrapper: string}}\n ", - "start": 2142, - "end": 2282, + "value": "*\r\n * Classnames for elements (wrappers, field groups and form fields)\r\n *\r\n * @type {{renderGroupWrapper: string, fieldWrapper: string}}\r\n ", + "start": 2242, + "end": 2386, "loc": { "start": { "line": 101, @@ -4551,8 +4551,8 @@ }, { "type": "ExpressionStatement", - "start": 2283, - "end": 2464, + "start": 2388, + "end": 2575, "loc": { "start": { "line": 106, @@ -4565,8 +4565,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2283, - "end": 2463, + "start": 2388, + "end": 2574, "loc": { "start": { "line": 106, @@ -4580,8 +4580,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 2283, - "end": 2305, + "start": 2388, + "end": 2410, "loc": { "start": { "line": 106, @@ -4594,8 +4594,8 @@ }, "object": { "type": "Identifier", - "start": 2283, - "end": 2294, + "start": 2388, + "end": 2399, "loc": { "start": { "line": 106, @@ -4612,8 +4612,8 @@ }, "property": { "type": "Identifier", - "start": 2295, - "end": 2305, + "start": 2400, + "end": 2410, "loc": { "start": { "line": 106, @@ -4632,8 +4632,8 @@ }, "right": { "type": "ObjectExpression", - "start": 2308, - "end": 2463, + "start": 2413, + "end": 2574, "loc": { "start": { "line": 106, @@ -4647,8 +4647,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 2311, - "end": 2359, + "start": 2417, + "end": 2465, "loc": { "start": { "line": 107, @@ -4664,8 +4664,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2311, - "end": 2329, + "start": 2417, + "end": 2435, "loc": { "start": { "line": 107, @@ -4681,8 +4681,8 @@ }, "value": { "type": "StringLiteral", - "start": 2331, - "end": 2359, + "start": 2437, + "end": 2465, "loc": { "start": { "line": 107, @@ -4702,8 +4702,8 @@ }, { "type": "ObjectProperty", - "start": 2362, - "end": 2396, + "start": 2469, + "end": 2503, "loc": { "start": { "line": 108, @@ -4719,8 +4719,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2362, - "end": 2372, + "start": 2469, + "end": 2479, "loc": { "start": { "line": 108, @@ -4736,8 +4736,8 @@ }, "value": { "type": "StringLiteral", - "start": 2374, - "end": 2396, + "start": 2481, + "end": 2503, "loc": { "start": { "line": 108, @@ -4757,8 +4757,8 @@ }, { "type": "ObjectProperty", - "start": 2399, - "end": 2435, + "start": 2507, + "end": 2543, "loc": { "start": { "line": 109, @@ -4774,8 +4774,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2399, - "end": 2411, + "start": 2507, + "end": 2519, "loc": { "start": { "line": 109, @@ -4791,8 +4791,8 @@ }, "value": { "type": "StringLiteral", - "start": 2413, - "end": 2435, + "start": 2521, + "end": 2543, "loc": { "start": { "line": 109, @@ -4812,8 +4812,8 @@ }, { "type": "ObjectProperty", - "start": 2438, - "end": 2459, + "start": 2547, + "end": 2568, "loc": { "start": { "line": 110, @@ -4829,8 +4829,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2438, - "end": 2443, + "start": 2547, + "end": 2552, "loc": { "start": { "line": 110, @@ -4846,8 +4846,8 @@ }, "value": { "type": "StringLiteral", - "start": 2445, - "end": 2459, + "start": 2554, + "end": 2568, "loc": { "start": { "line": 110, @@ -4872,9 +4872,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Classnames for elements (wrappers, field groups and form fields)\n *\n * @type {{renderGroupWrapper: string, fieldWrapper: string}}\n ", - "start": 2142, - "end": 2282, + "value": "*\r\n * Classnames for elements (wrappers, field groups and form fields)\r\n *\r\n * @type {{renderGroupWrapper: string, fieldWrapper: string}}\r\n ", + "start": 2242, + "end": 2386, "loc": { "start": { "line": 101, @@ -4894,9 +4894,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Component for rendering an array of field configs\n ", - "start": 132, - "end": 192, + "value": "*\r\n * Component for rendering an array of field configs\r\n ", + "start": 136, + "end": 198, "loc": { "start": { "line": 5, @@ -4910,9 +4910,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Constructor for RenderGroup component\n\t * @param {Object} props\n\t ", - "start": 247, - "end": 323, + "value": "*\r\n\t * Constructor for RenderGroup component\r\n\t * @param {Object} props\r\n\t ", + "start": 257, + "end": 336, "loc": { "start": { "line": 11, @@ -4926,9 +4926,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Create components\n\t *\n\t * @return {Array}\n\t ", - "start": 427, - "end": 481, + "value": "*\r\n\t * Create components\r\n\t *\r\n\t * @return {Array}\r\n\t ", + "start": 446, + "end": 504, "loc": { "start": { "line": 20, @@ -4942,9 +4942,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t\t * Find config field ID/id\n\t\t *\n\t\t * @param {Object} configField\n\t\t * @return {boolean}\n\t\t ", - "start": 553, - "end": 652, + "value": "*\r\n\t\t * Find config field ID/id\r\n\t\t *\r\n\t\t * @param {Object} configField\r\n\t\t * @return {boolean}\r\n\t\t ", + "start": 580, + "end": 684, "loc": { "start": { "line": 28, @@ -4958,9 +4958,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Renderer for RenderGroup component\n\t *\n\t * @return {*}\n\t ", - "start": 1447, - "end": 1514, + "value": "*\r\n\t * Renderer for RenderGroup component\r\n\t *\r\n\t * @return {*}\r\n\t ", + "start": 1512, + "end": 1583, "loc": { "start": { "line": 66, @@ -4974,9 +4974,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definitions for RenderGroup component\n * @type {{configFields: *, className: shim}}\n ", - "start": 1889, - "end": 1988, + "value": "*\r\n * Prop definitions for RenderGroup component\r\n * @type {{configFields: *, className: shim}}\r\n ", + "start": 1978, + "end": 2080, "loc": { "start": { "line": 90, @@ -4990,9 +4990,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Classnames for elements (wrappers, field groups and form fields)\n *\n * @type {{renderGroupWrapper: string, fieldWrapper: string}}\n ", - "start": 2142, - "end": 2282, + "value": "*\r\n * Classnames for elements (wrappers, field groups and form fields)\r\n *\r\n * @type {{renderGroupWrapper: string, fieldWrapper: string}}\r\n ", + "start": 2242, + "end": 2386, "loc": { "start": { "line": 101, @@ -5154,8 +5154,8 @@ "updateContext": null }, "value": "import", - "start": 27, - "end": 33, + "start": 28, + "end": 34, "loc": { "start": { "line": 2, @@ -5180,8 +5180,8 @@ "binop": null }, "value": "propTypes", - "start": 34, - "end": 43, + "start": 35, + "end": 44, "loc": { "start": { "line": 2, @@ -5206,8 +5206,8 @@ "binop": null }, "value": "from", - "start": 44, - "end": 48, + "start": 45, + "end": 49, "loc": { "start": { "line": 2, @@ -5233,8 +5233,8 @@ "updateContext": null }, "value": "prop-types", - "start": 49, - "end": 61, + "start": 50, + "end": 62, "loc": { "start": { "line": 2, @@ -5259,8 +5259,8 @@ "binop": null, "updateContext": null }, - "start": 61, - "end": 62, + "start": 62, + "end": 63, "loc": { "start": { "line": 2, @@ -5287,8 +5287,8 @@ "updateContext": null }, "value": "import", - "start": 63, - "end": 69, + "start": 65, + "end": 71, "loc": { "start": { "line": 3, @@ -5312,8 +5312,8 @@ "postfix": false, "binop": null }, - "start": 70, - "end": 71, + "start": 72, + "end": 73, "loc": { "start": { "line": 3, @@ -5338,8 +5338,8 @@ "binop": null }, "value": "fieldSetFactory", - "start": 71, - "end": 86, + "start": 73, + "end": 88, "loc": { "start": { "line": 3, @@ -5363,8 +5363,8 @@ "postfix": false, "binop": null }, - "start": 86, - "end": 87, + "start": 88, + "end": 89, "loc": { "start": { "line": 3, @@ -5389,8 +5389,8 @@ "binop": null }, "value": "from", - "start": 88, - "end": 92, + "start": 90, + "end": 94, "loc": { "start": { "line": 3, @@ -5416,8 +5416,8 @@ "updateContext": null }, "value": "./fields/factories/fieldSetFactory", - "start": 93, - "end": 129, + "start": 95, + "end": 131, "loc": { "start": { "line": 3, @@ -5442,8 +5442,8 @@ "binop": null, "updateContext": null }, - "start": 129, - "end": 130, + "start": 131, + "end": 132, "loc": { "start": { "line": 3, @@ -5457,9 +5457,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Component for rendering an array of field configs\n ", - "start": 132, - "end": 192, + "value": "*\r\n * Component for rendering an array of field configs\r\n ", + "start": 136, + "end": 198, "loc": { "start": { "line": 5, @@ -5486,8 +5486,8 @@ "updateContext": null }, "value": "export", - "start": 193, - "end": 199, + "start": 200, + "end": 206, "loc": { "start": { "line": 8, @@ -5514,8 +5514,8 @@ "updateContext": null }, "value": "class", - "start": 200, - "end": 205, + "start": 207, + "end": 212, "loc": { "start": { "line": 8, @@ -5540,8 +5540,8 @@ "binop": null }, "value": "RenderGroup", - "start": 206, - "end": 217, + "start": 213, + "end": 224, "loc": { "start": { "line": 8, @@ -5568,8 +5568,8 @@ "updateContext": null }, "value": "extends", - "start": 218, - "end": 225, + "start": 225, + "end": 232, "loc": { "start": { "line": 8, @@ -5594,8 +5594,8 @@ "binop": null }, "value": "React", - "start": 226, - "end": 231, + "start": 233, + "end": 238, "loc": { "start": { "line": 8, @@ -5620,8 +5620,8 @@ "binop": null, "updateContext": null }, - "start": 231, - "end": 232, + "start": 238, + "end": 239, "loc": { "start": { "line": 8, @@ -5646,8 +5646,8 @@ "binop": null }, "value": "Component", - "start": 232, - "end": 241, + "start": 239, + "end": 248, "loc": { "start": { "line": 8, @@ -5671,8 +5671,8 @@ "postfix": false, "binop": null }, - "start": 242, - "end": 243, + "start": 249, + "end": 250, "loc": { "start": { "line": 8, @@ -5686,9 +5686,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Constructor for RenderGroup component\n\t * @param {Object} props\n\t ", - "start": 247, - "end": 323, + "value": "*\r\n\t * Constructor for RenderGroup component\r\n\t * @param {Object} props\r\n\t ", + "start": 257, + "end": 336, "loc": { "start": { "line": 11, @@ -5713,8 +5713,8 @@ "binop": null }, "value": "constructor", - "start": 325, - "end": 336, + "start": 339, + "end": 350, "loc": { "start": { "line": 15, @@ -5738,8 +5738,8 @@ "postfix": false, "binop": null }, - "start": 336, - "end": 337, + "start": 350, + "end": 351, "loc": { "start": { "line": 15, @@ -5764,8 +5764,8 @@ "binop": null }, "value": "props", - "start": 337, - "end": 342, + "start": 351, + "end": 356, "loc": { "start": { "line": 15, @@ -5789,8 +5789,8 @@ "postfix": false, "binop": null }, - "start": 342, - "end": 343, + "start": 356, + "end": 357, "loc": { "start": { "line": 15, @@ -5814,8 +5814,8 @@ "postfix": false, "binop": null }, - "start": 344, - "end": 345, + "start": 358, + "end": 359, "loc": { "start": { "line": 15, @@ -5842,8 +5842,8 @@ "updateContext": null }, "value": "super", - "start": 348, - "end": 353, + "start": 363, + "end": 368, "loc": { "start": { "line": 16, @@ -5867,8 +5867,8 @@ "postfix": false, "binop": null }, - "start": 353, - "end": 354, + "start": 368, + "end": 369, "loc": { "start": { "line": 16, @@ -5893,8 +5893,8 @@ "binop": null }, "value": "props", - "start": 354, - "end": 359, + "start": 369, + "end": 374, "loc": { "start": { "line": 16, @@ -5918,8 +5918,8 @@ "postfix": false, "binop": null }, - "start": 359, - "end": 360, + "start": 374, + "end": 375, "loc": { "start": { "line": 16, @@ -5944,8 +5944,8 @@ "binop": null, "updateContext": null }, - "start": 360, - "end": 361, + "start": 375, + "end": 376, "loc": { "start": { "line": 16, @@ -5972,8 +5972,8 @@ "updateContext": null }, "value": "this", - "start": 364, - "end": 368, + "start": 380, + "end": 384, "loc": { "start": { "line": 17, @@ -5998,8 +5998,8 @@ "binop": null, "updateContext": null }, - "start": 368, - "end": 369, + "start": 384, + "end": 385, "loc": { "start": { "line": 17, @@ -6024,8 +6024,8 @@ "binop": null }, "value": "createComponents", - "start": 369, - "end": 385, + "start": 385, + "end": 401, "loc": { "start": { "line": 17, @@ -6051,8 +6051,8 @@ "updateContext": null }, "value": "=", - "start": 386, - "end": 387, + "start": 402, + "end": 403, "loc": { "start": { "line": 17, @@ -6079,8 +6079,8 @@ "updateContext": null }, "value": "this", - "start": 388, - "end": 392, + "start": 404, + "end": 408, "loc": { "start": { "line": 17, @@ -6105,8 +6105,8 @@ "binop": null, "updateContext": null }, - "start": 392, - "end": 393, + "start": 408, + "end": 409, "loc": { "start": { "line": 17, @@ -6131,8 +6131,8 @@ "binop": null }, "value": "createComponents", - "start": 393, - "end": 409, + "start": 409, + "end": 425, "loc": { "start": { "line": 17, @@ -6157,8 +6157,8 @@ "binop": null, "updateContext": null }, - "start": 409, - "end": 410, + "start": 425, + "end": 426, "loc": { "start": { "line": 17, @@ -6183,8 +6183,8 @@ "binop": null }, "value": "bind", - "start": 410, - "end": 414, + "start": 426, + "end": 430, "loc": { "start": { "line": 17, @@ -6208,8 +6208,8 @@ "postfix": false, "binop": null }, - "start": 414, - "end": 415, + "start": 430, + "end": 431, "loc": { "start": { "line": 17, @@ -6236,8 +6236,8 @@ "updateContext": null }, "value": "this", - "start": 415, - "end": 419, + "start": 431, + "end": 435, "loc": { "start": { "line": 17, @@ -6261,8 +6261,8 @@ "postfix": false, "binop": null }, - "start": 419, - "end": 420, + "start": 435, + "end": 436, "loc": { "start": { "line": 17, @@ -6287,8 +6287,8 @@ "binop": null, "updateContext": null }, - "start": 420, - "end": 421, + "start": 436, + "end": 437, "loc": { "start": { "line": 17, @@ -6312,8 +6312,8 @@ "postfix": false, "binop": null }, - "start": 423, - "end": 424, + "start": 440, + "end": 441, "loc": { "start": { "line": 18, @@ -6327,9 +6327,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Create components\n\t *\n\t * @return {Array}\n\t ", - "start": 427, - "end": 481, + "value": "*\r\n\t * Create components\r\n\t *\r\n\t * @return {Array}\r\n\t ", + "start": 446, + "end": 504, "loc": { "start": { "line": 20, @@ -6354,8 +6354,8 @@ "binop": null }, "value": "createComponents", - "start": 483, - "end": 499, + "start": 507, + "end": 523, "loc": { "start": { "line": 25, @@ -6379,8 +6379,8 @@ "postfix": false, "binop": null }, - "start": 499, - "end": 500, + "start": 523, + "end": 524, "loc": { "start": { "line": 25, @@ -6404,8 +6404,8 @@ "postfix": false, "binop": null }, - "start": 500, - "end": 501, + "start": 524, + "end": 525, "loc": { "start": { "line": 25, @@ -6429,8 +6429,8 @@ "postfix": false, "binop": null }, - "start": 502, - "end": 503, + "start": 526, + "end": 527, "loc": { "start": { "line": 25, @@ -6457,8 +6457,8 @@ "updateContext": null }, "value": "let", - "start": 506, - "end": 509, + "start": 531, + "end": 534, "loc": { "start": { "line": 26, @@ -6483,8 +6483,8 @@ "binop": null }, "value": "configFields", - "start": 510, - "end": 522, + "start": 535, + "end": 547, "loc": { "start": { "line": 26, @@ -6510,8 +6510,8 @@ "updateContext": null }, "value": "=", - "start": 523, - "end": 524, + "start": 548, + "end": 549, "loc": { "start": { "line": 26, @@ -6538,8 +6538,8 @@ "updateContext": null }, "value": "this", - "start": 525, - "end": 529, + "start": 550, + "end": 554, "loc": { "start": { "line": 26, @@ -6564,8 +6564,8 @@ "binop": null, "updateContext": null }, - "start": 529, - "end": 530, + "start": 554, + "end": 555, "loc": { "start": { "line": 26, @@ -6590,8 +6590,8 @@ "binop": null }, "value": "props", - "start": 530, - "end": 535, + "start": 555, + "end": 560, "loc": { "start": { "line": 26, @@ -6616,8 +6616,8 @@ "binop": null, "updateContext": null }, - "start": 535, - "end": 536, + "start": 560, + "end": 561, "loc": { "start": { "line": 26, @@ -6642,8 +6642,8 @@ "binop": null }, "value": "configFields", - "start": 536, - "end": 548, + "start": 561, + "end": 573, "loc": { "start": { "line": 26, @@ -6668,8 +6668,8 @@ "binop": null, "updateContext": null }, - "start": 548, - "end": 549, + "start": 573, + "end": 574, "loc": { "start": { "line": 26, @@ -6683,9 +6683,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t\t * Find config field ID/id\n\t\t *\n\t\t * @param {Object} configField\n\t\t * @return {boolean}\n\t\t ", - "start": 553, - "end": 652, + "value": "*\r\n\t\t * Find config field ID/id\r\n\t\t *\r\n\t\t * @param {Object} configField\r\n\t\t * @return {boolean}\r\n\t\t ", + "start": 580, + "end": 684, "loc": { "start": { "line": 28, @@ -6711,8 +6711,8 @@ "binop": null }, "value": "function", - "start": 655, - "end": 663, + "start": 688, + "end": 696, "loc": { "start": { "line": 34, @@ -6737,8 +6737,8 @@ "binop": null }, "value": "findFieldId", - "start": 664, - "end": 675, + "start": 697, + "end": 708, "loc": { "start": { "line": 34, @@ -6762,8 +6762,8 @@ "postfix": false, "binop": null }, - "start": 675, - "end": 676, + "start": 708, + "end": 709, "loc": { "start": { "line": 34, @@ -6788,8 +6788,8 @@ "binop": null }, "value": "configField", - "start": 676, - "end": 687, + "start": 709, + "end": 720, "loc": { "start": { "line": 34, @@ -6813,8 +6813,8 @@ "postfix": false, "binop": null }, - "start": 687, - "end": 688, + "start": 720, + "end": 721, "loc": { "start": { "line": 34, @@ -6838,8 +6838,8 @@ "postfix": false, "binop": null }, - "start": 689, - "end": 690, + "start": 722, + "end": 723, "loc": { "start": { "line": 34, @@ -6866,8 +6866,8 @@ "updateContext": null }, "value": "return", - "start": 694, - "end": 700, + "start": 728, + "end": 734, "loc": { "start": { "line": 35, @@ -6892,8 +6892,8 @@ "binop": null }, "value": "configField", - "start": 701, - "end": 712, + "start": 735, + "end": 746, "loc": { "start": { "line": 35, @@ -6918,8 +6918,8 @@ "binop": null, "updateContext": null }, - "start": 712, - "end": 713, + "start": 746, + "end": 747, "loc": { "start": { "line": 35, @@ -6944,8 +6944,8 @@ "binop": null }, "value": "ID", - "start": 713, - "end": 715, + "start": 747, + "end": 749, "loc": { "start": { "line": 35, @@ -6970,8 +6970,8 @@ "binop": null, "updateContext": null }, - "start": 716, - "end": 717, + "start": 750, + "end": 751, "loc": { "start": { "line": 35, @@ -6996,8 +6996,8 @@ "binop": null }, "value": "configField", - "start": 718, - "end": 729, + "start": 752, + "end": 763, "loc": { "start": { "line": 35, @@ -7022,8 +7022,8 @@ "binop": null, "updateContext": null }, - "start": 729, - "end": 730, + "start": 763, + "end": 764, "loc": { "start": { "line": 35, @@ -7048,8 +7048,8 @@ "binop": null }, "value": "ID", - "start": 730, - "end": 732, + "start": 764, + "end": 766, "loc": { "start": { "line": 35, @@ -7074,8 +7074,8 @@ "binop": null, "updateContext": null }, - "start": 733, - "end": 734, + "start": 767, + "end": 768, "loc": { "start": { "line": 35, @@ -7100,8 +7100,8 @@ "binop": null }, "value": "configField", - "start": 735, - "end": 746, + "start": 769, + "end": 780, "loc": { "start": { "line": 35, @@ -7126,8 +7126,8 @@ "binop": null, "updateContext": null }, - "start": 746, - "end": 747, + "start": 780, + "end": 781, "loc": { "start": { "line": 35, @@ -7152,8 +7152,8 @@ "binop": null }, "value": "id", - "start": 747, - "end": 749, + "start": 781, + "end": 783, "loc": { "start": { "line": 35, @@ -7178,8 +7178,8 @@ "binop": null, "updateContext": null }, - "start": 750, - "end": 751, + "start": 784, + "end": 785, "loc": { "start": { "line": 35, @@ -7204,8 +7204,8 @@ "binop": null }, "value": "configField", - "start": 752, - "end": 763, + "start": 786, + "end": 797, "loc": { "start": { "line": 35, @@ -7230,8 +7230,8 @@ "binop": null, "updateContext": null }, - "start": 763, - "end": 764, + "start": 797, + "end": 798, "loc": { "start": { "line": 35, @@ -7256,8 +7256,8 @@ "binop": null }, "value": "id", - "start": 764, - "end": 766, + "start": 798, + "end": 800, "loc": { "start": { "line": 35, @@ -7282,8 +7282,8 @@ "binop": null, "updateContext": null }, - "start": 767, - "end": 768, + "start": 801, + "end": 802, "loc": { "start": { "line": 35, @@ -7310,8 +7310,8 @@ "updateContext": null }, "value": "false", - "start": 769, - "end": 774, + "start": 803, + "end": 808, "loc": { "start": { "line": 35, @@ -7336,8 +7336,8 @@ "binop": null, "updateContext": null }, - "start": 774, - "end": 775, + "start": 808, + "end": 809, "loc": { "start": { "line": 35, @@ -7361,8 +7361,8 @@ "postfix": false, "binop": null }, - "start": 778, - "end": 779, + "start": 813, + "end": 814, "loc": { "start": { "line": 36, @@ -7389,8 +7389,8 @@ "updateContext": null }, "value": "if", - "start": 783, - "end": 785, + "start": 820, + "end": 822, "loc": { "start": { "line": 38, @@ -7414,8 +7414,8 @@ "postfix": false, "binop": null }, - "start": 785, - "end": 786, + "start": 822, + "end": 823, "loc": { "start": { "line": 38, @@ -7441,8 +7441,8 @@ "updateContext": null }, "value": "function", - "start": 787, - "end": 797, + "start": 824, + "end": 834, "loc": { "start": { "line": 38, @@ -7468,8 +7468,8 @@ "updateContext": null }, "value": "===", - "start": 798, - "end": 801, + "start": 835, + "end": 838, "loc": { "start": { "line": 38, @@ -7496,8 +7496,8 @@ "updateContext": null }, "value": "typeof", - "start": 802, - "end": 808, + "start": 839, + "end": 845, "loc": { "start": { "line": 38, @@ -7524,8 +7524,8 @@ "updateContext": null }, "value": "this", - "start": 809, - "end": 813, + "start": 846, + "end": 850, "loc": { "start": { "line": 38, @@ -7550,8 +7550,8 @@ "binop": null, "updateContext": null }, - "start": 813, - "end": 814, + "start": 850, + "end": 851, "loc": { "start": { "line": 38, @@ -7576,8 +7576,8 @@ "binop": null }, "value": "props", - "start": 814, - "end": 819, + "start": 851, + "end": 856, "loc": { "start": { "line": 38, @@ -7602,8 +7602,8 @@ "binop": null, "updateContext": null }, - "start": 819, - "end": 820, + "start": 856, + "end": 857, "loc": { "start": { "line": 38, @@ -7628,8 +7628,8 @@ "binop": null }, "value": "onBlur", - "start": 820, - "end": 826, + "start": 857, + "end": 863, "loc": { "start": { "line": 38, @@ -7653,8 +7653,8 @@ "postfix": false, "binop": null }, - "start": 828, - "end": 829, + "start": 865, + "end": 866, "loc": { "start": { "line": 38, @@ -7678,8 +7678,8 @@ "postfix": false, "binop": null }, - "start": 829, - "end": 830, + "start": 866, + "end": 867, "loc": { "start": { "line": 38, @@ -7704,8 +7704,8 @@ "binop": null }, "value": "configFields", - "start": 834, - "end": 846, + "start": 872, + "end": 884, "loc": { "start": { "line": 39, @@ -7730,8 +7730,8 @@ "binop": null, "updateContext": null }, - "start": 846, - "end": 847, + "start": 884, + "end": 885, "loc": { "start": { "line": 39, @@ -7756,8 +7756,8 @@ "binop": null }, "value": "forEach", - "start": 847, - "end": 854, + "start": 885, + "end": 892, "loc": { "start": { "line": 39, @@ -7781,8 +7781,8 @@ "postfix": false, "binop": null }, - "start": 854, - "end": 855, + "start": 892, + "end": 893, "loc": { "start": { "line": 39, @@ -7806,8 +7806,8 @@ "postfix": false, "binop": null }, - "start": 855, - "end": 856, + "start": 893, + "end": 894, "loc": { "start": { "line": 39, @@ -7832,8 +7832,8 @@ "binop": null }, "value": "configField", - "start": 856, - "end": 867, + "start": 894, + "end": 905, "loc": { "start": { "line": 39, @@ -7858,8 +7858,8 @@ "binop": null, "updateContext": null }, - "start": 867, - "end": 868, + "start": 905, + "end": 906, "loc": { "start": { "line": 39, @@ -7884,8 +7884,8 @@ "binop": null }, "value": "configFieldIndex", - "start": 869, - "end": 885, + "start": 907, + "end": 923, "loc": { "start": { "line": 39, @@ -7909,8 +7909,8 @@ "postfix": false, "binop": null }, - "start": 886, - "end": 887, + "start": 924, + "end": 925, "loc": { "start": { "line": 39, @@ -7935,8 +7935,8 @@ "binop": null, "updateContext": null }, - "start": 888, - "end": 890, + "start": 926, + "end": 928, "loc": { "start": { "line": 39, @@ -7960,8 +7960,8 @@ "postfix": false, "binop": null }, - "start": 891, - "end": 892, + "start": 929, + "end": 930, "loc": { "start": { "line": 39, @@ -7988,8 +7988,8 @@ "updateContext": null }, "value": "const", - "start": 897, - "end": 902, + "start": 936, + "end": 941, "loc": { "start": { "line": 40, @@ -8014,8 +8014,8 @@ "binop": null }, "value": "configFieldId", - "start": 903, - "end": 916, + "start": 942, + "end": 955, "loc": { "start": { "line": 40, @@ -8041,8 +8041,8 @@ "updateContext": null }, "value": "=", - "start": 917, - "end": 918, + "start": 956, + "end": 957, "loc": { "start": { "line": 40, @@ -8067,8 +8067,8 @@ "binop": null }, "value": "findFieldId", - "start": 919, - "end": 930, + "start": 958, + "end": 969, "loc": { "start": { "line": 40, @@ -8092,8 +8092,8 @@ "postfix": false, "binop": null }, - "start": 930, - "end": 931, + "start": 969, + "end": 970, "loc": { "start": { "line": 40, @@ -8118,8 +8118,8 @@ "binop": null }, "value": "configField", - "start": 931, - "end": 942, + "start": 970, + "end": 981, "loc": { "start": { "line": 40, @@ -8143,8 +8143,8 @@ "postfix": false, "binop": null }, - "start": 942, - "end": 943, + "start": 981, + "end": 982, "loc": { "start": { "line": 40, @@ -8169,8 +8169,8 @@ "binop": null, "updateContext": null }, - "start": 943, - "end": 944, + "start": 982, + "end": 983, "loc": { "start": { "line": 40, @@ -8197,8 +8197,8 @@ "updateContext": null }, "value": "if", - "start": 949, - "end": 951, + "start": 989, + "end": 991, "loc": { "start": { "line": 41, @@ -8222,8 +8222,8 @@ "postfix": false, "binop": null }, - "start": 951, - "end": 952, + "start": 991, + "end": 992, "loc": { "start": { "line": 41, @@ -8248,8 +8248,8 @@ "binop": null }, "value": "configFieldId", - "start": 953, - "end": 966, + "start": 993, + "end": 1006, "loc": { "start": { "line": 41, @@ -8273,8 +8273,8 @@ "postfix": false, "binop": null }, - "start": 967, - "end": 968, + "start": 1007, + "end": 1008, "loc": { "start": { "line": 41, @@ -8298,8 +8298,8 @@ "postfix": false, "binop": null }, - "start": 968, - "end": 969, + "start": 1008, + "end": 1009, "loc": { "start": { "line": 41, @@ -8324,8 +8324,8 @@ "binop": null }, "value": "configFields", - "start": 975, - "end": 987, + "start": 1016, + "end": 1028, "loc": { "start": { "line": 42, @@ -8350,8 +8350,8 @@ "binop": null, "updateContext": null }, - "start": 987, - "end": 988, + "start": 1028, + "end": 1029, "loc": { "start": { "line": 42, @@ -8376,8 +8376,8 @@ "binop": null }, "value": "configFieldIndex", - "start": 988, - "end": 1004, + "start": 1029, + "end": 1045, "loc": { "start": { "line": 42, @@ -8402,8 +8402,8 @@ "binop": null, "updateContext": null }, - "start": 1004, - "end": 1005, + "start": 1045, + "end": 1046, "loc": { "start": { "line": 42, @@ -8428,8 +8428,8 @@ "binop": null, "updateContext": null }, - "start": 1005, - "end": 1006, + "start": 1046, + "end": 1047, "loc": { "start": { "line": 42, @@ -8454,8 +8454,8 @@ "binop": null }, "value": "onBlur", - "start": 1006, - "end": 1012, + "start": 1047, + "end": 1053, "loc": { "start": { "line": 42, @@ -8481,8 +8481,8 @@ "updateContext": null }, "value": "=", - "start": 1013, - "end": 1014, + "start": 1054, + "end": 1055, "loc": { "start": { "line": 42, @@ -8506,8 +8506,8 @@ "postfix": false, "binop": null }, - "start": 1015, - "end": 1016, + "start": 1056, + "end": 1057, "loc": { "start": { "line": 42, @@ -8531,8 +8531,8 @@ "postfix": false, "binop": null }, - "start": 1016, - "end": 1017, + "start": 1057, + "end": 1058, "loc": { "start": { "line": 42, @@ -8557,8 +8557,8 @@ "binop": null, "updateContext": null }, - "start": 1018, - "end": 1020, + "start": 1059, + "end": 1061, "loc": { "start": { "line": 42, @@ -8582,8 +8582,8 @@ "postfix": false, "binop": null }, - "start": 1021, - "end": 1022, + "start": 1062, + "end": 1063, "loc": { "start": { "line": 42, @@ -8610,8 +8610,8 @@ "updateContext": null }, "value": "this", - "start": 1029, - "end": 1033, + "start": 1071, + "end": 1075, "loc": { "start": { "line": 43, @@ -8636,8 +8636,8 @@ "binop": null, "updateContext": null }, - "start": 1033, - "end": 1034, + "start": 1075, + "end": 1076, "loc": { "start": { "line": 43, @@ -8662,8 +8662,8 @@ "binop": null }, "value": "props", - "start": 1034, - "end": 1039, + "start": 1076, + "end": 1081, "loc": { "start": { "line": 43, @@ -8688,8 +8688,8 @@ "binop": null, "updateContext": null }, - "start": 1039, - "end": 1040, + "start": 1081, + "end": 1082, "loc": { "start": { "line": 43, @@ -8714,8 +8714,8 @@ "binop": null }, "value": "onBlur", - "start": 1040, - "end": 1046, + "start": 1082, + "end": 1088, "loc": { "start": { "line": 43, @@ -8739,8 +8739,8 @@ "postfix": false, "binop": null }, - "start": 1046, - "end": 1047, + "start": 1088, + "end": 1089, "loc": { "start": { "line": 43, @@ -8765,8 +8765,8 @@ "binop": null }, "value": "configFieldId", - "start": 1047, - "end": 1060, + "start": 1089, + "end": 1102, "loc": { "start": { "line": 43, @@ -8790,8 +8790,8 @@ "postfix": false, "binop": null }, - "start": 1060, - "end": 1061, + "start": 1102, + "end": 1103, "loc": { "start": { "line": 43, @@ -8816,8 +8816,8 @@ "binop": null, "updateContext": null }, - "start": 1061, - "end": 1062, + "start": 1103, + "end": 1104, "loc": { "start": { "line": 43, @@ -8841,8 +8841,8 @@ "postfix": false, "binop": null }, - "start": 1068, - "end": 1069, + "start": 1111, + "end": 1112, "loc": { "start": { "line": 44, @@ -8867,8 +8867,8 @@ "binop": null, "updateContext": null }, - "start": 1069, - "end": 1070, + "start": 1112, + "end": 1113, "loc": { "start": { "line": 44, @@ -8892,8 +8892,8 @@ "postfix": false, "binop": null }, - "start": 1076, - "end": 1077, + "start": 1121, + "end": 1122, "loc": { "start": { "line": 46, @@ -8917,8 +8917,8 @@ "postfix": false, "binop": null }, - "start": 1082, - "end": 1083, + "start": 1129, + "end": 1130, "loc": { "start": { "line": 48, @@ -8942,8 +8942,8 @@ "postfix": false, "binop": null }, - "start": 1083, - "end": 1084, + "start": 1130, + "end": 1131, "loc": { "start": { "line": 48, @@ -8968,8 +8968,8 @@ "binop": null, "updateContext": null }, - "start": 1084, - "end": 1085, + "start": 1131, + "end": 1132, "loc": { "start": { "line": 48, @@ -8993,8 +8993,8 @@ "postfix": false, "binop": null }, - "start": 1089, - "end": 1090, + "start": 1138, + "end": 1139, "loc": { "start": { "line": 50, @@ -9021,8 +9021,8 @@ "updateContext": null }, "value": "if", - "start": 1093, - "end": 1095, + "start": 1143, + "end": 1145, "loc": { "start": { "line": 51, @@ -9046,8 +9046,8 @@ "postfix": false, "binop": null }, - "start": 1095, - "end": 1096, + "start": 1145, + "end": 1146, "loc": { "start": { "line": 51, @@ -9073,8 +9073,8 @@ "updateContext": null }, "value": "function", - "start": 1097, - "end": 1107, + "start": 1147, + "end": 1157, "loc": { "start": { "line": 51, @@ -9100,8 +9100,8 @@ "updateContext": null }, "value": "===", - "start": 1108, - "end": 1111, + "start": 1158, + "end": 1161, "loc": { "start": { "line": 51, @@ -9128,8 +9128,8 @@ "updateContext": null }, "value": "typeof", - "start": 1112, - "end": 1118, + "start": 1162, + "end": 1168, "loc": { "start": { "line": 51, @@ -9156,8 +9156,8 @@ "updateContext": null }, "value": "this", - "start": 1119, - "end": 1123, + "start": 1169, + "end": 1173, "loc": { "start": { "line": 51, @@ -9182,8 +9182,8 @@ "binop": null, "updateContext": null }, - "start": 1123, - "end": 1124, + "start": 1173, + "end": 1174, "loc": { "start": { "line": 51, @@ -9208,8 +9208,8 @@ "binop": null }, "value": "props", - "start": 1124, - "end": 1129, + "start": 1174, + "end": 1179, "loc": { "start": { "line": 51, @@ -9234,8 +9234,8 @@ "binop": null, "updateContext": null }, - "start": 1129, - "end": 1130, + "start": 1179, + "end": 1180, "loc": { "start": { "line": 51, @@ -9260,8 +9260,8 @@ "binop": null }, "value": "onFocus", - "start": 1130, - "end": 1137, + "start": 1180, + "end": 1187, "loc": { "start": { "line": 51, @@ -9285,8 +9285,8 @@ "postfix": false, "binop": null }, - "start": 1138, - "end": 1139, + "start": 1188, + "end": 1189, "loc": { "start": { "line": 51, @@ -9310,8 +9310,8 @@ "postfix": false, "binop": null }, - "start": 1139, - "end": 1140, + "start": 1189, + "end": 1190, "loc": { "start": { "line": 51, @@ -9336,8 +9336,8 @@ "binop": null }, "value": "configFields", - "start": 1144, - "end": 1156, + "start": 1195, + "end": 1207, "loc": { "start": { "line": 52, @@ -9362,8 +9362,8 @@ "binop": null, "updateContext": null }, - "start": 1156, - "end": 1157, + "start": 1207, + "end": 1208, "loc": { "start": { "line": 52, @@ -9388,8 +9388,8 @@ "binop": null }, "value": "forEach", - "start": 1157, - "end": 1164, + "start": 1208, + "end": 1215, "loc": { "start": { "line": 52, @@ -9413,8 +9413,8 @@ "postfix": false, "binop": null }, - "start": 1164, - "end": 1165, + "start": 1215, + "end": 1216, "loc": { "start": { "line": 52, @@ -9438,8 +9438,8 @@ "postfix": false, "binop": null }, - "start": 1165, - "end": 1166, + "start": 1216, + "end": 1217, "loc": { "start": { "line": 52, @@ -9464,8 +9464,8 @@ "binop": null }, "value": "configField", - "start": 1166, - "end": 1177, + "start": 1217, + "end": 1228, "loc": { "start": { "line": 52, @@ -9490,8 +9490,8 @@ "binop": null, "updateContext": null }, - "start": 1177, - "end": 1178, + "start": 1228, + "end": 1229, "loc": { "start": { "line": 52, @@ -9516,8 +9516,8 @@ "binop": null }, "value": "configFieldIndex", - "start": 1179, - "end": 1195, + "start": 1230, + "end": 1246, "loc": { "start": { "line": 52, @@ -9541,8 +9541,8 @@ "postfix": false, "binop": null }, - "start": 1196, - "end": 1197, + "start": 1247, + "end": 1248, "loc": { "start": { "line": 52, @@ -9567,8 +9567,8 @@ "binop": null, "updateContext": null }, - "start": 1198, - "end": 1200, + "start": 1249, + "end": 1251, "loc": { "start": { "line": 52, @@ -9592,8 +9592,8 @@ "postfix": false, "binop": null }, - "start": 1201, - "end": 1202, + "start": 1252, + "end": 1253, "loc": { "start": { "line": 52, @@ -9620,8 +9620,8 @@ "updateContext": null }, "value": "const", - "start": 1207, - "end": 1212, + "start": 1259, + "end": 1264, "loc": { "start": { "line": 53, @@ -9646,8 +9646,8 @@ "binop": null }, "value": "configFieldId", - "start": 1213, - "end": 1226, + "start": 1265, + "end": 1278, "loc": { "start": { "line": 53, @@ -9673,8 +9673,8 @@ "updateContext": null }, "value": "=", - "start": 1227, - "end": 1228, + "start": 1279, + "end": 1280, "loc": { "start": { "line": 53, @@ -9699,8 +9699,8 @@ "binop": null }, "value": "findFieldId", - "start": 1229, - "end": 1240, + "start": 1281, + "end": 1292, "loc": { "start": { "line": 53, @@ -9724,8 +9724,8 @@ "postfix": false, "binop": null }, - "start": 1240, - "end": 1241, + "start": 1292, + "end": 1293, "loc": { "start": { "line": 53, @@ -9750,8 +9750,8 @@ "binop": null }, "value": "configField", - "start": 1241, - "end": 1252, + "start": 1293, + "end": 1304, "loc": { "start": { "line": 53, @@ -9775,8 +9775,8 @@ "postfix": false, "binop": null }, - "start": 1252, - "end": 1253, + "start": 1304, + "end": 1305, "loc": { "start": { "line": 53, @@ -9801,8 +9801,8 @@ "binop": null, "updateContext": null }, - "start": 1253, - "end": 1254, + "start": 1305, + "end": 1306, "loc": { "start": { "line": 53, @@ -9829,8 +9829,8 @@ "updateContext": null }, "value": "if", - "start": 1259, - "end": 1261, + "start": 1312, + "end": 1314, "loc": { "start": { "line": 54, @@ -9854,8 +9854,8 @@ "postfix": false, "binop": null }, - "start": 1261, - "end": 1262, + "start": 1314, + "end": 1315, "loc": { "start": { "line": 54, @@ -9880,8 +9880,8 @@ "binop": null }, "value": "configFieldId", - "start": 1263, - "end": 1276, + "start": 1316, + "end": 1329, "loc": { "start": { "line": 54, @@ -9905,8 +9905,8 @@ "postfix": false, "binop": null }, - "start": 1277, - "end": 1278, + "start": 1330, + "end": 1331, "loc": { "start": { "line": 54, @@ -9930,8 +9930,8 @@ "postfix": false, "binop": null }, - "start": 1278, - "end": 1279, + "start": 1331, + "end": 1332, "loc": { "start": { "line": 54, @@ -9956,8 +9956,8 @@ "binop": null }, "value": "configFields", - "start": 1285, - "end": 1297, + "start": 1339, + "end": 1351, "loc": { "start": { "line": 55, @@ -9982,8 +9982,8 @@ "binop": null, "updateContext": null }, - "start": 1297, - "end": 1298, + "start": 1351, + "end": 1352, "loc": { "start": { "line": 55, @@ -10008,8 +10008,8 @@ "binop": null }, "value": "configFieldIndex", - "start": 1298, - "end": 1314, + "start": 1352, + "end": 1368, "loc": { "start": { "line": 55, @@ -10034,8 +10034,8 @@ "binop": null, "updateContext": null }, - "start": 1314, - "end": 1315, + "start": 1368, + "end": 1369, "loc": { "start": { "line": 55, @@ -10060,8 +10060,8 @@ "binop": null, "updateContext": null }, - "start": 1315, - "end": 1316, + "start": 1369, + "end": 1370, "loc": { "start": { "line": 55, @@ -10086,8 +10086,8 @@ "binop": null }, "value": "onFocus", - "start": 1316, - "end": 1323, + "start": 1370, + "end": 1377, "loc": { "start": { "line": 55, @@ -10113,8 +10113,8 @@ "updateContext": null }, "value": "=", - "start": 1324, - "end": 1325, + "start": 1378, + "end": 1379, "loc": { "start": { "line": 55, @@ -10138,8 +10138,8 @@ "postfix": false, "binop": null }, - "start": 1326, - "end": 1327, + "start": 1380, + "end": 1381, "loc": { "start": { "line": 55, @@ -10163,8 +10163,8 @@ "postfix": false, "binop": null }, - "start": 1327, - "end": 1328, + "start": 1381, + "end": 1382, "loc": { "start": { "line": 55, @@ -10189,8 +10189,8 @@ "binop": null, "updateContext": null }, - "start": 1329, - "end": 1331, + "start": 1383, + "end": 1385, "loc": { "start": { "line": 55, @@ -10214,8 +10214,8 @@ "postfix": false, "binop": null }, - "start": 1332, - "end": 1333, + "start": 1386, + "end": 1387, "loc": { "start": { "line": 55, @@ -10242,8 +10242,8 @@ "updateContext": null }, "value": "this", - "start": 1340, - "end": 1344, + "start": 1395, + "end": 1399, "loc": { "start": { "line": 56, @@ -10268,8 +10268,8 @@ "binop": null, "updateContext": null }, - "start": 1344, - "end": 1345, + "start": 1399, + "end": 1400, "loc": { "start": { "line": 56, @@ -10294,8 +10294,8 @@ "binop": null }, "value": "props", - "start": 1345, - "end": 1350, + "start": 1400, + "end": 1405, "loc": { "start": { "line": 56, @@ -10320,8 +10320,8 @@ "binop": null, "updateContext": null }, - "start": 1350, - "end": 1351, + "start": 1405, + "end": 1406, "loc": { "start": { "line": 56, @@ -10346,8 +10346,8 @@ "binop": null }, "value": "onFocus", - "start": 1351, - "end": 1358, + "start": 1406, + "end": 1413, "loc": { "start": { "line": 56, @@ -10371,8 +10371,8 @@ "postfix": false, "binop": null }, - "start": 1358, - "end": 1359, + "start": 1413, + "end": 1414, "loc": { "start": { "line": 56, @@ -10397,8 +10397,8 @@ "binop": null }, "value": "configFieldId", - "start": 1359, - "end": 1372, + "start": 1414, + "end": 1427, "loc": { "start": { "line": 56, @@ -10422,8 +10422,8 @@ "postfix": false, "binop": null }, - "start": 1372, - "end": 1373, + "start": 1427, + "end": 1428, "loc": { "start": { "line": 56, @@ -10448,8 +10448,8 @@ "binop": null, "updateContext": null }, - "start": 1373, - "end": 1374, + "start": 1428, + "end": 1429, "loc": { "start": { "line": 56, @@ -10473,8 +10473,8 @@ "postfix": false, "binop": null }, - "start": 1380, - "end": 1381, + "start": 1436, + "end": 1437, "loc": { "start": { "line": 57, @@ -10499,8 +10499,8 @@ "binop": null, "updateContext": null }, - "start": 1381, - "end": 1382, + "start": 1437, + "end": 1438, "loc": { "start": { "line": 57, @@ -10524,8 +10524,8 @@ "postfix": false, "binop": null }, - "start": 1388, - "end": 1389, + "start": 1446, + "end": 1447, "loc": { "start": { "line": 59, @@ -10549,8 +10549,8 @@ "postfix": false, "binop": null }, - "start": 1394, - "end": 1395, + "start": 1454, + "end": 1455, "loc": { "start": { "line": 61, @@ -10574,8 +10574,8 @@ "postfix": false, "binop": null }, - "start": 1395, - "end": 1396, + "start": 1455, + "end": 1456, "loc": { "start": { "line": 61, @@ -10600,8 +10600,8 @@ "binop": null, "updateContext": null }, - "start": 1396, - "end": 1397, + "start": 1456, + "end": 1457, "loc": { "start": { "line": 61, @@ -10625,8 +10625,8 @@ "postfix": false, "binop": null }, - "start": 1400, - "end": 1401, + "start": 1461, + "end": 1462, "loc": { "start": { "line": 62, @@ -10653,8 +10653,8 @@ "updateContext": null }, "value": "return", - "start": 1404, - "end": 1410, + "start": 1466, + "end": 1472, "loc": { "start": { "line": 63, @@ -10679,8 +10679,8 @@ "binop": null }, "value": "fieldSetFactory", - "start": 1411, - "end": 1426, + "start": 1473, + "end": 1488, "loc": { "start": { "line": 63, @@ -10704,8 +10704,8 @@ "postfix": false, "binop": null }, - "start": 1426, - "end": 1427, + "start": 1488, + "end": 1489, "loc": { "start": { "line": 63, @@ -10730,8 +10730,8 @@ "binop": null }, "value": "configFields", - "start": 1427, - "end": 1439, + "start": 1489, + "end": 1501, "loc": { "start": { "line": 63, @@ -10755,8 +10755,8 @@ "postfix": false, "binop": null }, - "start": 1439, - "end": 1440, + "start": 1501, + "end": 1502, "loc": { "start": { "line": 63, @@ -10781,8 +10781,8 @@ "binop": null, "updateContext": null }, - "start": 1440, - "end": 1441, + "start": 1502, + "end": 1503, "loc": { "start": { "line": 63, @@ -10806,8 +10806,8 @@ "postfix": false, "binop": null }, - "start": 1443, - "end": 1444, + "start": 1506, + "end": 1507, "loc": { "start": { "line": 64, @@ -10821,9 +10821,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Renderer for RenderGroup component\n\t *\n\t * @return {*}\n\t ", - "start": 1447, - "end": 1514, + "value": "*\r\n\t * Renderer for RenderGroup component\r\n\t *\r\n\t * @return {*}\r\n\t ", + "start": 1512, + "end": 1583, "loc": { "start": { "line": 66, @@ -10848,8 +10848,8 @@ "binop": null }, "value": "render", - "start": 1516, - "end": 1522, + "start": 1586, + "end": 1592, "loc": { "start": { "line": 71, @@ -10873,8 +10873,8 @@ "postfix": false, "binop": null }, - "start": 1522, - "end": 1523, + "start": 1592, + "end": 1593, "loc": { "start": { "line": 71, @@ -10898,8 +10898,8 @@ "postfix": false, "binop": null }, - "start": 1523, - "end": 1524, + "start": 1593, + "end": 1594, "loc": { "start": { "line": 71, @@ -10923,8 +10923,8 @@ "postfix": false, "binop": null }, - "start": 1525, - "end": 1526, + "start": 1595, + "end": 1596, "loc": { "start": { "line": 71, @@ -10951,8 +10951,8 @@ "updateContext": null }, "value": "return", - "start": 1529, - "end": 1535, + "start": 1600, + "end": 1606, "loc": { "start": { "line": 72, @@ -10976,8 +10976,8 @@ "postfix": false, "binop": null }, - "start": 1536, - "end": 1537, + "start": 1607, + "end": 1608, "loc": { "start": { "line": 72, @@ -11001,8 +11001,8 @@ "postfix": false, "binop": null }, - "start": 1541, - "end": 1542, + "start": 1613, + "end": 1614, "loc": { "start": { "line": 73, @@ -11028,8 +11028,8 @@ "updateContext": null }, "value": "div", - "start": 1542, - "end": 1545, + "start": 1614, + "end": 1617, "loc": { "start": { "line": 73, @@ -11055,8 +11055,8 @@ "updateContext": null }, "value": "className", - "start": 1550, - "end": 1559, + "start": 1623, + "end": 1632, "loc": { "start": { "line": 74, @@ -11082,8 +11082,8 @@ "updateContext": null }, "value": "=", - "start": 1559, - "end": 1560, + "start": 1632, + "end": 1633, "loc": { "start": { "line": 74, @@ -11107,8 +11107,8 @@ "postfix": false, "binop": null }, - "start": 1560, - "end": 1561, + "start": 1633, + "end": 1634, "loc": { "start": { "line": 74, @@ -11135,8 +11135,8 @@ "updateContext": null }, "value": "this", - "start": 1561, - "end": 1565, + "start": 1634, + "end": 1638, "loc": { "start": { "line": 74, @@ -11161,8 +11161,8 @@ "binop": null, "updateContext": null }, - "start": 1565, - "end": 1566, + "start": 1638, + "end": 1639, "loc": { "start": { "line": 74, @@ -11187,8 +11187,8 @@ "binop": null }, "value": "props", - "start": 1566, - "end": 1571, + "start": 1639, + "end": 1644, "loc": { "start": { "line": 74, @@ -11213,8 +11213,8 @@ "binop": null, "updateContext": null }, - "start": 1571, - "end": 1572, + "start": 1644, + "end": 1645, "loc": { "start": { "line": 74, @@ -11239,8 +11239,8 @@ "binop": null }, "value": "className", - "start": 1572, - "end": 1581, + "start": 1645, + "end": 1654, "loc": { "start": { "line": 74, @@ -11265,8 +11265,8 @@ "binop": null, "updateContext": null }, - "start": 1582, - "end": 1583, + "start": 1655, + "end": 1656, "loc": { "start": { "line": 74, @@ -11293,8 +11293,8 @@ "updateContext": null }, "value": "this", - "start": 1584, - "end": 1588, + "start": 1657, + "end": 1661, "loc": { "start": { "line": 74, @@ -11319,8 +11319,8 @@ "binop": null, "updateContext": null }, - "start": 1588, - "end": 1589, + "start": 1661, + "end": 1662, "loc": { "start": { "line": 74, @@ -11345,8 +11345,8 @@ "binop": null }, "value": "props", - "start": 1589, - "end": 1594, + "start": 1662, + "end": 1667, "loc": { "start": { "line": 74, @@ -11371,8 +11371,8 @@ "binop": null, "updateContext": null }, - "start": 1594, - "end": 1595, + "start": 1667, + "end": 1668, "loc": { "start": { "line": 74, @@ -11397,8 +11397,8 @@ "binop": null }, "value": "className", - "start": 1595, - "end": 1604, + "start": 1668, + "end": 1677, "loc": { "start": { "line": 74, @@ -11423,8 +11423,8 @@ "binop": null, "updateContext": null }, - "start": 1605, - "end": 1606, + "start": 1678, + "end": 1679, "loc": { "start": { "line": 74, @@ -11449,8 +11449,8 @@ "binop": null }, "value": "RenderGroup", - "start": 1607, - "end": 1618, + "start": 1680, + "end": 1691, "loc": { "start": { "line": 74, @@ -11475,8 +11475,8 @@ "binop": null, "updateContext": null }, - "start": 1618, - "end": 1619, + "start": 1691, + "end": 1692, "loc": { "start": { "line": 74, @@ -11501,8 +11501,8 @@ "binop": null }, "value": "classNames", - "start": 1619, - "end": 1629, + "start": 1692, + "end": 1702, "loc": { "start": { "line": 74, @@ -11527,8 +11527,8 @@ "binop": null, "updateContext": null }, - "start": 1629, - "end": 1630, + "start": 1702, + "end": 1703, "loc": { "start": { "line": 74, @@ -11553,8 +11553,8 @@ "binop": null }, "value": "renderGroupWrapper", - "start": 1630, - "end": 1648, + "start": 1703, + "end": 1721, "loc": { "start": { "line": 74, @@ -11578,8 +11578,8 @@ "postfix": false, "binop": null }, - "start": 1648, - "end": 1649, + "start": 1721, + "end": 1722, "loc": { "start": { "line": 74, @@ -11603,8 +11603,8 @@ "postfix": false, "binop": null }, - "start": 1653, - "end": 1654, + "start": 1727, + "end": 1728, "loc": { "start": { "line": 75, @@ -11630,8 +11630,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 1654, - "end": 1659, + "start": 1728, + "end": 1734, "loc": { "start": { "line": 75, @@ -11655,8 +11655,8 @@ "postfix": false, "binop": null }, - "start": 1659, - "end": 1660, + "start": 1734, + "end": 1735, "loc": { "start": { "line": 76, @@ -11683,8 +11683,8 @@ "updateContext": null }, "value": "this", - "start": 1660, - "end": 1664, + "start": 1735, + "end": 1739, "loc": { "start": { "line": 76, @@ -11709,8 +11709,8 @@ "binop": null, "updateContext": null }, - "start": 1664, - "end": 1665, + "start": 1739, + "end": 1740, "loc": { "start": { "line": 76, @@ -11735,8 +11735,8 @@ "binop": null }, "value": "createComponents", - "start": 1665, - "end": 1681, + "start": 1740, + "end": 1756, "loc": { "start": { "line": 76, @@ -11760,8 +11760,8 @@ "postfix": false, "binop": null }, - "start": 1681, - "end": 1682, + "start": 1756, + "end": 1757, "loc": { "start": { "line": 76, @@ -11785,8 +11785,8 @@ "postfix": false, "binop": null }, - "start": 1682, - "end": 1683, + "start": 1757, + "end": 1758, "loc": { "start": { "line": 76, @@ -11811,8 +11811,8 @@ "binop": null, "updateContext": null }, - "start": 1683, - "end": 1684, + "start": 1758, + "end": 1759, "loc": { "start": { "line": 76, @@ -11837,8 +11837,8 @@ "binop": null }, "value": "map", - "start": 1684, - "end": 1687, + "start": 1759, + "end": 1762, "loc": { "start": { "line": 76, @@ -11862,8 +11862,8 @@ "postfix": false, "binop": null }, - "start": 1687, - "end": 1688, + "start": 1762, + "end": 1763, "loc": { "start": { "line": 76, @@ -11887,8 +11887,8 @@ "postfix": false, "binop": null }, - "start": 1688, - "end": 1689, + "start": 1763, + "end": 1764, "loc": { "start": { "line": 76, @@ -11913,8 +11913,8 @@ "binop": null }, "value": "configField", - "start": 1689, - "end": 1700, + "start": 1764, + "end": 1775, "loc": { "start": { "line": 76, @@ -11939,8 +11939,8 @@ "binop": null, "updateContext": null }, - "start": 1700, - "end": 1701, + "start": 1775, + "end": 1776, "loc": { "start": { "line": 76, @@ -11965,8 +11965,8 @@ "binop": null }, "value": "i", - "start": 1702, - "end": 1703, + "start": 1777, + "end": 1778, "loc": { "start": { "line": 76, @@ -11990,8 +11990,8 @@ "postfix": false, "binop": null }, - "start": 1703, - "end": 1704, + "start": 1778, + "end": 1779, "loc": { "start": { "line": 76, @@ -12016,8 +12016,8 @@ "binop": null, "updateContext": null }, - "start": 1705, - "end": 1707, + "start": 1780, + "end": 1782, "loc": { "start": { "line": 76, @@ -12041,8 +12041,8 @@ "postfix": false, "binop": null }, - "start": 1708, - "end": 1709, + "start": 1783, + "end": 1784, "loc": { "start": { "line": 76, @@ -12069,8 +12069,8 @@ "updateContext": null }, "value": "return", - "start": 1715, - "end": 1721, + "start": 1791, + "end": 1797, "loc": { "start": { "line": 77, @@ -12095,8 +12095,8 @@ "binop": null }, "value": "React", - "start": 1722, - "end": 1727, + "start": 1798, + "end": 1803, "loc": { "start": { "line": 77, @@ -12121,8 +12121,8 @@ "binop": null, "updateContext": null }, - "start": 1727, - "end": 1728, + "start": 1803, + "end": 1804, "loc": { "start": { "line": 77, @@ -12147,8 +12147,8 @@ "binop": null }, "value": "createElement", - "start": 1728, - "end": 1741, + "start": 1804, + "end": 1817, "loc": { "start": { "line": 77, @@ -12172,8 +12172,8 @@ "postfix": false, "binop": null }, - "start": 1741, - "end": 1742, + "start": 1817, + "end": 1818, "loc": { "start": { "line": 77, @@ -12199,8 +12199,8 @@ "updateContext": null }, "value": "div", - "start": 1749, - "end": 1754, + "start": 1826, + "end": 1831, "loc": { "start": { "line": 78, @@ -12225,8 +12225,8 @@ "binop": null, "updateContext": null }, - "start": 1754, - "end": 1755, + "start": 1831, + "end": 1832, "loc": { "start": { "line": 78, @@ -12250,8 +12250,8 @@ "postfix": false, "binop": null }, - "start": 1756, - "end": 1757, + "start": 1833, + "end": 1834, "loc": { "start": { "line": 78, @@ -12276,8 +12276,8 @@ "binop": null }, "value": "key", - "start": 1765, - "end": 1768, + "start": 1843, + "end": 1846, "loc": { "start": { "line": 79, @@ -12302,8 +12302,8 @@ "binop": null, "updateContext": null }, - "start": 1768, - "end": 1769, + "start": 1846, + "end": 1847, "loc": { "start": { "line": 79, @@ -12328,8 +12328,8 @@ "binop": null }, "value": "i", - "start": 1770, - "end": 1771, + "start": 1848, + "end": 1849, "loc": { "start": { "line": 79, @@ -12354,8 +12354,8 @@ "binop": null, "updateContext": null }, - "start": 1771, - "end": 1772, + "start": 1849, + "end": 1850, "loc": { "start": { "line": 79, @@ -12380,8 +12380,8 @@ "binop": null }, "value": "className", - "start": 1780, - "end": 1789, + "start": 1859, + "end": 1868, "loc": { "start": { "line": 80, @@ -12406,8 +12406,8 @@ "binop": null, "updateContext": null }, - "start": 1789, - "end": 1790, + "start": 1868, + "end": 1869, "loc": { "start": { "line": 80, @@ -12432,8 +12432,8 @@ "binop": null }, "value": "RenderGroup", - "start": 1791, - "end": 1802, + "start": 1870, + "end": 1881, "loc": { "start": { "line": 80, @@ -12458,8 +12458,8 @@ "binop": null, "updateContext": null }, - "start": 1802, - "end": 1803, + "start": 1881, + "end": 1882, "loc": { "start": { "line": 80, @@ -12484,8 +12484,8 @@ "binop": null }, "value": "classNames", - "start": 1803, - "end": 1813, + "start": 1882, + "end": 1892, "loc": { "start": { "line": 80, @@ -12510,8 +12510,8 @@ "binop": null, "updateContext": null }, - "start": 1813, - "end": 1814, + "start": 1892, + "end": 1893, "loc": { "start": { "line": 80, @@ -12536,8 +12536,8 @@ "binop": null }, "value": "fieldGroup", - "start": 1814, - "end": 1824, + "start": 1893, + "end": 1903, "loc": { "start": { "line": 80, @@ -12561,8 +12561,8 @@ "postfix": false, "binop": null }, - "start": 1831, - "end": 1832, + "start": 1911, + "end": 1912, "loc": { "start": { "line": 81, @@ -12587,8 +12587,8 @@ "binop": null, "updateContext": null }, - "start": 1832, - "end": 1833, + "start": 1912, + "end": 1913, "loc": { "start": { "line": 81, @@ -12613,8 +12613,8 @@ "binop": null }, "value": "configField", - "start": 1840, - "end": 1851, + "start": 1921, + "end": 1932, "loc": { "start": { "line": 82, @@ -12638,8 +12638,8 @@ "postfix": false, "binop": null }, - "start": 1857, - "end": 1858, + "start": 1939, + "end": 1940, "loc": { "start": { "line": 83, @@ -12664,8 +12664,8 @@ "binop": null, "updateContext": null }, - "start": 1858, - "end": 1859, + "start": 1940, + "end": 1941, "loc": { "start": { "line": 83, @@ -12689,8 +12689,8 @@ "postfix": false, "binop": null }, - "start": 1864, - "end": 1865, + "start": 1947, + "end": 1948, "loc": { "start": { "line": 84, @@ -12714,8 +12714,8 @@ "postfix": false, "binop": null }, - "start": 1865, - "end": 1866, + "start": 1948, + "end": 1949, "loc": { "start": { "line": 84, @@ -12739,8 +12739,8 @@ "postfix": false, "binop": null }, - "start": 1866, - "end": 1867, + "start": 1949, + "end": 1950, "loc": { "start": { "line": 84, @@ -12766,8 +12766,8 @@ "updateContext": null }, "value": "\n\t\t\t", - "start": 1867, - "end": 1871, + "start": 1950, + "end": 1955, "loc": { "start": { "line": 84, @@ -12791,8 +12791,8 @@ "postfix": false, "binop": null }, - "start": 1871, - "end": 1872, + "start": 1955, + "end": 1956, "loc": { "start": { "line": 85, @@ -12818,8 +12818,8 @@ "updateContext": null }, "value": "/", - "start": 1872, - "end": 1873, + "start": 1956, + "end": 1957, "loc": { "start": { "line": 85, @@ -12845,8 +12845,8 @@ "updateContext": null }, "value": "div", - "start": 1873, - "end": 1876, + "start": 1957, + "end": 1960, "loc": { "start": { "line": 85, @@ -12870,8 +12870,8 @@ "postfix": false, "binop": null }, - "start": 1876, - "end": 1877, + "start": 1960, + "end": 1961, "loc": { "start": { "line": 85, @@ -12895,8 +12895,8 @@ "postfix": false, "binop": null }, - "start": 1880, - "end": 1881, + "start": 1965, + "end": 1966, "loc": { "start": { "line": 86, @@ -12921,8 +12921,8 @@ "binop": null, "updateContext": null }, - "start": 1881, - "end": 1882, + "start": 1966, + "end": 1967, "loc": { "start": { "line": 86, @@ -12946,8 +12946,8 @@ "postfix": false, "binop": null }, - "start": 1884, - "end": 1885, + "start": 1970, + "end": 1971, "loc": { "start": { "line": 87, @@ -12971,8 +12971,8 @@ "postfix": false, "binop": null }, - "start": 1886, - "end": 1887, + "start": 1973, + "end": 1974, "loc": { "start": { "line": 88, @@ -12986,9 +12986,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definitions for RenderGroup component\n * @type {{configFields: *, className: shim}}\n ", - "start": 1889, - "end": 1988, + "value": "*\r\n * Prop definitions for RenderGroup component\r\n * @type {{configFields: *, className: shim}}\r\n ", + "start": 1978, + "end": 2080, "loc": { "start": { "line": 90, @@ -13013,8 +13013,8 @@ "binop": null }, "value": "RenderGroup", - "start": 1989, - "end": 2000, + "start": 2082, + "end": 2093, "loc": { "start": { "line": 94, @@ -13039,8 +13039,8 @@ "binop": null, "updateContext": null }, - "start": 2000, - "end": 2001, + "start": 2093, + "end": 2094, "loc": { "start": { "line": 94, @@ -13065,8 +13065,8 @@ "binop": null }, "value": "propTypes", - "start": 2001, - "end": 2010, + "start": 2094, + "end": 2103, "loc": { "start": { "line": 94, @@ -13092,8 +13092,8 @@ "updateContext": null }, "value": "=", - "start": 2011, - "end": 2012, + "start": 2104, + "end": 2105, "loc": { "start": { "line": 94, @@ -13117,8 +13117,8 @@ "postfix": false, "binop": null }, - "start": 2013, - "end": 2014, + "start": 2106, + "end": 2107, "loc": { "start": { "line": 94, @@ -13143,8 +13143,8 @@ "binop": null }, "value": "configFields", - "start": 2016, - "end": 2028, + "start": 2110, + "end": 2122, "loc": { "start": { "line": 95, @@ -13169,8 +13169,8 @@ "binop": null, "updateContext": null }, - "start": 2028, - "end": 2029, + "start": 2122, + "end": 2123, "loc": { "start": { "line": 95, @@ -13195,8 +13195,8 @@ "binop": null }, "value": "propTypes", - "start": 2030, - "end": 2039, + "start": 2124, + "end": 2133, "loc": { "start": { "line": 95, @@ -13221,8 +13221,8 @@ "binop": null, "updateContext": null }, - "start": 2039, - "end": 2040, + "start": 2133, + "end": 2134, "loc": { "start": { "line": 95, @@ -13247,8 +13247,8 @@ "binop": null }, "value": "array", - "start": 2040, - "end": 2045, + "start": 2134, + "end": 2139, "loc": { "start": { "line": 95, @@ -13273,8 +13273,8 @@ "binop": null, "updateContext": null }, - "start": 2045, - "end": 2046, + "start": 2139, + "end": 2140, "loc": { "start": { "line": 95, @@ -13299,8 +13299,8 @@ "binop": null }, "value": "isRequired", - "start": 2046, - "end": 2056, + "start": 2140, + "end": 2150, "loc": { "start": { "line": 95, @@ -13325,8 +13325,8 @@ "binop": null, "updateContext": null }, - "start": 2056, - "end": 2057, + "start": 2150, + "end": 2151, "loc": { "start": { "line": 95, @@ -13351,8 +13351,8 @@ "binop": null }, "value": "className", - "start": 2059, - "end": 2068, + "start": 2154, + "end": 2163, "loc": { "start": { "line": 96, @@ -13377,8 +13377,8 @@ "binop": null, "updateContext": null }, - "start": 2068, - "end": 2069, + "start": 2163, + "end": 2164, "loc": { "start": { "line": 96, @@ -13403,8 +13403,8 @@ "binop": null }, "value": "propTypes", - "start": 2070, - "end": 2079, + "start": 2165, + "end": 2174, "loc": { "start": { "line": 96, @@ -13429,8 +13429,8 @@ "binop": null, "updateContext": null }, - "start": 2079, - "end": 2080, + "start": 2174, + "end": 2175, "loc": { "start": { "line": 96, @@ -13455,8 +13455,8 @@ "binop": null }, "value": "string", - "start": 2080, - "end": 2086, + "start": 2175, + "end": 2181, "loc": { "start": { "line": 96, @@ -13481,8 +13481,8 @@ "binop": null, "updateContext": null }, - "start": 2086, - "end": 2087, + "start": 2181, + "end": 2182, "loc": { "start": { "line": 96, @@ -13507,8 +13507,8 @@ "binop": null }, "value": "onBlur", - "start": 2089, - "end": 2095, + "start": 2185, + "end": 2191, "loc": { "start": { "line": 97, @@ -13533,8 +13533,8 @@ "binop": null, "updateContext": null }, - "start": 2095, - "end": 2096, + "start": 2191, + "end": 2192, "loc": { "start": { "line": 97, @@ -13559,8 +13559,8 @@ "binop": null }, "value": "propTypes", - "start": 2097, - "end": 2106, + "start": 2193, + "end": 2202, "loc": { "start": { "line": 97, @@ -13585,8 +13585,8 @@ "binop": null, "updateContext": null }, - "start": 2106, - "end": 2107, + "start": 2202, + "end": 2203, "loc": { "start": { "line": 97, @@ -13611,8 +13611,8 @@ "binop": null }, "value": "func", - "start": 2107, - "end": 2111, + "start": 2203, + "end": 2207, "loc": { "start": { "line": 97, @@ -13637,8 +13637,8 @@ "binop": null, "updateContext": null }, - "start": 2111, - "end": 2112, + "start": 2207, + "end": 2208, "loc": { "start": { "line": 97, @@ -13663,8 +13663,8 @@ "binop": null }, "value": "onFocus", - "start": 2114, - "end": 2121, + "start": 2211, + "end": 2218, "loc": { "start": { "line": 98, @@ -13689,8 +13689,8 @@ "binop": null, "updateContext": null }, - "start": 2121, - "end": 2122, + "start": 2218, + "end": 2219, "loc": { "start": { "line": 98, @@ -13715,8 +13715,8 @@ "binop": null }, "value": "propTypes", - "start": 2123, - "end": 2132, + "start": 2220, + "end": 2229, "loc": { "start": { "line": 98, @@ -13741,8 +13741,8 @@ "binop": null, "updateContext": null }, - "start": 2132, - "end": 2133, + "start": 2229, + "end": 2230, "loc": { "start": { "line": 98, @@ -13767,8 +13767,8 @@ "binop": null }, "value": "func", - "start": 2133, - "end": 2137, + "start": 2230, + "end": 2234, "loc": { "start": { "line": 98, @@ -13792,8 +13792,8 @@ "postfix": false, "binop": null }, - "start": 2138, - "end": 2139, + "start": 2236, + "end": 2237, "loc": { "start": { "line": 99, @@ -13818,8 +13818,8 @@ "binop": null, "updateContext": null }, - "start": 2139, - "end": 2140, + "start": 2237, + "end": 2238, "loc": { "start": { "line": 99, @@ -13833,9 +13833,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Classnames for elements (wrappers, field groups and form fields)\n *\n * @type {{renderGroupWrapper: string, fieldWrapper: string}}\n ", - "start": 2142, - "end": 2282, + "value": "*\r\n * Classnames for elements (wrappers, field groups and form fields)\r\n *\r\n * @type {{renderGroupWrapper: string, fieldWrapper: string}}\r\n ", + "start": 2242, + "end": 2386, "loc": { "start": { "line": 101, @@ -13860,8 +13860,8 @@ "binop": null }, "value": "RenderGroup", - "start": 2283, - "end": 2294, + "start": 2388, + "end": 2399, "loc": { "start": { "line": 106, @@ -13886,8 +13886,8 @@ "binop": null, "updateContext": null }, - "start": 2294, - "end": 2295, + "start": 2399, + "end": 2400, "loc": { "start": { "line": 106, @@ -13912,8 +13912,8 @@ "binop": null }, "value": "classNames", - "start": 2295, - "end": 2305, + "start": 2400, + "end": 2410, "loc": { "start": { "line": 106, @@ -13939,8 +13939,8 @@ "updateContext": null }, "value": "=", - "start": 2306, - "end": 2307, + "start": 2411, + "end": 2412, "loc": { "start": { "line": 106, @@ -13964,8 +13964,8 @@ "postfix": false, "binop": null }, - "start": 2308, - "end": 2309, + "start": 2413, + "end": 2414, "loc": { "start": { "line": 106, @@ -13990,8 +13990,8 @@ "binop": null }, "value": "renderGroupWrapper", - "start": 2311, - "end": 2329, + "start": 2417, + "end": 2435, "loc": { "start": { "line": 107, @@ -14016,8 +14016,8 @@ "binop": null, "updateContext": null }, - "start": 2329, - "end": 2330, + "start": 2435, + "end": 2436, "loc": { "start": { "line": 107, @@ -14043,8 +14043,8 @@ "updateContext": null }, "value": "caldera-config-field-setup", - "start": 2331, - "end": 2359, + "start": 2437, + "end": 2465, "loc": { "start": { "line": 107, @@ -14069,8 +14069,8 @@ "binop": null, "updateContext": null }, - "start": 2359, - "end": 2360, + "start": 2465, + "end": 2466, "loc": { "start": { "line": 107, @@ -14095,8 +14095,8 @@ "binop": null }, "value": "fieldGroup", - "start": 2362, - "end": 2372, + "start": 2469, + "end": 2479, "loc": { "start": { "line": 108, @@ -14121,8 +14121,8 @@ "binop": null, "updateContext": null }, - "start": 2372, - "end": 2373, + "start": 2479, + "end": 2480, "loc": { "start": { "line": 108, @@ -14148,8 +14148,8 @@ "updateContext": null }, "value": "caldera-config-group", - "start": 2374, - "end": 2396, + "start": 2481, + "end": 2503, "loc": { "start": { "line": 108, @@ -14174,8 +14174,8 @@ "binop": null, "updateContext": null }, - "start": 2396, - "end": 2397, + "start": 2503, + "end": 2504, "loc": { "start": { "line": 108, @@ -14200,8 +14200,8 @@ "binop": null }, "value": "fieldWrapper", - "start": 2399, - "end": 2411, + "start": 2507, + "end": 2519, "loc": { "start": { "line": 109, @@ -14226,8 +14226,8 @@ "binop": null, "updateContext": null }, - "start": 2411, - "end": 2412, + "start": 2519, + "end": 2520, "loc": { "start": { "line": 109, @@ -14253,8 +14253,8 @@ "updateContext": null }, "value": "caldera-config-field", - "start": 2413, - "end": 2435, + "start": 2521, + "end": 2543, "loc": { "start": { "line": 109, @@ -14279,8 +14279,8 @@ "binop": null, "updateContext": null }, - "start": 2435, - "end": 2436, + "start": 2543, + "end": 2544, "loc": { "start": { "line": 109, @@ -14305,8 +14305,8 @@ "binop": null }, "value": "input", - "start": 2438, - "end": 2443, + "start": 2547, + "end": 2552, "loc": { "start": { "line": 110, @@ -14331,8 +14331,8 @@ "binop": null, "updateContext": null }, - "start": 2443, - "end": 2444, + "start": 2552, + "end": 2553, "loc": { "start": { "line": 110, @@ -14358,8 +14358,8 @@ "updateContext": null }, "value": "field-config", - "start": 2445, - "end": 2459, + "start": 2554, + "end": 2568, "loc": { "start": { "line": 110, @@ -14384,8 +14384,8 @@ "binop": null, "updateContext": null }, - "start": 2459, - "end": 2460, + "start": 2568, + "end": 2569, "loc": { "start": { "line": 110, @@ -14409,8 +14409,8 @@ "postfix": false, "binop": null }, - "start": 2462, - "end": 2463, + "start": 2573, + "end": 2574, "loc": { "start": { "line": 112, @@ -14435,8 +14435,8 @@ "binop": null, "updateContext": null }, - "start": 2463, - "end": 2464, + "start": 2574, + "end": 2575, "loc": { "start": { "line": 112, @@ -14461,8 +14461,8 @@ "binop": null, "updateContext": null }, - "start": 2464, - "end": 2464, + "start": 2575, + "end": 2575, "loc": { "start": { "line": 112, diff --git a/docs/ast/source/components/admin/CalderaHeader.js.json b/docs/ast/source/components/admin/CalderaHeader.js.json index df0dcca..3225511 100644 --- a/docs/ast/source/components/admin/CalderaHeader.js.json +++ b/docs/ast/source/components/admin/CalderaHeader.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 502, + "end": 524, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 502, + "end": 524, "loc": { "start": { "line": 1, @@ -99,9 +99,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates the Caldera admin page header\n *\n * @param props\n * @returns {*}\n * @constructor\n ", - "start": 28, - "end": 127, + "value": "*\r\n * Creates the Caldera admin page header\r\n *\r\n * @param props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 30, + "end": 135, "loc": { "start": { "line": 3, @@ -117,8 +117,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 128, - "end": 502, + "start": 137, + "end": 524, "loc": { "start": { "line": 10, @@ -133,8 +133,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 135, - "end": 502, + "start": 144, + "end": 524, "loc": { "start": { "line": 10, @@ -148,8 +148,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 141, - "end": 501, + "start": 150, + "end": 523, "loc": { "start": { "line": 10, @@ -162,8 +162,8 @@ }, "id": { "type": "Identifier", - "start": 141, - "end": 154, + "start": 150, + "end": 163, "loc": { "start": { "line": 10, @@ -180,8 +180,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 157, - "end": 501, + "start": 166, + "end": 523, "loc": { "start": { "line": 10, @@ -194,8 +194,8 @@ }, "id": { "type": "Identifier", - "start": 141, - "end": 154, + "start": 150, + "end": 163, "loc": { "start": { "line": 10, @@ -216,8 +216,8 @@ "params": [ { "type": "Identifier", - "start": 158, - "end": 163, + "start": 167, + "end": 172, "loc": { "start": { "line": 10, @@ -234,8 +234,8 @@ ], "body": { "type": "BlockStatement", - "start": 168, - "end": 501, + "start": 177, + "end": 523, "loc": { "start": { "line": 10, @@ -249,8 +249,8 @@ "body": [ { "type": "ReturnStatement", - "start": 171, - "end": 499, + "start": 181, + "end": 520, "loc": { "start": { "line": 11, @@ -263,8 +263,8 @@ }, "argument": { "type": "JSXElement", - "start": 181, - "end": 495, + "start": 192, + "end": 515, "loc": { "start": { "line": 12, @@ -277,8 +277,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 181, - "end": 220, + "start": 192, + "end": 231, "loc": { "start": { "line": 12, @@ -292,8 +292,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 186, - "end": 219, + "start": 197, + "end": 230, "loc": { "start": { "line": 12, @@ -306,8 +306,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 186, - "end": 195, + "start": 197, + "end": 206, "loc": { "start": { "line": 12, @@ -322,8 +322,8 @@ }, "value": { "type": "StringLiteral", - "start": 196, - "end": 219, + "start": 207, + "end": 230, "loc": { "start": { "line": 12, @@ -341,8 +341,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 182, - "end": 185, + "start": 193, + "end": 196, "loc": { "start": { "line": 12, @@ -359,8 +359,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 489, - "end": 495, + "start": 509, + "end": 515, "loc": { "start": { "line": 21, @@ -373,8 +373,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 491, - "end": 494, + "start": 511, + "end": 514, "loc": { "start": { "line": 21, @@ -391,8 +391,8 @@ "children": [ { "type": "JSXText", - "start": 220, - "end": 224, + "start": 231, + "end": 236, "loc": { "start": { "line": 12, @@ -408,8 +408,8 @@ }, { "type": "JSXElement", - "start": 224, - "end": 486, + "start": 236, + "end": 505, "loc": { "start": { "line": 13, @@ -422,8 +422,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 224, - "end": 266, + "start": 236, + "end": 278, "loc": { "start": { "line": 13, @@ -437,8 +437,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 228, - "end": 265, + "start": 240, + "end": 277, "loc": { "start": { "line": 13, @@ -451,8 +451,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 228, - "end": 237, + "start": 240, + "end": 249, "loc": { "start": { "line": 13, @@ -467,8 +467,8 @@ }, "value": { "type": "StringLiteral", - "start": 238, - "end": 265, + "start": 250, + "end": 277, "loc": { "start": { "line": 13, @@ -486,8 +486,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 225, - "end": 227, + "start": 237, + "end": 239, "loc": { "start": { "line": 13, @@ -504,8 +504,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 481, - "end": 486, + "start": 500, + "end": 505, "loc": { "start": { "line": 20, @@ -518,8 +518,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 483, - "end": 485, + "start": 502, + "end": 504, "loc": { "start": { "line": 20, @@ -536,8 +536,8 @@ "children": [ { "type": "JSXText", - "start": 266, - "end": 271, + "start": 278, + "end": 284, "loc": { "start": { "line": 13, @@ -553,8 +553,8 @@ }, { "type": "JSXElement", - "start": 271, - "end": 456, + "start": 284, + "end": 473, "loc": { "start": { "line": 14, @@ -567,8 +567,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 271, - "end": 307, + "start": 284, + "end": 320, "loc": { "start": { "line": 14, @@ -582,8 +582,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 275, - "end": 306, + "start": 288, + "end": 319, "loc": { "start": { "line": 14, @@ -596,8 +596,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 275, - "end": 284, + "start": 288, + "end": 297, "loc": { "start": { "line": 14, @@ -612,8 +612,8 @@ }, "value": { "type": "StringLiteral", - "start": 285, - "end": 306, + "start": 298, + "end": 319, "loc": { "start": { "line": 14, @@ -631,8 +631,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 272, - "end": 274, + "start": 285, + "end": 287, "loc": { "start": { "line": 14, @@ -649,8 +649,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 451, - "end": 456, + "start": 468, + "end": 473, "loc": { "start": { "line": 18, @@ -663,8 +663,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 453, - "end": 455, + "start": 470, + "end": 472, "loc": { "start": { "line": 18, @@ -681,8 +681,8 @@ "children": [ { "type": "JSXText", - "start": 307, - "end": 313, + "start": 320, + "end": 327, "loc": { "start": { "line": 14, @@ -698,8 +698,8 @@ }, { "type": "JSXElement", - "start": 313, - "end": 446, + "start": 327, + "end": 462, "loc": { "start": { "line": 15, @@ -712,8 +712,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 313, - "end": 350, + "start": 327, + "end": 364, "loc": { "start": { "line": 15, @@ -727,8 +727,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 319, - "end": 349, + "start": 333, + "end": 363, "loc": { "start": { "line": 15, @@ -741,8 +741,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 319, - "end": 328, + "start": 333, + "end": 342, "loc": { "start": { "line": 15, @@ -757,8 +757,8 @@ }, "value": { "type": "StringLiteral", - "start": 329, - "end": 349, + "start": 343, + "end": 363, "loc": { "start": { "line": 15, @@ -776,8 +776,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 314, - "end": 318, + "start": 328, + "end": 332, "loc": { "start": { "line": 15, @@ -794,8 +794,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 439, - "end": 446, + "start": 455, + "end": 462, "loc": { "start": { "line": 17, @@ -808,8 +808,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 441, - "end": 445, + "start": 457, + "end": 461, "loc": { "start": { "line": 17, @@ -826,8 +826,8 @@ "children": [ { "type": "JSXText", - "start": 350, - "end": 390, + "start": 364, + "end": 405, "loc": { "start": { "line": 15, @@ -843,8 +843,8 @@ }, { "type": "JSXExpressionContainer", - "start": 390, - "end": 433, + "start": 405, + "end": 448, "loc": { "start": { "line": 16, @@ -857,8 +857,8 @@ }, "expression": { "type": "ConditionalExpression", - "start": 391, - "end": 432, + "start": 406, + "end": 447, "loc": { "start": { "line": 16, @@ -871,8 +871,8 @@ }, "test": { "type": "MemberExpression", - "start": 391, - "end": 401, + "start": 406, + "end": 416, "loc": { "start": { "line": 16, @@ -885,8 +885,8 @@ }, "object": { "type": "Identifier", - "start": 391, - "end": 396, + "start": 406, + "end": 411, "loc": { "start": { "line": 16, @@ -902,8 +902,8 @@ }, "property": { "type": "Identifier", - "start": 397, - "end": 401, + "start": 412, + "end": 416, "loc": { "start": { "line": 16, @@ -921,8 +921,8 @@ }, "consequent": { "type": "MemberExpression", - "start": 404, - "end": 414, + "start": 419, + "end": 429, "loc": { "start": { "line": 16, @@ -935,8 +935,8 @@ }, "object": { "type": "Identifier", - "start": 404, - "end": 409, + "start": 419, + "end": 424, "loc": { "start": { "line": 16, @@ -952,8 +952,8 @@ }, "property": { "type": "Identifier", - "start": 410, - "end": 414, + "start": 425, + "end": 429, "loc": { "start": { "line": 16, @@ -971,8 +971,8 @@ }, "alternate": { "type": "StringLiteral", - "start": 417, - "end": 432, + "start": 432, + "end": 447, "loc": { "start": { "line": 16, @@ -993,8 +993,8 @@ }, { "type": "JSXText", - "start": 433, - "end": 439, + "start": 448, + "end": 455, "loc": { "start": { "line": 16, @@ -1012,8 +1012,8 @@ }, { "type": "JSXText", - "start": 446, - "end": 451, + "start": 462, + "end": 468, "loc": { "start": { "line": 17, @@ -1031,8 +1031,8 @@ }, { "type": "JSXText", - "start": 456, - "end": 461, + "start": 473, + "end": 479, "loc": { "start": { "line": 18, @@ -1048,8 +1048,8 @@ }, { "type": "JSXExpressionContainer", - "start": 461, - "end": 477, + "start": 479, + "end": 495, "loc": { "start": { "line": 19, @@ -1062,8 +1062,8 @@ }, "expression": { "type": "MemberExpression", - "start": 462, - "end": 476, + "start": 480, + "end": 494, "loc": { "start": { "line": 19, @@ -1076,8 +1076,8 @@ }, "object": { "type": "Identifier", - "start": 462, - "end": 467, + "start": 480, + "end": 485, "loc": { "start": { "line": 19, @@ -1093,8 +1093,8 @@ }, "property": { "type": "Identifier", - "start": 468, - "end": 476, + "start": 486, + "end": 494, "loc": { "start": { "line": 19, @@ -1113,8 +1113,8 @@ }, { "type": "JSXText", - "start": 477, - "end": 481, + "start": 495, + "end": 500, "loc": { "start": { "line": 19, @@ -1132,8 +1132,8 @@ }, { "type": "JSXText", - "start": 486, - "end": 489, + "start": 505, + "end": 509, "loc": { "start": { "line": 20, @@ -1150,7 +1150,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 177 + "parenStart": 187 } } } @@ -1165,9 +1165,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates the Caldera admin page header\n *\n * @param props\n * @returns {*}\n * @constructor\n ", - "start": 28, - "end": 127, + "value": "*\r\n * Creates the Caldera admin page header\r\n *\r\n * @param props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 30, + "end": 135, "loc": { "start": { "line": 3, @@ -1185,9 +1185,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates the Caldera admin page header\n *\n * @param props\n * @returns {*}\n * @constructor\n ", - "start": 28, - "end": 127, + "value": "*\r\n * Creates the Caldera admin page header\r\n *\r\n * @param props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 30, + "end": 135, "loc": { "start": { "line": 3, @@ -1207,9 +1207,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Creates the Caldera admin page header\n *\n * @param props\n * @returns {*}\n * @constructor\n ", - "start": 28, - "end": 127, + "value": "*\r\n * Creates the Caldera admin page header\r\n *\r\n * @param props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 30, + "end": 135, "loc": { "start": { "line": 3, @@ -1358,9 +1358,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Creates the Caldera admin page header\n *\n * @param props\n * @returns {*}\n * @constructor\n ", - "start": 28, - "end": 127, + "value": "*\r\n * Creates the Caldera admin page header\r\n *\r\n * @param props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 30, + "end": 135, "loc": { "start": { "line": 3, @@ -1387,8 +1387,8 @@ "updateContext": null }, "value": "export", - "start": 128, - "end": 134, + "start": 137, + "end": 143, "loc": { "start": { "line": 10, @@ -1415,8 +1415,8 @@ "updateContext": null }, "value": "const", - "start": 135, - "end": 140, + "start": 144, + "end": 149, "loc": { "start": { "line": 10, @@ -1441,8 +1441,8 @@ "binop": null }, "value": "CalderaHeader", - "start": 141, - "end": 154, + "start": 150, + "end": 163, "loc": { "start": { "line": 10, @@ -1468,8 +1468,8 @@ "updateContext": null }, "value": "=", - "start": 155, - "end": 156, + "start": 164, + "end": 165, "loc": { "start": { "line": 10, @@ -1493,8 +1493,8 @@ "postfix": false, "binop": null }, - "start": 157, - "end": 158, + "start": 166, + "end": 167, "loc": { "start": { "line": 10, @@ -1519,8 +1519,8 @@ "binop": null }, "value": "props", - "start": 158, - "end": 163, + "start": 167, + "end": 172, "loc": { "start": { "line": 10, @@ -1544,8 +1544,8 @@ "postfix": false, "binop": null }, - "start": 163, - "end": 164, + "start": 172, + "end": 173, "loc": { "start": { "line": 10, @@ -1570,8 +1570,8 @@ "binop": null, "updateContext": null }, - "start": 165, - "end": 167, + "start": 174, + "end": 176, "loc": { "start": { "line": 10, @@ -1595,8 +1595,8 @@ "postfix": false, "binop": null }, - "start": 168, - "end": 169, + "start": 177, + "end": 178, "loc": { "start": { "line": 10, @@ -1623,8 +1623,8 @@ "updateContext": null }, "value": "return", - "start": 171, - "end": 177, + "start": 181, + "end": 187, "loc": { "start": { "line": 11, @@ -1648,8 +1648,8 @@ "postfix": false, "binop": null }, - "start": 177, - "end": 178, + "start": 187, + "end": 188, "loc": { "start": { "line": 11, @@ -1673,8 +1673,8 @@ "postfix": false, "binop": null }, - "start": 181, - "end": 182, + "start": 192, + "end": 193, "loc": { "start": { "line": 12, @@ -1700,8 +1700,8 @@ "updateContext": null }, "value": "div", - "start": 182, - "end": 185, + "start": 193, + "end": 196, "loc": { "start": { "line": 12, @@ -1727,8 +1727,8 @@ "updateContext": null }, "value": "className", - "start": 186, - "end": 195, + "start": 197, + "end": 206, "loc": { "start": { "line": 12, @@ -1754,8 +1754,8 @@ "updateContext": null }, "value": "=", - "start": 195, - "end": 196, + "start": 206, + "end": 207, "loc": { "start": { "line": 12, @@ -1781,8 +1781,8 @@ "updateContext": null }, "value": "caldera-editor-header", - "start": 196, - "end": 219, + "start": 207, + "end": 230, "loc": { "start": { "line": 12, @@ -1806,8 +1806,8 @@ "postfix": false, "binop": null }, - "start": 219, - "end": 220, + "start": 230, + "end": 231, "loc": { "start": { "line": 12, @@ -1833,8 +1833,8 @@ "updateContext": null }, "value": "\n\t\t\t", - "start": 220, - "end": 224, + "start": 231, + "end": 236, "loc": { "start": { "line": 12, @@ -1858,8 +1858,8 @@ "postfix": false, "binop": null }, - "start": 224, - "end": 225, + "start": 236, + "end": 237, "loc": { "start": { "line": 13, @@ -1885,8 +1885,8 @@ "updateContext": null }, "value": "ul", - "start": 225, - "end": 227, + "start": 237, + "end": 239, "loc": { "start": { "line": 13, @@ -1912,8 +1912,8 @@ "updateContext": null }, "value": "className", - "start": 228, - "end": 237, + "start": 240, + "end": 249, "loc": { "start": { "line": 13, @@ -1939,8 +1939,8 @@ "updateContext": null }, "value": "=", - "start": 237, - "end": 238, + "start": 249, + "end": 250, "loc": { "start": { "line": 13, @@ -1966,8 +1966,8 @@ "updateContext": null }, "value": "caldera-editor-header-nav", - "start": 238, - "end": 265, + "start": 250, + "end": 277, "loc": { "start": { "line": 13, @@ -1991,8 +1991,8 @@ "postfix": false, "binop": null }, - "start": 265, - "end": 266, + "start": 277, + "end": 278, "loc": { "start": { "line": 13, @@ -2018,8 +2018,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 266, - "end": 271, + "start": 278, + "end": 284, "loc": { "start": { "line": 13, @@ -2043,8 +2043,8 @@ "postfix": false, "binop": null }, - "start": 271, - "end": 272, + "start": 284, + "end": 285, "loc": { "start": { "line": 14, @@ -2070,8 +2070,8 @@ "updateContext": null }, "value": "li", - "start": 272, - "end": 274, + "start": 285, + "end": 287, "loc": { "start": { "line": 14, @@ -2097,8 +2097,8 @@ "updateContext": null }, "value": "className", - "start": 275, - "end": 284, + "start": 288, + "end": 297, "loc": { "start": { "line": 14, @@ -2124,8 +2124,8 @@ "updateContext": null }, "value": "=", - "start": 284, - "end": 285, + "start": 297, + "end": 298, "loc": { "start": { "line": 14, @@ -2151,8 +2151,8 @@ "updateContext": null }, "value": "caldera-editor-logo", - "start": 285, - "end": 306, + "start": 298, + "end": 319, "loc": { "start": { "line": 14, @@ -2176,8 +2176,8 @@ "postfix": false, "binop": null }, - "start": 306, - "end": 307, + "start": 319, + "end": 320, "loc": { "start": { "line": 14, @@ -2203,8 +2203,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 307, - "end": 313, + "start": 320, + "end": 327, "loc": { "start": { "line": 14, @@ -2228,8 +2228,8 @@ "postfix": false, "binop": null }, - "start": 313, - "end": 314, + "start": 327, + "end": 328, "loc": { "start": { "line": 15, @@ -2255,8 +2255,8 @@ "updateContext": null }, "value": "span", - "start": 314, - "end": 318, + "start": 328, + "end": 332, "loc": { "start": { "line": 15, @@ -2282,8 +2282,8 @@ "updateContext": null }, "value": "className", - "start": 319, - "end": 328, + "start": 333, + "end": 342, "loc": { "start": { "line": 15, @@ -2309,8 +2309,8 @@ "updateContext": null }, "value": "=", - "start": 328, - "end": 329, + "start": 342, + "end": 343, "loc": { "start": { "line": 15, @@ -2336,8 +2336,8 @@ "updateContext": null }, "value": "caldera-forms-name", - "start": 329, - "end": 349, + "start": 343, + "end": 363, "loc": { "start": { "line": 15, @@ -2361,8 +2361,8 @@ "postfix": false, "binop": null }, - "start": 349, - "end": 350, + "start": 363, + "end": 364, "loc": { "start": { "line": 15, @@ -2388,8 +2388,8 @@ "updateContext": null }, "value": "\n Caldera Forms: ", - "start": 350, - "end": 390, + "start": 364, + "end": 405, "loc": { "start": { "line": 15, @@ -2413,8 +2413,8 @@ "postfix": false, "binop": null }, - "start": 390, - "end": 391, + "start": 405, + "end": 406, "loc": { "start": { "line": 16, @@ -2439,8 +2439,8 @@ "binop": null }, "value": "props", - "start": 391, - "end": 396, + "start": 406, + "end": 411, "loc": { "start": { "line": 16, @@ -2465,8 +2465,8 @@ "binop": null, "updateContext": null }, - "start": 396, - "end": 397, + "start": 411, + "end": 412, "loc": { "start": { "line": 16, @@ -2491,8 +2491,8 @@ "binop": null }, "value": "name", - "start": 397, - "end": 401, + "start": 412, + "end": 416, "loc": { "start": { "line": 16, @@ -2517,8 +2517,8 @@ "binop": null, "updateContext": null }, - "start": 402, - "end": 403, + "start": 417, + "end": 418, "loc": { "start": { "line": 16, @@ -2543,8 +2543,8 @@ "binop": null }, "value": "props", - "start": 404, - "end": 409, + "start": 419, + "end": 424, "loc": { "start": { "line": 16, @@ -2569,8 +2569,8 @@ "binop": null, "updateContext": null }, - "start": 409, - "end": 410, + "start": 424, + "end": 425, "loc": { "start": { "line": 16, @@ -2595,8 +2595,8 @@ "binop": null }, "value": "name", - "start": 410, - "end": 414, + "start": 425, + "end": 429, "loc": { "start": { "line": 16, @@ -2621,8 +2621,8 @@ "binop": null, "updateContext": null }, - "start": 415, - "end": 416, + "start": 430, + "end": 431, "loc": { "start": { "line": 16, @@ -2648,8 +2648,8 @@ "updateContext": null }, "value": "Caldera Forms", - "start": 417, - "end": 432, + "start": 432, + "end": 447, "loc": { "start": { "line": 16, @@ -2673,8 +2673,8 @@ "postfix": false, "binop": null }, - "start": 432, - "end": 433, + "start": 447, + "end": 448, "loc": { "start": { "line": 16, @@ -2700,8 +2700,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 433, - "end": 439, + "start": 448, + "end": 455, "loc": { "start": { "line": 16, @@ -2725,8 +2725,8 @@ "postfix": false, "binop": null }, - "start": 439, - "end": 440, + "start": 455, + "end": 456, "loc": { "start": { "line": 17, @@ -2752,8 +2752,8 @@ "updateContext": null }, "value": "/", - "start": 440, - "end": 441, + "start": 456, + "end": 457, "loc": { "start": { "line": 17, @@ -2779,8 +2779,8 @@ "updateContext": null }, "value": "span", - "start": 441, - "end": 445, + "start": 457, + "end": 461, "loc": { "start": { "line": 17, @@ -2804,8 +2804,8 @@ "postfix": false, "binop": null }, - "start": 445, - "end": 446, + "start": 461, + "end": 462, "loc": { "start": { "line": 17, @@ -2831,8 +2831,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 446, - "end": 451, + "start": 462, + "end": 468, "loc": { "start": { "line": 17, @@ -2856,8 +2856,8 @@ "postfix": false, "binop": null }, - "start": 451, - "end": 452, + "start": 468, + "end": 469, "loc": { "start": { "line": 18, @@ -2883,8 +2883,8 @@ "updateContext": null }, "value": "/", - "start": 452, - "end": 453, + "start": 469, + "end": 470, "loc": { "start": { "line": 18, @@ -2910,8 +2910,8 @@ "updateContext": null }, "value": "li", - "start": 453, - "end": 455, + "start": 470, + "end": 472, "loc": { "start": { "line": 18, @@ -2935,8 +2935,8 @@ "postfix": false, "binop": null }, - "start": 455, - "end": 456, + "start": 472, + "end": 473, "loc": { "start": { "line": 18, @@ -2962,8 +2962,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 456, - "end": 461, + "start": 473, + "end": 479, "loc": { "start": { "line": 18, @@ -2987,8 +2987,8 @@ "postfix": false, "binop": null }, - "start": 461, - "end": 462, + "start": 479, + "end": 480, "loc": { "start": { "line": 19, @@ -3013,8 +3013,8 @@ "binop": null }, "value": "props", - "start": 462, - "end": 467, + "start": 480, + "end": 485, "loc": { "start": { "line": 19, @@ -3039,8 +3039,8 @@ "binop": null, "updateContext": null }, - "start": 467, - "end": 468, + "start": 485, + "end": 486, "loc": { "start": { "line": 19, @@ -3065,8 +3065,8 @@ "binop": null }, "value": "children", - "start": 468, - "end": 476, + "start": 486, + "end": 494, "loc": { "start": { "line": 19, @@ -3090,8 +3090,8 @@ "postfix": false, "binop": null }, - "start": 476, - "end": 477, + "start": 494, + "end": 495, "loc": { "start": { "line": 19, @@ -3117,8 +3117,8 @@ "updateContext": null }, "value": "\n\t\t\t", - "start": 477, - "end": 481, + "start": 495, + "end": 500, "loc": { "start": { "line": 19, @@ -3142,8 +3142,8 @@ "postfix": false, "binop": null }, - "start": 481, - "end": 482, + "start": 500, + "end": 501, "loc": { "start": { "line": 20, @@ -3169,8 +3169,8 @@ "updateContext": null }, "value": "/", - "start": 482, - "end": 483, + "start": 501, + "end": 502, "loc": { "start": { "line": 20, @@ -3196,8 +3196,8 @@ "updateContext": null }, "value": "ul", - "start": 483, - "end": 485, + "start": 502, + "end": 504, "loc": { "start": { "line": 20, @@ -3221,8 +3221,8 @@ "postfix": false, "binop": null }, - "start": 485, - "end": 486, + "start": 504, + "end": 505, "loc": { "start": { "line": 20, @@ -3248,8 +3248,8 @@ "updateContext": null }, "value": "\n\t\t", - "start": 486, - "end": 489, + "start": 505, + "end": 509, "loc": { "start": { "line": 20, @@ -3273,8 +3273,8 @@ "postfix": false, "binop": null }, - "start": 489, - "end": 490, + "start": 509, + "end": 510, "loc": { "start": { "line": 21, @@ -3300,8 +3300,8 @@ "updateContext": null }, "value": "/", - "start": 490, - "end": 491, + "start": 510, + "end": 511, "loc": { "start": { "line": 21, @@ -3327,8 +3327,8 @@ "updateContext": null }, "value": "div", - "start": 491, - "end": 494, + "start": 511, + "end": 514, "loc": { "start": { "line": 21, @@ -3352,8 +3352,8 @@ "postfix": false, "binop": null }, - "start": 494, - "end": 495, + "start": 514, + "end": 515, "loc": { "start": { "line": 21, @@ -3377,8 +3377,8 @@ "postfix": false, "binop": null }, - "start": 497, - "end": 498, + "start": 518, + "end": 519, "loc": { "start": { "line": 22, @@ -3403,8 +3403,8 @@ "binop": null, "updateContext": null }, - "start": 498, - "end": 499, + "start": 519, + "end": 520, "loc": { "start": { "line": 22, @@ -3428,8 +3428,8 @@ "postfix": false, "binop": null }, - "start": 500, - "end": 501, + "start": 522, + "end": 523, "loc": { "start": { "line": 23, @@ -3454,8 +3454,8 @@ "binop": null, "updateContext": null }, - "start": 501, - "end": 502, + "start": 523, + "end": 524, "loc": { "start": { "line": 23, @@ -3480,8 +3480,8 @@ "binop": null, "updateContext": null }, - "start": 502, - "end": 502, + "start": 524, + "end": 524, "loc": { "start": { "line": 23, diff --git a/docs/ast/source/components/admin/PageBody.js.json b/docs/ast/source/components/admin/PageBody.js.json index f4d9fcf..f6c09ae 100644 --- a/docs/ast/source/components/admin/PageBody.js.json +++ b/docs/ast/source/components/admin/PageBody.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 314, + "end": 333, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 314, + "end": 333, "loc": { "start": { "line": 1, @@ -99,9 +99,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Wrapper for an admin page's content\n *\n * @since 1.7.0\n *\n * @param props\n * @returns {*}\n * @constructor\n ", - "start": 28, - "end": 144, + "value": "*\r\n * Wrapper for an admin page's content\r\n *\r\n * @since 1.7.0\r\n *\r\n * @param props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 29, + "end": 153, "loc": { "start": { "line": 2, @@ -117,8 +117,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 145, - "end": 314, + "start": 155, + "end": 333, "loc": { "start": { "line": 11, @@ -133,8 +133,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 152, - "end": 314, + "start": 162, + "end": 333, "loc": { "start": { "line": 11, @@ -148,8 +148,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 158, - "end": 313, + "start": 168, + "end": 332, "loc": { "start": { "line": 11, @@ -162,8 +162,8 @@ }, "id": { "type": "Identifier", - "start": 158, - "end": 166, + "start": 168, + "end": 176, "loc": { "start": { "line": 11, @@ -180,8 +180,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 169, - "end": 313, + "start": 179, + "end": 332, "loc": { "start": { "line": 11, @@ -194,8 +194,8 @@ }, "id": { "type": "Identifier", - "start": 158, - "end": 166, + "start": 168, + "end": 176, "loc": { "start": { "line": 11, @@ -216,8 +216,8 @@ "params": [ { "type": "Identifier", - "start": 170, - "end": 175, + "start": 180, + "end": 185, "loc": { "start": { "line": 11, @@ -234,8 +234,8 @@ ], "body": { "type": "BlockStatement", - "start": 180, - "end": 313, + "start": 190, + "end": 332, "loc": { "start": { "line": 11, @@ -249,8 +249,8 @@ "body": [ { "type": "ReturnStatement", - "start": 183, - "end": 311, + "start": 194, + "end": 329, "loc": { "start": { "line": 12, @@ -263,8 +263,8 @@ }, "argument": { "type": "JSXElement", - "start": 193, - "end": 307, + "start": 205, + "end": 324, "loc": { "start": { "line": 13, @@ -277,8 +277,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 193, - "end": 278, + "start": 205, + "end": 293, "loc": { "start": { "line": 13, @@ -292,8 +292,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 201, - "end": 227, + "start": 214, + "end": 240, "loc": { "start": { "line": 14, @@ -306,8 +306,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 201, - "end": 206, + "start": 214, + "end": 219, "loc": { "start": { "line": 14, @@ -322,8 +322,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 207, - "end": 227, + "start": 220, + "end": 240, "loc": { "start": { "line": 14, @@ -336,8 +336,8 @@ }, "expression": { "type": "ObjectExpression", - "start": 208, - "end": 226, + "start": 221, + "end": 239, "loc": { "start": { "line": 14, @@ -351,8 +351,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 209, - "end": 225, + "start": 222, + "end": 238, "loc": { "start": { "line": 14, @@ -368,8 +368,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 209, - "end": 218, + "start": 222, + "end": 231, "loc": { "start": { "line": 14, @@ -385,8 +385,8 @@ }, "value": { "type": "StringLiteral", - "start": 219, - "end": 225, + "start": 232, + "end": 238, "loc": { "start": { "line": 14, @@ -410,8 +410,8 @@ }, { "type": "JSXAttribute", - "start": 231, - "end": 274, + "start": 245, + "end": 288, "loc": { "start": { "line": 15, @@ -424,8 +424,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 231, - "end": 240, + "start": 245, + "end": 254, "loc": { "start": { "line": 15, @@ -440,8 +440,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 241, - "end": 274, + "start": 255, + "end": 288, "loc": { "start": { "line": 15, @@ -454,8 +454,8 @@ }, "expression": { "type": "StringLiteral", - "start": 242, - "end": 273, + "start": 256, + "end": 287, "loc": { "start": { "line": 15, @@ -477,8 +477,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 194, - "end": 197, + "start": 206, + "end": 209, "loc": { "start": { "line": 13, @@ -495,8 +495,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 301, - "end": 307, + "start": 318, + "end": 324, "loc": { "start": { "line": 18, @@ -509,8 +509,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 303, - "end": 306, + "start": 320, + "end": 323, "loc": { "start": { "line": 18, @@ -527,8 +527,8 @@ "children": [ { "type": "JSXText", - "start": 278, - "end": 282, + "start": 293, + "end": 298, "loc": { "start": { "line": 16, @@ -544,8 +544,8 @@ }, { "type": "JSXExpressionContainer", - "start": 282, - "end": 298, + "start": 298, + "end": 314, "loc": { "start": { "line": 17, @@ -558,8 +558,8 @@ }, "expression": { "type": "MemberExpression", - "start": 283, - "end": 297, + "start": 299, + "end": 313, "loc": { "start": { "line": 17, @@ -572,8 +572,8 @@ }, "object": { "type": "Identifier", - "start": 283, - "end": 288, + "start": 299, + "end": 304, "loc": { "start": { "line": 17, @@ -589,8 +589,8 @@ }, "property": { "type": "Identifier", - "start": 289, - "end": 297, + "start": 305, + "end": 313, "loc": { "start": { "line": 17, @@ -609,8 +609,8 @@ }, { "type": "JSXText", - "start": 298, - "end": 301, + "start": 314, + "end": 318, "loc": { "start": { "line": 17, @@ -627,7 +627,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 189 + "parenStart": 200 } } } @@ -642,9 +642,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Wrapper for an admin page's content\n *\n * @since 1.7.0\n *\n * @param props\n * @returns {*}\n * @constructor\n ", - "start": 28, - "end": 144, + "value": "*\r\n * Wrapper for an admin page's content\r\n *\r\n * @since 1.7.0\r\n *\r\n * @param props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 29, + "end": 153, "loc": { "start": { "line": 2, @@ -662,9 +662,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Wrapper for an admin page's content\n *\n * @since 1.7.0\n *\n * @param props\n * @returns {*}\n * @constructor\n ", - "start": 28, - "end": 144, + "value": "*\r\n * Wrapper for an admin page's content\r\n *\r\n * @since 1.7.0\r\n *\r\n * @param props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 29, + "end": 153, "loc": { "start": { "line": 2, @@ -684,9 +684,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Wrapper for an admin page's content\n *\n * @since 1.7.0\n *\n * @param props\n * @returns {*}\n * @constructor\n ", - "start": 28, - "end": 144, + "value": "*\r\n * Wrapper for an admin page's content\r\n *\r\n * @since 1.7.0\r\n *\r\n * @param props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 29, + "end": 153, "loc": { "start": { "line": 2, @@ -835,9 +835,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Wrapper for an admin page's content\n *\n * @since 1.7.0\n *\n * @param props\n * @returns {*}\n * @constructor\n ", - "start": 28, - "end": 144, + "value": "*\r\n * Wrapper for an admin page's content\r\n *\r\n * @since 1.7.0\r\n *\r\n * @param props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 29, + "end": 153, "loc": { "start": { "line": 2, @@ -864,8 +864,8 @@ "updateContext": null }, "value": "export", - "start": 145, - "end": 151, + "start": 155, + "end": 161, "loc": { "start": { "line": 11, @@ -892,8 +892,8 @@ "updateContext": null }, "value": "const", - "start": 152, - "end": 157, + "start": 162, + "end": 167, "loc": { "start": { "line": 11, @@ -918,8 +918,8 @@ "binop": null }, "value": "PageBody", - "start": 158, - "end": 166, + "start": 168, + "end": 176, "loc": { "start": { "line": 11, @@ -945,8 +945,8 @@ "updateContext": null }, "value": "=", - "start": 167, - "end": 168, + "start": 177, + "end": 178, "loc": { "start": { "line": 11, @@ -970,8 +970,8 @@ "postfix": false, "binop": null }, - "start": 169, - "end": 170, + "start": 179, + "end": 180, "loc": { "start": { "line": 11, @@ -996,8 +996,8 @@ "binop": null }, "value": "props", - "start": 170, - "end": 175, + "start": 180, + "end": 185, "loc": { "start": { "line": 11, @@ -1021,8 +1021,8 @@ "postfix": false, "binop": null }, - "start": 175, - "end": 176, + "start": 185, + "end": 186, "loc": { "start": { "line": 11, @@ -1047,8 +1047,8 @@ "binop": null, "updateContext": null }, - "start": 177, - "end": 179, + "start": 187, + "end": 189, "loc": { "start": { "line": 11, @@ -1072,8 +1072,8 @@ "postfix": false, "binop": null }, - "start": 180, - "end": 181, + "start": 190, + "end": 191, "loc": { "start": { "line": 11, @@ -1100,8 +1100,8 @@ "updateContext": null }, "value": "return", - "start": 183, - "end": 189, + "start": 194, + "end": 200, "loc": { "start": { "line": 12, @@ -1125,8 +1125,8 @@ "postfix": false, "binop": null }, - "start": 189, - "end": 190, + "start": 200, + "end": 201, "loc": { "start": { "line": 12, @@ -1150,8 +1150,8 @@ "postfix": false, "binop": null }, - "start": 193, - "end": 194, + "start": 205, + "end": 206, "loc": { "start": { "line": 13, @@ -1177,8 +1177,8 @@ "updateContext": null }, "value": "div", - "start": 194, - "end": 197, + "start": 206, + "end": 209, "loc": { "start": { "line": 13, @@ -1204,8 +1204,8 @@ "updateContext": null }, "value": "style", - "start": 201, - "end": 206, + "start": 214, + "end": 219, "loc": { "start": { "line": 14, @@ -1231,8 +1231,8 @@ "updateContext": null }, "value": "=", - "start": 206, - "end": 207, + "start": 219, + "end": 220, "loc": { "start": { "line": 14, @@ -1256,8 +1256,8 @@ "postfix": false, "binop": null }, - "start": 207, - "end": 208, + "start": 220, + "end": 221, "loc": { "start": { "line": 14, @@ -1281,8 +1281,8 @@ "postfix": false, "binop": null }, - "start": 208, - "end": 209, + "start": 221, + "end": 222, "loc": { "start": { "line": 14, @@ -1307,8 +1307,8 @@ "binop": null }, "value": "marginTop", - "start": 209, - "end": 218, + "start": 222, + "end": 231, "loc": { "start": { "line": 14, @@ -1333,8 +1333,8 @@ "binop": null, "updateContext": null }, - "start": 218, - "end": 219, + "start": 231, + "end": 232, "loc": { "start": { "line": 14, @@ -1360,8 +1360,8 @@ "updateContext": null }, "value": "75px", - "start": 219, - "end": 225, + "start": 232, + "end": 238, "loc": { "start": { "line": 14, @@ -1385,8 +1385,8 @@ "postfix": false, "binop": null }, - "start": 225, - "end": 226, + "start": 238, + "end": 239, "loc": { "start": { "line": 14, @@ -1410,8 +1410,8 @@ "postfix": false, "binop": null }, - "start": 226, - "end": 227, + "start": 239, + "end": 240, "loc": { "start": { "line": 14, @@ -1437,8 +1437,8 @@ "updateContext": null }, "value": "className", - "start": 231, - "end": 240, + "start": 245, + "end": 254, "loc": { "start": { "line": 15, @@ -1464,8 +1464,8 @@ "updateContext": null }, "value": "=", - "start": 240, - "end": 241, + "start": 254, + "end": 255, "loc": { "start": { "line": 15, @@ -1489,8 +1489,8 @@ "postfix": false, "binop": null }, - "start": 241, - "end": 242, + "start": 255, + "end": 256, "loc": { "start": { "line": 15, @@ -1516,8 +1516,8 @@ "updateContext": null }, "value": "caldera-forms-admin-page-wrap", - "start": 242, - "end": 273, + "start": 256, + "end": 287, "loc": { "start": { "line": 15, @@ -1541,8 +1541,8 @@ "postfix": false, "binop": null }, - "start": 273, - "end": 274, + "start": 287, + "end": 288, "loc": { "start": { "line": 15, @@ -1566,8 +1566,8 @@ "postfix": false, "binop": null }, - "start": 277, - "end": 278, + "start": 292, + "end": 293, "loc": { "start": { "line": 16, @@ -1593,8 +1593,8 @@ "updateContext": null }, "value": "\n\t\t\t", - "start": 278, - "end": 282, + "start": 293, + "end": 298, "loc": { "start": { "line": 16, @@ -1618,8 +1618,8 @@ "postfix": false, "binop": null }, - "start": 282, - "end": 283, + "start": 298, + "end": 299, "loc": { "start": { "line": 17, @@ -1644,8 +1644,8 @@ "binop": null }, "value": "props", - "start": 283, - "end": 288, + "start": 299, + "end": 304, "loc": { "start": { "line": 17, @@ -1670,8 +1670,8 @@ "binop": null, "updateContext": null }, - "start": 288, - "end": 289, + "start": 304, + "end": 305, "loc": { "start": { "line": 17, @@ -1696,8 +1696,8 @@ "binop": null }, "value": "children", - "start": 289, - "end": 297, + "start": 305, + "end": 313, "loc": { "start": { "line": 17, @@ -1721,8 +1721,8 @@ "postfix": false, "binop": null }, - "start": 297, - "end": 298, + "start": 313, + "end": 314, "loc": { "start": { "line": 17, @@ -1748,8 +1748,8 @@ "updateContext": null }, "value": "\n\t\t", - "start": 298, - "end": 301, + "start": 314, + "end": 318, "loc": { "start": { "line": 17, @@ -1773,8 +1773,8 @@ "postfix": false, "binop": null }, - "start": 301, - "end": 302, + "start": 318, + "end": 319, "loc": { "start": { "line": 18, @@ -1800,8 +1800,8 @@ "updateContext": null }, "value": "/", - "start": 302, - "end": 303, + "start": 319, + "end": 320, "loc": { "start": { "line": 18, @@ -1827,8 +1827,8 @@ "updateContext": null }, "value": "div", - "start": 303, - "end": 306, + "start": 320, + "end": 323, "loc": { "start": { "line": 18, @@ -1852,8 +1852,8 @@ "postfix": false, "binop": null }, - "start": 306, - "end": 307, + "start": 323, + "end": 324, "loc": { "start": { "line": 18, @@ -1877,8 +1877,8 @@ "postfix": false, "binop": null }, - "start": 309, - "end": 310, + "start": 327, + "end": 328, "loc": { "start": { "line": 19, @@ -1903,8 +1903,8 @@ "binop": null, "updateContext": null }, - "start": 310, - "end": 311, + "start": 328, + "end": 329, "loc": { "start": { "line": 19, @@ -1928,8 +1928,8 @@ "postfix": false, "binop": null }, - "start": 312, - "end": 313, + "start": 331, + "end": 332, "loc": { "start": { "line": 20, @@ -1954,8 +1954,8 @@ "binop": null, "updateContext": null }, - "start": 313, - "end": 314, + "start": 332, + "end": 333, "loc": { "start": { "line": 20, @@ -1980,8 +1980,8 @@ "binop": null, "updateContext": null }, - "start": 314, - "end": 314, + "start": 333, + "end": 333, "loc": { "start": { "line": 20, diff --git a/docs/ast/source/components/admin/StatusIndicator.js.json b/docs/ast/source/components/admin/StatusIndicator.js.json index e2d6185..8f8ce87 100644 --- a/docs/ast/source/components/admin/StatusIndicator.js.json +++ b/docs/ast/source/components/admin/StatusIndicator.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 775, + "end": 814, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 775, + "end": 814, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 28, - "end": 63, + "start": 29, + "end": 64, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 35, - "end": 44, + "start": 36, + "end": 45, "loc": { "start": { "line": 2, @@ -128,8 +128,8 @@ }, "local": { "type": "Identifier", - "start": 35, - "end": 44, + "start": 36, + "end": 45, "loc": { "start": { "line": 2, @@ -147,8 +147,8 @@ ], "source": { "type": "StringLiteral", - "start": 50, - "end": 62, + "start": 51, + "end": 63, "loc": { "start": { "line": 2, @@ -168,9 +168,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * A status indicator componet with CF Admin classes expected for CSS\n * @param props\n * @return {*}\n * @constructor\n ", - "start": 65, - "end": 189, + "value": "*\r\n * A status indicator componet with CF Admin classes expected for CSS\r\n * @param props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 68, + "end": 197, "loc": { "start": { "line": 4, @@ -186,8 +186,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 190, - "end": 552, + "start": 199, + "end": 582, "loc": { "start": { "line": 10, @@ -202,8 +202,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 198, - "end": 552, + "start": 207, + "end": 582, "loc": { "start": { "line": 10, @@ -217,8 +217,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 204, - "end": 551, + "start": 213, + "end": 581, "loc": { "start": { "line": 10, @@ -231,8 +231,8 @@ }, "id": { "type": "Identifier", - "start": 204, - "end": 219, + "start": 213, + "end": 228, "loc": { "start": { "line": 10, @@ -249,8 +249,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 222, - "end": 551, + "start": 231, + "end": 581, "loc": { "start": { "line": 10, @@ -263,8 +263,8 @@ }, "id": { "type": "Identifier", - "start": 204, - "end": 219, + "start": 213, + "end": 228, "loc": { "start": { "line": 10, @@ -285,8 +285,8 @@ "params": [ { "type": "Identifier", - "start": 223, - "end": 228, + "start": 232, + "end": 237, "loc": { "start": { "line": 10, @@ -303,8 +303,8 @@ ], "body": { "type": "BlockStatement", - "start": 232, - "end": 551, + "start": 241, + "end": 581, "loc": { "start": { "line": 10, @@ -318,8 +318,8 @@ "body": [ { "type": "IfStatement", - "start": 235, - "end": 271, + "start": 245, + "end": 283, "loc": { "start": { "line": 11, @@ -332,8 +332,8 @@ }, "test": { "type": "UnaryExpression", - "start": 239, - "end": 251, + "start": 249, + "end": 261, "loc": { "start": { "line": 11, @@ -348,8 +348,8 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 241, - "end": 251, + "start": 251, + "end": 261, "loc": { "start": { "line": 11, @@ -362,8 +362,8 @@ }, "object": { "type": "Identifier", - "start": 241, - "end": 246, + "start": 251, + "end": 256, "loc": { "start": { "line": 11, @@ -379,8 +379,8 @@ }, "property": { "type": "Identifier", - "start": 247, - "end": 251, + "start": 257, + "end": 261, "loc": { "start": { "line": 11, @@ -402,8 +402,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 252, - "end": 271, + "start": 262, + "end": 283, "loc": { "start": { "line": 11, @@ -417,8 +417,8 @@ "body": [ { "type": "ReturnStatement", - "start": 256, - "end": 268, + "start": 267, + "end": 279, "loc": { "start": { "line": 12, @@ -431,8 +431,8 @@ }, "argument": { "type": "NullLiteral", - "start": 263, - "end": 267, + "start": 274, + "end": 278, "loc": { "start": { "line": 12, @@ -452,8 +452,8 @@ }, { "type": "VariableDeclaration", - "start": 273, - "end": 300, + "start": 286, + "end": 313, "loc": { "start": { "line": 14, @@ -467,8 +467,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 277, - "end": 299, + "start": 290, + "end": 312, "loc": { "start": { "line": 14, @@ -481,8 +481,8 @@ }, "id": { "type": "Identifier", - "start": 277, - "end": 286, + "start": 290, + "end": 299, "loc": { "start": { "line": 14, @@ -498,8 +498,8 @@ }, "init": { "type": "StringLiteral", - "start": 289, - "end": 299, + "start": 302, + "end": 312, "loc": { "start": { "line": 14, @@ -522,8 +522,8 @@ }, { "type": "IfStatement", - "start": 302, - "end": 424, + "start": 316, + "end": 442, "loc": { "start": { "line": 15, @@ -536,8 +536,8 @@ }, "test": { "type": "MemberExpression", - "start": 306, - "end": 319, + "start": 320, + "end": 333, "loc": { "start": { "line": 15, @@ -550,8 +550,8 @@ }, "object": { "type": "Identifier", - "start": 306, - "end": 311, + "start": 320, + "end": 325, "loc": { "start": { "line": 15, @@ -567,8 +567,8 @@ }, "property": { "type": "Identifier", - "start": 312, - "end": 319, + "start": 326, + "end": 333, "loc": { "start": { "line": 15, @@ -586,8 +586,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 320, - "end": 371, + "start": 334, + "end": 387, "loc": { "start": { "line": 15, @@ -601,8 +601,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 324, - "end": 368, + "start": 339, + "end": 383, "loc": { "start": { "line": 16, @@ -615,8 +615,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 324, - "end": 367, + "start": 339, + "end": 382, "loc": { "start": { "line": 16, @@ -630,8 +630,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 324, - "end": 333, + "start": 339, + "end": 348, "loc": { "start": { "line": 16, @@ -647,8 +647,8 @@ }, "right": { "type": "TemplateLiteral", - "start": 336, - "end": 367, + "start": 351, + "end": 382, "loc": { "start": { "line": 16, @@ -662,8 +662,8 @@ "expressions": [ { "type": "Identifier", - "start": 339, - "end": 348, + "start": 354, + "end": 363, "loc": { "start": { "line": 16, @@ -681,8 +681,8 @@ "quasis": [ { "type": "TemplateElement", - "start": 337, - "end": 337, + "start": 352, + "end": 352, "loc": { "start": { "line": 16, @@ -701,8 +701,8 @@ }, { "type": "TemplateElement", - "start": 349, - "end": 366, + "start": 364, + "end": 381, "loc": { "start": { "line": 16, @@ -728,8 +728,8 @@ }, "alternate": { "type": "BlockStatement", - "start": 375, - "end": 424, + "start": 391, + "end": 442, "loc": { "start": { "line": 17, @@ -743,8 +743,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 379, - "end": 421, + "start": 396, + "end": 438, "loc": { "start": { "line": 18, @@ -757,8 +757,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 379, - "end": 420, + "start": 396, + "end": 437, "loc": { "start": { "line": 18, @@ -772,8 +772,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 379, - "end": 388, + "start": 396, + "end": 405, "loc": { "start": { "line": 18, @@ -789,8 +789,8 @@ }, "right": { "type": "TemplateLiteral", - "start": 391, - "end": 420, + "start": 408, + "end": 437, "loc": { "start": { "line": 18, @@ -804,8 +804,8 @@ "expressions": [ { "type": "Identifier", - "start": 394, - "end": 403, + "start": 411, + "end": 420, "loc": { "start": { "line": 18, @@ -823,8 +823,8 @@ "quasis": [ { "type": "TemplateElement", - "start": 392, - "end": 392, + "start": 409, + "end": 409, "loc": { "start": { "line": 18, @@ -843,8 +843,8 @@ }, { "type": "TemplateElement", - "start": 404, - "end": 419, + "start": 421, + "end": 436, "loc": { "start": { "line": 18, @@ -871,8 +871,8 @@ }, { "type": "ReturnStatement", - "start": 427, - "end": 548, + "start": 447, + "end": 576, "loc": { "start": { "line": 21, @@ -885,8 +885,8 @@ }, "argument": { "type": "JSXElement", - "start": 437, - "end": 544, + "start": 458, + "end": 571, "loc": { "start": { "line": 22, @@ -899,8 +899,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 437, - "end": 470, + "start": 458, + "end": 491, "loc": { "start": { "line": 22, @@ -914,8 +914,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 442, - "end": 469, + "start": 463, + "end": 490, "loc": { "start": { "line": 22, @@ -928,8 +928,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 442, - "end": 451, + "start": 463, + "end": 472, "loc": { "start": { "line": 22, @@ -944,8 +944,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 452, - "end": 469, + "start": 473, + "end": 490, "loc": { "start": { "line": 22, @@ -958,8 +958,8 @@ }, "expression": { "type": "StringLiteral", - "start": 453, - "end": 468, + "start": 474, + "end": 489, "loc": { "start": { "line": 22, @@ -981,8 +981,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 438, - "end": 441, + "start": 459, + "end": 462, "loc": { "start": { "line": 22, @@ -999,8 +999,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 538, - "end": 544, + "start": 565, + "end": 571, "loc": { "start": { "line": 28, @@ -1013,8 +1013,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 540, - "end": 543, + "start": 567, + "end": 570, "loc": { "start": { "line": 28, @@ -1031,8 +1031,8 @@ "children": [ { "type": "JSXText", - "start": 470, - "end": 474, + "start": 491, + "end": 496, "loc": { "start": { "line": 22, @@ -1048,8 +1048,8 @@ }, { "type": "JSXElement", - "start": 474, - "end": 535, + "start": 496, + "end": 561, "loc": { "start": { "line": 23, @@ -1062,8 +1062,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 474, - "end": 507, + "start": 496, + "end": 531, "loc": { "start": { "line": 23, @@ -1077,8 +1077,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 481, - "end": 502, + "start": 504, + "end": 525, "loc": { "start": { "line": 24, @@ -1091,8 +1091,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 481, - "end": 490, + "start": 504, + "end": 513, "loc": { "start": { "line": 24, @@ -1107,8 +1107,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 491, - "end": 502, + "start": 514, + "end": 525, "loc": { "start": { "line": 24, @@ -1121,8 +1121,8 @@ }, "expression": { "type": "Identifier", - "start": 492, - "end": 501, + "start": 515, + "end": 524, "loc": { "start": { "line": 24, @@ -1141,8 +1141,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 475, - "end": 476, + "start": 497, + "end": 498, "loc": { "start": { "line": 23, @@ -1159,8 +1159,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 531, - "end": 535, + "start": 557, + "end": 561, "loc": { "start": { "line": 27, @@ -1173,8 +1173,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 533, - "end": 534, + "start": 559, + "end": 560, "loc": { "start": { "line": 27, @@ -1191,8 +1191,8 @@ "children": [ { "type": "JSXText", - "start": 507, - "end": 512, + "start": 531, + "end": 537, "loc": { "start": { "line": 25, @@ -1208,8 +1208,8 @@ }, { "type": "JSXExpressionContainer", - "start": 512, - "end": 527, + "start": 537, + "end": 552, "loc": { "start": { "line": 26, @@ -1222,8 +1222,8 @@ }, "expression": { "type": "MemberExpression", - "start": 513, - "end": 526, + "start": 538, + "end": 551, "loc": { "start": { "line": 26, @@ -1236,8 +1236,8 @@ }, "object": { "type": "Identifier", - "start": 513, - "end": 518, + "start": 538, + "end": 543, "loc": { "start": { "line": 26, @@ -1253,8 +1253,8 @@ }, "property": { "type": "Identifier", - "start": 519, - "end": 526, + "start": 544, + "end": 551, "loc": { "start": { "line": 26, @@ -1273,8 +1273,8 @@ }, { "type": "JSXText", - "start": 527, - "end": 531, + "start": 552, + "end": 557, "loc": { "start": { "line": 26, @@ -1292,8 +1292,8 @@ }, { "type": "JSXText", - "start": 535, - "end": 538, + "start": 561, + "end": 565, "loc": { "start": { "line": 27, @@ -1310,7 +1310,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 433 + "parenStart": 453 } } } @@ -1325,9 +1325,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * A status indicator componet with CF Admin classes expected for CSS\n * @param props\n * @return {*}\n * @constructor\n ", - "start": 65, - "end": 189, + "value": "*\r\n * A status indicator componet with CF Admin classes expected for CSS\r\n * @param props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 68, + "end": 197, "loc": { "start": { "line": 4, @@ -1343,9 +1343,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Default props for the StatusIndicator compoents\n * @type {{message: shim, success: shim, show: shim}}\n ", - "start": 553, - "end": 665, + "value": "*\r\n * Default props for the StatusIndicator compoents\r\n * @type {{message: shim, success: shim, show: shim}}\r\n ", + "start": 584, + "end": 699, "loc": { "start": { "line": 32, @@ -1362,9 +1362,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * A status indicator componet with CF Admin classes expected for CSS\n * @param props\n * @return {*}\n * @constructor\n ", - "start": 65, - "end": 189, + "value": "*\r\n * A status indicator componet with CF Admin classes expected for CSS\r\n * @param props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 68, + "end": 197, "loc": { "start": { "line": 4, @@ -1380,9 +1380,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Default props for the StatusIndicator compoents\n * @type {{message: shim, success: shim, show: shim}}\n ", - "start": 553, - "end": 665, + "value": "*\r\n * Default props for the StatusIndicator compoents\r\n * @type {{message: shim, success: shim, show: shim}}\r\n ", + "start": 584, + "end": 699, "loc": { "start": { "line": 32, @@ -1398,8 +1398,8 @@ }, { "type": "ExpressionStatement", - "start": 666, - "end": 775, + "start": 701, + "end": 814, "loc": { "start": { "line": 36, @@ -1412,8 +1412,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 666, - "end": 774, + "start": 701, + "end": 813, "loc": { "start": { "line": 36, @@ -1427,8 +1427,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 666, - "end": 691, + "start": 701, + "end": 726, "loc": { "start": { "line": 36, @@ -1441,8 +1441,8 @@ }, "object": { "type": "Identifier", - "start": 666, - "end": 681, + "start": 701, + "end": 716, "loc": { "start": { "line": 36, @@ -1459,8 +1459,8 @@ }, "property": { "type": "Identifier", - "start": 682, - "end": 691, + "start": 717, + "end": 726, "loc": { "start": { "line": 36, @@ -1479,8 +1479,8 @@ }, "right": { "type": "ObjectExpression", - "start": 694, - "end": 774, + "start": 729, + "end": 813, "loc": { "start": { "line": 36, @@ -1494,8 +1494,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 697, - "end": 722, + "start": 733, + "end": 758, "loc": { "start": { "line": 37, @@ -1511,8 +1511,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 697, - "end": 704, + "start": 733, + "end": 740, "loc": { "start": { "line": 37, @@ -1528,8 +1528,8 @@ }, "value": { "type": "MemberExpression", - "start": 706, - "end": 722, + "start": 742, + "end": 758, "loc": { "start": { "line": 37, @@ -1542,8 +1542,8 @@ }, "object": { "type": "Identifier", - "start": 706, - "end": 715, + "start": 742, + "end": 751, "loc": { "start": { "line": 37, @@ -1559,8 +1559,8 @@ }, "property": { "type": "Identifier", - "start": 716, - "end": 722, + "start": 752, + "end": 758, "loc": { "start": { "line": 37, @@ -1579,8 +1579,8 @@ }, { "type": "ObjectProperty", - "start": 725, - "end": 748, + "start": 762, + "end": 785, "loc": { "start": { "line": 38, @@ -1596,8 +1596,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 725, - "end": 732, + "start": 762, + "end": 769, "loc": { "start": { "line": 38, @@ -1613,8 +1613,8 @@ }, "value": { "type": "MemberExpression", - "start": 734, - "end": 748, + "start": 771, + "end": 785, "loc": { "start": { "line": 38, @@ -1627,8 +1627,8 @@ }, "object": { "type": "Identifier", - "start": 734, - "end": 743, + "start": 771, + "end": 780, "loc": { "start": { "line": 38, @@ -1644,8 +1644,8 @@ }, "property": { "type": "Identifier", - "start": 744, - "end": 748, + "start": 781, + "end": 785, "loc": { "start": { "line": 38, @@ -1664,8 +1664,8 @@ }, { "type": "ObjectProperty", - "start": 751, - "end": 771, + "start": 789, + "end": 809, "loc": { "start": { "line": 39, @@ -1681,8 +1681,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 751, - "end": 755, + "start": 789, + "end": 793, "loc": { "start": { "line": 39, @@ -1698,8 +1698,8 @@ }, "value": { "type": "MemberExpression", - "start": 757, - "end": 771, + "start": 795, + "end": 809, "loc": { "start": { "line": 39, @@ -1712,8 +1712,8 @@ }, "object": { "type": "Identifier", - "start": 757, - "end": 766, + "start": 795, + "end": 804, "loc": { "start": { "line": 39, @@ -1729,8 +1729,8 @@ }, "property": { "type": "Identifier", - "start": 767, - "end": 771, + "start": 805, + "end": 809, "loc": { "start": { "line": 39, @@ -1754,9 +1754,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Default props for the StatusIndicator compoents\n * @type {{message: shim, success: shim, show: shim}}\n ", - "start": 553, - "end": 665, + "value": "*\r\n * Default props for the StatusIndicator compoents\r\n * @type {{message: shim, success: shim, show: shim}}\r\n ", + "start": 584, + "end": 699, "loc": { "start": { "line": 32, @@ -1776,9 +1776,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * A status indicator componet with CF Admin classes expected for CSS\n * @param props\n * @return {*}\n * @constructor\n ", - "start": 65, - "end": 189, + "value": "*\r\n * A status indicator componet with CF Admin classes expected for CSS\r\n * @param props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 68, + "end": 197, "loc": { "start": { "line": 4, @@ -1792,9 +1792,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default props for the StatusIndicator compoents\n * @type {{message: shim, success: shim, show: shim}}\n ", - "start": 553, - "end": 665, + "value": "*\r\n * Default props for the StatusIndicator compoents\r\n * @type {{message: shim, success: shim, show: shim}}\r\n ", + "start": 584, + "end": 699, "loc": { "start": { "line": 32, @@ -1956,8 +1956,8 @@ "updateContext": null }, "value": "import", - "start": 28, - "end": 34, + "start": 29, + "end": 35, "loc": { "start": { "line": 2, @@ -1982,8 +1982,8 @@ "binop": null }, "value": "PropTypes", - "start": 35, - "end": 44, + "start": 36, + "end": 45, "loc": { "start": { "line": 2, @@ -2008,8 +2008,8 @@ "binop": null }, "value": "from", - "start": 45, - "end": 49, + "start": 46, + "end": 50, "loc": { "start": { "line": 2, @@ -2035,8 +2035,8 @@ "updateContext": null }, "value": "prop-types", - "start": 50, - "end": 62, + "start": 51, + "end": 63, "loc": { "start": { "line": 2, @@ -2061,8 +2061,8 @@ "binop": null, "updateContext": null }, - "start": 62, - "end": 63, + "start": 63, + "end": 64, "loc": { "start": { "line": 2, @@ -2076,9 +2076,9 @@ }, { "type": "CommentBlock", - "value": "*\n * A status indicator componet with CF Admin classes expected for CSS\n * @param props\n * @return {*}\n * @constructor\n ", - "start": 65, - "end": 189, + "value": "*\r\n * A status indicator componet with CF Admin classes expected for CSS\r\n * @param props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 68, + "end": 197, "loc": { "start": { "line": 4, @@ -2105,8 +2105,8 @@ "updateContext": null }, "value": "export", - "start": 190, - "end": 196, + "start": 199, + "end": 205, "loc": { "start": { "line": 10, @@ -2133,8 +2133,8 @@ "updateContext": null }, "value": "const", - "start": 198, - "end": 203, + "start": 207, + "end": 212, "loc": { "start": { "line": 10, @@ -2159,8 +2159,8 @@ "binop": null }, "value": "StatusIndicator", - "start": 204, - "end": 219, + "start": 213, + "end": 228, "loc": { "start": { "line": 10, @@ -2186,8 +2186,8 @@ "updateContext": null }, "value": "=", - "start": 220, - "end": 221, + "start": 229, + "end": 230, "loc": { "start": { "line": 10, @@ -2211,8 +2211,8 @@ "postfix": false, "binop": null }, - "start": 222, - "end": 223, + "start": 231, + "end": 232, "loc": { "start": { "line": 10, @@ -2237,8 +2237,8 @@ "binop": null }, "value": "props", - "start": 223, - "end": 228, + "start": 232, + "end": 237, "loc": { "start": { "line": 10, @@ -2262,8 +2262,8 @@ "postfix": false, "binop": null }, - "start": 228, - "end": 229, + "start": 237, + "end": 238, "loc": { "start": { "line": 10, @@ -2288,8 +2288,8 @@ "binop": null, "updateContext": null }, - "start": 230, - "end": 232, + "start": 239, + "end": 241, "loc": { "start": { "line": 10, @@ -2313,8 +2313,8 @@ "postfix": false, "binop": null }, - "start": 232, - "end": 233, + "start": 241, + "end": 242, "loc": { "start": { "line": 10, @@ -2341,8 +2341,8 @@ "updateContext": null }, "value": "if", - "start": 235, - "end": 237, + "start": 245, + "end": 247, "loc": { "start": { "line": 11, @@ -2366,8 +2366,8 @@ "postfix": false, "binop": null }, - "start": 237, - "end": 238, + "start": 247, + "end": 248, "loc": { "start": { "line": 11, @@ -2393,8 +2393,8 @@ "updateContext": null }, "value": "!", - "start": 239, - "end": 240, + "start": 249, + "end": 250, "loc": { "start": { "line": 11, @@ -2419,8 +2419,8 @@ "binop": null }, "value": "props", - "start": 241, - "end": 246, + "start": 251, + "end": 256, "loc": { "start": { "line": 11, @@ -2445,8 +2445,8 @@ "binop": null, "updateContext": null }, - "start": 246, - "end": 247, + "start": 256, + "end": 257, "loc": { "start": { "line": 11, @@ -2471,8 +2471,8 @@ "binop": null }, "value": "show", - "start": 247, - "end": 251, + "start": 257, + "end": 261, "loc": { "start": { "line": 11, @@ -2496,8 +2496,8 @@ "postfix": false, "binop": null }, - "start": 251, - "end": 252, + "start": 261, + "end": 262, "loc": { "start": { "line": 11, @@ -2521,8 +2521,8 @@ "postfix": false, "binop": null }, - "start": 252, - "end": 253, + "start": 262, + "end": 263, "loc": { "start": { "line": 11, @@ -2549,8 +2549,8 @@ "updateContext": null }, "value": "return", - "start": 256, - "end": 262, + "start": 267, + "end": 273, "loc": { "start": { "line": 12, @@ -2577,8 +2577,8 @@ "updateContext": null }, "value": "null", - "start": 263, - "end": 267, + "start": 274, + "end": 278, "loc": { "start": { "line": 12, @@ -2603,8 +2603,8 @@ "binop": null, "updateContext": null }, - "start": 267, - "end": 268, + "start": 278, + "end": 279, "loc": { "start": { "line": 12, @@ -2628,8 +2628,8 @@ "postfix": false, "binop": null }, - "start": 270, - "end": 271, + "start": 282, + "end": 283, "loc": { "start": { "line": 13, @@ -2656,8 +2656,8 @@ "updateContext": null }, "value": "let", - "start": 273, - "end": 276, + "start": 286, + "end": 289, "loc": { "start": { "line": 14, @@ -2682,8 +2682,8 @@ "binop": null }, "value": "className", - "start": 277, - "end": 286, + "start": 290, + "end": 299, "loc": { "start": { "line": 14, @@ -2709,8 +2709,8 @@ "updateContext": null }, "value": "=", - "start": 287, - "end": 288, + "start": 300, + "end": 301, "loc": { "start": { "line": 14, @@ -2736,8 +2736,8 @@ "updateContext": null }, "value": "cf-alert", - "start": 289, - "end": 299, + "start": 302, + "end": 312, "loc": { "start": { "line": 14, @@ -2762,8 +2762,8 @@ "binop": null, "updateContext": null }, - "start": 299, - "end": 300, + "start": 312, + "end": 313, "loc": { "start": { "line": 14, @@ -2790,8 +2790,8 @@ "updateContext": null }, "value": "if", - "start": 302, - "end": 304, + "start": 316, + "end": 318, "loc": { "start": { "line": 15, @@ -2815,8 +2815,8 @@ "postfix": false, "binop": null }, - "start": 304, - "end": 305, + "start": 318, + "end": 319, "loc": { "start": { "line": 15, @@ -2841,8 +2841,8 @@ "binop": null }, "value": "props", - "start": 306, - "end": 311, + "start": 320, + "end": 325, "loc": { "start": { "line": 15, @@ -2867,8 +2867,8 @@ "binop": null, "updateContext": null }, - "start": 311, - "end": 312, + "start": 325, + "end": 326, "loc": { "start": { "line": 15, @@ -2893,8 +2893,8 @@ "binop": null }, "value": "success", - "start": 312, - "end": 319, + "start": 326, + "end": 333, "loc": { "start": { "line": 15, @@ -2918,8 +2918,8 @@ "postfix": false, "binop": null }, - "start": 319, - "end": 320, + "start": 333, + "end": 334, "loc": { "start": { "line": 15, @@ -2943,8 +2943,8 @@ "postfix": false, "binop": null }, - "start": 320, - "end": 321, + "start": 334, + "end": 335, "loc": { "start": { "line": 15, @@ -2969,8 +2969,8 @@ "binop": null }, "value": "className", - "start": 324, - "end": 333, + "start": 339, + "end": 348, "loc": { "start": { "line": 16, @@ -2996,8 +2996,8 @@ "updateContext": null }, "value": "=", - "start": 334, - "end": 335, + "start": 349, + "end": 350, "loc": { "start": { "line": 16, @@ -3021,8 +3021,8 @@ "postfix": false, "binop": null }, - "start": 336, - "end": 337, + "start": 351, + "end": 352, "loc": { "start": { "line": 16, @@ -3048,8 +3048,8 @@ "updateContext": null }, "value": "", - "start": 337, - "end": 337, + "start": 352, + "end": 352, "loc": { "start": { "line": 16, @@ -3073,8 +3073,8 @@ "postfix": false, "binop": null }, - "start": 337, - "end": 339, + "start": 352, + "end": 354, "loc": { "start": { "line": 16, @@ -3099,8 +3099,8 @@ "binop": null }, "value": "className", - "start": 339, - "end": 348, + "start": 354, + "end": 363, "loc": { "start": { "line": 16, @@ -3124,8 +3124,8 @@ "postfix": false, "binop": null }, - "start": 348, - "end": 349, + "start": 363, + "end": 364, "loc": { "start": { "line": 16, @@ -3151,8 +3151,8 @@ "updateContext": null }, "value": " cf-alert-success", - "start": 349, - "end": 366, + "start": 364, + "end": 381, "loc": { "start": { "line": 16, @@ -3176,8 +3176,8 @@ "postfix": false, "binop": null }, - "start": 366, - "end": 367, + "start": 381, + "end": 382, "loc": { "start": { "line": 16, @@ -3202,8 +3202,8 @@ "binop": null, "updateContext": null }, - "start": 367, - "end": 368, + "start": 382, + "end": 383, "loc": { "start": { "line": 16, @@ -3227,8 +3227,8 @@ "postfix": false, "binop": null }, - "start": 370, - "end": 371, + "start": 386, + "end": 387, "loc": { "start": { "line": 17, @@ -3255,8 +3255,8 @@ "updateContext": null }, "value": "else", - "start": 371, - "end": 375, + "start": 387, + "end": 391, "loc": { "start": { "line": 17, @@ -3280,8 +3280,8 @@ "postfix": false, "binop": null }, - "start": 375, - "end": 376, + "start": 391, + "end": 392, "loc": { "start": { "line": 17, @@ -3306,8 +3306,8 @@ "binop": null }, "value": "className", - "start": 379, - "end": 388, + "start": 396, + "end": 405, "loc": { "start": { "line": 18, @@ -3333,8 +3333,8 @@ "updateContext": null }, "value": "=", - "start": 389, - "end": 390, + "start": 406, + "end": 407, "loc": { "start": { "line": 18, @@ -3358,8 +3358,8 @@ "postfix": false, "binop": null }, - "start": 391, - "end": 392, + "start": 408, + "end": 409, "loc": { "start": { "line": 18, @@ -3385,8 +3385,8 @@ "updateContext": null }, "value": "", - "start": 392, - "end": 392, + "start": 409, + "end": 409, "loc": { "start": { "line": 18, @@ -3410,8 +3410,8 @@ "postfix": false, "binop": null }, - "start": 392, - "end": 394, + "start": 409, + "end": 411, "loc": { "start": { "line": 18, @@ -3436,8 +3436,8 @@ "binop": null }, "value": "className", - "start": 394, - "end": 403, + "start": 411, + "end": 420, "loc": { "start": { "line": 18, @@ -3461,8 +3461,8 @@ "postfix": false, "binop": null }, - "start": 403, - "end": 404, + "start": 420, + "end": 421, "loc": { "start": { "line": 18, @@ -3488,8 +3488,8 @@ "updateContext": null }, "value": " cf-alert-error", - "start": 404, - "end": 419, + "start": 421, + "end": 436, "loc": { "start": { "line": 18, @@ -3513,8 +3513,8 @@ "postfix": false, "binop": null }, - "start": 419, - "end": 420, + "start": 436, + "end": 437, "loc": { "start": { "line": 18, @@ -3539,8 +3539,8 @@ "binop": null, "updateContext": null }, - "start": 420, - "end": 421, + "start": 437, + "end": 438, "loc": { "start": { "line": 18, @@ -3564,8 +3564,8 @@ "postfix": false, "binop": null }, - "start": 423, - "end": 424, + "start": 441, + "end": 442, "loc": { "start": { "line": 19, @@ -3592,8 +3592,8 @@ "updateContext": null }, "value": "return", - "start": 427, - "end": 433, + "start": 447, + "end": 453, "loc": { "start": { "line": 21, @@ -3617,8 +3617,8 @@ "postfix": false, "binop": null }, - "start": 433, - "end": 434, + "start": 453, + "end": 454, "loc": { "start": { "line": 21, @@ -3642,8 +3642,8 @@ "postfix": false, "binop": null }, - "start": 437, - "end": 438, + "start": 458, + "end": 459, "loc": { "start": { "line": 22, @@ -3669,8 +3669,8 @@ "updateContext": null }, "value": "div", - "start": 438, - "end": 441, + "start": 459, + "end": 462, "loc": { "start": { "line": 22, @@ -3696,8 +3696,8 @@ "updateContext": null }, "value": "className", - "start": 442, - "end": 451, + "start": 463, + "end": 472, "loc": { "start": { "line": 22, @@ -3723,8 +3723,8 @@ "updateContext": null }, "value": "=", - "start": 451, - "end": 452, + "start": 472, + "end": 473, "loc": { "start": { "line": 22, @@ -3748,8 +3748,8 @@ "postfix": false, "binop": null }, - "start": 452, - "end": 453, + "start": 473, + "end": 474, "loc": { "start": { "line": 22, @@ -3775,8 +3775,8 @@ "updateContext": null }, "value": "cf-alert-wrap", - "start": 453, - "end": 468, + "start": 474, + "end": 489, "loc": { "start": { "line": 22, @@ -3800,8 +3800,8 @@ "postfix": false, "binop": null }, - "start": 468, - "end": 469, + "start": 489, + "end": 490, "loc": { "start": { "line": 22, @@ -3825,8 +3825,8 @@ "postfix": false, "binop": null }, - "start": 469, - "end": 470, + "start": 490, + "end": 491, "loc": { "start": { "line": 22, @@ -3852,8 +3852,8 @@ "updateContext": null }, "value": "\n\t\t\t", - "start": 470, - "end": 474, + "start": 491, + "end": 496, "loc": { "start": { "line": 22, @@ -3877,8 +3877,8 @@ "postfix": false, "binop": null }, - "start": 474, - "end": 475, + "start": 496, + "end": 497, "loc": { "start": { "line": 23, @@ -3904,8 +3904,8 @@ "updateContext": null }, "value": "p", - "start": 475, - "end": 476, + "start": 497, + "end": 498, "loc": { "start": { "line": 23, @@ -3931,8 +3931,8 @@ "updateContext": null }, "value": "className", - "start": 481, - "end": 490, + "start": 504, + "end": 513, "loc": { "start": { "line": 24, @@ -3958,8 +3958,8 @@ "updateContext": null }, "value": "=", - "start": 490, - "end": 491, + "start": 513, + "end": 514, "loc": { "start": { "line": 24, @@ -3983,8 +3983,8 @@ "postfix": false, "binop": null }, - "start": 491, - "end": 492, + "start": 514, + "end": 515, "loc": { "start": { "line": 24, @@ -4009,8 +4009,8 @@ "binop": null }, "value": "className", - "start": 492, - "end": 501, + "start": 515, + "end": 524, "loc": { "start": { "line": 24, @@ -4034,8 +4034,8 @@ "postfix": false, "binop": null }, - "start": 501, - "end": 502, + "start": 524, + "end": 525, "loc": { "start": { "line": 24, @@ -4059,8 +4059,8 @@ "postfix": false, "binop": null }, - "start": 506, - "end": 507, + "start": 530, + "end": 531, "loc": { "start": { "line": 25, @@ -4086,8 +4086,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 507, - "end": 512, + "start": 531, + "end": 537, "loc": { "start": { "line": 25, @@ -4111,8 +4111,8 @@ "postfix": false, "binop": null }, - "start": 512, - "end": 513, + "start": 537, + "end": 538, "loc": { "start": { "line": 26, @@ -4137,8 +4137,8 @@ "binop": null }, "value": "props", - "start": 513, - "end": 518, + "start": 538, + "end": 543, "loc": { "start": { "line": 26, @@ -4163,8 +4163,8 @@ "binop": null, "updateContext": null }, - "start": 518, - "end": 519, + "start": 543, + "end": 544, "loc": { "start": { "line": 26, @@ -4189,8 +4189,8 @@ "binop": null }, "value": "message", - "start": 519, - "end": 526, + "start": 544, + "end": 551, "loc": { "start": { "line": 26, @@ -4214,8 +4214,8 @@ "postfix": false, "binop": null }, - "start": 526, - "end": 527, + "start": 551, + "end": 552, "loc": { "start": { "line": 26, @@ -4241,8 +4241,8 @@ "updateContext": null }, "value": "\n\t\t\t", - "start": 527, - "end": 531, + "start": 552, + "end": 557, "loc": { "start": { "line": 26, @@ -4266,8 +4266,8 @@ "postfix": false, "binop": null }, - "start": 531, - "end": 532, + "start": 557, + "end": 558, "loc": { "start": { "line": 27, @@ -4293,8 +4293,8 @@ "updateContext": null }, "value": "/", - "start": 532, - "end": 533, + "start": 558, + "end": 559, "loc": { "start": { "line": 27, @@ -4320,8 +4320,8 @@ "updateContext": null }, "value": "p", - "start": 533, - "end": 534, + "start": 559, + "end": 560, "loc": { "start": { "line": 27, @@ -4345,8 +4345,8 @@ "postfix": false, "binop": null }, - "start": 534, - "end": 535, + "start": 560, + "end": 561, "loc": { "start": { "line": 27, @@ -4372,8 +4372,8 @@ "updateContext": null }, "value": "\n\t\t", - "start": 535, - "end": 538, + "start": 561, + "end": 565, "loc": { "start": { "line": 27, @@ -4397,8 +4397,8 @@ "postfix": false, "binop": null }, - "start": 538, - "end": 539, + "start": 565, + "end": 566, "loc": { "start": { "line": 28, @@ -4424,8 +4424,8 @@ "updateContext": null }, "value": "/", - "start": 539, - "end": 540, + "start": 566, + "end": 567, "loc": { "start": { "line": 28, @@ -4451,8 +4451,8 @@ "updateContext": null }, "value": "div", - "start": 540, - "end": 543, + "start": 567, + "end": 570, "loc": { "start": { "line": 28, @@ -4476,8 +4476,8 @@ "postfix": false, "binop": null }, - "start": 543, - "end": 544, + "start": 570, + "end": 571, "loc": { "start": { "line": 28, @@ -4501,8 +4501,8 @@ "postfix": false, "binop": null }, - "start": 546, - "end": 547, + "start": 574, + "end": 575, "loc": { "start": { "line": 29, @@ -4527,8 +4527,8 @@ "binop": null, "updateContext": null }, - "start": 547, - "end": 548, + "start": 575, + "end": 576, "loc": { "start": { "line": 29, @@ -4552,8 +4552,8 @@ "postfix": false, "binop": null }, - "start": 550, - "end": 551, + "start": 580, + "end": 581, "loc": { "start": { "line": 31, @@ -4578,8 +4578,8 @@ "binop": null, "updateContext": null }, - "start": 551, - "end": 552, + "start": 581, + "end": 582, "loc": { "start": { "line": 31, @@ -4593,9 +4593,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default props for the StatusIndicator compoents\n * @type {{message: shim, success: shim, show: shim}}\n ", - "start": 553, - "end": 665, + "value": "*\r\n * Default props for the StatusIndicator compoents\r\n * @type {{message: shim, success: shim, show: shim}}\r\n ", + "start": 584, + "end": 699, "loc": { "start": { "line": 32, @@ -4620,8 +4620,8 @@ "binop": null }, "value": "StatusIndicator", - "start": 666, - "end": 681, + "start": 701, + "end": 716, "loc": { "start": { "line": 36, @@ -4646,8 +4646,8 @@ "binop": null, "updateContext": null }, - "start": 681, - "end": 682, + "start": 716, + "end": 717, "loc": { "start": { "line": 36, @@ -4672,8 +4672,8 @@ "binop": null }, "value": "propTypes", - "start": 682, - "end": 691, + "start": 717, + "end": 726, "loc": { "start": { "line": 36, @@ -4699,8 +4699,8 @@ "updateContext": null }, "value": "=", - "start": 692, - "end": 693, + "start": 727, + "end": 728, "loc": { "start": { "line": 36, @@ -4724,8 +4724,8 @@ "postfix": false, "binop": null }, - "start": 694, - "end": 695, + "start": 729, + "end": 730, "loc": { "start": { "line": 36, @@ -4750,8 +4750,8 @@ "binop": null }, "value": "message", - "start": 697, - "end": 704, + "start": 733, + "end": 740, "loc": { "start": { "line": 37, @@ -4776,8 +4776,8 @@ "binop": null, "updateContext": null }, - "start": 704, - "end": 705, + "start": 740, + "end": 741, "loc": { "start": { "line": 37, @@ -4802,8 +4802,8 @@ "binop": null }, "value": "PropTypes", - "start": 706, - "end": 715, + "start": 742, + "end": 751, "loc": { "start": { "line": 37, @@ -4828,8 +4828,8 @@ "binop": null, "updateContext": null }, - "start": 715, - "end": 716, + "start": 751, + "end": 752, "loc": { "start": { "line": 37, @@ -4854,8 +4854,8 @@ "binop": null }, "value": "string", - "start": 716, - "end": 722, + "start": 752, + "end": 758, "loc": { "start": { "line": 37, @@ -4880,8 +4880,8 @@ "binop": null, "updateContext": null }, - "start": 722, - "end": 723, + "start": 758, + "end": 759, "loc": { "start": { "line": 37, @@ -4906,8 +4906,8 @@ "binop": null }, "value": "success", - "start": 725, - "end": 732, + "start": 762, + "end": 769, "loc": { "start": { "line": 38, @@ -4932,8 +4932,8 @@ "binop": null, "updateContext": null }, - "start": 732, - "end": 733, + "start": 769, + "end": 770, "loc": { "start": { "line": 38, @@ -4958,8 +4958,8 @@ "binop": null }, "value": "PropTypes", - "start": 734, - "end": 743, + "start": 771, + "end": 780, "loc": { "start": { "line": 38, @@ -4984,8 +4984,8 @@ "binop": null, "updateContext": null }, - "start": 743, - "end": 744, + "start": 780, + "end": 781, "loc": { "start": { "line": 38, @@ -5010,8 +5010,8 @@ "binop": null }, "value": "bool", - "start": 744, - "end": 748, + "start": 781, + "end": 785, "loc": { "start": { "line": 38, @@ -5036,8 +5036,8 @@ "binop": null, "updateContext": null }, - "start": 748, - "end": 749, + "start": 785, + "end": 786, "loc": { "start": { "line": 38, @@ -5062,8 +5062,8 @@ "binop": null }, "value": "show", - "start": 751, - "end": 755, + "start": 789, + "end": 793, "loc": { "start": { "line": 39, @@ -5088,8 +5088,8 @@ "binop": null, "updateContext": null }, - "start": 755, - "end": 756, + "start": 793, + "end": 794, "loc": { "start": { "line": 39, @@ -5114,8 +5114,8 @@ "binop": null }, "value": "PropTypes", - "start": 757, - "end": 766, + "start": 795, + "end": 804, "loc": { "start": { "line": 39, @@ -5140,8 +5140,8 @@ "binop": null, "updateContext": null }, - "start": 766, - "end": 767, + "start": 804, + "end": 805, "loc": { "start": { "line": 39, @@ -5166,8 +5166,8 @@ "binop": null }, "value": "bool", - "start": 767, - "end": 771, + "start": 805, + "end": 809, "loc": { "start": { "line": 39, @@ -5192,8 +5192,8 @@ "binop": null, "updateContext": null }, - "start": 771, - "end": 772, + "start": 809, + "end": 810, "loc": { "start": { "line": 39, @@ -5217,8 +5217,8 @@ "postfix": false, "binop": null }, - "start": 773, - "end": 774, + "start": 812, + "end": 813, "loc": { "start": { "line": 40, @@ -5243,8 +5243,8 @@ "binop": null, "updateContext": null }, - "start": 774, - "end": 775, + "start": 813, + "end": 814, "loc": { "start": { "line": 40, @@ -5269,8 +5269,8 @@ "binop": null, "updateContext": null }, - "start": 775, - "end": 775, + "start": 814, + "end": 814, "loc": { "start": { "line": 40, diff --git a/docs/ast/source/components/admin/index.js.json b/docs/ast/source/components/admin/index.js.json index 11fb1b2..21c10fb 100644 --- a/docs/ast/source/components/admin/index.js.json +++ b/docs/ast/source/components/admin/index.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 199, + "end": 207, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 199, + "end": 207, "loc": { "start": { "line": 1, @@ -116,8 +116,8 @@ }, { "type": "ImportDeclaration", - "start": 47, - "end": 83, + "start": 48, + "end": 84, "loc": { "start": { "line": 2, @@ -131,8 +131,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 55, - "end": 63, + "start": 56, + "end": 64, "loc": { "start": { "line": 2, @@ -145,8 +145,8 @@ }, "imported": { "type": "Identifier", - "start": 55, - "end": 63, + "start": 56, + "end": 64, "loc": { "start": { "line": 2, @@ -162,8 +162,8 @@ }, "local": { "type": "Identifier", - "start": 55, - "end": 63, + "start": 56, + "end": 64, "loc": { "start": { "line": 2, @@ -181,8 +181,8 @@ ], "source": { "type": "StringLiteral", - "start": 70, - "end": 82, + "start": 71, + "end": 83, "loc": { "start": { "line": 2, @@ -202,8 +202,8 @@ }, { "type": "ImportDeclaration", - "start": 84, - "end": 134, + "start": 86, + "end": 136, "loc": { "start": { "line": 3, @@ -217,8 +217,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 92, - "end": 107, + "start": 94, + "end": 109, "loc": { "start": { "line": 3, @@ -231,8 +231,8 @@ }, "imported": { "type": "Identifier", - "start": 92, - "end": 107, + "start": 94, + "end": 109, "loc": { "start": { "line": 3, @@ -248,8 +248,8 @@ }, "local": { "type": "Identifier", - "start": 92, - "end": 107, + "start": 94, + "end": 109, "loc": { "start": { "line": 3, @@ -267,8 +267,8 @@ ], "source": { "type": "StringLiteral", - "start": 114, - "end": 133, + "start": 116, + "end": 135, "loc": { "start": { "line": 3, @@ -288,8 +288,8 @@ }, { "type": "ExportDefaultDeclaration", - "start": 136, - "end": 199, + "start": 140, + "end": 207, "loc": { "start": { "line": 5, @@ -302,8 +302,8 @@ }, "declaration": { "type": "ObjectExpression", - "start": 151, - "end": 198, + "start": 155, + "end": 206, "loc": { "start": { "line": 5, @@ -317,8 +317,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 154, - "end": 167, + "start": 159, + "end": 172, "loc": { "start": { "line": 6, @@ -334,8 +334,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 154, - "end": 167, + "start": 159, + "end": 172, "loc": { "start": { "line": 6, @@ -351,8 +351,8 @@ }, "value": { "type": "Identifier", - "start": 154, - "end": 167, + "start": 159, + "end": 172, "loc": { "start": { "line": 6, @@ -372,8 +372,8 @@ }, { "type": "ObjectProperty", - "start": 170, - "end": 178, + "start": 176, + "end": 184, "loc": { "start": { "line": 7, @@ -389,8 +389,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 170, - "end": 178, + "start": 176, + "end": 184, "loc": { "start": { "line": 7, @@ -406,8 +406,8 @@ }, "value": { "type": "Identifier", - "start": 170, - "end": 178, + "start": 176, + "end": 184, "loc": { "start": { "line": 7, @@ -427,8 +427,8 @@ }, { "type": "ObjectProperty", - "start": 181, - "end": 196, + "start": 188, + "end": 203, "loc": { "start": { "line": 8, @@ -444,8 +444,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 181, - "end": 196, + "start": 188, + "end": 203, "loc": { "start": { "line": 8, @@ -461,8 +461,8 @@ }, "value": { "type": "Identifier", - "start": 181, - "end": 196, + "start": 188, + "end": 203, "loc": { "start": { "line": 8, @@ -688,8 +688,8 @@ "updateContext": null }, "value": "import", - "start": 47, - "end": 53, + "start": 48, + "end": 54, "loc": { "start": { "line": 2, @@ -713,8 +713,8 @@ "postfix": false, "binop": null }, - "start": 54, - "end": 55, + "start": 55, + "end": 56, "loc": { "start": { "line": 2, @@ -739,8 +739,8 @@ "binop": null }, "value": "PageBody", - "start": 55, - "end": 63, + "start": 56, + "end": 64, "loc": { "start": { "line": 2, @@ -764,8 +764,8 @@ "postfix": false, "binop": null }, - "start": 63, - "end": 64, + "start": 64, + "end": 65, "loc": { "start": { "line": 2, @@ -790,8 +790,8 @@ "binop": null }, "value": "from", - "start": 65, - "end": 69, + "start": 66, + "end": 70, "loc": { "start": { "line": 2, @@ -817,8 +817,8 @@ "updateContext": null }, "value": "./PageBody", - "start": 70, - "end": 82, + "start": 71, + "end": 83, "loc": { "start": { "line": 2, @@ -843,8 +843,8 @@ "binop": null, "updateContext": null }, - "start": 82, - "end": 83, + "start": 83, + "end": 84, "loc": { "start": { "line": 2, @@ -871,8 +871,8 @@ "updateContext": null }, "value": "import", - "start": 84, - "end": 90, + "start": 86, + "end": 92, "loc": { "start": { "line": 3, @@ -896,8 +896,8 @@ "postfix": false, "binop": null }, - "start": 91, - "end": 92, + "start": 93, + "end": 94, "loc": { "start": { "line": 3, @@ -922,8 +922,8 @@ "binop": null }, "value": "StatusIndicator", - "start": 92, - "end": 107, + "start": 94, + "end": 109, "loc": { "start": { "line": 3, @@ -947,8 +947,8 @@ "postfix": false, "binop": null }, - "start": 107, - "end": 108, + "start": 109, + "end": 110, "loc": { "start": { "line": 3, @@ -973,8 +973,8 @@ "binop": null }, "value": "from", - "start": 109, - "end": 113, + "start": 111, + "end": 115, "loc": { "start": { "line": 3, @@ -1000,8 +1000,8 @@ "updateContext": null }, "value": "./StatusIndicator", - "start": 114, - "end": 133, + "start": 116, + "end": 135, "loc": { "start": { "line": 3, @@ -1026,8 +1026,8 @@ "binop": null, "updateContext": null }, - "start": 133, - "end": 134, + "start": 135, + "end": 136, "loc": { "start": { "line": 3, @@ -1054,8 +1054,8 @@ "updateContext": null }, "value": "export", - "start": 136, - "end": 142, + "start": 140, + "end": 146, "loc": { "start": { "line": 5, @@ -1082,8 +1082,8 @@ "updateContext": null }, "value": "default", - "start": 143, - "end": 150, + "start": 147, + "end": 154, "loc": { "start": { "line": 5, @@ -1107,8 +1107,8 @@ "postfix": false, "binop": null }, - "start": 151, - "end": 152, + "start": 155, + "end": 156, "loc": { "start": { "line": 5, @@ -1133,8 +1133,8 @@ "binop": null }, "value": "CalderaHeader", - "start": 154, - "end": 167, + "start": 159, + "end": 172, "loc": { "start": { "line": 6, @@ -1159,8 +1159,8 @@ "binop": null, "updateContext": null }, - "start": 167, - "end": 168, + "start": 172, + "end": 173, "loc": { "start": { "line": 6, @@ -1185,8 +1185,8 @@ "binop": null }, "value": "PageBody", - "start": 170, - "end": 178, + "start": 176, + "end": 184, "loc": { "start": { "line": 7, @@ -1211,8 +1211,8 @@ "binop": null, "updateContext": null }, - "start": 178, - "end": 179, + "start": 184, + "end": 185, "loc": { "start": { "line": 7, @@ -1237,8 +1237,8 @@ "binop": null }, "value": "StatusIndicator", - "start": 181, - "end": 196, + "start": 188, + "end": 203, "loc": { "start": { "line": 8, @@ -1262,8 +1262,8 @@ "postfix": false, "binop": null }, - "start": 197, - "end": 198, + "start": 205, + "end": 206, "loc": { "start": { "line": 9, @@ -1288,8 +1288,8 @@ "binop": null, "updateContext": null }, - "start": 198, - "end": 199, + "start": 206, + "end": 207, "loc": { "start": { "line": 9, @@ -1314,8 +1314,8 @@ "binop": null, "updateContext": null }, - "start": 199, - "end": 199, + "start": 207, + "end": 207, "loc": { "start": { "line": 9, diff --git a/docs/ast/source/components/conditional-logic/checkConfigFieldConditionals.js.json b/docs/ast/source/components/conditional-logic/checkConfigFieldConditionals.js.json index 2cf79e3..018485d 100644 --- a/docs/ast/source/components/conditional-logic/checkConfigFieldConditionals.js.json +++ b/docs/ast/source/components/conditional-logic/checkConfigFieldConditionals.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 787, + "end": 812, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 787, + "end": 812, "loc": { "start": { "line": 1, @@ -30,8 +30,8 @@ "body": [ { "type": "ExportNamedDeclaration", - "start": 339, - "end": 787, + "start": 349, + "end": 812, "loc": { "start": { "line": 11, @@ -46,8 +46,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 346, - "end": 787, + "start": 356, + "end": 812, "loc": { "start": { "line": 11, @@ -61,8 +61,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 352, - "end": 786, + "start": 362, + "end": 811, "loc": { "start": { "line": 11, @@ -75,8 +75,8 @@ }, "id": { "type": "Identifier", - "start": 352, - "end": 380, + "start": 362, + "end": 390, "loc": { "start": { "line": 11, @@ -93,8 +93,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 383, - "end": 786, + "start": 393, + "end": 811, "loc": { "start": { "line": 11, @@ -107,8 +107,8 @@ }, "id": { "type": "Identifier", - "start": 352, - "end": 380, + "start": 362, + "end": 390, "loc": { "start": { "line": 11, @@ -129,8 +129,8 @@ "params": [ { "type": "Identifier", - "start": 384, - "end": 395, + "start": 394, + "end": 405, "loc": { "start": { "line": 11, @@ -146,8 +146,8 @@ }, { "type": "AssignmentPattern", - "start": 397, - "end": 413, + "start": 407, + "end": 423, "loc": { "start": { "line": 11, @@ -160,8 +160,8 @@ }, "left": { "type": "Identifier", - "start": 397, - "end": 408, + "start": 407, + "end": 418, "loc": { "start": { "line": 11, @@ -177,8 +177,8 @@ }, "right": { "type": "ObjectExpression", - "start": 411, - "end": 413, + "start": 421, + "end": 423, "loc": { "start": { "line": 11, @@ -195,8 +195,8 @@ ], "body": { "type": "BlockStatement", - "start": 418, - "end": 786, + "start": 428, + "end": 811, "loc": { "start": { "line": 11, @@ -210,8 +210,8 @@ "body": [ { "type": "IfStatement", - "start": 421, - "end": 533, + "start": 432, + "end": 546, "loc": { "start": { "line": 12, @@ -224,8 +224,8 @@ }, "test": { "type": "LogicalExpression", - "start": 425, - "end": 512, + "start": 436, + "end": 523, "loc": { "start": { "line": 12, @@ -238,8 +238,8 @@ }, "left": { "type": "UnaryExpression", - "start": 425, - "end": 468, + "start": 436, + "end": 479, "loc": { "start": { "line": 12, @@ -254,8 +254,8 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 426, - "end": 468, + "start": 437, + "end": 479, "loc": { "start": { "line": 12, @@ -268,8 +268,8 @@ }, "callee": { "type": "MemberExpression", - "start": 426, - "end": 452, + "start": 437, + "end": 463, "loc": { "start": { "line": 12, @@ -282,8 +282,8 @@ }, "object": { "type": "Identifier", - "start": 426, - "end": 437, + "start": 437, + "end": 448, "loc": { "start": { "line": 12, @@ -299,8 +299,8 @@ }, "property": { "type": "Identifier", - "start": 438, - "end": 452, + "start": 449, + "end": 463, "loc": { "start": { "line": 12, @@ -319,8 +319,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 453, - "end": 467, + "start": 464, + "end": 478, "loc": { "start": { "line": 12, @@ -346,8 +346,8 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 472, - "end": 512, + "start": 483, + "end": 523, "loc": { "start": { "line": 12, @@ -362,8 +362,8 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 473, - "end": 512, + "start": 484, + "end": 523, "loc": { "start": { "line": 12, @@ -376,8 +376,8 @@ }, "callee": { "type": "MemberExpression", - "start": 473, - "end": 486, + "start": 484, + "end": 497, "loc": { "start": { "line": 12, @@ -390,8 +390,8 @@ }, "object": { "type": "Identifier", - "start": 473, - "end": 478, + "start": 484, + "end": 489, "loc": { "start": { "line": 12, @@ -407,8 +407,8 @@ }, "property": { "type": "Identifier", - "start": 479, - "end": 486, + "start": 490, + "end": 497, "loc": { "start": { "line": 12, @@ -427,8 +427,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 487, - "end": 511, + "start": 498, + "end": 522, "loc": { "start": { "line": 12, @@ -441,8 +441,8 @@ }, "object": { "type": "Identifier", - "start": 487, - "end": 498, + "start": 498, + "end": 509, "loc": { "start": { "line": 12, @@ -458,8 +458,8 @@ }, "property": { "type": "Identifier", - "start": 499, - "end": 511, + "start": 510, + "end": 522, "loc": { "start": { "line": 12, @@ -484,8 +484,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 514, - "end": 533, + "start": 525, + "end": 546, "loc": { "start": { "line": 12, @@ -499,8 +499,8 @@ "body": [ { "type": "ReturnStatement", - "start": 518, - "end": 530, + "start": 530, + "end": 542, "loc": { "start": { "line": 13, @@ -513,8 +513,8 @@ }, "argument": { "type": "BooleanLiteral", - "start": 525, - "end": 529, + "start": 537, + "end": 541, "loc": { "start": { "line": 13, @@ -535,8 +535,8 @@ }, { "type": "VariableDeclaration", - "start": 536, - "end": 562, + "start": 551, + "end": 577, "loc": { "start": { "line": 16, @@ -550,8 +550,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 540, - "end": 561, + "start": 555, + "end": 576, "loc": { "start": { "line": 16, @@ -564,8 +564,8 @@ }, "id": { "type": "Identifier", - "start": 540, - "end": 554, + "start": 555, + "end": 569, "loc": { "start": { "line": 16, @@ -581,8 +581,8 @@ }, "init": { "type": "BooleanLiteral", - "start": 557, - "end": 561, + "start": 572, + "end": 576, "loc": { "start": { "line": 16, @@ -601,8 +601,8 @@ }, { "type": "ExpressionStatement", - "start": 564, - "end": 758, + "start": 580, + "end": 779, "loc": { "start": { "line": 17, @@ -615,8 +615,8 @@ }, "expression": { "type": "CallExpression", - "start": 564, - "end": 757, + "start": 580, + "end": 778, "loc": { "start": { "line": 17, @@ -629,8 +629,8 @@ }, "callee": { "type": "MemberExpression", - "start": 564, - "end": 596, + "start": 580, + "end": 612, "loc": { "start": { "line": 17, @@ -643,8 +643,8 @@ }, "object": { "type": "MemberExpression", - "start": 564, - "end": 588, + "start": 580, + "end": 604, "loc": { "start": { "line": 17, @@ -657,8 +657,8 @@ }, "object": { "type": "Identifier", - "start": 564, - "end": 575, + "start": 580, + "end": 591, "loc": { "start": { "line": 17, @@ -674,8 +674,8 @@ }, "property": { "type": "Identifier", - "start": 576, - "end": 588, + "start": 592, + "end": 604, "loc": { "start": { "line": 17, @@ -693,8 +693,8 @@ }, "property": { "type": "Identifier", - "start": 589, - "end": 596, + "start": 605, + "end": 612, "loc": { "start": { "line": 17, @@ -713,8 +713,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 597, - "end": 756, + "start": 613, + "end": 777, "loc": { "start": { "line": 17, @@ -732,8 +732,8 @@ "params": [ { "type": "Identifier", - "start": 597, - "end": 608, + "start": 613, + "end": 624, "loc": { "start": { "line": 17, @@ -750,8 +750,8 @@ ], "body": { "type": "BlockStatement", - "start": 612, - "end": 756, + "start": 628, + "end": 777, "loc": { "start": { "line": 17, @@ -765,8 +765,8 @@ "body": [ { "type": "IfStatement", - "start": 616, - "end": 753, + "start": 633, + "end": 773, "loc": { "start": { "line": 18, @@ -779,8 +779,8 @@ }, "test": { "type": "LogicalExpression", - "start": 620, - "end": 702, + "start": 637, + "end": 719, "loc": { "start": { "line": 18, @@ -793,8 +793,8 @@ }, "left": { "type": "BinaryExpression", - "start": 620, - "end": 653, + "start": 637, + "end": 670, "loc": { "start": { "line": 18, @@ -807,8 +807,8 @@ }, "left": { "type": "StringLiteral", - "start": 620, - "end": 630, + "start": 637, + "end": 647, "loc": { "start": { "line": 18, @@ -828,8 +828,8 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 635, - "end": 653, + "start": 652, + "end": 670, "loc": { "start": { "line": 18, @@ -844,8 +844,8 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 642, - "end": 653, + "start": 659, + "end": 670, "loc": { "start": { "line": 18, @@ -867,8 +867,8 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 657, - "end": 702, + "start": 674, + "end": 719, "loc": { "start": { "line": 18, @@ -881,8 +881,8 @@ }, "left": { "type": "BooleanLiteral", - "start": 657, - "end": 662, + "start": 674, + "end": 679, "loc": { "start": { "line": 18, @@ -898,8 +898,8 @@ "operator": "===", "right": { "type": "CallExpression", - "start": 667, - "end": 702, + "start": 684, + "end": 719, "loc": { "start": { "line": 18, @@ -912,8 +912,8 @@ }, "callee": { "type": "MemberExpression", - "start": 667, - "end": 683, + "start": 684, + "end": 700, "loc": { "start": { "line": 18, @@ -926,8 +926,8 @@ }, "object": { "type": "Identifier", - "start": 667, - "end": 678, + "start": 684, + "end": 695, "loc": { "start": { "line": 18, @@ -943,8 +943,8 @@ }, "property": { "type": "Identifier", - "start": 679, - "end": 683, + "start": 696, + "end": 700, "loc": { "start": { "line": 18, @@ -963,8 +963,8 @@ "arguments": [ { "type": "NullLiteral", - "start": 684, - "end": 688, + "start": 701, + "end": 705, "loc": { "start": { "line": 18, @@ -978,8 +978,8 @@ }, { "type": "Identifier", - "start": 690, - "end": 701, + "start": 707, + "end": 718, "loc": { "start": { "line": 18, @@ -999,8 +999,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 704, - "end": 753, + "start": 721, + "end": 773, "loc": { "start": { "line": 18, @@ -1014,8 +1014,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 709, - "end": 732, + "start": 727, + "end": 750, "loc": { "start": { "line": 19, @@ -1028,8 +1028,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 709, - "end": 731, + "start": 727, + "end": 749, "loc": { "start": { "line": 19, @@ -1043,8 +1043,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 709, - "end": 723, + "start": 727, + "end": 741, "loc": { "start": { "line": 19, @@ -1060,8 +1060,8 @@ }, "right": { "type": "BooleanLiteral", - "start": 726, - "end": 731, + "start": 744, + "end": 749, "loc": { "start": { "line": 19, @@ -1078,8 +1078,8 @@ }, { "type": "ReturnStatement", - "start": 736, - "end": 749, + "start": 755, + "end": 768, "loc": { "start": { "line": 20, @@ -1092,8 +1092,8 @@ }, "argument": { "type": "BooleanLiteral", - "start": 743, - "end": 748, + "start": 762, + "end": 767, "loc": { "start": { "line": 20, @@ -1121,8 +1121,8 @@ }, { "type": "ReturnStatement", - "start": 761, - "end": 783, + "start": 784, + "end": 806, "loc": { "start": { "line": 24, @@ -1135,8 +1135,8 @@ }, "argument": { "type": "Identifier", - "start": 768, - "end": 782, + "start": 791, + "end": 805, "loc": { "start": { "line": 24, @@ -1162,9 +1162,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Check configField conditionals.\n *\n * Returns false if any conditionals fail.\n * Returns true if no conditionals fail, or there are no conditionals.\n *\n * @param {Object} configField The field to check the conditionals of.\n * @param {Object} fieldValues Optional. Data to pass to conditional rule callbacks\n * @return {boolean}\n ", + "value": "*\r\n * Check configField conditionals.\r\n *\r\n * Returns false if any conditionals fail.\r\n * Returns true if no conditionals fail, or there are no conditionals.\r\n *\r\n * @param {Object} configField The field to check the conditionals of.\r\n * @param {Object} fieldValues Optional. Data to pass to conditional rule callbacks\r\n * @return {boolean}\r\n ", "start": 0, - "end": 338, + "end": 347, "loc": { "start": { "line": 1, @@ -1182,9 +1182,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Check configField conditionals.\n *\n * Returns false if any conditionals fail.\n * Returns true if no conditionals fail, or there are no conditionals.\n *\n * @param {Object} configField The field to check the conditionals of.\n * @param {Object} fieldValues Optional. Data to pass to conditional rule callbacks\n * @return {boolean}\n ", + "value": "*\r\n * Check configField conditionals.\r\n *\r\n * Returns false if any conditionals fail.\r\n * Returns true if no conditionals fail, or there are no conditionals.\r\n *\r\n * @param {Object} configField The field to check the conditionals of.\r\n * @param {Object} fieldValues Optional. Data to pass to conditional rule callbacks\r\n * @return {boolean}\r\n ", "start": 0, - "end": 338, + "end": 347, "loc": { "start": { "line": 1, @@ -1204,9 +1204,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Check configField conditionals.\n *\n * Returns false if any conditionals fail.\n * Returns true if no conditionals fail, or there are no conditionals.\n *\n * @param {Object} configField The field to check the conditionals of.\n * @param {Object} fieldValues Optional. Data to pass to conditional rule callbacks\n * @return {boolean}\n ", + "value": "*\r\n * Check configField conditionals.\r\n *\r\n * Returns false if any conditionals fail.\r\n * Returns true if no conditionals fail, or there are no conditionals.\r\n *\r\n * @param {Object} configField The field to check the conditionals of.\r\n * @param {Object} fieldValues Optional. Data to pass to conditional rule callbacks\r\n * @return {boolean}\r\n ", "start": 0, - "end": 338, + "end": 347, "loc": { "start": { "line": 1, @@ -1222,9 +1222,9 @@ "tokens": [ { "type": "CommentBlock", - "value": "*\n * Check configField conditionals.\n *\n * Returns false if any conditionals fail.\n * Returns true if no conditionals fail, or there are no conditionals.\n *\n * @param {Object} configField The field to check the conditionals of.\n * @param {Object} fieldValues Optional. Data to pass to conditional rule callbacks\n * @return {boolean}\n ", + "value": "*\r\n * Check configField conditionals.\r\n *\r\n * Returns false if any conditionals fail.\r\n * Returns true if no conditionals fail, or there are no conditionals.\r\n *\r\n * @param {Object} configField The field to check the conditionals of.\r\n * @param {Object} fieldValues Optional. Data to pass to conditional rule callbacks\r\n * @return {boolean}\r\n ", "start": 0, - "end": 338, + "end": 347, "loc": { "start": { "line": 1, @@ -1251,8 +1251,8 @@ "updateContext": null }, "value": "export", - "start": 339, - "end": 345, + "start": 349, + "end": 355, "loc": { "start": { "line": 11, @@ -1279,8 +1279,8 @@ "updateContext": null }, "value": "const", - "start": 346, - "end": 351, + "start": 356, + "end": 361, "loc": { "start": { "line": 11, @@ -1305,8 +1305,8 @@ "binop": null }, "value": "checkConfigFieldConditionals", - "start": 352, - "end": 380, + "start": 362, + "end": 390, "loc": { "start": { "line": 11, @@ -1332,8 +1332,8 @@ "updateContext": null }, "value": "=", - "start": 381, - "end": 382, + "start": 391, + "end": 392, "loc": { "start": { "line": 11, @@ -1357,8 +1357,8 @@ "postfix": false, "binop": null }, - "start": 383, - "end": 384, + "start": 393, + "end": 394, "loc": { "start": { "line": 11, @@ -1383,8 +1383,8 @@ "binop": null }, "value": "configField", - "start": 384, - "end": 395, + "start": 394, + "end": 405, "loc": { "start": { "line": 11, @@ -1409,8 +1409,8 @@ "binop": null, "updateContext": null }, - "start": 395, - "end": 396, + "start": 405, + "end": 406, "loc": { "start": { "line": 11, @@ -1435,8 +1435,8 @@ "binop": null }, "value": "fieldValues", - "start": 397, - "end": 408, + "start": 407, + "end": 418, "loc": { "start": { "line": 11, @@ -1462,8 +1462,8 @@ "updateContext": null }, "value": "=", - "start": 409, - "end": 410, + "start": 419, + "end": 420, "loc": { "start": { "line": 11, @@ -1487,8 +1487,8 @@ "postfix": false, "binop": null }, - "start": 411, - "end": 412, + "start": 421, + "end": 422, "loc": { "start": { "line": 11, @@ -1512,8 +1512,8 @@ "postfix": false, "binop": null }, - "start": 412, - "end": 413, + "start": 422, + "end": 423, "loc": { "start": { "line": 11, @@ -1537,8 +1537,8 @@ "postfix": false, "binop": null }, - "start": 413, - "end": 414, + "start": 423, + "end": 424, "loc": { "start": { "line": 11, @@ -1563,8 +1563,8 @@ "binop": null, "updateContext": null }, - "start": 415, - "end": 417, + "start": 425, + "end": 427, "loc": { "start": { "line": 11, @@ -1588,8 +1588,8 @@ "postfix": false, "binop": null }, - "start": 418, - "end": 419, + "start": 428, + "end": 429, "loc": { "start": { "line": 11, @@ -1616,8 +1616,8 @@ "updateContext": null }, "value": "if", - "start": 421, - "end": 423, + "start": 432, + "end": 434, "loc": { "start": { "line": 12, @@ -1641,8 +1641,8 @@ "postfix": false, "binop": null }, - "start": 424, - "end": 425, + "start": 435, + "end": 436, "loc": { "start": { "line": 12, @@ -1668,8 +1668,8 @@ "updateContext": null }, "value": "!", - "start": 425, - "end": 426, + "start": 436, + "end": 437, "loc": { "start": { "line": 12, @@ -1694,8 +1694,8 @@ "binop": null }, "value": "configField", - "start": 426, - "end": 437, + "start": 437, + "end": 448, "loc": { "start": { "line": 12, @@ -1720,8 +1720,8 @@ "binop": null, "updateContext": null }, - "start": 437, - "end": 438, + "start": 448, + "end": 449, "loc": { "start": { "line": 12, @@ -1746,8 +1746,8 @@ "binop": null }, "value": "hasOwnProperty", - "start": 438, - "end": 452, + "start": 449, + "end": 463, "loc": { "start": { "line": 12, @@ -1771,8 +1771,8 @@ "postfix": false, "binop": null }, - "start": 452, - "end": 453, + "start": 463, + "end": 464, "loc": { "start": { "line": 12, @@ -1798,8 +1798,8 @@ "updateContext": null }, "value": "conditionals", - "start": 453, - "end": 467, + "start": 464, + "end": 478, "loc": { "start": { "line": 12, @@ -1823,8 +1823,8 @@ "postfix": false, "binop": null }, - "start": 467, - "end": 468, + "start": 478, + "end": 479, "loc": { "start": { "line": 12, @@ -1850,8 +1850,8 @@ "updateContext": null }, "value": "||", - "start": 469, - "end": 471, + "start": 480, + "end": 482, "loc": { "start": { "line": 12, @@ -1877,8 +1877,8 @@ "updateContext": null }, "value": "!", - "start": 472, - "end": 473, + "start": 483, + "end": 484, "loc": { "start": { "line": 12, @@ -1903,8 +1903,8 @@ "binop": null }, "value": "Array", - "start": 473, - "end": 478, + "start": 484, + "end": 489, "loc": { "start": { "line": 12, @@ -1929,8 +1929,8 @@ "binop": null, "updateContext": null }, - "start": 478, - "end": 479, + "start": 489, + "end": 490, "loc": { "start": { "line": 12, @@ -1955,8 +1955,8 @@ "binop": null }, "value": "isArray", - "start": 479, - "end": 486, + "start": 490, + "end": 497, "loc": { "start": { "line": 12, @@ -1980,8 +1980,8 @@ "postfix": false, "binop": null }, - "start": 486, - "end": 487, + "start": 497, + "end": 498, "loc": { "start": { "line": 12, @@ -2006,8 +2006,8 @@ "binop": null }, "value": "configField", - "start": 487, - "end": 498, + "start": 498, + "end": 509, "loc": { "start": { "line": 12, @@ -2032,8 +2032,8 @@ "binop": null, "updateContext": null }, - "start": 498, - "end": 499, + "start": 509, + "end": 510, "loc": { "start": { "line": 12, @@ -2058,8 +2058,8 @@ "binop": null }, "value": "conditionals", - "start": 499, - "end": 511, + "start": 510, + "end": 522, "loc": { "start": { "line": 12, @@ -2083,8 +2083,8 @@ "postfix": false, "binop": null }, - "start": 511, - "end": 512, + "start": 522, + "end": 523, "loc": { "start": { "line": 12, @@ -2108,8 +2108,8 @@ "postfix": false, "binop": null }, - "start": 512, - "end": 513, + "start": 523, + "end": 524, "loc": { "start": { "line": 12, @@ -2133,8 +2133,8 @@ "postfix": false, "binop": null }, - "start": 514, - "end": 515, + "start": 525, + "end": 526, "loc": { "start": { "line": 12, @@ -2161,8 +2161,8 @@ "updateContext": null }, "value": "return", - "start": 518, - "end": 524, + "start": 530, + "end": 536, "loc": { "start": { "line": 13, @@ -2189,8 +2189,8 @@ "updateContext": null }, "value": "true", - "start": 525, - "end": 529, + "start": 537, + "end": 541, "loc": { "start": { "line": 13, @@ -2215,8 +2215,8 @@ "binop": null, "updateContext": null }, - "start": 529, - "end": 530, + "start": 541, + "end": 542, "loc": { "start": { "line": 13, @@ -2240,8 +2240,8 @@ "postfix": false, "binop": null }, - "start": 532, - "end": 533, + "start": 545, + "end": 546, "loc": { "start": { "line": 14, @@ -2268,8 +2268,8 @@ "updateContext": null }, "value": "let", - "start": 536, - "end": 539, + "start": 551, + "end": 554, "loc": { "start": { "line": 16, @@ -2294,8 +2294,8 @@ "binop": null }, "value": "allRulesPassed", - "start": 540, - "end": 554, + "start": 555, + "end": 569, "loc": { "start": { "line": 16, @@ -2321,8 +2321,8 @@ "updateContext": null }, "value": "=", - "start": 555, - "end": 556, + "start": 570, + "end": 571, "loc": { "start": { "line": 16, @@ -2349,8 +2349,8 @@ "updateContext": null }, "value": "true", - "start": 557, - "end": 561, + "start": 572, + "end": 576, "loc": { "start": { "line": 16, @@ -2375,8 +2375,8 @@ "binop": null, "updateContext": null }, - "start": 561, - "end": 562, + "start": 576, + "end": 577, "loc": { "start": { "line": 16, @@ -2401,8 +2401,8 @@ "binop": null }, "value": "configField", - "start": 564, - "end": 575, + "start": 580, + "end": 591, "loc": { "start": { "line": 17, @@ -2427,8 +2427,8 @@ "binop": null, "updateContext": null }, - "start": 575, - "end": 576, + "start": 591, + "end": 592, "loc": { "start": { "line": 17, @@ -2453,8 +2453,8 @@ "binop": null }, "value": "conditionals", - "start": 576, - "end": 588, + "start": 592, + "end": 604, "loc": { "start": { "line": 17, @@ -2479,8 +2479,8 @@ "binop": null, "updateContext": null }, - "start": 588, - "end": 589, + "start": 604, + "end": 605, "loc": { "start": { "line": 17, @@ -2505,8 +2505,8 @@ "binop": null }, "value": "forEach", - "start": 589, - "end": 596, + "start": 605, + "end": 612, "loc": { "start": { "line": 17, @@ -2530,8 +2530,8 @@ "postfix": false, "binop": null }, - "start": 596, - "end": 597, + "start": 612, + "end": 613, "loc": { "start": { "line": 17, @@ -2556,8 +2556,8 @@ "binop": null }, "value": "conditional", - "start": 597, - "end": 608, + "start": 613, + "end": 624, "loc": { "start": { "line": 17, @@ -2582,8 +2582,8 @@ "binop": null, "updateContext": null }, - "start": 609, - "end": 611, + "start": 625, + "end": 627, "loc": { "start": { "line": 17, @@ -2607,8 +2607,8 @@ "postfix": false, "binop": null }, - "start": 612, - "end": 613, + "start": 628, + "end": 629, "loc": { "start": { "line": 17, @@ -2635,8 +2635,8 @@ "updateContext": null }, "value": "if", - "start": 616, - "end": 618, + "start": 633, + "end": 635, "loc": { "start": { "line": 18, @@ -2660,8 +2660,8 @@ "postfix": false, "binop": null }, - "start": 619, - "end": 620, + "start": 636, + "end": 637, "loc": { "start": { "line": 18, @@ -2687,8 +2687,8 @@ "updateContext": null }, "value": "function", - "start": 620, - "end": 630, + "start": 637, + "end": 647, "loc": { "start": { "line": 18, @@ -2714,8 +2714,8 @@ "updateContext": null }, "value": "===", - "start": 631, - "end": 634, + "start": 648, + "end": 651, "loc": { "start": { "line": 18, @@ -2742,8 +2742,8 @@ "updateContext": null }, "value": "typeof", - "start": 635, - "end": 641, + "start": 652, + "end": 658, "loc": { "start": { "line": 18, @@ -2768,8 +2768,8 @@ "binop": null }, "value": "conditional", - "start": 642, - "end": 653, + "start": 659, + "end": 670, "loc": { "start": { "line": 18, @@ -2795,8 +2795,8 @@ "updateContext": null }, "value": "&&", - "start": 654, - "end": 656, + "start": 671, + "end": 673, "loc": { "start": { "line": 18, @@ -2823,8 +2823,8 @@ "updateContext": null }, "value": "false", - "start": 657, - "end": 662, + "start": 674, + "end": 679, "loc": { "start": { "line": 18, @@ -2850,8 +2850,8 @@ "updateContext": null }, "value": "===", - "start": 663, - "end": 666, + "start": 680, + "end": 683, "loc": { "start": { "line": 18, @@ -2876,8 +2876,8 @@ "binop": null }, "value": "conditional", - "start": 667, - "end": 678, + "start": 684, + "end": 695, "loc": { "start": { "line": 18, @@ -2902,8 +2902,8 @@ "binop": null, "updateContext": null }, - "start": 678, - "end": 679, + "start": 695, + "end": 696, "loc": { "start": { "line": 18, @@ -2928,8 +2928,8 @@ "binop": null }, "value": "call", - "start": 679, - "end": 683, + "start": 696, + "end": 700, "loc": { "start": { "line": 18, @@ -2953,8 +2953,8 @@ "postfix": false, "binop": null }, - "start": 683, - "end": 684, + "start": 700, + "end": 701, "loc": { "start": { "line": 18, @@ -2981,8 +2981,8 @@ "updateContext": null }, "value": "null", - "start": 684, - "end": 688, + "start": 701, + "end": 705, "loc": { "start": { "line": 18, @@ -3007,8 +3007,8 @@ "binop": null, "updateContext": null }, - "start": 688, - "end": 689, + "start": 705, + "end": 706, "loc": { "start": { "line": 18, @@ -3033,8 +3033,8 @@ "binop": null }, "value": "fieldValues", - "start": 690, - "end": 701, + "start": 707, + "end": 718, "loc": { "start": { "line": 18, @@ -3058,8 +3058,8 @@ "postfix": false, "binop": null }, - "start": 701, - "end": 702, + "start": 718, + "end": 719, "loc": { "start": { "line": 18, @@ -3083,8 +3083,8 @@ "postfix": false, "binop": null }, - "start": 702, - "end": 703, + "start": 719, + "end": 720, "loc": { "start": { "line": 18, @@ -3108,8 +3108,8 @@ "postfix": false, "binop": null }, - "start": 704, - "end": 705, + "start": 721, + "end": 722, "loc": { "start": { "line": 18, @@ -3134,8 +3134,8 @@ "binop": null }, "value": "allRulesPassed", - "start": 709, - "end": 723, + "start": 727, + "end": 741, "loc": { "start": { "line": 19, @@ -3161,8 +3161,8 @@ "updateContext": null }, "value": "=", - "start": 724, - "end": 725, + "start": 742, + "end": 743, "loc": { "start": { "line": 19, @@ -3189,8 +3189,8 @@ "updateContext": null }, "value": "false", - "start": 726, - "end": 731, + "start": 744, + "end": 749, "loc": { "start": { "line": 19, @@ -3215,8 +3215,8 @@ "binop": null, "updateContext": null }, - "start": 731, - "end": 732, + "start": 749, + "end": 750, "loc": { "start": { "line": 19, @@ -3243,8 +3243,8 @@ "updateContext": null }, "value": "return", - "start": 736, - "end": 742, + "start": 755, + "end": 761, "loc": { "start": { "line": 20, @@ -3271,8 +3271,8 @@ "updateContext": null }, "value": "false", - "start": 743, - "end": 748, + "start": 762, + "end": 767, "loc": { "start": { "line": 20, @@ -3297,8 +3297,8 @@ "binop": null, "updateContext": null }, - "start": 748, - "end": 749, + "start": 767, + "end": 768, "loc": { "start": { "line": 20, @@ -3322,8 +3322,8 @@ "postfix": false, "binop": null }, - "start": 752, - "end": 753, + "start": 772, + "end": 773, "loc": { "start": { "line": 21, @@ -3347,8 +3347,8 @@ "postfix": false, "binop": null }, - "start": 755, - "end": 756, + "start": 776, + "end": 777, "loc": { "start": { "line": 22, @@ -3372,8 +3372,8 @@ "postfix": false, "binop": null }, - "start": 756, - "end": 757, + "start": 777, + "end": 778, "loc": { "start": { "line": 22, @@ -3398,8 +3398,8 @@ "binop": null, "updateContext": null }, - "start": 757, - "end": 758, + "start": 778, + "end": 779, "loc": { "start": { "line": 22, @@ -3426,8 +3426,8 @@ "updateContext": null }, "value": "return", - "start": 761, - "end": 767, + "start": 784, + "end": 790, "loc": { "start": { "line": 24, @@ -3452,8 +3452,8 @@ "binop": null }, "value": "allRulesPassed", - "start": 768, - "end": 782, + "start": 791, + "end": 805, "loc": { "start": { "line": 24, @@ -3478,8 +3478,8 @@ "binop": null, "updateContext": null }, - "start": 782, - "end": 783, + "start": 805, + "end": 806, "loc": { "start": { "line": 24, @@ -3503,8 +3503,8 @@ "postfix": false, "binop": null }, - "start": 785, - "end": 786, + "start": 810, + "end": 811, "loc": { "start": { "line": 26, @@ -3529,8 +3529,8 @@ "binop": null, "updateContext": null }, - "start": 786, - "end": 787, + "start": 811, + "end": 812, "loc": { "start": { "line": 26, @@ -3555,8 +3555,8 @@ "binop": null, "updateContext": null }, - "start": 787, - "end": 787, + "start": 812, + "end": 812, "loc": { "start": { "line": 26, diff --git a/docs/ast/source/components/conditional-logic/checkConfigFieldsConditionals.js.json b/docs/ast/source/components/conditional-logic/checkConfigFieldsConditionals.js.json index b58f5e9..530948b 100644 --- a/docs/ast/source/components/conditional-logic/checkConfigFieldsConditionals.js.json +++ b/docs/ast/source/components/conditional-logic/checkConfigFieldsConditionals.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 706, + "end": 725, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 706, + "end": 725, "loc": { "start": { "line": 1, @@ -116,9 +116,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Check conditionals for a collection of configFields\n *\n * Returns false if any conditionals fail.\n * Returns true if no conditionals fail, or there are no conditionals.\n *\n * @param {Array} configFields The fields to check the conditionals of.\n * @param {Object} fieldValues Optional. Data to pass to conditional rules' callbacks\n * @return {boolean}\n ", - "start": 78, - "end": 439, + "value": "*\r\n * Check conditionals for a collection of configFields\r\n *\r\n * Returns false if any conditionals fail.\r\n * Returns true if no conditionals fail, or there are no conditionals.\r\n *\r\n * @param {Array} configFields The fields to check the conditionals of.\r\n * @param {Object} fieldValues Optional. Data to pass to conditional rules' callbacks\r\n * @return {boolean}\r\n ", + "start": 80, + "end": 450, "loc": { "start": { "line": 3, @@ -134,8 +134,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 440, - "end": 706, + "start": 452, + "end": 725, "loc": { "start": { "line": 13, @@ -150,8 +150,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 447, - "end": 706, + "start": 459, + "end": 725, "loc": { "start": { "line": 13, @@ -165,8 +165,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 453, - "end": 705, + "start": 465, + "end": 724, "loc": { "start": { "line": 13, @@ -179,8 +179,8 @@ }, "id": { "type": "Identifier", - "start": 453, - "end": 482, + "start": 465, + "end": 494, "loc": { "start": { "line": 13, @@ -197,8 +197,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 485, - "end": 705, + "start": 497, + "end": 724, "loc": { "start": { "line": 13, @@ -211,8 +211,8 @@ }, "id": { "type": "Identifier", - "start": 453, - "end": 482, + "start": 465, + "end": 494, "loc": { "start": { "line": 13, @@ -233,8 +233,8 @@ "params": [ { "type": "Identifier", - "start": 486, - "end": 498, + "start": 498, + "end": 510, "loc": { "start": { "line": 13, @@ -250,8 +250,8 @@ }, { "type": "AssignmentPattern", - "start": 500, - "end": 516, + "start": 512, + "end": 528, "loc": { "start": { "line": 13, @@ -264,8 +264,8 @@ }, "left": { "type": "Identifier", - "start": 500, - "end": 511, + "start": 512, + "end": 523, "loc": { "start": { "line": 13, @@ -281,8 +281,8 @@ }, "right": { "type": "ObjectExpression", - "start": 514, - "end": 516, + "start": 526, + "end": 528, "loc": { "start": { "line": 13, @@ -299,8 +299,8 @@ ], "body": { "type": "BlockStatement", - "start": 521, - "end": 705, + "start": 533, + "end": 724, "loc": { "start": { "line": 13, @@ -314,8 +314,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 524, - "end": 541, + "start": 537, + "end": 554, "loc": { "start": { "line": 14, @@ -329,8 +329,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 528, - "end": 540, + "start": 541, + "end": 553, "loc": { "start": { "line": 14, @@ -343,8 +343,8 @@ }, "id": { "type": "Identifier", - "start": 528, - "end": 535, + "start": 541, + "end": 548, "loc": { "start": { "line": 14, @@ -360,8 +360,8 @@ }, "init": { "type": "ObjectExpression", - "start": 538, - "end": 540, + "start": 551, + "end": 553, "loc": { "start": { "line": 14, @@ -380,8 +380,8 @@ }, { "type": "ExpressionStatement", - "start": 543, - "end": 685, + "start": 557, + "end": 701, "loc": { "start": { "line": 15, @@ -394,8 +394,8 @@ }, "expression": { "type": "CallExpression", - "start": 543, - "end": 684, + "start": 557, + "end": 700, "loc": { "start": { "line": 15, @@ -408,8 +408,8 @@ }, "callee": { "type": "MemberExpression", - "start": 543, - "end": 580, + "start": 557, + "end": 594, "loc": { "start": { "line": 15, @@ -422,8 +422,8 @@ }, "object": { "type": "CallExpression", - "start": 543, - "end": 572, + "start": 557, + "end": 586, "loc": { "start": { "line": 15, @@ -436,8 +436,8 @@ }, "callee": { "type": "MemberExpression", - "start": 543, - "end": 556, + "start": 557, + "end": 570, "loc": { "start": { "line": 15, @@ -450,8 +450,8 @@ }, "object": { "type": "Identifier", - "start": 543, - "end": 549, + "start": 557, + "end": 563, "loc": { "start": { "line": 15, @@ -467,8 +467,8 @@ }, "property": { "type": "Identifier", - "start": 550, - "end": 556, + "start": 564, + "end": 570, "loc": { "start": { "line": 15, @@ -487,8 +487,8 @@ "arguments": [ { "type": "Identifier", - "start": 558, - "end": 570, + "start": 572, + "end": 584, "loc": { "start": { "line": 15, @@ -506,8 +506,8 @@ }, "property": { "type": "Identifier", - "start": 573, - "end": 580, + "start": 587, + "end": 594, "loc": { "start": { "line": 15, @@ -526,8 +526,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 581, - "end": 683, + "start": 595, + "end": 699, "loc": { "start": { "line": 15, @@ -545,8 +545,8 @@ "params": [ { "type": "Identifier", - "start": 581, - "end": 592, + "start": 595, + "end": 606, "loc": { "start": { "line": 15, @@ -563,8 +563,8 @@ ], "body": { "type": "BlockStatement", - "start": 596, - "end": 683, + "start": 610, + "end": 699, "loc": { "start": { "line": 15, @@ -578,8 +578,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 600, - "end": 680, + "start": 615, + "end": 695, "loc": { "start": { "line": 16, @@ -592,8 +592,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 600, - "end": 679, + "start": 615, + "end": 694, "loc": { "start": { "line": 16, @@ -607,8 +607,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 600, - "end": 623, + "start": 615, + "end": 638, "loc": { "start": { "line": 16, @@ -621,8 +621,8 @@ }, "object": { "type": "Identifier", - "start": 600, - "end": 607, + "start": 615, + "end": 622, "loc": { "start": { "line": 16, @@ -638,8 +638,8 @@ }, "property": { "type": "MemberExpression", - "start": 608, - "end": 622, + "start": 623, + "end": 637, "loc": { "start": { "line": 16, @@ -652,8 +652,8 @@ }, "object": { "type": "Identifier", - "start": 608, - "end": 619, + "start": 623, + "end": 634, "loc": { "start": { "line": 16, @@ -669,8 +669,8 @@ }, "property": { "type": "Identifier", - "start": 620, - "end": 622, + "start": 635, + "end": 637, "loc": { "start": { "line": 16, @@ -690,8 +690,8 @@ }, "right": { "type": "CallExpression", - "start": 626, - "end": 679, + "start": 641, + "end": 694, "loc": { "start": { "line": 16, @@ -704,8 +704,8 @@ }, "callee": { "type": "Identifier", - "start": 626, - "end": 654, + "start": 641, + "end": 669, "loc": { "start": { "line": 16, @@ -722,8 +722,8 @@ "arguments": [ { "type": "Identifier", - "start": 655, - "end": 666, + "start": 670, + "end": 681, "loc": { "start": { "line": 16, @@ -739,8 +739,8 @@ }, { "type": "Identifier", - "start": 667, - "end": 678, + "start": 682, + "end": 693, "loc": { "start": { "line": 16, @@ -767,8 +767,8 @@ }, { "type": "ReturnStatement", - "start": 687, - "end": 702, + "start": 704, + "end": 719, "loc": { "start": { "line": 18, @@ -781,8 +781,8 @@ }, "argument": { "type": "Identifier", - "start": 694, - "end": 701, + "start": 711, + "end": 718, "loc": { "start": { "line": 18, @@ -808,9 +808,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Check conditionals for a collection of configFields\n *\n * Returns false if any conditionals fail.\n * Returns true if no conditionals fail, or there are no conditionals.\n *\n * @param {Array} configFields The fields to check the conditionals of.\n * @param {Object} fieldValues Optional. Data to pass to conditional rules' callbacks\n * @return {boolean}\n ", - "start": 78, - "end": 439, + "value": "*\r\n * Check conditionals for a collection of configFields\r\n *\r\n * Returns false if any conditionals fail.\r\n * Returns true if no conditionals fail, or there are no conditionals.\r\n *\r\n * @param {Array} configFields The fields to check the conditionals of.\r\n * @param {Object} fieldValues Optional. Data to pass to conditional rules' callbacks\r\n * @return {boolean}\r\n ", + "start": 80, + "end": 450, "loc": { "start": { "line": 3, @@ -828,9 +828,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Check conditionals for a collection of configFields\n *\n * Returns false if any conditionals fail.\n * Returns true if no conditionals fail, or there are no conditionals.\n *\n * @param {Array} configFields The fields to check the conditionals of.\n * @param {Object} fieldValues Optional. Data to pass to conditional rules' callbacks\n * @return {boolean}\n ", - "start": 78, - "end": 439, + "value": "*\r\n * Check conditionals for a collection of configFields\r\n *\r\n * Returns false if any conditionals fail.\r\n * Returns true if no conditionals fail, or there are no conditionals.\r\n *\r\n * @param {Array} configFields The fields to check the conditionals of.\r\n * @param {Object} fieldValues Optional. Data to pass to conditional rules' callbacks\r\n * @return {boolean}\r\n ", + "start": 80, + "end": 450, "loc": { "start": { "line": 3, @@ -850,9 +850,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Check conditionals for a collection of configFields\n *\n * Returns false if any conditionals fail.\n * Returns true if no conditionals fail, or there are no conditionals.\n *\n * @param {Array} configFields The fields to check the conditionals of.\n * @param {Object} fieldValues Optional. Data to pass to conditional rules' callbacks\n * @return {boolean}\n ", - "start": 78, - "end": 439, + "value": "*\r\n * Check conditionals for a collection of configFields\r\n *\r\n * Returns false if any conditionals fail.\r\n * Returns true if no conditionals fail, or there are no conditionals.\r\n *\r\n * @param {Array} configFields The fields to check the conditionals of.\r\n * @param {Object} fieldValues Optional. Data to pass to conditional rules' callbacks\r\n * @return {boolean}\r\n ", + "start": 80, + "end": 450, "loc": { "start": { "line": 3, @@ -1051,9 +1051,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Check conditionals for a collection of configFields\n *\n * Returns false if any conditionals fail.\n * Returns true if no conditionals fail, or there are no conditionals.\n *\n * @param {Array} configFields The fields to check the conditionals of.\n * @param {Object} fieldValues Optional. Data to pass to conditional rules' callbacks\n * @return {boolean}\n ", - "start": 78, - "end": 439, + "value": "*\r\n * Check conditionals for a collection of configFields\r\n *\r\n * Returns false if any conditionals fail.\r\n * Returns true if no conditionals fail, or there are no conditionals.\r\n *\r\n * @param {Array} configFields The fields to check the conditionals of.\r\n * @param {Object} fieldValues Optional. Data to pass to conditional rules' callbacks\r\n * @return {boolean}\r\n ", + "start": 80, + "end": 450, "loc": { "start": { "line": 3, @@ -1080,8 +1080,8 @@ "updateContext": null }, "value": "export", - "start": 440, - "end": 446, + "start": 452, + "end": 458, "loc": { "start": { "line": 13, @@ -1108,8 +1108,8 @@ "updateContext": null }, "value": "const", - "start": 447, - "end": 452, + "start": 459, + "end": 464, "loc": { "start": { "line": 13, @@ -1134,8 +1134,8 @@ "binop": null }, "value": "checkConfigFieldsConditionals", - "start": 453, - "end": 482, + "start": 465, + "end": 494, "loc": { "start": { "line": 13, @@ -1161,8 +1161,8 @@ "updateContext": null }, "value": "=", - "start": 483, - "end": 484, + "start": 495, + "end": 496, "loc": { "start": { "line": 13, @@ -1186,8 +1186,8 @@ "postfix": false, "binop": null }, - "start": 485, - "end": 486, + "start": 497, + "end": 498, "loc": { "start": { "line": 13, @@ -1212,8 +1212,8 @@ "binop": null }, "value": "configFields", - "start": 486, - "end": 498, + "start": 498, + "end": 510, "loc": { "start": { "line": 13, @@ -1238,8 +1238,8 @@ "binop": null, "updateContext": null }, - "start": 498, - "end": 499, + "start": 510, + "end": 511, "loc": { "start": { "line": 13, @@ -1264,8 +1264,8 @@ "binop": null }, "value": "fieldValues", - "start": 500, - "end": 511, + "start": 512, + "end": 523, "loc": { "start": { "line": 13, @@ -1291,8 +1291,8 @@ "updateContext": null }, "value": "=", - "start": 512, - "end": 513, + "start": 524, + "end": 525, "loc": { "start": { "line": 13, @@ -1316,8 +1316,8 @@ "postfix": false, "binop": null }, - "start": 514, - "end": 515, + "start": 526, + "end": 527, "loc": { "start": { "line": 13, @@ -1341,8 +1341,8 @@ "postfix": false, "binop": null }, - "start": 515, - "end": 516, + "start": 527, + "end": 528, "loc": { "start": { "line": 13, @@ -1366,8 +1366,8 @@ "postfix": false, "binop": null }, - "start": 516, - "end": 517, + "start": 528, + "end": 529, "loc": { "start": { "line": 13, @@ -1392,8 +1392,8 @@ "binop": null, "updateContext": null }, - "start": 518, - "end": 520, + "start": 530, + "end": 532, "loc": { "start": { "line": 13, @@ -1417,8 +1417,8 @@ "postfix": false, "binop": null }, - "start": 521, - "end": 522, + "start": 533, + "end": 534, "loc": { "start": { "line": 13, @@ -1445,8 +1445,8 @@ "updateContext": null }, "value": "let", - "start": 524, - "end": 527, + "start": 537, + "end": 540, "loc": { "start": { "line": 14, @@ -1471,8 +1471,8 @@ "binop": null }, "value": "results", - "start": 528, - "end": 535, + "start": 541, + "end": 548, "loc": { "start": { "line": 14, @@ -1498,8 +1498,8 @@ "updateContext": null }, "value": "=", - "start": 536, - "end": 537, + "start": 549, + "end": 550, "loc": { "start": { "line": 14, @@ -1523,8 +1523,8 @@ "postfix": false, "binop": null }, - "start": 538, - "end": 539, + "start": 551, + "end": 552, "loc": { "start": { "line": 14, @@ -1548,8 +1548,8 @@ "postfix": false, "binop": null }, - "start": 539, - "end": 540, + "start": 552, + "end": 553, "loc": { "start": { "line": 14, @@ -1574,8 +1574,8 @@ "binop": null, "updateContext": null }, - "start": 540, - "end": 541, + "start": 553, + "end": 554, "loc": { "start": { "line": 14, @@ -1600,8 +1600,8 @@ "binop": null }, "value": "Object", - "start": 543, - "end": 549, + "start": 557, + "end": 563, "loc": { "start": { "line": 15, @@ -1626,8 +1626,8 @@ "binop": null, "updateContext": null }, - "start": 549, - "end": 550, + "start": 563, + "end": 564, "loc": { "start": { "line": 15, @@ -1652,8 +1652,8 @@ "binop": null }, "value": "values", - "start": 550, - "end": 556, + "start": 564, + "end": 570, "loc": { "start": { "line": 15, @@ -1677,8 +1677,8 @@ "postfix": false, "binop": null }, - "start": 556, - "end": 557, + "start": 570, + "end": 571, "loc": { "start": { "line": 15, @@ -1703,8 +1703,8 @@ "binop": null }, "value": "configFields", - "start": 558, - "end": 570, + "start": 572, + "end": 584, "loc": { "start": { "line": 15, @@ -1728,8 +1728,8 @@ "postfix": false, "binop": null }, - "start": 571, - "end": 572, + "start": 585, + "end": 586, "loc": { "start": { "line": 15, @@ -1754,8 +1754,8 @@ "binop": null, "updateContext": null }, - "start": 572, - "end": 573, + "start": 586, + "end": 587, "loc": { "start": { "line": 15, @@ -1780,8 +1780,8 @@ "binop": null }, "value": "forEach", - "start": 573, - "end": 580, + "start": 587, + "end": 594, "loc": { "start": { "line": 15, @@ -1805,8 +1805,8 @@ "postfix": false, "binop": null }, - "start": 580, - "end": 581, + "start": 594, + "end": 595, "loc": { "start": { "line": 15, @@ -1831,8 +1831,8 @@ "binop": null }, "value": "configField", - "start": 581, - "end": 592, + "start": 595, + "end": 606, "loc": { "start": { "line": 15, @@ -1857,8 +1857,8 @@ "binop": null, "updateContext": null }, - "start": 593, - "end": 595, + "start": 607, + "end": 609, "loc": { "start": { "line": 15, @@ -1882,8 +1882,8 @@ "postfix": false, "binop": null }, - "start": 596, - "end": 597, + "start": 610, + "end": 611, "loc": { "start": { "line": 15, @@ -1908,8 +1908,8 @@ "binop": null }, "value": "results", - "start": 600, - "end": 607, + "start": 615, + "end": 622, "loc": { "start": { "line": 16, @@ -1934,8 +1934,8 @@ "binop": null, "updateContext": null }, - "start": 607, - "end": 608, + "start": 622, + "end": 623, "loc": { "start": { "line": 16, @@ -1960,8 +1960,8 @@ "binop": null }, "value": "configField", - "start": 608, - "end": 619, + "start": 623, + "end": 634, "loc": { "start": { "line": 16, @@ -1986,8 +1986,8 @@ "binop": null, "updateContext": null }, - "start": 619, - "end": 620, + "start": 634, + "end": 635, "loc": { "start": { "line": 16, @@ -2012,8 +2012,8 @@ "binop": null }, "value": "ID", - "start": 620, - "end": 622, + "start": 635, + "end": 637, "loc": { "start": { "line": 16, @@ -2038,8 +2038,8 @@ "binop": null, "updateContext": null }, - "start": 622, - "end": 623, + "start": 637, + "end": 638, "loc": { "start": { "line": 16, @@ -2065,8 +2065,8 @@ "updateContext": null }, "value": "=", - "start": 624, - "end": 625, + "start": 639, + "end": 640, "loc": { "start": { "line": 16, @@ -2091,8 +2091,8 @@ "binop": null }, "value": "checkConfigFieldConditionals", - "start": 626, - "end": 654, + "start": 641, + "end": 669, "loc": { "start": { "line": 16, @@ -2116,8 +2116,8 @@ "postfix": false, "binop": null }, - "start": 654, - "end": 655, + "start": 669, + "end": 670, "loc": { "start": { "line": 16, @@ -2142,8 +2142,8 @@ "binop": null }, "value": "configField", - "start": 655, - "end": 666, + "start": 670, + "end": 681, "loc": { "start": { "line": 16, @@ -2168,8 +2168,8 @@ "binop": null, "updateContext": null }, - "start": 666, - "end": 667, + "start": 681, + "end": 682, "loc": { "start": { "line": 16, @@ -2194,8 +2194,8 @@ "binop": null }, "value": "fieldValues", - "start": 667, - "end": 678, + "start": 682, + "end": 693, "loc": { "start": { "line": 16, @@ -2219,8 +2219,8 @@ "postfix": false, "binop": null }, - "start": 678, - "end": 679, + "start": 693, + "end": 694, "loc": { "start": { "line": 16, @@ -2245,8 +2245,8 @@ "binop": null, "updateContext": null }, - "start": 679, - "end": 680, + "start": 694, + "end": 695, "loc": { "start": { "line": 16, @@ -2270,8 +2270,8 @@ "postfix": false, "binop": null }, - "start": 682, - "end": 683, + "start": 698, + "end": 699, "loc": { "start": { "line": 17, @@ -2295,8 +2295,8 @@ "postfix": false, "binop": null }, - "start": 683, - "end": 684, + "start": 699, + "end": 700, "loc": { "start": { "line": 17, @@ -2321,8 +2321,8 @@ "binop": null, "updateContext": null }, - "start": 684, - "end": 685, + "start": 700, + "end": 701, "loc": { "start": { "line": 17, @@ -2349,8 +2349,8 @@ "updateContext": null }, "value": "return", - "start": 687, - "end": 693, + "start": 704, + "end": 710, "loc": { "start": { "line": 18, @@ -2375,8 +2375,8 @@ "binop": null }, "value": "results", - "start": 694, - "end": 701, + "start": 711, + "end": 718, "loc": { "start": { "line": 18, @@ -2401,8 +2401,8 @@ "binop": null, "updateContext": null }, - "start": 701, - "end": 702, + "start": 718, + "end": 719, "loc": { "start": { "line": 18, @@ -2426,8 +2426,8 @@ "postfix": false, "binop": null }, - "start": 704, - "end": 705, + "start": 723, + "end": 724, "loc": { "start": { "line": 20, @@ -2452,8 +2452,8 @@ "binop": null, "updateContext": null }, - "start": 705, - "end": 706, + "start": 724, + "end": 725, "loc": { "start": { "line": 20, @@ -2478,8 +2478,8 @@ "binop": null, "updateContext": null }, - "start": 706, - "end": 706, + "start": 725, + "end": 725, "loc": { "start": { "line": 20, diff --git a/docs/ast/source/components/conditional-logic/index.js.json b/docs/ast/source/components/conditional-logic/index.js.json index 85c977f..cc0dbcb 100644 --- a/docs/ast/source/components/conditional-logic/index.js.json +++ b/docs/ast/source/components/conditional-logic/index.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 426, + "end": 439, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 426, + "end": 439, "loc": { "start": { "line": 1, @@ -30,8 +30,8 @@ "body": [ { "type": "ImportDeclaration", - "start": 49, - "end": 125, + "start": 51, + "end": 127, "loc": { "start": { "line": 3, @@ -45,8 +45,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 57, - "end": 85, + "start": 59, + "end": 87, "loc": { "start": { "line": 3, @@ -59,8 +59,8 @@ }, "imported": { "type": "Identifier", - "start": 57, - "end": 85, + "start": 59, + "end": 87, "loc": { "start": { "line": 3, @@ -77,8 +77,8 @@ }, "local": { "type": "Identifier", - "start": 57, - "end": 85, + "start": 59, + "end": 87, "loc": { "start": { "line": 3, @@ -97,8 +97,8 @@ ], "source": { "type": "StringLiteral", - "start": 92, - "end": 124, + "start": 94, + "end": 126, "loc": { "start": { "line": 3, @@ -135,8 +135,8 @@ { "type": "CommentBlock", "value": "eslint-env node", - "start": 29, - "end": 48, + "start": 30, + "end": 49, "loc": { "start": { "line": 2, @@ -152,8 +152,8 @@ }, { "type": "ImportDeclaration", - "start": 126, - "end": 204, + "start": 129, + "end": 207, "loc": { "start": { "line": 4, @@ -167,8 +167,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 134, - "end": 163, + "start": 137, + "end": 166, "loc": { "start": { "line": 4, @@ -181,8 +181,8 @@ }, "imported": { "type": "Identifier", - "start": 134, - "end": 163, + "start": 137, + "end": 166, "loc": { "start": { "line": 4, @@ -198,8 +198,8 @@ }, "local": { "type": "Identifier", - "start": 134, - "end": 163, + "start": 137, + "end": 166, "loc": { "start": { "line": 4, @@ -217,8 +217,8 @@ ], "source": { "type": "StringLiteral", - "start": 170, - "end": 203, + "start": 173, + "end": 206, "loc": { "start": { "line": 4, @@ -238,8 +238,8 @@ }, { "type": "ImportDeclaration", - "start": 205, - "end": 255, + "start": 209, + "end": 259, "loc": { "start": { "line": 5, @@ -253,8 +253,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 213, - "end": 239, + "start": 217, + "end": 243, "loc": { "start": { "line": 5, @@ -267,8 +267,8 @@ }, "imported": { "type": "Identifier", - "start": 213, - "end": 239, + "start": 217, + "end": 243, "loc": { "start": { "line": 5, @@ -284,8 +284,8 @@ }, "local": { "type": "Identifier", - "start": 213, - "end": 239, + "start": 217, + "end": 243, "loc": { "start": { "line": 5, @@ -303,8 +303,8 @@ ], "source": { "type": "StringLiteral", - "start": 246, - "end": 254, + "start": 250, + "end": 258, "loc": { "start": { "line": 5, @@ -324,9 +324,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * The Caldera Components conditional logic system\n ", - "start": 257, - "end": 315, + "value": "*\r\n * The Caldera Components conditional logic system\r\n ", + "start": 263, + "end": 323, "loc": { "start": { "line": 7, @@ -342,8 +342,8 @@ }, { "type": "ExportDefaultDeclaration", - "start": 316, - "end": 426, + "start": 325, + "end": 439, "loc": { "start": { "line": 10, @@ -356,8 +356,8 @@ }, "declaration": { "type": "ObjectExpression", - "start": 331, - "end": 425, + "start": 340, + "end": 438, "loc": { "start": { "line": 10, @@ -371,8 +371,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 334, - "end": 362, + "start": 344, + "end": 372, "loc": { "start": { "line": 11, @@ -388,8 +388,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 334, - "end": 362, + "start": 344, + "end": 372, "loc": { "start": { "line": 11, @@ -406,8 +406,8 @@ }, "value": { "type": "Identifier", - "start": 334, - "end": 362, + "start": 344, + "end": 372, "loc": { "start": { "line": 11, @@ -428,8 +428,8 @@ }, { "type": "ObjectProperty", - "start": 365, - "end": 394, + "start": 376, + "end": 405, "loc": { "start": { "line": 12, @@ -445,8 +445,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 365, - "end": 394, + "start": 376, + "end": 405, "loc": { "start": { "line": 12, @@ -462,8 +462,8 @@ }, "value": { "type": "Identifier", - "start": 365, - "end": 394, + "start": 376, + "end": 405, "loc": { "start": { "line": 12, @@ -483,8 +483,8 @@ }, { "type": "ObjectProperty", - "start": 397, - "end": 423, + "start": 409, + "end": 435, "loc": { "start": { "line": 13, @@ -500,8 +500,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 397, - "end": 423, + "start": 409, + "end": 435, "loc": { "start": { "line": 13, @@ -517,8 +517,8 @@ }, "value": { "type": "Identifier", - "start": 397, - "end": 423, + "start": 409, + "end": 435, "loc": { "start": { "line": 13, @@ -540,9 +540,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * The Caldera Components conditional logic system\n ", - "start": 257, - "end": 315, + "value": "*\r\n * The Caldera Components conditional logic system\r\n ", + "start": 263, + "end": 323, "loc": { "start": { "line": 7, @@ -560,9 +560,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * The Caldera Components conditional logic system\n ", - "start": 257, - "end": 315, + "value": "*\r\n * The Caldera Components conditional logic system\r\n ", + "start": 263, + "end": 323, "loc": { "start": { "line": 7, @@ -599,8 +599,8 @@ { "type": "CommentBlock", "value": "eslint-env node", - "start": 29, - "end": 48, + "start": 30, + "end": 49, "loc": { "start": { "line": 2, @@ -614,9 +614,9 @@ }, { "type": "CommentBlock", - "value": "*\n * The Caldera Components conditional logic system\n ", - "start": 257, - "end": 315, + "value": "*\r\n * The Caldera Components conditional logic system\r\n ", + "start": 263, + "end": 323, "loc": { "start": { "line": 7, @@ -649,8 +649,8 @@ { "type": "CommentBlock", "value": "eslint-env node", - "start": 29, - "end": 48, + "start": 30, + "end": 49, "loc": { "start": { "line": 2, @@ -677,8 +677,8 @@ "updateContext": null }, "value": "import", - "start": 49, - "end": 55, + "start": 51, + "end": 57, "loc": { "start": { "line": 3, @@ -702,8 +702,8 @@ "postfix": false, "binop": null }, - "start": 56, - "end": 57, + "start": 58, + "end": 59, "loc": { "start": { "line": 3, @@ -728,8 +728,8 @@ "binop": null }, "value": "checkConfigFieldConditionals", - "start": 57, - "end": 85, + "start": 59, + "end": 87, "loc": { "start": { "line": 3, @@ -753,8 +753,8 @@ "postfix": false, "binop": null }, - "start": 85, - "end": 86, + "start": 87, + "end": 88, "loc": { "start": { "line": 3, @@ -779,8 +779,8 @@ "binop": null }, "value": "from", - "start": 87, - "end": 91, + "start": 89, + "end": 93, "loc": { "start": { "line": 3, @@ -806,8 +806,8 @@ "updateContext": null }, "value": "./checkConfigFieldConditionals", - "start": 92, - "end": 124, + "start": 94, + "end": 126, "loc": { "start": { "line": 3, @@ -832,8 +832,8 @@ "binop": null, "updateContext": null }, - "start": 124, - "end": 125, + "start": 126, + "end": 127, "loc": { "start": { "line": 3, @@ -860,8 +860,8 @@ "updateContext": null }, "value": "import", - "start": 126, - "end": 132, + "start": 129, + "end": 135, "loc": { "start": { "line": 4, @@ -885,8 +885,8 @@ "postfix": false, "binop": null }, - "start": 133, - "end": 134, + "start": 136, + "end": 137, "loc": { "start": { "line": 4, @@ -911,8 +911,8 @@ "binop": null }, "value": "checkConfigFieldsConditionals", - "start": 134, - "end": 163, + "start": 137, + "end": 166, "loc": { "start": { "line": 4, @@ -936,8 +936,8 @@ "postfix": false, "binop": null }, - "start": 163, - "end": 164, + "start": 166, + "end": 167, "loc": { "start": { "line": 4, @@ -962,8 +962,8 @@ "binop": null }, "value": "from", - "start": 165, - "end": 169, + "start": 168, + "end": 172, "loc": { "start": { "line": 4, @@ -989,8 +989,8 @@ "updateContext": null }, "value": "./checkConfigFieldsConditionals", - "start": 170, - "end": 203, + "start": 173, + "end": 206, "loc": { "start": { "line": 4, @@ -1015,8 +1015,8 @@ "binop": null, "updateContext": null }, - "start": 203, - "end": 204, + "start": 206, + "end": 207, "loc": { "start": { "line": 4, @@ -1043,8 +1043,8 @@ "updateContext": null }, "value": "import", - "start": 205, - "end": 211, + "start": 209, + "end": 215, "loc": { "start": { "line": 5, @@ -1068,8 +1068,8 @@ "postfix": false, "binop": null }, - "start": 212, - "end": 213, + "start": 216, + "end": 217, "loc": { "start": { "line": 5, @@ -1094,8 +1094,8 @@ "binop": null }, "value": "reduceConfigFieldsToValues", - "start": 213, - "end": 239, + "start": 217, + "end": 243, "loc": { "start": { "line": 5, @@ -1119,8 +1119,8 @@ "postfix": false, "binop": null }, - "start": 239, - "end": 240, + "start": 243, + "end": 244, "loc": { "start": { "line": 5, @@ -1145,8 +1145,8 @@ "binop": null }, "value": "from", - "start": 241, - "end": 245, + "start": 245, + "end": 249, "loc": { "start": { "line": 5, @@ -1172,8 +1172,8 @@ "updateContext": null }, "value": "./util", - "start": 246, - "end": 254, + "start": 250, + "end": 258, "loc": { "start": { "line": 5, @@ -1198,8 +1198,8 @@ "binop": null, "updateContext": null }, - "start": 254, - "end": 255, + "start": 258, + "end": 259, "loc": { "start": { "line": 5, @@ -1213,9 +1213,9 @@ }, { "type": "CommentBlock", - "value": "*\n * The Caldera Components conditional logic system\n ", - "start": 257, - "end": 315, + "value": "*\r\n * The Caldera Components conditional logic system\r\n ", + "start": 263, + "end": 323, "loc": { "start": { "line": 7, @@ -1242,8 +1242,8 @@ "updateContext": null }, "value": "export", - "start": 316, - "end": 322, + "start": 325, + "end": 331, "loc": { "start": { "line": 10, @@ -1270,8 +1270,8 @@ "updateContext": null }, "value": "default", - "start": 323, - "end": 330, + "start": 332, + "end": 339, "loc": { "start": { "line": 10, @@ -1295,8 +1295,8 @@ "postfix": false, "binop": null }, - "start": 331, - "end": 332, + "start": 340, + "end": 341, "loc": { "start": { "line": 10, @@ -1321,8 +1321,8 @@ "binop": null }, "value": "checkConfigFieldConditionals", - "start": 334, - "end": 362, + "start": 344, + "end": 372, "loc": { "start": { "line": 11, @@ -1347,8 +1347,8 @@ "binop": null, "updateContext": null }, - "start": 362, - "end": 363, + "start": 372, + "end": 373, "loc": { "start": { "line": 11, @@ -1373,8 +1373,8 @@ "binop": null }, "value": "checkConfigFieldsConditionals", - "start": 365, - "end": 394, + "start": 376, + "end": 405, "loc": { "start": { "line": 12, @@ -1399,8 +1399,8 @@ "binop": null, "updateContext": null }, - "start": 394, - "end": 395, + "start": 405, + "end": 406, "loc": { "start": { "line": 12, @@ -1425,8 +1425,8 @@ "binop": null }, "value": "reduceConfigFieldsToValues", - "start": 397, - "end": 423, + "start": 409, + "end": 435, "loc": { "start": { "line": 13, @@ -1450,8 +1450,8 @@ "postfix": false, "binop": null }, - "start": 424, - "end": 425, + "start": 437, + "end": 438, "loc": { "start": { "line": 14, @@ -1476,8 +1476,8 @@ "binop": null, "updateContext": null }, - "start": 425, - "end": 426, + "start": 438, + "end": 439, "loc": { "start": { "line": 14, @@ -1502,8 +1502,8 @@ "binop": null, "updateContext": null }, - "start": 426, - "end": 426, + "start": 439, + "end": 439, "loc": { "start": { "line": 14, diff --git a/docs/ast/source/components/conditional-logic/util.js.json b/docs/ast/source/components/conditional-logic/util.js.json index d04188f..35efd1e 100644 --- a/docs/ast/source/components/conditional-logic/util.js.json +++ b/docs/ast/source/components/conditional-logic/util.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 330, + "end": 346, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 330, + "end": 346, "loc": { "start": { "line": 1, @@ -30,8 +30,8 @@ "body": [ { "type": "ExportNamedDeclaration", - "start": 92, - "end": 329, + "start": 97, + "end": 344, "loc": { "start": { "line": 6, @@ -46,8 +46,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 99, - "end": 329, + "start": 104, + "end": 344, "loc": { "start": { "line": 6, @@ -61,8 +61,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 105, - "end": 328, + "start": 110, + "end": 343, "loc": { "start": { "line": 6, @@ -75,8 +75,8 @@ }, "id": { "type": "Identifier", - "start": 105, - "end": 131, + "start": 110, + "end": 136, "loc": { "start": { "line": 6, @@ -93,8 +93,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 134, - "end": 328, + "start": 139, + "end": 343, "loc": { "start": { "line": 6, @@ -107,8 +107,8 @@ }, "id": { "type": "Identifier", - "start": 105, - "end": 131, + "start": 110, + "end": 136, "loc": { "start": { "line": 6, @@ -129,8 +129,8 @@ "params": [ { "type": "Identifier", - "start": 135, - "end": 147, + "start": 140, + "end": 152, "loc": { "start": { "line": 6, @@ -147,8 +147,8 @@ ], "body": { "type": "BlockStatement", - "start": 152, - "end": 328, + "start": 157, + "end": 343, "loc": { "start": { "line": 6, @@ -162,8 +162,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 155, - "end": 171, + "start": 161, + "end": 177, "loc": { "start": { "line": 7, @@ -177,8 +177,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 159, - "end": 170, + "start": 165, + "end": 176, "loc": { "start": { "line": 7, @@ -191,8 +191,8 @@ }, "id": { "type": "Identifier", - "start": 159, - "end": 165, + "start": 165, + "end": 171, "loc": { "start": { "line": 7, @@ -208,8 +208,8 @@ }, "init": { "type": "ObjectExpression", - "start": 168, - "end": 170, + "start": 174, + "end": 176, "loc": { "start": { "line": 7, @@ -228,8 +228,8 @@ }, { "type": "ExpressionStatement", - "start": 173, - "end": 310, + "start": 180, + "end": 323, "loc": { "start": { "line": 8, @@ -242,8 +242,8 @@ }, "expression": { "type": "CallExpression", - "start": 173, - "end": 309, + "start": 180, + "end": 322, "loc": { "start": { "line": 8, @@ -256,8 +256,8 @@ }, "callee": { "type": "MemberExpression", - "start": 173, - "end": 193, + "start": 180, + "end": 200, "loc": { "start": { "line": 8, @@ -270,8 +270,8 @@ }, "object": { "type": "Identifier", - "start": 173, - "end": 185, + "start": 180, + "end": 192, "loc": { "start": { "line": 8, @@ -287,8 +287,8 @@ }, "property": { "type": "Identifier", - "start": 186, - "end": 193, + "start": 193, + "end": 200, "loc": { "start": { "line": 8, @@ -307,8 +307,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 194, - "end": 308, + "start": 201, + "end": 321, "loc": { "start": { "line": 8, @@ -326,8 +326,8 @@ "params": [ { "type": "Identifier", - "start": 194, - "end": 199, + "start": 201, + "end": 206, "loc": { "start": { "line": 8, @@ -344,8 +344,8 @@ ], "body": { "type": "BlockStatement", - "start": 203, - "end": 308, + "start": 210, + "end": 321, "loc": { "start": { "line": 8, @@ -359,8 +359,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 207, - "end": 305, + "start": 215, + "end": 317, "loc": { "start": { "line": 9, @@ -373,8 +373,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 207, - "end": 304, + "start": 215, + "end": 316, "loc": { "start": { "line": 9, @@ -388,8 +388,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 207, - "end": 223, + "start": 215, + "end": 231, "loc": { "start": { "line": 9, @@ -402,8 +402,8 @@ }, "object": { "type": "Identifier", - "start": 207, - "end": 213, + "start": 215, + "end": 221, "loc": { "start": { "line": 9, @@ -419,8 +419,8 @@ }, "property": { "type": "MemberExpression", - "start": 214, - "end": 222, + "start": 222, + "end": 230, "loc": { "start": { "line": 9, @@ -433,8 +433,8 @@ }, "object": { "type": "Identifier", - "start": 214, - "end": 219, + "start": 222, + "end": 227, "loc": { "start": { "line": 9, @@ -450,8 +450,8 @@ }, "property": { "type": "Identifier", - "start": 220, - "end": 222, + "start": 228, + "end": 230, "loc": { "start": { "line": 9, @@ -471,8 +471,8 @@ }, "right": { "type": "ConditionalExpression", - "start": 226, - "end": 304, + "start": 234, + "end": 316, "loc": { "start": { "line": 9, @@ -485,8 +485,8 @@ }, "test": { "type": "MemberExpression", - "start": 226, - "end": 237, + "start": 234, + "end": 245, "loc": { "start": { "line": 9, @@ -499,8 +499,8 @@ }, "object": { "type": "Identifier", - "start": 226, - "end": 231, + "start": 234, + "end": 239, "loc": { "start": { "line": 9, @@ -516,8 +516,8 @@ }, "property": { "type": "Identifier", - "start": 232, - "end": 237, + "start": 240, + "end": 245, "loc": { "start": { "line": 9, @@ -535,8 +535,8 @@ }, "consequent": { "type": "MemberExpression", - "start": 243, - "end": 254, + "start": 252, + "end": 263, "loc": { "start": { "line": 10, @@ -549,8 +549,8 @@ }, "object": { "type": "Identifier", - "start": 243, - "end": 248, + "start": 252, + "end": 257, "loc": { "start": { "line": 10, @@ -566,8 +566,8 @@ }, "property": { "type": "Identifier", - "start": 249, - "end": 254, + "start": 258, + "end": 263, "loc": { "start": { "line": 10, @@ -585,8 +585,8 @@ }, "alternate": { "type": "ConditionalExpression", - "start": 260, - "end": 304, + "start": 270, + "end": 316, "loc": { "start": { "line": 11, @@ -599,8 +599,8 @@ }, "test": { "type": "MemberExpression", - "start": 260, - "end": 273, + "start": 270, + "end": 283, "loc": { "start": { "line": 11, @@ -613,8 +613,8 @@ }, "object": { "type": "Identifier", - "start": 260, - "end": 265, + "start": 270, + "end": 275, "loc": { "start": { "line": 11, @@ -630,8 +630,8 @@ }, "property": { "type": "Identifier", - "start": 266, - "end": 273, + "start": 276, + "end": 283, "loc": { "start": { "line": 11, @@ -649,8 +649,8 @@ }, "consequent": { "type": "MemberExpression", - "start": 280, - "end": 293, + "start": 291, + "end": 304, "loc": { "start": { "line": 12, @@ -663,8 +663,8 @@ }, "object": { "type": "Identifier", - "start": 280, - "end": 285, + "start": 291, + "end": 296, "loc": { "start": { "line": 12, @@ -680,8 +680,8 @@ }, "property": { "type": "Identifier", - "start": 286, - "end": 293, + "start": 297, + "end": 304, "loc": { "start": { "line": 12, @@ -699,8 +699,8 @@ }, "alternate": { "type": "NullLiteral", - "start": 300, - "end": 304, + "start": 312, + "end": 316, "loc": { "start": { "line": 13, @@ -725,8 +725,8 @@ }, { "type": "ReturnStatement", - "start": 312, - "end": 326, + "start": 326, + "end": 340, "loc": { "start": { "line": 15, @@ -739,8 +739,8 @@ }, "argument": { "type": "Identifier", - "start": 319, - "end": 325, + "start": 333, + "end": 339, "loc": { "start": { "line": 15, @@ -766,9 +766,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Get the current values for prepareConfigFields\n *\n * @param {Array} configFields\n ", + "value": "*\r\n * Get the current values for prepareConfigFields\r\n *\r\n * @param {Array} configFields\r\n ", "start": 0, - "end": 91, + "end": 95, "loc": { "start": { "line": 1, @@ -786,9 +786,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Get the current values for prepareConfigFields\n *\n * @param {Array} configFields\n ", + "value": "*\r\n * Get the current values for prepareConfigFields\r\n *\r\n * @param {Array} configFields\r\n ", "start": 0, - "end": 91, + "end": 95, "loc": { "start": { "line": 1, @@ -808,9 +808,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Get the current values for prepareConfigFields\n *\n * @param {Array} configFields\n ", + "value": "*\r\n * Get the current values for prepareConfigFields\r\n *\r\n * @param {Array} configFields\r\n ", "start": 0, - "end": 91, + "end": 95, "loc": { "start": { "line": 1, @@ -826,9 +826,9 @@ "tokens": [ { "type": "CommentBlock", - "value": "*\n * Get the current values for prepareConfigFields\n *\n * @param {Array} configFields\n ", + "value": "*\r\n * Get the current values for prepareConfigFields\r\n *\r\n * @param {Array} configFields\r\n ", "start": 0, - "end": 91, + "end": 95, "loc": { "start": { "line": 1, @@ -855,8 +855,8 @@ "updateContext": null }, "value": "export", - "start": 92, - "end": 98, + "start": 97, + "end": 103, "loc": { "start": { "line": 6, @@ -883,8 +883,8 @@ "updateContext": null }, "value": "const", - "start": 99, - "end": 104, + "start": 104, + "end": 109, "loc": { "start": { "line": 6, @@ -909,8 +909,8 @@ "binop": null }, "value": "reduceConfigFieldsToValues", - "start": 105, - "end": 131, + "start": 110, + "end": 136, "loc": { "start": { "line": 6, @@ -936,8 +936,8 @@ "updateContext": null }, "value": "=", - "start": 132, - "end": 133, + "start": 137, + "end": 138, "loc": { "start": { "line": 6, @@ -961,8 +961,8 @@ "postfix": false, "binop": null }, - "start": 134, - "end": 135, + "start": 139, + "end": 140, "loc": { "start": { "line": 6, @@ -987,8 +987,8 @@ "binop": null }, "value": "configFields", - "start": 135, - "end": 147, + "start": 140, + "end": 152, "loc": { "start": { "line": 6, @@ -1012,8 +1012,8 @@ "postfix": false, "binop": null }, - "start": 147, - "end": 148, + "start": 152, + "end": 153, "loc": { "start": { "line": 6, @@ -1038,8 +1038,8 @@ "binop": null, "updateContext": null }, - "start": 149, - "end": 151, + "start": 154, + "end": 156, "loc": { "start": { "line": 6, @@ -1063,8 +1063,8 @@ "postfix": false, "binop": null }, - "start": 152, - "end": 153, + "start": 157, + "end": 158, "loc": { "start": { "line": 6, @@ -1091,8 +1091,8 @@ "updateContext": null }, "value": "let", - "start": 155, - "end": 158, + "start": 161, + "end": 164, "loc": { "start": { "line": 7, @@ -1117,8 +1117,8 @@ "binop": null }, "value": "values", - "start": 159, - "end": 165, + "start": 165, + "end": 171, "loc": { "start": { "line": 7, @@ -1144,8 +1144,8 @@ "updateContext": null }, "value": "=", - "start": 166, - "end": 167, + "start": 172, + "end": 173, "loc": { "start": { "line": 7, @@ -1169,8 +1169,8 @@ "postfix": false, "binop": null }, - "start": 168, - "end": 169, + "start": 174, + "end": 175, "loc": { "start": { "line": 7, @@ -1194,8 +1194,8 @@ "postfix": false, "binop": null }, - "start": 169, - "end": 170, + "start": 175, + "end": 176, "loc": { "start": { "line": 7, @@ -1220,8 +1220,8 @@ "binop": null, "updateContext": null }, - "start": 170, - "end": 171, + "start": 176, + "end": 177, "loc": { "start": { "line": 7, @@ -1246,8 +1246,8 @@ "binop": null }, "value": "configFields", - "start": 173, - "end": 185, + "start": 180, + "end": 192, "loc": { "start": { "line": 8, @@ -1272,8 +1272,8 @@ "binop": null, "updateContext": null }, - "start": 185, - "end": 186, + "start": 192, + "end": 193, "loc": { "start": { "line": 8, @@ -1298,8 +1298,8 @@ "binop": null }, "value": "forEach", - "start": 186, - "end": 193, + "start": 193, + "end": 200, "loc": { "start": { "line": 8, @@ -1323,8 +1323,8 @@ "postfix": false, "binop": null }, - "start": 193, - "end": 194, + "start": 200, + "end": 201, "loc": { "start": { "line": 8, @@ -1349,8 +1349,8 @@ "binop": null }, "value": "field", - "start": 194, - "end": 199, + "start": 201, + "end": 206, "loc": { "start": { "line": 8, @@ -1375,8 +1375,8 @@ "binop": null, "updateContext": null }, - "start": 200, - "end": 202, + "start": 207, + "end": 209, "loc": { "start": { "line": 8, @@ -1400,8 +1400,8 @@ "postfix": false, "binop": null }, - "start": 203, - "end": 204, + "start": 210, + "end": 211, "loc": { "start": { "line": 8, @@ -1426,8 +1426,8 @@ "binop": null }, "value": "values", - "start": 207, - "end": 213, + "start": 215, + "end": 221, "loc": { "start": { "line": 9, @@ -1452,8 +1452,8 @@ "binop": null, "updateContext": null }, - "start": 213, - "end": 214, + "start": 221, + "end": 222, "loc": { "start": { "line": 9, @@ -1478,8 +1478,8 @@ "binop": null }, "value": "field", - "start": 214, - "end": 219, + "start": 222, + "end": 227, "loc": { "start": { "line": 9, @@ -1504,8 +1504,8 @@ "binop": null, "updateContext": null }, - "start": 219, - "end": 220, + "start": 227, + "end": 228, "loc": { "start": { "line": 9, @@ -1530,8 +1530,8 @@ "binop": null }, "value": "ID", - "start": 220, - "end": 222, + "start": 228, + "end": 230, "loc": { "start": { "line": 9, @@ -1556,8 +1556,8 @@ "binop": null, "updateContext": null }, - "start": 222, - "end": 223, + "start": 230, + "end": 231, "loc": { "start": { "line": 9, @@ -1583,8 +1583,8 @@ "updateContext": null }, "value": "=", - "start": 224, - "end": 225, + "start": 232, + "end": 233, "loc": { "start": { "line": 9, @@ -1609,8 +1609,8 @@ "binop": null }, "value": "field", - "start": 226, - "end": 231, + "start": 234, + "end": 239, "loc": { "start": { "line": 9, @@ -1635,8 +1635,8 @@ "binop": null, "updateContext": null }, - "start": 231, - "end": 232, + "start": 239, + "end": 240, "loc": { "start": { "line": 9, @@ -1661,8 +1661,8 @@ "binop": null }, "value": "value", - "start": 232, - "end": 237, + "start": 240, + "end": 245, "loc": { "start": { "line": 9, @@ -1687,8 +1687,8 @@ "binop": null, "updateContext": null }, - "start": 241, - "end": 242, + "start": 250, + "end": 251, "loc": { "start": { "line": 10, @@ -1713,8 +1713,8 @@ "binop": null }, "value": "field", - "start": 243, - "end": 248, + "start": 252, + "end": 257, "loc": { "start": { "line": 10, @@ -1739,8 +1739,8 @@ "binop": null, "updateContext": null }, - "start": 248, - "end": 249, + "start": 257, + "end": 258, "loc": { "start": { "line": 10, @@ -1765,8 +1765,8 @@ "binop": null }, "value": "value", - "start": 249, - "end": 254, + "start": 258, + "end": 263, "loc": { "start": { "line": 10, @@ -1791,8 +1791,8 @@ "binop": null, "updateContext": null }, - "start": 258, - "end": 259, + "start": 268, + "end": 269, "loc": { "start": { "line": 11, @@ -1817,8 +1817,8 @@ "binop": null }, "value": "field", - "start": 260, - "end": 265, + "start": 270, + "end": 275, "loc": { "start": { "line": 11, @@ -1843,8 +1843,8 @@ "binop": null, "updateContext": null }, - "start": 265, - "end": 266, + "start": 275, + "end": 276, "loc": { "start": { "line": 11, @@ -1871,8 +1871,8 @@ "updateContext": null }, "value": "default", - "start": 266, - "end": 273, + "start": 276, + "end": 283, "loc": { "start": { "line": 11, @@ -1897,8 +1897,8 @@ "binop": null, "updateContext": null }, - "start": 278, - "end": 279, + "start": 289, + "end": 290, "loc": { "start": { "line": 12, @@ -1923,8 +1923,8 @@ "binop": null }, "value": "field", - "start": 280, - "end": 285, + "start": 291, + "end": 296, "loc": { "start": { "line": 12, @@ -1949,8 +1949,8 @@ "binop": null, "updateContext": null }, - "start": 285, - "end": 286, + "start": 296, + "end": 297, "loc": { "start": { "line": 12, @@ -1977,8 +1977,8 @@ "updateContext": null }, "value": "default", - "start": 286, - "end": 293, + "start": 297, + "end": 304, "loc": { "start": { "line": 12, @@ -2003,8 +2003,8 @@ "binop": null, "updateContext": null }, - "start": 298, - "end": 299, + "start": 310, + "end": 311, "loc": { "start": { "line": 13, @@ -2031,8 +2031,8 @@ "updateContext": null }, "value": "null", - "start": 300, - "end": 304, + "start": 312, + "end": 316, "loc": { "start": { "line": 13, @@ -2057,8 +2057,8 @@ "binop": null, "updateContext": null }, - "start": 304, - "end": 305, + "start": 316, + "end": 317, "loc": { "start": { "line": 13, @@ -2082,8 +2082,8 @@ "postfix": false, "binop": null }, - "start": 307, - "end": 308, + "start": 320, + "end": 321, "loc": { "start": { "line": 14, @@ -2107,8 +2107,8 @@ "postfix": false, "binop": null }, - "start": 308, - "end": 309, + "start": 321, + "end": 322, "loc": { "start": { "line": 14, @@ -2133,8 +2133,8 @@ "binop": null, "updateContext": null }, - "start": 309, - "end": 310, + "start": 322, + "end": 323, "loc": { "start": { "line": 14, @@ -2161,8 +2161,8 @@ "updateContext": null }, "value": "return", - "start": 312, - "end": 318, + "start": 326, + "end": 332, "loc": { "start": { "line": 15, @@ -2187,8 +2187,8 @@ "binop": null }, "value": "values", - "start": 319, - "end": 325, + "start": 333, + "end": 339, "loc": { "start": { "line": 15, @@ -2213,8 +2213,8 @@ "binop": null, "updateContext": null }, - "start": 325, - "end": 326, + "start": 339, + "end": 340, "loc": { "start": { "line": 15, @@ -2238,8 +2238,8 @@ "postfix": false, "binop": null }, - "start": 327, - "end": 328, + "start": 342, + "end": 343, "loc": { "start": { "line": 16, @@ -2264,8 +2264,8 @@ "binop": null, "updateContext": null }, - "start": 328, - "end": 329, + "start": 343, + "end": 344, "loc": { "start": { "line": 16, @@ -2290,8 +2290,8 @@ "binop": null, "updateContext": null }, - "start": 330, - "end": 330, + "start": 346, + "end": 346, "loc": { "start": { "line": 17, diff --git a/docs/ast/source/components/fields/FieldGroup.js.json b/docs/ast/source/components/fields/FieldGroup.js.json index 9524f76..67b333a 100644 --- a/docs/ast/source/components/fields/FieldGroup.js.json +++ b/docs/ast/source/components/fields/FieldGroup.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 4655, + "end": 4854, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 4655, + "end": 4854, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 27, - "end": 63, + "start": 28, + "end": 64, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 34, - "end": 44, + "start": 35, + "end": 45, "loc": { "start": { "line": 2, @@ -128,8 +128,8 @@ }, "local": { "type": "Identifier", - "start": 34, - "end": 44, + "start": 35, + "end": 45, "loc": { "start": { "line": 2, @@ -147,8 +147,8 @@ ], "source": { "type": "StringLiteral", - "start": 50, - "end": 62, + "start": 51, + "end": 63, "loc": { "start": { "line": 2, @@ -168,8 +168,8 @@ }, { "type": "ImportDeclaration", - "start": 64, - "end": 107, + "start": 66, + "end": 109, "loc": { "start": { "line": 3, @@ -183,8 +183,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 72, - "end": 91, + "start": 74, + "end": 93, "loc": { "start": { "line": 3, @@ -197,8 +197,8 @@ }, "imported": { "type": "Identifier", - "start": 72, - "end": 91, + "start": 74, + "end": 93, "loc": { "start": { "line": 3, @@ -214,8 +214,8 @@ }, "local": { "type": "Identifier", - "start": 72, - "end": 91, + "start": 74, + "end": 93, "loc": { "start": { "line": 3, @@ -233,8 +233,8 @@ ], "source": { "type": "StringLiteral", - "start": 98, - "end": 106, + "start": 100, + "end": 108, "loc": { "start": { "line": 3, @@ -254,8 +254,8 @@ }, { "type": "ImportDeclaration", - "start": 108, - "end": 160, + "start": 111, + "end": 165, "loc": { "start": { "line": 4, @@ -269,8 +269,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 118, - "end": 137, + "start": 122, + "end": 141, "loc": { "start": { "line": 5, @@ -283,8 +283,8 @@ }, "imported": { "type": "Identifier", - "start": 118, - "end": 137, + "start": 122, + "end": 141, "loc": { "start": { "line": 5, @@ -300,8 +300,8 @@ }, "local": { "type": "Identifier", - "start": 118, - "end": 137, + "start": 122, + "end": 141, "loc": { "start": { "line": 5, @@ -319,8 +319,8 @@ ], "source": { "type": "StringLiteral", - "start": 146, - "end": 159, + "start": 151, + "end": 164, "loc": { "start": { "line": 6, @@ -340,8 +340,8 @@ }, { "type": "ImportDeclaration", - "start": 162, - "end": 202, + "start": 169, + "end": 209, "loc": { "start": { "line": 8, @@ -355,8 +355,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 170, - "end": 180, + "start": 177, + "end": 187, "loc": { "start": { "line": 8, @@ -369,8 +369,8 @@ }, "imported": { "type": "Identifier", - "start": 170, - "end": 180, + "start": 177, + "end": 187, "loc": { "start": { "line": 8, @@ -386,8 +386,8 @@ }, "local": { "type": "Identifier", - "start": 170, - "end": 180, + "start": 177, + "end": 187, "loc": { "start": { "line": 8, @@ -405,8 +405,8 @@ ], "source": { "type": "StringLiteral", - "start": 187, - "end": 201, + "start": 194, + "end": 208, "loc": { "start": { "line": 8, @@ -426,8 +426,8 @@ }, { "type": "ImportDeclaration", - "start": 203, - "end": 246, + "start": 211, + "end": 254, "loc": { "start": { "line": 9, @@ -441,8 +441,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 211, - "end": 222, + "start": 219, + "end": 230, "loc": { "start": { "line": 9, @@ -455,8 +455,8 @@ }, "imported": { "type": "Identifier", - "start": 211, - "end": 222, + "start": 219, + "end": 230, "loc": { "start": { "line": 9, @@ -472,8 +472,8 @@ }, "local": { "type": "Identifier", - "start": 211, - "end": 222, + "start": 219, + "end": 230, "loc": { "start": { "line": 9, @@ -491,8 +491,8 @@ ], "source": { "type": "StringLiteral", - "start": 229, - "end": 245, + "start": 237, + "end": 253, "loc": { "start": { "line": 9, @@ -512,8 +512,8 @@ }, { "type": "ImportDeclaration", - "start": 247, - "end": 290, + "start": 256, + "end": 299, "loc": { "start": { "line": 10, @@ -527,8 +527,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 255, - "end": 262, + "start": 264, + "end": 271, "loc": { "start": { "line": 10, @@ -541,8 +541,8 @@ }, "imported": { "type": "Identifier", - "start": 255, - "end": 262, + "start": 264, + "end": 271, "loc": { "start": { "line": 10, @@ -558,8 +558,8 @@ }, "local": { "type": "Identifier", - "start": 255, - "end": 262, + "start": 264, + "end": 271, "loc": { "start": { "line": 10, @@ -577,8 +577,8 @@ ], "source": { "type": "StringLiteral", - "start": 269, - "end": 289, + "start": 278, + "end": 298, "loc": { "start": { "line": 10, @@ -598,8 +598,8 @@ }, { "type": "ImportDeclaration", - "start": 291, - "end": 360, + "start": 301, + "end": 370, "loc": { "start": { "line": 11, @@ -613,8 +613,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 299, - "end": 319, + "start": 309, + "end": 329, "loc": { "start": { "line": 11, @@ -627,8 +627,8 @@ }, "imported": { "type": "Identifier", - "start": 299, - "end": 319, + "start": 309, + "end": 329, "loc": { "start": { "line": 11, @@ -644,8 +644,8 @@ }, "local": { "type": "Identifier", - "start": 299, - "end": 319, + "start": 309, + "end": 329, "loc": { "start": { "line": 11, @@ -663,8 +663,8 @@ ], "source": { "type": "StringLiteral", - "start": 326, - "end": 359, + "start": 336, + "end": 369, "loc": { "start": { "line": 11, @@ -684,8 +684,8 @@ }, { "type": "ImportDeclaration", - "start": 361, - "end": 455, + "start": 372, + "end": 466, "loc": { "start": { "line": 12, @@ -699,8 +699,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 369, - "end": 392, + "start": 380, + "end": 403, "loc": { "start": { "line": 12, @@ -713,8 +713,8 @@ }, "imported": { "type": "Identifier", - "start": 369, - "end": 392, + "start": 380, + "end": 403, "loc": { "start": { "line": 12, @@ -730,8 +730,8 @@ }, "local": { "type": "Identifier", - "start": 369, - "end": 392, + "start": 380, + "end": 403, "loc": { "start": { "line": 12, @@ -749,8 +749,8 @@ ], "source": { "type": "StringLiteral", - "start": 399, - "end": 454, + "start": 410, + "end": 465, "loc": { "start": { "line": 12, @@ -770,8 +770,8 @@ }, { "type": "ImportDeclaration", - "start": 456, - "end": 519, + "start": 468, + "end": 531, "loc": { "start": { "line": 13, @@ -785,8 +785,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 464, - "end": 479, + "start": 476, + "end": 491, "loc": { "start": { "line": 13, @@ -799,8 +799,8 @@ }, "imported": { "type": "Identifier", - "start": 464, - "end": 479, + "start": 476, + "end": 491, "loc": { "start": { "line": 13, @@ -816,8 +816,8 @@ }, "local": { "type": "Identifier", - "start": 464, - "end": 479, + "start": 476, + "end": 491, "loc": { "start": { "line": 13, @@ -835,8 +835,8 @@ ], "source": { "type": "StringLiteral", - "start": 486, - "end": 518, + "start": 498, + "end": 530, "loc": { "start": { "line": 13, @@ -856,9 +856,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Represents one configField -- wrapper, label and input.\n *\n * @param props\n * @return {*}\n * @constructor\n ", - "start": 521, - "end": 637, + "value": "*\r\n * Represents one configField -- wrapper, label and input.\r\n *\r\n * @param props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 535, + "end": 657, "loc": { "start": { "line": 15, @@ -874,8 +874,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 638, - "end": 3939, + "start": 659, + "end": 4103, "loc": { "start": { "line": 22, @@ -890,8 +890,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 645, - "end": 3939, + "start": 666, + "end": 4103, "loc": { "start": { "line": 22, @@ -905,8 +905,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 651, - "end": 3938, + "start": 672, + "end": 4102, "loc": { "start": { "line": 22, @@ -919,8 +919,8 @@ }, "id": { "type": "Identifier", - "start": 651, - "end": 661, + "start": 672, + "end": 682, "loc": { "start": { "line": 22, @@ -937,8 +937,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 664, - "end": 3938, + "start": 685, + "end": 4102, "loc": { "start": { "line": 22, @@ -951,8 +951,8 @@ }, "id": { "type": "Identifier", - "start": 651, - "end": 661, + "start": 672, + "end": 682, "loc": { "start": { "line": 22, @@ -973,8 +973,8 @@ "params": [ { "type": "Identifier", - "start": 665, - "end": 670, + "start": 686, + "end": 691, "loc": { "start": { "line": 22, @@ -991,8 +991,8 @@ ], "body": { "type": "BlockStatement", - "start": 675, - "end": 3938, + "start": 696, + "end": 4102, "loc": { "start": { "line": 22, @@ -1006,8 +1006,8 @@ "body": [ { "type": "IfStatement", - "start": 678, - "end": 751, + "start": 700, + "end": 775, "loc": { "start": { "line": 23, @@ -1020,8 +1020,8 @@ }, "test": { "type": "BinaryExpression", - "start": 682, - "end": 704, + "start": 704, + "end": 726, "loc": { "start": { "line": 23, @@ -1034,8 +1034,8 @@ }, "left": { "type": "StringLiteral", - "start": 682, - "end": 689, + "start": 704, + "end": 711, "loc": { "start": { "line": 23, @@ -1055,8 +1055,8 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 694, - "end": 704, + "start": 716, + "end": 726, "loc": { "start": { "line": 23, @@ -1069,8 +1069,8 @@ }, "object": { "type": "Identifier", - "start": 694, - "end": 699, + "start": 716, + "end": 721, "loc": { "start": { "line": 23, @@ -1086,8 +1086,8 @@ }, "property": { "type": "Identifier", - "start": 700, - "end": 704, + "start": 722, + "end": 726, "loc": { "start": { "line": 23, @@ -1106,8 +1106,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 706, - "end": 751, + "start": 728, + "end": 775, "loc": { "start": { "line": 23, @@ -1121,8 +1121,8 @@ "body": [ { "type": "ReturnStatement", - "start": 710, - "end": 748, + "start": 733, + "end": 771, "loc": { "start": { "line": 24, @@ -1135,8 +1135,8 @@ }, "argument": { "type": "JSXElement", - "start": 717, - "end": 747, + "start": 740, + "end": 770, "loc": { "start": { "line": 24, @@ -1149,8 +1149,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 717, - "end": 747, + "start": 740, + "end": 770, "loc": { "start": { "line": 24, @@ -1164,8 +1164,8 @@ "attributes": [ { "type": "JSXSpreadAttribute", - "start": 734, - "end": 744, + "start": 757, + "end": 767, "loc": { "start": { "line": 24, @@ -1178,8 +1178,8 @@ }, "argument": { "type": "Identifier", - "start": 738, - "end": 743, + "start": 761, + "end": 766, "loc": { "start": { "line": 24, @@ -1197,8 +1197,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 718, - "end": 733, + "start": 741, + "end": 756, "loc": { "start": { "line": 24, @@ -1225,9 +1225,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Creates the id attribute\n\t * @return {String}\n\t ", - "start": 754, - "end": 812, + "value": "*\r\n\t * Creates the id attribute\r\n\t * @return {String}\r\n\t ", + "start": 780, + "end": 841, "loc": { "start": { "line": 27, @@ -1243,8 +1243,8 @@ }, { "type": "FunctionDeclaration", - "start": 814, - "end": 902, + "start": 844, + "end": 934, "loc": { "start": { "line": 31, @@ -1257,8 +1257,8 @@ }, "id": { "type": "Identifier", - "start": 823, - "end": 843, + "start": 853, + "end": 873, "loc": { "start": { "line": 31, @@ -1279,8 +1279,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 846, - "end": 902, + "start": 876, + "end": 934, "loc": { "start": { "line": 31, @@ -1294,8 +1294,8 @@ "body": [ { "type": "ReturnStatement", - "start": 850, - "end": 899, + "start": 881, + "end": 930, "loc": { "start": { "line": 32, @@ -1308,8 +1308,8 @@ }, "argument": { "type": "CallExpression", - "start": 857, - "end": 898, + "start": 888, + "end": 929, "loc": { "start": { "line": 32, @@ -1322,8 +1322,8 @@ }, "callee": { "type": "Identifier", - "start": 857, - "end": 876, + "start": 888, + "end": 907, "loc": { "start": { "line": 32, @@ -1340,8 +1340,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 877, - "end": 885, + "start": 908, + "end": 916, "loc": { "start": { "line": 32, @@ -1354,8 +1354,8 @@ }, "object": { "type": "Identifier", - "start": 877, - "end": 882, + "start": 908, + "end": 913, "loc": { "start": { "line": 32, @@ -1371,8 +1371,8 @@ }, "property": { "type": "Identifier", - "start": 883, - "end": 885, + "start": 914, + "end": 916, "loc": { "start": { "line": 32, @@ -1390,8 +1390,8 @@ }, { "type": "MemberExpression", - "start": 887, - "end": 897, + "start": 918, + "end": 928, "loc": { "start": { "line": 32, @@ -1404,8 +1404,8 @@ }, "object": { "type": "Identifier", - "start": 887, - "end": 892, + "start": 918, + "end": 923, "loc": { "start": { "line": 32, @@ -1421,8 +1421,8 @@ }, "property": { "type": "Identifier", - "start": 893, - "end": 897, + "start": 924, + "end": 928, "loc": { "start": { "line": 32, @@ -1448,9 +1448,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Creates the id attribute\n\t * @return {String}\n\t ", - "start": 754, - "end": 812, + "value": "*\r\n\t * Creates the id attribute\r\n\t * @return {String}\r\n\t ", + "start": 780, + "end": 841, "loc": { "start": { "line": 27, @@ -1466,9 +1466,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Based on type, render the field.\n\t *\n\t * @return {*}\n\t ", - "start": 906, - "end": 971, + "value": "*\r\n\t * Based on type, render the field.\r\n\t *\r\n\t * @return {*}\r\n\t ", + "start": 941, + "end": 1010, "loc": { "start": { "line": 36, @@ -1484,8 +1484,8 @@ }, { "type": "FunctionDeclaration", - "start": 973, - "end": 3875, + "start": 1013, + "end": 4033, "loc": { "start": { "line": 41, @@ -1498,8 +1498,8 @@ }, "id": { "type": "Identifier", - "start": 982, - "end": 992, + "start": 1022, + "end": 1032, "loc": { "start": { "line": 41, @@ -1520,8 +1520,8 @@ "params": [ { "type": "Identifier", - "start": 993, - "end": 1003, + "start": 1033, + "end": 1043, "loc": { "start": { "line": 41, @@ -1538,8 +1538,8 @@ ], "body": { "type": "BlockStatement", - "start": 1005, - "end": 3875, + "start": 1045, + "end": 4033, "loc": { "start": { "line": 41, @@ -1553,8 +1553,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 1009, - "end": 1168, + "start": 1050, + "end": 1211, "loc": { "start": { "line": 42, @@ -1568,8 +1568,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1015, - "end": 1167, + "start": 1056, + "end": 1210, "loc": { "start": { "line": 42, @@ -1582,8 +1582,8 @@ }, "id": { "type": "Identifier", - "start": 1015, - "end": 1022, + "start": 1056, + "end": 1063, "loc": { "start": { "line": 42, @@ -1599,8 +1599,8 @@ }, "init": { "type": "ConditionalExpression", - "start": 1025, - "end": 1167, + "start": 1066, + "end": 1210, "loc": { "start": { "line": 42, @@ -1613,8 +1613,8 @@ }, "test": { "type": "BinaryExpression", - "start": 1025, - "end": 1064, + "start": 1066, + "end": 1105, "loc": { "start": { "line": 42, @@ -1627,8 +1627,8 @@ }, "left": { "type": "StringLiteral", - "start": 1025, - "end": 1033, + "start": 1066, + "end": 1074, "loc": { "start": { "line": 42, @@ -1648,8 +1648,8 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 1038, - "end": 1064, + "start": 1079, + "end": 1105, "loc": { "start": { "line": 42, @@ -1664,8 +1664,8 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 1046, - "end": 1064, + "start": 1087, + "end": 1105, "loc": { "start": { "line": 42, @@ -1678,8 +1678,8 @@ }, "object": { "type": "Identifier", - "start": 1046, - "end": 1056, + "start": 1087, + "end": 1097, "loc": { "start": { "line": 42, @@ -1695,8 +1695,8 @@ }, "property": { "type": "Identifier", - "start": 1057, - "end": 1064, + "start": 1098, + "end": 1105, "loc": { "start": { "line": 42, @@ -1719,8 +1719,8 @@ }, "consequent": { "type": "CallExpression", - "start": 1070, - "end": 1110, + "start": 1112, + "end": 1152, "loc": { "start": { "line": 43, @@ -1733,8 +1733,8 @@ }, "callee": { "type": "Identifier", - "start": 1070, - "end": 1090, + "start": 1112, + "end": 1132, "loc": { "start": { "line": 43, @@ -1751,8 +1751,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 1091, - "end": 1109, + "start": 1133, + "end": 1151, "loc": { "start": { "line": 43, @@ -1765,8 +1765,8 @@ }, "object": { "type": "Identifier", - "start": 1091, - "end": 1101, + "start": 1133, + "end": 1143, "loc": { "start": { "line": 43, @@ -1782,8 +1782,8 @@ }, "property": { "type": "Identifier", - "start": 1102, - "end": 1109, + "start": 1144, + "end": 1151, "loc": { "start": { "line": 43, @@ -1803,8 +1803,8 @@ }, "alternate": { "type": "CallExpression", - "start": 1116, - "end": 1167, + "start": 1159, + "end": 1210, "loc": { "start": { "line": 44, @@ -1817,8 +1817,8 @@ }, "callee": { "type": "Identifier", - "start": 1116, - "end": 1136, + "start": 1159, + "end": 1179, "loc": { "start": { "line": 44, @@ -1835,8 +1835,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 1137, - "end": 1166, + "start": 1180, + "end": 1209, "loc": { "start": { "line": 44, @@ -1850,8 +1850,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1138, - "end": 1151, + "start": 1181, + "end": 1194, "loc": { "start": { "line": 44, @@ -1867,8 +1867,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1138, - "end": 1145, + "start": 1181, + "end": 1188, "loc": { "start": { "line": 44, @@ -1884,8 +1884,8 @@ }, "value": { "type": "NullLiteral", - "start": 1147, - "end": 1151, + "start": 1190, + "end": 1194, "loc": { "start": { "line": 44, @@ -1900,8 +1900,8 @@ }, { "type": "ObjectProperty", - "start": 1153, - "end": 1165, + "start": 1196, + "end": 1208, "loc": { "start": { "line": 44, @@ -1917,8 +1917,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1153, - "end": 1158, + "start": 1196, + "end": 1201, "loc": { "start": { "line": 44, @@ -1934,8 +1934,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 1160, - "end": 1165, + "start": 1203, + "end": 1208, "loc": { "start": { "line": 44, @@ -1960,8 +1960,8 @@ }, { "type": "FunctionDeclaration", - "start": 1172, - "end": 1335, + "start": 1217, + "end": 1387, "loc": { "start": { "line": 46, @@ -1974,8 +1974,8 @@ }, "id": { "type": "Identifier", - "start": 1181, - "end": 1198, + "start": 1226, + "end": 1243, "loc": { "start": { "line": 46, @@ -1995,8 +1995,8 @@ "params": [ { "type": "Identifier", - "start": 1199, - "end": 1220, + "start": 1244, + "end": 1265, "loc": { "start": { "line": 46, @@ -2013,8 +2013,8 @@ ], "body": { "type": "BlockStatement", - "start": 1222, - "end": 1335, + "start": 1267, + "end": 1387, "loc": { "start": { "line": 46, @@ -2028,8 +2028,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1227, - "end": 1331, + "start": 1273, + "end": 1382, "loc": { "start": { "line": 47, @@ -2042,8 +2042,8 @@ }, "argument": { "type": "CallExpression", - "start": 1234, - "end": 1330, + "start": 1280, + "end": 1381, "loc": { "start": { "line": 47, @@ -2056,8 +2056,8 @@ }, "callee": { "type": "Identifier", - "start": 1234, - "end": 1244, + "start": 1280, + "end": 1290, "loc": { "start": { "line": 47, @@ -2074,8 +2074,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 1250, - "end": 1325, + "start": 1297, + "end": 1375, "loc": { "start": { "line": 48, @@ -2089,8 +2089,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1257, - "end": 1288, + "start": 1305, + "end": 1336, "loc": { "start": { "line": 49, @@ -2106,8 +2106,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1257, - "end": 1265, + "start": 1305, + "end": 1313, "loc": { "start": { "line": 49, @@ -2123,8 +2123,8 @@ }, "value": { "type": "MemberExpression", - "start": 1267, - "end": 1288, + "start": 1315, + "end": 1336, "loc": { "start": { "line": 49, @@ -2137,8 +2137,8 @@ }, "object": { "type": "Identifier", - "start": 1267, - "end": 1277, + "start": 1315, + "end": 1325, "loc": { "start": { "line": 49, @@ -2154,8 +2154,8 @@ }, "property": { "type": "Identifier", - "start": 1278, - "end": 1288, + "start": 1326, + "end": 1336, "loc": { "start": { "line": 49, @@ -2174,8 +2174,8 @@ }, { "type": "SpreadProperty", - "start": 1295, - "end": 1319, + "start": 1344, + "end": 1368, "loc": { "start": { "line": 50, @@ -2188,8 +2188,8 @@ }, "argument": { "type": "Identifier", - "start": 1298, - "end": 1319, + "start": 1347, + "end": 1368, "loc": { "start": { "line": 50, @@ -2216,9 +2216,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t\t * Is this option the checked value?\n\t\t * @param {object}option\n\t\t * @param {String|number|Array} currentValue\n\t\t * @return {boolean}\n\t\t ", - "start": 1339, - "end": 1484, + "value": "*\r\n\t\t * Is this option the checked value?\r\n\t\t * @param {object}option\r\n\t\t * @param {String|number|Array} currentValue\r\n\t\t * @return {boolean}\r\n\t\t ", + "start": 1393, + "end": 1543, "loc": { "start": { "line": 55, @@ -2234,8 +2234,8 @@ }, { "type": "FunctionDeclaration", - "start": 1487, - "end": 1671, + "start": 1547, + "end": 1736, "loc": { "start": { "line": 61, @@ -2248,8 +2248,8 @@ }, "id": { "type": "Identifier", - "start": 1496, - "end": 1511, + "start": 1556, + "end": 1571, "loc": { "start": { "line": 61, @@ -2270,8 +2270,8 @@ "params": [ { "type": "Identifier", - "start": 1512, - "end": 1518, + "start": 1572, + "end": 1578, "loc": { "start": { "line": 61, @@ -2287,8 +2287,8 @@ }, { "type": "Identifier", - "start": 1520, - "end": 1532, + "start": 1580, + "end": 1592, "loc": { "start": { "line": 61, @@ -2305,8 +2305,8 @@ ], "body": { "type": "BlockStatement", - "start": 1534, - "end": 1671, + "start": 1594, + "end": 1736, "loc": { "start": { "line": 61, @@ -2320,8 +2320,8 @@ "body": [ { "type": "IfStatement", - "start": 1539, - "end": 1626, + "start": 1600, + "end": 1689, "loc": { "start": { "line": 62, @@ -2334,8 +2334,8 @@ }, "test": { "type": "CallExpression", - "start": 1543, - "end": 1570, + "start": 1604, + "end": 1631, "loc": { "start": { "line": 62, @@ -2348,8 +2348,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1543, - "end": 1556, + "start": 1604, + "end": 1617, "loc": { "start": { "line": 62, @@ -2362,8 +2362,8 @@ }, "object": { "type": "Identifier", - "start": 1543, - "end": 1548, + "start": 1604, + "end": 1609, "loc": { "start": { "line": 62, @@ -2379,8 +2379,8 @@ }, "property": { "type": "Identifier", - "start": 1549, - "end": 1556, + "start": 1610, + "end": 1617, "loc": { "start": { "line": 62, @@ -2399,8 +2399,8 @@ "arguments": [ { "type": "Identifier", - "start": 1557, - "end": 1569, + "start": 1618, + "end": 1630, "loc": { "start": { "line": 62, @@ -2418,8 +2418,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1572, - "end": 1626, + "start": 1633, + "end": 1689, "loc": { "start": { "line": 62, @@ -2433,8 +2433,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1578, - "end": 1621, + "start": 1640, + "end": 1683, "loc": { "start": { "line": 63, @@ -2447,8 +2447,8 @@ }, "argument": { "type": "CallExpression", - "start": 1585, - "end": 1620, + "start": 1647, + "end": 1682, "loc": { "start": { "line": 63, @@ -2461,8 +2461,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1585, - "end": 1606, + "start": 1647, + "end": 1668, "loc": { "start": { "line": 63, @@ -2475,8 +2475,8 @@ }, "object": { "type": "Identifier", - "start": 1585, - "end": 1597, + "start": 1647, + "end": 1659, "loc": { "start": { "line": 63, @@ -2492,8 +2492,8 @@ }, "property": { "type": "Identifier", - "start": 1598, - "end": 1606, + "start": 1660, + "end": 1668, "loc": { "start": { "line": 63, @@ -2512,8 +2512,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 1607, - "end": 1619, + "start": 1669, + "end": 1681, "loc": { "start": { "line": 63, @@ -2526,8 +2526,8 @@ }, "object": { "type": "Identifier", - "start": 1607, - "end": 1613, + "start": 1669, + "end": 1675, "loc": { "start": { "line": 63, @@ -2543,8 +2543,8 @@ }, "property": { "type": "Identifier", - "start": 1614, - "end": 1619, + "start": 1676, + "end": 1681, "loc": { "start": { "line": 63, @@ -2570,8 +2570,8 @@ }, { "type": "ReturnStatement", - "start": 1630, - "end": 1667, + "start": 1694, + "end": 1731, "loc": { "start": { "line": 65, @@ -2584,8 +2584,8 @@ }, "argument": { "type": "BinaryExpression", - "start": 1637, - "end": 1666, + "start": 1701, + "end": 1730, "loc": { "start": { "line": 65, @@ -2598,8 +2598,8 @@ }, "left": { "type": "MemberExpression", - "start": 1637, - "end": 1649, + "start": 1701, + "end": 1713, "loc": { "start": { "line": 65, @@ -2612,8 +2612,8 @@ }, "object": { "type": "Identifier", - "start": 1637, - "end": 1643, + "start": 1701, + "end": 1707, "loc": { "start": { "line": 65, @@ -2629,8 +2629,8 @@ }, "property": { "type": "Identifier", - "start": 1644, - "end": 1649, + "start": 1708, + "end": 1713, "loc": { "start": { "line": 65, @@ -2649,8 +2649,8 @@ "operator": "===", "right": { "type": "Identifier", - "start": 1654, - "end": 1666, + "start": 1718, + "end": 1730, "loc": { "start": { "line": 65, @@ -2673,9 +2673,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t\t * Is this option the checked value?\n\t\t * @param {object}option\n\t\t * @param {String|number|Array} currentValue\n\t\t * @return {boolean}\n\t\t ", - "start": 1339, - "end": 1484, + "value": "*\r\n\t\t * Is this option the checked value?\r\n\t\t * @param {object}option\r\n\t\t * @param {String|number|Array} currentValue\r\n\t\t * @return {boolean}\r\n\t\t ", + "start": 1393, + "end": 1543, "loc": { "start": { "line": 55, @@ -2692,8 +2692,8 @@ { "type": "CommentLine", "value": "Fieldsets are rendered recursively.", - "start": 1675, - "end": 1712, + "start": 1742, + "end": 1779, "loc": { "start": { "line": 68, @@ -2709,8 +2709,8 @@ }, { "type": "IfStatement", - "start": 1715, - "end": 3871, + "start": 1783, + "end": 4027, "loc": { "start": { "line": 69, @@ -2723,8 +2723,8 @@ }, "test": { "type": "BinaryExpression", - "start": 1719, - "end": 1749, + "start": 1787, + "end": 1817, "loc": { "start": { "line": 69, @@ -2737,8 +2737,8 @@ }, "left": { "type": "StringLiteral", - "start": 1719, - "end": 1729, + "start": 1787, + "end": 1797, "loc": { "start": { "line": 69, @@ -2759,8 +2759,8 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 1734, - "end": 1749, + "start": 1802, + "end": 1817, "loc": { "start": { "line": 69, @@ -2773,8 +2773,8 @@ }, "object": { "type": "Identifier", - "start": 1734, - "end": 1744, + "start": 1802, + "end": 1812, "loc": { "start": { "line": 69, @@ -2790,8 +2790,8 @@ }, "property": { "type": "Identifier", - "start": 1745, - "end": 1749, + "start": 1813, + "end": 1817, "loc": { "start": { "line": 69, @@ -2811,8 +2811,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1751, - "end": 2614, + "start": 1819, + "end": 2717, "loc": { "start": { "line": 69, @@ -2826,8 +2826,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1756, - "end": 2610, + "start": 1825, + "end": 2712, "loc": { "start": { "line": 70, @@ -2840,8 +2840,8 @@ }, "argument": { "type": "JSXElement", - "start": 1769, - "end": 2604, + "start": 1839, + "end": 2705, "loc": { "start": { "line": 71, @@ -2854,8 +2854,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 1769, - "end": 1803, + "start": 1839, + "end": 1875, "loc": { "start": { "line": 71, @@ -2869,8 +2869,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 1784, - "end": 1797, + "start": 1855, + "end": 1868, "loc": { "start": { "line": 72, @@ -2883,8 +2883,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1784, - "end": 1786, + "start": 1855, + "end": 1857, "loc": { "start": { "line": 72, @@ -2899,8 +2899,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1787, - "end": 1797, + "start": 1858, + "end": 1868, "loc": { "start": { "line": 72, @@ -2913,8 +2913,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1788, - "end": 1796, + "start": 1859, + "end": 1867, "loc": { "start": { "line": 72, @@ -2927,8 +2927,8 @@ }, "object": { "type": "Identifier", - "start": 1788, - "end": 1793, + "start": 1859, + "end": 1864, "loc": { "start": { "line": 72, @@ -2944,8 +2944,8 @@ }, "property": { "type": "Identifier", - "start": 1794, - "end": 1796, + "start": 1865, + "end": 1867, "loc": { "start": { "line": 72, @@ -2966,8 +2966,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 1770, - "end": 1778, + "start": 1840, + "end": 1848, "loc": { "start": { "line": 71, @@ -2984,8 +2984,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2593, - "end": 2604, + "start": 2694, + "end": 2705, "loc": { "start": { "line": 102, @@ -2998,8 +2998,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2595, - "end": 2603, + "start": 2696, + "end": 2704, "loc": { "start": { "line": 102, @@ -3016,8 +3016,8 @@ "children": [ { "type": "JSXText", - "start": 1803, - "end": 1809, + "start": 1875, + "end": 1882, "loc": { "start": { "line": 73, @@ -3033,8 +3033,8 @@ }, { "type": "JSXElement", - "start": 1809, - "end": 1852, + "start": 1882, + "end": 1927, "loc": { "start": { "line": 74, @@ -3047,8 +3047,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 1809, - "end": 1817, + "start": 1882, + "end": 1890, "loc": { "start": { "line": 74, @@ -3062,8 +3062,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 1810, - "end": 1816, + "start": 1883, + "end": 1889, "loc": { "start": { "line": 74, @@ -3080,8 +3080,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 1843, - "end": 1852, + "start": 1918, + "end": 1927, "loc": { "start": { "line": 76, @@ -3094,8 +3094,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1845, - "end": 1851, + "start": 1920, + "end": 1926, "loc": { "start": { "line": 76, @@ -3112,8 +3112,8 @@ "children": [ { "type": "JSXText", - "start": 1817, - "end": 1824, + "start": 1890, + "end": 1898, "loc": { "start": { "line": 74, @@ -3129,8 +3129,8 @@ }, { "type": "JSXExpressionContainer", - "start": 1824, - "end": 1837, + "start": 1898, + "end": 1911, "loc": { "start": { "line": 75, @@ -3143,8 +3143,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1825, - "end": 1836, + "start": 1899, + "end": 1910, "loc": { "start": { "line": 75, @@ -3157,8 +3157,8 @@ }, "object": { "type": "Identifier", - "start": 1825, - "end": 1830, + "start": 1899, + "end": 1904, "loc": { "start": { "line": 75, @@ -3174,8 +3174,8 @@ }, "property": { "type": "Identifier", - "start": 1831, - "end": 1836, + "start": 1905, + "end": 1910, "loc": { "start": { "line": 75, @@ -3194,8 +3194,8 @@ }, { "type": "JSXText", - "start": 1837, - "end": 1843, + "start": 1911, + "end": 1918, "loc": { "start": { "line": 75, @@ -3213,8 +3213,8 @@ }, { "type": "JSXText", - "start": 1852, - "end": 1858, + "start": 1927, + "end": 1934, "loc": { "start": { "line": 76, @@ -3230,8 +3230,8 @@ }, { "type": "JSXExpressionContainer", - "start": 1858, - "end": 2588, + "start": 1934, + "end": 2688, "loc": { "start": { "line": 77, @@ -3244,8 +3244,8 @@ }, "expression": { "type": "CallExpression", - "start": 1859, - "end": 2587, + "start": 1935, + "end": 2687, "loc": { "start": { "line": 77, @@ -3258,8 +3258,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1859, - "end": 1876, + "start": 1935, + "end": 1952, "loc": { "start": { "line": 77, @@ -3272,8 +3272,8 @@ }, "object": { "type": "MemberExpression", - "start": 1859, - "end": 1872, + "start": 1935, + "end": 1948, "loc": { "start": { "line": 77, @@ -3286,8 +3286,8 @@ }, "object": { "type": "Identifier", - "start": 1859, - "end": 1864, + "start": 1935, + "end": 1940, "loc": { "start": { "line": 77, @@ -3303,8 +3303,8 @@ }, "property": { "type": "Identifier", - "start": 1865, - "end": 1872, + "start": 1941, + "end": 1948, "loc": { "start": { "line": 77, @@ -3322,8 +3322,8 @@ }, "property": { "type": "Identifier", - "start": 1873, - "end": 1876, + "start": 1949, + "end": 1952, "loc": { "start": { "line": 77, @@ -3342,8 +3342,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 1877, - "end": 2586, + "start": 1953, + "end": 2686, "loc": { "start": { "line": 77, @@ -3361,8 +3361,8 @@ "params": [ { "type": "Identifier", - "start": 1877, - "end": 1883, + "start": 1953, + "end": 1959, "loc": { "start": { "line": 77, @@ -3379,8 +3379,8 @@ ], "body": { "type": "BlockStatement", - "start": 1887, - "end": 2586, + "start": 1963, + "end": 2686, "loc": { "start": { "line": 77, @@ -3394,8 +3394,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1952, - "end": 2579, + "start": 2032, + "end": 2678, "loc": { "start": { "line": 81, @@ -3408,8 +3408,8 @@ }, "argument": { "type": "JSXElement", - "start": 1968, - "end": 2570, + "start": 2049, + "end": 2668, "loc": { "start": { "line": 82, @@ -3422,8 +3422,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 1968, - "end": 2036, + "start": 2049, + "end": 2119, "loc": { "start": { "line": 82, @@ -3437,8 +3437,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 1992, - "end": 2027, + "start": 2074, + "end": 2109, "loc": { "start": { "line": 83, @@ -3451,8 +3451,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1992, - "end": 1995, + "start": 2074, + "end": 2077, "loc": { "start": { "line": 83, @@ -3467,8 +3467,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1996, - "end": 2027, + "start": 2078, + "end": 2109, "loc": { "start": { "line": 83, @@ -3481,8 +3481,8 @@ }, "expression": { "type": "TemplateLiteral", - "start": 1997, - "end": 2026, + "start": 2079, + "end": 2108, "loc": { "start": { "line": 83, @@ -3496,8 +3496,8 @@ "expressions": [ { "type": "MemberExpression", - "start": 2000, - "end": 2008, + "start": 2082, + "end": 2090, "loc": { "start": { "line": 83, @@ -3510,8 +3510,8 @@ }, "object": { "type": "Identifier", - "start": 2000, - "end": 2005, + "start": 2082, + "end": 2087, "loc": { "start": { "line": 83, @@ -3527,8 +3527,8 @@ }, "property": { "type": "Identifier", - "start": 2006, - "end": 2008, + "start": 2088, + "end": 2090, "loc": { "start": { "line": 83, @@ -3546,8 +3546,8 @@ }, { "type": "MemberExpression", - "start": 2012, - "end": 2024, + "start": 2094, + "end": 2106, "loc": { "start": { "line": 83, @@ -3560,8 +3560,8 @@ }, "object": { "type": "Identifier", - "start": 2012, - "end": 2018, + "start": 2094, + "end": 2100, "loc": { "start": { "line": 83, @@ -3577,8 +3577,8 @@ }, "property": { "type": "Identifier", - "start": 2019, - "end": 2024, + "start": 2101, + "end": 2106, "loc": { "start": { "line": 83, @@ -3598,8 +3598,8 @@ "quasis": [ { "type": "TemplateElement", - "start": 1998, - "end": 1998, + "start": 2080, + "end": 2080, "loc": { "start": { "line": 83, @@ -3618,8 +3618,8 @@ }, { "type": "TemplateElement", - "start": 2009, - "end": 2010, + "start": 2091, + "end": 2092, "loc": { "start": { "line": 83, @@ -3638,8 +3638,8 @@ }, { "type": "TemplateElement", - "start": 2025, - "end": 2025, + "start": 2107, + "end": 2107, "loc": { "start": { "line": 83, @@ -3663,8 +3663,8 @@ ], "name": { "type": "JSXMemberExpression", - "start": 1969, - "end": 1983, + "start": 2050, + "end": 2064, "loc": { "start": { "line": 82, @@ -3677,8 +3677,8 @@ }, "object": { "type": "JSXIdentifier", - "start": 1969, - "end": 1974, + "start": 2050, + "end": 2055, "loc": { "start": { "line": 82, @@ -3694,8 +3694,8 @@ }, "property": { "type": "JSXIdentifier", - "start": 1975, - "end": 1983, + "start": 2056, + "end": 2064, "loc": { "start": { "line": 82, @@ -3715,8 +3715,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 2553, - "end": 2570, + "start": 2651, + "end": 2668, "loc": { "start": { "line": 99, @@ -3729,8 +3729,8 @@ }, "name": { "type": "JSXMemberExpression", - "start": 2555, - "end": 2569, + "start": 2653, + "end": 2667, "loc": { "start": { "line": 99, @@ -3743,8 +3743,8 @@ }, "object": { "type": "JSXIdentifier", - "start": 2555, - "end": 2560, + "start": 2653, + "end": 2658, "loc": { "start": { "line": 99, @@ -3759,8 +3759,8 @@ }, "property": { "type": "JSXIdentifier", - "start": 2561, - "end": 2569, + "start": 2659, + "end": 2667, "loc": { "start": { "line": 99, @@ -3778,8 +3778,8 @@ "children": [ { "type": "JSXText", - "start": 2036, - "end": 2045, + "start": 2119, + "end": 2129, "loc": { "start": { "line": 84, @@ -3795,8 +3795,8 @@ }, { "type": "JSXExpressionContainer", - "start": 2045, - "end": 2545, + "start": 2129, + "end": 2642, "loc": { "start": { "line": 85, @@ -3809,8 +3809,8 @@ }, "expression": { "type": "CallExpression", - "start": 2046, - "end": 2544, + "start": 2130, + "end": 2641, "loc": { "start": { "line": 85, @@ -3823,8 +3823,8 @@ }, "callee": { "type": "Identifier", - "start": 2046, - "end": 2056, + "start": 2130, + "end": 2140, "loc": { "start": { "line": 85, @@ -3841,8 +3841,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 2057, - "end": 2543, + "start": 2141, + "end": 2640, "loc": { "start": { "line": 85, @@ -3856,8 +3856,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 2068, - "end": 2081, + "start": 2153, + "end": 2166, "loc": { "start": { "line": 86, @@ -3873,8 +3873,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2068, - "end": 2072, + "start": 2153, + "end": 2157, "loc": { "start": { "line": 86, @@ -3890,8 +3890,8 @@ }, "value": { "type": "StringLiteral", - "start": 2074, - "end": 2081, + "start": 2159, + "end": 2166, "loc": { "start": { "line": 86, @@ -3911,8 +3911,8 @@ }, { "type": "ObjectProperty", - "start": 2092, - "end": 2113, + "start": 2178, + "end": 2199, "loc": { "start": { "line": 87, @@ -3928,8 +3928,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2092, - "end": 2101, + "start": 2178, + "end": 2187, "loc": { "start": { "line": 87, @@ -3945,8 +3945,8 @@ }, "value": { "type": "StringLiteral", - "start": 2103, - "end": 2113, + "start": 2189, + "end": 2199, "loc": { "start": { "line": 87, @@ -3966,8 +3966,8 @@ }, { "type": "ObjectProperty", - "start": 2124, - "end": 2157, + "start": 2211, + "end": 2244, "loc": { "start": { "line": 88, @@ -3983,8 +3983,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2124, - "end": 2126, + "start": 2211, + "end": 2213, "loc": { "start": { "line": 88, @@ -4000,8 +4000,8 @@ }, "value": { "type": "TemplateLiteral", - "start": 2128, - "end": 2157, + "start": 2215, + "end": 2244, "loc": { "start": { "line": 88, @@ -4015,8 +4015,8 @@ "expressions": [ { "type": "MemberExpression", - "start": 2131, - "end": 2139, + "start": 2218, + "end": 2226, "loc": { "start": { "line": 88, @@ -4029,8 +4029,8 @@ }, "object": { "type": "Identifier", - "start": 2131, - "end": 2136, + "start": 2218, + "end": 2223, "loc": { "start": { "line": 88, @@ -4046,8 +4046,8 @@ }, "property": { "type": "Identifier", - "start": 2137, - "end": 2139, + "start": 2224, + "end": 2226, "loc": { "start": { "line": 88, @@ -4065,8 +4065,8 @@ }, { "type": "MemberExpression", - "start": 2143, - "end": 2155, + "start": 2230, + "end": 2242, "loc": { "start": { "line": 88, @@ -4079,8 +4079,8 @@ }, "object": { "type": "Identifier", - "start": 2143, - "end": 2149, + "start": 2230, + "end": 2236, "loc": { "start": { "line": 88, @@ -4096,8 +4096,8 @@ }, "property": { "type": "Identifier", - "start": 2150, - "end": 2155, + "start": 2237, + "end": 2242, "loc": { "start": { "line": 88, @@ -4117,8 +4117,8 @@ "quasis": [ { "type": "TemplateElement", - "start": 2129, - "end": 2129, + "start": 2216, + "end": 2216, "loc": { "start": { "line": 88, @@ -4137,8 +4137,8 @@ }, { "type": "TemplateElement", - "start": 2140, - "end": 2141, + "start": 2227, + "end": 2228, "loc": { "start": { "line": 88, @@ -4157,8 +4157,8 @@ }, { "type": "TemplateElement", - "start": 2156, - "end": 2156, + "start": 2243, + "end": 2243, "loc": { "start": { "line": 88, @@ -4180,8 +4180,8 @@ }, { "type": "ObjectProperty", - "start": 2168, - "end": 2211, + "start": 2256, + "end": 2299, "loc": { "start": { "line": 89, @@ -4197,8 +4197,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2168, - "end": 2173, + "start": 2256, + "end": 2261, "loc": { "start": { "line": 89, @@ -4214,8 +4214,8 @@ }, "value": { "type": "CallExpression", - "start": 2175, - "end": 2211, + "start": 2263, + "end": 2299, "loc": { "start": { "line": 89, @@ -4228,8 +4228,8 @@ }, "callee": { "type": "Identifier", - "start": 2175, - "end": 2190, + "start": 2263, + "end": 2278, "loc": { "start": { "line": 89, @@ -4246,8 +4246,8 @@ "arguments": [ { "type": "Identifier", - "start": 2191, - "end": 2197, + "start": 2279, + "end": 2285, "loc": { "start": { "line": 89, @@ -4263,8 +4263,8 @@ }, { "type": "MemberExpression", - "start": 2199, - "end": 2210, + "start": 2287, + "end": 2298, "loc": { "start": { "line": 89, @@ -4277,8 +4277,8 @@ }, "object": { "type": "Identifier", - "start": 2199, - "end": 2204, + "start": 2287, + "end": 2292, "loc": { "start": { "line": 89, @@ -4294,8 +4294,8 @@ }, "property": { "type": "Identifier", - "start": 2205, - "end": 2210, + "start": 2293, + "end": 2298, "loc": { "start": { "line": 89, @@ -4316,8 +4316,8 @@ }, { "type": "ObjectProperty", - "start": 2222, - "end": 2306, + "start": 2311, + "end": 2397, "loc": { "start": { "line": 90, @@ -4333,8 +4333,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2222, - "end": 2236, + "start": 2311, + "end": 2325, "loc": { "start": { "line": 90, @@ -4350,8 +4350,8 @@ }, "value": { "type": "CallExpression", - "start": 2238, - "end": 2306, + "start": 2327, + "end": 2397, "loc": { "start": { "line": 90, @@ -4364,8 +4364,8 @@ }, "callee": { "type": "Identifier", - "start": 2238, - "end": 2255, + "start": 2327, + "end": 2344, "loc": { "start": { "line": 90, @@ -4382,8 +4382,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 2256, - "end": 2305, + "start": 2345, + "end": 2396, "loc": { "start": { "line": 90, @@ -4397,8 +4397,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 2268, - "end": 2293, + "start": 2358, + "end": 2383, "loc": { "start": { "line": 91, @@ -4414,8 +4414,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 2268, - "end": 2287, + "start": 2358, + "end": 2377, "loc": { "start": { "line": 91, @@ -4434,8 +4434,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 2289, - "end": 2293, + "start": 2379, + "end": 2383, "loc": { "start": { "line": 91, @@ -4456,8 +4456,8 @@ }, { "type": "ObjectProperty", - "start": 2317, - "end": 2336, + "start": 2409, + "end": 2428, "loc": { "start": { "line": 93, @@ -4473,8 +4473,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2317, - "end": 2322, + "start": 2409, + "end": 2414, "loc": { "start": { "line": 93, @@ -4490,8 +4490,8 @@ }, "value": { "type": "MemberExpression", - "start": 2324, - "end": 2336, + "start": 2416, + "end": 2428, "loc": { "start": { "line": 93, @@ -4504,8 +4504,8 @@ }, "object": { "type": "Identifier", - "start": 2324, - "end": 2330, + "start": 2416, + "end": 2422, "loc": { "start": { "line": 93, @@ -4521,8 +4521,8 @@ }, "property": { "type": "Identifier", - "start": 2331, - "end": 2336, + "start": 2423, + "end": 2428, "loc": { "start": { "line": 93, @@ -4541,8 +4541,8 @@ }, { "type": "ObjectProperty", - "start": 2347, - "end": 2371, + "start": 2440, + "end": 2464, "loc": { "start": { "line": 94, @@ -4558,8 +4558,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2347, - "end": 2355, + "start": 2440, + "end": 2448, "loc": { "start": { "line": 94, @@ -4575,8 +4575,8 @@ }, "value": { "type": "MemberExpression", - "start": 2357, - "end": 2371, + "start": 2450, + "end": 2464, "loc": { "start": { "line": 94, @@ -4589,8 +4589,8 @@ }, "object": { "type": "Identifier", - "start": 2357, - "end": 2362, + "start": 2450, + "end": 2455, "loc": { "start": { "line": 94, @@ -4606,8 +4606,8 @@ }, "property": { "type": "Identifier", - "start": 2363, - "end": 2371, + "start": 2456, + "end": 2464, "loc": { "start": { "line": 94, @@ -4626,8 +4626,8 @@ }, { "type": "ObjectProperty", - "start": 2382, - "end": 2469, + "start": 2476, + "end": 2563, "loc": { "start": { "line": 95, @@ -4643,8 +4643,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2382, - "end": 2395, + "start": 2476, + "end": 2489, "loc": { "start": { "line": 95, @@ -4660,8 +4660,8 @@ }, "value": { "type": "ArrowFunctionExpression", - "start": 2397, - "end": 2469, + "start": 2491, + "end": 2563, "loc": { "start": { "line": 95, @@ -4679,8 +4679,8 @@ "params": [], "body": { "type": "CallExpression", - "start": 2403, - "end": 2469, + "start": 2497, + "end": 2563, "loc": { "start": { "line": 95, @@ -4693,8 +4693,8 @@ }, "callee": { "type": "Identifier", - "start": 2403, - "end": 2426, + "start": 2497, + "end": 2520, "loc": { "start": { "line": 95, @@ -4711,8 +4711,8 @@ "arguments": [ { "type": "Identifier", - "start": 2427, - "end": 2433, + "start": 2521, + "end": 2527, "loc": { "start": { "line": 95, @@ -4728,8 +4728,8 @@ }, { "type": "MemberExpression", - "start": 2435, - "end": 2447, + "start": 2529, + "end": 2541, "loc": { "start": { "line": 95, @@ -4742,8 +4742,8 @@ }, "object": { "type": "Identifier", - "start": 2435, - "end": 2440, + "start": 2529, + "end": 2534, "loc": { "start": { "line": 95, @@ -4759,8 +4759,8 @@ }, "property": { "type": "Identifier", - "start": 2441, - "end": 2447, + "start": 2535, + "end": 2541, "loc": { "start": { "line": 95, @@ -4778,8 +4778,8 @@ }, { "type": "MemberExpression", - "start": 2449, - "end": 2468, + "start": 2543, + "end": 2562, "loc": { "start": { "line": 95, @@ -4792,8 +4792,8 @@ }, "object": { "type": "Identifier", - "start": 2449, - "end": 2454, + "start": 2543, + "end": 2548, "loc": { "start": { "line": 95, @@ -4809,8 +4809,8 @@ }, "property": { "type": "Identifier", - "start": 2455, - "end": 2468, + "start": 2549, + "end": 2562, "loc": { "start": { "line": 95, @@ -4832,8 +4832,8 @@ }, { "type": "ObjectProperty", - "start": 2480, - "end": 2500, + "start": 2575, + "end": 2595, "loc": { "start": { "line": 96, @@ -4849,8 +4849,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2480, - "end": 2486, + "start": 2575, + "end": 2581, "loc": { "start": { "line": 96, @@ -4866,8 +4866,8 @@ }, "value": { "type": "MemberExpression", - "start": 2488, - "end": 2500, + "start": 2583, + "end": 2595, "loc": { "start": { "line": 96, @@ -4880,8 +4880,8 @@ }, "object": { "type": "Identifier", - "start": 2488, - "end": 2493, + "start": 2583, + "end": 2588, "loc": { "start": { "line": 96, @@ -4897,8 +4897,8 @@ }, "property": { "type": "Identifier", - "start": 2494, - "end": 2500, + "start": 2589, + "end": 2595, "loc": { "start": { "line": 96, @@ -4917,8 +4917,8 @@ }, { "type": "ObjectProperty", - "start": 2511, - "end": 2533, + "start": 2607, + "end": 2629, "loc": { "start": { "line": 97, @@ -4934,8 +4934,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2511, - "end": 2518, + "start": 2607, + "end": 2614, "loc": { "start": { "line": 97, @@ -4951,8 +4951,8 @@ }, "value": { "type": "MemberExpression", - "start": 2520, - "end": 2533, + "start": 2616, + "end": 2629, "loc": { "start": { "line": 97, @@ -4965,8 +4965,8 @@ }, "object": { "type": "Identifier", - "start": 2520, - "end": 2525, + "start": 2616, + "end": 2621, "loc": { "start": { "line": 97, @@ -4982,8 +4982,8 @@ }, "property": { "type": "Identifier", - "start": 2526, - "end": 2533, + "start": 2622, + "end": 2629, "loc": { "start": { "line": 97, @@ -5007,8 +5007,8 @@ }, { "type": "JSXText", - "start": 2545, - "end": 2553, + "start": 2642, + "end": 2651, "loc": { "start": { "line": 98, @@ -5026,15 +5026,15 @@ "leadingComments": null, "extra": { "parenthesized": true, - "parenStart": 1959 + "parenStart": 2039 } }, "leadingComments": [ { "type": "CommentLine", "value": "Call this same function, as a regular checkbox", - "start": 1897, - "end": 1945, + "start": 1976, + "end": 2024, "loc": { "start": { "line": 80, @@ -5057,8 +5057,8 @@ }, { "type": "JSXText", - "start": 2588, - "end": 2593, + "start": 2688, + "end": 2694, "loc": { "start": { "line": 101, @@ -5075,7 +5075,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 1763 + "parenStart": 1832 } } } @@ -5084,8 +5084,8 @@ }, "alternate": { "type": "IfStatement", - "start": 2620, - "end": 3871, + "start": 2723, + "end": 4027, "loc": { "start": { "line": 104, @@ -5098,8 +5098,8 @@ }, "test": { "type": "BinaryExpression", - "start": 2624, - "end": 2657, + "start": 2727, + "end": 2760, "loc": { "start": { "line": 104, @@ -5112,8 +5112,8 @@ }, "left": { "type": "StringLiteral", - "start": 2624, - "end": 2632, + "start": 2727, + "end": 2735, "loc": { "start": { "line": 104, @@ -5133,8 +5133,8 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 2637, - "end": 2657, + "start": 2740, + "end": 2760, "loc": { "start": { "line": 104, @@ -5147,8 +5147,8 @@ }, "object": { "type": "Identifier", - "start": 2637, - "end": 2647, + "start": 2740, + "end": 2750, "loc": { "start": { "line": 104, @@ -5164,8 +5164,8 @@ }, "property": { "type": "Identifier", - "start": 2648, - "end": 2657, + "start": 2751, + "end": 2760, "loc": { "start": { "line": 104, @@ -5184,8 +5184,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 2659, - "end": 3011, + "start": 2762, + "end": 3130, "loc": { "start": { "line": 104, @@ -5199,8 +5199,8 @@ "body": [ { "type": "ReturnStatement", - "start": 2664, - "end": 3007, + "start": 2768, + "end": 3125, "loc": { "start": { "line": 105, @@ -5213,8 +5213,8 @@ }, "argument": { "type": "CallExpression", - "start": 2677, - "end": 3001, + "start": 2782, + "end": 3118, "loc": { "start": { "line": 106, @@ -5227,8 +5227,8 @@ }, "callee": { "type": "Identifier", - "start": 2677, - "end": 2687, + "start": 2782, + "end": 2792, "loc": { "start": { "line": 106, @@ -5245,8 +5245,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 2694, - "end": 2995, + "start": 2800, + "end": 3111, "loc": { "start": { "line": 107, @@ -5260,8 +5260,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 2702, - "end": 2718, + "start": 2809, + "end": 2825, "loc": { "start": { "line": 108, @@ -5277,8 +5277,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2702, - "end": 2706, + "start": 2809, + "end": 2813, "loc": { "start": { "line": 108, @@ -5294,8 +5294,8 @@ }, "value": { "type": "MemberExpression", - "start": 2708, - "end": 2718, + "start": 2815, + "end": 2825, "loc": { "start": { "line": 108, @@ -5308,8 +5308,8 @@ }, "object": { "type": "Identifier", - "start": 2708, - "end": 2713, + "start": 2815, + "end": 2820, "loc": { "start": { "line": 108, @@ -5325,8 +5325,8 @@ }, "property": { "type": "Identifier", - "start": 2714, - "end": 2718, + "start": 2821, + "end": 2825, "loc": { "start": { "line": 108, @@ -5345,8 +5345,8 @@ }, { "type": "ObjectProperty", - "start": 2726, - "end": 2738, + "start": 2834, + "end": 2846, "loc": { "start": { "line": 109, @@ -5362,8 +5362,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2726, - "end": 2728, + "start": 2834, + "end": 2836, "loc": { "start": { "line": 109, @@ -5379,8 +5379,8 @@ }, "value": { "type": "MemberExpression", - "start": 2730, - "end": 2738, + "start": 2838, + "end": 2846, "loc": { "start": { "line": 109, @@ -5393,8 +5393,8 @@ }, "object": { "type": "Identifier", - "start": 2730, - "end": 2735, + "start": 2838, + "end": 2843, "loc": { "start": { "line": 109, @@ -5410,8 +5410,8 @@ }, "property": { "type": "Identifier", - "start": 2736, - "end": 2738, + "start": 2844, + "end": 2846, "loc": { "start": { "line": 109, @@ -5430,8 +5430,8 @@ }, { "type": "ObjectProperty", - "start": 2746, - "end": 2781, + "start": 2855, + "end": 2890, "loc": { "start": { "line": 110, @@ -5447,8 +5447,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2746, - "end": 2760, + "start": 2855, + "end": 2869, "loc": { "start": { "line": 110, @@ -5464,8 +5464,8 @@ }, "value": { "type": "CallExpression", - "start": 2762, - "end": 2781, + "start": 2871, + "end": 2890, "loc": { "start": { "line": 110, @@ -5478,8 +5478,8 @@ }, "callee": { "type": "Identifier", - "start": 2762, - "end": 2779, + "start": 2871, + "end": 2888, "loc": { "start": { "line": 110, @@ -5498,8 +5498,8 @@ }, { "type": "ObjectProperty", - "start": 2789, - "end": 2812, + "start": 2899, + "end": 2922, "loc": { "start": { "line": 111, @@ -5515,8 +5515,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2789, - "end": 2794, + "start": 2899, + "end": 2904, "loc": { "start": { "line": 111, @@ -5532,8 +5532,8 @@ }, "value": { "type": "MemberExpression", - "start": 2796, - "end": 2812, + "start": 2906, + "end": 2922, "loc": { "start": { "line": 111, @@ -5546,8 +5546,8 @@ }, "object": { "type": "Identifier", - "start": 2796, - "end": 2806, + "start": 2906, + "end": 2916, "loc": { "start": { "line": 111, @@ -5563,8 +5563,8 @@ }, "property": { "type": "Identifier", - "start": 2807, - "end": 2812, + "start": 2917, + "end": 2922, "loc": { "start": { "line": 111, @@ -5583,8 +5583,8 @@ }, { "type": "ObjectProperty", - "start": 2820, - "end": 2859, + "start": 2931, + "end": 2970, "loc": { "start": { "line": 112, @@ -5600,8 +5600,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2820, - "end": 2833, + "start": 2931, + "end": 2944, "loc": { "start": { "line": 112, @@ -5617,8 +5617,8 @@ }, "value": { "type": "MemberExpression", - "start": 2835, - "end": 2859, + "start": 2946, + "end": 2970, "loc": { "start": { "line": 112, @@ -5631,8 +5631,8 @@ }, "object": { "type": "Identifier", - "start": 2835, - "end": 2845, + "start": 2946, + "end": 2956, "loc": { "start": { "line": 112, @@ -5648,8 +5648,8 @@ }, "property": { "type": "Identifier", - "start": 2846, - "end": 2859, + "start": 2957, + "end": 2970, "loc": { "start": { "line": 112, @@ -5668,8 +5668,8 @@ }, { "type": "ObjectProperty", - "start": 2867, - "end": 2898, + "start": 2979, + "end": 3010, "loc": { "start": { "line": 113, @@ -5685,8 +5685,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2867, - "end": 2876, + "start": 2979, + "end": 2988, "loc": { "start": { "line": 113, @@ -5702,8 +5702,8 @@ }, "value": { "type": "MemberExpression", - "start": 2878, - "end": 2898, + "start": 2990, + "end": 3010, "loc": { "start": { "line": 113, @@ -5716,8 +5716,8 @@ }, "object": { "type": "Identifier", - "start": 2878, - "end": 2888, + "start": 2990, + "end": 3000, "loc": { "start": { "line": 113, @@ -5733,8 +5733,8 @@ }, "property": { "type": "Identifier", - "start": 2889, - "end": 2898, + "start": 3001, + "end": 3010, "loc": { "start": { "line": 113, @@ -5753,8 +5753,8 @@ }, { "type": "ObjectProperty", - "start": 2906, - "end": 2930, + "start": 3019, + "end": 3043, "loc": { "start": { "line": 114, @@ -5770,8 +5770,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2906, - "end": 2914, + "start": 3019, + "end": 3027, "loc": { "start": { "line": 114, @@ -5787,8 +5787,8 @@ }, "value": { "type": "MemberExpression", - "start": 2916, - "end": 2930, + "start": 3029, + "end": 3043, "loc": { "start": { "line": 114, @@ -5801,8 +5801,8 @@ }, "object": { "type": "Identifier", - "start": 2916, - "end": 2921, + "start": 3029, + "end": 3034, "loc": { "start": { "line": 114, @@ -5818,8 +5818,8 @@ }, "property": { "type": "Identifier", - "start": 2922, - "end": 2930, + "start": 3035, + "end": 3043, "loc": { "start": { "line": 114, @@ -5838,8 +5838,8 @@ }, { "type": "ObjectProperty", - "start": 2938, - "end": 2958, + "start": 3052, + "end": 3072, "loc": { "start": { "line": 115, @@ -5855,8 +5855,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2938, - "end": 2944, + "start": 3052, + "end": 3058, "loc": { "start": { "line": 115, @@ -5872,8 +5872,8 @@ }, "value": { "type": "MemberExpression", - "start": 2946, - "end": 2958, + "start": 3060, + "end": 3072, "loc": { "start": { "line": 115, @@ -5886,8 +5886,8 @@ }, "object": { "type": "Identifier", - "start": 2946, - "end": 2951, + "start": 3060, + "end": 3065, "loc": { "start": { "line": 115, @@ -5903,8 +5903,8 @@ }, "property": { "type": "Identifier", - "start": 2952, - "end": 2958, + "start": 3066, + "end": 3072, "loc": { "start": { "line": 115, @@ -5923,8 +5923,8 @@ }, { "type": "ObjectProperty", - "start": 2966, - "end": 2988, + "start": 3081, + "end": 3103, "loc": { "start": { "line": 116, @@ -5940,8 +5940,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2966, - "end": 2973, + "start": 3081, + "end": 3088, "loc": { "start": { "line": 116, @@ -5957,8 +5957,8 @@ }, "value": { "type": "MemberExpression", - "start": 2975, - "end": 2988, + "start": 3090, + "end": 3103, "loc": { "start": { "line": 116, @@ -5971,8 +5971,8 @@ }, "object": { "type": "Identifier", - "start": 2975, - "end": 2980, + "start": 3090, + "end": 3095, "loc": { "start": { "line": 116, @@ -5988,8 +5988,8 @@ }, "property": { "type": "Identifier", - "start": 2981, - "end": 2988, + "start": 3096, + "end": 3103, "loc": { "start": { "line": 116, @@ -6011,7 +6011,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 2671 + "parenStart": 2775 } } } @@ -6020,8 +6020,8 @@ }, "alternate": { "type": "BlockStatement", - "start": 3017, - "end": 3871, + "start": 3136, + "end": 4027, "loc": { "start": { "line": 120, @@ -6035,8 +6035,8 @@ "body": [ { "type": "ReturnStatement", - "start": 3022, - "end": 3867, + "start": 3142, + "end": 4022, "loc": { "start": { "line": 121, @@ -6049,8 +6049,8 @@ }, "argument": { "type": "JSXElement", - "start": 3035, - "end": 3861, + "start": 3156, + "end": 4015, "loc": { "start": { "line": 122, @@ -6063,8 +6063,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3035, - "end": 3098, + "start": 3156, + "end": 3221, "loc": { "start": { "line": 122, @@ -6078,8 +6078,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 3045, - "end": 3092, + "start": 3167, + "end": 3214, "loc": { "start": { "line": 123, @@ -6092,8 +6092,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3045, - "end": 3054, + "start": 3167, + "end": 3176, "loc": { "start": { "line": 123, @@ -6108,8 +6108,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3055, - "end": 3092, + "start": 3177, + "end": 3214, "loc": { "start": { "line": 123, @@ -6122,8 +6122,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3056, - "end": 3091, + "start": 3178, + "end": 3213, "loc": { "start": { "line": 123, @@ -6136,8 +6136,8 @@ }, "object": { "type": "MemberExpression", - "start": 3056, - "end": 3078, + "start": 3178, + "end": 3200, "loc": { "start": { "line": 123, @@ -6150,8 +6150,8 @@ }, "object": { "type": "Identifier", - "start": 3056, - "end": 3067, + "start": 3178, + "end": 3189, "loc": { "start": { "line": 123, @@ -6167,8 +6167,8 @@ }, "property": { "type": "Identifier", - "start": 3068, - "end": 3078, + "start": 3190, + "end": 3200, "loc": { "start": { "line": 123, @@ -6186,8 +6186,8 @@ }, "property": { "type": "Identifier", - "start": 3079, - "end": 3091, + "start": 3201, + "end": 3213, "loc": { "start": { "line": 123, @@ -6208,8 +6208,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 3036, - "end": 3039, + "start": 3157, + "end": 3160, "loc": { "start": { "line": 122, @@ -6226,8 +6226,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 3855, - "end": 3861, + "start": 4009, + "end": 4015, "loc": { "start": { "line": 155, @@ -6240,8 +6240,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3857, - "end": 3860, + "start": 4011, + "end": 4014, "loc": { "start": { "line": 155, @@ -6258,8 +6258,8 @@ "children": [ { "type": "JSXText", - "start": 3098, - "end": 3104, + "start": 3221, + "end": 3228, "loc": { "start": { "line": 124, @@ -6275,8 +6275,8 @@ }, { "type": "JSXElement", - "start": 3104, - "end": 3168, + "start": 3228, + "end": 3292, "loc": { "start": { "line": 125, @@ -6289,8 +6289,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3104, - "end": 3168, + "start": 3228, + "end": 3292, "loc": { "start": { "line": 125, @@ -6304,8 +6304,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 3122, - "end": 3140, + "start": 3246, + "end": 3264, "loc": { "start": { "line": 125, @@ -6318,8 +6318,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3122, - "end": 3124, + "start": 3246, + "end": 3248, "loc": { "start": { "line": 125, @@ -6334,8 +6334,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3125, - "end": 3140, + "start": 3249, + "end": 3264, "loc": { "start": { "line": 125, @@ -6348,8 +6348,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3126, - "end": 3139, + "start": 3250, + "end": 3263, "loc": { "start": { "line": 125, @@ -6362,8 +6362,8 @@ }, "object": { "type": "Identifier", - "start": 3126, - "end": 3136, + "start": 3250, + "end": 3260, "loc": { "start": { "line": 125, @@ -6379,8 +6379,8 @@ }, "property": { "type": "Identifier", - "start": 3137, - "end": 3139, + "start": 3261, + "end": 3263, "loc": { "start": { "line": 125, @@ -6400,8 +6400,8 @@ }, { "type": "JSXAttribute", - "start": 3141, - "end": 3165, + "start": 3265, + "end": 3289, "loc": { "start": { "line": 125, @@ -6414,8 +6414,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3141, - "end": 3146, + "start": 3265, + "end": 3270, "loc": { "start": { "line": 125, @@ -6430,8 +6430,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3147, - "end": 3165, + "start": 3271, + "end": 3289, "loc": { "start": { "line": 125, @@ -6444,8 +6444,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3148, - "end": 3164, + "start": 3272, + "end": 3288, "loc": { "start": { "line": 125, @@ -6458,8 +6458,8 @@ }, "object": { "type": "Identifier", - "start": 3148, - "end": 3158, + "start": 3272, + "end": 3282, "loc": { "start": { "line": 125, @@ -6475,8 +6475,8 @@ }, "property": { "type": "Identifier", - "start": 3159, - "end": 3164, + "start": 3283, + "end": 3288, "loc": { "start": { "line": 125, @@ -6497,8 +6497,8 @@ ], "name": { "type": "JSXMemberExpression", - "start": 3105, - "end": 3121, + "start": 3229, + "end": 3245, "loc": { "start": { "line": 125, @@ -6511,8 +6511,8 @@ }, "object": { "type": "JSXIdentifier", - "start": 3105, - "end": 3115, + "start": 3229, + "end": 3239, "loc": { "start": { "line": 125, @@ -6527,8 +6527,8 @@ }, "property": { "type": "JSXIdentifier", - "start": 3116, - "end": 3121, + "start": 3240, + "end": 3245, "loc": { "start": { "line": 125, @@ -6549,8 +6549,8 @@ }, { "type": "JSXText", - "start": 3168, - "end": 3175, + "start": 3292, + "end": 3301, "loc": { "start": { "line": 125, @@ -6566,8 +6566,8 @@ }, { "type": "JSXElement", - "start": 3175, - "end": 3215, + "start": 3301, + "end": 3343, "loc": { "start": { "line": 127, @@ -6580,8 +6580,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3175, - "end": 3215, + "start": 3301, + "end": 3343, "loc": { "start": { "line": 127, @@ -6595,8 +6595,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 3190, - "end": 3207, + "start": 3317, + "end": 3334, "loc": { "start": { "line": 128, @@ -6609,8 +6609,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3190, - "end": 3197, + "start": 3317, + "end": 3324, "loc": { "start": { "line": 128, @@ -6625,8 +6625,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3198, - "end": 3207, + "start": 3325, + "end": 3334, "loc": { "start": { "line": 128, @@ -6639,8 +6639,8 @@ }, "expression": { "type": "Identifier", - "start": 3199, - "end": 3206, + "start": 3326, + "end": 3333, "loc": { "start": { "line": 128, @@ -6659,8 +6659,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 3176, - "end": 3183, + "start": 3302, + "end": 3309, "loc": { "start": { "line": 127, @@ -6680,8 +6680,8 @@ }, { "type": "JSXText", - "start": 3215, - "end": 3221, + "start": 3343, + "end": 3350, "loc": { "start": { "line": 129, @@ -6697,8 +6697,8 @@ }, { "type": "JSXExpressionContainer", - "start": 3221, - "end": 3692, + "start": 3350, + "end": 3837, "loc": { "start": { "line": 130, @@ -6711,8 +6711,8 @@ }, "expression": { "type": "CallExpression", - "start": 3222, - "end": 3691, + "start": 3351, + "end": 3836, "loc": { "start": { "line": 130, @@ -6725,8 +6725,8 @@ }, "callee": { "type": "Identifier", - "start": 3222, - "end": 3232, + "start": 3351, + "end": 3361, "loc": { "start": { "line": 130, @@ -6743,8 +6743,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 3240, - "end": 3684, + "start": 3370, + "end": 3828, "loc": { "start": { "line": 131, @@ -6758,8 +6758,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3249, - "end": 3270, + "start": 3380, + "end": 3401, "loc": { "start": { "line": 132, @@ -6775,8 +6775,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3249, - "end": 3253, + "start": 3380, + "end": 3384, "loc": { "start": { "line": 132, @@ -6792,8 +6792,8 @@ }, "value": { "type": "MemberExpression", - "start": 3255, - "end": 3270, + "start": 3386, + "end": 3401, "loc": { "start": { "line": 132, @@ -6806,8 +6806,8 @@ }, "object": { "type": "Identifier", - "start": 3255, - "end": 3265, + "start": 3386, + "end": 3396, "loc": { "start": { "line": 132, @@ -6823,8 +6823,8 @@ }, "property": { "type": "Identifier", - "start": 3266, - "end": 3270, + "start": 3397, + "end": 3401, "loc": { "start": { "line": 132, @@ -6843,8 +6843,8 @@ }, { "type": "ObjectProperty", - "start": 3279, - "end": 3296, + "start": 3411, + "end": 3428, "loc": { "start": { "line": 133, @@ -6860,8 +6860,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3279, - "end": 3281, + "start": 3411, + "end": 3413, "loc": { "start": { "line": 133, @@ -6877,8 +6877,8 @@ }, "value": { "type": "MemberExpression", - "start": 3283, - "end": 3296, + "start": 3415, + "end": 3428, "loc": { "start": { "line": 133, @@ -6891,8 +6891,8 @@ }, "object": { "type": "Identifier", - "start": 3283, - "end": 3293, + "start": 3415, + "end": 3425, "loc": { "start": { "line": 133, @@ -6908,8 +6908,8 @@ }, "property": { "type": "Identifier", - "start": 3294, - "end": 3296, + "start": 3426, + "end": 3428, "loc": { "start": { "line": 133, @@ -6928,8 +6928,8 @@ }, { "type": "ObjectProperty", - "start": 3305, - "end": 3397, + "start": 3438, + "end": 3532, "loc": { "start": { "line": 134, @@ -6945,8 +6945,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3305, - "end": 3319, + "start": 3438, + "end": 3452, "loc": { "start": { "line": 134, @@ -6962,8 +6962,8 @@ }, "value": { "type": "CallExpression", - "start": 3321, - "end": 3397, + "start": 3454, + "end": 3532, "loc": { "start": { "line": 134, @@ -6976,8 +6976,8 @@ }, "callee": { "type": "Identifier", - "start": 3321, - "end": 3338, + "start": 3454, + "end": 3471, "loc": { "start": { "line": 134, @@ -6994,8 +6994,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 3339, - "end": 3396, + "start": 3472, + "end": 3531, "loc": { "start": { "line": 134, @@ -7009,8 +7009,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3349, - "end": 3387, + "start": 3483, + "end": 3521, "loc": { "start": { "line": 135, @@ -7026,8 +7026,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 3349, - "end": 3362, + "start": 3483, + "end": 3496, "loc": { "start": { "line": 135, @@ -7046,8 +7046,8 @@ }, "value": { "type": "MemberExpression", - "start": 3364, - "end": 3387, + "start": 3498, + "end": 3521, "loc": { "start": { "line": 135, @@ -7060,8 +7060,8 @@ }, "object": { "type": "Identifier", - "start": 3364, - "end": 3374, + "start": 3498, + "end": 3508, "loc": { "start": { "line": 135, @@ -7077,8 +7077,8 @@ }, "property": { "type": "Identifier", - "start": 3375, - "end": 3387, + "start": 3509, + "end": 3521, "loc": { "start": { "line": 135, @@ -7102,8 +7102,8 @@ }, { "type": "ObjectProperty", - "start": 3406, - "end": 3427, + "start": 3542, + "end": 3563, "loc": { "start": { "line": 137, @@ -7119,8 +7119,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3406, - "end": 3410, + "start": 3542, + "end": 3546, "loc": { "start": { "line": 137, @@ -7136,8 +7136,8 @@ }, "value": { "type": "MemberExpression", - "start": 3412, - "end": 3427, + "start": 3548, + "end": 3563, "loc": { "start": { "line": 137, @@ -7150,8 +7150,8 @@ }, "object": { "type": "Identifier", - "start": 3412, - "end": 3422, + "start": 3548, + "end": 3558, "loc": { "start": { "line": 137, @@ -7167,8 +7167,8 @@ }, "property": { "type": "Identifier", - "start": 3423, - "end": 3427, + "start": 3559, + "end": 3563, "loc": { "start": { "line": 137, @@ -7187,8 +7187,8 @@ }, { "type": "ObjectProperty", - "start": 3436, - "end": 3459, + "start": 3573, + "end": 3596, "loc": { "start": { "line": 138, @@ -7204,8 +7204,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3436, - "end": 3441, + "start": 3573, + "end": 3578, "loc": { "start": { "line": 138, @@ -7221,8 +7221,8 @@ }, "value": { "type": "MemberExpression", - "start": 3443, - "end": 3459, + "start": 3580, + "end": 3596, "loc": { "start": { "line": 138, @@ -7235,8 +7235,8 @@ }, "object": { "type": "Identifier", - "start": 3443, - "end": 3453, + "start": 3580, + "end": 3590, "loc": { "start": { "line": 138, @@ -7252,8 +7252,8 @@ }, "property": { "type": "Identifier", - "start": 3454, - "end": 3459, + "start": 3591, + "end": 3596, "loc": { "start": { "line": 138, @@ -7272,8 +7272,8 @@ }, { "type": "ObjectProperty", - "start": 3468, - "end": 3507, + "start": 3606, + "end": 3645, "loc": { "start": { "line": 139, @@ -7289,8 +7289,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3468, - "end": 3481, + "start": 3606, + "end": 3619, "loc": { "start": { "line": 139, @@ -7306,8 +7306,8 @@ }, "value": { "type": "MemberExpression", - "start": 3483, - "end": 3507, + "start": 3621, + "end": 3645, "loc": { "start": { "line": 139, @@ -7320,8 +7320,8 @@ }, "object": { "type": "Identifier", - "start": 3483, - "end": 3493, + "start": 3621, + "end": 3631, "loc": { "start": { "line": 139, @@ -7337,8 +7337,8 @@ }, "property": { "type": "Identifier", - "start": 3494, - "end": 3507, + "start": 3632, + "end": 3645, "loc": { "start": { "line": 139, @@ -7357,8 +7357,8 @@ }, { "type": "ObjectProperty", - "start": 3516, - "end": 3547, + "start": 3655, + "end": 3686, "loc": { "start": { "line": 140, @@ -7374,8 +7374,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3516, - "end": 3525, + "start": 3655, + "end": 3664, "loc": { "start": { "line": 140, @@ -7391,8 +7391,8 @@ }, "value": { "type": "MemberExpression", - "start": 3527, - "end": 3547, + "start": 3666, + "end": 3686, "loc": { "start": { "line": 140, @@ -7405,8 +7405,8 @@ }, "object": { "type": "Identifier", - "start": 3527, - "end": 3537, + "start": 3666, + "end": 3676, "loc": { "start": { "line": 140, @@ -7422,8 +7422,8 @@ }, "property": { "type": "Identifier", - "start": 3538, - "end": 3547, + "start": 3677, + "end": 3686, "loc": { "start": { "line": 140, @@ -7442,8 +7442,8 @@ }, { "type": "ObjectProperty", - "start": 3556, - "end": 3583, + "start": 3696, + "end": 3723, "loc": { "start": { "line": 141, @@ -7459,8 +7459,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3556, - "end": 3563, + "start": 3696, + "end": 3703, "loc": { "start": { "line": 141, @@ -7476,8 +7476,8 @@ }, "value": { "type": "MemberExpression", - "start": 3565, - "end": 3583, + "start": 3705, + "end": 3723, "loc": { "start": { "line": 141, @@ -7490,8 +7490,8 @@ }, "object": { "type": "Identifier", - "start": 3565, - "end": 3575, + "start": 3705, + "end": 3715, "loc": { "start": { "line": 141, @@ -7507,8 +7507,8 @@ }, "property": { "type": "Identifier", - "start": 3576, - "end": 3583, + "start": 3716, + "end": 3723, "loc": { "start": { "line": 141, @@ -7527,8 +7527,8 @@ }, { "type": "ObjectProperty", - "start": 3592, - "end": 3616, + "start": 3733, + "end": 3757, "loc": { "start": { "line": 142, @@ -7544,8 +7544,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3592, - "end": 3600, + "start": 3733, + "end": 3741, "loc": { "start": { "line": 142, @@ -7561,8 +7561,8 @@ }, "value": { "type": "MemberExpression", - "start": 3602, - "end": 3616, + "start": 3743, + "end": 3757, "loc": { "start": { "line": 142, @@ -7575,8 +7575,8 @@ }, "object": { "type": "Identifier", - "start": 3602, - "end": 3607, + "start": 3743, + "end": 3748, "loc": { "start": { "line": 142, @@ -7592,8 +7592,8 @@ }, "property": { "type": "Identifier", - "start": 3608, - "end": 3616, + "start": 3749, + "end": 3757, "loc": { "start": { "line": 142, @@ -7612,8 +7612,8 @@ }, { "type": "ObjectProperty", - "start": 3625, - "end": 3645, + "start": 3767, + "end": 3787, "loc": { "start": { "line": 143, @@ -7629,8 +7629,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3625, - "end": 3631, + "start": 3767, + "end": 3773, "loc": { "start": { "line": 143, @@ -7646,8 +7646,8 @@ }, "value": { "type": "MemberExpression", - "start": 3633, - "end": 3645, + "start": 3775, + "end": 3787, "loc": { "start": { "line": 143, @@ -7660,8 +7660,8 @@ }, "object": { "type": "Identifier", - "start": 3633, - "end": 3638, + "start": 3775, + "end": 3780, "loc": { "start": { "line": 143, @@ -7677,8 +7677,8 @@ }, "property": { "type": "Identifier", - "start": 3639, - "end": 3645, + "start": 3781, + "end": 3787, "loc": { "start": { "line": 143, @@ -7697,8 +7697,8 @@ }, { "type": "ObjectProperty", - "start": 3654, - "end": 3676, + "start": 3797, + "end": 3819, "loc": { "start": { "line": 144, @@ -7714,8 +7714,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3654, - "end": 3661, + "start": 3797, + "end": 3804, "loc": { "start": { "line": 144, @@ -7731,8 +7731,8 @@ }, "value": { "type": "MemberExpression", - "start": 3663, - "end": 3676, + "start": 3806, + "end": 3819, "loc": { "start": { "line": 144, @@ -7745,8 +7745,8 @@ }, "object": { "type": "Identifier", - "start": 3663, - "end": 3668, + "start": 3806, + "end": 3811, "loc": { "start": { "line": 144, @@ -7762,8 +7762,8 @@ }, "property": { "type": "Identifier", - "start": 3669, - "end": 3676, + "start": 3812, + "end": 3819, "loc": { "start": { "line": 144, @@ -7787,8 +7787,8 @@ }, { "type": "JSXText", - "start": 3692, - "end": 3698, + "start": 3837, + "end": 3844, "loc": { "start": { "line": 146, @@ -7804,8 +7804,8 @@ }, { "type": "JSXExpressionContainer", - "start": 3698, - "end": 3850, + "start": 3844, + "end": 4003, "loc": { "start": { "line": 147, @@ -7818,8 +7818,8 @@ }, "expression": { "type": "LogicalExpression", - "start": 3699, - "end": 3843, + "start": 3845, + "end": 3995, "loc": { "start": { "line": 147, @@ -7832,8 +7832,8 @@ }, "left": { "type": "MemberExpression", - "start": 3699, - "end": 3714, + "start": 3845, + "end": 3860, "loc": { "start": { "line": 147, @@ -7846,8 +7846,8 @@ }, "object": { "type": "Identifier", - "start": 3699, - "end": 3709, + "start": 3845, + "end": 3855, "loc": { "start": { "line": 147, @@ -7863,8 +7863,8 @@ }, "property": { "type": "Identifier", - "start": 3710, - "end": 3714, + "start": 3856, + "end": 3860, "loc": { "start": { "line": 147, @@ -7883,8 +7883,8 @@ "operator": "&&", "right": { "type": "JSXElement", - "start": 3724, - "end": 3843, + "start": 3871, + "end": 3995, "loc": { "start": { "line": 148, @@ -7897,8 +7897,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3724, - "end": 3807, + "start": 3871, + "end": 3957, "loc": { "start": { "line": 148, @@ -7912,8 +7912,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 3734, - "end": 3766, + "start": 3882, + "end": 3914, "loc": { "start": { "line": 149, @@ -7926,8 +7926,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3734, - "end": 3736, + "start": 3882, + "end": 3884, "loc": { "start": { "line": 149, @@ -7942,8 +7942,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3737, - "end": 3766, + "start": 3885, + "end": 3914, "loc": { "start": { "line": 149, @@ -7956,8 +7956,8 @@ }, "expression": { "type": "TemplateLiteral", - "start": 3738, - "end": 3765, + "start": 3886, + "end": 3913, "loc": { "start": { "line": 149, @@ -7971,8 +7971,8 @@ "expressions": [ { "type": "CallExpression", - "start": 3741, - "end": 3763, + "start": 3889, + "end": 3911, "loc": { "start": { "line": 149, @@ -7985,8 +7985,8 @@ }, "callee": { "type": "Identifier", - "start": 3741, - "end": 3761, + "start": 3889, + "end": 3909, "loc": { "start": { "line": 149, @@ -8006,8 +8006,8 @@ "quasis": [ { "type": "TemplateElement", - "start": 3739, - "end": 3739, + "start": 3887, + "end": 3887, "loc": { "start": { "line": 149, @@ -8026,8 +8026,8 @@ }, { "type": "TemplateElement", - "start": 3764, - "end": 3764, + "start": 3912, + "end": 3912, "loc": { "start": { "line": 149, @@ -8050,8 +8050,8 @@ }, { "type": "JSXAttribute", - "start": 3774, - "end": 3799, + "start": 3923, + "end": 3948, "loc": { "start": { "line": 150, @@ -8064,8 +8064,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3774, - "end": 3783, + "start": 3923, + "end": 3932, "loc": { "start": { "line": 150, @@ -8080,8 +8080,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3784, - "end": 3799, + "start": 3933, + "end": 3948, "loc": { "start": { "line": 150, @@ -8094,8 +8094,8 @@ }, "expression": { "type": "StringLiteral", - "start": 3785, - "end": 3798, + "start": 3934, + "end": 3947, "loc": { "start": { "line": 150, @@ -8117,8 +8117,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 3725, - "end": 3726, + "start": 3872, + "end": 3873, "loc": { "start": { "line": 148, @@ -8135,8 +8135,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 3839, - "end": 3843, + "start": 3991, + "end": 3995, "loc": { "start": { "line": 153, @@ -8149,8 +8149,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3841, - "end": 3842, + "start": 3993, + "end": 3994, "loc": { "start": { "line": 153, @@ -8167,8 +8167,8 @@ "children": [ { "type": "JSXText", - "start": 3807, - "end": 3815, + "start": 3957, + "end": 3966, "loc": { "start": { "line": 151, @@ -8184,8 +8184,8 @@ }, { "type": "JSXExpressionContainer", - "start": 3815, - "end": 3832, + "start": 3966, + "end": 3983, "loc": { "start": { "line": 152, @@ -8198,8 +8198,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3816, - "end": 3831, + "start": 3967, + "end": 3982, "loc": { "start": { "line": 152, @@ -8212,8 +8212,8 @@ }, "object": { "type": "Identifier", - "start": 3816, - "end": 3826, + "start": 3967, + "end": 3977, "loc": { "start": { "line": 152, @@ -8229,8 +8229,8 @@ }, "property": { "type": "Identifier", - "start": 3827, - "end": 3831, + "start": 3978, + "end": 3982, "loc": { "start": { "line": 152, @@ -8249,8 +8249,8 @@ }, { "type": "JSXText", - "start": 3832, - "end": 3839, + "start": 3983, + "end": 3991, "loc": { "start": { "line": 152, @@ -8270,8 +8270,8 @@ }, { "type": "JSXText", - "start": 3850, - "end": 3855, + "start": 4003, + "end": 4009, "loc": { "start": { "line": 154, @@ -8288,7 +8288,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 3029 + "parenStart": 3149 } } } @@ -8300,8 +8300,8 @@ { "type": "CommentLine", "value": "Fieldsets are rendered recursively.", - "start": 1675, - "end": 1712, + "start": 1742, + "end": 1779, "loc": { "start": { "line": 68, @@ -8322,9 +8322,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Based on type, render the field.\n\t *\n\t * @return {*}\n\t ", - "start": 906, - "end": 971, + "value": "*\r\n\t * Based on type, render the field.\r\n\t *\r\n\t * @return {*}\r\n\t ", + "start": 941, + "end": 1010, "loc": { "start": { "line": 36, @@ -8340,9 +8340,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Render field group\n\t ", - "start": 3878, - "end": 3909, + "value": "*\r\n\t * Render field group\r\n\t ", + "start": 4038, + "end": 4071, "loc": { "start": { "line": 161, @@ -8358,8 +8358,8 @@ }, { "type": "ReturnStatement", - "start": 3911, - "end": 3936, + "start": 4074, + "end": 4099, "loc": { "start": { "line": 164, @@ -8372,8 +8372,8 @@ }, "argument": { "type": "CallExpression", - "start": 3918, - "end": 3935, + "start": 4081, + "end": 4098, "loc": { "start": { "line": 164, @@ -8386,8 +8386,8 @@ }, "callee": { "type": "Identifier", - "start": 3918, - "end": 3928, + "start": 4081, + "end": 4091, "loc": { "start": { "line": 164, @@ -8405,8 +8405,8 @@ "arguments": [ { "type": "Identifier", - "start": 3929, - "end": 3934, + "start": 4092, + "end": 4097, "loc": { "start": { "line": 164, @@ -8426,9 +8426,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Render field group\n\t ", - "start": 3878, - "end": 3909, + "value": "*\r\n\t * Render field group\r\n\t ", + "start": 4038, + "end": 4071, "loc": { "start": { "line": 161, @@ -8453,9 +8453,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Represents one configField -- wrapper, label and input.\n *\n * @param props\n * @return {*}\n * @constructor\n ", - "start": 521, - "end": 637, + "value": "*\r\n * Represents one configField -- wrapper, label and input.\r\n *\r\n * @param props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 535, + "end": 657, "loc": { "start": { "line": 15, @@ -8471,9 +8471,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * The prop type definitions for FieldGroup components\n *\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 3941, - "end": 4190, + "value": "*\r\n * The prop type definitions for FieldGroup components\r\n *\r\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 4107, + "end": 4360, "loc": { "start": { "line": 167, @@ -8490,9 +8490,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Represents one configField -- wrapper, label and input.\n *\n * @param props\n * @return {*}\n * @constructor\n ", - "start": 521, - "end": 637, + "value": "*\r\n * Represents one configField -- wrapper, label and input.\r\n *\r\n * @param props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 535, + "end": 657, "loc": { "start": { "line": 15, @@ -8508,9 +8508,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * The prop type definitions for FieldGroup components\n *\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 3941, - "end": 4190, + "value": "*\r\n * The prop type definitions for FieldGroup components\r\n *\r\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 4107, + "end": 4360, "loc": { "start": { "line": 167, @@ -8526,8 +8526,8 @@ }, { "type": "ExpressionStatement", - "start": 4191, - "end": 4234, + "start": 4362, + "end": 4405, "loc": { "start": { "line": 172, @@ -8540,8 +8540,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 4191, - "end": 4233, + "start": 4362, + "end": 4404, "loc": { "start": { "line": 172, @@ -8555,8 +8555,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 4191, - "end": 4211, + "start": 4362, + "end": 4382, "loc": { "start": { "line": 172, @@ -8569,8 +8569,8 @@ }, "object": { "type": "Identifier", - "start": 4191, - "end": 4201, + "start": 4362, + "end": 4372, "loc": { "start": { "line": 172, @@ -8587,8 +8587,8 @@ }, "property": { "type": "Identifier", - "start": 4202, - "end": 4211, + "start": 4373, + "end": 4382, "loc": { "start": { "line": 172, @@ -8607,8 +8607,8 @@ }, "right": { "type": "Identifier", - "start": 4214, - "end": 4233, + "start": 4385, + "end": 4404, "loc": { "start": { "line": 172, @@ -8627,9 +8627,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * The prop type definitions for FieldGroup components\n *\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 3941, - "end": 4190, + "value": "*\r\n * The prop type definitions for FieldGroup components\r\n *\r\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 4107, + "end": 4360, "loc": { "start": { "line": 167, @@ -8645,9 +8645,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Default props for FieldGroups\n *\n * @type {{isBlockInput: boolean, isRequired: boolean, help: string}}\n ", - "start": 4236, - "end": 4349, + "value": "*\r\n * Default props for FieldGroups\r\n *\r\n * @type {{isBlockInput: boolean, isRequired: boolean, help: string}}\r\n ", + "start": 4409, + "end": 4526, "loc": { "start": { "line": 174, @@ -8663,8 +8663,8 @@ }, { "type": "ExpressionStatement", - "start": 4350, - "end": 4431, + "start": 4528, + "end": 4613, "loc": { "start": { "line": 179, @@ -8677,8 +8677,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 4350, - "end": 4430, + "start": 4528, + "end": 4612, "loc": { "start": { "line": 179, @@ -8692,8 +8692,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 4350, - "end": 4373, + "start": 4528, + "end": 4551, "loc": { "start": { "line": 179, @@ -8706,8 +8706,8 @@ }, "object": { "type": "Identifier", - "start": 4350, - "end": 4360, + "start": 4528, + "end": 4538, "loc": { "start": { "line": 179, @@ -8724,8 +8724,8 @@ }, "property": { "type": "Identifier", - "start": 4361, - "end": 4373, + "start": 4539, + "end": 4551, "loc": { "start": { "line": 179, @@ -8744,8 +8744,8 @@ }, "right": { "type": "ObjectExpression", - "start": 4376, - "end": 4430, + "start": 4554, + "end": 4612, "loc": { "start": { "line": 179, @@ -8759,8 +8759,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 4379, - "end": 4397, + "start": 4558, + "end": 4576, "loc": { "start": { "line": 180, @@ -8776,8 +8776,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4379, - "end": 4391, + "start": 4558, + "end": 4570, "loc": { "start": { "line": 180, @@ -8793,8 +8793,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 4393, - "end": 4397, + "start": 4572, + "end": 4576, "loc": { "start": { "line": 180, @@ -8810,8 +8810,8 @@ }, { "type": "ObjectProperty", - "start": 4400, - "end": 4417, + "start": 4580, + "end": 4597, "loc": { "start": { "line": 181, @@ -8827,8 +8827,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4400, - "end": 4410, + "start": 4580, + "end": 4590, "loc": { "start": { "line": 181, @@ -8844,8 +8844,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 4412, - "end": 4417, + "start": 4592, + "end": 4597, "loc": { "start": { "line": 181, @@ -8861,8 +8861,8 @@ }, { "type": "ObjectProperty", - "start": 4420, - "end": 4428, + "start": 4601, + "end": 4609, "loc": { "start": { "line": 182, @@ -8878,8 +8878,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4420, - "end": 4424, + "start": 4601, + "end": 4605, "loc": { "start": { "line": 182, @@ -8895,8 +8895,8 @@ }, "value": { "type": "StringLiteral", - "start": 4426, - "end": 4428, + "start": 4607, + "end": 4609, "loc": { "start": { "line": 182, @@ -8921,9 +8921,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Default props for FieldGroups\n *\n * @type {{isBlockInput: boolean, isRequired: boolean, help: string}}\n ", - "start": 4236, - "end": 4349, + "value": "*\r\n * Default props for FieldGroups\r\n *\r\n * @type {{isBlockInput: boolean, isRequired: boolean, help: string}}\r\n ", + "start": 4409, + "end": 4526, "loc": { "start": { "line": 174, @@ -8939,9 +8939,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates the FieldGroup's label component\n *\n * @param {Object} props\n * @return {*}\n * @constructor\n ", - "start": 4433, - "end": 4543, + "value": "*\r\n * Creates the FieldGroup's label component\r\n *\r\n * @param {Object} props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 4617, + "end": 4733, "loc": { "start": { "line": 185, @@ -8957,8 +8957,8 @@ }, { "type": "ExpressionStatement", - "start": 4544, - "end": 4655, + "start": 4735, + "end": 4854, "loc": { "start": { "line": 192, @@ -8971,8 +8971,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 4544, - "end": 4654, + "start": 4735, + "end": 4853, "loc": { "start": { "line": 192, @@ -8986,8 +8986,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 4544, - "end": 4560, + "start": 4735, + "end": 4751, "loc": { "start": { "line": 192, @@ -9000,8 +9000,8 @@ }, "object": { "type": "Identifier", - "start": 4544, - "end": 4554, + "start": 4735, + "end": 4745, "loc": { "start": { "line": 192, @@ -9018,8 +9018,8 @@ }, "property": { "type": "Identifier", - "start": 4555, - "end": 4560, + "start": 4746, + "end": 4751, "loc": { "start": { "line": 192, @@ -9038,8 +9038,8 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 4563, - "end": 4654, + "start": 4754, + "end": 4853, "loc": { "start": { "line": 192, @@ -9057,8 +9057,8 @@ "params": [ { "type": "Identifier", - "start": 4564, - "end": 4569, + "start": 4755, + "end": 4760, "loc": { "start": { "line": 192, @@ -9075,8 +9075,8 @@ ], "body": { "type": "BlockStatement", - "start": 4574, - "end": 4654, + "start": 4765, + "end": 4853, "loc": { "start": { "line": 192, @@ -9090,8 +9090,8 @@ "body": [ { "type": "ReturnStatement", - "start": 4577, - "end": 4652, + "start": 4769, + "end": 4850, "loc": { "start": { "line": 193, @@ -9104,8 +9104,8 @@ }, "argument": { "type": "JSXElement", - "start": 4588, - "end": 4648, + "start": 4781, + "end": 4845, "loc": { "start": { "line": 194, @@ -9118,8 +9118,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 4588, - "end": 4620, + "start": 4781, + "end": 4815, "loc": { "start": { "line": 194, @@ -9133,8 +9133,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 4598, - "end": 4616, + "start": 4792, + "end": 4810, "loc": { "start": { "line": 195, @@ -9147,8 +9147,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4598, - "end": 4605, + "start": 4792, + "end": 4799, "loc": { "start": { "line": 195, @@ -9163,8 +9163,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4606, - "end": 4616, + "start": 4800, + "end": 4810, "loc": { "start": { "line": 195, @@ -9177,8 +9177,8 @@ }, "expression": { "type": "MemberExpression", - "start": 4607, - "end": 4615, + "start": 4801, + "end": 4809, "loc": { "start": { "line": 195, @@ -9191,8 +9191,8 @@ }, "object": { "type": "Identifier", - "start": 4607, - "end": 4612, + "start": 4801, + "end": 4806, "loc": { "start": { "line": 195, @@ -9208,8 +9208,8 @@ }, "property": { "type": "Identifier", - "start": 4613, - "end": 4615, + "start": 4807, + "end": 4809, "loc": { "start": { "line": 195, @@ -9230,8 +9230,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 4589, - "end": 4594, + "start": 4782, + "end": 4787, "loc": { "start": { "line": 194, @@ -9248,8 +9248,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 4640, - "end": 4648, + "start": 4837, + "end": 4845, "loc": { "start": { "line": 198, @@ -9262,8 +9262,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4642, - "end": 4647, + "start": 4839, + "end": 4844, "loc": { "start": { "line": 198, @@ -9280,8 +9280,8 @@ "children": [ { "type": "JSXText", - "start": 4620, - "end": 4624, + "start": 4815, + "end": 4820, "loc": { "start": { "line": 196, @@ -9297,8 +9297,8 @@ }, { "type": "JSXExpressionContainer", - "start": 4624, - "end": 4637, + "start": 4820, + "end": 4833, "loc": { "start": { "line": 197, @@ -9311,8 +9311,8 @@ }, "expression": { "type": "MemberExpression", - "start": 4625, - "end": 4636, + "start": 4821, + "end": 4832, "loc": { "start": { "line": 197, @@ -9325,8 +9325,8 @@ }, "object": { "type": "Identifier", - "start": 4625, - "end": 4630, + "start": 4821, + "end": 4826, "loc": { "start": { "line": 197, @@ -9342,8 +9342,8 @@ }, "property": { "type": "Identifier", - "start": 4631, - "end": 4636, + "start": 4827, + "end": 4832, "loc": { "start": { "line": 197, @@ -9362,8 +9362,8 @@ }, { "type": "JSXText", - "start": 4637, - "end": 4640, + "start": 4833, + "end": 4837, "loc": { "start": { "line": 197, @@ -9380,7 +9380,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 4584 + "parenStart": 4776 } } } @@ -9393,9 +9393,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates the FieldGroup's label component\n *\n * @param {Object} props\n * @return {*}\n * @constructor\n ", - "start": 4433, - "end": 4543, + "value": "*\r\n * Creates the FieldGroup's label component\r\n *\r\n * @param {Object} props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 4617, + "end": 4733, "loc": { "start": { "line": 185, @@ -9415,9 +9415,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Represents one configField -- wrapper, label and input.\n *\n * @param props\n * @return {*}\n * @constructor\n ", - "start": 521, - "end": 637, + "value": "*\r\n * Represents one configField -- wrapper, label and input.\r\n *\r\n * @param props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 535, + "end": 657, "loc": { "start": { "line": 15, @@ -9431,9 +9431,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Creates the id attribute\n\t * @return {String}\n\t ", - "start": 754, - "end": 812, + "value": "*\r\n\t * Creates the id attribute\r\n\t * @return {String}\r\n\t ", + "start": 780, + "end": 841, "loc": { "start": { "line": 27, @@ -9447,9 +9447,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Based on type, render the field.\n\t *\n\t * @return {*}\n\t ", - "start": 906, - "end": 971, + "value": "*\r\n\t * Based on type, render the field.\r\n\t *\r\n\t * @return {*}\r\n\t ", + "start": 941, + "end": 1010, "loc": { "start": { "line": 36, @@ -9463,9 +9463,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t\t * Is this option the checked value?\n\t\t * @param {object}option\n\t\t * @param {String|number|Array} currentValue\n\t\t * @return {boolean}\n\t\t ", - "start": 1339, - "end": 1484, + "value": "*\r\n\t\t * Is this option the checked value?\r\n\t\t * @param {object}option\r\n\t\t * @param {String|number|Array} currentValue\r\n\t\t * @return {boolean}\r\n\t\t ", + "start": 1393, + "end": 1543, "loc": { "start": { "line": 55, @@ -9480,8 +9480,8 @@ { "type": "CommentLine", "value": "Fieldsets are rendered recursively.", - "start": 1675, - "end": 1712, + "start": 1742, + "end": 1779, "loc": { "start": { "line": 68, @@ -9496,8 +9496,8 @@ { "type": "CommentLine", "value": "Call this same function, as a regular checkbox", - "start": 1897, - "end": 1945, + "start": 1976, + "end": 2024, "loc": { "start": { "line": 80, @@ -9511,9 +9511,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Render field group\n\t ", - "start": 3878, - "end": 3909, + "value": "*\r\n\t * Render field group\r\n\t ", + "start": 4038, + "end": 4071, "loc": { "start": { "line": 161, @@ -9527,9 +9527,9 @@ }, { "type": "CommentBlock", - "value": "*\n * The prop type definitions for FieldGroup components\n *\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 3941, - "end": 4190, + "value": "*\r\n * The prop type definitions for FieldGroup components\r\n *\r\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 4107, + "end": 4360, "loc": { "start": { "line": 167, @@ -9543,9 +9543,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default props for FieldGroups\n *\n * @type {{isBlockInput: boolean, isRequired: boolean, help: string}}\n ", - "start": 4236, - "end": 4349, + "value": "*\r\n * Default props for FieldGroups\r\n *\r\n * @type {{isBlockInput: boolean, isRequired: boolean, help: string}}\r\n ", + "start": 4409, + "end": 4526, "loc": { "start": { "line": 174, @@ -9559,9 +9559,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Creates the FieldGroup's label component\n *\n * @param {Object} props\n * @return {*}\n * @constructor\n ", - "start": 4433, - "end": 4543, + "value": "*\r\n * Creates the FieldGroup's label component\r\n *\r\n * @param {Object} props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 4617, + "end": 4733, "loc": { "start": { "line": 185, @@ -9723,8 +9723,8 @@ "updateContext": null }, "value": "import", - "start": 27, - "end": 33, + "start": 28, + "end": 34, "loc": { "start": { "line": 2, @@ -9749,8 +9749,8 @@ "binop": null }, "value": "classNames", - "start": 34, - "end": 44, + "start": 35, + "end": 45, "loc": { "start": { "line": 2, @@ -9775,8 +9775,8 @@ "binop": null }, "value": "from", - "start": 45, - "end": 49, + "start": 46, + "end": 50, "loc": { "start": { "line": 2, @@ -9802,8 +9802,8 @@ "updateContext": null }, "value": "classnames", - "start": 50, - "end": 62, + "start": 51, + "end": 63, "loc": { "start": { "line": 2, @@ -9828,8 +9828,8 @@ "binop": null, "updateContext": null }, - "start": 62, - "end": 63, + "start": 63, + "end": 64, "loc": { "start": { "line": 2, @@ -9856,8 +9856,8 @@ "updateContext": null }, "value": "import", - "start": 64, - "end": 70, + "start": 66, + "end": 72, "loc": { "start": { "line": 3, @@ -9881,8 +9881,8 @@ "postfix": false, "binop": null }, - "start": 71, - "end": 72, + "start": 73, + "end": 74, "loc": { "start": { "line": 3, @@ -9907,8 +9907,8 @@ "binop": null }, "value": "ariaDescribedbyAttr", - "start": 72, - "end": 91, + "start": 74, + "end": 93, "loc": { "start": { "line": 3, @@ -9932,8 +9932,8 @@ "postfix": false, "binop": null }, - "start": 91, - "end": 92, + "start": 93, + "end": 94, "loc": { "start": { "line": 3, @@ -9958,8 +9958,8 @@ "binop": null }, "value": "from", - "start": 93, - "end": 97, + "start": 95, + "end": 99, "loc": { "start": { "line": 3, @@ -9985,8 +9985,8 @@ "updateContext": null }, "value": "./util", - "start": 98, - "end": 106, + "start": 100, + "end": 108, "loc": { "start": { "line": 3, @@ -10011,8 +10011,8 @@ "binop": null, "updateContext": null }, - "start": 106, - "end": 107, + "start": 108, + "end": 109, "loc": { "start": { "line": 3, @@ -10039,8 +10039,8 @@ "updateContext": null }, "value": "import", - "start": 108, - "end": 114, + "start": 111, + "end": 117, "loc": { "start": { "line": 4, @@ -10064,8 +10064,8 @@ "postfix": false, "binop": null }, - "start": 115, - "end": 116, + "start": 118, + "end": 119, "loc": { "start": { "line": 4, @@ -10090,8 +10090,8 @@ "binop": null }, "value": "fieldGroupPropTypes", - "start": 118, - "end": 137, + "start": 122, + "end": 141, "loc": { "start": { "line": 5, @@ -10116,8 +10116,8 @@ "binop": null, "updateContext": null }, - "start": 137, - "end": 138, + "start": 141, + "end": 142, "loc": { "start": { "line": 5, @@ -10141,8 +10141,8 @@ "postfix": false, "binop": null }, - "start": 139, - "end": 140, + "start": 144, + "end": 145, "loc": { "start": { "line": 6, @@ -10167,8 +10167,8 @@ "binop": null }, "value": "from", - "start": 141, - "end": 145, + "start": 146, + "end": 150, "loc": { "start": { "line": 6, @@ -10194,8 +10194,8 @@ "updateContext": null }, "value": "./propTypes", - "start": 146, - "end": 159, + "start": 151, + "end": 164, "loc": { "start": { "line": 6, @@ -10220,8 +10220,8 @@ "binop": null, "updateContext": null }, - "start": 159, - "end": 160, + "start": 164, + "end": 165, "loc": { "start": { "line": 6, @@ -10248,8 +10248,8 @@ "updateContext": null }, "value": "import", - "start": 162, - "end": 168, + "start": 169, + "end": 175, "loc": { "start": { "line": 8, @@ -10273,8 +10273,8 @@ "postfix": false, "binop": null }, - "start": 169, - "end": 170, + "start": 176, + "end": 177, "loc": { "start": { "line": 8, @@ -10299,8 +10299,8 @@ "binop": null }, "value": "FieldInner", - "start": 170, - "end": 180, + "start": 177, + "end": 187, "loc": { "start": { "line": 8, @@ -10324,8 +10324,8 @@ "postfix": false, "binop": null }, - "start": 180, - "end": 181, + "start": 187, + "end": 188, "loc": { "start": { "line": 8, @@ -10350,8 +10350,8 @@ "binop": null }, "value": "from", - "start": 182, - "end": 186, + "start": 189, + "end": 193, "loc": { "start": { "line": 8, @@ -10377,8 +10377,8 @@ "updateContext": null }, "value": "./FieldInner", - "start": 187, - "end": 201, + "start": 194, + "end": 208, "loc": { "start": { "line": 8, @@ -10403,8 +10403,8 @@ "binop": null, "updateContext": null }, - "start": 201, - "end": 202, + "start": 208, + "end": 209, "loc": { "start": { "line": 8, @@ -10431,8 +10431,8 @@ "updateContext": null }, "value": "import", - "start": 203, - "end": 209, + "start": 211, + "end": 217, "loc": { "start": { "line": 9, @@ -10456,8 +10456,8 @@ "postfix": false, "binop": null }, - "start": 210, - "end": 211, + "start": 218, + "end": 219, "loc": { "start": { "line": 9, @@ -10482,8 +10482,8 @@ "binop": null }, "value": "RenderGroup", - "start": 211, - "end": 222, + "start": 219, + "end": 230, "loc": { "start": { "line": 9, @@ -10507,8 +10507,8 @@ "postfix": false, "binop": null }, - "start": 222, - "end": 223, + "start": 230, + "end": 231, "loc": { "start": { "line": 9, @@ -10533,8 +10533,8 @@ "binop": null }, "value": "from", - "start": 224, - "end": 228, + "start": 232, + "end": 236, "loc": { "start": { "line": 9, @@ -10560,8 +10560,8 @@ "updateContext": null }, "value": "../RenderGroup", - "start": 229, - "end": 245, + "start": 237, + "end": 253, "loc": { "start": { "line": 9, @@ -10586,8 +10586,8 @@ "binop": null, "updateContext": null }, - "start": 245, - "end": 246, + "start": 253, + "end": 254, "loc": { "start": { "line": 9, @@ -10614,8 +10614,8 @@ "updateContext": null }, "value": "import", - "start": 247, - "end": 253, + "start": 256, + "end": 262, "loc": { "start": { "line": 10, @@ -10639,8 +10639,8 @@ "postfix": false, "binop": null }, - "start": 254, - "end": 255, + "start": 263, + "end": 264, "loc": { "start": { "line": 10, @@ -10665,8 +10665,8 @@ "binop": null }, "value": "Message", - "start": 255, - "end": 262, + "start": 264, + "end": 271, "loc": { "start": { "line": 10, @@ -10690,8 +10690,8 @@ "postfix": false, "binop": null }, - "start": 262, - "end": 263, + "start": 271, + "end": 272, "loc": { "start": { "line": 10, @@ -10716,8 +10716,8 @@ "binop": null }, "value": "from", - "start": 264, - "end": 268, + "start": 273, + "end": 277, "loc": { "start": { "line": 10, @@ -10743,8 +10743,8 @@ "updateContext": null }, "value": "./messages/Message", - "start": 269, - "end": 289, + "start": 278, + "end": 298, "loc": { "start": { "line": 10, @@ -10769,8 +10769,8 @@ "binop": null, "updateContext": null }, - "start": 289, - "end": 290, + "start": 298, + "end": 299, "loc": { "start": { "line": 10, @@ -10797,8 +10797,8 @@ "updateContext": null }, "value": "import", - "start": 291, - "end": 297, + "start": 301, + "end": 307, "loc": { "start": { "line": 11, @@ -10822,8 +10822,8 @@ "postfix": false, "binop": null }, - "start": 298, - "end": 299, + "start": 308, + "end": 309, "loc": { "start": { "line": 11, @@ -10848,8 +10848,8 @@ "binop": null }, "value": "messageObjectFactory", - "start": 299, - "end": 319, + "start": 309, + "end": 329, "loc": { "start": { "line": 11, @@ -10873,8 +10873,8 @@ "postfix": false, "binop": null }, - "start": 319, - "end": 320, + "start": 329, + "end": 330, "loc": { "start": { "line": 11, @@ -10899,8 +10899,8 @@ "binop": null }, "value": "from", - "start": 321, - "end": 325, + "start": 331, + "end": 335, "loc": { "start": { "line": 11, @@ -10926,8 +10926,8 @@ "updateContext": null }, "value": "./messages/messageObjectFactory", - "start": 326, - "end": 359, + "start": 336, + "end": 369, "loc": { "start": { "line": 11, @@ -10952,8 +10952,8 @@ "binop": null, "updateContext": null }, - "start": 359, - "end": 360, + "start": 369, + "end": 370, "loc": { "start": { "line": 11, @@ -10980,8 +10980,8 @@ "updateContext": null }, "value": "import", - "start": 361, - "end": 367, + "start": 372, + "end": 378, "loc": { "start": { "line": 12, @@ -11005,8 +11005,8 @@ "postfix": false, "binop": null }, - "start": 368, - "end": 369, + "start": 379, + "end": 380, "loc": { "start": { "line": 12, @@ -11031,8 +11031,8 @@ "binop": null }, "value": "fieldsetCheckboxHandler", - "start": 369, - "end": 392, + "start": 380, + "end": 403, "loc": { "start": { "line": 12, @@ -11056,8 +11056,8 @@ "postfix": false, "binop": null }, - "start": 392, - "end": 393, + "start": 403, + "end": 404, "loc": { "start": { "line": 12, @@ -11082,8 +11082,8 @@ "binop": null }, "value": "from", - "start": 394, - "end": 398, + "start": 405, + "end": 409, "loc": { "start": { "line": 12, @@ -11109,8 +11109,8 @@ "updateContext": null }, "value": "./field-group-change-handlers/fieldsetCheckboxHandler", - "start": 399, - "end": 454, + "start": 410, + "end": 465, "loc": { "start": { "line": 12, @@ -11135,8 +11135,8 @@ "binop": null, "updateContext": null }, - "start": 454, - "end": 455, + "start": 465, + "end": 466, "loc": { "start": { "line": 12, @@ -11163,8 +11163,8 @@ "updateContext": null }, "value": "import", - "start": 456, - "end": 462, + "start": 468, + "end": 474, "loc": { "start": { "line": 13, @@ -11188,8 +11188,8 @@ "postfix": false, "binop": null }, - "start": 463, - "end": 464, + "start": 475, + "end": 476, "loc": { "start": { "line": 13, @@ -11214,8 +11214,8 @@ "binop": null }, "value": "MagicFieldGroup", - "start": 464, - "end": 479, + "start": 476, + "end": 491, "loc": { "start": { "line": 13, @@ -11239,8 +11239,8 @@ "postfix": false, "binop": null }, - "start": 479, - "end": 480, + "start": 491, + "end": 492, "loc": { "start": { "line": 13, @@ -11265,8 +11265,8 @@ "binop": null }, "value": "from", - "start": 481, - "end": 485, + "start": 493, + "end": 497, "loc": { "start": { "line": 13, @@ -11292,8 +11292,8 @@ "updateContext": null }, "value": "./magic-select/MagicFieldGroup", - "start": 486, - "end": 518, + "start": 498, + "end": 530, "loc": { "start": { "line": 13, @@ -11318,8 +11318,8 @@ "binop": null, "updateContext": null }, - "start": 518, - "end": 519, + "start": 530, + "end": 531, "loc": { "start": { "line": 13, @@ -11333,9 +11333,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Represents one configField -- wrapper, label and input.\n *\n * @param props\n * @return {*}\n * @constructor\n ", - "start": 521, - "end": 637, + "value": "*\r\n * Represents one configField -- wrapper, label and input.\r\n *\r\n * @param props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 535, + "end": 657, "loc": { "start": { "line": 15, @@ -11362,8 +11362,8 @@ "updateContext": null }, "value": "export", - "start": 638, - "end": 644, + "start": 659, + "end": 665, "loc": { "start": { "line": 22, @@ -11390,8 +11390,8 @@ "updateContext": null }, "value": "const", - "start": 645, - "end": 650, + "start": 666, + "end": 671, "loc": { "start": { "line": 22, @@ -11416,8 +11416,8 @@ "binop": null }, "value": "FieldGroup", - "start": 651, - "end": 661, + "start": 672, + "end": 682, "loc": { "start": { "line": 22, @@ -11443,8 +11443,8 @@ "updateContext": null }, "value": "=", - "start": 662, - "end": 663, + "start": 683, + "end": 684, "loc": { "start": { "line": 22, @@ -11468,8 +11468,8 @@ "postfix": false, "binop": null }, - "start": 664, - "end": 665, + "start": 685, + "end": 686, "loc": { "start": { "line": 22, @@ -11494,8 +11494,8 @@ "binop": null }, "value": "props", - "start": 665, - "end": 670, + "start": 686, + "end": 691, "loc": { "start": { "line": 22, @@ -11519,8 +11519,8 @@ "postfix": false, "binop": null }, - "start": 670, - "end": 671, + "start": 691, + "end": 692, "loc": { "start": { "line": 22, @@ -11545,8 +11545,8 @@ "binop": null, "updateContext": null }, - "start": 672, - "end": 674, + "start": 693, + "end": 695, "loc": { "start": { "line": 22, @@ -11570,8 +11570,8 @@ "postfix": false, "binop": null }, - "start": 675, - "end": 676, + "start": 696, + "end": 697, "loc": { "start": { "line": 22, @@ -11598,8 +11598,8 @@ "updateContext": null }, "value": "if", - "start": 678, - "end": 680, + "start": 700, + "end": 702, "loc": { "start": { "line": 23, @@ -11623,8 +11623,8 @@ "postfix": false, "binop": null }, - "start": 680, - "end": 681, + "start": 702, + "end": 703, "loc": { "start": { "line": 23, @@ -11650,8 +11650,8 @@ "updateContext": null }, "value": "magic", - "start": 682, - "end": 689, + "start": 704, + "end": 711, "loc": { "start": { "line": 23, @@ -11677,8 +11677,8 @@ "updateContext": null }, "value": "===", - "start": 690, - "end": 693, + "start": 712, + "end": 715, "loc": { "start": { "line": 23, @@ -11703,8 +11703,8 @@ "binop": null }, "value": "props", - "start": 694, - "end": 699, + "start": 716, + "end": 721, "loc": { "start": { "line": 23, @@ -11729,8 +11729,8 @@ "binop": null, "updateContext": null }, - "start": 699, - "end": 700, + "start": 721, + "end": 722, "loc": { "start": { "line": 23, @@ -11755,8 +11755,8 @@ "binop": null }, "value": "type", - "start": 700, - "end": 704, + "start": 722, + "end": 726, "loc": { "start": { "line": 23, @@ -11780,8 +11780,8 @@ "postfix": false, "binop": null }, - "start": 705, - "end": 706, + "start": 727, + "end": 728, "loc": { "start": { "line": 23, @@ -11805,8 +11805,8 @@ "postfix": false, "binop": null }, - "start": 706, - "end": 707, + "start": 728, + "end": 729, "loc": { "start": { "line": 23, @@ -11833,8 +11833,8 @@ "updateContext": null }, "value": "return", - "start": 710, - "end": 716, + "start": 733, + "end": 739, "loc": { "start": { "line": 24, @@ -11858,8 +11858,8 @@ "postfix": false, "binop": null }, - "start": 717, - "end": 718, + "start": 740, + "end": 741, "loc": { "start": { "line": 24, @@ -11885,8 +11885,8 @@ "updateContext": null }, "value": "MagicFieldGroup", - "start": 718, - "end": 733, + "start": 741, + "end": 756, "loc": { "start": { "line": 24, @@ -11910,8 +11910,8 @@ "postfix": false, "binop": null }, - "start": 734, - "end": 735, + "start": 757, + "end": 758, "loc": { "start": { "line": 24, @@ -11936,8 +11936,8 @@ "binop": null, "updateContext": null }, - "start": 735, - "end": 738, + "start": 758, + "end": 761, "loc": { "start": { "line": 24, @@ -11962,8 +11962,8 @@ "binop": null }, "value": "props", - "start": 738, - "end": 743, + "start": 761, + "end": 766, "loc": { "start": { "line": 24, @@ -11987,8 +11987,8 @@ "postfix": false, "binop": null }, - "start": 743, - "end": 744, + "start": 766, + "end": 767, "loc": { "start": { "line": 24, @@ -12014,8 +12014,8 @@ "updateContext": null }, "value": "/", - "start": 745, - "end": 746, + "start": 768, + "end": 769, "loc": { "start": { "line": 24, @@ -12039,8 +12039,8 @@ "postfix": false, "binop": null }, - "start": 746, - "end": 747, + "start": 769, + "end": 770, "loc": { "start": { "line": 24, @@ -12065,8 +12065,8 @@ "binop": null, "updateContext": null }, - "start": 747, - "end": 748, + "start": 770, + "end": 771, "loc": { "start": { "line": 24, @@ -12090,8 +12090,8 @@ "postfix": false, "binop": null }, - "start": 750, - "end": 751, + "start": 774, + "end": 775, "loc": { "start": { "line": 25, @@ -12105,9 +12105,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Creates the id attribute\n\t * @return {String}\n\t ", - "start": 754, - "end": 812, + "value": "*\r\n\t * Creates the id attribute\r\n\t * @return {String}\r\n\t ", + "start": 780, + "end": 841, "loc": { "start": { "line": 27, @@ -12133,8 +12133,8 @@ "binop": null }, "value": "function", - "start": 814, - "end": 822, + "start": 844, + "end": 852, "loc": { "start": { "line": 31, @@ -12159,8 +12159,8 @@ "binop": null }, "value": "idAttrForHelpElement", - "start": 823, - "end": 843, + "start": 853, + "end": 873, "loc": { "start": { "line": 31, @@ -12184,8 +12184,8 @@ "postfix": false, "binop": null }, - "start": 843, - "end": 844, + "start": 873, + "end": 874, "loc": { "start": { "line": 31, @@ -12209,8 +12209,8 @@ "postfix": false, "binop": null }, - "start": 844, - "end": 845, + "start": 874, + "end": 875, "loc": { "start": { "line": 31, @@ -12234,8 +12234,8 @@ "postfix": false, "binop": null }, - "start": 846, - "end": 847, + "start": 876, + "end": 877, "loc": { "start": { "line": 31, @@ -12262,8 +12262,8 @@ "updateContext": null }, "value": "return", - "start": 850, - "end": 856, + "start": 881, + "end": 887, "loc": { "start": { "line": 32, @@ -12288,8 +12288,8 @@ "binop": null }, "value": "ariaDescribedbyAttr", - "start": 857, - "end": 876, + "start": 888, + "end": 907, "loc": { "start": { "line": 32, @@ -12313,8 +12313,8 @@ "postfix": false, "binop": null }, - "start": 876, - "end": 877, + "start": 907, + "end": 908, "loc": { "start": { "line": 32, @@ -12339,8 +12339,8 @@ "binop": null }, "value": "props", - "start": 877, - "end": 882, + "start": 908, + "end": 913, "loc": { "start": { "line": 32, @@ -12365,8 +12365,8 @@ "binop": null, "updateContext": null }, - "start": 882, - "end": 883, + "start": 913, + "end": 914, "loc": { "start": { "line": 32, @@ -12391,8 +12391,8 @@ "binop": null }, "value": "id", - "start": 883, - "end": 885, + "start": 914, + "end": 916, "loc": { "start": { "line": 32, @@ -12417,8 +12417,8 @@ "binop": null, "updateContext": null }, - "start": 885, - "end": 886, + "start": 916, + "end": 917, "loc": { "start": { "line": 32, @@ -12443,8 +12443,8 @@ "binop": null }, "value": "props", - "start": 887, - "end": 892, + "start": 918, + "end": 923, "loc": { "start": { "line": 32, @@ -12469,8 +12469,8 @@ "binop": null, "updateContext": null }, - "start": 892, - "end": 893, + "start": 923, + "end": 924, "loc": { "start": { "line": 32, @@ -12495,8 +12495,8 @@ "binop": null }, "value": "help", - "start": 893, - "end": 897, + "start": 924, + "end": 928, "loc": { "start": { "line": 32, @@ -12520,8 +12520,8 @@ "postfix": false, "binop": null }, - "start": 897, - "end": 898, + "start": 928, + "end": 929, "loc": { "start": { "line": 32, @@ -12546,8 +12546,8 @@ "binop": null, "updateContext": null }, - "start": 898, - "end": 899, + "start": 929, + "end": 930, "loc": { "start": { "line": 32, @@ -12571,8 +12571,8 @@ "postfix": false, "binop": null }, - "start": 901, - "end": 902, + "start": 933, + "end": 934, "loc": { "start": { "line": 33, @@ -12586,9 +12586,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Based on type, render the field.\n\t *\n\t * @return {*}\n\t ", - "start": 906, - "end": 971, + "value": "*\r\n\t * Based on type, render the field.\r\n\t *\r\n\t * @return {*}\r\n\t ", + "start": 941, + "end": 1010, "loc": { "start": { "line": 36, @@ -12614,8 +12614,8 @@ "binop": null }, "value": "function", - "start": 973, - "end": 981, + "start": 1013, + "end": 1021, "loc": { "start": { "line": 41, @@ -12640,8 +12640,8 @@ "binop": null }, "value": "fieldInner", - "start": 982, - "end": 992, + "start": 1022, + "end": 1032, "loc": { "start": { "line": 41, @@ -12665,8 +12665,8 @@ "postfix": false, "binop": null }, - "start": 992, - "end": 993, + "start": 1032, + "end": 1033, "loc": { "start": { "line": 41, @@ -12691,8 +12691,8 @@ "binop": null }, "value": "fieldProps", - "start": 993, - "end": 1003, + "start": 1033, + "end": 1043, "loc": { "start": { "line": 41, @@ -12716,8 +12716,8 @@ "postfix": false, "binop": null }, - "start": 1003, - "end": 1004, + "start": 1043, + "end": 1044, "loc": { "start": { "line": 41, @@ -12741,8 +12741,8 @@ "postfix": false, "binop": null }, - "start": 1005, - "end": 1006, + "start": 1045, + "end": 1046, "loc": { "start": { "line": 41, @@ -12769,8 +12769,8 @@ "updateContext": null }, "value": "const", - "start": 1009, - "end": 1014, + "start": 1050, + "end": 1055, "loc": { "start": { "line": 42, @@ -12795,8 +12795,8 @@ "binop": null }, "value": "message", - "start": 1015, - "end": 1022, + "start": 1056, + "end": 1063, "loc": { "start": { "line": 42, @@ -12822,8 +12822,8 @@ "updateContext": null }, "value": "=", - "start": 1023, - "end": 1024, + "start": 1064, + "end": 1065, "loc": { "start": { "line": 42, @@ -12849,8 +12849,8 @@ "updateContext": null }, "value": "object", - "start": 1025, - "end": 1033, + "start": 1066, + "end": 1074, "loc": { "start": { "line": 42, @@ -12876,8 +12876,8 @@ "updateContext": null }, "value": "===", - "start": 1034, - "end": 1037, + "start": 1075, + "end": 1078, "loc": { "start": { "line": 42, @@ -12904,8 +12904,8 @@ "updateContext": null }, "value": "typeof", - "start": 1038, - "end": 1044, + "start": 1079, + "end": 1085, "loc": { "start": { "line": 42, @@ -12930,8 +12930,8 @@ "binop": null }, "value": "fieldProps", - "start": 1046, - "end": 1056, + "start": 1087, + "end": 1097, "loc": { "start": { "line": 42, @@ -12956,8 +12956,8 @@ "binop": null, "updateContext": null }, - "start": 1056, - "end": 1057, + "start": 1097, + "end": 1098, "loc": { "start": { "line": 42, @@ -12982,8 +12982,8 @@ "binop": null }, "value": "message", - "start": 1057, - "end": 1064, + "start": 1098, + "end": 1105, "loc": { "start": { "line": 42, @@ -13008,8 +13008,8 @@ "binop": null, "updateContext": null }, - "start": 1068, - "end": 1069, + "start": 1110, + "end": 1111, "loc": { "start": { "line": 43, @@ -13034,8 +13034,8 @@ "binop": null }, "value": "messageObjectFactory", - "start": 1070, - "end": 1090, + "start": 1112, + "end": 1132, "loc": { "start": { "line": 43, @@ -13059,8 +13059,8 @@ "postfix": false, "binop": null }, - "start": 1090, - "end": 1091, + "start": 1132, + "end": 1133, "loc": { "start": { "line": 43, @@ -13085,8 +13085,8 @@ "binop": null }, "value": "fieldProps", - "start": 1091, - "end": 1101, + "start": 1133, + "end": 1143, "loc": { "start": { "line": 43, @@ -13111,8 +13111,8 @@ "binop": null, "updateContext": null }, - "start": 1101, - "end": 1102, + "start": 1143, + "end": 1144, "loc": { "start": { "line": 43, @@ -13137,8 +13137,8 @@ "binop": null }, "value": "message", - "start": 1102, - "end": 1109, + "start": 1144, + "end": 1151, "loc": { "start": { "line": 43, @@ -13162,8 +13162,8 @@ "postfix": false, "binop": null }, - "start": 1109, - "end": 1110, + "start": 1151, + "end": 1152, "loc": { "start": { "line": 43, @@ -13188,8 +13188,8 @@ "binop": null, "updateContext": null }, - "start": 1114, - "end": 1115, + "start": 1157, + "end": 1158, "loc": { "start": { "line": 44, @@ -13214,8 +13214,8 @@ "binop": null }, "value": "messageObjectFactory", - "start": 1116, - "end": 1136, + "start": 1159, + "end": 1179, "loc": { "start": { "line": 44, @@ -13239,8 +13239,8 @@ "postfix": false, "binop": null }, - "start": 1136, - "end": 1137, + "start": 1179, + "end": 1180, "loc": { "start": { "line": 44, @@ -13264,8 +13264,8 @@ "postfix": false, "binop": null }, - "start": 1137, - "end": 1138, + "start": 1180, + "end": 1181, "loc": { "start": { "line": 44, @@ -13290,8 +13290,8 @@ "binop": null }, "value": "message", - "start": 1138, - "end": 1145, + "start": 1181, + "end": 1188, "loc": { "start": { "line": 44, @@ -13316,8 +13316,8 @@ "binop": null, "updateContext": null }, - "start": 1145, - "end": 1146, + "start": 1188, + "end": 1189, "loc": { "start": { "line": 44, @@ -13344,8 +13344,8 @@ "updateContext": null }, "value": "null", - "start": 1147, - "end": 1151, + "start": 1190, + "end": 1194, "loc": { "start": { "line": 44, @@ -13370,8 +13370,8 @@ "binop": null, "updateContext": null }, - "start": 1151, - "end": 1152, + "start": 1194, + "end": 1195, "loc": { "start": { "line": 44, @@ -13396,8 +13396,8 @@ "binop": null }, "value": "error", - "start": 1153, - "end": 1158, + "start": 1196, + "end": 1201, "loc": { "start": { "line": 44, @@ -13422,8 +13422,8 @@ "binop": null, "updateContext": null }, - "start": 1158, - "end": 1159, + "start": 1201, + "end": 1202, "loc": { "start": { "line": 44, @@ -13450,8 +13450,8 @@ "updateContext": null }, "value": "false", - "start": 1160, - "end": 1165, + "start": 1203, + "end": 1208, "loc": { "start": { "line": 44, @@ -13475,8 +13475,8 @@ "postfix": false, "binop": null }, - "start": 1165, - "end": 1166, + "start": 1208, + "end": 1209, "loc": { "start": { "line": 44, @@ -13500,8 +13500,8 @@ "postfix": false, "binop": null }, - "start": 1166, - "end": 1167, + "start": 1209, + "end": 1210, "loc": { "start": { "line": 44, @@ -13526,8 +13526,8 @@ "binop": null, "updateContext": null }, - "start": 1167, - "end": 1168, + "start": 1210, + "end": 1211, "loc": { "start": { "line": 44, @@ -13553,8 +13553,8 @@ "binop": null }, "value": "function", - "start": 1172, - "end": 1180, + "start": 1217, + "end": 1225, "loc": { "start": { "line": 46, @@ -13579,8 +13579,8 @@ "binop": null }, "value": "getFieldClassName", - "start": 1181, - "end": 1198, + "start": 1226, + "end": 1243, "loc": { "start": { "line": 46, @@ -13604,8 +13604,8 @@ "postfix": false, "binop": null }, - "start": 1198, - "end": 1199, + "start": 1243, + "end": 1244, "loc": { "start": { "line": 46, @@ -13630,8 +13630,8 @@ "binop": null }, "value": "conditionalClassNames", - "start": 1199, - "end": 1220, + "start": 1244, + "end": 1265, "loc": { "start": { "line": 46, @@ -13655,8 +13655,8 @@ "postfix": false, "binop": null }, - "start": 1220, - "end": 1221, + "start": 1265, + "end": 1266, "loc": { "start": { "line": 46, @@ -13680,8 +13680,8 @@ "postfix": false, "binop": null }, - "start": 1222, - "end": 1223, + "start": 1267, + "end": 1268, "loc": { "start": { "line": 46, @@ -13708,8 +13708,8 @@ "updateContext": null }, "value": "return", - "start": 1227, - "end": 1233, + "start": 1273, + "end": 1279, "loc": { "start": { "line": 47, @@ -13734,8 +13734,8 @@ "binop": null }, "value": "classNames", - "start": 1234, - "end": 1244, + "start": 1280, + "end": 1290, "loc": { "start": { "line": 47, @@ -13759,8 +13759,8 @@ "postfix": false, "binop": null }, - "start": 1244, - "end": 1245, + "start": 1290, + "end": 1291, "loc": { "start": { "line": 47, @@ -13784,8 +13784,8 @@ "postfix": false, "binop": null }, - "start": 1250, - "end": 1251, + "start": 1297, + "end": 1298, "loc": { "start": { "line": 48, @@ -13810,8 +13810,8 @@ "binop": null }, "value": "required", - "start": 1257, - "end": 1265, + "start": 1305, + "end": 1313, "loc": { "start": { "line": 49, @@ -13836,8 +13836,8 @@ "binop": null, "updateContext": null }, - "start": 1265, - "end": 1266, + "start": 1313, + "end": 1314, "loc": { "start": { "line": 49, @@ -13862,8 +13862,8 @@ "binop": null }, "value": "fieldProps", - "start": 1267, - "end": 1277, + "start": 1315, + "end": 1325, "loc": { "start": { "line": 49, @@ -13888,8 +13888,8 @@ "binop": null, "updateContext": null }, - "start": 1277, - "end": 1278, + "start": 1325, + "end": 1326, "loc": { "start": { "line": 49, @@ -13914,8 +13914,8 @@ "binop": null }, "value": "isRequired", - "start": 1278, - "end": 1288, + "start": 1326, + "end": 1336, "loc": { "start": { "line": 49, @@ -13940,8 +13940,8 @@ "binop": null, "updateContext": null }, - "start": 1288, - "end": 1289, + "start": 1336, + "end": 1337, "loc": { "start": { "line": 49, @@ -13966,8 +13966,8 @@ "binop": null, "updateContext": null }, - "start": 1295, - "end": 1298, + "start": 1344, + "end": 1347, "loc": { "start": { "line": 50, @@ -13992,8 +13992,8 @@ "binop": null }, "value": "conditionalClassNames", - "start": 1298, - "end": 1319, + "start": 1347, + "end": 1368, "loc": { "start": { "line": 50, @@ -14017,8 +14017,8 @@ "postfix": false, "binop": null }, - "start": 1324, - "end": 1325, + "start": 1374, + "end": 1375, "loc": { "start": { "line": 51, @@ -14042,8 +14042,8 @@ "postfix": false, "binop": null }, - "start": 1329, - "end": 1330, + "start": 1380, + "end": 1381, "loc": { "start": { "line": 52, @@ -14068,8 +14068,8 @@ "binop": null, "updateContext": null }, - "start": 1330, - "end": 1331, + "start": 1381, + "end": 1382, "loc": { "start": { "line": 52, @@ -14093,8 +14093,8 @@ "postfix": false, "binop": null }, - "start": 1334, - "end": 1335, + "start": 1386, + "end": 1387, "loc": { "start": { "line": 53, @@ -14108,9 +14108,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t\t * Is this option the checked value?\n\t\t * @param {object}option\n\t\t * @param {String|number|Array} currentValue\n\t\t * @return {boolean}\n\t\t ", - "start": 1339, - "end": 1484, + "value": "*\r\n\t\t * Is this option the checked value?\r\n\t\t * @param {object}option\r\n\t\t * @param {String|number|Array} currentValue\r\n\t\t * @return {boolean}\r\n\t\t ", + "start": 1393, + "end": 1543, "loc": { "start": { "line": 55, @@ -14136,8 +14136,8 @@ "binop": null }, "value": "function", - "start": 1487, - "end": 1495, + "start": 1547, + "end": 1555, "loc": { "start": { "line": 61, @@ -14162,8 +14162,8 @@ "binop": null }, "value": "isCheckedOption", - "start": 1496, - "end": 1511, + "start": 1556, + "end": 1571, "loc": { "start": { "line": 61, @@ -14187,8 +14187,8 @@ "postfix": false, "binop": null }, - "start": 1511, - "end": 1512, + "start": 1571, + "end": 1572, "loc": { "start": { "line": 61, @@ -14213,8 +14213,8 @@ "binop": null }, "value": "option", - "start": 1512, - "end": 1518, + "start": 1572, + "end": 1578, "loc": { "start": { "line": 61, @@ -14239,8 +14239,8 @@ "binop": null, "updateContext": null }, - "start": 1518, - "end": 1519, + "start": 1578, + "end": 1579, "loc": { "start": { "line": 61, @@ -14265,8 +14265,8 @@ "binop": null }, "value": "currentValue", - "start": 1520, - "end": 1532, + "start": 1580, + "end": 1592, "loc": { "start": { "line": 61, @@ -14290,8 +14290,8 @@ "postfix": false, "binop": null }, - "start": 1532, - "end": 1533, + "start": 1592, + "end": 1593, "loc": { "start": { "line": 61, @@ -14315,8 +14315,8 @@ "postfix": false, "binop": null }, - "start": 1534, - "end": 1535, + "start": 1594, + "end": 1595, "loc": { "start": { "line": 61, @@ -14343,8 +14343,8 @@ "updateContext": null }, "value": "if", - "start": 1539, - "end": 1541, + "start": 1600, + "end": 1602, "loc": { "start": { "line": 62, @@ -14368,8 +14368,8 @@ "postfix": false, "binop": null }, - "start": 1542, - "end": 1543, + "start": 1603, + "end": 1604, "loc": { "start": { "line": 62, @@ -14394,8 +14394,8 @@ "binop": null }, "value": "Array", - "start": 1543, - "end": 1548, + "start": 1604, + "end": 1609, "loc": { "start": { "line": 62, @@ -14420,8 +14420,8 @@ "binop": null, "updateContext": null }, - "start": 1548, - "end": 1549, + "start": 1609, + "end": 1610, "loc": { "start": { "line": 62, @@ -14446,8 +14446,8 @@ "binop": null }, "value": "isArray", - "start": 1549, - "end": 1556, + "start": 1610, + "end": 1617, "loc": { "start": { "line": 62, @@ -14471,8 +14471,8 @@ "postfix": false, "binop": null }, - "start": 1556, - "end": 1557, + "start": 1617, + "end": 1618, "loc": { "start": { "line": 62, @@ -14497,8 +14497,8 @@ "binop": null }, "value": "currentValue", - "start": 1557, - "end": 1569, + "start": 1618, + "end": 1630, "loc": { "start": { "line": 62, @@ -14522,8 +14522,8 @@ "postfix": false, "binop": null }, - "start": 1569, - "end": 1570, + "start": 1630, + "end": 1631, "loc": { "start": { "line": 62, @@ -14547,8 +14547,8 @@ "postfix": false, "binop": null }, - "start": 1570, - "end": 1571, + "start": 1631, + "end": 1632, "loc": { "start": { "line": 62, @@ -14572,8 +14572,8 @@ "postfix": false, "binop": null }, - "start": 1572, - "end": 1573, + "start": 1633, + "end": 1634, "loc": { "start": { "line": 62, @@ -14600,8 +14600,8 @@ "updateContext": null }, "value": "return", - "start": 1578, - "end": 1584, + "start": 1640, + "end": 1646, "loc": { "start": { "line": 63, @@ -14626,8 +14626,8 @@ "binop": null }, "value": "currentValue", - "start": 1585, - "end": 1597, + "start": 1647, + "end": 1659, "loc": { "start": { "line": 63, @@ -14652,8 +14652,8 @@ "binop": null, "updateContext": null }, - "start": 1597, - "end": 1598, + "start": 1659, + "end": 1660, "loc": { "start": { "line": 63, @@ -14678,8 +14678,8 @@ "binop": null }, "value": "includes", - "start": 1598, - "end": 1606, + "start": 1660, + "end": 1668, "loc": { "start": { "line": 63, @@ -14703,8 +14703,8 @@ "postfix": false, "binop": null }, - "start": 1606, - "end": 1607, + "start": 1668, + "end": 1669, "loc": { "start": { "line": 63, @@ -14729,8 +14729,8 @@ "binop": null }, "value": "option", - "start": 1607, - "end": 1613, + "start": 1669, + "end": 1675, "loc": { "start": { "line": 63, @@ -14755,8 +14755,8 @@ "binop": null, "updateContext": null }, - "start": 1613, - "end": 1614, + "start": 1675, + "end": 1676, "loc": { "start": { "line": 63, @@ -14781,8 +14781,8 @@ "binop": null }, "value": "value", - "start": 1614, - "end": 1619, + "start": 1676, + "end": 1681, "loc": { "start": { "line": 63, @@ -14806,8 +14806,8 @@ "postfix": false, "binop": null }, - "start": 1619, - "end": 1620, + "start": 1681, + "end": 1682, "loc": { "start": { "line": 63, @@ -14832,8 +14832,8 @@ "binop": null, "updateContext": null }, - "start": 1620, - "end": 1621, + "start": 1682, + "end": 1683, "loc": { "start": { "line": 63, @@ -14857,8 +14857,8 @@ "postfix": false, "binop": null }, - "start": 1625, - "end": 1626, + "start": 1688, + "end": 1689, "loc": { "start": { "line": 64, @@ -14885,8 +14885,8 @@ "updateContext": null }, "value": "return", - "start": 1630, - "end": 1636, + "start": 1694, + "end": 1700, "loc": { "start": { "line": 65, @@ -14911,8 +14911,8 @@ "binop": null }, "value": "option", - "start": 1637, - "end": 1643, + "start": 1701, + "end": 1707, "loc": { "start": { "line": 65, @@ -14937,8 +14937,8 @@ "binop": null, "updateContext": null }, - "start": 1643, - "end": 1644, + "start": 1707, + "end": 1708, "loc": { "start": { "line": 65, @@ -14963,8 +14963,8 @@ "binop": null }, "value": "value", - "start": 1644, - "end": 1649, + "start": 1708, + "end": 1713, "loc": { "start": { "line": 65, @@ -14990,8 +14990,8 @@ "updateContext": null }, "value": "===", - "start": 1650, - "end": 1653, + "start": 1714, + "end": 1717, "loc": { "start": { "line": 65, @@ -15016,8 +15016,8 @@ "binop": null }, "value": "currentValue", - "start": 1654, - "end": 1666, + "start": 1718, + "end": 1730, "loc": { "start": { "line": 65, @@ -15042,8 +15042,8 @@ "binop": null, "updateContext": null }, - "start": 1666, - "end": 1667, + "start": 1730, + "end": 1731, "loc": { "start": { "line": 65, @@ -15067,8 +15067,8 @@ "postfix": false, "binop": null }, - "start": 1670, - "end": 1671, + "start": 1735, + "end": 1736, "loc": { "start": { "line": 66, @@ -15083,8 +15083,8 @@ { "type": "CommentLine", "value": "Fieldsets are rendered recursively.", - "start": 1675, - "end": 1712, + "start": 1742, + "end": 1779, "loc": { "start": { "line": 68, @@ -15111,8 +15111,8 @@ "updateContext": null }, "value": "if", - "start": 1715, - "end": 1717, + "start": 1783, + "end": 1785, "loc": { "start": { "line": 69, @@ -15136,8 +15136,8 @@ "postfix": false, "binop": null }, - "start": 1718, - "end": 1719, + "start": 1786, + "end": 1787, "loc": { "start": { "line": 69, @@ -15163,8 +15163,8 @@ "updateContext": null }, "value": "fieldset", - "start": 1719, - "end": 1729, + "start": 1787, + "end": 1797, "loc": { "start": { "line": 69, @@ -15190,8 +15190,8 @@ "updateContext": null }, "value": "===", - "start": 1730, - "end": 1733, + "start": 1798, + "end": 1801, "loc": { "start": { "line": 69, @@ -15216,8 +15216,8 @@ "binop": null }, "value": "fieldProps", - "start": 1734, - "end": 1744, + "start": 1802, + "end": 1812, "loc": { "start": { "line": 69, @@ -15242,8 +15242,8 @@ "binop": null, "updateContext": null }, - "start": 1744, - "end": 1745, + "start": 1812, + "end": 1813, "loc": { "start": { "line": 69, @@ -15268,8 +15268,8 @@ "binop": null }, "value": "type", - "start": 1745, - "end": 1749, + "start": 1813, + "end": 1817, "loc": { "start": { "line": 69, @@ -15293,8 +15293,8 @@ "postfix": false, "binop": null }, - "start": 1749, - "end": 1750, + "start": 1817, + "end": 1818, "loc": { "start": { "line": 69, @@ -15318,8 +15318,8 @@ "postfix": false, "binop": null }, - "start": 1751, - "end": 1752, + "start": 1819, + "end": 1820, "loc": { "start": { "line": 69, @@ -15346,8 +15346,8 @@ "updateContext": null }, "value": "return", - "start": 1756, - "end": 1762, + "start": 1825, + "end": 1831, "loc": { "start": { "line": 70, @@ -15371,8 +15371,8 @@ "postfix": false, "binop": null }, - "start": 1763, - "end": 1764, + "start": 1832, + "end": 1833, "loc": { "start": { "line": 70, @@ -15396,8 +15396,8 @@ "postfix": false, "binop": null }, - "start": 1769, - "end": 1770, + "start": 1839, + "end": 1840, "loc": { "start": { "line": 71, @@ -15423,8 +15423,8 @@ "updateContext": null }, "value": "fieldset", - "start": 1770, - "end": 1778, + "start": 1840, + "end": 1848, "loc": { "start": { "line": 71, @@ -15450,8 +15450,8 @@ "updateContext": null }, "value": "id", - "start": 1784, - "end": 1786, + "start": 1855, + "end": 1857, "loc": { "start": { "line": 72, @@ -15477,8 +15477,8 @@ "updateContext": null }, "value": "=", - "start": 1786, - "end": 1787, + "start": 1857, + "end": 1858, "loc": { "start": { "line": 72, @@ -15502,8 +15502,8 @@ "postfix": false, "binop": null }, - "start": 1787, - "end": 1788, + "start": 1858, + "end": 1859, "loc": { "start": { "line": 72, @@ -15528,8 +15528,8 @@ "binop": null }, "value": "props", - "start": 1788, - "end": 1793, + "start": 1859, + "end": 1864, "loc": { "start": { "line": 72, @@ -15554,8 +15554,8 @@ "binop": null, "updateContext": null }, - "start": 1793, - "end": 1794, + "start": 1864, + "end": 1865, "loc": { "start": { "line": 72, @@ -15580,8 +15580,8 @@ "binop": null }, "value": "id", - "start": 1794, - "end": 1796, + "start": 1865, + "end": 1867, "loc": { "start": { "line": 72, @@ -15605,8 +15605,8 @@ "postfix": false, "binop": null }, - "start": 1796, - "end": 1797, + "start": 1867, + "end": 1868, "loc": { "start": { "line": 72, @@ -15630,8 +15630,8 @@ "postfix": false, "binop": null }, - "start": 1802, - "end": 1803, + "start": 1874, + "end": 1875, "loc": { "start": { "line": 73, @@ -15657,8 +15657,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 1803, - "end": 1809, + "start": 1875, + "end": 1882, "loc": { "start": { "line": 73, @@ -15682,8 +15682,8 @@ "postfix": false, "binop": null }, - "start": 1809, - "end": 1810, + "start": 1882, + "end": 1883, "loc": { "start": { "line": 74, @@ -15709,8 +15709,8 @@ "updateContext": null }, "value": "legend", - "start": 1810, - "end": 1816, + "start": 1883, + "end": 1889, "loc": { "start": { "line": 74, @@ -15734,8 +15734,8 @@ "postfix": false, "binop": null }, - "start": 1816, - "end": 1817, + "start": 1889, + "end": 1890, "loc": { "start": { "line": 74, @@ -15761,8 +15761,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t\t", - "start": 1817, - "end": 1824, + "start": 1890, + "end": 1898, "loc": { "start": { "line": 74, @@ -15786,8 +15786,8 @@ "postfix": false, "binop": null }, - "start": 1824, - "end": 1825, + "start": 1898, + "end": 1899, "loc": { "start": { "line": 75, @@ -15812,8 +15812,8 @@ "binop": null }, "value": "props", - "start": 1825, - "end": 1830, + "start": 1899, + "end": 1904, "loc": { "start": { "line": 75, @@ -15838,8 +15838,8 @@ "binop": null, "updateContext": null }, - "start": 1830, - "end": 1831, + "start": 1904, + "end": 1905, "loc": { "start": { "line": 75, @@ -15864,8 +15864,8 @@ "binop": null }, "value": "label", - "start": 1831, - "end": 1836, + "start": 1905, + "end": 1910, "loc": { "start": { "line": 75, @@ -15889,8 +15889,8 @@ "postfix": false, "binop": null }, - "start": 1836, - "end": 1837, + "start": 1910, + "end": 1911, "loc": { "start": { "line": 75, @@ -15916,8 +15916,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 1837, - "end": 1843, + "start": 1911, + "end": 1918, "loc": { "start": { "line": 75, @@ -15941,8 +15941,8 @@ "postfix": false, "binop": null }, - "start": 1843, - "end": 1844, + "start": 1918, + "end": 1919, "loc": { "start": { "line": 76, @@ -15968,8 +15968,8 @@ "updateContext": null }, "value": "/", - "start": 1844, - "end": 1845, + "start": 1919, + "end": 1920, "loc": { "start": { "line": 76, @@ -15995,8 +15995,8 @@ "updateContext": null }, "value": "legend", - "start": 1845, - "end": 1851, + "start": 1920, + "end": 1926, "loc": { "start": { "line": 76, @@ -16020,8 +16020,8 @@ "postfix": false, "binop": null }, - "start": 1851, - "end": 1852, + "start": 1926, + "end": 1927, "loc": { "start": { "line": 76, @@ -16047,8 +16047,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 1852, - "end": 1858, + "start": 1927, + "end": 1934, "loc": { "start": { "line": 76, @@ -16072,8 +16072,8 @@ "postfix": false, "binop": null }, - "start": 1858, - "end": 1859, + "start": 1934, + "end": 1935, "loc": { "start": { "line": 77, @@ -16098,8 +16098,8 @@ "binop": null }, "value": "props", - "start": 1859, - "end": 1864, + "start": 1935, + "end": 1940, "loc": { "start": { "line": 77, @@ -16124,8 +16124,8 @@ "binop": null, "updateContext": null }, - "start": 1864, - "end": 1865, + "start": 1940, + "end": 1941, "loc": { "start": { "line": 77, @@ -16150,8 +16150,8 @@ "binop": null }, "value": "options", - "start": 1865, - "end": 1872, + "start": 1941, + "end": 1948, "loc": { "start": { "line": 77, @@ -16176,8 +16176,8 @@ "binop": null, "updateContext": null }, - "start": 1872, - "end": 1873, + "start": 1948, + "end": 1949, "loc": { "start": { "line": 77, @@ -16202,8 +16202,8 @@ "binop": null }, "value": "map", - "start": 1873, - "end": 1876, + "start": 1949, + "end": 1952, "loc": { "start": { "line": 77, @@ -16227,8 +16227,8 @@ "postfix": false, "binop": null }, - "start": 1876, - "end": 1877, + "start": 1952, + "end": 1953, "loc": { "start": { "line": 77, @@ -16253,8 +16253,8 @@ "binop": null }, "value": "option", - "start": 1877, - "end": 1883, + "start": 1953, + "end": 1959, "loc": { "start": { "line": 77, @@ -16279,8 +16279,8 @@ "binop": null, "updateContext": null }, - "start": 1884, - "end": 1886, + "start": 1960, + "end": 1962, "loc": { "start": { "line": 77, @@ -16304,8 +16304,8 @@ "postfix": false, "binop": null }, - "start": 1887, - "end": 1888, + "start": 1963, + "end": 1964, "loc": { "start": { "line": 77, @@ -16320,8 +16320,8 @@ { "type": "CommentLine", "value": "Call this same function, as a regular checkbox", - "start": 1897, - "end": 1945, + "start": 1976, + "end": 2024, "loc": { "start": { "line": 80, @@ -16348,8 +16348,8 @@ "updateContext": null }, "value": "return", - "start": 1952, - "end": 1958, + "start": 2032, + "end": 2038, "loc": { "start": { "line": 81, @@ -16373,8 +16373,8 @@ "postfix": false, "binop": null }, - "start": 1959, - "end": 1960, + "start": 2039, + "end": 2040, "loc": { "start": { "line": 81, @@ -16398,8 +16398,8 @@ "postfix": false, "binop": null }, - "start": 1968, - "end": 1969, + "start": 2049, + "end": 2050, "loc": { "start": { "line": 82, @@ -16425,8 +16425,8 @@ "updateContext": null }, "value": "React", - "start": 1969, - "end": 1974, + "start": 2050, + "end": 2055, "loc": { "start": { "line": 82, @@ -16451,8 +16451,8 @@ "binop": null, "updateContext": null }, - "start": 1974, - "end": 1975, + "start": 2055, + "end": 2056, "loc": { "start": { "line": 82, @@ -16478,8 +16478,8 @@ "updateContext": null }, "value": "Fragment", - "start": 1975, - "end": 1983, + "start": 2056, + "end": 2064, "loc": { "start": { "line": 82, @@ -16505,8 +16505,8 @@ "updateContext": null }, "value": "key", - "start": 1992, - "end": 1995, + "start": 2074, + "end": 2077, "loc": { "start": { "line": 83, @@ -16532,8 +16532,8 @@ "updateContext": null }, "value": "=", - "start": 1995, - "end": 1996, + "start": 2077, + "end": 2078, "loc": { "start": { "line": 83, @@ -16557,8 +16557,8 @@ "postfix": false, "binop": null }, - "start": 1996, - "end": 1997, + "start": 2078, + "end": 2079, "loc": { "start": { "line": 83, @@ -16582,8 +16582,8 @@ "postfix": false, "binop": null }, - "start": 1997, - "end": 1998, + "start": 2079, + "end": 2080, "loc": { "start": { "line": 83, @@ -16609,8 +16609,8 @@ "updateContext": null }, "value": "", - "start": 1998, - "end": 1998, + "start": 2080, + "end": 2080, "loc": { "start": { "line": 83, @@ -16634,8 +16634,8 @@ "postfix": false, "binop": null }, - "start": 1998, - "end": 2000, + "start": 2080, + "end": 2082, "loc": { "start": { "line": 83, @@ -16660,8 +16660,8 @@ "binop": null }, "value": "props", - "start": 2000, - "end": 2005, + "start": 2082, + "end": 2087, "loc": { "start": { "line": 83, @@ -16686,8 +16686,8 @@ "binop": null, "updateContext": null }, - "start": 2005, - "end": 2006, + "start": 2087, + "end": 2088, "loc": { "start": { "line": 83, @@ -16712,8 +16712,8 @@ "binop": null }, "value": "id", - "start": 2006, - "end": 2008, + "start": 2088, + "end": 2090, "loc": { "start": { "line": 83, @@ -16737,8 +16737,8 @@ "postfix": false, "binop": null }, - "start": 2008, - "end": 2009, + "start": 2090, + "end": 2091, "loc": { "start": { "line": 83, @@ -16764,8 +16764,8 @@ "updateContext": null }, "value": "-", - "start": 2009, - "end": 2010, + "start": 2091, + "end": 2092, "loc": { "start": { "line": 83, @@ -16789,8 +16789,8 @@ "postfix": false, "binop": null }, - "start": 2010, - "end": 2012, + "start": 2092, + "end": 2094, "loc": { "start": { "line": 83, @@ -16815,8 +16815,8 @@ "binop": null }, "value": "option", - "start": 2012, - "end": 2018, + "start": 2094, + "end": 2100, "loc": { "start": { "line": 83, @@ -16841,8 +16841,8 @@ "binop": null, "updateContext": null }, - "start": 2018, - "end": 2019, + "start": 2100, + "end": 2101, "loc": { "start": { "line": 83, @@ -16867,8 +16867,8 @@ "binop": null }, "value": "value", - "start": 2019, - "end": 2024, + "start": 2101, + "end": 2106, "loc": { "start": { "line": 83, @@ -16892,8 +16892,8 @@ "postfix": false, "binop": null }, - "start": 2024, - "end": 2025, + "start": 2106, + "end": 2107, "loc": { "start": { "line": 83, @@ -16919,8 +16919,8 @@ "updateContext": null }, "value": "", - "start": 2025, - "end": 2025, + "start": 2107, + "end": 2107, "loc": { "start": { "line": 83, @@ -16944,8 +16944,8 @@ "postfix": false, "binop": null }, - "start": 2025, - "end": 2026, + "start": 2107, + "end": 2108, "loc": { "start": { "line": 83, @@ -16969,8 +16969,8 @@ "postfix": false, "binop": null }, - "start": 2026, - "end": 2027, + "start": 2108, + "end": 2109, "loc": { "start": { "line": 83, @@ -16994,8 +16994,8 @@ "postfix": false, "binop": null }, - "start": 2035, - "end": 2036, + "start": 2118, + "end": 2119, "loc": { "start": { "line": 84, @@ -17021,8 +17021,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t\t\t\t", - "start": 2036, - "end": 2045, + "start": 2119, + "end": 2129, "loc": { "start": { "line": 84, @@ -17046,8 +17046,8 @@ "postfix": false, "binop": null }, - "start": 2045, - "end": 2046, + "start": 2129, + "end": 2130, "loc": { "start": { "line": 85, @@ -17072,8 +17072,8 @@ "binop": null }, "value": "fieldInner", - "start": 2046, - "end": 2056, + "start": 2130, + "end": 2140, "loc": { "start": { "line": 85, @@ -17097,8 +17097,8 @@ "postfix": false, "binop": null }, - "start": 2056, - "end": 2057, + "start": 2140, + "end": 2141, "loc": { "start": { "line": 85, @@ -17122,8 +17122,8 @@ "postfix": false, "binop": null }, - "start": 2057, - "end": 2058, + "start": 2141, + "end": 2142, "loc": { "start": { "line": 85, @@ -17148,8 +17148,8 @@ "binop": null }, "value": "type", - "start": 2068, - "end": 2072, + "start": 2153, + "end": 2157, "loc": { "start": { "line": 86, @@ -17174,8 +17174,8 @@ "binop": null, "updateContext": null }, - "start": 2072, - "end": 2073, + "start": 2157, + "end": 2158, "loc": { "start": { "line": 86, @@ -17201,8 +17201,8 @@ "updateContext": null }, "value": "input", - "start": 2074, - "end": 2081, + "start": 2159, + "end": 2166, "loc": { "start": { "line": 86, @@ -17227,8 +17227,8 @@ "binop": null, "updateContext": null }, - "start": 2081, - "end": 2082, + "start": 2166, + "end": 2167, "loc": { "start": { "line": 86, @@ -17253,8 +17253,8 @@ "binop": null }, "value": "inputType", - "start": 2092, - "end": 2101, + "start": 2178, + "end": 2187, "loc": { "start": { "line": 87, @@ -17279,8 +17279,8 @@ "binop": null, "updateContext": null }, - "start": 2101, - "end": 2102, + "start": 2187, + "end": 2188, "loc": { "start": { "line": 87, @@ -17306,8 +17306,8 @@ "updateContext": null }, "value": "checkbox", - "start": 2103, - "end": 2113, + "start": 2189, + "end": 2199, "loc": { "start": { "line": 87, @@ -17332,8 +17332,8 @@ "binop": null, "updateContext": null }, - "start": 2113, - "end": 2114, + "start": 2199, + "end": 2200, "loc": { "start": { "line": 87, @@ -17358,8 +17358,8 @@ "binop": null }, "value": "id", - "start": 2124, - "end": 2126, + "start": 2211, + "end": 2213, "loc": { "start": { "line": 88, @@ -17384,8 +17384,8 @@ "binop": null, "updateContext": null }, - "start": 2126, - "end": 2127, + "start": 2213, + "end": 2214, "loc": { "start": { "line": 88, @@ -17409,8 +17409,8 @@ "postfix": false, "binop": null }, - "start": 2128, - "end": 2129, + "start": 2215, + "end": 2216, "loc": { "start": { "line": 88, @@ -17436,8 +17436,8 @@ "updateContext": null }, "value": "", - "start": 2129, - "end": 2129, + "start": 2216, + "end": 2216, "loc": { "start": { "line": 88, @@ -17461,8 +17461,8 @@ "postfix": false, "binop": null }, - "start": 2129, - "end": 2131, + "start": 2216, + "end": 2218, "loc": { "start": { "line": 88, @@ -17487,8 +17487,8 @@ "binop": null }, "value": "props", - "start": 2131, - "end": 2136, + "start": 2218, + "end": 2223, "loc": { "start": { "line": 88, @@ -17513,8 +17513,8 @@ "binop": null, "updateContext": null }, - "start": 2136, - "end": 2137, + "start": 2223, + "end": 2224, "loc": { "start": { "line": 88, @@ -17539,8 +17539,8 @@ "binop": null }, "value": "id", - "start": 2137, - "end": 2139, + "start": 2224, + "end": 2226, "loc": { "start": { "line": 88, @@ -17564,8 +17564,8 @@ "postfix": false, "binop": null }, - "start": 2139, - "end": 2140, + "start": 2226, + "end": 2227, "loc": { "start": { "line": 88, @@ -17591,8 +17591,8 @@ "updateContext": null }, "value": "-", - "start": 2140, - "end": 2141, + "start": 2227, + "end": 2228, "loc": { "start": { "line": 88, @@ -17616,8 +17616,8 @@ "postfix": false, "binop": null }, - "start": 2141, - "end": 2143, + "start": 2228, + "end": 2230, "loc": { "start": { "line": 88, @@ -17642,8 +17642,8 @@ "binop": null }, "value": "option", - "start": 2143, - "end": 2149, + "start": 2230, + "end": 2236, "loc": { "start": { "line": 88, @@ -17668,8 +17668,8 @@ "binop": null, "updateContext": null }, - "start": 2149, - "end": 2150, + "start": 2236, + "end": 2237, "loc": { "start": { "line": 88, @@ -17694,8 +17694,8 @@ "binop": null }, "value": "value", - "start": 2150, - "end": 2155, + "start": 2237, + "end": 2242, "loc": { "start": { "line": 88, @@ -17719,8 +17719,8 @@ "postfix": false, "binop": null }, - "start": 2155, - "end": 2156, + "start": 2242, + "end": 2243, "loc": { "start": { "line": 88, @@ -17746,8 +17746,8 @@ "updateContext": null }, "value": "", - "start": 2156, - "end": 2156, + "start": 2243, + "end": 2243, "loc": { "start": { "line": 88, @@ -17771,8 +17771,8 @@ "postfix": false, "binop": null }, - "start": 2156, - "end": 2157, + "start": 2243, + "end": 2244, "loc": { "start": { "line": 88, @@ -17797,8 +17797,8 @@ "binop": null, "updateContext": null }, - "start": 2157, - "end": 2158, + "start": 2244, + "end": 2245, "loc": { "start": { "line": 88, @@ -17823,8 +17823,8 @@ "binop": null }, "value": "value", - "start": 2168, - "end": 2173, + "start": 2256, + "end": 2261, "loc": { "start": { "line": 89, @@ -17849,8 +17849,8 @@ "binop": null, "updateContext": null }, - "start": 2173, - "end": 2174, + "start": 2261, + "end": 2262, "loc": { "start": { "line": 89, @@ -17875,8 +17875,8 @@ "binop": null }, "value": "isCheckedOption", - "start": 2175, - "end": 2190, + "start": 2263, + "end": 2278, "loc": { "start": { "line": 89, @@ -17900,8 +17900,8 @@ "postfix": false, "binop": null }, - "start": 2190, - "end": 2191, + "start": 2278, + "end": 2279, "loc": { "start": { "line": 89, @@ -17926,8 +17926,8 @@ "binop": null }, "value": "option", - "start": 2191, - "end": 2197, + "start": 2279, + "end": 2285, "loc": { "start": { "line": 89, @@ -17952,8 +17952,8 @@ "binop": null, "updateContext": null }, - "start": 2197, - "end": 2198, + "start": 2285, + "end": 2286, "loc": { "start": { "line": 89, @@ -17978,8 +17978,8 @@ "binop": null }, "value": "props", - "start": 2199, - "end": 2204, + "start": 2287, + "end": 2292, "loc": { "start": { "line": 89, @@ -18004,8 +18004,8 @@ "binop": null, "updateContext": null }, - "start": 2204, - "end": 2205, + "start": 2292, + "end": 2293, "loc": { "start": { "line": 89, @@ -18030,8 +18030,8 @@ "binop": null }, "value": "value", - "start": 2205, - "end": 2210, + "start": 2293, + "end": 2298, "loc": { "start": { "line": 89, @@ -18055,8 +18055,8 @@ "postfix": false, "binop": null }, - "start": 2210, - "end": 2211, + "start": 2298, + "end": 2299, "loc": { "start": { "line": 89, @@ -18081,8 +18081,8 @@ "binop": null, "updateContext": null }, - "start": 2211, - "end": 2212, + "start": 2299, + "end": 2300, "loc": { "start": { "line": 89, @@ -18107,8 +18107,8 @@ "binop": null }, "value": "fieldClassName", - "start": 2222, - "end": 2236, + "start": 2311, + "end": 2325, "loc": { "start": { "line": 90, @@ -18133,8 +18133,8 @@ "binop": null, "updateContext": null }, - "start": 2236, - "end": 2237, + "start": 2325, + "end": 2326, "loc": { "start": { "line": 90, @@ -18159,8 +18159,8 @@ "binop": null }, "value": "getFieldClassName", - "start": 2238, - "end": 2255, + "start": 2327, + "end": 2344, "loc": { "start": { "line": 90, @@ -18184,8 +18184,8 @@ "postfix": false, "binop": null }, - "start": 2255, - "end": 2256, + "start": 2344, + "end": 2345, "loc": { "start": { "line": 90, @@ -18209,8 +18209,8 @@ "postfix": false, "binop": null }, - "start": 2256, - "end": 2257, + "start": 2345, + "end": 2346, "loc": { "start": { "line": 90, @@ -18236,8 +18236,8 @@ "updateContext": null }, "value": "fieldset-checkbox", - "start": 2268, - "end": 2287, + "start": 2358, + "end": 2377, "loc": { "start": { "line": 91, @@ -18262,8 +18262,8 @@ "binop": null, "updateContext": null }, - "start": 2287, - "end": 2288, + "start": 2377, + "end": 2378, "loc": { "start": { "line": 91, @@ -18290,8 +18290,8 @@ "updateContext": null }, "value": "true", - "start": 2289, - "end": 2293, + "start": 2379, + "end": 2383, "loc": { "start": { "line": 91, @@ -18316,8 +18316,8 @@ "binop": null, "updateContext": null }, - "start": 2293, - "end": 2294, + "start": 2383, + "end": 2384, "loc": { "start": { "line": 91, @@ -18341,8 +18341,8 @@ "postfix": false, "binop": null }, - "start": 2304, - "end": 2305, + "start": 2395, + "end": 2396, "loc": { "start": { "line": 92, @@ -18366,8 +18366,8 @@ "postfix": false, "binop": null }, - "start": 2305, - "end": 2306, + "start": 2396, + "end": 2397, "loc": { "start": { "line": 92, @@ -18392,8 +18392,8 @@ "binop": null, "updateContext": null }, - "start": 2306, - "end": 2307, + "start": 2397, + "end": 2398, "loc": { "start": { "line": 92, @@ -18418,8 +18418,8 @@ "binop": null }, "value": "label", - "start": 2317, - "end": 2322, + "start": 2409, + "end": 2414, "loc": { "start": { "line": 93, @@ -18444,8 +18444,8 @@ "binop": null, "updateContext": null }, - "start": 2322, - "end": 2323, + "start": 2414, + "end": 2415, "loc": { "start": { "line": 93, @@ -18470,8 +18470,8 @@ "binop": null }, "value": "option", - "start": 2324, - "end": 2330, + "start": 2416, + "end": 2422, "loc": { "start": { "line": 93, @@ -18496,8 +18496,8 @@ "binop": null, "updateContext": null }, - "start": 2330, - "end": 2331, + "start": 2422, + "end": 2423, "loc": { "start": { "line": 93, @@ -18522,8 +18522,8 @@ "binop": null }, "value": "label", - "start": 2331, - "end": 2336, + "start": 2423, + "end": 2428, "loc": { "start": { "line": 93, @@ -18548,8 +18548,8 @@ "binop": null, "updateContext": null }, - "start": 2336, - "end": 2337, + "start": 2428, + "end": 2429, "loc": { "start": { "line": 93, @@ -18574,8 +18574,8 @@ "binop": null }, "value": "disabled", - "start": 2347, - "end": 2355, + "start": 2440, + "end": 2448, "loc": { "start": { "line": 94, @@ -18600,8 +18600,8 @@ "binop": null, "updateContext": null }, - "start": 2355, - "end": 2356, + "start": 2448, + "end": 2449, "loc": { "start": { "line": 94, @@ -18626,8 +18626,8 @@ "binop": null }, "value": "props", - "start": 2357, - "end": 2362, + "start": 2450, + "end": 2455, "loc": { "start": { "line": 94, @@ -18652,8 +18652,8 @@ "binop": null, "updateContext": null }, - "start": 2362, - "end": 2363, + "start": 2455, + "end": 2456, "loc": { "start": { "line": 94, @@ -18678,8 +18678,8 @@ "binop": null }, "value": "disabled", - "start": 2363, - "end": 2371, + "start": 2456, + "end": 2464, "loc": { "start": { "line": 94, @@ -18704,8 +18704,8 @@ "binop": null, "updateContext": null }, - "start": 2371, - "end": 2372, + "start": 2464, + "end": 2465, "loc": { "start": { "line": 94, @@ -18730,8 +18730,8 @@ "binop": null }, "value": "onValueChange", - "start": 2382, - "end": 2395, + "start": 2476, + "end": 2489, "loc": { "start": { "line": 95, @@ -18756,8 +18756,8 @@ "binop": null, "updateContext": null }, - "start": 2395, - "end": 2396, + "start": 2489, + "end": 2490, "loc": { "start": { "line": 95, @@ -18781,8 +18781,8 @@ "postfix": false, "binop": null }, - "start": 2397, - "end": 2398, + "start": 2491, + "end": 2492, "loc": { "start": { "line": 95, @@ -18806,8 +18806,8 @@ "postfix": false, "binop": null }, - "start": 2398, - "end": 2399, + "start": 2492, + "end": 2493, "loc": { "start": { "line": 95, @@ -18832,8 +18832,8 @@ "binop": null, "updateContext": null }, - "start": 2400, - "end": 2402, + "start": 2494, + "end": 2496, "loc": { "start": { "line": 95, @@ -18858,8 +18858,8 @@ "binop": null }, "value": "fieldsetCheckboxHandler", - "start": 2403, - "end": 2426, + "start": 2497, + "end": 2520, "loc": { "start": { "line": 95, @@ -18883,8 +18883,8 @@ "postfix": false, "binop": null }, - "start": 2426, - "end": 2427, + "start": 2520, + "end": 2521, "loc": { "start": { "line": 95, @@ -18909,8 +18909,8 @@ "binop": null }, "value": "option", - "start": 2427, - "end": 2433, + "start": 2521, + "end": 2527, "loc": { "start": { "line": 95, @@ -18935,8 +18935,8 @@ "binop": null, "updateContext": null }, - "start": 2433, - "end": 2434, + "start": 2527, + "end": 2528, "loc": { "start": { "line": 95, @@ -18961,8 +18961,8 @@ "binop": null }, "value": "props", - "start": 2435, - "end": 2440, + "start": 2529, + "end": 2534, "loc": { "start": { "line": 95, @@ -18987,8 +18987,8 @@ "binop": null, "updateContext": null }, - "start": 2440, - "end": 2441, + "start": 2534, + "end": 2535, "loc": { "start": { "line": 95, @@ -19013,8 +19013,8 @@ "binop": null }, "value": "values", - "start": 2441, - "end": 2447, + "start": 2535, + "end": 2541, "loc": { "start": { "line": 95, @@ -19039,8 +19039,8 @@ "binop": null, "updateContext": null }, - "start": 2447, - "end": 2448, + "start": 2541, + "end": 2542, "loc": { "start": { "line": 95, @@ -19065,8 +19065,8 @@ "binop": null }, "value": "props", - "start": 2449, - "end": 2454, + "start": 2543, + "end": 2548, "loc": { "start": { "line": 95, @@ -19091,8 +19091,8 @@ "binop": null, "updateContext": null }, - "start": 2454, - "end": 2455, + "start": 2548, + "end": 2549, "loc": { "start": { "line": 95, @@ -19117,8 +19117,8 @@ "binop": null }, "value": "onValueChange", - "start": 2455, - "end": 2468, + "start": 2549, + "end": 2562, "loc": { "start": { "line": 95, @@ -19142,8 +19142,8 @@ "postfix": false, "binop": null }, - "start": 2468, - "end": 2469, + "start": 2562, + "end": 2563, "loc": { "start": { "line": 95, @@ -19168,8 +19168,8 @@ "binop": null, "updateContext": null }, - "start": 2469, - "end": 2470, + "start": 2563, + "end": 2564, "loc": { "start": { "line": 95, @@ -19194,8 +19194,8 @@ "binop": null }, "value": "onBlur", - "start": 2480, - "end": 2486, + "start": 2575, + "end": 2581, "loc": { "start": { "line": 96, @@ -19220,8 +19220,8 @@ "binop": null, "updateContext": null }, - "start": 2486, - "end": 2487, + "start": 2581, + "end": 2582, "loc": { "start": { "line": 96, @@ -19246,8 +19246,8 @@ "binop": null }, "value": "props", - "start": 2488, - "end": 2493, + "start": 2583, + "end": 2588, "loc": { "start": { "line": 96, @@ -19272,8 +19272,8 @@ "binop": null, "updateContext": null }, - "start": 2493, - "end": 2494, + "start": 2588, + "end": 2589, "loc": { "start": { "line": 96, @@ -19298,8 +19298,8 @@ "binop": null }, "value": "onBlur", - "start": 2494, - "end": 2500, + "start": 2589, + "end": 2595, "loc": { "start": { "line": 96, @@ -19324,8 +19324,8 @@ "binop": null, "updateContext": null }, - "start": 2500, - "end": 2501, + "start": 2595, + "end": 2596, "loc": { "start": { "line": 96, @@ -19350,8 +19350,8 @@ "binop": null }, "value": "onFocus", - "start": 2511, - "end": 2518, + "start": 2607, + "end": 2614, "loc": { "start": { "line": 97, @@ -19376,8 +19376,8 @@ "binop": null, "updateContext": null }, - "start": 2518, - "end": 2519, + "start": 2614, + "end": 2615, "loc": { "start": { "line": 97, @@ -19402,8 +19402,8 @@ "binop": null }, "value": "props", - "start": 2520, - "end": 2525, + "start": 2616, + "end": 2621, "loc": { "start": { "line": 97, @@ -19428,8 +19428,8 @@ "binop": null, "updateContext": null }, - "start": 2525, - "end": 2526, + "start": 2621, + "end": 2622, "loc": { "start": { "line": 97, @@ -19454,8 +19454,8 @@ "binop": null }, "value": "onFocus", - "start": 2526, - "end": 2533, + "start": 2622, + "end": 2629, "loc": { "start": { "line": 97, @@ -19479,8 +19479,8 @@ "postfix": false, "binop": null }, - "start": 2542, - "end": 2543, + "start": 2639, + "end": 2640, "loc": { "start": { "line": 98, @@ -19504,8 +19504,8 @@ "postfix": false, "binop": null }, - "start": 2543, - "end": 2544, + "start": 2640, + "end": 2641, "loc": { "start": { "line": 98, @@ -19529,8 +19529,8 @@ "postfix": false, "binop": null }, - "start": 2544, - "end": 2545, + "start": 2641, + "end": 2642, "loc": { "start": { "line": 98, @@ -19556,8 +19556,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t\t\t", - "start": 2545, - "end": 2553, + "start": 2642, + "end": 2651, "loc": { "start": { "line": 98, @@ -19581,8 +19581,8 @@ "postfix": false, "binop": null }, - "start": 2553, - "end": 2554, + "start": 2651, + "end": 2652, "loc": { "start": { "line": 99, @@ -19608,8 +19608,8 @@ "updateContext": null }, "value": "/", - "start": 2554, - "end": 2555, + "start": 2652, + "end": 2653, "loc": { "start": { "line": 99, @@ -19635,8 +19635,8 @@ "updateContext": null }, "value": "React", - "start": 2555, - "end": 2560, + "start": 2653, + "end": 2658, "loc": { "start": { "line": 99, @@ -19661,8 +19661,8 @@ "binop": null, "updateContext": null }, - "start": 2560, - "end": 2561, + "start": 2658, + "end": 2659, "loc": { "start": { "line": 99, @@ -19688,8 +19688,8 @@ "updateContext": null }, "value": "Fragment", - "start": 2561, - "end": 2569, + "start": 2659, + "end": 2667, "loc": { "start": { "line": 99, @@ -19713,8 +19713,8 @@ "postfix": false, "binop": null }, - "start": 2569, - "end": 2570, + "start": 2667, + "end": 2668, "loc": { "start": { "line": 99, @@ -19738,8 +19738,8 @@ "postfix": false, "binop": null }, - "start": 2577, - "end": 2578, + "start": 2676, + "end": 2677, "loc": { "start": { "line": 100, @@ -19764,8 +19764,8 @@ "binop": null, "updateContext": null }, - "start": 2578, - "end": 2579, + "start": 2677, + "end": 2678, "loc": { "start": { "line": 100, @@ -19789,8 +19789,8 @@ "postfix": false, "binop": null }, - "start": 2585, - "end": 2586, + "start": 2685, + "end": 2686, "loc": { "start": { "line": 101, @@ -19814,8 +19814,8 @@ "postfix": false, "binop": null }, - "start": 2586, - "end": 2587, + "start": 2686, + "end": 2687, "loc": { "start": { "line": 101, @@ -19839,8 +19839,8 @@ "postfix": false, "binop": null }, - "start": 2587, - "end": 2588, + "start": 2687, + "end": 2688, "loc": { "start": { "line": 101, @@ -19866,8 +19866,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 2588, - "end": 2593, + "start": 2688, + "end": 2694, "loc": { "start": { "line": 101, @@ -19891,8 +19891,8 @@ "postfix": false, "binop": null }, - "start": 2593, - "end": 2594, + "start": 2694, + "end": 2695, "loc": { "start": { "line": 102, @@ -19918,8 +19918,8 @@ "updateContext": null }, "value": "/", - "start": 2594, - "end": 2595, + "start": 2695, + "end": 2696, "loc": { "start": { "line": 102, @@ -19945,8 +19945,8 @@ "updateContext": null }, "value": "fieldset", - "start": 2595, - "end": 2603, + "start": 2696, + "end": 2704, "loc": { "start": { "line": 102, @@ -19970,8 +19970,8 @@ "postfix": false, "binop": null }, - "start": 2603, - "end": 2604, + "start": 2704, + "end": 2705, "loc": { "start": { "line": 102, @@ -19995,8 +19995,8 @@ "postfix": false, "binop": null }, - "start": 2608, - "end": 2609, + "start": 2710, + "end": 2711, "loc": { "start": { "line": 103, @@ -20021,8 +20021,8 @@ "binop": null, "updateContext": null }, - "start": 2609, - "end": 2610, + "start": 2711, + "end": 2712, "loc": { "start": { "line": 103, @@ -20046,8 +20046,8 @@ "postfix": false, "binop": null }, - "start": 2613, - "end": 2614, + "start": 2716, + "end": 2717, "loc": { "start": { "line": 104, @@ -20074,8 +20074,8 @@ "updateContext": null }, "value": "else", - "start": 2615, - "end": 2619, + "start": 2718, + "end": 2722, "loc": { "start": { "line": 104, @@ -20102,8 +20102,8 @@ "updateContext": null }, "value": "if", - "start": 2620, - "end": 2622, + "start": 2723, + "end": 2725, "loc": { "start": { "line": 104, @@ -20127,8 +20127,8 @@ "postfix": false, "binop": null }, - "start": 2623, - "end": 2624, + "start": 2726, + "end": 2727, "loc": { "start": { "line": 104, @@ -20154,8 +20154,8 @@ "updateContext": null }, "value": "hidden", - "start": 2624, - "end": 2632, + "start": 2727, + "end": 2735, "loc": { "start": { "line": 104, @@ -20181,8 +20181,8 @@ "updateContext": null }, "value": "===", - "start": 2633, - "end": 2636, + "start": 2736, + "end": 2739, "loc": { "start": { "line": 104, @@ -20207,8 +20207,8 @@ "binop": null }, "value": "fieldProps", - "start": 2637, - "end": 2647, + "start": 2740, + "end": 2750, "loc": { "start": { "line": 104, @@ -20233,8 +20233,8 @@ "binop": null, "updateContext": null }, - "start": 2647, - "end": 2648, + "start": 2750, + "end": 2751, "loc": { "start": { "line": 104, @@ -20259,8 +20259,8 @@ "binop": null }, "value": "inputType", - "start": 2648, - "end": 2657, + "start": 2751, + "end": 2760, "loc": { "start": { "line": 104, @@ -20284,8 +20284,8 @@ "postfix": false, "binop": null }, - "start": 2657, - "end": 2658, + "start": 2760, + "end": 2761, "loc": { "start": { "line": 104, @@ -20309,8 +20309,8 @@ "postfix": false, "binop": null }, - "start": 2659, - "end": 2660, + "start": 2762, + "end": 2763, "loc": { "start": { "line": 104, @@ -20337,8 +20337,8 @@ "updateContext": null }, "value": "return", - "start": 2664, - "end": 2670, + "start": 2768, + "end": 2774, "loc": { "start": { "line": 105, @@ -20362,8 +20362,8 @@ "postfix": false, "binop": null }, - "start": 2671, - "end": 2672, + "start": 2775, + "end": 2776, "loc": { "start": { "line": 105, @@ -20388,8 +20388,8 @@ "binop": null }, "value": "FieldInner", - "start": 2677, - "end": 2687, + "start": 2782, + "end": 2792, "loc": { "start": { "line": 106, @@ -20413,8 +20413,8 @@ "postfix": false, "binop": null }, - "start": 2687, - "end": 2688, + "start": 2792, + "end": 2793, "loc": { "start": { "line": 106, @@ -20438,8 +20438,8 @@ "postfix": false, "binop": null }, - "start": 2694, - "end": 2695, + "start": 2800, + "end": 2801, "loc": { "start": { "line": 107, @@ -20464,8 +20464,8 @@ "binop": null }, "value": "type", - "start": 2702, - "end": 2706, + "start": 2809, + "end": 2813, "loc": { "start": { "line": 108, @@ -20490,8 +20490,8 @@ "binop": null, "updateContext": null }, - "start": 2706, - "end": 2707, + "start": 2813, + "end": 2814, "loc": { "start": { "line": 108, @@ -20516,8 +20516,8 @@ "binop": null }, "value": "props", - "start": 2708, - "end": 2713, + "start": 2815, + "end": 2820, "loc": { "start": { "line": 108, @@ -20542,8 +20542,8 @@ "binop": null, "updateContext": null }, - "start": 2713, - "end": 2714, + "start": 2820, + "end": 2821, "loc": { "start": { "line": 108, @@ -20568,8 +20568,8 @@ "binop": null }, "value": "type", - "start": 2714, - "end": 2718, + "start": 2821, + "end": 2825, "loc": { "start": { "line": 108, @@ -20594,8 +20594,8 @@ "binop": null, "updateContext": null }, - "start": 2718, - "end": 2719, + "start": 2825, + "end": 2826, "loc": { "start": { "line": 108, @@ -20620,8 +20620,8 @@ "binop": null }, "value": "id", - "start": 2726, - "end": 2728, + "start": 2834, + "end": 2836, "loc": { "start": { "line": 109, @@ -20646,8 +20646,8 @@ "binop": null, "updateContext": null }, - "start": 2728, - "end": 2729, + "start": 2836, + "end": 2837, "loc": { "start": { "line": 109, @@ -20672,8 +20672,8 @@ "binop": null }, "value": "props", - "start": 2730, - "end": 2735, + "start": 2838, + "end": 2843, "loc": { "start": { "line": 109, @@ -20698,8 +20698,8 @@ "binop": null, "updateContext": null }, - "start": 2735, - "end": 2736, + "start": 2843, + "end": 2844, "loc": { "start": { "line": 109, @@ -20724,8 +20724,8 @@ "binop": null }, "value": "id", - "start": 2736, - "end": 2738, + "start": 2844, + "end": 2846, "loc": { "start": { "line": 109, @@ -20750,8 +20750,8 @@ "binop": null, "updateContext": null }, - "start": 2738, - "end": 2739, + "start": 2846, + "end": 2847, "loc": { "start": { "line": 109, @@ -20776,8 +20776,8 @@ "binop": null }, "value": "fieldClassName", - "start": 2746, - "end": 2760, + "start": 2855, + "end": 2869, "loc": { "start": { "line": 110, @@ -20802,8 +20802,8 @@ "binop": null, "updateContext": null }, - "start": 2760, - "end": 2761, + "start": 2869, + "end": 2870, "loc": { "start": { "line": 110, @@ -20828,8 +20828,8 @@ "binop": null }, "value": "getFieldClassName", - "start": 2762, - "end": 2779, + "start": 2871, + "end": 2888, "loc": { "start": { "line": 110, @@ -20853,8 +20853,8 @@ "postfix": false, "binop": null }, - "start": 2779, - "end": 2780, + "start": 2888, + "end": 2889, "loc": { "start": { "line": 110, @@ -20878,8 +20878,8 @@ "postfix": false, "binop": null }, - "start": 2780, - "end": 2781, + "start": 2889, + "end": 2890, "loc": { "start": { "line": 110, @@ -20904,8 +20904,8 @@ "binop": null, "updateContext": null }, - "start": 2781, - "end": 2782, + "start": 2890, + "end": 2891, "loc": { "start": { "line": 110, @@ -20930,8 +20930,8 @@ "binop": null }, "value": "value", - "start": 2789, - "end": 2794, + "start": 2899, + "end": 2904, "loc": { "start": { "line": 111, @@ -20956,8 +20956,8 @@ "binop": null, "updateContext": null }, - "start": 2794, - "end": 2795, + "start": 2904, + "end": 2905, "loc": { "start": { "line": 111, @@ -20982,8 +20982,8 @@ "binop": null }, "value": "fieldProps", - "start": 2796, - "end": 2806, + "start": 2906, + "end": 2916, "loc": { "start": { "line": 111, @@ -21008,8 +21008,8 @@ "binop": null, "updateContext": null }, - "start": 2806, - "end": 2807, + "start": 2916, + "end": 2917, "loc": { "start": { "line": 111, @@ -21034,8 +21034,8 @@ "binop": null }, "value": "value", - "start": 2807, - "end": 2812, + "start": 2917, + "end": 2922, "loc": { "start": { "line": 111, @@ -21060,8 +21060,8 @@ "binop": null, "updateContext": null }, - "start": 2812, - "end": 2813, + "start": 2922, + "end": 2923, "loc": { "start": { "line": 111, @@ -21086,8 +21086,8 @@ "binop": null }, "value": "onValueChange", - "start": 2820, - "end": 2833, + "start": 2931, + "end": 2944, "loc": { "start": { "line": 112, @@ -21112,8 +21112,8 @@ "binop": null, "updateContext": null }, - "start": 2833, - "end": 2834, + "start": 2944, + "end": 2945, "loc": { "start": { "line": 112, @@ -21138,8 +21138,8 @@ "binop": null }, "value": "fieldProps", - "start": 2835, - "end": 2845, + "start": 2946, + "end": 2956, "loc": { "start": { "line": 112, @@ -21164,8 +21164,8 @@ "binop": null, "updateContext": null }, - "start": 2845, - "end": 2846, + "start": 2956, + "end": 2957, "loc": { "start": { "line": 112, @@ -21190,8 +21190,8 @@ "binop": null }, "value": "onValueChange", - "start": 2846, - "end": 2859, + "start": 2957, + "end": 2970, "loc": { "start": { "line": 112, @@ -21216,8 +21216,8 @@ "binop": null, "updateContext": null }, - "start": 2859, - "end": 2860, + "start": 2970, + "end": 2971, "loc": { "start": { "line": 112, @@ -21242,8 +21242,8 @@ "binop": null }, "value": "inputType", - "start": 2867, - "end": 2876, + "start": 2979, + "end": 2988, "loc": { "start": { "line": 113, @@ -21268,8 +21268,8 @@ "binop": null, "updateContext": null }, - "start": 2876, - "end": 2877, + "start": 2988, + "end": 2989, "loc": { "start": { "line": 113, @@ -21294,8 +21294,8 @@ "binop": null }, "value": "fieldProps", - "start": 2878, - "end": 2888, + "start": 2990, + "end": 3000, "loc": { "start": { "line": 113, @@ -21320,8 +21320,8 @@ "binop": null, "updateContext": null }, - "start": 2888, - "end": 2889, + "start": 3000, + "end": 3001, "loc": { "start": { "line": 113, @@ -21346,8 +21346,8 @@ "binop": null }, "value": "inputType", - "start": 2889, - "end": 2898, + "start": 3001, + "end": 3010, "loc": { "start": { "line": 113, @@ -21372,8 +21372,8 @@ "binop": null, "updateContext": null }, - "start": 2898, - "end": 2899, + "start": 3010, + "end": 3011, "loc": { "start": { "line": 113, @@ -21398,8 +21398,8 @@ "binop": null }, "value": "disabled", - "start": 2906, - "end": 2914, + "start": 3019, + "end": 3027, "loc": { "start": { "line": 114, @@ -21424,8 +21424,8 @@ "binop": null, "updateContext": null }, - "start": 2914, - "end": 2915, + "start": 3027, + "end": 3028, "loc": { "start": { "line": 114, @@ -21450,8 +21450,8 @@ "binop": null }, "value": "props", - "start": 2916, - "end": 2921, + "start": 3029, + "end": 3034, "loc": { "start": { "line": 114, @@ -21476,8 +21476,8 @@ "binop": null, "updateContext": null }, - "start": 2921, - "end": 2922, + "start": 3034, + "end": 3035, "loc": { "start": { "line": 114, @@ -21502,8 +21502,8 @@ "binop": null }, "value": "disabled", - "start": 2922, - "end": 2930, + "start": 3035, + "end": 3043, "loc": { "start": { "line": 114, @@ -21528,8 +21528,8 @@ "binop": null, "updateContext": null }, - "start": 2930, - "end": 2931, + "start": 3043, + "end": 3044, "loc": { "start": { "line": 114, @@ -21554,8 +21554,8 @@ "binop": null }, "value": "onBlur", - "start": 2938, - "end": 2944, + "start": 3052, + "end": 3058, "loc": { "start": { "line": 115, @@ -21580,8 +21580,8 @@ "binop": null, "updateContext": null }, - "start": 2944, - "end": 2945, + "start": 3058, + "end": 3059, "loc": { "start": { "line": 115, @@ -21606,8 +21606,8 @@ "binop": null }, "value": "props", - "start": 2946, - "end": 2951, + "start": 3060, + "end": 3065, "loc": { "start": { "line": 115, @@ -21632,8 +21632,8 @@ "binop": null, "updateContext": null }, - "start": 2951, - "end": 2952, + "start": 3065, + "end": 3066, "loc": { "start": { "line": 115, @@ -21658,8 +21658,8 @@ "binop": null }, "value": "onBlur", - "start": 2952, - "end": 2958, + "start": 3066, + "end": 3072, "loc": { "start": { "line": 115, @@ -21684,8 +21684,8 @@ "binop": null, "updateContext": null }, - "start": 2958, - "end": 2959, + "start": 3072, + "end": 3073, "loc": { "start": { "line": 115, @@ -21710,8 +21710,8 @@ "binop": null }, "value": "onFocus", - "start": 2966, - "end": 2973, + "start": 3081, + "end": 3088, "loc": { "start": { "line": 116, @@ -21736,8 +21736,8 @@ "binop": null, "updateContext": null }, - "start": 2973, - "end": 2974, + "start": 3088, + "end": 3089, "loc": { "start": { "line": 116, @@ -21762,8 +21762,8 @@ "binop": null }, "value": "props", - "start": 2975, - "end": 2980, + "start": 3090, + "end": 3095, "loc": { "start": { "line": 116, @@ -21788,8 +21788,8 @@ "binop": null, "updateContext": null }, - "start": 2980, - "end": 2981, + "start": 3095, + "end": 3096, "loc": { "start": { "line": 116, @@ -21814,8 +21814,8 @@ "binop": null }, "value": "onFocus", - "start": 2981, - "end": 2988, + "start": 3096, + "end": 3103, "loc": { "start": { "line": 116, @@ -21839,8 +21839,8 @@ "postfix": false, "binop": null }, - "start": 2994, - "end": 2995, + "start": 3110, + "end": 3111, "loc": { "start": { "line": 117, @@ -21864,8 +21864,8 @@ "postfix": false, "binop": null }, - "start": 3000, - "end": 3001, + "start": 3117, + "end": 3118, "loc": { "start": { "line": 118, @@ -21889,8 +21889,8 @@ "postfix": false, "binop": null }, - "start": 3005, - "end": 3006, + "start": 3123, + "end": 3124, "loc": { "start": { "line": 119, @@ -21915,8 +21915,8 @@ "binop": null, "updateContext": null }, - "start": 3006, - "end": 3007, + "start": 3124, + "end": 3125, "loc": { "start": { "line": 119, @@ -21940,8 +21940,8 @@ "postfix": false, "binop": null }, - "start": 3010, - "end": 3011, + "start": 3129, + "end": 3130, "loc": { "start": { "line": 120, @@ -21968,8 +21968,8 @@ "updateContext": null }, "value": "else", - "start": 3012, - "end": 3016, + "start": 3131, + "end": 3135, "loc": { "start": { "line": 120, @@ -21993,8 +21993,8 @@ "postfix": false, "binop": null }, - "start": 3017, - "end": 3018, + "start": 3136, + "end": 3137, "loc": { "start": { "line": 120, @@ -22021,8 +22021,8 @@ "updateContext": null }, "value": "return", - "start": 3022, - "end": 3028, + "start": 3142, + "end": 3148, "loc": { "start": { "line": 121, @@ -22046,8 +22046,8 @@ "postfix": false, "binop": null }, - "start": 3029, - "end": 3030, + "start": 3149, + "end": 3150, "loc": { "start": { "line": 121, @@ -22071,8 +22071,8 @@ "postfix": false, "binop": null }, - "start": 3035, - "end": 3036, + "start": 3156, + "end": 3157, "loc": { "start": { "line": 122, @@ -22098,8 +22098,8 @@ "updateContext": null }, "value": "div", - "start": 3036, - "end": 3039, + "start": 3157, + "end": 3160, "loc": { "start": { "line": 122, @@ -22125,8 +22125,8 @@ "updateContext": null }, "value": "className", - "start": 3045, - "end": 3054, + "start": 3167, + "end": 3176, "loc": { "start": { "line": 123, @@ -22152,8 +22152,8 @@ "updateContext": null }, "value": "=", - "start": 3054, - "end": 3055, + "start": 3176, + "end": 3177, "loc": { "start": { "line": 123, @@ -22177,8 +22177,8 @@ "postfix": false, "binop": null }, - "start": 3055, - "end": 3056, + "start": 3177, + "end": 3178, "loc": { "start": { "line": 123, @@ -22203,8 +22203,8 @@ "binop": null }, "value": "RenderGroup", - "start": 3056, - "end": 3067, + "start": 3178, + "end": 3189, "loc": { "start": { "line": 123, @@ -22229,8 +22229,8 @@ "binop": null, "updateContext": null }, - "start": 3067, - "end": 3068, + "start": 3189, + "end": 3190, "loc": { "start": { "line": 123, @@ -22255,8 +22255,8 @@ "binop": null }, "value": "classNames", - "start": 3068, - "end": 3078, + "start": 3190, + "end": 3200, "loc": { "start": { "line": 123, @@ -22281,8 +22281,8 @@ "binop": null, "updateContext": null }, - "start": 3078, - "end": 3079, + "start": 3200, + "end": 3201, "loc": { "start": { "line": 123, @@ -22307,8 +22307,8 @@ "binop": null }, "value": "fieldWrapper", - "start": 3079, - "end": 3091, + "start": 3201, + "end": 3213, "loc": { "start": { "line": 123, @@ -22332,8 +22332,8 @@ "postfix": false, "binop": null }, - "start": 3091, - "end": 3092, + "start": 3213, + "end": 3214, "loc": { "start": { "line": 123, @@ -22357,8 +22357,8 @@ "postfix": false, "binop": null }, - "start": 3097, - "end": 3098, + "start": 3220, + "end": 3221, "loc": { "start": { "line": 124, @@ -22384,8 +22384,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 3098, - "end": 3104, + "start": 3221, + "end": 3228, "loc": { "start": { "line": 124, @@ -22409,8 +22409,8 @@ "postfix": false, "binop": null }, - "start": 3104, - "end": 3105, + "start": 3228, + "end": 3229, "loc": { "start": { "line": 125, @@ -22436,8 +22436,8 @@ "updateContext": null }, "value": "FieldGroup", - "start": 3105, - "end": 3115, + "start": 3229, + "end": 3239, "loc": { "start": { "line": 125, @@ -22462,8 +22462,8 @@ "binop": null, "updateContext": null }, - "start": 3115, - "end": 3116, + "start": 3239, + "end": 3240, "loc": { "start": { "line": 125, @@ -22489,8 +22489,8 @@ "updateContext": null }, "value": "Label", - "start": 3116, - "end": 3121, + "start": 3240, + "end": 3245, "loc": { "start": { "line": 125, @@ -22516,8 +22516,8 @@ "updateContext": null }, "value": "id", - "start": 3122, - "end": 3124, + "start": 3246, + "end": 3248, "loc": { "start": { "line": 125, @@ -22543,8 +22543,8 @@ "updateContext": null }, "value": "=", - "start": 3124, - "end": 3125, + "start": 3248, + "end": 3249, "loc": { "start": { "line": 125, @@ -22568,8 +22568,8 @@ "postfix": false, "binop": null }, - "start": 3125, - "end": 3126, + "start": 3249, + "end": 3250, "loc": { "start": { "line": 125, @@ -22594,8 +22594,8 @@ "binop": null }, "value": "fieldProps", - "start": 3126, - "end": 3136, + "start": 3250, + "end": 3260, "loc": { "start": { "line": 125, @@ -22620,8 +22620,8 @@ "binop": null, "updateContext": null }, - "start": 3136, - "end": 3137, + "start": 3260, + "end": 3261, "loc": { "start": { "line": 125, @@ -22646,8 +22646,8 @@ "binop": null }, "value": "id", - "start": 3137, - "end": 3139, + "start": 3261, + "end": 3263, "loc": { "start": { "line": 125, @@ -22671,8 +22671,8 @@ "postfix": false, "binop": null }, - "start": 3139, - "end": 3140, + "start": 3263, + "end": 3264, "loc": { "start": { "line": 125, @@ -22698,8 +22698,8 @@ "updateContext": null }, "value": "label", - "start": 3141, - "end": 3146, + "start": 3265, + "end": 3270, "loc": { "start": { "line": 125, @@ -22725,8 +22725,8 @@ "updateContext": null }, "value": "=", - "start": 3146, - "end": 3147, + "start": 3270, + "end": 3271, "loc": { "start": { "line": 125, @@ -22750,8 +22750,8 @@ "postfix": false, "binop": null }, - "start": 3147, - "end": 3148, + "start": 3271, + "end": 3272, "loc": { "start": { "line": 125, @@ -22776,8 +22776,8 @@ "binop": null }, "value": "fieldProps", - "start": 3148, - "end": 3158, + "start": 3272, + "end": 3282, "loc": { "start": { "line": 125, @@ -22802,8 +22802,8 @@ "binop": null, "updateContext": null }, - "start": 3158, - "end": 3159, + "start": 3282, + "end": 3283, "loc": { "start": { "line": 125, @@ -22828,8 +22828,8 @@ "binop": null }, "value": "label", - "start": 3159, - "end": 3164, + "start": 3283, + "end": 3288, "loc": { "start": { "line": 125, @@ -22853,8 +22853,8 @@ "postfix": false, "binop": null }, - "start": 3164, - "end": 3165, + "start": 3288, + "end": 3289, "loc": { "start": { "line": 125, @@ -22880,8 +22880,8 @@ "updateContext": null }, "value": "/", - "start": 3166, - "end": 3167, + "start": 3290, + "end": 3291, "loc": { "start": { "line": 125, @@ -22905,8 +22905,8 @@ "postfix": false, "binop": null }, - "start": 3167, - "end": 3168, + "start": 3291, + "end": 3292, "loc": { "start": { "line": 125, @@ -22932,8 +22932,8 @@ "updateContext": null }, "value": "\n\n\t\t\t\t\t", - "start": 3168, - "end": 3175, + "start": 3292, + "end": 3301, "loc": { "start": { "line": 125, @@ -22957,8 +22957,8 @@ "postfix": false, "binop": null }, - "start": 3175, - "end": 3176, + "start": 3301, + "end": 3302, "loc": { "start": { "line": 127, @@ -22984,8 +22984,8 @@ "updateContext": null }, "value": "Message", - "start": 3176, - "end": 3183, + "start": 3302, + "end": 3309, "loc": { "start": { "line": 127, @@ -23011,8 +23011,8 @@ "updateContext": null }, "value": "message", - "start": 3190, - "end": 3197, + "start": 3317, + "end": 3324, "loc": { "start": { "line": 128, @@ -23038,8 +23038,8 @@ "updateContext": null }, "value": "=", - "start": 3197, - "end": 3198, + "start": 3324, + "end": 3325, "loc": { "start": { "line": 128, @@ -23063,8 +23063,8 @@ "postfix": false, "binop": null }, - "start": 3198, - "end": 3199, + "start": 3325, + "end": 3326, "loc": { "start": { "line": 128, @@ -23089,8 +23089,8 @@ "binop": null }, "value": "message", - "start": 3199, - "end": 3206, + "start": 3326, + "end": 3333, "loc": { "start": { "line": 128, @@ -23114,8 +23114,8 @@ "postfix": false, "binop": null }, - "start": 3206, - "end": 3207, + "start": 3333, + "end": 3334, "loc": { "start": { "line": 128, @@ -23141,8 +23141,8 @@ "updateContext": null }, "value": "/", - "start": 3213, - "end": 3214, + "start": 3341, + "end": 3342, "loc": { "start": { "line": 129, @@ -23166,8 +23166,8 @@ "postfix": false, "binop": null }, - "start": 3214, - "end": 3215, + "start": 3342, + "end": 3343, "loc": { "start": { "line": 129, @@ -23193,8 +23193,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 3215, - "end": 3221, + "start": 3343, + "end": 3350, "loc": { "start": { "line": 129, @@ -23218,8 +23218,8 @@ "postfix": false, "binop": null }, - "start": 3221, - "end": 3222, + "start": 3350, + "end": 3351, "loc": { "start": { "line": 130, @@ -23244,8 +23244,8 @@ "binop": null }, "value": "FieldInner", - "start": 3222, - "end": 3232, + "start": 3351, + "end": 3361, "loc": { "start": { "line": 130, @@ -23269,8 +23269,8 @@ "postfix": false, "binop": null }, - "start": 3232, - "end": 3233, + "start": 3361, + "end": 3362, "loc": { "start": { "line": 130, @@ -23294,8 +23294,8 @@ "postfix": false, "binop": null }, - "start": 3240, - "end": 3241, + "start": 3370, + "end": 3371, "loc": { "start": { "line": 131, @@ -23320,8 +23320,8 @@ "binop": null }, "value": "type", - "start": 3249, - "end": 3253, + "start": 3380, + "end": 3384, "loc": { "start": { "line": 132, @@ -23346,8 +23346,8 @@ "binop": null, "updateContext": null }, - "start": 3253, - "end": 3254, + "start": 3384, + "end": 3385, "loc": { "start": { "line": 132, @@ -23372,8 +23372,8 @@ "binop": null }, "value": "fieldProps", - "start": 3255, - "end": 3265, + "start": 3386, + "end": 3396, "loc": { "start": { "line": 132, @@ -23398,8 +23398,8 @@ "binop": null, "updateContext": null }, - "start": 3265, - "end": 3266, + "start": 3396, + "end": 3397, "loc": { "start": { "line": 132, @@ -23424,8 +23424,8 @@ "binop": null }, "value": "type", - "start": 3266, - "end": 3270, + "start": 3397, + "end": 3401, "loc": { "start": { "line": 132, @@ -23450,8 +23450,8 @@ "binop": null, "updateContext": null }, - "start": 3270, - "end": 3271, + "start": 3401, + "end": 3402, "loc": { "start": { "line": 132, @@ -23476,8 +23476,8 @@ "binop": null }, "value": "id", - "start": 3279, - "end": 3281, + "start": 3411, + "end": 3413, "loc": { "start": { "line": 133, @@ -23502,8 +23502,8 @@ "binop": null, "updateContext": null }, - "start": 3281, - "end": 3282, + "start": 3413, + "end": 3414, "loc": { "start": { "line": 133, @@ -23528,8 +23528,8 @@ "binop": null }, "value": "fieldProps", - "start": 3283, - "end": 3293, + "start": 3415, + "end": 3425, "loc": { "start": { "line": 133, @@ -23554,8 +23554,8 @@ "binop": null, "updateContext": null }, - "start": 3293, - "end": 3294, + "start": 3425, + "end": 3426, "loc": { "start": { "line": 133, @@ -23580,8 +23580,8 @@ "binop": null }, "value": "id", - "start": 3294, - "end": 3296, + "start": 3426, + "end": 3428, "loc": { "start": { "line": 133, @@ -23606,8 +23606,8 @@ "binop": null, "updateContext": null }, - "start": 3296, - "end": 3297, + "start": 3428, + "end": 3429, "loc": { "start": { "line": 133, @@ -23632,8 +23632,8 @@ "binop": null }, "value": "fieldClassName", - "start": 3305, - "end": 3319, + "start": 3438, + "end": 3452, "loc": { "start": { "line": 134, @@ -23658,8 +23658,8 @@ "binop": null, "updateContext": null }, - "start": 3319, - "end": 3320, + "start": 3452, + "end": 3453, "loc": { "start": { "line": 134, @@ -23684,8 +23684,8 @@ "binop": null }, "value": "getFieldClassName", - "start": 3321, - "end": 3338, + "start": 3454, + "end": 3471, "loc": { "start": { "line": 134, @@ -23709,8 +23709,8 @@ "postfix": false, "binop": null }, - "start": 3338, - "end": 3339, + "start": 3471, + "end": 3472, "loc": { "start": { "line": 134, @@ -23734,8 +23734,8 @@ "postfix": false, "binop": null }, - "start": 3339, - "end": 3340, + "start": 3472, + "end": 3473, "loc": { "start": { "line": 134, @@ -23761,8 +23761,8 @@ "updateContext": null }, "value": "block-input", - "start": 3349, - "end": 3362, + "start": 3483, + "end": 3496, "loc": { "start": { "line": 135, @@ -23787,8 +23787,8 @@ "binop": null, "updateContext": null }, - "start": 3362, - "end": 3363, + "start": 3496, + "end": 3497, "loc": { "start": { "line": 135, @@ -23813,8 +23813,8 @@ "binop": null }, "value": "fieldProps", - "start": 3364, - "end": 3374, + "start": 3498, + "end": 3508, "loc": { "start": { "line": 135, @@ -23839,8 +23839,8 @@ "binop": null, "updateContext": null }, - "start": 3374, - "end": 3375, + "start": 3508, + "end": 3509, "loc": { "start": { "line": 135, @@ -23865,8 +23865,8 @@ "binop": null }, "value": "isBlockInput", - "start": 3375, - "end": 3387, + "start": 3509, + "end": 3521, "loc": { "start": { "line": 135, @@ -23890,8 +23890,8 @@ "postfix": false, "binop": null }, - "start": 3395, - "end": 3396, + "start": 3530, + "end": 3531, "loc": { "start": { "line": 136, @@ -23915,8 +23915,8 @@ "postfix": false, "binop": null }, - "start": 3396, - "end": 3397, + "start": 3531, + "end": 3532, "loc": { "start": { "line": 136, @@ -23941,8 +23941,8 @@ "binop": null, "updateContext": null }, - "start": 3397, - "end": 3398, + "start": 3532, + "end": 3533, "loc": { "start": { "line": 136, @@ -23967,8 +23967,8 @@ "binop": null }, "value": "help", - "start": 3406, - "end": 3410, + "start": 3542, + "end": 3546, "loc": { "start": { "line": 137, @@ -23993,8 +23993,8 @@ "binop": null, "updateContext": null }, - "start": 3410, - "end": 3411, + "start": 3546, + "end": 3547, "loc": { "start": { "line": 137, @@ -24019,8 +24019,8 @@ "binop": null }, "value": "fieldProps", - "start": 3412, - "end": 3422, + "start": 3548, + "end": 3558, "loc": { "start": { "line": 137, @@ -24045,8 +24045,8 @@ "binop": null, "updateContext": null }, - "start": 3422, - "end": 3423, + "start": 3558, + "end": 3559, "loc": { "start": { "line": 137, @@ -24071,8 +24071,8 @@ "binop": null }, "value": "help", - "start": 3423, - "end": 3427, + "start": 3559, + "end": 3563, "loc": { "start": { "line": 137, @@ -24097,8 +24097,8 @@ "binop": null, "updateContext": null }, - "start": 3427, - "end": 3428, + "start": 3563, + "end": 3564, "loc": { "start": { "line": 137, @@ -24123,8 +24123,8 @@ "binop": null }, "value": "value", - "start": 3436, - "end": 3441, + "start": 3573, + "end": 3578, "loc": { "start": { "line": 138, @@ -24149,8 +24149,8 @@ "binop": null, "updateContext": null }, - "start": 3441, - "end": 3442, + "start": 3578, + "end": 3579, "loc": { "start": { "line": 138, @@ -24175,8 +24175,8 @@ "binop": null }, "value": "fieldProps", - "start": 3443, - "end": 3453, + "start": 3580, + "end": 3590, "loc": { "start": { "line": 138, @@ -24201,8 +24201,8 @@ "binop": null, "updateContext": null }, - "start": 3453, - "end": 3454, + "start": 3590, + "end": 3591, "loc": { "start": { "line": 138, @@ -24227,8 +24227,8 @@ "binop": null }, "value": "value", - "start": 3454, - "end": 3459, + "start": 3591, + "end": 3596, "loc": { "start": { "line": 138, @@ -24253,8 +24253,8 @@ "binop": null, "updateContext": null }, - "start": 3459, - "end": 3460, + "start": 3596, + "end": 3597, "loc": { "start": { "line": 138, @@ -24279,8 +24279,8 @@ "binop": null }, "value": "onValueChange", - "start": 3468, - "end": 3481, + "start": 3606, + "end": 3619, "loc": { "start": { "line": 139, @@ -24305,8 +24305,8 @@ "binop": null, "updateContext": null }, - "start": 3481, - "end": 3482, + "start": 3619, + "end": 3620, "loc": { "start": { "line": 139, @@ -24331,8 +24331,8 @@ "binop": null }, "value": "fieldProps", - "start": 3483, - "end": 3493, + "start": 3621, + "end": 3631, "loc": { "start": { "line": 139, @@ -24357,8 +24357,8 @@ "binop": null, "updateContext": null }, - "start": 3493, - "end": 3494, + "start": 3631, + "end": 3632, "loc": { "start": { "line": 139, @@ -24383,8 +24383,8 @@ "binop": null }, "value": "onValueChange", - "start": 3494, - "end": 3507, + "start": 3632, + "end": 3645, "loc": { "start": { "line": 139, @@ -24409,8 +24409,8 @@ "binop": null, "updateContext": null }, - "start": 3507, - "end": 3508, + "start": 3645, + "end": 3646, "loc": { "start": { "line": 139, @@ -24435,8 +24435,8 @@ "binop": null }, "value": "inputType", - "start": 3516, - "end": 3525, + "start": 3655, + "end": 3664, "loc": { "start": { "line": 140, @@ -24461,8 +24461,8 @@ "binop": null, "updateContext": null }, - "start": 3525, - "end": 3526, + "start": 3664, + "end": 3665, "loc": { "start": { "line": 140, @@ -24487,8 +24487,8 @@ "binop": null }, "value": "fieldProps", - "start": 3527, - "end": 3537, + "start": 3666, + "end": 3676, "loc": { "start": { "line": 140, @@ -24513,8 +24513,8 @@ "binop": null, "updateContext": null }, - "start": 3537, - "end": 3538, + "start": 3676, + "end": 3677, "loc": { "start": { "line": 140, @@ -24539,8 +24539,8 @@ "binop": null }, "value": "inputType", - "start": 3538, - "end": 3547, + "start": 3677, + "end": 3686, "loc": { "start": { "line": 140, @@ -24565,8 +24565,8 @@ "binop": null, "updateContext": null }, - "start": 3547, - "end": 3548, + "start": 3686, + "end": 3687, "loc": { "start": { "line": 140, @@ -24591,8 +24591,8 @@ "binop": null }, "value": "options", - "start": 3556, - "end": 3563, + "start": 3696, + "end": 3703, "loc": { "start": { "line": 141, @@ -24617,8 +24617,8 @@ "binop": null, "updateContext": null }, - "start": 3563, - "end": 3564, + "start": 3703, + "end": 3704, "loc": { "start": { "line": 141, @@ -24643,8 +24643,8 @@ "binop": null }, "value": "fieldProps", - "start": 3565, - "end": 3575, + "start": 3705, + "end": 3715, "loc": { "start": { "line": 141, @@ -24669,8 +24669,8 @@ "binop": null, "updateContext": null }, - "start": 3575, - "end": 3576, + "start": 3715, + "end": 3716, "loc": { "start": { "line": 141, @@ -24695,8 +24695,8 @@ "binop": null }, "value": "options", - "start": 3576, - "end": 3583, + "start": 3716, + "end": 3723, "loc": { "start": { "line": 141, @@ -24721,8 +24721,8 @@ "binop": null, "updateContext": null }, - "start": 3583, - "end": 3584, + "start": 3723, + "end": 3724, "loc": { "start": { "line": 141, @@ -24747,8 +24747,8 @@ "binop": null }, "value": "disabled", - "start": 3592, - "end": 3600, + "start": 3733, + "end": 3741, "loc": { "start": { "line": 142, @@ -24773,8 +24773,8 @@ "binop": null, "updateContext": null }, - "start": 3600, - "end": 3601, + "start": 3741, + "end": 3742, "loc": { "start": { "line": 142, @@ -24799,8 +24799,8 @@ "binop": null }, "value": "props", - "start": 3602, - "end": 3607, + "start": 3743, + "end": 3748, "loc": { "start": { "line": 142, @@ -24825,8 +24825,8 @@ "binop": null, "updateContext": null }, - "start": 3607, - "end": 3608, + "start": 3748, + "end": 3749, "loc": { "start": { "line": 142, @@ -24851,8 +24851,8 @@ "binop": null }, "value": "disabled", - "start": 3608, - "end": 3616, + "start": 3749, + "end": 3757, "loc": { "start": { "line": 142, @@ -24877,8 +24877,8 @@ "binop": null, "updateContext": null }, - "start": 3616, - "end": 3617, + "start": 3757, + "end": 3758, "loc": { "start": { "line": 142, @@ -24903,8 +24903,8 @@ "binop": null }, "value": "onBlur", - "start": 3625, - "end": 3631, + "start": 3767, + "end": 3773, "loc": { "start": { "line": 143, @@ -24929,8 +24929,8 @@ "binop": null, "updateContext": null }, - "start": 3631, - "end": 3632, + "start": 3773, + "end": 3774, "loc": { "start": { "line": 143, @@ -24955,8 +24955,8 @@ "binop": null }, "value": "props", - "start": 3633, - "end": 3638, + "start": 3775, + "end": 3780, "loc": { "start": { "line": 143, @@ -24981,8 +24981,8 @@ "binop": null, "updateContext": null }, - "start": 3638, - "end": 3639, + "start": 3780, + "end": 3781, "loc": { "start": { "line": 143, @@ -25007,8 +25007,8 @@ "binop": null }, "value": "onBlur", - "start": 3639, - "end": 3645, + "start": 3781, + "end": 3787, "loc": { "start": { "line": 143, @@ -25033,8 +25033,8 @@ "binop": null, "updateContext": null }, - "start": 3645, - "end": 3646, + "start": 3787, + "end": 3788, "loc": { "start": { "line": 143, @@ -25059,8 +25059,8 @@ "binop": null }, "value": "onFocus", - "start": 3654, - "end": 3661, + "start": 3797, + "end": 3804, "loc": { "start": { "line": 144, @@ -25085,8 +25085,8 @@ "binop": null, "updateContext": null }, - "start": 3661, - "end": 3662, + "start": 3804, + "end": 3805, "loc": { "start": { "line": 144, @@ -25111,8 +25111,8 @@ "binop": null }, "value": "props", - "start": 3663, - "end": 3668, + "start": 3806, + "end": 3811, "loc": { "start": { "line": 144, @@ -25137,8 +25137,8 @@ "binop": null, "updateContext": null }, - "start": 3668, - "end": 3669, + "start": 3811, + "end": 3812, "loc": { "start": { "line": 144, @@ -25163,8 +25163,8 @@ "binop": null }, "value": "onFocus", - "start": 3669, - "end": 3676, + "start": 3812, + "end": 3819, "loc": { "start": { "line": 144, @@ -25188,8 +25188,8 @@ "postfix": false, "binop": null }, - "start": 3683, - "end": 3684, + "start": 3827, + "end": 3828, "loc": { "start": { "line": 145, @@ -25213,8 +25213,8 @@ "postfix": false, "binop": null }, - "start": 3690, - "end": 3691, + "start": 3835, + "end": 3836, "loc": { "start": { "line": 146, @@ -25238,8 +25238,8 @@ "postfix": false, "binop": null }, - "start": 3691, - "end": 3692, + "start": 3836, + "end": 3837, "loc": { "start": { "line": 146, @@ -25265,8 +25265,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 3692, - "end": 3698, + "start": 3837, + "end": 3844, "loc": { "start": { "line": 146, @@ -25290,8 +25290,8 @@ "postfix": false, "binop": null }, - "start": 3698, - "end": 3699, + "start": 3844, + "end": 3845, "loc": { "start": { "line": 147, @@ -25316,8 +25316,8 @@ "binop": null }, "value": "fieldProps", - "start": 3699, - "end": 3709, + "start": 3845, + "end": 3855, "loc": { "start": { "line": 147, @@ -25342,8 +25342,8 @@ "binop": null, "updateContext": null }, - "start": 3709, - "end": 3710, + "start": 3855, + "end": 3856, "loc": { "start": { "line": 147, @@ -25368,8 +25368,8 @@ "binop": null }, "value": "help", - "start": 3710, - "end": 3714, + "start": 3856, + "end": 3860, "loc": { "start": { "line": 147, @@ -25395,8 +25395,8 @@ "updateContext": null }, "value": "&&", - "start": 3715, - "end": 3717, + "start": 3861, + "end": 3863, "loc": { "start": { "line": 147, @@ -25420,8 +25420,8 @@ "postfix": false, "binop": null }, - "start": 3724, - "end": 3725, + "start": 3871, + "end": 3872, "loc": { "start": { "line": 148, @@ -25447,8 +25447,8 @@ "updateContext": null }, "value": "p", - "start": 3725, - "end": 3726, + "start": 3872, + "end": 3873, "loc": { "start": { "line": 148, @@ -25474,8 +25474,8 @@ "updateContext": null }, "value": "id", - "start": 3734, - "end": 3736, + "start": 3882, + "end": 3884, "loc": { "start": { "line": 149, @@ -25501,8 +25501,8 @@ "updateContext": null }, "value": "=", - "start": 3736, - "end": 3737, + "start": 3884, + "end": 3885, "loc": { "start": { "line": 149, @@ -25526,8 +25526,8 @@ "postfix": false, "binop": null }, - "start": 3737, - "end": 3738, + "start": 3885, + "end": 3886, "loc": { "start": { "line": 149, @@ -25551,8 +25551,8 @@ "postfix": false, "binop": null }, - "start": 3738, - "end": 3739, + "start": 3886, + "end": 3887, "loc": { "start": { "line": 149, @@ -25578,8 +25578,8 @@ "updateContext": null }, "value": "", - "start": 3739, - "end": 3739, + "start": 3887, + "end": 3887, "loc": { "start": { "line": 149, @@ -25603,8 +25603,8 @@ "postfix": false, "binop": null }, - "start": 3739, - "end": 3741, + "start": 3887, + "end": 3889, "loc": { "start": { "line": 149, @@ -25629,8 +25629,8 @@ "binop": null }, "value": "idAttrForHelpElement", - "start": 3741, - "end": 3761, + "start": 3889, + "end": 3909, "loc": { "start": { "line": 149, @@ -25654,8 +25654,8 @@ "postfix": false, "binop": null }, - "start": 3761, - "end": 3762, + "start": 3909, + "end": 3910, "loc": { "start": { "line": 149, @@ -25679,8 +25679,8 @@ "postfix": false, "binop": null }, - "start": 3762, - "end": 3763, + "start": 3910, + "end": 3911, "loc": { "start": { "line": 149, @@ -25704,8 +25704,8 @@ "postfix": false, "binop": null }, - "start": 3763, - "end": 3764, + "start": 3911, + "end": 3912, "loc": { "start": { "line": 149, @@ -25731,8 +25731,8 @@ "updateContext": null }, "value": "", - "start": 3764, - "end": 3764, + "start": 3912, + "end": 3912, "loc": { "start": { "line": 149, @@ -25756,8 +25756,8 @@ "postfix": false, "binop": null }, - "start": 3764, - "end": 3765, + "start": 3912, + "end": 3913, "loc": { "start": { "line": 149, @@ -25781,8 +25781,8 @@ "postfix": false, "binop": null }, - "start": 3765, - "end": 3766, + "start": 3913, + "end": 3914, "loc": { "start": { "line": 149, @@ -25808,8 +25808,8 @@ "updateContext": null }, "value": "className", - "start": 3774, - "end": 3783, + "start": 3923, + "end": 3932, "loc": { "start": { "line": 150, @@ -25835,8 +25835,8 @@ "updateContext": null }, "value": "=", - "start": 3783, - "end": 3784, + "start": 3932, + "end": 3933, "loc": { "start": { "line": 150, @@ -25860,8 +25860,8 @@ "postfix": false, "binop": null }, - "start": 3784, - "end": 3785, + "start": 3933, + "end": 3934, "loc": { "start": { "line": 150, @@ -25887,8 +25887,8 @@ "updateContext": null }, "value": "description", - "start": 3785, - "end": 3798, + "start": 3934, + "end": 3947, "loc": { "start": { "line": 150, @@ -25912,8 +25912,8 @@ "postfix": false, "binop": null }, - "start": 3798, - "end": 3799, + "start": 3947, + "end": 3948, "loc": { "start": { "line": 150, @@ -25937,8 +25937,8 @@ "postfix": false, "binop": null }, - "start": 3806, - "end": 3807, + "start": 3956, + "end": 3957, "loc": { "start": { "line": 151, @@ -25964,8 +25964,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t\t\t", - "start": 3807, - "end": 3815, + "start": 3957, + "end": 3966, "loc": { "start": { "line": 151, @@ -25989,8 +25989,8 @@ "postfix": false, "binop": null }, - "start": 3815, - "end": 3816, + "start": 3966, + "end": 3967, "loc": { "start": { "line": 152, @@ -26015,8 +26015,8 @@ "binop": null }, "value": "fieldProps", - "start": 3816, - "end": 3826, + "start": 3967, + "end": 3977, "loc": { "start": { "line": 152, @@ -26041,8 +26041,8 @@ "binop": null, "updateContext": null }, - "start": 3826, - "end": 3827, + "start": 3977, + "end": 3978, "loc": { "start": { "line": 152, @@ -26067,8 +26067,8 @@ "binop": null }, "value": "help", - "start": 3827, - "end": 3831, + "start": 3978, + "end": 3982, "loc": { "start": { "line": 152, @@ -26092,8 +26092,8 @@ "postfix": false, "binop": null }, - "start": 3831, - "end": 3832, + "start": 3982, + "end": 3983, "loc": { "start": { "line": 152, @@ -26119,8 +26119,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t\t", - "start": 3832, - "end": 3839, + "start": 3983, + "end": 3991, "loc": { "start": { "line": 152, @@ -26144,8 +26144,8 @@ "postfix": false, "binop": null }, - "start": 3839, - "end": 3840, + "start": 3991, + "end": 3992, "loc": { "start": { "line": 153, @@ -26171,8 +26171,8 @@ "updateContext": null }, "value": "/", - "start": 3840, - "end": 3841, + "start": 3992, + "end": 3993, "loc": { "start": { "line": 153, @@ -26198,8 +26198,8 @@ "updateContext": null }, "value": "p", - "start": 3841, - "end": 3842, + "start": 3993, + "end": 3994, "loc": { "start": { "line": 153, @@ -26223,8 +26223,8 @@ "postfix": false, "binop": null }, - "start": 3842, - "end": 3843, + "start": 3994, + "end": 3995, "loc": { "start": { "line": 153, @@ -26248,8 +26248,8 @@ "postfix": false, "binop": null }, - "start": 3849, - "end": 3850, + "start": 4002, + "end": 4003, "loc": { "start": { "line": 154, @@ -26275,8 +26275,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 3850, - "end": 3855, + "start": 4003, + "end": 4009, "loc": { "start": { "line": 154, @@ -26300,8 +26300,8 @@ "postfix": false, "binop": null }, - "start": 3855, - "end": 3856, + "start": 4009, + "end": 4010, "loc": { "start": { "line": 155, @@ -26327,8 +26327,8 @@ "updateContext": null }, "value": "/", - "start": 3856, - "end": 3857, + "start": 4010, + "end": 4011, "loc": { "start": { "line": 155, @@ -26354,8 +26354,8 @@ "updateContext": null }, "value": "div", - "start": 3857, - "end": 3860, + "start": 4011, + "end": 4014, "loc": { "start": { "line": 155, @@ -26379,8 +26379,8 @@ "postfix": false, "binop": null }, - "start": 3860, - "end": 3861, + "start": 4014, + "end": 4015, "loc": { "start": { "line": 155, @@ -26404,8 +26404,8 @@ "postfix": false, "binop": null }, - "start": 3865, - "end": 3866, + "start": 4020, + "end": 4021, "loc": { "start": { "line": 156, @@ -26430,8 +26430,8 @@ "binop": null, "updateContext": null }, - "start": 3866, - "end": 3867, + "start": 4021, + "end": 4022, "loc": { "start": { "line": 156, @@ -26455,8 +26455,8 @@ "postfix": false, "binop": null }, - "start": 3870, - "end": 3871, + "start": 4026, + "end": 4027, "loc": { "start": { "line": 157, @@ -26480,8 +26480,8 @@ "postfix": false, "binop": null }, - "start": 3874, - "end": 3875, + "start": 4032, + "end": 4033, "loc": { "start": { "line": 159, @@ -26495,9 +26495,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Render field group\n\t ", - "start": 3878, - "end": 3909, + "value": "*\r\n\t * Render field group\r\n\t ", + "start": 4038, + "end": 4071, "loc": { "start": { "line": 161, @@ -26524,8 +26524,8 @@ "updateContext": null }, "value": "return", - "start": 3911, - "end": 3917, + "start": 4074, + "end": 4080, "loc": { "start": { "line": 164, @@ -26550,8 +26550,8 @@ "binop": null }, "value": "fieldInner", - "start": 3918, - "end": 3928, + "start": 4081, + "end": 4091, "loc": { "start": { "line": 164, @@ -26575,8 +26575,8 @@ "postfix": false, "binop": null }, - "start": 3928, - "end": 3929, + "start": 4091, + "end": 4092, "loc": { "start": { "line": 164, @@ -26601,8 +26601,8 @@ "binop": null }, "value": "props", - "start": 3929, - "end": 3934, + "start": 4092, + "end": 4097, "loc": { "start": { "line": 164, @@ -26626,8 +26626,8 @@ "postfix": false, "binop": null }, - "start": 3934, - "end": 3935, + "start": 4097, + "end": 4098, "loc": { "start": { "line": 164, @@ -26652,8 +26652,8 @@ "binop": null, "updateContext": null }, - "start": 3935, - "end": 3936, + "start": 4098, + "end": 4099, "loc": { "start": { "line": 164, @@ -26677,8 +26677,8 @@ "postfix": false, "binop": null }, - "start": 3937, - "end": 3938, + "start": 4101, + "end": 4102, "loc": { "start": { "line": 165, @@ -26703,8 +26703,8 @@ "binop": null, "updateContext": null }, - "start": 3938, - "end": 3939, + "start": 4102, + "end": 4103, "loc": { "start": { "line": 165, @@ -26718,9 +26718,9 @@ }, { "type": "CommentBlock", - "value": "*\n * The prop type definitions for FieldGroup components\n *\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 3941, - "end": 4190, + "value": "*\r\n * The prop type definitions for FieldGroup components\r\n *\r\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 4107, + "end": 4360, "loc": { "start": { "line": 167, @@ -26745,8 +26745,8 @@ "binop": null }, "value": "FieldGroup", - "start": 4191, - "end": 4201, + "start": 4362, + "end": 4372, "loc": { "start": { "line": 172, @@ -26771,8 +26771,8 @@ "binop": null, "updateContext": null }, - "start": 4201, - "end": 4202, + "start": 4372, + "end": 4373, "loc": { "start": { "line": 172, @@ -26797,8 +26797,8 @@ "binop": null }, "value": "propTypes", - "start": 4202, - "end": 4211, + "start": 4373, + "end": 4382, "loc": { "start": { "line": 172, @@ -26824,8 +26824,8 @@ "updateContext": null }, "value": "=", - "start": 4212, - "end": 4213, + "start": 4383, + "end": 4384, "loc": { "start": { "line": 172, @@ -26850,8 +26850,8 @@ "binop": null }, "value": "fieldGroupPropTypes", - "start": 4214, - "end": 4233, + "start": 4385, + "end": 4404, "loc": { "start": { "line": 172, @@ -26876,8 +26876,8 @@ "binop": null, "updateContext": null }, - "start": 4233, - "end": 4234, + "start": 4404, + "end": 4405, "loc": { "start": { "line": 172, @@ -26891,9 +26891,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default props for FieldGroups\n *\n * @type {{isBlockInput: boolean, isRequired: boolean, help: string}}\n ", - "start": 4236, - "end": 4349, + "value": "*\r\n * Default props for FieldGroups\r\n *\r\n * @type {{isBlockInput: boolean, isRequired: boolean, help: string}}\r\n ", + "start": 4409, + "end": 4526, "loc": { "start": { "line": 174, @@ -26918,8 +26918,8 @@ "binop": null }, "value": "FieldGroup", - "start": 4350, - "end": 4360, + "start": 4528, + "end": 4538, "loc": { "start": { "line": 179, @@ -26944,8 +26944,8 @@ "binop": null, "updateContext": null }, - "start": 4360, - "end": 4361, + "start": 4538, + "end": 4539, "loc": { "start": { "line": 179, @@ -26970,8 +26970,8 @@ "binop": null }, "value": "defaultProps", - "start": 4361, - "end": 4373, + "start": 4539, + "end": 4551, "loc": { "start": { "line": 179, @@ -26997,8 +26997,8 @@ "updateContext": null }, "value": "=", - "start": 4374, - "end": 4375, + "start": 4552, + "end": 4553, "loc": { "start": { "line": 179, @@ -27022,8 +27022,8 @@ "postfix": false, "binop": null }, - "start": 4376, - "end": 4377, + "start": 4554, + "end": 4555, "loc": { "start": { "line": 179, @@ -27048,8 +27048,8 @@ "binop": null }, "value": "isBlockInput", - "start": 4379, - "end": 4391, + "start": 4558, + "end": 4570, "loc": { "start": { "line": 180, @@ -27074,8 +27074,8 @@ "binop": null, "updateContext": null }, - "start": 4391, - "end": 4392, + "start": 4570, + "end": 4571, "loc": { "start": { "line": 180, @@ -27102,8 +27102,8 @@ "updateContext": null }, "value": "true", - "start": 4393, - "end": 4397, + "start": 4572, + "end": 4576, "loc": { "start": { "line": 180, @@ -27128,8 +27128,8 @@ "binop": null, "updateContext": null }, - "start": 4397, - "end": 4398, + "start": 4576, + "end": 4577, "loc": { "start": { "line": 180, @@ -27154,8 +27154,8 @@ "binop": null }, "value": "isRequired", - "start": 4400, - "end": 4410, + "start": 4580, + "end": 4590, "loc": { "start": { "line": 181, @@ -27180,8 +27180,8 @@ "binop": null, "updateContext": null }, - "start": 4410, - "end": 4411, + "start": 4590, + "end": 4591, "loc": { "start": { "line": 181, @@ -27208,8 +27208,8 @@ "updateContext": null }, "value": "false", - "start": 4412, - "end": 4417, + "start": 4592, + "end": 4597, "loc": { "start": { "line": 181, @@ -27234,8 +27234,8 @@ "binop": null, "updateContext": null }, - "start": 4417, - "end": 4418, + "start": 4597, + "end": 4598, "loc": { "start": { "line": 181, @@ -27260,8 +27260,8 @@ "binop": null }, "value": "help", - "start": 4420, - "end": 4424, + "start": 4601, + "end": 4605, "loc": { "start": { "line": 182, @@ -27286,8 +27286,8 @@ "binop": null, "updateContext": null }, - "start": 4424, - "end": 4425, + "start": 4605, + "end": 4606, "loc": { "start": { "line": 182, @@ -27313,8 +27313,8 @@ "updateContext": null }, "value": "", - "start": 4426, - "end": 4428, + "start": 4607, + "end": 4609, "loc": { "start": { "line": 182, @@ -27338,8 +27338,8 @@ "postfix": false, "binop": null }, - "start": 4429, - "end": 4430, + "start": 4611, + "end": 4612, "loc": { "start": { "line": 183, @@ -27364,8 +27364,8 @@ "binop": null, "updateContext": null }, - "start": 4430, - "end": 4431, + "start": 4612, + "end": 4613, "loc": { "start": { "line": 183, @@ -27379,9 +27379,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Creates the FieldGroup's label component\n *\n * @param {Object} props\n * @return {*}\n * @constructor\n ", - "start": 4433, - "end": 4543, + "value": "*\r\n * Creates the FieldGroup's label component\r\n *\r\n * @param {Object} props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 4617, + "end": 4733, "loc": { "start": { "line": 185, @@ -27406,8 +27406,8 @@ "binop": null }, "value": "FieldGroup", - "start": 4544, - "end": 4554, + "start": 4735, + "end": 4745, "loc": { "start": { "line": 192, @@ -27432,8 +27432,8 @@ "binop": null, "updateContext": null }, - "start": 4554, - "end": 4555, + "start": 4745, + "end": 4746, "loc": { "start": { "line": 192, @@ -27458,8 +27458,8 @@ "binop": null }, "value": "Label", - "start": 4555, - "end": 4560, + "start": 4746, + "end": 4751, "loc": { "start": { "line": 192, @@ -27485,8 +27485,8 @@ "updateContext": null }, "value": "=", - "start": 4561, - "end": 4562, + "start": 4752, + "end": 4753, "loc": { "start": { "line": 192, @@ -27510,8 +27510,8 @@ "postfix": false, "binop": null }, - "start": 4563, - "end": 4564, + "start": 4754, + "end": 4755, "loc": { "start": { "line": 192, @@ -27536,8 +27536,8 @@ "binop": null }, "value": "props", - "start": 4564, - "end": 4569, + "start": 4755, + "end": 4760, "loc": { "start": { "line": 192, @@ -27561,8 +27561,8 @@ "postfix": false, "binop": null }, - "start": 4569, - "end": 4570, + "start": 4760, + "end": 4761, "loc": { "start": { "line": 192, @@ -27587,8 +27587,8 @@ "binop": null, "updateContext": null }, - "start": 4571, - "end": 4573, + "start": 4762, + "end": 4764, "loc": { "start": { "line": 192, @@ -27612,8 +27612,8 @@ "postfix": false, "binop": null }, - "start": 4574, - "end": 4575, + "start": 4765, + "end": 4766, "loc": { "start": { "line": 192, @@ -27640,8 +27640,8 @@ "updateContext": null }, "value": "return", - "start": 4577, - "end": 4583, + "start": 4769, + "end": 4775, "loc": { "start": { "line": 193, @@ -27665,8 +27665,8 @@ "postfix": false, "binop": null }, - "start": 4584, - "end": 4585, + "start": 4776, + "end": 4777, "loc": { "start": { "line": 193, @@ -27690,8 +27690,8 @@ "postfix": false, "binop": null }, - "start": 4588, - "end": 4589, + "start": 4781, + "end": 4782, "loc": { "start": { "line": 194, @@ -27717,8 +27717,8 @@ "updateContext": null }, "value": "label", - "start": 4589, - "end": 4594, + "start": 4782, + "end": 4787, "loc": { "start": { "line": 194, @@ -27744,8 +27744,8 @@ "updateContext": null }, "value": "htmlFor", - "start": 4598, - "end": 4605, + "start": 4792, + "end": 4799, "loc": { "start": { "line": 195, @@ -27771,8 +27771,8 @@ "updateContext": null }, "value": "=", - "start": 4605, - "end": 4606, + "start": 4799, + "end": 4800, "loc": { "start": { "line": 195, @@ -27796,8 +27796,8 @@ "postfix": false, "binop": null }, - "start": 4606, - "end": 4607, + "start": 4800, + "end": 4801, "loc": { "start": { "line": 195, @@ -27822,8 +27822,8 @@ "binop": null }, "value": "props", - "start": 4607, - "end": 4612, + "start": 4801, + "end": 4806, "loc": { "start": { "line": 195, @@ -27848,8 +27848,8 @@ "binop": null, "updateContext": null }, - "start": 4612, - "end": 4613, + "start": 4806, + "end": 4807, "loc": { "start": { "line": 195, @@ -27874,8 +27874,8 @@ "binop": null }, "value": "id", - "start": 4613, - "end": 4615, + "start": 4807, + "end": 4809, "loc": { "start": { "line": 195, @@ -27899,8 +27899,8 @@ "postfix": false, "binop": null }, - "start": 4615, - "end": 4616, + "start": 4809, + "end": 4810, "loc": { "start": { "line": 195, @@ -27924,8 +27924,8 @@ "postfix": false, "binop": null }, - "start": 4619, - "end": 4620, + "start": 4814, + "end": 4815, "loc": { "start": { "line": 196, @@ -27951,8 +27951,8 @@ "updateContext": null }, "value": "\n\t\t\t", - "start": 4620, - "end": 4624, + "start": 4815, + "end": 4820, "loc": { "start": { "line": 196, @@ -27976,8 +27976,8 @@ "postfix": false, "binop": null }, - "start": 4624, - "end": 4625, + "start": 4820, + "end": 4821, "loc": { "start": { "line": 197, @@ -28002,8 +28002,8 @@ "binop": null }, "value": "props", - "start": 4625, - "end": 4630, + "start": 4821, + "end": 4826, "loc": { "start": { "line": 197, @@ -28028,8 +28028,8 @@ "binop": null, "updateContext": null }, - "start": 4630, - "end": 4631, + "start": 4826, + "end": 4827, "loc": { "start": { "line": 197, @@ -28054,8 +28054,8 @@ "binop": null }, "value": "label", - "start": 4631, - "end": 4636, + "start": 4827, + "end": 4832, "loc": { "start": { "line": 197, @@ -28079,8 +28079,8 @@ "postfix": false, "binop": null }, - "start": 4636, - "end": 4637, + "start": 4832, + "end": 4833, "loc": { "start": { "line": 197, @@ -28106,8 +28106,8 @@ "updateContext": null }, "value": "\n\t\t", - "start": 4637, - "end": 4640, + "start": 4833, + "end": 4837, "loc": { "start": { "line": 197, @@ -28131,8 +28131,8 @@ "postfix": false, "binop": null }, - "start": 4640, - "end": 4641, + "start": 4837, + "end": 4838, "loc": { "start": { "line": 198, @@ -28158,8 +28158,8 @@ "updateContext": null }, "value": "/", - "start": 4641, - "end": 4642, + "start": 4838, + "end": 4839, "loc": { "start": { "line": 198, @@ -28185,8 +28185,8 @@ "updateContext": null }, "value": "label", - "start": 4642, - "end": 4647, + "start": 4839, + "end": 4844, "loc": { "start": { "line": 198, @@ -28210,8 +28210,8 @@ "postfix": false, "binop": null }, - "start": 4647, - "end": 4648, + "start": 4844, + "end": 4845, "loc": { "start": { "line": 198, @@ -28235,8 +28235,8 @@ "postfix": false, "binop": null }, - "start": 4650, - "end": 4651, + "start": 4848, + "end": 4849, "loc": { "start": { "line": 199, @@ -28261,8 +28261,8 @@ "binop": null, "updateContext": null }, - "start": 4651, - "end": 4652, + "start": 4849, + "end": 4850, "loc": { "start": { "line": 199, @@ -28286,8 +28286,8 @@ "postfix": false, "binop": null }, - "start": 4653, - "end": 4654, + "start": 4852, + "end": 4853, "loc": { "start": { "line": 200, @@ -28312,8 +28312,8 @@ "binop": null, "updateContext": null }, - "start": 4654, - "end": 4655, + "start": 4853, + "end": 4854, "loc": { "start": { "line": 200, @@ -28338,8 +28338,8 @@ "binop": null, "updateContext": null }, - "start": 4655, - "end": 4655, + "start": 4854, + "end": 4854, "loc": { "start": { "line": 200, diff --git a/docs/ast/source/components/fields/FieldInner.js.json b/docs/ast/source/components/fields/FieldInner.js.json index 95565e2..8d860c8 100644 --- a/docs/ast/source/components/fields/FieldInner.js.json +++ b/docs/ast/source/components/fields/FieldInner.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 1954, + "end": 2046, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 1954, + "end": 2046, "loc": { "start": { "line": 1, @@ -116,8 +116,8 @@ }, { "type": "ImportDeclaration", - "start": 49, - "end": 75, + "start": 50, + "end": 76, "loc": { "start": { "line": 2, @@ -131,8 +131,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 56, - "end": 61, + "start": 57, + "end": 62, "loc": { "start": { "line": 2, @@ -145,8 +145,8 @@ }, "local": { "type": "Identifier", - "start": 56, - "end": 61, + "start": 57, + "end": 62, "loc": { "start": { "line": 2, @@ -164,8 +164,8 @@ ], "source": { "type": "StringLiteral", - "start": 67, - "end": 74, + "start": 68, + "end": 75, "loc": { "start": { "line": 2, @@ -185,8 +185,8 @@ }, { "type": "ImportDeclaration", - "start": 76, - "end": 112, + "start": 78, + "end": 114, "loc": { "start": { "line": 3, @@ -200,8 +200,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 84, - "end": 89, + "start": 86, + "end": 91, "loc": { "start": { "line": 3, @@ -214,8 +214,8 @@ }, "imported": { "type": "Identifier", - "start": 84, - "end": 89, + "start": 86, + "end": 91, "loc": { "start": { "line": 3, @@ -231,8 +231,8 @@ }, "local": { "type": "Identifier", - "start": 84, - "end": 89, + "start": 86, + "end": 91, "loc": { "start": { "line": 3, @@ -250,8 +250,8 @@ ], "source": { "type": "StringLiteral", - "start": 96, - "end": 111, + "start": 98, + "end": 113, "loc": { "start": { "line": 3, @@ -271,8 +271,8 @@ }, { "type": "ImportDeclaration", - "start": 113, - "end": 162, + "start": 116, + "end": 165, "loc": { "start": { "line": 4, @@ -286,8 +286,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 121, - "end": 132, + "start": 124, + "end": 135, "loc": { "start": { "line": 4, @@ -300,8 +300,8 @@ }, "imported": { "type": "Identifier", - "start": 121, - "end": 132, + "start": 124, + "end": 135, "loc": { "start": { "line": 4, @@ -317,8 +317,8 @@ }, "local": { "type": "Identifier", - "start": 121, - "end": 132, + "start": 124, + "end": 135, "loc": { "start": { "line": 4, @@ -336,8 +336,8 @@ ], "source": { "type": "StringLiteral", - "start": 139, - "end": 161, + "start": 142, + "end": 164, "loc": { "start": { "line": 4, @@ -357,8 +357,8 @@ }, { "type": "ImportDeclaration", - "start": 163, - "end": 206, + "start": 167, + "end": 210, "loc": { "start": { "line": 5, @@ -372,8 +372,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 171, - "end": 190, + "start": 175, + "end": 194, "loc": { "start": { "line": 5, @@ -386,8 +386,8 @@ }, "imported": { "type": "Identifier", - "start": 171, - "end": 190, + "start": 175, + "end": 194, "loc": { "start": { "line": 5, @@ -403,8 +403,8 @@ }, "local": { "type": "Identifier", - "start": 171, - "end": 190, + "start": 175, + "end": 194, "loc": { "start": { "line": 5, @@ -422,8 +422,8 @@ ], "source": { "type": "StringLiteral", - "start": 197, - "end": 205, + "start": 201, + "end": 209, "loc": { "start": { "line": 5, @@ -443,8 +443,8 @@ }, { "type": "ImportDeclaration", - "start": 207, - "end": 242, + "start": 212, + "end": 247, "loc": { "start": { "line": 6, @@ -458,8 +458,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 214, - "end": 223, + "start": 219, + "end": 228, "loc": { "start": { "line": 6, @@ -472,8 +472,8 @@ }, "local": { "type": "Identifier", - "start": 214, - "end": 223, + "start": 219, + "end": 228, "loc": { "start": { "line": 6, @@ -491,8 +491,8 @@ ], "source": { "type": "StringLiteral", - "start": 229, - "end": 241, + "start": 234, + "end": 246, "loc": { "start": { "line": 6, @@ -512,8 +512,8 @@ }, { "type": "ImportDeclaration", - "start": 243, - "end": 279, + "start": 249, + "end": 285, "loc": { "start": { "line": 7, @@ -527,8 +527,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 250, - "end": 260, + "start": 256, + "end": 266, "loc": { "start": { "line": 7, @@ -541,8 +541,8 @@ }, "local": { "type": "Identifier", - "start": 250, - "end": 260, + "start": 256, + "end": 266, "loc": { "start": { "line": 7, @@ -560,8 +560,8 @@ ], "source": { "type": "StringLiteral", - "start": 266, - "end": 278, + "start": 272, + "end": 284, "loc": { "start": { "line": 7, @@ -581,8 +581,8 @@ }, { "type": "ImportDeclaration", - "start": 280, - "end": 323, + "start": 287, + "end": 330, "loc": { "start": { "line": 8, @@ -596,8 +596,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 288, - "end": 299, + "start": 295, + "end": 306, "loc": { "start": { "line": 8, @@ -610,8 +610,8 @@ }, "imported": { "type": "Identifier", - "start": 288, - "end": 299, + "start": 295, + "end": 306, "loc": { "start": { "line": 8, @@ -627,8 +627,8 @@ }, "local": { "type": "Identifier", - "start": 288, - "end": 299, + "start": 295, + "end": 306, "loc": { "start": { "line": 8, @@ -646,8 +646,8 @@ ], "source": { "type": "StringLiteral", - "start": 306, - "end": 322, + "start": 313, + "end": 329, "loc": { "start": { "line": 8, @@ -667,9 +667,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates the field inside of a field group\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 324, - "end": 436, + "value": "*\r\n * Creates the field inside of a field group\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 332, + "end": 450, "loc": { "start": { "line": 9, @@ -685,8 +685,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 437, - "end": 1650, + "start": 452, + "end": 1723, "loc": { "start": { "line": 16, @@ -701,8 +701,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 444, - "end": 1650, + "start": 459, + "end": 1723, "loc": { "start": { "line": 16, @@ -716,8 +716,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 450, - "end": 1649, + "start": 465, + "end": 1722, "loc": { "start": { "line": 16, @@ -730,8 +730,8 @@ }, "id": { "type": "Identifier", - "start": 450, - "end": 460, + "start": 465, + "end": 475, "loc": { "start": { "line": 16, @@ -748,8 +748,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 463, - "end": 1649, + "start": 478, + "end": 1722, "loc": { "start": { "line": 16, @@ -762,8 +762,8 @@ }, "id": { "type": "Identifier", - "start": 450, - "end": 460, + "start": 465, + "end": 475, "loc": { "start": { "line": 16, @@ -784,8 +784,8 @@ "params": [ { "type": "Identifier", - "start": 464, - "end": 469, + "start": 479, + "end": 484, "loc": { "start": { "line": 16, @@ -802,8 +802,8 @@ ], "body": { "type": "BlockStatement", - "start": 474, - "end": 1649, + "start": 489, + "end": 1722, "loc": { "start": { "line": 16, @@ -817,8 +817,8 @@ "body": [ { "type": "FunctionDeclaration", - "start": 583, - "end": 661, + "start": 605, + "end": 685, "loc": { "start": { "line": 23, @@ -831,8 +831,8 @@ }, "id": { "type": "Identifier", - "start": 592, - "end": 602, + "start": 614, + "end": 624, "loc": { "start": { "line": 23, @@ -853,8 +853,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 605, - "end": 661, + "start": 627, + "end": 685, "loc": { "start": { "line": 23, @@ -868,8 +868,8 @@ "body": [ { "type": "ReturnStatement", - "start": 609, - "end": 658, + "start": 632, + "end": 681, "loc": { "start": { "line": 24, @@ -882,8 +882,8 @@ }, "argument": { "type": "CallExpression", - "start": 616, - "end": 657, + "start": 639, + "end": 680, "loc": { "start": { "line": 24, @@ -896,8 +896,8 @@ }, "callee": { "type": "Identifier", - "start": 616, - "end": 635, + "start": 639, + "end": 658, "loc": { "start": { "line": 24, @@ -914,8 +914,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 636, - "end": 644, + "start": 659, + "end": 667, "loc": { "start": { "line": 24, @@ -928,8 +928,8 @@ }, "object": { "type": "Identifier", - "start": 636, - "end": 641, + "start": 659, + "end": 664, "loc": { "start": { "line": 24, @@ -945,8 +945,8 @@ }, "property": { "type": "Identifier", - "start": 642, - "end": 644, + "start": 665, + "end": 667, "loc": { "start": { "line": 24, @@ -964,8 +964,8 @@ }, { "type": "MemberExpression", - "start": 646, - "end": 656, + "start": 669, + "end": 679, "loc": { "start": { "line": 24, @@ -978,8 +978,8 @@ }, "object": { "type": "Identifier", - "start": 646, - "end": 651, + "start": 669, + "end": 674, "loc": { "start": { "line": 24, @@ -995,8 +995,8 @@ }, "property": { "type": "Identifier", - "start": 652, - "end": 656, + "start": 675, + "end": 679, "loc": { "start": { "line": 24, @@ -1022,9 +1022,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Get the ID for the description element if it will be created\n\t *\n\t * @return {String|null}\n\t ", - "start": 478, - "end": 581, + "value": "*\r\n\t * Get the ID for the description element if it will be created\r\n\t *\r\n\t * @return {String|null}\r\n\t ", + "start": 495, + "end": 602, "loc": { "start": { "line": 18, @@ -1040,9 +1040,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Get the className prop for the\n\t *\n\t * @return {String}\n\t ", - "start": 664, - "end": 732, + "value": "*\r\n\t * Get the className prop for the\r\n\t *\r\n\t * @return {String}\r\n\t ", + "start": 690, + "end": 762, "loc": { "start": { "line": 27, @@ -1058,8 +1058,8 @@ }, { "type": "FunctionDeclaration", - "start": 734, - "end": 852, + "start": 765, + "end": 889, "loc": { "start": { "line": 32, @@ -1072,8 +1072,8 @@ }, "id": { "type": "Identifier", - "start": 743, - "end": 757, + "start": 774, + "end": 788, "loc": { "start": { "line": 32, @@ -1094,8 +1094,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 760, - "end": 852, + "start": 791, + "end": 889, "loc": { "start": { "line": 32, @@ -1109,8 +1109,8 @@ "body": [ { "type": "ReturnStatement", - "start": 764, - "end": 849, + "start": 796, + "end": 885, "loc": { "start": { "line": 33, @@ -1123,8 +1123,8 @@ }, "argument": { "type": "CallExpression", - "start": 771, - "end": 848, + "start": 803, + "end": 884, "loc": { "start": { "line": 33, @@ -1137,8 +1137,8 @@ }, "callee": { "type": "Identifier", - "start": 771, - "end": 781, + "start": 803, + "end": 813, "loc": { "start": { "line": 33, @@ -1155,8 +1155,8 @@ "arguments": [ { "type": "ArrayExpression", - "start": 782, - "end": 844, + "start": 814, + "end": 879, "loc": { "start": { "line": 33, @@ -1170,8 +1170,8 @@ "elements": [ { "type": "MemberExpression", - "start": 787, - "end": 807, + "start": 820, + "end": 840, "loc": { "start": { "line": 34, @@ -1184,8 +1184,8 @@ }, "object": { "type": "Identifier", - "start": 787, - "end": 792, + "start": 820, + "end": 825, "loc": { "start": { "line": 34, @@ -1201,8 +1201,8 @@ }, "property": { "type": "Identifier", - "start": 793, - "end": 807, + "start": 826, + "end": 840, "loc": { "start": { "line": 34, @@ -1220,8 +1220,8 @@ }, { "type": "MemberExpression", - "start": 812, - "end": 840, + "start": 846, + "end": 874, "loc": { "start": { "line": 35, @@ -1234,8 +1234,8 @@ }, "object": { "type": "MemberExpression", - "start": 812, - "end": 834, + "start": 846, + "end": 868, "loc": { "start": { "line": 35, @@ -1248,8 +1248,8 @@ }, "object": { "type": "Identifier", - "start": 812, - "end": 823, + "start": 846, + "end": 857, "loc": { "start": { "line": 35, @@ -1265,8 +1265,8 @@ }, "property": { "type": "Identifier", - "start": 824, - "end": 834, + "start": 858, + "end": 868, "loc": { "start": { "line": 35, @@ -1284,8 +1284,8 @@ }, "property": { "type": "Identifier", - "start": 835, - "end": 840, + "start": 869, + "end": 874, "loc": { "start": { "line": 35, @@ -1312,9 +1312,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Get the className prop for the\n\t *\n\t * @return {String}\n\t ", - "start": 664, - "end": 732, + "value": "*\r\n\t * Get the className prop for the\r\n\t *\r\n\t * @return {String}\r\n\t ", + "start": 690, + "end": 762, "loc": { "start": { "line": 27, @@ -1330,8 +1330,8 @@ }, { "type": "SwitchStatement", - "start": 855, - "end": 1646, + "start": 894, + "end": 1717, "loc": { "start": { "line": 40, @@ -1344,8 +1344,8 @@ }, "discriminant": { "type": "MemberExpression", - "start": 863, - "end": 873, + "start": 902, + "end": 912, "loc": { "start": { "line": 40, @@ -1358,8 +1358,8 @@ }, "object": { "type": "Identifier", - "start": 863, - "end": 868, + "start": 902, + "end": 907, "loc": { "start": { "line": 40, @@ -1375,8 +1375,8 @@ }, "property": { "type": "Identifier", - "start": 869, - "end": 873, + "start": 908, + "end": 912, "loc": { "start": { "line": 40, @@ -1395,8 +1395,8 @@ "cases": [ { "type": "SwitchCase", - "start": 878, - "end": 892, + "start": 918, + "end": 932, "loc": { "start": { "line": 41, @@ -1410,8 +1410,8 @@ "consequent": [], "test": { "type": "StringLiteral", - "start": 883, - "end": 891, + "start": 923, + "end": 931, "loc": { "start": { "line": 41, @@ -1431,8 +1431,8 @@ }, { "type": "SwitchCase", - "start": 894, - "end": 1314, + "start": 935, + "end": 1370, "loc": { "start": { "line": 42, @@ -1446,8 +1446,8 @@ "consequent": [ { "type": "VariableDeclaration", - "start": 913, - "end": 979, + "start": 955, + "end": 1021, "loc": { "start": { "line": 43, @@ -1461,8 +1461,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 919, - "end": 978, + "start": 961, + "end": 1020, "loc": { "start": { "line": 43, @@ -1475,8 +1475,8 @@ }, "id": { "type": "Identifier", - "start": 919, - "end": 926, + "start": 961, + "end": 968, "loc": { "start": { "line": 43, @@ -1492,8 +1492,8 @@ }, "init": { "type": "ConditionalExpression", - "start": 929, - "end": 978, + "start": 971, + "end": 1020, "loc": { "start": { "line": 43, @@ -1506,8 +1506,8 @@ }, "test": { "type": "CallExpression", - "start": 929, - "end": 957, + "start": 971, + "end": 999, "loc": { "start": { "line": 43, @@ -1520,8 +1520,8 @@ }, "callee": { "type": "MemberExpression", - "start": 929, - "end": 942, + "start": 971, + "end": 984, "loc": { "start": { "line": 43, @@ -1534,8 +1534,8 @@ }, "object": { "type": "Identifier", - "start": 929, - "end": 934, + "start": 971, + "end": 976, "loc": { "start": { "line": 43, @@ -1551,8 +1551,8 @@ }, "property": { "type": "Identifier", - "start": 935, - "end": 942, + "start": 977, + "end": 984, "loc": { "start": { "line": 43, @@ -1571,8 +1571,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 943, - "end": 956, + "start": 985, + "end": 998, "loc": { "start": { "line": 43, @@ -1585,8 +1585,8 @@ }, "object": { "type": "Identifier", - "start": 943, - "end": 948, + "start": 985, + "end": 990, "loc": { "start": { "line": 43, @@ -1602,8 +1602,8 @@ }, "property": { "type": "Identifier", - "start": 949, - "end": 956, + "start": 991, + "end": 998, "loc": { "start": { "line": 43, @@ -1623,8 +1623,8 @@ }, "consequent": { "type": "MemberExpression", - "start": 960, - "end": 973, + "start": 1002, + "end": 1015, "loc": { "start": { "line": 43, @@ -1637,8 +1637,8 @@ }, "object": { "type": "Identifier", - "start": 960, - "end": 965, + "start": 1002, + "end": 1007, "loc": { "start": { "line": 43, @@ -1654,8 +1654,8 @@ }, "property": { "type": "Identifier", - "start": 966, - "end": 973, + "start": 1008, + "end": 1015, "loc": { "start": { "line": 43, @@ -1673,8 +1673,8 @@ }, "alternate": { "type": "ArrayExpression", - "start": 976, - "end": 978, + "start": 1018, + "end": 1020, "loc": { "start": { "line": 43, @@ -1694,8 +1694,8 @@ }, { "type": "ReturnStatement", - "start": 982, - "end": 1314, + "start": 1025, + "end": 1370, "loc": { "start": { "line": 44, @@ -1708,8 +1708,8 @@ }, "argument": { "type": "JSXElement", - "start": 994, - "end": 1309, + "start": 1038, + "end": 1364, "loc": { "start": { "line": 45, @@ -1722,8 +1722,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 994, - "end": 1309, + "start": 1038, + "end": 1364, "loc": { "start": { "line": 45, @@ -1737,8 +1737,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 1011, - "end": 1024, + "start": 1056, + "end": 1069, "loc": { "start": { "line": 46, @@ -1751,8 +1751,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1011, - "end": 1013, + "start": 1056, + "end": 1058, "loc": { "start": { "line": 46, @@ -1767,8 +1767,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1014, - "end": 1024, + "start": 1059, + "end": 1069, "loc": { "start": { "line": 46, @@ -1781,8 +1781,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1015, - "end": 1023, + "start": 1060, + "end": 1068, "loc": { "start": { "line": 46, @@ -1795,8 +1795,8 @@ }, "object": { "type": "Identifier", - "start": 1015, - "end": 1020, + "start": 1060, + "end": 1065, "loc": { "start": { "line": 46, @@ -1812,8 +1812,8 @@ }, "property": { "type": "Identifier", - "start": 1021, - "end": 1023, + "start": 1066, + "end": 1068, "loc": { "start": { "line": 46, @@ -1833,8 +1833,8 @@ }, { "type": "JSXAttribute", - "start": 1029, - "end": 1062, + "start": 1075, + "end": 1108, "loc": { "start": { "line": 47, @@ -1847,8 +1847,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1029, - "end": 1043, + "start": 1075, + "end": 1089, "loc": { "start": { "line": 47, @@ -1863,8 +1863,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1044, - "end": 1062, + "start": 1090, + "end": 1108, "loc": { "start": { "line": 47, @@ -1877,8 +1877,8 @@ }, "expression": { "type": "CallExpression", - "start": 1045, - "end": 1061, + "start": 1091, + "end": 1107, "loc": { "start": { "line": 47, @@ -1891,8 +1891,8 @@ }, "callee": { "type": "Identifier", - "start": 1045, - "end": 1059, + "start": 1091, + "end": 1105, "loc": { "start": { "line": 47, @@ -1912,8 +1912,8 @@ }, { "type": "JSXAttribute", - "start": 1067, - "end": 1101, + "start": 1114, + "end": 1148, "loc": { "start": { "line": 48, @@ -1926,8 +1926,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1067, - "end": 1086, + "start": 1114, + "end": 1133, "loc": { "start": { "line": 48, @@ -1942,8 +1942,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1087, - "end": 1101, + "start": 1134, + "end": 1148, "loc": { "start": { "line": 48, @@ -1956,8 +1956,8 @@ }, "expression": { "type": "CallExpression", - "start": 1088, - "end": 1100, + "start": 1135, + "end": 1147, "loc": { "start": { "line": 48, @@ -1970,8 +1970,8 @@ }, "callee": { "type": "Identifier", - "start": 1088, - "end": 1098, + "start": 1135, + "end": 1145, "loc": { "start": { "line": 48, @@ -1991,8 +1991,8 @@ }, { "type": "JSXAttribute", - "start": 1106, - "end": 1125, + "start": 1154, + "end": 1173, "loc": { "start": { "line": 49, @@ -2005,8 +2005,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1106, - "end": 1111, + "start": 1154, + "end": 1159, "loc": { "start": { "line": 49, @@ -2021,8 +2021,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1112, - "end": 1125, + "start": 1160, + "end": 1173, "loc": { "start": { "line": 49, @@ -2035,8 +2035,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1113, - "end": 1124, + "start": 1161, + "end": 1172, "loc": { "start": { "line": 49, @@ -2049,8 +2049,8 @@ }, "object": { "type": "Identifier", - "start": 1113, - "end": 1118, + "start": 1161, + "end": 1166, "loc": { "start": { "line": 49, @@ -2066,8 +2066,8 @@ }, "property": { "type": "Identifier", - "start": 1119, - "end": 1124, + "start": 1167, + "end": 1172, "loc": { "start": { "line": 49, @@ -2087,8 +2087,8 @@ }, { "type": "JSXAttribute", - "start": 1130, - "end": 1165, + "start": 1179, + "end": 1214, "loc": { "start": { "line": 50, @@ -2101,8 +2101,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1130, - "end": 1143, + "start": 1179, + "end": 1192, "loc": { "start": { "line": 50, @@ -2117,8 +2117,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1144, - "end": 1165, + "start": 1193, + "end": 1214, "loc": { "start": { "line": 50, @@ -2131,8 +2131,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1145, - "end": 1164, + "start": 1194, + "end": 1213, "loc": { "start": { "line": 50, @@ -2145,8 +2145,8 @@ }, "object": { "type": "Identifier", - "start": 1145, - "end": 1150, + "start": 1194, + "end": 1199, "loc": { "start": { "line": 50, @@ -2162,8 +2162,8 @@ }, "property": { "type": "Identifier", - "start": 1151, - "end": 1164, + "start": 1200, + "end": 1213, "loc": { "start": { "line": 50, @@ -2183,8 +2183,8 @@ }, { "type": "JSXAttribute", - "start": 1170, - "end": 1197, + "start": 1220, + "end": 1247, "loc": { "start": { "line": 51, @@ -2197,8 +2197,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1170, - "end": 1179, + "start": 1220, + "end": 1229, "loc": { "start": { "line": 51, @@ -2213,8 +2213,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1180, - "end": 1197, + "start": 1230, + "end": 1247, "loc": { "start": { "line": 51, @@ -2227,8 +2227,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1181, - "end": 1196, + "start": 1231, + "end": 1246, "loc": { "start": { "line": 51, @@ -2241,8 +2241,8 @@ }, "object": { "type": "Identifier", - "start": 1181, - "end": 1186, + "start": 1231, + "end": 1236, "loc": { "start": { "line": 51, @@ -2258,8 +2258,8 @@ }, "property": { "type": "Identifier", - "start": 1187, - "end": 1196, + "start": 1237, + "end": 1246, "loc": { "start": { "line": 51, @@ -2279,8 +2279,8 @@ }, { "type": "JSXAttribute", - "start": 1202, - "end": 1219, + "start": 1253, + "end": 1270, "loc": { "start": { "line": 52, @@ -2293,8 +2293,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1202, - "end": 1209, + "start": 1253, + "end": 1260, "loc": { "start": { "line": 52, @@ -2309,8 +2309,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1210, - "end": 1219, + "start": 1261, + "end": 1270, "loc": { "start": { "line": 52, @@ -2323,8 +2323,8 @@ }, "expression": { "type": "Identifier", - "start": 1211, - "end": 1218, + "start": 1262, + "end": 1269, "loc": { "start": { "line": 52, @@ -2342,8 +2342,8 @@ }, { "type": "JSXAttribute", - "start": 1224, - "end": 1249, + "start": 1276, + "end": 1301, "loc": { "start": { "line": 53, @@ -2356,8 +2356,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1224, - "end": 1232, + "start": 1276, + "end": 1284, "loc": { "start": { "line": 53, @@ -2372,8 +2372,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1233, - "end": 1249, + "start": 1285, + "end": 1301, "loc": { "start": { "line": 53, @@ -2386,8 +2386,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1234, - "end": 1248, + "start": 1286, + "end": 1300, "loc": { "start": { "line": 53, @@ -2400,8 +2400,8 @@ }, "object": { "type": "Identifier", - "start": 1234, - "end": 1239, + "start": 1286, + "end": 1291, "loc": { "start": { "line": 53, @@ -2417,8 +2417,8 @@ }, "property": { "type": "Identifier", - "start": 1240, - "end": 1248, + "start": 1292, + "end": 1300, "loc": { "start": { "line": 53, @@ -2438,8 +2438,8 @@ }, { "type": "JSXAttribute", - "start": 1254, - "end": 1275, + "start": 1307, + "end": 1328, "loc": { "start": { "line": 54, @@ -2452,8 +2452,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1254, - "end": 1260, + "start": 1307, + "end": 1313, "loc": { "start": { "line": 54, @@ -2468,8 +2468,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1261, - "end": 1275, + "start": 1314, + "end": 1328, "loc": { "start": { "line": 54, @@ -2482,8 +2482,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1262, - "end": 1274, + "start": 1315, + "end": 1327, "loc": { "start": { "line": 54, @@ -2496,8 +2496,8 @@ }, "object": { "type": "Identifier", - "start": 1262, - "end": 1267, + "start": 1315, + "end": 1320, "loc": { "start": { "line": 54, @@ -2513,8 +2513,8 @@ }, "property": { "type": "Identifier", - "start": 1268, - "end": 1274, + "start": 1321, + "end": 1327, "loc": { "start": { "line": 54, @@ -2534,8 +2534,8 @@ }, { "type": "JSXAttribute", - "start": 1280, - "end": 1303, + "start": 1334, + "end": 1357, "loc": { "start": { "line": 55, @@ -2548,8 +2548,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1280, - "end": 1287, + "start": 1334, + "end": 1341, "loc": { "start": { "line": 55, @@ -2564,8 +2564,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1288, - "end": 1303, + "start": 1342, + "end": 1357, "loc": { "start": { "line": 55, @@ -2578,8 +2578,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1289, - "end": 1302, + "start": 1343, + "end": 1356, "loc": { "start": { "line": 55, @@ -2592,8 +2592,8 @@ }, "object": { "type": "Identifier", - "start": 1289, - "end": 1294, + "start": 1343, + "end": 1348, "loc": { "start": { "line": 55, @@ -2609,8 +2609,8 @@ }, "property": { "type": "Identifier", - "start": 1295, - "end": 1302, + "start": 1349, + "end": 1356, "loc": { "start": { "line": 55, @@ -2631,8 +2631,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 995, - "end": 1006, + "start": 1039, + "end": 1050, "loc": { "start": { "line": 45, @@ -2651,15 +2651,15 @@ "children": [], "extra": { "parenthesized": true, - "parenStart": 989 + "parenStart": 1032 } } } ], "test": { "type": "StringLiteral", - "start": 899, - "end": 909, + "start": 940, + "end": 950, "loc": { "start": { "line": 42, @@ -2679,8 +2679,8 @@ }, { "type": "SwitchCase", - "start": 1316, - "end": 1324, + "start": 1373, + "end": 1381, "loc": { "start": { "line": 58, @@ -2696,8 +2696,8 @@ }, { "type": "SwitchCase", - "start": 1326, - "end": 1643, + "start": 1384, + "end": 1713, "loc": { "start": { "line": 59, @@ -2711,8 +2711,8 @@ "consequent": [ { "type": "ReturnStatement", - "start": 1342, - "end": 1643, + "start": 1401, + "end": 1713, "loc": { "start": { "line": 60, @@ -2725,8 +2725,8 @@ }, "argument": { "type": "JSXElement", - "start": 1354, - "end": 1641, + "start": 1414, + "end": 1711, "loc": { "start": { "line": 61, @@ -2739,8 +2739,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 1354, - "end": 1641, + "start": 1414, + "end": 1711, "loc": { "start": { "line": 61, @@ -2754,8 +2754,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 1365, - "end": 1378, + "start": 1426, + "end": 1439, "loc": { "start": { "line": 62, @@ -2768,8 +2768,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1365, - "end": 1367, + "start": 1426, + "end": 1428, "loc": { "start": { "line": 62, @@ -2784,8 +2784,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1368, - "end": 1378, + "start": 1429, + "end": 1439, "loc": { "start": { "line": 62, @@ -2798,8 +2798,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1369, - "end": 1377, + "start": 1430, + "end": 1438, "loc": { "start": { "line": 62, @@ -2812,8 +2812,8 @@ }, "object": { "type": "Identifier", - "start": 1369, - "end": 1374, + "start": 1430, + "end": 1435, "loc": { "start": { "line": 62, @@ -2829,8 +2829,8 @@ }, "property": { "type": "Identifier", - "start": 1375, - "end": 1377, + "start": 1436, + "end": 1438, "loc": { "start": { "line": 62, @@ -2850,8 +2850,8 @@ }, { "type": "JSXAttribute", - "start": 1383, - "end": 1416, + "start": 1445, + "end": 1478, "loc": { "start": { "line": 63, @@ -2864,8 +2864,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1383, - "end": 1397, + "start": 1445, + "end": 1459, "loc": { "start": { "line": 63, @@ -2880,8 +2880,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1398, - "end": 1416, + "start": 1460, + "end": 1478, "loc": { "start": { "line": 63, @@ -2894,8 +2894,8 @@ }, "expression": { "type": "CallExpression", - "start": 1399, - "end": 1415, + "start": 1461, + "end": 1477, "loc": { "start": { "line": 63, @@ -2908,8 +2908,8 @@ }, "callee": { "type": "Identifier", - "start": 1399, - "end": 1413, + "start": 1461, + "end": 1475, "loc": { "start": { "line": 63, @@ -2929,8 +2929,8 @@ }, { "type": "JSXAttribute", - "start": 1421, - "end": 1455, + "start": 1484, + "end": 1518, "loc": { "start": { "line": 64, @@ -2943,8 +2943,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1421, - "end": 1440, + "start": 1484, + "end": 1503, "loc": { "start": { "line": 64, @@ -2959,8 +2959,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1441, - "end": 1455, + "start": 1504, + "end": 1518, "loc": { "start": { "line": 64, @@ -2973,8 +2973,8 @@ }, "expression": { "type": "CallExpression", - "start": 1442, - "end": 1454, + "start": 1505, + "end": 1517, "loc": { "start": { "line": 64, @@ -2987,8 +2987,8 @@ }, "callee": { "type": "Identifier", - "start": 1442, - "end": 1452, + "start": 1505, + "end": 1515, "loc": { "start": { "line": 64, @@ -3008,8 +3008,8 @@ }, { "type": "JSXAttribute", - "start": 1460, - "end": 1479, + "start": 1524, + "end": 1543, "loc": { "start": { "line": 65, @@ -3022,8 +3022,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1460, - "end": 1465, + "start": 1524, + "end": 1529, "loc": { "start": { "line": 65, @@ -3038,8 +3038,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1466, - "end": 1479, + "start": 1530, + "end": 1543, "loc": { "start": { "line": 65, @@ -3052,8 +3052,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1467, - "end": 1478, + "start": 1531, + "end": 1542, "loc": { "start": { "line": 65, @@ -3066,8 +3066,8 @@ }, "object": { "type": "Identifier", - "start": 1467, - "end": 1472, + "start": 1531, + "end": 1536, "loc": { "start": { "line": 65, @@ -3083,8 +3083,8 @@ }, "property": { "type": "Identifier", - "start": 1473, - "end": 1478, + "start": 1537, + "end": 1542, "loc": { "start": { "line": 65, @@ -3104,8 +3104,8 @@ }, { "type": "JSXAttribute", - "start": 1484, - "end": 1519, + "start": 1549, + "end": 1584, "loc": { "start": { "line": 66, @@ -3118,8 +3118,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1484, - "end": 1497, + "start": 1549, + "end": 1562, "loc": { "start": { "line": 66, @@ -3134,8 +3134,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1498, - "end": 1519, + "start": 1563, + "end": 1584, "loc": { "start": { "line": 66, @@ -3148,8 +3148,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1499, - "end": 1518, + "start": 1564, + "end": 1583, "loc": { "start": { "line": 66, @@ -3162,8 +3162,8 @@ }, "object": { "type": "Identifier", - "start": 1499, - "end": 1504, + "start": 1564, + "end": 1569, "loc": { "start": { "line": 66, @@ -3179,8 +3179,8 @@ }, "property": { "type": "Identifier", - "start": 1505, - "end": 1518, + "start": 1570, + "end": 1583, "loc": { "start": { "line": 66, @@ -3200,8 +3200,8 @@ }, { "type": "JSXAttribute", - "start": 1524, - "end": 1551, + "start": 1590, + "end": 1617, "loc": { "start": { "line": 67, @@ -3214,8 +3214,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1524, - "end": 1533, + "start": 1590, + "end": 1599, "loc": { "start": { "line": 67, @@ -3230,8 +3230,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1534, - "end": 1551, + "start": 1600, + "end": 1617, "loc": { "start": { "line": 67, @@ -3244,8 +3244,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1535, - "end": 1550, + "start": 1601, + "end": 1616, "loc": { "start": { "line": 67, @@ -3258,8 +3258,8 @@ }, "object": { "type": "Identifier", - "start": 1535, - "end": 1540, + "start": 1601, + "end": 1606, "loc": { "start": { "line": 67, @@ -3275,8 +3275,8 @@ }, "property": { "type": "Identifier", - "start": 1541, - "end": 1550, + "start": 1607, + "end": 1616, "loc": { "start": { "line": 67, @@ -3296,8 +3296,8 @@ }, { "type": "JSXAttribute", - "start": 1556, - "end": 1581, + "start": 1623, + "end": 1648, "loc": { "start": { "line": 68, @@ -3310,8 +3310,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1556, - "end": 1564, + "start": 1623, + "end": 1631, "loc": { "start": { "line": 68, @@ -3326,8 +3326,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1565, - "end": 1581, + "start": 1632, + "end": 1648, "loc": { "start": { "line": 68, @@ -3340,8 +3340,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1566, - "end": 1580, + "start": 1633, + "end": 1647, "loc": { "start": { "line": 68, @@ -3354,8 +3354,8 @@ }, "object": { "type": "Identifier", - "start": 1566, - "end": 1571, + "start": 1633, + "end": 1638, "loc": { "start": { "line": 68, @@ -3371,8 +3371,8 @@ }, "property": { "type": "Identifier", - "start": 1572, - "end": 1580, + "start": 1639, + "end": 1647, "loc": { "start": { "line": 68, @@ -3392,8 +3392,8 @@ }, { "type": "JSXAttribute", - "start": 1586, - "end": 1607, + "start": 1654, + "end": 1675, "loc": { "start": { "line": 69, @@ -3406,8 +3406,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1586, - "end": 1592, + "start": 1654, + "end": 1660, "loc": { "start": { "line": 69, @@ -3422,8 +3422,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1593, - "end": 1607, + "start": 1661, + "end": 1675, "loc": { "start": { "line": 69, @@ -3436,8 +3436,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1594, - "end": 1606, + "start": 1662, + "end": 1674, "loc": { "start": { "line": 69, @@ -3450,8 +3450,8 @@ }, "object": { "type": "Identifier", - "start": 1594, - "end": 1599, + "start": 1662, + "end": 1667, "loc": { "start": { "line": 69, @@ -3467,8 +3467,8 @@ }, "property": { "type": "Identifier", - "start": 1600, - "end": 1606, + "start": 1668, + "end": 1674, "loc": { "start": { "line": 69, @@ -3488,8 +3488,8 @@ }, { "type": "JSXAttribute", - "start": 1612, - "end": 1635, + "start": 1681, + "end": 1704, "loc": { "start": { "line": 70, @@ -3502,8 +3502,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1612, - "end": 1619, + "start": 1681, + "end": 1688, "loc": { "start": { "line": 70, @@ -3518,8 +3518,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1620, - "end": 1635, + "start": 1689, + "end": 1704, "loc": { "start": { "line": 70, @@ -3532,8 +3532,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1621, - "end": 1634, + "start": 1690, + "end": 1703, "loc": { "start": { "line": 70, @@ -3546,8 +3546,8 @@ }, "object": { "type": "Identifier", - "start": 1621, - "end": 1626, + "start": 1690, + "end": 1695, "loc": { "start": { "line": 70, @@ -3563,8 +3563,8 @@ }, "property": { "type": "Identifier", - "start": 1627, - "end": 1634, + "start": 1696, + "end": 1703, "loc": { "start": { "line": 70, @@ -3585,8 +3585,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 1355, - "end": 1360, + "start": 1415, + "end": 1420, "loc": { "start": { "line": 61, @@ -3605,15 +3605,15 @@ "children": [], "extra": { "parenthesized": true, - "parenStart": 1349 + "parenStart": 1408 } } } ], "test": { "type": "StringLiteral", - "start": 1331, - "end": 1338, + "start": 1389, + "end": 1396, "loc": { "start": { "line": 59, @@ -3644,9 +3644,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates the field inside of a field group\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 324, - "end": 436, + "value": "*\r\n * Creates the field inside of a field group\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 332, + "end": 450, "loc": { "start": { "line": 9, @@ -3662,9 +3662,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * propTypes for FieldInner component\n *\n * @type {{options, ariaDescribedbyAttr}}\n ", - "start": 1652, - "end": 1742, + "value": "*\r\n * propTypes for FieldInner component\r\n *\r\n * @type {{options, ariaDescribedbyAttr}}\r\n ", + "start": 1727, + "end": 1821, "loc": { "start": { "line": 76, @@ -3681,9 +3681,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates the field inside of a field group\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 324, - "end": 436, + "value": "*\r\n * Creates the field inside of a field group\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 332, + "end": 450, "loc": { "start": { "line": 9, @@ -3699,9 +3699,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * propTypes for FieldInner component\n *\n * @type {{options, ariaDescribedbyAttr}}\n ", - "start": 1652, - "end": 1742, + "value": "*\r\n * propTypes for FieldInner component\r\n *\r\n * @type {{options, ariaDescribedbyAttr}}\r\n ", + "start": 1727, + "end": 1821, "loc": { "start": { "line": 76, @@ -3717,8 +3717,8 @@ }, { "type": "ExpressionStatement", - "start": 1743, - "end": 1820, + "start": 1823, + "end": 1903, "loc": { "start": { "line": 81, @@ -3731,8 +3731,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1743, - "end": 1819, + "start": 1823, + "end": 1902, "loc": { "start": { "line": 81, @@ -3746,8 +3746,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1743, - "end": 1763, + "start": 1823, + "end": 1843, "loc": { "start": { "line": 81, @@ -3760,8 +3760,8 @@ }, "object": { "type": "Identifier", - "start": 1743, - "end": 1753, + "start": 1823, + "end": 1833, "loc": { "start": { "line": 81, @@ -3778,8 +3778,8 @@ }, "property": { "type": "Identifier", - "start": 1754, - "end": 1763, + "start": 1834, + "end": 1843, "loc": { "start": { "line": 81, @@ -3798,8 +3798,8 @@ }, "right": { "type": "ObjectExpression", - "start": 1766, - "end": 1819, + "start": 1846, + "end": 1902, "loc": { "start": { "line": 81, @@ -3813,8 +3813,8 @@ "properties": [ { "type": "SpreadProperty", - "start": 1769, - "end": 1791, + "start": 1850, + "end": 1872, "loc": { "start": { "line": 82, @@ -3827,8 +3827,8 @@ }, "argument": { "type": "Identifier", - "start": 1772, - "end": 1791, + "start": 1853, + "end": 1872, "loc": { "start": { "line": 82, @@ -3845,8 +3845,8 @@ }, { "type": "ObjectProperty", - "start": 1794, - "end": 1816, + "start": 1876, + "end": 1898, "loc": { "start": { "line": 83, @@ -3862,8 +3862,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1794, - "end": 1798, + "start": 1876, + "end": 1880, "loc": { "start": { "line": 83, @@ -3879,8 +3879,8 @@ }, "value": { "type": "MemberExpression", - "start": 1800, - "end": 1816, + "start": 1882, + "end": 1898, "loc": { "start": { "line": 83, @@ -3893,8 +3893,8 @@ }, "object": { "type": "Identifier", - "start": 1800, - "end": 1809, + "start": 1882, + "end": 1891, "loc": { "start": { "line": 83, @@ -3910,8 +3910,8 @@ }, "property": { "type": "Identifier", - "start": 1810, - "end": 1816, + "start": 1892, + "end": 1898, "loc": { "start": { "line": 83, @@ -3935,9 +3935,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * propTypes for FieldInner component\n *\n * @type {{options, ariaDescribedbyAttr}}\n ", - "start": 1652, - "end": 1742, + "value": "*\r\n * propTypes for FieldInner component\r\n *\r\n * @type {{options, ariaDescribedbyAttr}}\r\n ", + "start": 1727, + "end": 1821, "loc": { "start": { "line": 76, @@ -3953,9 +3953,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Default props for FieldInner component\n * @type {{help: string}}\n ", - "start": 1822, - "end": 1897, + "value": "*\r\n * Default props for FieldInner component\r\n * @type {{help: string}}\r\n ", + "start": 1907, + "end": 1985, "loc": { "start": { "line": 86, @@ -3971,8 +3971,8 @@ }, { "type": "ExpressionStatement", - "start": 1898, - "end": 1954, + "start": 1987, + "end": 2046, "loc": { "start": { "line": 90, @@ -3985,8 +3985,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1898, - "end": 1953, + "start": 1987, + "end": 2045, "loc": { "start": { "line": 90, @@ -4000,8 +4000,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1898, - "end": 1921, + "start": 1987, + "end": 2010, "loc": { "start": { "line": 90, @@ -4014,8 +4014,8 @@ }, "object": { "type": "Identifier", - "start": 1898, - "end": 1908, + "start": 1987, + "end": 1997, "loc": { "start": { "line": 90, @@ -4032,8 +4032,8 @@ }, "property": { "type": "Identifier", - "start": 1909, - "end": 1921, + "start": 1998, + "end": 2010, "loc": { "start": { "line": 90, @@ -4052,8 +4052,8 @@ }, "right": { "type": "ObjectExpression", - "start": 1924, - "end": 1953, + "start": 2013, + "end": 2045, "loc": { "start": { "line": 90, @@ -4067,8 +4067,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1927, - "end": 1935, + "start": 2017, + "end": 2025, "loc": { "start": { "line": 91, @@ -4084,8 +4084,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1927, - "end": 1931, + "start": 2017, + "end": 2021, "loc": { "start": { "line": 91, @@ -4101,8 +4101,8 @@ }, "value": { "type": "StringLiteral", - "start": 1933, - "end": 1935, + "start": 2023, + "end": 2025, "loc": { "start": { "line": 91, @@ -4122,8 +4122,8 @@ }, { "type": "ObjectProperty", - "start": 1938, - "end": 1951, + "start": 2029, + "end": 2042, "loc": { "start": { "line": 92, @@ -4139,8 +4139,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1938, - "end": 1942, + "start": 2029, + "end": 2033, "loc": { "start": { "line": 92, @@ -4156,8 +4156,8 @@ }, "value": { "type": "StringLiteral", - "start": 1944, - "end": 1951, + "start": 2035, + "end": 2042, "loc": { "start": { "line": 92, @@ -4182,9 +4182,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Default props for FieldInner component\n * @type {{help: string}}\n ", - "start": 1822, - "end": 1897, + "value": "*\r\n * Default props for FieldInner component\r\n * @type {{help: string}}\r\n ", + "start": 1907, + "end": 1985, "loc": { "start": { "line": 86, @@ -4204,9 +4204,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Creates the field inside of a field group\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 324, - "end": 436, + "value": "*\r\n * Creates the field inside of a field group\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 332, + "end": 450, "loc": { "start": { "line": 9, @@ -4220,9 +4220,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Get the ID for the description element if it will be created\n\t *\n\t * @return {String|null}\n\t ", - "start": 478, - "end": 581, + "value": "*\r\n\t * Get the ID for the description element if it will be created\r\n\t *\r\n\t * @return {String|null}\r\n\t ", + "start": 495, + "end": 602, "loc": { "start": { "line": 18, @@ -4236,9 +4236,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Get the className prop for the\n\t *\n\t * @return {String}\n\t ", - "start": 664, - "end": 732, + "value": "*\r\n\t * Get the className prop for the\r\n\t *\r\n\t * @return {String}\r\n\t ", + "start": 690, + "end": 762, "loc": { "start": { "line": 27, @@ -4252,9 +4252,9 @@ }, { "type": "CommentBlock", - "value": "*\n * propTypes for FieldInner component\n *\n * @type {{options, ariaDescribedbyAttr}}\n ", - "start": 1652, - "end": 1742, + "value": "*\r\n * propTypes for FieldInner component\r\n *\r\n * @type {{options, ariaDescribedbyAttr}}\r\n ", + "start": 1727, + "end": 1821, "loc": { "start": { "line": 76, @@ -4268,9 +4268,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default props for FieldInner component\n * @type {{help: string}}\n ", - "start": 1822, - "end": 1897, + "value": "*\r\n * Default props for FieldInner component\r\n * @type {{help: string}}\r\n ", + "start": 1907, + "end": 1985, "loc": { "start": { "line": 86, @@ -4482,8 +4482,8 @@ "updateContext": null }, "value": "import", - "start": 49, - "end": 55, + "start": 50, + "end": 56, "loc": { "start": { "line": 2, @@ -4508,8 +4508,8 @@ "binop": null }, "value": "React", - "start": 56, - "end": 61, + "start": 57, + "end": 62, "loc": { "start": { "line": 2, @@ -4534,8 +4534,8 @@ "binop": null }, "value": "from", - "start": 62, - "end": 66, + "start": 63, + "end": 67, "loc": { "start": { "line": 2, @@ -4561,8 +4561,8 @@ "updateContext": null }, "value": "react", - "start": 67, - "end": 74, + "start": 68, + "end": 75, "loc": { "start": { "line": 2, @@ -4587,8 +4587,8 @@ "binop": null, "updateContext": null }, - "start": 74, - "end": 75, + "start": 75, + "end": 76, "loc": { "start": { "line": 2, @@ -4615,8 +4615,8 @@ "updateContext": null }, "value": "import", - "start": 76, - "end": 82, + "start": 78, + "end": 84, "loc": { "start": { "line": 3, @@ -4640,8 +4640,8 @@ "postfix": false, "binop": null }, - "start": 83, - "end": 84, + "start": 85, + "end": 86, "loc": { "start": { "line": 3, @@ -4666,8 +4666,8 @@ "binop": null }, "value": "Input", - "start": 84, - "end": 89, + "start": 86, + "end": 91, "loc": { "start": { "line": 3, @@ -4691,8 +4691,8 @@ "postfix": false, "binop": null }, - "start": 89, - "end": 90, + "start": 91, + "end": 92, "loc": { "start": { "line": 3, @@ -4717,8 +4717,8 @@ "binop": null }, "value": "from", - "start": 91, - "end": 95, + "start": 93, + "end": 97, "loc": { "start": { "line": 3, @@ -4744,8 +4744,8 @@ "updateContext": null }, "value": "./input/Input", - "start": 96, - "end": 111, + "start": 98, + "end": 113, "loc": { "start": { "line": 3, @@ -4770,8 +4770,8 @@ "binop": null, "updateContext": null }, - "start": 111, - "end": 112, + "start": 113, + "end": 114, "loc": { "start": { "line": 3, @@ -4798,8 +4798,8 @@ "updateContext": null }, "value": "import", - "start": 113, - "end": 119, + "start": 116, + "end": 122, "loc": { "start": { "line": 4, @@ -4823,8 +4823,8 @@ "postfix": false, "binop": null }, - "start": 120, - "end": 121, + "start": 123, + "end": 124, "loc": { "start": { "line": 4, @@ -4849,8 +4849,8 @@ "binop": null }, "value": "SelectField", - "start": 121, - "end": 132, + "start": 124, + "end": 135, "loc": { "start": { "line": 4, @@ -4874,8 +4874,8 @@ "postfix": false, "binop": null }, - "start": 132, - "end": 133, + "start": 135, + "end": 136, "loc": { "start": { "line": 4, @@ -4900,8 +4900,8 @@ "binop": null }, "value": "from", - "start": 134, - "end": 138, + "start": 137, + "end": 141, "loc": { "start": { "line": 4, @@ -4927,8 +4927,8 @@ "updateContext": null }, "value": "./select/SelectField", - "start": 139, - "end": 161, + "start": 142, + "end": 164, "loc": { "start": { "line": 4, @@ -4953,8 +4953,8 @@ "binop": null, "updateContext": null }, - "start": 161, - "end": 162, + "start": 164, + "end": 165, "loc": { "start": { "line": 4, @@ -4981,8 +4981,8 @@ "updateContext": null }, "value": "import", - "start": 163, - "end": 169, + "start": 167, + "end": 173, "loc": { "start": { "line": 5, @@ -5006,8 +5006,8 @@ "postfix": false, "binop": null }, - "start": 170, - "end": 171, + "start": 174, + "end": 175, "loc": { "start": { "line": 5, @@ -5032,8 +5032,8 @@ "binop": null }, "value": "ariaDescribedbyAttr", - "start": 171, - "end": 190, + "start": 175, + "end": 194, "loc": { "start": { "line": 5, @@ -5057,8 +5057,8 @@ "postfix": false, "binop": null }, - "start": 190, - "end": 191, + "start": 194, + "end": 195, "loc": { "start": { "line": 5, @@ -5083,8 +5083,8 @@ "binop": null }, "value": "from", - "start": 192, - "end": 196, + "start": 196, + "end": 200, "loc": { "start": { "line": 5, @@ -5110,8 +5110,8 @@ "updateContext": null }, "value": "./util", - "start": 197, - "end": 205, + "start": 201, + "end": 209, "loc": { "start": { "line": 5, @@ -5136,8 +5136,8 @@ "binop": null, "updateContext": null }, - "start": 205, - "end": 206, + "start": 209, + "end": 210, "loc": { "start": { "line": 5, @@ -5164,8 +5164,8 @@ "updateContext": null }, "value": "import", - "start": 207, - "end": 213, + "start": 212, + "end": 218, "loc": { "start": { "line": 6, @@ -5190,8 +5190,8 @@ "binop": null }, "value": "PropTypes", - "start": 214, - "end": 223, + "start": 219, + "end": 228, "loc": { "start": { "line": 6, @@ -5216,8 +5216,8 @@ "binop": null }, "value": "from", - "start": 224, - "end": 228, + "start": 229, + "end": 233, "loc": { "start": { "line": 6, @@ -5243,8 +5243,8 @@ "updateContext": null }, "value": "prop-types", - "start": 229, - "end": 241, + "start": 234, + "end": 246, "loc": { "start": { "line": 6, @@ -5269,8 +5269,8 @@ "binop": null, "updateContext": null }, - "start": 241, - "end": 242, + "start": 246, + "end": 247, "loc": { "start": { "line": 6, @@ -5297,8 +5297,8 @@ "updateContext": null }, "value": "import", - "start": 243, - "end": 249, + "start": 249, + "end": 255, "loc": { "start": { "line": 7, @@ -5323,8 +5323,8 @@ "binop": null }, "value": "classNames", - "start": 250, - "end": 260, + "start": 256, + "end": 266, "loc": { "start": { "line": 7, @@ -5349,8 +5349,8 @@ "binop": null }, "value": "from", - "start": 261, - "end": 265, + "start": 267, + "end": 271, "loc": { "start": { "line": 7, @@ -5376,8 +5376,8 @@ "updateContext": null }, "value": "classnames", - "start": 266, - "end": 278, + "start": 272, + "end": 284, "loc": { "start": { "line": 7, @@ -5402,8 +5402,8 @@ "binop": null, "updateContext": null }, - "start": 278, - "end": 279, + "start": 284, + "end": 285, "loc": { "start": { "line": 7, @@ -5430,8 +5430,8 @@ "updateContext": null }, "value": "import", - "start": 280, - "end": 286, + "start": 287, + "end": 293, "loc": { "start": { "line": 8, @@ -5455,8 +5455,8 @@ "postfix": false, "binop": null }, - "start": 287, - "end": 288, + "start": 294, + "end": 295, "loc": { "start": { "line": 8, @@ -5481,8 +5481,8 @@ "binop": null }, "value": "RenderGroup", - "start": 288, - "end": 299, + "start": 295, + "end": 306, "loc": { "start": { "line": 8, @@ -5506,8 +5506,8 @@ "postfix": false, "binop": null }, - "start": 299, - "end": 300, + "start": 306, + "end": 307, "loc": { "start": { "line": 8, @@ -5532,8 +5532,8 @@ "binop": null }, "value": "from", - "start": 301, - "end": 305, + "start": 308, + "end": 312, "loc": { "start": { "line": 8, @@ -5559,8 +5559,8 @@ "updateContext": null }, "value": "../RenderGroup", - "start": 306, - "end": 322, + "start": 313, + "end": 329, "loc": { "start": { "line": 8, @@ -5585,8 +5585,8 @@ "binop": null, "updateContext": null }, - "start": 322, - "end": 323, + "start": 329, + "end": 330, "loc": { "start": { "line": 8, @@ -5600,9 +5600,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Creates the field inside of a field group\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 324, - "end": 436, + "value": "*\r\n * Creates the field inside of a field group\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 332, + "end": 450, "loc": { "start": { "line": 9, @@ -5629,8 +5629,8 @@ "updateContext": null }, "value": "export", - "start": 437, - "end": 443, + "start": 452, + "end": 458, "loc": { "start": { "line": 16, @@ -5657,8 +5657,8 @@ "updateContext": null }, "value": "const", - "start": 444, - "end": 449, + "start": 459, + "end": 464, "loc": { "start": { "line": 16, @@ -5683,8 +5683,8 @@ "binop": null }, "value": "FieldInner", - "start": 450, - "end": 460, + "start": 465, + "end": 475, "loc": { "start": { "line": 16, @@ -5710,8 +5710,8 @@ "updateContext": null }, "value": "=", - "start": 461, - "end": 462, + "start": 476, + "end": 477, "loc": { "start": { "line": 16, @@ -5735,8 +5735,8 @@ "postfix": false, "binop": null }, - "start": 463, - "end": 464, + "start": 478, + "end": 479, "loc": { "start": { "line": 16, @@ -5761,8 +5761,8 @@ "binop": null }, "value": "props", - "start": 464, - "end": 469, + "start": 479, + "end": 484, "loc": { "start": { "line": 16, @@ -5786,8 +5786,8 @@ "postfix": false, "binop": null }, - "start": 469, - "end": 470, + "start": 484, + "end": 485, "loc": { "start": { "line": 16, @@ -5812,8 +5812,8 @@ "binop": null, "updateContext": null }, - "start": 471, - "end": 473, + "start": 486, + "end": 488, "loc": { "start": { "line": 16, @@ -5837,8 +5837,8 @@ "postfix": false, "binop": null }, - "start": 474, - "end": 475, + "start": 489, + "end": 490, "loc": { "start": { "line": 16, @@ -5852,9 +5852,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Get the ID for the description element if it will be created\n\t *\n\t * @return {String|null}\n\t ", - "start": 478, - "end": 581, + "value": "*\r\n\t * Get the ID for the description element if it will be created\r\n\t *\r\n\t * @return {String|null}\r\n\t ", + "start": 495, + "end": 602, "loc": { "start": { "line": 18, @@ -5880,8 +5880,8 @@ "binop": null }, "value": "function", - "start": 583, - "end": 591, + "start": 605, + "end": 613, "loc": { "start": { "line": 23, @@ -5906,8 +5906,8 @@ "binop": null }, "value": "ariaIdAttr", - "start": 592, - "end": 602, + "start": 614, + "end": 624, "loc": { "start": { "line": 23, @@ -5931,8 +5931,8 @@ "postfix": false, "binop": null }, - "start": 602, - "end": 603, + "start": 624, + "end": 625, "loc": { "start": { "line": 23, @@ -5956,8 +5956,8 @@ "postfix": false, "binop": null }, - "start": 603, - "end": 604, + "start": 625, + "end": 626, "loc": { "start": { "line": 23, @@ -5981,8 +5981,8 @@ "postfix": false, "binop": null }, - "start": 605, - "end": 606, + "start": 627, + "end": 628, "loc": { "start": { "line": 23, @@ -6009,8 +6009,8 @@ "updateContext": null }, "value": "return", - "start": 609, - "end": 615, + "start": 632, + "end": 638, "loc": { "start": { "line": 24, @@ -6035,8 +6035,8 @@ "binop": null }, "value": "ariaDescribedbyAttr", - "start": 616, - "end": 635, + "start": 639, + "end": 658, "loc": { "start": { "line": 24, @@ -6060,8 +6060,8 @@ "postfix": false, "binop": null }, - "start": 635, - "end": 636, + "start": 658, + "end": 659, "loc": { "start": { "line": 24, @@ -6086,8 +6086,8 @@ "binop": null }, "value": "props", - "start": 636, - "end": 641, + "start": 659, + "end": 664, "loc": { "start": { "line": 24, @@ -6112,8 +6112,8 @@ "binop": null, "updateContext": null }, - "start": 641, - "end": 642, + "start": 664, + "end": 665, "loc": { "start": { "line": 24, @@ -6138,8 +6138,8 @@ "binop": null }, "value": "id", - "start": 642, - "end": 644, + "start": 665, + "end": 667, "loc": { "start": { "line": 24, @@ -6164,8 +6164,8 @@ "binop": null, "updateContext": null }, - "start": 644, - "end": 645, + "start": 667, + "end": 668, "loc": { "start": { "line": 24, @@ -6190,8 +6190,8 @@ "binop": null }, "value": "props", - "start": 646, - "end": 651, + "start": 669, + "end": 674, "loc": { "start": { "line": 24, @@ -6216,8 +6216,8 @@ "binop": null, "updateContext": null }, - "start": 651, - "end": 652, + "start": 674, + "end": 675, "loc": { "start": { "line": 24, @@ -6242,8 +6242,8 @@ "binop": null }, "value": "help", - "start": 652, - "end": 656, + "start": 675, + "end": 679, "loc": { "start": { "line": 24, @@ -6267,8 +6267,8 @@ "postfix": false, "binop": null }, - "start": 656, - "end": 657, + "start": 679, + "end": 680, "loc": { "start": { "line": 24, @@ -6293,8 +6293,8 @@ "binop": null, "updateContext": null }, - "start": 657, - "end": 658, + "start": 680, + "end": 681, "loc": { "start": { "line": 24, @@ -6318,8 +6318,8 @@ "postfix": false, "binop": null }, - "start": 660, - "end": 661, + "start": 684, + "end": 685, "loc": { "start": { "line": 25, @@ -6333,9 +6333,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Get the className prop for the\n\t *\n\t * @return {String}\n\t ", - "start": 664, - "end": 732, + "value": "*\r\n\t * Get the className prop for the\r\n\t *\r\n\t * @return {String}\r\n\t ", + "start": 690, + "end": 762, "loc": { "start": { "line": 27, @@ -6361,8 +6361,8 @@ "binop": null }, "value": "function", - "start": 734, - "end": 742, + "start": 765, + "end": 773, "loc": { "start": { "line": 32, @@ -6387,8 +6387,8 @@ "binop": null }, "value": "inputClassName", - "start": 743, - "end": 757, + "start": 774, + "end": 788, "loc": { "start": { "line": 32, @@ -6412,8 +6412,8 @@ "postfix": false, "binop": null }, - "start": 757, - "end": 758, + "start": 788, + "end": 789, "loc": { "start": { "line": 32, @@ -6437,8 +6437,8 @@ "postfix": false, "binop": null }, - "start": 758, - "end": 759, + "start": 789, + "end": 790, "loc": { "start": { "line": 32, @@ -6462,8 +6462,8 @@ "postfix": false, "binop": null }, - "start": 760, - "end": 761, + "start": 791, + "end": 792, "loc": { "start": { "line": 32, @@ -6490,8 +6490,8 @@ "updateContext": null }, "value": "return", - "start": 764, - "end": 770, + "start": 796, + "end": 802, "loc": { "start": { "line": 33, @@ -6516,8 +6516,8 @@ "binop": null }, "value": "classNames", - "start": 771, - "end": 781, + "start": 803, + "end": 813, "loc": { "start": { "line": 33, @@ -6541,8 +6541,8 @@ "postfix": false, "binop": null }, - "start": 781, - "end": 782, + "start": 813, + "end": 814, "loc": { "start": { "line": 33, @@ -6567,8 +6567,8 @@ "binop": null, "updateContext": null }, - "start": 782, - "end": 783, + "start": 814, + "end": 815, "loc": { "start": { "line": 33, @@ -6593,8 +6593,8 @@ "binop": null }, "value": "props", - "start": 787, - "end": 792, + "start": 820, + "end": 825, "loc": { "start": { "line": 34, @@ -6619,8 +6619,8 @@ "binop": null, "updateContext": null }, - "start": 792, - "end": 793, + "start": 825, + "end": 826, "loc": { "start": { "line": 34, @@ -6645,8 +6645,8 @@ "binop": null }, "value": "fieldClassName", - "start": 793, - "end": 807, + "start": 826, + "end": 840, "loc": { "start": { "line": 34, @@ -6671,8 +6671,8 @@ "binop": null, "updateContext": null }, - "start": 807, - "end": 808, + "start": 840, + "end": 841, "loc": { "start": { "line": 34, @@ -6697,8 +6697,8 @@ "binop": null }, "value": "RenderGroup", - "start": 812, - "end": 823, + "start": 846, + "end": 857, "loc": { "start": { "line": 35, @@ -6723,8 +6723,8 @@ "binop": null, "updateContext": null }, - "start": 823, - "end": 824, + "start": 857, + "end": 858, "loc": { "start": { "line": 35, @@ -6749,8 +6749,8 @@ "binop": null }, "value": "classNames", - "start": 824, - "end": 834, + "start": 858, + "end": 868, "loc": { "start": { "line": 35, @@ -6775,8 +6775,8 @@ "binop": null, "updateContext": null }, - "start": 834, - "end": 835, + "start": 868, + "end": 869, "loc": { "start": { "line": 35, @@ -6801,8 +6801,8 @@ "binop": null }, "value": "input", - "start": 835, - "end": 840, + "start": 869, + "end": 874, "loc": { "start": { "line": 35, @@ -6827,8 +6827,8 @@ "binop": null, "updateContext": null }, - "start": 843, - "end": 844, + "start": 878, + "end": 879, "loc": { "start": { "line": 36, @@ -6852,8 +6852,8 @@ "postfix": false, "binop": null }, - "start": 847, - "end": 848, + "start": 883, + "end": 884, "loc": { "start": { "line": 37, @@ -6878,8 +6878,8 @@ "binop": null, "updateContext": null }, - "start": 848, - "end": 849, + "start": 884, + "end": 885, "loc": { "start": { "line": 37, @@ -6903,8 +6903,8 @@ "postfix": false, "binop": null }, - "start": 851, - "end": 852, + "start": 888, + "end": 889, "loc": { "start": { "line": 38, @@ -6931,8 +6931,8 @@ "updateContext": null }, "value": "switch", - "start": 855, - "end": 861, + "start": 894, + "end": 900, "loc": { "start": { "line": 40, @@ -6956,8 +6956,8 @@ "postfix": false, "binop": null }, - "start": 861, - "end": 862, + "start": 900, + "end": 901, "loc": { "start": { "line": 40, @@ -6982,8 +6982,8 @@ "binop": null }, "value": "props", - "start": 863, - "end": 868, + "start": 902, + "end": 907, "loc": { "start": { "line": 40, @@ -7008,8 +7008,8 @@ "binop": null, "updateContext": null }, - "start": 868, - "end": 869, + "start": 907, + "end": 908, "loc": { "start": { "line": 40, @@ -7034,8 +7034,8 @@ "binop": null }, "value": "type", - "start": 869, - "end": 873, + "start": 908, + "end": 912, "loc": { "start": { "line": 40, @@ -7059,8 +7059,8 @@ "postfix": false, "binop": null }, - "start": 874, - "end": 875, + "start": 913, + "end": 914, "loc": { "start": { "line": 40, @@ -7084,8 +7084,8 @@ "postfix": false, "binop": null }, - "start": 875, - "end": 876, + "start": 914, + "end": 915, "loc": { "start": { "line": 40, @@ -7112,8 +7112,8 @@ "updateContext": null }, "value": "case", - "start": 878, - "end": 882, + "start": 918, + "end": 922, "loc": { "start": { "line": 41, @@ -7139,8 +7139,8 @@ "updateContext": null }, "value": "select", - "start": 883, - "end": 891, + "start": 923, + "end": 931, "loc": { "start": { "line": 41, @@ -7165,8 +7165,8 @@ "binop": null, "updateContext": null }, - "start": 891, - "end": 892, + "start": 931, + "end": 932, "loc": { "start": { "line": 41, @@ -7193,8 +7193,8 @@ "updateContext": null }, "value": "case", - "start": 894, - "end": 898, + "start": 935, + "end": 939, "loc": { "start": { "line": 42, @@ -7220,8 +7220,8 @@ "updateContext": null }, "value": "dropdown", - "start": 899, - "end": 909, + "start": 940, + "end": 950, "loc": { "start": { "line": 42, @@ -7246,8 +7246,8 @@ "binop": null, "updateContext": null }, - "start": 909, - "end": 910, + "start": 950, + "end": 951, "loc": { "start": { "line": 42, @@ -7274,8 +7274,8 @@ "updateContext": null }, "value": "const", - "start": 913, - "end": 918, + "start": 955, + "end": 960, "loc": { "start": { "line": 43, @@ -7300,8 +7300,8 @@ "binop": null }, "value": "options", - "start": 919, - "end": 926, + "start": 961, + "end": 968, "loc": { "start": { "line": 43, @@ -7327,8 +7327,8 @@ "updateContext": null }, "value": "=", - "start": 927, - "end": 928, + "start": 969, + "end": 970, "loc": { "start": { "line": 43, @@ -7353,8 +7353,8 @@ "binop": null }, "value": "Array", - "start": 929, - "end": 934, + "start": 971, + "end": 976, "loc": { "start": { "line": 43, @@ -7379,8 +7379,8 @@ "binop": null, "updateContext": null }, - "start": 934, - "end": 935, + "start": 976, + "end": 977, "loc": { "start": { "line": 43, @@ -7405,8 +7405,8 @@ "binop": null }, "value": "isArray", - "start": 935, - "end": 942, + "start": 977, + "end": 984, "loc": { "start": { "line": 43, @@ -7430,8 +7430,8 @@ "postfix": false, "binop": null }, - "start": 942, - "end": 943, + "start": 984, + "end": 985, "loc": { "start": { "line": 43, @@ -7456,8 +7456,8 @@ "binop": null }, "value": "props", - "start": 943, - "end": 948, + "start": 985, + "end": 990, "loc": { "start": { "line": 43, @@ -7482,8 +7482,8 @@ "binop": null, "updateContext": null }, - "start": 948, - "end": 949, + "start": 990, + "end": 991, "loc": { "start": { "line": 43, @@ -7508,8 +7508,8 @@ "binop": null }, "value": "options", - "start": 949, - "end": 956, + "start": 991, + "end": 998, "loc": { "start": { "line": 43, @@ -7533,8 +7533,8 @@ "postfix": false, "binop": null }, - "start": 956, - "end": 957, + "start": 998, + "end": 999, "loc": { "start": { "line": 43, @@ -7559,8 +7559,8 @@ "binop": null, "updateContext": null }, - "start": 958, - "end": 959, + "start": 1000, + "end": 1001, "loc": { "start": { "line": 43, @@ -7585,8 +7585,8 @@ "binop": null }, "value": "props", - "start": 960, - "end": 965, + "start": 1002, + "end": 1007, "loc": { "start": { "line": 43, @@ -7611,8 +7611,8 @@ "binop": null, "updateContext": null }, - "start": 965, - "end": 966, + "start": 1007, + "end": 1008, "loc": { "start": { "line": 43, @@ -7637,8 +7637,8 @@ "binop": null }, "value": "options", - "start": 966, - "end": 973, + "start": 1008, + "end": 1015, "loc": { "start": { "line": 43, @@ -7663,8 +7663,8 @@ "binop": null, "updateContext": null }, - "start": 974, - "end": 975, + "start": 1016, + "end": 1017, "loc": { "start": { "line": 43, @@ -7689,8 +7689,8 @@ "binop": null, "updateContext": null }, - "start": 976, - "end": 977, + "start": 1018, + "end": 1019, "loc": { "start": { "line": 43, @@ -7715,8 +7715,8 @@ "binop": null, "updateContext": null }, - "start": 977, - "end": 978, + "start": 1019, + "end": 1020, "loc": { "start": { "line": 43, @@ -7741,8 +7741,8 @@ "binop": null, "updateContext": null }, - "start": 978, - "end": 979, + "start": 1020, + "end": 1021, "loc": { "start": { "line": 43, @@ -7769,8 +7769,8 @@ "updateContext": null }, "value": "return", - "start": 982, - "end": 988, + "start": 1025, + "end": 1031, "loc": { "start": { "line": 44, @@ -7794,8 +7794,8 @@ "postfix": false, "binop": null }, - "start": 989, - "end": 990, + "start": 1032, + "end": 1033, "loc": { "start": { "line": 44, @@ -7819,8 +7819,8 @@ "postfix": false, "binop": null }, - "start": 994, - "end": 995, + "start": 1038, + "end": 1039, "loc": { "start": { "line": 45, @@ -7846,8 +7846,8 @@ "updateContext": null }, "value": "SelectField", - "start": 995, - "end": 1006, + "start": 1039, + "end": 1050, "loc": { "start": { "line": 45, @@ -7873,8 +7873,8 @@ "updateContext": null }, "value": "id", - "start": 1011, - "end": 1013, + "start": 1056, + "end": 1058, "loc": { "start": { "line": 46, @@ -7900,8 +7900,8 @@ "updateContext": null }, "value": "=", - "start": 1013, - "end": 1014, + "start": 1058, + "end": 1059, "loc": { "start": { "line": 46, @@ -7925,8 +7925,8 @@ "postfix": false, "binop": null }, - "start": 1014, - "end": 1015, + "start": 1059, + "end": 1060, "loc": { "start": { "line": 46, @@ -7951,8 +7951,8 @@ "binop": null }, "value": "props", - "start": 1015, - "end": 1020, + "start": 1060, + "end": 1065, "loc": { "start": { "line": 46, @@ -7977,8 +7977,8 @@ "binop": null, "updateContext": null }, - "start": 1020, - "end": 1021, + "start": 1065, + "end": 1066, "loc": { "start": { "line": 46, @@ -8003,8 +8003,8 @@ "binop": null }, "value": "id", - "start": 1021, - "end": 1023, + "start": 1066, + "end": 1068, "loc": { "start": { "line": 46, @@ -8028,8 +8028,8 @@ "postfix": false, "binop": null }, - "start": 1023, - "end": 1024, + "start": 1068, + "end": 1069, "loc": { "start": { "line": 46, @@ -8055,8 +8055,8 @@ "updateContext": null }, "value": "fieldClassName", - "start": 1029, - "end": 1043, + "start": 1075, + "end": 1089, "loc": { "start": { "line": 47, @@ -8082,8 +8082,8 @@ "updateContext": null }, "value": "=", - "start": 1043, - "end": 1044, + "start": 1089, + "end": 1090, "loc": { "start": { "line": 47, @@ -8107,8 +8107,8 @@ "postfix": false, "binop": null }, - "start": 1044, - "end": 1045, + "start": 1090, + "end": 1091, "loc": { "start": { "line": 47, @@ -8133,8 +8133,8 @@ "binop": null }, "value": "inputClassName", - "start": 1045, - "end": 1059, + "start": 1091, + "end": 1105, "loc": { "start": { "line": 47, @@ -8158,8 +8158,8 @@ "postfix": false, "binop": null }, - "start": 1059, - "end": 1060, + "start": 1105, + "end": 1106, "loc": { "start": { "line": 47, @@ -8183,8 +8183,8 @@ "postfix": false, "binop": null }, - "start": 1060, - "end": 1061, + "start": 1106, + "end": 1107, "loc": { "start": { "line": 47, @@ -8208,8 +8208,8 @@ "postfix": false, "binop": null }, - "start": 1061, - "end": 1062, + "start": 1107, + "end": 1108, "loc": { "start": { "line": 47, @@ -8235,8 +8235,8 @@ "updateContext": null }, "value": "ariaDescribedbyAttr", - "start": 1067, - "end": 1086, + "start": 1114, + "end": 1133, "loc": { "start": { "line": 48, @@ -8262,8 +8262,8 @@ "updateContext": null }, "value": "=", - "start": 1086, - "end": 1087, + "start": 1133, + "end": 1134, "loc": { "start": { "line": 48, @@ -8287,8 +8287,8 @@ "postfix": false, "binop": null }, - "start": 1087, - "end": 1088, + "start": 1134, + "end": 1135, "loc": { "start": { "line": 48, @@ -8313,8 +8313,8 @@ "binop": null }, "value": "ariaIdAttr", - "start": 1088, - "end": 1098, + "start": 1135, + "end": 1145, "loc": { "start": { "line": 48, @@ -8338,8 +8338,8 @@ "postfix": false, "binop": null }, - "start": 1098, - "end": 1099, + "start": 1145, + "end": 1146, "loc": { "start": { "line": 48, @@ -8363,8 +8363,8 @@ "postfix": false, "binop": null }, - "start": 1099, - "end": 1100, + "start": 1146, + "end": 1147, "loc": { "start": { "line": 48, @@ -8388,8 +8388,8 @@ "postfix": false, "binop": null }, - "start": 1100, - "end": 1101, + "start": 1147, + "end": 1148, "loc": { "start": { "line": 48, @@ -8415,8 +8415,8 @@ "updateContext": null }, "value": "value", - "start": 1106, - "end": 1111, + "start": 1154, + "end": 1159, "loc": { "start": { "line": 49, @@ -8442,8 +8442,8 @@ "updateContext": null }, "value": "=", - "start": 1111, - "end": 1112, + "start": 1159, + "end": 1160, "loc": { "start": { "line": 49, @@ -8467,8 +8467,8 @@ "postfix": false, "binop": null }, - "start": 1112, - "end": 1113, + "start": 1160, + "end": 1161, "loc": { "start": { "line": 49, @@ -8493,8 +8493,8 @@ "binop": null }, "value": "props", - "start": 1113, - "end": 1118, + "start": 1161, + "end": 1166, "loc": { "start": { "line": 49, @@ -8519,8 +8519,8 @@ "binop": null, "updateContext": null }, - "start": 1118, - "end": 1119, + "start": 1166, + "end": 1167, "loc": { "start": { "line": 49, @@ -8545,8 +8545,8 @@ "binop": null }, "value": "value", - "start": 1119, - "end": 1124, + "start": 1167, + "end": 1172, "loc": { "start": { "line": 49, @@ -8570,8 +8570,8 @@ "postfix": false, "binop": null }, - "start": 1124, - "end": 1125, + "start": 1172, + "end": 1173, "loc": { "start": { "line": 49, @@ -8597,8 +8597,8 @@ "updateContext": null }, "value": "onValueChange", - "start": 1130, - "end": 1143, + "start": 1179, + "end": 1192, "loc": { "start": { "line": 50, @@ -8624,8 +8624,8 @@ "updateContext": null }, "value": "=", - "start": 1143, - "end": 1144, + "start": 1192, + "end": 1193, "loc": { "start": { "line": 50, @@ -8649,8 +8649,8 @@ "postfix": false, "binop": null }, - "start": 1144, - "end": 1145, + "start": 1193, + "end": 1194, "loc": { "start": { "line": 50, @@ -8675,8 +8675,8 @@ "binop": null }, "value": "props", - "start": 1145, - "end": 1150, + "start": 1194, + "end": 1199, "loc": { "start": { "line": 50, @@ -8701,8 +8701,8 @@ "binop": null, "updateContext": null }, - "start": 1150, - "end": 1151, + "start": 1199, + "end": 1200, "loc": { "start": { "line": 50, @@ -8727,8 +8727,8 @@ "binop": null }, "value": "onValueChange", - "start": 1151, - "end": 1164, + "start": 1200, + "end": 1213, "loc": { "start": { "line": 50, @@ -8752,8 +8752,8 @@ "postfix": false, "binop": null }, - "start": 1164, - "end": 1165, + "start": 1213, + "end": 1214, "loc": { "start": { "line": 50, @@ -8779,8 +8779,8 @@ "updateContext": null }, "value": "inputType", - "start": 1170, - "end": 1179, + "start": 1220, + "end": 1229, "loc": { "start": { "line": 51, @@ -8806,8 +8806,8 @@ "updateContext": null }, "value": "=", - "start": 1179, - "end": 1180, + "start": 1229, + "end": 1230, "loc": { "start": { "line": 51, @@ -8831,8 +8831,8 @@ "postfix": false, "binop": null }, - "start": 1180, - "end": 1181, + "start": 1230, + "end": 1231, "loc": { "start": { "line": 51, @@ -8857,8 +8857,8 @@ "binop": null }, "value": "props", - "start": 1181, - "end": 1186, + "start": 1231, + "end": 1236, "loc": { "start": { "line": 51, @@ -8883,8 +8883,8 @@ "binop": null, "updateContext": null }, - "start": 1186, - "end": 1187, + "start": 1236, + "end": 1237, "loc": { "start": { "line": 51, @@ -8909,8 +8909,8 @@ "binop": null }, "value": "inputType", - "start": 1187, - "end": 1196, + "start": 1237, + "end": 1246, "loc": { "start": { "line": 51, @@ -8934,8 +8934,8 @@ "postfix": false, "binop": null }, - "start": 1196, - "end": 1197, + "start": 1246, + "end": 1247, "loc": { "start": { "line": 51, @@ -8961,8 +8961,8 @@ "updateContext": null }, "value": "options", - "start": 1202, - "end": 1209, + "start": 1253, + "end": 1260, "loc": { "start": { "line": 52, @@ -8988,8 +8988,8 @@ "updateContext": null }, "value": "=", - "start": 1209, - "end": 1210, + "start": 1260, + "end": 1261, "loc": { "start": { "line": 52, @@ -9013,8 +9013,8 @@ "postfix": false, "binop": null }, - "start": 1210, - "end": 1211, + "start": 1261, + "end": 1262, "loc": { "start": { "line": 52, @@ -9039,8 +9039,8 @@ "binop": null }, "value": "options", - "start": 1211, - "end": 1218, + "start": 1262, + "end": 1269, "loc": { "start": { "line": 52, @@ -9064,8 +9064,8 @@ "postfix": false, "binop": null }, - "start": 1218, - "end": 1219, + "start": 1269, + "end": 1270, "loc": { "start": { "line": 52, @@ -9091,8 +9091,8 @@ "updateContext": null }, "value": "disabled", - "start": 1224, - "end": 1232, + "start": 1276, + "end": 1284, "loc": { "start": { "line": 53, @@ -9118,8 +9118,8 @@ "updateContext": null }, "value": "=", - "start": 1232, - "end": 1233, + "start": 1284, + "end": 1285, "loc": { "start": { "line": 53, @@ -9143,8 +9143,8 @@ "postfix": false, "binop": null }, - "start": 1233, - "end": 1234, + "start": 1285, + "end": 1286, "loc": { "start": { "line": 53, @@ -9169,8 +9169,8 @@ "binop": null }, "value": "props", - "start": 1234, - "end": 1239, + "start": 1286, + "end": 1291, "loc": { "start": { "line": 53, @@ -9195,8 +9195,8 @@ "binop": null, "updateContext": null }, - "start": 1239, - "end": 1240, + "start": 1291, + "end": 1292, "loc": { "start": { "line": 53, @@ -9221,8 +9221,8 @@ "binop": null }, "value": "disabled", - "start": 1240, - "end": 1248, + "start": 1292, + "end": 1300, "loc": { "start": { "line": 53, @@ -9246,8 +9246,8 @@ "postfix": false, "binop": null }, - "start": 1248, - "end": 1249, + "start": 1300, + "end": 1301, "loc": { "start": { "line": 53, @@ -9273,8 +9273,8 @@ "updateContext": null }, "value": "onBlur", - "start": 1254, - "end": 1260, + "start": 1307, + "end": 1313, "loc": { "start": { "line": 54, @@ -9300,8 +9300,8 @@ "updateContext": null }, "value": "=", - "start": 1260, - "end": 1261, + "start": 1313, + "end": 1314, "loc": { "start": { "line": 54, @@ -9325,8 +9325,8 @@ "postfix": false, "binop": null }, - "start": 1261, - "end": 1262, + "start": 1314, + "end": 1315, "loc": { "start": { "line": 54, @@ -9351,8 +9351,8 @@ "binop": null }, "value": "props", - "start": 1262, - "end": 1267, + "start": 1315, + "end": 1320, "loc": { "start": { "line": 54, @@ -9377,8 +9377,8 @@ "binop": null, "updateContext": null }, - "start": 1267, - "end": 1268, + "start": 1320, + "end": 1321, "loc": { "start": { "line": 54, @@ -9403,8 +9403,8 @@ "binop": null }, "value": "onBlur", - "start": 1268, - "end": 1274, + "start": 1321, + "end": 1327, "loc": { "start": { "line": 54, @@ -9428,8 +9428,8 @@ "postfix": false, "binop": null }, - "start": 1274, - "end": 1275, + "start": 1327, + "end": 1328, "loc": { "start": { "line": 54, @@ -9455,8 +9455,8 @@ "updateContext": null }, "value": "onFocus", - "start": 1280, - "end": 1287, + "start": 1334, + "end": 1341, "loc": { "start": { "line": 55, @@ -9482,8 +9482,8 @@ "updateContext": null }, "value": "=", - "start": 1287, - "end": 1288, + "start": 1341, + "end": 1342, "loc": { "start": { "line": 55, @@ -9507,8 +9507,8 @@ "postfix": false, "binop": null }, - "start": 1288, - "end": 1289, + "start": 1342, + "end": 1343, "loc": { "start": { "line": 55, @@ -9533,8 +9533,8 @@ "binop": null }, "value": "props", - "start": 1289, - "end": 1294, + "start": 1343, + "end": 1348, "loc": { "start": { "line": 55, @@ -9559,8 +9559,8 @@ "binop": null, "updateContext": null }, - "start": 1294, - "end": 1295, + "start": 1348, + "end": 1349, "loc": { "start": { "line": 55, @@ -9585,8 +9585,8 @@ "binop": null }, "value": "onFocus", - "start": 1295, - "end": 1302, + "start": 1349, + "end": 1356, "loc": { "start": { "line": 55, @@ -9610,8 +9610,8 @@ "postfix": false, "binop": null }, - "start": 1302, - "end": 1303, + "start": 1356, + "end": 1357, "loc": { "start": { "line": 55, @@ -9637,8 +9637,8 @@ "updateContext": null }, "value": "/", - "start": 1307, - "end": 1308, + "start": 1362, + "end": 1363, "loc": { "start": { "line": 56, @@ -9662,8 +9662,8 @@ "postfix": false, "binop": null }, - "start": 1308, - "end": 1309, + "start": 1363, + "end": 1364, "loc": { "start": { "line": 56, @@ -9687,8 +9687,8 @@ "postfix": false, "binop": null }, - "start": 1312, - "end": 1313, + "start": 1368, + "end": 1369, "loc": { "start": { "line": 57, @@ -9713,8 +9713,8 @@ "binop": null, "updateContext": null }, - "start": 1313, - "end": 1314, + "start": 1369, + "end": 1370, "loc": { "start": { "line": 57, @@ -9741,8 +9741,8 @@ "updateContext": null }, "value": "default", - "start": 1316, - "end": 1323, + "start": 1373, + "end": 1380, "loc": { "start": { "line": 58, @@ -9767,8 +9767,8 @@ "binop": null, "updateContext": null }, - "start": 1323, - "end": 1324, + "start": 1380, + "end": 1381, "loc": { "start": { "line": 58, @@ -9795,8 +9795,8 @@ "updateContext": null }, "value": "case", - "start": 1326, - "end": 1330, + "start": 1384, + "end": 1388, "loc": { "start": { "line": 59, @@ -9822,8 +9822,8 @@ "updateContext": null }, "value": "input", - "start": 1331, - "end": 1338, + "start": 1389, + "end": 1396, "loc": { "start": { "line": 59, @@ -9848,8 +9848,8 @@ "binop": null, "updateContext": null }, - "start": 1338, - "end": 1339, + "start": 1396, + "end": 1397, "loc": { "start": { "line": 59, @@ -9876,8 +9876,8 @@ "updateContext": null }, "value": "return", - "start": 1342, - "end": 1348, + "start": 1401, + "end": 1407, "loc": { "start": { "line": 60, @@ -9901,8 +9901,8 @@ "postfix": false, "binop": null }, - "start": 1349, - "end": 1350, + "start": 1408, + "end": 1409, "loc": { "start": { "line": 60, @@ -9926,8 +9926,8 @@ "postfix": false, "binop": null }, - "start": 1354, - "end": 1355, + "start": 1414, + "end": 1415, "loc": { "start": { "line": 61, @@ -9953,8 +9953,8 @@ "updateContext": null }, "value": "Input", - "start": 1355, - "end": 1360, + "start": 1415, + "end": 1420, "loc": { "start": { "line": 61, @@ -9980,8 +9980,8 @@ "updateContext": null }, "value": "id", - "start": 1365, - "end": 1367, + "start": 1426, + "end": 1428, "loc": { "start": { "line": 62, @@ -10007,8 +10007,8 @@ "updateContext": null }, "value": "=", - "start": 1367, - "end": 1368, + "start": 1428, + "end": 1429, "loc": { "start": { "line": 62, @@ -10032,8 +10032,8 @@ "postfix": false, "binop": null }, - "start": 1368, - "end": 1369, + "start": 1429, + "end": 1430, "loc": { "start": { "line": 62, @@ -10058,8 +10058,8 @@ "binop": null }, "value": "props", - "start": 1369, - "end": 1374, + "start": 1430, + "end": 1435, "loc": { "start": { "line": 62, @@ -10084,8 +10084,8 @@ "binop": null, "updateContext": null }, - "start": 1374, - "end": 1375, + "start": 1435, + "end": 1436, "loc": { "start": { "line": 62, @@ -10110,8 +10110,8 @@ "binop": null }, "value": "id", - "start": 1375, - "end": 1377, + "start": 1436, + "end": 1438, "loc": { "start": { "line": 62, @@ -10135,8 +10135,8 @@ "postfix": false, "binop": null }, - "start": 1377, - "end": 1378, + "start": 1438, + "end": 1439, "loc": { "start": { "line": 62, @@ -10162,8 +10162,8 @@ "updateContext": null }, "value": "fieldClassName", - "start": 1383, - "end": 1397, + "start": 1445, + "end": 1459, "loc": { "start": { "line": 63, @@ -10189,8 +10189,8 @@ "updateContext": null }, "value": "=", - "start": 1397, - "end": 1398, + "start": 1459, + "end": 1460, "loc": { "start": { "line": 63, @@ -10214,8 +10214,8 @@ "postfix": false, "binop": null }, - "start": 1398, - "end": 1399, + "start": 1460, + "end": 1461, "loc": { "start": { "line": 63, @@ -10240,8 +10240,8 @@ "binop": null }, "value": "inputClassName", - "start": 1399, - "end": 1413, + "start": 1461, + "end": 1475, "loc": { "start": { "line": 63, @@ -10265,8 +10265,8 @@ "postfix": false, "binop": null }, - "start": 1413, - "end": 1414, + "start": 1475, + "end": 1476, "loc": { "start": { "line": 63, @@ -10290,8 +10290,8 @@ "postfix": false, "binop": null }, - "start": 1414, - "end": 1415, + "start": 1476, + "end": 1477, "loc": { "start": { "line": 63, @@ -10315,8 +10315,8 @@ "postfix": false, "binop": null }, - "start": 1415, - "end": 1416, + "start": 1477, + "end": 1478, "loc": { "start": { "line": 63, @@ -10342,8 +10342,8 @@ "updateContext": null }, "value": "ariaDescribedbyAttr", - "start": 1421, - "end": 1440, + "start": 1484, + "end": 1503, "loc": { "start": { "line": 64, @@ -10369,8 +10369,8 @@ "updateContext": null }, "value": "=", - "start": 1440, - "end": 1441, + "start": 1503, + "end": 1504, "loc": { "start": { "line": 64, @@ -10394,8 +10394,8 @@ "postfix": false, "binop": null }, - "start": 1441, - "end": 1442, + "start": 1504, + "end": 1505, "loc": { "start": { "line": 64, @@ -10420,8 +10420,8 @@ "binop": null }, "value": "ariaIdAttr", - "start": 1442, - "end": 1452, + "start": 1505, + "end": 1515, "loc": { "start": { "line": 64, @@ -10445,8 +10445,8 @@ "postfix": false, "binop": null }, - "start": 1452, - "end": 1453, + "start": 1515, + "end": 1516, "loc": { "start": { "line": 64, @@ -10470,8 +10470,8 @@ "postfix": false, "binop": null }, - "start": 1453, - "end": 1454, + "start": 1516, + "end": 1517, "loc": { "start": { "line": 64, @@ -10495,8 +10495,8 @@ "postfix": false, "binop": null }, - "start": 1454, - "end": 1455, + "start": 1517, + "end": 1518, "loc": { "start": { "line": 64, @@ -10522,8 +10522,8 @@ "updateContext": null }, "value": "value", - "start": 1460, - "end": 1465, + "start": 1524, + "end": 1529, "loc": { "start": { "line": 65, @@ -10549,8 +10549,8 @@ "updateContext": null }, "value": "=", - "start": 1465, - "end": 1466, + "start": 1529, + "end": 1530, "loc": { "start": { "line": 65, @@ -10574,8 +10574,8 @@ "postfix": false, "binop": null }, - "start": 1466, - "end": 1467, + "start": 1530, + "end": 1531, "loc": { "start": { "line": 65, @@ -10600,8 +10600,8 @@ "binop": null }, "value": "props", - "start": 1467, - "end": 1472, + "start": 1531, + "end": 1536, "loc": { "start": { "line": 65, @@ -10626,8 +10626,8 @@ "binop": null, "updateContext": null }, - "start": 1472, - "end": 1473, + "start": 1536, + "end": 1537, "loc": { "start": { "line": 65, @@ -10652,8 +10652,8 @@ "binop": null }, "value": "value", - "start": 1473, - "end": 1478, + "start": 1537, + "end": 1542, "loc": { "start": { "line": 65, @@ -10677,8 +10677,8 @@ "postfix": false, "binop": null }, - "start": 1478, - "end": 1479, + "start": 1542, + "end": 1543, "loc": { "start": { "line": 65, @@ -10704,8 +10704,8 @@ "updateContext": null }, "value": "onValueChange", - "start": 1484, - "end": 1497, + "start": 1549, + "end": 1562, "loc": { "start": { "line": 66, @@ -10731,8 +10731,8 @@ "updateContext": null }, "value": "=", - "start": 1497, - "end": 1498, + "start": 1562, + "end": 1563, "loc": { "start": { "line": 66, @@ -10756,8 +10756,8 @@ "postfix": false, "binop": null }, - "start": 1498, - "end": 1499, + "start": 1563, + "end": 1564, "loc": { "start": { "line": 66, @@ -10782,8 +10782,8 @@ "binop": null }, "value": "props", - "start": 1499, - "end": 1504, + "start": 1564, + "end": 1569, "loc": { "start": { "line": 66, @@ -10808,8 +10808,8 @@ "binop": null, "updateContext": null }, - "start": 1504, - "end": 1505, + "start": 1569, + "end": 1570, "loc": { "start": { "line": 66, @@ -10834,8 +10834,8 @@ "binop": null }, "value": "onValueChange", - "start": 1505, - "end": 1518, + "start": 1570, + "end": 1583, "loc": { "start": { "line": 66, @@ -10859,8 +10859,8 @@ "postfix": false, "binop": null }, - "start": 1518, - "end": 1519, + "start": 1583, + "end": 1584, "loc": { "start": { "line": 66, @@ -10886,8 +10886,8 @@ "updateContext": null }, "value": "inputType", - "start": 1524, - "end": 1533, + "start": 1590, + "end": 1599, "loc": { "start": { "line": 67, @@ -10913,8 +10913,8 @@ "updateContext": null }, "value": "=", - "start": 1533, - "end": 1534, + "start": 1599, + "end": 1600, "loc": { "start": { "line": 67, @@ -10938,8 +10938,8 @@ "postfix": false, "binop": null }, - "start": 1534, - "end": 1535, + "start": 1600, + "end": 1601, "loc": { "start": { "line": 67, @@ -10964,8 +10964,8 @@ "binop": null }, "value": "props", - "start": 1535, - "end": 1540, + "start": 1601, + "end": 1606, "loc": { "start": { "line": 67, @@ -10990,8 +10990,8 @@ "binop": null, "updateContext": null }, - "start": 1540, - "end": 1541, + "start": 1606, + "end": 1607, "loc": { "start": { "line": 67, @@ -11016,8 +11016,8 @@ "binop": null }, "value": "inputType", - "start": 1541, - "end": 1550, + "start": 1607, + "end": 1616, "loc": { "start": { "line": 67, @@ -11041,8 +11041,8 @@ "postfix": false, "binop": null }, - "start": 1550, - "end": 1551, + "start": 1616, + "end": 1617, "loc": { "start": { "line": 67, @@ -11068,8 +11068,8 @@ "updateContext": null }, "value": "disabled", - "start": 1556, - "end": 1564, + "start": 1623, + "end": 1631, "loc": { "start": { "line": 68, @@ -11095,8 +11095,8 @@ "updateContext": null }, "value": "=", - "start": 1564, - "end": 1565, + "start": 1631, + "end": 1632, "loc": { "start": { "line": 68, @@ -11120,8 +11120,8 @@ "postfix": false, "binop": null }, - "start": 1565, - "end": 1566, + "start": 1632, + "end": 1633, "loc": { "start": { "line": 68, @@ -11146,8 +11146,8 @@ "binop": null }, "value": "props", - "start": 1566, - "end": 1571, + "start": 1633, + "end": 1638, "loc": { "start": { "line": 68, @@ -11172,8 +11172,8 @@ "binop": null, "updateContext": null }, - "start": 1571, - "end": 1572, + "start": 1638, + "end": 1639, "loc": { "start": { "line": 68, @@ -11198,8 +11198,8 @@ "binop": null }, "value": "disabled", - "start": 1572, - "end": 1580, + "start": 1639, + "end": 1647, "loc": { "start": { "line": 68, @@ -11223,8 +11223,8 @@ "postfix": false, "binop": null }, - "start": 1580, - "end": 1581, + "start": 1647, + "end": 1648, "loc": { "start": { "line": 68, @@ -11250,8 +11250,8 @@ "updateContext": null }, "value": "onBlur", - "start": 1586, - "end": 1592, + "start": 1654, + "end": 1660, "loc": { "start": { "line": 69, @@ -11277,8 +11277,8 @@ "updateContext": null }, "value": "=", - "start": 1592, - "end": 1593, + "start": 1660, + "end": 1661, "loc": { "start": { "line": 69, @@ -11302,8 +11302,8 @@ "postfix": false, "binop": null }, - "start": 1593, - "end": 1594, + "start": 1661, + "end": 1662, "loc": { "start": { "line": 69, @@ -11328,8 +11328,8 @@ "binop": null }, "value": "props", - "start": 1594, - "end": 1599, + "start": 1662, + "end": 1667, "loc": { "start": { "line": 69, @@ -11354,8 +11354,8 @@ "binop": null, "updateContext": null }, - "start": 1599, - "end": 1600, + "start": 1667, + "end": 1668, "loc": { "start": { "line": 69, @@ -11380,8 +11380,8 @@ "binop": null }, "value": "onBlur", - "start": 1600, - "end": 1606, + "start": 1668, + "end": 1674, "loc": { "start": { "line": 69, @@ -11405,8 +11405,8 @@ "postfix": false, "binop": null }, - "start": 1606, - "end": 1607, + "start": 1674, + "end": 1675, "loc": { "start": { "line": 69, @@ -11432,8 +11432,8 @@ "updateContext": null }, "value": "onFocus", - "start": 1612, - "end": 1619, + "start": 1681, + "end": 1688, "loc": { "start": { "line": 70, @@ -11459,8 +11459,8 @@ "updateContext": null }, "value": "=", - "start": 1619, - "end": 1620, + "start": 1688, + "end": 1689, "loc": { "start": { "line": 70, @@ -11484,8 +11484,8 @@ "postfix": false, "binop": null }, - "start": 1620, - "end": 1621, + "start": 1689, + "end": 1690, "loc": { "start": { "line": 70, @@ -11510,8 +11510,8 @@ "binop": null }, "value": "props", - "start": 1621, - "end": 1626, + "start": 1690, + "end": 1695, "loc": { "start": { "line": 70, @@ -11536,8 +11536,8 @@ "binop": null, "updateContext": null }, - "start": 1626, - "end": 1627, + "start": 1695, + "end": 1696, "loc": { "start": { "line": 70, @@ -11562,8 +11562,8 @@ "binop": null }, "value": "onFocus", - "start": 1627, - "end": 1634, + "start": 1696, + "end": 1703, "loc": { "start": { "line": 70, @@ -11587,8 +11587,8 @@ "postfix": false, "binop": null }, - "start": 1634, - "end": 1635, + "start": 1703, + "end": 1704, "loc": { "start": { "line": 70, @@ -11614,8 +11614,8 @@ "updateContext": null }, "value": "/", - "start": 1639, - "end": 1640, + "start": 1709, + "end": 1710, "loc": { "start": { "line": 71, @@ -11639,8 +11639,8 @@ "postfix": false, "binop": null }, - "start": 1640, - "end": 1641, + "start": 1710, + "end": 1711, "loc": { "start": { "line": 71, @@ -11664,8 +11664,8 @@ "postfix": false, "binop": null }, - "start": 1641, - "end": 1642, + "start": 1711, + "end": 1712, "loc": { "start": { "line": 71, @@ -11690,8 +11690,8 @@ "binop": null, "updateContext": null }, - "start": 1642, - "end": 1643, + "start": 1712, + "end": 1713, "loc": { "start": { "line": 71, @@ -11715,8 +11715,8 @@ "postfix": false, "binop": null }, - "start": 1645, - "end": 1646, + "start": 1716, + "end": 1717, "loc": { "start": { "line": 72, @@ -11740,8 +11740,8 @@ "postfix": false, "binop": null }, - "start": 1648, - "end": 1649, + "start": 1721, + "end": 1722, "loc": { "start": { "line": 74, @@ -11766,8 +11766,8 @@ "binop": null, "updateContext": null }, - "start": 1649, - "end": 1650, + "start": 1722, + "end": 1723, "loc": { "start": { "line": 74, @@ -11781,9 +11781,9 @@ }, { "type": "CommentBlock", - "value": "*\n * propTypes for FieldInner component\n *\n * @type {{options, ariaDescribedbyAttr}}\n ", - "start": 1652, - "end": 1742, + "value": "*\r\n * propTypes for FieldInner component\r\n *\r\n * @type {{options, ariaDescribedbyAttr}}\r\n ", + "start": 1727, + "end": 1821, "loc": { "start": { "line": 76, @@ -11808,8 +11808,8 @@ "binop": null }, "value": "FieldInner", - "start": 1743, - "end": 1753, + "start": 1823, + "end": 1833, "loc": { "start": { "line": 81, @@ -11834,8 +11834,8 @@ "binop": null, "updateContext": null }, - "start": 1753, - "end": 1754, + "start": 1833, + "end": 1834, "loc": { "start": { "line": 81, @@ -11860,8 +11860,8 @@ "binop": null }, "value": "propTypes", - "start": 1754, - "end": 1763, + "start": 1834, + "end": 1843, "loc": { "start": { "line": 81, @@ -11887,8 +11887,8 @@ "updateContext": null }, "value": "=", - "start": 1764, - "end": 1765, + "start": 1844, + "end": 1845, "loc": { "start": { "line": 81, @@ -11912,8 +11912,8 @@ "postfix": false, "binop": null }, - "start": 1766, - "end": 1767, + "start": 1846, + "end": 1847, "loc": { "start": { "line": 81, @@ -11938,8 +11938,8 @@ "binop": null, "updateContext": null }, - "start": 1769, - "end": 1772, + "start": 1850, + "end": 1853, "loc": { "start": { "line": 82, @@ -11964,8 +11964,8 @@ "binop": null }, "value": "fieldInnerPropTypes", - "start": 1772, - "end": 1791, + "start": 1853, + "end": 1872, "loc": { "start": { "line": 82, @@ -11990,8 +11990,8 @@ "binop": null, "updateContext": null }, - "start": 1791, - "end": 1792, + "start": 1872, + "end": 1873, "loc": { "start": { "line": 82, @@ -12016,8 +12016,8 @@ "binop": null }, "value": "type", - "start": 1794, - "end": 1798, + "start": 1876, + "end": 1880, "loc": { "start": { "line": 83, @@ -12042,8 +12042,8 @@ "binop": null, "updateContext": null }, - "start": 1798, - "end": 1799, + "start": 1880, + "end": 1881, "loc": { "start": { "line": 83, @@ -12068,8 +12068,8 @@ "binop": null }, "value": "PropTypes", - "start": 1800, - "end": 1809, + "start": 1882, + "end": 1891, "loc": { "start": { "line": 83, @@ -12094,8 +12094,8 @@ "binop": null, "updateContext": null }, - "start": 1809, - "end": 1810, + "start": 1891, + "end": 1892, "loc": { "start": { "line": 83, @@ -12120,8 +12120,8 @@ "binop": null }, "value": "string", - "start": 1810, - "end": 1816, + "start": 1892, + "end": 1898, "loc": { "start": { "line": 83, @@ -12146,8 +12146,8 @@ "binop": null, "updateContext": null }, - "start": 1816, - "end": 1817, + "start": 1898, + "end": 1899, "loc": { "start": { "line": 83, @@ -12171,8 +12171,8 @@ "postfix": false, "binop": null }, - "start": 1818, - "end": 1819, + "start": 1901, + "end": 1902, "loc": { "start": { "line": 84, @@ -12197,8 +12197,8 @@ "binop": null, "updateContext": null }, - "start": 1819, - "end": 1820, + "start": 1902, + "end": 1903, "loc": { "start": { "line": 84, @@ -12212,9 +12212,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default props for FieldInner component\n * @type {{help: string}}\n ", - "start": 1822, - "end": 1897, + "value": "*\r\n * Default props for FieldInner component\r\n * @type {{help: string}}\r\n ", + "start": 1907, + "end": 1985, "loc": { "start": { "line": 86, @@ -12239,8 +12239,8 @@ "binop": null }, "value": "FieldInner", - "start": 1898, - "end": 1908, + "start": 1987, + "end": 1997, "loc": { "start": { "line": 90, @@ -12265,8 +12265,8 @@ "binop": null, "updateContext": null }, - "start": 1908, - "end": 1909, + "start": 1997, + "end": 1998, "loc": { "start": { "line": 90, @@ -12291,8 +12291,8 @@ "binop": null }, "value": "defaultProps", - "start": 1909, - "end": 1921, + "start": 1998, + "end": 2010, "loc": { "start": { "line": 90, @@ -12318,8 +12318,8 @@ "updateContext": null }, "value": "=", - "start": 1922, - "end": 1923, + "start": 2011, + "end": 2012, "loc": { "start": { "line": 90, @@ -12343,8 +12343,8 @@ "postfix": false, "binop": null }, - "start": 1924, - "end": 1925, + "start": 2013, + "end": 2014, "loc": { "start": { "line": 90, @@ -12369,8 +12369,8 @@ "binop": null }, "value": "help", - "start": 1927, - "end": 1931, + "start": 2017, + "end": 2021, "loc": { "start": { "line": 91, @@ -12395,8 +12395,8 @@ "binop": null, "updateContext": null }, - "start": 1931, - "end": 1932, + "start": 2021, + "end": 2022, "loc": { "start": { "line": 91, @@ -12422,8 +12422,8 @@ "updateContext": null }, "value": "", - "start": 1933, - "end": 1935, + "start": 2023, + "end": 2025, "loc": { "start": { "line": 91, @@ -12448,8 +12448,8 @@ "binop": null, "updateContext": null }, - "start": 1935, - "end": 1936, + "start": 2025, + "end": 2026, "loc": { "start": { "line": 91, @@ -12474,8 +12474,8 @@ "binop": null }, "value": "type", - "start": 1938, - "end": 1942, + "start": 2029, + "end": 2033, "loc": { "start": { "line": 92, @@ -12500,8 +12500,8 @@ "binop": null, "updateContext": null }, - "start": 1942, - "end": 1943, + "start": 2033, + "end": 2034, "loc": { "start": { "line": 92, @@ -12527,8 +12527,8 @@ "updateContext": null }, "value": "input", - "start": 1944, - "end": 1951, + "start": 2035, + "end": 2042, "loc": { "start": { "line": 92, @@ -12552,8 +12552,8 @@ "postfix": false, "binop": null }, - "start": 1952, - "end": 1953, + "start": 2044, + "end": 2045, "loc": { "start": { "line": 93, @@ -12578,8 +12578,8 @@ "binop": null, "updateContext": null }, - "start": 1953, - "end": 1954, + "start": 2045, + "end": 2046, "loc": { "start": { "line": 93, @@ -12604,8 +12604,8 @@ "binop": null, "updateContext": null }, - "start": 1954, - "end": 1954, + "start": 2046, + "end": 2046, "loc": { "start": { "line": 93, diff --git a/docs/ast/source/components/fields/button-group/ButtonGroup.js.json b/docs/ast/source/components/fields/button-group/ButtonGroup.js.json index a9b3ebb..ee3a87f 100644 --- a/docs/ast/source/components/fields/button-group/ButtonGroup.js.json +++ b/docs/ast/source/components/fields/button-group/ButtonGroup.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 1470, + "end": 1547, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 1470, + "end": 1547, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 27, - "end": 68, + "start": 28, + "end": 69, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 35, - "end": 46, + "start": 36, + "end": 47, "loc": { "start": { "line": 2, @@ -128,8 +128,8 @@ }, "imported": { "type": "Identifier", - "start": 35, - "end": 46, + "start": 36, + "end": 47, "loc": { "start": { "line": 2, @@ -145,8 +145,8 @@ }, "local": { "type": "Identifier", - "start": 35, - "end": 46, + "start": 36, + "end": 47, "loc": { "start": { "line": 2, @@ -164,8 +164,8 @@ ], "source": { "type": "StringLiteral", - "start": 53, - "end": 67, + "start": 54, + "end": 68, "loc": { "start": { "line": 2, @@ -185,8 +185,8 @@ }, { "type": "ImportDeclaration", - "start": 69, - "end": 104, + "start": 71, + "end": 106, "loc": { "start": { "line": 3, @@ -200,8 +200,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 76, - "end": 85, + "start": 78, + "end": 87, "loc": { "start": { "line": 3, @@ -214,8 +214,8 @@ }, "local": { "type": "Identifier", - "start": 76, - "end": 85, + "start": 78, + "end": 87, "loc": { "start": { "line": 3, @@ -233,8 +233,8 @@ ], "source": { "type": "StringLiteral", - "start": 91, - "end": 103, + "start": 93, + "end": 105, "loc": { "start": { "line": 3, @@ -254,9 +254,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates a button group field\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 105, - "end": 204, + "value": "*\r\n * Creates a button group field\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 108, + "end": 213, "loc": { "start": { "line": 4, @@ -272,8 +272,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 205, - "end": 1014, + "start": 215, + "end": 1062, "loc": { "start": { "line": 11, @@ -288,8 +288,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 212, - "end": 1014, + "start": 222, + "end": 1062, "loc": { "start": { "line": 11, @@ -303,8 +303,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 218, - "end": 1013, + "start": 228, + "end": 1061, "loc": { "start": { "line": 11, @@ -317,8 +317,8 @@ }, "id": { "type": "Identifier", - "start": 218, - "end": 229, + "start": 228, + "end": 239, "loc": { "start": { "line": 11, @@ -335,8 +335,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 232, - "end": 1013, + "start": 242, + "end": 1061, "loc": { "start": { "line": 11, @@ -349,8 +349,8 @@ }, "id": { "type": "Identifier", - "start": 218, - "end": 229, + "start": 228, + "end": 239, "loc": { "start": { "line": 11, @@ -371,8 +371,8 @@ "params": [ { "type": "Identifier", - "start": 233, - "end": 238, + "start": 243, + "end": 248, "loc": { "start": { "line": 11, @@ -389,8 +389,8 @@ ], "body": { "type": "BlockStatement", - "start": 243, - "end": 1013, + "start": 253, + "end": 1061, "loc": { "start": { "line": 11, @@ -404,8 +404,8 @@ "body": [ { "type": "FunctionDeclaration", - "start": 336, - "end": 410, + "start": 353, + "end": 429, "loc": { "start": { "line": 18, @@ -418,8 +418,8 @@ }, "id": { "type": "Identifier", - "start": 345, - "end": 358, + "start": 362, + "end": 375, "loc": { "start": { "line": 18, @@ -440,8 +440,8 @@ "params": [ { "type": "Identifier", - "start": 359, - "end": 368, + "start": 376, + "end": 385, "loc": { "start": { "line": 18, @@ -458,8 +458,8 @@ ], "body": { "type": "BlockStatement", - "start": 370, - "end": 410, + "start": 387, + "end": 429, "loc": { "start": { "line": 18, @@ -473,8 +473,8 @@ "body": [ { "type": "ReturnStatement", - "start": 374, - "end": 407, + "start": 392, + "end": 425, "loc": { "start": { "line": 19, @@ -487,8 +487,8 @@ }, "argument": { "type": "CallExpression", - "start": 381, - "end": 406, + "start": 399, + "end": 424, "loc": { "start": { "line": 19, @@ -501,8 +501,8 @@ }, "callee": { "type": "MemberExpression", - "start": 381, - "end": 395, + "start": 399, + "end": 413, "loc": { "start": { "line": 19, @@ -515,8 +515,8 @@ }, "object": { "type": "Identifier", - "start": 381, - "end": 386, + "start": 399, + "end": 404, "loc": { "start": { "line": 19, @@ -532,8 +532,8 @@ }, "property": { "type": "Identifier", - "start": 387, - "end": 395, + "start": 405, + "end": 413, "loc": { "start": { "line": 19, @@ -552,8 +552,8 @@ "arguments": [ { "type": "Identifier", - "start": 396, - "end": 405, + "start": 414, + "end": 423, "loc": { "start": { "line": 19, @@ -577,9 +577,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Dispatches new value(s) to parent\n\t *\n\t * @param selection\n\t * @returns {*}\n\t ", - "start": 246, - "end": 334, + "value": "*\r\n\t * Dispatches new value(s) to parent\r\n\t *\r\n\t * @param selection\r\n\t * @returns {*}\r\n\t ", + "start": 257, + "end": 350, "loc": { "start": { "line": 12, @@ -595,9 +595,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Render a button group\n\t ", - "start": 413, - "end": 447, + "value": "*\r\n\t * Render a button group\r\n\t ", + "start": 434, + "end": 470, "loc": { "start": { "line": 22, @@ -613,8 +613,8 @@ }, { "type": "ReturnStatement", - "start": 449, - "end": 1011, + "start": 473, + "end": 1058, "loc": { "start": { "line": 25, @@ -627,8 +627,8 @@ }, "argument": { "type": "JSXElement", - "start": 460, - "end": 1007, + "start": 485, + "end": 1053, "loc": { "start": { "line": 26, @@ -641,8 +641,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 460, - "end": 484, + "start": 485, + "end": 511, "loc": { "start": { "line": 26, @@ -656,8 +656,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 468, - "end": 480, + "start": 494, + "end": 506, "loc": { "start": { "line": 27, @@ -670,8 +670,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 468, - "end": 472, + "start": 494, + "end": 498, "loc": { "start": { "line": 27, @@ -686,8 +686,8 @@ }, "value": { "type": "StringLiteral", - "start": 473, - "end": 480, + "start": 499, + "end": 506, "loc": { "start": { "line": 27, @@ -705,8 +705,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 461, - "end": 464, + "start": 486, + "end": 489, "loc": { "start": { "line": 26, @@ -725,8 +725,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 1001, - "end": 1007, + "start": 1047, + "end": 1053, "loc": { "start": { "line": 47, @@ -739,8 +739,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1003, - "end": 1006, + "start": 1049, + "end": 1052, "loc": { "start": { "line": 47, @@ -757,8 +757,8 @@ "children": [ { "type": "JSXText", - "start": 484, - "end": 488, + "start": 511, + "end": 516, "loc": { "start": { "line": 28, @@ -774,8 +774,8 @@ }, { "type": "JSXExpressionContainer", - "start": 488, - "end": 998, + "start": 516, + "end": 1043, "loc": { "start": { "line": 29, @@ -788,8 +788,8 @@ }, "expression": { "type": "CallExpression", - "start": 489, - "end": 997, + "start": 517, + "end": 1042, "loc": { "start": { "line": 29, @@ -802,8 +802,8 @@ }, "callee": { "type": "MemberExpression", - "start": 489, - "end": 506, + "start": 517, + "end": 534, "loc": { "start": { "line": 29, @@ -816,8 +816,8 @@ }, "object": { "type": "MemberExpression", - "start": 489, - "end": 502, + "start": 517, + "end": 530, "loc": { "start": { "line": 29, @@ -830,8 +830,8 @@ }, "object": { "type": "Identifier", - "start": 489, - "end": 494, + "start": 517, + "end": 522, "loc": { "start": { "line": 29, @@ -847,8 +847,8 @@ }, "property": { "type": "Identifier", - "start": 495, - "end": 502, + "start": 523, + "end": 530, "loc": { "start": { "line": 29, @@ -866,8 +866,8 @@ }, "property": { "type": "Identifier", - "start": 503, - "end": 506, + "start": 531, + "end": 534, "loc": { "start": { "line": 29, @@ -886,8 +886,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 507, - "end": 996, + "start": 535, + "end": 1041, "loc": { "start": { "line": 29, @@ -905,8 +905,8 @@ "params": [ { "type": "Identifier", - "start": 507, - "end": 513, + "start": 535, + "end": 541, "loc": { "start": { "line": 29, @@ -923,8 +923,8 @@ ], "body": { "type": "BlockStatement", - "start": 517, - "end": 996, + "start": 545, + "end": 1041, "loc": { "start": { "line": 29, @@ -938,8 +938,8 @@ "body": [ { "type": "ReturnStatement", - "start": 523, - "end": 991, + "start": 552, + "end": 1035, "loc": { "start": { "line": 30, @@ -952,8 +952,8 @@ }, "argument": { "type": "JSXElement", - "start": 530, - "end": 990, + "start": 559, + "end": 1034, "loc": { "start": { "line": 30, @@ -966,8 +966,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 530, - "end": 785, + "start": 559, + "end": 821, "loc": { "start": { "line": 30, @@ -981,8 +981,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 543, - "end": 606, + "start": 573, + "end": 636, "loc": { "start": { "line": 31, @@ -995,8 +995,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 543, - "end": 553, + "start": 573, + "end": 583, "loc": { "start": { "line": 31, @@ -1011,8 +1011,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 554, - "end": 606, + "start": 584, + "end": 636, "loc": { "start": { "line": 31, @@ -1025,8 +1025,8 @@ }, "expression": { "type": "ConditionalExpression", - "start": 555, - "end": 605, + "start": 585, + "end": 635, "loc": { "start": { "line": 31, @@ -1039,8 +1039,8 @@ }, "test": { "type": "MemberExpression", - "start": 555, - "end": 571, + "start": 585, + "end": 601, "loc": { "start": { "line": 31, @@ -1053,8 +1053,8 @@ }, "object": { "type": "Identifier", - "start": 555, - "end": 561, + "start": 585, + "end": 591, "loc": { "start": { "line": 31, @@ -1070,8 +1070,8 @@ }, "property": { "type": "Identifier", - "start": 562, - "end": 571, + "start": 592, + "end": 601, "loc": { "start": { "line": 31, @@ -1089,8 +1089,8 @@ }, "consequent": { "type": "MemberExpression", - "start": 574, - "end": 590, + "start": 604, + "end": 620, "loc": { "start": { "line": 31, @@ -1103,8 +1103,8 @@ }, "object": { "type": "Identifier", - "start": 574, - "end": 580, + "start": 604, + "end": 610, "loc": { "start": { "line": 31, @@ -1120,8 +1120,8 @@ }, "property": { "type": "Identifier", - "start": 581, - "end": 590, + "start": 611, + "end": 620, "loc": { "start": { "line": 31, @@ -1139,8 +1139,8 @@ }, "alternate": { "type": "MemberExpression", - "start": 593, - "end": 605, + "start": 623, + "end": 635, "loc": { "start": { "line": 31, @@ -1153,8 +1153,8 @@ }, "object": { "type": "Identifier", - "start": 593, - "end": 599, + "start": 623, + "end": 629, "loc": { "start": { "line": 31, @@ -1170,8 +1170,8 @@ }, "property": { "type": "Identifier", - "start": 600, - "end": 605, + "start": 630, + "end": 635, "loc": { "start": { "line": 31, @@ -1192,8 +1192,8 @@ }, { "type": "JSXAttribute", - "start": 612, - "end": 630, + "start": 643, + "end": 661, "loc": { "start": { "line": 32, @@ -1206,8 +1206,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 612, - "end": 615, + "start": 643, + "end": 646, "loc": { "start": { "line": 32, @@ -1222,8 +1222,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 616, - "end": 630, + "start": 647, + "end": 661, "loc": { "start": { "line": 32, @@ -1236,8 +1236,8 @@ }, "expression": { "type": "MemberExpression", - "start": 617, - "end": 629, + "start": 648, + "end": 660, "loc": { "start": { "line": 32, @@ -1250,8 +1250,8 @@ }, "object": { "type": "Identifier", - "start": 617, - "end": 623, + "start": 648, + "end": 654, "loc": { "start": { "line": 32, @@ -1267,8 +1267,8 @@ }, "property": { "type": "Identifier", - "start": 624, - "end": 629, + "start": 655, + "end": 660, "loc": { "start": { "line": 32, @@ -1288,8 +1288,8 @@ }, { "type": "JSXAttribute", - "start": 636, - "end": 707, + "start": 668, + "end": 739, "loc": { "start": { "line": 33, @@ -1302,8 +1302,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 636, - "end": 645, + "start": 668, + "end": 677, "loc": { "start": { "line": 33, @@ -1318,8 +1318,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 646, - "end": 707, + "start": 678, + "end": 739, "loc": { "start": { "line": 33, @@ -1332,8 +1332,8 @@ }, "expression": { "type": "ConditionalExpression", - "start": 647, - "end": 705, + "start": 679, + "end": 737, "loc": { "start": { "line": 33, @@ -1346,8 +1346,8 @@ }, "test": { "type": "BinaryExpression", - "start": 647, - "end": 675, + "start": 679, + "end": 707, "loc": { "start": { "line": 33, @@ -1360,8 +1360,8 @@ }, "left": { "type": "MemberExpression", - "start": 647, - "end": 658, + "start": 679, + "end": 690, "loc": { "start": { "line": 33, @@ -1374,8 +1374,8 @@ }, "object": { "type": "Identifier", - "start": 647, - "end": 652, + "start": 679, + "end": 684, "loc": { "start": { "line": 33, @@ -1391,8 +1391,8 @@ }, "property": { "type": "Identifier", - "start": 653, - "end": 658, + "start": 685, + "end": 690, "loc": { "start": { "line": 33, @@ -1411,8 +1411,8 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 663, - "end": 675, + "start": 695, + "end": 707, "loc": { "start": { "line": 33, @@ -1425,8 +1425,8 @@ }, "object": { "type": "Identifier", - "start": 663, - "end": 669, + "start": 695, + "end": 701, "loc": { "start": { "line": 33, @@ -1442,8 +1442,8 @@ }, "property": { "type": "Identifier", - "start": 670, - "end": 675, + "start": 702, + "end": 707, "loc": { "start": { "line": 33, @@ -1462,8 +1462,8 @@ }, "consequent": { "type": "StringLiteral", - "start": 678, - "end": 688, + "start": 710, + "end": 720, "loc": { "start": { "line": 33, @@ -1482,8 +1482,8 @@ }, "alternate": { "type": "StringLiteral", - "start": 691, - "end": 705, + "start": 723, + "end": 737, "loc": { "start": { "line": 33, @@ -1505,8 +1505,8 @@ }, { "type": "JSXAttribute", - "start": 713, - "end": 779, + "start": 746, + "end": 814, "loc": { "start": { "line": 34, @@ -1519,8 +1519,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 713, - "end": 720, + "start": 746, + "end": 753, "loc": { "start": { "line": 34, @@ -1535,8 +1535,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 721, - "end": 779, + "start": 754, + "end": 814, "loc": { "start": { "line": 34, @@ -1549,8 +1549,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 722, - "end": 778, + "start": 755, + "end": 813, "loc": { "start": { "line": 34, @@ -1568,8 +1568,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 728, - "end": 778, + "start": 761, + "end": 813, "loc": { "start": { "line": 34, @@ -1583,8 +1583,8 @@ "body": [ { "type": "ReturnStatement", - "start": 736, - "end": 771, + "start": 770, + "end": 805, "loc": { "start": { "line": 35, @@ -1597,8 +1597,8 @@ }, "argument": { "type": "CallExpression", - "start": 743, - "end": 770, + "start": 777, + "end": 804, "loc": { "start": { "line": 35, @@ -1611,8 +1611,8 @@ }, "callee": { "type": "Identifier", - "start": 743, - "end": 756, + "start": 777, + "end": 790, "loc": { "start": { "line": 35, @@ -1629,8 +1629,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 757, - "end": 769, + "start": 791, + "end": 803, "loc": { "start": { "line": 35, @@ -1643,8 +1643,8 @@ }, "object": { "type": "Identifier", - "start": 757, - "end": 763, + "start": 791, + "end": 797, "loc": { "start": { "line": 35, @@ -1660,8 +1660,8 @@ }, "property": { "type": "Identifier", - "start": 764, - "end": 769, + "start": 798, + "end": 803, "loc": { "start": { "line": 35, @@ -1689,8 +1689,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 531, - "end": 537, + "start": 560, + "end": 566, "loc": { "start": { "line": 30, @@ -1707,8 +1707,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 981, - "end": 990, + "start": 1025, + "end": 1034, "loc": { "start": { "line": 45, @@ -1721,8 +1721,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 983, - "end": 989, + "start": 1027, + "end": 1033, "loc": { "start": { "line": 45, @@ -1739,8 +1739,8 @@ "children": [ { "type": "JSXText", - "start": 785, - "end": 791, + "start": 821, + "end": 828, "loc": { "start": { "line": 37, @@ -1756,8 +1756,8 @@ }, { "type": "JSXExpressionContainer", - "start": 791, - "end": 874, + "start": 828, + "end": 913, "loc": { "start": { "line": 38, @@ -1770,8 +1770,8 @@ }, "expression": { "type": "LogicalExpression", - "start": 792, - "end": 867, + "start": 829, + "end": 905, "loc": { "start": { "line": 38, @@ -1784,8 +1784,8 @@ }, "left": { "type": "CallExpression", - "start": 792, - "end": 821, + "start": 829, + "end": 858, "loc": { "start": { "line": 38, @@ -1798,8 +1798,8 @@ }, "callee": { "type": "MemberExpression", - "start": 792, - "end": 813, + "start": 829, + "end": 850, "loc": { "start": { "line": 38, @@ -1812,8 +1812,8 @@ }, "object": { "type": "Identifier", - "start": 792, - "end": 798, + "start": 829, + "end": 835, "loc": { "start": { "line": 38, @@ -1829,8 +1829,8 @@ }, "property": { "type": "Identifier", - "start": 799, - "end": 813, + "start": 836, + "end": 850, "loc": { "start": { "line": 38, @@ -1849,8 +1849,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 814, - "end": 820, + "start": 851, + "end": 857, "loc": { "start": { "line": 38, @@ -1872,8 +1872,8 @@ "operator": "&&", "right": { "type": "JSXElement", - "start": 830, - "end": 867, + "start": 868, + "end": 905, "loc": { "start": { "line": 39, @@ -1886,8 +1886,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 830, - "end": 860, + "start": 868, + "end": 898, "loc": { "start": { "line": 39, @@ -1901,8 +1901,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 836, - "end": 859, + "start": 874, + "end": 897, "loc": { "start": { "line": 39, @@ -1915,8 +1915,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 836, - "end": 845, + "start": 874, + "end": 883, "loc": { "start": { "line": 39, @@ -1931,8 +1931,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 846, - "end": 859, + "start": 884, + "end": 897, "loc": { "start": { "line": 39, @@ -1945,8 +1945,8 @@ }, "expression": { "type": "MemberExpression", - "start": 847, - "end": 858, + "start": 885, + "end": 896, "loc": { "start": { "line": 39, @@ -1959,8 +1959,8 @@ }, "object": { "type": "Identifier", - "start": 847, - "end": 853, + "start": 885, + "end": 891, "loc": { "start": { "line": 39, @@ -1976,8 +1976,8 @@ }, "property": { "type": "Identifier", - "start": 854, - "end": 858, + "start": 892, + "end": 896, "loc": { "start": { "line": 39, @@ -1998,8 +1998,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 831, - "end": 835, + "start": 869, + "end": 873, "loc": { "start": { "line": 39, @@ -2016,8 +2016,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 860, - "end": 867, + "start": 898, + "end": 905, "loc": { "start": { "line": 39, @@ -2030,8 +2030,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 862, - "end": 866, + "start": 900, + "end": 904, "loc": { "start": { "line": 39, @@ -2051,8 +2051,8 @@ }, { "type": "JSXText", - "start": 874, - "end": 880, + "start": 913, + "end": 920, "loc": { "start": { "line": 40, @@ -2068,8 +2068,8 @@ }, { "type": "JSXExpressionContainer", - "start": 880, - "end": 975, + "start": 920, + "end": 1017, "loc": { "start": { "line": 41, @@ -2082,8 +2082,8 @@ }, "expression": { "type": "LogicalExpression", - "start": 881, - "end": 968, + "start": 921, + "end": 1009, "loc": { "start": { "line": 41, @@ -2096,8 +2096,8 @@ }, "left": { "type": "UnaryExpression", - "start": 881, - "end": 911, + "start": 921, + "end": 951, "loc": { "start": { "line": 41, @@ -2112,8 +2112,8 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 882, - "end": 911, + "start": 922, + "end": 951, "loc": { "start": { "line": 41, @@ -2126,8 +2126,8 @@ }, "callee": { "type": "MemberExpression", - "start": 882, - "end": 903, + "start": 922, + "end": 943, "loc": { "start": { "line": 41, @@ -2140,8 +2140,8 @@ }, "object": { "type": "Identifier", - "start": 882, - "end": 888, + "start": 922, + "end": 928, "loc": { "start": { "line": 41, @@ -2157,8 +2157,8 @@ }, "property": { "type": "Identifier", - "start": 889, - "end": 903, + "start": 929, + "end": 943, "loc": { "start": { "line": 41, @@ -2177,8 +2177,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 904, - "end": 910, + "start": 944, + "end": 950, "loc": { "start": { "line": 41, @@ -2204,8 +2204,8 @@ "operator": "&&", "right": { "type": "JSXElement", - "start": 921, - "end": 968, + "start": 962, + "end": 1009, "loc": { "start": { "line": 42, @@ -2218,8 +2218,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 921, - "end": 937, + "start": 962, + "end": 978, "loc": { "start": { "line": 42, @@ -2233,8 +2233,8 @@ "attributes": [], "name": { "type": "JSXMemberExpression", - "start": 922, - "end": 936, + "start": 963, + "end": 977, "loc": { "start": { "line": 42, @@ -2247,8 +2247,8 @@ }, "object": { "type": "JSXIdentifier", - "start": 922, - "end": 927, + "start": 963, + "end": 968, "loc": { "start": { "line": 42, @@ -2263,8 +2263,8 @@ }, "property": { "type": "JSXIdentifier", - "start": 928, - "end": 936, + "start": 969, + "end": 977, "loc": { "start": { "line": 42, @@ -2282,8 +2282,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 951, - "end": 968, + "start": 992, + "end": 1009, "loc": { "start": { "line": 42, @@ -2296,8 +2296,8 @@ }, "name": { "type": "JSXMemberExpression", - "start": 953, - "end": 967, + "start": 994, + "end": 1008, "loc": { "start": { "line": 42, @@ -2310,8 +2310,8 @@ }, "object": { "type": "JSXIdentifier", - "start": 953, - "end": 958, + "start": 994, + "end": 999, "loc": { "start": { "line": 42, @@ -2326,8 +2326,8 @@ }, "property": { "type": "JSXIdentifier", - "start": 959, - "end": 967, + "start": 1000, + "end": 1008, "loc": { "start": { "line": 42, @@ -2345,8 +2345,8 @@ "children": [ { "type": "JSXExpressionContainer", - "start": 937, - "end": 951, + "start": 978, + "end": 992, "loc": { "start": { "line": 42, @@ -2359,8 +2359,8 @@ }, "expression": { "type": "MemberExpression", - "start": 938, - "end": 950, + "start": 979, + "end": 991, "loc": { "start": { "line": 42, @@ -2373,8 +2373,8 @@ }, "object": { "type": "Identifier", - "start": 938, - "end": 944, + "start": 979, + "end": 985, "loc": { "start": { "line": 42, @@ -2390,8 +2390,8 @@ }, "property": { "type": "Identifier", - "start": 945, - "end": 950, + "start": 986, + "end": 991, "loc": { "start": { "line": 42, @@ -2414,8 +2414,8 @@ }, { "type": "JSXText", - "start": 975, - "end": 981, + "start": 1017, + "end": 1025, "loc": { "start": { "line": 43, @@ -2441,8 +2441,8 @@ }, { "type": "JSXText", - "start": 998, - "end": 1001, + "start": 1043, + "end": 1047, "loc": { "start": { "line": 46, @@ -2460,15 +2460,15 @@ "leadingComments": null, "extra": { "parenthesized": true, - "parenStart": 456 + "parenStart": 480 } }, "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Render a button group\n\t ", - "start": 413, - "end": 447, + "value": "*\r\n\t * Render a button group\r\n\t ", + "start": 434, + "end": 470, "loc": { "start": { "line": 22, @@ -2493,9 +2493,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates a button group field\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 105, - "end": 204, + "value": "*\r\n * Creates a button group field\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 108, + "end": 213, "loc": { "start": { "line": 4, @@ -2511,9 +2511,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definition for select fields\n *\n * @type {{}}\n ", - "start": 1016, - "end": 1077, + "value": "*\r\n * Prop definition for select fields\r\n *\r\n * @type {{}}\r\n ", + "start": 1066, + "end": 1131, "loc": { "start": { "line": 51, @@ -2530,9 +2530,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates a button group field\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 105, - "end": 204, + "value": "*\r\n * Creates a button group field\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 108, + "end": 213, "loc": { "start": { "line": 4, @@ -2548,9 +2548,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definition for select fields\n *\n * @type {{}}\n ", - "start": 1016, - "end": 1077, + "value": "*\r\n * Prop definition for select fields\r\n *\r\n * @type {{}}\r\n ", + "start": 1066, + "end": 1131, "loc": { "start": { "line": 51, @@ -2566,8 +2566,8 @@ }, { "type": "ExpressionStatement", - "start": 1078, - "end": 1350, + "start": 1133, + "end": 1418, "loc": { "start": { "line": 56, @@ -2580,8 +2580,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1078, - "end": 1349, + "start": 1133, + "end": 1417, "loc": { "start": { "line": 56, @@ -2595,8 +2595,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1078, - "end": 1099, + "start": 1133, + "end": 1154, "loc": { "start": { "line": 56, @@ -2609,8 +2609,8 @@ }, "object": { "type": "Identifier", - "start": 1078, - "end": 1089, + "start": 1133, + "end": 1144, "loc": { "start": { "line": 56, @@ -2627,8 +2627,8 @@ }, "property": { "type": "Identifier", - "start": 1090, - "end": 1099, + "start": 1145, + "end": 1154, "loc": { "start": { "line": 56, @@ -2647,8 +2647,8 @@ }, "right": { "type": "ObjectExpression", - "start": 1102, - "end": 1349, + "start": 1157, + "end": 1417, "loc": { "start": { "line": 56, @@ -2662,8 +2662,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1105, - "end": 1140, + "start": 1161, + "end": 1196, "loc": { "start": { "line": 57, @@ -2679,8 +2679,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1105, - "end": 1113, + "start": 1161, + "end": 1169, "loc": { "start": { "line": 57, @@ -2696,8 +2696,8 @@ }, "value": { "type": "MemberExpression", - "start": 1115, - "end": 1140, + "start": 1171, + "end": 1196, "loc": { "start": { "line": 57, @@ -2710,8 +2710,8 @@ }, "object": { "type": "MemberExpression", - "start": 1115, - "end": 1129, + "start": 1171, + "end": 1185, "loc": { "start": { "line": 57, @@ -2724,8 +2724,8 @@ }, "object": { "type": "Identifier", - "start": 1115, - "end": 1124, + "start": 1171, + "end": 1180, "loc": { "start": { "line": 57, @@ -2741,8 +2741,8 @@ }, "property": { "type": "Identifier", - "start": 1125, - "end": 1129, + "start": 1181, + "end": 1185, "loc": { "start": { "line": 57, @@ -2760,8 +2760,8 @@ }, "property": { "type": "Identifier", - "start": 1130, - "end": 1140, + "start": 1186, + "end": 1196, "loc": { "start": { "line": 57, @@ -2780,8 +2780,8 @@ }, { "type": "ObjectProperty", - "start": 1143, - "end": 1273, + "start": 1200, + "end": 1336, "loc": { "start": { "line": 58, @@ -2797,8 +2797,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1143, - "end": 1150, + "start": 1200, + "end": 1207, "loc": { "start": { "line": 58, @@ -2814,8 +2814,8 @@ }, "value": { "type": "CallExpression", - "start": 1152, - "end": 1273, + "start": 1209, + "end": 1336, "loc": { "start": { "line": 58, @@ -2828,8 +2828,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1152, - "end": 1169, + "start": 1209, + "end": 1226, "loc": { "start": { "line": 58, @@ -2842,8 +2842,8 @@ }, "object": { "type": "Identifier", - "start": 1152, - "end": 1161, + "start": 1209, + "end": 1218, "loc": { "start": { "line": 58, @@ -2859,8 +2859,8 @@ }, "property": { "type": "Identifier", - "start": 1162, - "end": 1169, + "start": 1219, + "end": 1226, "loc": { "start": { "line": 58, @@ -2879,8 +2879,8 @@ "arguments": [ { "type": "CallExpression", - "start": 1173, - "end": 1270, + "start": 1231, + "end": 1332, "loc": { "start": { "line": 59, @@ -2893,8 +2893,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1173, - "end": 1188, + "start": 1231, + "end": 1246, "loc": { "start": { "line": 59, @@ -2907,8 +2907,8 @@ }, "object": { "type": "Identifier", - "start": 1173, - "end": 1182, + "start": 1231, + "end": 1240, "loc": { "start": { "line": 59, @@ -2924,8 +2924,8 @@ }, "property": { "type": "Identifier", - "start": 1183, - "end": 1188, + "start": 1241, + "end": 1246, "loc": { "start": { "line": 59, @@ -2944,8 +2944,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 1189, - "end": 1269, + "start": 1247, + "end": 1331, "loc": { "start": { "line": 59, @@ -2959,8 +2959,8 @@ "properties": [ { "type": "SpreadProperty", - "start": 1194, - "end": 1208, + "start": 1253, + "end": 1267, "loc": { "start": { "line": 60, @@ -2973,8 +2973,8 @@ }, "argument": { "type": "Identifier", - "start": 1197, - "end": 1208, + "start": 1256, + "end": 1267, "loc": { "start": { "line": 60, @@ -2991,8 +2991,8 @@ }, { "type": "ObjectProperty", - "start": 1213, - "end": 1234, + "start": 1273, + "end": 1294, "loc": { "start": { "line": 61, @@ -3008,8 +3008,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1213, - "end": 1217, + "start": 1273, + "end": 1277, "loc": { "start": { "line": 61, @@ -3025,8 +3025,8 @@ }, "value": { "type": "MemberExpression", - "start": 1218, - "end": 1234, + "start": 1278, + "end": 1294, "loc": { "start": { "line": 61, @@ -3039,8 +3039,8 @@ }, "object": { "type": "Identifier", - "start": 1218, - "end": 1227, + "start": 1278, + "end": 1287, "loc": { "start": { "line": 61, @@ -3056,8 +3056,8 @@ }, "property": { "type": "Identifier", - "start": 1228, - "end": 1234, + "start": 1288, + "end": 1294, "loc": { "start": { "line": 61, @@ -3076,8 +3076,8 @@ }, { "type": "ObjectProperty", - "start": 1239, - "end": 1265, + "start": 1300, + "end": 1326, "loc": { "start": { "line": 62, @@ -3093,8 +3093,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1239, - "end": 1248, + "start": 1300, + "end": 1309, "loc": { "start": { "line": 62, @@ -3110,8 +3110,8 @@ }, "value": { "type": "MemberExpression", - "start": 1249, - "end": 1265, + "start": 1310, + "end": 1326, "loc": { "start": { "line": 62, @@ -3124,8 +3124,8 @@ }, "object": { "type": "Identifier", - "start": 1249, - "end": 1258, + "start": 1310, + "end": 1319, "loc": { "start": { "line": 62, @@ -3141,8 +3141,8 @@ }, "property": { "type": "Identifier", - "start": 1259, - "end": 1265, + "start": 1320, + "end": 1326, "loc": { "start": { "line": 62, @@ -3168,8 +3168,8 @@ }, { "type": "ObjectProperty", - "start": 1276, - "end": 1347, + "start": 1340, + "end": 1414, "loc": { "start": { "line": 65, @@ -3185,8 +3185,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1276, - "end": 1281, + "start": 1340, + "end": 1345, "loc": { "start": { "line": 65, @@ -3202,8 +3202,8 @@ }, "value": { "type": "CallExpression", - "start": 1283, - "end": 1347, + "start": 1347, + "end": 1414, "loc": { "start": { "line": 65, @@ -3216,8 +3216,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1283, - "end": 1302, + "start": 1347, + "end": 1366, "loc": { "start": { "line": 65, @@ -3230,8 +3230,8 @@ }, "object": { "type": "Identifier", - "start": 1283, - "end": 1292, + "start": 1347, + "end": 1356, "loc": { "start": { "line": 65, @@ -3247,8 +3247,8 @@ }, "property": { "type": "Identifier", - "start": 1293, - "end": 1302, + "start": 1357, + "end": 1366, "loc": { "start": { "line": 65, @@ -3267,8 +3267,8 @@ "arguments": [ { "type": "ArrayExpression", - "start": 1303, - "end": 1346, + "start": 1367, + "end": 1413, "loc": { "start": { "line": 65, @@ -3282,8 +3282,8 @@ "elements": [ { "type": "MemberExpression", - "start": 1307, - "end": 1323, + "start": 1372, + "end": 1388, "loc": { "start": { "line": 66, @@ -3296,8 +3296,8 @@ }, "object": { "type": "Identifier", - "start": 1307, - "end": 1316, + "start": 1372, + "end": 1381, "loc": { "start": { "line": 66, @@ -3313,8 +3313,8 @@ }, "property": { "type": "Identifier", - "start": 1317, - "end": 1323, + "start": 1382, + "end": 1388, "loc": { "start": { "line": 66, @@ -3332,8 +3332,8 @@ }, { "type": "MemberExpression", - "start": 1327, - "end": 1343, + "start": 1393, + "end": 1409, "loc": { "start": { "line": 67, @@ -3346,8 +3346,8 @@ }, "object": { "type": "Identifier", - "start": 1327, - "end": 1336, + "start": 1393, + "end": 1402, "loc": { "start": { "line": 67, @@ -3363,8 +3363,8 @@ }, "property": { "type": "Identifier", - "start": 1337, - "end": 1343, + "start": 1403, + "end": 1409, "loc": { "start": { "line": 67, @@ -3392,9 +3392,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definition for select fields\n *\n * @type {{}}\n ", - "start": 1016, - "end": 1077, + "value": "*\r\n * Prop definition for select fields\r\n *\r\n * @type {{}}\r\n ", + "start": 1066, + "end": 1131, "loc": { "start": { "line": 51, @@ -3410,9 +3410,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Default props for select fields\n *\n * @type {{options: Array}}\n ", - "start": 1352, - "end": 1425, + "value": "*\r\n * Default props for select fields\r\n *\r\n * @type {{options: Array}}\r\n ", + "start": 1422, + "end": 1499, "loc": { "start": { "line": 71, @@ -3428,8 +3428,8 @@ }, { "type": "ExpressionStatement", - "start": 1426, - "end": 1470, + "start": 1501, + "end": 1547, "loc": { "start": { "line": 76, @@ -3442,8 +3442,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1426, - "end": 1469, + "start": 1501, + "end": 1546, "loc": { "start": { "line": 76, @@ -3457,8 +3457,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1426, - "end": 1450, + "start": 1501, + "end": 1525, "loc": { "start": { "line": 76, @@ -3471,8 +3471,8 @@ }, "object": { "type": "Identifier", - "start": 1426, - "end": 1437, + "start": 1501, + "end": 1512, "loc": { "start": { "line": 76, @@ -3489,8 +3489,8 @@ }, "property": { "type": "Identifier", - "start": 1438, - "end": 1450, + "start": 1513, + "end": 1525, "loc": { "start": { "line": 76, @@ -3509,8 +3509,8 @@ }, "right": { "type": "ObjectExpression", - "start": 1453, - "end": 1469, + "start": 1528, + "end": 1546, "loc": { "start": { "line": 76, @@ -3524,8 +3524,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1456, - "end": 1467, + "start": 1532, + "end": 1543, "loc": { "start": { "line": 77, @@ -3541,8 +3541,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1456, - "end": 1463, + "start": 1532, + "end": 1539, "loc": { "start": { "line": 77, @@ -3558,8 +3558,8 @@ }, "value": { "type": "ArrayExpression", - "start": 1465, - "end": 1467, + "start": 1541, + "end": 1543, "loc": { "start": { "line": 77, @@ -3580,9 +3580,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Default props for select fields\n *\n * @type {{options: Array}}\n ", - "start": 1352, - "end": 1425, + "value": "*\r\n * Default props for select fields\r\n *\r\n * @type {{options: Array}}\r\n ", + "start": 1422, + "end": 1499, "loc": { "start": { "line": 71, @@ -3602,9 +3602,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Creates a button group field\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 105, - "end": 204, + "value": "*\r\n * Creates a button group field\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 108, + "end": 213, "loc": { "start": { "line": 4, @@ -3618,9 +3618,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Dispatches new value(s) to parent\n\t *\n\t * @param selection\n\t * @returns {*}\n\t ", - "start": 246, - "end": 334, + "value": "*\r\n\t * Dispatches new value(s) to parent\r\n\t *\r\n\t * @param selection\r\n\t * @returns {*}\r\n\t ", + "start": 257, + "end": 350, "loc": { "start": { "line": 12, @@ -3634,9 +3634,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Render a button group\n\t ", - "start": 413, - "end": 447, + "value": "*\r\n\t * Render a button group\r\n\t ", + "start": 434, + "end": 470, "loc": { "start": { "line": 22, @@ -3650,9 +3650,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definition for select fields\n *\n * @type {{}}\n ", - "start": 1016, - "end": 1077, + "value": "*\r\n * Prop definition for select fields\r\n *\r\n * @type {{}}\r\n ", + "start": 1066, + "end": 1131, "loc": { "start": { "line": 51, @@ -3666,9 +3666,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default props for select fields\n *\n * @type {{options: Array}}\n ", - "start": 1352, - "end": 1425, + "value": "*\r\n * Default props for select fields\r\n *\r\n * @type {{options: Array}}\r\n ", + "start": 1422, + "end": 1499, "loc": { "start": { "line": 71, @@ -3830,8 +3830,8 @@ "updateContext": null }, "value": "import", - "start": 27, - "end": 33, + "start": 28, + "end": 34, "loc": { "start": { "line": 2, @@ -3855,8 +3855,8 @@ "postfix": false, "binop": null }, - "start": 34, - "end": 35, + "start": 35, + "end": 36, "loc": { "start": { "line": 2, @@ -3881,8 +3881,8 @@ "binop": null }, "value": "optionShape", - "start": 35, - "end": 46, + "start": 36, + "end": 47, "loc": { "start": { "line": 2, @@ -3906,8 +3906,8 @@ "postfix": false, "binop": null }, - "start": 46, - "end": 47, + "start": 47, + "end": 48, "loc": { "start": { "line": 2, @@ -3932,8 +3932,8 @@ "binop": null }, "value": "from", - "start": 48, - "end": 52, + "start": 49, + "end": 53, "loc": { "start": { "line": 2, @@ -3959,8 +3959,8 @@ "updateContext": null }, "value": "../propTypes", - "start": 53, - "end": 67, + "start": 54, + "end": 68, "loc": { "start": { "line": 2, @@ -3985,8 +3985,8 @@ "binop": null, "updateContext": null }, - "start": 67, - "end": 68, + "start": 68, + "end": 69, "loc": { "start": { "line": 2, @@ -4013,8 +4013,8 @@ "updateContext": null }, "value": "import", - "start": 69, - "end": 75, + "start": 71, + "end": 77, "loc": { "start": { "line": 3, @@ -4039,8 +4039,8 @@ "binop": null }, "value": "PropTypes", - "start": 76, - "end": 85, + "start": 78, + "end": 87, "loc": { "start": { "line": 3, @@ -4065,8 +4065,8 @@ "binop": null }, "value": "from", - "start": 86, - "end": 90, + "start": 88, + "end": 92, "loc": { "start": { "line": 3, @@ -4092,8 +4092,8 @@ "updateContext": null }, "value": "prop-types", - "start": 91, - "end": 103, + "start": 93, + "end": 105, "loc": { "start": { "line": 3, @@ -4118,8 +4118,8 @@ "binop": null, "updateContext": null }, - "start": 103, - "end": 104, + "start": 105, + "end": 106, "loc": { "start": { "line": 3, @@ -4133,9 +4133,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Creates a button group field\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 105, - "end": 204, + "value": "*\r\n * Creates a button group field\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 108, + "end": 213, "loc": { "start": { "line": 4, @@ -4162,8 +4162,8 @@ "updateContext": null }, "value": "export", - "start": 205, - "end": 211, + "start": 215, + "end": 221, "loc": { "start": { "line": 11, @@ -4190,8 +4190,8 @@ "updateContext": null }, "value": "const", - "start": 212, - "end": 217, + "start": 222, + "end": 227, "loc": { "start": { "line": 11, @@ -4216,8 +4216,8 @@ "binop": null }, "value": "ButtonGroup", - "start": 218, - "end": 229, + "start": 228, + "end": 239, "loc": { "start": { "line": 11, @@ -4243,8 +4243,8 @@ "updateContext": null }, "value": "=", - "start": 230, - "end": 231, + "start": 240, + "end": 241, "loc": { "start": { "line": 11, @@ -4268,8 +4268,8 @@ "postfix": false, "binop": null }, - "start": 232, - "end": 233, + "start": 242, + "end": 243, "loc": { "start": { "line": 11, @@ -4294,8 +4294,8 @@ "binop": null }, "value": "props", - "start": 233, - "end": 238, + "start": 243, + "end": 248, "loc": { "start": { "line": 11, @@ -4319,8 +4319,8 @@ "postfix": false, "binop": null }, - "start": 238, - "end": 239, + "start": 248, + "end": 249, "loc": { "start": { "line": 11, @@ -4345,8 +4345,8 @@ "binop": null, "updateContext": null }, - "start": 240, - "end": 242, + "start": 250, + "end": 252, "loc": { "start": { "line": 11, @@ -4370,8 +4370,8 @@ "postfix": false, "binop": null }, - "start": 243, - "end": 244, + "start": 253, + "end": 254, "loc": { "start": { "line": 11, @@ -4385,9 +4385,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Dispatches new value(s) to parent\n\t *\n\t * @param selection\n\t * @returns {*}\n\t ", - "start": 246, - "end": 334, + "value": "*\r\n\t * Dispatches new value(s) to parent\r\n\t *\r\n\t * @param selection\r\n\t * @returns {*}\r\n\t ", + "start": 257, + "end": 350, "loc": { "start": { "line": 12, @@ -4413,8 +4413,8 @@ "binop": null }, "value": "function", - "start": 336, - "end": 344, + "start": 353, + "end": 361, "loc": { "start": { "line": 18, @@ -4439,8 +4439,8 @@ "binop": null }, "value": "changeHandler", - "start": 345, - "end": 358, + "start": 362, + "end": 375, "loc": { "start": { "line": 18, @@ -4464,8 +4464,8 @@ "postfix": false, "binop": null }, - "start": 358, - "end": 359, + "start": 375, + "end": 376, "loc": { "start": { "line": 18, @@ -4490,8 +4490,8 @@ "binop": null }, "value": "selection", - "start": 359, - "end": 368, + "start": 376, + "end": 385, "loc": { "start": { "line": 18, @@ -4515,8 +4515,8 @@ "postfix": false, "binop": null }, - "start": 368, - "end": 369, + "start": 385, + "end": 386, "loc": { "start": { "line": 18, @@ -4540,8 +4540,8 @@ "postfix": false, "binop": null }, - "start": 370, - "end": 371, + "start": 387, + "end": 388, "loc": { "start": { "line": 18, @@ -4568,8 +4568,8 @@ "updateContext": null }, "value": "return", - "start": 374, - "end": 380, + "start": 392, + "end": 398, "loc": { "start": { "line": 19, @@ -4594,8 +4594,8 @@ "binop": null }, "value": "props", - "start": 381, - "end": 386, + "start": 399, + "end": 404, "loc": { "start": { "line": 19, @@ -4620,8 +4620,8 @@ "binop": null, "updateContext": null }, - "start": 386, - "end": 387, + "start": 404, + "end": 405, "loc": { "start": { "line": 19, @@ -4646,8 +4646,8 @@ "binop": null }, "value": "onChange", - "start": 387, - "end": 395, + "start": 405, + "end": 413, "loc": { "start": { "line": 19, @@ -4671,8 +4671,8 @@ "postfix": false, "binop": null }, - "start": 395, - "end": 396, + "start": 413, + "end": 414, "loc": { "start": { "line": 19, @@ -4697,8 +4697,8 @@ "binop": null }, "value": "selection", - "start": 396, - "end": 405, + "start": 414, + "end": 423, "loc": { "start": { "line": 19, @@ -4722,8 +4722,8 @@ "postfix": false, "binop": null }, - "start": 405, - "end": 406, + "start": 423, + "end": 424, "loc": { "start": { "line": 19, @@ -4748,8 +4748,8 @@ "binop": null, "updateContext": null }, - "start": 406, - "end": 407, + "start": 424, + "end": 425, "loc": { "start": { "line": 19, @@ -4773,8 +4773,8 @@ "postfix": false, "binop": null }, - "start": 409, - "end": 410, + "start": 428, + "end": 429, "loc": { "start": { "line": 20, @@ -4788,9 +4788,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Render a button group\n\t ", - "start": 413, - "end": 447, + "value": "*\r\n\t * Render a button group\r\n\t ", + "start": 434, + "end": 470, "loc": { "start": { "line": 22, @@ -4817,8 +4817,8 @@ "updateContext": null }, "value": "return", - "start": 449, - "end": 455, + "start": 473, + "end": 479, "loc": { "start": { "line": 25, @@ -4842,8 +4842,8 @@ "postfix": false, "binop": null }, - "start": 456, - "end": 457, + "start": 480, + "end": 481, "loc": { "start": { "line": 25, @@ -4867,8 +4867,8 @@ "postfix": false, "binop": null }, - "start": 460, - "end": 461, + "start": 485, + "end": 486, "loc": { "start": { "line": 26, @@ -4894,8 +4894,8 @@ "updateContext": null }, "value": "div", - "start": 461, - "end": 464, + "start": 486, + "end": 489, "loc": { "start": { "line": 26, @@ -4921,8 +4921,8 @@ "updateContext": null }, "value": "role", - "start": 468, - "end": 472, + "start": 494, + "end": 498, "loc": { "start": { "line": 27, @@ -4948,8 +4948,8 @@ "updateContext": null }, "value": "=", - "start": 472, - "end": 473, + "start": 498, + "end": 499, "loc": { "start": { "line": 27, @@ -4975,8 +4975,8 @@ "updateContext": null }, "value": "group", - "start": 473, - "end": 480, + "start": 499, + "end": 506, "loc": { "start": { "line": 27, @@ -5000,8 +5000,8 @@ "postfix": false, "binop": null }, - "start": 483, - "end": 484, + "start": 510, + "end": 511, "loc": { "start": { "line": 28, @@ -5027,8 +5027,8 @@ "updateContext": null }, "value": "\n\t\t\t", - "start": 484, - "end": 488, + "start": 511, + "end": 516, "loc": { "start": { "line": 28, @@ -5052,8 +5052,8 @@ "postfix": false, "binop": null }, - "start": 488, - "end": 489, + "start": 516, + "end": 517, "loc": { "start": { "line": 29, @@ -5078,8 +5078,8 @@ "binop": null }, "value": "props", - "start": 489, - "end": 494, + "start": 517, + "end": 522, "loc": { "start": { "line": 29, @@ -5104,8 +5104,8 @@ "binop": null, "updateContext": null }, - "start": 494, - "end": 495, + "start": 522, + "end": 523, "loc": { "start": { "line": 29, @@ -5130,8 +5130,8 @@ "binop": null }, "value": "options", - "start": 495, - "end": 502, + "start": 523, + "end": 530, "loc": { "start": { "line": 29, @@ -5156,8 +5156,8 @@ "binop": null, "updateContext": null }, - "start": 502, - "end": 503, + "start": 530, + "end": 531, "loc": { "start": { "line": 29, @@ -5182,8 +5182,8 @@ "binop": null }, "value": "map", - "start": 503, - "end": 506, + "start": 531, + "end": 534, "loc": { "start": { "line": 29, @@ -5207,8 +5207,8 @@ "postfix": false, "binop": null }, - "start": 506, - "end": 507, + "start": 534, + "end": 535, "loc": { "start": { "line": 29, @@ -5233,8 +5233,8 @@ "binop": null }, "value": "option", - "start": 507, - "end": 513, + "start": 535, + "end": 541, "loc": { "start": { "line": 29, @@ -5259,8 +5259,8 @@ "binop": null, "updateContext": null }, - "start": 514, - "end": 516, + "start": 542, + "end": 544, "loc": { "start": { "line": 29, @@ -5284,8 +5284,8 @@ "postfix": false, "binop": null }, - "start": 517, - "end": 518, + "start": 545, + "end": 546, "loc": { "start": { "line": 29, @@ -5312,8 +5312,8 @@ "updateContext": null }, "value": "return", - "start": 523, - "end": 529, + "start": 552, + "end": 558, "loc": { "start": { "line": 30, @@ -5337,8 +5337,8 @@ "postfix": false, "binop": null }, - "start": 530, - "end": 531, + "start": 559, + "end": 560, "loc": { "start": { "line": 30, @@ -5364,8 +5364,8 @@ "updateContext": null }, "value": "button", - "start": 531, - "end": 537, + "start": 560, + "end": 566, "loc": { "start": { "line": 30, @@ -5391,8 +5391,8 @@ "updateContext": null }, "value": "aria-label", - "start": 543, - "end": 553, + "start": 573, + "end": 583, "loc": { "start": { "line": 31, @@ -5418,8 +5418,8 @@ "updateContext": null }, "value": "=", - "start": 553, - "end": 554, + "start": 583, + "end": 584, "loc": { "start": { "line": 31, @@ -5443,8 +5443,8 @@ "postfix": false, "binop": null }, - "start": 554, - "end": 555, + "start": 584, + "end": 585, "loc": { "start": { "line": 31, @@ -5469,8 +5469,8 @@ "binop": null }, "value": "option", - "start": 555, - "end": 561, + "start": 585, + "end": 591, "loc": { "start": { "line": 31, @@ -5495,8 +5495,8 @@ "binop": null, "updateContext": null }, - "start": 561, - "end": 562, + "start": 591, + "end": 592, "loc": { "start": { "line": 31, @@ -5521,8 +5521,8 @@ "binop": null }, "value": "ariaLabel", - "start": 562, - "end": 571, + "start": 592, + "end": 601, "loc": { "start": { "line": 31, @@ -5547,8 +5547,8 @@ "binop": null, "updateContext": null }, - "start": 572, - "end": 573, + "start": 602, + "end": 603, "loc": { "start": { "line": 31, @@ -5573,8 +5573,8 @@ "binop": null }, "value": "option", - "start": 574, - "end": 580, + "start": 604, + "end": 610, "loc": { "start": { "line": 31, @@ -5599,8 +5599,8 @@ "binop": null, "updateContext": null }, - "start": 580, - "end": 581, + "start": 610, + "end": 611, "loc": { "start": { "line": 31, @@ -5625,8 +5625,8 @@ "binop": null }, "value": "ariaLabel", - "start": 581, - "end": 590, + "start": 611, + "end": 620, "loc": { "start": { "line": 31, @@ -5651,8 +5651,8 @@ "binop": null, "updateContext": null }, - "start": 591, - "end": 592, + "start": 621, + "end": 622, "loc": { "start": { "line": 31, @@ -5677,8 +5677,8 @@ "binop": null }, "value": "option", - "start": 593, - "end": 599, + "start": 623, + "end": 629, "loc": { "start": { "line": 31, @@ -5703,8 +5703,8 @@ "binop": null, "updateContext": null }, - "start": 599, - "end": 600, + "start": 629, + "end": 630, "loc": { "start": { "line": 31, @@ -5729,8 +5729,8 @@ "binop": null }, "value": "label", - "start": 600, - "end": 605, + "start": 630, + "end": 635, "loc": { "start": { "line": 31, @@ -5754,8 +5754,8 @@ "postfix": false, "binop": null }, - "start": 605, - "end": 606, + "start": 635, + "end": 636, "loc": { "start": { "line": 31, @@ -5781,8 +5781,8 @@ "updateContext": null }, "value": "key", - "start": 612, - "end": 615, + "start": 643, + "end": 646, "loc": { "start": { "line": 32, @@ -5808,8 +5808,8 @@ "updateContext": null }, "value": "=", - "start": 615, - "end": 616, + "start": 646, + "end": 647, "loc": { "start": { "line": 32, @@ -5833,8 +5833,8 @@ "postfix": false, "binop": null }, - "start": 616, - "end": 617, + "start": 647, + "end": 648, "loc": { "start": { "line": 32, @@ -5859,8 +5859,8 @@ "binop": null }, "value": "option", - "start": 617, - "end": 623, + "start": 648, + "end": 654, "loc": { "start": { "line": 32, @@ -5885,8 +5885,8 @@ "binop": null, "updateContext": null }, - "start": 623, - "end": 624, + "start": 654, + "end": 655, "loc": { "start": { "line": 32, @@ -5911,8 +5911,8 @@ "binop": null }, "value": "value", - "start": 624, - "end": 629, + "start": 655, + "end": 660, "loc": { "start": { "line": 32, @@ -5936,8 +5936,8 @@ "postfix": false, "binop": null }, - "start": 629, - "end": 630, + "start": 660, + "end": 661, "loc": { "start": { "line": 32, @@ -5963,8 +5963,8 @@ "updateContext": null }, "value": "className", - "start": 636, - "end": 645, + "start": 668, + "end": 677, "loc": { "start": { "line": 33, @@ -5990,8 +5990,8 @@ "updateContext": null }, "value": "=", - "start": 645, - "end": 646, + "start": 677, + "end": 678, "loc": { "start": { "line": 33, @@ -6015,8 +6015,8 @@ "postfix": false, "binop": null }, - "start": 646, - "end": 647, + "start": 678, + "end": 679, "loc": { "start": { "line": 33, @@ -6041,8 +6041,8 @@ "binop": null }, "value": "props", - "start": 647, - "end": 652, + "start": 679, + "end": 684, "loc": { "start": { "line": 33, @@ -6067,8 +6067,8 @@ "binop": null, "updateContext": null }, - "start": 652, - "end": 653, + "start": 684, + "end": 685, "loc": { "start": { "line": 33, @@ -6093,8 +6093,8 @@ "binop": null }, "value": "value", - "start": 653, - "end": 658, + "start": 685, + "end": 690, "loc": { "start": { "line": 33, @@ -6120,8 +6120,8 @@ "updateContext": null }, "value": "===", - "start": 659, - "end": 662, + "start": 691, + "end": 694, "loc": { "start": { "line": 33, @@ -6146,8 +6146,8 @@ "binop": null }, "value": "option", - "start": 663, - "end": 669, + "start": 695, + "end": 701, "loc": { "start": { "line": 33, @@ -6172,8 +6172,8 @@ "binop": null, "updateContext": null }, - "start": 669, - "end": 670, + "start": 701, + "end": 702, "loc": { "start": { "line": 33, @@ -6198,8 +6198,8 @@ "binop": null }, "value": "value", - "start": 670, - "end": 675, + "start": 702, + "end": 707, "loc": { "start": { "line": 33, @@ -6224,8 +6224,8 @@ "binop": null, "updateContext": null }, - "start": 676, - "end": 677, + "start": 708, + "end": 709, "loc": { "start": { "line": 33, @@ -6251,8 +6251,8 @@ "updateContext": null }, "value": "selected", - "start": 678, - "end": 688, + "start": 710, + "end": 720, "loc": { "start": { "line": 33, @@ -6277,8 +6277,8 @@ "binop": null, "updateContext": null }, - "start": 689, - "end": 690, + "start": 721, + "end": 722, "loc": { "start": { "line": 33, @@ -6304,8 +6304,8 @@ "updateContext": null }, "value": "not-selected", - "start": 691, - "end": 705, + "start": 723, + "end": 737, "loc": { "start": { "line": 33, @@ -6329,8 +6329,8 @@ "postfix": false, "binop": null }, - "start": 706, - "end": 707, + "start": 738, + "end": 739, "loc": { "start": { "line": 33, @@ -6356,8 +6356,8 @@ "updateContext": null }, "value": "onClick", - "start": 713, - "end": 720, + "start": 746, + "end": 753, "loc": { "start": { "line": 34, @@ -6383,8 +6383,8 @@ "updateContext": null }, "value": "=", - "start": 720, - "end": 721, + "start": 753, + "end": 754, "loc": { "start": { "line": 34, @@ -6408,8 +6408,8 @@ "postfix": false, "binop": null }, - "start": 721, - "end": 722, + "start": 754, + "end": 755, "loc": { "start": { "line": 34, @@ -6433,8 +6433,8 @@ "postfix": false, "binop": null }, - "start": 722, - "end": 723, + "start": 755, + "end": 756, "loc": { "start": { "line": 34, @@ -6458,8 +6458,8 @@ "postfix": false, "binop": null }, - "start": 723, - "end": 724, + "start": 756, + "end": 757, "loc": { "start": { "line": 34, @@ -6484,8 +6484,8 @@ "binop": null, "updateContext": null }, - "start": 725, - "end": 727, + "start": 758, + "end": 760, "loc": { "start": { "line": 34, @@ -6509,8 +6509,8 @@ "postfix": false, "binop": null }, - "start": 728, - "end": 729, + "start": 761, + "end": 762, "loc": { "start": { "line": 34, @@ -6537,8 +6537,8 @@ "updateContext": null }, "value": "return", - "start": 736, - "end": 742, + "start": 770, + "end": 776, "loc": { "start": { "line": 35, @@ -6563,8 +6563,8 @@ "binop": null }, "value": "changeHandler", - "start": 743, - "end": 756, + "start": 777, + "end": 790, "loc": { "start": { "line": 35, @@ -6588,8 +6588,8 @@ "postfix": false, "binop": null }, - "start": 756, - "end": 757, + "start": 790, + "end": 791, "loc": { "start": { "line": 35, @@ -6614,8 +6614,8 @@ "binop": null }, "value": "option", - "start": 757, - "end": 763, + "start": 791, + "end": 797, "loc": { "start": { "line": 35, @@ -6640,8 +6640,8 @@ "binop": null, "updateContext": null }, - "start": 763, - "end": 764, + "start": 797, + "end": 798, "loc": { "start": { "line": 35, @@ -6666,8 +6666,8 @@ "binop": null }, "value": "value", - "start": 764, - "end": 769, + "start": 798, + "end": 803, "loc": { "start": { "line": 35, @@ -6691,8 +6691,8 @@ "postfix": false, "binop": null }, - "start": 769, - "end": 770, + "start": 803, + "end": 804, "loc": { "start": { "line": 35, @@ -6717,8 +6717,8 @@ "binop": null, "updateContext": null }, - "start": 770, - "end": 771, + "start": 804, + "end": 805, "loc": { "start": { "line": 35, @@ -6742,8 +6742,8 @@ "postfix": false, "binop": null }, - "start": 777, - "end": 778, + "start": 812, + "end": 813, "loc": { "start": { "line": 36, @@ -6767,8 +6767,8 @@ "postfix": false, "binop": null }, - "start": 778, - "end": 779, + "start": 813, + "end": 814, "loc": { "start": { "line": 36, @@ -6792,8 +6792,8 @@ "postfix": false, "binop": null }, - "start": 784, - "end": 785, + "start": 820, + "end": 821, "loc": { "start": { "line": 37, @@ -6819,8 +6819,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 785, - "end": 791, + "start": 821, + "end": 828, "loc": { "start": { "line": 37, @@ -6844,8 +6844,8 @@ "postfix": false, "binop": null }, - "start": 791, - "end": 792, + "start": 828, + "end": 829, "loc": { "start": { "line": 38, @@ -6870,8 +6870,8 @@ "binop": null }, "value": "option", - "start": 792, - "end": 798, + "start": 829, + "end": 835, "loc": { "start": { "line": 38, @@ -6896,8 +6896,8 @@ "binop": null, "updateContext": null }, - "start": 798, - "end": 799, + "start": 835, + "end": 836, "loc": { "start": { "line": 38, @@ -6922,8 +6922,8 @@ "binop": null }, "value": "hasOwnProperty", - "start": 799, - "end": 813, + "start": 836, + "end": 850, "loc": { "start": { "line": 38, @@ -6947,8 +6947,8 @@ "postfix": false, "binop": null }, - "start": 813, - "end": 814, + "start": 850, + "end": 851, "loc": { "start": { "line": 38, @@ -6974,8 +6974,8 @@ "updateContext": null }, "value": "icon", - "start": 814, - "end": 820, + "start": 851, + "end": 857, "loc": { "start": { "line": 38, @@ -6999,8 +6999,8 @@ "postfix": false, "binop": null }, - "start": 820, - "end": 821, + "start": 857, + "end": 858, "loc": { "start": { "line": 38, @@ -7026,8 +7026,8 @@ "updateContext": null }, "value": "&&", - "start": 821, - "end": 823, + "start": 858, + "end": 860, "loc": { "start": { "line": 38, @@ -7051,8 +7051,8 @@ "postfix": false, "binop": null }, - "start": 830, - "end": 831, + "start": 868, + "end": 869, "loc": { "start": { "line": 39, @@ -7078,8 +7078,8 @@ "updateContext": null }, "value": "span", - "start": 831, - "end": 835, + "start": 869, + "end": 873, "loc": { "start": { "line": 39, @@ -7105,8 +7105,8 @@ "updateContext": null }, "value": "className", - "start": 836, - "end": 845, + "start": 874, + "end": 883, "loc": { "start": { "line": 39, @@ -7132,8 +7132,8 @@ "updateContext": null }, "value": "=", - "start": 845, - "end": 846, + "start": 883, + "end": 884, "loc": { "start": { "line": 39, @@ -7157,8 +7157,8 @@ "postfix": false, "binop": null }, - "start": 846, - "end": 847, + "start": 884, + "end": 885, "loc": { "start": { "line": 39, @@ -7183,8 +7183,8 @@ "binop": null }, "value": "option", - "start": 847, - "end": 853, + "start": 885, + "end": 891, "loc": { "start": { "line": 39, @@ -7209,8 +7209,8 @@ "binop": null, "updateContext": null }, - "start": 853, - "end": 854, + "start": 891, + "end": 892, "loc": { "start": { "line": 39, @@ -7235,8 +7235,8 @@ "binop": null }, "value": "icon", - "start": 854, - "end": 858, + "start": 892, + "end": 896, "loc": { "start": { "line": 39, @@ -7260,8 +7260,8 @@ "postfix": false, "binop": null }, - "start": 858, - "end": 859, + "start": 896, + "end": 897, "loc": { "start": { "line": 39, @@ -7285,8 +7285,8 @@ "postfix": false, "binop": null }, - "start": 859, - "end": 860, + "start": 897, + "end": 898, "loc": { "start": { "line": 39, @@ -7310,8 +7310,8 @@ "postfix": false, "binop": null }, - "start": 860, - "end": 861, + "start": 898, + "end": 899, "loc": { "start": { "line": 39, @@ -7337,8 +7337,8 @@ "updateContext": null }, "value": "/", - "start": 861, - "end": 862, + "start": 899, + "end": 900, "loc": { "start": { "line": 39, @@ -7364,8 +7364,8 @@ "updateContext": null }, "value": "span", - "start": 862, - "end": 866, + "start": 900, + "end": 904, "loc": { "start": { "line": 39, @@ -7389,8 +7389,8 @@ "postfix": false, "binop": null }, - "start": 866, - "end": 867, + "start": 904, + "end": 905, "loc": { "start": { "line": 39, @@ -7414,8 +7414,8 @@ "postfix": false, "binop": null }, - "start": 873, - "end": 874, + "start": 912, + "end": 913, "loc": { "start": { "line": 40, @@ -7441,8 +7441,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 874, - "end": 880, + "start": 913, + "end": 920, "loc": { "start": { "line": 40, @@ -7466,8 +7466,8 @@ "postfix": false, "binop": null }, - "start": 880, - "end": 881, + "start": 920, + "end": 921, "loc": { "start": { "line": 41, @@ -7493,8 +7493,8 @@ "updateContext": null }, "value": "!", - "start": 881, - "end": 882, + "start": 921, + "end": 922, "loc": { "start": { "line": 41, @@ -7519,8 +7519,8 @@ "binop": null }, "value": "option", - "start": 882, - "end": 888, + "start": 922, + "end": 928, "loc": { "start": { "line": 41, @@ -7545,8 +7545,8 @@ "binop": null, "updateContext": null }, - "start": 888, - "end": 889, + "start": 928, + "end": 929, "loc": { "start": { "line": 41, @@ -7571,8 +7571,8 @@ "binop": null }, "value": "hasOwnProperty", - "start": 889, - "end": 903, + "start": 929, + "end": 943, "loc": { "start": { "line": 41, @@ -7596,8 +7596,8 @@ "postfix": false, "binop": null }, - "start": 903, - "end": 904, + "start": 943, + "end": 944, "loc": { "start": { "line": 41, @@ -7623,8 +7623,8 @@ "updateContext": null }, "value": "icon", - "start": 904, - "end": 910, + "start": 944, + "end": 950, "loc": { "start": { "line": 41, @@ -7648,8 +7648,8 @@ "postfix": false, "binop": null }, - "start": 910, - "end": 911, + "start": 950, + "end": 951, "loc": { "start": { "line": 41, @@ -7675,8 +7675,8 @@ "updateContext": null }, "value": "&&", - "start": 912, - "end": 914, + "start": 952, + "end": 954, "loc": { "start": { "line": 41, @@ -7700,8 +7700,8 @@ "postfix": false, "binop": null }, - "start": 921, - "end": 922, + "start": 962, + "end": 963, "loc": { "start": { "line": 42, @@ -7727,8 +7727,8 @@ "updateContext": null }, "value": "React", - "start": 922, - "end": 927, + "start": 963, + "end": 968, "loc": { "start": { "line": 42, @@ -7753,8 +7753,8 @@ "binop": null, "updateContext": null }, - "start": 927, - "end": 928, + "start": 968, + "end": 969, "loc": { "start": { "line": 42, @@ -7780,8 +7780,8 @@ "updateContext": null }, "value": "Fragment", - "start": 928, - "end": 936, + "start": 969, + "end": 977, "loc": { "start": { "line": 42, @@ -7805,8 +7805,8 @@ "postfix": false, "binop": null }, - "start": 936, - "end": 937, + "start": 977, + "end": 978, "loc": { "start": { "line": 42, @@ -7830,8 +7830,8 @@ "postfix": false, "binop": null }, - "start": 937, - "end": 938, + "start": 978, + "end": 979, "loc": { "start": { "line": 42, @@ -7856,8 +7856,8 @@ "binop": null }, "value": "option", - "start": 938, - "end": 944, + "start": 979, + "end": 985, "loc": { "start": { "line": 42, @@ -7882,8 +7882,8 @@ "binop": null, "updateContext": null }, - "start": 944, - "end": 945, + "start": 985, + "end": 986, "loc": { "start": { "line": 42, @@ -7908,8 +7908,8 @@ "binop": null }, "value": "label", - "start": 945, - "end": 950, + "start": 986, + "end": 991, "loc": { "start": { "line": 42, @@ -7933,8 +7933,8 @@ "postfix": false, "binop": null }, - "start": 950, - "end": 951, + "start": 991, + "end": 992, "loc": { "start": { "line": 42, @@ -7958,8 +7958,8 @@ "postfix": false, "binop": null }, - "start": 951, - "end": 952, + "start": 992, + "end": 993, "loc": { "start": { "line": 42, @@ -7985,8 +7985,8 @@ "updateContext": null }, "value": "/", - "start": 952, - "end": 953, + "start": 993, + "end": 994, "loc": { "start": { "line": 42, @@ -8012,8 +8012,8 @@ "updateContext": null }, "value": "React", - "start": 953, - "end": 958, + "start": 994, + "end": 999, "loc": { "start": { "line": 42, @@ -8038,8 +8038,8 @@ "binop": null, "updateContext": null }, - "start": 958, - "end": 959, + "start": 999, + "end": 1000, "loc": { "start": { "line": 42, @@ -8065,8 +8065,8 @@ "updateContext": null }, "value": "Fragment", - "start": 959, - "end": 967, + "start": 1000, + "end": 1008, "loc": { "start": { "line": 42, @@ -8090,8 +8090,8 @@ "postfix": false, "binop": null }, - "start": 967, - "end": 968, + "start": 1008, + "end": 1009, "loc": { "start": { "line": 42, @@ -8115,8 +8115,8 @@ "postfix": false, "binop": null }, - "start": 974, - "end": 975, + "start": 1016, + "end": 1017, "loc": { "start": { "line": 43, @@ -8142,8 +8142,8 @@ "updateContext": null }, "value": "\n\n\t\t\t\t", - "start": 975, - "end": 981, + "start": 1017, + "end": 1025, "loc": { "start": { "line": 43, @@ -8167,8 +8167,8 @@ "postfix": false, "binop": null }, - "start": 981, - "end": 982, + "start": 1025, + "end": 1026, "loc": { "start": { "line": 45, @@ -8194,8 +8194,8 @@ "updateContext": null }, "value": "/", - "start": 982, - "end": 983, + "start": 1026, + "end": 1027, "loc": { "start": { "line": 45, @@ -8221,8 +8221,8 @@ "updateContext": null }, "value": "button", - "start": 983, - "end": 989, + "start": 1027, + "end": 1033, "loc": { "start": { "line": 45, @@ -8246,8 +8246,8 @@ "postfix": false, "binop": null }, - "start": 989, - "end": 990, + "start": 1033, + "end": 1034, "loc": { "start": { "line": 45, @@ -8272,8 +8272,8 @@ "binop": null, "updateContext": null }, - "start": 990, - "end": 991, + "start": 1034, + "end": 1035, "loc": { "start": { "line": 45, @@ -8297,8 +8297,8 @@ "postfix": false, "binop": null }, - "start": 995, - "end": 996, + "start": 1040, + "end": 1041, "loc": { "start": { "line": 46, @@ -8322,8 +8322,8 @@ "postfix": false, "binop": null }, - "start": 996, - "end": 997, + "start": 1041, + "end": 1042, "loc": { "start": { "line": 46, @@ -8347,8 +8347,8 @@ "postfix": false, "binop": null }, - "start": 997, - "end": 998, + "start": 1042, + "end": 1043, "loc": { "start": { "line": 46, @@ -8374,8 +8374,8 @@ "updateContext": null }, "value": "\n\t\t", - "start": 998, - "end": 1001, + "start": 1043, + "end": 1047, "loc": { "start": { "line": 46, @@ -8399,8 +8399,8 @@ "postfix": false, "binop": null }, - "start": 1001, - "end": 1002, + "start": 1047, + "end": 1048, "loc": { "start": { "line": 47, @@ -8426,8 +8426,8 @@ "updateContext": null }, "value": "/", - "start": 1002, - "end": 1003, + "start": 1048, + "end": 1049, "loc": { "start": { "line": 47, @@ -8453,8 +8453,8 @@ "updateContext": null }, "value": "div", - "start": 1003, - "end": 1006, + "start": 1049, + "end": 1052, "loc": { "start": { "line": 47, @@ -8478,8 +8478,8 @@ "postfix": false, "binop": null }, - "start": 1006, - "end": 1007, + "start": 1052, + "end": 1053, "loc": { "start": { "line": 47, @@ -8503,8 +8503,8 @@ "postfix": false, "binop": null }, - "start": 1009, - "end": 1010, + "start": 1056, + "end": 1057, "loc": { "start": { "line": 48, @@ -8529,8 +8529,8 @@ "binop": null, "updateContext": null }, - "start": 1010, - "end": 1011, + "start": 1057, + "end": 1058, "loc": { "start": { "line": 48, @@ -8554,8 +8554,8 @@ "postfix": false, "binop": null }, - "start": 1012, - "end": 1013, + "start": 1060, + "end": 1061, "loc": { "start": { "line": 49, @@ -8580,8 +8580,8 @@ "binop": null, "updateContext": null }, - "start": 1013, - "end": 1014, + "start": 1061, + "end": 1062, "loc": { "start": { "line": 49, @@ -8595,9 +8595,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definition for select fields\n *\n * @type {{}}\n ", - "start": 1016, - "end": 1077, + "value": "*\r\n * Prop definition for select fields\r\n *\r\n * @type {{}}\r\n ", + "start": 1066, + "end": 1131, "loc": { "start": { "line": 51, @@ -8622,8 +8622,8 @@ "binop": null }, "value": "ButtonGroup", - "start": 1078, - "end": 1089, + "start": 1133, + "end": 1144, "loc": { "start": { "line": 56, @@ -8648,8 +8648,8 @@ "binop": null, "updateContext": null }, - "start": 1089, - "end": 1090, + "start": 1144, + "end": 1145, "loc": { "start": { "line": 56, @@ -8674,8 +8674,8 @@ "binop": null }, "value": "propTypes", - "start": 1090, - "end": 1099, + "start": 1145, + "end": 1154, "loc": { "start": { "line": 56, @@ -8701,8 +8701,8 @@ "updateContext": null }, "value": "=", - "start": 1100, - "end": 1101, + "start": 1155, + "end": 1156, "loc": { "start": { "line": 56, @@ -8726,8 +8726,8 @@ "postfix": false, "binop": null }, - "start": 1102, - "end": 1103, + "start": 1157, + "end": 1158, "loc": { "start": { "line": 56, @@ -8752,8 +8752,8 @@ "binop": null }, "value": "onChange", - "start": 1105, - "end": 1113, + "start": 1161, + "end": 1169, "loc": { "start": { "line": 57, @@ -8778,8 +8778,8 @@ "binop": null, "updateContext": null }, - "start": 1113, - "end": 1114, + "start": 1169, + "end": 1170, "loc": { "start": { "line": 57, @@ -8804,8 +8804,8 @@ "binop": null }, "value": "PropTypes", - "start": 1115, - "end": 1124, + "start": 1171, + "end": 1180, "loc": { "start": { "line": 57, @@ -8830,8 +8830,8 @@ "binop": null, "updateContext": null }, - "start": 1124, - "end": 1125, + "start": 1180, + "end": 1181, "loc": { "start": { "line": 57, @@ -8856,8 +8856,8 @@ "binop": null }, "value": "func", - "start": 1125, - "end": 1129, + "start": 1181, + "end": 1185, "loc": { "start": { "line": 57, @@ -8882,8 +8882,8 @@ "binop": null, "updateContext": null }, - "start": 1129, - "end": 1130, + "start": 1185, + "end": 1186, "loc": { "start": { "line": 57, @@ -8908,8 +8908,8 @@ "binop": null }, "value": "isRequired", - "start": 1130, - "end": 1140, + "start": 1186, + "end": 1196, "loc": { "start": { "line": 57, @@ -8934,8 +8934,8 @@ "binop": null, "updateContext": null }, - "start": 1140, - "end": 1141, + "start": 1196, + "end": 1197, "loc": { "start": { "line": 57, @@ -8960,8 +8960,8 @@ "binop": null }, "value": "options", - "start": 1143, - "end": 1150, + "start": 1200, + "end": 1207, "loc": { "start": { "line": 58, @@ -8986,8 +8986,8 @@ "binop": null, "updateContext": null }, - "start": 1150, - "end": 1151, + "start": 1207, + "end": 1208, "loc": { "start": { "line": 58, @@ -9012,8 +9012,8 @@ "binop": null }, "value": "PropTypes", - "start": 1152, - "end": 1161, + "start": 1209, + "end": 1218, "loc": { "start": { "line": 58, @@ -9038,8 +9038,8 @@ "binop": null, "updateContext": null }, - "start": 1161, - "end": 1162, + "start": 1218, + "end": 1219, "loc": { "start": { "line": 58, @@ -9064,8 +9064,8 @@ "binop": null }, "value": "arrayOf", - "start": 1162, - "end": 1169, + "start": 1219, + "end": 1226, "loc": { "start": { "line": 58, @@ -9089,8 +9089,8 @@ "postfix": false, "binop": null }, - "start": 1169, - "end": 1170, + "start": 1226, + "end": 1227, "loc": { "start": { "line": 58, @@ -9115,8 +9115,8 @@ "binop": null }, "value": "PropTypes", - "start": 1173, - "end": 1182, + "start": 1231, + "end": 1240, "loc": { "start": { "line": 59, @@ -9141,8 +9141,8 @@ "binop": null, "updateContext": null }, - "start": 1182, - "end": 1183, + "start": 1240, + "end": 1241, "loc": { "start": { "line": 59, @@ -9167,8 +9167,8 @@ "binop": null }, "value": "shape", - "start": 1183, - "end": 1188, + "start": 1241, + "end": 1246, "loc": { "start": { "line": 59, @@ -9192,8 +9192,8 @@ "postfix": false, "binop": null }, - "start": 1188, - "end": 1189, + "start": 1246, + "end": 1247, "loc": { "start": { "line": 59, @@ -9217,8 +9217,8 @@ "postfix": false, "binop": null }, - "start": 1189, - "end": 1190, + "start": 1247, + "end": 1248, "loc": { "start": { "line": 59, @@ -9243,8 +9243,8 @@ "binop": null, "updateContext": null }, - "start": 1194, - "end": 1197, + "start": 1253, + "end": 1256, "loc": { "start": { "line": 60, @@ -9269,8 +9269,8 @@ "binop": null }, "value": "optionShape", - "start": 1197, - "end": 1208, + "start": 1256, + "end": 1267, "loc": { "start": { "line": 60, @@ -9295,8 +9295,8 @@ "binop": null, "updateContext": null }, - "start": 1208, - "end": 1209, + "start": 1267, + "end": 1268, "loc": { "start": { "line": 60, @@ -9321,8 +9321,8 @@ "binop": null }, "value": "icon", - "start": 1213, - "end": 1217, + "start": 1273, + "end": 1277, "loc": { "start": { "line": 61, @@ -9347,8 +9347,8 @@ "binop": null, "updateContext": null }, - "start": 1217, - "end": 1218, + "start": 1277, + "end": 1278, "loc": { "start": { "line": 61, @@ -9373,8 +9373,8 @@ "binop": null }, "value": "PropTypes", - "start": 1218, - "end": 1227, + "start": 1278, + "end": 1287, "loc": { "start": { "line": 61, @@ -9399,8 +9399,8 @@ "binop": null, "updateContext": null }, - "start": 1227, - "end": 1228, + "start": 1287, + "end": 1288, "loc": { "start": { "line": 61, @@ -9425,8 +9425,8 @@ "binop": null }, "value": "string", - "start": 1228, - "end": 1234, + "start": 1288, + "end": 1294, "loc": { "start": { "line": 61, @@ -9451,8 +9451,8 @@ "binop": null, "updateContext": null }, - "start": 1234, - "end": 1235, + "start": 1294, + "end": 1295, "loc": { "start": { "line": 61, @@ -9477,8 +9477,8 @@ "binop": null }, "value": "ariaLabel", - "start": 1239, - "end": 1248, + "start": 1300, + "end": 1309, "loc": { "start": { "line": 62, @@ -9503,8 +9503,8 @@ "binop": null, "updateContext": null }, - "start": 1248, - "end": 1249, + "start": 1309, + "end": 1310, "loc": { "start": { "line": 62, @@ -9529,8 +9529,8 @@ "binop": null }, "value": "PropTypes", - "start": 1249, - "end": 1258, + "start": 1310, + "end": 1319, "loc": { "start": { "line": 62, @@ -9555,8 +9555,8 @@ "binop": null, "updateContext": null }, - "start": 1258, - "end": 1259, + "start": 1319, + "end": 1320, "loc": { "start": { "line": 62, @@ -9581,8 +9581,8 @@ "binop": null }, "value": "string", - "start": 1259, - "end": 1265, + "start": 1320, + "end": 1326, "loc": { "start": { "line": 62, @@ -9606,8 +9606,8 @@ "postfix": false, "binop": null }, - "start": 1268, - "end": 1269, + "start": 1330, + "end": 1331, "loc": { "start": { "line": 63, @@ -9631,8 +9631,8 @@ "postfix": false, "binop": null }, - "start": 1269, - "end": 1270, + "start": 1331, + "end": 1332, "loc": { "start": { "line": 63, @@ -9656,8 +9656,8 @@ "postfix": false, "binop": null }, - "start": 1272, - "end": 1273, + "start": 1335, + "end": 1336, "loc": { "start": { "line": 64, @@ -9682,8 +9682,8 @@ "binop": null, "updateContext": null }, - "start": 1273, - "end": 1274, + "start": 1336, + "end": 1337, "loc": { "start": { "line": 64, @@ -9708,8 +9708,8 @@ "binop": null }, "value": "value", - "start": 1276, - "end": 1281, + "start": 1340, + "end": 1345, "loc": { "start": { "line": 65, @@ -9734,8 +9734,8 @@ "binop": null, "updateContext": null }, - "start": 1281, - "end": 1282, + "start": 1345, + "end": 1346, "loc": { "start": { "line": 65, @@ -9760,8 +9760,8 @@ "binop": null }, "value": "PropTypes", - "start": 1283, - "end": 1292, + "start": 1347, + "end": 1356, "loc": { "start": { "line": 65, @@ -9786,8 +9786,8 @@ "binop": null, "updateContext": null }, - "start": 1292, - "end": 1293, + "start": 1356, + "end": 1357, "loc": { "start": { "line": 65, @@ -9812,8 +9812,8 @@ "binop": null }, "value": "oneOfType", - "start": 1293, - "end": 1302, + "start": 1357, + "end": 1366, "loc": { "start": { "line": 65, @@ -9837,8 +9837,8 @@ "postfix": false, "binop": null }, - "start": 1302, - "end": 1303, + "start": 1366, + "end": 1367, "loc": { "start": { "line": 65, @@ -9863,8 +9863,8 @@ "binop": null, "updateContext": null }, - "start": 1303, - "end": 1304, + "start": 1367, + "end": 1368, "loc": { "start": { "line": 65, @@ -9889,8 +9889,8 @@ "binop": null }, "value": "PropTypes", - "start": 1307, - "end": 1316, + "start": 1372, + "end": 1381, "loc": { "start": { "line": 66, @@ -9915,8 +9915,8 @@ "binop": null, "updateContext": null }, - "start": 1316, - "end": 1317, + "start": 1381, + "end": 1382, "loc": { "start": { "line": 66, @@ -9941,8 +9941,8 @@ "binop": null }, "value": "number", - "start": 1317, - "end": 1323, + "start": 1382, + "end": 1388, "loc": { "start": { "line": 66, @@ -9967,8 +9967,8 @@ "binop": null, "updateContext": null }, - "start": 1323, - "end": 1324, + "start": 1388, + "end": 1389, "loc": { "start": { "line": 66, @@ -9993,8 +9993,8 @@ "binop": null }, "value": "PropTypes", - "start": 1327, - "end": 1336, + "start": 1393, + "end": 1402, "loc": { "start": { "line": 67, @@ -10019,8 +10019,8 @@ "binop": null, "updateContext": null }, - "start": 1336, - "end": 1337, + "start": 1402, + "end": 1403, "loc": { "start": { "line": 67, @@ -10045,8 +10045,8 @@ "binop": null }, "value": "string", - "start": 1337, - "end": 1343, + "start": 1403, + "end": 1409, "loc": { "start": { "line": 67, @@ -10071,8 +10071,8 @@ "binop": null, "updateContext": null }, - "start": 1345, - "end": 1346, + "start": 1412, + "end": 1413, "loc": { "start": { "line": 68, @@ -10096,8 +10096,8 @@ "postfix": false, "binop": null }, - "start": 1346, - "end": 1347, + "start": 1413, + "end": 1414, "loc": { "start": { "line": 68, @@ -10121,8 +10121,8 @@ "postfix": false, "binop": null }, - "start": 1348, - "end": 1349, + "start": 1416, + "end": 1417, "loc": { "start": { "line": 69, @@ -10147,8 +10147,8 @@ "binop": null, "updateContext": null }, - "start": 1349, - "end": 1350, + "start": 1417, + "end": 1418, "loc": { "start": { "line": 69, @@ -10162,9 +10162,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default props for select fields\n *\n * @type {{options: Array}}\n ", - "start": 1352, - "end": 1425, + "value": "*\r\n * Default props for select fields\r\n *\r\n * @type {{options: Array}}\r\n ", + "start": 1422, + "end": 1499, "loc": { "start": { "line": 71, @@ -10189,8 +10189,8 @@ "binop": null }, "value": "ButtonGroup", - "start": 1426, - "end": 1437, + "start": 1501, + "end": 1512, "loc": { "start": { "line": 76, @@ -10215,8 +10215,8 @@ "binop": null, "updateContext": null }, - "start": 1437, - "end": 1438, + "start": 1512, + "end": 1513, "loc": { "start": { "line": 76, @@ -10241,8 +10241,8 @@ "binop": null }, "value": "defaultProps", - "start": 1438, - "end": 1450, + "start": 1513, + "end": 1525, "loc": { "start": { "line": 76, @@ -10268,8 +10268,8 @@ "updateContext": null }, "value": "=", - "start": 1451, - "end": 1452, + "start": 1526, + "end": 1527, "loc": { "start": { "line": 76, @@ -10293,8 +10293,8 @@ "postfix": false, "binop": null }, - "start": 1453, - "end": 1454, + "start": 1528, + "end": 1529, "loc": { "start": { "line": 76, @@ -10319,8 +10319,8 @@ "binop": null }, "value": "options", - "start": 1456, - "end": 1463, + "start": 1532, + "end": 1539, "loc": { "start": { "line": 77, @@ -10345,8 +10345,8 @@ "binop": null, "updateContext": null }, - "start": 1463, - "end": 1464, + "start": 1539, + "end": 1540, "loc": { "start": { "line": 77, @@ -10371,8 +10371,8 @@ "binop": null, "updateContext": null }, - "start": 1465, - "end": 1466, + "start": 1541, + "end": 1542, "loc": { "start": { "line": 77, @@ -10397,8 +10397,8 @@ "binop": null, "updateContext": null }, - "start": 1466, - "end": 1467, + "start": 1542, + "end": 1543, "loc": { "start": { "line": 77, @@ -10422,8 +10422,8 @@ "postfix": false, "binop": null }, - "start": 1468, - "end": 1469, + "start": 1545, + "end": 1546, "loc": { "start": { "line": 78, @@ -10448,8 +10448,8 @@ "binop": null, "updateContext": null }, - "start": 1469, - "end": 1470, + "start": 1546, + "end": 1547, "loc": { "start": { "line": 78, @@ -10474,8 +10474,8 @@ "binop": null, "updateContext": null }, - "start": 1470, - "end": 1470, + "start": 1547, + "end": 1547, "loc": { "start": { "line": 78, diff --git a/docs/ast/source/components/fields/factories/fieldFactory.js.json b/docs/ast/source/components/fields/factories/fieldFactory.js.json index 0cb68fa..d43708d 100644 --- a/docs/ast/source/components/fields/factories/fieldFactory.js.json +++ b/docs/ast/source/components/fields/factories/fieldFactory.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 296, + "end": 309, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 296, + "end": 309, "loc": { "start": { "line": 1, @@ -116,8 +116,8 @@ }, { "type": "ImportDeclaration", - "start": 57, - "end": 98, + "start": 58, + "end": 99, "loc": { "start": { "line": 2, @@ -131,8 +131,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 65, - "end": 75, + "start": 66, + "end": 76, "loc": { "start": { "line": 2, @@ -145,8 +145,8 @@ }, "imported": { "type": "Identifier", - "start": 65, - "end": 75, + "start": 66, + "end": 76, "loc": { "start": { "line": 2, @@ -162,8 +162,8 @@ }, "local": { "type": "Identifier", - "start": 65, - "end": 75, + "start": 66, + "end": 76, "loc": { "start": { "line": 2, @@ -181,8 +181,8 @@ ], "source": { "type": "StringLiteral", - "start": 82, - "end": 97, + "start": 83, + "end": 98, "loc": { "start": { "line": 2, @@ -202,9 +202,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Generates field controls\n *\n * @param {Object} fieldArgs Field config\n * @returns {*}\n ", - "start": 101, - "end": 197, + "value": "*\r\n * Generates field controls\r\n *\r\n * @param {Object} fieldArgs Field config\r\n * @returns {*}\r\n ", + "start": 105, + "end": 206, "loc": { "start": { "line": 5, @@ -220,8 +220,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 198, - "end": 295, + "start": 208, + "end": 307, "loc": { "start": { "line": 11, @@ -236,8 +236,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 205, - "end": 295, + "start": 215, + "end": 307, "loc": { "start": { "line": 11, @@ -251,8 +251,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 211, - "end": 294, + "start": 221, + "end": 306, "loc": { "start": { "line": 11, @@ -265,8 +265,8 @@ }, "id": { "type": "Identifier", - "start": 211, - "end": 223, + "start": 221, + "end": 233, "loc": { "start": { "line": 11, @@ -283,8 +283,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 226, - "end": 294, + "start": 236, + "end": 306, "loc": { "start": { "line": 11, @@ -297,8 +297,8 @@ }, "id": { "type": "Identifier", - "start": 211, - "end": 223, + "start": 221, + "end": 233, "loc": { "start": { "line": 11, @@ -319,8 +319,8 @@ "params": [ { "type": "Identifier", - "start": 227, - "end": 236, + "start": 237, + "end": 246, "loc": { "start": { "line": 11, @@ -337,8 +337,8 @@ ], "body": { "type": "BlockStatement", - "start": 240, - "end": 294, + "start": 250, + "end": 306, "loc": { "start": { "line": 11, @@ -352,8 +352,8 @@ "body": [ { "type": "ReturnStatement", - "start": 243, - "end": 292, + "start": 254, + "end": 303, "loc": { "start": { "line": 12, @@ -366,8 +366,8 @@ }, "argument": { "type": "CallExpression", - "start": 250, - "end": 291, + "start": 261, + "end": 302, "loc": { "start": { "line": 12, @@ -380,8 +380,8 @@ }, "callee": { "type": "Identifier", - "start": 250, - "end": 260, + "start": 261, + "end": 271, "loc": { "start": { "line": 12, @@ -398,8 +398,8 @@ "arguments": [ { "type": "CallExpression", - "start": 261, - "end": 290, + "start": 272, + "end": 301, "loc": { "start": { "line": 12, @@ -412,8 +412,8 @@ }, "callee": { "type": "Identifier", - "start": 261, - "end": 279, + "start": 272, + "end": 290, "loc": { "start": { "line": 12, @@ -430,8 +430,8 @@ "arguments": [ { "type": "Identifier", - "start": 280, - "end": 289, + "start": 291, + "end": 300, "loc": { "start": { "line": 12, @@ -461,9 +461,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Generates field controls\n *\n * @param {Object} fieldArgs Field config\n * @returns {*}\n ", - "start": 101, - "end": 197, + "value": "*\r\n * Generates field controls\r\n *\r\n * @param {Object} fieldArgs Field config\r\n * @returns {*}\r\n ", + "start": 105, + "end": 206, "loc": { "start": { "line": 5, @@ -481,9 +481,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Generates field controls\n *\n * @param {Object} fieldArgs Field config\n * @returns {*}\n ", - "start": 101, - "end": 197, + "value": "*\r\n * Generates field controls\r\n *\r\n * @param {Object} fieldArgs Field config\r\n * @returns {*}\r\n ", + "start": 105, + "end": 206, "loc": { "start": { "line": 5, @@ -503,9 +503,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Generates field controls\n *\n * @param {Object} fieldArgs Field config\n * @returns {*}\n ", - "start": 101, - "end": 197, + "value": "*\r\n * Generates field controls\r\n *\r\n * @param {Object} fieldArgs Field config\r\n * @returns {*}\r\n ", + "start": 105, + "end": 206, "loc": { "start": { "line": 5, @@ -717,8 +717,8 @@ "updateContext": null }, "value": "import", - "start": 57, - "end": 63, + "start": 58, + "end": 64, "loc": { "start": { "line": 2, @@ -742,8 +742,8 @@ "postfix": false, "binop": null }, - "start": 64, - "end": 65, + "start": 65, + "end": 66, "loc": { "start": { "line": 2, @@ -768,8 +768,8 @@ "binop": null }, "value": "FieldGroup", - "start": 65, - "end": 75, + "start": 66, + "end": 76, "loc": { "start": { "line": 2, @@ -793,8 +793,8 @@ "postfix": false, "binop": null }, - "start": 75, - "end": 76, + "start": 76, + "end": 77, "loc": { "start": { "line": 2, @@ -819,8 +819,8 @@ "binop": null }, "value": "from", - "start": 77, - "end": 81, + "start": 78, + "end": 82, "loc": { "start": { "line": 2, @@ -846,8 +846,8 @@ "updateContext": null }, "value": "../FieldGroup", - "start": 82, - "end": 97, + "start": 83, + "end": 98, "loc": { "start": { "line": 2, @@ -872,8 +872,8 @@ "binop": null, "updateContext": null }, - "start": 97, - "end": 98, + "start": 98, + "end": 99, "loc": { "start": { "line": 2, @@ -887,9 +887,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Generates field controls\n *\n * @param {Object} fieldArgs Field config\n * @returns {*}\n ", - "start": 101, - "end": 197, + "value": "*\r\n * Generates field controls\r\n *\r\n * @param {Object} fieldArgs Field config\r\n * @returns {*}\r\n ", + "start": 105, + "end": 206, "loc": { "start": { "line": 5, @@ -916,8 +916,8 @@ "updateContext": null }, "value": "export", - "start": 198, - "end": 204, + "start": 208, + "end": 214, "loc": { "start": { "line": 11, @@ -944,8 +944,8 @@ "updateContext": null }, "value": "const", - "start": 205, - "end": 210, + "start": 215, + "end": 220, "loc": { "start": { "line": 11, @@ -970,8 +970,8 @@ "binop": null }, "value": "fieldFactory", - "start": 211, - "end": 223, + "start": 221, + "end": 233, "loc": { "start": { "line": 11, @@ -997,8 +997,8 @@ "updateContext": null }, "value": "=", - "start": 224, - "end": 225, + "start": 234, + "end": 235, "loc": { "start": { "line": 11, @@ -1022,8 +1022,8 @@ "postfix": false, "binop": null }, - "start": 226, - "end": 227, + "start": 236, + "end": 237, "loc": { "start": { "line": 11, @@ -1048,8 +1048,8 @@ "binop": null }, "value": "fieldArgs", - "start": 227, - "end": 236, + "start": 237, + "end": 246, "loc": { "start": { "line": 11, @@ -1073,8 +1073,8 @@ "postfix": false, "binop": null }, - "start": 236, - "end": 237, + "start": 246, + "end": 247, "loc": { "start": { "line": 11, @@ -1099,8 +1099,8 @@ "binop": null, "updateContext": null }, - "start": 238, - "end": 240, + "start": 248, + "end": 250, "loc": { "start": { "line": 11, @@ -1124,8 +1124,8 @@ "postfix": false, "binop": null }, - "start": 240, - "end": 241, + "start": 250, + "end": 251, "loc": { "start": { "line": 11, @@ -1152,8 +1152,8 @@ "updateContext": null }, "value": "return", - "start": 243, - "end": 249, + "start": 254, + "end": 260, "loc": { "start": { "line": 12, @@ -1178,8 +1178,8 @@ "binop": null }, "value": "FieldGroup", - "start": 250, - "end": 260, + "start": 261, + "end": 271, "loc": { "start": { "line": 12, @@ -1203,8 +1203,8 @@ "postfix": false, "binop": null }, - "start": 260, - "end": 261, + "start": 271, + "end": 272, "loc": { "start": { "line": 12, @@ -1229,8 +1229,8 @@ "binop": null }, "value": "prepareFieldConfig", - "start": 261, - "end": 279, + "start": 272, + "end": 290, "loc": { "start": { "line": 12, @@ -1254,8 +1254,8 @@ "postfix": false, "binop": null }, - "start": 279, - "end": 280, + "start": 290, + "end": 291, "loc": { "start": { "line": 12, @@ -1280,8 +1280,8 @@ "binop": null }, "value": "fieldArgs", - "start": 280, - "end": 289, + "start": 291, + "end": 300, "loc": { "start": { "line": 12, @@ -1305,8 +1305,8 @@ "postfix": false, "binop": null }, - "start": 289, - "end": 290, + "start": 300, + "end": 301, "loc": { "start": { "line": 12, @@ -1330,8 +1330,8 @@ "postfix": false, "binop": null }, - "start": 290, - "end": 291, + "start": 301, + "end": 302, "loc": { "start": { "line": 12, @@ -1356,8 +1356,8 @@ "binop": null, "updateContext": null }, - "start": 291, - "end": 292, + "start": 302, + "end": 303, "loc": { "start": { "line": 12, @@ -1381,8 +1381,8 @@ "postfix": false, "binop": null }, - "start": 293, - "end": 294, + "start": 305, + "end": 306, "loc": { "start": { "line": 13, @@ -1407,8 +1407,8 @@ "binop": null, "updateContext": null }, - "start": 294, - "end": 295, + "start": 306, + "end": 307, "loc": { "start": { "line": 13, @@ -1433,8 +1433,8 @@ "binop": null, "updateContext": null }, - "start": 296, - "end": 296, + "start": 309, + "end": 309, "loc": { "start": { "line": 14, diff --git a/docs/ast/source/components/fields/factories/fieldSetFactory.js.json b/docs/ast/source/components/fields/factories/fieldSetFactory.js.json index 1fe0f3a..61949f4 100644 --- a/docs/ast/source/components/fields/factories/fieldSetFactory.js.json +++ b/docs/ast/source/components/fields/factories/fieldSetFactory.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 429, + "end": 445, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 429, + "end": 445, "loc": { "start": { "line": 1, @@ -116,9 +116,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Given an array of field configs, generates and array of field controls\n *\n * Should be used for a group of settings, such as all settings for a processor.\n *\n * @param {Array} fields Field configs\n * @returns {Array}\n ", - "start": 46, - "end": 273, + "value": "*\r\n * Given an array of field configs, generates and array of field controls\r\n *\r\n * Should be used for a group of settings, such as all settings for a processor.\r\n *\r\n * @param {Array} fields Field configs\r\n * @returns {Array}\r\n ", + "start": 48, + "end": 282, "loc": { "start": { "line": 3, @@ -134,8 +134,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 274, - "end": 429, + "start": 284, + "end": 445, "loc": { "start": { "line": 11, @@ -150,8 +150,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 281, - "end": 429, + "start": 291, + "end": 445, "loc": { "start": { "line": 11, @@ -165,8 +165,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 287, - "end": 428, + "start": 297, + "end": 444, "loc": { "start": { "line": 11, @@ -179,8 +179,8 @@ }, "id": { "type": "Identifier", - "start": 287, - "end": 302, + "start": 297, + "end": 312, "loc": { "start": { "line": 11, @@ -197,8 +197,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 305, - "end": 428, + "start": 315, + "end": 444, "loc": { "start": { "line": 11, @@ -211,8 +211,8 @@ }, "id": { "type": "Identifier", - "start": 287, - "end": 302, + "start": 297, + "end": 312, "loc": { "start": { "line": 11, @@ -233,8 +233,8 @@ "params": [ { "type": "Identifier", - "start": 306, - "end": 312, + "start": 316, + "end": 322, "loc": { "start": { "line": 11, @@ -251,8 +251,8 @@ ], "body": { "type": "BlockStatement", - "start": 316, - "end": 428, + "start": 326, + "end": 444, "loc": { "start": { "line": 11, @@ -266,8 +266,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 319, - "end": 332, + "start": 330, + "end": 343, "loc": { "start": { "line": 12, @@ -281,8 +281,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 323, - "end": 331, + "start": 334, + "end": 342, "loc": { "start": { "line": 12, @@ -295,8 +295,8 @@ }, "id": { "type": "Identifier", - "start": 323, - "end": 326, + "start": 334, + "end": 337, "loc": { "start": { "line": 12, @@ -312,8 +312,8 @@ }, "init": { "type": "ArrayExpression", - "start": 329, - "end": 331, + "start": 340, + "end": 342, "loc": { "start": { "line": 12, @@ -332,8 +332,8 @@ }, { "type": "ExpressionStatement", - "start": 334, - "end": 413, + "start": 346, + "end": 427, "loc": { "start": { "line": 13, @@ -346,8 +346,8 @@ }, "expression": { "type": "CallExpression", - "start": 334, - "end": 412, + "start": 346, + "end": 426, "loc": { "start": { "line": 13, @@ -360,8 +360,8 @@ }, "callee": { "type": "MemberExpression", - "start": 334, - "end": 363, + "start": 346, + "end": 375, "loc": { "start": { "line": 13, @@ -374,8 +374,8 @@ }, "object": { "type": "CallExpression", - "start": 334, - "end": 355, + "start": 346, + "end": 367, "loc": { "start": { "line": 13, @@ -388,8 +388,8 @@ }, "callee": { "type": "MemberExpression", - "start": 334, - "end": 347, + "start": 346, + "end": 359, "loc": { "start": { "line": 13, @@ -402,8 +402,8 @@ }, "object": { "type": "Identifier", - "start": 334, - "end": 340, + "start": 346, + "end": 352, "loc": { "start": { "line": 13, @@ -419,8 +419,8 @@ }, "property": { "type": "Identifier", - "start": 341, - "end": 347, + "start": 353, + "end": 359, "loc": { "start": { "line": 13, @@ -439,8 +439,8 @@ "arguments": [ { "type": "Identifier", - "start": 348, - "end": 354, + "start": 360, + "end": 366, "loc": { "start": { "line": 13, @@ -458,8 +458,8 @@ }, "property": { "type": "Identifier", - "start": 356, - "end": 363, + "start": 368, + "end": 375, "loc": { "start": { "line": 13, @@ -478,8 +478,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 365, - "end": 411, + "start": 377, + "end": 425, "loc": { "start": { "line": 13, @@ -497,8 +497,8 @@ "params": [ { "type": "Identifier", - "start": 365, - "end": 370, + "start": 377, + "end": 382, "loc": { "start": { "line": 13, @@ -515,8 +515,8 @@ ], "body": { "type": "BlockStatement", - "start": 374, - "end": 411, + "start": 386, + "end": 425, "loc": { "start": { "line": 13, @@ -530,8 +530,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 378, - "end": 408, + "start": 391, + "end": 421, "loc": { "start": { "line": 14, @@ -544,8 +544,8 @@ }, "expression": { "type": "CallExpression", - "start": 378, - "end": 407, + "start": 391, + "end": 420, "loc": { "start": { "line": 14, @@ -558,8 +558,8 @@ }, "callee": { "type": "MemberExpression", - "start": 378, - "end": 386, + "start": 391, + "end": 399, "loc": { "start": { "line": 14, @@ -572,8 +572,8 @@ }, "object": { "type": "Identifier", - "start": 378, - "end": 381, + "start": 391, + "end": 394, "loc": { "start": { "line": 14, @@ -589,8 +589,8 @@ }, "property": { "type": "Identifier", - "start": 382, - "end": 386, + "start": 395, + "end": 399, "loc": { "start": { "line": 14, @@ -609,8 +609,8 @@ "arguments": [ { "type": "CallExpression", - "start": 387, - "end": 406, + "start": 400, + "end": 419, "loc": { "start": { "line": 14, @@ -623,8 +623,8 @@ }, "callee": { "type": "Identifier", - "start": 387, - "end": 399, + "start": 400, + "end": 412, "loc": { "start": { "line": 14, @@ -641,8 +641,8 @@ "arguments": [ { "type": "Identifier", - "start": 400, - "end": 405, + "start": 413, + "end": 418, "loc": { "start": { "line": 14, @@ -670,8 +670,8 @@ }, { "type": "ReturnStatement", - "start": 415, - "end": 426, + "start": 430, + "end": 441, "loc": { "start": { "line": 16, @@ -684,8 +684,8 @@ }, "argument": { "type": "Identifier", - "start": 422, - "end": 425, + "start": 437, + "end": 440, "loc": { "start": { "line": 16, @@ -711,9 +711,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Given an array of field configs, generates and array of field controls\n *\n * Should be used for a group of settings, such as all settings for a processor.\n *\n * @param {Array} fields Field configs\n * @returns {Array}\n ", - "start": 46, - "end": 273, + "value": "*\r\n * Given an array of field configs, generates and array of field controls\r\n *\r\n * Should be used for a group of settings, such as all settings for a processor.\r\n *\r\n * @param {Array} fields Field configs\r\n * @returns {Array}\r\n ", + "start": 48, + "end": 282, "loc": { "start": { "line": 3, @@ -731,9 +731,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Given an array of field configs, generates and array of field controls\n *\n * Should be used for a group of settings, such as all settings for a processor.\n *\n * @param {Array} fields Field configs\n * @returns {Array}\n ", - "start": 46, - "end": 273, + "value": "*\r\n * Given an array of field configs, generates and array of field controls\r\n *\r\n * Should be used for a group of settings, such as all settings for a processor.\r\n *\r\n * @param {Array} fields Field configs\r\n * @returns {Array}\r\n ", + "start": 48, + "end": 282, "loc": { "start": { "line": 3, @@ -753,9 +753,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Given an array of field configs, generates and array of field controls\n *\n * Should be used for a group of settings, such as all settings for a processor.\n *\n * @param {Array} fields Field configs\n * @returns {Array}\n ", - "start": 46, - "end": 273, + "value": "*\r\n * Given an array of field configs, generates and array of field controls\r\n *\r\n * Should be used for a group of settings, such as all settings for a processor.\r\n *\r\n * @param {Array} fields Field configs\r\n * @returns {Array}\r\n ", + "start": 48, + "end": 282, "loc": { "start": { "line": 3, @@ -954,9 +954,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Given an array of field configs, generates and array of field controls\n *\n * Should be used for a group of settings, such as all settings for a processor.\n *\n * @param {Array} fields Field configs\n * @returns {Array}\n ", - "start": 46, - "end": 273, + "value": "*\r\n * Given an array of field configs, generates and array of field controls\r\n *\r\n * Should be used for a group of settings, such as all settings for a processor.\r\n *\r\n * @param {Array} fields Field configs\r\n * @returns {Array}\r\n ", + "start": 48, + "end": 282, "loc": { "start": { "line": 3, @@ -983,8 +983,8 @@ "updateContext": null }, "value": "export", - "start": 274, - "end": 280, + "start": 284, + "end": 290, "loc": { "start": { "line": 11, @@ -1011,8 +1011,8 @@ "updateContext": null }, "value": "const", - "start": 281, - "end": 286, + "start": 291, + "end": 296, "loc": { "start": { "line": 11, @@ -1037,8 +1037,8 @@ "binop": null }, "value": "fieldSetFactory", - "start": 287, - "end": 302, + "start": 297, + "end": 312, "loc": { "start": { "line": 11, @@ -1064,8 +1064,8 @@ "updateContext": null }, "value": "=", - "start": 303, - "end": 304, + "start": 313, + "end": 314, "loc": { "start": { "line": 11, @@ -1089,8 +1089,8 @@ "postfix": false, "binop": null }, - "start": 305, - "end": 306, + "start": 315, + "end": 316, "loc": { "start": { "line": 11, @@ -1115,8 +1115,8 @@ "binop": null }, "value": "fields", - "start": 306, - "end": 312, + "start": 316, + "end": 322, "loc": { "start": { "line": 11, @@ -1140,8 +1140,8 @@ "postfix": false, "binop": null }, - "start": 312, - "end": 313, + "start": 322, + "end": 323, "loc": { "start": { "line": 11, @@ -1166,8 +1166,8 @@ "binop": null, "updateContext": null }, - "start": 314, - "end": 316, + "start": 324, + "end": 326, "loc": { "start": { "line": 11, @@ -1191,8 +1191,8 @@ "postfix": false, "binop": null }, - "start": 316, - "end": 317, + "start": 326, + "end": 327, "loc": { "start": { "line": 11, @@ -1219,8 +1219,8 @@ "updateContext": null }, "value": "let", - "start": 319, - "end": 322, + "start": 330, + "end": 333, "loc": { "start": { "line": 12, @@ -1245,8 +1245,8 @@ "binop": null }, "value": "out", - "start": 323, - "end": 326, + "start": 334, + "end": 337, "loc": { "start": { "line": 12, @@ -1272,8 +1272,8 @@ "updateContext": null }, "value": "=", - "start": 327, - "end": 328, + "start": 338, + "end": 339, "loc": { "start": { "line": 12, @@ -1298,8 +1298,8 @@ "binop": null, "updateContext": null }, - "start": 329, - "end": 330, + "start": 340, + "end": 341, "loc": { "start": { "line": 12, @@ -1324,8 +1324,8 @@ "binop": null, "updateContext": null }, - "start": 330, - "end": 331, + "start": 341, + "end": 342, "loc": { "start": { "line": 12, @@ -1350,8 +1350,8 @@ "binop": null, "updateContext": null }, - "start": 331, - "end": 332, + "start": 342, + "end": 343, "loc": { "start": { "line": 12, @@ -1376,8 +1376,8 @@ "binop": null }, "value": "Object", - "start": 334, - "end": 340, + "start": 346, + "end": 352, "loc": { "start": { "line": 13, @@ -1402,8 +1402,8 @@ "binop": null, "updateContext": null }, - "start": 340, - "end": 341, + "start": 352, + "end": 353, "loc": { "start": { "line": 13, @@ -1428,8 +1428,8 @@ "binop": null }, "value": "values", - "start": 341, - "end": 347, + "start": 353, + "end": 359, "loc": { "start": { "line": 13, @@ -1453,8 +1453,8 @@ "postfix": false, "binop": null }, - "start": 347, - "end": 348, + "start": 359, + "end": 360, "loc": { "start": { "line": 13, @@ -1479,8 +1479,8 @@ "binop": null }, "value": "fields", - "start": 348, - "end": 354, + "start": 360, + "end": 366, "loc": { "start": { "line": 13, @@ -1504,8 +1504,8 @@ "postfix": false, "binop": null }, - "start": 354, - "end": 355, + "start": 366, + "end": 367, "loc": { "start": { "line": 13, @@ -1530,8 +1530,8 @@ "binop": null, "updateContext": null }, - "start": 355, - "end": 356, + "start": 367, + "end": 368, "loc": { "start": { "line": 13, @@ -1556,8 +1556,8 @@ "binop": null }, "value": "forEach", - "start": 356, - "end": 363, + "start": 368, + "end": 375, "loc": { "start": { "line": 13, @@ -1581,8 +1581,8 @@ "postfix": false, "binop": null }, - "start": 363, - "end": 364, + "start": 375, + "end": 376, "loc": { "start": { "line": 13, @@ -1607,8 +1607,8 @@ "binop": null }, "value": "field", - "start": 365, - "end": 370, + "start": 377, + "end": 382, "loc": { "start": { "line": 13, @@ -1633,8 +1633,8 @@ "binop": null, "updateContext": null }, - "start": 371, - "end": 373, + "start": 383, + "end": 385, "loc": { "start": { "line": 13, @@ -1658,8 +1658,8 @@ "postfix": false, "binop": null }, - "start": 374, - "end": 375, + "start": 386, + "end": 387, "loc": { "start": { "line": 13, @@ -1684,8 +1684,8 @@ "binop": null }, "value": "out", - "start": 378, - "end": 381, + "start": 391, + "end": 394, "loc": { "start": { "line": 14, @@ -1710,8 +1710,8 @@ "binop": null, "updateContext": null }, - "start": 381, - "end": 382, + "start": 394, + "end": 395, "loc": { "start": { "line": 14, @@ -1736,8 +1736,8 @@ "binop": null }, "value": "push", - "start": 382, - "end": 386, + "start": 395, + "end": 399, "loc": { "start": { "line": 14, @@ -1761,8 +1761,8 @@ "postfix": false, "binop": null }, - "start": 386, - "end": 387, + "start": 399, + "end": 400, "loc": { "start": { "line": 14, @@ -1787,8 +1787,8 @@ "binop": null }, "value": "fieldFactory", - "start": 387, - "end": 399, + "start": 400, + "end": 412, "loc": { "start": { "line": 14, @@ -1812,8 +1812,8 @@ "postfix": false, "binop": null }, - "start": 399, - "end": 400, + "start": 412, + "end": 413, "loc": { "start": { "line": 14, @@ -1838,8 +1838,8 @@ "binop": null }, "value": "field", - "start": 400, - "end": 405, + "start": 413, + "end": 418, "loc": { "start": { "line": 14, @@ -1863,8 +1863,8 @@ "postfix": false, "binop": null }, - "start": 405, - "end": 406, + "start": 418, + "end": 419, "loc": { "start": { "line": 14, @@ -1888,8 +1888,8 @@ "postfix": false, "binop": null }, - "start": 406, - "end": 407, + "start": 419, + "end": 420, "loc": { "start": { "line": 14, @@ -1914,8 +1914,8 @@ "binop": null, "updateContext": null }, - "start": 407, - "end": 408, + "start": 420, + "end": 421, "loc": { "start": { "line": 14, @@ -1939,8 +1939,8 @@ "postfix": false, "binop": null }, - "start": 410, - "end": 411, + "start": 424, + "end": 425, "loc": { "start": { "line": 15, @@ -1964,8 +1964,8 @@ "postfix": false, "binop": null }, - "start": 411, - "end": 412, + "start": 425, + "end": 426, "loc": { "start": { "line": 15, @@ -1990,8 +1990,8 @@ "binop": null, "updateContext": null }, - "start": 412, - "end": 413, + "start": 426, + "end": 427, "loc": { "start": { "line": 15, @@ -2018,8 +2018,8 @@ "updateContext": null }, "value": "return", - "start": 415, - "end": 421, + "start": 430, + "end": 436, "loc": { "start": { "line": 16, @@ -2044,8 +2044,8 @@ "binop": null }, "value": "out", - "start": 422, - "end": 425, + "start": 437, + "end": 440, "loc": { "start": { "line": 16, @@ -2070,8 +2070,8 @@ "binop": null, "updateContext": null }, - "start": 425, - "end": 426, + "start": 440, + "end": 441, "loc": { "start": { "line": 16, @@ -2095,8 +2095,8 @@ "postfix": false, "binop": null }, - "start": 427, - "end": 428, + "start": 443, + "end": 444, "loc": { "start": { "line": 17, @@ -2121,8 +2121,8 @@ "binop": null, "updateContext": null }, - "start": 428, - "end": 429, + "start": 444, + "end": 445, "loc": { "start": { "line": 17, @@ -2147,8 +2147,8 @@ "binop": null, "updateContext": null }, - "start": 429, - "end": 429, + "start": 445, + "end": 445, "loc": { "start": { "line": 17, diff --git a/docs/ast/source/components/fields/factories/index.js.json b/docs/ast/source/components/fields/factories/index.js.json index a697873..5a9612f 100644 --- a/docs/ast/source/components/fields/factories/index.js.json +++ b/docs/ast/source/components/fields/factories/index.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 199, + "end": 207, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 199, + "end": 207, "loc": { "start": { "line": 1, @@ -30,8 +30,8 @@ "body": [ { "type": "ImportDeclaration", - "start": 49, - "end": 93, + "start": 51, + "end": 95, "loc": { "start": { "line": 3, @@ -45,8 +45,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 57, - "end": 69, + "start": 59, + "end": 71, "loc": { "start": { "line": 3, @@ -59,8 +59,8 @@ }, "imported": { "type": "Identifier", - "start": 57, - "end": 69, + "start": 59, + "end": 71, "loc": { "start": { "line": 3, @@ -77,8 +77,8 @@ }, "local": { "type": "Identifier", - "start": 57, - "end": 69, + "start": 59, + "end": 71, "loc": { "start": { "line": 3, @@ -97,8 +97,8 @@ ], "source": { "type": "StringLiteral", - "start": 76, - "end": 92, + "start": 78, + "end": 94, "loc": { "start": { "line": 3, @@ -135,8 +135,8 @@ { "type": "CommentBlock", "value": "eslint-env node", - "start": 29, - "end": 48, + "start": 30, + "end": 49, "loc": { "start": { "line": 2, @@ -152,8 +152,8 @@ }, { "type": "ImportDeclaration", - "start": 94, - "end": 144, + "start": 97, + "end": 147, "loc": { "start": { "line": 4, @@ -167,8 +167,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 102, - "end": 117, + "start": 105, + "end": 120, "loc": { "start": { "line": 4, @@ -181,8 +181,8 @@ }, "imported": { "type": "Identifier", - "start": 102, - "end": 117, + "start": 105, + "end": 120, "loc": { "start": { "line": 4, @@ -198,8 +198,8 @@ }, "local": { "type": "Identifier", - "start": 102, - "end": 117, + "start": 105, + "end": 120, "loc": { "start": { "line": 4, @@ -217,8 +217,8 @@ ], "source": { "type": "StringLiteral", - "start": 124, - "end": 143, + "start": 127, + "end": 146, "loc": { "start": { "line": 4, @@ -238,8 +238,8 @@ }, { "type": "ExpressionStatement", - "start": 146, - "end": 199, + "start": 151, + "end": 207, "loc": { "start": { "line": 6, @@ -252,8 +252,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 146, - "end": 198, + "start": 151, + "end": 206, "loc": { "start": { "line": 6, @@ -267,8 +267,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 146, - "end": 160, + "start": 151, + "end": 165, "loc": { "start": { "line": 6, @@ -281,8 +281,8 @@ }, "object": { "type": "Identifier", - "start": 146, - "end": 152, + "start": 151, + "end": 157, "loc": { "start": { "line": 6, @@ -298,8 +298,8 @@ }, "property": { "type": "Identifier", - "start": 153, - "end": 160, + "start": 158, + "end": 165, "loc": { "start": { "line": 6, @@ -317,8 +317,8 @@ }, "right": { "type": "ObjectExpression", - "start": 163, - "end": 198, + "start": 168, + "end": 206, "loc": { "start": { "line": 6, @@ -332,8 +332,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 166, - "end": 178, + "start": 172, + "end": 184, "loc": { "start": { "line": 7, @@ -349,8 +349,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 166, - "end": 178, + "start": 172, + "end": 184, "loc": { "start": { "line": 7, @@ -366,8 +366,8 @@ }, "value": { "type": "Identifier", - "start": 166, - "end": 178, + "start": 172, + "end": 184, "loc": { "start": { "line": 7, @@ -387,8 +387,8 @@ }, { "type": "ObjectProperty", - "start": 181, - "end": 196, + "start": 188, + "end": 203, "loc": { "start": { "line": 8, @@ -404,8 +404,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 181, - "end": 196, + "start": 188, + "end": 203, "loc": { "start": { "line": 8, @@ -421,8 +421,8 @@ }, "value": { "type": "Identifier", - "start": 181, - "end": 196, + "start": 188, + "end": 203, "loc": { "start": { "line": 8, @@ -467,8 +467,8 @@ { "type": "CommentBlock", "value": "eslint-env node", - "start": 29, - "end": 48, + "start": 30, + "end": 49, "loc": { "start": { "line": 2, @@ -501,8 +501,8 @@ { "type": "CommentBlock", "value": "eslint-env node", - "start": 29, - "end": 48, + "start": 30, + "end": 49, "loc": { "start": { "line": 2, @@ -529,8 +529,8 @@ "updateContext": null }, "value": "import", - "start": 49, - "end": 55, + "start": 51, + "end": 57, "loc": { "start": { "line": 3, @@ -554,8 +554,8 @@ "postfix": false, "binop": null }, - "start": 56, - "end": 57, + "start": 58, + "end": 59, "loc": { "start": { "line": 3, @@ -580,8 +580,8 @@ "binop": null }, "value": "fieldFactory", - "start": 57, - "end": 69, + "start": 59, + "end": 71, "loc": { "start": { "line": 3, @@ -605,8 +605,8 @@ "postfix": false, "binop": null }, - "start": 69, - "end": 70, + "start": 71, + "end": 72, "loc": { "start": { "line": 3, @@ -631,8 +631,8 @@ "binop": null }, "value": "from", - "start": 71, - "end": 75, + "start": 73, + "end": 77, "loc": { "start": { "line": 3, @@ -658,8 +658,8 @@ "updateContext": null }, "value": "./fieldFactory", - "start": 76, - "end": 92, + "start": 78, + "end": 94, "loc": { "start": { "line": 3, @@ -684,8 +684,8 @@ "binop": null, "updateContext": null }, - "start": 92, - "end": 93, + "start": 94, + "end": 95, "loc": { "start": { "line": 3, @@ -712,8 +712,8 @@ "updateContext": null }, "value": "import", - "start": 94, - "end": 100, + "start": 97, + "end": 103, "loc": { "start": { "line": 4, @@ -737,8 +737,8 @@ "postfix": false, "binop": null }, - "start": 101, - "end": 102, + "start": 104, + "end": 105, "loc": { "start": { "line": 4, @@ -763,8 +763,8 @@ "binop": null }, "value": "fieldSetFactory", - "start": 102, - "end": 117, + "start": 105, + "end": 120, "loc": { "start": { "line": 4, @@ -788,8 +788,8 @@ "postfix": false, "binop": null }, - "start": 117, - "end": 118, + "start": 120, + "end": 121, "loc": { "start": { "line": 4, @@ -814,8 +814,8 @@ "binop": null }, "value": "from", - "start": 119, - "end": 123, + "start": 122, + "end": 126, "loc": { "start": { "line": 4, @@ -841,8 +841,8 @@ "updateContext": null }, "value": "./fieldSetFactory", - "start": 124, - "end": 143, + "start": 127, + "end": 146, "loc": { "start": { "line": 4, @@ -867,8 +867,8 @@ "binop": null, "updateContext": null }, - "start": 143, - "end": 144, + "start": 146, + "end": 147, "loc": { "start": { "line": 4, @@ -893,8 +893,8 @@ "binop": null }, "value": "module", - "start": 146, - "end": 152, + "start": 151, + "end": 157, "loc": { "start": { "line": 6, @@ -919,8 +919,8 @@ "binop": null, "updateContext": null }, - "start": 152, - "end": 153, + "start": 157, + "end": 158, "loc": { "start": { "line": 6, @@ -945,8 +945,8 @@ "binop": null }, "value": "exports", - "start": 153, - "end": 160, + "start": 158, + "end": 165, "loc": { "start": { "line": 6, @@ -972,8 +972,8 @@ "updateContext": null }, "value": "=", - "start": 161, - "end": 162, + "start": 166, + "end": 167, "loc": { "start": { "line": 6, @@ -997,8 +997,8 @@ "postfix": false, "binop": null }, - "start": 163, - "end": 164, + "start": 168, + "end": 169, "loc": { "start": { "line": 6, @@ -1023,8 +1023,8 @@ "binop": null }, "value": "fieldFactory", - "start": 166, - "end": 178, + "start": 172, + "end": 184, "loc": { "start": { "line": 7, @@ -1049,8 +1049,8 @@ "binop": null, "updateContext": null }, - "start": 178, - "end": 179, + "start": 184, + "end": 185, "loc": { "start": { "line": 7, @@ -1075,8 +1075,8 @@ "binop": null }, "value": "fieldSetFactory", - "start": 181, - "end": 196, + "start": 188, + "end": 203, "loc": { "start": { "line": 8, @@ -1100,8 +1100,8 @@ "postfix": false, "binop": null }, - "start": 197, - "end": 198, + "start": 205, + "end": 206, "loc": { "start": { "line": 9, @@ -1126,8 +1126,8 @@ "binop": null, "updateContext": null }, - "start": 198, - "end": 199, + "start": 206, + "end": 207, "loc": { "start": { "line": 9, @@ -1152,8 +1152,8 @@ "binop": null, "updateContext": null }, - "start": 199, - "end": 199, + "start": 207, + "end": 207, "loc": { "start": { "line": 9, diff --git a/docs/ast/source/components/fields/factories/prepareFieldConfig.js.json b/docs/ast/source/components/fields/factories/prepareFieldConfig.js.json index 192f5fb..ed7f762 100644 --- a/docs/ast/source/components/fields/factories/prepareFieldConfig.js.json +++ b/docs/ast/source/components/fields/factories/prepareFieldConfig.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 1864, + "end": 1928, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 1864, + "end": 1928, "loc": { "start": { "line": 1, @@ -165,8 +165,8 @@ }, { "type": "ImportDeclaration", - "start": 70, - "end": 122, + "start": 71, + "end": 123, "loc": { "start": { "line": 2, @@ -180,8 +180,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 78, - "end": 94, + "start": 79, + "end": 95, "loc": { "start": { "line": 2, @@ -194,8 +194,8 @@ }, "imported": { "type": "Identifier", - "start": 78, - "end": 94, + "start": 79, + "end": 95, "loc": { "start": { "line": 2, @@ -211,8 +211,8 @@ }, "local": { "type": "Identifier", - "start": 78, - "end": 94, + "start": 79, + "end": 95, "loc": { "start": { "line": 2, @@ -229,8 +229,8 @@ }, { "type": "ImportSpecifier", - "start": 96, - "end": 105, + "start": 97, + "end": 106, "loc": { "start": { "line": 2, @@ -243,8 +243,8 @@ }, "imported": { "type": "Identifier", - "start": 96, - "end": 105, + "start": 97, + "end": 106, "loc": { "start": { "line": 2, @@ -260,8 +260,8 @@ }, "local": { "type": "Identifier", - "start": 96, - "end": 105, + "start": 97, + "end": 106, "loc": { "start": { "line": 2, @@ -279,8 +279,8 @@ ], "source": { "type": "StringLiteral", - "start": 112, - "end": 121, + "start": 113, + "end": 122, "loc": { "start": { "line": 2, @@ -300,8 +300,8 @@ }, { "type": "ImportDeclaration", - "start": 123, - "end": 193, + "start": 125, + "end": 195, "loc": { "start": { "line": 3, @@ -315,8 +315,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 131, - "end": 151, + "start": 133, + "end": 153, "loc": { "start": { "line": 3, @@ -329,8 +329,8 @@ }, "imported": { "type": "Identifier", - "start": 131, - "end": 151, + "start": 133, + "end": 153, "loc": { "start": { "line": 3, @@ -346,8 +346,8 @@ }, "local": { "type": "Identifier", - "start": 131, - "end": 151, + "start": 133, + "end": 153, "loc": { "start": { "line": 3, @@ -365,8 +365,8 @@ ], "source": { "type": "StringLiteral", - "start": 158, - "end": 192, + "start": 160, + "end": 194, "loc": { "start": { "line": 3, @@ -386,9 +386,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Validates field configurations\n *\n * NOTE: This is called internally by factory. You probably do not want to call this.\n *\n * @param {Object}fieldArgs\n * @returns {*}\n ", - "start": 195, - "end": 372, + "value": "*\r\n * Validates field configurations\r\n *\r\n * NOTE: This is called internally by factory. You probably do not want to call this.\r\n *\r\n * @param {Object}fieldArgs\r\n * @returns {*}\r\n ", + "start": 199, + "end": 383, "loc": { "start": { "line": 5, @@ -404,8 +404,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 373, - "end": 1864, + "start": 385, + "end": 1928, "loc": { "start": { "line": 13, @@ -420,8 +420,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 380, - "end": 1864, + "start": 392, + "end": 1928, "loc": { "start": { "line": 13, @@ -435,8 +435,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 386, - "end": 1863, + "start": 398, + "end": 1927, "loc": { "start": { "line": 13, @@ -449,8 +449,8 @@ }, "id": { "type": "Identifier", - "start": 386, - "end": 404, + "start": 398, + "end": 416, "loc": { "start": { "line": 13, @@ -467,8 +467,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 407, - "end": 1863, + "start": 419, + "end": 1927, "loc": { "start": { "line": 13, @@ -481,8 +481,8 @@ }, "id": { "type": "Identifier", - "start": 386, - "end": 404, + "start": 398, + "end": 416, "loc": { "start": { "line": 13, @@ -503,8 +503,8 @@ "params": [ { "type": "Identifier", - "start": 408, - "end": 417, + "start": 420, + "end": 429, "loc": { "start": { "line": 13, @@ -521,8 +521,8 @@ ], "body": { "type": "BlockStatement", - "start": 422, - "end": 1863, + "start": 434, + "end": 1927, "loc": { "start": { "line": 13, @@ -536,8 +536,8 @@ "body": [ { "type": "FunctionDeclaration", - "start": 676, - "end": 810, + "start": 698, + "end": 835, "loc": { "start": { "line": 23, @@ -550,8 +550,8 @@ }, "id": { "type": "Identifier", - "start": 685, - "end": 689, + "start": 707, + "end": 711, "loc": { "start": { "line": 23, @@ -572,8 +572,8 @@ "params": [ { "type": "Identifier", - "start": 690, - "end": 693, + "start": 712, + "end": 715, "loc": { "start": { "line": 23, @@ -589,8 +589,8 @@ }, { "type": "Identifier", - "start": 695, - "end": 699, + "start": 717, + "end": 721, "loc": { "start": { "line": 23, @@ -607,8 +607,8 @@ ], "body": { "type": "BlockStatement", - "start": 701, - "end": 810, + "start": 723, + "end": 835, "loc": { "start": { "line": 23, @@ -622,8 +622,8 @@ "body": [ { "type": "ReturnStatement", - "start": 705, - "end": 807, + "start": 728, + "end": 831, "loc": { "start": { "line": 24, @@ -636,8 +636,8 @@ }, "argument": { "type": "CallExpression", - "start": 712, - "end": 806, + "start": 735, + "end": 830, "loc": { "start": { "line": 24, @@ -650,8 +650,8 @@ }, "callee": { "type": "MemberExpression", - "start": 712, - "end": 767, + "start": 735, + "end": 791, "loc": { "start": { "line": 24, @@ -664,8 +664,8 @@ }, "object": { "type": "CallExpression", - "start": 712, - "end": 756, + "start": 735, + "end": 779, "loc": { "start": { "line": 24, @@ -678,8 +678,8 @@ }, "callee": { "type": "MemberExpression", - "start": 712, - "end": 720, + "start": 735, + "end": 743, "loc": { "start": { "line": 24, @@ -692,8 +692,8 @@ }, "object": { "type": "Identifier", - "start": 712, - "end": 716, + "start": 735, + "end": 739, "loc": { "start": { "line": 24, @@ -709,8 +709,8 @@ }, "property": { "type": "Identifier", - "start": 717, - "end": 720, + "start": 740, + "end": 743, "loc": { "start": { "line": 24, @@ -729,8 +729,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 721, - "end": 755, + "start": 744, + "end": 778, "loc": { "start": { "line": 24, @@ -748,8 +748,8 @@ "params": [ { "type": "Identifier", - "start": 721, - "end": 722, + "start": 744, + "end": 745, "loc": { "start": { "line": 24, @@ -766,8 +766,8 @@ ], "body": { "type": "ConditionalExpression", - "start": 726, - "end": 755, + "start": 749, + "end": 778, "loc": { "start": { "line": 24, @@ -780,8 +780,8 @@ }, "test": { "type": "BinaryExpression", - "start": 726, - "end": 734, + "start": 749, + "end": 757, "loc": { "start": { "line": 24, @@ -794,8 +794,8 @@ }, "left": { "type": "Identifier", - "start": 726, - "end": 727, + "start": 749, + "end": 750, "loc": { "start": { "line": 24, @@ -812,8 +812,8 @@ "operator": "in", "right": { "type": "Identifier", - "start": 731, - "end": 734, + "start": 754, + "end": 757, "loc": { "start": { "line": 24, @@ -830,8 +830,8 @@ }, "consequent": { "type": "ObjectExpression", - "start": 737, - "end": 750, + "start": 760, + "end": 773, "loc": { "start": { "line": 24, @@ -845,8 +845,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 738, - "end": 749, + "start": 761, + "end": 772, "loc": { "start": { "line": 24, @@ -862,8 +862,8 @@ "computed": true, "key": { "type": "Identifier", - "start": 739, - "end": 740, + "start": 762, + "end": 763, "loc": { "start": { "line": 24, @@ -879,8 +879,8 @@ }, "value": { "type": "MemberExpression", - "start": 743, - "end": 749, + "start": 766, + "end": 772, "loc": { "start": { "line": 24, @@ -893,8 +893,8 @@ }, "object": { "type": "Identifier", - "start": 743, - "end": 746, + "start": 766, + "end": 769, "loc": { "start": { "line": 24, @@ -910,8 +910,8 @@ }, "property": { "type": "Identifier", - "start": 747, - "end": 748, + "start": 770, + "end": 771, "loc": { "start": { "line": 24, @@ -932,8 +932,8 @@ }, "alternate": { "type": "ObjectExpression", - "start": 753, - "end": 755, + "start": 776, + "end": 778, "loc": { "start": { "line": 24, @@ -952,8 +952,8 @@ }, "property": { "type": "Identifier", - "start": 761, - "end": 767, + "start": 785, + "end": 791, "loc": { "start": { "line": 25, @@ -972,8 +972,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 768, - "end": 801, + "start": 792, + "end": 825, "loc": { "start": { "line": 25, @@ -991,8 +991,8 @@ "params": [ { "type": "Identifier", - "start": 769, - "end": 772, + "start": 793, + "end": 796, "loc": { "start": { "line": 25, @@ -1008,8 +1008,8 @@ }, { "type": "Identifier", - "start": 774, - "end": 775, + "start": 798, + "end": 799, "loc": { "start": { "line": 25, @@ -1026,8 +1026,8 @@ ], "body": { "type": "CallExpression", - "start": 780, - "end": 801, + "start": 804, + "end": 825, "loc": { "start": { "line": 25, @@ -1040,8 +1040,8 @@ }, "callee": { "type": "MemberExpression", - "start": 780, - "end": 793, + "start": 804, + "end": 817, "loc": { "start": { "line": 25, @@ -1054,8 +1054,8 @@ }, "object": { "type": "Identifier", - "start": 780, - "end": 786, + "start": 804, + "end": 810, "loc": { "start": { "line": 25, @@ -1071,8 +1071,8 @@ }, "property": { "type": "Identifier", - "start": 787, - "end": 793, + "start": 811, + "end": 817, "loc": { "start": { "line": 25, @@ -1091,8 +1091,8 @@ "arguments": [ { "type": "Identifier", - "start": 794, - "end": 797, + "start": 818, + "end": 821, "loc": { "start": { "line": 25, @@ -1108,8 +1108,8 @@ }, { "type": "Identifier", - "start": 799, - "end": 800, + "start": 823, + "end": 824, "loc": { "start": { "line": 25, @@ -1128,8 +1128,8 @@ }, { "type": "ObjectExpression", - "start": 803, - "end": 805, + "start": 827, + "end": 829, "loc": { "start": { "line": 25, @@ -1151,9 +1151,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Pick whitelisted keys from object\n\t *\n\t * @see http://www.jstips.co/en/javascript/picking-and-rejecting-object-properties/\n\t *\n\t * @param {Object} obj The object to pick from\n\t * @param {Array} keys The whitelist of keys\n\t * @return {*}\n\t ", - "start": 425, - "end": 674, + "value": "*\r\n\t * Pick whitelisted keys from object\r\n\t *\r\n\t * @see http://www.jstips.co/en/javascript/picking-and-rejecting-object-properties/\r\n\t *\r\n\t * @param {Object} obj The object to pick from\r\n\t * @param {Array} keys The whitelist of keys\r\n\t * @return {*}\r\n\t ", + "start": 438, + "end": 695, "loc": { "start": { "line": 14, @@ -1169,8 +1169,8 @@ }, { "type": "SwitchStatement", - "start": 813, - "end": 1132, + "start": 840, + "end": 1173, "loc": { "start": { "line": 28, @@ -1183,8 +1183,8 @@ }, "discriminant": { "type": "MemberExpression", - "start": 821, - "end": 835, + "start": 848, + "end": 862, "loc": { "start": { "line": 28, @@ -1197,8 +1197,8 @@ }, "object": { "type": "Identifier", - "start": 821, - "end": 830, + "start": 848, + "end": 857, "loc": { "start": { "line": 28, @@ -1214,8 +1214,8 @@ }, "property": { "type": "Identifier", - "start": 831, - "end": 835, + "start": 858, + "end": 862, "loc": { "start": { "line": 28, @@ -1234,8 +1234,8 @@ "cases": [ { "type": "SwitchCase", - "start": 840, - "end": 854, + "start": 868, + "end": 882, "loc": { "start": { "line": 29, @@ -1249,8 +1249,8 @@ "consequent": [], "test": { "type": "StringLiteral", - "start": 845, - "end": 853, + "start": 873, + "end": 881, "loc": { "start": { "line": 29, @@ -1270,8 +1270,8 @@ }, { "type": "SwitchCase", - "start": 856, - "end": 910, + "start": 885, + "end": 941, "loc": { "start": { "line": 30, @@ -1285,8 +1285,8 @@ "consequent": [ { "type": "ExpressionStatement", - "start": 875, - "end": 901, + "start": 905, + "end": 931, "loc": { "start": { "line": 31, @@ -1299,8 +1299,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 875, - "end": 900, + "start": 905, + "end": 930, "loc": { "start": { "line": 31, @@ -1314,8 +1314,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 875, - "end": 889, + "start": 905, + "end": 919, "loc": { "start": { "line": 31, @@ -1328,8 +1328,8 @@ }, "object": { "type": "Identifier", - "start": 875, - "end": 884, + "start": 905, + "end": 914, "loc": { "start": { "line": 31, @@ -1345,8 +1345,8 @@ }, "property": { "type": "Identifier", - "start": 885, - "end": 889, + "start": 915, + "end": 919, "loc": { "start": { "line": 31, @@ -1364,8 +1364,8 @@ }, "right": { "type": "StringLiteral", - "start": 892, - "end": 900, + "start": 922, + "end": 930, "loc": { "start": { "line": 31, @@ -1386,8 +1386,8 @@ }, { "type": "BreakStatement", - "start": 904, - "end": 910, + "start": 935, + "end": 941, "loc": { "start": { "line": 32, @@ -1403,8 +1403,8 @@ ], "test": { "type": "StringLiteral", - "start": 861, - "end": 871, + "start": 890, + "end": 900, "loc": { "start": { "line": 30, @@ -1424,8 +1424,8 @@ }, { "type": "SwitchCase", - "start": 912, - "end": 968, + "start": 944, + "end": 1002, "loc": { "start": { "line": 33, @@ -1439,8 +1439,8 @@ "consequent": [ { "type": "ExpressionStatement", - "start": 931, - "end": 959, + "start": 964, + "end": 992, "loc": { "start": { "line": 34, @@ -1453,8 +1453,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 931, - "end": 958, + "start": 964, + "end": 991, "loc": { "start": { "line": 34, @@ -1468,8 +1468,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 931, - "end": 945, + "start": 964, + "end": 978, "loc": { "start": { "line": 34, @@ -1482,8 +1482,8 @@ }, "object": { "type": "Identifier", - "start": 931, - "end": 940, + "start": 964, + "end": 973, "loc": { "start": { "line": 34, @@ -1499,8 +1499,8 @@ }, "property": { "type": "Identifier", - "start": 941, - "end": 945, + "start": 974, + "end": 978, "loc": { "start": { "line": 34, @@ -1518,8 +1518,8 @@ }, "right": { "type": "StringLiteral", - "start": 948, - "end": 958, + "start": 981, + "end": 991, "loc": { "start": { "line": 34, @@ -1540,8 +1540,8 @@ }, { "type": "BreakStatement", - "start": 962, - "end": 968, + "start": 996, + "end": 1002, "loc": { "start": { "line": 35, @@ -1557,8 +1557,8 @@ ], "test": { "type": "StringLiteral", - "start": 917, - "end": 927, + "start": 949, + "end": 959, "loc": { "start": { "line": 33, @@ -1578,8 +1578,8 @@ }, { "type": "SwitchCase", - "start": 970, - "end": 982, + "start": 1005, + "end": 1017, "loc": { "start": { "line": 36, @@ -1593,8 +1593,8 @@ "consequent": [], "test": { "type": "StringLiteral", - "start": 975, - "end": 981, + "start": 1010, + "end": 1016, "loc": { "start": { "line": 36, @@ -1614,8 +1614,8 @@ }, { "type": "SwitchCase", - "start": 984, - "end": 998, + "start": 1020, + "end": 1034, "loc": { "start": { "line": 37, @@ -1629,8 +1629,8 @@ "consequent": [], "test": { "type": "StringLiteral", - "start": 989, - "end": 997, + "start": 1025, + "end": 1033, "loc": { "start": { "line": 37, @@ -1650,8 +1650,8 @@ }, { "type": "SwitchCase", - "start": 1000, - "end": 1129, + "start": 1037, + "end": 1169, "loc": { "start": { "line": 38, @@ -1665,8 +1665,8 @@ "consequent": [ { "type": "ExpressionStatement", - "start": 1011, - "end": 1092, + "start": 1049, + "end": 1130, "loc": { "start": { "line": 39, @@ -1679,8 +1679,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1011, - "end": 1091, + "start": 1049, + "end": 1129, "loc": { "start": { "line": 39, @@ -1694,8 +1694,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1011, - "end": 1030, + "start": 1049, + "end": 1068, "loc": { "start": { "line": 39, @@ -1708,8 +1708,8 @@ }, "object": { "type": "Identifier", - "start": 1011, - "end": 1020, + "start": 1049, + "end": 1058, "loc": { "start": { "line": 39, @@ -1725,8 +1725,8 @@ }, "property": { "type": "Identifier", - "start": 1021, - "end": 1030, + "start": 1059, + "end": 1068, "loc": { "start": { "line": 39, @@ -1744,8 +1744,8 @@ }, "right": { "type": "ConditionalExpression", - "start": 1033, - "end": 1091, + "start": 1071, + "end": 1129, "loc": { "start": { "line": 39, @@ -1758,8 +1758,8 @@ }, "test": { "type": "CallExpression", - "start": 1033, - "end": 1065, + "start": 1071, + "end": 1103, "loc": { "start": { "line": 39, @@ -1772,8 +1772,8 @@ }, "callee": { "type": "Identifier", - "start": 1033, - "end": 1049, + "start": 1071, + "end": 1087, "loc": { "start": { "line": 39, @@ -1790,8 +1790,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 1050, - "end": 1064, + "start": 1088, + "end": 1102, "loc": { "start": { "line": 39, @@ -1804,8 +1804,8 @@ }, "object": { "type": "Identifier", - "start": 1050, - "end": 1059, + "start": 1088, + "end": 1097, "loc": { "start": { "line": 39, @@ -1821,8 +1821,8 @@ }, "property": { "type": "Identifier", - "start": 1060, - "end": 1064, + "start": 1098, + "end": 1102, "loc": { "start": { "line": 39, @@ -1842,8 +1842,8 @@ }, "consequent": { "type": "MemberExpression", - "start": 1068, - "end": 1082, + "start": 1106, + "end": 1120, "loc": { "start": { "line": 39, @@ -1856,8 +1856,8 @@ }, "object": { "type": "Identifier", - "start": 1068, - "end": 1077, + "start": 1106, + "end": 1115, "loc": { "start": { "line": 39, @@ -1873,8 +1873,8 @@ }, "property": { "type": "Identifier", - "start": 1078, - "end": 1082, + "start": 1116, + "end": 1120, "loc": { "start": { "line": 39, @@ -1892,8 +1892,8 @@ }, "alternate": { "type": "StringLiteral", - "start": 1085, - "end": 1091, + "start": 1123, + "end": 1129, "loc": { "start": { "line": 39, @@ -1915,8 +1915,8 @@ }, { "type": "ExpressionStatement", - "start": 1095, - "end": 1120, + "start": 1134, + "end": 1159, "loc": { "start": { "line": 40, @@ -1929,8 +1929,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1095, - "end": 1119, + "start": 1134, + "end": 1158, "loc": { "start": { "line": 40, @@ -1944,8 +1944,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1095, - "end": 1109, + "start": 1134, + "end": 1148, "loc": { "start": { "line": 40, @@ -1958,8 +1958,8 @@ }, "object": { "type": "Identifier", - "start": 1095, - "end": 1104, + "start": 1134, + "end": 1143, "loc": { "start": { "line": 40, @@ -1975,8 +1975,8 @@ }, "property": { "type": "Identifier", - "start": 1105, - "end": 1109, + "start": 1144, + "end": 1148, "loc": { "start": { "line": 40, @@ -1994,8 +1994,8 @@ }, "right": { "type": "StringLiteral", - "start": 1112, - "end": 1119, + "start": 1151, + "end": 1158, "loc": { "start": { "line": 40, @@ -2016,8 +2016,8 @@ }, { "type": "BreakStatement", - "start": 1123, - "end": 1129, + "start": 1163, + "end": 1169, "loc": { "start": { "line": 41, @@ -2037,8 +2037,8 @@ }, { "type": "IfStatement", - "start": 1135, - "end": 1212, + "start": 1178, + "end": 1257, "loc": { "start": { "line": 44, @@ -2051,8 +2051,8 @@ }, "test": { "type": "CallExpression", - "start": 1139, - "end": 1171, + "start": 1182, + "end": 1214, "loc": { "start": { "line": 44, @@ -2065,8 +2065,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1139, - "end": 1163, + "start": 1182, + "end": 1206, "loc": { "start": { "line": 44, @@ -2079,8 +2079,8 @@ }, "object": { "type": "Identifier", - "start": 1139, - "end": 1148, + "start": 1182, + "end": 1191, "loc": { "start": { "line": 44, @@ -2096,8 +2096,8 @@ }, "property": { "type": "Identifier", - "start": 1149, - "end": 1163, + "start": 1192, + "end": 1206, "loc": { "start": { "line": 44, @@ -2116,8 +2116,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 1164, - "end": 1170, + "start": 1207, + "end": 1213, "loc": { "start": { "line": 44, @@ -2138,8 +2138,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1173, - "end": 1212, + "start": 1216, + "end": 1257, "loc": { "start": { "line": 44, @@ -2153,8 +2153,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1177, - "end": 1209, + "start": 1221, + "end": 1253, "loc": { "start": { "line": 45, @@ -2167,8 +2167,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1177, - "end": 1208, + "start": 1221, + "end": 1252, "loc": { "start": { "line": 45, @@ -2182,8 +2182,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1177, - "end": 1191, + "start": 1221, + "end": 1235, "loc": { "start": { "line": 45, @@ -2196,8 +2196,8 @@ }, "object": { "type": "Identifier", - "start": 1177, - "end": 1186, + "start": 1221, + "end": 1230, "loc": { "start": { "line": 45, @@ -2213,8 +2213,8 @@ }, "property": { "type": "Identifier", - "start": 1187, - "end": 1191, + "start": 1231, + "end": 1235, "loc": { "start": { "line": 45, @@ -2232,8 +2232,8 @@ }, "right": { "type": "MemberExpression", - "start": 1194, - "end": 1208, + "start": 1238, + "end": 1252, "loc": { "start": { "line": 45, @@ -2246,8 +2246,8 @@ }, "object": { "type": "Identifier", - "start": 1194, - "end": 1203, + "start": 1238, + "end": 1247, "loc": { "start": { "line": 45, @@ -2263,8 +2263,8 @@ }, "property": { "type": "Identifier", - "start": 1204, - "end": 1208, + "start": 1248, + "end": 1252, "loc": { "start": { "line": 45, @@ -2289,8 +2289,8 @@ }, { "type": "IfStatement", - "start": 1214, - "end": 1305, + "start": 1260, + "end": 1353, "loc": { "start": { "line": 47, @@ -2303,8 +2303,8 @@ }, "test": { "type": "CallExpression", - "start": 1218, - "end": 1257, + "start": 1264, + "end": 1303, "loc": { "start": { "line": 47, @@ -2317,8 +2317,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1218, - "end": 1242, + "start": 1264, + "end": 1288, "loc": { "start": { "line": 47, @@ -2331,8 +2331,8 @@ }, "object": { "type": "Identifier", - "start": 1218, - "end": 1227, + "start": 1264, + "end": 1273, "loc": { "start": { "line": 47, @@ -2348,8 +2348,8 @@ }, "property": { "type": "Identifier", - "start": 1228, - "end": 1242, + "start": 1274, + "end": 1288, "loc": { "start": { "line": 47, @@ -2368,8 +2368,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 1243, - "end": 1256, + "start": 1289, + "end": 1302, "loc": { "start": { "line": 47, @@ -2390,8 +2390,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1259, - "end": 1305, + "start": 1305, + "end": 1353, "loc": { "start": { "line": 47, @@ -2405,8 +2405,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1263, - "end": 1302, + "start": 1310, + "end": 1349, "loc": { "start": { "line": 48, @@ -2419,8 +2419,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1263, - "end": 1301, + "start": 1310, + "end": 1348, "loc": { "start": { "line": 48, @@ -2434,8 +2434,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1263, - "end": 1277, + "start": 1310, + "end": 1324, "loc": { "start": { "line": 48, @@ -2448,8 +2448,8 @@ }, "object": { "type": "Identifier", - "start": 1263, - "end": 1272, + "start": 1310, + "end": 1319, "loc": { "start": { "line": 48, @@ -2465,8 +2465,8 @@ }, "property": { "type": "Identifier", - "start": 1273, - "end": 1277, + "start": 1320, + "end": 1324, "loc": { "start": { "line": 48, @@ -2484,8 +2484,8 @@ }, "right": { "type": "MemberExpression", - "start": 1280, - "end": 1301, + "start": 1327, + "end": 1348, "loc": { "start": { "line": 48, @@ -2498,8 +2498,8 @@ }, "object": { "type": "Identifier", - "start": 1280, - "end": 1289, + "start": 1327, + "end": 1336, "loc": { "start": { "line": 48, @@ -2515,8 +2515,8 @@ }, "property": { "type": "Identifier", - "start": 1290, - "end": 1301, + "start": 1337, + "end": 1348, "loc": { "start": { "line": 48, @@ -2541,8 +2541,8 @@ }, { "type": "VariableDeclaration", - "start": 1308, - "end": 1328, + "start": 1358, + "end": 1378, "loc": { "start": { "line": 51, @@ -2556,8 +2556,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1312, - "end": 1327, + "start": 1362, + "end": 1377, "loc": { "start": { "line": 51, @@ -2570,8 +2570,8 @@ }, "id": { "type": "Identifier", - "start": 1312, - "end": 1322, + "start": 1362, + "end": 1372, "loc": { "start": { "line": 51, @@ -2587,8 +2587,8 @@ }, "init": { "type": "ArrayExpression", - "start": 1325, - "end": 1327, + "start": 1375, + "end": 1377, "loc": { "start": { "line": 51, @@ -2607,8 +2607,8 @@ }, { "type": "IfStatement", - "start": 1330, - "end": 1454, + "start": 1381, + "end": 1507, "loc": { "start": { "line": 52, @@ -2621,8 +2621,8 @@ }, "test": { "type": "LogicalExpression", - "start": 1334, - "end": 1412, + "start": 1385, + "end": 1463, "loc": { "start": { "line": 52, @@ -2635,8 +2635,8 @@ }, "left": { "type": "CallExpression", - "start": 1334, - "end": 1372, + "start": 1385, + "end": 1423, "loc": { "start": { "line": 52, @@ -2649,8 +2649,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1334, - "end": 1358, + "start": 1385, + "end": 1409, "loc": { "start": { "line": 52, @@ -2663,8 +2663,8 @@ }, "object": { "type": "Identifier", - "start": 1334, - "end": 1343, + "start": 1385, + "end": 1394, "loc": { "start": { "line": 52, @@ -2680,8 +2680,8 @@ }, "property": { "type": "Identifier", - "start": 1344, - "end": 1358, + "start": 1395, + "end": 1409, "loc": { "start": { "line": 52, @@ -2700,8 +2700,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 1359, - "end": 1371, + "start": 1410, + "end": 1422, "loc": { "start": { "line": 52, @@ -2723,8 +2723,8 @@ "operator": "&&", "right": { "type": "CallExpression", - "start": 1376, - "end": 1412, + "start": 1427, + "end": 1463, "loc": { "start": { "line": 52, @@ -2737,8 +2737,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1376, - "end": 1389, + "start": 1427, + "end": 1440, "loc": { "start": { "line": 52, @@ -2751,8 +2751,8 @@ }, "object": { "type": "Identifier", - "start": 1376, - "end": 1381, + "start": 1427, + "end": 1432, "loc": { "start": { "line": 52, @@ -2768,8 +2768,8 @@ }, "property": { "type": "Identifier", - "start": 1382, - "end": 1389, + "start": 1433, + "end": 1440, "loc": { "start": { "line": 52, @@ -2788,8 +2788,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 1390, - "end": 1410, + "start": 1441, + "end": 1461, "loc": { "start": { "line": 52, @@ -2802,8 +2802,8 @@ }, "object": { "type": "Identifier", - "start": 1390, - "end": 1399, + "start": 1441, + "end": 1450, "loc": { "start": { "line": 52, @@ -2819,8 +2819,8 @@ }, "property": { "type": "Identifier", - "start": 1400, - "end": 1410, + "start": 1451, + "end": 1461, "loc": { "start": { "line": 52, @@ -2841,8 +2841,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1413, - "end": 1454, + "start": 1464, + "end": 1507, "loc": { "start": { "line": 52, @@ -2856,8 +2856,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1417, - "end": 1451, + "start": 1469, + "end": 1503, "loc": { "start": { "line": 53, @@ -2870,8 +2870,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1417, - "end": 1450, + "start": 1469, + "end": 1502, "loc": { "start": { "line": 53, @@ -2885,8 +2885,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 1417, - "end": 1427, + "start": 1469, + "end": 1479, "loc": { "start": { "line": 53, @@ -2902,8 +2902,8 @@ }, "right": { "type": "MemberExpression", - "start": 1430, - "end": 1450, + "start": 1482, + "end": 1502, "loc": { "start": { "line": 53, @@ -2916,8 +2916,8 @@ }, "object": { "type": "Identifier", - "start": 1430, - "end": 1439, + "start": 1482, + "end": 1491, "loc": { "start": { "line": 53, @@ -2933,8 +2933,8 @@ }, "property": { "type": "Identifier", - "start": 1440, - "end": 1450, + "start": 1492, + "end": 1502, "loc": { "start": { "line": 53, @@ -2959,8 +2959,8 @@ }, { "type": "VariableDeclaration", - "start": 1457, - "end": 1542, + "start": 1512, + "end": 1597, "loc": { "start": { "line": 56, @@ -2974,8 +2974,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1463, - "end": 1541, + "start": 1518, + "end": 1596, "loc": { "start": { "line": 56, @@ -2988,8 +2988,8 @@ }, "id": { "type": "Identifier", - "start": 1463, - "end": 1467, + "start": 1518, + "end": 1522, "loc": { "start": { "line": 56, @@ -3005,8 +3005,8 @@ }, "init": { "type": "ConditionalExpression", - "start": 1470, - "end": 1541, + "start": 1525, + "end": 1596, "loc": { "start": { "line": 56, @@ -3019,8 +3019,8 @@ }, "test": { "type": "BinaryExpression", - "start": 1470, - "end": 1496, + "start": 1525, + "end": 1551, "loc": { "start": { "line": 56, @@ -3033,8 +3033,8 @@ }, "left": { "type": "StringLiteral", - "start": 1470, - "end": 1477, + "start": 1525, + "end": 1532, "loc": { "start": { "line": 56, @@ -3054,8 +3054,8 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 1482, - "end": 1496, + "start": 1537, + "end": 1551, "loc": { "start": { "line": 56, @@ -3068,8 +3068,8 @@ }, "object": { "type": "Identifier", - "start": 1482, - "end": 1491, + "start": 1537, + "end": 1546, "loc": { "start": { "line": 56, @@ -3085,8 +3085,8 @@ }, "property": { "type": "Identifier", - "start": 1492, - "end": 1496, + "start": 1547, + "end": 1551, "loc": { "start": { "line": 56, @@ -3105,8 +3105,8 @@ }, "consequent": { "type": "Identifier", - "start": 1500, - "end": 1519, + "start": 1555, + "end": 1574, "loc": { "start": { "line": 56, @@ -3122,8 +3122,8 @@ }, "alternate": { "type": "Identifier", - "start": 1522, - "end": 1541, + "start": 1577, + "end": 1596, "loc": { "start": { "line": 56, @@ -3144,8 +3144,8 @@ }, { "type": "ExpressionStatement", - "start": 1544, - "end": 1591, + "start": 1600, + "end": 1647, "loc": { "start": { "line": 57, @@ -3158,8 +3158,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1544, - "end": 1590, + "start": 1600, + "end": 1646, "loc": { "start": { "line": 57, @@ -3173,8 +3173,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 1544, - "end": 1553, + "start": 1600, + "end": 1609, "loc": { "start": { "line": 57, @@ -3190,8 +3190,8 @@ }, "right": { "type": "CallExpression", - "start": 1556, - "end": 1590, + "start": 1612, + "end": 1646, "loc": { "start": { "line": 57, @@ -3204,8 +3204,8 @@ }, "callee": { "type": "Identifier", - "start": 1556, - "end": 1560, + "start": 1612, + "end": 1616, "loc": { "start": { "line": 57, @@ -3222,8 +3222,8 @@ "arguments": [ { "type": "Identifier", - "start": 1561, - "end": 1570, + "start": 1617, + "end": 1626, "loc": { "start": { "line": 57, @@ -3239,8 +3239,8 @@ }, { "type": "CallExpression", - "start": 1572, - "end": 1589, + "start": 1628, + "end": 1645, "loc": { "start": { "line": 57, @@ -3253,8 +3253,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1572, - "end": 1583, + "start": 1628, + "end": 1639, "loc": { "start": { "line": 57, @@ -3267,8 +3267,8 @@ }, "object": { "type": "Identifier", - "start": 1572, - "end": 1578, + "start": 1628, + "end": 1634, "loc": { "start": { "line": 57, @@ -3284,8 +3284,8 @@ }, "property": { "type": "Identifier", - "start": 1579, - "end": 1583, + "start": 1635, + "end": 1639, "loc": { "start": { "line": 57, @@ -3304,8 +3304,8 @@ "arguments": [ { "type": "Identifier", - "start": 1584, - "end": 1588, + "start": 1640, + "end": 1644, "loc": { "start": { "line": 57, @@ -3327,8 +3327,8 @@ }, { "type": "ExpressionStatement", - "start": 1593, - "end": 1644, + "start": 1650, + "end": 1701, "loc": { "start": { "line": 58, @@ -3341,8 +3341,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1593, - "end": 1643, + "start": 1650, + "end": 1700, "loc": { "start": { "line": 58, @@ -3356,8 +3356,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1593, - "end": 1611, + "start": 1650, + "end": 1668, "loc": { "start": { "line": 58, @@ -3370,8 +3370,8 @@ }, "object": { "type": "Identifier", - "start": 1593, - "end": 1602, + "start": 1650, + "end": 1659, "loc": { "start": { "line": 58, @@ -3387,8 +3387,8 @@ }, "property": { "type": "Identifier", - "start": 1603, - "end": 1611, + "start": 1660, + "end": 1668, "loc": { "start": { "line": 58, @@ -3406,8 +3406,8 @@ }, "right": { "type": "CallExpression", - "start": 1614, - "end": 1643, + "start": 1671, + "end": 1700, "loc": { "start": { "line": 58, @@ -3420,8 +3420,8 @@ }, "callee": { "type": "Identifier", - "start": 1614, - "end": 1623, + "start": 1671, + "end": 1680, "loc": { "start": { "line": 58, @@ -3438,8 +3438,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 1624, - "end": 1642, + "start": 1681, + "end": 1699, "loc": { "start": { "line": 58, @@ -3452,8 +3452,8 @@ }, "object": { "type": "Identifier", - "start": 1624, - "end": 1633, + "start": 1681, + "end": 1690, "loc": { "start": { "line": 58, @@ -3469,8 +3469,8 @@ }, "property": { "type": "Identifier", - "start": 1634, - "end": 1642, + "start": 1691, + "end": 1699, "loc": { "start": { "line": 58, @@ -3492,8 +3492,8 @@ }, { "type": "ExpressionStatement", - "start": 1646, - "end": 1805, + "start": 1704, + "end": 1865, "loc": { "start": { "line": 59, @@ -3506,8 +3506,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1646, - "end": 1804, + "start": 1704, + "end": 1864, "loc": { "start": { "line": 59, @@ -3521,8 +3521,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1646, - "end": 1663, + "start": 1704, + "end": 1721, "loc": { "start": { "line": 59, @@ -3535,8 +3535,8 @@ }, "object": { "type": "Identifier", - "start": 1646, - "end": 1655, + "start": 1704, + "end": 1713, "loc": { "start": { "line": 59, @@ -3552,8 +3552,8 @@ }, "property": { "type": "Identifier", - "start": 1656, - "end": 1663, + "start": 1714, + "end": 1721, "loc": { "start": { "line": 59, @@ -3571,8 +3571,8 @@ }, "right": { "type": "ConditionalExpression", - "start": 1666, - "end": 1804, + "start": 1724, + "end": 1864, "loc": { "start": { "line": 59, @@ -3585,8 +3585,8 @@ }, "test": { "type": "BinaryExpression", - "start": 1666, - "end": 1704, + "start": 1724, + "end": 1762, "loc": { "start": { "line": 59, @@ -3599,8 +3599,8 @@ }, "left": { "type": "StringLiteral", - "start": 1666, - "end": 1674, + "start": 1724, + "end": 1732, "loc": { "start": { "line": 59, @@ -3620,8 +3620,8 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 1679, - "end": 1704, + "start": 1737, + "end": 1762, "loc": { "start": { "line": 59, @@ -3636,8 +3636,8 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 1687, - "end": 1704, + "start": 1745, + "end": 1762, "loc": { "start": { "line": 59, @@ -3650,8 +3650,8 @@ }, "object": { "type": "Identifier", - "start": 1687, - "end": 1696, + "start": 1745, + "end": 1754, "loc": { "start": { "line": 59, @@ -3667,8 +3667,8 @@ }, "property": { "type": "Identifier", - "start": 1697, - "end": 1704, + "start": 1755, + "end": 1762, "loc": { "start": { "line": 59, @@ -3691,8 +3691,8 @@ }, "consequent": { "type": "CallExpression", - "start": 1709, - "end": 1748, + "start": 1768, + "end": 1807, "loc": { "start": { "line": 60, @@ -3705,8 +3705,8 @@ }, "callee": { "type": "Identifier", - "start": 1709, - "end": 1729, + "start": 1768, + "end": 1788, "loc": { "start": { "line": 60, @@ -3723,8 +3723,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 1730, - "end": 1747, + "start": 1789, + "end": 1806, "loc": { "start": { "line": 60, @@ -3737,8 +3737,8 @@ }, "object": { "type": "Identifier", - "start": 1730, - "end": 1739, + "start": 1789, + "end": 1798, "loc": { "start": { "line": 60, @@ -3754,8 +3754,8 @@ }, "property": { "type": "Identifier", - "start": 1740, - "end": 1747, + "start": 1799, + "end": 1806, "loc": { "start": { "line": 60, @@ -3775,8 +3775,8 @@ }, "alternate": { "type": "CallExpression", - "start": 1753, - "end": 1804, + "start": 1813, + "end": 1864, "loc": { "start": { "line": 61, @@ -3789,8 +3789,8 @@ }, "callee": { "type": "Identifier", - "start": 1753, - "end": 1773, + "start": 1813, + "end": 1833, "loc": { "start": { "line": 61, @@ -3807,8 +3807,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 1774, - "end": 1803, + "start": 1834, + "end": 1863, "loc": { "start": { "line": 61, @@ -3822,8 +3822,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1775, - "end": 1787, + "start": 1835, + "end": 1847, "loc": { "start": { "line": 61, @@ -3839,8 +3839,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1775, - "end": 1782, + "start": 1835, + "end": 1842, "loc": { "start": { "line": 61, @@ -3856,8 +3856,8 @@ }, "value": { "type": "NullLiteral", - "start": 1783, - "end": 1787, + "start": 1843, + "end": 1847, "loc": { "start": { "line": 61, @@ -3872,8 +3872,8 @@ }, { "type": "ObjectProperty", - "start": 1789, - "end": 1801, + "start": 1849, + "end": 1861, "loc": { "start": { "line": 61, @@ -3889,8 +3889,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1789, - "end": 1794, + "start": 1849, + "end": 1854, "loc": { "start": { "line": 61, @@ -3906,8 +3906,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 1796, - "end": 1801, + "start": 1856, + "end": 1861, "loc": { "start": { "line": 61, @@ -3930,8 +3930,8 @@ }, { "type": "ExpressionStatement", - "start": 1808, - "end": 1842, + "start": 1870, + "end": 1904, "loc": { "start": { "line": 63, @@ -3944,8 +3944,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1808, - "end": 1841, + "start": 1870, + "end": 1903, "loc": { "start": { "line": 63, @@ -3959,8 +3959,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1808, - "end": 1828, + "start": 1870, + "end": 1890, "loc": { "start": { "line": 63, @@ -3973,8 +3973,8 @@ }, "object": { "type": "Identifier", - "start": 1808, - "end": 1817, + "start": 1870, + "end": 1879, "loc": { "start": { "line": 63, @@ -3990,8 +3990,8 @@ }, "property": { "type": "Identifier", - "start": 1818, - "end": 1828, + "start": 1880, + "end": 1890, "loc": { "start": { "line": 63, @@ -4009,8 +4009,8 @@ }, "right": { "type": "Identifier", - "start": 1831, - "end": 1841, + "start": 1893, + "end": 1903, "loc": { "start": { "line": 63, @@ -4028,8 +4028,8 @@ }, { "type": "ReturnStatement", - "start": 1844, - "end": 1861, + "start": 1907, + "end": 1924, "loc": { "start": { "line": 64, @@ -4042,8 +4042,8 @@ }, "argument": { "type": "Identifier", - "start": 1851, - "end": 1860, + "start": 1914, + "end": 1923, "loc": { "start": { "line": 64, @@ -4069,9 +4069,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Validates field configurations\n *\n * NOTE: This is called internally by factory. You probably do not want to call this.\n *\n * @param {Object}fieldArgs\n * @returns {*}\n ", - "start": 195, - "end": 372, + "value": "*\r\n * Validates field configurations\r\n *\r\n * NOTE: This is called internally by factory. You probably do not want to call this.\r\n *\r\n * @param {Object}fieldArgs\r\n * @returns {*}\r\n ", + "start": 199, + "end": 383, "loc": { "start": { "line": 5, @@ -4089,9 +4089,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Validates field configurations\n *\n * NOTE: This is called internally by factory. You probably do not want to call this.\n *\n * @param {Object}fieldArgs\n * @returns {*}\n ", - "start": 195, - "end": 372, + "value": "*\r\n * Validates field configurations\r\n *\r\n * NOTE: This is called internally by factory. You probably do not want to call this.\r\n *\r\n * @param {Object}fieldArgs\r\n * @returns {*}\r\n ", + "start": 199, + "end": 383, "loc": { "start": { "line": 5, @@ -4111,9 +4111,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Validates field configurations\n *\n * NOTE: This is called internally by factory. You probably do not want to call this.\n *\n * @param {Object}fieldArgs\n * @returns {*}\n ", - "start": 195, - "end": 372, + "value": "*\r\n * Validates field configurations\r\n *\r\n * NOTE: This is called internally by factory. You probably do not want to call this.\r\n *\r\n * @param {Object}fieldArgs\r\n * @returns {*}\r\n ", + "start": 199, + "end": 383, "loc": { "start": { "line": 5, @@ -4127,9 +4127,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Pick whitelisted keys from object\n\t *\n\t * @see http://www.jstips.co/en/javascript/picking-and-rejecting-object-properties/\n\t *\n\t * @param {Object} obj The object to pick from\n\t * @param {Array} keys The whitelist of keys\n\t * @return {*}\n\t ", - "start": 425, - "end": 674, + "value": "*\r\n\t * Pick whitelisted keys from object\r\n\t *\r\n\t * @see http://www.jstips.co/en/javascript/picking-and-rejecting-object-properties/\r\n\t *\r\n\t * @param {Object} obj The object to pick from\r\n\t * @param {Array} keys The whitelist of keys\r\n\t * @return {*}\r\n\t ", + "start": 438, + "end": 695, "loc": { "start": { "line": 14, @@ -4393,8 +4393,8 @@ "updateContext": null }, "value": "import", - "start": 70, - "end": 76, + "start": 71, + "end": 77, "loc": { "start": { "line": 2, @@ -4418,8 +4418,8 @@ "postfix": false, "binop": null }, - "start": 77, - "end": 78, + "start": 78, + "end": 79, "loc": { "start": { "line": 2, @@ -4444,8 +4444,8 @@ "binop": null }, "value": "isValidHtml5type", - "start": 78, - "end": 94, + "start": 79, + "end": 95, "loc": { "start": { "line": 2, @@ -4470,8 +4470,8 @@ "binop": null, "updateContext": null }, - "start": 94, - "end": 95, + "start": 95, + "end": 96, "loc": { "start": { "line": 2, @@ -4496,8 +4496,8 @@ "binop": null }, "value": "toBoolean", - "start": 96, - "end": 105, + "start": 97, + "end": 106, "loc": { "start": { "line": 2, @@ -4521,8 +4521,8 @@ "postfix": false, "binop": null }, - "start": 105, - "end": 106, + "start": 106, + "end": 107, "loc": { "start": { "line": 2, @@ -4547,8 +4547,8 @@ "binop": null }, "value": "from", - "start": 107, - "end": 111, + "start": 108, + "end": 112, "loc": { "start": { "line": 2, @@ -4574,8 +4574,8 @@ "updateContext": null }, "value": "../util", - "start": 112, - "end": 121, + "start": 113, + "end": 122, "loc": { "start": { "line": 2, @@ -4600,8 +4600,8 @@ "binop": null, "updateContext": null }, - "start": 121, - "end": 122, + "start": 122, + "end": 123, "loc": { "start": { "line": 2, @@ -4628,8 +4628,8 @@ "updateContext": null }, "value": "import", - "start": 123, - "end": 129, + "start": 125, + "end": 131, "loc": { "start": { "line": 3, @@ -4653,8 +4653,8 @@ "postfix": false, "binop": null }, - "start": 130, - "end": 131, + "start": 132, + "end": 133, "loc": { "start": { "line": 3, @@ -4679,8 +4679,8 @@ "binop": null }, "value": "messageObjectFactory", - "start": 131, - "end": 151, + "start": 133, + "end": 153, "loc": { "start": { "line": 3, @@ -4704,8 +4704,8 @@ "postfix": false, "binop": null }, - "start": 151, - "end": 152, + "start": 153, + "end": 154, "loc": { "start": { "line": 3, @@ -4730,8 +4730,8 @@ "binop": null }, "value": "from", - "start": 153, - "end": 157, + "start": 155, + "end": 159, "loc": { "start": { "line": 3, @@ -4757,8 +4757,8 @@ "updateContext": null }, "value": "../messages/messageObjectFactory", - "start": 158, - "end": 192, + "start": 160, + "end": 194, "loc": { "start": { "line": 3, @@ -4783,8 +4783,8 @@ "binop": null, "updateContext": null }, - "start": 192, - "end": 193, + "start": 194, + "end": 195, "loc": { "start": { "line": 3, @@ -4798,9 +4798,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Validates field configurations\n *\n * NOTE: This is called internally by factory. You probably do not want to call this.\n *\n * @param {Object}fieldArgs\n * @returns {*}\n ", - "start": 195, - "end": 372, + "value": "*\r\n * Validates field configurations\r\n *\r\n * NOTE: This is called internally by factory. You probably do not want to call this.\r\n *\r\n * @param {Object}fieldArgs\r\n * @returns {*}\r\n ", + "start": 199, + "end": 383, "loc": { "start": { "line": 5, @@ -4827,8 +4827,8 @@ "updateContext": null }, "value": "export", - "start": 373, - "end": 379, + "start": 385, + "end": 391, "loc": { "start": { "line": 13, @@ -4855,8 +4855,8 @@ "updateContext": null }, "value": "const", - "start": 380, - "end": 385, + "start": 392, + "end": 397, "loc": { "start": { "line": 13, @@ -4881,8 +4881,8 @@ "binop": null }, "value": "prepareFieldConfig", - "start": 386, - "end": 404, + "start": 398, + "end": 416, "loc": { "start": { "line": 13, @@ -4908,8 +4908,8 @@ "updateContext": null }, "value": "=", - "start": 405, - "end": 406, + "start": 417, + "end": 418, "loc": { "start": { "line": 13, @@ -4933,8 +4933,8 @@ "postfix": false, "binop": null }, - "start": 407, - "end": 408, + "start": 419, + "end": 420, "loc": { "start": { "line": 13, @@ -4959,8 +4959,8 @@ "binop": null }, "value": "fieldArgs", - "start": 408, - "end": 417, + "start": 420, + "end": 429, "loc": { "start": { "line": 13, @@ -4984,8 +4984,8 @@ "postfix": false, "binop": null }, - "start": 417, - "end": 418, + "start": 429, + "end": 430, "loc": { "start": { "line": 13, @@ -5010,8 +5010,8 @@ "binop": null, "updateContext": null }, - "start": 419, - "end": 421, + "start": 431, + "end": 433, "loc": { "start": { "line": 13, @@ -5035,8 +5035,8 @@ "postfix": false, "binop": null }, - "start": 422, - "end": 423, + "start": 434, + "end": 435, "loc": { "start": { "line": 13, @@ -5050,9 +5050,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Pick whitelisted keys from object\n\t *\n\t * @see http://www.jstips.co/en/javascript/picking-and-rejecting-object-properties/\n\t *\n\t * @param {Object} obj The object to pick from\n\t * @param {Array} keys The whitelist of keys\n\t * @return {*}\n\t ", - "start": 425, - "end": 674, + "value": "*\r\n\t * Pick whitelisted keys from object\r\n\t *\r\n\t * @see http://www.jstips.co/en/javascript/picking-and-rejecting-object-properties/\r\n\t *\r\n\t * @param {Object} obj The object to pick from\r\n\t * @param {Array} keys The whitelist of keys\r\n\t * @return {*}\r\n\t ", + "start": 438, + "end": 695, "loc": { "start": { "line": 14, @@ -5078,8 +5078,8 @@ "binop": null }, "value": "function", - "start": 676, - "end": 684, + "start": 698, + "end": 706, "loc": { "start": { "line": 23, @@ -5104,8 +5104,8 @@ "binop": null }, "value": "pick", - "start": 685, - "end": 689, + "start": 707, + "end": 711, "loc": { "start": { "line": 23, @@ -5129,8 +5129,8 @@ "postfix": false, "binop": null }, - "start": 689, - "end": 690, + "start": 711, + "end": 712, "loc": { "start": { "line": 23, @@ -5155,8 +5155,8 @@ "binop": null }, "value": "obj", - "start": 690, - "end": 693, + "start": 712, + "end": 715, "loc": { "start": { "line": 23, @@ -5181,8 +5181,8 @@ "binop": null, "updateContext": null }, - "start": 693, - "end": 694, + "start": 715, + "end": 716, "loc": { "start": { "line": 23, @@ -5207,8 +5207,8 @@ "binop": null }, "value": "keys", - "start": 695, - "end": 699, + "start": 717, + "end": 721, "loc": { "start": { "line": 23, @@ -5232,8 +5232,8 @@ "postfix": false, "binop": null }, - "start": 699, - "end": 700, + "start": 721, + "end": 722, "loc": { "start": { "line": 23, @@ -5257,8 +5257,8 @@ "postfix": false, "binop": null }, - "start": 701, - "end": 702, + "start": 723, + "end": 724, "loc": { "start": { "line": 23, @@ -5285,8 +5285,8 @@ "updateContext": null }, "value": "return", - "start": 705, - "end": 711, + "start": 728, + "end": 734, "loc": { "start": { "line": 24, @@ -5311,8 +5311,8 @@ "binop": null }, "value": "keys", - "start": 712, - "end": 716, + "start": 735, + "end": 739, "loc": { "start": { "line": 24, @@ -5337,8 +5337,8 @@ "binop": null, "updateContext": null }, - "start": 716, - "end": 717, + "start": 739, + "end": 740, "loc": { "start": { "line": 24, @@ -5363,8 +5363,8 @@ "binop": null }, "value": "map", - "start": 717, - "end": 720, + "start": 740, + "end": 743, "loc": { "start": { "line": 24, @@ -5388,8 +5388,8 @@ "postfix": false, "binop": null }, - "start": 720, - "end": 721, + "start": 743, + "end": 744, "loc": { "start": { "line": 24, @@ -5414,8 +5414,8 @@ "binop": null }, "value": "k", - "start": 721, - "end": 722, + "start": 744, + "end": 745, "loc": { "start": { "line": 24, @@ -5440,8 +5440,8 @@ "binop": null, "updateContext": null }, - "start": 723, - "end": 725, + "start": 746, + "end": 748, "loc": { "start": { "line": 24, @@ -5466,8 +5466,8 @@ "binop": null }, "value": "k", - "start": 726, - "end": 727, + "start": 749, + "end": 750, "loc": { "start": { "line": 24, @@ -5494,8 +5494,8 @@ "updateContext": null }, "value": "in", - "start": 728, - "end": 730, + "start": 751, + "end": 753, "loc": { "start": { "line": 24, @@ -5520,8 +5520,8 @@ "binop": null }, "value": "obj", - "start": 731, - "end": 734, + "start": 754, + "end": 757, "loc": { "start": { "line": 24, @@ -5546,8 +5546,8 @@ "binop": null, "updateContext": null }, - "start": 735, - "end": 736, + "start": 758, + "end": 759, "loc": { "start": { "line": 24, @@ -5571,8 +5571,8 @@ "postfix": false, "binop": null }, - "start": 737, - "end": 738, + "start": 760, + "end": 761, "loc": { "start": { "line": 24, @@ -5597,8 +5597,8 @@ "binop": null, "updateContext": null }, - "start": 738, - "end": 739, + "start": 761, + "end": 762, "loc": { "start": { "line": 24, @@ -5623,8 +5623,8 @@ "binop": null }, "value": "k", - "start": 739, - "end": 740, + "start": 762, + "end": 763, "loc": { "start": { "line": 24, @@ -5649,8 +5649,8 @@ "binop": null, "updateContext": null }, - "start": 740, - "end": 741, + "start": 763, + "end": 764, "loc": { "start": { "line": 24, @@ -5675,8 +5675,8 @@ "binop": null, "updateContext": null }, - "start": 741, - "end": 742, + "start": 764, + "end": 765, "loc": { "start": { "line": 24, @@ -5701,8 +5701,8 @@ "binop": null }, "value": "obj", - "start": 743, - "end": 746, + "start": 766, + "end": 769, "loc": { "start": { "line": 24, @@ -5727,8 +5727,8 @@ "binop": null, "updateContext": null }, - "start": 746, - "end": 747, + "start": 769, + "end": 770, "loc": { "start": { "line": 24, @@ -5753,8 +5753,8 @@ "binop": null }, "value": "k", - "start": 747, - "end": 748, + "start": 770, + "end": 771, "loc": { "start": { "line": 24, @@ -5779,8 +5779,8 @@ "binop": null, "updateContext": null }, - "start": 748, - "end": 749, + "start": 771, + "end": 772, "loc": { "start": { "line": 24, @@ -5804,8 +5804,8 @@ "postfix": false, "binop": null }, - "start": 749, - "end": 750, + "start": 772, + "end": 773, "loc": { "start": { "line": 24, @@ -5830,8 +5830,8 @@ "binop": null, "updateContext": null }, - "start": 751, - "end": 752, + "start": 774, + "end": 775, "loc": { "start": { "line": 24, @@ -5855,8 +5855,8 @@ "postfix": false, "binop": null }, - "start": 753, - "end": 754, + "start": 776, + "end": 777, "loc": { "start": { "line": 24, @@ -5880,8 +5880,8 @@ "postfix": false, "binop": null }, - "start": 754, - "end": 755, + "start": 777, + "end": 778, "loc": { "start": { "line": 24, @@ -5905,8 +5905,8 @@ "postfix": false, "binop": null }, - "start": 755, - "end": 756, + "start": 778, + "end": 779, "loc": { "start": { "line": 24, @@ -5931,8 +5931,8 @@ "binop": null, "updateContext": null }, - "start": 760, - "end": 761, + "start": 784, + "end": 785, "loc": { "start": { "line": 25, @@ -5957,8 +5957,8 @@ "binop": null }, "value": "reduce", - "start": 761, - "end": 767, + "start": 785, + "end": 791, "loc": { "start": { "line": 25, @@ -5982,8 +5982,8 @@ "postfix": false, "binop": null }, - "start": 767, - "end": 768, + "start": 791, + "end": 792, "loc": { "start": { "line": 25, @@ -6007,8 +6007,8 @@ "postfix": false, "binop": null }, - "start": 768, - "end": 769, + "start": 792, + "end": 793, "loc": { "start": { "line": 25, @@ -6033,8 +6033,8 @@ "binop": null }, "value": "res", - "start": 769, - "end": 772, + "start": 793, + "end": 796, "loc": { "start": { "line": 25, @@ -6059,8 +6059,8 @@ "binop": null, "updateContext": null }, - "start": 772, - "end": 773, + "start": 796, + "end": 797, "loc": { "start": { "line": 25, @@ -6085,8 +6085,8 @@ "binop": null }, "value": "o", - "start": 774, - "end": 775, + "start": 798, + "end": 799, "loc": { "start": { "line": 25, @@ -6110,8 +6110,8 @@ "postfix": false, "binop": null }, - "start": 775, - "end": 776, + "start": 799, + "end": 800, "loc": { "start": { "line": 25, @@ -6136,8 +6136,8 @@ "binop": null, "updateContext": null }, - "start": 777, - "end": 779, + "start": 801, + "end": 803, "loc": { "start": { "line": 25, @@ -6162,8 +6162,8 @@ "binop": null }, "value": "Object", - "start": 780, - "end": 786, + "start": 804, + "end": 810, "loc": { "start": { "line": 25, @@ -6188,8 +6188,8 @@ "binop": null, "updateContext": null }, - "start": 786, - "end": 787, + "start": 810, + "end": 811, "loc": { "start": { "line": 25, @@ -6214,8 +6214,8 @@ "binop": null }, "value": "assign", - "start": 787, - "end": 793, + "start": 811, + "end": 817, "loc": { "start": { "line": 25, @@ -6239,8 +6239,8 @@ "postfix": false, "binop": null }, - "start": 793, - "end": 794, + "start": 817, + "end": 818, "loc": { "start": { "line": 25, @@ -6265,8 +6265,8 @@ "binop": null }, "value": "res", - "start": 794, - "end": 797, + "start": 818, + "end": 821, "loc": { "start": { "line": 25, @@ -6291,8 +6291,8 @@ "binop": null, "updateContext": null }, - "start": 797, - "end": 798, + "start": 821, + "end": 822, "loc": { "start": { "line": 25, @@ -6317,8 +6317,8 @@ "binop": null }, "value": "o", - "start": 799, - "end": 800, + "start": 823, + "end": 824, "loc": { "start": { "line": 25, @@ -6342,8 +6342,8 @@ "postfix": false, "binop": null }, - "start": 800, - "end": 801, + "start": 824, + "end": 825, "loc": { "start": { "line": 25, @@ -6368,8 +6368,8 @@ "binop": null, "updateContext": null }, - "start": 801, - "end": 802, + "start": 825, + "end": 826, "loc": { "start": { "line": 25, @@ -6393,8 +6393,8 @@ "postfix": false, "binop": null }, - "start": 803, - "end": 804, + "start": 827, + "end": 828, "loc": { "start": { "line": 25, @@ -6418,8 +6418,8 @@ "postfix": false, "binop": null }, - "start": 804, - "end": 805, + "start": 828, + "end": 829, "loc": { "start": { "line": 25, @@ -6443,8 +6443,8 @@ "postfix": false, "binop": null }, - "start": 805, - "end": 806, + "start": 829, + "end": 830, "loc": { "start": { "line": 25, @@ -6469,8 +6469,8 @@ "binop": null, "updateContext": null }, - "start": 806, - "end": 807, + "start": 830, + "end": 831, "loc": { "start": { "line": 25, @@ -6494,8 +6494,8 @@ "postfix": false, "binop": null }, - "start": 809, - "end": 810, + "start": 834, + "end": 835, "loc": { "start": { "line": 26, @@ -6522,8 +6522,8 @@ "updateContext": null }, "value": "switch", - "start": 813, - "end": 819, + "start": 840, + "end": 846, "loc": { "start": { "line": 28, @@ -6547,8 +6547,8 @@ "postfix": false, "binop": null }, - "start": 820, - "end": 821, + "start": 847, + "end": 848, "loc": { "start": { "line": 28, @@ -6573,8 +6573,8 @@ "binop": null }, "value": "fieldArgs", - "start": 821, - "end": 830, + "start": 848, + "end": 857, "loc": { "start": { "line": 28, @@ -6599,8 +6599,8 @@ "binop": null, "updateContext": null }, - "start": 830, - "end": 831, + "start": 857, + "end": 858, "loc": { "start": { "line": 28, @@ -6625,8 +6625,8 @@ "binop": null }, "value": "type", - "start": 831, - "end": 835, + "start": 858, + "end": 862, "loc": { "start": { "line": 28, @@ -6650,8 +6650,8 @@ "postfix": false, "binop": null }, - "start": 835, - "end": 836, + "start": 862, + "end": 863, "loc": { "start": { "line": 28, @@ -6675,8 +6675,8 @@ "postfix": false, "binop": null }, - "start": 837, - "end": 838, + "start": 864, + "end": 865, "loc": { "start": { "line": 28, @@ -6703,8 +6703,8 @@ "updateContext": null }, "value": "case", - "start": 840, - "end": 844, + "start": 868, + "end": 872, "loc": { "start": { "line": 29, @@ -6730,8 +6730,8 @@ "updateContext": null }, "value": "select", - "start": 845, - "end": 853, + "start": 873, + "end": 881, "loc": { "start": { "line": 29, @@ -6756,8 +6756,8 @@ "binop": null, "updateContext": null }, - "start": 853, - "end": 854, + "start": 881, + "end": 882, "loc": { "start": { "line": 29, @@ -6784,8 +6784,8 @@ "updateContext": null }, "value": "case", - "start": 856, - "end": 860, + "start": 885, + "end": 889, "loc": { "start": { "line": 30, @@ -6811,8 +6811,8 @@ "updateContext": null }, "value": "dropdown", - "start": 861, - "end": 871, + "start": 890, + "end": 900, "loc": { "start": { "line": 30, @@ -6837,8 +6837,8 @@ "binop": null, "updateContext": null }, - "start": 871, - "end": 872, + "start": 900, + "end": 901, "loc": { "start": { "line": 30, @@ -6863,8 +6863,8 @@ "binop": null }, "value": "fieldArgs", - "start": 875, - "end": 884, + "start": 905, + "end": 914, "loc": { "start": { "line": 31, @@ -6889,8 +6889,8 @@ "binop": null, "updateContext": null }, - "start": 884, - "end": 885, + "start": 914, + "end": 915, "loc": { "start": { "line": 31, @@ -6915,8 +6915,8 @@ "binop": null }, "value": "type", - "start": 885, - "end": 889, + "start": 915, + "end": 919, "loc": { "start": { "line": 31, @@ -6942,8 +6942,8 @@ "updateContext": null }, "value": "=", - "start": 890, - "end": 891, + "start": 920, + "end": 921, "loc": { "start": { "line": 31, @@ -6969,8 +6969,8 @@ "updateContext": null }, "value": "select", - "start": 892, - "end": 900, + "start": 922, + "end": 930, "loc": { "start": { "line": 31, @@ -6995,8 +6995,8 @@ "binop": null, "updateContext": null }, - "start": 900, - "end": 901, + "start": 930, + "end": 931, "loc": { "start": { "line": 31, @@ -7023,8 +7023,8 @@ "updateContext": null }, "value": "break", - "start": 904, - "end": 909, + "start": 935, + "end": 940, "loc": { "start": { "line": 32, @@ -7049,8 +7049,8 @@ "binop": null, "updateContext": null }, - "start": 909, - "end": 910, + "start": 940, + "end": 941, "loc": { "start": { "line": 32, @@ -7077,8 +7077,8 @@ "updateContext": null }, "value": "case", - "start": 912, - "end": 916, + "start": 944, + "end": 948, "loc": { "start": { "line": 33, @@ -7104,8 +7104,8 @@ "updateContext": null }, "value": "fieldset", - "start": 917, - "end": 927, + "start": 949, + "end": 959, "loc": { "start": { "line": 33, @@ -7130,8 +7130,8 @@ "binop": null, "updateContext": null }, - "start": 927, - "end": 928, + "start": 959, + "end": 960, "loc": { "start": { "line": 33, @@ -7156,8 +7156,8 @@ "binop": null }, "value": "fieldArgs", - "start": 931, - "end": 940, + "start": 964, + "end": 973, "loc": { "start": { "line": 34, @@ -7182,8 +7182,8 @@ "binop": null, "updateContext": null }, - "start": 940, - "end": 941, + "start": 973, + "end": 974, "loc": { "start": { "line": 34, @@ -7208,8 +7208,8 @@ "binop": null }, "value": "type", - "start": 941, - "end": 945, + "start": 974, + "end": 978, "loc": { "start": { "line": 34, @@ -7235,8 +7235,8 @@ "updateContext": null }, "value": "=", - "start": 946, - "end": 947, + "start": 979, + "end": 980, "loc": { "start": { "line": 34, @@ -7262,8 +7262,8 @@ "updateContext": null }, "value": "fieldset", - "start": 948, - "end": 958, + "start": 981, + "end": 991, "loc": { "start": { "line": 34, @@ -7288,8 +7288,8 @@ "binop": null, "updateContext": null }, - "start": 958, - "end": 959, + "start": 991, + "end": 992, "loc": { "start": { "line": 34, @@ -7316,8 +7316,8 @@ "updateContext": null }, "value": "break", - "start": 962, - "end": 967, + "start": 996, + "end": 1001, "loc": { "start": { "line": 35, @@ -7342,8 +7342,8 @@ "binop": null, "updateContext": null }, - "start": 967, - "end": 968, + "start": 1001, + "end": 1002, "loc": { "start": { "line": 35, @@ -7370,8 +7370,8 @@ "updateContext": null }, "value": "case", - "start": 970, - "end": 974, + "start": 1005, + "end": 1009, "loc": { "start": { "line": 36, @@ -7397,8 +7397,8 @@ "updateContext": null }, "value": "text", - "start": 975, - "end": 981, + "start": 1010, + "end": 1016, "loc": { "start": { "line": 36, @@ -7423,8 +7423,8 @@ "binop": null, "updateContext": null }, - "start": 981, - "end": 982, + "start": 1016, + "end": 1017, "loc": { "start": { "line": 36, @@ -7451,8 +7451,8 @@ "updateContext": null }, "value": "case", - "start": 984, - "end": 988, + "start": 1020, + "end": 1024, "loc": { "start": { "line": 37, @@ -7478,8 +7478,8 @@ "updateContext": null }, "value": "number", - "start": 989, - "end": 997, + "start": 1025, + "end": 1033, "loc": { "start": { "line": 37, @@ -7504,8 +7504,8 @@ "binop": null, "updateContext": null }, - "start": 997, - "end": 998, + "start": 1033, + "end": 1034, "loc": { "start": { "line": 37, @@ -7532,8 +7532,8 @@ "updateContext": null }, "value": "default", - "start": 1000, - "end": 1007, + "start": 1037, + "end": 1044, "loc": { "start": { "line": 38, @@ -7558,8 +7558,8 @@ "binop": null, "updateContext": null }, - "start": 1007, - "end": 1008, + "start": 1044, + "end": 1045, "loc": { "start": { "line": 38, @@ -7584,8 +7584,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1011, - "end": 1020, + "start": 1049, + "end": 1058, "loc": { "start": { "line": 39, @@ -7610,8 +7610,8 @@ "binop": null, "updateContext": null }, - "start": 1020, - "end": 1021, + "start": 1058, + "end": 1059, "loc": { "start": { "line": 39, @@ -7636,8 +7636,8 @@ "binop": null }, "value": "inputType", - "start": 1021, - "end": 1030, + "start": 1059, + "end": 1068, "loc": { "start": { "line": 39, @@ -7663,8 +7663,8 @@ "updateContext": null }, "value": "=", - "start": 1031, - "end": 1032, + "start": 1069, + "end": 1070, "loc": { "start": { "line": 39, @@ -7689,8 +7689,8 @@ "binop": null }, "value": "isValidHtml5type", - "start": 1033, - "end": 1049, + "start": 1071, + "end": 1087, "loc": { "start": { "line": 39, @@ -7714,8 +7714,8 @@ "postfix": false, "binop": null }, - "start": 1049, - "end": 1050, + "start": 1087, + "end": 1088, "loc": { "start": { "line": 39, @@ -7740,8 +7740,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1050, - "end": 1059, + "start": 1088, + "end": 1097, "loc": { "start": { "line": 39, @@ -7766,8 +7766,8 @@ "binop": null, "updateContext": null }, - "start": 1059, - "end": 1060, + "start": 1097, + "end": 1098, "loc": { "start": { "line": 39, @@ -7792,8 +7792,8 @@ "binop": null }, "value": "type", - "start": 1060, - "end": 1064, + "start": 1098, + "end": 1102, "loc": { "start": { "line": 39, @@ -7817,8 +7817,8 @@ "postfix": false, "binop": null }, - "start": 1064, - "end": 1065, + "start": 1102, + "end": 1103, "loc": { "start": { "line": 39, @@ -7843,8 +7843,8 @@ "binop": null, "updateContext": null }, - "start": 1066, - "end": 1067, + "start": 1104, + "end": 1105, "loc": { "start": { "line": 39, @@ -7869,8 +7869,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1068, - "end": 1077, + "start": 1106, + "end": 1115, "loc": { "start": { "line": 39, @@ -7895,8 +7895,8 @@ "binop": null, "updateContext": null }, - "start": 1077, - "end": 1078, + "start": 1115, + "end": 1116, "loc": { "start": { "line": 39, @@ -7921,8 +7921,8 @@ "binop": null }, "value": "type", - "start": 1078, - "end": 1082, + "start": 1116, + "end": 1120, "loc": { "start": { "line": 39, @@ -7947,8 +7947,8 @@ "binop": null, "updateContext": null }, - "start": 1083, - "end": 1084, + "start": 1121, + "end": 1122, "loc": { "start": { "line": 39, @@ -7974,8 +7974,8 @@ "updateContext": null }, "value": "text", - "start": 1085, - "end": 1091, + "start": 1123, + "end": 1129, "loc": { "start": { "line": 39, @@ -8000,8 +8000,8 @@ "binop": null, "updateContext": null }, - "start": 1091, - "end": 1092, + "start": 1129, + "end": 1130, "loc": { "start": { "line": 39, @@ -8026,8 +8026,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1095, - "end": 1104, + "start": 1134, + "end": 1143, "loc": { "start": { "line": 40, @@ -8052,8 +8052,8 @@ "binop": null, "updateContext": null }, - "start": 1104, - "end": 1105, + "start": 1143, + "end": 1144, "loc": { "start": { "line": 40, @@ -8078,8 +8078,8 @@ "binop": null }, "value": "type", - "start": 1105, - "end": 1109, + "start": 1144, + "end": 1148, "loc": { "start": { "line": 40, @@ -8105,8 +8105,8 @@ "updateContext": null }, "value": "=", - "start": 1110, - "end": 1111, + "start": 1149, + "end": 1150, "loc": { "start": { "line": 40, @@ -8132,8 +8132,8 @@ "updateContext": null }, "value": "input", - "start": 1112, - "end": 1119, + "start": 1151, + "end": 1158, "loc": { "start": { "line": 40, @@ -8158,8 +8158,8 @@ "binop": null, "updateContext": null }, - "start": 1119, - "end": 1120, + "start": 1158, + "end": 1159, "loc": { "start": { "line": 40, @@ -8186,8 +8186,8 @@ "updateContext": null }, "value": "break", - "start": 1123, - "end": 1128, + "start": 1163, + "end": 1168, "loc": { "start": { "line": 41, @@ -8212,8 +8212,8 @@ "binop": null, "updateContext": null }, - "start": 1128, - "end": 1129, + "start": 1168, + "end": 1169, "loc": { "start": { "line": 41, @@ -8237,8 +8237,8 @@ "postfix": false, "binop": null }, - "start": 1131, - "end": 1132, + "start": 1172, + "end": 1173, "loc": { "start": { "line": 42, @@ -8265,8 +8265,8 @@ "updateContext": null }, "value": "if", - "start": 1135, - "end": 1137, + "start": 1178, + "end": 1180, "loc": { "start": { "line": 44, @@ -8290,8 +8290,8 @@ "postfix": false, "binop": null }, - "start": 1138, - "end": 1139, + "start": 1181, + "end": 1182, "loc": { "start": { "line": 44, @@ -8316,8 +8316,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1139, - "end": 1148, + "start": 1182, + "end": 1191, "loc": { "start": { "line": 44, @@ -8342,8 +8342,8 @@ "binop": null, "updateContext": null }, - "start": 1148, - "end": 1149, + "start": 1191, + "end": 1192, "loc": { "start": { "line": 44, @@ -8368,8 +8368,8 @@ "binop": null }, "value": "hasOwnProperty", - "start": 1149, - "end": 1163, + "start": 1192, + "end": 1206, "loc": { "start": { "line": 44, @@ -8393,8 +8393,8 @@ "postfix": false, "binop": null }, - "start": 1163, - "end": 1164, + "start": 1206, + "end": 1207, "loc": { "start": { "line": 44, @@ -8420,8 +8420,8 @@ "updateContext": null }, "value": "desc", - "start": 1164, - "end": 1170, + "start": 1207, + "end": 1213, "loc": { "start": { "line": 44, @@ -8445,8 +8445,8 @@ "postfix": false, "binop": null }, - "start": 1170, - "end": 1171, + "start": 1213, + "end": 1214, "loc": { "start": { "line": 44, @@ -8470,8 +8470,8 @@ "postfix": false, "binop": null }, - "start": 1171, - "end": 1172, + "start": 1214, + "end": 1215, "loc": { "start": { "line": 44, @@ -8495,8 +8495,8 @@ "postfix": false, "binop": null }, - "start": 1173, - "end": 1174, + "start": 1216, + "end": 1217, "loc": { "start": { "line": 44, @@ -8521,8 +8521,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1177, - "end": 1186, + "start": 1221, + "end": 1230, "loc": { "start": { "line": 45, @@ -8547,8 +8547,8 @@ "binop": null, "updateContext": null }, - "start": 1186, - "end": 1187, + "start": 1230, + "end": 1231, "loc": { "start": { "line": 45, @@ -8573,8 +8573,8 @@ "binop": null }, "value": "help", - "start": 1187, - "end": 1191, + "start": 1231, + "end": 1235, "loc": { "start": { "line": 45, @@ -8600,8 +8600,8 @@ "updateContext": null }, "value": "=", - "start": 1192, - "end": 1193, + "start": 1236, + "end": 1237, "loc": { "start": { "line": 45, @@ -8626,8 +8626,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1194, - "end": 1203, + "start": 1238, + "end": 1247, "loc": { "start": { "line": 45, @@ -8652,8 +8652,8 @@ "binop": null, "updateContext": null }, - "start": 1203, - "end": 1204, + "start": 1247, + "end": 1248, "loc": { "start": { "line": 45, @@ -8678,8 +8678,8 @@ "binop": null }, "value": "desc", - "start": 1204, - "end": 1208, + "start": 1248, + "end": 1252, "loc": { "start": { "line": 45, @@ -8704,8 +8704,8 @@ "binop": null, "updateContext": null }, - "start": 1208, - "end": 1209, + "start": 1252, + "end": 1253, "loc": { "start": { "line": 45, @@ -8729,8 +8729,8 @@ "postfix": false, "binop": null }, - "start": 1211, - "end": 1212, + "start": 1256, + "end": 1257, "loc": { "start": { "line": 46, @@ -8757,8 +8757,8 @@ "updateContext": null }, "value": "if", - "start": 1214, - "end": 1216, + "start": 1260, + "end": 1262, "loc": { "start": { "line": 47, @@ -8782,8 +8782,8 @@ "postfix": false, "binop": null }, - "start": 1217, - "end": 1218, + "start": 1263, + "end": 1264, "loc": { "start": { "line": 47, @@ -8808,8 +8808,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1218, - "end": 1227, + "start": 1264, + "end": 1273, "loc": { "start": { "line": 47, @@ -8834,8 +8834,8 @@ "binop": null, "updateContext": null }, - "start": 1227, - "end": 1228, + "start": 1273, + "end": 1274, "loc": { "start": { "line": 47, @@ -8860,8 +8860,8 @@ "binop": null }, "value": "hasOwnProperty", - "start": 1228, - "end": 1242, + "start": 1274, + "end": 1288, "loc": { "start": { "line": 47, @@ -8885,8 +8885,8 @@ "postfix": false, "binop": null }, - "start": 1242, - "end": 1243, + "start": 1288, + "end": 1289, "loc": { "start": { "line": 47, @@ -8912,8 +8912,8 @@ "updateContext": null }, "value": "description", - "start": 1243, - "end": 1256, + "start": 1289, + "end": 1302, "loc": { "start": { "line": 47, @@ -8937,8 +8937,8 @@ "postfix": false, "binop": null }, - "start": 1256, - "end": 1257, + "start": 1302, + "end": 1303, "loc": { "start": { "line": 47, @@ -8962,8 +8962,8 @@ "postfix": false, "binop": null }, - "start": 1257, - "end": 1258, + "start": 1303, + "end": 1304, "loc": { "start": { "line": 47, @@ -8987,8 +8987,8 @@ "postfix": false, "binop": null }, - "start": 1259, - "end": 1260, + "start": 1305, + "end": 1306, "loc": { "start": { "line": 47, @@ -9013,8 +9013,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1263, - "end": 1272, + "start": 1310, + "end": 1319, "loc": { "start": { "line": 48, @@ -9039,8 +9039,8 @@ "binop": null, "updateContext": null }, - "start": 1272, - "end": 1273, + "start": 1319, + "end": 1320, "loc": { "start": { "line": 48, @@ -9065,8 +9065,8 @@ "binop": null }, "value": "help", - "start": 1273, - "end": 1277, + "start": 1320, + "end": 1324, "loc": { "start": { "line": 48, @@ -9092,8 +9092,8 @@ "updateContext": null }, "value": "=", - "start": 1278, - "end": 1279, + "start": 1325, + "end": 1326, "loc": { "start": { "line": 48, @@ -9118,8 +9118,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1280, - "end": 1289, + "start": 1327, + "end": 1336, "loc": { "start": { "line": 48, @@ -9144,8 +9144,8 @@ "binop": null, "updateContext": null }, - "start": 1289, - "end": 1290, + "start": 1336, + "end": 1337, "loc": { "start": { "line": 48, @@ -9170,8 +9170,8 @@ "binop": null }, "value": "description", - "start": 1290, - "end": 1301, + "start": 1337, + "end": 1348, "loc": { "start": { "line": 48, @@ -9196,8 +9196,8 @@ "binop": null, "updateContext": null }, - "start": 1301, - "end": 1302, + "start": 1348, + "end": 1349, "loc": { "start": { "line": 48, @@ -9221,8 +9221,8 @@ "postfix": false, "binop": null }, - "start": 1304, - "end": 1305, + "start": 1352, + "end": 1353, "loc": { "start": { "line": 49, @@ -9249,8 +9249,8 @@ "updateContext": null }, "value": "let", - "start": 1308, - "end": 1311, + "start": 1358, + "end": 1361, "loc": { "start": { "line": 51, @@ -9275,8 +9275,8 @@ "binop": null }, "value": "validators", - "start": 1312, - "end": 1322, + "start": 1362, + "end": 1372, "loc": { "start": { "line": 51, @@ -9302,8 +9302,8 @@ "updateContext": null }, "value": "=", - "start": 1323, - "end": 1324, + "start": 1373, + "end": 1374, "loc": { "start": { "line": 51, @@ -9328,8 +9328,8 @@ "binop": null, "updateContext": null }, - "start": 1325, - "end": 1326, + "start": 1375, + "end": 1376, "loc": { "start": { "line": 51, @@ -9354,8 +9354,8 @@ "binop": null, "updateContext": null }, - "start": 1326, - "end": 1327, + "start": 1376, + "end": 1377, "loc": { "start": { "line": 51, @@ -9380,8 +9380,8 @@ "binop": null, "updateContext": null }, - "start": 1327, - "end": 1328, + "start": 1377, + "end": 1378, "loc": { "start": { "line": 51, @@ -9408,8 +9408,8 @@ "updateContext": null }, "value": "if", - "start": 1330, - "end": 1332, + "start": 1381, + "end": 1383, "loc": { "start": { "line": 52, @@ -9433,8 +9433,8 @@ "postfix": false, "binop": null }, - "start": 1332, - "end": 1333, + "start": 1383, + "end": 1384, "loc": { "start": { "line": 52, @@ -9459,8 +9459,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1334, - "end": 1343, + "start": 1385, + "end": 1394, "loc": { "start": { "line": 52, @@ -9485,8 +9485,8 @@ "binop": null, "updateContext": null }, - "start": 1343, - "end": 1344, + "start": 1394, + "end": 1395, "loc": { "start": { "line": 52, @@ -9511,8 +9511,8 @@ "binop": null }, "value": "hasOwnProperty", - "start": 1344, - "end": 1358, + "start": 1395, + "end": 1409, "loc": { "start": { "line": 52, @@ -9536,8 +9536,8 @@ "postfix": false, "binop": null }, - "start": 1358, - "end": 1359, + "start": 1409, + "end": 1410, "loc": { "start": { "line": 52, @@ -9563,8 +9563,8 @@ "updateContext": null }, "value": "validators", - "start": 1359, - "end": 1371, + "start": 1410, + "end": 1422, "loc": { "start": { "line": 52, @@ -9588,8 +9588,8 @@ "postfix": false, "binop": null }, - "start": 1371, - "end": 1372, + "start": 1422, + "end": 1423, "loc": { "start": { "line": 52, @@ -9615,8 +9615,8 @@ "updateContext": null }, "value": "&&", - "start": 1373, - "end": 1375, + "start": 1424, + "end": 1426, "loc": { "start": { "line": 52, @@ -9641,8 +9641,8 @@ "binop": null }, "value": "Array", - "start": 1376, - "end": 1381, + "start": 1427, + "end": 1432, "loc": { "start": { "line": 52, @@ -9667,8 +9667,8 @@ "binop": null, "updateContext": null }, - "start": 1381, - "end": 1382, + "start": 1432, + "end": 1433, "loc": { "start": { "line": 52, @@ -9693,8 +9693,8 @@ "binop": null }, "value": "isArray", - "start": 1382, - "end": 1389, + "start": 1433, + "end": 1440, "loc": { "start": { "line": 52, @@ -9718,8 +9718,8 @@ "postfix": false, "binop": null }, - "start": 1389, - "end": 1390, + "start": 1440, + "end": 1441, "loc": { "start": { "line": 52, @@ -9744,8 +9744,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1390, - "end": 1399, + "start": 1441, + "end": 1450, "loc": { "start": { "line": 52, @@ -9770,8 +9770,8 @@ "binop": null, "updateContext": null }, - "start": 1399, - "end": 1400, + "start": 1450, + "end": 1451, "loc": { "start": { "line": 52, @@ -9796,8 +9796,8 @@ "binop": null }, "value": "validators", - "start": 1400, - "end": 1410, + "start": 1451, + "end": 1461, "loc": { "start": { "line": 52, @@ -9821,8 +9821,8 @@ "postfix": false, "binop": null }, - "start": 1411, - "end": 1412, + "start": 1462, + "end": 1463, "loc": { "start": { "line": 52, @@ -9846,8 +9846,8 @@ "postfix": false, "binop": null }, - "start": 1412, - "end": 1413, + "start": 1463, + "end": 1464, "loc": { "start": { "line": 52, @@ -9871,8 +9871,8 @@ "postfix": false, "binop": null }, - "start": 1413, - "end": 1414, + "start": 1464, + "end": 1465, "loc": { "start": { "line": 52, @@ -9897,8 +9897,8 @@ "binop": null }, "value": "validators", - "start": 1417, - "end": 1427, + "start": 1469, + "end": 1479, "loc": { "start": { "line": 53, @@ -9924,8 +9924,8 @@ "updateContext": null }, "value": "=", - "start": 1428, - "end": 1429, + "start": 1480, + "end": 1481, "loc": { "start": { "line": 53, @@ -9950,8 +9950,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1430, - "end": 1439, + "start": 1482, + "end": 1491, "loc": { "start": { "line": 53, @@ -9976,8 +9976,8 @@ "binop": null, "updateContext": null }, - "start": 1439, - "end": 1440, + "start": 1491, + "end": 1492, "loc": { "start": { "line": 53, @@ -10002,8 +10002,8 @@ "binop": null }, "value": "validators", - "start": 1440, - "end": 1450, + "start": 1492, + "end": 1502, "loc": { "start": { "line": 53, @@ -10028,8 +10028,8 @@ "binop": null, "updateContext": null }, - "start": 1450, - "end": 1451, + "start": 1502, + "end": 1503, "loc": { "start": { "line": 53, @@ -10053,8 +10053,8 @@ "postfix": false, "binop": null }, - "start": 1453, - "end": 1454, + "start": 1506, + "end": 1507, "loc": { "start": { "line": 54, @@ -10081,8 +10081,8 @@ "updateContext": null }, "value": "const", - "start": 1457, - "end": 1462, + "start": 1512, + "end": 1517, "loc": { "start": { "line": 56, @@ -10107,8 +10107,8 @@ "binop": null }, "value": "keys", - "start": 1463, - "end": 1467, + "start": 1518, + "end": 1522, "loc": { "start": { "line": 56, @@ -10134,8 +10134,8 @@ "updateContext": null }, "value": "=", - "start": 1468, - "end": 1469, + "start": 1523, + "end": 1524, "loc": { "start": { "line": 56, @@ -10161,8 +10161,8 @@ "updateContext": null }, "value": "magic", - "start": 1470, - "end": 1477, + "start": 1525, + "end": 1532, "loc": { "start": { "line": 56, @@ -10188,8 +10188,8 @@ "updateContext": null }, "value": "===", - "start": 1478, - "end": 1481, + "start": 1533, + "end": 1536, "loc": { "start": { "line": 56, @@ -10214,8 +10214,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1482, - "end": 1491, + "start": 1537, + "end": 1546, "loc": { "start": { "line": 56, @@ -10240,8 +10240,8 @@ "binop": null, "updateContext": null }, - "start": 1491, - "end": 1492, + "start": 1546, + "end": 1547, "loc": { "start": { "line": 56, @@ -10266,8 +10266,8 @@ "binop": null }, "value": "type", - "start": 1492, - "end": 1496, + "start": 1547, + "end": 1551, "loc": { "start": { "line": 56, @@ -10292,8 +10292,8 @@ "binop": null, "updateContext": null }, - "start": 1498, - "end": 1499, + "start": 1553, + "end": 1554, "loc": { "start": { "line": 56, @@ -10318,8 +10318,8 @@ "binop": null }, "value": "magicGroupPropTypes", - "start": 1500, - "end": 1519, + "start": 1555, + "end": 1574, "loc": { "start": { "line": 56, @@ -10344,8 +10344,8 @@ "binop": null, "updateContext": null }, - "start": 1520, - "end": 1521, + "start": 1575, + "end": 1576, "loc": { "start": { "line": 56, @@ -10370,8 +10370,8 @@ "binop": null }, "value": "fieldGroupPropTypes", - "start": 1522, - "end": 1541, + "start": 1577, + "end": 1596, "loc": { "start": { "line": 56, @@ -10396,8 +10396,8 @@ "binop": null, "updateContext": null }, - "start": 1541, - "end": 1542, + "start": 1596, + "end": 1597, "loc": { "start": { "line": 56, @@ -10422,8 +10422,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1544, - "end": 1553, + "start": 1600, + "end": 1609, "loc": { "start": { "line": 57, @@ -10449,8 +10449,8 @@ "updateContext": null }, "value": "=", - "start": 1554, - "end": 1555, + "start": 1610, + "end": 1611, "loc": { "start": { "line": 57, @@ -10475,8 +10475,8 @@ "binop": null }, "value": "pick", - "start": 1556, - "end": 1560, + "start": 1612, + "end": 1616, "loc": { "start": { "line": 57, @@ -10500,8 +10500,8 @@ "postfix": false, "binop": null }, - "start": 1560, - "end": 1561, + "start": 1616, + "end": 1617, "loc": { "start": { "line": 57, @@ -10526,8 +10526,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1561, - "end": 1570, + "start": 1617, + "end": 1626, "loc": { "start": { "line": 57, @@ -10552,8 +10552,8 @@ "binop": null, "updateContext": null }, - "start": 1570, - "end": 1571, + "start": 1626, + "end": 1627, "loc": { "start": { "line": 57, @@ -10578,8 +10578,8 @@ "binop": null }, "value": "Object", - "start": 1572, - "end": 1578, + "start": 1628, + "end": 1634, "loc": { "start": { "line": 57, @@ -10604,8 +10604,8 @@ "binop": null, "updateContext": null }, - "start": 1578, - "end": 1579, + "start": 1634, + "end": 1635, "loc": { "start": { "line": 57, @@ -10630,8 +10630,8 @@ "binop": null }, "value": "keys", - "start": 1579, - "end": 1583, + "start": 1635, + "end": 1639, "loc": { "start": { "line": 57, @@ -10655,8 +10655,8 @@ "postfix": false, "binop": null }, - "start": 1583, - "end": 1584, + "start": 1639, + "end": 1640, "loc": { "start": { "line": 57, @@ -10681,8 +10681,8 @@ "binop": null }, "value": "keys", - "start": 1584, - "end": 1588, + "start": 1640, + "end": 1644, "loc": { "start": { "line": 57, @@ -10706,8 +10706,8 @@ "postfix": false, "binop": null }, - "start": 1588, - "end": 1589, + "start": 1644, + "end": 1645, "loc": { "start": { "line": 57, @@ -10731,8 +10731,8 @@ "postfix": false, "binop": null }, - "start": 1589, - "end": 1590, + "start": 1645, + "end": 1646, "loc": { "start": { "line": 57, @@ -10757,8 +10757,8 @@ "binop": null, "updateContext": null }, - "start": 1590, - "end": 1591, + "start": 1646, + "end": 1647, "loc": { "start": { "line": 57, @@ -10783,8 +10783,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1593, - "end": 1602, + "start": 1650, + "end": 1659, "loc": { "start": { "line": 58, @@ -10809,8 +10809,8 @@ "binop": null, "updateContext": null }, - "start": 1602, - "end": 1603, + "start": 1659, + "end": 1660, "loc": { "start": { "line": 58, @@ -10835,8 +10835,8 @@ "binop": null }, "value": "disabled", - "start": 1603, - "end": 1611, + "start": 1660, + "end": 1668, "loc": { "start": { "line": 58, @@ -10862,8 +10862,8 @@ "updateContext": null }, "value": "=", - "start": 1612, - "end": 1613, + "start": 1669, + "end": 1670, "loc": { "start": { "line": 58, @@ -10888,8 +10888,8 @@ "binop": null }, "value": "toBoolean", - "start": 1614, - "end": 1623, + "start": 1671, + "end": 1680, "loc": { "start": { "line": 58, @@ -10913,8 +10913,8 @@ "postfix": false, "binop": null }, - "start": 1623, - "end": 1624, + "start": 1680, + "end": 1681, "loc": { "start": { "line": 58, @@ -10939,8 +10939,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1624, - "end": 1633, + "start": 1681, + "end": 1690, "loc": { "start": { "line": 58, @@ -10965,8 +10965,8 @@ "binop": null, "updateContext": null }, - "start": 1633, - "end": 1634, + "start": 1690, + "end": 1691, "loc": { "start": { "line": 58, @@ -10991,8 +10991,8 @@ "binop": null }, "value": "disabled", - "start": 1634, - "end": 1642, + "start": 1691, + "end": 1699, "loc": { "start": { "line": 58, @@ -11016,8 +11016,8 @@ "postfix": false, "binop": null }, - "start": 1642, - "end": 1643, + "start": 1699, + "end": 1700, "loc": { "start": { "line": 58, @@ -11042,8 +11042,8 @@ "binop": null, "updateContext": null }, - "start": 1643, - "end": 1644, + "start": 1700, + "end": 1701, "loc": { "start": { "line": 58, @@ -11068,8 +11068,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1646, - "end": 1655, + "start": 1704, + "end": 1713, "loc": { "start": { "line": 59, @@ -11094,8 +11094,8 @@ "binop": null, "updateContext": null }, - "start": 1655, - "end": 1656, + "start": 1713, + "end": 1714, "loc": { "start": { "line": 59, @@ -11120,8 +11120,8 @@ "binop": null }, "value": "message", - "start": 1656, - "end": 1663, + "start": 1714, + "end": 1721, "loc": { "start": { "line": 59, @@ -11147,8 +11147,8 @@ "updateContext": null }, "value": "=", - "start": 1664, - "end": 1665, + "start": 1722, + "end": 1723, "loc": { "start": { "line": 59, @@ -11174,8 +11174,8 @@ "updateContext": null }, "value": "object", - "start": 1666, - "end": 1674, + "start": 1724, + "end": 1732, "loc": { "start": { "line": 59, @@ -11201,8 +11201,8 @@ "updateContext": null }, "value": "===", - "start": 1675, - "end": 1678, + "start": 1733, + "end": 1736, "loc": { "start": { "line": 59, @@ -11229,8 +11229,8 @@ "updateContext": null }, "value": "typeof", - "start": 1679, - "end": 1685, + "start": 1737, + "end": 1743, "loc": { "start": { "line": 59, @@ -11255,8 +11255,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1687, - "end": 1696, + "start": 1745, + "end": 1754, "loc": { "start": { "line": 59, @@ -11281,8 +11281,8 @@ "binop": null, "updateContext": null }, - "start": 1696, - "end": 1697, + "start": 1754, + "end": 1755, "loc": { "start": { "line": 59, @@ -11307,8 +11307,8 @@ "binop": null }, "value": "message", - "start": 1697, - "end": 1704, + "start": 1755, + "end": 1762, "loc": { "start": { "line": 59, @@ -11333,8 +11333,8 @@ "binop": null, "updateContext": null }, - "start": 1707, - "end": 1708, + "start": 1766, + "end": 1767, "loc": { "start": { "line": 60, @@ -11359,8 +11359,8 @@ "binop": null }, "value": "messageObjectFactory", - "start": 1709, - "end": 1729, + "start": 1768, + "end": 1788, "loc": { "start": { "line": 60, @@ -11384,8 +11384,8 @@ "postfix": false, "binop": null }, - "start": 1729, - "end": 1730, + "start": 1788, + "end": 1789, "loc": { "start": { "line": 60, @@ -11410,8 +11410,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1730, - "end": 1739, + "start": 1789, + "end": 1798, "loc": { "start": { "line": 60, @@ -11436,8 +11436,8 @@ "binop": null, "updateContext": null }, - "start": 1739, - "end": 1740, + "start": 1798, + "end": 1799, "loc": { "start": { "line": 60, @@ -11462,8 +11462,8 @@ "binop": null }, "value": "message", - "start": 1740, - "end": 1747, + "start": 1799, + "end": 1806, "loc": { "start": { "line": 60, @@ -11487,8 +11487,8 @@ "postfix": false, "binop": null }, - "start": 1747, - "end": 1748, + "start": 1806, + "end": 1807, "loc": { "start": { "line": 60, @@ -11513,8 +11513,8 @@ "binop": null, "updateContext": null }, - "start": 1751, - "end": 1752, + "start": 1811, + "end": 1812, "loc": { "start": { "line": 61, @@ -11539,8 +11539,8 @@ "binop": null }, "value": "messageObjectFactory", - "start": 1753, - "end": 1773, + "start": 1813, + "end": 1833, "loc": { "start": { "line": 61, @@ -11564,8 +11564,8 @@ "postfix": false, "binop": null }, - "start": 1773, - "end": 1774, + "start": 1833, + "end": 1834, "loc": { "start": { "line": 61, @@ -11589,8 +11589,8 @@ "postfix": false, "binop": null }, - "start": 1774, - "end": 1775, + "start": 1834, + "end": 1835, "loc": { "start": { "line": 61, @@ -11615,8 +11615,8 @@ "binop": null }, "value": "message", - "start": 1775, - "end": 1782, + "start": 1835, + "end": 1842, "loc": { "start": { "line": 61, @@ -11641,8 +11641,8 @@ "binop": null, "updateContext": null }, - "start": 1782, - "end": 1783, + "start": 1842, + "end": 1843, "loc": { "start": { "line": 61, @@ -11669,8 +11669,8 @@ "updateContext": null }, "value": "null", - "start": 1783, - "end": 1787, + "start": 1843, + "end": 1847, "loc": { "start": { "line": 61, @@ -11695,8 +11695,8 @@ "binop": null, "updateContext": null }, - "start": 1787, - "end": 1788, + "start": 1847, + "end": 1848, "loc": { "start": { "line": 61, @@ -11721,8 +11721,8 @@ "binop": null }, "value": "error", - "start": 1789, - "end": 1794, + "start": 1849, + "end": 1854, "loc": { "start": { "line": 61, @@ -11747,8 +11747,8 @@ "binop": null, "updateContext": null }, - "start": 1794, - "end": 1795, + "start": 1854, + "end": 1855, "loc": { "start": { "line": 61, @@ -11775,8 +11775,8 @@ "updateContext": null }, "value": "false", - "start": 1796, - "end": 1801, + "start": 1856, + "end": 1861, "loc": { "start": { "line": 61, @@ -11800,8 +11800,8 @@ "postfix": false, "binop": null }, - "start": 1802, - "end": 1803, + "start": 1862, + "end": 1863, "loc": { "start": { "line": 61, @@ -11825,8 +11825,8 @@ "postfix": false, "binop": null }, - "start": 1803, - "end": 1804, + "start": 1863, + "end": 1864, "loc": { "start": { "line": 61, @@ -11851,8 +11851,8 @@ "binop": null, "updateContext": null }, - "start": 1804, - "end": 1805, + "start": 1864, + "end": 1865, "loc": { "start": { "line": 61, @@ -11877,8 +11877,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1808, - "end": 1817, + "start": 1870, + "end": 1879, "loc": { "start": { "line": 63, @@ -11903,8 +11903,8 @@ "binop": null, "updateContext": null }, - "start": 1817, - "end": 1818, + "start": 1879, + "end": 1880, "loc": { "start": { "line": 63, @@ -11929,8 +11929,8 @@ "binop": null }, "value": "validators", - "start": 1818, - "end": 1828, + "start": 1880, + "end": 1890, "loc": { "start": { "line": 63, @@ -11956,8 +11956,8 @@ "updateContext": null }, "value": "=", - "start": 1829, - "end": 1830, + "start": 1891, + "end": 1892, "loc": { "start": { "line": 63, @@ -11982,8 +11982,8 @@ "binop": null }, "value": "validators", - "start": 1831, - "end": 1841, + "start": 1893, + "end": 1903, "loc": { "start": { "line": 63, @@ -12008,8 +12008,8 @@ "binop": null, "updateContext": null }, - "start": 1841, - "end": 1842, + "start": 1903, + "end": 1904, "loc": { "start": { "line": 63, @@ -12036,8 +12036,8 @@ "updateContext": null }, "value": "return", - "start": 1844, - "end": 1850, + "start": 1907, + "end": 1913, "loc": { "start": { "line": 64, @@ -12062,8 +12062,8 @@ "binop": null }, "value": "fieldArgs", - "start": 1851, - "end": 1860, + "start": 1914, + "end": 1923, "loc": { "start": { "line": 64, @@ -12088,8 +12088,8 @@ "binop": null, "updateContext": null }, - "start": 1860, - "end": 1861, + "start": 1923, + "end": 1924, "loc": { "start": { "line": 64, @@ -12113,8 +12113,8 @@ "postfix": false, "binop": null }, - "start": 1862, - "end": 1863, + "start": 1926, + "end": 1927, "loc": { "start": { "line": 65, @@ -12139,8 +12139,8 @@ "binop": null, "updateContext": null }, - "start": 1863, - "end": 1864, + "start": 1927, + "end": 1928, "loc": { "start": { "line": 65, @@ -12165,8 +12165,8 @@ "binop": null, "updateContext": null }, - "start": 1864, - "end": 1864, + "start": 1928, + "end": 1928, "loc": { "start": { "line": 65, diff --git a/docs/ast/source/components/fields/field-group-change-handlers/fieldsetCheckboxHandler.js.json b/docs/ast/source/components/fields/field-group-change-handlers/fieldsetCheckboxHandler.js.json index 89cb304..ce079f2 100644 --- a/docs/ast/source/components/fields/field-group-change-handlers/fieldsetCheckboxHandler.js.json +++ b/docs/ast/source/components/fields/field-group-change-handlers/fieldsetCheckboxHandler.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 652, + "end": 671, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 652, + "end": 671, "loc": { "start": { "line": 1, @@ -116,9 +116,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Change handler for a checkbox that is a part of a group\n * @param {Object} option Option that is being changed. Shape: `{value:String|number,label:String}`,\n * @param {Array|string|number} values Current values\n * @param {Function} onValueChange Function to call with updated value\n ", - "start": 47, - "end": 339, + "value": "*\r\n * Change handler for a checkbox that is a part of a group\r\n * @param {Object} option Option that is being changed. Shape: `{value:String|number,label:String}`,\r\n * @param {Array|string|number} values Current values\r\n * @param {Function} onValueChange Function to call with updated value\r\n ", + "start": 49, + "end": 346, "loc": { "start": { "line": 3, @@ -134,8 +134,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 340, - "end": 652, + "start": 348, + "end": 671, "loc": { "start": { "line": 9, @@ -150,8 +150,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 347, - "end": 652, + "start": 355, + "end": 671, "loc": { "start": { "line": 9, @@ -165,8 +165,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 353, - "end": 651, + "start": 361, + "end": 670, "loc": { "start": { "line": 9, @@ -179,8 +179,8 @@ }, "id": { "type": "Identifier", - "start": 353, - "end": 376, + "start": 361, + "end": 384, "loc": { "start": { "line": 9, @@ -197,8 +197,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 379, - "end": 651, + "start": 387, + "end": 670, "loc": { "start": { "line": 9, @@ -211,8 +211,8 @@ }, "id": { "type": "Identifier", - "start": 353, - "end": 376, + "start": 361, + "end": 384, "loc": { "start": { "line": 9, @@ -233,8 +233,8 @@ "params": [ { "type": "Identifier", - "start": 380, - "end": 386, + "start": 388, + "end": 394, "loc": { "start": { "line": 9, @@ -250,8 +250,8 @@ }, { "type": "Identifier", - "start": 388, - "end": 394, + "start": 396, + "end": 402, "loc": { "start": { "line": 9, @@ -267,8 +267,8 @@ }, { "type": "Identifier", - "start": 396, - "end": 409, + "start": 404, + "end": 417, "loc": { "start": { "line": 9, @@ -285,8 +285,8 @@ ], "body": { "type": "BlockStatement", - "start": 415, - "end": 651, + "start": 423, + "end": 670, "loc": { "start": { "line": 9, @@ -300,8 +300,8 @@ "body": [ { "type": "IfStatement", - "start": 418, - "end": 571, + "start": 427, + "end": 587, "loc": { "start": { "line": 10, @@ -314,8 +314,8 @@ }, "test": { "type": "UnaryExpression", - "start": 422, - "end": 444, + "start": 431, + "end": 453, "loc": { "start": { "line": 10, @@ -330,8 +330,8 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 423, - "end": 444, + "start": 432, + "end": 453, "loc": { "start": { "line": 10, @@ -344,8 +344,8 @@ }, "callee": { "type": "MemberExpression", - "start": 423, - "end": 436, + "start": 432, + "end": 445, "loc": { "start": { "line": 10, @@ -358,8 +358,8 @@ }, "object": { "type": "Identifier", - "start": 423, - "end": 428, + "start": 432, + "end": 437, "loc": { "start": { "line": 10, @@ -375,8 +375,8 @@ }, "property": { "type": "Identifier", - "start": 429, - "end": 436, + "start": 438, + "end": 445, "loc": { "start": { "line": 10, @@ -395,8 +395,8 @@ "arguments": [ { "type": "Identifier", - "start": 437, - "end": 443, + "start": 446, + "end": 452, "loc": { "start": { "line": 10, @@ -418,8 +418,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 446, - "end": 571, + "start": 455, + "end": 587, "loc": { "start": { "line": 10, @@ -433,8 +433,8 @@ "body": [ { "type": "IfStatement", - "start": 450, - "end": 568, + "start": 460, + "end": 583, "loc": { "start": { "line": 11, @@ -447,8 +447,8 @@ }, "test": { "type": "LogicalExpression", - "start": 454, - "end": 511, + "start": 464, + "end": 521, "loc": { "start": { "line": 11, @@ -461,8 +461,8 @@ }, "left": { "type": "BinaryExpression", - "start": 454, - "end": 480, + "start": 464, + "end": 490, "loc": { "start": { "line": 11, @@ -475,8 +475,8 @@ }, "left": { "type": "StringLiteral", - "start": 454, - "end": 462, + "start": 464, + "end": 472, "loc": { "start": { "line": 11, @@ -496,8 +496,8 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 467, - "end": 480, + "start": 477, + "end": 490, "loc": { "start": { "line": 11, @@ -512,8 +512,8 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 474, - "end": 480, + "start": 484, + "end": 490, "loc": { "start": { "line": 11, @@ -535,8 +535,8 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 484, - "end": 511, + "start": 494, + "end": 521, "loc": { "start": { "line": 11, @@ -549,8 +549,8 @@ }, "left": { "type": "StringLiteral", - "start": 484, - "end": 492, + "start": 494, + "end": 502, "loc": { "start": { "line": 11, @@ -570,8 +570,8 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 497, - "end": 511, + "start": 507, + "end": 521, "loc": { "start": { "line": 11, @@ -586,8 +586,8 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 505, - "end": 511, + "start": 515, + "end": 521, "loc": { "start": { "line": 11, @@ -609,8 +609,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 513, - "end": 540, + "start": 523, + "end": 552, "loc": { "start": { "line": 11, @@ -624,8 +624,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 518, - "end": 536, + "start": 529, + "end": 547, "loc": { "start": { "line": 12, @@ -638,8 +638,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 518, - "end": 535, + "start": 529, + "end": 546, "loc": { "start": { "line": 12, @@ -653,8 +653,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 518, - "end": 524, + "start": 529, + "end": 535, "loc": { "start": { "line": 12, @@ -670,8 +670,8 @@ }, "right": { "type": "ArrayExpression", - "start": 527, - "end": 535, + "start": 538, + "end": 546, "loc": { "start": { "line": 12, @@ -685,8 +685,8 @@ "elements": [ { "type": "Identifier", - "start": 528, - "end": 534, + "start": 539, + "end": 545, "loc": { "start": { "line": 12, @@ -709,8 +709,8 @@ }, "alternate": { "type": "BlockStatement", - "start": 546, - "end": 568, + "start": 558, + "end": 583, "loc": { "start": { "line": 13, @@ -724,8 +724,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 551, - "end": 563, + "start": 564, + "end": 576, "loc": { "start": { "line": 14, @@ -738,8 +738,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 551, - "end": 562, + "start": 564, + "end": 575, "loc": { "start": { "line": 14, @@ -753,8 +753,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 551, - "end": 557, + "start": 564, + "end": 570, "loc": { "start": { "line": 14, @@ -770,8 +770,8 @@ }, "right": { "type": "ArrayExpression", - "start": 560, - "end": 562, + "start": 573, + "end": 575, "loc": { "start": { "line": 14, @@ -797,8 +797,8 @@ }, { "type": "ExpressionStatement", - "start": 573, - "end": 625, + "start": 590, + "end": 642, "loc": { "start": { "line": 18, @@ -811,8 +811,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 573, - "end": 624, + "start": 590, + "end": 641, "loc": { "start": { "line": 18, @@ -826,8 +826,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 573, - "end": 579, + "start": 590, + "end": 596, "loc": { "start": { "line": 18, @@ -843,8 +843,8 @@ }, "right": { "type": "CallExpression", - "start": 582, - "end": 624, + "start": 599, + "end": 641, "loc": { "start": { "line": 18, @@ -857,8 +857,8 @@ }, "callee": { "type": "Identifier", - "start": 582, - "end": 602, + "start": 599, + "end": 619, "loc": { "start": { "line": 18, @@ -875,8 +875,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 603, - "end": 615, + "start": 620, + "end": 632, "loc": { "start": { "line": 18, @@ -889,8 +889,8 @@ }, "object": { "type": "Identifier", - "start": 603, - "end": 609, + "start": 620, + "end": 626, "loc": { "start": { "line": 18, @@ -906,8 +906,8 @@ }, "property": { "type": "Identifier", - "start": 610, - "end": 615, + "start": 627, + "end": 632, "loc": { "start": { "line": 18, @@ -925,8 +925,8 @@ }, { "type": "Identifier", - "start": 617, - "end": 623, + "start": 634, + "end": 640, "loc": { "start": { "line": 18, @@ -946,8 +946,8 @@ }, { "type": "ExpressionStatement", - "start": 627, - "end": 649, + "start": 645, + "end": 667, "loc": { "start": { "line": 19, @@ -960,8 +960,8 @@ }, "expression": { "type": "CallExpression", - "start": 627, - "end": 648, + "start": 645, + "end": 666, "loc": { "start": { "line": 19, @@ -974,8 +974,8 @@ }, "callee": { "type": "Identifier", - "start": 627, - "end": 640, + "start": 645, + "end": 658, "loc": { "start": { "line": 19, @@ -992,8 +992,8 @@ "arguments": [ { "type": "Identifier", - "start": 641, - "end": 647, + "start": 659, + "end": 665, "loc": { "start": { "line": 19, @@ -1021,9 +1021,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Change handler for a checkbox that is a part of a group\n * @param {Object} option Option that is being changed. Shape: `{value:String|number,label:String}`,\n * @param {Array|string|number} values Current values\n * @param {Function} onValueChange Function to call with updated value\n ", - "start": 47, - "end": 339, + "value": "*\r\n * Change handler for a checkbox that is a part of a group\r\n * @param {Object} option Option that is being changed. Shape: `{value:String|number,label:String}`,\r\n * @param {Array|string|number} values Current values\r\n * @param {Function} onValueChange Function to call with updated value\r\n ", + "start": 49, + "end": 346, "loc": { "start": { "line": 3, @@ -1041,9 +1041,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Change handler for a checkbox that is a part of a group\n * @param {Object} option Option that is being changed. Shape: `{value:String|number,label:String}`,\n * @param {Array|string|number} values Current values\n * @param {Function} onValueChange Function to call with updated value\n ", - "start": 47, - "end": 339, + "value": "*\r\n * Change handler for a checkbox that is a part of a group\r\n * @param {Object} option Option that is being changed. Shape: `{value:String|number,label:String}`,\r\n * @param {Array|string|number} values Current values\r\n * @param {Function} onValueChange Function to call with updated value\r\n ", + "start": 49, + "end": 346, "loc": { "start": { "line": 3, @@ -1063,9 +1063,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Change handler for a checkbox that is a part of a group\n * @param {Object} option Option that is being changed. Shape: `{value:String|number,label:String}`,\n * @param {Array|string|number} values Current values\n * @param {Function} onValueChange Function to call with updated value\n ", - "start": 47, - "end": 339, + "value": "*\r\n * Change handler for a checkbox that is a part of a group\r\n * @param {Object} option Option that is being changed. Shape: `{value:String|number,label:String}`,\r\n * @param {Array|string|number} values Current values\r\n * @param {Function} onValueChange Function to call with updated value\r\n ", + "start": 49, + "end": 346, "loc": { "start": { "line": 3, @@ -1264,9 +1264,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Change handler for a checkbox that is a part of a group\n * @param {Object} option Option that is being changed. Shape: `{value:String|number,label:String}`,\n * @param {Array|string|number} values Current values\n * @param {Function} onValueChange Function to call with updated value\n ", - "start": 47, - "end": 339, + "value": "*\r\n * Change handler for a checkbox that is a part of a group\r\n * @param {Object} option Option that is being changed. Shape: `{value:String|number,label:String}`,\r\n * @param {Array|string|number} values Current values\r\n * @param {Function} onValueChange Function to call with updated value\r\n ", + "start": 49, + "end": 346, "loc": { "start": { "line": 3, @@ -1293,8 +1293,8 @@ "updateContext": null }, "value": "export", - "start": 340, - "end": 346, + "start": 348, + "end": 354, "loc": { "start": { "line": 9, @@ -1321,8 +1321,8 @@ "updateContext": null }, "value": "const", - "start": 347, - "end": 352, + "start": 355, + "end": 360, "loc": { "start": { "line": 9, @@ -1347,8 +1347,8 @@ "binop": null }, "value": "fieldsetCheckboxHandler", - "start": 353, - "end": 376, + "start": 361, + "end": 384, "loc": { "start": { "line": 9, @@ -1374,8 +1374,8 @@ "updateContext": null }, "value": "=", - "start": 377, - "end": 378, + "start": 385, + "end": 386, "loc": { "start": { "line": 9, @@ -1399,8 +1399,8 @@ "postfix": false, "binop": null }, - "start": 379, - "end": 380, + "start": 387, + "end": 388, "loc": { "start": { "line": 9, @@ -1425,8 +1425,8 @@ "binop": null }, "value": "option", - "start": 380, - "end": 386, + "start": 388, + "end": 394, "loc": { "start": { "line": 9, @@ -1451,8 +1451,8 @@ "binop": null, "updateContext": null }, - "start": 386, - "end": 387, + "start": 394, + "end": 395, "loc": { "start": { "line": 9, @@ -1477,8 +1477,8 @@ "binop": null }, "value": "values", - "start": 388, - "end": 394, + "start": 396, + "end": 402, "loc": { "start": { "line": 9, @@ -1503,8 +1503,8 @@ "binop": null, "updateContext": null }, - "start": 394, - "end": 395, + "start": 402, + "end": 403, "loc": { "start": { "line": 9, @@ -1529,8 +1529,8 @@ "binop": null }, "value": "onValueChange", - "start": 396, - "end": 409, + "start": 404, + "end": 417, "loc": { "start": { "line": 9, @@ -1554,8 +1554,8 @@ "postfix": false, "binop": null }, - "start": 409, - "end": 410, + "start": 417, + "end": 418, "loc": { "start": { "line": 9, @@ -1580,8 +1580,8 @@ "binop": null, "updateContext": null }, - "start": 412, - "end": 414, + "start": 420, + "end": 422, "loc": { "start": { "line": 9, @@ -1605,8 +1605,8 @@ "postfix": false, "binop": null }, - "start": 415, - "end": 416, + "start": 423, + "end": 424, "loc": { "start": { "line": 9, @@ -1633,8 +1633,8 @@ "updateContext": null }, "value": "if", - "start": 418, - "end": 420, + "start": 427, + "end": 429, "loc": { "start": { "line": 10, @@ -1658,8 +1658,8 @@ "postfix": false, "binop": null }, - "start": 421, - "end": 422, + "start": 430, + "end": 431, "loc": { "start": { "line": 10, @@ -1685,8 +1685,8 @@ "updateContext": null }, "value": "!", - "start": 422, - "end": 423, + "start": 431, + "end": 432, "loc": { "start": { "line": 10, @@ -1711,8 +1711,8 @@ "binop": null }, "value": "Array", - "start": 423, - "end": 428, + "start": 432, + "end": 437, "loc": { "start": { "line": 10, @@ -1737,8 +1737,8 @@ "binop": null, "updateContext": null }, - "start": 428, - "end": 429, + "start": 437, + "end": 438, "loc": { "start": { "line": 10, @@ -1763,8 +1763,8 @@ "binop": null }, "value": "isArray", - "start": 429, - "end": 436, + "start": 438, + "end": 445, "loc": { "start": { "line": 10, @@ -1788,8 +1788,8 @@ "postfix": false, "binop": null }, - "start": 436, - "end": 437, + "start": 445, + "end": 446, "loc": { "start": { "line": 10, @@ -1814,8 +1814,8 @@ "binop": null }, "value": "values", - "start": 437, - "end": 443, + "start": 446, + "end": 452, "loc": { "start": { "line": 10, @@ -1839,8 +1839,8 @@ "postfix": false, "binop": null }, - "start": 443, - "end": 444, + "start": 452, + "end": 453, "loc": { "start": { "line": 10, @@ -1864,8 +1864,8 @@ "postfix": false, "binop": null }, - "start": 444, - "end": 445, + "start": 453, + "end": 454, "loc": { "start": { "line": 10, @@ -1889,8 +1889,8 @@ "postfix": false, "binop": null }, - "start": 446, - "end": 447, + "start": 455, + "end": 456, "loc": { "start": { "line": 10, @@ -1917,8 +1917,8 @@ "updateContext": null }, "value": "if", - "start": 450, - "end": 452, + "start": 460, + "end": 462, "loc": { "start": { "line": 11, @@ -1942,8 +1942,8 @@ "postfix": false, "binop": null }, - "start": 453, - "end": 454, + "start": 463, + "end": 464, "loc": { "start": { "line": 11, @@ -1969,8 +1969,8 @@ "updateContext": null }, "value": "string", - "start": 454, - "end": 462, + "start": 464, + "end": 472, "loc": { "start": { "line": 11, @@ -1996,8 +1996,8 @@ "updateContext": null }, "value": "===", - "start": 463, - "end": 466, + "start": 473, + "end": 476, "loc": { "start": { "line": 11, @@ -2024,8 +2024,8 @@ "updateContext": null }, "value": "typeof", - "start": 467, - "end": 473, + "start": 477, + "end": 483, "loc": { "start": { "line": 11, @@ -2050,8 +2050,8 @@ "binop": null }, "value": "values", - "start": 474, - "end": 480, + "start": 484, + "end": 490, "loc": { "start": { "line": 11, @@ -2077,8 +2077,8 @@ "updateContext": null }, "value": "||", - "start": 481, - "end": 483, + "start": 491, + "end": 493, "loc": { "start": { "line": 11, @@ -2104,8 +2104,8 @@ "updateContext": null }, "value": "number", - "start": 484, - "end": 492, + "start": 494, + "end": 502, "loc": { "start": { "line": 11, @@ -2131,8 +2131,8 @@ "updateContext": null }, "value": "===", - "start": 493, - "end": 496, + "start": 503, + "end": 506, "loc": { "start": { "line": 11, @@ -2159,8 +2159,8 @@ "updateContext": null }, "value": "typeof", - "start": 497, - "end": 503, + "start": 507, + "end": 513, "loc": { "start": { "line": 11, @@ -2185,8 +2185,8 @@ "binop": null }, "value": "values", - "start": 505, - "end": 511, + "start": 515, + "end": 521, "loc": { "start": { "line": 11, @@ -2210,8 +2210,8 @@ "postfix": false, "binop": null }, - "start": 511, - "end": 512, + "start": 521, + "end": 522, "loc": { "start": { "line": 11, @@ -2235,8 +2235,8 @@ "postfix": false, "binop": null }, - "start": 513, - "end": 514, + "start": 523, + "end": 524, "loc": { "start": { "line": 11, @@ -2261,8 +2261,8 @@ "binop": null }, "value": "values", - "start": 518, - "end": 524, + "start": 529, + "end": 535, "loc": { "start": { "line": 12, @@ -2288,8 +2288,8 @@ "updateContext": null }, "value": "=", - "start": 525, - "end": 526, + "start": 536, + "end": 537, "loc": { "start": { "line": 12, @@ -2314,8 +2314,8 @@ "binop": null, "updateContext": null }, - "start": 527, - "end": 528, + "start": 538, + "end": 539, "loc": { "start": { "line": 12, @@ -2340,8 +2340,8 @@ "binop": null }, "value": "values", - "start": 528, - "end": 534, + "start": 539, + "end": 545, "loc": { "start": { "line": 12, @@ -2366,8 +2366,8 @@ "binop": null, "updateContext": null }, - "start": 534, - "end": 535, + "start": 545, + "end": 546, "loc": { "start": { "line": 12, @@ -2392,8 +2392,8 @@ "binop": null, "updateContext": null }, - "start": 535, - "end": 536, + "start": 546, + "end": 547, "loc": { "start": { "line": 12, @@ -2417,8 +2417,8 @@ "postfix": false, "binop": null }, - "start": 539, - "end": 540, + "start": 551, + "end": 552, "loc": { "start": { "line": 13, @@ -2445,8 +2445,8 @@ "updateContext": null }, "value": "else", - "start": 541, - "end": 545, + "start": 553, + "end": 557, "loc": { "start": { "line": 13, @@ -2470,8 +2470,8 @@ "postfix": false, "binop": null }, - "start": 546, - "end": 547, + "start": 558, + "end": 559, "loc": { "start": { "line": 13, @@ -2496,8 +2496,8 @@ "binop": null }, "value": "values", - "start": 551, - "end": 557, + "start": 564, + "end": 570, "loc": { "start": { "line": 14, @@ -2523,8 +2523,8 @@ "updateContext": null }, "value": "=", - "start": 558, - "end": 559, + "start": 571, + "end": 572, "loc": { "start": { "line": 14, @@ -2549,8 +2549,8 @@ "binop": null, "updateContext": null }, - "start": 560, - "end": 561, + "start": 573, + "end": 574, "loc": { "start": { "line": 14, @@ -2575,8 +2575,8 @@ "binop": null, "updateContext": null }, - "start": 561, - "end": 562, + "start": 574, + "end": 575, "loc": { "start": { "line": 14, @@ -2601,8 +2601,8 @@ "binop": null, "updateContext": null }, - "start": 562, - "end": 563, + "start": 575, + "end": 576, "loc": { "start": { "line": 14, @@ -2626,8 +2626,8 @@ "postfix": false, "binop": null }, - "start": 567, - "end": 568, + "start": 582, + "end": 583, "loc": { "start": { "line": 16, @@ -2651,8 +2651,8 @@ "postfix": false, "binop": null }, - "start": 570, - "end": 571, + "start": 586, + "end": 587, "loc": { "start": { "line": 17, @@ -2677,8 +2677,8 @@ "binop": null }, "value": "values", - "start": 573, - "end": 579, + "start": 590, + "end": 596, "loc": { "start": { "line": 18, @@ -2704,8 +2704,8 @@ "updateContext": null }, "value": "=", - "start": 580, - "end": 581, + "start": 597, + "end": 598, "loc": { "start": { "line": 18, @@ -2730,8 +2730,8 @@ "binop": null }, "value": "addOrRemoveFromArray", - "start": 582, - "end": 602, + "start": 599, + "end": 619, "loc": { "start": { "line": 18, @@ -2755,8 +2755,8 @@ "postfix": false, "binop": null }, - "start": 602, - "end": 603, + "start": 619, + "end": 620, "loc": { "start": { "line": 18, @@ -2781,8 +2781,8 @@ "binop": null }, "value": "option", - "start": 603, - "end": 609, + "start": 620, + "end": 626, "loc": { "start": { "line": 18, @@ -2807,8 +2807,8 @@ "binop": null, "updateContext": null }, - "start": 609, - "end": 610, + "start": 626, + "end": 627, "loc": { "start": { "line": 18, @@ -2833,8 +2833,8 @@ "binop": null }, "value": "value", - "start": 610, - "end": 615, + "start": 627, + "end": 632, "loc": { "start": { "line": 18, @@ -2859,8 +2859,8 @@ "binop": null, "updateContext": null }, - "start": 615, - "end": 616, + "start": 632, + "end": 633, "loc": { "start": { "line": 18, @@ -2885,8 +2885,8 @@ "binop": null }, "value": "values", - "start": 617, - "end": 623, + "start": 634, + "end": 640, "loc": { "start": { "line": 18, @@ -2910,8 +2910,8 @@ "postfix": false, "binop": null }, - "start": 623, - "end": 624, + "start": 640, + "end": 641, "loc": { "start": { "line": 18, @@ -2936,8 +2936,8 @@ "binop": null, "updateContext": null }, - "start": 624, - "end": 625, + "start": 641, + "end": 642, "loc": { "start": { "line": 18, @@ -2962,8 +2962,8 @@ "binop": null }, "value": "onValueChange", - "start": 627, - "end": 640, + "start": 645, + "end": 658, "loc": { "start": { "line": 19, @@ -2987,8 +2987,8 @@ "postfix": false, "binop": null }, - "start": 640, - "end": 641, + "start": 658, + "end": 659, "loc": { "start": { "line": 19, @@ -3013,8 +3013,8 @@ "binop": null }, "value": "values", - "start": 641, - "end": 647, + "start": 659, + "end": 665, "loc": { "start": { "line": 19, @@ -3038,8 +3038,8 @@ "postfix": false, "binop": null }, - "start": 647, - "end": 648, + "start": 665, + "end": 666, "loc": { "start": { "line": 19, @@ -3064,8 +3064,8 @@ "binop": null, "updateContext": null }, - "start": 648, - "end": 649, + "start": 666, + "end": 667, "loc": { "start": { "line": 19, @@ -3089,8 +3089,8 @@ "postfix": false, "binop": null }, - "start": 650, - "end": 651, + "start": 669, + "end": 670, "loc": { "start": { "line": 20, @@ -3115,8 +3115,8 @@ "binop": null, "updateContext": null }, - "start": 651, - "end": 652, + "start": 670, + "end": 671, "loc": { "start": { "line": 20, @@ -3141,8 +3141,8 @@ "binop": null, "updateContext": null }, - "start": 652, - "end": 652, + "start": 671, + "end": 671, "loc": { "start": { "line": 20, diff --git a/docs/ast/source/components/fields/index.js.json b/docs/ast/source/components/fields/index.js.json index 0e27457..8618c67 100644 --- a/docs/ast/source/components/fields/index.js.json +++ b/docs/ast/source/components/fields/index.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 370, + "end": 384, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 370, + "end": 384, "loc": { "start": { "line": 1, @@ -30,8 +30,8 @@ "body": [ { "type": "ImportDeclaration", - "start": 49, - "end": 89, + "start": 51, + "end": 91, "loc": { "start": { "line": 3, @@ -45,8 +45,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 57, - "end": 67, + "start": 59, + "end": 69, "loc": { "start": { "line": 3, @@ -59,8 +59,8 @@ }, "imported": { "type": "Identifier", - "start": 57, - "end": 67, + "start": 59, + "end": 69, "loc": { "start": { "line": 3, @@ -77,8 +77,8 @@ }, "local": { "type": "Identifier", - "start": 57, - "end": 67, + "start": 59, + "end": 69, "loc": { "start": { "line": 3, @@ -97,8 +97,8 @@ ], "source": { "type": "StringLiteral", - "start": 74, - "end": 88, + "start": 76, + "end": 90, "loc": { "start": { "line": 3, @@ -135,8 +135,8 @@ { "type": "CommentBlock", "value": "eslint-env node", - "start": 29, - "end": 48, + "start": 30, + "end": 49, "loc": { "start": { "line": 2, @@ -152,8 +152,8 @@ }, { "type": "ImportDeclaration", - "start": 90, - "end": 139, + "start": 93, + "end": 142, "loc": { "start": { "line": 4, @@ -167,8 +167,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 98, - "end": 109, + "start": 101, + "end": 112, "loc": { "start": { "line": 4, @@ -181,8 +181,8 @@ }, "imported": { "type": "Identifier", - "start": 98, - "end": 109, + "start": 101, + "end": 112, "loc": { "start": { "line": 4, @@ -198,8 +198,8 @@ }, "local": { "type": "Identifier", - "start": 98, - "end": 109, + "start": 101, + "end": 112, "loc": { "start": { "line": 4, @@ -217,8 +217,8 @@ ], "source": { "type": "StringLiteral", - "start": 116, - "end": 138, + "start": 119, + "end": 141, "loc": { "start": { "line": 4, @@ -238,8 +238,8 @@ }, { "type": "ImportDeclaration", - "start": 140, - "end": 176, + "start": 144, + "end": 180, "loc": { "start": { "line": 5, @@ -253,8 +253,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 148, - "end": 153, + "start": 152, + "end": 157, "loc": { "start": { "line": 5, @@ -267,8 +267,8 @@ }, "imported": { "type": "Identifier", - "start": 148, - "end": 153, + "start": 152, + "end": 157, "loc": { "start": { "line": 5, @@ -284,8 +284,8 @@ }, "local": { "type": "Identifier", - "start": 148, - "end": 153, + "start": 152, + "end": 157, "loc": { "start": { "line": 5, @@ -303,8 +303,8 @@ ], "source": { "type": "StringLiteral", - "start": 160, - "end": 175, + "start": 164, + "end": 179, "loc": { "start": { "line": 5, @@ -324,8 +324,8 @@ }, { "type": "ImportDeclaration", - "start": 177, - "end": 220, + "start": 182, + "end": 225, "loc": { "start": { "line": 6, @@ -339,8 +339,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 185, - "end": 192, + "start": 190, + "end": 197, "loc": { "start": { "line": 6, @@ -353,8 +353,8 @@ }, "imported": { "type": "Identifier", - "start": 185, - "end": 192, + "start": 190, + "end": 197, "loc": { "start": { "line": 6, @@ -370,8 +370,8 @@ }, "local": { "type": "Identifier", - "start": 185, - "end": 192, + "start": 190, + "end": 197, "loc": { "start": { "line": 6, @@ -389,8 +389,8 @@ ], "source": { "type": "StringLiteral", - "start": 199, - "end": 219, + "start": 204, + "end": 224, "loc": { "start": { "line": 6, @@ -410,8 +410,8 @@ }, { "type": "ImportDeclaration", - "start": 221, - "end": 276, + "start": 227, + "end": 282, "loc": { "start": { "line": 7, @@ -425,8 +425,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 229, - "end": 240, + "start": 235, + "end": 246, "loc": { "start": { "line": 7, @@ -439,8 +439,8 @@ }, "imported": { "type": "Identifier", - "start": 229, - "end": 240, + "start": 235, + "end": 246, "loc": { "start": { "line": 7, @@ -456,8 +456,8 @@ }, "local": { "type": "Identifier", - "start": 229, - "end": 240, + "start": 235, + "end": 246, "loc": { "start": { "line": 7, @@ -475,8 +475,8 @@ ], "source": { "type": "StringLiteral", - "start": 247, - "end": 275, + "start": 253, + "end": 281, "loc": { "start": { "line": 7, @@ -496,8 +496,8 @@ }, { "type": "ExpressionStatement", - "start": 278, - "end": 370, + "start": 286, + "end": 384, "loc": { "start": { "line": 9, @@ -510,8 +510,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 278, - "end": 369, + "start": 286, + "end": 383, "loc": { "start": { "line": 9, @@ -525,8 +525,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 278, - "end": 292, + "start": 286, + "end": 300, "loc": { "start": { "line": 9, @@ -539,8 +539,8 @@ }, "object": { "type": "Identifier", - "start": 278, - "end": 284, + "start": 286, + "end": 292, "loc": { "start": { "line": 9, @@ -556,8 +556,8 @@ }, "property": { "type": "Identifier", - "start": 285, - "end": 292, + "start": 293, + "end": 300, "loc": { "start": { "line": 9, @@ -575,8 +575,8 @@ }, "right": { "type": "ObjectExpression", - "start": 295, - "end": 369, + "start": 303, + "end": 383, "loc": { "start": { "line": 9, @@ -590,8 +590,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 298, - "end": 308, + "start": 307, + "end": 317, "loc": { "start": { "line": 10, @@ -607,8 +607,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 298, - "end": 308, + "start": 307, + "end": 317, "loc": { "start": { "line": 10, @@ -624,8 +624,8 @@ }, "value": { "type": "Identifier", - "start": 298, - "end": 308, + "start": 307, + "end": 317, "loc": { "start": { "line": 10, @@ -645,8 +645,8 @@ }, { "type": "ObjectProperty", - "start": 311, - "end": 335, + "start": 321, + "end": 345, "loc": { "start": { "line": 11, @@ -662,8 +662,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 311, - "end": 322, + "start": 321, + "end": 332, "loc": { "start": { "line": 11, @@ -679,8 +679,8 @@ }, "value": { "type": "Identifier", - "start": 324, - "end": 335, + "start": 334, + "end": 345, "loc": { "start": { "line": 11, @@ -697,8 +697,8 @@ }, { "type": "ObjectProperty", - "start": 338, - "end": 343, + "start": 349, + "end": 354, "loc": { "start": { "line": 12, @@ -714,8 +714,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 338, - "end": 343, + "start": 349, + "end": 354, "loc": { "start": { "line": 12, @@ -731,8 +731,8 @@ }, "value": { "type": "Identifier", - "start": 338, - "end": 343, + "start": 349, + "end": 354, "loc": { "start": { "line": 12, @@ -752,8 +752,8 @@ }, { "type": "ObjectProperty", - "start": 346, - "end": 353, + "start": 358, + "end": 365, "loc": { "start": { "line": 13, @@ -769,8 +769,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 346, - "end": 353, + "start": 358, + "end": 365, "loc": { "start": { "line": 13, @@ -786,8 +786,8 @@ }, "value": { "type": "Identifier", - "start": 346, - "end": 353, + "start": 358, + "end": 365, "loc": { "start": { "line": 13, @@ -807,8 +807,8 @@ }, { "type": "ObjectProperty", - "start": 356, - "end": 367, + "start": 369, + "end": 380, "loc": { "start": { "line": 14, @@ -824,8 +824,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 356, - "end": 367, + "start": 369, + "end": 380, "loc": { "start": { "line": 14, @@ -841,8 +841,8 @@ }, "value": { "type": "Identifier", - "start": 356, - "end": 367, + "start": 369, + "end": 380, "loc": { "start": { "line": 14, @@ -887,8 +887,8 @@ { "type": "CommentBlock", "value": "eslint-env node", - "start": 29, - "end": 48, + "start": 30, + "end": 49, "loc": { "start": { "line": 2, @@ -921,8 +921,8 @@ { "type": "CommentBlock", "value": "eslint-env node", - "start": 29, - "end": 48, + "start": 30, + "end": 49, "loc": { "start": { "line": 2, @@ -949,8 +949,8 @@ "updateContext": null }, "value": "import", - "start": 49, - "end": 55, + "start": 51, + "end": 57, "loc": { "start": { "line": 3, @@ -974,8 +974,8 @@ "postfix": false, "binop": null }, - "start": 56, - "end": 57, + "start": 58, + "end": 59, "loc": { "start": { "line": 3, @@ -1000,8 +1000,8 @@ "binop": null }, "value": "FieldGroup", - "start": 57, - "end": 67, + "start": 59, + "end": 69, "loc": { "start": { "line": 3, @@ -1025,8 +1025,8 @@ "postfix": false, "binop": null }, - "start": 67, - "end": 68, + "start": 69, + "end": 70, "loc": { "start": { "line": 3, @@ -1051,8 +1051,8 @@ "binop": null }, "value": "from", - "start": 69, - "end": 73, + "start": 71, + "end": 75, "loc": { "start": { "line": 3, @@ -1078,8 +1078,8 @@ "updateContext": null }, "value": "./FieldGroup", - "start": 74, - "end": 88, + "start": 76, + "end": 90, "loc": { "start": { "line": 3, @@ -1104,8 +1104,8 @@ "binop": null, "updateContext": null }, - "start": 88, - "end": 89, + "start": 90, + "end": 91, "loc": { "start": { "line": 3, @@ -1132,8 +1132,8 @@ "updateContext": null }, "value": "import", - "start": 90, - "end": 96, + "start": 93, + "end": 99, "loc": { "start": { "line": 4, @@ -1157,8 +1157,8 @@ "postfix": false, "binop": null }, - "start": 97, - "end": 98, + "start": 100, + "end": 101, "loc": { "start": { "line": 4, @@ -1183,8 +1183,8 @@ "binop": null }, "value": "SelectField", - "start": 98, - "end": 109, + "start": 101, + "end": 112, "loc": { "start": { "line": 4, @@ -1208,8 +1208,8 @@ "postfix": false, "binop": null }, - "start": 109, - "end": 110, + "start": 112, + "end": 113, "loc": { "start": { "line": 4, @@ -1234,8 +1234,8 @@ "binop": null }, "value": "from", - "start": 111, - "end": 115, + "start": 114, + "end": 118, "loc": { "start": { "line": 4, @@ -1261,8 +1261,8 @@ "updateContext": null }, "value": "./select/SelectField", - "start": 116, - "end": 138, + "start": 119, + "end": 141, "loc": { "start": { "line": 4, @@ -1287,8 +1287,8 @@ "binop": null, "updateContext": null }, - "start": 138, - "end": 139, + "start": 141, + "end": 142, "loc": { "start": { "line": 4, @@ -1315,8 +1315,8 @@ "updateContext": null }, "value": "import", - "start": 140, - "end": 146, + "start": 144, + "end": 150, "loc": { "start": { "line": 5, @@ -1340,8 +1340,8 @@ "postfix": false, "binop": null }, - "start": 147, - "end": 148, + "start": 151, + "end": 152, "loc": { "start": { "line": 5, @@ -1366,8 +1366,8 @@ "binop": null }, "value": "Input", - "start": 148, - "end": 153, + "start": 152, + "end": 157, "loc": { "start": { "line": 5, @@ -1391,8 +1391,8 @@ "postfix": false, "binop": null }, - "start": 153, - "end": 154, + "start": 157, + "end": 158, "loc": { "start": { "line": 5, @@ -1417,8 +1417,8 @@ "binop": null }, "value": "from", - "start": 155, - "end": 159, + "start": 159, + "end": 163, "loc": { "start": { "line": 5, @@ -1444,8 +1444,8 @@ "updateContext": null }, "value": "./input/Input", - "start": 160, - "end": 175, + "start": 164, + "end": 179, "loc": { "start": { "line": 5, @@ -1470,8 +1470,8 @@ "binop": null, "updateContext": null }, - "start": 175, - "end": 176, + "start": 179, + "end": 180, "loc": { "start": { "line": 5, @@ -1498,8 +1498,8 @@ "updateContext": null }, "value": "import", - "start": 177, - "end": 183, + "start": 182, + "end": 188, "loc": { "start": { "line": 6, @@ -1523,8 +1523,8 @@ "postfix": false, "binop": null }, - "start": 184, - "end": 185, + "start": 189, + "end": 190, "loc": { "start": { "line": 6, @@ -1549,8 +1549,8 @@ "binop": null }, "value": "Message", - "start": 185, - "end": 192, + "start": 190, + "end": 197, "loc": { "start": { "line": 6, @@ -1574,8 +1574,8 @@ "postfix": false, "binop": null }, - "start": 192, - "end": 193, + "start": 197, + "end": 198, "loc": { "start": { "line": 6, @@ -1600,8 +1600,8 @@ "binop": null }, "value": "from", - "start": 194, - "end": 198, + "start": 199, + "end": 203, "loc": { "start": { "line": 6, @@ -1627,8 +1627,8 @@ "updateContext": null }, "value": "./messages/Message", - "start": 199, - "end": 219, + "start": 204, + "end": 224, "loc": { "start": { "line": 6, @@ -1653,8 +1653,8 @@ "binop": null, "updateContext": null }, - "start": 219, - "end": 220, + "start": 224, + "end": 225, "loc": { "start": { "line": 6, @@ -1681,8 +1681,8 @@ "updateContext": null }, "value": "import", - "start": 221, - "end": 227, + "start": 227, + "end": 233, "loc": { "start": { "line": 7, @@ -1706,8 +1706,8 @@ "postfix": false, "binop": null }, - "start": 228, - "end": 229, + "start": 234, + "end": 235, "loc": { "start": { "line": 7, @@ -1732,8 +1732,8 @@ "binop": null }, "value": "ButtonGroup", - "start": 229, - "end": 240, + "start": 235, + "end": 246, "loc": { "start": { "line": 7, @@ -1757,8 +1757,8 @@ "postfix": false, "binop": null }, - "start": 240, - "end": 241, + "start": 246, + "end": 247, "loc": { "start": { "line": 7, @@ -1783,8 +1783,8 @@ "binop": null }, "value": "from", - "start": 242, - "end": 246, + "start": 248, + "end": 252, "loc": { "start": { "line": 7, @@ -1810,8 +1810,8 @@ "updateContext": null }, "value": "./button-group/ButtonGroup", - "start": 247, - "end": 275, + "start": 253, + "end": 281, "loc": { "start": { "line": 7, @@ -1836,8 +1836,8 @@ "binop": null, "updateContext": null }, - "start": 275, - "end": 276, + "start": 281, + "end": 282, "loc": { "start": { "line": 7, @@ -1862,8 +1862,8 @@ "binop": null }, "value": "module", - "start": 278, - "end": 284, + "start": 286, + "end": 292, "loc": { "start": { "line": 9, @@ -1888,8 +1888,8 @@ "binop": null, "updateContext": null }, - "start": 284, - "end": 285, + "start": 292, + "end": 293, "loc": { "start": { "line": 9, @@ -1914,8 +1914,8 @@ "binop": null }, "value": "exports", - "start": 285, - "end": 292, + "start": 293, + "end": 300, "loc": { "start": { "line": 9, @@ -1941,8 +1941,8 @@ "updateContext": null }, "value": "=", - "start": 293, - "end": 294, + "start": 301, + "end": 302, "loc": { "start": { "line": 9, @@ -1966,8 +1966,8 @@ "postfix": false, "binop": null }, - "start": 295, - "end": 296, + "start": 303, + "end": 304, "loc": { "start": { "line": 9, @@ -1992,8 +1992,8 @@ "binop": null }, "value": "FieldGroup", - "start": 298, - "end": 308, + "start": 307, + "end": 317, "loc": { "start": { "line": 10, @@ -2018,8 +2018,8 @@ "binop": null, "updateContext": null }, - "start": 308, - "end": 309, + "start": 317, + "end": 318, "loc": { "start": { "line": 10, @@ -2044,8 +2044,8 @@ "binop": null }, "value": "SelectField", - "start": 311, - "end": 322, + "start": 321, + "end": 332, "loc": { "start": { "line": 11, @@ -2070,8 +2070,8 @@ "binop": null, "updateContext": null }, - "start": 322, - "end": 323, + "start": 332, + "end": 333, "loc": { "start": { "line": 11, @@ -2096,8 +2096,8 @@ "binop": null }, "value": "SelectField", - "start": 324, - "end": 335, + "start": 334, + "end": 345, "loc": { "start": { "line": 11, @@ -2122,8 +2122,8 @@ "binop": null, "updateContext": null }, - "start": 335, - "end": 336, + "start": 345, + "end": 346, "loc": { "start": { "line": 11, @@ -2148,8 +2148,8 @@ "binop": null }, "value": "Input", - "start": 338, - "end": 343, + "start": 349, + "end": 354, "loc": { "start": { "line": 12, @@ -2174,8 +2174,8 @@ "binop": null, "updateContext": null }, - "start": 343, - "end": 344, + "start": 354, + "end": 355, "loc": { "start": { "line": 12, @@ -2200,8 +2200,8 @@ "binop": null }, "value": "Message", - "start": 346, - "end": 353, + "start": 358, + "end": 365, "loc": { "start": { "line": 13, @@ -2226,8 +2226,8 @@ "binop": null, "updateContext": null }, - "start": 353, - "end": 354, + "start": 365, + "end": 366, "loc": { "start": { "line": 13, @@ -2252,8 +2252,8 @@ "binop": null }, "value": "ButtonGroup", - "start": 356, - "end": 367, + "start": 369, + "end": 380, "loc": { "start": { "line": 14, @@ -2277,8 +2277,8 @@ "postfix": false, "binop": null }, - "start": 368, - "end": 369, + "start": 382, + "end": 383, "loc": { "start": { "line": 15, @@ -2303,8 +2303,8 @@ "binop": null, "updateContext": null }, - "start": 369, - "end": 370, + "start": 383, + "end": 384, "loc": { "start": { "line": 15, @@ -2329,8 +2329,8 @@ "binop": null, "updateContext": null }, - "start": 370, - "end": 370, + "start": 384, + "end": 384, "loc": { "start": { "line": 15, diff --git a/docs/ast/source/components/fields/input/Input.js.json b/docs/ast/source/components/fields/input/Input.js.json index 8cde8e6..d7a51ac 100644 --- a/docs/ast/source/components/fields/input/Input.js.json +++ b/docs/ast/source/components/fields/input/Input.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 1829, + "end": 1919, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 1829, + "end": 1919, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 27, - "end": 71, + "start": 28, + "end": 72, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 35, - "end": 49, + "start": 36, + "end": 50, "loc": { "start": { "line": 2, @@ -128,8 +128,8 @@ }, "imported": { "type": "Identifier", - "start": 35, - "end": 49, + "start": 36, + "end": 50, "loc": { "start": { "line": 2, @@ -145,8 +145,8 @@ }, "local": { "type": "Identifier", - "start": 35, - "end": 49, + "start": 36, + "end": 50, "loc": { "start": { "line": 2, @@ -164,8 +164,8 @@ ], "source": { "type": "StringLiteral", - "start": 56, - "end": 70, + "start": 57, + "end": 71, "loc": { "start": { "line": 2, @@ -185,8 +185,8 @@ }, { "type": "ImportDeclaration", - "start": 72, - "end": 108, + "start": 74, + "end": 110, "loc": { "start": { "line": 3, @@ -200,8 +200,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 79, - "end": 89, + "start": 81, + "end": 91, "loc": { "start": { "line": 3, @@ -214,8 +214,8 @@ }, "local": { "type": "Identifier", - "start": 79, - "end": 89, + "start": 81, + "end": 91, "loc": { "start": { "line": 3, @@ -233,8 +233,8 @@ ], "source": { "type": "StringLiteral", - "start": 95, - "end": 107, + "start": 97, + "end": 109, "loc": { "start": { "line": 3, @@ -254,8 +254,8 @@ }, { "type": "ImportDeclaration", - "start": 109, - "end": 155, + "start": 112, + "end": 158, "loc": { "start": { "line": 4, @@ -269,8 +269,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 117, - "end": 128, + "start": 120, + "end": 131, "loc": { "start": { "line": 4, @@ -283,8 +283,8 @@ }, "imported": { "type": "Identifier", - "start": 117, - "end": 128, + "start": 120, + "end": 131, "loc": { "start": { "line": 4, @@ -300,8 +300,8 @@ }, "local": { "type": "Identifier", - "start": 117, - "end": 128, + "start": 120, + "end": 131, "loc": { "start": { "line": 4, @@ -319,8 +319,8 @@ ], "source": { "type": "StringLiteral", - "start": 135, - "end": 154, + "start": 138, + "end": 157, "loc": { "start": { "line": 4, @@ -340,9 +340,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Input component for any HTML5 input type\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 156, - "end": 267, + "value": "*\r\n * Input component for any HTML5 input type\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 160, + "end": 277, "loc": { "start": { "line": 5, @@ -358,8 +358,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 268, - "end": 1524, + "start": 279, + "end": 1598, "loc": { "start": { "line": 12, @@ -374,8 +374,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 275, - "end": 1524, + "start": 286, + "end": 1598, "loc": { "start": { "line": 12, @@ -389,8 +389,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 281, - "end": 1523, + "start": 292, + "end": 1597, "loc": { "start": { "line": 12, @@ -403,8 +403,8 @@ }, "id": { "type": "Identifier", - "start": 281, - "end": 286, + "start": 292, + "end": 297, "loc": { "start": { "line": 12, @@ -421,8 +421,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 289, - "end": 1523, + "start": 300, + "end": 1597, "loc": { "start": { "line": 12, @@ -435,8 +435,8 @@ }, "id": { "type": "Identifier", - "start": 281, - "end": 286, + "start": 292, + "end": 297, "loc": { "start": { "line": 12, @@ -457,8 +457,8 @@ "params": [ { "type": "Identifier", - "start": 290, - "end": 295, + "start": 301, + "end": 306, "loc": { "start": { "line": 12, @@ -475,8 +475,8 @@ ], "body": { "type": "BlockStatement", - "start": 300, - "end": 1523, + "start": 311, + "end": 1597, "loc": { "start": { "line": 12, @@ -490,8 +490,8 @@ "body": [ { "type": "FunctionDeclaration", - "start": 392, - "end": 475, + "start": 409, + "end": 494, "loc": { "start": { "line": 18, @@ -504,8 +504,8 @@ }, "id": { "type": "Identifier", - "start": 401, - "end": 414, + "start": 418, + "end": 431, "loc": { "start": { "line": 18, @@ -526,8 +526,8 @@ "params": [ { "type": "Identifier", - "start": 415, - "end": 420, + "start": 432, + "end": 437, "loc": { "start": { "line": 18, @@ -544,8 +544,8 @@ ], "body": { "type": "BlockStatement", - "start": 421, - "end": 475, + "start": 438, + "end": 494, "loc": { "start": { "line": 18, @@ -559,8 +559,8 @@ "body": [ { "type": "ReturnStatement", - "start": 425, - "end": 472, + "start": 443, + "end": 490, "loc": { "start": { "line": 19, @@ -573,8 +573,8 @@ }, "argument": { "type": "CallExpression", - "start": 432, - "end": 471, + "start": 450, + "end": 489, "loc": { "start": { "line": 19, @@ -587,8 +587,8 @@ }, "callee": { "type": "MemberExpression", - "start": 432, - "end": 451, + "start": 450, + "end": 469, "loc": { "start": { "line": 19, @@ -601,8 +601,8 @@ }, "object": { "type": "Identifier", - "start": 432, - "end": 437, + "start": 450, + "end": 455, "loc": { "start": { "line": 19, @@ -618,8 +618,8 @@ }, "property": { "type": "Identifier", - "start": 438, - "end": 451, + "start": 456, + "end": 469, "loc": { "start": { "line": 19, @@ -638,8 +638,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 452, - "end": 470, + "start": 470, + "end": 488, "loc": { "start": { "line": 19, @@ -652,8 +652,8 @@ }, "object": { "type": "MemberExpression", - "start": 452, - "end": 464, + "start": 470, + "end": 482, "loc": { "start": { "line": 19, @@ -666,8 +666,8 @@ }, "object": { "type": "Identifier", - "start": 452, - "end": 457, + "start": 470, + "end": 475, "loc": { "start": { "line": 19, @@ -683,8 +683,8 @@ }, "property": { "type": "Identifier", - "start": 458, - "end": 464, + "start": 476, + "end": 482, "loc": { "start": { "line": 19, @@ -702,8 +702,8 @@ }, "property": { "type": "Identifier", - "start": 465, - "end": 470, + "start": 483, + "end": 488, "loc": { "start": { "line": 19, @@ -729,9 +729,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Dispatches value of input when it changes\n\t * @param event\n\t * @return {*}\n\t ", - "start": 303, - "end": 390, + "value": "*\r\n\t * Dispatches value of input when it changes\r\n\t * @param event\r\n\t * @return {*}\r\n\t ", + "start": 315, + "end": 406, "loc": { "start": { "line": 13, @@ -747,9 +747,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Dispatches value when checkbox is checked\n\t * @return {*}\n\t ", - "start": 478, - "end": 548, + "value": "*\r\n\t * Dispatches value when checkbox is checked\r\n\t * @return {*}\r\n\t ", + "start": 499, + "end": 572, "loc": { "start": { "line": 22, @@ -765,8 +765,8 @@ }, { "type": "FunctionDeclaration", - "start": 550, - "end": 632, + "start": 575, + "end": 659, "loc": { "start": { "line": 26, @@ -779,8 +779,8 @@ }, "id": { "type": "Identifier", - "start": 559, - "end": 580, + "start": 584, + "end": 605, "loc": { "start": { "line": 26, @@ -801,8 +801,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 583, - "end": 632, + "start": 608, + "end": 659, "loc": { "start": { "line": 26, @@ -816,8 +816,8 @@ "body": [ { "type": "ReturnStatement", - "start": 587, - "end": 629, + "start": 613, + "end": 655, "loc": { "start": { "line": 27, @@ -830,8 +830,8 @@ }, "argument": { "type": "CallExpression", - "start": 594, - "end": 628, + "start": 620, + "end": 654, "loc": { "start": { "line": 27, @@ -844,8 +844,8 @@ }, "callee": { "type": "MemberExpression", - "start": 594, - "end": 613, + "start": 620, + "end": 639, "loc": { "start": { "line": 27, @@ -858,8 +858,8 @@ }, "object": { "type": "Identifier", - "start": 594, - "end": 599, + "start": 620, + "end": 625, "loc": { "start": { "line": 27, @@ -875,8 +875,8 @@ }, "property": { "type": "Identifier", - "start": 600, - "end": 613, + "start": 626, + "end": 639, "loc": { "start": { "line": 27, @@ -895,8 +895,8 @@ "arguments": [ { "type": "UnaryExpression", - "start": 614, - "end": 627, + "start": 640, + "end": 653, "loc": { "start": { "line": 27, @@ -911,8 +911,8 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 616, - "end": 627, + "start": 642, + "end": 653, "loc": { "start": { "line": 27, @@ -925,8 +925,8 @@ }, "object": { "type": "Identifier", - "start": 616, - "end": 621, + "start": 642, + "end": 647, "loc": { "start": { "line": 27, @@ -942,8 +942,8 @@ }, "property": { "type": "Identifier", - "start": 622, - "end": 627, + "start": 648, + "end": 653, "loc": { "start": { "line": 27, @@ -973,9 +973,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Dispatches value when checkbox is checked\n\t * @return {*}\n\t ", - "start": 478, - "end": 548, + "value": "*\r\n\t * Dispatches value when checkbox is checked\r\n\t * @return {*}\r\n\t ", + "start": 499, + "end": 572, "loc": { "start": { "line": 22, @@ -991,9 +991,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Get the className prop for inputs\n\t *\n\t * @return {String}\n\t ", - "start": 636, - "end": 707, + "value": "*\r\n\t * Get the className prop for inputs\r\n\t *\r\n\t * @return {String}\r\n\t ", + "start": 666, + "end": 741, "loc": { "start": { "line": 31, @@ -1009,8 +1009,8 @@ }, { "type": "FunctionDeclaration", - "start": 709, - "end": 822, + "start": 744, + "end": 862, "loc": { "start": { "line": 36, @@ -1023,8 +1023,8 @@ }, "id": { "type": "Identifier", - "start": 718, - "end": 732, + "start": 753, + "end": 767, "loc": { "start": { "line": 36, @@ -1045,8 +1045,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 735, - "end": 822, + "start": 770, + "end": 862, "loc": { "start": { "line": 36, @@ -1060,8 +1060,8 @@ "body": [ { "type": "ReturnStatement", - "start": 739, - "end": 819, + "start": 775, + "end": 858, "loc": { "start": { "line": 37, @@ -1074,8 +1074,8 @@ }, "argument": { "type": "CallExpression", - "start": 746, - "end": 818, + "start": 782, + "end": 857, "loc": { "start": { "line": 37, @@ -1088,8 +1088,8 @@ }, "callee": { "type": "Identifier", - "start": 746, - "end": 756, + "start": 782, + "end": 792, "loc": { "start": { "line": 37, @@ -1106,8 +1106,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 761, - "end": 781, + "start": 798, + "end": 818, "loc": { "start": { "line": 38, @@ -1120,8 +1120,8 @@ }, "object": { "type": "Identifier", - "start": 761, - "end": 766, + "start": 798, + "end": 803, "loc": { "start": { "line": 38, @@ -1137,8 +1137,8 @@ }, "property": { "type": "Identifier", - "start": 767, - "end": 781, + "start": 804, + "end": 818, "loc": { "start": { "line": 38, @@ -1156,8 +1156,8 @@ }, { "type": "MemberExpression", - "start": 786, - "end": 814, + "start": 824, + "end": 852, "loc": { "start": { "line": 39, @@ -1170,8 +1170,8 @@ }, "object": { "type": "MemberExpression", - "start": 786, - "end": 808, + "start": 824, + "end": 846, "loc": { "start": { "line": 39, @@ -1184,8 +1184,8 @@ }, "object": { "type": "Identifier", - "start": 786, - "end": 797, + "start": 824, + "end": 835, "loc": { "start": { "line": 39, @@ -1201,8 +1201,8 @@ }, "property": { "type": "Identifier", - "start": 798, - "end": 808, + "start": 836, + "end": 846, "loc": { "start": { "line": 39, @@ -1220,8 +1220,8 @@ }, "property": { "type": "Identifier", - "start": 809, - "end": 814, + "start": 847, + "end": 852, "loc": { "start": { "line": 39, @@ -1246,9 +1246,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Get the className prop for inputs\n\t *\n\t * @return {String}\n\t ", - "start": 636, - "end": 707, + "value": "*\r\n\t * Get the className prop for inputs\r\n\t *\r\n\t * @return {String}\r\n\t ", + "start": 666, + "end": 741, "loc": { "start": { "line": 31, @@ -1264,8 +1264,8 @@ }, { "type": "IfStatement", - "start": 825, - "end": 1205, + "start": 867, + "end": 1262, "loc": { "start": { "line": 43, @@ -1278,8 +1278,8 @@ }, "test": { "type": "BinaryExpression", - "start": 829, - "end": 859, + "start": 871, + "end": 901, "loc": { "start": { "line": 43, @@ -1292,8 +1292,8 @@ }, "left": { "type": "StringLiteral", - "start": 829, - "end": 839, + "start": 871, + "end": 881, "loc": { "start": { "line": 43, @@ -1313,8 +1313,8 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 844, - "end": 859, + "start": 886, + "end": 901, "loc": { "start": { "line": 43, @@ -1327,8 +1327,8 @@ }, "object": { "type": "Identifier", - "start": 844, - "end": 849, + "start": 886, + "end": 891, "loc": { "start": { "line": 43, @@ -1344,8 +1344,8 @@ }, "property": { "type": "Identifier", - "start": 850, - "end": 859, + "start": 892, + "end": 901, "loc": { "start": { "line": 43, @@ -1364,8 +1364,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 861, - "end": 1205, + "start": 903, + "end": 1262, "loc": { "start": { "line": 43, @@ -1379,8 +1379,8 @@ "body": [ { "type": "ReturnStatement", - "start": 865, - "end": 1202, + "start": 908, + "end": 1258, "loc": { "start": { "line": 44, @@ -1393,8 +1393,8 @@ }, "argument": { "type": "JSXElement", - "start": 877, - "end": 1197, + "start": 921, + "end": 1252, "loc": { "start": { "line": 45, @@ -1407,8 +1407,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 877, - "end": 1197, + "start": 921, + "end": 1252, "loc": { "start": { "line": 45, @@ -1422,8 +1422,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 888, - "end": 905, + "start": 933, + "end": 950, "loc": { "start": { "line": 46, @@ -1436,8 +1436,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 888, - "end": 892, + "start": 933, + "end": 937, "loc": { "start": { "line": 46, @@ -1452,8 +1452,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 893, - "end": 905, + "start": 938, + "end": 950, "loc": { "start": { "line": 46, @@ -1466,8 +1466,8 @@ }, "expression": { "type": "StringLiteral", - "start": 894, - "end": 904, + "start": 939, + "end": 949, "loc": { "start": { "line": 46, @@ -1488,8 +1488,8 @@ }, { "type": "JSXAttribute", - "start": 910, - "end": 923, + "start": 956, + "end": 969, "loc": { "start": { "line": 47, @@ -1502,8 +1502,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 910, - "end": 912, + "start": 956, + "end": 958, "loc": { "start": { "line": 47, @@ -1518,8 +1518,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 913, - "end": 923, + "start": 959, + "end": 969, "loc": { "start": { "line": 47, @@ -1532,8 +1532,8 @@ }, "expression": { "type": "MemberExpression", - "start": 914, - "end": 922, + "start": 960, + "end": 968, "loc": { "start": { "line": 47, @@ -1546,8 +1546,8 @@ }, "object": { "type": "Identifier", - "start": 914, - "end": 919, + "start": 960, + "end": 965, "loc": { "start": { "line": 47, @@ -1563,8 +1563,8 @@ }, "property": { "type": "Identifier", - "start": 920, - "end": 922, + "start": 966, + "end": 968, "loc": { "start": { "line": 47, @@ -1584,8 +1584,8 @@ }, { "type": "JSXAttribute", - "start": 928, - "end": 956, + "start": 975, + "end": 1003, "loc": { "start": { "line": 48, @@ -1598,8 +1598,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 928, - "end": 937, + "start": 975, + "end": 984, "loc": { "start": { "line": 48, @@ -1614,8 +1614,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 938, - "end": 956, + "start": 985, + "end": 1003, "loc": { "start": { "line": 48, @@ -1628,8 +1628,8 @@ }, "expression": { "type": "CallExpression", - "start": 939, - "end": 955, + "start": 986, + "end": 1002, "loc": { "start": { "line": 48, @@ -1642,8 +1642,8 @@ }, "callee": { "type": "Identifier", - "start": 939, - "end": 953, + "start": 986, + "end": 1000, "loc": { "start": { "line": 48, @@ -1663,8 +1663,8 @@ }, { "type": "JSXAttribute", - "start": 961, - "end": 1005, + "start": 1009, + "end": 1053, "loc": { "start": { "line": 49, @@ -1677,8 +1677,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 961, - "end": 977, + "start": 1009, + "end": 1025, "loc": { "start": { "line": 49, @@ -1693,8 +1693,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 978, - "end": 1005, + "start": 1026, + "end": 1053, "loc": { "start": { "line": 49, @@ -1707,8 +1707,8 @@ }, "expression": { "type": "MemberExpression", - "start": 979, - "end": 1004, + "start": 1027, + "end": 1052, "loc": { "start": { "line": 49, @@ -1721,8 +1721,8 @@ }, "object": { "type": "Identifier", - "start": 979, - "end": 984, + "start": 1027, + "end": 1032, "loc": { "start": { "line": 49, @@ -1738,8 +1738,8 @@ }, "property": { "type": "Identifier", - "start": 985, - "end": 1004, + "start": 1033, + "end": 1052, "loc": { "start": { "line": 49, @@ -1759,8 +1759,8 @@ }, { "type": "JSXAttribute", - "start": 1010, - "end": 1037, + "start": 1059, + "end": 1086, "loc": { "start": { "line": 50, @@ -1773,8 +1773,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1010, - "end": 1018, + "start": 1059, + "end": 1067, "loc": { "start": { "line": 50, @@ -1789,8 +1789,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1019, - "end": 1037, + "start": 1068, + "end": 1086, "loc": { "start": { "line": 50, @@ -1803,8 +1803,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1020, - "end": 1036, + "start": 1069, + "end": 1085, "loc": { "start": { "line": 50, @@ -1817,8 +1817,8 @@ }, "object": { "type": "Identifier", - "start": 1020, - "end": 1025, + "start": 1069, + "end": 1074, "loc": { "start": { "line": 50, @@ -1834,8 +1834,8 @@ }, "property": { "type": "Identifier", - "start": 1026, - "end": 1036, + "start": 1075, + "end": 1085, "loc": { "start": { "line": 50, @@ -1855,8 +1855,8 @@ }, { "type": "JSXAttribute", - "start": 1042, - "end": 1074, + "start": 1092, + "end": 1124, "loc": { "start": { "line": 51, @@ -1869,8 +1869,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1042, - "end": 1050, + "start": 1092, + "end": 1100, "loc": { "start": { "line": 51, @@ -1885,8 +1885,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1051, - "end": 1074, + "start": 1101, + "end": 1124, "loc": { "start": { "line": 51, @@ -1899,8 +1899,8 @@ }, "expression": { "type": "Identifier", - "start": 1052, - "end": 1073, + "start": 1102, + "end": 1123, "loc": { "start": { "line": 51, @@ -1918,8 +1918,8 @@ }, { "type": "JSXAttribute", - "start": 1079, - "end": 1107, + "start": 1130, + "end": 1158, "loc": { "start": { "line": 52, @@ -1932,8 +1932,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1079, - "end": 1093, + "start": 1130, + "end": 1144, "loc": { "start": { "line": 52, @@ -1948,8 +1948,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1094, - "end": 1107, + "start": 1145, + "end": 1158, "loc": { "start": { "line": 52, @@ -1962,8 +1962,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1095, - "end": 1106, + "start": 1146, + "end": 1157, "loc": { "start": { "line": 52, @@ -1976,8 +1976,8 @@ }, "object": { "type": "Identifier", - "start": 1095, - "end": 1100, + "start": 1146, + "end": 1151, "loc": { "start": { "line": 52, @@ -1993,8 +1993,8 @@ }, "property": { "type": "Identifier", - "start": 1101, - "end": 1106, + "start": 1152, + "end": 1157, "loc": { "start": { "line": 52, @@ -2014,8 +2014,8 @@ }, { "type": "JSXAttribute", - "start": 1112, - "end": 1137, + "start": 1164, + "end": 1189, "loc": { "start": { "line": 53, @@ -2028,8 +2028,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1112, - "end": 1120, + "start": 1164, + "end": 1172, "loc": { "start": { "line": 53, @@ -2044,8 +2044,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1121, - "end": 1137, + "start": 1173, + "end": 1189, "loc": { "start": { "line": 53, @@ -2058,8 +2058,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1122, - "end": 1136, + "start": 1174, + "end": 1188, "loc": { "start": { "line": 53, @@ -2072,8 +2072,8 @@ }, "object": { "type": "Identifier", - "start": 1122, - "end": 1127, + "start": 1174, + "end": 1179, "loc": { "start": { "line": 53, @@ -2089,8 +2089,8 @@ }, "property": { "type": "Identifier", - "start": 1128, - "end": 1136, + "start": 1180, + "end": 1188, "loc": { "start": { "line": 53, @@ -2110,8 +2110,8 @@ }, { "type": "JSXAttribute", - "start": 1142, - "end": 1163, + "start": 1195, + "end": 1216, "loc": { "start": { "line": 54, @@ -2124,8 +2124,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1142, - "end": 1148, + "start": 1195, + "end": 1201, "loc": { "start": { "line": 54, @@ -2140,8 +2140,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1149, - "end": 1163, + "start": 1202, + "end": 1216, "loc": { "start": { "line": 54, @@ -2154,8 +2154,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1150, - "end": 1162, + "start": 1203, + "end": 1215, "loc": { "start": { "line": 54, @@ -2168,8 +2168,8 @@ }, "object": { "type": "Identifier", - "start": 1150, - "end": 1155, + "start": 1203, + "end": 1208, "loc": { "start": { "line": 54, @@ -2185,8 +2185,8 @@ }, "property": { "type": "Identifier", - "start": 1156, - "end": 1162, + "start": 1209, + "end": 1215, "loc": { "start": { "line": 54, @@ -2206,8 +2206,8 @@ }, { "type": "JSXAttribute", - "start": 1168, - "end": 1191, + "start": 1222, + "end": 1245, "loc": { "start": { "line": 55, @@ -2220,8 +2220,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1168, - "end": 1175, + "start": 1222, + "end": 1229, "loc": { "start": { "line": 55, @@ -2236,8 +2236,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1176, - "end": 1191, + "start": 1230, + "end": 1245, "loc": { "start": { "line": 55, @@ -2250,8 +2250,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1177, - "end": 1190, + "start": 1231, + "end": 1244, "loc": { "start": { "line": 55, @@ -2264,8 +2264,8 @@ }, "object": { "type": "Identifier", - "start": 1177, - "end": 1182, + "start": 1231, + "end": 1236, "loc": { "start": { "line": 55, @@ -2281,8 +2281,8 @@ }, "property": { "type": "Identifier", - "start": 1183, - "end": 1190, + "start": 1237, + "end": 1244, "loc": { "start": { "line": 55, @@ -2303,8 +2303,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 878, - "end": 883, + "start": 922, + "end": 927, "loc": { "start": { "line": 45, @@ -2323,7 +2323,7 @@ "children": [], "extra": { "parenthesized": true, - "parenStart": 872 + "parenStart": 915 } } } @@ -2334,8 +2334,8 @@ }, { "type": "ReturnStatement", - "start": 1208, - "end": 1520, + "start": 1267, + "end": 1592, "loc": { "start": { "line": 60, @@ -2348,8 +2348,8 @@ }, "argument": { "type": "JSXElement", - "start": 1219, - "end": 1516, + "start": 1279, + "end": 1587, "loc": { "start": { "line": 61, @@ -2362,8 +2362,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 1219, - "end": 1516, + "start": 1279, + "end": 1587, "loc": { "start": { "line": 61, @@ -2377,8 +2377,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 1229, - "end": 1251, + "start": 1290, + "end": 1312, "loc": { "start": { "line": 62, @@ -2391,8 +2391,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1229, - "end": 1233, + "start": 1290, + "end": 1294, "loc": { "start": { "line": 62, @@ -2407,8 +2407,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1234, - "end": 1251, + "start": 1295, + "end": 1312, "loc": { "start": { "line": 62, @@ -2421,8 +2421,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1235, - "end": 1250, + "start": 1296, + "end": 1311, "loc": { "start": { "line": 62, @@ -2435,8 +2435,8 @@ }, "object": { "type": "Identifier", - "start": 1235, - "end": 1240, + "start": 1296, + "end": 1301, "loc": { "start": { "line": 62, @@ -2452,8 +2452,8 @@ }, "property": { "type": "Identifier", - "start": 1241, - "end": 1250, + "start": 1302, + "end": 1311, "loc": { "start": { "line": 62, @@ -2473,8 +2473,8 @@ }, { "type": "JSXAttribute", - "start": 1255, - "end": 1268, + "start": 1317, + "end": 1330, "loc": { "start": { "line": 63, @@ -2487,8 +2487,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1255, - "end": 1257, + "start": 1317, + "end": 1319, "loc": { "start": { "line": 63, @@ -2503,8 +2503,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1258, - "end": 1268, + "start": 1320, + "end": 1330, "loc": { "start": { "line": 63, @@ -2517,8 +2517,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1259, - "end": 1267, + "start": 1321, + "end": 1329, "loc": { "start": { "line": 63, @@ -2531,8 +2531,8 @@ }, "object": { "type": "Identifier", - "start": 1259, - "end": 1264, + "start": 1321, + "end": 1326, "loc": { "start": { "line": 63, @@ -2548,8 +2548,8 @@ }, "property": { "type": "Identifier", - "start": 1265, - "end": 1267, + "start": 1327, + "end": 1329, "loc": { "start": { "line": 63, @@ -2569,8 +2569,8 @@ }, { "type": "JSXAttribute", - "start": 1272, - "end": 1300, + "start": 1335, + "end": 1363, "loc": { "start": { "line": 64, @@ -2583,8 +2583,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1272, - "end": 1281, + "start": 1335, + "end": 1344, "loc": { "start": { "line": 64, @@ -2599,8 +2599,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1282, - "end": 1300, + "start": 1345, + "end": 1363, "loc": { "start": { "line": 64, @@ -2613,8 +2613,8 @@ }, "expression": { "type": "CallExpression", - "start": 1283, - "end": 1299, + "start": 1346, + "end": 1362, "loc": { "start": { "line": 64, @@ -2627,8 +2627,8 @@ }, "callee": { "type": "Identifier", - "start": 1283, - "end": 1297, + "start": 1346, + "end": 1360, "loc": { "start": { "line": 64, @@ -2648,8 +2648,8 @@ }, { "type": "JSXAttribute", - "start": 1304, - "end": 1348, + "start": 1368, + "end": 1412, "loc": { "start": { "line": 65, @@ -2662,8 +2662,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1304, - "end": 1320, + "start": 1368, + "end": 1384, "loc": { "start": { "line": 65, @@ -2678,8 +2678,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1321, - "end": 1348, + "start": 1385, + "end": 1412, "loc": { "start": { "line": 65, @@ -2692,8 +2692,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1322, - "end": 1347, + "start": 1386, + "end": 1411, "loc": { "start": { "line": 65, @@ -2706,8 +2706,8 @@ }, "object": { "type": "Identifier", - "start": 1322, - "end": 1327, + "start": 1386, + "end": 1391, "loc": { "start": { "line": 65, @@ -2723,8 +2723,8 @@ }, "property": { "type": "Identifier", - "start": 1328, - "end": 1347, + "start": 1392, + "end": 1411, "loc": { "start": { "line": 65, @@ -2744,8 +2744,8 @@ }, { "type": "JSXAttribute", - "start": 1352, - "end": 1379, + "start": 1417, + "end": 1444, "loc": { "start": { "line": 66, @@ -2758,8 +2758,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1352, - "end": 1360, + "start": 1417, + "end": 1425, "loc": { "start": { "line": 66, @@ -2774,8 +2774,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1361, - "end": 1379, + "start": 1426, + "end": 1444, "loc": { "start": { "line": 66, @@ -2788,8 +2788,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1362, - "end": 1378, + "start": 1427, + "end": 1443, "loc": { "start": { "line": 66, @@ -2802,8 +2802,8 @@ }, "object": { "type": "Identifier", - "start": 1362, - "end": 1367, + "start": 1427, + "end": 1432, "loc": { "start": { "line": 66, @@ -2819,8 +2819,8 @@ }, "property": { "type": "Identifier", - "start": 1368, - "end": 1378, + "start": 1433, + "end": 1443, "loc": { "start": { "line": 66, @@ -2840,8 +2840,8 @@ }, { "type": "JSXAttribute", - "start": 1383, - "end": 1407, + "start": 1449, + "end": 1473, "loc": { "start": { "line": 67, @@ -2854,8 +2854,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1383, - "end": 1391, + "start": 1449, + "end": 1457, "loc": { "start": { "line": 67, @@ -2870,8 +2870,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1392, - "end": 1407, + "start": 1458, + "end": 1473, "loc": { "start": { "line": 67, @@ -2884,8 +2884,8 @@ }, "expression": { "type": "Identifier", - "start": 1393, - "end": 1406, + "start": 1459, + "end": 1472, "loc": { "start": { "line": 67, @@ -2903,8 +2903,8 @@ }, { "type": "JSXAttribute", - "start": 1411, - "end": 1430, + "start": 1478, + "end": 1497, "loc": { "start": { "line": 68, @@ -2917,8 +2917,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1411, - "end": 1416, + "start": 1478, + "end": 1483, "loc": { "start": { "line": 68, @@ -2933,8 +2933,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1417, - "end": 1430, + "start": 1484, + "end": 1497, "loc": { "start": { "line": 68, @@ -2947,8 +2947,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1418, - "end": 1429, + "start": 1485, + "end": 1496, "loc": { "start": { "line": 68, @@ -2961,8 +2961,8 @@ }, "object": { "type": "Identifier", - "start": 1418, - "end": 1423, + "start": 1485, + "end": 1490, "loc": { "start": { "line": 68, @@ -2978,8 +2978,8 @@ }, "property": { "type": "Identifier", - "start": 1424, - "end": 1429, + "start": 1491, + "end": 1496, "loc": { "start": { "line": 68, @@ -2999,8 +2999,8 @@ }, { "type": "JSXAttribute", - "start": 1434, - "end": 1459, + "start": 1502, + "end": 1527, "loc": { "start": { "line": 69, @@ -3013,8 +3013,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1434, - "end": 1442, + "start": 1502, + "end": 1510, "loc": { "start": { "line": 69, @@ -3029,8 +3029,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1443, - "end": 1459, + "start": 1511, + "end": 1527, "loc": { "start": { "line": 69, @@ -3043,8 +3043,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1444, - "end": 1458, + "start": 1512, + "end": 1526, "loc": { "start": { "line": 69, @@ -3057,8 +3057,8 @@ }, "object": { "type": "Identifier", - "start": 1444, - "end": 1449, + "start": 1512, + "end": 1517, "loc": { "start": { "line": 69, @@ -3074,8 +3074,8 @@ }, "property": { "type": "Identifier", - "start": 1450, - "end": 1458, + "start": 1518, + "end": 1526, "loc": { "start": { "line": 69, @@ -3095,8 +3095,8 @@ }, { "type": "JSXAttribute", - "start": 1463, - "end": 1484, + "start": 1532, + "end": 1553, "loc": { "start": { "line": 70, @@ -3109,8 +3109,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1463, - "end": 1469, + "start": 1532, + "end": 1538, "loc": { "start": { "line": 70, @@ -3125,8 +3125,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1470, - "end": 1484, + "start": 1539, + "end": 1553, "loc": { "start": { "line": 70, @@ -3139,8 +3139,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1471, - "end": 1483, + "start": 1540, + "end": 1552, "loc": { "start": { "line": 70, @@ -3153,8 +3153,8 @@ }, "object": { "type": "Identifier", - "start": 1471, - "end": 1476, + "start": 1540, + "end": 1545, "loc": { "start": { "line": 70, @@ -3170,8 +3170,8 @@ }, "property": { "type": "Identifier", - "start": 1477, - "end": 1483, + "start": 1546, + "end": 1552, "loc": { "start": { "line": 70, @@ -3191,8 +3191,8 @@ }, { "type": "JSXAttribute", - "start": 1488, - "end": 1511, + "start": 1558, + "end": 1581, "loc": { "start": { "line": 71, @@ -3205,8 +3205,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1488, - "end": 1495, + "start": 1558, + "end": 1565, "loc": { "start": { "line": 71, @@ -3221,8 +3221,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1496, - "end": 1511, + "start": 1566, + "end": 1581, "loc": { "start": { "line": 71, @@ -3235,8 +3235,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1497, - "end": 1510, + "start": 1567, + "end": 1580, "loc": { "start": { "line": 71, @@ -3249,8 +3249,8 @@ }, "object": { "type": "Identifier", - "start": 1497, - "end": 1502, + "start": 1567, + "end": 1572, "loc": { "start": { "line": 71, @@ -3266,8 +3266,8 @@ }, "property": { "type": "Identifier", - "start": 1503, - "end": 1510, + "start": 1573, + "end": 1580, "loc": { "start": { "line": 71, @@ -3288,8 +3288,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 1220, - "end": 1225, + "start": 1280, + "end": 1285, "loc": { "start": { "line": 61, @@ -3308,7 +3308,7 @@ "children": [], "extra": { "parenthesized": true, - "parenStart": 1215 + "parenStart": 1274 } } } @@ -3323,9 +3323,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Input component for any HTML5 input type\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 156, - "end": 267, + "value": "*\r\n * Input component for any HTML5 input type\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 160, + "end": 277, "loc": { "start": { "line": 5, @@ -3341,9 +3341,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definitions for Input components\n ", - "start": 1526, - "end": 1574, + "value": "*\r\n * Prop definitions for Input components\r\n ", + "start": 1602, + "end": 1652, "loc": { "start": { "line": 77, @@ -3360,9 +3360,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Input component for any HTML5 input type\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 156, - "end": 267, + "value": "*\r\n * Input component for any HTML5 input type\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 160, + "end": 277, "loc": { "start": { "line": 5, @@ -3378,9 +3378,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definitions for Input components\n ", - "start": 1526, - "end": 1574, + "value": "*\r\n * Prop definitions for Input components\r\n ", + "start": 1602, + "end": 1652, "loc": { "start": { "line": 77, @@ -3396,8 +3396,8 @@ }, { "type": "ExpressionStatement", - "start": 1575, - "end": 1608, + "start": 1654, + "end": 1687, "loc": { "start": { "line": 80, @@ -3410,8 +3410,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1575, - "end": 1607, + "start": 1654, + "end": 1686, "loc": { "start": { "line": 80, @@ -3425,8 +3425,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1575, - "end": 1590, + "start": 1654, + "end": 1669, "loc": { "start": { "line": 80, @@ -3439,8 +3439,8 @@ }, "object": { "type": "Identifier", - "start": 1575, - "end": 1580, + "start": 1654, + "end": 1659, "loc": { "start": { "line": 80, @@ -3457,8 +3457,8 @@ }, "property": { "type": "Identifier", - "start": 1581, - "end": 1590, + "start": 1660, + "end": 1669, "loc": { "start": { "line": 80, @@ -3477,8 +3477,8 @@ }, "right": { "type": "Identifier", - "start": 1593, - "end": 1607, + "start": 1672, + "end": 1686, "loc": { "start": { "line": 80, @@ -3497,9 +3497,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definitions for Input components\n ", - "start": 1526, - "end": 1574, + "value": "*\r\n * Prop definitions for Input components\r\n ", + "start": 1602, + "end": 1652, "loc": { "start": { "line": 77, @@ -3515,9 +3515,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Default props for Input Component\n *\n * @type {{ariaDescribedbyAttr: string, isRequired: boolean, inputType: string}}\n ", - "start": 1610, - "end": 1738, + "value": "*\r\n * Default props for Input Component\r\n *\r\n * @type {{ariaDescribedbyAttr: string, isRequired: boolean, inputType: string}}\r\n ", + "start": 1691, + "end": 1823, "loc": { "start": { "line": 82, @@ -3533,8 +3533,8 @@ }, { "type": "ExpressionStatement", - "start": 1739, - "end": 1829, + "start": 1825, + "end": 1919, "loc": { "start": { "line": 87, @@ -3547,8 +3547,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1739, - "end": 1828, + "start": 1825, + "end": 1918, "loc": { "start": { "line": 87, @@ -3562,8 +3562,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1739, - "end": 1757, + "start": 1825, + "end": 1843, "loc": { "start": { "line": 87, @@ -3576,8 +3576,8 @@ }, "object": { "type": "Identifier", - "start": 1739, - "end": 1744, + "start": 1825, + "end": 1830, "loc": { "start": { "line": 87, @@ -3594,8 +3594,8 @@ }, "property": { "type": "Identifier", - "start": 1745, - "end": 1757, + "start": 1831, + "end": 1843, "loc": { "start": { "line": 87, @@ -3614,8 +3614,8 @@ }, "right": { "type": "ObjectExpression", - "start": 1760, - "end": 1828, + "start": 1846, + "end": 1918, "loc": { "start": { "line": 87, @@ -3629,8 +3629,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1763, - "end": 1786, + "start": 1850, + "end": 1873, "loc": { "start": { "line": 88, @@ -3646,8 +3646,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1763, - "end": 1782, + "start": 1850, + "end": 1869, "loc": { "start": { "line": 88, @@ -3663,8 +3663,8 @@ }, "value": { "type": "StringLiteral", - "start": 1784, - "end": 1786, + "start": 1871, + "end": 1873, "loc": { "start": { "line": 88, @@ -3684,8 +3684,8 @@ }, { "type": "ObjectProperty", - "start": 1789, - "end": 1806, + "start": 1877, + "end": 1894, "loc": { "start": { "line": 89, @@ -3701,8 +3701,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1789, - "end": 1799, + "start": 1877, + "end": 1887, "loc": { "start": { "line": 89, @@ -3718,8 +3718,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 1801, - "end": 1806, + "start": 1889, + "end": 1894, "loc": { "start": { "line": 89, @@ -3735,8 +3735,8 @@ }, { "type": "ObjectProperty", - "start": 1809, - "end": 1826, + "start": 1898, + "end": 1915, "loc": { "start": { "line": 90, @@ -3752,8 +3752,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1809, - "end": 1818, + "start": 1898, + "end": 1907, "loc": { "start": { "line": 90, @@ -3769,8 +3769,8 @@ }, "value": { "type": "StringLiteral", - "start": 1820, - "end": 1826, + "start": 1909, + "end": 1915, "loc": { "start": { "line": 90, @@ -3795,9 +3795,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Default props for Input Component\n *\n * @type {{ariaDescribedbyAttr: string, isRequired: boolean, inputType: string}}\n ", - "start": 1610, - "end": 1738, + "value": "*\r\n * Default props for Input Component\r\n *\r\n * @type {{ariaDescribedbyAttr: string, isRequired: boolean, inputType: string}}\r\n ", + "start": 1691, + "end": 1823, "loc": { "start": { "line": 82, @@ -3817,9 +3817,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Input component for any HTML5 input type\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 156, - "end": 267, + "value": "*\r\n * Input component for any HTML5 input type\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 160, + "end": 277, "loc": { "start": { "line": 5, @@ -3833,9 +3833,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Dispatches value of input when it changes\n\t * @param event\n\t * @return {*}\n\t ", - "start": 303, - "end": 390, + "value": "*\r\n\t * Dispatches value of input when it changes\r\n\t * @param event\r\n\t * @return {*}\r\n\t ", + "start": 315, + "end": 406, "loc": { "start": { "line": 13, @@ -3849,9 +3849,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Dispatches value when checkbox is checked\n\t * @return {*}\n\t ", - "start": 478, - "end": 548, + "value": "*\r\n\t * Dispatches value when checkbox is checked\r\n\t * @return {*}\r\n\t ", + "start": 499, + "end": 572, "loc": { "start": { "line": 22, @@ -3865,9 +3865,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Get the className prop for inputs\n\t *\n\t * @return {String}\n\t ", - "start": 636, - "end": 707, + "value": "*\r\n\t * Get the className prop for inputs\r\n\t *\r\n\t * @return {String}\r\n\t ", + "start": 666, + "end": 741, "loc": { "start": { "line": 31, @@ -3881,9 +3881,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definitions for Input components\n ", - "start": 1526, - "end": 1574, + "value": "*\r\n * Prop definitions for Input components\r\n ", + "start": 1602, + "end": 1652, "loc": { "start": { "line": 77, @@ -3897,9 +3897,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default props for Input Component\n *\n * @type {{ariaDescribedbyAttr: string, isRequired: boolean, inputType: string}}\n ", - "start": 1610, - "end": 1738, + "value": "*\r\n * Default props for Input Component\r\n *\r\n * @type {{ariaDescribedbyAttr: string, isRequired: boolean, inputType: string}}\r\n ", + "start": 1691, + "end": 1823, "loc": { "start": { "line": 82, @@ -4061,8 +4061,8 @@ "updateContext": null }, "value": "import", - "start": 27, - "end": 33, + "start": 28, + "end": 34, "loc": { "start": { "line": 2, @@ -4086,8 +4086,8 @@ "postfix": false, "binop": null }, - "start": 34, - "end": 35, + "start": 35, + "end": 36, "loc": { "start": { "line": 2, @@ -4112,8 +4112,8 @@ "binop": null }, "value": "fieldPropTypes", - "start": 35, - "end": 49, + "start": 36, + "end": 50, "loc": { "start": { "line": 2, @@ -4137,8 +4137,8 @@ "postfix": false, "binop": null }, - "start": 49, - "end": 50, + "start": 50, + "end": 51, "loc": { "start": { "line": 2, @@ -4163,8 +4163,8 @@ "binop": null }, "value": "from", - "start": 51, - "end": 55, + "start": 52, + "end": 56, "loc": { "start": { "line": 2, @@ -4190,8 +4190,8 @@ "updateContext": null }, "value": "../propTypes", - "start": 56, - "end": 70, + "start": 57, + "end": 71, "loc": { "start": { "line": 2, @@ -4216,8 +4216,8 @@ "binop": null, "updateContext": null }, - "start": 70, - "end": 71, + "start": 71, + "end": 72, "loc": { "start": { "line": 2, @@ -4244,8 +4244,8 @@ "updateContext": null }, "value": "import", - "start": 72, - "end": 78, + "start": 74, + "end": 80, "loc": { "start": { "line": 3, @@ -4270,8 +4270,8 @@ "binop": null }, "value": "classNames", - "start": 79, - "end": 89, + "start": 81, + "end": 91, "loc": { "start": { "line": 3, @@ -4296,8 +4296,8 @@ "binop": null }, "value": "from", - "start": 90, - "end": 94, + "start": 92, + "end": 96, "loc": { "start": { "line": 3, @@ -4323,8 +4323,8 @@ "updateContext": null }, "value": "classnames", - "start": 95, - "end": 107, + "start": 97, + "end": 109, "loc": { "start": { "line": 3, @@ -4349,8 +4349,8 @@ "binop": null, "updateContext": null }, - "start": 107, - "end": 108, + "start": 109, + "end": 110, "loc": { "start": { "line": 3, @@ -4377,8 +4377,8 @@ "updateContext": null }, "value": "import", - "start": 109, - "end": 115, + "start": 112, + "end": 118, "loc": { "start": { "line": 4, @@ -4402,8 +4402,8 @@ "postfix": false, "binop": null }, - "start": 116, - "end": 117, + "start": 119, + "end": 120, "loc": { "start": { "line": 4, @@ -4428,8 +4428,8 @@ "binop": null }, "value": "RenderGroup", - "start": 117, - "end": 128, + "start": 120, + "end": 131, "loc": { "start": { "line": 4, @@ -4453,8 +4453,8 @@ "postfix": false, "binop": null }, - "start": 128, - "end": 129, + "start": 131, + "end": 132, "loc": { "start": { "line": 4, @@ -4479,8 +4479,8 @@ "binop": null }, "value": "from", - "start": 130, - "end": 134, + "start": 133, + "end": 137, "loc": { "start": { "line": 4, @@ -4506,8 +4506,8 @@ "updateContext": null }, "value": "../../RenderGroup", - "start": 135, - "end": 154, + "start": 138, + "end": 157, "loc": { "start": { "line": 4, @@ -4532,8 +4532,8 @@ "binop": null, "updateContext": null }, - "start": 154, - "end": 155, + "start": 157, + "end": 158, "loc": { "start": { "line": 4, @@ -4547,9 +4547,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Input component for any HTML5 input type\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 156, - "end": 267, + "value": "*\r\n * Input component for any HTML5 input type\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 160, + "end": 277, "loc": { "start": { "line": 5, @@ -4576,8 +4576,8 @@ "updateContext": null }, "value": "export", - "start": 268, - "end": 274, + "start": 279, + "end": 285, "loc": { "start": { "line": 12, @@ -4604,8 +4604,8 @@ "updateContext": null }, "value": "const", - "start": 275, - "end": 280, + "start": 286, + "end": 291, "loc": { "start": { "line": 12, @@ -4630,8 +4630,8 @@ "binop": null }, "value": "Input", - "start": 281, - "end": 286, + "start": 292, + "end": 297, "loc": { "start": { "line": 12, @@ -4657,8 +4657,8 @@ "updateContext": null }, "value": "=", - "start": 287, - "end": 288, + "start": 298, + "end": 299, "loc": { "start": { "line": 12, @@ -4682,8 +4682,8 @@ "postfix": false, "binop": null }, - "start": 289, - "end": 290, + "start": 300, + "end": 301, "loc": { "start": { "line": 12, @@ -4708,8 +4708,8 @@ "binop": null }, "value": "props", - "start": 290, - "end": 295, + "start": 301, + "end": 306, "loc": { "start": { "line": 12, @@ -4733,8 +4733,8 @@ "postfix": false, "binop": null }, - "start": 295, - "end": 296, + "start": 306, + "end": 307, "loc": { "start": { "line": 12, @@ -4759,8 +4759,8 @@ "binop": null, "updateContext": null }, - "start": 297, - "end": 299, + "start": 308, + "end": 310, "loc": { "start": { "line": 12, @@ -4784,8 +4784,8 @@ "postfix": false, "binop": null }, - "start": 300, - "end": 301, + "start": 311, + "end": 312, "loc": { "start": { "line": 12, @@ -4799,9 +4799,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Dispatches value of input when it changes\n\t * @param event\n\t * @return {*}\n\t ", - "start": 303, - "end": 390, + "value": "*\r\n\t * Dispatches value of input when it changes\r\n\t * @param event\r\n\t * @return {*}\r\n\t ", + "start": 315, + "end": 406, "loc": { "start": { "line": 13, @@ -4827,8 +4827,8 @@ "binop": null }, "value": "function", - "start": 392, - "end": 400, + "start": 409, + "end": 417, "loc": { "start": { "line": 18, @@ -4853,8 +4853,8 @@ "binop": null }, "value": "changeHandler", - "start": 401, - "end": 414, + "start": 418, + "end": 431, "loc": { "start": { "line": 18, @@ -4878,8 +4878,8 @@ "postfix": false, "binop": null }, - "start": 414, - "end": 415, + "start": 431, + "end": 432, "loc": { "start": { "line": 18, @@ -4904,8 +4904,8 @@ "binop": null }, "value": "event", - "start": 415, - "end": 420, + "start": 432, + "end": 437, "loc": { "start": { "line": 18, @@ -4929,8 +4929,8 @@ "postfix": false, "binop": null }, - "start": 420, - "end": 421, + "start": 437, + "end": 438, "loc": { "start": { "line": 18, @@ -4954,8 +4954,8 @@ "postfix": false, "binop": null }, - "start": 421, - "end": 422, + "start": 438, + "end": 439, "loc": { "start": { "line": 18, @@ -4982,8 +4982,8 @@ "updateContext": null }, "value": "return", - "start": 425, - "end": 431, + "start": 443, + "end": 449, "loc": { "start": { "line": 19, @@ -5008,8 +5008,8 @@ "binop": null }, "value": "props", - "start": 432, - "end": 437, + "start": 450, + "end": 455, "loc": { "start": { "line": 19, @@ -5034,8 +5034,8 @@ "binop": null, "updateContext": null }, - "start": 437, - "end": 438, + "start": 455, + "end": 456, "loc": { "start": { "line": 19, @@ -5060,8 +5060,8 @@ "binop": null }, "value": "onValueChange", - "start": 438, - "end": 451, + "start": 456, + "end": 469, "loc": { "start": { "line": 19, @@ -5085,8 +5085,8 @@ "postfix": false, "binop": null }, - "start": 451, - "end": 452, + "start": 469, + "end": 470, "loc": { "start": { "line": 19, @@ -5111,8 +5111,8 @@ "binop": null }, "value": "event", - "start": 452, - "end": 457, + "start": 470, + "end": 475, "loc": { "start": { "line": 19, @@ -5137,8 +5137,8 @@ "binop": null, "updateContext": null }, - "start": 457, - "end": 458, + "start": 475, + "end": 476, "loc": { "start": { "line": 19, @@ -5163,8 +5163,8 @@ "binop": null }, "value": "target", - "start": 458, - "end": 464, + "start": 476, + "end": 482, "loc": { "start": { "line": 19, @@ -5189,8 +5189,8 @@ "binop": null, "updateContext": null }, - "start": 464, - "end": 465, + "start": 482, + "end": 483, "loc": { "start": { "line": 19, @@ -5215,8 +5215,8 @@ "binop": null }, "value": "value", - "start": 465, - "end": 470, + "start": 483, + "end": 488, "loc": { "start": { "line": 19, @@ -5240,8 +5240,8 @@ "postfix": false, "binop": null }, - "start": 470, - "end": 471, + "start": 488, + "end": 489, "loc": { "start": { "line": 19, @@ -5266,8 +5266,8 @@ "binop": null, "updateContext": null }, - "start": 471, - "end": 472, + "start": 489, + "end": 490, "loc": { "start": { "line": 19, @@ -5291,8 +5291,8 @@ "postfix": false, "binop": null }, - "start": 474, - "end": 475, + "start": 493, + "end": 494, "loc": { "start": { "line": 20, @@ -5306,9 +5306,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Dispatches value when checkbox is checked\n\t * @return {*}\n\t ", - "start": 478, - "end": 548, + "value": "*\r\n\t * Dispatches value when checkbox is checked\r\n\t * @return {*}\r\n\t ", + "start": 499, + "end": 572, "loc": { "start": { "line": 22, @@ -5334,8 +5334,8 @@ "binop": null }, "value": "function", - "start": 550, - "end": 558, + "start": 575, + "end": 583, "loc": { "start": { "line": 26, @@ -5360,8 +5360,8 @@ "binop": null }, "value": "checkboxChangeHandler", - "start": 559, - "end": 580, + "start": 584, + "end": 605, "loc": { "start": { "line": 26, @@ -5385,8 +5385,8 @@ "postfix": false, "binop": null }, - "start": 580, - "end": 581, + "start": 605, + "end": 606, "loc": { "start": { "line": 26, @@ -5410,8 +5410,8 @@ "postfix": false, "binop": null }, - "start": 581, - "end": 582, + "start": 606, + "end": 607, "loc": { "start": { "line": 26, @@ -5435,8 +5435,8 @@ "postfix": false, "binop": null }, - "start": 583, - "end": 584, + "start": 608, + "end": 609, "loc": { "start": { "line": 26, @@ -5463,8 +5463,8 @@ "updateContext": null }, "value": "return", - "start": 587, - "end": 593, + "start": 613, + "end": 619, "loc": { "start": { "line": 27, @@ -5489,8 +5489,8 @@ "binop": null }, "value": "props", - "start": 594, - "end": 599, + "start": 620, + "end": 625, "loc": { "start": { "line": 27, @@ -5515,8 +5515,8 @@ "binop": null, "updateContext": null }, - "start": 599, - "end": 600, + "start": 625, + "end": 626, "loc": { "start": { "line": 27, @@ -5541,8 +5541,8 @@ "binop": null }, "value": "onValueChange", - "start": 600, - "end": 613, + "start": 626, + "end": 639, "loc": { "start": { "line": 27, @@ -5566,8 +5566,8 @@ "postfix": false, "binop": null }, - "start": 613, - "end": 614, + "start": 639, + "end": 640, "loc": { "start": { "line": 27, @@ -5593,8 +5593,8 @@ "updateContext": null }, "value": "!", - "start": 614, - "end": 615, + "start": 640, + "end": 641, "loc": { "start": { "line": 27, @@ -5619,8 +5619,8 @@ "binop": null }, "value": "props", - "start": 616, - "end": 621, + "start": 642, + "end": 647, "loc": { "start": { "line": 27, @@ -5645,8 +5645,8 @@ "binop": null, "updateContext": null }, - "start": 621, - "end": 622, + "start": 647, + "end": 648, "loc": { "start": { "line": 27, @@ -5671,8 +5671,8 @@ "binop": null }, "value": "value", - "start": 622, - "end": 627, + "start": 648, + "end": 653, "loc": { "start": { "line": 27, @@ -5696,8 +5696,8 @@ "postfix": false, "binop": null }, - "start": 627, - "end": 628, + "start": 653, + "end": 654, "loc": { "start": { "line": 27, @@ -5722,8 +5722,8 @@ "binop": null, "updateContext": null }, - "start": 628, - "end": 629, + "start": 654, + "end": 655, "loc": { "start": { "line": 27, @@ -5747,8 +5747,8 @@ "postfix": false, "binop": null }, - "start": 631, - "end": 632, + "start": 658, + "end": 659, "loc": { "start": { "line": 28, @@ -5762,9 +5762,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Get the className prop for inputs\n\t *\n\t * @return {String}\n\t ", - "start": 636, - "end": 707, + "value": "*\r\n\t * Get the className prop for inputs\r\n\t *\r\n\t * @return {String}\r\n\t ", + "start": 666, + "end": 741, "loc": { "start": { "line": 31, @@ -5790,8 +5790,8 @@ "binop": null }, "value": "function", - "start": 709, - "end": 717, + "start": 744, + "end": 752, "loc": { "start": { "line": 36, @@ -5816,8 +5816,8 @@ "binop": null }, "value": "inputClassName", - "start": 718, - "end": 732, + "start": 753, + "end": 767, "loc": { "start": { "line": 36, @@ -5841,8 +5841,8 @@ "postfix": false, "binop": null }, - "start": 732, - "end": 733, + "start": 767, + "end": 768, "loc": { "start": { "line": 36, @@ -5866,8 +5866,8 @@ "postfix": false, "binop": null }, - "start": 733, - "end": 734, + "start": 768, + "end": 769, "loc": { "start": { "line": 36, @@ -5891,8 +5891,8 @@ "postfix": false, "binop": null }, - "start": 735, - "end": 736, + "start": 770, + "end": 771, "loc": { "start": { "line": 36, @@ -5919,8 +5919,8 @@ "updateContext": null }, "value": "return", - "start": 739, - "end": 745, + "start": 775, + "end": 781, "loc": { "start": { "line": 37, @@ -5945,8 +5945,8 @@ "binop": null }, "value": "classNames", - "start": 746, - "end": 756, + "start": 782, + "end": 792, "loc": { "start": { "line": 37, @@ -5970,8 +5970,8 @@ "postfix": false, "binop": null }, - "start": 756, - "end": 757, + "start": 792, + "end": 793, "loc": { "start": { "line": 37, @@ -5996,8 +5996,8 @@ "binop": null }, "value": "props", - "start": 761, - "end": 766, + "start": 798, + "end": 803, "loc": { "start": { "line": 38, @@ -6022,8 +6022,8 @@ "binop": null, "updateContext": null }, - "start": 766, - "end": 767, + "start": 803, + "end": 804, "loc": { "start": { "line": 38, @@ -6048,8 +6048,8 @@ "binop": null }, "value": "fieldClassName", - "start": 767, - "end": 781, + "start": 804, + "end": 818, "loc": { "start": { "line": 38, @@ -6074,8 +6074,8 @@ "binop": null, "updateContext": null }, - "start": 781, - "end": 782, + "start": 818, + "end": 819, "loc": { "start": { "line": 38, @@ -6100,8 +6100,8 @@ "binop": null }, "value": "RenderGroup", - "start": 786, - "end": 797, + "start": 824, + "end": 835, "loc": { "start": { "line": 39, @@ -6126,8 +6126,8 @@ "binop": null, "updateContext": null }, - "start": 797, - "end": 798, + "start": 835, + "end": 836, "loc": { "start": { "line": 39, @@ -6152,8 +6152,8 @@ "binop": null }, "value": "classNames", - "start": 798, - "end": 808, + "start": 836, + "end": 846, "loc": { "start": { "line": 39, @@ -6178,8 +6178,8 @@ "binop": null, "updateContext": null }, - "start": 808, - "end": 809, + "start": 846, + "end": 847, "loc": { "start": { "line": 39, @@ -6204,8 +6204,8 @@ "binop": null }, "value": "input", - "start": 809, - "end": 814, + "start": 847, + "end": 852, "loc": { "start": { "line": 39, @@ -6229,8 +6229,8 @@ "postfix": false, "binop": null }, - "start": 817, - "end": 818, + "start": 856, + "end": 857, "loc": { "start": { "line": 40, @@ -6255,8 +6255,8 @@ "binop": null, "updateContext": null }, - "start": 818, - "end": 819, + "start": 857, + "end": 858, "loc": { "start": { "line": 40, @@ -6280,8 +6280,8 @@ "postfix": false, "binop": null }, - "start": 821, - "end": 822, + "start": 861, + "end": 862, "loc": { "start": { "line": 41, @@ -6308,8 +6308,8 @@ "updateContext": null }, "value": "if", - "start": 825, - "end": 827, + "start": 867, + "end": 869, "loc": { "start": { "line": 43, @@ -6333,8 +6333,8 @@ "postfix": false, "binop": null }, - "start": 827, - "end": 828, + "start": 869, + "end": 870, "loc": { "start": { "line": 43, @@ -6360,8 +6360,8 @@ "updateContext": null }, "value": "checkbox", - "start": 829, - "end": 839, + "start": 871, + "end": 881, "loc": { "start": { "line": 43, @@ -6387,8 +6387,8 @@ "updateContext": null }, "value": "===", - "start": 840, - "end": 843, + "start": 882, + "end": 885, "loc": { "start": { "line": 43, @@ -6413,8 +6413,8 @@ "binop": null }, "value": "props", - "start": 844, - "end": 849, + "start": 886, + "end": 891, "loc": { "start": { "line": 43, @@ -6439,8 +6439,8 @@ "binop": null, "updateContext": null }, - "start": 849, - "end": 850, + "start": 891, + "end": 892, "loc": { "start": { "line": 43, @@ -6465,8 +6465,8 @@ "binop": null }, "value": "inputType", - "start": 850, - "end": 859, + "start": 892, + "end": 901, "loc": { "start": { "line": 43, @@ -6490,8 +6490,8 @@ "postfix": false, "binop": null }, - "start": 860, - "end": 861, + "start": 902, + "end": 903, "loc": { "start": { "line": 43, @@ -6515,8 +6515,8 @@ "postfix": false, "binop": null }, - "start": 861, - "end": 862, + "start": 903, + "end": 904, "loc": { "start": { "line": 43, @@ -6543,8 +6543,8 @@ "updateContext": null }, "value": "return", - "start": 865, - "end": 871, + "start": 908, + "end": 914, "loc": { "start": { "line": 44, @@ -6568,8 +6568,8 @@ "postfix": false, "binop": null }, - "start": 872, - "end": 873, + "start": 915, + "end": 916, "loc": { "start": { "line": 44, @@ -6593,8 +6593,8 @@ "postfix": false, "binop": null }, - "start": 877, - "end": 878, + "start": 921, + "end": 922, "loc": { "start": { "line": 45, @@ -6620,8 +6620,8 @@ "updateContext": null }, "value": "input", - "start": 878, - "end": 883, + "start": 922, + "end": 927, "loc": { "start": { "line": 45, @@ -6647,8 +6647,8 @@ "updateContext": null }, "value": "type", - "start": 888, - "end": 892, + "start": 933, + "end": 937, "loc": { "start": { "line": 46, @@ -6674,8 +6674,8 @@ "updateContext": null }, "value": "=", - "start": 892, - "end": 893, + "start": 937, + "end": 938, "loc": { "start": { "line": 46, @@ -6699,8 +6699,8 @@ "postfix": false, "binop": null }, - "start": 893, - "end": 894, + "start": 938, + "end": 939, "loc": { "start": { "line": 46, @@ -6726,8 +6726,8 @@ "updateContext": null }, "value": "checkbox", - "start": 894, - "end": 904, + "start": 939, + "end": 949, "loc": { "start": { "line": 46, @@ -6751,8 +6751,8 @@ "postfix": false, "binop": null }, - "start": 904, - "end": 905, + "start": 949, + "end": 950, "loc": { "start": { "line": 46, @@ -6778,8 +6778,8 @@ "updateContext": null }, "value": "id", - "start": 910, - "end": 912, + "start": 956, + "end": 958, "loc": { "start": { "line": 47, @@ -6805,8 +6805,8 @@ "updateContext": null }, "value": "=", - "start": 912, - "end": 913, + "start": 958, + "end": 959, "loc": { "start": { "line": 47, @@ -6830,8 +6830,8 @@ "postfix": false, "binop": null }, - "start": 913, - "end": 914, + "start": 959, + "end": 960, "loc": { "start": { "line": 47, @@ -6856,8 +6856,8 @@ "binop": null }, "value": "props", - "start": 914, - "end": 919, + "start": 960, + "end": 965, "loc": { "start": { "line": 47, @@ -6882,8 +6882,8 @@ "binop": null, "updateContext": null }, - "start": 919, - "end": 920, + "start": 965, + "end": 966, "loc": { "start": { "line": 47, @@ -6908,8 +6908,8 @@ "binop": null }, "value": "id", - "start": 920, - "end": 922, + "start": 966, + "end": 968, "loc": { "start": { "line": 47, @@ -6933,8 +6933,8 @@ "postfix": false, "binop": null }, - "start": 922, - "end": 923, + "start": 968, + "end": 969, "loc": { "start": { "line": 47, @@ -6960,8 +6960,8 @@ "updateContext": null }, "value": "className", - "start": 928, - "end": 937, + "start": 975, + "end": 984, "loc": { "start": { "line": 48, @@ -6987,8 +6987,8 @@ "updateContext": null }, "value": "=", - "start": 937, - "end": 938, + "start": 984, + "end": 985, "loc": { "start": { "line": 48, @@ -7012,8 +7012,8 @@ "postfix": false, "binop": null }, - "start": 938, - "end": 939, + "start": 985, + "end": 986, "loc": { "start": { "line": 48, @@ -7038,8 +7038,8 @@ "binop": null }, "value": "inputClassName", - "start": 939, - "end": 953, + "start": 986, + "end": 1000, "loc": { "start": { "line": 48, @@ -7063,8 +7063,8 @@ "postfix": false, "binop": null }, - "start": 953, - "end": 954, + "start": 1000, + "end": 1001, "loc": { "start": { "line": 48, @@ -7088,8 +7088,8 @@ "postfix": false, "binop": null }, - "start": 954, - "end": 955, + "start": 1001, + "end": 1002, "loc": { "start": { "line": 48, @@ -7113,8 +7113,8 @@ "postfix": false, "binop": null }, - "start": 955, - "end": 956, + "start": 1002, + "end": 1003, "loc": { "start": { "line": 48, @@ -7140,8 +7140,8 @@ "updateContext": null }, "value": "aria-describedby", - "start": 961, - "end": 977, + "start": 1009, + "end": 1025, "loc": { "start": { "line": 49, @@ -7167,8 +7167,8 @@ "updateContext": null }, "value": "=", - "start": 977, - "end": 978, + "start": 1025, + "end": 1026, "loc": { "start": { "line": 49, @@ -7192,8 +7192,8 @@ "postfix": false, "binop": null }, - "start": 978, - "end": 979, + "start": 1026, + "end": 1027, "loc": { "start": { "line": 49, @@ -7218,8 +7218,8 @@ "binop": null }, "value": "props", - "start": 979, - "end": 984, + "start": 1027, + "end": 1032, "loc": { "start": { "line": 49, @@ -7244,8 +7244,8 @@ "binop": null, "updateContext": null }, - "start": 984, - "end": 985, + "start": 1032, + "end": 1033, "loc": { "start": { "line": 49, @@ -7270,8 +7270,8 @@ "binop": null }, "value": "ariaDescribedbyAttr", - "start": 985, - "end": 1004, + "start": 1033, + "end": 1052, "loc": { "start": { "line": 49, @@ -7295,8 +7295,8 @@ "postfix": false, "binop": null }, - "start": 1004, - "end": 1005, + "start": 1052, + "end": 1053, "loc": { "start": { "line": 49, @@ -7322,8 +7322,8 @@ "updateContext": null }, "value": "required", - "start": 1010, - "end": 1018, + "start": 1059, + "end": 1067, "loc": { "start": { "line": 50, @@ -7349,8 +7349,8 @@ "updateContext": null }, "value": "=", - "start": 1018, - "end": 1019, + "start": 1067, + "end": 1068, "loc": { "start": { "line": 50, @@ -7374,8 +7374,8 @@ "postfix": false, "binop": null }, - "start": 1019, - "end": 1020, + "start": 1068, + "end": 1069, "loc": { "start": { "line": 50, @@ -7400,8 +7400,8 @@ "binop": null }, "value": "props", - "start": 1020, - "end": 1025, + "start": 1069, + "end": 1074, "loc": { "start": { "line": 50, @@ -7426,8 +7426,8 @@ "binop": null, "updateContext": null }, - "start": 1025, - "end": 1026, + "start": 1074, + "end": 1075, "loc": { "start": { "line": 50, @@ -7452,8 +7452,8 @@ "binop": null }, "value": "isRequired", - "start": 1026, - "end": 1036, + "start": 1075, + "end": 1085, "loc": { "start": { "line": 50, @@ -7477,8 +7477,8 @@ "postfix": false, "binop": null }, - "start": 1036, - "end": 1037, + "start": 1085, + "end": 1086, "loc": { "start": { "line": 50, @@ -7504,8 +7504,8 @@ "updateContext": null }, "value": "onChange", - "start": 1042, - "end": 1050, + "start": 1092, + "end": 1100, "loc": { "start": { "line": 51, @@ -7531,8 +7531,8 @@ "updateContext": null }, "value": "=", - "start": 1050, - "end": 1051, + "start": 1100, + "end": 1101, "loc": { "start": { "line": 51, @@ -7556,8 +7556,8 @@ "postfix": false, "binop": null }, - "start": 1051, - "end": 1052, + "start": 1101, + "end": 1102, "loc": { "start": { "line": 51, @@ -7582,8 +7582,8 @@ "binop": null }, "value": "checkboxChangeHandler", - "start": 1052, - "end": 1073, + "start": 1102, + "end": 1123, "loc": { "start": { "line": 51, @@ -7607,8 +7607,8 @@ "postfix": false, "binop": null }, - "start": 1073, - "end": 1074, + "start": 1123, + "end": 1124, "loc": { "start": { "line": 51, @@ -7634,8 +7634,8 @@ "updateContext": null }, "value": "defaultChecked", - "start": 1079, - "end": 1093, + "start": 1130, + "end": 1144, "loc": { "start": { "line": 52, @@ -7661,8 +7661,8 @@ "updateContext": null }, "value": "=", - "start": 1093, - "end": 1094, + "start": 1144, + "end": 1145, "loc": { "start": { "line": 52, @@ -7686,8 +7686,8 @@ "postfix": false, "binop": null }, - "start": 1094, - "end": 1095, + "start": 1145, + "end": 1146, "loc": { "start": { "line": 52, @@ -7712,8 +7712,8 @@ "binop": null }, "value": "props", - "start": 1095, - "end": 1100, + "start": 1146, + "end": 1151, "loc": { "start": { "line": 52, @@ -7738,8 +7738,8 @@ "binop": null, "updateContext": null }, - "start": 1100, - "end": 1101, + "start": 1151, + "end": 1152, "loc": { "start": { "line": 52, @@ -7764,8 +7764,8 @@ "binop": null }, "value": "value", - "start": 1101, - "end": 1106, + "start": 1152, + "end": 1157, "loc": { "start": { "line": 52, @@ -7789,8 +7789,8 @@ "postfix": false, "binop": null }, - "start": 1106, - "end": 1107, + "start": 1157, + "end": 1158, "loc": { "start": { "line": 52, @@ -7816,8 +7816,8 @@ "updateContext": null }, "value": "disabled", - "start": 1112, - "end": 1120, + "start": 1164, + "end": 1172, "loc": { "start": { "line": 53, @@ -7843,8 +7843,8 @@ "updateContext": null }, "value": "=", - "start": 1120, - "end": 1121, + "start": 1172, + "end": 1173, "loc": { "start": { "line": 53, @@ -7868,8 +7868,8 @@ "postfix": false, "binop": null }, - "start": 1121, - "end": 1122, + "start": 1173, + "end": 1174, "loc": { "start": { "line": 53, @@ -7894,8 +7894,8 @@ "binop": null }, "value": "props", - "start": 1122, - "end": 1127, + "start": 1174, + "end": 1179, "loc": { "start": { "line": 53, @@ -7920,8 +7920,8 @@ "binop": null, "updateContext": null }, - "start": 1127, - "end": 1128, + "start": 1179, + "end": 1180, "loc": { "start": { "line": 53, @@ -7946,8 +7946,8 @@ "binop": null }, "value": "disabled", - "start": 1128, - "end": 1136, + "start": 1180, + "end": 1188, "loc": { "start": { "line": 53, @@ -7971,8 +7971,8 @@ "postfix": false, "binop": null }, - "start": 1136, - "end": 1137, + "start": 1188, + "end": 1189, "loc": { "start": { "line": 53, @@ -7998,8 +7998,8 @@ "updateContext": null }, "value": "onBlur", - "start": 1142, - "end": 1148, + "start": 1195, + "end": 1201, "loc": { "start": { "line": 54, @@ -8025,8 +8025,8 @@ "updateContext": null }, "value": "=", - "start": 1148, - "end": 1149, + "start": 1201, + "end": 1202, "loc": { "start": { "line": 54, @@ -8050,8 +8050,8 @@ "postfix": false, "binop": null }, - "start": 1149, - "end": 1150, + "start": 1202, + "end": 1203, "loc": { "start": { "line": 54, @@ -8076,8 +8076,8 @@ "binop": null }, "value": "props", - "start": 1150, - "end": 1155, + "start": 1203, + "end": 1208, "loc": { "start": { "line": 54, @@ -8102,8 +8102,8 @@ "binop": null, "updateContext": null }, - "start": 1155, - "end": 1156, + "start": 1208, + "end": 1209, "loc": { "start": { "line": 54, @@ -8128,8 +8128,8 @@ "binop": null }, "value": "onBlur", - "start": 1156, - "end": 1162, + "start": 1209, + "end": 1215, "loc": { "start": { "line": 54, @@ -8153,8 +8153,8 @@ "postfix": false, "binop": null }, - "start": 1162, - "end": 1163, + "start": 1215, + "end": 1216, "loc": { "start": { "line": 54, @@ -8180,8 +8180,8 @@ "updateContext": null }, "value": "onFocus", - "start": 1168, - "end": 1175, + "start": 1222, + "end": 1229, "loc": { "start": { "line": 55, @@ -8207,8 +8207,8 @@ "updateContext": null }, "value": "=", - "start": 1175, - "end": 1176, + "start": 1229, + "end": 1230, "loc": { "start": { "line": 55, @@ -8232,8 +8232,8 @@ "postfix": false, "binop": null }, - "start": 1176, - "end": 1177, + "start": 1230, + "end": 1231, "loc": { "start": { "line": 55, @@ -8258,8 +8258,8 @@ "binop": null }, "value": "props", - "start": 1177, - "end": 1182, + "start": 1231, + "end": 1236, "loc": { "start": { "line": 55, @@ -8284,8 +8284,8 @@ "binop": null, "updateContext": null }, - "start": 1182, - "end": 1183, + "start": 1236, + "end": 1237, "loc": { "start": { "line": 55, @@ -8310,8 +8310,8 @@ "binop": null }, "value": "onFocus", - "start": 1183, - "end": 1190, + "start": 1237, + "end": 1244, "loc": { "start": { "line": 55, @@ -8335,8 +8335,8 @@ "postfix": false, "binop": null }, - "start": 1190, - "end": 1191, + "start": 1244, + "end": 1245, "loc": { "start": { "line": 55, @@ -8362,8 +8362,8 @@ "updateContext": null }, "value": "/", - "start": 1195, - "end": 1196, + "start": 1250, + "end": 1251, "loc": { "start": { "line": 56, @@ -8387,8 +8387,8 @@ "postfix": false, "binop": null }, - "start": 1196, - "end": 1197, + "start": 1251, + "end": 1252, "loc": { "start": { "line": 56, @@ -8412,8 +8412,8 @@ "postfix": false, "binop": null }, - "start": 1200, - "end": 1201, + "start": 1256, + "end": 1257, "loc": { "start": { "line": 57, @@ -8438,8 +8438,8 @@ "binop": null, "updateContext": null }, - "start": 1201, - "end": 1202, + "start": 1257, + "end": 1258, "loc": { "start": { "line": 57, @@ -8463,8 +8463,8 @@ "postfix": false, "binop": null }, - "start": 1204, - "end": 1205, + "start": 1261, + "end": 1262, "loc": { "start": { "line": 58, @@ -8491,8 +8491,8 @@ "updateContext": null }, "value": "return", - "start": 1208, - "end": 1214, + "start": 1267, + "end": 1273, "loc": { "start": { "line": 60, @@ -8516,8 +8516,8 @@ "postfix": false, "binop": null }, - "start": 1215, - "end": 1216, + "start": 1274, + "end": 1275, "loc": { "start": { "line": 60, @@ -8541,8 +8541,8 @@ "postfix": false, "binop": null }, - "start": 1219, - "end": 1220, + "start": 1279, + "end": 1280, "loc": { "start": { "line": 61, @@ -8568,8 +8568,8 @@ "updateContext": null }, "value": "input", - "start": 1220, - "end": 1225, + "start": 1280, + "end": 1285, "loc": { "start": { "line": 61, @@ -8595,8 +8595,8 @@ "updateContext": null }, "value": "type", - "start": 1229, - "end": 1233, + "start": 1290, + "end": 1294, "loc": { "start": { "line": 62, @@ -8622,8 +8622,8 @@ "updateContext": null }, "value": "=", - "start": 1233, - "end": 1234, + "start": 1294, + "end": 1295, "loc": { "start": { "line": 62, @@ -8647,8 +8647,8 @@ "postfix": false, "binop": null }, - "start": 1234, - "end": 1235, + "start": 1295, + "end": 1296, "loc": { "start": { "line": 62, @@ -8673,8 +8673,8 @@ "binop": null }, "value": "props", - "start": 1235, - "end": 1240, + "start": 1296, + "end": 1301, "loc": { "start": { "line": 62, @@ -8699,8 +8699,8 @@ "binop": null, "updateContext": null }, - "start": 1240, - "end": 1241, + "start": 1301, + "end": 1302, "loc": { "start": { "line": 62, @@ -8725,8 +8725,8 @@ "binop": null }, "value": "inputType", - "start": 1241, - "end": 1250, + "start": 1302, + "end": 1311, "loc": { "start": { "line": 62, @@ -8750,8 +8750,8 @@ "postfix": false, "binop": null }, - "start": 1250, - "end": 1251, + "start": 1311, + "end": 1312, "loc": { "start": { "line": 62, @@ -8777,8 +8777,8 @@ "updateContext": null }, "value": "id", - "start": 1255, - "end": 1257, + "start": 1317, + "end": 1319, "loc": { "start": { "line": 63, @@ -8804,8 +8804,8 @@ "updateContext": null }, "value": "=", - "start": 1257, - "end": 1258, + "start": 1319, + "end": 1320, "loc": { "start": { "line": 63, @@ -8829,8 +8829,8 @@ "postfix": false, "binop": null }, - "start": 1258, - "end": 1259, + "start": 1320, + "end": 1321, "loc": { "start": { "line": 63, @@ -8855,8 +8855,8 @@ "binop": null }, "value": "props", - "start": 1259, - "end": 1264, + "start": 1321, + "end": 1326, "loc": { "start": { "line": 63, @@ -8881,8 +8881,8 @@ "binop": null, "updateContext": null }, - "start": 1264, - "end": 1265, + "start": 1326, + "end": 1327, "loc": { "start": { "line": 63, @@ -8907,8 +8907,8 @@ "binop": null }, "value": "id", - "start": 1265, - "end": 1267, + "start": 1327, + "end": 1329, "loc": { "start": { "line": 63, @@ -8932,8 +8932,8 @@ "postfix": false, "binop": null }, - "start": 1267, - "end": 1268, + "start": 1329, + "end": 1330, "loc": { "start": { "line": 63, @@ -8959,8 +8959,8 @@ "updateContext": null }, "value": "className", - "start": 1272, - "end": 1281, + "start": 1335, + "end": 1344, "loc": { "start": { "line": 64, @@ -8986,8 +8986,8 @@ "updateContext": null }, "value": "=", - "start": 1281, - "end": 1282, + "start": 1344, + "end": 1345, "loc": { "start": { "line": 64, @@ -9011,8 +9011,8 @@ "postfix": false, "binop": null }, - "start": 1282, - "end": 1283, + "start": 1345, + "end": 1346, "loc": { "start": { "line": 64, @@ -9037,8 +9037,8 @@ "binop": null }, "value": "inputClassName", - "start": 1283, - "end": 1297, + "start": 1346, + "end": 1360, "loc": { "start": { "line": 64, @@ -9062,8 +9062,8 @@ "postfix": false, "binop": null }, - "start": 1297, - "end": 1298, + "start": 1360, + "end": 1361, "loc": { "start": { "line": 64, @@ -9087,8 +9087,8 @@ "postfix": false, "binop": null }, - "start": 1298, - "end": 1299, + "start": 1361, + "end": 1362, "loc": { "start": { "line": 64, @@ -9112,8 +9112,8 @@ "postfix": false, "binop": null }, - "start": 1299, - "end": 1300, + "start": 1362, + "end": 1363, "loc": { "start": { "line": 64, @@ -9139,8 +9139,8 @@ "updateContext": null }, "value": "aria-describedby", - "start": 1304, - "end": 1320, + "start": 1368, + "end": 1384, "loc": { "start": { "line": 65, @@ -9166,8 +9166,8 @@ "updateContext": null }, "value": "=", - "start": 1320, - "end": 1321, + "start": 1384, + "end": 1385, "loc": { "start": { "line": 65, @@ -9191,8 +9191,8 @@ "postfix": false, "binop": null }, - "start": 1321, - "end": 1322, + "start": 1385, + "end": 1386, "loc": { "start": { "line": 65, @@ -9217,8 +9217,8 @@ "binop": null }, "value": "props", - "start": 1322, - "end": 1327, + "start": 1386, + "end": 1391, "loc": { "start": { "line": 65, @@ -9243,8 +9243,8 @@ "binop": null, "updateContext": null }, - "start": 1327, - "end": 1328, + "start": 1391, + "end": 1392, "loc": { "start": { "line": 65, @@ -9269,8 +9269,8 @@ "binop": null }, "value": "ariaDescribedbyAttr", - "start": 1328, - "end": 1347, + "start": 1392, + "end": 1411, "loc": { "start": { "line": 65, @@ -9294,8 +9294,8 @@ "postfix": false, "binop": null }, - "start": 1347, - "end": 1348, + "start": 1411, + "end": 1412, "loc": { "start": { "line": 65, @@ -9321,8 +9321,8 @@ "updateContext": null }, "value": "required", - "start": 1352, - "end": 1360, + "start": 1417, + "end": 1425, "loc": { "start": { "line": 66, @@ -9348,8 +9348,8 @@ "updateContext": null }, "value": "=", - "start": 1360, - "end": 1361, + "start": 1425, + "end": 1426, "loc": { "start": { "line": 66, @@ -9373,8 +9373,8 @@ "postfix": false, "binop": null }, - "start": 1361, - "end": 1362, + "start": 1426, + "end": 1427, "loc": { "start": { "line": 66, @@ -9399,8 +9399,8 @@ "binop": null }, "value": "props", - "start": 1362, - "end": 1367, + "start": 1427, + "end": 1432, "loc": { "start": { "line": 66, @@ -9425,8 +9425,8 @@ "binop": null, "updateContext": null }, - "start": 1367, - "end": 1368, + "start": 1432, + "end": 1433, "loc": { "start": { "line": 66, @@ -9451,8 +9451,8 @@ "binop": null }, "value": "isRequired", - "start": 1368, - "end": 1378, + "start": 1433, + "end": 1443, "loc": { "start": { "line": 66, @@ -9476,8 +9476,8 @@ "postfix": false, "binop": null }, - "start": 1378, - "end": 1379, + "start": 1443, + "end": 1444, "loc": { "start": { "line": 66, @@ -9503,8 +9503,8 @@ "updateContext": null }, "value": "onChange", - "start": 1383, - "end": 1391, + "start": 1449, + "end": 1457, "loc": { "start": { "line": 67, @@ -9530,8 +9530,8 @@ "updateContext": null }, "value": "=", - "start": 1391, - "end": 1392, + "start": 1457, + "end": 1458, "loc": { "start": { "line": 67, @@ -9555,8 +9555,8 @@ "postfix": false, "binop": null }, - "start": 1392, - "end": 1393, + "start": 1458, + "end": 1459, "loc": { "start": { "line": 67, @@ -9581,8 +9581,8 @@ "binop": null }, "value": "changeHandler", - "start": 1393, - "end": 1406, + "start": 1459, + "end": 1472, "loc": { "start": { "line": 67, @@ -9606,8 +9606,8 @@ "postfix": false, "binop": null }, - "start": 1406, - "end": 1407, + "start": 1472, + "end": 1473, "loc": { "start": { "line": 67, @@ -9633,8 +9633,8 @@ "updateContext": null }, "value": "value", - "start": 1411, - "end": 1416, + "start": 1478, + "end": 1483, "loc": { "start": { "line": 68, @@ -9660,8 +9660,8 @@ "updateContext": null }, "value": "=", - "start": 1416, - "end": 1417, + "start": 1483, + "end": 1484, "loc": { "start": { "line": 68, @@ -9685,8 +9685,8 @@ "postfix": false, "binop": null }, - "start": 1417, - "end": 1418, + "start": 1484, + "end": 1485, "loc": { "start": { "line": 68, @@ -9711,8 +9711,8 @@ "binop": null }, "value": "props", - "start": 1418, - "end": 1423, + "start": 1485, + "end": 1490, "loc": { "start": { "line": 68, @@ -9737,8 +9737,8 @@ "binop": null, "updateContext": null }, - "start": 1423, - "end": 1424, + "start": 1490, + "end": 1491, "loc": { "start": { "line": 68, @@ -9763,8 +9763,8 @@ "binop": null }, "value": "value", - "start": 1424, - "end": 1429, + "start": 1491, + "end": 1496, "loc": { "start": { "line": 68, @@ -9788,8 +9788,8 @@ "postfix": false, "binop": null }, - "start": 1429, - "end": 1430, + "start": 1496, + "end": 1497, "loc": { "start": { "line": 68, @@ -9815,8 +9815,8 @@ "updateContext": null }, "value": "disabled", - "start": 1434, - "end": 1442, + "start": 1502, + "end": 1510, "loc": { "start": { "line": 69, @@ -9842,8 +9842,8 @@ "updateContext": null }, "value": "=", - "start": 1442, - "end": 1443, + "start": 1510, + "end": 1511, "loc": { "start": { "line": 69, @@ -9867,8 +9867,8 @@ "postfix": false, "binop": null }, - "start": 1443, - "end": 1444, + "start": 1511, + "end": 1512, "loc": { "start": { "line": 69, @@ -9893,8 +9893,8 @@ "binop": null }, "value": "props", - "start": 1444, - "end": 1449, + "start": 1512, + "end": 1517, "loc": { "start": { "line": 69, @@ -9919,8 +9919,8 @@ "binop": null, "updateContext": null }, - "start": 1449, - "end": 1450, + "start": 1517, + "end": 1518, "loc": { "start": { "line": 69, @@ -9945,8 +9945,8 @@ "binop": null }, "value": "disabled", - "start": 1450, - "end": 1458, + "start": 1518, + "end": 1526, "loc": { "start": { "line": 69, @@ -9970,8 +9970,8 @@ "postfix": false, "binop": null }, - "start": 1458, - "end": 1459, + "start": 1526, + "end": 1527, "loc": { "start": { "line": 69, @@ -9997,8 +9997,8 @@ "updateContext": null }, "value": "onBlur", - "start": 1463, - "end": 1469, + "start": 1532, + "end": 1538, "loc": { "start": { "line": 70, @@ -10024,8 +10024,8 @@ "updateContext": null }, "value": "=", - "start": 1469, - "end": 1470, + "start": 1538, + "end": 1539, "loc": { "start": { "line": 70, @@ -10049,8 +10049,8 @@ "postfix": false, "binop": null }, - "start": 1470, - "end": 1471, + "start": 1539, + "end": 1540, "loc": { "start": { "line": 70, @@ -10075,8 +10075,8 @@ "binop": null }, "value": "props", - "start": 1471, - "end": 1476, + "start": 1540, + "end": 1545, "loc": { "start": { "line": 70, @@ -10101,8 +10101,8 @@ "binop": null, "updateContext": null }, - "start": 1476, - "end": 1477, + "start": 1545, + "end": 1546, "loc": { "start": { "line": 70, @@ -10127,8 +10127,8 @@ "binop": null }, "value": "onBlur", - "start": 1477, - "end": 1483, + "start": 1546, + "end": 1552, "loc": { "start": { "line": 70, @@ -10152,8 +10152,8 @@ "postfix": false, "binop": null }, - "start": 1483, - "end": 1484, + "start": 1552, + "end": 1553, "loc": { "start": { "line": 70, @@ -10179,8 +10179,8 @@ "updateContext": null }, "value": "onFocus", - "start": 1488, - "end": 1495, + "start": 1558, + "end": 1565, "loc": { "start": { "line": 71, @@ -10206,8 +10206,8 @@ "updateContext": null }, "value": "=", - "start": 1495, - "end": 1496, + "start": 1565, + "end": 1566, "loc": { "start": { "line": 71, @@ -10231,8 +10231,8 @@ "postfix": false, "binop": null }, - "start": 1496, - "end": 1497, + "start": 1566, + "end": 1567, "loc": { "start": { "line": 71, @@ -10257,8 +10257,8 @@ "binop": null }, "value": "props", - "start": 1497, - "end": 1502, + "start": 1567, + "end": 1572, "loc": { "start": { "line": 71, @@ -10283,8 +10283,8 @@ "binop": null, "updateContext": null }, - "start": 1502, - "end": 1503, + "start": 1572, + "end": 1573, "loc": { "start": { "line": 71, @@ -10309,8 +10309,8 @@ "binop": null }, "value": "onFocus", - "start": 1503, - "end": 1510, + "start": 1573, + "end": 1580, "loc": { "start": { "line": 71, @@ -10334,8 +10334,8 @@ "postfix": false, "binop": null }, - "start": 1510, - "end": 1511, + "start": 1580, + "end": 1581, "loc": { "start": { "line": 71, @@ -10361,8 +10361,8 @@ "updateContext": null }, "value": "/", - "start": 1514, - "end": 1515, + "start": 1585, + "end": 1586, "loc": { "start": { "line": 72, @@ -10386,8 +10386,8 @@ "postfix": false, "binop": null }, - "start": 1515, - "end": 1516, + "start": 1586, + "end": 1587, "loc": { "start": { "line": 72, @@ -10411,8 +10411,8 @@ "postfix": false, "binop": null }, - "start": 1518, - "end": 1519, + "start": 1590, + "end": 1591, "loc": { "start": { "line": 73, @@ -10437,8 +10437,8 @@ "binop": null, "updateContext": null }, - "start": 1519, - "end": 1520, + "start": 1591, + "end": 1592, "loc": { "start": { "line": 73, @@ -10462,8 +10462,8 @@ "postfix": false, "binop": null }, - "start": 1522, - "end": 1523, + "start": 1596, + "end": 1597, "loc": { "start": { "line": 75, @@ -10488,8 +10488,8 @@ "binop": null, "updateContext": null }, - "start": 1523, - "end": 1524, + "start": 1597, + "end": 1598, "loc": { "start": { "line": 75, @@ -10503,9 +10503,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definitions for Input components\n ", - "start": 1526, - "end": 1574, + "value": "*\r\n * Prop definitions for Input components\r\n ", + "start": 1602, + "end": 1652, "loc": { "start": { "line": 77, @@ -10530,8 +10530,8 @@ "binop": null }, "value": "Input", - "start": 1575, - "end": 1580, + "start": 1654, + "end": 1659, "loc": { "start": { "line": 80, @@ -10556,8 +10556,8 @@ "binop": null, "updateContext": null }, - "start": 1580, - "end": 1581, + "start": 1659, + "end": 1660, "loc": { "start": { "line": 80, @@ -10582,8 +10582,8 @@ "binop": null }, "value": "propTypes", - "start": 1581, - "end": 1590, + "start": 1660, + "end": 1669, "loc": { "start": { "line": 80, @@ -10609,8 +10609,8 @@ "updateContext": null }, "value": "=", - "start": 1591, - "end": 1592, + "start": 1670, + "end": 1671, "loc": { "start": { "line": 80, @@ -10635,8 +10635,8 @@ "binop": null }, "value": "fieldPropTypes", - "start": 1593, - "end": 1607, + "start": 1672, + "end": 1686, "loc": { "start": { "line": 80, @@ -10661,8 +10661,8 @@ "binop": null, "updateContext": null }, - "start": 1607, - "end": 1608, + "start": 1686, + "end": 1687, "loc": { "start": { "line": 80, @@ -10676,9 +10676,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default props for Input Component\n *\n * @type {{ariaDescribedbyAttr: string, isRequired: boolean, inputType: string}}\n ", - "start": 1610, - "end": 1738, + "value": "*\r\n * Default props for Input Component\r\n *\r\n * @type {{ariaDescribedbyAttr: string, isRequired: boolean, inputType: string}}\r\n ", + "start": 1691, + "end": 1823, "loc": { "start": { "line": 82, @@ -10703,8 +10703,8 @@ "binop": null }, "value": "Input", - "start": 1739, - "end": 1744, + "start": 1825, + "end": 1830, "loc": { "start": { "line": 87, @@ -10729,8 +10729,8 @@ "binop": null, "updateContext": null }, - "start": 1744, - "end": 1745, + "start": 1830, + "end": 1831, "loc": { "start": { "line": 87, @@ -10755,8 +10755,8 @@ "binop": null }, "value": "defaultProps", - "start": 1745, - "end": 1757, + "start": 1831, + "end": 1843, "loc": { "start": { "line": 87, @@ -10782,8 +10782,8 @@ "updateContext": null }, "value": "=", - "start": 1758, - "end": 1759, + "start": 1844, + "end": 1845, "loc": { "start": { "line": 87, @@ -10807,8 +10807,8 @@ "postfix": false, "binop": null }, - "start": 1760, - "end": 1761, + "start": 1846, + "end": 1847, "loc": { "start": { "line": 87, @@ -10833,8 +10833,8 @@ "binop": null }, "value": "ariaDescribedbyAttr", - "start": 1763, - "end": 1782, + "start": 1850, + "end": 1869, "loc": { "start": { "line": 88, @@ -10859,8 +10859,8 @@ "binop": null, "updateContext": null }, - "start": 1782, - "end": 1783, + "start": 1869, + "end": 1870, "loc": { "start": { "line": 88, @@ -10886,8 +10886,8 @@ "updateContext": null }, "value": "", - "start": 1784, - "end": 1786, + "start": 1871, + "end": 1873, "loc": { "start": { "line": 88, @@ -10912,8 +10912,8 @@ "binop": null, "updateContext": null }, - "start": 1786, - "end": 1787, + "start": 1873, + "end": 1874, "loc": { "start": { "line": 88, @@ -10938,8 +10938,8 @@ "binop": null }, "value": "isRequired", - "start": 1789, - "end": 1799, + "start": 1877, + "end": 1887, "loc": { "start": { "line": 89, @@ -10964,8 +10964,8 @@ "binop": null, "updateContext": null }, - "start": 1799, - "end": 1800, + "start": 1887, + "end": 1888, "loc": { "start": { "line": 89, @@ -10992,8 +10992,8 @@ "updateContext": null }, "value": "false", - "start": 1801, - "end": 1806, + "start": 1889, + "end": 1894, "loc": { "start": { "line": 89, @@ -11018,8 +11018,8 @@ "binop": null, "updateContext": null }, - "start": 1806, - "end": 1807, + "start": 1894, + "end": 1895, "loc": { "start": { "line": 89, @@ -11044,8 +11044,8 @@ "binop": null }, "value": "inputType", - "start": 1809, - "end": 1818, + "start": 1898, + "end": 1907, "loc": { "start": { "line": 90, @@ -11070,8 +11070,8 @@ "binop": null, "updateContext": null }, - "start": 1818, - "end": 1819, + "start": 1907, + "end": 1908, "loc": { "start": { "line": 90, @@ -11097,8 +11097,8 @@ "updateContext": null }, "value": "text", - "start": 1820, - "end": 1826, + "start": 1909, + "end": 1915, "loc": { "start": { "line": 90, @@ -11122,8 +11122,8 @@ "postfix": false, "binop": null }, - "start": 1827, - "end": 1828, + "start": 1917, + "end": 1918, "loc": { "start": { "line": 91, @@ -11148,8 +11148,8 @@ "binop": null, "updateContext": null }, - "start": 1828, - "end": 1829, + "start": 1918, + "end": 1919, "loc": { "start": { "line": 91, @@ -11174,8 +11174,8 @@ "binop": null, "updateContext": null }, - "start": 1829, - "end": 1829, + "start": 1919, + "end": 1919, "loc": { "start": { "line": 91, diff --git a/docs/ast/source/components/fields/magic-select/MagicFieldGroup.js.json b/docs/ast/source/components/fields/magic-select/MagicFieldGroup.js.json index 201d223..b678ae5 100644 --- a/docs/ast/source/components/fields/magic-select/MagicFieldGroup.js.json +++ b/docs/ast/source/components/fields/magic-select/MagicFieldGroup.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 4787, + "end": 5014, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 4787, + "end": 5014, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 27, - "end": 76, + "start": 28, + "end": 77, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 35, - "end": 54, + "start": 36, + "end": 55, "loc": { "start": { "line": 2, @@ -128,8 +128,8 @@ }, "imported": { "type": "Identifier", - "start": 35, - "end": 54, + "start": 36, + "end": 55, "loc": { "start": { "line": 2, @@ -145,8 +145,8 @@ }, "local": { "type": "Identifier", - "start": 35, - "end": 54, + "start": 36, + "end": 55, "loc": { "start": { "line": 2, @@ -164,8 +164,8 @@ ], "source": { "type": "StringLiteral", - "start": 61, - "end": 75, + "start": 62, + "end": 76, "loc": { "start": { "line": 2, @@ -185,8 +185,8 @@ }, { "type": "ImportDeclaration", - "start": 77, - "end": 113, + "start": 79, + "end": 115, "loc": { "start": { "line": 3, @@ -200,8 +200,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 84, - "end": 94, + "start": 86, + "end": 96, "loc": { "start": { "line": 3, @@ -214,8 +214,8 @@ }, "local": { "type": "Identifier", - "start": 84, - "end": 94, + "start": 86, + "end": 96, "loc": { "start": { "line": 3, @@ -233,8 +233,8 @@ ], "source": { "type": "StringLiteral", - "start": 100, - "end": 112, + "start": 102, + "end": 114, "loc": { "start": { "line": 3, @@ -254,8 +254,8 @@ }, { "type": "ImportDeclaration", - "start": 114, - "end": 152, + "start": 117, + "end": 155, "loc": { "start": { "line": 4, @@ -269,8 +269,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 122, - "end": 131, + "start": 125, + "end": 134, "loc": { "start": { "line": 4, @@ -283,8 +283,8 @@ }, "imported": { "type": "Identifier", - "start": 122, - "end": 131, + "start": 125, + "end": 134, "loc": { "start": { "line": 4, @@ -300,8 +300,8 @@ }, "local": { "type": "Identifier", - "start": 122, - "end": 131, + "start": 125, + "end": 134, "loc": { "start": { "line": 4, @@ -319,8 +319,8 @@ ], "source": { "type": "StringLiteral", - "start": 138, - "end": 151, + "start": 141, + "end": 154, "loc": { "start": { "line": 4, @@ -340,8 +340,8 @@ }, { "type": "ImportDeclaration", - "start": 153, - "end": 209, + "start": 157, + "end": 213, "loc": { "start": { "line": 5, @@ -355,8 +355,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 161, - "end": 172, + "start": 165, + "end": 176, "loc": { "start": { "line": 5, @@ -369,8 +369,8 @@ }, "imported": { "type": "Identifier", - "start": 161, - "end": 172, + "start": 165, + "end": 176, "loc": { "start": { "line": 5, @@ -386,8 +386,8 @@ }, "local": { "type": "Identifier", - "start": 161, - "end": 172, + "start": 165, + "end": 176, "loc": { "start": { "line": 5, @@ -405,8 +405,8 @@ ], "source": { "type": "StringLiteral", - "start": 179, - "end": 208, + "start": 183, + "end": 212, "loc": { "start": { "line": 5, @@ -426,8 +426,8 @@ }, { "type": "ImportDeclaration", - "start": 210, - "end": 252, + "start": 215, + "end": 257, "loc": { "start": { "line": 6, @@ -441,8 +441,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 218, - "end": 229, + "start": 223, + "end": 234, "loc": { "start": { "line": 6, @@ -455,8 +455,8 @@ }, "imported": { "type": "Identifier", - "start": 218, - "end": 229, + "start": 223, + "end": 234, "loc": { "start": { "line": 6, @@ -472,8 +472,8 @@ }, "local": { "type": "Identifier", - "start": 218, - "end": 229, + "start": 223, + "end": 234, "loc": { "start": { "line": 6, @@ -491,8 +491,8 @@ ], "source": { "type": "StringLiteral", - "start": 236, - "end": 251, + "start": 241, + "end": 256, "loc": { "start": { "line": 6, @@ -512,8 +512,8 @@ }, { "type": "ImportDeclaration", - "start": 253, - "end": 299, + "start": 259, + "end": 305, "loc": { "start": { "line": 7, @@ -527,8 +527,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 261, - "end": 272, + "start": 267, + "end": 278, "loc": { "start": { "line": 7, @@ -541,8 +541,8 @@ }, "imported": { "type": "Identifier", - "start": 261, - "end": 272, + "start": 267, + "end": 278, "loc": { "start": { "line": 7, @@ -558,8 +558,8 @@ }, "local": { "type": "Identifier", - "start": 261, - "end": 272, + "start": 267, + "end": 278, "loc": { "start": { "line": 7, @@ -577,8 +577,8 @@ ], "source": { "type": "StringLiteral", - "start": 279, - "end": 298, + "start": 285, + "end": 304, "loc": { "start": { "line": 7, @@ -598,8 +598,8 @@ }, { "type": "ImportDeclaration", - "start": 300, - "end": 344, + "start": 307, + "end": 351, "loc": { "start": { "line": 8, @@ -613,8 +613,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 308, - "end": 315, + "start": 315, + "end": 322, "loc": { "start": { "line": 8, @@ -627,8 +627,8 @@ }, "imported": { "type": "Identifier", - "start": 308, - "end": 315, + "start": 315, + "end": 322, "loc": { "start": { "line": 8, @@ -644,8 +644,8 @@ }, "local": { "type": "Identifier", - "start": 308, - "end": 315, + "start": 315, + "end": 322, "loc": { "start": { "line": 8, @@ -663,8 +663,8 @@ ], "source": { "type": "StringLiteral", - "start": 322, - "end": 343, + "start": 329, + "end": 350, "loc": { "start": { "line": 8, @@ -684,8 +684,8 @@ }, { "type": "ImportDeclaration", - "start": 345, - "end": 386, + "start": 353, + "end": 394, "loc": { "start": { "line": 9, @@ -699,8 +699,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 353, - "end": 363, + "start": 361, + "end": 371, "loc": { "start": { "line": 9, @@ -713,8 +713,8 @@ }, "imported": { "type": "Identifier", - "start": 353, - "end": 363, + "start": 361, + "end": 371, "loc": { "start": { "line": 9, @@ -730,8 +730,8 @@ }, "local": { "type": "Identifier", - "start": 353, - "end": 363, + "start": 361, + "end": 371, "loc": { "start": { "line": 9, @@ -749,8 +749,8 @@ ], "source": { "type": "StringLiteral", - "start": 370, - "end": 385, + "start": 378, + "end": 393, "loc": { "start": { "line": 9, @@ -770,9 +770,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Encapsulates a complete Magic Select field group including label and the type chooser and the input\n ", - "start": 389, - "end": 499, + "value": "*\r\n * Encapsulates a complete Magic Select field group including label and the type chooser and the input\r\n ", + "start": 400, + "end": 512, "loc": { "start": { "line": 12, @@ -788,8 +788,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 500, - "end": 4166, + "start": 514, + "end": 4362, "loc": { "start": { "line": 15, @@ -804,8 +804,8 @@ "source": null, "declaration": { "type": "ClassDeclaration", - "start": 507, - "end": 4166, + "start": 521, + "end": 4362, "loc": { "start": { "line": 15, @@ -818,8 +818,8 @@ }, "id": { "type": "Identifier", - "start": 513, - "end": 528, + "start": 527, + "end": 542, "loc": { "start": { "line": 15, @@ -836,8 +836,8 @@ }, "superClass": { "type": "MemberExpression", - "start": 537, - "end": 556, + "start": 551, + "end": 570, "loc": { "start": { "line": 15, @@ -850,8 +850,8 @@ }, "object": { "type": "Identifier", - "start": 537, - "end": 542, + "start": 551, + "end": 556, "loc": { "start": { "line": 15, @@ -867,8 +867,8 @@ }, "property": { "type": "Identifier", - "start": 543, - "end": 556, + "start": 557, + "end": 570, "loc": { "start": { "line": 15, @@ -886,8 +886,8 @@ }, "body": { "type": "ClassBody", - "start": 557, - "end": 4166, + "start": 571, + "end": 4362, "loc": { "start": { "line": 15, @@ -901,8 +901,8 @@ "body": [ { "type": "ClassMethod", - "start": 640, - "end": 1203, + "start": 661, + "end": 1239, "loc": { "start": { "line": 22, @@ -917,8 +917,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 640, - "end": 651, + "start": 661, + "end": 672, "loc": { "start": { "line": 22, @@ -941,8 +941,8 @@ "params": [ { "type": "Identifier", - "start": 652, - "end": 657, + "start": 673, + "end": 678, "loc": { "start": { "line": 22, @@ -959,8 +959,8 @@ ], "body": { "type": "BlockStatement", - "start": 659, - "end": 1203, + "start": 680, + "end": 1239, "loc": { "start": { "line": 22, @@ -974,8 +974,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 663, - "end": 676, + "start": 685, + "end": 698, "loc": { "start": { "line": 23, @@ -988,8 +988,8 @@ }, "expression": { "type": "CallExpression", - "start": 663, - "end": 675, + "start": 685, + "end": 697, "loc": { "start": { "line": 23, @@ -1002,8 +1002,8 @@ }, "callee": { "type": "Super", - "start": 663, - "end": 668, + "start": 685, + "end": 690, "loc": { "start": { "line": 23, @@ -1018,8 +1018,8 @@ "arguments": [ { "type": "Identifier", - "start": 669, - "end": 674, + "start": 691, + "end": 696, "loc": { "start": { "line": 23, @@ -1038,8 +1038,8 @@ }, { "type": "ExpressionStatement", - "start": 679, - "end": 762, + "start": 702, + "end": 788, "loc": { "start": { "line": 24, @@ -1052,8 +1052,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 679, - "end": 761, + "start": 702, + "end": 787, "loc": { "start": { "line": 24, @@ -1067,8 +1067,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 679, - "end": 689, + "start": 702, + "end": 712, "loc": { "start": { "line": 24, @@ -1081,8 +1081,8 @@ }, "object": { "type": "ThisExpression", - "start": 679, - "end": 683, + "start": 702, + "end": 706, "loc": { "start": { "line": 24, @@ -1096,8 +1096,8 @@ }, "property": { "type": "Identifier", - "start": 684, - "end": 689, + "start": 707, + "end": 712, "loc": { "start": { "line": 24, @@ -1115,8 +1115,8 @@ }, "right": { "type": "ObjectExpression", - "start": 692, - "end": 761, + "start": 715, + "end": 787, "loc": { "start": { "line": 24, @@ -1130,8 +1130,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 697, - "end": 731, + "start": 721, + "end": 755, "loc": { "start": { "line": 25, @@ -1147,8 +1147,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 697, - "end": 712, + "start": 721, + "end": 736, "loc": { "start": { "line": 25, @@ -1164,8 +1164,8 @@ }, "value": { "type": "MemberExpression", - "start": 714, - "end": 731, + "start": 738, + "end": 755, "loc": { "start": { "line": 25, @@ -1178,8 +1178,8 @@ }, "object": { "type": "Identifier", - "start": 714, - "end": 719, + "start": 738, + "end": 743, "loc": { "start": { "line": 25, @@ -1195,8 +1195,8 @@ }, "property": { "type": "Identifier", - "start": 720, - "end": 731, + "start": 744, + "end": 755, "loc": { "start": { "line": 25, @@ -1215,8 +1215,8 @@ }, { "type": "ObjectProperty", - "start": 736, - "end": 756, + "start": 761, + "end": 781, "loc": { "start": { "line": 26, @@ -1232,8 +1232,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 736, - "end": 742, + "start": 761, + "end": 767, "loc": { "start": { "line": 26, @@ -1249,8 +1249,8 @@ }, "value": { "type": "MemberExpression", - "start": 744, - "end": 756, + "start": 769, + "end": 781, "loc": { "start": { "line": 26, @@ -1263,8 +1263,8 @@ }, "object": { "type": "Identifier", - "start": 744, - "end": 749, + "start": 769, + "end": 774, "loc": { "start": { "line": 26, @@ -1280,8 +1280,8 @@ }, "property": { "type": "Identifier", - "start": 750, - "end": 756, + "start": 775, + "end": 781, "loc": { "start": { "line": 26, @@ -1304,8 +1304,8 @@ }, { "type": "ExpressionStatement", - "start": 765, - "end": 806, + "start": 792, + "end": 833, "loc": { "start": { "line": 28, @@ -1318,8 +1318,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 765, - "end": 805, + "start": 792, + "end": 832, "loc": { "start": { "line": 28, @@ -1333,8 +1333,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 765, - "end": 778, + "start": 792, + "end": 805, "loc": { "start": { "line": 28, @@ -1347,8 +1347,8 @@ }, "object": { "type": "ThisExpression", - "start": 765, - "end": 769, + "start": 792, + "end": 796, "loc": { "start": { "line": 28, @@ -1362,8 +1362,8 @@ }, "property": { "type": "Identifier", - "start": 770, - "end": 778, + "start": 797, + "end": 805, "loc": { "start": { "line": 28, @@ -1381,8 +1381,8 @@ }, "right": { "type": "CallExpression", - "start": 781, - "end": 805, + "start": 808, + "end": 832, "loc": { "start": { "line": 28, @@ -1395,8 +1395,8 @@ }, "callee": { "type": "MemberExpression", - "start": 781, - "end": 799, + "start": 808, + "end": 826, "loc": { "start": { "line": 28, @@ -1409,8 +1409,8 @@ }, "object": { "type": "MemberExpression", - "start": 781, - "end": 794, + "start": 808, + "end": 821, "loc": { "start": { "line": 28, @@ -1423,8 +1423,8 @@ }, "object": { "type": "ThisExpression", - "start": 781, - "end": 785, + "start": 808, + "end": 812, "loc": { "start": { "line": 28, @@ -1438,8 +1438,8 @@ }, "property": { "type": "Identifier", - "start": 786, - "end": 794, + "start": 813, + "end": 821, "loc": { "start": { "line": 28, @@ -1457,8 +1457,8 @@ }, "property": { "type": "Identifier", - "start": 795, - "end": 799, + "start": 822, + "end": 826, "loc": { "start": { "line": 28, @@ -1477,8 +1477,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 800, - "end": 804, + "start": 827, + "end": 831, "loc": { "start": { "line": 28, @@ -1496,8 +1496,8 @@ }, { "type": "ExpressionStatement", - "start": 809, - "end": 844, + "start": 837, + "end": 872, "loc": { "start": { "line": 29, @@ -1510,8 +1510,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 809, - "end": 843, + "start": 837, + "end": 871, "loc": { "start": { "line": 29, @@ -1525,8 +1525,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 809, - "end": 819, + "start": 837, + "end": 847, "loc": { "start": { "line": 29, @@ -1539,8 +1539,8 @@ }, "object": { "type": "ThisExpression", - "start": 809, - "end": 813, + "start": 837, + "end": 841, "loc": { "start": { "line": 29, @@ -1554,8 +1554,8 @@ }, "property": { "type": "Identifier", - "start": 814, - "end": 819, + "start": 842, + "end": 847, "loc": { "start": { "line": 29, @@ -1573,8 +1573,8 @@ }, "right": { "type": "CallExpression", - "start": 822, - "end": 843, + "start": 850, + "end": 871, "loc": { "start": { "line": 29, @@ -1587,8 +1587,8 @@ }, "callee": { "type": "MemberExpression", - "start": 822, - "end": 837, + "start": 850, + "end": 865, "loc": { "start": { "line": 29, @@ -1601,8 +1601,8 @@ }, "object": { "type": "MemberExpression", - "start": 822, - "end": 832, + "start": 850, + "end": 860, "loc": { "start": { "line": 29, @@ -1615,8 +1615,8 @@ }, "object": { "type": "ThisExpression", - "start": 822, - "end": 826, + "start": 850, + "end": 854, "loc": { "start": { "line": 29, @@ -1630,8 +1630,8 @@ }, "property": { "type": "Identifier", - "start": 827, - "end": 832, + "start": 855, + "end": 860, "loc": { "start": { "line": 29, @@ -1649,8 +1649,8 @@ }, "property": { "type": "Identifier", - "start": 833, - "end": 837, + "start": 861, + "end": 865, "loc": { "start": { "line": 29, @@ -1669,8 +1669,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 838, - "end": 842, + "start": 866, + "end": 870, "loc": { "start": { "line": 29, @@ -1688,8 +1688,8 @@ }, { "type": "ExpressionStatement", - "start": 847, - "end": 888, + "start": 876, + "end": 917, "loc": { "start": { "line": 30, @@ -1702,8 +1702,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 847, - "end": 887, + "start": 876, + "end": 916, "loc": { "start": { "line": 30, @@ -1717,8 +1717,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 847, - "end": 860, + "start": 876, + "end": 889, "loc": { "start": { "line": 30, @@ -1731,8 +1731,8 @@ }, "object": { "type": "ThisExpression", - "start": 847, - "end": 851, + "start": 876, + "end": 880, "loc": { "start": { "line": 30, @@ -1746,8 +1746,8 @@ }, "property": { "type": "Identifier", - "start": 852, - "end": 860, + "start": 881, + "end": 889, "loc": { "start": { "line": 30, @@ -1765,8 +1765,8 @@ }, "right": { "type": "CallExpression", - "start": 863, - "end": 887, + "start": 892, + "end": 916, "loc": { "start": { "line": 30, @@ -1779,8 +1779,8 @@ }, "callee": { "type": "MemberExpression", - "start": 863, - "end": 881, + "start": 892, + "end": 910, "loc": { "start": { "line": 30, @@ -1793,8 +1793,8 @@ }, "object": { "type": "MemberExpression", - "start": 863, - "end": 876, + "start": 892, + "end": 905, "loc": { "start": { "line": 30, @@ -1807,8 +1807,8 @@ }, "object": { "type": "ThisExpression", - "start": 863, - "end": 867, + "start": 892, + "end": 896, "loc": { "start": { "line": 30, @@ -1822,8 +1822,8 @@ }, "property": { "type": "Identifier", - "start": 868, - "end": 876, + "start": 897, + "end": 905, "loc": { "start": { "line": 30, @@ -1841,8 +1841,8 @@ }, "property": { "type": "Identifier", - "start": 877, - "end": 881, + "start": 906, + "end": 910, "loc": { "start": { "line": 30, @@ -1861,8 +1861,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 882, - "end": 886, + "start": 911, + "end": 915, "loc": { "start": { "line": 30, @@ -1880,8 +1880,8 @@ }, { "type": "ExpressionStatement", - "start": 891, - "end": 932, + "start": 921, + "end": 962, "loc": { "start": { "line": 31, @@ -1894,8 +1894,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 891, - "end": 931, + "start": 921, + "end": 961, "loc": { "start": { "line": 31, @@ -1909,8 +1909,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 891, - "end": 904, + "start": 921, + "end": 934, "loc": { "start": { "line": 31, @@ -1923,8 +1923,8 @@ }, "object": { "type": "ThisExpression", - "start": 891, - "end": 895, + "start": 921, + "end": 925, "loc": { "start": { "line": 31, @@ -1938,8 +1938,8 @@ }, "property": { "type": "Identifier", - "start": 896, - "end": 904, + "start": 926, + "end": 934, "loc": { "start": { "line": 31, @@ -1957,8 +1957,8 @@ }, "right": { "type": "CallExpression", - "start": 907, - "end": 931, + "start": 937, + "end": 961, "loc": { "start": { "line": 31, @@ -1971,8 +1971,8 @@ }, "callee": { "type": "MemberExpression", - "start": 907, - "end": 925, + "start": 937, + "end": 955, "loc": { "start": { "line": 31, @@ -1985,8 +1985,8 @@ }, "object": { "type": "MemberExpression", - "start": 907, - "end": 920, + "start": 937, + "end": 950, "loc": { "start": { "line": 31, @@ -1999,8 +1999,8 @@ }, "object": { "type": "ThisExpression", - "start": 907, - "end": 911, + "start": 937, + "end": 941, "loc": { "start": { "line": 31, @@ -2014,8 +2014,8 @@ }, "property": { "type": "Identifier", - "start": 912, - "end": 920, + "start": 942, + "end": 950, "loc": { "start": { "line": 31, @@ -2033,8 +2033,8 @@ }, "property": { "type": "Identifier", - "start": 921, - "end": 925, + "start": 951, + "end": 955, "loc": { "start": { "line": 31, @@ -2053,8 +2053,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 926, - "end": 930, + "start": 956, + "end": 960, "loc": { "start": { "line": 31, @@ -2072,8 +2072,8 @@ }, { "type": "ExpressionStatement", - "start": 935, - "end": 984, + "start": 966, + "end": 1015, "loc": { "start": { "line": 32, @@ -2086,8 +2086,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 935, - "end": 983, + "start": 966, + "end": 1014, "loc": { "start": { "line": 32, @@ -2101,8 +2101,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 935, - "end": 952, + "start": 966, + "end": 983, "loc": { "start": { "line": 32, @@ -2115,8 +2115,8 @@ }, "object": { "type": "ThisExpression", - "start": 935, - "end": 939, + "start": 966, + "end": 970, "loc": { "start": { "line": 32, @@ -2130,8 +2130,8 @@ }, "property": { "type": "Identifier", - "start": 940, - "end": 952, + "start": 971, + "end": 983, "loc": { "start": { "line": 32, @@ -2149,8 +2149,8 @@ }, "right": { "type": "CallExpression", - "start": 955, - "end": 983, + "start": 986, + "end": 1014, "loc": { "start": { "line": 32, @@ -2163,8 +2163,8 @@ }, "callee": { "type": "MemberExpression", - "start": 955, - "end": 977, + "start": 986, + "end": 1008, "loc": { "start": { "line": 32, @@ -2177,8 +2177,8 @@ }, "object": { "type": "MemberExpression", - "start": 955, - "end": 972, + "start": 986, + "end": 1003, "loc": { "start": { "line": 32, @@ -2191,8 +2191,8 @@ }, "object": { "type": "ThisExpression", - "start": 955, - "end": 959, + "start": 986, + "end": 990, "loc": { "start": { "line": 32, @@ -2206,8 +2206,8 @@ }, "property": { "type": "Identifier", - "start": 960, - "end": 972, + "start": 991, + "end": 1003, "loc": { "start": { "line": 32, @@ -2225,8 +2225,8 @@ }, "property": { "type": "Identifier", - "start": 973, - "end": 977, + "start": 1004, + "end": 1008, "loc": { "start": { "line": 32, @@ -2245,8 +2245,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 978, - "end": 982, + "start": 1009, + "end": 1013, "loc": { "start": { "line": 32, @@ -2264,8 +2264,8 @@ }, { "type": "ExpressionStatement", - "start": 987, - "end": 1032, + "start": 1019, + "end": 1064, "loc": { "start": { "line": 33, @@ -2278,8 +2278,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 987, - "end": 1031, + "start": 1019, + "end": 1063, "loc": { "start": { "line": 33, @@ -2293,8 +2293,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 987, - "end": 1002, + "start": 1019, + "end": 1034, "loc": { "start": { "line": 33, @@ -2307,8 +2307,8 @@ }, "object": { "type": "ThisExpression", - "start": 987, - "end": 991, + "start": 1019, + "end": 1023, "loc": { "start": { "line": 33, @@ -2322,8 +2322,8 @@ }, "property": { "type": "Identifier", - "start": 992, - "end": 1002, + "start": 1024, + "end": 1034, "loc": { "start": { "line": 33, @@ -2341,8 +2341,8 @@ }, "right": { "type": "CallExpression", - "start": 1005, - "end": 1031, + "start": 1037, + "end": 1063, "loc": { "start": { "line": 33, @@ -2355,8 +2355,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1005, - "end": 1025, + "start": 1037, + "end": 1057, "loc": { "start": { "line": 33, @@ -2369,8 +2369,8 @@ }, "object": { "type": "MemberExpression", - "start": 1005, - "end": 1020, + "start": 1037, + "end": 1052, "loc": { "start": { "line": 33, @@ -2383,8 +2383,8 @@ }, "object": { "type": "ThisExpression", - "start": 1005, - "end": 1009, + "start": 1037, + "end": 1041, "loc": { "start": { "line": 33, @@ -2398,8 +2398,8 @@ }, "property": { "type": "Identifier", - "start": 1010, - "end": 1020, + "start": 1042, + "end": 1052, "loc": { "start": { "line": 33, @@ -2417,8 +2417,8 @@ }, "property": { "type": "Identifier", - "start": 1021, - "end": 1025, + "start": 1053, + "end": 1057, "loc": { "start": { "line": 33, @@ -2437,8 +2437,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 1026, - "end": 1030, + "start": 1058, + "end": 1062, "loc": { "start": { "line": 33, @@ -2456,8 +2456,8 @@ }, { "type": "ExpressionStatement", - "start": 1035, - "end": 1082, + "start": 1068, + "end": 1115, "loc": { "start": { "line": 34, @@ -2470,8 +2470,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1035, - "end": 1081, + "start": 1068, + "end": 1114, "loc": { "start": { "line": 34, @@ -2485,8 +2485,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1035, - "end": 1051, + "start": 1068, + "end": 1084, "loc": { "start": { "line": 34, @@ -2499,8 +2499,8 @@ }, "object": { "type": "ThisExpression", - "start": 1035, - "end": 1039, + "start": 1068, + "end": 1072, "loc": { "start": { "line": 34, @@ -2514,8 +2514,8 @@ }, "property": { "type": "Identifier", - "start": 1040, - "end": 1051, + "start": 1073, + "end": 1084, "loc": { "start": { "line": 34, @@ -2533,8 +2533,8 @@ }, "right": { "type": "CallExpression", - "start": 1054, - "end": 1081, + "start": 1087, + "end": 1114, "loc": { "start": { "line": 34, @@ -2547,8 +2547,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1054, - "end": 1075, + "start": 1087, + "end": 1108, "loc": { "start": { "line": 34, @@ -2561,8 +2561,8 @@ }, "object": { "type": "MemberExpression", - "start": 1054, - "end": 1070, + "start": 1087, + "end": 1103, "loc": { "start": { "line": 34, @@ -2575,8 +2575,8 @@ }, "object": { "type": "ThisExpression", - "start": 1054, - "end": 1058, + "start": 1087, + "end": 1091, "loc": { "start": { "line": 34, @@ -2590,8 +2590,8 @@ }, "property": { "type": "Identifier", - "start": 1059, - "end": 1070, + "start": 1092, + "end": 1103, "loc": { "start": { "line": 34, @@ -2609,8 +2609,8 @@ }, "property": { "type": "Identifier", - "start": 1071, - "end": 1075, + "start": 1104, + "end": 1108, "loc": { "start": { "line": 34, @@ -2629,8 +2629,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 1076, - "end": 1080, + "start": 1109, + "end": 1113, "loc": { "start": { "line": 34, @@ -2648,8 +2648,8 @@ }, { "type": "ExpressionStatement", - "start": 1085, - "end": 1142, + "start": 1119, + "end": 1176, "loc": { "start": { "line": 35, @@ -2662,8 +2662,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1085, - "end": 1141, + "start": 1119, + "end": 1175, "loc": { "start": { "line": 35, @@ -2677,8 +2677,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1085, - "end": 1106, + "start": 1119, + "end": 1140, "loc": { "start": { "line": 35, @@ -2691,8 +2691,8 @@ }, "object": { "type": "ThisExpression", - "start": 1085, - "end": 1089, + "start": 1119, + "end": 1123, "loc": { "start": { "line": 35, @@ -2706,8 +2706,8 @@ }, "property": { "type": "Identifier", - "start": 1090, - "end": 1106, + "start": 1124, + "end": 1140, "loc": { "start": { "line": 35, @@ -2725,8 +2725,8 @@ }, "right": { "type": "CallExpression", - "start": 1109, - "end": 1141, + "start": 1143, + "end": 1175, "loc": { "start": { "line": 35, @@ -2739,8 +2739,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1109, - "end": 1135, + "start": 1143, + "end": 1169, "loc": { "start": { "line": 35, @@ -2753,8 +2753,8 @@ }, "object": { "type": "MemberExpression", - "start": 1109, - "end": 1130, + "start": 1143, + "end": 1164, "loc": { "start": { "line": 35, @@ -2767,8 +2767,8 @@ }, "object": { "type": "ThisExpression", - "start": 1109, - "end": 1113, + "start": 1143, + "end": 1147, "loc": { "start": { "line": 35, @@ -2782,8 +2782,8 @@ }, "property": { "type": "Identifier", - "start": 1114, - "end": 1130, + "start": 1148, + "end": 1164, "loc": { "start": { "line": 35, @@ -2801,8 +2801,8 @@ }, "property": { "type": "Identifier", - "start": 1131, - "end": 1135, + "start": 1165, + "end": 1169, "loc": { "start": { "line": 35, @@ -2821,8 +2821,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 1136, - "end": 1140, + "start": 1170, + "end": 1174, "loc": { "start": { "line": 35, @@ -2840,8 +2840,8 @@ }, { "type": "ExpressionStatement", - "start": 1145, - "end": 1200, + "start": 1180, + "end": 1235, "loc": { "start": { "line": 36, @@ -2854,8 +2854,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1145, - "end": 1199, + "start": 1180, + "end": 1234, "loc": { "start": { "line": 36, @@ -2869,8 +2869,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1145, - "end": 1165, + "start": 1180, + "end": 1200, "loc": { "start": { "line": 36, @@ -2883,8 +2883,8 @@ }, "object": { "type": "ThisExpression", - "start": 1145, - "end": 1149, + "start": 1180, + "end": 1184, "loc": { "start": { "line": 36, @@ -2898,8 +2898,8 @@ }, "property": { "type": "Identifier", - "start": 1150, - "end": 1165, + "start": 1185, + "end": 1200, "loc": { "start": { "line": 36, @@ -2917,8 +2917,8 @@ }, "right": { "type": "CallExpression", - "start": 1168, - "end": 1199, + "start": 1203, + "end": 1234, "loc": { "start": { "line": 36, @@ -2931,8 +2931,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1168, - "end": 1193, + "start": 1203, + "end": 1228, "loc": { "start": { "line": 36, @@ -2945,8 +2945,8 @@ }, "object": { "type": "MemberExpression", - "start": 1168, - "end": 1188, + "start": 1203, + "end": 1223, "loc": { "start": { "line": 36, @@ -2959,8 +2959,8 @@ }, "object": { "type": "ThisExpression", - "start": 1168, - "end": 1172, + "start": 1203, + "end": 1207, "loc": { "start": { "line": 36, @@ -2974,8 +2974,8 @@ }, "property": { "type": "Identifier", - "start": 1173, - "end": 1188, + "start": 1208, + "end": 1223, "loc": { "start": { "line": 36, @@ -2993,8 +2993,8 @@ }, "property": { "type": "Identifier", - "start": 1189, - "end": 1193, + "start": 1224, + "end": 1228, "loc": { "start": { "line": 36, @@ -3013,8 +3013,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 1194, - "end": 1198, + "start": 1229, + "end": 1233, "loc": { "start": { "line": 36, @@ -3037,9 +3037,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Create a MagicFieldGroup component\n\t *\n\t * @param {Object} props\n\t ", - "start": 561, - "end": 638, + "value": "*\r\n\t * Create a MagicFieldGroup component\r\n\t *\r\n\t * @param {Object} props\r\n\t ", + "start": 577, + "end": 658, "loc": { "start": { "line": 17, @@ -3055,9 +3055,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle direct change events\n\t * @param {String|number} newValue\n\t ", - "start": 1206, - "end": 1282, + "value": "*\r\n\t * Handle direct change events\r\n\t * @param {String|number} newValue\r\n\t ", + "start": 1244, + "end": 1323, "loc": { "start": { "line": 39, @@ -3073,8 +3073,8 @@ }, { "type": "ClassMethod", - "start": 1284, - "end": 1345, + "start": 1326, + "end": 1389, "loc": { "start": { "line": 43, @@ -3089,8 +3089,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1284, - "end": 1292, + "start": 1326, + "end": 1334, "loc": { "start": { "line": 43, @@ -3113,8 +3113,8 @@ "params": [ { "type": "Identifier", - "start": 1293, - "end": 1301, + "start": 1335, + "end": 1343, "loc": { "start": { "line": 43, @@ -3131,8 +3131,8 @@ ], "body": { "type": "BlockStatement", - "start": 1303, - "end": 1345, + "start": 1345, + "end": 1389, "loc": { "start": { "line": 43, @@ -3146,8 +3146,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1307, - "end": 1342, + "start": 1350, + "end": 1385, "loc": { "start": { "line": 44, @@ -3160,8 +3160,8 @@ }, "expression": { "type": "CallExpression", - "start": 1307, - "end": 1341, + "start": 1350, + "end": 1384, "loc": { "start": { "line": 44, @@ -3174,8 +3174,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1307, - "end": 1331, + "start": 1350, + "end": 1374, "loc": { "start": { "line": 44, @@ -3188,8 +3188,8 @@ }, "object": { "type": "MemberExpression", - "start": 1307, - "end": 1317, + "start": 1350, + "end": 1360, "loc": { "start": { "line": 44, @@ -3202,8 +3202,8 @@ }, "object": { "type": "ThisExpression", - "start": 1307, - "end": 1311, + "start": 1350, + "end": 1354, "loc": { "start": { "line": 44, @@ -3217,8 +3217,8 @@ }, "property": { "type": "Identifier", - "start": 1312, - "end": 1317, + "start": 1355, + "end": 1360, "loc": { "start": { "line": 44, @@ -3236,8 +3236,8 @@ }, "property": { "type": "Identifier", - "start": 1318, - "end": 1331, + "start": 1361, + "end": 1374, "loc": { "start": { "line": 44, @@ -3256,8 +3256,8 @@ "arguments": [ { "type": "Identifier", - "start": 1332, - "end": 1340, + "start": 1375, + "end": 1383, "loc": { "start": { "line": 44, @@ -3281,9 +3281,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle direct change events\n\t * @param {String|number} newValue\n\t ", - "start": 1206, - "end": 1282, + "value": "*\r\n\t * Handle direct change events\r\n\t * @param {String|number} newValue\r\n\t ", + "start": 1244, + "end": 1323, "loc": { "start": { "line": 39, @@ -3299,9 +3299,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle when the field gets focus\n\t ", - "start": 1348, - "end": 1393, + "value": "*\r\n\t * Handle when the field gets focus\r\n\t ", + "start": 1394, + "end": 1441, "loc": { "start": { "line": 47, @@ -3317,8 +3317,8 @@ }, { "type": "ClassMethod", - "start": 1395, - "end": 1447, + "start": 1444, + "end": 1498, "loc": { "start": { "line": 50, @@ -3333,8 +3333,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1395, - "end": 1407, + "start": 1444, + "end": 1456, "loc": { "start": { "line": 50, @@ -3357,8 +3357,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 1410, - "end": 1447, + "start": 1459, + "end": 1498, "loc": { "start": { "line": 50, @@ -3372,8 +3372,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1414, - "end": 1444, + "start": 1464, + "end": 1494, "loc": { "start": { "line": 51, @@ -3386,8 +3386,8 @@ }, "expression": { "type": "CallExpression", - "start": 1414, - "end": 1443, + "start": 1464, + "end": 1493, "loc": { "start": { "line": 51, @@ -3400,8 +3400,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1414, - "end": 1427, + "start": 1464, + "end": 1477, "loc": { "start": { "line": 51, @@ -3414,8 +3414,8 @@ }, "object": { "type": "ThisExpression", - "start": 1414, - "end": 1418, + "start": 1464, + "end": 1468, "loc": { "start": { "line": 51, @@ -3429,8 +3429,8 @@ }, "property": { "type": "Identifier", - "start": 1419, - "end": 1427, + "start": 1469, + "end": 1477, "loc": { "start": { "line": 51, @@ -3449,8 +3449,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 1428, - "end": 1442, + "start": 1478, + "end": 1492, "loc": { "start": { "line": 51, @@ -3464,8 +3464,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1429, - "end": 1441, + "start": 1479, + "end": 1491, "loc": { "start": { "line": 51, @@ -3481,8 +3481,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1429, - "end": 1435, + "start": 1479, + "end": 1485, "loc": { "start": { "line": 51, @@ -3498,8 +3498,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 1437, - "end": 1441, + "start": 1487, + "end": 1491, "loc": { "start": { "line": 51, @@ -3525,9 +3525,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle when the field gets focus\n\t ", - "start": 1348, - "end": 1393, + "value": "*\r\n\t * Handle when the field gets focus\r\n\t ", + "start": 1394, + "end": 1441, "loc": { "start": { "line": 47, @@ -3543,9 +3543,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle when the field is blurred\n\t ", - "start": 1450, - "end": 1495, + "value": "*\r\n\t * Handle when the field is blurred\r\n\t ", + "start": 1503, + "end": 1550, "loc": { "start": { "line": 54, @@ -3561,8 +3561,8 @@ }, { "type": "ClassMethod", - "start": 1497, - "end": 1549, + "start": 1553, + "end": 1607, "loc": { "start": { "line": 57, @@ -3577,8 +3577,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1497, - "end": 1508, + "start": 1553, + "end": 1564, "loc": { "start": { "line": 57, @@ -3601,8 +3601,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 1511, - "end": 1549, + "start": 1567, + "end": 1607, "loc": { "start": { "line": 57, @@ -3616,8 +3616,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1515, - "end": 1546, + "start": 1572, + "end": 1603, "loc": { "start": { "line": 58, @@ -3630,8 +3630,8 @@ }, "expression": { "type": "CallExpression", - "start": 1515, - "end": 1545, + "start": 1572, + "end": 1602, "loc": { "start": { "line": 58, @@ -3644,8 +3644,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1515, - "end": 1528, + "start": 1572, + "end": 1585, "loc": { "start": { "line": 58, @@ -3658,8 +3658,8 @@ }, "object": { "type": "ThisExpression", - "start": 1515, - "end": 1519, + "start": 1572, + "end": 1576, "loc": { "start": { "line": 58, @@ -3673,8 +3673,8 @@ }, "property": { "type": "Identifier", - "start": 1520, - "end": 1528, + "start": 1577, + "end": 1585, "loc": { "start": { "line": 58, @@ -3693,8 +3693,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 1529, - "end": 1544, + "start": 1586, + "end": 1601, "loc": { "start": { "line": 58, @@ -3708,8 +3708,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1530, - "end": 1543, + "start": 1587, + "end": 1600, "loc": { "start": { "line": 58, @@ -3725,8 +3725,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1530, - "end": 1536, + "start": 1587, + "end": 1593, "loc": { "start": { "line": 58, @@ -3742,8 +3742,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 1538, - "end": 1543, + "start": 1595, + "end": 1600, "loc": { "start": { "line": 58, @@ -3769,9 +3769,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle when the field is blurred\n\t ", - "start": 1450, - "end": 1495, + "value": "*\r\n\t * Handle when the field is blurred\r\n\t ", + "start": 1503, + "end": 1550, "loc": { "start": { "line": 54, @@ -3787,9 +3787,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle when the option is chosen\n\t * @param {String|number} value\n\t ", - "start": 1553, - "end": 1631, + "value": "*\r\n\t * Handle when the option is chosen\r\n\t * @param {String|number} value\r\n\t ", + "start": 1614, + "end": 1695, "loc": { "start": { "line": 62, @@ -3805,8 +3805,8 @@ }, { "type": "ClassMethod", - "start": 1633, - "end": 1722, + "start": 1698, + "end": 1790, "loc": { "start": { "line": 66, @@ -3821,8 +3821,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1633, - "end": 1641, + "start": 1698, + "end": 1706, "loc": { "start": { "line": 66, @@ -3845,8 +3845,8 @@ "params": [ { "type": "Identifier", - "start": 1642, - "end": 1647, + "start": 1707, + "end": 1712, "loc": { "start": { "line": 66, @@ -3863,8 +3863,8 @@ ], "body": { "type": "BlockStatement", - "start": 1649, - "end": 1722, + "start": 1714, + "end": 1790, "loc": { "start": { "line": 66, @@ -3878,8 +3878,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1653, - "end": 1685, + "start": 1719, + "end": 1751, "loc": { "start": { "line": 67, @@ -3892,8 +3892,8 @@ }, "expression": { "type": "CallExpression", - "start": 1653, - "end": 1684, + "start": 1719, + "end": 1750, "loc": { "start": { "line": 67, @@ -3906,8 +3906,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1653, - "end": 1677, + "start": 1719, + "end": 1743, "loc": { "start": { "line": 67, @@ -3920,8 +3920,8 @@ }, "object": { "type": "MemberExpression", - "start": 1653, - "end": 1663, + "start": 1719, + "end": 1729, "loc": { "start": { "line": 67, @@ -3934,8 +3934,8 @@ }, "object": { "type": "ThisExpression", - "start": 1653, - "end": 1657, + "start": 1719, + "end": 1723, "loc": { "start": { "line": 67, @@ -3949,8 +3949,8 @@ }, "property": { "type": "Identifier", - "start": 1658, - "end": 1663, + "start": 1724, + "end": 1729, "loc": { "start": { "line": 67, @@ -3968,8 +3968,8 @@ }, "property": { "type": "Identifier", - "start": 1664, - "end": 1677, + "start": 1730, + "end": 1743, "loc": { "start": { "line": 67, @@ -3988,8 +3988,8 @@ "arguments": [ { "type": "Identifier", - "start": 1678, - "end": 1683, + "start": 1744, + "end": 1749, "loc": { "start": { "line": 67, @@ -4008,8 +4008,8 @@ }, { "type": "ExpressionStatement", - "start": 1688, - "end": 1719, + "start": 1755, + "end": 1786, "loc": { "start": { "line": 68, @@ -4022,8 +4022,8 @@ }, "expression": { "type": "CallExpression", - "start": 1688, - "end": 1718, + "start": 1755, + "end": 1785, "loc": { "start": { "line": 68, @@ -4036,8 +4036,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1688, - "end": 1701, + "start": 1755, + "end": 1768, "loc": { "start": { "line": 68, @@ -4050,8 +4050,8 @@ }, "object": { "type": "ThisExpression", - "start": 1688, - "end": 1692, + "start": 1755, + "end": 1759, "loc": { "start": { "line": 68, @@ -4065,8 +4065,8 @@ }, "property": { "type": "Identifier", - "start": 1693, - "end": 1701, + "start": 1760, + "end": 1768, "loc": { "start": { "line": 68, @@ -4085,8 +4085,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 1702, - "end": 1717, + "start": 1769, + "end": 1784, "loc": { "start": { "line": 68, @@ -4100,8 +4100,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1703, - "end": 1716, + "start": 1770, + "end": 1783, "loc": { "start": { "line": 68, @@ -4117,8 +4117,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1703, - "end": 1709, + "start": 1770, + "end": 1776, "loc": { "start": { "line": 68, @@ -4134,8 +4134,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 1711, - "end": 1716, + "start": 1778, + "end": 1783, "loc": { "start": { "line": 68, @@ -4161,9 +4161,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle when the option is chosen\n\t * @param {String|number} value\n\t ", - "start": 1553, - "end": 1631, + "value": "*\r\n\t * Handle when the option is chosen\r\n\t * @param {String|number} value\r\n\t ", + "start": 1614, + "end": 1695, "loc": { "start": { "line": 62, @@ -4179,9 +4179,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Update list of tags to show\n\t * @param {String}newType\n\t ", - "start": 1725, - "end": 1792, + "value": "*\r\n\t * Update list of tags to show\r\n\t * @param {String}newType\r\n\t ", + "start": 1795, + "end": 1865, "loc": { "start": { "line": 71, @@ -4197,8 +4197,8 @@ }, { "type": "ClassMethod", - "start": 1794, - "end": 1933, + "start": 1868, + "end": 2012, "loc": { "start": { "line": 75, @@ -4213,8 +4213,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1794, - "end": 1810, + "start": 1868, + "end": 1884, "loc": { "start": { "line": 75, @@ -4237,8 +4237,8 @@ "params": [ { "type": "Identifier", - "start": 1811, - "end": 1818, + "start": 1885, + "end": 1892, "loc": { "start": { "line": 75, @@ -4255,8 +4255,8 @@ ], "body": { "type": "BlockStatement", - "start": 1819, - "end": 1933, + "start": 1893, + "end": 2012, "loc": { "start": { "line": 75, @@ -4270,8 +4270,8 @@ "body": [ { "type": "IfStatement", - "start": 1823, - "end": 1886, + "start": 1898, + "end": 1963, "loc": { "start": { "line": 76, @@ -4284,8 +4284,8 @@ }, "test": { "type": "UnaryExpression", - "start": 1827, - "end": 1846, + "start": 1902, + "end": 1921, "loc": { "start": { "line": 76, @@ -4300,8 +4300,8 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 1829, - "end": 1846, + "start": 1904, + "end": 1921, "loc": { "start": { "line": 76, @@ -4314,8 +4314,8 @@ }, "object": { "type": "MemberExpression", - "start": 1829, - "end": 1839, + "start": 1904, + "end": 1914, "loc": { "start": { "line": 76, @@ -4328,8 +4328,8 @@ }, "object": { "type": "ThisExpression", - "start": 1829, - "end": 1833, + "start": 1904, + "end": 1908, "loc": { "start": { "line": 76, @@ -4343,8 +4343,8 @@ }, "property": { "type": "Identifier", - "start": 1834, - "end": 1839, + "start": 1909, + "end": 1914, "loc": { "start": { "line": 76, @@ -4362,8 +4362,8 @@ }, "property": { "type": "Identifier", - "start": 1840, - "end": 1846, + "start": 1915, + "end": 1921, "loc": { "start": { "line": 76, @@ -4385,8 +4385,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1848, - "end": 1886, + "start": 1923, + "end": 1963, "loc": { "start": { "line": 76, @@ -4400,8 +4400,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1853, - "end": 1882, + "start": 1929, + "end": 1958, "loc": { "start": { "line": 77, @@ -4414,8 +4414,8 @@ }, "expression": { "type": "CallExpression", - "start": 1853, - "end": 1881, + "start": 1929, + "end": 1957, "loc": { "start": { "line": 77, @@ -4428,8 +4428,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1853, - "end": 1866, + "start": 1929, + "end": 1942, "loc": { "start": { "line": 77, @@ -4442,8 +4442,8 @@ }, "object": { "type": "ThisExpression", - "start": 1853, - "end": 1857, + "start": 1929, + "end": 1933, "loc": { "start": { "line": 77, @@ -4457,8 +4457,8 @@ }, "property": { "type": "Identifier", - "start": 1858, - "end": 1866, + "start": 1934, + "end": 1942, "loc": { "start": { "line": 77, @@ -4477,8 +4477,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 1867, - "end": 1880, + "start": 1943, + "end": 1956, "loc": { "start": { "line": 77, @@ -4492,8 +4492,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1868, - "end": 1879, + "start": 1944, + "end": 1955, "loc": { "start": { "line": 77, @@ -4509,8 +4509,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1868, - "end": 1874, + "start": 1944, + "end": 1950, "loc": { "start": { "line": 77, @@ -4526,8 +4526,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 1875, - "end": 1879, + "start": 1951, + "end": 1955, "loc": { "start": { "line": 77, @@ -4553,8 +4553,8 @@ }, { "type": "ExpressionStatement", - "start": 1889, - "end": 1930, + "start": 1967, + "end": 2008, "loc": { "start": { "line": 79, @@ -4567,8 +4567,8 @@ }, "expression": { "type": "CallExpression", - "start": 1889, - "end": 1929, + "start": 1967, + "end": 2007, "loc": { "start": { "line": 79, @@ -4581,8 +4581,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1889, - "end": 1902, + "start": 1967, + "end": 1980, "loc": { "start": { "line": 79, @@ -4595,8 +4595,8 @@ }, "object": { "type": "ThisExpression", - "start": 1889, - "end": 1893, + "start": 1967, + "end": 1971, "loc": { "start": { "line": 79, @@ -4610,8 +4610,8 @@ }, "property": { "type": "Identifier", - "start": 1894, - "end": 1902, + "start": 1972, + "end": 1980, "loc": { "start": { "line": 79, @@ -4630,8 +4630,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 1903, - "end": 1928, + "start": 1981, + "end": 2006, "loc": { "start": { "line": 79, @@ -4645,8 +4645,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1904, - "end": 1927, + "start": 1982, + "end": 2005, "loc": { "start": { "line": 79, @@ -4662,8 +4662,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1904, - "end": 1919, + "start": 1982, + "end": 1997, "loc": { "start": { "line": 79, @@ -4679,8 +4679,8 @@ }, "value": { "type": "Identifier", - "start": 1920, - "end": 1927, + "start": 1998, + "end": 2005, "loc": { "start": { "line": 79, @@ -4707,9 +4707,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Update list of tags to show\n\t * @param {String}newType\n\t ", - "start": 1725, - "end": 1792, + "value": "*\r\n\t * Update list of tags to show\r\n\t * @param {String}newType\r\n\t ", + "start": 1795, + "end": 1865, "loc": { "start": { "line": 71, @@ -4725,9 +4725,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Render option\n\t *\n\t * @param {object} item\n\t * @param {bool} isHighlighted\n\t * @return {*}\n\t ", - "start": 1936, - "end": 2039, + "value": "*\r\n\t * Render option\r\n\t *\r\n\t * @param {object} item\r\n\t * @param {bool} isHighlighted\r\n\t * @return {*}\r\n\t ", + "start": 2017, + "end": 2126, "loc": { "start": { "line": 82, @@ -4743,8 +4743,8 @@ }, { "type": "ClassMethod", - "start": 2041, - "end": 2187, + "start": 2129, + "end": 2277, "loc": { "start": { "line": 89, @@ -4759,8 +4759,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2041, - "end": 2051, + "start": 2129, + "end": 2139, "loc": { "start": { "line": 89, @@ -4783,8 +4783,8 @@ "params": [ { "type": "Identifier", - "start": 2052, - "end": 2056, + "start": 2140, + "end": 2144, "loc": { "start": { "line": 89, @@ -4800,8 +4800,8 @@ }, { "type": "Identifier", - "start": 2058, - "end": 2071, + "start": 2146, + "end": 2159, "loc": { "start": { "line": 89, @@ -4818,8 +4818,8 @@ ], "body": { "type": "BlockStatement", - "start": 2072, - "end": 2187, + "start": 2160, + "end": 2277, "loc": { "start": { "line": 89, @@ -4833,8 +4833,8 @@ "body": [ { "type": "ReturnStatement", - "start": 2076, - "end": 2184, + "start": 2165, + "end": 2273, "loc": { "start": { "line": 90, @@ -4847,8 +4847,8 @@ }, "argument": { "type": "JSXElement", - "start": 2083, - "end": 2183, + "start": 2172, + "end": 2272, "loc": { "start": { "line": 90, @@ -4861,8 +4861,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 2083, - "end": 2183, + "start": 2172, + "end": 2272, "loc": { "start": { "line": 90, @@ -4876,8 +4876,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 2094, - "end": 2105, + "start": 2183, + "end": 2194, "loc": { "start": { "line": 90, @@ -4890,8 +4890,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2094, - "end": 2098, + "start": 2183, + "end": 2187, "loc": { "start": { "line": 90, @@ -4906,8 +4906,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2099, - "end": 2105, + "start": 2188, + "end": 2194, "loc": { "start": { "line": 90, @@ -4920,8 +4920,8 @@ }, "expression": { "type": "Identifier", - "start": 2100, - "end": 2104, + "start": 2189, + "end": 2193, "loc": { "start": { "line": 90, @@ -4939,8 +4939,8 @@ }, { "type": "JSXAttribute", - "start": 2106, - "end": 2135, + "start": 2195, + "end": 2224, "loc": { "start": { "line": 90, @@ -4953,8 +4953,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2106, - "end": 2119, + "start": 2195, + "end": 2208, "loc": { "start": { "line": 90, @@ -4969,8 +4969,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2120, - "end": 2135, + "start": 2209, + "end": 2224, "loc": { "start": { "line": 90, @@ -4983,8 +4983,8 @@ }, "expression": { "type": "Identifier", - "start": 2121, - "end": 2134, + "start": 2210, + "end": 2223, "loc": { "start": { "line": 90, @@ -5002,8 +5002,8 @@ }, { "type": "JSXAttribute", - "start": 2136, - "end": 2160, + "start": 2225, + "end": 2249, "loc": { "start": { "line": 90, @@ -5016,8 +5016,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2136, - "end": 2144, + "start": 2225, + "end": 2233, "loc": { "start": { "line": 90, @@ -5032,8 +5032,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2145, - "end": 2160, + "start": 2234, + "end": 2249, "loc": { "start": { "line": 90, @@ -5046,8 +5046,8 @@ }, "expression": { "type": "MemberExpression", - "start": 2146, - "end": 2159, + "start": 2235, + "end": 2248, "loc": { "start": { "line": 90, @@ -5060,8 +5060,8 @@ }, "object": { "type": "Identifier", - "start": 2146, - "end": 2150, + "start": 2235, + "end": 2239, "loc": { "start": { "line": 90, @@ -5077,8 +5077,8 @@ }, "property": { "type": "Identifier", - "start": 2151, - "end": 2159, + "start": 2240, + "end": 2248, "loc": { "start": { "line": 90, @@ -5098,8 +5098,8 @@ }, { "type": "JSXAttribute", - "start": 2161, - "end": 2180, + "start": 2250, + "end": 2269, "loc": { "start": { "line": 90, @@ -5112,8 +5112,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2161, - "end": 2164, + "start": 2250, + "end": 2253, "loc": { "start": { "line": 90, @@ -5128,8 +5128,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2165, - "end": 2180, + "start": 2254, + "end": 2269, "loc": { "start": { "line": 90, @@ -5142,8 +5142,8 @@ }, "expression": { "type": "MemberExpression", - "start": 2166, - "end": 2179, + "start": 2255, + "end": 2268, "loc": { "start": { "line": 90, @@ -5156,8 +5156,8 @@ }, "object": { "type": "Identifier", - "start": 2166, - "end": 2170, + "start": 2255, + "end": 2259, "loc": { "start": { "line": 90, @@ -5173,8 +5173,8 @@ }, "property": { "type": "Identifier", - "start": 2171, - "end": 2179, + "start": 2260, + "end": 2268, "loc": { "start": { "line": 90, @@ -5195,8 +5195,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 2084, - "end": 2093, + "start": 2173, + "end": 2182, "loc": { "start": { "line": 90, @@ -5222,9 +5222,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Render option\n\t *\n\t * @param {object} item\n\t * @param {bool} isHighlighted\n\t * @return {*}\n\t ", - "start": 1936, - "end": 2039, + "value": "*\r\n\t * Render option\r\n\t *\r\n\t * @param {object} item\r\n\t * @param {bool} isHighlighted\r\n\t * @return {*}\r\n\t ", + "start": 2017, + "end": 2126, "loc": { "start": { "line": 82, @@ -5240,9 +5240,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Create the list of items\n\t *\n\t * @return {Array}\n\t ", - "start": 2190, - "end": 2251, + "value": "*\r\n\t * Create the list of items\r\n\t *\r\n\t * @return {Array}\r\n\t ", + "start": 2282, + "end": 2347, "loc": { "start": { "line": 93, @@ -5258,8 +5258,8 @@ }, { "type": "ClassMethod", - "start": 2253, - "end": 2918, + "start": 2350, + "end": 3045, "loc": { "start": { "line": 98, @@ -5274,8 +5274,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2253, - "end": 2258, + "start": 2350, + "end": 2355, "loc": { "start": { "line": 98, @@ -5298,8 +5298,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 2261, - "end": 2918, + "start": 2358, + "end": 3045, "loc": { "start": { "line": 98, @@ -5313,8 +5313,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 2265, - "end": 2373, + "start": 2363, + "end": 2473, "loc": { "start": { "line": 99, @@ -5328,8 +5328,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 2271, - "end": 2372, + "start": 2369, + "end": 2472, "loc": { "start": { "line": 99, @@ -5342,8 +5342,8 @@ }, "id": { "type": "Identifier", - "start": 2271, - "end": 2285, + "start": 2369, + "end": 2383, "loc": { "start": { "line": 99, @@ -5359,8 +5359,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 2287, - "end": 2372, + "start": 2385, + "end": 2472, "loc": { "start": { "line": 99, @@ -5378,8 +5378,8 @@ "params": [ { "type": "Identifier", - "start": 2288, - "end": 2295, + "start": 2386, + "end": 2393, "loc": { "start": { "line": 99, @@ -5396,8 +5396,8 @@ ], "body": { "type": "BlockStatement", - "start": 2300, - "end": 2372, + "start": 2398, + "end": 2472, "loc": { "start": { "line": 99, @@ -5411,8 +5411,8 @@ "body": [ { "type": "ReturnStatement", - "start": 2305, - "end": 2368, + "start": 2404, + "end": 2467, "loc": { "start": { "line": 100, @@ -5425,8 +5425,8 @@ }, "argument": { "type": "ConditionalExpression", - "start": 2312, - "end": 2367, + "start": 2411, + "end": 2466, "loc": { "start": { "line": 100, @@ -5439,8 +5439,8 @@ }, "test": { "type": "LogicalExpression", - "start": 2312, - "end": 2352, + "start": 2411, + "end": 2451, "loc": { "start": { "line": 100, @@ -5453,8 +5453,8 @@ }, "left": { "type": "CallExpression", - "start": 2312, - "end": 2334, + "start": 2411, + "end": 2433, "loc": { "start": { "line": 100, @@ -5467,8 +5467,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2312, - "end": 2325, + "start": 2411, + "end": 2424, "loc": { "start": { "line": 100, @@ -5481,8 +5481,8 @@ }, "object": { "type": "Identifier", - "start": 2312, - "end": 2317, + "start": 2411, + "end": 2416, "loc": { "start": { "line": 100, @@ -5498,8 +5498,8 @@ }, "property": { "type": "Identifier", - "start": 2318, - "end": 2325, + "start": 2417, + "end": 2424, "loc": { "start": { "line": 100, @@ -5518,8 +5518,8 @@ "arguments": [ { "type": "Identifier", - "start": 2326, - "end": 2333, + "start": 2425, + "end": 2432, "loc": { "start": { "line": 100, @@ -5538,8 +5538,8 @@ "operator": "&&", "right": { "type": "MemberExpression", - "start": 2338, - "end": 2352, + "start": 2437, + "end": 2451, "loc": { "start": { "line": 100, @@ -5552,8 +5552,8 @@ }, "object": { "type": "Identifier", - "start": 2338, - "end": 2345, + "start": 2437, + "end": 2444, "loc": { "start": { "line": 100, @@ -5569,8 +5569,8 @@ }, "property": { "type": "Identifier", - "start": 2346, - "end": 2352, + "start": 2445, + "end": 2451, "loc": { "start": { "line": 100, @@ -5589,8 +5589,8 @@ }, "consequent": { "type": "Identifier", - "start": 2355, - "end": 2362, + "start": 2454, + "end": 2461, "loc": { "start": { "line": 100, @@ -5606,8 +5606,8 @@ }, "alternate": { "type": "ArrayExpression", - "start": 2365, - "end": 2367, + "start": 2464, + "end": 2466, "loc": { "start": { "line": 100, @@ -5632,8 +5632,8 @@ }, { "type": "VariableDeclaration", - "start": 2377, - "end": 2392, + "start": 2479, + "end": 2494, "loc": { "start": { "line": 103, @@ -5647,8 +5647,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 2381, - "end": 2391, + "start": 2483, + "end": 2493, "loc": { "start": { "line": 103, @@ -5661,8 +5661,8 @@ }, "id": { "type": "Identifier", - "start": 2381, - "end": 2386, + "start": 2483, + "end": 2488, "loc": { "start": { "line": 103, @@ -5678,8 +5678,8 @@ }, "init": { "type": "ArrayExpression", - "start": 2389, - "end": 2391, + "start": 2491, + "end": 2493, "loc": { "start": { "line": 103, @@ -5698,8 +5698,8 @@ }, { "type": "IfStatement", - "start": 2396, - "end": 2668, + "start": 2500, + "end": 2779, "loc": { "start": { "line": 105, @@ -5712,8 +5712,8 @@ }, "test": { "type": "MemberExpression", - "start": 2400, - "end": 2441, + "start": 2504, + "end": 2545, "loc": { "start": { "line": 105, @@ -5726,8 +5726,8 @@ }, "object": { "type": "CallExpression", - "start": 2400, - "end": 2434, + "start": 2504, + "end": 2538, "loc": { "start": { "line": 105, @@ -5740,8 +5740,8 @@ }, "callee": { "type": "Identifier", - "start": 2400, - "end": 2414, + "start": 2504, + "end": 2518, "loc": { "start": { "line": 105, @@ -5758,8 +5758,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 2415, - "end": 2433, + "start": 2519, + "end": 2537, "loc": { "start": { "line": 105, @@ -5772,8 +5772,8 @@ }, "object": { "type": "MemberExpression", - "start": 2415, - "end": 2425, + "start": 2519, + "end": 2529, "loc": { "start": { "line": 105, @@ -5786,8 +5786,8 @@ }, "object": { "type": "ThisExpression", - "start": 2415, - "end": 2419, + "start": 2519, + "end": 2523, "loc": { "start": { "line": 105, @@ -5801,8 +5801,8 @@ }, "property": { "type": "Identifier", - "start": 2420, - "end": 2425, + "start": 2524, + "end": 2529, "loc": { "start": { "line": 105, @@ -5820,8 +5820,8 @@ }, "property": { "type": "Identifier", - "start": 2426, - "end": 2433, + "start": 2530, + "end": 2537, "loc": { "start": { "line": 105, @@ -5841,8 +5841,8 @@ }, "property": { "type": "Identifier", - "start": 2435, - "end": 2441, + "start": 2539, + "end": 2545, "loc": { "start": { "line": 105, @@ -5860,8 +5860,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 2442, - "end": 2494, + "start": 2546, + "end": 2600, "loc": { "start": { "line": 105, @@ -5875,8 +5875,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2447, - "end": 2490, + "start": 2552, + "end": 2595, "loc": { "start": { "line": 106, @@ -5889,8 +5889,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2447, - "end": 2489, + "start": 2552, + "end": 2594, "loc": { "start": { "line": 106, @@ -5904,8 +5904,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 2447, - "end": 2452, + "start": 2552, + "end": 2557, "loc": { "start": { "line": 106, @@ -5921,8 +5921,8 @@ }, "right": { "type": "CallExpression", - "start": 2455, - "end": 2489, + "start": 2560, + "end": 2594, "loc": { "start": { "line": 106, @@ -5935,8 +5935,8 @@ }, "callee": { "type": "Identifier", - "start": 2455, - "end": 2469, + "start": 2560, + "end": 2574, "loc": { "start": { "line": 106, @@ -5953,8 +5953,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 2470, - "end": 2488, + "start": 2575, + "end": 2593, "loc": { "start": { "line": 106, @@ -5967,8 +5967,8 @@ }, "object": { "type": "MemberExpression", - "start": 2470, - "end": 2480, + "start": 2575, + "end": 2585, "loc": { "start": { "line": 106, @@ -5981,8 +5981,8 @@ }, "object": { "type": "ThisExpression", - "start": 2470, - "end": 2474, + "start": 2575, + "end": 2579, "loc": { "start": { "line": 106, @@ -5996,8 +5996,8 @@ }, "property": { "type": "Identifier", - "start": 2475, - "end": 2480, + "start": 2580, + "end": 2585, "loc": { "start": { "line": 106, @@ -6015,8 +6015,8 @@ }, "property": { "type": "Identifier", - "start": 2481, - "end": 2488, + "start": 2586, + "end": 2593, "loc": { "start": { "line": 106, @@ -6041,8 +6041,8 @@ }, "alternate": { "type": "IfStatement", - "start": 2502, - "end": 2668, + "start": 2609, + "end": 2779, "loc": { "start": { "line": 108, @@ -6055,8 +6055,8 @@ }, "test": { "type": "BinaryExpression", - "start": 2506, - "end": 2545, + "start": 2613, + "end": 2652, "loc": { "start": { "line": 108, @@ -6069,8 +6069,8 @@ }, "left": { "type": "StringLiteral", - "start": 2506, - "end": 2514, + "start": 2613, + "end": 2621, "loc": { "start": { "line": 108, @@ -6090,8 +6090,8 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 2519, - "end": 2545, + "start": 2626, + "end": 2652, "loc": { "start": { "line": 108, @@ -6104,8 +6104,8 @@ }, "object": { "type": "MemberExpression", - "start": 2519, - "end": 2529, + "start": 2626, + "end": 2636, "loc": { "start": { "line": 108, @@ -6118,8 +6118,8 @@ }, "object": { "type": "ThisExpression", - "start": 2519, - "end": 2523, + "start": 2626, + "end": 2630, "loc": { "start": { "line": 108, @@ -6133,8 +6133,8 @@ }, "property": { "type": "Identifier", - "start": 2524, - "end": 2529, + "start": 2631, + "end": 2636, "loc": { "start": { "line": 108, @@ -6152,8 +6152,8 @@ }, "property": { "type": "Identifier", - "start": 2530, - "end": 2545, + "start": 2637, + "end": 2652, "loc": { "start": { "line": 108, @@ -6172,8 +6172,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 2548, - "end": 2607, + "start": 2655, + "end": 2716, "loc": { "start": { "line": 108, @@ -6187,8 +6187,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2553, - "end": 2603, + "start": 2661, + "end": 2711, "loc": { "start": { "line": 109, @@ -6201,8 +6201,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2553, - "end": 2602, + "start": 2661, + "end": 2710, "loc": { "start": { "line": 109, @@ -6216,8 +6216,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 2553, - "end": 2558, + "start": 2661, + "end": 2666, "loc": { "start": { "line": 109, @@ -6233,8 +6233,8 @@ }, "right": { "type": "CallExpression", - "start": 2561, - "end": 2602, + "start": 2669, + "end": 2710, "loc": { "start": { "line": 109, @@ -6247,8 +6247,8 @@ }, "callee": { "type": "Identifier", - "start": 2561, - "end": 2575, + "start": 2669, + "end": 2683, "loc": { "start": { "line": 109, @@ -6265,8 +6265,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 2576, - "end": 2601, + "start": 2684, + "end": 2709, "loc": { "start": { "line": 109, @@ -6279,8 +6279,8 @@ }, "object": { "type": "MemberExpression", - "start": 2576, - "end": 2586, + "start": 2684, + "end": 2694, "loc": { "start": { "line": 109, @@ -6293,8 +6293,8 @@ }, "object": { "type": "ThisExpression", - "start": 2576, - "end": 2580, + "start": 2684, + "end": 2688, "loc": { "start": { "line": 109, @@ -6308,8 +6308,8 @@ }, "property": { "type": "Identifier", - "start": 2581, - "end": 2586, + "start": 2689, + "end": 2694, "loc": { "start": { "line": 109, @@ -6327,8 +6327,8 @@ }, "property": { "type": "Identifier", - "start": 2587, - "end": 2601, + "start": 2695, + "end": 2709, "loc": { "start": { "line": 109, @@ -6353,8 +6353,8 @@ }, "alternate": { "type": "BlockStatement", - "start": 2613, - "end": 2668, + "start": 2722, + "end": 2779, "loc": { "start": { "line": 110, @@ -6368,8 +6368,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2618, - "end": 2664, + "start": 2728, + "end": 2774, "loc": { "start": { "line": 111, @@ -6382,8 +6382,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2618, - "end": 2663, + "start": 2728, + "end": 2773, "loc": { "start": { "line": 111, @@ -6397,8 +6397,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 2618, - "end": 2623, + "start": 2728, + "end": 2733, "loc": { "start": { "line": 111, @@ -6414,8 +6414,8 @@ }, "right": { "type": "CallExpression", - "start": 2626, - "end": 2663, + "start": 2736, + "end": 2773, "loc": { "start": { "line": 111, @@ -6428,8 +6428,8 @@ }, "callee": { "type": "Identifier", - "start": 2626, - "end": 2640, + "start": 2736, + "end": 2750, "loc": { "start": { "line": 111, @@ -6446,8 +6446,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 2641, - "end": 2662, + "start": 2751, + "end": 2772, "loc": { "start": { "line": 111, @@ -6460,8 +6460,8 @@ }, "object": { "type": "MemberExpression", - "start": 2641, - "end": 2651, + "start": 2751, + "end": 2761, "loc": { "start": { "line": 111, @@ -6474,8 +6474,8 @@ }, "object": { "type": "ThisExpression", - "start": 2641, - "end": 2645, + "start": 2751, + "end": 2755, "loc": { "start": { "line": 111, @@ -6489,8 +6489,8 @@ }, "property": { "type": "Identifier", - "start": 2646, - "end": 2651, + "start": 2756, + "end": 2761, "loc": { "start": { "line": 111, @@ -6508,8 +6508,8 @@ }, "property": { "type": "Identifier", - "start": 2652, - "end": 2662, + "start": 2762, + "end": 2772, "loc": { "start": { "line": 111, @@ -6536,8 +6536,8 @@ }, { "type": "IfStatement", - "start": 2672, - "end": 2897, + "start": 2785, + "end": 3020, "loc": { "start": { "line": 114, @@ -6550,8 +6550,8 @@ }, "test": { "type": "MemberExpression", - "start": 2676, - "end": 2688, + "start": 2789, + "end": 2801, "loc": { "start": { "line": 114, @@ -6564,8 +6564,8 @@ }, "object": { "type": "Identifier", - "start": 2676, - "end": 2681, + "start": 2789, + "end": 2794, "loc": { "start": { "line": 114, @@ -6581,8 +6581,8 @@ }, "property": { "type": "Identifier", - "start": 2682, - "end": 2688, + "start": 2795, + "end": 2801, "loc": { "start": { "line": 114, @@ -6600,8 +6600,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 2690, - "end": 2804, + "start": 2803, + "end": 2921, "loc": { "start": { "line": 114, @@ -6615,8 +6615,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2695, - "end": 2800, + "start": 2809, + "end": 2916, "loc": { "start": { "line": 115, @@ -6629,8 +6629,8 @@ }, "expression": { "type": "CallExpression", - "start": 2695, - "end": 2799, + "start": 2809, + "end": 2915, "loc": { "start": { "line": 115, @@ -6643,8 +6643,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2695, - "end": 2708, + "start": 2809, + "end": 2822, "loc": { "start": { "line": 115, @@ -6657,8 +6657,8 @@ }, "object": { "type": "Identifier", - "start": 2695, - "end": 2700, + "start": 2809, + "end": 2814, "loc": { "start": { "line": 115, @@ -6674,8 +6674,8 @@ }, "property": { "type": "Identifier", - "start": 2701, - "end": 2708, + "start": 2815, + "end": 2822, "loc": { "start": { "line": 115, @@ -6694,8 +6694,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 2709, - "end": 2798, + "start": 2823, + "end": 2914, "loc": { "start": { "line": 115, @@ -6713,8 +6713,8 @@ "params": [ { "type": "Identifier", - "start": 2710, - "end": 2714, + "start": 2824, + "end": 2828, "loc": { "start": { "line": 115, @@ -6730,8 +6730,8 @@ }, { "type": "Identifier", - "start": 2716, - "end": 2725, + "start": 2830, + "end": 2839, "loc": { "start": { "line": 115, @@ -6748,8 +6748,8 @@ ], "body": { "type": "BlockStatement", - "start": 2730, - "end": 2798, + "start": 2844, + "end": 2914, "loc": { "start": { "line": 115, @@ -6763,8 +6763,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2736, - "end": 2793, + "start": 2851, + "end": 2908, "loc": { "start": { "line": 116, @@ -6777,8 +6777,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2736, - "end": 2792, + "start": 2851, + "end": 2907, "loc": { "start": { "line": 116, @@ -6792,8 +6792,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 2736, - "end": 2761, + "start": 2851, + "end": 2876, "loc": { "start": { "line": 116, @@ -6806,8 +6806,8 @@ }, "object": { "type": "MemberExpression", - "start": 2736, - "end": 2752, + "start": 2851, + "end": 2867, "loc": { "start": { "line": 116, @@ -6820,8 +6820,8 @@ }, "object": { "type": "Identifier", - "start": 2736, - "end": 2741, + "start": 2851, + "end": 2856, "loc": { "start": { "line": 116, @@ -6837,8 +6837,8 @@ }, "property": { "type": "Identifier", - "start": 2742, - "end": 2751, + "start": 2857, + "end": 2866, "loc": { "start": { "line": 116, @@ -6856,8 +6856,8 @@ }, "property": { "type": "Identifier", - "start": 2753, - "end": 2761, + "start": 2868, + "end": 2876, "loc": { "start": { "line": 116, @@ -6875,8 +6875,8 @@ }, "right": { "type": "TemplateLiteral", - "start": 2764, - "end": 2792, + "start": 2879, + "end": 2907, "loc": { "start": { "line": 116, @@ -6890,8 +6890,8 @@ "expressions": [ { "type": "MemberExpression", - "start": 2767, - "end": 2777, + "start": 2882, + "end": 2892, "loc": { "start": { "line": 116, @@ -6904,8 +6904,8 @@ }, "object": { "type": "Identifier", - "start": 2767, - "end": 2771, + "start": 2882, + "end": 2886, "loc": { "start": { "line": 116, @@ -6921,8 +6921,8 @@ }, "property": { "type": "Identifier", - "start": 2772, - "end": 2777, + "start": 2887, + "end": 2892, "loc": { "start": { "line": 116, @@ -6940,8 +6940,8 @@ }, { "type": "Identifier", - "start": 2781, - "end": 2790, + "start": 2896, + "end": 2905, "loc": { "start": { "line": 116, @@ -6959,8 +6959,8 @@ "quasis": [ { "type": "TemplateElement", - "start": 2765, - "end": 2765, + "start": 2880, + "end": 2880, "loc": { "start": { "line": 116, @@ -6979,8 +6979,8 @@ }, { "type": "TemplateElement", - "start": 2778, - "end": 2779, + "start": 2893, + "end": 2894, "loc": { "start": { "line": 116, @@ -6999,8 +6999,8 @@ }, { "type": "TemplateElement", - "start": 2791, - "end": 2791, + "start": 2906, + "end": 2906, "loc": { "start": { "line": 116, @@ -7033,8 +7033,8 @@ }, "alternate": { "type": "BlockStatement", - "start": 2808, - "end": 2897, + "start": 2925, + "end": 3020, "loc": { "start": { "line": 118, @@ -7048,8 +7048,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2813, - "end": 2893, + "start": 2931, + "end": 3015, "loc": { "start": { "line": 119, @@ -7062,8 +7062,8 @@ }, "expression": { "type": "CallExpression", - "start": 2813, - "end": 2892, + "start": 2931, + "end": 3014, "loc": { "start": { "line": 119, @@ -7076,8 +7076,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2813, - "end": 2823, + "start": 2931, + "end": 2941, "loc": { "start": { "line": 119, @@ -7090,8 +7090,8 @@ }, "object": { "type": "Identifier", - "start": 2813, - "end": 2818, + "start": 2931, + "end": 2936, "loc": { "start": { "line": 119, @@ -7107,8 +7107,8 @@ }, "property": { "type": "Identifier", - "start": 2819, - "end": 2823, + "start": 2937, + "end": 2941, "loc": { "start": { "line": 119, @@ -7127,8 +7127,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 2824, - "end": 2891, + "start": 2942, + "end": 3013, "loc": { "start": { "line": 119, @@ -7142,8 +7142,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 2830, - "end": 2841, + "start": 2949, + "end": 2960, "loc": { "start": { "line": 120, @@ -7159,8 +7159,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2830, - "end": 2835, + "start": 2949, + "end": 2954, "loc": { "start": { "line": 120, @@ -7176,8 +7176,8 @@ }, "value": { "type": "NullLiteral", - "start": 2837, - "end": 2841, + "start": 2956, + "end": 2960, "loc": { "start": { "line": 120, @@ -7192,8 +7192,8 @@ }, { "type": "ObjectProperty", - "start": 2847, - "end": 2858, + "start": 2967, + "end": 2978, "loc": { "start": { "line": 121, @@ -7209,8 +7209,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2847, - "end": 2852, + "start": 2967, + "end": 2972, "loc": { "start": { "line": 121, @@ -7226,8 +7226,8 @@ }, "value": { "type": "NullLiteral", - "start": 2854, - "end": 2858, + "start": 2974, + "end": 2978, "loc": { "start": { "line": 121, @@ -7242,8 +7242,8 @@ }, { "type": "ObjectProperty", - "start": 2864, - "end": 2886, + "start": 2985, + "end": 3007, "loc": { "start": { "line": 122, @@ -7259,8 +7259,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2864, - "end": 2872, + "start": 2985, + "end": 2993, "loc": { "start": { "line": 122, @@ -7276,8 +7276,8 @@ }, "value": { "type": "MemberExpression", - "start": 2873, - "end": 2886, + "start": 2994, + "end": 3007, "loc": { "start": { "line": 122, @@ -7290,8 +7290,8 @@ }, "object": { "type": "MemberExpression", - "start": 2873, - "end": 2883, + "start": 2994, + "end": 3004, "loc": { "start": { "line": 122, @@ -7304,8 +7304,8 @@ }, "object": { "type": "ThisExpression", - "start": 2873, - "end": 2877, + "start": 2994, + "end": 2998, "loc": { "start": { "line": 122, @@ -7319,8 +7319,8 @@ }, "property": { "type": "Identifier", - "start": 2878, - "end": 2883, + "start": 2999, + "end": 3004, "loc": { "start": { "line": 122, @@ -7338,8 +7338,8 @@ }, "property": { "type": "Identifier", - "start": 2884, - "end": 2886, + "start": 3005, + "end": 3007, "loc": { "start": { "line": 122, @@ -7367,8 +7367,8 @@ }, { "type": "ReturnStatement", - "start": 2901, - "end": 2914, + "start": 3026, + "end": 3039, "loc": { "start": { "line": 126, @@ -7381,8 +7381,8 @@ }, "argument": { "type": "Identifier", - "start": 2908, - "end": 2913, + "start": 3033, + "end": 3038, "loc": { "start": { "line": 126, @@ -7404,9 +7404,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Create the list of items\n\t *\n\t * @return {Array}\n\t ", - "start": 2190, - "end": 2251, + "value": "*\r\n\t * Create the list of items\r\n\t *\r\n\t * @return {Array}\r\n\t ", + "start": 2282, + "end": 2347, "loc": { "start": { "line": 93, @@ -7422,9 +7422,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Options for type chooser\n\t *\n\t * @return {*[]}\n\t ", - "start": 2921, - "end": 2980, + "value": "*\r\n\t * Options for type chooser\r\n\t *\r\n\t * @return {*[]}\r\n\t ", + "start": 3050, + "end": 3113, "loc": { "start": { "line": 130, @@ -7440,8 +7440,8 @@ }, { "type": "ClassMethod", - "start": 2982, - "end": 3201, + "start": 3116, + "end": 3348, "loc": { "start": { "line": 135, @@ -7456,8 +7456,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2982, - "end": 2997, + "start": 3116, + "end": 3131, "loc": { "start": { "line": 135, @@ -7480,8 +7480,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 2999, - "end": 3201, + "start": 3133, + "end": 3348, "loc": { "start": { "line": 135, @@ -7495,8 +7495,8 @@ "body": [ { "type": "ReturnStatement", - "start": 3003, - "end": 3198, + "start": 3138, + "end": 3344, "loc": { "start": { "line": 136, @@ -7509,8 +7509,8 @@ }, "argument": { "type": "ArrayExpression", - "start": 3010, - "end": 3197, + "start": 3145, + "end": 3343, "loc": { "start": { "line": 136, @@ -7524,8 +7524,8 @@ "elements": [ { "type": "ObjectExpression", - "start": 3015, - "end": 3100, + "start": 3151, + "end": 3240, "loc": { "start": { "line": 137, @@ -7539,8 +7539,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3021, - "end": 3036, + "start": 3158, + "end": 3173, "loc": { "start": { "line": 138, @@ -7556,8 +7556,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3021, - "end": 3026, + "start": 3158, + "end": 3163, "loc": { "start": { "line": 138, @@ -7573,8 +7573,8 @@ }, "value": { "type": "StringLiteral", - "start": 3028, - "end": 3036, + "start": 3165, + "end": 3173, "loc": { "start": { "line": 138, @@ -7594,8 +7594,8 @@ }, { "type": "ObjectProperty", - "start": 3042, - "end": 3052, + "start": 3180, + "end": 3190, "loc": { "start": { "line": 139, @@ -7611,8 +7611,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3042, - "end": 3047, + "start": 3180, + "end": 3185, "loc": { "start": { "line": 139, @@ -7628,8 +7628,8 @@ }, "value": { "type": "StringLiteral", - "start": 3049, - "end": 3052, + "start": 3187, + "end": 3190, "loc": { "start": { "line": 139, @@ -7649,8 +7649,8 @@ }, { "type": "ObjectProperty", - "start": 3058, - "end": 3095, + "start": 3197, + "end": 3234, "loc": { "start": { "line": 140, @@ -7666,8 +7666,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3058, - "end": 3067, + "start": 3197, + "end": 3206, "loc": { "start": { "line": 140, @@ -7683,8 +7683,8 @@ }, "value": { "type": "StringLiteral", - "start": 3069, - "end": 3095, + "start": 3208, + "end": 3234, "loc": { "start": { "line": 140, @@ -7706,8 +7706,8 @@ }, { "type": "ObjectExpression", - "start": 3105, - "end": 3192, + "start": 3246, + "end": 3337, "loc": { "start": { "line": 142, @@ -7721,8 +7721,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3111, - "end": 3126, + "start": 3253, + "end": 3268, "loc": { "start": { "line": 143, @@ -7738,8 +7738,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3111, - "end": 3116, + "start": 3253, + "end": 3258, "loc": { "start": { "line": 143, @@ -7755,8 +7755,8 @@ }, "value": { "type": "StringLiteral", - "start": 3118, - "end": 3126, + "start": 3260, + "end": 3268, "loc": { "start": { "line": 143, @@ -7776,8 +7776,8 @@ }, { "type": "ObjectProperty", - "start": 3132, - "end": 3143, + "start": 3275, + "end": 3286, "loc": { "start": { "line": 144, @@ -7793,8 +7793,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3132, - "end": 3137, + "start": 3275, + "end": 3280, "loc": { "start": { "line": 144, @@ -7810,8 +7810,8 @@ }, "value": { "type": "StringLiteral", - "start": 3139, - "end": 3143, + "start": 3282, + "end": 3286, "loc": { "start": { "line": 144, @@ -7831,8 +7831,8 @@ }, { "type": "ObjectProperty", - "start": 3149, - "end": 3187, + "start": 3293, + "end": 3331, "loc": { "start": { "line": 145, @@ -7848,8 +7848,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3149, - "end": 3158, + "start": 3293, + "end": 3302, "loc": { "start": { "line": 145, @@ -7865,8 +7865,8 @@ }, "value": { "type": "StringLiteral", - "start": 3160, - "end": 3187, + "start": 3304, + "end": 3331, "loc": { "start": { "line": 145, @@ -7896,9 +7896,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Options for type chooser\n\t *\n\t * @return {*[]}\n\t ", - "start": 2921, - "end": 2980, + "value": "*\r\n\t * Options for type chooser\r\n\t *\r\n\t * @return {*[]}\r\n\t ", + "start": 3050, + "end": 3113, "loc": { "start": { "line": 130, @@ -7914,9 +7914,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Render MagicFieldGroup component\n\t * @return {*}\n\t ", - "start": 3206, - "end": 3267, + "value": "*\r\n\t * Render MagicFieldGroup component\r\n\t * @return {*}\r\n\t ", + "start": 3357, + "end": 3421, "loc": { "start": { "line": 152, @@ -7932,8 +7932,8 @@ }, { "type": "ClassMethod", - "start": 3269, - "end": 4164, + "start": 3424, + "end": 4359, "loc": { "start": { "line": 156, @@ -7948,8 +7948,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3269, - "end": 3275, + "start": 3424, + "end": 3430, "loc": { "start": { "line": 156, @@ -7972,8 +7972,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 3278, - "end": 4164, + "start": 3433, + "end": 4359, "loc": { "start": { "line": 156, @@ -7987,8 +7987,8 @@ "body": [ { "type": "ReturnStatement", - "start": 3282, - "end": 4161, + "start": 3438, + "end": 4355, "loc": { "start": { "line": 157, @@ -8001,8 +8001,8 @@ }, "argument": { "type": "JSXElement", - "start": 3294, - "end": 4156, + "start": 3451, + "end": 4349, "loc": { "start": { "line": 158, @@ -8015,8 +8015,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3294, - "end": 3456, + "start": 3451, + "end": 3620, "loc": { "start": { "line": 158, @@ -8030,8 +8030,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 3303, - "end": 3451, + "start": 3461, + "end": 3614, "loc": { "start": { "line": 159, @@ -8044,8 +8044,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3303, - "end": 3312, + "start": 3461, + "end": 3470, "loc": { "start": { "line": 159, @@ -8060,8 +8060,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3313, - "end": 3451, + "start": 3471, + "end": 3614, "loc": { "start": { "line": 159, @@ -8074,8 +8074,8 @@ }, "expression": { "type": "CallExpression", - "start": 3314, - "end": 3445, + "start": 3472, + "end": 3607, "loc": { "start": { "line": 159, @@ -8088,8 +8088,8 @@ }, "callee": { "type": "Identifier", - "start": 3314, - "end": 3324, + "start": 3472, + "end": 3482, "loc": { "start": { "line": 159, @@ -8106,8 +8106,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 3331, - "end": 3370, + "start": 3490, + "end": 3529, "loc": { "start": { "line": 160, @@ -8120,8 +8120,8 @@ }, "object": { "type": "MemberExpression", - "start": 3331, - "end": 3357, + "start": 3490, + "end": 3516, "loc": { "start": { "line": 160, @@ -8134,8 +8134,8 @@ }, "object": { "type": "Identifier", - "start": 3331, - "end": 3346, + "start": 3490, + "end": 3505, "loc": { "start": { "line": 160, @@ -8151,8 +8151,8 @@ }, "property": { "type": "Identifier", - "start": 3347, - "end": 3357, + "start": 3506, + "end": 3516, "loc": { "start": { "line": 160, @@ -8170,8 +8170,8 @@ }, "property": { "type": "Identifier", - "start": 3358, - "end": 3370, + "start": 3517, + "end": 3529, "loc": { "start": { "line": 160, @@ -8189,8 +8189,8 @@ }, { "type": "MemberExpression", - "start": 3377, - "end": 3412, + "start": 3537, + "end": 3572, "loc": { "start": { "line": 161, @@ -8203,8 +8203,8 @@ }, "object": { "type": "MemberExpression", - "start": 3377, - "end": 3399, + "start": 3537, + "end": 3559, "loc": { "start": { "line": 161, @@ -8217,8 +8217,8 @@ }, "object": { "type": "Identifier", - "start": 3377, - "end": 3388, + "start": 3537, + "end": 3548, "loc": { "start": { "line": 161, @@ -8234,8 +8234,8 @@ }, "property": { "type": "Identifier", - "start": 3389, - "end": 3399, + "start": 3549, + "end": 3559, "loc": { "start": { "line": 161, @@ -8253,8 +8253,8 @@ }, "property": { "type": "Identifier", - "start": 3400, - "end": 3412, + "start": 3560, + "end": 3572, "loc": { "start": { "line": 161, @@ -8272,8 +8272,8 @@ }, { "type": "MemberExpression", - "start": 3419, - "end": 3439, + "start": 3580, + "end": 3600, "loc": { "start": { "line": 162, @@ -8286,8 +8286,8 @@ }, "object": { "type": "MemberExpression", - "start": 3419, - "end": 3429, + "start": 3580, + "end": 3590, "loc": { "start": { "line": 162, @@ -8300,8 +8300,8 @@ }, "object": { "type": "ThisExpression", - "start": 3419, - "end": 3423, + "start": 3580, + "end": 3584, "loc": { "start": { "line": 162, @@ -8315,8 +8315,8 @@ }, "property": { "type": "Identifier", - "start": 3424, - "end": 3429, + "start": 3585, + "end": 3590, "loc": { "start": { "line": 162, @@ -8334,8 +8334,8 @@ }, "property": { "type": "Identifier", - "start": 3430, - "end": 3439, + "start": 3591, + "end": 3600, "loc": { "start": { "line": 162, @@ -8358,8 +8358,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 3295, - "end": 3298, + "start": 3452, + "end": 3455, "loc": { "start": { "line": 158, @@ -8376,8 +8376,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 4150, - "end": 4156, + "start": 4343, + "end": 4349, "loc": { "start": { "line": 194, @@ -8390,8 +8390,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4152, - "end": 4155, + "start": 4345, + "end": 4348, "loc": { "start": { "line": 194, @@ -8408,8 +8408,8 @@ "children": [ { "type": "JSXText", - "start": 3456, - "end": 3461, + "start": 3620, + "end": 3626, "loc": { "start": { "line": 165, @@ -8425,8 +8425,8 @@ }, { "type": "JSXElement", - "start": 3461, - "end": 3539, + "start": 3626, + "end": 3707, "loc": { "start": { "line": 166, @@ -8439,8 +8439,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3461, - "end": 3539, + "start": 3626, + "end": 3707, "loc": { "start": { "line": 166, @@ -8454,8 +8454,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 3484, - "end": 3502, + "start": 3650, + "end": 3668, "loc": { "start": { "line": 167, @@ -8468,8 +8468,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3484, - "end": 3486, + "start": 3650, + "end": 3652, "loc": { "start": { "line": 167, @@ -8484,8 +8484,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3487, - "end": 3502, + "start": 3653, + "end": 3668, "loc": { "start": { "line": 167, @@ -8498,8 +8498,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3488, - "end": 3501, + "start": 3654, + "end": 3667, "loc": { "start": { "line": 167, @@ -8512,8 +8512,8 @@ }, "object": { "type": "MemberExpression", - "start": 3488, - "end": 3498, + "start": 3654, + "end": 3664, "loc": { "start": { "line": 167, @@ -8526,8 +8526,8 @@ }, "object": { "type": "ThisExpression", - "start": 3488, - "end": 3492, + "start": 3654, + "end": 3658, "loc": { "start": { "line": 167, @@ -8541,8 +8541,8 @@ }, "property": { "type": "Identifier", - "start": 3493, - "end": 3498, + "start": 3659, + "end": 3664, "loc": { "start": { "line": 167, @@ -8560,8 +8560,8 @@ }, "property": { "type": "Identifier", - "start": 3499, - "end": 3501, + "start": 3665, + "end": 3667, "loc": { "start": { "line": 167, @@ -8581,8 +8581,8 @@ }, { "type": "JSXAttribute", - "start": 3508, - "end": 3532, + "start": 3675, + "end": 3699, "loc": { "start": { "line": 168, @@ -8595,8 +8595,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3508, - "end": 3513, + "start": 3675, + "end": 3680, "loc": { "start": { "line": 168, @@ -8611,8 +8611,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3514, - "end": 3532, + "start": 3681, + "end": 3699, "loc": { "start": { "line": 168, @@ -8625,8 +8625,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3515, - "end": 3531, + "start": 3682, + "end": 3698, "loc": { "start": { "line": 168, @@ -8639,8 +8639,8 @@ }, "object": { "type": "MemberExpression", - "start": 3515, - "end": 3525, + "start": 3682, + "end": 3692, "loc": { "start": { "line": 168, @@ -8653,8 +8653,8 @@ }, "object": { "type": "ThisExpression", - "start": 3515, - "end": 3519, + "start": 3682, + "end": 3686, "loc": { "start": { "line": 168, @@ -8668,8 +8668,8 @@ }, "property": { "type": "Identifier", - "start": 3520, - "end": 3525, + "start": 3687, + "end": 3692, "loc": { "start": { "line": 168, @@ -8687,8 +8687,8 @@ }, "property": { "type": "Identifier", - "start": 3526, - "end": 3531, + "start": 3693, + "end": 3698, "loc": { "start": { "line": 168, @@ -8709,8 +8709,8 @@ ], "name": { "type": "JSXMemberExpression", - "start": 3462, - "end": 3478, + "start": 3627, + "end": 3643, "loc": { "start": { "line": 166, @@ -8723,8 +8723,8 @@ }, "object": { "type": "JSXIdentifier", - "start": 3462, - "end": 3472, + "start": 3627, + "end": 3637, "loc": { "start": { "line": 166, @@ -8739,8 +8739,8 @@ }, "property": { "type": "JSXIdentifier", - "start": 3473, - "end": 3478, + "start": 3638, + "end": 3643, "loc": { "start": { "line": 166, @@ -8761,8 +8761,8 @@ }, { "type": "JSXText", - "start": 3539, - "end": 3544, + "start": 3707, + "end": 3713, "loc": { "start": { "line": 169, @@ -8778,8 +8778,8 @@ }, { "type": "JSXExpressionContainer", - "start": 3544, - "end": 3637, + "start": 3713, + "end": 3810, "loc": { "start": { "line": 170, @@ -8792,8 +8792,8 @@ }, "expression": { "type": "LogicalExpression", - "start": 3545, - "end": 3631, + "start": 3714, + "end": 3803, "loc": { "start": { "line": 170, @@ -8806,8 +8806,8 @@ }, "left": { "type": "MemberExpression", - "start": 3545, - "end": 3571, + "start": 3714, + "end": 3740, "loc": { "start": { "line": 170, @@ -8820,8 +8820,8 @@ }, "object": { "type": "MemberExpression", - "start": 3545, - "end": 3563, + "start": 3714, + "end": 3732, "loc": { "start": { "line": 170, @@ -8834,8 +8834,8 @@ }, "object": { "type": "MemberExpression", - "start": 3545, - "end": 3555, + "start": 3714, + "end": 3724, "loc": { "start": { "line": 170, @@ -8848,8 +8848,8 @@ }, "object": { "type": "ThisExpression", - "start": 3545, - "end": 3549, + "start": 3714, + "end": 3718, "loc": { "start": { "line": 170, @@ -8863,8 +8863,8 @@ }, "property": { "type": "Identifier", - "start": 3550, - "end": 3555, + "start": 3719, + "end": 3724, "loc": { "start": { "line": 170, @@ -8882,8 +8882,8 @@ }, "property": { "type": "Identifier", - "start": 3556, - "end": 3563, + "start": 3725, + "end": 3732, "loc": { "start": { "line": 170, @@ -8901,8 +8901,8 @@ }, "property": { "type": "Identifier", - "start": 3564, - "end": 3571, + "start": 3733, + "end": 3740, "loc": { "start": { "line": 170, @@ -8921,8 +8921,8 @@ "operator": "&&", "right": { "type": "JSXElement", - "start": 3580, - "end": 3631, + "start": 3750, + "end": 3803, "loc": { "start": { "line": 171, @@ -8935,8 +8935,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3580, - "end": 3631, + "start": 3750, + "end": 3803, "loc": { "start": { "line": 171, @@ -8950,8 +8950,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 3595, - "end": 3623, + "start": 3766, + "end": 3794, "loc": { "start": { "line": 172, @@ -8964,8 +8964,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3595, - "end": 3602, + "start": 3766, + "end": 3773, "loc": { "start": { "line": 172, @@ -8980,8 +8980,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3603, - "end": 3623, + "start": 3774, + "end": 3794, "loc": { "start": { "line": 172, @@ -8994,8 +8994,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3604, - "end": 3622, + "start": 3775, + "end": 3793, "loc": { "start": { "line": 172, @@ -9008,8 +9008,8 @@ }, "object": { "type": "MemberExpression", - "start": 3604, - "end": 3614, + "start": 3775, + "end": 3785, "loc": { "start": { "line": 172, @@ -9022,8 +9022,8 @@ }, "object": { "type": "ThisExpression", - "start": 3604, - "end": 3608, + "start": 3775, + "end": 3779, "loc": { "start": { "line": 172, @@ -9037,8 +9037,8 @@ }, "property": { "type": "Identifier", - "start": 3609, - "end": 3614, + "start": 3780, + "end": 3785, "loc": { "start": { "line": 172, @@ -9056,8 +9056,8 @@ }, "property": { "type": "Identifier", - "start": 3615, - "end": 3622, + "start": 3786, + "end": 3793, "loc": { "start": { "line": 172, @@ -9078,8 +9078,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 3581, - "end": 3588, + "start": 3751, + "end": 3758, "loc": { "start": { "line": 171, @@ -9101,8 +9101,8 @@ }, { "type": "JSXText", - "start": 3637, - "end": 3642, + "start": 3810, + "end": 3816, "loc": { "start": { "line": 174, @@ -9118,8 +9118,8 @@ }, { "type": "JSXExpressionContainer", - "start": 3642, - "end": 3814, + "start": 3816, + "end": 3994, "loc": { "start": { "line": 175, @@ -9132,8 +9132,8 @@ }, "expression": { "type": "LogicalExpression", - "start": 3643, - "end": 3808, + "start": 3817, + "end": 3987, "loc": { "start": { "line": 175, @@ -9146,8 +9146,8 @@ }, "left": { "type": "MemberExpression", - "start": 3643, - "end": 3660, + "start": 3817, + "end": 3834, "loc": { "start": { "line": 175, @@ -9160,8 +9160,8 @@ }, "object": { "type": "MemberExpression", - "start": 3643, - "end": 3653, + "start": 3817, + "end": 3827, "loc": { "start": { "line": 175, @@ -9174,8 +9174,8 @@ }, "object": { "type": "ThisExpression", - "start": 3643, - "end": 3647, + "start": 3817, + "end": 3821, "loc": { "start": { "line": 175, @@ -9189,8 +9189,8 @@ }, "property": { "type": "Identifier", - "start": 3648, - "end": 3653, + "start": 3822, + "end": 3827, "loc": { "start": { "line": 175, @@ -9208,8 +9208,8 @@ }, "property": { "type": "Identifier", - "start": 3654, - "end": 3660, + "start": 3828, + "end": 3834, "loc": { "start": { "line": 175, @@ -9228,8 +9228,8 @@ "operator": "&&", "right": { "type": "JSXElement", - "start": 3669, - "end": 3808, + "start": 3844, + "end": 3987, "loc": { "start": { "line": 176, @@ -9242,8 +9242,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3669, - "end": 3808, + "start": 3844, + "end": 3987, "loc": { "start": { "line": 176, @@ -9257,8 +9257,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 3688, - "end": 3720, + "start": 3864, + "end": 3896, "loc": { "start": { "line": 177, @@ -9271,8 +9271,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3688, - "end": 3696, + "start": 3864, + "end": 3872, "loc": { "start": { "line": 177, @@ -9287,8 +9287,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3697, - "end": 3720, + "start": 3873, + "end": 3896, "loc": { "start": { "line": 177, @@ -9301,8 +9301,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3698, - "end": 3719, + "start": 3874, + "end": 3895, "loc": { "start": { "line": 177, @@ -9315,8 +9315,8 @@ }, "object": { "type": "ThisExpression", - "start": 3698, - "end": 3702, + "start": 3874, + "end": 3878, "loc": { "start": { "line": 177, @@ -9330,8 +9330,8 @@ }, "property": { "type": "Identifier", - "start": 3703, - "end": 3719, + "start": 3879, + "end": 3895, "loc": { "start": { "line": 177, @@ -9351,8 +9351,8 @@ }, { "type": "JSXAttribute", - "start": 3727, - "end": 3759, + "start": 3904, + "end": 3936, "loc": { "start": { "line": 178, @@ -9365,8 +9365,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3727, - "end": 3734, + "start": 3904, + "end": 3911, "loc": { "start": { "line": 178, @@ -9381,8 +9381,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3735, - "end": 3759, + "start": 3912, + "end": 3936, "loc": { "start": { "line": 178, @@ -9395,8 +9395,8 @@ }, "expression": { "type": "CallExpression", - "start": 3736, - "end": 3758, + "start": 3913, + "end": 3935, "loc": { "start": { "line": 178, @@ -9409,8 +9409,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3736, - "end": 3756, + "start": 3913, + "end": 3933, "loc": { "start": { "line": 178, @@ -9423,8 +9423,8 @@ }, "object": { "type": "ThisExpression", - "start": 3736, - "end": 3740, + "start": 3913, + "end": 3917, "loc": { "start": { "line": 178, @@ -9438,8 +9438,8 @@ }, "property": { "type": "Identifier", - "start": 3741, - "end": 3756, + "start": 3918, + "end": 3933, "loc": { "start": { "line": 178, @@ -9461,8 +9461,8 @@ }, { "type": "JSXAttribute", - "start": 3766, - "end": 3800, + "start": 3944, + "end": 3978, "loc": { "start": { "line": 179, @@ -9475,8 +9475,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3766, - "end": 3771, + "start": 3944, + "end": 3949, "loc": { "start": { "line": 179, @@ -9491,8 +9491,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3772, - "end": 3800, + "start": 3950, + "end": 3978, "loc": { "start": { "line": 179, @@ -9505,8 +9505,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3773, - "end": 3799, + "start": 3951, + "end": 3977, "loc": { "start": { "line": 179, @@ -9519,8 +9519,8 @@ }, "object": { "type": "MemberExpression", - "start": 3773, - "end": 3783, + "start": 3951, + "end": 3961, "loc": { "start": { "line": 179, @@ -9533,8 +9533,8 @@ }, "object": { "type": "ThisExpression", - "start": 3773, - "end": 3777, + "start": 3951, + "end": 3955, "loc": { "start": { "line": 179, @@ -9548,8 +9548,8 @@ }, "property": { "type": "Identifier", - "start": 3778, - "end": 3783, + "start": 3956, + "end": 3961, "loc": { "start": { "line": 179, @@ -9567,8 +9567,8 @@ }, "property": { "type": "Identifier", - "start": 3784, - "end": 3799, + "start": 3962, + "end": 3977, "loc": { "start": { "line": 179, @@ -9589,8 +9589,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 3670, - "end": 3681, + "start": 3845, + "end": 3856, "loc": { "start": { "line": 176, @@ -9612,8 +9612,8 @@ }, { "type": "JSXText", - "start": 3814, - "end": 3820, + "start": 3994, + "end": 4002, "loc": { "start": { "line": 181, @@ -9629,8 +9629,8 @@ }, { "type": "JSXElement", - "start": 3820, - "end": 4146, + "start": 4002, + "end": 4338, "loc": { "start": { "line": 183, @@ -9643,8 +9643,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 3820, - "end": 4146, + "start": 4002, + "end": 4338, "loc": { "start": { "line": 183, @@ -9658,8 +9658,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 3838, - "end": 3856, + "start": 4021, + "end": 4039, "loc": { "start": { "line": 184, @@ -9672,8 +9672,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3838, - "end": 3840, + "start": 4021, + "end": 4023, "loc": { "start": { "line": 184, @@ -9688,8 +9688,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3841, - "end": 3856, + "start": 4024, + "end": 4039, "loc": { "start": { "line": 184, @@ -9702,8 +9702,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3842, - "end": 3855, + "start": 4025, + "end": 4038, "loc": { "start": { "line": 184, @@ -9716,8 +9716,8 @@ }, "object": { "type": "MemberExpression", - "start": 3842, - "end": 3852, + "start": 4025, + "end": 4035, "loc": { "start": { "line": 184, @@ -9730,8 +9730,8 @@ }, "object": { "type": "ThisExpression", - "start": 3842, - "end": 3846, + "start": 4025, + "end": 4029, "loc": { "start": { "line": 184, @@ -9745,8 +9745,8 @@ }, "property": { "type": "Identifier", - "start": 3847, - "end": 3852, + "start": 4030, + "end": 4035, "loc": { "start": { "line": 184, @@ -9764,8 +9764,8 @@ }, "property": { "type": "Identifier", - "start": 3853, - "end": 3855, + "start": 4036, + "end": 4038, "loc": { "start": { "line": 184, @@ -9785,8 +9785,8 @@ }, { "type": "JSXAttribute", - "start": 3862, - "end": 3884, + "start": 4046, + "end": 4068, "loc": { "start": { "line": 185, @@ -9799,8 +9799,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3862, - "end": 3869, + "start": 4046, + "end": 4053, "loc": { "start": { "line": 185, @@ -9815,8 +9815,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3870, - "end": 3884, + "start": 4054, + "end": 4068, "loc": { "start": { "line": 185, @@ -9829,8 +9829,8 @@ }, "expression": { "type": "CallExpression", - "start": 3871, - "end": 3883, + "start": 4055, + "end": 4067, "loc": { "start": { "line": 185, @@ -9843,8 +9843,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3871, - "end": 3881, + "start": 4055, + "end": 4065, "loc": { "start": { "line": 185, @@ -9857,8 +9857,8 @@ }, "object": { "type": "ThisExpression", - "start": 3871, - "end": 3875, + "start": 4055, + "end": 4059, "loc": { "start": { "line": 185, @@ -9872,8 +9872,8 @@ }, "property": { "type": "Identifier", - "start": 3876, - "end": 3881, + "start": 4060, + "end": 4065, "loc": { "start": { "line": 185, @@ -9895,8 +9895,8 @@ }, { "type": "JSXAttribute", - "start": 3890, - "end": 3930, + "start": 4075, + "end": 4115, "loc": { "start": { "line": 186, @@ -9909,8 +9909,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3890, - "end": 3903, + "start": 4075, + "end": 4088, "loc": { "start": { "line": 186, @@ -9925,8 +9925,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3904, - "end": 3930, + "start": 4089, + "end": 4115, "loc": { "start": { "line": 186, @@ -9939,8 +9939,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3905, - "end": 3929, + "start": 4090, + "end": 4114, "loc": { "start": { "line": 186, @@ -9953,8 +9953,8 @@ }, "object": { "type": "MemberExpression", - "start": 3905, - "end": 3915, + "start": 4090, + "end": 4100, "loc": { "start": { "line": 186, @@ -9967,8 +9967,8 @@ }, "object": { "type": "ThisExpression", - "start": 3905, - "end": 3909, + "start": 4090, + "end": 4094, "loc": { "start": { "line": 186, @@ -9982,8 +9982,8 @@ }, "property": { "type": "Identifier", - "start": 3910, - "end": 3915, + "start": 4095, + "end": 4100, "loc": { "start": { "line": 186, @@ -10001,8 +10001,8 @@ }, "property": { "type": "Identifier", - "start": 3916, - "end": 3929, + "start": 4101, + "end": 4114, "loc": { "start": { "line": 186, @@ -10022,8 +10022,8 @@ }, { "type": "JSXAttribute", - "start": 3936, - "end": 3960, + "start": 4122, + "end": 4146, "loc": { "start": { "line": 187, @@ -10036,8 +10036,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3936, - "end": 3941, + "start": 4122, + "end": 4127, "loc": { "start": { "line": 187, @@ -10052,8 +10052,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3942, - "end": 3960, + "start": 4128, + "end": 4146, "loc": { "start": { "line": 187, @@ -10066,8 +10066,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3943, - "end": 3959, + "start": 4129, + "end": 4145, "loc": { "start": { "line": 187, @@ -10080,8 +10080,8 @@ }, "object": { "type": "MemberExpression", - "start": 3943, - "end": 3953, + "start": 4129, + "end": 4139, "loc": { "start": { "line": 187, @@ -10094,8 +10094,8 @@ }, "object": { "type": "ThisExpression", - "start": 3943, - "end": 3947, + "start": 4129, + "end": 4133, "loc": { "start": { "line": 187, @@ -10109,8 +10109,8 @@ }, "property": { "type": "Identifier", - "start": 3948, - "end": 3953, + "start": 4134, + "end": 4139, "loc": { "start": { "line": 187, @@ -10128,8 +10128,8 @@ }, "property": { "type": "Identifier", - "start": 3954, - "end": 3959, + "start": 4140, + "end": 4145, "loc": { "start": { "line": 187, @@ -10149,8 +10149,8 @@ }, { "type": "JSXAttribute", - "start": 3966, - "end": 4000, + "start": 4153, + "end": 4187, "loc": { "start": { "line": 188, @@ -10163,8 +10163,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 3966, - "end": 3976, + "start": 4153, + "end": 4163, "loc": { "start": { "line": 188, @@ -10179,8 +10179,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 3977, - "end": 4000, + "start": 4164, + "end": 4187, "loc": { "start": { "line": 188, @@ -10193,8 +10193,8 @@ }, "expression": { "type": "MemberExpression", - "start": 3978, - "end": 3999, + "start": 4165, + "end": 4186, "loc": { "start": { "line": 188, @@ -10207,8 +10207,8 @@ }, "object": { "type": "MemberExpression", - "start": 3978, - "end": 3988, + "start": 4165, + "end": 4175, "loc": { "start": { "line": 188, @@ -10221,8 +10221,8 @@ }, "object": { "type": "ThisExpression", - "start": 3978, - "end": 3982, + "start": 4165, + "end": 4169, "loc": { "start": { "line": 188, @@ -10236,8 +10236,8 @@ }, "property": { "type": "Identifier", - "start": 3983, - "end": 3988, + "start": 4170, + "end": 4175, "loc": { "start": { "line": 188, @@ -10255,8 +10255,8 @@ }, "property": { "type": "Identifier", - "start": 3989, - "end": 3999, + "start": 4176, + "end": 4186, "loc": { "start": { "line": 188, @@ -10276,8 +10276,8 @@ }, { "type": "JSXAttribute", - "start": 4006, - "end": 4032, + "start": 4194, + "end": 4220, "loc": { "start": { "line": 189, @@ -10290,8 +10290,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4006, - "end": 4012, + "start": 4194, + "end": 4200, "loc": { "start": { "line": 189, @@ -10306,8 +10306,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4013, - "end": 4032, + "start": 4201, + "end": 4220, "loc": { "start": { "line": 189, @@ -10320,8 +10320,8 @@ }, "expression": { "type": "MemberExpression", - "start": 4014, - "end": 4031, + "start": 4202, + "end": 4219, "loc": { "start": { "line": 189, @@ -10334,8 +10334,8 @@ }, "object": { "type": "MemberExpression", - "start": 4014, - "end": 4024, + "start": 4202, + "end": 4212, "loc": { "start": { "line": 189, @@ -10348,8 +10348,8 @@ }, "object": { "type": "ThisExpression", - "start": 4014, - "end": 4018, + "start": 4202, + "end": 4206, "loc": { "start": { "line": 189, @@ -10363,8 +10363,8 @@ }, "property": { "type": "Identifier", - "start": 4019, - "end": 4024, + "start": 4207, + "end": 4212, "loc": { "start": { "line": 189, @@ -10382,8 +10382,8 @@ }, "property": { "type": "Identifier", - "start": 4025, - "end": 4031, + "start": 4213, + "end": 4219, "loc": { "start": { "line": 189, @@ -10403,8 +10403,8 @@ }, { "type": "JSXAttribute", - "start": 4038, - "end": 4063, + "start": 4227, + "end": 4252, "loc": { "start": { "line": 190, @@ -10417,8 +10417,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4038, - "end": 4044, + "start": 4227, + "end": 4233, "loc": { "start": { "line": 190, @@ -10433,8 +10433,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4045, - "end": 4063, + "start": 4234, + "end": 4252, "loc": { "start": { "line": 190, @@ -10447,8 +10447,8 @@ }, "expression": { "type": "MemberExpression", - "start": 4046, - "end": 4062, + "start": 4235, + "end": 4251, "loc": { "start": { "line": 190, @@ -10461,8 +10461,8 @@ }, "object": { "type": "ThisExpression", - "start": 4046, - "end": 4050, + "start": 4235, + "end": 4239, "loc": { "start": { "line": 190, @@ -10476,8 +10476,8 @@ }, "property": { "type": "Identifier", - "start": 4051, - "end": 4062, + "start": 4240, + "end": 4251, "loc": { "start": { "line": 190, @@ -10497,8 +10497,8 @@ }, { "type": "JSXAttribute", - "start": 4069, - "end": 4096, + "start": 4259, + "end": 4286, "loc": { "start": { "line": 191, @@ -10511,8 +10511,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4069, - "end": 4076, + "start": 4259, + "end": 4266, "loc": { "start": { "line": 191, @@ -10527,8 +10527,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4077, - "end": 4096, + "start": 4267, + "end": 4286, "loc": { "start": { "line": 191, @@ -10541,8 +10541,8 @@ }, "expression": { "type": "MemberExpression", - "start": 4078, - "end": 4095, + "start": 4268, + "end": 4285, "loc": { "start": { "line": 191, @@ -10555,8 +10555,8 @@ }, "object": { "type": "ThisExpression", - "start": 4078, - "end": 4082, + "start": 4268, + "end": 4272, "loc": { "start": { "line": 191, @@ -10570,8 +10570,8 @@ }, "property": { "type": "Identifier", - "start": 4083, - "end": 4095, + "start": 4273, + "end": 4285, "loc": { "start": { "line": 191, @@ -10591,8 +10591,8 @@ }, { "type": "JSXAttribute", - "start": 4102, - "end": 4139, + "start": 4293, + "end": 4330, "loc": { "start": { "line": 192, @@ -10605,8 +10605,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 4102, - "end": 4111, + "start": 4293, + "end": 4302, "loc": { "start": { "line": 192, @@ -10621,8 +10621,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 4112, - "end": 4139, + "start": 4303, + "end": 4330, "loc": { "start": { "line": 192, @@ -10635,8 +10635,8 @@ }, "expression": { "type": "MemberExpression", - "start": 4113, - "end": 4138, + "start": 4304, + "end": 4329, "loc": { "start": { "line": 192, @@ -10649,8 +10649,8 @@ }, "object": { "type": "MemberExpression", - "start": 4113, - "end": 4123, + "start": 4304, + "end": 4314, "loc": { "start": { "line": 192, @@ -10663,8 +10663,8 @@ }, "object": { "type": "ThisExpression", - "start": 4113, - "end": 4117, + "start": 4304, + "end": 4308, "loc": { "start": { "line": 192, @@ -10678,8 +10678,8 @@ }, "property": { "type": "Identifier", - "start": 4118, - "end": 4123, + "start": 4309, + "end": 4314, "loc": { "start": { "line": 192, @@ -10697,8 +10697,8 @@ }, "property": { "type": "Identifier", - "start": 4124, - "end": 4138, + "start": 4315, + "end": 4329, "loc": { "start": { "line": 192, @@ -10719,8 +10719,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 3821, - "end": 3832, + "start": 4003, + "end": 4014, "loc": { "start": { "line": 183, @@ -10740,8 +10740,8 @@ }, { "type": "JSXText", - "start": 4146, - "end": 4150, + "start": 4338, + "end": 4343, "loc": { "start": { "line": 193, @@ -10758,7 +10758,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 3289 + "parenStart": 3445 } } } @@ -10768,9 +10768,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Render MagicFieldGroup component\n\t * @return {*}\n\t ", - "start": 3206, - "end": 3267, + "value": "*\r\n\t * Render MagicFieldGroup component\r\n\t * @return {*}\r\n\t ", + "start": 3357, + "end": 3421, "loc": { "start": { "line": 152, @@ -10790,9 +10790,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Encapsulates a complete Magic Select field group including label and the type chooser and the input\n ", - "start": 389, - "end": 499, + "value": "*\r\n * Encapsulates a complete Magic Select field group including label and the type chooser and the input\r\n ", + "start": 400, + "end": 512, "loc": { "start": { "line": 12, @@ -10808,9 +10808,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definitions for MagicFieldGroup component\n ", - "start": 4169, - "end": 4226, + "value": "*\r\n * Prop definitions for MagicFieldGroup component\r\n ", + "start": 4368, + "end": 4427, "loc": { "start": { "line": 200, @@ -10827,9 +10827,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Encapsulates a complete Magic Select field group including label and the type chooser and the input\n ", - "start": 389, - "end": 499, + "value": "*\r\n * Encapsulates a complete Magic Select field group including label and the type chooser and the input\r\n ", + "start": 400, + "end": 512, "loc": { "start": { "line": 12, @@ -10845,9 +10845,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definitions for MagicFieldGroup component\n ", - "start": 4169, - "end": 4226, + "value": "*\r\n * Prop definitions for MagicFieldGroup component\r\n ", + "start": 4368, + "end": 4427, "loc": { "start": { "line": 200, @@ -10863,8 +10863,8 @@ }, { "type": "ExpressionStatement", - "start": 4227, - "end": 4275, + "start": 4429, + "end": 4477, "loc": { "start": { "line": 203, @@ -10877,8 +10877,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 4227, - "end": 4274, + "start": 4429, + "end": 4476, "loc": { "start": { "line": 203, @@ -10892,8 +10892,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 4227, - "end": 4252, + "start": 4429, + "end": 4454, "loc": { "start": { "line": 203, @@ -10906,8 +10906,8 @@ }, "object": { "type": "Identifier", - "start": 4227, - "end": 4242, + "start": 4429, + "end": 4444, "loc": { "start": { "line": 203, @@ -10924,8 +10924,8 @@ }, "property": { "type": "Identifier", - "start": 4243, - "end": 4252, + "start": 4445, + "end": 4454, "loc": { "start": { "line": 203, @@ -10944,8 +10944,8 @@ }, "right": { "type": "Identifier", - "start": 4255, - "end": 4274, + "start": 4457, + "end": 4476, "loc": { "start": { "line": 203, @@ -10964,9 +10964,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definitions for MagicFieldGroup component\n ", - "start": 4169, - "end": 4226, + "value": "*\r\n * Prop definitions for MagicFieldGroup component\r\n ", + "start": 4368, + "end": 4427, "loc": { "start": { "line": 200, @@ -10982,9 +10982,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Default property values for MagicFieldGroup component\n *\n * @type {{}}\n ", - "start": 4277, - "end": 4358, + "value": "*\r\n * Default property values for MagicFieldGroup component\r\n *\r\n * @type {{}}\r\n ", + "start": 4481, + "end": 4566, "loc": { "start": { "line": 205, @@ -11000,8 +11000,8 @@ }, { "type": "ExpressionStatement", - "start": 4359, - "end": 4495, + "start": 4568, + "end": 4712, "loc": { "start": { "line": 210, @@ -11014,8 +11014,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 4359, - "end": 4494, + "start": 4568, + "end": 4711, "loc": { "start": { "line": 210, @@ -11029,8 +11029,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 4359, - "end": 4387, + "start": 4568, + "end": 4596, "loc": { "start": { "line": 210, @@ -11043,8 +11043,8 @@ }, "object": { "type": "Identifier", - "start": 4359, - "end": 4374, + "start": 4568, + "end": 4583, "loc": { "start": { "line": 210, @@ -11061,8 +11061,8 @@ }, "property": { "type": "Identifier", - "start": 4375, - "end": 4387, + "start": 4584, + "end": 4596, "loc": { "start": { "line": 210, @@ -11081,8 +11081,8 @@ }, "right": { "type": "ObjectExpression", - "start": 4390, - "end": 4494, + "start": 4599, + "end": 4711, "loc": { "start": { "line": 210, @@ -11096,8 +11096,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 4393, - "end": 4414, + "start": 4603, + "end": 4624, "loc": { "start": { "line": 211, @@ -11113,8 +11113,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4393, - "end": 4404, + "start": 4603, + "end": 4614, "loc": { "start": { "line": 211, @@ -11130,8 +11130,8 @@ }, "value": { "type": "StringLiteral", - "start": 4406, - "end": 4414, + "start": 4616, + "end": 4624, "loc": { "start": { "line": 211, @@ -11151,8 +11151,8 @@ }, { "type": "ObjectProperty", - "start": 4417, - "end": 4430, + "start": 4628, + "end": 4641, "loc": { "start": { "line": 212, @@ -11168,8 +11168,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4417, - "end": 4423, + "start": 4628, + "end": 4634, "loc": { "start": { "line": 212, @@ -11185,8 +11185,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 4425, - "end": 4430, + "start": 4636, + "end": 4641, "loc": { "start": { "line": 212, @@ -11202,8 +11202,8 @@ }, { "type": "ObjectProperty", - "start": 4433, - "end": 4476, + "start": 4645, + "end": 4691, "loc": { "start": { "line": 213, @@ -11219,8 +11219,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4433, - "end": 4440, + "start": 4645, + "end": 4652, "loc": { "start": { "line": 213, @@ -11236,8 +11236,8 @@ }, "value": { "type": "ObjectExpression", - "start": 4442, - "end": 4476, + "start": 4654, + "end": 4691, "loc": { "start": { "line": 213, @@ -11251,8 +11251,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 4446, - "end": 4458, + "start": 4659, + "end": 4671, "loc": { "start": { "line": 214, @@ -11268,8 +11268,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4446, - "end": 4451, + "start": 4659, + "end": 4664, "loc": { "start": { "line": 214, @@ -11285,8 +11285,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 4453, - "end": 4458, + "start": 4666, + "end": 4671, "loc": { "start": { "line": 214, @@ -11302,8 +11302,8 @@ }, { "type": "ObjectProperty", - "start": 4462, - "end": 4473, + "start": 4676, + "end": 4687, "loc": { "start": { "line": 215, @@ -11319,8 +11319,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4462, - "end": 4469, + "start": 4676, + "end": 4683, "loc": { "start": { "line": 215, @@ -11336,8 +11336,8 @@ }, "value": { "type": "StringLiteral", - "start": 4471, - "end": 4473, + "start": 4685, + "end": 4687, "loc": { "start": { "line": 215, @@ -11360,8 +11360,8 @@ }, { "type": "ObjectProperty", - "start": 4479, - "end": 4492, + "start": 4695, + "end": 4708, "loc": { "start": { "line": 217, @@ -11377,8 +11377,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4479, - "end": 4483, + "start": 4695, + "end": 4699, "loc": { "start": { "line": 217, @@ -11394,8 +11394,8 @@ }, "value": { "type": "StringLiteral", - "start": 4485, - "end": 4492, + "start": 4701, + "end": 4708, "loc": { "start": { "line": 217, @@ -11420,9 +11420,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Default property values for MagicFieldGroup component\n *\n * @type {{}}\n ", - "start": 4277, - "end": 4358, + "value": "*\r\n * Default property values for MagicFieldGroup component\r\n *\r\n * @type {{}}\r\n ", + "start": 4481, + "end": 4566, "loc": { "start": { "line": 205, @@ -11438,9 +11438,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * The names of classes used for HTML elements in MagicFieldGroup component\n * @type {{fieldWrapper: string, input: string, option: string}}\n ", - "start": 4497, - "end": 4645, + "value": "*\r\n * The names of classes used for HTML elements in MagicFieldGroup component\r\n * @type {{fieldWrapper: string, input: string, option: string}}\r\n ", + "start": 4716, + "end": 4867, "loc": { "start": { "line": 220, @@ -11456,8 +11456,8 @@ }, { "type": "ExpressionStatement", - "start": 4646, - "end": 4787, + "start": 4869, + "end": 5014, "loc": { "start": { "line": 224, @@ -11470,8 +11470,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 4646, - "end": 4786, + "start": 4869, + "end": 5013, "loc": { "start": { "line": 224, @@ -11485,8 +11485,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 4646, - "end": 4672, + "start": 4869, + "end": 4895, "loc": { "start": { "line": 224, @@ -11499,8 +11499,8 @@ }, "object": { "type": "Identifier", - "start": 4646, - "end": 4661, + "start": 4869, + "end": 4884, "loc": { "start": { "line": 224, @@ -11517,8 +11517,8 @@ }, "property": { "type": "Identifier", - "start": 4662, - "end": 4672, + "start": 4885, + "end": 4895, "loc": { "start": { "line": 224, @@ -11537,8 +11537,8 @@ }, "right": { "type": "ObjectExpression", - "start": 4675, - "end": 4786, + "start": 4898, + "end": 5013, "loc": { "start": { "line": 224, @@ -11552,8 +11552,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 4678, - "end": 4720, + "start": 4902, + "end": 4944, "loc": { "start": { "line": 225, @@ -11569,8 +11569,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4678, - "end": 4690, + "start": 4902, + "end": 4914, "loc": { "start": { "line": 225, @@ -11586,8 +11586,8 @@ }, "value": { "type": "StringLiteral", - "start": 4692, - "end": 4720, + "start": 4916, + "end": 4944, "loc": { "start": { "line": 225, @@ -11607,8 +11607,8 @@ }, { "type": "ObjectProperty", - "start": 4723, - "end": 4751, + "start": 4948, + "end": 4976, "loc": { "start": { "line": 226, @@ -11624,8 +11624,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4723, - "end": 4728, + "start": 4948, + "end": 4953, "loc": { "start": { "line": 226, @@ -11641,8 +11641,8 @@ }, "value": { "type": "StringLiteral", - "start": 4730, - "end": 4751, + "start": 4955, + "end": 4976, "loc": { "start": { "line": 226, @@ -11662,8 +11662,8 @@ }, { "type": "ObjectProperty", - "start": 4754, - "end": 4784, + "start": 4980, + "end": 5010, "loc": { "start": { "line": 227, @@ -11679,8 +11679,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 4754, - "end": 4760, + "start": 4980, + "end": 4986, "loc": { "start": { "line": 227, @@ -11696,8 +11696,8 @@ }, "value": { "type": "StringLiteral", - "start": 4762, - "end": 4784, + "start": 4988, + "end": 5010, "loc": { "start": { "line": 227, @@ -11722,9 +11722,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * The names of classes used for HTML elements in MagicFieldGroup component\n * @type {{fieldWrapper: string, input: string, option: string}}\n ", - "start": 4497, - "end": 4645, + "value": "*\r\n * The names of classes used for HTML elements in MagicFieldGroup component\r\n * @type {{fieldWrapper: string, input: string, option: string}}\r\n ", + "start": 4716, + "end": 4867, "loc": { "start": { "line": 220, @@ -11744,9 +11744,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Encapsulates a complete Magic Select field group including label and the type chooser and the input\n ", - "start": 389, - "end": 499, + "value": "*\r\n * Encapsulates a complete Magic Select field group including label and the type chooser and the input\r\n ", + "start": 400, + "end": 512, "loc": { "start": { "line": 12, @@ -11760,9 +11760,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Create a MagicFieldGroup component\n\t *\n\t * @param {Object} props\n\t ", - "start": 561, - "end": 638, + "value": "*\r\n\t * Create a MagicFieldGroup component\r\n\t *\r\n\t * @param {Object} props\r\n\t ", + "start": 577, + "end": 658, "loc": { "start": { "line": 17, @@ -11776,9 +11776,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle direct change events\n\t * @param {String|number} newValue\n\t ", - "start": 1206, - "end": 1282, + "value": "*\r\n\t * Handle direct change events\r\n\t * @param {String|number} newValue\r\n\t ", + "start": 1244, + "end": 1323, "loc": { "start": { "line": 39, @@ -11792,9 +11792,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle when the field gets focus\n\t ", - "start": 1348, - "end": 1393, + "value": "*\r\n\t * Handle when the field gets focus\r\n\t ", + "start": 1394, + "end": 1441, "loc": { "start": { "line": 47, @@ -11808,9 +11808,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle when the field is blurred\n\t ", - "start": 1450, - "end": 1495, + "value": "*\r\n\t * Handle when the field is blurred\r\n\t ", + "start": 1503, + "end": 1550, "loc": { "start": { "line": 54, @@ -11824,9 +11824,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle when the option is chosen\n\t * @param {String|number} value\n\t ", - "start": 1553, - "end": 1631, + "value": "*\r\n\t * Handle when the option is chosen\r\n\t * @param {String|number} value\r\n\t ", + "start": 1614, + "end": 1695, "loc": { "start": { "line": 62, @@ -11840,9 +11840,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Update list of tags to show\n\t * @param {String}newType\n\t ", - "start": 1725, - "end": 1792, + "value": "*\r\n\t * Update list of tags to show\r\n\t * @param {String}newType\r\n\t ", + "start": 1795, + "end": 1865, "loc": { "start": { "line": 71, @@ -11856,9 +11856,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Render option\n\t *\n\t * @param {object} item\n\t * @param {bool} isHighlighted\n\t * @return {*}\n\t ", - "start": 1936, - "end": 2039, + "value": "*\r\n\t * Render option\r\n\t *\r\n\t * @param {object} item\r\n\t * @param {bool} isHighlighted\r\n\t * @return {*}\r\n\t ", + "start": 2017, + "end": 2126, "loc": { "start": { "line": 82, @@ -11872,9 +11872,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Create the list of items\n\t *\n\t * @return {Array}\n\t ", - "start": 2190, - "end": 2251, + "value": "*\r\n\t * Create the list of items\r\n\t *\r\n\t * @return {Array}\r\n\t ", + "start": 2282, + "end": 2347, "loc": { "start": { "line": 93, @@ -11888,9 +11888,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Options for type chooser\n\t *\n\t * @return {*[]}\n\t ", - "start": 2921, - "end": 2980, + "value": "*\r\n\t * Options for type chooser\r\n\t *\r\n\t * @return {*[]}\r\n\t ", + "start": 3050, + "end": 3113, "loc": { "start": { "line": 130, @@ -11904,9 +11904,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Render MagicFieldGroup component\n\t * @return {*}\n\t ", - "start": 3206, - "end": 3267, + "value": "*\r\n\t * Render MagicFieldGroup component\r\n\t * @return {*}\r\n\t ", + "start": 3357, + "end": 3421, "loc": { "start": { "line": 152, @@ -11920,9 +11920,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definitions for MagicFieldGroup component\n ", - "start": 4169, - "end": 4226, + "value": "*\r\n * Prop definitions for MagicFieldGroup component\r\n ", + "start": 4368, + "end": 4427, "loc": { "start": { "line": 200, @@ -11936,9 +11936,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default property values for MagicFieldGroup component\n *\n * @type {{}}\n ", - "start": 4277, - "end": 4358, + "value": "*\r\n * Default property values for MagicFieldGroup component\r\n *\r\n * @type {{}}\r\n ", + "start": 4481, + "end": 4566, "loc": { "start": { "line": 205, @@ -11952,9 +11952,9 @@ }, { "type": "CommentBlock", - "value": "*\n * The names of classes used for HTML elements in MagicFieldGroup component\n * @type {{fieldWrapper: string, input: string, option: string}}\n ", - "start": 4497, - "end": 4645, + "value": "*\r\n * The names of classes used for HTML elements in MagicFieldGroup component\r\n * @type {{fieldWrapper: string, input: string, option: string}}\r\n ", + "start": 4716, + "end": 4867, "loc": { "start": { "line": 220, @@ -12116,8 +12116,8 @@ "updateContext": null }, "value": "import", - "start": 27, - "end": 33, + "start": 28, + "end": 34, "loc": { "start": { "line": 2, @@ -12141,8 +12141,8 @@ "postfix": false, "binop": null }, - "start": 34, - "end": 35, + "start": 35, + "end": 36, "loc": { "start": { "line": 2, @@ -12167,8 +12167,8 @@ "binop": null }, "value": "magicGroupPropTypes", - "start": 35, - "end": 54, + "start": 36, + "end": 55, "loc": { "start": { "line": 2, @@ -12192,8 +12192,8 @@ "postfix": false, "binop": null }, - "start": 54, - "end": 55, + "start": 55, + "end": 56, "loc": { "start": { "line": 2, @@ -12218,8 +12218,8 @@ "binop": null }, "value": "from", - "start": 56, - "end": 60, + "start": 57, + "end": 61, "loc": { "start": { "line": 2, @@ -12245,8 +12245,8 @@ "updateContext": null }, "value": "../propTypes", - "start": 61, - "end": 75, + "start": 62, + "end": 76, "loc": { "start": { "line": 2, @@ -12271,8 +12271,8 @@ "binop": null, "updateContext": null }, - "start": 75, - "end": 76, + "start": 76, + "end": 77, "loc": { "start": { "line": 2, @@ -12299,8 +12299,8 @@ "updateContext": null }, "value": "import", - "start": 77, - "end": 83, + "start": 79, + "end": 85, "loc": { "start": { "line": 3, @@ -12325,8 +12325,8 @@ "binop": null }, "value": "classNames", - "start": 84, - "end": 94, + "start": 86, + "end": 96, "loc": { "start": { "line": 3, @@ -12351,8 +12351,8 @@ "binop": null }, "value": "from", - "start": 95, - "end": 99, + "start": 97, + "end": 101, "loc": { "start": { "line": 3, @@ -12378,8 +12378,8 @@ "updateContext": null }, "value": "classnames", - "start": 100, - "end": 112, + "start": 102, + "end": 114, "loc": { "start": { "line": 3, @@ -12404,8 +12404,8 @@ "binop": null, "updateContext": null }, - "start": 112, - "end": 113, + "start": 114, + "end": 115, "loc": { "start": { "line": 3, @@ -12432,8 +12432,8 @@ "updateContext": null }, "value": "import", - "start": 114, - "end": 120, + "start": 117, + "end": 123, "loc": { "start": { "line": 4, @@ -12457,8 +12457,8 @@ "postfix": false, "binop": null }, - "start": 121, - "end": 122, + "start": 124, + "end": 125, "loc": { "start": { "line": 4, @@ -12483,8 +12483,8 @@ "binop": null }, "value": "MagicItem", - "start": 122, - "end": 131, + "start": 125, + "end": 134, "loc": { "start": { "line": 4, @@ -12508,8 +12508,8 @@ "postfix": false, "binop": null }, - "start": 131, - "end": 132, + "start": 134, + "end": 135, "loc": { "start": { "line": 4, @@ -12534,8 +12534,8 @@ "binop": null }, "value": "from", - "start": 133, - "end": 137, + "start": 136, + "end": 140, "loc": { "start": { "line": 4, @@ -12561,8 +12561,8 @@ "updateContext": null }, "value": "./MagicItem", - "start": 138, - "end": 151, + "start": 141, + "end": 154, "loc": { "start": { "line": 4, @@ -12587,8 +12587,8 @@ "binop": null, "updateContext": null }, - "start": 151, - "end": 152, + "start": 154, + "end": 155, "loc": { "start": { "line": 4, @@ -12615,8 +12615,8 @@ "updateContext": null }, "value": "import", - "start": 153, - "end": 159, + "start": 157, + "end": 163, "loc": { "start": { "line": 5, @@ -12640,8 +12640,8 @@ "postfix": false, "binop": null }, - "start": 160, - "end": 161, + "start": 164, + "end": 165, "loc": { "start": { "line": 5, @@ -12666,8 +12666,8 @@ "binop": null }, "value": "ButtonGroup", - "start": 161, - "end": 172, + "start": 165, + "end": 176, "loc": { "start": { "line": 5, @@ -12691,8 +12691,8 @@ "postfix": false, "binop": null }, - "start": 172, - "end": 173, + "start": 176, + "end": 177, "loc": { "start": { "line": 5, @@ -12717,8 +12717,8 @@ "binop": null }, "value": "from", - "start": 174, - "end": 178, + "start": 178, + "end": 182, "loc": { "start": { "line": 5, @@ -12744,8 +12744,8 @@ "updateContext": null }, "value": "../button-group/ButtonGroup", - "start": 179, - "end": 208, + "start": 183, + "end": 212, "loc": { "start": { "line": 5, @@ -12770,8 +12770,8 @@ "binop": null, "updateContext": null }, - "start": 208, - "end": 209, + "start": 212, + "end": 213, "loc": { "start": { "line": 5, @@ -12798,8 +12798,8 @@ "updateContext": null }, "value": "import", - "start": 210, - "end": 216, + "start": 215, + "end": 221, "loc": { "start": { "line": 6, @@ -12823,8 +12823,8 @@ "postfix": false, "binop": null }, - "start": 217, - "end": 218, + "start": 222, + "end": 223, "loc": { "start": { "line": 6, @@ -12849,8 +12849,8 @@ "binop": null }, "value": "MagicSelect", - "start": 218, - "end": 229, + "start": 223, + "end": 234, "loc": { "start": { "line": 6, @@ -12874,8 +12874,8 @@ "postfix": false, "binop": null }, - "start": 229, - "end": 230, + "start": 234, + "end": 235, "loc": { "start": { "line": 6, @@ -12900,8 +12900,8 @@ "binop": null }, "value": "from", - "start": 231, - "end": 235, + "start": 236, + "end": 240, "loc": { "start": { "line": 6, @@ -12927,8 +12927,8 @@ "updateContext": null }, "value": "./MagicSelect", - "start": 236, - "end": 251, + "start": 241, + "end": 256, "loc": { "start": { "line": 6, @@ -12953,8 +12953,8 @@ "binop": null, "updateContext": null }, - "start": 251, - "end": 252, + "start": 256, + "end": 257, "loc": { "start": { "line": 6, @@ -12981,8 +12981,8 @@ "updateContext": null }, "value": "import", - "start": 253, - "end": 259, + "start": 259, + "end": 265, "loc": { "start": { "line": 7, @@ -13006,8 +13006,8 @@ "postfix": false, "binop": null }, - "start": 260, - "end": 261, + "start": 266, + "end": 267, "loc": { "start": { "line": 7, @@ -13032,8 +13032,8 @@ "binop": null }, "value": "RenderGroup", - "start": 261, - "end": 272, + "start": 267, + "end": 278, "loc": { "start": { "line": 7, @@ -13057,8 +13057,8 @@ "postfix": false, "binop": null }, - "start": 272, - "end": 273, + "start": 278, + "end": 279, "loc": { "start": { "line": 7, @@ -13083,8 +13083,8 @@ "binop": null }, "value": "from", - "start": 274, - "end": 278, + "start": 280, + "end": 284, "loc": { "start": { "line": 7, @@ -13110,8 +13110,8 @@ "updateContext": null }, "value": "../../RenderGroup", - "start": 279, - "end": 298, + "start": 285, + "end": 304, "loc": { "start": { "line": 7, @@ -13136,8 +13136,8 @@ "binop": null, "updateContext": null }, - "start": 298, - "end": 299, + "start": 304, + "end": 305, "loc": { "start": { "line": 7, @@ -13164,8 +13164,8 @@ "updateContext": null }, "value": "import", - "start": 300, - "end": 306, + "start": 307, + "end": 313, "loc": { "start": { "line": 8, @@ -13189,8 +13189,8 @@ "postfix": false, "binop": null }, - "start": 307, - "end": 308, + "start": 314, + "end": 315, "loc": { "start": { "line": 8, @@ -13215,8 +13215,8 @@ "binop": null }, "value": "Message", - "start": 308, - "end": 315, + "start": 315, + "end": 322, "loc": { "start": { "line": 8, @@ -13240,8 +13240,8 @@ "postfix": false, "binop": null }, - "start": 315, - "end": 316, + "start": 322, + "end": 323, "loc": { "start": { "line": 8, @@ -13266,8 +13266,8 @@ "binop": null }, "value": "from", - "start": 317, - "end": 321, + "start": 324, + "end": 328, "loc": { "start": { "line": 8, @@ -13293,8 +13293,8 @@ "updateContext": null }, "value": "../messages/Message", - "start": 322, - "end": 343, + "start": 329, + "end": 350, "loc": { "start": { "line": 8, @@ -13319,8 +13319,8 @@ "binop": null, "updateContext": null }, - "start": 343, - "end": 344, + "start": 350, + "end": 351, "loc": { "start": { "line": 8, @@ -13347,8 +13347,8 @@ "updateContext": null }, "value": "import", - "start": 345, - "end": 351, + "start": 353, + "end": 359, "loc": { "start": { "line": 9, @@ -13372,8 +13372,8 @@ "postfix": false, "binop": null }, - "start": 352, - "end": 353, + "start": 360, + "end": 361, "loc": { "start": { "line": 9, @@ -13398,8 +13398,8 @@ "binop": null }, "value": "FieldGroup", - "start": 353, - "end": 363, + "start": 361, + "end": 371, "loc": { "start": { "line": 9, @@ -13423,8 +13423,8 @@ "postfix": false, "binop": null }, - "start": 363, - "end": 364, + "start": 371, + "end": 372, "loc": { "start": { "line": 9, @@ -13449,8 +13449,8 @@ "binop": null }, "value": "from", - "start": 365, - "end": 369, + "start": 373, + "end": 377, "loc": { "start": { "line": 9, @@ -13476,8 +13476,8 @@ "updateContext": null }, "value": "../FieldGroup", - "start": 370, - "end": 385, + "start": 378, + "end": 393, "loc": { "start": { "line": 9, @@ -13502,8 +13502,8 @@ "binop": null, "updateContext": null }, - "start": 385, - "end": 386, + "start": 393, + "end": 394, "loc": { "start": { "line": 9, @@ -13517,9 +13517,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Encapsulates a complete Magic Select field group including label and the type chooser and the input\n ", - "start": 389, - "end": 499, + "value": "*\r\n * Encapsulates a complete Magic Select field group including label and the type chooser and the input\r\n ", + "start": 400, + "end": 512, "loc": { "start": { "line": 12, @@ -13546,8 +13546,8 @@ "updateContext": null }, "value": "export", - "start": 500, - "end": 506, + "start": 514, + "end": 520, "loc": { "start": { "line": 15, @@ -13574,8 +13574,8 @@ "updateContext": null }, "value": "class", - "start": 507, - "end": 512, + "start": 521, + "end": 526, "loc": { "start": { "line": 15, @@ -13600,8 +13600,8 @@ "binop": null }, "value": "MagicFieldGroup", - "start": 513, - "end": 528, + "start": 527, + "end": 542, "loc": { "start": { "line": 15, @@ -13628,8 +13628,8 @@ "updateContext": null }, "value": "extends", - "start": 529, - "end": 536, + "start": 543, + "end": 550, "loc": { "start": { "line": 15, @@ -13654,8 +13654,8 @@ "binop": null }, "value": "React", - "start": 537, - "end": 542, + "start": 551, + "end": 556, "loc": { "start": { "line": 15, @@ -13680,8 +13680,8 @@ "binop": null, "updateContext": null }, - "start": 542, - "end": 543, + "start": 556, + "end": 557, "loc": { "start": { "line": 15, @@ -13706,8 +13706,8 @@ "binop": null }, "value": "PureComponent", - "start": 543, - "end": 556, + "start": 557, + "end": 570, "loc": { "start": { "line": 15, @@ -13731,8 +13731,8 @@ "postfix": false, "binop": null }, - "start": 557, - "end": 558, + "start": 571, + "end": 572, "loc": { "start": { "line": 15, @@ -13746,9 +13746,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Create a MagicFieldGroup component\n\t *\n\t * @param {Object} props\n\t ", - "start": 561, - "end": 638, + "value": "*\r\n\t * Create a MagicFieldGroup component\r\n\t *\r\n\t * @param {Object} props\r\n\t ", + "start": 577, + "end": 658, "loc": { "start": { "line": 17, @@ -13773,8 +13773,8 @@ "binop": null }, "value": "constructor", - "start": 640, - "end": 651, + "start": 661, + "end": 672, "loc": { "start": { "line": 22, @@ -13798,8 +13798,8 @@ "postfix": false, "binop": null }, - "start": 651, - "end": 652, + "start": 672, + "end": 673, "loc": { "start": { "line": 22, @@ -13824,8 +13824,8 @@ "binop": null }, "value": "props", - "start": 652, - "end": 657, + "start": 673, + "end": 678, "loc": { "start": { "line": 22, @@ -13849,8 +13849,8 @@ "postfix": false, "binop": null }, - "start": 657, - "end": 658, + "start": 678, + "end": 679, "loc": { "start": { "line": 22, @@ -13874,8 +13874,8 @@ "postfix": false, "binop": null }, - "start": 659, - "end": 660, + "start": 680, + "end": 681, "loc": { "start": { "line": 22, @@ -13902,8 +13902,8 @@ "updateContext": null }, "value": "super", - "start": 663, - "end": 668, + "start": 685, + "end": 690, "loc": { "start": { "line": 23, @@ -13927,8 +13927,8 @@ "postfix": false, "binop": null }, - "start": 668, - "end": 669, + "start": 690, + "end": 691, "loc": { "start": { "line": 23, @@ -13953,8 +13953,8 @@ "binop": null }, "value": "props", - "start": 669, - "end": 674, + "start": 691, + "end": 696, "loc": { "start": { "line": 23, @@ -13978,8 +13978,8 @@ "postfix": false, "binop": null }, - "start": 674, - "end": 675, + "start": 696, + "end": 697, "loc": { "start": { "line": 23, @@ -14004,8 +14004,8 @@ "binop": null, "updateContext": null }, - "start": 675, - "end": 676, + "start": 697, + "end": 698, "loc": { "start": { "line": 23, @@ -14032,8 +14032,8 @@ "updateContext": null }, "value": "this", - "start": 679, - "end": 683, + "start": 702, + "end": 706, "loc": { "start": { "line": 24, @@ -14058,8 +14058,8 @@ "binop": null, "updateContext": null }, - "start": 683, - "end": 684, + "start": 706, + "end": 707, "loc": { "start": { "line": 24, @@ -14084,8 +14084,8 @@ "binop": null }, "value": "state", - "start": 684, - "end": 689, + "start": 707, + "end": 712, "loc": { "start": { "line": 24, @@ -14111,8 +14111,8 @@ "updateContext": null }, "value": "=", - "start": 690, - "end": 691, + "start": 713, + "end": 714, "loc": { "start": { "line": 24, @@ -14136,8 +14136,8 @@ "postfix": false, "binop": null }, - "start": 692, - "end": 693, + "start": 715, + "end": 716, "loc": { "start": { "line": 24, @@ -14162,8 +14162,8 @@ "binop": null }, "value": "currentListType", - "start": 697, - "end": 712, + "start": 721, + "end": 736, "loc": { "start": { "line": 25, @@ -14188,8 +14188,8 @@ "binop": null, "updateContext": null }, - "start": 712, - "end": 713, + "start": 736, + "end": 737, "loc": { "start": { "line": 25, @@ -14214,8 +14214,8 @@ "binop": null }, "value": "props", - "start": 714, - "end": 719, + "start": 738, + "end": 743, "loc": { "start": { "line": 25, @@ -14240,8 +14240,8 @@ "binop": null, "updateContext": null }, - "start": 719, - "end": 720, + "start": 743, + "end": 744, "loc": { "start": { "line": 25, @@ -14266,8 +14266,8 @@ "binop": null }, "value": "defaultList", - "start": 720, - "end": 731, + "start": 744, + "end": 755, "loc": { "start": { "line": 25, @@ -14292,8 +14292,8 @@ "binop": null, "updateContext": null }, - "start": 731, - "end": 732, + "start": 755, + "end": 756, "loc": { "start": { "line": 25, @@ -14318,8 +14318,8 @@ "binop": null }, "value": "isOpen", - "start": 736, - "end": 742, + "start": 761, + "end": 767, "loc": { "start": { "line": 26, @@ -14344,8 +14344,8 @@ "binop": null, "updateContext": null }, - "start": 742, - "end": 743, + "start": 767, + "end": 768, "loc": { "start": { "line": 26, @@ -14370,8 +14370,8 @@ "binop": null }, "value": "props", - "start": 744, - "end": 749, + "start": 769, + "end": 774, "loc": { "start": { "line": 26, @@ -14396,8 +14396,8 @@ "binop": null, "updateContext": null }, - "start": 749, - "end": 750, + "start": 774, + "end": 775, "loc": { "start": { "line": 26, @@ -14422,8 +14422,8 @@ "binop": null }, "value": "isOpen", - "start": 750, - "end": 756, + "start": 775, + "end": 781, "loc": { "start": { "line": 26, @@ -14448,8 +14448,8 @@ "binop": null, "updateContext": null }, - "start": 756, - "end": 757, + "start": 781, + "end": 782, "loc": { "start": { "line": 26, @@ -14473,8 +14473,8 @@ "postfix": false, "binop": null }, - "start": 760, - "end": 761, + "start": 786, + "end": 787, "loc": { "start": { "line": 27, @@ -14499,8 +14499,8 @@ "binop": null, "updateContext": null }, - "start": 761, - "end": 762, + "start": 787, + "end": 788, "loc": { "start": { "line": 27, @@ -14527,8 +14527,8 @@ "updateContext": null }, "value": "this", - "start": 765, - "end": 769, + "start": 792, + "end": 796, "loc": { "start": { "line": 28, @@ -14553,8 +14553,8 @@ "binop": null, "updateContext": null }, - "start": 769, - "end": 770, + "start": 796, + "end": 797, "loc": { "start": { "line": 28, @@ -14579,8 +14579,8 @@ "binop": null }, "value": "onChange", - "start": 770, - "end": 778, + "start": 797, + "end": 805, "loc": { "start": { "line": 28, @@ -14606,8 +14606,8 @@ "updateContext": null }, "value": "=", - "start": 779, - "end": 780, + "start": 806, + "end": 807, "loc": { "start": { "line": 28, @@ -14634,8 +14634,8 @@ "updateContext": null }, "value": "this", - "start": 781, - "end": 785, + "start": 808, + "end": 812, "loc": { "start": { "line": 28, @@ -14660,8 +14660,8 @@ "binop": null, "updateContext": null }, - "start": 785, - "end": 786, + "start": 812, + "end": 813, "loc": { "start": { "line": 28, @@ -14686,8 +14686,8 @@ "binop": null }, "value": "onChange", - "start": 786, - "end": 794, + "start": 813, + "end": 821, "loc": { "start": { "line": 28, @@ -14712,8 +14712,8 @@ "binop": null, "updateContext": null }, - "start": 794, - "end": 795, + "start": 821, + "end": 822, "loc": { "start": { "line": 28, @@ -14738,8 +14738,8 @@ "binop": null }, "value": "bind", - "start": 795, - "end": 799, + "start": 822, + "end": 826, "loc": { "start": { "line": 28, @@ -14763,8 +14763,8 @@ "postfix": false, "binop": null }, - "start": 799, - "end": 800, + "start": 826, + "end": 827, "loc": { "start": { "line": 28, @@ -14791,8 +14791,8 @@ "updateContext": null }, "value": "this", - "start": 800, - "end": 804, + "start": 827, + "end": 831, "loc": { "start": { "line": 28, @@ -14816,8 +14816,8 @@ "postfix": false, "binop": null }, - "start": 804, - "end": 805, + "start": 831, + "end": 832, "loc": { "start": { "line": 28, @@ -14842,8 +14842,8 @@ "binop": null, "updateContext": null }, - "start": 805, - "end": 806, + "start": 832, + "end": 833, "loc": { "start": { "line": 28, @@ -14870,8 +14870,8 @@ "updateContext": null }, "value": "this", - "start": 809, - "end": 813, + "start": 837, + "end": 841, "loc": { "start": { "line": 29, @@ -14896,8 +14896,8 @@ "binop": null, "updateContext": null }, - "start": 813, - "end": 814, + "start": 841, + "end": 842, "loc": { "start": { "line": 29, @@ -14922,8 +14922,8 @@ "binop": null }, "value": "items", - "start": 814, - "end": 819, + "start": 842, + "end": 847, "loc": { "start": { "line": 29, @@ -14949,8 +14949,8 @@ "updateContext": null }, "value": "=", - "start": 820, - "end": 821, + "start": 848, + "end": 849, "loc": { "start": { "line": 29, @@ -14977,8 +14977,8 @@ "updateContext": null }, "value": "this", - "start": 822, - "end": 826, + "start": 850, + "end": 854, "loc": { "start": { "line": 29, @@ -15003,8 +15003,8 @@ "binop": null, "updateContext": null }, - "start": 826, - "end": 827, + "start": 854, + "end": 855, "loc": { "start": { "line": 29, @@ -15029,8 +15029,8 @@ "binop": null }, "value": "items", - "start": 827, - "end": 832, + "start": 855, + "end": 860, "loc": { "start": { "line": 29, @@ -15055,8 +15055,8 @@ "binop": null, "updateContext": null }, - "start": 832, - "end": 833, + "start": 860, + "end": 861, "loc": { "start": { "line": 29, @@ -15081,8 +15081,8 @@ "binop": null }, "value": "bind", - "start": 833, - "end": 837, + "start": 861, + "end": 865, "loc": { "start": { "line": 29, @@ -15106,8 +15106,8 @@ "postfix": false, "binop": null }, - "start": 837, - "end": 838, + "start": 865, + "end": 866, "loc": { "start": { "line": 29, @@ -15134,8 +15134,8 @@ "updateContext": null }, "value": "this", - "start": 838, - "end": 842, + "start": 866, + "end": 870, "loc": { "start": { "line": 29, @@ -15159,8 +15159,8 @@ "postfix": false, "binop": null }, - "start": 842, - "end": 843, + "start": 870, + "end": 871, "loc": { "start": { "line": 29, @@ -15185,8 +15185,8 @@ "binop": null, "updateContext": null }, - "start": 843, - "end": 844, + "start": 871, + "end": 872, "loc": { "start": { "line": 29, @@ -15213,8 +15213,8 @@ "updateContext": null }, "value": "this", - "start": 847, - "end": 851, + "start": 876, + "end": 880, "loc": { "start": { "line": 30, @@ -15239,8 +15239,8 @@ "binop": null, "updateContext": null }, - "start": 851, - "end": 852, + "start": 880, + "end": 881, "loc": { "start": { "line": 30, @@ -15265,8 +15265,8 @@ "binop": null }, "value": "onChange", - "start": 852, - "end": 860, + "start": 881, + "end": 889, "loc": { "start": { "line": 30, @@ -15292,8 +15292,8 @@ "updateContext": null }, "value": "=", - "start": 861, - "end": 862, + "start": 890, + "end": 891, "loc": { "start": { "line": 30, @@ -15320,8 +15320,8 @@ "updateContext": null }, "value": "this", - "start": 863, - "end": 867, + "start": 892, + "end": 896, "loc": { "start": { "line": 30, @@ -15346,8 +15346,8 @@ "binop": null, "updateContext": null }, - "start": 867, - "end": 868, + "start": 896, + "end": 897, "loc": { "start": { "line": 30, @@ -15372,8 +15372,8 @@ "binop": null }, "value": "onChange", - "start": 868, - "end": 876, + "start": 897, + "end": 905, "loc": { "start": { "line": 30, @@ -15398,8 +15398,8 @@ "binop": null, "updateContext": null }, - "start": 876, - "end": 877, + "start": 905, + "end": 906, "loc": { "start": { "line": 30, @@ -15424,8 +15424,8 @@ "binop": null }, "value": "bind", - "start": 877, - "end": 881, + "start": 906, + "end": 910, "loc": { "start": { "line": 30, @@ -15449,8 +15449,8 @@ "postfix": false, "binop": null }, - "start": 881, - "end": 882, + "start": 910, + "end": 911, "loc": { "start": { "line": 30, @@ -15477,8 +15477,8 @@ "updateContext": null }, "value": "this", - "start": 882, - "end": 886, + "start": 911, + "end": 915, "loc": { "start": { "line": 30, @@ -15502,8 +15502,8 @@ "postfix": false, "binop": null }, - "start": 886, - "end": 887, + "start": 915, + "end": 916, "loc": { "start": { "line": 30, @@ -15528,8 +15528,8 @@ "binop": null, "updateContext": null }, - "start": 887, - "end": 888, + "start": 916, + "end": 917, "loc": { "start": { "line": 30, @@ -15556,8 +15556,8 @@ "updateContext": null }, "value": "this", - "start": 891, - "end": 895, + "start": 921, + "end": 925, "loc": { "start": { "line": 31, @@ -15582,8 +15582,8 @@ "binop": null, "updateContext": null }, - "start": 895, - "end": 896, + "start": 925, + "end": 926, "loc": { "start": { "line": 31, @@ -15608,8 +15608,8 @@ "binop": null }, "value": "onSelect", - "start": 896, - "end": 904, + "start": 926, + "end": 934, "loc": { "start": { "line": 31, @@ -15635,8 +15635,8 @@ "updateContext": null }, "value": "=", - "start": 905, - "end": 906, + "start": 935, + "end": 936, "loc": { "start": { "line": 31, @@ -15663,8 +15663,8 @@ "updateContext": null }, "value": "this", - "start": 907, - "end": 911, + "start": 937, + "end": 941, "loc": { "start": { "line": 31, @@ -15689,8 +15689,8 @@ "binop": null, "updateContext": null }, - "start": 911, - "end": 912, + "start": 941, + "end": 942, "loc": { "start": { "line": 31, @@ -15715,8 +15715,8 @@ "binop": null }, "value": "onSelect", - "start": 912, - "end": 920, + "start": 942, + "end": 950, "loc": { "start": { "line": 31, @@ -15741,8 +15741,8 @@ "binop": null, "updateContext": null }, - "start": 920, - "end": 921, + "start": 950, + "end": 951, "loc": { "start": { "line": 31, @@ -15767,8 +15767,8 @@ "binop": null }, "value": "bind", - "start": 921, - "end": 925, + "start": 951, + "end": 955, "loc": { "start": { "line": 31, @@ -15792,8 +15792,8 @@ "postfix": false, "binop": null }, - "start": 925, - "end": 926, + "start": 955, + "end": 956, "loc": { "start": { "line": 31, @@ -15820,8 +15820,8 @@ "updateContext": null }, "value": "this", - "start": 926, - "end": 930, + "start": 956, + "end": 960, "loc": { "start": { "line": 31, @@ -15845,8 +15845,8 @@ "postfix": false, "binop": null }, - "start": 930, - "end": 931, + "start": 960, + "end": 961, "loc": { "start": { "line": 31, @@ -15871,8 +15871,8 @@ "binop": null, "updateContext": null }, - "start": 931, - "end": 932, + "start": 961, + "end": 962, "loc": { "start": { "line": 31, @@ -15899,8 +15899,8 @@ "updateContext": null }, "value": "this", - "start": 935, - "end": 939, + "start": 966, + "end": 970, "loc": { "start": { "line": 32, @@ -15925,8 +15925,8 @@ "binop": null, "updateContext": null }, - "start": 939, - "end": 940, + "start": 970, + "end": 971, "loc": { "start": { "line": 32, @@ -15951,8 +15951,8 @@ "binop": null }, "value": "onInputFocus", - "start": 940, - "end": 952, + "start": 971, + "end": 983, "loc": { "start": { "line": 32, @@ -15978,8 +15978,8 @@ "updateContext": null }, "value": "=", - "start": 953, - "end": 954, + "start": 984, + "end": 985, "loc": { "start": { "line": 32, @@ -16006,8 +16006,8 @@ "updateContext": null }, "value": "this", - "start": 955, - "end": 959, + "start": 986, + "end": 990, "loc": { "start": { "line": 32, @@ -16032,8 +16032,8 @@ "binop": null, "updateContext": null }, - "start": 959, - "end": 960, + "start": 990, + "end": 991, "loc": { "start": { "line": 32, @@ -16058,8 +16058,8 @@ "binop": null }, "value": "onInputFocus", - "start": 960, - "end": 972, + "start": 991, + "end": 1003, "loc": { "start": { "line": 32, @@ -16084,8 +16084,8 @@ "binop": null, "updateContext": null }, - "start": 972, - "end": 973, + "start": 1003, + "end": 1004, "loc": { "start": { "line": 32, @@ -16110,8 +16110,8 @@ "binop": null }, "value": "bind", - "start": 973, - "end": 977, + "start": 1004, + "end": 1008, "loc": { "start": { "line": 32, @@ -16135,8 +16135,8 @@ "postfix": false, "binop": null }, - "start": 977, - "end": 978, + "start": 1008, + "end": 1009, "loc": { "start": { "line": 32, @@ -16163,8 +16163,8 @@ "updateContext": null }, "value": "this", - "start": 978, - "end": 982, + "start": 1009, + "end": 1013, "loc": { "start": { "line": 32, @@ -16188,8 +16188,8 @@ "postfix": false, "binop": null }, - "start": 982, - "end": 983, + "start": 1013, + "end": 1014, "loc": { "start": { "line": 32, @@ -16214,8 +16214,8 @@ "binop": null, "updateContext": null }, - "start": 983, - "end": 984, + "start": 1014, + "end": 1015, "loc": { "start": { "line": 32, @@ -16242,8 +16242,8 @@ "updateContext": null }, "value": "this", - "start": 987, - "end": 991, + "start": 1019, + "end": 1023, "loc": { "start": { "line": 33, @@ -16268,8 +16268,8 @@ "binop": null, "updateContext": null }, - "start": 991, - "end": 992, + "start": 1023, + "end": 1024, "loc": { "start": { "line": 33, @@ -16294,8 +16294,8 @@ "binop": null }, "value": "renderItem", - "start": 992, - "end": 1002, + "start": 1024, + "end": 1034, "loc": { "start": { "line": 33, @@ -16321,8 +16321,8 @@ "updateContext": null }, "value": "=", - "start": 1003, - "end": 1004, + "start": 1035, + "end": 1036, "loc": { "start": { "line": 33, @@ -16349,8 +16349,8 @@ "updateContext": null }, "value": "this", - "start": 1005, - "end": 1009, + "start": 1037, + "end": 1041, "loc": { "start": { "line": 33, @@ -16375,8 +16375,8 @@ "binop": null, "updateContext": null }, - "start": 1009, - "end": 1010, + "start": 1041, + "end": 1042, "loc": { "start": { "line": 33, @@ -16401,8 +16401,8 @@ "binop": null }, "value": "renderItem", - "start": 1010, - "end": 1020, + "start": 1042, + "end": 1052, "loc": { "start": { "line": 33, @@ -16427,8 +16427,8 @@ "binop": null, "updateContext": null }, - "start": 1020, - "end": 1021, + "start": 1052, + "end": 1053, "loc": { "start": { "line": 33, @@ -16453,8 +16453,8 @@ "binop": null }, "value": "bind", - "start": 1021, - "end": 1025, + "start": 1053, + "end": 1057, "loc": { "start": { "line": 33, @@ -16478,8 +16478,8 @@ "postfix": false, "binop": null }, - "start": 1025, - "end": 1026, + "start": 1057, + "end": 1058, "loc": { "start": { "line": 33, @@ -16506,8 +16506,8 @@ "updateContext": null }, "value": "this", - "start": 1026, - "end": 1030, + "start": 1058, + "end": 1062, "loc": { "start": { "line": 33, @@ -16531,8 +16531,8 @@ "postfix": false, "binop": null }, - "start": 1030, - "end": 1031, + "start": 1062, + "end": 1063, "loc": { "start": { "line": 33, @@ -16557,8 +16557,8 @@ "binop": null, "updateContext": null }, - "start": 1031, - "end": 1032, + "start": 1063, + "end": 1064, "loc": { "start": { "line": 33, @@ -16585,8 +16585,8 @@ "updateContext": null }, "value": "this", - "start": 1035, - "end": 1039, + "start": 1068, + "end": 1072, "loc": { "start": { "line": 34, @@ -16611,8 +16611,8 @@ "binop": null, "updateContext": null }, - "start": 1039, - "end": 1040, + "start": 1072, + "end": 1073, "loc": { "start": { "line": 34, @@ -16637,8 +16637,8 @@ "binop": null }, "value": "onInputBlur", - "start": 1040, - "end": 1051, + "start": 1073, + "end": 1084, "loc": { "start": { "line": 34, @@ -16664,8 +16664,8 @@ "updateContext": null }, "value": "=", - "start": 1052, - "end": 1053, + "start": 1085, + "end": 1086, "loc": { "start": { "line": 34, @@ -16692,8 +16692,8 @@ "updateContext": null }, "value": "this", - "start": 1054, - "end": 1058, + "start": 1087, + "end": 1091, "loc": { "start": { "line": 34, @@ -16718,8 +16718,8 @@ "binop": null, "updateContext": null }, - "start": 1058, - "end": 1059, + "start": 1091, + "end": 1092, "loc": { "start": { "line": 34, @@ -16744,8 +16744,8 @@ "binop": null }, "value": "onInputBlur", - "start": 1059, - "end": 1070, + "start": 1092, + "end": 1103, "loc": { "start": { "line": 34, @@ -16770,8 +16770,8 @@ "binop": null, "updateContext": null }, - "start": 1070, - "end": 1071, + "start": 1103, + "end": 1104, "loc": { "start": { "line": 34, @@ -16796,8 +16796,8 @@ "binop": null }, "value": "bind", - "start": 1071, - "end": 1075, + "start": 1104, + "end": 1108, "loc": { "start": { "line": 34, @@ -16821,8 +16821,8 @@ "postfix": false, "binop": null }, - "start": 1075, - "end": 1076, + "start": 1108, + "end": 1109, "loc": { "start": { "line": 34, @@ -16849,8 +16849,8 @@ "updateContext": null }, "value": "this", - "start": 1076, - "end": 1080, + "start": 1109, + "end": 1113, "loc": { "start": { "line": 34, @@ -16874,8 +16874,8 @@ "postfix": false, "binop": null }, - "start": 1080, - "end": 1081, + "start": 1113, + "end": 1114, "loc": { "start": { "line": 34, @@ -16900,8 +16900,8 @@ "binop": null, "updateContext": null }, - "start": 1081, - "end": 1082, + "start": 1114, + "end": 1115, "loc": { "start": { "line": 34, @@ -16928,8 +16928,8 @@ "updateContext": null }, "value": "this", - "start": 1085, - "end": 1089, + "start": 1119, + "end": 1123, "loc": { "start": { "line": 35, @@ -16954,8 +16954,8 @@ "binop": null, "updateContext": null }, - "start": 1089, - "end": 1090, + "start": 1123, + "end": 1124, "loc": { "start": { "line": 35, @@ -16980,8 +16980,8 @@ "binop": null }, "value": "onChangeListType", - "start": 1090, - "end": 1106, + "start": 1124, + "end": 1140, "loc": { "start": { "line": 35, @@ -17007,8 +17007,8 @@ "updateContext": null }, "value": "=", - "start": 1107, - "end": 1108, + "start": 1141, + "end": 1142, "loc": { "start": { "line": 35, @@ -17035,8 +17035,8 @@ "updateContext": null }, "value": "this", - "start": 1109, - "end": 1113, + "start": 1143, + "end": 1147, "loc": { "start": { "line": 35, @@ -17061,8 +17061,8 @@ "binop": null, "updateContext": null }, - "start": 1113, - "end": 1114, + "start": 1147, + "end": 1148, "loc": { "start": { "line": 35, @@ -17087,8 +17087,8 @@ "binop": null }, "value": "onChangeListType", - "start": 1114, - "end": 1130, + "start": 1148, + "end": 1164, "loc": { "start": { "line": 35, @@ -17113,8 +17113,8 @@ "binop": null, "updateContext": null }, - "start": 1130, - "end": 1131, + "start": 1164, + "end": 1165, "loc": { "start": { "line": 35, @@ -17139,8 +17139,8 @@ "binop": null }, "value": "bind", - "start": 1131, - "end": 1135, + "start": 1165, + "end": 1169, "loc": { "start": { "line": 35, @@ -17164,8 +17164,8 @@ "postfix": false, "binop": null }, - "start": 1135, - "end": 1136, + "start": 1169, + "end": 1170, "loc": { "start": { "line": 35, @@ -17192,8 +17192,8 @@ "updateContext": null }, "value": "this", - "start": 1136, - "end": 1140, + "start": 1170, + "end": 1174, "loc": { "start": { "line": 35, @@ -17217,8 +17217,8 @@ "postfix": false, "binop": null }, - "start": 1140, - "end": 1141, + "start": 1174, + "end": 1175, "loc": { "start": { "line": 35, @@ -17243,8 +17243,8 @@ "binop": null, "updateContext": null }, - "start": 1141, - "end": 1142, + "start": 1175, + "end": 1176, "loc": { "start": { "line": 35, @@ -17271,8 +17271,8 @@ "updateContext": null }, "value": "this", - "start": 1145, - "end": 1149, + "start": 1180, + "end": 1184, "loc": { "start": { "line": 36, @@ -17297,8 +17297,8 @@ "binop": null, "updateContext": null }, - "start": 1149, - "end": 1150, + "start": 1184, + "end": 1185, "loc": { "start": { "line": 36, @@ -17323,8 +17323,8 @@ "binop": null }, "value": "listTypeOptions", - "start": 1150, - "end": 1165, + "start": 1185, + "end": 1200, "loc": { "start": { "line": 36, @@ -17350,8 +17350,8 @@ "updateContext": null }, "value": "=", - "start": 1166, - "end": 1167, + "start": 1201, + "end": 1202, "loc": { "start": { "line": 36, @@ -17378,8 +17378,8 @@ "updateContext": null }, "value": "this", - "start": 1168, - "end": 1172, + "start": 1203, + "end": 1207, "loc": { "start": { "line": 36, @@ -17404,8 +17404,8 @@ "binop": null, "updateContext": null }, - "start": 1172, - "end": 1173, + "start": 1207, + "end": 1208, "loc": { "start": { "line": 36, @@ -17430,8 +17430,8 @@ "binop": null }, "value": "listTypeOptions", - "start": 1173, - "end": 1188, + "start": 1208, + "end": 1223, "loc": { "start": { "line": 36, @@ -17456,8 +17456,8 @@ "binop": null, "updateContext": null }, - "start": 1188, - "end": 1189, + "start": 1223, + "end": 1224, "loc": { "start": { "line": 36, @@ -17482,8 +17482,8 @@ "binop": null }, "value": "bind", - "start": 1189, - "end": 1193, + "start": 1224, + "end": 1228, "loc": { "start": { "line": 36, @@ -17507,8 +17507,8 @@ "postfix": false, "binop": null }, - "start": 1193, - "end": 1194, + "start": 1228, + "end": 1229, "loc": { "start": { "line": 36, @@ -17535,8 +17535,8 @@ "updateContext": null }, "value": "this", - "start": 1194, - "end": 1198, + "start": 1229, + "end": 1233, "loc": { "start": { "line": 36, @@ -17560,8 +17560,8 @@ "postfix": false, "binop": null }, - "start": 1198, - "end": 1199, + "start": 1233, + "end": 1234, "loc": { "start": { "line": 36, @@ -17586,8 +17586,8 @@ "binop": null, "updateContext": null }, - "start": 1199, - "end": 1200, + "start": 1234, + "end": 1235, "loc": { "start": { "line": 36, @@ -17611,8 +17611,8 @@ "postfix": false, "binop": null }, - "start": 1202, - "end": 1203, + "start": 1238, + "end": 1239, "loc": { "start": { "line": 37, @@ -17626,9 +17626,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle direct change events\n\t * @param {String|number} newValue\n\t ", - "start": 1206, - "end": 1282, + "value": "*\r\n\t * Handle direct change events\r\n\t * @param {String|number} newValue\r\n\t ", + "start": 1244, + "end": 1323, "loc": { "start": { "line": 39, @@ -17653,8 +17653,8 @@ "binop": null }, "value": "onChange", - "start": 1284, - "end": 1292, + "start": 1326, + "end": 1334, "loc": { "start": { "line": 43, @@ -17678,8 +17678,8 @@ "postfix": false, "binop": null }, - "start": 1292, - "end": 1293, + "start": 1334, + "end": 1335, "loc": { "start": { "line": 43, @@ -17704,8 +17704,8 @@ "binop": null }, "value": "newValue", - "start": 1293, - "end": 1301, + "start": 1335, + "end": 1343, "loc": { "start": { "line": 43, @@ -17729,8 +17729,8 @@ "postfix": false, "binop": null }, - "start": 1301, - "end": 1302, + "start": 1343, + "end": 1344, "loc": { "start": { "line": 43, @@ -17754,8 +17754,8 @@ "postfix": false, "binop": null }, - "start": 1303, - "end": 1304, + "start": 1345, + "end": 1346, "loc": { "start": { "line": 43, @@ -17782,8 +17782,8 @@ "updateContext": null }, "value": "this", - "start": 1307, - "end": 1311, + "start": 1350, + "end": 1354, "loc": { "start": { "line": 44, @@ -17808,8 +17808,8 @@ "binop": null, "updateContext": null }, - "start": 1311, - "end": 1312, + "start": 1354, + "end": 1355, "loc": { "start": { "line": 44, @@ -17834,8 +17834,8 @@ "binop": null }, "value": "props", - "start": 1312, - "end": 1317, + "start": 1355, + "end": 1360, "loc": { "start": { "line": 44, @@ -17860,8 +17860,8 @@ "binop": null, "updateContext": null }, - "start": 1317, - "end": 1318, + "start": 1360, + "end": 1361, "loc": { "start": { "line": 44, @@ -17886,8 +17886,8 @@ "binop": null }, "value": "onValueChange", - "start": 1318, - "end": 1331, + "start": 1361, + "end": 1374, "loc": { "start": { "line": 44, @@ -17911,8 +17911,8 @@ "postfix": false, "binop": null }, - "start": 1331, - "end": 1332, + "start": 1374, + "end": 1375, "loc": { "start": { "line": 44, @@ -17937,8 +17937,8 @@ "binop": null }, "value": "newValue", - "start": 1332, - "end": 1340, + "start": 1375, + "end": 1383, "loc": { "start": { "line": 44, @@ -17962,8 +17962,8 @@ "postfix": false, "binop": null }, - "start": 1340, - "end": 1341, + "start": 1383, + "end": 1384, "loc": { "start": { "line": 44, @@ -17988,8 +17988,8 @@ "binop": null, "updateContext": null }, - "start": 1341, - "end": 1342, + "start": 1384, + "end": 1385, "loc": { "start": { "line": 44, @@ -18013,8 +18013,8 @@ "postfix": false, "binop": null }, - "start": 1344, - "end": 1345, + "start": 1388, + "end": 1389, "loc": { "start": { "line": 45, @@ -18028,9 +18028,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle when the field gets focus\n\t ", - "start": 1348, - "end": 1393, + "value": "*\r\n\t * Handle when the field gets focus\r\n\t ", + "start": 1394, + "end": 1441, "loc": { "start": { "line": 47, @@ -18055,8 +18055,8 @@ "binop": null }, "value": "onInputFocus", - "start": 1395, - "end": 1407, + "start": 1444, + "end": 1456, "loc": { "start": { "line": 50, @@ -18080,8 +18080,8 @@ "postfix": false, "binop": null }, - "start": 1407, - "end": 1408, + "start": 1456, + "end": 1457, "loc": { "start": { "line": 50, @@ -18105,8 +18105,8 @@ "postfix": false, "binop": null }, - "start": 1408, - "end": 1409, + "start": 1457, + "end": 1458, "loc": { "start": { "line": 50, @@ -18130,8 +18130,8 @@ "postfix": false, "binop": null }, - "start": 1410, - "end": 1411, + "start": 1459, + "end": 1460, "loc": { "start": { "line": 50, @@ -18158,8 +18158,8 @@ "updateContext": null }, "value": "this", - "start": 1414, - "end": 1418, + "start": 1464, + "end": 1468, "loc": { "start": { "line": 51, @@ -18184,8 +18184,8 @@ "binop": null, "updateContext": null }, - "start": 1418, - "end": 1419, + "start": 1468, + "end": 1469, "loc": { "start": { "line": 51, @@ -18210,8 +18210,8 @@ "binop": null }, "value": "setState", - "start": 1419, - "end": 1427, + "start": 1469, + "end": 1477, "loc": { "start": { "line": 51, @@ -18235,8 +18235,8 @@ "postfix": false, "binop": null }, - "start": 1427, - "end": 1428, + "start": 1477, + "end": 1478, "loc": { "start": { "line": 51, @@ -18260,8 +18260,8 @@ "postfix": false, "binop": null }, - "start": 1428, - "end": 1429, + "start": 1478, + "end": 1479, "loc": { "start": { "line": 51, @@ -18286,8 +18286,8 @@ "binop": null }, "value": "isOpen", - "start": 1429, - "end": 1435, + "start": 1479, + "end": 1485, "loc": { "start": { "line": 51, @@ -18312,8 +18312,8 @@ "binop": null, "updateContext": null }, - "start": 1435, - "end": 1436, + "start": 1485, + "end": 1486, "loc": { "start": { "line": 51, @@ -18340,8 +18340,8 @@ "updateContext": null }, "value": "true", - "start": 1437, - "end": 1441, + "start": 1487, + "end": 1491, "loc": { "start": { "line": 51, @@ -18365,8 +18365,8 @@ "postfix": false, "binop": null }, - "start": 1441, - "end": 1442, + "start": 1491, + "end": 1492, "loc": { "start": { "line": 51, @@ -18390,8 +18390,8 @@ "postfix": false, "binop": null }, - "start": 1442, - "end": 1443, + "start": 1492, + "end": 1493, "loc": { "start": { "line": 51, @@ -18416,8 +18416,8 @@ "binop": null, "updateContext": null }, - "start": 1443, - "end": 1444, + "start": 1493, + "end": 1494, "loc": { "start": { "line": 51, @@ -18441,8 +18441,8 @@ "postfix": false, "binop": null }, - "start": 1446, - "end": 1447, + "start": 1497, + "end": 1498, "loc": { "start": { "line": 52, @@ -18456,9 +18456,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle when the field is blurred\n\t ", - "start": 1450, - "end": 1495, + "value": "*\r\n\t * Handle when the field is blurred\r\n\t ", + "start": 1503, + "end": 1550, "loc": { "start": { "line": 54, @@ -18483,8 +18483,8 @@ "binop": null }, "value": "onInputBlur", - "start": 1497, - "end": 1508, + "start": 1553, + "end": 1564, "loc": { "start": { "line": 57, @@ -18508,8 +18508,8 @@ "postfix": false, "binop": null }, - "start": 1508, - "end": 1509, + "start": 1564, + "end": 1565, "loc": { "start": { "line": 57, @@ -18533,8 +18533,8 @@ "postfix": false, "binop": null }, - "start": 1509, - "end": 1510, + "start": 1565, + "end": 1566, "loc": { "start": { "line": 57, @@ -18558,8 +18558,8 @@ "postfix": false, "binop": null }, - "start": 1511, - "end": 1512, + "start": 1567, + "end": 1568, "loc": { "start": { "line": 57, @@ -18586,8 +18586,8 @@ "updateContext": null }, "value": "this", - "start": 1515, - "end": 1519, + "start": 1572, + "end": 1576, "loc": { "start": { "line": 58, @@ -18612,8 +18612,8 @@ "binop": null, "updateContext": null }, - "start": 1519, - "end": 1520, + "start": 1576, + "end": 1577, "loc": { "start": { "line": 58, @@ -18638,8 +18638,8 @@ "binop": null }, "value": "setState", - "start": 1520, - "end": 1528, + "start": 1577, + "end": 1585, "loc": { "start": { "line": 58, @@ -18663,8 +18663,8 @@ "postfix": false, "binop": null }, - "start": 1528, - "end": 1529, + "start": 1585, + "end": 1586, "loc": { "start": { "line": 58, @@ -18688,8 +18688,8 @@ "postfix": false, "binop": null }, - "start": 1529, - "end": 1530, + "start": 1586, + "end": 1587, "loc": { "start": { "line": 58, @@ -18714,8 +18714,8 @@ "binop": null }, "value": "isOpen", - "start": 1530, - "end": 1536, + "start": 1587, + "end": 1593, "loc": { "start": { "line": 58, @@ -18740,8 +18740,8 @@ "binop": null, "updateContext": null }, - "start": 1536, - "end": 1537, + "start": 1593, + "end": 1594, "loc": { "start": { "line": 58, @@ -18768,8 +18768,8 @@ "updateContext": null }, "value": "false", - "start": 1538, - "end": 1543, + "start": 1595, + "end": 1600, "loc": { "start": { "line": 58, @@ -18793,8 +18793,8 @@ "postfix": false, "binop": null }, - "start": 1543, - "end": 1544, + "start": 1600, + "end": 1601, "loc": { "start": { "line": 58, @@ -18818,8 +18818,8 @@ "postfix": false, "binop": null }, - "start": 1544, - "end": 1545, + "start": 1601, + "end": 1602, "loc": { "start": { "line": 58, @@ -18844,8 +18844,8 @@ "binop": null, "updateContext": null }, - "start": 1545, - "end": 1546, + "start": 1602, + "end": 1603, "loc": { "start": { "line": 58, @@ -18869,8 +18869,8 @@ "postfix": false, "binop": null }, - "start": 1548, - "end": 1549, + "start": 1606, + "end": 1607, "loc": { "start": { "line": 59, @@ -18884,9 +18884,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle when the option is chosen\n\t * @param {String|number} value\n\t ", - "start": 1553, - "end": 1631, + "value": "*\r\n\t * Handle when the option is chosen\r\n\t * @param {String|number} value\r\n\t ", + "start": 1614, + "end": 1695, "loc": { "start": { "line": 62, @@ -18911,8 +18911,8 @@ "binop": null }, "value": "onSelect", - "start": 1633, - "end": 1641, + "start": 1698, + "end": 1706, "loc": { "start": { "line": 66, @@ -18936,8 +18936,8 @@ "postfix": false, "binop": null }, - "start": 1641, - "end": 1642, + "start": 1706, + "end": 1707, "loc": { "start": { "line": 66, @@ -18962,8 +18962,8 @@ "binop": null }, "value": "value", - "start": 1642, - "end": 1647, + "start": 1707, + "end": 1712, "loc": { "start": { "line": 66, @@ -18987,8 +18987,8 @@ "postfix": false, "binop": null }, - "start": 1647, - "end": 1648, + "start": 1712, + "end": 1713, "loc": { "start": { "line": 66, @@ -19012,8 +19012,8 @@ "postfix": false, "binop": null }, - "start": 1649, - "end": 1650, + "start": 1714, + "end": 1715, "loc": { "start": { "line": 66, @@ -19040,8 +19040,8 @@ "updateContext": null }, "value": "this", - "start": 1653, - "end": 1657, + "start": 1719, + "end": 1723, "loc": { "start": { "line": 67, @@ -19066,8 +19066,8 @@ "binop": null, "updateContext": null }, - "start": 1657, - "end": 1658, + "start": 1723, + "end": 1724, "loc": { "start": { "line": 67, @@ -19092,8 +19092,8 @@ "binop": null }, "value": "props", - "start": 1658, - "end": 1663, + "start": 1724, + "end": 1729, "loc": { "start": { "line": 67, @@ -19118,8 +19118,8 @@ "binop": null, "updateContext": null }, - "start": 1663, - "end": 1664, + "start": 1729, + "end": 1730, "loc": { "start": { "line": 67, @@ -19144,8 +19144,8 @@ "binop": null }, "value": "onValueChange", - "start": 1664, - "end": 1677, + "start": 1730, + "end": 1743, "loc": { "start": { "line": 67, @@ -19169,8 +19169,8 @@ "postfix": false, "binop": null }, - "start": 1677, - "end": 1678, + "start": 1743, + "end": 1744, "loc": { "start": { "line": 67, @@ -19195,8 +19195,8 @@ "binop": null }, "value": "value", - "start": 1678, - "end": 1683, + "start": 1744, + "end": 1749, "loc": { "start": { "line": 67, @@ -19220,8 +19220,8 @@ "postfix": false, "binop": null }, - "start": 1683, - "end": 1684, + "start": 1749, + "end": 1750, "loc": { "start": { "line": 67, @@ -19246,8 +19246,8 @@ "binop": null, "updateContext": null }, - "start": 1684, - "end": 1685, + "start": 1750, + "end": 1751, "loc": { "start": { "line": 67, @@ -19274,8 +19274,8 @@ "updateContext": null }, "value": "this", - "start": 1688, - "end": 1692, + "start": 1755, + "end": 1759, "loc": { "start": { "line": 68, @@ -19300,8 +19300,8 @@ "binop": null, "updateContext": null }, - "start": 1692, - "end": 1693, + "start": 1759, + "end": 1760, "loc": { "start": { "line": 68, @@ -19326,8 +19326,8 @@ "binop": null }, "value": "setState", - "start": 1693, - "end": 1701, + "start": 1760, + "end": 1768, "loc": { "start": { "line": 68, @@ -19351,8 +19351,8 @@ "postfix": false, "binop": null }, - "start": 1701, - "end": 1702, + "start": 1768, + "end": 1769, "loc": { "start": { "line": 68, @@ -19376,8 +19376,8 @@ "postfix": false, "binop": null }, - "start": 1702, - "end": 1703, + "start": 1769, + "end": 1770, "loc": { "start": { "line": 68, @@ -19402,8 +19402,8 @@ "binop": null }, "value": "isOpen", - "start": 1703, - "end": 1709, + "start": 1770, + "end": 1776, "loc": { "start": { "line": 68, @@ -19428,8 +19428,8 @@ "binop": null, "updateContext": null }, - "start": 1709, - "end": 1710, + "start": 1776, + "end": 1777, "loc": { "start": { "line": 68, @@ -19456,8 +19456,8 @@ "updateContext": null }, "value": "false", - "start": 1711, - "end": 1716, + "start": 1778, + "end": 1783, "loc": { "start": { "line": 68, @@ -19481,8 +19481,8 @@ "postfix": false, "binop": null }, - "start": 1716, - "end": 1717, + "start": 1783, + "end": 1784, "loc": { "start": { "line": 68, @@ -19506,8 +19506,8 @@ "postfix": false, "binop": null }, - "start": 1717, - "end": 1718, + "start": 1784, + "end": 1785, "loc": { "start": { "line": 68, @@ -19532,8 +19532,8 @@ "binop": null, "updateContext": null }, - "start": 1718, - "end": 1719, + "start": 1785, + "end": 1786, "loc": { "start": { "line": 68, @@ -19557,8 +19557,8 @@ "postfix": false, "binop": null }, - "start": 1721, - "end": 1722, + "start": 1789, + "end": 1790, "loc": { "start": { "line": 69, @@ -19572,9 +19572,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Update list of tags to show\n\t * @param {String}newType\n\t ", - "start": 1725, - "end": 1792, + "value": "*\r\n\t * Update list of tags to show\r\n\t * @param {String}newType\r\n\t ", + "start": 1795, + "end": 1865, "loc": { "start": { "line": 71, @@ -19599,8 +19599,8 @@ "binop": null }, "value": "onChangeListType", - "start": 1794, - "end": 1810, + "start": 1868, + "end": 1884, "loc": { "start": { "line": 75, @@ -19624,8 +19624,8 @@ "postfix": false, "binop": null }, - "start": 1810, - "end": 1811, + "start": 1884, + "end": 1885, "loc": { "start": { "line": 75, @@ -19650,8 +19650,8 @@ "binop": null }, "value": "newType", - "start": 1811, - "end": 1818, + "start": 1885, + "end": 1892, "loc": { "start": { "line": 75, @@ -19675,8 +19675,8 @@ "postfix": false, "binop": null }, - "start": 1818, - "end": 1819, + "start": 1892, + "end": 1893, "loc": { "start": { "line": 75, @@ -19700,8 +19700,8 @@ "postfix": false, "binop": null }, - "start": 1819, - "end": 1820, + "start": 1893, + "end": 1894, "loc": { "start": { "line": 75, @@ -19728,8 +19728,8 @@ "updateContext": null }, "value": "if", - "start": 1823, - "end": 1825, + "start": 1898, + "end": 1900, "loc": { "start": { "line": 76, @@ -19753,8 +19753,8 @@ "postfix": false, "binop": null }, - "start": 1825, - "end": 1826, + "start": 1900, + "end": 1901, "loc": { "start": { "line": 76, @@ -19780,8 +19780,8 @@ "updateContext": null }, "value": "!", - "start": 1827, - "end": 1828, + "start": 1902, + "end": 1903, "loc": { "start": { "line": 76, @@ -19808,8 +19808,8 @@ "updateContext": null }, "value": "this", - "start": 1829, - "end": 1833, + "start": 1904, + "end": 1908, "loc": { "start": { "line": 76, @@ -19834,8 +19834,8 @@ "binop": null, "updateContext": null }, - "start": 1833, - "end": 1834, + "start": 1908, + "end": 1909, "loc": { "start": { "line": 76, @@ -19860,8 +19860,8 @@ "binop": null }, "value": "state", - "start": 1834, - "end": 1839, + "start": 1909, + "end": 1914, "loc": { "start": { "line": 76, @@ -19886,8 +19886,8 @@ "binop": null, "updateContext": null }, - "start": 1839, - "end": 1840, + "start": 1914, + "end": 1915, "loc": { "start": { "line": 76, @@ -19912,8 +19912,8 @@ "binop": null }, "value": "isOpen", - "start": 1840, - "end": 1846, + "start": 1915, + "end": 1921, "loc": { "start": { "line": 76, @@ -19937,8 +19937,8 @@ "postfix": false, "binop": null }, - "start": 1847, - "end": 1848, + "start": 1922, + "end": 1923, "loc": { "start": { "line": 76, @@ -19962,8 +19962,8 @@ "postfix": false, "binop": null }, - "start": 1848, - "end": 1849, + "start": 1923, + "end": 1924, "loc": { "start": { "line": 76, @@ -19990,8 +19990,8 @@ "updateContext": null }, "value": "this", - "start": 1853, - "end": 1857, + "start": 1929, + "end": 1933, "loc": { "start": { "line": 77, @@ -20016,8 +20016,8 @@ "binop": null, "updateContext": null }, - "start": 1857, - "end": 1858, + "start": 1933, + "end": 1934, "loc": { "start": { "line": 77, @@ -20042,8 +20042,8 @@ "binop": null }, "value": "setState", - "start": 1858, - "end": 1866, + "start": 1934, + "end": 1942, "loc": { "start": { "line": 77, @@ -20067,8 +20067,8 @@ "postfix": false, "binop": null }, - "start": 1866, - "end": 1867, + "start": 1942, + "end": 1943, "loc": { "start": { "line": 77, @@ -20092,8 +20092,8 @@ "postfix": false, "binop": null }, - "start": 1867, - "end": 1868, + "start": 1943, + "end": 1944, "loc": { "start": { "line": 77, @@ -20118,8 +20118,8 @@ "binop": null }, "value": "isOpen", - "start": 1868, - "end": 1874, + "start": 1944, + "end": 1950, "loc": { "start": { "line": 77, @@ -20144,8 +20144,8 @@ "binop": null, "updateContext": null }, - "start": 1874, - "end": 1875, + "start": 1950, + "end": 1951, "loc": { "start": { "line": 77, @@ -20172,8 +20172,8 @@ "updateContext": null }, "value": "true", - "start": 1875, - "end": 1879, + "start": 1951, + "end": 1955, "loc": { "start": { "line": 77, @@ -20197,8 +20197,8 @@ "postfix": false, "binop": null }, - "start": 1879, - "end": 1880, + "start": 1955, + "end": 1956, "loc": { "start": { "line": 77, @@ -20222,8 +20222,8 @@ "postfix": false, "binop": null }, - "start": 1880, - "end": 1881, + "start": 1956, + "end": 1957, "loc": { "start": { "line": 77, @@ -20248,8 +20248,8 @@ "binop": null, "updateContext": null }, - "start": 1881, - "end": 1882, + "start": 1957, + "end": 1958, "loc": { "start": { "line": 77, @@ -20273,8 +20273,8 @@ "postfix": false, "binop": null }, - "start": 1885, - "end": 1886, + "start": 1962, + "end": 1963, "loc": { "start": { "line": 78, @@ -20301,8 +20301,8 @@ "updateContext": null }, "value": "this", - "start": 1889, - "end": 1893, + "start": 1967, + "end": 1971, "loc": { "start": { "line": 79, @@ -20327,8 +20327,8 @@ "binop": null, "updateContext": null }, - "start": 1893, - "end": 1894, + "start": 1971, + "end": 1972, "loc": { "start": { "line": 79, @@ -20353,8 +20353,8 @@ "binop": null }, "value": "setState", - "start": 1894, - "end": 1902, + "start": 1972, + "end": 1980, "loc": { "start": { "line": 79, @@ -20378,8 +20378,8 @@ "postfix": false, "binop": null }, - "start": 1902, - "end": 1903, + "start": 1980, + "end": 1981, "loc": { "start": { "line": 79, @@ -20403,8 +20403,8 @@ "postfix": false, "binop": null }, - "start": 1903, - "end": 1904, + "start": 1981, + "end": 1982, "loc": { "start": { "line": 79, @@ -20429,8 +20429,8 @@ "binop": null }, "value": "currentListType", - "start": 1904, - "end": 1919, + "start": 1982, + "end": 1997, "loc": { "start": { "line": 79, @@ -20455,8 +20455,8 @@ "binop": null, "updateContext": null }, - "start": 1919, - "end": 1920, + "start": 1997, + "end": 1998, "loc": { "start": { "line": 79, @@ -20481,8 +20481,8 @@ "binop": null }, "value": "newType", - "start": 1920, - "end": 1927, + "start": 1998, + "end": 2005, "loc": { "start": { "line": 79, @@ -20506,8 +20506,8 @@ "postfix": false, "binop": null }, - "start": 1927, - "end": 1928, + "start": 2005, + "end": 2006, "loc": { "start": { "line": 79, @@ -20531,8 +20531,8 @@ "postfix": false, "binop": null }, - "start": 1928, - "end": 1929, + "start": 2006, + "end": 2007, "loc": { "start": { "line": 79, @@ -20557,8 +20557,8 @@ "binop": null, "updateContext": null }, - "start": 1929, - "end": 1930, + "start": 2007, + "end": 2008, "loc": { "start": { "line": 79, @@ -20582,8 +20582,8 @@ "postfix": false, "binop": null }, - "start": 1932, - "end": 1933, + "start": 2011, + "end": 2012, "loc": { "start": { "line": 80, @@ -20597,9 +20597,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Render option\n\t *\n\t * @param {object} item\n\t * @param {bool} isHighlighted\n\t * @return {*}\n\t ", - "start": 1936, - "end": 2039, + "value": "*\r\n\t * Render option\r\n\t *\r\n\t * @param {object} item\r\n\t * @param {bool} isHighlighted\r\n\t * @return {*}\r\n\t ", + "start": 2017, + "end": 2126, "loc": { "start": { "line": 82, @@ -20624,8 +20624,8 @@ "binop": null }, "value": "renderItem", - "start": 2041, - "end": 2051, + "start": 2129, + "end": 2139, "loc": { "start": { "line": 89, @@ -20649,8 +20649,8 @@ "postfix": false, "binop": null }, - "start": 2051, - "end": 2052, + "start": 2139, + "end": 2140, "loc": { "start": { "line": 89, @@ -20675,8 +20675,8 @@ "binop": null }, "value": "item", - "start": 2052, - "end": 2056, + "start": 2140, + "end": 2144, "loc": { "start": { "line": 89, @@ -20701,8 +20701,8 @@ "binop": null, "updateContext": null }, - "start": 2056, - "end": 2057, + "start": 2144, + "end": 2145, "loc": { "start": { "line": 89, @@ -20727,8 +20727,8 @@ "binop": null }, "value": "isHighlighted", - "start": 2058, - "end": 2071, + "start": 2146, + "end": 2159, "loc": { "start": { "line": 89, @@ -20752,9 +20752,9 @@ "postfix": false, "binop": null }, - "start": 2071, - "end": 2072, - "loc": { + "start": 2159, + "end": 2160, + "loc": { "start": { "line": 89, "column": 31 @@ -20777,8 +20777,8 @@ "postfix": false, "binop": null }, - "start": 2072, - "end": 2073, + "start": 2160, + "end": 2161, "loc": { "start": { "line": 89, @@ -20805,8 +20805,8 @@ "updateContext": null }, "value": "return", - "start": 2076, - "end": 2082, + "start": 2165, + "end": 2171, "loc": { "start": { "line": 90, @@ -20830,8 +20830,8 @@ "postfix": false, "binop": null }, - "start": 2083, - "end": 2084, + "start": 2172, + "end": 2173, "loc": { "start": { "line": 90, @@ -20857,8 +20857,8 @@ "updateContext": null }, "value": "MagicItem", - "start": 2084, - "end": 2093, + "start": 2173, + "end": 2182, "loc": { "start": { "line": 90, @@ -20884,8 +20884,8 @@ "updateContext": null }, "value": "item", - "start": 2094, - "end": 2098, + "start": 2183, + "end": 2187, "loc": { "start": { "line": 90, @@ -20911,8 +20911,8 @@ "updateContext": null }, "value": "=", - "start": 2098, - "end": 2099, + "start": 2187, + "end": 2188, "loc": { "start": { "line": 90, @@ -20936,8 +20936,8 @@ "postfix": false, "binop": null }, - "start": 2099, - "end": 2100, + "start": 2188, + "end": 2189, "loc": { "start": { "line": 90, @@ -20962,8 +20962,8 @@ "binop": null }, "value": "item", - "start": 2100, - "end": 2104, + "start": 2189, + "end": 2193, "loc": { "start": { "line": 90, @@ -20987,8 +20987,8 @@ "postfix": false, "binop": null }, - "start": 2104, - "end": 2105, + "start": 2193, + "end": 2194, "loc": { "start": { "line": 90, @@ -21014,8 +21014,8 @@ "updateContext": null }, "value": "isHighlighted", - "start": 2106, - "end": 2119, + "start": 2195, + "end": 2208, "loc": { "start": { "line": 90, @@ -21041,8 +21041,8 @@ "updateContext": null }, "value": "=", - "start": 2119, - "end": 2120, + "start": 2208, + "end": 2209, "loc": { "start": { "line": 90, @@ -21066,8 +21066,8 @@ "postfix": false, "binop": null }, - "start": 2120, - "end": 2121, + "start": 2209, + "end": 2210, "loc": { "start": { "line": 90, @@ -21092,8 +21092,8 @@ "binop": null }, "value": "isHighlighted", - "start": 2121, - "end": 2134, + "start": 2210, + "end": 2223, "loc": { "start": { "line": 90, @@ -21117,8 +21117,8 @@ "postfix": false, "binop": null }, - "start": 2134, - "end": 2135, + "start": 2223, + "end": 2224, "loc": { "start": { "line": 90, @@ -21144,8 +21144,8 @@ "updateContext": null }, "value": "innerKey", - "start": 2136, - "end": 2144, + "start": 2225, + "end": 2233, "loc": { "start": { "line": 90, @@ -21171,8 +21171,8 @@ "updateContext": null }, "value": "=", - "start": 2144, - "end": 2145, + "start": 2233, + "end": 2234, "loc": { "start": { "line": 90, @@ -21196,8 +21196,8 @@ "postfix": false, "binop": null }, - "start": 2145, - "end": 2146, + "start": 2234, + "end": 2235, "loc": { "start": { "line": 90, @@ -21222,8 +21222,8 @@ "binop": null }, "value": "item", - "start": 2146, - "end": 2150, + "start": 2235, + "end": 2239, "loc": { "start": { "line": 90, @@ -21248,8 +21248,8 @@ "binop": null, "updateContext": null }, - "start": 2150, - "end": 2151, + "start": 2239, + "end": 2240, "loc": { "start": { "line": 90, @@ -21274,8 +21274,8 @@ "binop": null }, "value": "innerKey", - "start": 2151, - "end": 2159, + "start": 2240, + "end": 2248, "loc": { "start": { "line": 90, @@ -21299,8 +21299,8 @@ "postfix": false, "binop": null }, - "start": 2159, - "end": 2160, + "start": 2248, + "end": 2249, "loc": { "start": { "line": 90, @@ -21326,8 +21326,8 @@ "updateContext": null }, "value": "key", - "start": 2161, - "end": 2164, + "start": 2250, + "end": 2253, "loc": { "start": { "line": 90, @@ -21353,8 +21353,8 @@ "updateContext": null }, "value": "=", - "start": 2164, - "end": 2165, + "start": 2253, + "end": 2254, "loc": { "start": { "line": 90, @@ -21378,8 +21378,8 @@ "postfix": false, "binop": null }, - "start": 2165, - "end": 2166, + "start": 2254, + "end": 2255, "loc": { "start": { "line": 90, @@ -21404,8 +21404,8 @@ "binop": null }, "value": "item", - "start": 2166, - "end": 2170, + "start": 2255, + "end": 2259, "loc": { "start": { "line": 90, @@ -21430,8 +21430,8 @@ "binop": null, "updateContext": null }, - "start": 2170, - "end": 2171, + "start": 2259, + "end": 2260, "loc": { "start": { "line": 90, @@ -21456,8 +21456,8 @@ "binop": null }, "value": "innerKey", - "start": 2171, - "end": 2179, + "start": 2260, + "end": 2268, "loc": { "start": { "line": 90, @@ -21481,8 +21481,8 @@ "postfix": false, "binop": null }, - "start": 2179, - "end": 2180, + "start": 2268, + "end": 2269, "loc": { "start": { "line": 90, @@ -21508,8 +21508,8 @@ "updateContext": null }, "value": "/", - "start": 2181, - "end": 2182, + "start": 2270, + "end": 2271, "loc": { "start": { "line": 90, @@ -21533,8 +21533,8 @@ "postfix": false, "binop": null }, - "start": 2182, - "end": 2183, + "start": 2271, + "end": 2272, "loc": { "start": { "line": 90, @@ -21559,8 +21559,8 @@ "binop": null, "updateContext": null }, - "start": 2183, - "end": 2184, + "start": 2272, + "end": 2273, "loc": { "start": { "line": 90, @@ -21584,8 +21584,8 @@ "postfix": false, "binop": null }, - "start": 2186, - "end": 2187, + "start": 2276, + "end": 2277, "loc": { "start": { "line": 91, @@ -21599,9 +21599,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Create the list of items\n\t *\n\t * @return {Array}\n\t ", - "start": 2190, - "end": 2251, + "value": "*\r\n\t * Create the list of items\r\n\t *\r\n\t * @return {Array}\r\n\t ", + "start": 2282, + "end": 2347, "loc": { "start": { "line": 93, @@ -21626,8 +21626,8 @@ "binop": null }, "value": "items", - "start": 2253, - "end": 2258, + "start": 2350, + "end": 2355, "loc": { "start": { "line": 98, @@ -21651,8 +21651,8 @@ "postfix": false, "binop": null }, - "start": 2258, - "end": 2259, + "start": 2355, + "end": 2356, "loc": { "start": { "line": 98, @@ -21676,8 +21676,8 @@ "postfix": false, "binop": null }, - "start": 2259, - "end": 2260, + "start": 2356, + "end": 2357, "loc": { "start": { "line": 98, @@ -21701,8 +21701,8 @@ "postfix": false, "binop": null }, - "start": 2261, - "end": 2262, + "start": 2358, + "end": 2359, "loc": { "start": { "line": 98, @@ -21729,8 +21729,8 @@ "updateContext": null }, "value": "const", - "start": 2265, - "end": 2270, + "start": 2363, + "end": 2368, "loc": { "start": { "line": 99, @@ -21755,8 +21755,8 @@ "binop": null }, "value": "optionsOrEmpty", - "start": 2271, - "end": 2285, + "start": 2369, + "end": 2383, "loc": { "start": { "line": 99, @@ -21782,8 +21782,8 @@ "updateContext": null }, "value": "=", - "start": 2286, - "end": 2287, + "start": 2384, + "end": 2385, "loc": { "start": { "line": 99, @@ -21807,8 +21807,8 @@ "postfix": false, "binop": null }, - "start": 2287, - "end": 2288, + "start": 2385, + "end": 2386, "loc": { "start": { "line": 99, @@ -21833,8 +21833,8 @@ "binop": null }, "value": "options", - "start": 2288, - "end": 2295, + "start": 2386, + "end": 2393, "loc": { "start": { "line": 99, @@ -21858,8 +21858,8 @@ "postfix": false, "binop": null }, - "start": 2295, - "end": 2296, + "start": 2393, + "end": 2394, "loc": { "start": { "line": 99, @@ -21884,8 +21884,8 @@ "binop": null, "updateContext": null }, - "start": 2297, - "end": 2299, + "start": 2395, + "end": 2397, "loc": { "start": { "line": 99, @@ -21909,8 +21909,8 @@ "postfix": false, "binop": null }, - "start": 2300, - "end": 2301, + "start": 2398, + "end": 2399, "loc": { "start": { "line": 99, @@ -21937,8 +21937,8 @@ "updateContext": null }, "value": "return", - "start": 2305, - "end": 2311, + "start": 2404, + "end": 2410, "loc": { "start": { "line": 100, @@ -21963,8 +21963,8 @@ "binop": null }, "value": "Array", - "start": 2312, - "end": 2317, + "start": 2411, + "end": 2416, "loc": { "start": { "line": 100, @@ -21989,8 +21989,8 @@ "binop": null, "updateContext": null }, - "start": 2317, - "end": 2318, + "start": 2416, + "end": 2417, "loc": { "start": { "line": 100, @@ -22015,8 +22015,8 @@ "binop": null }, "value": "isArray", - "start": 2318, - "end": 2325, + "start": 2417, + "end": 2424, "loc": { "start": { "line": 100, @@ -22040,8 +22040,8 @@ "postfix": false, "binop": null }, - "start": 2325, - "end": 2326, + "start": 2424, + "end": 2425, "loc": { "start": { "line": 100, @@ -22066,8 +22066,8 @@ "binop": null }, "value": "options", - "start": 2326, - "end": 2333, + "start": 2425, + "end": 2432, "loc": { "start": { "line": 100, @@ -22091,8 +22091,8 @@ "postfix": false, "binop": null }, - "start": 2333, - "end": 2334, + "start": 2432, + "end": 2433, "loc": { "start": { "line": 100, @@ -22118,8 +22118,8 @@ "updateContext": null }, "value": "&&", - "start": 2335, - "end": 2337, + "start": 2434, + "end": 2436, "loc": { "start": { "line": 100, @@ -22144,8 +22144,8 @@ "binop": null }, "value": "options", - "start": 2338, - "end": 2345, + "start": 2437, + "end": 2444, "loc": { "start": { "line": 100, @@ -22170,8 +22170,8 @@ "binop": null, "updateContext": null }, - "start": 2345, - "end": 2346, + "start": 2444, + "end": 2445, "loc": { "start": { "line": 100, @@ -22196,8 +22196,8 @@ "binop": null }, "value": "length", - "start": 2346, - "end": 2352, + "start": 2445, + "end": 2451, "loc": { "start": { "line": 100, @@ -22222,8 +22222,8 @@ "binop": null, "updateContext": null }, - "start": 2353, - "end": 2354, + "start": 2452, + "end": 2453, "loc": { "start": { "line": 100, @@ -22248,8 +22248,8 @@ "binop": null }, "value": "options", - "start": 2355, - "end": 2362, + "start": 2454, + "end": 2461, "loc": { "start": { "line": 100, @@ -22274,8 +22274,8 @@ "binop": null, "updateContext": null }, - "start": 2363, - "end": 2364, + "start": 2462, + "end": 2463, "loc": { "start": { "line": 100, @@ -22300,8 +22300,8 @@ "binop": null, "updateContext": null }, - "start": 2365, - "end": 2366, + "start": 2464, + "end": 2465, "loc": { "start": { "line": 100, @@ -22326,8 +22326,8 @@ "binop": null, "updateContext": null }, - "start": 2366, - "end": 2367, + "start": 2465, + "end": 2466, "loc": { "start": { "line": 100, @@ -22352,8 +22352,8 @@ "binop": null, "updateContext": null }, - "start": 2367, - "end": 2368, + "start": 2466, + "end": 2467, "loc": { "start": { "line": 100, @@ -22377,8 +22377,8 @@ "postfix": false, "binop": null }, - "start": 2371, - "end": 2372, + "start": 2471, + "end": 2472, "loc": { "start": { "line": 101, @@ -22403,8 +22403,8 @@ "binop": null, "updateContext": null }, - "start": 2372, - "end": 2373, + "start": 2472, + "end": 2473, "loc": { "start": { "line": 101, @@ -22431,8 +22431,8 @@ "updateContext": null }, "value": "let", - "start": 2377, - "end": 2380, + "start": 2479, + "end": 2482, "loc": { "start": { "line": 103, @@ -22457,8 +22457,8 @@ "binop": null }, "value": "items", - "start": 2381, - "end": 2386, + "start": 2483, + "end": 2488, "loc": { "start": { "line": 103, @@ -22484,8 +22484,8 @@ "updateContext": null }, "value": "=", - "start": 2387, - "end": 2388, + "start": 2489, + "end": 2490, "loc": { "start": { "line": 103, @@ -22510,8 +22510,8 @@ "binop": null, "updateContext": null }, - "start": 2389, - "end": 2390, + "start": 2491, + "end": 2492, "loc": { "start": { "line": 103, @@ -22536,8 +22536,8 @@ "binop": null, "updateContext": null }, - "start": 2390, - "end": 2391, + "start": 2492, + "end": 2493, "loc": { "start": { "line": 103, @@ -22562,8 +22562,8 @@ "binop": null, "updateContext": null }, - "start": 2391, - "end": 2392, + "start": 2493, + "end": 2494, "loc": { "start": { "line": 103, @@ -22590,8 +22590,8 @@ "updateContext": null }, "value": "if", - "start": 2396, - "end": 2398, + "start": 2500, + "end": 2502, "loc": { "start": { "line": 105, @@ -22615,8 +22615,8 @@ "postfix": false, "binop": null }, - "start": 2398, - "end": 2399, + "start": 2502, + "end": 2503, "loc": { "start": { "line": 105, @@ -22641,8 +22641,8 @@ "binop": null }, "value": "optionsOrEmpty", - "start": 2400, - "end": 2414, + "start": 2504, + "end": 2518, "loc": { "start": { "line": 105, @@ -22666,8 +22666,8 @@ "postfix": false, "binop": null }, - "start": 2414, - "end": 2415, + "start": 2518, + "end": 2519, "loc": { "start": { "line": 105, @@ -22694,8 +22694,8 @@ "updateContext": null }, "value": "this", - "start": 2415, - "end": 2419, + "start": 2519, + "end": 2523, "loc": { "start": { "line": 105, @@ -22720,8 +22720,8 @@ "binop": null, "updateContext": null }, - "start": 2419, - "end": 2420, + "start": 2523, + "end": 2524, "loc": { "start": { "line": 105, @@ -22746,8 +22746,8 @@ "binop": null }, "value": "props", - "start": 2420, - "end": 2425, + "start": 2524, + "end": 2529, "loc": { "start": { "line": 105, @@ -22772,8 +22772,8 @@ "binop": null, "updateContext": null }, - "start": 2425, - "end": 2426, + "start": 2529, + "end": 2530, "loc": { "start": { "line": 105, @@ -22798,8 +22798,8 @@ "binop": null }, "value": "options", - "start": 2426, - "end": 2433, + "start": 2530, + "end": 2537, "loc": { "start": { "line": 105, @@ -22823,8 +22823,8 @@ "postfix": false, "binop": null }, - "start": 2433, - "end": 2434, + "start": 2537, + "end": 2538, "loc": { "start": { "line": 105, @@ -22849,8 +22849,8 @@ "binop": null, "updateContext": null }, - "start": 2434, - "end": 2435, + "start": 2538, + "end": 2539, "loc": { "start": { "line": 105, @@ -22875,8 +22875,8 @@ "binop": null }, "value": "length", - "start": 2435, - "end": 2441, + "start": 2539, + "end": 2545, "loc": { "start": { "line": 105, @@ -22900,8 +22900,8 @@ "postfix": false, "binop": null }, - "start": 2441, - "end": 2442, + "start": 2545, + "end": 2546, "loc": { "start": { "line": 105, @@ -22925,8 +22925,8 @@ "postfix": false, "binop": null }, - "start": 2442, - "end": 2443, + "start": 2546, + "end": 2547, "loc": { "start": { "line": 105, @@ -22951,8 +22951,8 @@ "binop": null }, "value": "items", - "start": 2447, - "end": 2452, + "start": 2552, + "end": 2557, "loc": { "start": { "line": 106, @@ -22978,8 +22978,8 @@ "updateContext": null }, "value": "=", - "start": 2453, - "end": 2454, + "start": 2558, + "end": 2559, "loc": { "start": { "line": 106, @@ -23004,8 +23004,8 @@ "binop": null }, "value": "optionsOrEmpty", - "start": 2455, - "end": 2469, + "start": 2560, + "end": 2574, "loc": { "start": { "line": 106, @@ -23029,8 +23029,8 @@ "postfix": false, "binop": null }, - "start": 2469, - "end": 2470, + "start": 2574, + "end": 2575, "loc": { "start": { "line": 106, @@ -23057,8 +23057,8 @@ "updateContext": null }, "value": "this", - "start": 2470, - "end": 2474, + "start": 2575, + "end": 2579, "loc": { "start": { "line": 106, @@ -23083,8 +23083,8 @@ "binop": null, "updateContext": null }, - "start": 2474, - "end": 2475, + "start": 2579, + "end": 2580, "loc": { "start": { "line": 106, @@ -23109,8 +23109,8 @@ "binop": null }, "value": "props", - "start": 2475, - "end": 2480, + "start": 2580, + "end": 2585, "loc": { "start": { "line": 106, @@ -23135,8 +23135,8 @@ "binop": null, "updateContext": null }, - "start": 2480, - "end": 2481, + "start": 2585, + "end": 2586, "loc": { "start": { "line": 106, @@ -23161,8 +23161,8 @@ "binop": null }, "value": "options", - "start": 2481, - "end": 2488, + "start": 2586, + "end": 2593, "loc": { "start": { "line": 106, @@ -23186,8 +23186,8 @@ "postfix": false, "binop": null }, - "start": 2488, - "end": 2489, + "start": 2593, + "end": 2594, "loc": { "start": { "line": 106, @@ -23212,8 +23212,8 @@ "binop": null, "updateContext": null }, - "start": 2489, - "end": 2490, + "start": 2594, + "end": 2595, "loc": { "start": { "line": 106, @@ -23237,8 +23237,8 @@ "postfix": false, "binop": null }, - "start": 2493, - "end": 2494, + "start": 2599, + "end": 2600, "loc": { "start": { "line": 107, @@ -23265,8 +23265,8 @@ "updateContext": null }, "value": "else", - "start": 2497, - "end": 2501, + "start": 2604, + "end": 2608, "loc": { "start": { "line": 108, @@ -23293,8 +23293,8 @@ "updateContext": null }, "value": "if", - "start": 2502, - "end": 2504, + "start": 2609, + "end": 2611, "loc": { "start": { "line": 108, @@ -23318,8 +23318,8 @@ "postfix": false, "binop": null }, - "start": 2505, - "end": 2506, + "start": 2612, + "end": 2613, "loc": { "start": { "line": 108, @@ -23345,8 +23345,8 @@ "updateContext": null }, "value": "system", - "start": 2506, - "end": 2514, + "start": 2613, + "end": 2621, "loc": { "start": { "line": 108, @@ -23372,8 +23372,8 @@ "updateContext": null }, "value": "===", - "start": 2515, - "end": 2518, + "start": 2622, + "end": 2625, "loc": { "start": { "line": 108, @@ -23400,8 +23400,8 @@ "updateContext": null }, "value": "this", - "start": 2519, - "end": 2523, + "start": 2626, + "end": 2630, "loc": { "start": { "line": 108, @@ -23426,8 +23426,8 @@ "binop": null, "updateContext": null }, - "start": 2523, - "end": 2524, + "start": 2630, + "end": 2631, "loc": { "start": { "line": 108, @@ -23452,8 +23452,8 @@ "binop": null }, "value": "state", - "start": 2524, - "end": 2529, + "start": 2631, + "end": 2636, "loc": { "start": { "line": 108, @@ -23478,8 +23478,8 @@ "binop": null, "updateContext": null }, - "start": 2529, - "end": 2530, + "start": 2636, + "end": 2637, "loc": { "start": { "line": 108, @@ -23504,8 +23504,8 @@ "binop": null }, "value": "currentListType", - "start": 2530, - "end": 2545, + "start": 2637, + "end": 2652, "loc": { "start": { "line": 108, @@ -23529,8 +23529,8 @@ "postfix": false, "binop": null }, - "start": 2546, - "end": 2547, + "start": 2653, + "end": 2654, "loc": { "start": { "line": 108, @@ -23554,8 +23554,8 @@ "postfix": false, "binop": null }, - "start": 2548, - "end": 2549, + "start": 2655, + "end": 2656, "loc": { "start": { "line": 108, @@ -23580,8 +23580,8 @@ "binop": null }, "value": "items", - "start": 2553, - "end": 2558, + "start": 2661, + "end": 2666, "loc": { "start": { "line": 109, @@ -23607,8 +23607,8 @@ "updateContext": null }, "value": "=", - "start": 2559, - "end": 2560, + "start": 2667, + "end": 2668, "loc": { "start": { "line": 109, @@ -23633,8 +23633,8 @@ "binop": null }, "value": "optionsOrEmpty", - "start": 2561, - "end": 2575, + "start": 2669, + "end": 2683, "loc": { "start": { "line": 109, @@ -23658,8 +23658,8 @@ "postfix": false, "binop": null }, - "start": 2575, - "end": 2576, + "start": 2683, + "end": 2684, "loc": { "start": { "line": 109, @@ -23686,8 +23686,8 @@ "updateContext": null }, "value": "this", - "start": 2576, - "end": 2580, + "start": 2684, + "end": 2688, "loc": { "start": { "line": 109, @@ -23712,8 +23712,8 @@ "binop": null, "updateContext": null }, - "start": 2580, - "end": 2581, + "start": 2688, + "end": 2689, "loc": { "start": { "line": 109, @@ -23738,8 +23738,8 @@ "binop": null }, "value": "props", - "start": 2581, - "end": 2586, + "start": 2689, + "end": 2694, "loc": { "start": { "line": 109, @@ -23764,8 +23764,8 @@ "binop": null, "updateContext": null }, - "start": 2586, - "end": 2587, + "start": 2694, + "end": 2695, "loc": { "start": { "line": 109, @@ -23790,8 +23790,8 @@ "binop": null }, "value": "systemTagsList", - "start": 2587, - "end": 2601, + "start": 2695, + "end": 2709, "loc": { "start": { "line": 109, @@ -23815,8 +23815,8 @@ "postfix": false, "binop": null }, - "start": 2601, - "end": 2602, + "start": 2709, + "end": 2710, "loc": { "start": { "line": 109, @@ -23841,8 +23841,8 @@ "binop": null, "updateContext": null }, - "start": 2602, - "end": 2603, + "start": 2710, + "end": 2711, "loc": { "start": { "line": 109, @@ -23866,8 +23866,8 @@ "postfix": false, "binop": null }, - "start": 2606, - "end": 2607, + "start": 2715, + "end": 2716, "loc": { "start": { "line": 110, @@ -23894,8 +23894,8 @@ "updateContext": null }, "value": "else", - "start": 2608, - "end": 2612, + "start": 2717, + "end": 2721, "loc": { "start": { "line": 110, @@ -23919,8 +23919,8 @@ "postfix": false, "binop": null }, - "start": 2613, - "end": 2614, + "start": 2722, + "end": 2723, "loc": { "start": { "line": 110, @@ -23945,8 +23945,8 @@ "binop": null }, "value": "items", - "start": 2618, - "end": 2623, + "start": 2728, + "end": 2733, "loc": { "start": { "line": 111, @@ -23972,8 +23972,8 @@ "updateContext": null }, "value": "=", - "start": 2624, - "end": 2625, + "start": 2734, + "end": 2735, "loc": { "start": { "line": 111, @@ -23998,8 +23998,8 @@ "binop": null }, "value": "optionsOrEmpty", - "start": 2626, - "end": 2640, + "start": 2736, + "end": 2750, "loc": { "start": { "line": 111, @@ -24023,8 +24023,8 @@ "postfix": false, "binop": null }, - "start": 2640, - "end": 2641, + "start": 2750, + "end": 2751, "loc": { "start": { "line": 111, @@ -24051,8 +24051,8 @@ "updateContext": null }, "value": "this", - "start": 2641, - "end": 2645, + "start": 2751, + "end": 2755, "loc": { "start": { "line": 111, @@ -24077,8 +24077,8 @@ "binop": null, "updateContext": null }, - "start": 2645, - "end": 2646, + "start": 2755, + "end": 2756, "loc": { "start": { "line": 111, @@ -24103,8 +24103,8 @@ "binop": null }, "value": "props", - "start": 2646, - "end": 2651, + "start": 2756, + "end": 2761, "loc": { "start": { "line": 111, @@ -24129,8 +24129,8 @@ "binop": null, "updateContext": null }, - "start": 2651, - "end": 2652, + "start": 2761, + "end": 2762, "loc": { "start": { "line": 111, @@ -24155,8 +24155,8 @@ "binop": null }, "value": "fieldsList", - "start": 2652, - "end": 2662, + "start": 2762, + "end": 2772, "loc": { "start": { "line": 111, @@ -24180,8 +24180,8 @@ "postfix": false, "binop": null }, - "start": 2662, - "end": 2663, + "start": 2772, + "end": 2773, "loc": { "start": { "line": 111, @@ -24206,8 +24206,8 @@ "binop": null, "updateContext": null }, - "start": 2663, - "end": 2664, + "start": 2773, + "end": 2774, "loc": { "start": { "line": 111, @@ -24231,8 +24231,8 @@ "postfix": false, "binop": null }, - "start": 2667, - "end": 2668, + "start": 2778, + "end": 2779, "loc": { "start": { "line": 112, @@ -24259,8 +24259,8 @@ "updateContext": null }, "value": "if", - "start": 2672, - "end": 2674, + "start": 2785, + "end": 2787, "loc": { "start": { "line": 114, @@ -24284,8 +24284,8 @@ "postfix": false, "binop": null }, - "start": 2675, - "end": 2676, + "start": 2788, + "end": 2789, "loc": { "start": { "line": 114, @@ -24310,8 +24310,8 @@ "binop": null }, "value": "items", - "start": 2676, - "end": 2681, + "start": 2789, + "end": 2794, "loc": { "start": { "line": 114, @@ -24336,8 +24336,8 @@ "binop": null, "updateContext": null }, - "start": 2681, - "end": 2682, + "start": 2794, + "end": 2795, "loc": { "start": { "line": 114, @@ -24362,8 +24362,8 @@ "binop": null }, "value": "length", - "start": 2682, - "end": 2688, + "start": 2795, + "end": 2801, "loc": { "start": { "line": 114, @@ -24387,8 +24387,8 @@ "postfix": false, "binop": null }, - "start": 2688, - "end": 2689, + "start": 2801, + "end": 2802, "loc": { "start": { "line": 114, @@ -24412,8 +24412,8 @@ "postfix": false, "binop": null }, - "start": 2690, - "end": 2691, + "start": 2803, + "end": 2804, "loc": { "start": { "line": 114, @@ -24438,8 +24438,8 @@ "binop": null }, "value": "items", - "start": 2695, - "end": 2700, + "start": 2809, + "end": 2814, "loc": { "start": { "line": 115, @@ -24464,8 +24464,8 @@ "binop": null, "updateContext": null }, - "start": 2700, - "end": 2701, + "start": 2814, + "end": 2815, "loc": { "start": { "line": 115, @@ -24490,8 +24490,8 @@ "binop": null }, "value": "forEach", - "start": 2701, - "end": 2708, + "start": 2815, + "end": 2822, "loc": { "start": { "line": 115, @@ -24515,8 +24515,8 @@ "postfix": false, "binop": null }, - "start": 2708, - "end": 2709, + "start": 2822, + "end": 2823, "loc": { "start": { "line": 115, @@ -24540,8 +24540,8 @@ "postfix": false, "binop": null }, - "start": 2709, - "end": 2710, + "start": 2823, + "end": 2824, "loc": { "start": { "line": 115, @@ -24566,8 +24566,8 @@ "binop": null }, "value": "item", - "start": 2710, - "end": 2714, + "start": 2824, + "end": 2828, "loc": { "start": { "line": 115, @@ -24592,8 +24592,8 @@ "binop": null, "updateContext": null }, - "start": 2714, - "end": 2715, + "start": 2828, + "end": 2829, "loc": { "start": { "line": 115, @@ -24618,8 +24618,8 @@ "binop": null }, "value": "itemIndex", - "start": 2716, - "end": 2725, + "start": 2830, + "end": 2839, "loc": { "start": { "line": 115, @@ -24643,8 +24643,8 @@ "postfix": false, "binop": null }, - "start": 2725, - "end": 2726, + "start": 2839, + "end": 2840, "loc": { "start": { "line": 115, @@ -24669,8 +24669,8 @@ "binop": null, "updateContext": null }, - "start": 2727, - "end": 2729, + "start": 2841, + "end": 2843, "loc": { "start": { "line": 115, @@ -24694,8 +24694,8 @@ "postfix": false, "binop": null }, - "start": 2730, - "end": 2731, + "start": 2844, + "end": 2845, "loc": { "start": { "line": 115, @@ -24720,8 +24720,8 @@ "binop": null }, "value": "items", - "start": 2736, - "end": 2741, + "start": 2851, + "end": 2856, "loc": { "start": { "line": 116, @@ -24746,8 +24746,8 @@ "binop": null, "updateContext": null }, - "start": 2741, - "end": 2742, + "start": 2856, + "end": 2857, "loc": { "start": { "line": 116, @@ -24772,8 +24772,8 @@ "binop": null }, "value": "itemIndex", - "start": 2742, - "end": 2751, + "start": 2857, + "end": 2866, "loc": { "start": { "line": 116, @@ -24798,8 +24798,8 @@ "binop": null, "updateContext": null }, - "start": 2751, - "end": 2752, + "start": 2866, + "end": 2867, "loc": { "start": { "line": 116, @@ -24824,8 +24824,8 @@ "binop": null, "updateContext": null }, - "start": 2752, - "end": 2753, + "start": 2867, + "end": 2868, "loc": { "start": { "line": 116, @@ -24850,8 +24850,8 @@ "binop": null }, "value": "innerKey", - "start": 2753, - "end": 2761, + "start": 2868, + "end": 2876, "loc": { "start": { "line": 116, @@ -24877,8 +24877,8 @@ "updateContext": null }, "value": "=", - "start": 2762, - "end": 2763, + "start": 2877, + "end": 2878, "loc": { "start": { "line": 116, @@ -24902,8 +24902,8 @@ "postfix": false, "binop": null }, - "start": 2764, - "end": 2765, + "start": 2879, + "end": 2880, "loc": { "start": { "line": 116, @@ -24929,8 +24929,8 @@ "updateContext": null }, "value": "", - "start": 2765, - "end": 2765, + "start": 2880, + "end": 2880, "loc": { "start": { "line": 116, @@ -24954,8 +24954,8 @@ "postfix": false, "binop": null }, - "start": 2765, - "end": 2767, + "start": 2880, + "end": 2882, "loc": { "start": { "line": 116, @@ -24980,8 +24980,8 @@ "binop": null }, "value": "item", - "start": 2767, - "end": 2771, + "start": 2882, + "end": 2886, "loc": { "start": { "line": 116, @@ -25006,8 +25006,8 @@ "binop": null, "updateContext": null }, - "start": 2771, - "end": 2772, + "start": 2886, + "end": 2887, "loc": { "start": { "line": 116, @@ -25032,8 +25032,8 @@ "binop": null }, "value": "value", - "start": 2772, - "end": 2777, + "start": 2887, + "end": 2892, "loc": { "start": { "line": 116, @@ -25057,8 +25057,8 @@ "postfix": false, "binop": null }, - "start": 2777, - "end": 2778, + "start": 2892, + "end": 2893, "loc": { "start": { "line": 116, @@ -25084,8 +25084,8 @@ "updateContext": null }, "value": "-", - "start": 2778, - "end": 2779, + "start": 2893, + "end": 2894, "loc": { "start": { "line": 116, @@ -25109,8 +25109,8 @@ "postfix": false, "binop": null }, - "start": 2779, - "end": 2781, + "start": 2894, + "end": 2896, "loc": { "start": { "line": 116, @@ -25135,8 +25135,8 @@ "binop": null }, "value": "itemIndex", - "start": 2781, - "end": 2790, + "start": 2896, + "end": 2905, "loc": { "start": { "line": 116, @@ -25160,8 +25160,8 @@ "postfix": false, "binop": null }, - "start": 2790, - "end": 2791, + "start": 2905, + "end": 2906, "loc": { "start": { "line": 116, @@ -25187,8 +25187,8 @@ "updateContext": null }, "value": "", - "start": 2791, - "end": 2791, + "start": 2906, + "end": 2906, "loc": { "start": { "line": 116, @@ -25212,8 +25212,8 @@ "postfix": false, "binop": null }, - "start": 2791, - "end": 2792, + "start": 2906, + "end": 2907, "loc": { "start": { "line": 116, @@ -25238,8 +25238,8 @@ "binop": null, "updateContext": null }, - "start": 2792, - "end": 2793, + "start": 2907, + "end": 2908, "loc": { "start": { "line": 116, @@ -25263,8 +25263,8 @@ "postfix": false, "binop": null }, - "start": 2797, - "end": 2798, + "start": 2913, + "end": 2914, "loc": { "start": { "line": 117, @@ -25288,8 +25288,8 @@ "postfix": false, "binop": null }, - "start": 2798, - "end": 2799, + "start": 2914, + "end": 2915, "loc": { "start": { "line": 117, @@ -25314,8 +25314,8 @@ "binop": null, "updateContext": null }, - "start": 2799, - "end": 2800, + "start": 2915, + "end": 2916, "loc": { "start": { "line": 117, @@ -25339,8 +25339,8 @@ "postfix": false, "binop": null }, - "start": 2803, - "end": 2804, + "start": 2920, + "end": 2921, "loc": { "start": { "line": 118, @@ -25367,8 +25367,8 @@ "updateContext": null }, "value": "else", - "start": 2804, - "end": 2808, + "start": 2921, + "end": 2925, "loc": { "start": { "line": 118, @@ -25392,8 +25392,8 @@ "postfix": false, "binop": null }, - "start": 2808, - "end": 2809, + "start": 2925, + "end": 2926, "loc": { "start": { "line": 118, @@ -25418,8 +25418,8 @@ "binop": null }, "value": "items", - "start": 2813, - "end": 2818, + "start": 2931, + "end": 2936, "loc": { "start": { "line": 119, @@ -25444,8 +25444,8 @@ "binop": null, "updateContext": null }, - "start": 2818, - "end": 2819, + "start": 2936, + "end": 2937, "loc": { "start": { "line": 119, @@ -25470,8 +25470,8 @@ "binop": null }, "value": "push", - "start": 2819, - "end": 2823, + "start": 2937, + "end": 2941, "loc": { "start": { "line": 119, @@ -25495,8 +25495,8 @@ "postfix": false, "binop": null }, - "start": 2823, - "end": 2824, + "start": 2941, + "end": 2942, "loc": { "start": { "line": 119, @@ -25520,8 +25520,8 @@ "postfix": false, "binop": null }, - "start": 2824, - "end": 2825, + "start": 2942, + "end": 2943, "loc": { "start": { "line": 119, @@ -25546,8 +25546,8 @@ "binop": null }, "value": "value", - "start": 2830, - "end": 2835, + "start": 2949, + "end": 2954, "loc": { "start": { "line": 120, @@ -25572,8 +25572,8 @@ "binop": null, "updateContext": null }, - "start": 2835, - "end": 2836, + "start": 2954, + "end": 2955, "loc": { "start": { "line": 120, @@ -25600,8 +25600,8 @@ "updateContext": null }, "value": "null", - "start": 2837, - "end": 2841, + "start": 2956, + "end": 2960, "loc": { "start": { "line": 120, @@ -25626,8 +25626,8 @@ "binop": null, "updateContext": null }, - "start": 2841, - "end": 2842, + "start": 2960, + "end": 2961, "loc": { "start": { "line": 120, @@ -25652,8 +25652,8 @@ "binop": null }, "value": "label", - "start": 2847, - "end": 2852, + "start": 2967, + "end": 2972, "loc": { "start": { "line": 121, @@ -25678,8 +25678,8 @@ "binop": null, "updateContext": null }, - "start": 2852, - "end": 2853, + "start": 2972, + "end": 2973, "loc": { "start": { "line": 121, @@ -25706,8 +25706,8 @@ "updateContext": null }, "value": "null", - "start": 2854, - "end": 2858, + "start": 2974, + "end": 2978, "loc": { "start": { "line": 121, @@ -25732,8 +25732,8 @@ "binop": null, "updateContext": null }, - "start": 2858, - "end": 2859, + "start": 2978, + "end": 2979, "loc": { "start": { "line": 121, @@ -25758,8 +25758,8 @@ "binop": null }, "value": "innerKey", - "start": 2864, - "end": 2872, + "start": 2985, + "end": 2993, "loc": { "start": { "line": 122, @@ -25784,8 +25784,8 @@ "binop": null, "updateContext": null }, - "start": 2872, - "end": 2873, + "start": 2993, + "end": 2994, "loc": { "start": { "line": 122, @@ -25812,8 +25812,8 @@ "updateContext": null }, "value": "this", - "start": 2873, - "end": 2877, + "start": 2994, + "end": 2998, "loc": { "start": { "line": 122, @@ -25838,8 +25838,8 @@ "binop": null, "updateContext": null }, - "start": 2877, - "end": 2878, + "start": 2998, + "end": 2999, "loc": { "start": { "line": 122, @@ -25864,8 +25864,8 @@ "binop": null }, "value": "props", - "start": 2878, - "end": 2883, + "start": 2999, + "end": 3004, "loc": { "start": { "line": 122, @@ -25890,8 +25890,8 @@ "binop": null, "updateContext": null }, - "start": 2883, - "end": 2884, + "start": 3004, + "end": 3005, "loc": { "start": { "line": 122, @@ -25916,8 +25916,8 @@ "binop": null }, "value": "id", - "start": 2884, - "end": 2886, + "start": 3005, + "end": 3007, "loc": { "start": { "line": 122, @@ -25941,8 +25941,8 @@ "postfix": false, "binop": null }, - "start": 2890, - "end": 2891, + "start": 3012, + "end": 3013, "loc": { "start": { "line": 123, @@ -25966,8 +25966,8 @@ "postfix": false, "binop": null }, - "start": 2891, - "end": 2892, + "start": 3013, + "end": 3014, "loc": { "start": { "line": 123, @@ -25992,8 +25992,8 @@ "binop": null, "updateContext": null }, - "start": 2892, - "end": 2893, + "start": 3014, + "end": 3015, "loc": { "start": { "line": 123, @@ -26017,8 +26017,8 @@ "postfix": false, "binop": null }, - "start": 2896, - "end": 2897, + "start": 3019, + "end": 3020, "loc": { "start": { "line": 124, @@ -26045,8 +26045,8 @@ "updateContext": null }, "value": "return", - "start": 2901, - "end": 2907, + "start": 3026, + "end": 3032, "loc": { "start": { "line": 126, @@ -26071,8 +26071,8 @@ "binop": null }, "value": "items", - "start": 2908, - "end": 2913, + "start": 3033, + "end": 3038, "loc": { "start": { "line": 126, @@ -26097,8 +26097,8 @@ "binop": null, "updateContext": null }, - "start": 2913, - "end": 2914, + "start": 3038, + "end": 3039, "loc": { "start": { "line": 126, @@ -26122,8 +26122,8 @@ "postfix": false, "binop": null }, - "start": 2917, - "end": 2918, + "start": 3044, + "end": 3045, "loc": { "start": { "line": 128, @@ -26137,9 +26137,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Options for type chooser\n\t *\n\t * @return {*[]}\n\t ", - "start": 2921, - "end": 2980, + "value": "*\r\n\t * Options for type chooser\r\n\t *\r\n\t * @return {*[]}\r\n\t ", + "start": 3050, + "end": 3113, "loc": { "start": { "line": 130, @@ -26164,8 +26164,8 @@ "binop": null }, "value": "listTypeOptions", - "start": 2982, - "end": 2997, + "start": 3116, + "end": 3131, "loc": { "start": { "line": 135, @@ -26189,8 +26189,8 @@ "postfix": false, "binop": null }, - "start": 2997, - "end": 2998, + "start": 3131, + "end": 3132, "loc": { "start": { "line": 135, @@ -26214,8 +26214,8 @@ "postfix": false, "binop": null }, - "start": 2998, - "end": 2999, + "start": 3132, + "end": 3133, "loc": { "start": { "line": 135, @@ -26239,8 +26239,8 @@ "postfix": false, "binop": null }, - "start": 2999, - "end": 3000, + "start": 3133, + "end": 3134, "loc": { "start": { "line": 135, @@ -26267,8 +26267,8 @@ "updateContext": null }, "value": "return", - "start": 3003, - "end": 3009, + "start": 3138, + "end": 3144, "loc": { "start": { "line": 136, @@ -26293,8 +26293,8 @@ "binop": null, "updateContext": null }, - "start": 3010, - "end": 3011, + "start": 3145, + "end": 3146, "loc": { "start": { "line": 136, @@ -26318,8 +26318,8 @@ "postfix": false, "binop": null }, - "start": 3015, - "end": 3016, + "start": 3151, + "end": 3152, "loc": { "start": { "line": 137, @@ -26344,8 +26344,8 @@ "binop": null }, "value": "value", - "start": 3021, - "end": 3026, + "start": 3158, + "end": 3163, "loc": { "start": { "line": 138, @@ -26370,8 +26370,8 @@ "binop": null, "updateContext": null }, - "start": 3026, - "end": 3027, + "start": 3163, + "end": 3164, "loc": { "start": { "line": 138, @@ -26397,8 +26397,8 @@ "updateContext": null }, "value": "fields", - "start": 3028, - "end": 3036, + "start": 3165, + "end": 3173, "loc": { "start": { "line": 138, @@ -26423,8 +26423,8 @@ "binop": null, "updateContext": null }, - "start": 3036, - "end": 3037, + "start": 3173, + "end": 3174, "loc": { "start": { "line": 138, @@ -26449,8 +26449,8 @@ "binop": null }, "value": "label", - "start": 3042, - "end": 3047, + "start": 3180, + "end": 3185, "loc": { "start": { "line": 139, @@ -26475,8 +26475,8 @@ "binop": null, "updateContext": null }, - "start": 3047, - "end": 3048, + "start": 3185, + "end": 3186, "loc": { "start": { "line": 139, @@ -26502,8 +26502,8 @@ "updateContext": null }, "value": "%", - "start": 3049, - "end": 3052, + "start": 3187, + "end": 3190, "loc": { "start": { "line": 139, @@ -26528,8 +26528,8 @@ "binop": null, "updateContext": null }, - "start": 3052, - "end": 3053, + "start": 3190, + "end": 3191, "loc": { "start": { "line": 139, @@ -26554,8 +26554,8 @@ "binop": null }, "value": "ariaLabel", - "start": 3058, - "end": 3067, + "start": 3197, + "end": 3206, "loc": { "start": { "line": 140, @@ -26580,8 +26580,8 @@ "binop": null, "updateContext": null }, - "start": 3067, - "end": 3068, + "start": 3206, + "end": 3207, "loc": { "start": { "line": 140, @@ -26607,8 +26607,8 @@ "updateContext": null }, "value": "Select from field values", - "start": 3069, - "end": 3095, + "start": 3208, + "end": 3234, "loc": { "start": { "line": 140, @@ -26632,8 +26632,8 @@ "postfix": false, "binop": null }, - "start": 3099, - "end": 3100, + "start": 3239, + "end": 3240, "loc": { "start": { "line": 141, @@ -26658,8 +26658,8 @@ "binop": null, "updateContext": null }, - "start": 3100, - "end": 3101, + "start": 3240, + "end": 3241, "loc": { "start": { "line": 141, @@ -26683,8 +26683,8 @@ "postfix": false, "binop": null }, - "start": 3105, - "end": 3106, + "start": 3246, + "end": 3247, "loc": { "start": { "line": 142, @@ -26709,8 +26709,8 @@ "binop": null }, "value": "value", - "start": 3111, - "end": 3116, + "start": 3253, + "end": 3258, "loc": { "start": { "line": 143, @@ -26735,8 +26735,8 @@ "binop": null, "updateContext": null }, - "start": 3116, - "end": 3117, + "start": 3258, + "end": 3259, "loc": { "start": { "line": 143, @@ -26762,8 +26762,8 @@ "updateContext": null }, "value": "system", - "start": 3118, - "end": 3126, + "start": 3260, + "end": 3268, "loc": { "start": { "line": 143, @@ -26788,8 +26788,8 @@ "binop": null, "updateContext": null }, - "start": 3126, - "end": 3127, + "start": 3268, + "end": 3269, "loc": { "start": { "line": 143, @@ -26814,8 +26814,8 @@ "binop": null }, "value": "label", - "start": 3132, - "end": 3137, + "start": 3275, + "end": 3280, "loc": { "start": { "line": 144, @@ -26840,8 +26840,8 @@ "binop": null, "updateContext": null }, - "start": 3137, - "end": 3138, + "start": 3280, + "end": 3281, "loc": { "start": { "line": 144, @@ -26867,8 +26867,8 @@ "updateContext": null }, "value": "{}", - "start": 3139, - "end": 3143, + "start": 3282, + "end": 3286, "loc": { "start": { "line": 144, @@ -26893,8 +26893,8 @@ "binop": null, "updateContext": null }, - "start": 3143, - "end": 3144, + "start": 3286, + "end": 3287, "loc": { "start": { "line": 144, @@ -26919,8 +26919,8 @@ "binop": null }, "value": "ariaLabel", - "start": 3149, - "end": 3158, + "start": 3293, + "end": 3302, "loc": { "start": { "line": 145, @@ -26945,8 +26945,8 @@ "binop": null, "updateContext": null }, - "start": 3158, - "end": 3159, + "start": 3302, + "end": 3303, "loc": { "start": { "line": 145, @@ -26972,8 +26972,8 @@ "updateContext": null }, "value": "Select from system values", - "start": 3160, - "end": 3187, + "start": 3304, + "end": 3331, "loc": { "start": { "line": 145, @@ -26997,8 +26997,8 @@ "postfix": false, "binop": null }, - "start": 3191, - "end": 3192, + "start": 3336, + "end": 3337, "loc": { "start": { "line": 146, @@ -27023,8 +27023,8 @@ "binop": null, "updateContext": null }, - "start": 3192, - "end": 3193, + "start": 3337, + "end": 3338, "loc": { "start": { "line": 146, @@ -27049,8 +27049,8 @@ "binop": null, "updateContext": null }, - "start": 3196, - "end": 3197, + "start": 3342, + "end": 3343, "loc": { "start": { "line": 147, @@ -27075,8 +27075,8 @@ "binop": null, "updateContext": null }, - "start": 3197, - "end": 3198, + "start": 3343, + "end": 3344, "loc": { "start": { "line": 147, @@ -27100,8 +27100,8 @@ "postfix": false, "binop": null }, - "start": 3200, - "end": 3201, + "start": 3347, + "end": 3348, "loc": { "start": { "line": 148, @@ -27115,9 +27115,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Render MagicFieldGroup component\n\t * @return {*}\n\t ", - "start": 3206, - "end": 3267, + "value": "*\r\n\t * Render MagicFieldGroup component\r\n\t * @return {*}\r\n\t ", + "start": 3357, + "end": 3421, "loc": { "start": { "line": 152, @@ -27142,8 +27142,8 @@ "binop": null }, "value": "render", - "start": 3269, - "end": 3275, + "start": 3424, + "end": 3430, "loc": { "start": { "line": 156, @@ -27167,8 +27167,8 @@ "postfix": false, "binop": null }, - "start": 3275, - "end": 3276, + "start": 3430, + "end": 3431, "loc": { "start": { "line": 156, @@ -27192,8 +27192,8 @@ "postfix": false, "binop": null }, - "start": 3276, - "end": 3277, + "start": 3431, + "end": 3432, "loc": { "start": { "line": 156, @@ -27217,8 +27217,8 @@ "postfix": false, "binop": null }, - "start": 3278, - "end": 3279, + "start": 3433, + "end": 3434, "loc": { "start": { "line": 156, @@ -27245,8 +27245,8 @@ "updateContext": null }, "value": "return", - "start": 3282, - "end": 3288, + "start": 3438, + "end": 3444, "loc": { "start": { "line": 157, @@ -27270,8 +27270,8 @@ "postfix": false, "binop": null }, - "start": 3289, - "end": 3290, + "start": 3445, + "end": 3446, "loc": { "start": { "line": 157, @@ -27295,8 +27295,8 @@ "postfix": false, "binop": null }, - "start": 3294, - "end": 3295, + "start": 3451, + "end": 3452, "loc": { "start": { "line": 158, @@ -27322,8 +27322,8 @@ "updateContext": null }, "value": "div", - "start": 3295, - "end": 3298, + "start": 3452, + "end": 3455, "loc": { "start": { "line": 158, @@ -27349,8 +27349,8 @@ "updateContext": null }, "value": "className", - "start": 3303, - "end": 3312, + "start": 3461, + "end": 3470, "loc": { "start": { "line": 159, @@ -27376,8 +27376,8 @@ "updateContext": null }, "value": "=", - "start": 3312, - "end": 3313, + "start": 3470, + "end": 3471, "loc": { "start": { "line": 159, @@ -27401,8 +27401,8 @@ "postfix": false, "binop": null }, - "start": 3313, - "end": 3314, + "start": 3471, + "end": 3472, "loc": { "start": { "line": 159, @@ -27427,8 +27427,8 @@ "binop": null }, "value": "classNames", - "start": 3314, - "end": 3324, + "start": 3472, + "end": 3482, "loc": { "start": { "line": 159, @@ -27452,8 +27452,8 @@ "postfix": false, "binop": null }, - "start": 3324, - "end": 3325, + "start": 3482, + "end": 3483, "loc": { "start": { "line": 159, @@ -27478,8 +27478,8 @@ "binop": null }, "value": "MagicFieldGroup", - "start": 3331, - "end": 3346, + "start": 3490, + "end": 3505, "loc": { "start": { "line": 160, @@ -27504,8 +27504,8 @@ "binop": null, "updateContext": null }, - "start": 3346, - "end": 3347, + "start": 3505, + "end": 3506, "loc": { "start": { "line": 160, @@ -27530,8 +27530,8 @@ "binop": null }, "value": "classNames", - "start": 3347, - "end": 3357, + "start": 3506, + "end": 3516, "loc": { "start": { "line": 160, @@ -27556,8 +27556,8 @@ "binop": null, "updateContext": null }, - "start": 3357, - "end": 3358, + "start": 3516, + "end": 3517, "loc": { "start": { "line": 160, @@ -27582,8 +27582,8 @@ "binop": null }, "value": "fieldWrapper", - "start": 3358, - "end": 3370, + "start": 3517, + "end": 3529, "loc": { "start": { "line": 160, @@ -27608,8 +27608,8 @@ "binop": null, "updateContext": null }, - "start": 3370, - "end": 3371, + "start": 3529, + "end": 3530, "loc": { "start": { "line": 160, @@ -27634,8 +27634,8 @@ "binop": null }, "value": "RenderGroup", - "start": 3377, - "end": 3388, + "start": 3537, + "end": 3548, "loc": { "start": { "line": 161, @@ -27660,8 +27660,8 @@ "binop": null, "updateContext": null }, - "start": 3388, - "end": 3389, + "start": 3548, + "end": 3549, "loc": { "start": { "line": 161, @@ -27686,8 +27686,8 @@ "binop": null }, "value": "classNames", - "start": 3389, - "end": 3399, + "start": 3549, + "end": 3559, "loc": { "start": { "line": 161, @@ -27712,8 +27712,8 @@ "binop": null, "updateContext": null }, - "start": 3399, - "end": 3400, + "start": 3559, + "end": 3560, "loc": { "start": { "line": 161, @@ -27738,8 +27738,8 @@ "binop": null }, "value": "fieldWrapper", - "start": 3400, - "end": 3412, + "start": 3560, + "end": 3572, "loc": { "start": { "line": 161, @@ -27764,8 +27764,8 @@ "binop": null, "updateContext": null }, - "start": 3412, - "end": 3413, + "start": 3572, + "end": 3573, "loc": { "start": { "line": 161, @@ -27792,8 +27792,8 @@ "updateContext": null }, "value": "this", - "start": 3419, - "end": 3423, + "start": 3580, + "end": 3584, "loc": { "start": { "line": 162, @@ -27818,8 +27818,8 @@ "binop": null, "updateContext": null }, - "start": 3423, - "end": 3424, + "start": 3584, + "end": 3585, "loc": { "start": { "line": 162, @@ -27844,8 +27844,8 @@ "binop": null }, "value": "props", - "start": 3424, - "end": 3429, + "start": 3585, + "end": 3590, "loc": { "start": { "line": 162, @@ -27870,8 +27870,8 @@ "binop": null, "updateContext": null }, - "start": 3429, - "end": 3430, + "start": 3590, + "end": 3591, "loc": { "start": { "line": 162, @@ -27896,8 +27896,8 @@ "binop": null }, "value": "className", - "start": 3430, - "end": 3439, + "start": 3591, + "end": 3600, "loc": { "start": { "line": 162, @@ -27921,8 +27921,8 @@ "postfix": false, "binop": null }, - "start": 3444, - "end": 3445, + "start": 3606, + "end": 3607, "loc": { "start": { "line": 163, @@ -27946,8 +27946,8 @@ "postfix": false, "binop": null }, - "start": 3450, - "end": 3451, + "start": 3613, + "end": 3614, "loc": { "start": { "line": 164, @@ -27971,8 +27971,8 @@ "postfix": false, "binop": null }, - "start": 3455, - "end": 3456, + "start": 3619, + "end": 3620, "loc": { "start": { "line": 165, @@ -27998,8 +27998,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 3456, - "end": 3461, + "start": 3620, + "end": 3626, "loc": { "start": { "line": 165, @@ -28023,8 +28023,8 @@ "postfix": false, "binop": null }, - "start": 3461, - "end": 3462, + "start": 3626, + "end": 3627, "loc": { "start": { "line": 166, @@ -28050,8 +28050,8 @@ "updateContext": null }, "value": "FieldGroup", - "start": 3462, - "end": 3472, + "start": 3627, + "end": 3637, "loc": { "start": { "line": 166, @@ -28076,8 +28076,8 @@ "binop": null, "updateContext": null }, - "start": 3472, - "end": 3473, + "start": 3637, + "end": 3638, "loc": { "start": { "line": 166, @@ -28103,8 +28103,8 @@ "updateContext": null }, "value": "Label", - "start": 3473, - "end": 3478, + "start": 3638, + "end": 3643, "loc": { "start": { "line": 166, @@ -28130,8 +28130,8 @@ "updateContext": null }, "value": "id", - "start": 3484, - "end": 3486, + "start": 3650, + "end": 3652, "loc": { "start": { "line": 167, @@ -28157,8 +28157,8 @@ "updateContext": null }, "value": "=", - "start": 3486, - "end": 3487, + "start": 3652, + "end": 3653, "loc": { "start": { "line": 167, @@ -28182,8 +28182,8 @@ "postfix": false, "binop": null }, - "start": 3487, - "end": 3488, + "start": 3653, + "end": 3654, "loc": { "start": { "line": 167, @@ -28210,8 +28210,8 @@ "updateContext": null }, "value": "this", - "start": 3488, - "end": 3492, + "start": 3654, + "end": 3658, "loc": { "start": { "line": 167, @@ -28236,8 +28236,8 @@ "binop": null, "updateContext": null }, - "start": 3492, - "end": 3493, + "start": 3658, + "end": 3659, "loc": { "start": { "line": 167, @@ -28262,8 +28262,8 @@ "binop": null }, "value": "props", - "start": 3493, - "end": 3498, + "start": 3659, + "end": 3664, "loc": { "start": { "line": 167, @@ -28288,8 +28288,8 @@ "binop": null, "updateContext": null }, - "start": 3498, - "end": 3499, + "start": 3664, + "end": 3665, "loc": { "start": { "line": 167, @@ -28314,8 +28314,8 @@ "binop": null }, "value": "id", - "start": 3499, - "end": 3501, + "start": 3665, + "end": 3667, "loc": { "start": { "line": 167, @@ -28339,8 +28339,8 @@ "postfix": false, "binop": null }, - "start": 3501, - "end": 3502, + "start": 3667, + "end": 3668, "loc": { "start": { "line": 167, @@ -28366,8 +28366,8 @@ "updateContext": null }, "value": "label", - "start": 3508, - "end": 3513, + "start": 3675, + "end": 3680, "loc": { "start": { "line": 168, @@ -28393,8 +28393,8 @@ "updateContext": null }, "value": "=", - "start": 3513, - "end": 3514, + "start": 3680, + "end": 3681, "loc": { "start": { "line": 168, @@ -28418,8 +28418,8 @@ "postfix": false, "binop": null }, - "start": 3514, - "end": 3515, + "start": 3681, + "end": 3682, "loc": { "start": { "line": 168, @@ -28446,8 +28446,8 @@ "updateContext": null }, "value": "this", - "start": 3515, - "end": 3519, + "start": 3682, + "end": 3686, "loc": { "start": { "line": 168, @@ -28472,8 +28472,8 @@ "binop": null, "updateContext": null }, - "start": 3519, - "end": 3520, + "start": 3686, + "end": 3687, "loc": { "start": { "line": 168, @@ -28498,8 +28498,8 @@ "binop": null }, "value": "props", - "start": 3520, - "end": 3525, + "start": 3687, + "end": 3692, "loc": { "start": { "line": 168, @@ -28524,8 +28524,8 @@ "binop": null, "updateContext": null }, - "start": 3525, - "end": 3526, + "start": 3692, + "end": 3693, "loc": { "start": { "line": 168, @@ -28550,8 +28550,8 @@ "binop": null }, "value": "label", - "start": 3526, - "end": 3531, + "start": 3693, + "end": 3698, "loc": { "start": { "line": 168, @@ -28575,8 +28575,8 @@ "postfix": false, "binop": null }, - "start": 3531, - "end": 3532, + "start": 3698, + "end": 3699, "loc": { "start": { "line": 168, @@ -28602,8 +28602,8 @@ "updateContext": null }, "value": "/", - "start": 3537, - "end": 3538, + "start": 3705, + "end": 3706, "loc": { "start": { "line": 169, @@ -28627,8 +28627,8 @@ "postfix": false, "binop": null }, - "start": 3538, - "end": 3539, + "start": 3706, + "end": 3707, "loc": { "start": { "line": 169, @@ -28654,8 +28654,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 3539, - "end": 3544, + "start": 3707, + "end": 3713, "loc": { "start": { "line": 169, @@ -28679,8 +28679,8 @@ "postfix": false, "binop": null }, - "start": 3544, - "end": 3545, + "start": 3713, + "end": 3714, "loc": { "start": { "line": 170, @@ -28707,8 +28707,8 @@ "updateContext": null }, "value": "this", - "start": 3545, - "end": 3549, + "start": 3714, + "end": 3718, "loc": { "start": { "line": 170, @@ -28733,8 +28733,8 @@ "binop": null, "updateContext": null }, - "start": 3549, - "end": 3550, + "start": 3718, + "end": 3719, "loc": { "start": { "line": 170, @@ -28759,8 +28759,8 @@ "binop": null }, "value": "props", - "start": 3550, - "end": 3555, + "start": 3719, + "end": 3724, "loc": { "start": { "line": 170, @@ -28785,8 +28785,8 @@ "binop": null, "updateContext": null }, - "start": 3555, - "end": 3556, + "start": 3724, + "end": 3725, "loc": { "start": { "line": 170, @@ -28811,8 +28811,8 @@ "binop": null }, "value": "message", - "start": 3556, - "end": 3563, + "start": 3725, + "end": 3732, "loc": { "start": { "line": 170, @@ -28837,8 +28837,8 @@ "binop": null, "updateContext": null }, - "start": 3563, - "end": 3564, + "start": 3732, + "end": 3733, "loc": { "start": { "line": 170, @@ -28863,8 +28863,8 @@ "binop": null }, "value": "message", - "start": 3564, - "end": 3571, + "start": 3733, + "end": 3740, "loc": { "start": { "line": 170, @@ -28890,8 +28890,8 @@ "updateContext": null }, "value": "&&", - "start": 3572, - "end": 3574, + "start": 3741, + "end": 3743, "loc": { "start": { "line": 170, @@ -28915,8 +28915,8 @@ "postfix": false, "binop": null }, - "start": 3580, - "end": 3581, + "start": 3750, + "end": 3751, "loc": { "start": { "line": 171, @@ -28942,8 +28942,8 @@ "updateContext": null }, "value": "Message", - "start": 3581, - "end": 3588, + "start": 3751, + "end": 3758, "loc": { "start": { "line": 171, @@ -28969,8 +28969,8 @@ "updateContext": null }, "value": "message", - "start": 3595, - "end": 3602, + "start": 3766, + "end": 3773, "loc": { "start": { "line": 172, @@ -28996,8 +28996,8 @@ "updateContext": null }, "value": "=", - "start": 3602, - "end": 3603, + "start": 3773, + "end": 3774, "loc": { "start": { "line": 172, @@ -29021,8 +29021,8 @@ "postfix": false, "binop": null }, - "start": 3603, - "end": 3604, + "start": 3774, + "end": 3775, "loc": { "start": { "line": 172, @@ -29049,8 +29049,8 @@ "updateContext": null }, "value": "this", - "start": 3604, - "end": 3608, + "start": 3775, + "end": 3779, "loc": { "start": { "line": 172, @@ -29075,8 +29075,8 @@ "binop": null, "updateContext": null }, - "start": 3608, - "end": 3609, + "start": 3779, + "end": 3780, "loc": { "start": { "line": 172, @@ -29101,8 +29101,8 @@ "binop": null }, "value": "props", - "start": 3609, - "end": 3614, + "start": 3780, + "end": 3785, "loc": { "start": { "line": 172, @@ -29127,8 +29127,8 @@ "binop": null, "updateContext": null }, - "start": 3614, - "end": 3615, + "start": 3785, + "end": 3786, "loc": { "start": { "line": 172, @@ -29153,8 +29153,8 @@ "binop": null }, "value": "message", - "start": 3615, - "end": 3622, + "start": 3786, + "end": 3793, "loc": { "start": { "line": 172, @@ -29178,8 +29178,8 @@ "postfix": false, "binop": null }, - "start": 3622, - "end": 3623, + "start": 3793, + "end": 3794, "loc": { "start": { "line": 172, @@ -29205,8 +29205,8 @@ "updateContext": null }, "value": "/", - "start": 3629, - "end": 3630, + "start": 3801, + "end": 3802, "loc": { "start": { "line": 173, @@ -29230,8 +29230,8 @@ "postfix": false, "binop": null }, - "start": 3630, - "end": 3631, + "start": 3802, + "end": 3803, "loc": { "start": { "line": 173, @@ -29255,8 +29255,8 @@ "postfix": false, "binop": null }, - "start": 3636, - "end": 3637, + "start": 3809, + "end": 3810, "loc": { "start": { "line": 174, @@ -29282,8 +29282,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 3637, - "end": 3642, + "start": 3810, + "end": 3816, "loc": { "start": { "line": 174, @@ -29307,8 +29307,8 @@ "postfix": false, "binop": null }, - "start": 3642, - "end": 3643, + "start": 3816, + "end": 3817, "loc": { "start": { "line": 175, @@ -29335,8 +29335,8 @@ "updateContext": null }, "value": "this", - "start": 3643, - "end": 3647, + "start": 3817, + "end": 3821, "loc": { "start": { "line": 175, @@ -29361,8 +29361,8 @@ "binop": null, "updateContext": null }, - "start": 3647, - "end": 3648, + "start": 3821, + "end": 3822, "loc": { "start": { "line": 175, @@ -29387,8 +29387,8 @@ "binop": null }, "value": "state", - "start": 3648, - "end": 3653, + "start": 3822, + "end": 3827, "loc": { "start": { "line": 175, @@ -29413,8 +29413,8 @@ "binop": null, "updateContext": null }, - "start": 3653, - "end": 3654, + "start": 3827, + "end": 3828, "loc": { "start": { "line": 175, @@ -29439,8 +29439,8 @@ "binop": null }, "value": "isOpen", - "start": 3654, - "end": 3660, + "start": 3828, + "end": 3834, "loc": { "start": { "line": 175, @@ -29466,8 +29466,8 @@ "updateContext": null }, "value": "&&", - "start": 3661, - "end": 3663, + "start": 3835, + "end": 3837, "loc": { "start": { "line": 175, @@ -29491,8 +29491,8 @@ "postfix": false, "binop": null }, - "start": 3669, - "end": 3670, + "start": 3844, + "end": 3845, "loc": { "start": { "line": 176, @@ -29518,8 +29518,8 @@ "updateContext": null }, "value": "ButtonGroup", - "start": 3670, - "end": 3681, + "start": 3845, + "end": 3856, "loc": { "start": { "line": 176, @@ -29545,8 +29545,8 @@ "updateContext": null }, "value": "onChange", - "start": 3688, - "end": 3696, + "start": 3864, + "end": 3872, "loc": { "start": { "line": 177, @@ -29572,8 +29572,8 @@ "updateContext": null }, "value": "=", - "start": 3696, - "end": 3697, + "start": 3872, + "end": 3873, "loc": { "start": { "line": 177, @@ -29597,8 +29597,8 @@ "postfix": false, "binop": null }, - "start": 3697, - "end": 3698, + "start": 3873, + "end": 3874, "loc": { "start": { "line": 177, @@ -29625,8 +29625,8 @@ "updateContext": null }, "value": "this", - "start": 3698, - "end": 3702, + "start": 3874, + "end": 3878, "loc": { "start": { "line": 177, @@ -29651,8 +29651,8 @@ "binop": null, "updateContext": null }, - "start": 3702, - "end": 3703, + "start": 3878, + "end": 3879, "loc": { "start": { "line": 177, @@ -29677,8 +29677,8 @@ "binop": null }, "value": "onChangeListType", - "start": 3703, - "end": 3719, + "start": 3879, + "end": 3895, "loc": { "start": { "line": 177, @@ -29702,8 +29702,8 @@ "postfix": false, "binop": null }, - "start": 3719, - "end": 3720, + "start": 3895, + "end": 3896, "loc": { "start": { "line": 177, @@ -29729,8 +29729,8 @@ "updateContext": null }, "value": "options", - "start": 3727, - "end": 3734, + "start": 3904, + "end": 3911, "loc": { "start": { "line": 178, @@ -29756,8 +29756,8 @@ "updateContext": null }, "value": "=", - "start": 3734, - "end": 3735, + "start": 3911, + "end": 3912, "loc": { "start": { "line": 178, @@ -29781,8 +29781,8 @@ "postfix": false, "binop": null }, - "start": 3735, - "end": 3736, + "start": 3912, + "end": 3913, "loc": { "start": { "line": 178, @@ -29809,8 +29809,8 @@ "updateContext": null }, "value": "this", - "start": 3736, - "end": 3740, + "start": 3913, + "end": 3917, "loc": { "start": { "line": 178, @@ -29835,8 +29835,8 @@ "binop": null, "updateContext": null }, - "start": 3740, - "end": 3741, + "start": 3917, + "end": 3918, "loc": { "start": { "line": 178, @@ -29861,8 +29861,8 @@ "binop": null }, "value": "listTypeOptions", - "start": 3741, - "end": 3756, + "start": 3918, + "end": 3933, "loc": { "start": { "line": 178, @@ -29886,8 +29886,8 @@ "postfix": false, "binop": null }, - "start": 3756, - "end": 3757, + "start": 3933, + "end": 3934, "loc": { "start": { "line": 178, @@ -29911,8 +29911,8 @@ "postfix": false, "binop": null }, - "start": 3757, - "end": 3758, + "start": 3934, + "end": 3935, "loc": { "start": { "line": 178, @@ -29936,8 +29936,8 @@ "postfix": false, "binop": null }, - "start": 3758, - "end": 3759, + "start": 3935, + "end": 3936, "loc": { "start": { "line": 178, @@ -29963,8 +29963,8 @@ "updateContext": null }, "value": "value", - "start": 3766, - "end": 3771, + "start": 3944, + "end": 3949, "loc": { "start": { "line": 179, @@ -29990,8 +29990,8 @@ "updateContext": null }, "value": "=", - "start": 3771, - "end": 3772, + "start": 3949, + "end": 3950, "loc": { "start": { "line": 179, @@ -30015,8 +30015,8 @@ "postfix": false, "binop": null }, - "start": 3772, - "end": 3773, + "start": 3950, + "end": 3951, "loc": { "start": { "line": 179, @@ -30043,8 +30043,8 @@ "updateContext": null }, "value": "this", - "start": 3773, - "end": 3777, + "start": 3951, + "end": 3955, "loc": { "start": { "line": 179, @@ -30069,8 +30069,8 @@ "binop": null, "updateContext": null }, - "start": 3777, - "end": 3778, + "start": 3955, + "end": 3956, "loc": { "start": { "line": 179, @@ -30095,8 +30095,8 @@ "binop": null }, "value": "state", - "start": 3778, - "end": 3783, + "start": 3956, + "end": 3961, "loc": { "start": { "line": 179, @@ -30121,8 +30121,8 @@ "binop": null, "updateContext": null }, - "start": 3783, - "end": 3784, + "start": 3961, + "end": 3962, "loc": { "start": { "line": 179, @@ -30147,8 +30147,8 @@ "binop": null }, "value": "currentListType", - "start": 3784, - "end": 3799, + "start": 3962, + "end": 3977, "loc": { "start": { "line": 179, @@ -30172,8 +30172,8 @@ "postfix": false, "binop": null }, - "start": 3799, - "end": 3800, + "start": 3977, + "end": 3978, "loc": { "start": { "line": 179, @@ -30199,8 +30199,8 @@ "updateContext": null }, "value": "/", - "start": 3806, - "end": 3807, + "start": 3985, + "end": 3986, "loc": { "start": { "line": 180, @@ -30224,8 +30224,8 @@ "postfix": false, "binop": null }, - "start": 3807, - "end": 3808, + "start": 3986, + "end": 3987, "loc": { "start": { "line": 180, @@ -30249,8 +30249,8 @@ "postfix": false, "binop": null }, - "start": 3813, - "end": 3814, + "start": 3993, + "end": 3994, "loc": { "start": { "line": 181, @@ -30276,8 +30276,8 @@ "updateContext": null }, "value": "\n\n\t\t\t\t", - "start": 3814, - "end": 3820, + "start": 3994, + "end": 4002, "loc": { "start": { "line": 181, @@ -30301,8 +30301,8 @@ "postfix": false, "binop": null }, - "start": 3820, - "end": 3821, + "start": 4002, + "end": 4003, "loc": { "start": { "line": 183, @@ -30328,8 +30328,8 @@ "updateContext": null }, "value": "MagicSelect", - "start": 3821, - "end": 3832, + "start": 4003, + "end": 4014, "loc": { "start": { "line": 183, @@ -30355,8 +30355,8 @@ "updateContext": null }, "value": "id", - "start": 3838, - "end": 3840, + "start": 4021, + "end": 4023, "loc": { "start": { "line": 184, @@ -30382,8 +30382,8 @@ "updateContext": null }, "value": "=", - "start": 3840, - "end": 3841, + "start": 4023, + "end": 4024, "loc": { "start": { "line": 184, @@ -30407,8 +30407,8 @@ "postfix": false, "binop": null }, - "start": 3841, - "end": 3842, + "start": 4024, + "end": 4025, "loc": { "start": { "line": 184, @@ -30435,8 +30435,8 @@ "updateContext": null }, "value": "this", - "start": 3842, - "end": 3846, + "start": 4025, + "end": 4029, "loc": { "start": { "line": 184, @@ -30461,8 +30461,8 @@ "binop": null, "updateContext": null }, - "start": 3846, - "end": 3847, + "start": 4029, + "end": 4030, "loc": { "start": { "line": 184, @@ -30487,8 +30487,8 @@ "binop": null }, "value": "props", - "start": 3847, - "end": 3852, + "start": 4030, + "end": 4035, "loc": { "start": { "line": 184, @@ -30513,8 +30513,8 @@ "binop": null, "updateContext": null }, - "start": 3852, - "end": 3853, + "start": 4035, + "end": 4036, "loc": { "start": { "line": 184, @@ -30539,8 +30539,8 @@ "binop": null }, "value": "id", - "start": 3853, - "end": 3855, + "start": 4036, + "end": 4038, "loc": { "start": { "line": 184, @@ -30564,8 +30564,8 @@ "postfix": false, "binop": null }, - "start": 3855, - "end": 3856, + "start": 4038, + "end": 4039, "loc": { "start": { "line": 184, @@ -30591,8 +30591,8 @@ "updateContext": null }, "value": "options", - "start": 3862, - "end": 3869, + "start": 4046, + "end": 4053, "loc": { "start": { "line": 185, @@ -30618,8 +30618,8 @@ "updateContext": null }, "value": "=", - "start": 3869, - "end": 3870, + "start": 4053, + "end": 4054, "loc": { "start": { "line": 185, @@ -30643,8 +30643,8 @@ "postfix": false, "binop": null }, - "start": 3870, - "end": 3871, + "start": 4054, + "end": 4055, "loc": { "start": { "line": 185, @@ -30671,8 +30671,8 @@ "updateContext": null }, "value": "this", - "start": 3871, - "end": 3875, + "start": 4055, + "end": 4059, "loc": { "start": { "line": 185, @@ -30697,8 +30697,8 @@ "binop": null, "updateContext": null }, - "start": 3875, - "end": 3876, + "start": 4059, + "end": 4060, "loc": { "start": { "line": 185, @@ -30723,8 +30723,8 @@ "binop": null }, "value": "items", - "start": 3876, - "end": 3881, + "start": 4060, + "end": 4065, "loc": { "start": { "line": 185, @@ -30748,8 +30748,8 @@ "postfix": false, "binop": null }, - "start": 3881, - "end": 3882, + "start": 4065, + "end": 4066, "loc": { "start": { "line": 185, @@ -30773,8 +30773,8 @@ "postfix": false, "binop": null }, - "start": 3882, - "end": 3883, + "start": 4066, + "end": 4067, "loc": { "start": { "line": 185, @@ -30798,8 +30798,8 @@ "postfix": false, "binop": null }, - "start": 3883, - "end": 3884, + "start": 4067, + "end": 4068, "loc": { "start": { "line": 185, @@ -30825,8 +30825,8 @@ "updateContext": null }, "value": "onValueChange", - "start": 3890, - "end": 3903, + "start": 4075, + "end": 4088, "loc": { "start": { "line": 186, @@ -30852,8 +30852,8 @@ "updateContext": null }, "value": "=", - "start": 3903, - "end": 3904, + "start": 4088, + "end": 4089, "loc": { "start": { "line": 186, @@ -30877,8 +30877,8 @@ "postfix": false, "binop": null }, - "start": 3904, - "end": 3905, + "start": 4089, + "end": 4090, "loc": { "start": { "line": 186, @@ -30905,8 +30905,8 @@ "updateContext": null }, "value": "this", - "start": 3905, - "end": 3909, + "start": 4090, + "end": 4094, "loc": { "start": { "line": 186, @@ -30931,8 +30931,8 @@ "binop": null, "updateContext": null }, - "start": 3909, - "end": 3910, + "start": 4094, + "end": 4095, "loc": { "start": { "line": 186, @@ -30957,8 +30957,8 @@ "binop": null }, "value": "props", - "start": 3910, - "end": 3915, + "start": 4095, + "end": 4100, "loc": { "start": { "line": 186, @@ -30983,8 +30983,8 @@ "binop": null, "updateContext": null }, - "start": 3915, - "end": 3916, + "start": 4100, + "end": 4101, "loc": { "start": { "line": 186, @@ -31009,8 +31009,8 @@ "binop": null }, "value": "onValueChange", - "start": 3916, - "end": 3929, + "start": 4101, + "end": 4114, "loc": { "start": { "line": 186, @@ -31034,8 +31034,8 @@ "postfix": false, "binop": null }, - "start": 3929, - "end": 3930, + "start": 4114, + "end": 4115, "loc": { "start": { "line": 186, @@ -31061,8 +31061,8 @@ "updateContext": null }, "value": "value", - "start": 3936, - "end": 3941, + "start": 4122, + "end": 4127, "loc": { "start": { "line": 187, @@ -31088,8 +31088,8 @@ "updateContext": null }, "value": "=", - "start": 3941, - "end": 3942, + "start": 4127, + "end": 4128, "loc": { "start": { "line": 187, @@ -31113,8 +31113,8 @@ "postfix": false, "binop": null }, - "start": 3942, - "end": 3943, + "start": 4128, + "end": 4129, "loc": { "start": { "line": 187, @@ -31141,8 +31141,8 @@ "updateContext": null }, "value": "this", - "start": 3943, - "end": 3947, + "start": 4129, + "end": 4133, "loc": { "start": { "line": 187, @@ -31167,8 +31167,8 @@ "binop": null, "updateContext": null }, - "start": 3947, - "end": 3948, + "start": 4133, + "end": 4134, "loc": { "start": { "line": 187, @@ -31193,8 +31193,8 @@ "binop": null }, "value": "props", - "start": 3948, - "end": 3953, + "start": 4134, + "end": 4139, "loc": { "start": { "line": 187, @@ -31219,8 +31219,8 @@ "binop": null, "updateContext": null }, - "start": 3953, - "end": 3954, + "start": 4139, + "end": 4140, "loc": { "start": { "line": 187, @@ -31245,8 +31245,8 @@ "binop": null }, "value": "value", - "start": 3954, - "end": 3959, + "start": 4140, + "end": 4145, "loc": { "start": { "line": 187, @@ -31270,8 +31270,8 @@ "postfix": false, "binop": null }, - "start": 3959, - "end": 3960, + "start": 4145, + "end": 4146, "loc": { "start": { "line": 187, @@ -31297,8 +31297,8 @@ "updateContext": null }, "value": "isRequired", - "start": 3966, - "end": 3976, + "start": 4153, + "end": 4163, "loc": { "start": { "line": 188, @@ -31324,8 +31324,8 @@ "updateContext": null }, "value": "=", - "start": 3976, - "end": 3977, + "start": 4163, + "end": 4164, "loc": { "start": { "line": 188, @@ -31349,8 +31349,8 @@ "postfix": false, "binop": null }, - "start": 3977, - "end": 3978, + "start": 4164, + "end": 4165, "loc": { "start": { "line": 188, @@ -31377,8 +31377,8 @@ "updateContext": null }, "value": "this", - "start": 3978, - "end": 3982, + "start": 4165, + "end": 4169, "loc": { "start": { "line": 188, @@ -31403,8 +31403,8 @@ "binop": null, "updateContext": null }, - "start": 3982, - "end": 3983, + "start": 4169, + "end": 4170, "loc": { "start": { "line": 188, @@ -31429,8 +31429,8 @@ "binop": null }, "value": "props", - "start": 3983, - "end": 3988, + "start": 4170, + "end": 4175, "loc": { "start": { "line": 188, @@ -31455,8 +31455,8 @@ "binop": null, "updateContext": null }, - "start": 3988, - "end": 3989, + "start": 4175, + "end": 4176, "loc": { "start": { "line": 188, @@ -31481,8 +31481,8 @@ "binop": null }, "value": "isRequired", - "start": 3989, - "end": 3999, + "start": 4176, + "end": 4186, "loc": { "start": { "line": 188, @@ -31506,8 +31506,8 @@ "postfix": false, "binop": null }, - "start": 3999, - "end": 4000, + "start": 4186, + "end": 4187, "loc": { "start": { "line": 188, @@ -31533,8 +31533,8 @@ "updateContext": null }, "value": "isOpen", - "start": 4006, - "end": 4012, + "start": 4194, + "end": 4200, "loc": { "start": { "line": 189, @@ -31560,8 +31560,8 @@ "updateContext": null }, "value": "=", - "start": 4012, - "end": 4013, + "start": 4200, + "end": 4201, "loc": { "start": { "line": 189, @@ -31585,8 +31585,8 @@ "postfix": false, "binop": null }, - "start": 4013, - "end": 4014, + "start": 4201, + "end": 4202, "loc": { "start": { "line": 189, @@ -31613,8 +31613,8 @@ "updateContext": null }, "value": "this", - "start": 4014, - "end": 4018, + "start": 4202, + "end": 4206, "loc": { "start": { "line": 189, @@ -31639,8 +31639,8 @@ "binop": null, "updateContext": null }, - "start": 4018, - "end": 4019, + "start": 4206, + "end": 4207, "loc": { "start": { "line": 189, @@ -31665,8 +31665,8 @@ "binop": null }, "value": "state", - "start": 4019, - "end": 4024, + "start": 4207, + "end": 4212, "loc": { "start": { "line": 189, @@ -31691,8 +31691,8 @@ "binop": null, "updateContext": null }, - "start": 4024, - "end": 4025, + "start": 4212, + "end": 4213, "loc": { "start": { "line": 189, @@ -31717,8 +31717,8 @@ "binop": null }, "value": "isOpen", - "start": 4025, - "end": 4031, + "start": 4213, + "end": 4219, "loc": { "start": { "line": 189, @@ -31742,8 +31742,8 @@ "postfix": false, "binop": null }, - "start": 4031, - "end": 4032, + "start": 4219, + "end": 4220, "loc": { "start": { "line": 189, @@ -31769,8 +31769,8 @@ "updateContext": null }, "value": "onBlur", - "start": 4038, - "end": 4044, + "start": 4227, + "end": 4233, "loc": { "start": { "line": 190, @@ -31796,8 +31796,8 @@ "updateContext": null }, "value": "=", - "start": 4044, - "end": 4045, + "start": 4233, + "end": 4234, "loc": { "start": { "line": 190, @@ -31821,8 +31821,8 @@ "postfix": false, "binop": null }, - "start": 4045, - "end": 4046, + "start": 4234, + "end": 4235, "loc": { "start": { "line": 190, @@ -31849,8 +31849,8 @@ "updateContext": null }, "value": "this", - "start": 4046, - "end": 4050, + "start": 4235, + "end": 4239, "loc": { "start": { "line": 190, @@ -31875,8 +31875,8 @@ "binop": null, "updateContext": null }, - "start": 4050, - "end": 4051, + "start": 4239, + "end": 4240, "loc": { "start": { "line": 190, @@ -31901,8 +31901,8 @@ "binop": null }, "value": "onInputBlur", - "start": 4051, - "end": 4062, + "start": 4240, + "end": 4251, "loc": { "start": { "line": 190, @@ -31926,8 +31926,8 @@ "postfix": false, "binop": null }, - "start": 4062, - "end": 4063, + "start": 4251, + "end": 4252, "loc": { "start": { "line": 190, @@ -31953,8 +31953,8 @@ "updateContext": null }, "value": "onFocus", - "start": 4069, - "end": 4076, + "start": 4259, + "end": 4266, "loc": { "start": { "line": 191, @@ -31980,8 +31980,8 @@ "updateContext": null }, "value": "=", - "start": 4076, - "end": 4077, + "start": 4266, + "end": 4267, "loc": { "start": { "line": 191, @@ -32005,8 +32005,8 @@ "postfix": false, "binop": null }, - "start": 4077, - "end": 4078, + "start": 4267, + "end": 4268, "loc": { "start": { "line": 191, @@ -32033,8 +32033,8 @@ "updateContext": null }, "value": "this", - "start": 4078, - "end": 4082, + "start": 4268, + "end": 4272, "loc": { "start": { "line": 191, @@ -32059,8 +32059,8 @@ "binop": null, "updateContext": null }, - "start": 4082, - "end": 4083, + "start": 4272, + "end": 4273, "loc": { "start": { "line": 191, @@ -32085,8 +32085,8 @@ "binop": null }, "value": "onInputFocus", - "start": 4083, - "end": 4095, + "start": 4273, + "end": 4285, "loc": { "start": { "line": 191, @@ -32110,8 +32110,8 @@ "postfix": false, "binop": null }, - "start": 4095, - "end": 4096, + "start": 4285, + "end": 4286, "loc": { "start": { "line": 191, @@ -32137,8 +32137,8 @@ "updateContext": null }, "value": "className", - "start": 4102, - "end": 4111, + "start": 4293, + "end": 4302, "loc": { "start": { "line": 192, @@ -32164,8 +32164,8 @@ "updateContext": null }, "value": "=", - "start": 4111, - "end": 4112, + "start": 4302, + "end": 4303, "loc": { "start": { "line": 192, @@ -32189,8 +32189,8 @@ "postfix": false, "binop": null }, - "start": 4112, - "end": 4113, + "start": 4303, + "end": 4304, "loc": { "start": { "line": 192, @@ -32217,8 +32217,8 @@ "updateContext": null }, "value": "this", - "start": 4113, - "end": 4117, + "start": 4304, + "end": 4308, "loc": { "start": { "line": 192, @@ -32243,8 +32243,8 @@ "binop": null, "updateContext": null }, - "start": 4117, - "end": 4118, + "start": 4308, + "end": 4309, "loc": { "start": { "line": 192, @@ -32269,8 +32269,8 @@ "binop": null }, "value": "props", - "start": 4118, - "end": 4123, + "start": 4309, + "end": 4314, "loc": { "start": { "line": 192, @@ -32295,8 +32295,8 @@ "binop": null, "updateContext": null }, - "start": 4123, - "end": 4124, + "start": 4314, + "end": 4315, "loc": { "start": { "line": 192, @@ -32321,8 +32321,8 @@ "binop": null }, "value": "fieldClassName", - "start": 4124, - "end": 4138, + "start": 4315, + "end": 4329, "loc": { "start": { "line": 192, @@ -32346,8 +32346,8 @@ "postfix": false, "binop": null }, - "start": 4138, - "end": 4139, + "start": 4329, + "end": 4330, "loc": { "start": { "line": 192, @@ -32373,8 +32373,8 @@ "updateContext": null }, "value": "/", - "start": 4144, - "end": 4145, + "start": 4336, + "end": 4337, "loc": { "start": { "line": 193, @@ -32398,8 +32398,8 @@ "postfix": false, "binop": null }, - "start": 4145, - "end": 4146, + "start": 4337, + "end": 4338, "loc": { "start": { "line": 193, @@ -32425,8 +32425,8 @@ "updateContext": null }, "value": "\n\t\t\t", - "start": 4146, - "end": 4150, + "start": 4338, + "end": 4343, "loc": { "start": { "line": 193, @@ -32450,8 +32450,8 @@ "postfix": false, "binop": null }, - "start": 4150, - "end": 4151, + "start": 4343, + "end": 4344, "loc": { "start": { "line": 194, @@ -32477,8 +32477,8 @@ "updateContext": null }, "value": "/", - "start": 4151, - "end": 4152, + "start": 4344, + "end": 4345, "loc": { "start": { "line": 194, @@ -32504,8 +32504,8 @@ "updateContext": null }, "value": "div", - "start": 4152, - "end": 4155, + "start": 4345, + "end": 4348, "loc": { "start": { "line": 194, @@ -32529,8 +32529,8 @@ "postfix": false, "binop": null }, - "start": 4155, - "end": 4156, + "start": 4348, + "end": 4349, "loc": { "start": { "line": 194, @@ -32554,8 +32554,8 @@ "postfix": false, "binop": null }, - "start": 4159, - "end": 4160, + "start": 4353, + "end": 4354, "loc": { "start": { "line": 195, @@ -32580,8 +32580,8 @@ "binop": null, "updateContext": null }, - "start": 4160, - "end": 4161, + "start": 4354, + "end": 4355, "loc": { "start": { "line": 195, @@ -32605,8 +32605,8 @@ "postfix": false, "binop": null }, - "start": 4163, - "end": 4164, + "start": 4358, + "end": 4359, "loc": { "start": { "line": 196, @@ -32630,8 +32630,8 @@ "postfix": false, "binop": null }, - "start": 4165, - "end": 4166, + "start": 4361, + "end": 4362, "loc": { "start": { "line": 197, @@ -32645,9 +32645,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definitions for MagicFieldGroup component\n ", - "start": 4169, - "end": 4226, + "value": "*\r\n * Prop definitions for MagicFieldGroup component\r\n ", + "start": 4368, + "end": 4427, "loc": { "start": { "line": 200, @@ -32672,8 +32672,8 @@ "binop": null }, "value": "MagicFieldGroup", - "start": 4227, - "end": 4242, + "start": 4429, + "end": 4444, "loc": { "start": { "line": 203, @@ -32698,8 +32698,8 @@ "binop": null, "updateContext": null }, - "start": 4242, - "end": 4243, + "start": 4444, + "end": 4445, "loc": { "start": { "line": 203, @@ -32724,8 +32724,8 @@ "binop": null }, "value": "propTypes", - "start": 4243, - "end": 4252, + "start": 4445, + "end": 4454, "loc": { "start": { "line": 203, @@ -32751,8 +32751,8 @@ "updateContext": null }, "value": "=", - "start": 4253, - "end": 4254, + "start": 4455, + "end": 4456, "loc": { "start": { "line": 203, @@ -32777,8 +32777,8 @@ "binop": null }, "value": "magicGroupPropTypes", - "start": 4255, - "end": 4274, + "start": 4457, + "end": 4476, "loc": { "start": { "line": 203, @@ -32803,8 +32803,8 @@ "binop": null, "updateContext": null }, - "start": 4274, - "end": 4275, + "start": 4476, + "end": 4477, "loc": { "start": { "line": 203, @@ -32818,9 +32818,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default property values for MagicFieldGroup component\n *\n * @type {{}}\n ", - "start": 4277, - "end": 4358, + "value": "*\r\n * Default property values for MagicFieldGroup component\r\n *\r\n * @type {{}}\r\n ", + "start": 4481, + "end": 4566, "loc": { "start": { "line": 205, @@ -32845,8 +32845,8 @@ "binop": null }, "value": "MagicFieldGroup", - "start": 4359, - "end": 4374, + "start": 4568, + "end": 4583, "loc": { "start": { "line": 210, @@ -32871,8 +32871,8 @@ "binop": null, "updateContext": null }, - "start": 4374, - "end": 4375, + "start": 4583, + "end": 4584, "loc": { "start": { "line": 210, @@ -32897,8 +32897,8 @@ "binop": null }, "value": "defaultProps", - "start": 4375, - "end": 4387, + "start": 4584, + "end": 4596, "loc": { "start": { "line": 210, @@ -32924,8 +32924,8 @@ "updateContext": null }, "value": "=", - "start": 4388, - "end": 4389, + "start": 4597, + "end": 4598, "loc": { "start": { "line": 210, @@ -32949,8 +32949,8 @@ "postfix": false, "binop": null }, - "start": 4390, - "end": 4391, + "start": 4599, + "end": 4600, "loc": { "start": { "line": 210, @@ -32975,8 +32975,8 @@ "binop": null }, "value": "defaultList", - "start": 4393, - "end": 4404, + "start": 4603, + "end": 4614, "loc": { "start": { "line": 211, @@ -33001,8 +33001,8 @@ "binop": null, "updateContext": null }, - "start": 4404, - "end": 4405, + "start": 4614, + "end": 4615, "loc": { "start": { "line": 211, @@ -33028,8 +33028,8 @@ "updateContext": null }, "value": "fields", - "start": 4406, - "end": 4414, + "start": 4616, + "end": 4624, "loc": { "start": { "line": 211, @@ -33054,8 +33054,8 @@ "binop": null, "updateContext": null }, - "start": 4414, - "end": 4415, + "start": 4624, + "end": 4625, "loc": { "start": { "line": 211, @@ -33080,8 +33080,8 @@ "binop": null }, "value": "isOpen", - "start": 4417, - "end": 4423, + "start": 4628, + "end": 4634, "loc": { "start": { "line": 212, @@ -33106,8 +33106,8 @@ "binop": null, "updateContext": null }, - "start": 4423, - "end": 4424, + "start": 4634, + "end": 4635, "loc": { "start": { "line": 212, @@ -33134,8 +33134,8 @@ "updateContext": null }, "value": "false", - "start": 4425, - "end": 4430, + "start": 4636, + "end": 4641, "loc": { "start": { "line": 212, @@ -33160,8 +33160,8 @@ "binop": null, "updateContext": null }, - "start": 4430, - "end": 4431, + "start": 4641, + "end": 4642, "loc": { "start": { "line": 212, @@ -33186,8 +33186,8 @@ "binop": null }, "value": "message", - "start": 4433, - "end": 4440, + "start": 4645, + "end": 4652, "loc": { "start": { "line": 213, @@ -33212,8 +33212,8 @@ "binop": null, "updateContext": null }, - "start": 4440, - "end": 4441, + "start": 4652, + "end": 4653, "loc": { "start": { "line": 213, @@ -33237,8 +33237,8 @@ "postfix": false, "binop": null }, - "start": 4442, - "end": 4443, + "start": 4654, + "end": 4655, "loc": { "start": { "line": 213, @@ -33263,8 +33263,8 @@ "binop": null }, "value": "error", - "start": 4446, - "end": 4451, + "start": 4659, + "end": 4664, "loc": { "start": { "line": 214, @@ -33289,8 +33289,8 @@ "binop": null, "updateContext": null }, - "start": 4451, - "end": 4452, + "start": 4664, + "end": 4665, "loc": { "start": { "line": 214, @@ -33317,8 +33317,8 @@ "updateContext": null }, "value": "false", - "start": 4453, - "end": 4458, + "start": 4666, + "end": 4671, "loc": { "start": { "line": 214, @@ -33343,8 +33343,8 @@ "binop": null, "updateContext": null }, - "start": 4458, - "end": 4459, + "start": 4671, + "end": 4672, "loc": { "start": { "line": 214, @@ -33369,8 +33369,8 @@ "binop": null }, "value": "message", - "start": 4462, - "end": 4469, + "start": 4676, + "end": 4683, "loc": { "start": { "line": 215, @@ -33395,8 +33395,8 @@ "binop": null, "updateContext": null }, - "start": 4469, - "end": 4470, + "start": 4683, + "end": 4684, "loc": { "start": { "line": 215, @@ -33422,8 +33422,8 @@ "updateContext": null }, "value": "", - "start": 4471, - "end": 4473, + "start": 4685, + "end": 4687, "loc": { "start": { "line": 215, @@ -33447,8 +33447,8 @@ "postfix": false, "binop": null }, - "start": 4475, - "end": 4476, + "start": 4690, + "end": 4691, "loc": { "start": { "line": 216, @@ -33473,8 +33473,8 @@ "binop": null, "updateContext": null }, - "start": 4476, - "end": 4477, + "start": 4691, + "end": 4692, "loc": { "start": { "line": 216, @@ -33499,8 +33499,8 @@ "binop": null }, "value": "type", - "start": 4479, - "end": 4483, + "start": 4695, + "end": 4699, "loc": { "start": { "line": 217, @@ -33525,8 +33525,8 @@ "binop": null, "updateContext": null }, - "start": 4483, - "end": 4484, + "start": 4699, + "end": 4700, "loc": { "start": { "line": 217, @@ -33552,8 +33552,8 @@ "updateContext": null }, "value": "magic", - "start": 4485, - "end": 4492, + "start": 4701, + "end": 4708, "loc": { "start": { "line": 217, @@ -33577,8 +33577,8 @@ "postfix": false, "binop": null }, - "start": 4493, - "end": 4494, + "start": 4710, + "end": 4711, "loc": { "start": { "line": 218, @@ -33603,8 +33603,8 @@ "binop": null, "updateContext": null }, - "start": 4494, - "end": 4495, + "start": 4711, + "end": 4712, "loc": { "start": { "line": 218, @@ -33618,9 +33618,9 @@ }, { "type": "CommentBlock", - "value": "*\n * The names of classes used for HTML elements in MagicFieldGroup component\n * @type {{fieldWrapper: string, input: string, option: string}}\n ", - "start": 4497, - "end": 4645, + "value": "*\r\n * The names of classes used for HTML elements in MagicFieldGroup component\r\n * @type {{fieldWrapper: string, input: string, option: string}}\r\n ", + "start": 4716, + "end": 4867, "loc": { "start": { "line": 220, @@ -33645,8 +33645,8 @@ "binop": null }, "value": "MagicFieldGroup", - "start": 4646, - "end": 4661, + "start": 4869, + "end": 4884, "loc": { "start": { "line": 224, @@ -33671,8 +33671,8 @@ "binop": null, "updateContext": null }, - "start": 4661, - "end": 4662, + "start": 4884, + "end": 4885, "loc": { "start": { "line": 224, @@ -33697,8 +33697,8 @@ "binop": null }, "value": "classNames", - "start": 4662, - "end": 4672, + "start": 4885, + "end": 4895, "loc": { "start": { "line": 224, @@ -33724,8 +33724,8 @@ "updateContext": null }, "value": "=", - "start": 4673, - "end": 4674, + "start": 4896, + "end": 4897, "loc": { "start": { "line": 224, @@ -33749,8 +33749,8 @@ "postfix": false, "binop": null }, - "start": 4675, - "end": 4676, + "start": 4898, + "end": 4899, "loc": { "start": { "line": 224, @@ -33775,8 +33775,8 @@ "binop": null }, "value": "fieldWrapper", - "start": 4678, - "end": 4690, + "start": 4902, + "end": 4914, "loc": { "start": { "line": 225, @@ -33801,8 +33801,8 @@ "binop": null, "updateContext": null }, - "start": 4690, - "end": 4691, + "start": 4914, + "end": 4915, "loc": { "start": { "line": 225, @@ -33828,8 +33828,8 @@ "updateContext": null }, "value": "caldera-magic-select-group", - "start": 4692, - "end": 4720, + "start": 4916, + "end": 4944, "loc": { "start": { "line": 225, @@ -33854,8 +33854,8 @@ "binop": null, "updateContext": null }, - "start": 4720, - "end": 4721, + "start": 4944, + "end": 4945, "loc": { "start": { "line": 225, @@ -33880,8 +33880,8 @@ "binop": null }, "value": "input", - "start": 4723, - "end": 4728, + "start": 4948, + "end": 4953, "loc": { "start": { "line": 226, @@ -33906,8 +33906,8 @@ "binop": null, "updateContext": null }, - "start": 4728, - "end": 4729, + "start": 4953, + "end": 4954, "loc": { "start": { "line": 226, @@ -33933,8 +33933,8 @@ "updateContext": null }, "value": "caldera-magic-input", - "start": 4730, - "end": 4751, + "start": 4955, + "end": 4976, "loc": { "start": { "line": 226, @@ -33959,8 +33959,8 @@ "binop": null, "updateContext": null }, - "start": 4751, - "end": 4752, + "start": 4976, + "end": 4977, "loc": { "start": { "line": 226, @@ -33985,8 +33985,8 @@ "binop": null }, "value": "option", - "start": 4754, - "end": 4760, + "start": 4980, + "end": 4986, "loc": { "start": { "line": 227, @@ -34011,8 +34011,8 @@ "binop": null, "updateContext": null }, - "start": 4760, - "end": 4761, + "start": 4986, + "end": 4987, "loc": { "start": { "line": 227, @@ -34038,8 +34038,8 @@ "updateContext": null }, "value": "caldera-magic-option", - "start": 4762, - "end": 4784, + "start": 4988, + "end": 5010, "loc": { "start": { "line": 227, @@ -34063,8 +34063,8 @@ "postfix": false, "binop": null }, - "start": 4785, - "end": 4786, + "start": 5012, + "end": 5013, "loc": { "start": { "line": 228, @@ -34089,8 +34089,8 @@ "binop": null, "updateContext": null }, - "start": 4786, - "end": 4787, + "start": 5013, + "end": 5014, "loc": { "start": { "line": 228, @@ -34115,8 +34115,8 @@ "binop": null, "updateContext": null }, - "start": 4787, - "end": 4787, + "start": 5014, + "end": 5014, "loc": { "start": { "line": 228, diff --git a/docs/ast/source/components/fields/magic-select/MagicItem.js.json b/docs/ast/source/components/fields/magic-select/MagicItem.js.json index a618b3a..26cf46b 100644 --- a/docs/ast/source/components/fields/magic-select/MagicItem.js.json +++ b/docs/ast/source/components/fields/magic-select/MagicItem.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 2177, + "end": 2263, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 2177, + "end": 2263, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 27, - "end": 71, + "start": 28, + "end": 74, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 37, - "end": 48, + "start": 39, + "end": 50, "loc": { "start": { "line": 3, @@ -128,8 +128,8 @@ }, "imported": { "type": "Identifier", - "start": 37, - "end": 48, + "start": 39, + "end": 50, "loc": { "start": { "line": 3, @@ -145,8 +145,8 @@ }, "local": { "type": "Identifier", - "start": 37, - "end": 48, + "start": 39, + "end": 50, "loc": { "start": { "line": 3, @@ -164,8 +164,8 @@ ], "source": { "type": "StringLiteral", - "start": 56, - "end": 70, + "start": 59, + "end": 73, "loc": { "start": { "line": 4, @@ -185,8 +185,8 @@ }, { "type": "ImportDeclaration", - "start": 72, - "end": 108, + "start": 76, + "end": 112, "loc": { "start": { "line": 5, @@ -200,8 +200,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 79, - "end": 89, + "start": 83, + "end": 93, "loc": { "start": { "line": 5, @@ -214,8 +214,8 @@ }, "local": { "type": "Identifier", - "start": 79, - "end": 89, + "start": 83, + "end": 93, "loc": { "start": { "line": 5, @@ -233,8 +233,8 @@ ], "source": { "type": "StringLiteral", - "start": 95, - "end": 107, + "start": 99, + "end": 111, "loc": { "start": { "line": 5, @@ -254,8 +254,8 @@ }, { "type": "ImportDeclaration", - "start": 109, - "end": 144, + "start": 114, + "end": 149, "loc": { "start": { "line": 6, @@ -269,8 +269,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 116, - "end": 125, + "start": 121, + "end": 130, "loc": { "start": { "line": 6, @@ -283,8 +283,8 @@ }, "local": { "type": "Identifier", - "start": 116, - "end": 125, + "start": 121, + "end": 130, "loc": { "start": { "line": 6, @@ -302,8 +302,8 @@ ], "source": { "type": "StringLiteral", - "start": 131, - "end": 143, + "start": 136, + "end": 148, "loc": { "start": { "line": 6, @@ -323,9 +323,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Create magic item for option of magic selects\n *\n * This can not be a functional component\n * https://github.com/reactjs/react-autocomplete/pull/293#issuecomment-371617758\n *\n *\n * @param {Object} props\n * @return {*}\n * @constructor\n ", - "start": 146, - "end": 390, + "value": "*\r\n * Create magic item for option of magic selects\r\n *\r\n * This can not be a functional component\r\n * https://github.com/reactjs/react-autocomplete/pull/293#issuecomment-371617758\r\n *\r\n *\r\n * @param {Object} props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 153, + "end": 407, "loc": { "start": { "line": 8, @@ -341,8 +341,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 391, - "end": 1239, + "start": 409, + "end": 1290, "loc": { "start": { "line": 19, @@ -357,8 +357,8 @@ "source": null, "declaration": { "type": "ClassDeclaration", - "start": 398, - "end": 1239, + "start": 416, + "end": 1290, "loc": { "start": { "line": 19, @@ -371,8 +371,8 @@ }, "id": { "type": "Identifier", - "start": 404, - "end": 413, + "start": 422, + "end": 431, "loc": { "start": { "line": 19, @@ -389,8 +389,8 @@ }, "superClass": { "type": "MemberExpression", - "start": 422, - "end": 441, + "start": 440, + "end": 459, "loc": { "start": { "line": 19, @@ -403,8 +403,8 @@ }, "object": { "type": "Identifier", - "start": 422, - "end": 427, + "start": 440, + "end": 445, "loc": { "start": { "line": 19, @@ -420,8 +420,8 @@ }, "property": { "type": "Identifier", - "start": 428, - "end": 441, + "start": 446, + "end": 459, "loc": { "start": { "line": 19, @@ -439,8 +439,8 @@ }, "body": { "type": "ClassBody", - "start": 442, - "end": 1239, + "start": 460, + "end": 1290, "loc": { "start": { "line": 19, @@ -454,8 +454,8 @@ "body": [ { "type": "ClassMethod", - "start": 489, - "end": 1237, + "start": 512, + "end": 1287, "loc": { "start": { "line": 24, @@ -470,8 +470,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 489, - "end": 495, + "start": 512, + "end": 518, "loc": { "start": { "line": 24, @@ -494,8 +494,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 498, - "end": 1237, + "start": 521, + "end": 1287, "loc": { "start": { "line": 24, @@ -509,8 +509,8 @@ "body": [ { "type": "ReturnStatement", - "start": 502, - "end": 1234, + "start": 526, + "end": 1283, "loc": { "start": { "line": 25, @@ -523,8 +523,8 @@ }, "argument": { "type": "CallExpression", - "start": 509, - "end": 1233, + "start": 533, + "end": 1282, "loc": { "start": { "line": 25, @@ -537,8 +537,8 @@ }, "callee": { "type": "MemberExpression", - "start": 509, - "end": 528, + "start": 533, + "end": 552, "loc": { "start": { "line": 25, @@ -551,8 +551,8 @@ }, "object": { "type": "Identifier", - "start": 509, - "end": 514, + "start": 533, + "end": 538, "loc": { "start": { "line": 25, @@ -568,8 +568,8 @@ }, "property": { "type": "Identifier", - "start": 515, - "end": 528, + "start": 539, + "end": 552, "loc": { "start": { "line": 25, @@ -588,8 +588,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 533, - "end": 555, + "start": 558, + "end": 580, "loc": { "start": { "line": 26, @@ -602,8 +602,8 @@ }, "object": { "type": "MemberExpression", - "start": 533, - "end": 543, + "start": 558, + "end": 568, "loc": { "start": { "line": 26, @@ -616,8 +616,8 @@ }, "object": { "type": "ThisExpression", - "start": 533, - "end": 537, + "start": 558, + "end": 562, "loc": { "start": { "line": 26, @@ -631,8 +631,8 @@ }, "property": { "type": "Identifier", - "start": 538, - "end": 543, + "start": 563, + "end": 568, "loc": { "start": { "line": 26, @@ -650,8 +650,8 @@ }, "property": { "type": "Identifier", - "start": 544, - "end": 555, + "start": 569, + "end": 580, "loc": { "start": { "line": 26, @@ -669,8 +669,8 @@ }, { "type": "ObjectExpression", - "start": 560, - "end": 781, + "start": 586, + "end": 811, "loc": { "start": { "line": 27, @@ -684,8 +684,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 566, - "end": 672, + "start": 593, + "end": 699, "loc": { "start": { "line": 28, @@ -701,8 +701,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 566, - "end": 571, + "start": 593, + "end": 598, "loc": { "start": { "line": 28, @@ -718,8 +718,8 @@ }, "value": { "type": "ObjectExpression", - "start": 573, - "end": 672, + "start": 600, + "end": 699, "loc": { "start": { "line": 28, @@ -733,8 +733,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 574, - "end": 671, + "start": 601, + "end": 698, "loc": { "start": { "line": 28, @@ -750,8 +750,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 574, - "end": 584, + "start": 601, + "end": 611, "loc": { "start": { "line": 28, @@ -767,8 +767,8 @@ }, "value": { "type": "ConditionalExpression", - "start": 586, - "end": 671, + "start": 613, + "end": 698, "loc": { "start": { "line": 28, @@ -781,8 +781,8 @@ }, "test": { "type": "MemberExpression", - "start": 586, - "end": 610, + "start": 613, + "end": 637, "loc": { "start": { "line": 28, @@ -795,8 +795,8 @@ }, "object": { "type": "MemberExpression", - "start": 586, - "end": 596, + "start": 613, + "end": 623, "loc": { "start": { "line": 28, @@ -809,8 +809,8 @@ }, "object": { "type": "ThisExpression", - "start": 586, - "end": 590, + "start": 613, + "end": 617, "loc": { "start": { "line": 28, @@ -824,8 +824,8 @@ }, "property": { "type": "Identifier", - "start": 591, - "end": 596, + "start": 618, + "end": 623, "loc": { "start": { "line": 28, @@ -843,8 +843,8 @@ }, "property": { "type": "Identifier", - "start": 597, - "end": 610, + "start": 624, + "end": 637, "loc": { "start": { "line": 28, @@ -862,8 +862,8 @@ }, "consequent": { "type": "MemberExpression", - "start": 613, - "end": 638, + "start": 640, + "end": 665, "loc": { "start": { "line": 28, @@ -876,8 +876,8 @@ }, "object": { "type": "MemberExpression", - "start": 613, - "end": 623, + "start": 640, + "end": 650, "loc": { "start": { "line": 28, @@ -890,8 +890,8 @@ }, "object": { "type": "ThisExpression", - "start": 613, - "end": 617, + "start": 640, + "end": 644, "loc": { "start": { "line": 28, @@ -905,8 +905,8 @@ }, "property": { "type": "Identifier", - "start": 618, - "end": 623, + "start": 645, + "end": 650, "loc": { "start": { "line": 28, @@ -924,8 +924,8 @@ }, "property": { "type": "Identifier", - "start": 624, - "end": 638, + "start": 651, + "end": 665, "loc": { "start": { "line": 28, @@ -943,8 +943,8 @@ }, "alternate": { "type": "MemberExpression", - "start": 641, - "end": 671, + "start": 668, + "end": 698, "loc": { "start": { "line": 28, @@ -957,8 +957,8 @@ }, "object": { "type": "MemberExpression", - "start": 641, - "end": 651, + "start": 668, + "end": 678, "loc": { "start": { "line": 28, @@ -971,8 +971,8 @@ }, "object": { "type": "ThisExpression", - "start": 641, - "end": 645, + "start": 668, + "end": 672, "loc": { "start": { "line": 28, @@ -986,8 +986,8 @@ }, "property": { "type": "Identifier", - "start": 646, - "end": 651, + "start": 673, + "end": 678, "loc": { "start": { "line": 28, @@ -1005,8 +1005,8 @@ }, "property": { "type": "Identifier", - "start": 652, - "end": 671, + "start": 679, + "end": 698, "loc": { "start": { "line": 28, @@ -1029,8 +1029,8 @@ }, { "type": "ObjectProperty", - "start": 678, - "end": 743, + "start": 706, + "end": 771, "loc": { "start": { "line": 29, @@ -1046,8 +1046,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 678, - "end": 687, + "start": 706, + "end": 715, "loc": { "start": { "line": 29, @@ -1063,8 +1063,8 @@ }, "value": { "type": "CallExpression", - "start": 689, - "end": 743, + "start": 717, + "end": 771, "loc": { "start": { "line": 29, @@ -1077,8 +1077,8 @@ }, "callee": { "type": "Identifier", - "start": 689, - "end": 699, + "start": 717, + "end": 727, "loc": { "start": { "line": 29, @@ -1095,8 +1095,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 700, - "end": 720, + "start": 728, + "end": 748, "loc": { "start": { "line": 29, @@ -1109,8 +1109,8 @@ }, "object": { "type": "MemberExpression", - "start": 700, - "end": 710, + "start": 728, + "end": 738, "loc": { "start": { "line": 29, @@ -1123,8 +1123,8 @@ }, "object": { "type": "ThisExpression", - "start": 700, - "end": 704, + "start": 728, + "end": 732, "loc": { "start": { "line": 29, @@ -1138,8 +1138,8 @@ }, "property": { "type": "Identifier", - "start": 705, - "end": 710, + "start": 733, + "end": 738, "loc": { "start": { "line": 29, @@ -1157,8 +1157,8 @@ }, "property": { "type": "Identifier", - "start": 711, - "end": 720, + "start": 739, + "end": 748, "loc": { "start": { "line": 29, @@ -1176,8 +1176,8 @@ }, { "type": "StringLiteral", - "start": 722, - "end": 742, + "start": 750, + "end": 770, "loc": { "start": { "line": 29, @@ -1199,8 +1199,8 @@ }, { "type": "ObjectProperty", - "start": 749, - "end": 776, + "start": 778, + "end": 805, "loc": { "start": { "line": 30, @@ -1216,8 +1216,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 749, - "end": 756, + "start": 778, + "end": 785, "loc": { "start": { "line": 30, @@ -1233,8 +1233,8 @@ }, "value": { "type": "MemberExpression", - "start": 758, - "end": 776, + "start": 787, + "end": 805, "loc": { "start": { "line": 30, @@ -1247,8 +1247,8 @@ }, "object": { "type": "MemberExpression", - "start": 758, - "end": 768, + "start": 787, + "end": 797, "loc": { "start": { "line": 30, @@ -1261,8 +1261,8 @@ }, "object": { "type": "ThisExpression", - "start": 758, - "end": 762, + "start": 787, + "end": 791, "loc": { "start": { "line": 30, @@ -1276,8 +1276,8 @@ }, "property": { "type": "Identifier", - "start": 763, - "end": 768, + "start": 792, + "end": 797, "loc": { "start": { "line": 30, @@ -1295,8 +1295,8 @@ }, "property": { "type": "Identifier", - "start": 769, - "end": 776, + "start": 798, + "end": 805, "loc": { "start": { "line": 30, @@ -1317,8 +1317,8 @@ }, { "type": "ArrayExpression", - "start": 786, - "end": 1229, + "start": 817, + "end": 1277, "loc": { "start": { "line": 32, @@ -1332,8 +1332,8 @@ "elements": [ { "type": "CallExpression", - "start": 792, - "end": 1004, + "start": 824, + "end": 1043, "loc": { "start": { "line": 33, @@ -1346,8 +1346,8 @@ }, "callee": { "type": "MemberExpression", - "start": 792, - "end": 811, + "start": 824, + "end": 843, "loc": { "start": { "line": 33, @@ -1360,8 +1360,8 @@ }, "object": { "type": "Identifier", - "start": 792, - "end": 797, + "start": 824, + "end": 829, "loc": { "start": { "line": 33, @@ -1377,8 +1377,8 @@ }, "property": { "type": "Identifier", - "start": 798, - "end": 811, + "start": 830, + "end": 843, "loc": { "start": { "line": 33, @@ -1397,8 +1397,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 818, - "end": 845, + "start": 851, + "end": 878, "loc": { "start": { "line": 34, @@ -1411,8 +1411,8 @@ }, "object": { "type": "MemberExpression", - "start": 818, - "end": 828, + "start": 851, + "end": 861, "loc": { "start": { "line": 34, @@ -1425,8 +1425,8 @@ }, "object": { "type": "ThisExpression", - "start": 818, - "end": 822, + "start": 851, + "end": 855, "loc": { "start": { "line": 34, @@ -1440,8 +1440,8 @@ }, "property": { "type": "Identifier", - "start": 823, - "end": 828, + "start": 856, + "end": 861, "loc": { "start": { "line": 34, @@ -1459,8 +1459,8 @@ }, "property": { "type": "Identifier", - "start": 829, - "end": 845, + "start": 862, + "end": 878, "loc": { "start": { "line": 34, @@ -1478,8 +1478,8 @@ }, { "type": "ObjectExpression", - "start": 852, - "end": 970, + "start": 886, + "end": 1007, "loc": { "start": { "line": 35, @@ -1493,8 +1493,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 860, - "end": 895, + "start": 895, + "end": 930, "loc": { "start": { "line": 36, @@ -1510,8 +1510,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 860, - "end": 863, + "start": 895, + "end": 898, "loc": { "start": { "line": 36, @@ -1527,8 +1527,8 @@ }, "value": { "type": "TemplateLiteral", - "start": 865, - "end": 895, + "start": 900, + "end": 930, "loc": { "start": { "line": 36, @@ -1542,8 +1542,8 @@ "expressions": [ { "type": "MemberExpression", - "start": 874, - "end": 893, + "start": 909, + "end": 928, "loc": { "start": { "line": 36, @@ -1556,8 +1556,8 @@ }, "object": { "type": "MemberExpression", - "start": 874, - "end": 884, + "start": 909, + "end": 919, "loc": { "start": { "line": 36, @@ -1570,8 +1570,8 @@ }, "object": { "type": "ThisExpression", - "start": 874, - "end": 878, + "start": 909, + "end": 913, "loc": { "start": { "line": 36, @@ -1585,8 +1585,8 @@ }, "property": { "type": "Identifier", - "start": 879, - "end": 884, + "start": 914, + "end": 919, "loc": { "start": { "line": 36, @@ -1604,8 +1604,8 @@ }, "property": { "type": "Identifier", - "start": 885, - "end": 893, + "start": 920, + "end": 928, "loc": { "start": { "line": 36, @@ -1625,8 +1625,8 @@ "quasis": [ { "type": "TemplateElement", - "start": 866, - "end": 872, + "start": 901, + "end": 907, "loc": { "start": { "line": 36, @@ -1645,8 +1645,8 @@ }, { "type": "TemplateElement", - "start": 894, - "end": 894, + "start": 929, + "end": 929, "loc": { "start": { "line": 36, @@ -1668,8 +1668,8 @@ }, { "type": "ObjectProperty", - "start": 903, - "end": 963, + "start": 939, + "end": 999, "loc": { "start": { "line": 37, @@ -1685,8 +1685,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 903, - "end": 912, + "start": 939, + "end": 948, "loc": { "start": { "line": 37, @@ -1702,8 +1702,8 @@ }, "value": { "type": "CallExpression", - "start": 914, - "end": 963, + "start": 950, + "end": 999, "loc": { "start": { "line": 37, @@ -1716,8 +1716,8 @@ }, "callee": { "type": "Identifier", - "start": 914, - "end": 924, + "start": 950, + "end": 960, "loc": { "start": { "line": 37, @@ -1734,8 +1734,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 925, - "end": 943, + "start": 961, + "end": 979, "loc": { "start": { "line": 37, @@ -1754,8 +1754,8 @@ }, { "type": "StringLiteral", - "start": 945, - "end": 962, + "start": 981, + "end": 998, "loc": { "start": { "line": 37, @@ -1779,8 +1779,8 @@ }, { "type": "MemberExpression", - "start": 977, - "end": 998, + "start": 1015, + "end": 1036, "loc": { "start": { "line": 39, @@ -1793,8 +1793,8 @@ }, "object": { "type": "MemberExpression", - "start": 977, - "end": 992, + "start": 1015, + "end": 1030, "loc": { "start": { "line": 39, @@ -1807,8 +1807,8 @@ }, "object": { "type": "MemberExpression", - "start": 977, - "end": 987, + "start": 1015, + "end": 1025, "loc": { "start": { "line": 39, @@ -1821,8 +1821,8 @@ }, "object": { "type": "ThisExpression", - "start": 977, - "end": 981, + "start": 1015, + "end": 1019, "loc": { "start": { "line": 39, @@ -1836,8 +1836,8 @@ }, "property": { "type": "Identifier", - "start": 982, - "end": 987, + "start": 1020, + "end": 1025, "loc": { "start": { "line": 39, @@ -1855,8 +1855,8 @@ }, "property": { "type": "Identifier", - "start": 988, - "end": 992, + "start": 1026, + "end": 1030, "loc": { "start": { "line": 39, @@ -1874,8 +1874,8 @@ }, "property": { "type": "Identifier", - "start": 993, - "end": 998, + "start": 1031, + "end": 1036, "loc": { "start": { "line": 39, @@ -1895,8 +1895,8 @@ }, { "type": "CallExpression", - "start": 1010, - "end": 1224, + "start": 1050, + "end": 1271, "loc": { "start": { "line": 41, @@ -1909,8 +1909,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1010, - "end": 1029, + "start": 1050, + "end": 1069, "loc": { "start": { "line": 41, @@ -1923,8 +1923,8 @@ }, "object": { "type": "Identifier", - "start": 1010, - "end": 1015, + "start": 1050, + "end": 1055, "loc": { "start": { "line": 41, @@ -1940,8 +1940,8 @@ }, "property": { "type": "Identifier", - "start": 1016, - "end": 1029, + "start": 1056, + "end": 1069, "loc": { "start": { "line": 41, @@ -1960,8 +1960,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 1036, - "end": 1063, + "start": 1077, + "end": 1104, "loc": { "start": { "line": 42, @@ -1974,8 +1974,8 @@ }, "object": { "type": "MemberExpression", - "start": 1036, - "end": 1046, + "start": 1077, + "end": 1087, "loc": { "start": { "line": 42, @@ -1988,8 +1988,8 @@ }, "object": { "type": "ThisExpression", - "start": 1036, - "end": 1040, + "start": 1077, + "end": 1081, "loc": { "start": { "line": 42, @@ -2003,8 +2003,8 @@ }, "property": { "type": "Identifier", - "start": 1041, - "end": 1046, + "start": 1082, + "end": 1087, "loc": { "start": { "line": 42, @@ -2022,8 +2022,8 @@ }, "property": { "type": "Identifier", - "start": 1047, - "end": 1063, + "start": 1088, + "end": 1104, "loc": { "start": { "line": 42, @@ -2041,8 +2041,8 @@ }, { "type": "ObjectExpression", - "start": 1070, - "end": 1190, + "start": 1112, + "end": 1235, "loc": { "start": { "line": 43, @@ -2056,8 +2056,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1078, - "end": 1114, + "start": 1121, + "end": 1157, "loc": { "start": { "line": 44, @@ -2073,8 +2073,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1078, - "end": 1081, + "start": 1121, + "end": 1124, "loc": { "start": { "line": 44, @@ -2090,8 +2090,8 @@ }, "value": { "type": "TemplateLiteral", - "start": 1083, - "end": 1114, + "start": 1126, + "end": 1157, "loc": { "start": { "line": 44, @@ -2105,8 +2105,8 @@ "expressions": [ { "type": "MemberExpression", - "start": 1093, - "end": 1112, + "start": 1136, + "end": 1155, "loc": { "start": { "line": 44, @@ -2119,8 +2119,8 @@ }, "object": { "type": "MemberExpression", - "start": 1093, - "end": 1103, + "start": 1136, + "end": 1146, "loc": { "start": { "line": 44, @@ -2133,8 +2133,8 @@ }, "object": { "type": "ThisExpression", - "start": 1093, - "end": 1097, + "start": 1136, + "end": 1140, "loc": { "start": { "line": 44, @@ -2148,8 +2148,8 @@ }, "property": { "type": "Identifier", - "start": 1098, - "end": 1103, + "start": 1141, + "end": 1146, "loc": { "start": { "line": 44, @@ -2167,8 +2167,8 @@ }, "property": { "type": "Identifier", - "start": 1104, - "end": 1112, + "start": 1147, + "end": 1155, "loc": { "start": { "line": 44, @@ -2188,8 +2188,8 @@ "quasis": [ { "type": "TemplateElement", - "start": 1084, - "end": 1091, + "start": 1127, + "end": 1134, "loc": { "start": { "line": 44, @@ -2208,8 +2208,8 @@ }, { "type": "TemplateElement", - "start": 1113, - "end": 1113, + "start": 1156, + "end": 1156, "loc": { "start": { "line": 44, @@ -2231,8 +2231,8 @@ }, { "type": "ObjectProperty", - "start": 1122, - "end": 1183, + "start": 1166, + "end": 1227, "loc": { "start": { "line": 45, @@ -2248,8 +2248,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1122, - "end": 1131, + "start": 1166, + "end": 1175, "loc": { "start": { "line": 45, @@ -2265,8 +2265,8 @@ }, "value": { "type": "CallExpression", - "start": 1133, - "end": 1183, + "start": 1177, + "end": 1227, "loc": { "start": { "line": 45, @@ -2279,8 +2279,8 @@ }, "callee": { "type": "Identifier", - "start": 1133, - "end": 1143, + "start": 1177, + "end": 1187, "loc": { "start": { "line": 45, @@ -2297,8 +2297,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 1144, - "end": 1162, + "start": 1188, + "end": 1206, "loc": { "start": { "line": 45, @@ -2317,8 +2317,8 @@ }, { "type": "StringLiteral", - "start": 1164, - "end": 1182, + "start": 1208, + "end": 1226, "loc": { "start": { "line": 45, @@ -2342,8 +2342,8 @@ }, { "type": "MemberExpression", - "start": 1197, - "end": 1218, + "start": 1243, + "end": 1264, "loc": { "start": { "line": 47, @@ -2356,8 +2356,8 @@ }, "object": { "type": "MemberExpression", - "start": 1197, - "end": 1212, + "start": 1243, + "end": 1258, "loc": { "start": { "line": 47, @@ -2370,8 +2370,8 @@ }, "object": { "type": "MemberExpression", - "start": 1197, - "end": 1207, + "start": 1243, + "end": 1253, "loc": { "start": { "line": 47, @@ -2384,8 +2384,8 @@ }, "object": { "type": "ThisExpression", - "start": 1197, - "end": 1201, + "start": 1243, + "end": 1247, "loc": { "start": { "line": 47, @@ -2399,8 +2399,8 @@ }, "property": { "type": "Identifier", - "start": 1202, - "end": 1207, + "start": 1248, + "end": 1253, "loc": { "start": { "line": 47, @@ -2418,8 +2418,8 @@ }, "property": { "type": "Identifier", - "start": 1208, - "end": 1212, + "start": 1254, + "end": 1258, "loc": { "start": { "line": 47, @@ -2437,8 +2437,8 @@ }, "property": { "type": "Identifier", - "start": 1213, - "end": 1218, + "start": 1259, + "end": 1264, "loc": { "start": { "line": 47, @@ -2467,9 +2467,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Render magic item components\n\t ", - "start": 446, - "end": 487, + "value": "*\r\n\t * Render magic item components\r\n\t ", + "start": 466, + "end": 509, "loc": { "start": { "line": 21, @@ -2489,9 +2489,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Create magic item for option of magic selects\n *\n * This can not be a functional component\n * https://github.com/reactjs/react-autocomplete/pull/293#issuecomment-371617758\n *\n *\n * @param {Object} props\n * @return {*}\n * @constructor\n ", - "start": 146, - "end": 390, + "value": "*\r\n * Create magic item for option of magic selects\r\n *\r\n * This can not be a functional component\r\n * https://github.com/reactjs/react-autocomplete/pull/293#issuecomment-371617758\r\n *\r\n *\r\n * @param {Object} props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 153, + "end": 407, "loc": { "start": { "line": 8, @@ -2507,9 +2507,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definition for allowed element types\n * @type {shim}\n ", - "start": 1241, - "end": 1309, + "value": "*\r\n * Prop definition for allowed element types\r\n * @type {shim}\r\n ", + "start": 1294, + "end": 1365, "loc": { "start": { "line": 54, @@ -2526,9 +2526,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Create magic item for option of magic selects\n *\n * This can not be a functional component\n * https://github.com/reactjs/react-autocomplete/pull/293#issuecomment-371617758\n *\n *\n * @param {Object} props\n * @return {*}\n * @constructor\n ", - "start": 146, - "end": 390, + "value": "*\r\n * Create magic item for option of magic selects\r\n *\r\n * This can not be a functional component\r\n * https://github.com/reactjs/react-autocomplete/pull/293#issuecomment-371617758\r\n *\r\n *\r\n * @param {Object} props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 153, + "end": 407, "loc": { "start": { "line": 8, @@ -2544,9 +2544,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definition for allowed element types\n * @type {shim}\n ", - "start": 1241, - "end": 1309, + "value": "*\r\n * Prop definition for allowed element types\r\n * @type {shim}\r\n ", + "start": 1294, + "end": 1365, "loc": { "start": { "line": 54, @@ -2562,8 +2562,8 @@ }, { "type": "VariableDeclaration", - "start": 1310, - "end": 1368, + "start": 1367, + "end": 1425, "loc": { "start": { "line": 58, @@ -2577,8 +2577,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1316, - "end": 1367, + "start": 1373, + "end": 1424, "loc": { "start": { "line": 58, @@ -2591,8 +2591,8 @@ }, "id": { "type": "Identifier", - "start": 1316, - "end": 1332, + "start": 1373, + "end": 1389, "loc": { "start": { "line": 58, @@ -2609,8 +2609,8 @@ }, "init": { "type": "CallExpression", - "start": 1335, - "end": 1367, + "start": 1392, + "end": 1424, "loc": { "start": { "line": 58, @@ -2623,8 +2623,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1335, - "end": 1350, + "start": 1392, + "end": 1407, "loc": { "start": { "line": 58, @@ -2637,8 +2637,8 @@ }, "object": { "type": "Identifier", - "start": 1335, - "end": 1344, + "start": 1392, + "end": 1401, "loc": { "start": { "line": 58, @@ -2654,8 +2654,8 @@ }, "property": { "type": "Identifier", - "start": 1345, - "end": 1350, + "start": 1402, + "end": 1407, "loc": { "start": { "line": 58, @@ -2674,8 +2674,8 @@ "arguments": [ { "type": "ArrayExpression", - "start": 1351, - "end": 1366, + "start": 1408, + "end": 1423, "loc": { "start": { "line": 58, @@ -2689,8 +2689,8 @@ "elements": [ { "type": "StringLiteral", - "start": 1352, - "end": 1357, + "start": 1409, + "end": 1414, "loc": { "start": { "line": 58, @@ -2709,8 +2709,8 @@ }, { "type": "StringLiteral", - "start": 1359, - "end": 1365, + "start": 1416, + "end": 1422, "loc": { "start": { "line": 58, @@ -2738,9 +2738,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definition for allowed element types\n * @type {shim}\n ", - "start": 1241, - "end": 1309, + "value": "*\r\n * Prop definition for allowed element types\r\n * @type {shim}\r\n ", + "start": 1294, + "end": 1365, "loc": { "start": { "line": 54, @@ -2756,9 +2756,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definitions for MagicItem component\n *\n * @type {{item: shim, isHighlighted: shim, className: shim, highlightColor: shim, notHighlighterColor: shim}}\n ", - "start": 1369, - "end": 1534, + "value": "*\r\n * Prop definitions for MagicItem component\r\n *\r\n * @type {{item: shim, isHighlighted: shim, className: shim, highlightColor: shim, notHighlighterColor: shim}}\r\n ", + "start": 1427, + "end": 1596, "loc": { "start": { "line": 59, @@ -2774,8 +2774,8 @@ }, { "type": "ExpressionStatement", - "start": 1535, - "end": 1869, + "start": 1598, + "end": 1942, "loc": { "start": { "line": 64, @@ -2788,8 +2788,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1535, - "end": 1868, + "start": 1598, + "end": 1941, "loc": { "start": { "line": 64, @@ -2803,8 +2803,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1535, - "end": 1554, + "start": 1598, + "end": 1617, "loc": { "start": { "line": 64, @@ -2817,8 +2817,8 @@ }, "object": { "type": "Identifier", - "start": 1535, - "end": 1544, + "start": 1598, + "end": 1607, "loc": { "start": { "line": 64, @@ -2835,8 +2835,8 @@ }, "property": { "type": "Identifier", - "start": 1545, - "end": 1554, + "start": 1608, + "end": 1617, "loc": { "start": { "line": 64, @@ -2855,8 +2855,8 @@ }, "right": { "type": "ObjectExpression", - "start": 1557, - "end": 1868, + "start": 1620, + "end": 1941, "loc": { "start": { "line": 64, @@ -2870,8 +2870,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1560, - "end": 1589, + "start": 1624, + "end": 1653, "loc": { "start": { "line": 65, @@ -2887,8 +2887,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1560, - "end": 1571, + "start": 1624, + "end": 1635, "loc": { "start": { "line": 65, @@ -2904,8 +2904,8 @@ }, "value": { "type": "Identifier", - "start": 1573, - "end": 1589, + "start": 1637, + "end": 1653, "loc": { "start": { "line": 65, @@ -2922,8 +2922,8 @@ }, { "type": "ObjectProperty", - "start": 1592, - "end": 1626, + "start": 1657, + "end": 1691, "loc": { "start": { "line": 66, @@ -2939,8 +2939,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1592, - "end": 1608, + "start": 1657, + "end": 1673, "loc": { "start": { "line": 66, @@ -2956,8 +2956,8 @@ }, "value": { "type": "Identifier", - "start": 1610, - "end": 1626, + "start": 1675, + "end": 1691, "loc": { "start": { "line": 66, @@ -2974,8 +2974,8 @@ }, { "type": "ObjectProperty", - "start": 1629, - "end": 1663, + "start": 1695, + "end": 1729, "loc": { "start": { "line": 67, @@ -2991,8 +2991,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1629, - "end": 1633, + "start": 1695, + "end": 1699, "loc": { "start": { "line": 67, @@ -3008,8 +3008,8 @@ }, "value": { "type": "CallExpression", - "start": 1635, - "end": 1663, + "start": 1701, + "end": 1729, "loc": { "start": { "line": 67, @@ -3022,8 +3022,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1635, - "end": 1650, + "start": 1701, + "end": 1716, "loc": { "start": { "line": 67, @@ -3036,8 +3036,8 @@ }, "object": { "type": "Identifier", - "start": 1635, - "end": 1644, + "start": 1701, + "end": 1710, "loc": { "start": { "line": 67, @@ -3053,8 +3053,8 @@ }, "property": { "type": "Identifier", - "start": 1645, - "end": 1650, + "start": 1711, + "end": 1716, "loc": { "start": { "line": 67, @@ -3073,8 +3073,8 @@ "arguments": [ { "type": "Identifier", - "start": 1651, - "end": 1662, + "start": 1717, + "end": 1728, "loc": { "start": { "line": 67, @@ -3093,8 +3093,8 @@ }, { "type": "ObjectProperty", - "start": 1666, - "end": 1695, + "start": 1733, + "end": 1762, "loc": { "start": { "line": 68, @@ -3110,8 +3110,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1666, - "end": 1679, + "start": 1733, + "end": 1746, "loc": { "start": { "line": 68, @@ -3127,8 +3127,8 @@ }, "value": { "type": "MemberExpression", - "start": 1681, - "end": 1695, + "start": 1748, + "end": 1762, "loc": { "start": { "line": 68, @@ -3141,8 +3141,8 @@ }, "object": { "type": "Identifier", - "start": 1681, - "end": 1690, + "start": 1748, + "end": 1757, "loc": { "start": { "line": 68, @@ -3158,8 +3158,8 @@ }, "property": { "type": "Identifier", - "start": 1691, - "end": 1695, + "start": 1758, + "end": 1762, "loc": { "start": { "line": 68, @@ -3178,8 +3178,8 @@ }, { "type": "ObjectProperty", - "start": 1698, - "end": 1725, + "start": 1766, + "end": 1793, "loc": { "start": { "line": 69, @@ -3195,8 +3195,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1698, - "end": 1707, + "start": 1766, + "end": 1775, "loc": { "start": { "line": 69, @@ -3212,8 +3212,8 @@ }, "value": { "type": "MemberExpression", - "start": 1709, - "end": 1725, + "start": 1777, + "end": 1793, "loc": { "start": { "line": 69, @@ -3226,8 +3226,8 @@ }, "object": { "type": "Identifier", - "start": 1709, - "end": 1718, + "start": 1777, + "end": 1786, "loc": { "start": { "line": 69, @@ -3243,8 +3243,8 @@ }, "property": { "type": "Identifier", - "start": 1719, - "end": 1725, + "start": 1787, + "end": 1793, "loc": { "start": { "line": 69, @@ -3263,8 +3263,8 @@ }, { "type": "ObjectProperty", - "start": 1728, - "end": 1760, + "start": 1797, + "end": 1829, "loc": { "start": { "line": 70, @@ -3280,8 +3280,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1728, - "end": 1742, + "start": 1797, + "end": 1811, "loc": { "start": { "line": 70, @@ -3297,8 +3297,8 @@ }, "value": { "type": "MemberExpression", - "start": 1744, - "end": 1760, + "start": 1813, + "end": 1829, "loc": { "start": { "line": 70, @@ -3311,8 +3311,8 @@ }, "object": { "type": "Identifier", - "start": 1744, - "end": 1753, + "start": 1813, + "end": 1822, "loc": { "start": { "line": 70, @@ -3328,8 +3328,8 @@ }, "property": { "type": "Identifier", - "start": 1754, - "end": 1760, + "start": 1823, + "end": 1829, "loc": { "start": { "line": 70, @@ -3348,8 +3348,8 @@ }, { "type": "ObjectProperty", - "start": 1763, - "end": 1800, + "start": 1833, + "end": 1870, "loc": { "start": { "line": 71, @@ -3365,8 +3365,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1763, - "end": 1782, + "start": 1833, + "end": 1852, "loc": { "start": { "line": 71, @@ -3382,8 +3382,8 @@ }, "value": { "type": "MemberExpression", - "start": 1784, - "end": 1800, + "start": 1854, + "end": 1870, "loc": { "start": { "line": 71, @@ -3396,8 +3396,8 @@ }, "object": { "type": "Identifier", - "start": 1784, - "end": 1793, + "start": 1854, + "end": 1863, "loc": { "start": { "line": 71, @@ -3413,8 +3413,8 @@ }, "property": { "type": "Identifier", - "start": 1794, - "end": 1800, + "start": 1864, + "end": 1870, "loc": { "start": { "line": 71, @@ -3433,8 +3433,8 @@ }, { "type": "ObjectProperty", - "start": 1803, - "end": 1840, + "start": 1874, + "end": 1911, "loc": { "start": { "line": 72, @@ -3450,8 +3450,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1803, - "end": 1811, + "start": 1874, + "end": 1882, "loc": { "start": { "line": 72, @@ -3467,8 +3467,8 @@ }, "value": { "type": "MemberExpression", - "start": 1813, - "end": 1840, + "start": 1884, + "end": 1911, "loc": { "start": { "line": 72, @@ -3481,8 +3481,8 @@ }, "object": { "type": "MemberExpression", - "start": 1813, - "end": 1829, + "start": 1884, + "end": 1900, "loc": { "start": { "line": 72, @@ -3495,8 +3495,8 @@ }, "object": { "type": "Identifier", - "start": 1813, - "end": 1822, + "start": 1884, + "end": 1893, "loc": { "start": { "line": 72, @@ -3512,8 +3512,8 @@ }, "property": { "type": "Identifier", - "start": 1823, - "end": 1829, + "start": 1894, + "end": 1900, "loc": { "start": { "line": 72, @@ -3531,8 +3531,8 @@ }, "property": { "type": "Identifier", - "start": 1830, - "end": 1840, + "start": 1901, + "end": 1911, "loc": { "start": { "line": 72, @@ -3551,8 +3551,8 @@ }, { "type": "ObjectProperty", - "start": 1843, - "end": 1866, + "start": 1915, + "end": 1938, "loc": { "start": { "line": 73, @@ -3568,8 +3568,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1843, - "end": 1850, + "start": 1915, + "end": 1922, "loc": { "start": { "line": 73, @@ -3585,8 +3585,8 @@ }, "value": { "type": "MemberExpression", - "start": 1852, - "end": 1866, + "start": 1924, + "end": 1938, "loc": { "start": { "line": 73, @@ -3599,8 +3599,8 @@ }, "object": { "type": "Identifier", - "start": 1852, - "end": 1861, + "start": 1924, + "end": 1933, "loc": { "start": { "line": 73, @@ -3616,8 +3616,8 @@ }, "property": { "type": "Identifier", - "start": 1862, - "end": 1866, + "start": 1934, + "end": 1938, "loc": { "start": { "line": 73, @@ -3641,9 +3641,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definitions for MagicItem component\n *\n * @type {{item: shim, isHighlighted: shim, className: shim, highlightColor: shim, notHighlighterColor: shim}}\n ", - "start": 1369, - "end": 1534, + "value": "*\r\n * Prop definitions for MagicItem component\r\n *\r\n * @type {{item: shim, isHighlighted: shim, className: shim, highlightColor: shim, notHighlighterColor: shim}}\r\n ", + "start": 1427, + "end": 1596, "loc": { "start": { "line": 59, @@ -3659,9 +3659,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Default props for the MagicItem component\n *\n * @type {{isHighlighted: boolean, highlightColor: string, notHighlightedColor: string}}\n ", - "start": 1871, - "end": 2015, + "value": "*\r\n * Default props for the MagicItem component\r\n *\r\n * @type {{isHighlighted: boolean, highlightColor: string, notHighlightedColor: string}}\r\n ", + "start": 1946, + "end": 2094, "loc": { "start": { "line": 76, @@ -3677,8 +3677,8 @@ }, { "type": "ExpressionStatement", - "start": 2016, - "end": 2177, + "start": 2096, + "end": 2263, "loc": { "start": { "line": 81, @@ -3691,8 +3691,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2016, - "end": 2176, + "start": 2096, + "end": 2262, "loc": { "start": { "line": 81, @@ -3706,8 +3706,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 2016, - "end": 2038, + "start": 2096, + "end": 2118, "loc": { "start": { "line": 81, @@ -3720,8 +3720,8 @@ }, "object": { "type": "Identifier", - "start": 2016, - "end": 2025, + "start": 2096, + "end": 2105, "loc": { "start": { "line": 81, @@ -3738,8 +3738,8 @@ }, "property": { "type": "Identifier", - "start": 2026, - "end": 2038, + "start": 2106, + "end": 2118, "loc": { "start": { "line": 81, @@ -3758,8 +3758,8 @@ }, "right": { "type": "ObjectExpression", - "start": 2041, - "end": 2176, + "start": 2121, + "end": 2262, "loc": { "start": { "line": 81, @@ -3773,8 +3773,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 2044, - "end": 2062, + "start": 2125, + "end": 2143, "loc": { "start": { "line": 82, @@ -3790,8 +3790,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2044, - "end": 2055, + "start": 2125, + "end": 2136, "loc": { "start": { "line": 82, @@ -3807,8 +3807,8 @@ }, "value": { "type": "StringLiteral", - "start": 2057, - "end": 2062, + "start": 2138, + "end": 2143, "loc": { "start": { "line": 82, @@ -3828,8 +3828,8 @@ }, { "type": "ObjectProperty", - "start": 2065, - "end": 2089, + "start": 2147, + "end": 2171, "loc": { "start": { "line": 83, @@ -3845,8 +3845,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2065, - "end": 2081, + "start": 2147, + "end": 2163, "loc": { "start": { "line": 83, @@ -3862,8 +3862,8 @@ }, "value": { "type": "StringLiteral", - "start": 2083, - "end": 2089, + "start": 2165, + "end": 2171, "loc": { "start": { "line": 83, @@ -3883,8 +3883,8 @@ }, { "type": "ObjectProperty", - "start": 2092, - "end": 2112, + "start": 2175, + "end": 2195, "loc": { "start": { "line": 84, @@ -3900,8 +3900,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2092, - "end": 2105, + "start": 2175, + "end": 2188, "loc": { "start": { "line": 84, @@ -3917,8 +3917,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 2107, - "end": 2112, + "start": 2190, + "end": 2195, "loc": { "start": { "line": 84, @@ -3934,8 +3934,8 @@ }, { "type": "ObjectProperty", - "start": 2115, - "end": 2142, + "start": 2199, + "end": 2226, "loc": { "start": { "line": 85, @@ -3951,8 +3951,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2115, - "end": 2129, + "start": 2199, + "end": 2213, "loc": { "start": { "line": 85, @@ -3968,8 +3968,8 @@ }, "value": { "type": "StringLiteral", - "start": 2131, - "end": 2142, + "start": 2215, + "end": 2226, "loc": { "start": { "line": 85, @@ -3989,8 +3989,8 @@ }, { "type": "ObjectProperty", - "start": 2145, - "end": 2173, + "start": 2230, + "end": 2258, "loc": { "start": { "line": 86, @@ -4006,8 +4006,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2145, - "end": 2164, + "start": 2230, + "end": 2249, "loc": { "start": { "line": 86, @@ -4023,8 +4023,8 @@ }, "value": { "type": "StringLiteral", - "start": 2166, - "end": 2173, + "start": 2251, + "end": 2258, "loc": { "start": { "line": 86, @@ -4049,9 +4049,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Default props for the MagicItem component\n *\n * @type {{isHighlighted: boolean, highlightColor: string, notHighlightedColor: string}}\n ", - "start": 1871, - "end": 2015, + "value": "*\r\n * Default props for the MagicItem component\r\n *\r\n * @type {{isHighlighted: boolean, highlightColor: string, notHighlightedColor: string}}\r\n ", + "start": 1946, + "end": 2094, "loc": { "start": { "line": 76, @@ -4071,9 +4071,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Create magic item for option of magic selects\n *\n * This can not be a functional component\n * https://github.com/reactjs/react-autocomplete/pull/293#issuecomment-371617758\n *\n *\n * @param {Object} props\n * @return {*}\n * @constructor\n ", - "start": 146, - "end": 390, + "value": "*\r\n * Create magic item for option of magic selects\r\n *\r\n * This can not be a functional component\r\n * https://github.com/reactjs/react-autocomplete/pull/293#issuecomment-371617758\r\n *\r\n *\r\n * @param {Object} props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 153, + "end": 407, "loc": { "start": { "line": 8, @@ -4087,9 +4087,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Render magic item components\n\t ", - "start": 446, - "end": 487, + "value": "*\r\n\t * Render magic item components\r\n\t ", + "start": 466, + "end": 509, "loc": { "start": { "line": 21, @@ -4103,9 +4103,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definition for allowed element types\n * @type {shim}\n ", - "start": 1241, - "end": 1309, + "value": "*\r\n * Prop definition for allowed element types\r\n * @type {shim}\r\n ", + "start": 1294, + "end": 1365, "loc": { "start": { "line": 54, @@ -4119,9 +4119,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definitions for MagicItem component\n *\n * @type {{item: shim, isHighlighted: shim, className: shim, highlightColor: shim, notHighlighterColor: shim}}\n ", - "start": 1369, - "end": 1534, + "value": "*\r\n * Prop definitions for MagicItem component\r\n *\r\n * @type {{item: shim, isHighlighted: shim, className: shim, highlightColor: shim, notHighlighterColor: shim}}\r\n ", + "start": 1427, + "end": 1596, "loc": { "start": { "line": 59, @@ -4135,9 +4135,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default props for the MagicItem component\n *\n * @type {{isHighlighted: boolean, highlightColor: string, notHighlightedColor: string}}\n ", - "start": 1871, - "end": 2015, + "value": "*\r\n * Default props for the MagicItem component\r\n *\r\n * @type {{isHighlighted: boolean, highlightColor: string, notHighlightedColor: string}}\r\n ", + "start": 1946, + "end": 2094, "loc": { "start": { "line": 76, @@ -4299,8 +4299,8 @@ "updateContext": null }, "value": "import", - "start": 27, - "end": 33, + "start": 28, + "end": 34, "loc": { "start": { "line": 2, @@ -4324,8 +4324,8 @@ "postfix": false, "binop": null }, - "start": 34, - "end": 35, + "start": 35, + "end": 36, "loc": { "start": { "line": 2, @@ -4350,8 +4350,8 @@ "binop": null }, "value": "optionShape", - "start": 37, - "end": 48, + "start": 39, + "end": 50, "loc": { "start": { "line": 3, @@ -4375,8 +4375,8 @@ "postfix": false, "binop": null }, - "start": 49, - "end": 50, + "start": 52, + "end": 53, "loc": { "start": { "line": 4, @@ -4401,8 +4401,8 @@ "binop": null }, "value": "from", - "start": 51, - "end": 55, + "start": 54, + "end": 58, "loc": { "start": { "line": 4, @@ -4428,8 +4428,8 @@ "updateContext": null }, "value": "../propTypes", - "start": 56, - "end": 70, + "start": 59, + "end": 73, "loc": { "start": { "line": 4, @@ -4454,8 +4454,8 @@ "binop": null, "updateContext": null }, - "start": 70, - "end": 71, + "start": 73, + "end": 74, "loc": { "start": { "line": 4, @@ -4482,8 +4482,8 @@ "updateContext": null }, "value": "import", - "start": 72, - "end": 78, + "start": 76, + "end": 82, "loc": { "start": { "line": 5, @@ -4508,8 +4508,8 @@ "binop": null }, "value": "classNames", - "start": 79, - "end": 89, + "start": 83, + "end": 93, "loc": { "start": { "line": 5, @@ -4534,8 +4534,8 @@ "binop": null }, "value": "from", - "start": 90, - "end": 94, + "start": 94, + "end": 98, "loc": { "start": { "line": 5, @@ -4561,8 +4561,8 @@ "updateContext": null }, "value": "classnames", - "start": 95, - "end": 107, + "start": 99, + "end": 111, "loc": { "start": { "line": 5, @@ -4587,8 +4587,8 @@ "binop": null, "updateContext": null }, - "start": 107, - "end": 108, + "start": 111, + "end": 112, "loc": { "start": { "line": 5, @@ -4615,8 +4615,8 @@ "updateContext": null }, "value": "import", - "start": 109, - "end": 115, + "start": 114, + "end": 120, "loc": { "start": { "line": 6, @@ -4641,8 +4641,8 @@ "binop": null }, "value": "PropTypes", - "start": 116, - "end": 125, + "start": 121, + "end": 130, "loc": { "start": { "line": 6, @@ -4667,8 +4667,8 @@ "binop": null }, "value": "from", - "start": 126, - "end": 130, + "start": 131, + "end": 135, "loc": { "start": { "line": 6, @@ -4694,8 +4694,8 @@ "updateContext": null }, "value": "prop-types", - "start": 131, - "end": 143, + "start": 136, + "end": 148, "loc": { "start": { "line": 6, @@ -4720,8 +4720,8 @@ "binop": null, "updateContext": null }, - "start": 143, - "end": 144, + "start": 148, + "end": 149, "loc": { "start": { "line": 6, @@ -4735,9 +4735,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Create magic item for option of magic selects\n *\n * This can not be a functional component\n * https://github.com/reactjs/react-autocomplete/pull/293#issuecomment-371617758\n *\n *\n * @param {Object} props\n * @return {*}\n * @constructor\n ", - "start": 146, - "end": 390, + "value": "*\r\n * Create magic item for option of magic selects\r\n *\r\n * This can not be a functional component\r\n * https://github.com/reactjs/react-autocomplete/pull/293#issuecomment-371617758\r\n *\r\n *\r\n * @param {Object} props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 153, + "end": 407, "loc": { "start": { "line": 8, @@ -4764,8 +4764,8 @@ "updateContext": null }, "value": "export", - "start": 391, - "end": 397, + "start": 409, + "end": 415, "loc": { "start": { "line": 19, @@ -4792,8 +4792,8 @@ "updateContext": null }, "value": "class", - "start": 398, - "end": 403, + "start": 416, + "end": 421, "loc": { "start": { "line": 19, @@ -4818,8 +4818,8 @@ "binop": null }, "value": "MagicItem", - "start": 404, - "end": 413, + "start": 422, + "end": 431, "loc": { "start": { "line": 19, @@ -4846,8 +4846,8 @@ "updateContext": null }, "value": "extends", - "start": 414, - "end": 421, + "start": 432, + "end": 439, "loc": { "start": { "line": 19, @@ -4872,8 +4872,8 @@ "binop": null }, "value": "React", - "start": 422, - "end": 427, + "start": 440, + "end": 445, "loc": { "start": { "line": 19, @@ -4898,8 +4898,8 @@ "binop": null, "updateContext": null }, - "start": 427, - "end": 428, + "start": 445, + "end": 446, "loc": { "start": { "line": 19, @@ -4924,8 +4924,8 @@ "binop": null }, "value": "PureComponent", - "start": 428, - "end": 441, + "start": 446, + "end": 459, "loc": { "start": { "line": 19, @@ -4949,8 +4949,8 @@ "postfix": false, "binop": null }, - "start": 442, - "end": 443, + "start": 460, + "end": 461, "loc": { "start": { "line": 19, @@ -4964,9 +4964,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Render magic item components\n\t ", - "start": 446, - "end": 487, + "value": "*\r\n\t * Render magic item components\r\n\t ", + "start": 466, + "end": 509, "loc": { "start": { "line": 21, @@ -4991,8 +4991,8 @@ "binop": null }, "value": "render", - "start": 489, - "end": 495, + "start": 512, + "end": 518, "loc": { "start": { "line": 24, @@ -5016,8 +5016,8 @@ "postfix": false, "binop": null }, - "start": 495, - "end": 496, + "start": 518, + "end": 519, "loc": { "start": { "line": 24, @@ -5041,8 +5041,8 @@ "postfix": false, "binop": null }, - "start": 496, - "end": 497, + "start": 519, + "end": 520, "loc": { "start": { "line": 24, @@ -5066,8 +5066,8 @@ "postfix": false, "binop": null }, - "start": 498, - "end": 499, + "start": 521, + "end": 522, "loc": { "start": { "line": 24, @@ -5094,8 +5094,8 @@ "updateContext": null }, "value": "return", - "start": 502, - "end": 508, + "start": 526, + "end": 532, "loc": { "start": { "line": 25, @@ -5120,8 +5120,8 @@ "binop": null }, "value": "React", - "start": 509, - "end": 514, + "start": 533, + "end": 538, "loc": { "start": { "line": 25, @@ -5146,8 +5146,8 @@ "binop": null, "updateContext": null }, - "start": 514, - "end": 515, + "start": 538, + "end": 539, "loc": { "start": { "line": 25, @@ -5172,8 +5172,8 @@ "binop": null }, "value": "createElement", - "start": 515, - "end": 528, + "start": 539, + "end": 552, "loc": { "start": { "line": 25, @@ -5197,8 +5197,8 @@ "postfix": false, "binop": null }, - "start": 528, - "end": 529, + "start": 552, + "end": 553, "loc": { "start": { "line": 25, @@ -5225,8 +5225,8 @@ "updateContext": null }, "value": "this", - "start": 533, - "end": 537, + "start": 558, + "end": 562, "loc": { "start": { "line": 26, @@ -5251,8 +5251,8 @@ "binop": null, "updateContext": null }, - "start": 537, - "end": 538, + "start": 562, + "end": 563, "loc": { "start": { "line": 26, @@ -5277,8 +5277,8 @@ "binop": null }, "value": "props", - "start": 538, - "end": 543, + "start": 563, + "end": 568, "loc": { "start": { "line": 26, @@ -5303,8 +5303,8 @@ "binop": null, "updateContext": null }, - "start": 543, - "end": 544, + "start": 568, + "end": 569, "loc": { "start": { "line": 26, @@ -5329,8 +5329,8 @@ "binop": null }, "value": "elementType", - "start": 544, - "end": 555, + "start": 569, + "end": 580, "loc": { "start": { "line": 26, @@ -5355,8 +5355,8 @@ "binop": null, "updateContext": null }, - "start": 555, - "end": 556, + "start": 580, + "end": 581, "loc": { "start": { "line": 26, @@ -5380,8 +5380,8 @@ "postfix": false, "binop": null }, - "start": 560, - "end": 561, + "start": 586, + "end": 587, "loc": { "start": { "line": 27, @@ -5406,8 +5406,8 @@ "binop": null }, "value": "style", - "start": 566, - "end": 571, + "start": 593, + "end": 598, "loc": { "start": { "line": 28, @@ -5432,8 +5432,8 @@ "binop": null, "updateContext": null }, - "start": 571, - "end": 572, + "start": 598, + "end": 599, "loc": { "start": { "line": 28, @@ -5457,8 +5457,8 @@ "postfix": false, "binop": null }, - "start": 573, - "end": 574, + "start": 600, + "end": 601, "loc": { "start": { "line": 28, @@ -5483,8 +5483,8 @@ "binop": null }, "value": "background", - "start": 574, - "end": 584, + "start": 601, + "end": 611, "loc": { "start": { "line": 28, @@ -5509,8 +5509,8 @@ "binop": null, "updateContext": null }, - "start": 584, - "end": 585, + "start": 611, + "end": 612, "loc": { "start": { "line": 28, @@ -5537,8 +5537,8 @@ "updateContext": null }, "value": "this", - "start": 586, - "end": 590, + "start": 613, + "end": 617, "loc": { "start": { "line": 28, @@ -5563,8 +5563,8 @@ "binop": null, "updateContext": null }, - "start": 590, - "end": 591, + "start": 617, + "end": 618, "loc": { "start": { "line": 28, @@ -5589,8 +5589,8 @@ "binop": null }, "value": "props", - "start": 591, - "end": 596, + "start": 618, + "end": 623, "loc": { "start": { "line": 28, @@ -5615,8 +5615,8 @@ "binop": null, "updateContext": null }, - "start": 596, - "end": 597, + "start": 623, + "end": 624, "loc": { "start": { "line": 28, @@ -5641,8 +5641,8 @@ "binop": null }, "value": "isHighlighted", - "start": 597, - "end": 610, + "start": 624, + "end": 637, "loc": { "start": { "line": 28, @@ -5667,8 +5667,8 @@ "binop": null, "updateContext": null }, - "start": 611, - "end": 612, + "start": 638, + "end": 639, "loc": { "start": { "line": 28, @@ -5695,8 +5695,8 @@ "updateContext": null }, "value": "this", - "start": 613, - "end": 617, + "start": 640, + "end": 644, "loc": { "start": { "line": 28, @@ -5721,8 +5721,8 @@ "binop": null, "updateContext": null }, - "start": 617, - "end": 618, + "start": 644, + "end": 645, "loc": { "start": { "line": 28, @@ -5747,8 +5747,8 @@ "binop": null }, "value": "props", - "start": 618, - "end": 623, + "start": 645, + "end": 650, "loc": { "start": { "line": 28, @@ -5773,8 +5773,8 @@ "binop": null, "updateContext": null }, - "start": 623, - "end": 624, + "start": 650, + "end": 651, "loc": { "start": { "line": 28, @@ -5799,8 +5799,8 @@ "binop": null }, "value": "highlightColor", - "start": 624, - "end": 638, + "start": 651, + "end": 665, "loc": { "start": { "line": 28, @@ -5825,8 +5825,8 @@ "binop": null, "updateContext": null }, - "start": 639, - "end": 640, + "start": 666, + "end": 667, "loc": { "start": { "line": 28, @@ -5853,8 +5853,8 @@ "updateContext": null }, "value": "this", - "start": 641, - "end": 645, + "start": 668, + "end": 672, "loc": { "start": { "line": 28, @@ -5879,8 +5879,8 @@ "binop": null, "updateContext": null }, - "start": 645, - "end": 646, + "start": 672, + "end": 673, "loc": { "start": { "line": 28, @@ -5905,8 +5905,8 @@ "binop": null }, "value": "props", - "start": 646, - "end": 651, + "start": 673, + "end": 678, "loc": { "start": { "line": 28, @@ -5931,8 +5931,8 @@ "binop": null, "updateContext": null }, - "start": 651, - "end": 652, + "start": 678, + "end": 679, "loc": { "start": { "line": 28, @@ -5957,8 +5957,8 @@ "binop": null }, "value": "notHighlighterColor", - "start": 652, - "end": 671, + "start": 679, + "end": 698, "loc": { "start": { "line": 28, @@ -5982,8 +5982,8 @@ "postfix": false, "binop": null }, - "start": 671, - "end": 672, + "start": 698, + "end": 699, "loc": { "start": { "line": 28, @@ -6008,8 +6008,8 @@ "binop": null, "updateContext": null }, - "start": 672, - "end": 673, + "start": 699, + "end": 700, "loc": { "start": { "line": 28, @@ -6034,8 +6034,8 @@ "binop": null }, "value": "className", - "start": 678, - "end": 687, + "start": 706, + "end": 715, "loc": { "start": { "line": 29, @@ -6060,8 +6060,8 @@ "binop": null, "updateContext": null }, - "start": 687, - "end": 688, + "start": 715, + "end": 716, "loc": { "start": { "line": 29, @@ -6086,8 +6086,8 @@ "binop": null }, "value": "classNames", - "start": 689, - "end": 699, + "start": 717, + "end": 727, "loc": { "start": { "line": 29, @@ -6111,8 +6111,8 @@ "postfix": false, "binop": null }, - "start": 699, - "end": 700, + "start": 727, + "end": 728, "loc": { "start": { "line": 29, @@ -6139,8 +6139,8 @@ "updateContext": null }, "value": "this", - "start": 700, - "end": 704, + "start": 728, + "end": 732, "loc": { "start": { "line": 29, @@ -6165,8 +6165,8 @@ "binop": null, "updateContext": null }, - "start": 704, - "end": 705, + "start": 732, + "end": 733, "loc": { "start": { "line": 29, @@ -6191,8 +6191,8 @@ "binop": null }, "value": "props", - "start": 705, - "end": 710, + "start": 733, + "end": 738, "loc": { "start": { "line": 29, @@ -6217,8 +6217,8 @@ "binop": null, "updateContext": null }, - "start": 710, - "end": 711, + "start": 738, + "end": 739, "loc": { "start": { "line": 29, @@ -6243,8 +6243,8 @@ "binop": null }, "value": "className", - "start": 711, - "end": 720, + "start": 739, + "end": 748, "loc": { "start": { "line": 29, @@ -6269,8 +6269,8 @@ "binop": null, "updateContext": null }, - "start": 720, - "end": 721, + "start": 748, + "end": 749, "loc": { "start": { "line": 29, @@ -6296,8 +6296,8 @@ "updateContext": null }, "value": "magic-input-option", - "start": 722, - "end": 742, + "start": 750, + "end": 770, "loc": { "start": { "line": 29, @@ -6321,8 +6321,8 @@ "postfix": false, "binop": null }, - "start": 742, - "end": 743, + "start": 770, + "end": 771, "loc": { "start": { "line": 29, @@ -6347,8 +6347,8 @@ "binop": null, "updateContext": null }, - "start": 743, - "end": 744, + "start": 771, + "end": 772, "loc": { "start": { "line": 29, @@ -6373,8 +6373,8 @@ "binop": null }, "value": "onClick", - "start": 749, - "end": 756, + "start": 778, + "end": 785, "loc": { "start": { "line": 30, @@ -6399,8 +6399,8 @@ "binop": null, "updateContext": null }, - "start": 756, - "end": 757, + "start": 785, + "end": 786, "loc": { "start": { "line": 30, @@ -6427,8 +6427,8 @@ "updateContext": null }, "value": "this", - "start": 758, - "end": 762, + "start": 787, + "end": 791, "loc": { "start": { "line": 30, @@ -6453,8 +6453,8 @@ "binop": null, "updateContext": null }, - "start": 762, - "end": 763, + "start": 791, + "end": 792, "loc": { "start": { "line": 30, @@ -6479,8 +6479,8 @@ "binop": null }, "value": "props", - "start": 763, - "end": 768, + "start": 792, + "end": 797, "loc": { "start": { "line": 30, @@ -6505,8 +6505,8 @@ "binop": null, "updateContext": null }, - "start": 768, - "end": 769, + "start": 797, + "end": 798, "loc": { "start": { "line": 30, @@ -6531,8 +6531,8 @@ "binop": null }, "value": "onClick", - "start": 769, - "end": 776, + "start": 798, + "end": 805, "loc": { "start": { "line": 30, @@ -6556,8 +6556,8 @@ "postfix": false, "binop": null }, - "start": 780, - "end": 781, + "start": 810, + "end": 811, "loc": { "start": { "line": 31, @@ -6582,8 +6582,8 @@ "binop": null, "updateContext": null }, - "start": 781, - "end": 782, + "start": 811, + "end": 812, "loc": { "start": { "line": 31, @@ -6608,8 +6608,8 @@ "binop": null, "updateContext": null }, - "start": 786, - "end": 787, + "start": 817, + "end": 818, "loc": { "start": { "line": 32, @@ -6634,8 +6634,8 @@ "binop": null }, "value": "React", - "start": 792, - "end": 797, + "start": 824, + "end": 829, "loc": { "start": { "line": 33, @@ -6660,8 +6660,8 @@ "binop": null, "updateContext": null }, - "start": 797, - "end": 798, + "start": 829, + "end": 830, "loc": { "start": { "line": 33, @@ -6686,8 +6686,8 @@ "binop": null }, "value": "createElement", - "start": 798, - "end": 811, + "start": 830, + "end": 843, "loc": { "start": { "line": 33, @@ -6711,8 +6711,8 @@ "postfix": false, "binop": null }, - "start": 811, - "end": 812, + "start": 843, + "end": 844, "loc": { "start": { "line": 33, @@ -6739,8 +6739,8 @@ "updateContext": null }, "value": "this", - "start": 818, - "end": 822, + "start": 851, + "end": 855, "loc": { "start": { "line": 34, @@ -6765,8 +6765,8 @@ "binop": null, "updateContext": null }, - "start": 822, - "end": 823, + "start": 855, + "end": 856, "loc": { "start": { "line": 34, @@ -6791,8 +6791,8 @@ "binop": null }, "value": "props", - "start": 823, - "end": 828, + "start": 856, + "end": 861, "loc": { "start": { "line": 34, @@ -6817,8 +6817,8 @@ "binop": null, "updateContext": null }, - "start": 828, - "end": 829, + "start": 861, + "end": 862, "loc": { "start": { "line": 34, @@ -6843,8 +6843,8 @@ "binop": null }, "value": "innerElementType", - "start": 829, - "end": 845, + "start": 862, + "end": 878, "loc": { "start": { "line": 34, @@ -6869,8 +6869,8 @@ "binop": null, "updateContext": null }, - "start": 845, - "end": 846, + "start": 878, + "end": 879, "loc": { "start": { "line": 34, @@ -6894,8 +6894,8 @@ "postfix": false, "binop": null }, - "start": 852, - "end": 853, + "start": 886, + "end": 887, "loc": { "start": { "line": 35, @@ -6920,8 +6920,8 @@ "binop": null }, "value": "key", - "start": 860, - "end": 863, + "start": 895, + "end": 898, "loc": { "start": { "line": 36, @@ -6946,8 +6946,8 @@ "binop": null, "updateContext": null }, - "start": 863, - "end": 864, + "start": 898, + "end": 899, "loc": { "start": { "line": 36, @@ -6971,8 +6971,8 @@ "postfix": false, "binop": null }, - "start": 865, - "end": 866, + "start": 900, + "end": 901, "loc": { "start": { "line": 36, @@ -6998,8 +6998,8 @@ "updateContext": null }, "value": "left--", - "start": 866, - "end": 872, + "start": 901, + "end": 907, "loc": { "start": { "line": 36, @@ -7023,8 +7023,8 @@ "postfix": false, "binop": null }, - "start": 872, - "end": 874, + "start": 907, + "end": 909, "loc": { "start": { "line": 36, @@ -7051,8 +7051,8 @@ "updateContext": null }, "value": "this", - "start": 874, - "end": 878, + "start": 909, + "end": 913, "loc": { "start": { "line": 36, @@ -7077,8 +7077,8 @@ "binop": null, "updateContext": null }, - "start": 878, - "end": 879, + "start": 913, + "end": 914, "loc": { "start": { "line": 36, @@ -7103,8 +7103,8 @@ "binop": null }, "value": "props", - "start": 879, - "end": 884, + "start": 914, + "end": 919, "loc": { "start": { "line": 36, @@ -7129,8 +7129,8 @@ "binop": null, "updateContext": null }, - "start": 884, - "end": 885, + "start": 919, + "end": 920, "loc": { "start": { "line": 36, @@ -7155,8 +7155,8 @@ "binop": null }, "value": "innerKey", - "start": 885, - "end": 893, + "start": 920, + "end": 928, "loc": { "start": { "line": 36, @@ -7180,8 +7180,8 @@ "postfix": false, "binop": null }, - "start": 893, - "end": 894, + "start": 928, + "end": 929, "loc": { "start": { "line": 36, @@ -7207,8 +7207,8 @@ "updateContext": null }, "value": "", - "start": 894, - "end": 894, + "start": 929, + "end": 929, "loc": { "start": { "line": 36, @@ -7232,8 +7232,8 @@ "postfix": false, "binop": null }, - "start": 894, - "end": 895, + "start": 929, + "end": 930, "loc": { "start": { "line": 36, @@ -7258,8 +7258,8 @@ "binop": null, "updateContext": null }, - "start": 895, - "end": 896, + "start": 930, + "end": 931, "loc": { "start": { "line": 36, @@ -7284,8 +7284,8 @@ "binop": null }, "value": "className", - "start": 903, - "end": 912, + "start": 939, + "end": 948, "loc": { "start": { "line": 37, @@ -7310,8 +7310,8 @@ "binop": null, "updateContext": null }, - "start": 912, - "end": 913, + "start": 948, + "end": 949, "loc": { "start": { "line": 37, @@ -7336,8 +7336,8 @@ "binop": null }, "value": "classNames", - "start": 914, - "end": 924, + "start": 950, + "end": 960, "loc": { "start": { "line": 37, @@ -7361,8 +7361,8 @@ "postfix": false, "binop": null }, - "start": 924, - "end": 925, + "start": 960, + "end": 961, "loc": { "start": { "line": 37, @@ -7388,8 +7388,8 @@ "updateContext": null }, "value": "magic-item-value", - "start": 925, - "end": 943, + "start": 961, + "end": 979, "loc": { "start": { "line": 37, @@ -7414,8 +7414,8 @@ "binop": null, "updateContext": null }, - "start": 943, - "end": 944, + "start": 979, + "end": 980, "loc": { "start": { "line": 37, @@ -7441,8 +7441,8 @@ "updateContext": null }, "value": "magic-item-left", - "start": 945, - "end": 962, + "start": 981, + "end": 998, "loc": { "start": { "line": 37, @@ -7466,8 +7466,8 @@ "postfix": false, "binop": null }, - "start": 962, - "end": 963, + "start": 998, + "end": 999, "loc": { "start": { "line": 37, @@ -7491,8 +7491,8 @@ "postfix": false, "binop": null }, - "start": 969, - "end": 970, + "start": 1006, + "end": 1007, "loc": { "start": { "line": 38, @@ -7517,8 +7517,8 @@ "binop": null, "updateContext": null }, - "start": 970, - "end": 971, + "start": 1007, + "end": 1008, "loc": { "start": { "line": 38, @@ -7545,8 +7545,8 @@ "updateContext": null }, "value": "this", - "start": 977, - "end": 981, + "start": 1015, + "end": 1019, "loc": { "start": { "line": 39, @@ -7571,8 +7571,8 @@ "binop": null, "updateContext": null }, - "start": 981, - "end": 982, + "start": 1019, + "end": 1020, "loc": { "start": { "line": 39, @@ -7597,8 +7597,8 @@ "binop": null }, "value": "props", - "start": 982, - "end": 987, + "start": 1020, + "end": 1025, "loc": { "start": { "line": 39, @@ -7623,8 +7623,8 @@ "binop": null, "updateContext": null }, - "start": 987, - "end": 988, + "start": 1025, + "end": 1026, "loc": { "start": { "line": 39, @@ -7649,8 +7649,8 @@ "binop": null }, "value": "item", - "start": 988, - "end": 992, + "start": 1026, + "end": 1030, "loc": { "start": { "line": 39, @@ -7675,8 +7675,8 @@ "binop": null, "updateContext": null }, - "start": 992, - "end": 993, + "start": 1030, + "end": 1031, "loc": { "start": { "line": 39, @@ -7701,8 +7701,8 @@ "binop": null }, "value": "value", - "start": 993, - "end": 998, + "start": 1031, + "end": 1036, "loc": { "start": { "line": 39, @@ -7726,8 +7726,8 @@ "postfix": false, "binop": null }, - "start": 1003, - "end": 1004, + "start": 1042, + "end": 1043, "loc": { "start": { "line": 40, @@ -7752,8 +7752,8 @@ "binop": null, "updateContext": null }, - "start": 1004, - "end": 1005, + "start": 1043, + "end": 1044, "loc": { "start": { "line": 40, @@ -7778,8 +7778,8 @@ "binop": null }, "value": "React", - "start": 1010, - "end": 1015, + "start": 1050, + "end": 1055, "loc": { "start": { "line": 41, @@ -7804,8 +7804,8 @@ "binop": null, "updateContext": null }, - "start": 1015, - "end": 1016, + "start": 1055, + "end": 1056, "loc": { "start": { "line": 41, @@ -7830,8 +7830,8 @@ "binop": null }, "value": "createElement", - "start": 1016, - "end": 1029, + "start": 1056, + "end": 1069, "loc": { "start": { "line": 41, @@ -7855,8 +7855,8 @@ "postfix": false, "binop": null }, - "start": 1029, - "end": 1030, + "start": 1069, + "end": 1070, "loc": { "start": { "line": 41, @@ -7883,8 +7883,8 @@ "updateContext": null }, "value": "this", - "start": 1036, - "end": 1040, + "start": 1077, + "end": 1081, "loc": { "start": { "line": 42, @@ -7909,8 +7909,8 @@ "binop": null, "updateContext": null }, - "start": 1040, - "end": 1041, + "start": 1081, + "end": 1082, "loc": { "start": { "line": 42, @@ -7935,8 +7935,8 @@ "binop": null }, "value": "props", - "start": 1041, - "end": 1046, + "start": 1082, + "end": 1087, "loc": { "start": { "line": 42, @@ -7961,8 +7961,8 @@ "binop": null, "updateContext": null }, - "start": 1046, - "end": 1047, + "start": 1087, + "end": 1088, "loc": { "start": { "line": 42, @@ -7987,8 +7987,8 @@ "binop": null }, "value": "innerElementType", - "start": 1047, - "end": 1063, + "start": 1088, + "end": 1104, "loc": { "start": { "line": 42, @@ -8013,8 +8013,8 @@ "binop": null, "updateContext": null }, - "start": 1063, - "end": 1064, + "start": 1104, + "end": 1105, "loc": { "start": { "line": 42, @@ -8038,8 +8038,8 @@ "postfix": false, "binop": null }, - "start": 1070, - "end": 1071, + "start": 1112, + "end": 1113, "loc": { "start": { "line": 43, @@ -8064,8 +8064,8 @@ "binop": null }, "value": "key", - "start": 1078, - "end": 1081, + "start": 1121, + "end": 1124, "loc": { "start": { "line": 44, @@ -8090,8 +8090,8 @@ "binop": null, "updateContext": null }, - "start": 1081, - "end": 1082, + "start": 1124, + "end": 1125, "loc": { "start": { "line": 44, @@ -8115,8 +8115,8 @@ "postfix": false, "binop": null }, - "start": 1083, - "end": 1084, + "start": 1126, + "end": 1127, "loc": { "start": { "line": 44, @@ -8142,8 +8142,8 @@ "updateContext": null }, "value": "right--", - "start": 1084, - "end": 1091, + "start": 1127, + "end": 1134, "loc": { "start": { "line": 44, @@ -8167,8 +8167,8 @@ "postfix": false, "binop": null }, - "start": 1091, - "end": 1093, + "start": 1134, + "end": 1136, "loc": { "start": { "line": 44, @@ -8195,8 +8195,8 @@ "updateContext": null }, "value": "this", - "start": 1093, - "end": 1097, + "start": 1136, + "end": 1140, "loc": { "start": { "line": 44, @@ -8221,8 +8221,8 @@ "binop": null, "updateContext": null }, - "start": 1097, - "end": 1098, + "start": 1140, + "end": 1141, "loc": { "start": { "line": 44, @@ -8247,8 +8247,8 @@ "binop": null }, "value": "props", - "start": 1098, - "end": 1103, + "start": 1141, + "end": 1146, "loc": { "start": { "line": 44, @@ -8273,8 +8273,8 @@ "binop": null, "updateContext": null }, - "start": 1103, - "end": 1104, + "start": 1146, + "end": 1147, "loc": { "start": { "line": 44, @@ -8299,8 +8299,8 @@ "binop": null }, "value": "innerKey", - "start": 1104, - "end": 1112, + "start": 1147, + "end": 1155, "loc": { "start": { "line": 44, @@ -8324,8 +8324,8 @@ "postfix": false, "binop": null }, - "start": 1112, - "end": 1113, + "start": 1155, + "end": 1156, "loc": { "start": { "line": 44, @@ -8351,8 +8351,8 @@ "updateContext": null }, "value": "", - "start": 1113, - "end": 1113, + "start": 1156, + "end": 1156, "loc": { "start": { "line": 44, @@ -8376,8 +8376,8 @@ "postfix": false, "binop": null }, - "start": 1113, - "end": 1114, + "start": 1156, + "end": 1157, "loc": { "start": { "line": 44, @@ -8402,8 +8402,8 @@ "binop": null, "updateContext": null }, - "start": 1114, - "end": 1115, + "start": 1157, + "end": 1158, "loc": { "start": { "line": 44, @@ -8428,8 +8428,8 @@ "binop": null }, "value": "className", - "start": 1122, - "end": 1131, + "start": 1166, + "end": 1175, "loc": { "start": { "line": 45, @@ -8454,8 +8454,8 @@ "binop": null, "updateContext": null }, - "start": 1131, - "end": 1132, + "start": 1175, + "end": 1176, "loc": { "start": { "line": 45, @@ -8480,8 +8480,8 @@ "binop": null }, "value": "classNames", - "start": 1133, - "end": 1143, + "start": 1177, + "end": 1187, "loc": { "start": { "line": 45, @@ -8505,8 +8505,8 @@ "postfix": false, "binop": null }, - "start": 1143, - "end": 1144, + "start": 1187, + "end": 1188, "loc": { "start": { "line": 45, @@ -8532,8 +8532,8 @@ "updateContext": null }, "value": "magic-item-label", - "start": 1144, - "end": 1162, + "start": 1188, + "end": 1206, "loc": { "start": { "line": 45, @@ -8558,8 +8558,8 @@ "binop": null, "updateContext": null }, - "start": 1162, - "end": 1163, + "start": 1206, + "end": 1207, "loc": { "start": { "line": 45, @@ -8585,8 +8585,8 @@ "updateContext": null }, "value": "magic-item-right", - "start": 1164, - "end": 1182, + "start": 1208, + "end": 1226, "loc": { "start": { "line": 45, @@ -8610,8 +8610,8 @@ "postfix": false, "binop": null }, - "start": 1182, - "end": 1183, + "start": 1226, + "end": 1227, "loc": { "start": { "line": 45, @@ -8635,8 +8635,8 @@ "postfix": false, "binop": null }, - "start": 1189, - "end": 1190, + "start": 1234, + "end": 1235, "loc": { "start": { "line": 46, @@ -8661,8 +8661,8 @@ "binop": null, "updateContext": null }, - "start": 1190, - "end": 1191, + "start": 1235, + "end": 1236, "loc": { "start": { "line": 46, @@ -8689,8 +8689,8 @@ "updateContext": null }, "value": "this", - "start": 1197, - "end": 1201, + "start": 1243, + "end": 1247, "loc": { "start": { "line": 47, @@ -8715,8 +8715,8 @@ "binop": null, "updateContext": null }, - "start": 1201, - "end": 1202, + "start": 1247, + "end": 1248, "loc": { "start": { "line": 47, @@ -8741,8 +8741,8 @@ "binop": null }, "value": "props", - "start": 1202, - "end": 1207, + "start": 1248, + "end": 1253, "loc": { "start": { "line": 47, @@ -8767,8 +8767,8 @@ "binop": null, "updateContext": null }, - "start": 1207, - "end": 1208, + "start": 1253, + "end": 1254, "loc": { "start": { "line": 47, @@ -8793,8 +8793,8 @@ "binop": null }, "value": "item", - "start": 1208, - "end": 1212, + "start": 1254, + "end": 1258, "loc": { "start": { "line": 47, @@ -8819,8 +8819,8 @@ "binop": null, "updateContext": null }, - "start": 1212, - "end": 1213, + "start": 1258, + "end": 1259, "loc": { "start": { "line": 47, @@ -8845,8 +8845,8 @@ "binop": null }, "value": "label", - "start": 1213, - "end": 1218, + "start": 1259, + "end": 1264, "loc": { "start": { "line": 47, @@ -8870,8 +8870,8 @@ "postfix": false, "binop": null }, - "start": 1223, - "end": 1224, + "start": 1270, + "end": 1271, "loc": { "start": { "line": 48, @@ -8896,8 +8896,8 @@ "binop": null, "updateContext": null }, - "start": 1228, - "end": 1229, + "start": 1276, + "end": 1277, "loc": { "start": { "line": 49, @@ -8921,8 +8921,8 @@ "postfix": false, "binop": null }, - "start": 1232, - "end": 1233, + "start": 1281, + "end": 1282, "loc": { "start": { "line": 50, @@ -8947,8 +8947,8 @@ "binop": null, "updateContext": null }, - "start": 1233, - "end": 1234, + "start": 1282, + "end": 1283, "loc": { "start": { "line": 50, @@ -8972,8 +8972,8 @@ "postfix": false, "binop": null }, - "start": 1236, - "end": 1237, + "start": 1286, + "end": 1287, "loc": { "start": { "line": 51, @@ -8997,8 +8997,8 @@ "postfix": false, "binop": null }, - "start": 1238, - "end": 1239, + "start": 1289, + "end": 1290, "loc": { "start": { "line": 52, @@ -9012,9 +9012,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definition for allowed element types\n * @type {shim}\n ", - "start": 1241, - "end": 1309, + "value": "*\r\n * Prop definition for allowed element types\r\n * @type {shim}\r\n ", + "start": 1294, + "end": 1365, "loc": { "start": { "line": 54, @@ -9041,8 +9041,8 @@ "updateContext": null }, "value": "const", - "start": 1310, - "end": 1315, + "start": 1367, + "end": 1372, "loc": { "start": { "line": 58, @@ -9067,8 +9067,8 @@ "binop": null }, "value": "elementTypesProp", - "start": 1316, - "end": 1332, + "start": 1373, + "end": 1389, "loc": { "start": { "line": 58, @@ -9094,8 +9094,8 @@ "updateContext": null }, "value": "=", - "start": 1333, - "end": 1334, + "start": 1390, + "end": 1391, "loc": { "start": { "line": 58, @@ -9120,8 +9120,8 @@ "binop": null }, "value": "PropTypes", - "start": 1335, - "end": 1344, + "start": 1392, + "end": 1401, "loc": { "start": { "line": 58, @@ -9146,8 +9146,8 @@ "binop": null, "updateContext": null }, - "start": 1344, - "end": 1345, + "start": 1401, + "end": 1402, "loc": { "start": { "line": 58, @@ -9172,8 +9172,8 @@ "binop": null }, "value": "oneOf", - "start": 1345, - "end": 1350, + "start": 1402, + "end": 1407, "loc": { "start": { "line": 58, @@ -9197,8 +9197,8 @@ "postfix": false, "binop": null }, - "start": 1350, - "end": 1351, + "start": 1407, + "end": 1408, "loc": { "start": { "line": 58, @@ -9223,8 +9223,8 @@ "binop": null, "updateContext": null }, - "start": 1351, - "end": 1352, + "start": 1408, + "end": 1409, "loc": { "start": { "line": 58, @@ -9250,8 +9250,8 @@ "updateContext": null }, "value": "div", - "start": 1352, - "end": 1357, + "start": 1409, + "end": 1414, "loc": { "start": { "line": 58, @@ -9276,8 +9276,8 @@ "binop": null, "updateContext": null }, - "start": 1357, - "end": 1358, + "start": 1414, + "end": 1415, "loc": { "start": { "line": 58, @@ -9303,8 +9303,8 @@ "updateContext": null }, "value": "span", - "start": 1359, - "end": 1365, + "start": 1416, + "end": 1422, "loc": { "start": { "line": 58, @@ -9329,8 +9329,8 @@ "binop": null, "updateContext": null }, - "start": 1365, - "end": 1366, + "start": 1422, + "end": 1423, "loc": { "start": { "line": 58, @@ -9354,8 +9354,8 @@ "postfix": false, "binop": null }, - "start": 1366, - "end": 1367, + "start": 1423, + "end": 1424, "loc": { "start": { "line": 58, @@ -9380,8 +9380,8 @@ "binop": null, "updateContext": null }, - "start": 1367, - "end": 1368, + "start": 1424, + "end": 1425, "loc": { "start": { "line": 58, @@ -9395,9 +9395,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definitions for MagicItem component\n *\n * @type {{item: shim, isHighlighted: shim, className: shim, highlightColor: shim, notHighlighterColor: shim}}\n ", - "start": 1369, - "end": 1534, + "value": "*\r\n * Prop definitions for MagicItem component\r\n *\r\n * @type {{item: shim, isHighlighted: shim, className: shim, highlightColor: shim, notHighlighterColor: shim}}\r\n ", + "start": 1427, + "end": 1596, "loc": { "start": { "line": 59, @@ -9422,8 +9422,8 @@ "binop": null }, "value": "MagicItem", - "start": 1535, - "end": 1544, + "start": 1598, + "end": 1607, "loc": { "start": { "line": 64, @@ -9448,8 +9448,8 @@ "binop": null, "updateContext": null }, - "start": 1544, - "end": 1545, + "start": 1607, + "end": 1608, "loc": { "start": { "line": 64, @@ -9474,8 +9474,8 @@ "binop": null }, "value": "propTypes", - "start": 1545, - "end": 1554, + "start": 1608, + "end": 1617, "loc": { "start": { "line": 64, @@ -9501,8 +9501,8 @@ "updateContext": null }, "value": "=", - "start": 1555, - "end": 1556, + "start": 1618, + "end": 1619, "loc": { "start": { "line": 64, @@ -9526,8 +9526,8 @@ "postfix": false, "binop": null }, - "start": 1557, - "end": 1558, + "start": 1620, + "end": 1621, "loc": { "start": { "line": 64, @@ -9552,8 +9552,8 @@ "binop": null }, "value": "elementType", - "start": 1560, - "end": 1571, + "start": 1624, + "end": 1635, "loc": { "start": { "line": 65, @@ -9578,8 +9578,8 @@ "binop": null, "updateContext": null }, - "start": 1571, - "end": 1572, + "start": 1635, + "end": 1636, "loc": { "start": { "line": 65, @@ -9604,8 +9604,8 @@ "binop": null }, "value": "elementTypesProp", - "start": 1573, - "end": 1589, + "start": 1637, + "end": 1653, "loc": { "start": { "line": 65, @@ -9630,8 +9630,8 @@ "binop": null, "updateContext": null }, - "start": 1589, - "end": 1590, + "start": 1653, + "end": 1654, "loc": { "start": { "line": 65, @@ -9656,8 +9656,8 @@ "binop": null }, "value": "innerElementType", - "start": 1592, - "end": 1608, + "start": 1657, + "end": 1673, "loc": { "start": { "line": 66, @@ -9682,8 +9682,8 @@ "binop": null, "updateContext": null }, - "start": 1608, - "end": 1609, + "start": 1673, + "end": 1674, "loc": { "start": { "line": 66, @@ -9708,8 +9708,8 @@ "binop": null }, "value": "elementTypesProp", - "start": 1610, - "end": 1626, + "start": 1675, + "end": 1691, "loc": { "start": { "line": 66, @@ -9734,8 +9734,8 @@ "binop": null, "updateContext": null }, - "start": 1626, - "end": 1627, + "start": 1691, + "end": 1692, "loc": { "start": { "line": 66, @@ -9760,8 +9760,8 @@ "binop": null }, "value": "item", - "start": 1629, - "end": 1633, + "start": 1695, + "end": 1699, "loc": { "start": { "line": 67, @@ -9786,8 +9786,8 @@ "binop": null, "updateContext": null }, - "start": 1633, - "end": 1634, + "start": 1699, + "end": 1700, "loc": { "start": { "line": 67, @@ -9812,8 +9812,8 @@ "binop": null }, "value": "PropTypes", - "start": 1635, - "end": 1644, + "start": 1701, + "end": 1710, "loc": { "start": { "line": 67, @@ -9838,8 +9838,8 @@ "binop": null, "updateContext": null }, - "start": 1644, - "end": 1645, + "start": 1710, + "end": 1711, "loc": { "start": { "line": 67, @@ -9864,8 +9864,8 @@ "binop": null }, "value": "shape", - "start": 1645, - "end": 1650, + "start": 1711, + "end": 1716, "loc": { "start": { "line": 67, @@ -9889,8 +9889,8 @@ "postfix": false, "binop": null }, - "start": 1650, - "end": 1651, + "start": 1716, + "end": 1717, "loc": { "start": { "line": 67, @@ -9915,8 +9915,8 @@ "binop": null }, "value": "optionShape", - "start": 1651, - "end": 1662, + "start": 1717, + "end": 1728, "loc": { "start": { "line": 67, @@ -9940,8 +9940,8 @@ "postfix": false, "binop": null }, - "start": 1662, - "end": 1663, + "start": 1728, + "end": 1729, "loc": { "start": { "line": 67, @@ -9966,8 +9966,8 @@ "binop": null, "updateContext": null }, - "start": 1663, - "end": 1664, + "start": 1729, + "end": 1730, "loc": { "start": { "line": 67, @@ -9992,8 +9992,8 @@ "binop": null }, "value": "isHighlighted", - "start": 1666, - "end": 1679, + "start": 1733, + "end": 1746, "loc": { "start": { "line": 68, @@ -10018,8 +10018,8 @@ "binop": null, "updateContext": null }, - "start": 1679, - "end": 1680, + "start": 1746, + "end": 1747, "loc": { "start": { "line": 68, @@ -10044,8 +10044,8 @@ "binop": null }, "value": "PropTypes", - "start": 1681, - "end": 1690, + "start": 1748, + "end": 1757, "loc": { "start": { "line": 68, @@ -10070,8 +10070,8 @@ "binop": null, "updateContext": null }, - "start": 1690, - "end": 1691, + "start": 1757, + "end": 1758, "loc": { "start": { "line": 68, @@ -10096,8 +10096,8 @@ "binop": null }, "value": "bool", - "start": 1691, - "end": 1695, + "start": 1758, + "end": 1762, "loc": { "start": { "line": 68, @@ -10122,8 +10122,8 @@ "binop": null, "updateContext": null }, - "start": 1695, - "end": 1696, + "start": 1762, + "end": 1763, "loc": { "start": { "line": 68, @@ -10148,8 +10148,8 @@ "binop": null }, "value": "className", - "start": 1698, - "end": 1707, + "start": 1766, + "end": 1775, "loc": { "start": { "line": 69, @@ -10174,8 +10174,8 @@ "binop": null, "updateContext": null }, - "start": 1707, - "end": 1708, + "start": 1775, + "end": 1776, "loc": { "start": { "line": 69, @@ -10200,8 +10200,8 @@ "binop": null }, "value": "PropTypes", - "start": 1709, - "end": 1718, + "start": 1777, + "end": 1786, "loc": { "start": { "line": 69, @@ -10226,8 +10226,8 @@ "binop": null, "updateContext": null }, - "start": 1718, - "end": 1719, + "start": 1786, + "end": 1787, "loc": { "start": { "line": 69, @@ -10252,8 +10252,8 @@ "binop": null }, "value": "string", - "start": 1719, - "end": 1725, + "start": 1787, + "end": 1793, "loc": { "start": { "line": 69, @@ -10278,8 +10278,8 @@ "binop": null, "updateContext": null }, - "start": 1725, - "end": 1726, + "start": 1793, + "end": 1794, "loc": { "start": { "line": 69, @@ -10304,8 +10304,8 @@ "binop": null }, "value": "highlightColor", - "start": 1728, - "end": 1742, + "start": 1797, + "end": 1811, "loc": { "start": { "line": 70, @@ -10330,8 +10330,8 @@ "binop": null, "updateContext": null }, - "start": 1742, - "end": 1743, + "start": 1811, + "end": 1812, "loc": { "start": { "line": 70, @@ -10356,8 +10356,8 @@ "binop": null }, "value": "PropTypes", - "start": 1744, - "end": 1753, + "start": 1813, + "end": 1822, "loc": { "start": { "line": 70, @@ -10382,8 +10382,8 @@ "binop": null, "updateContext": null }, - "start": 1753, - "end": 1754, + "start": 1822, + "end": 1823, "loc": { "start": { "line": 70, @@ -10408,8 +10408,8 @@ "binop": null }, "value": "string", - "start": 1754, - "end": 1760, + "start": 1823, + "end": 1829, "loc": { "start": { "line": 70, @@ -10434,8 +10434,8 @@ "binop": null, "updateContext": null }, - "start": 1760, - "end": 1761, + "start": 1829, + "end": 1830, "loc": { "start": { "line": 70, @@ -10460,8 +10460,8 @@ "binop": null }, "value": "notHighlighterColor", - "start": 1763, - "end": 1782, + "start": 1833, + "end": 1852, "loc": { "start": { "line": 71, @@ -10486,8 +10486,8 @@ "binop": null, "updateContext": null }, - "start": 1782, - "end": 1783, + "start": 1852, + "end": 1853, "loc": { "start": { "line": 71, @@ -10512,8 +10512,8 @@ "binop": null }, "value": "PropTypes", - "start": 1784, - "end": 1793, + "start": 1854, + "end": 1863, "loc": { "start": { "line": 71, @@ -10538,8 +10538,8 @@ "binop": null, "updateContext": null }, - "start": 1793, - "end": 1794, + "start": 1863, + "end": 1864, "loc": { "start": { "line": 71, @@ -10564,8 +10564,8 @@ "binop": null }, "value": "string", - "start": 1794, - "end": 1800, + "start": 1864, + "end": 1870, "loc": { "start": { "line": 71, @@ -10590,8 +10590,8 @@ "binop": null, "updateContext": null }, - "start": 1800, - "end": 1801, + "start": 1870, + "end": 1871, "loc": { "start": { "line": 71, @@ -10616,8 +10616,8 @@ "binop": null }, "value": "innerKey", - "start": 1803, - "end": 1811, + "start": 1874, + "end": 1882, "loc": { "start": { "line": 72, @@ -10642,8 +10642,8 @@ "binop": null, "updateContext": null }, - "start": 1811, - "end": 1812, + "start": 1882, + "end": 1883, "loc": { "start": { "line": 72, @@ -10668,8 +10668,8 @@ "binop": null }, "value": "PropTypes", - "start": 1813, - "end": 1822, + "start": 1884, + "end": 1893, "loc": { "start": { "line": 72, @@ -10694,8 +10694,8 @@ "binop": null, "updateContext": null }, - "start": 1822, - "end": 1823, + "start": 1893, + "end": 1894, "loc": { "start": { "line": 72, @@ -10720,8 +10720,8 @@ "binop": null }, "value": "string", - "start": 1823, - "end": 1829, + "start": 1894, + "end": 1900, "loc": { "start": { "line": 72, @@ -10746,8 +10746,8 @@ "binop": null, "updateContext": null }, - "start": 1829, - "end": 1830, + "start": 1900, + "end": 1901, "loc": { "start": { "line": 72, @@ -10772,8 +10772,8 @@ "binop": null }, "value": "isRequired", - "start": 1830, - "end": 1840, + "start": 1901, + "end": 1911, "loc": { "start": { "line": 72, @@ -10798,8 +10798,8 @@ "binop": null, "updateContext": null }, - "start": 1840, - "end": 1841, + "start": 1911, + "end": 1912, "loc": { "start": { "line": 72, @@ -10824,8 +10824,8 @@ "binop": null }, "value": "onClick", - "start": 1843, - "end": 1850, + "start": 1915, + "end": 1922, "loc": { "start": { "line": 73, @@ -10850,8 +10850,8 @@ "binop": null, "updateContext": null }, - "start": 1850, - "end": 1851, + "start": 1922, + "end": 1923, "loc": { "start": { "line": 73, @@ -10876,8 +10876,8 @@ "binop": null }, "value": "PropTypes", - "start": 1852, - "end": 1861, + "start": 1924, + "end": 1933, "loc": { "start": { "line": 73, @@ -10902,8 +10902,8 @@ "binop": null, "updateContext": null }, - "start": 1861, - "end": 1862, + "start": 1933, + "end": 1934, "loc": { "start": { "line": 73, @@ -10928,8 +10928,8 @@ "binop": null }, "value": "func", - "start": 1862, - "end": 1866, + "start": 1934, + "end": 1938, "loc": { "start": { "line": 73, @@ -10953,8 +10953,8 @@ "postfix": false, "binop": null }, - "start": 1867, - "end": 1868, + "start": 1940, + "end": 1941, "loc": { "start": { "line": 74, @@ -10979,8 +10979,8 @@ "binop": null, "updateContext": null }, - "start": 1868, - "end": 1869, + "start": 1941, + "end": 1942, "loc": { "start": { "line": 74, @@ -10994,9 +10994,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default props for the MagicItem component\n *\n * @type {{isHighlighted: boolean, highlightColor: string, notHighlightedColor: string}}\n ", - "start": 1871, - "end": 2015, + "value": "*\r\n * Default props for the MagicItem component\r\n *\r\n * @type {{isHighlighted: boolean, highlightColor: string, notHighlightedColor: string}}\r\n ", + "start": 1946, + "end": 2094, "loc": { "start": { "line": 76, @@ -11021,8 +11021,8 @@ "binop": null }, "value": "MagicItem", - "start": 2016, - "end": 2025, + "start": 2096, + "end": 2105, "loc": { "start": { "line": 81, @@ -11047,8 +11047,8 @@ "binop": null, "updateContext": null }, - "start": 2025, - "end": 2026, + "start": 2105, + "end": 2106, "loc": { "start": { "line": 81, @@ -11073,8 +11073,8 @@ "binop": null }, "value": "defaultProps", - "start": 2026, - "end": 2038, + "start": 2106, + "end": 2118, "loc": { "start": { "line": 81, @@ -11100,8 +11100,8 @@ "updateContext": null }, "value": "=", - "start": 2039, - "end": 2040, + "start": 2119, + "end": 2120, "loc": { "start": { "line": 81, @@ -11125,8 +11125,8 @@ "postfix": false, "binop": null }, - "start": 2041, - "end": 2042, + "start": 2121, + "end": 2122, "loc": { "start": { "line": 81, @@ -11151,8 +11151,8 @@ "binop": null }, "value": "elementType", - "start": 2044, - "end": 2055, + "start": 2125, + "end": 2136, "loc": { "start": { "line": 82, @@ -11177,8 +11177,8 @@ "binop": null, "updateContext": null }, - "start": 2055, - "end": 2056, + "start": 2136, + "end": 2137, "loc": { "start": { "line": 82, @@ -11204,8 +11204,8 @@ "updateContext": null }, "value": "div", - "start": 2057, - "end": 2062, + "start": 2138, + "end": 2143, "loc": { "start": { "line": 82, @@ -11230,8 +11230,8 @@ "binop": null, "updateContext": null }, - "start": 2062, - "end": 2063, + "start": 2143, + "end": 2144, "loc": { "start": { "line": 82, @@ -11256,8 +11256,8 @@ "binop": null }, "value": "innerElementType", - "start": 2065, - "end": 2081, + "start": 2147, + "end": 2163, "loc": { "start": { "line": 83, @@ -11282,8 +11282,8 @@ "binop": null, "updateContext": null }, - "start": 2081, - "end": 2082, + "start": 2163, + "end": 2164, "loc": { "start": { "line": 83, @@ -11309,8 +11309,8 @@ "updateContext": null }, "value": "span", - "start": 2083, - "end": 2089, + "start": 2165, + "end": 2171, "loc": { "start": { "line": 83, @@ -11335,8 +11335,8 @@ "binop": null, "updateContext": null }, - "start": 2089, - "end": 2090, + "start": 2171, + "end": 2172, "loc": { "start": { "line": 83, @@ -11361,8 +11361,8 @@ "binop": null }, "value": "isHighlighted", - "start": 2092, - "end": 2105, + "start": 2175, + "end": 2188, "loc": { "start": { "line": 84, @@ -11387,8 +11387,8 @@ "binop": null, "updateContext": null }, - "start": 2105, - "end": 2106, + "start": 2188, + "end": 2189, "loc": { "start": { "line": 84, @@ -11415,8 +11415,8 @@ "updateContext": null }, "value": "false", - "start": 2107, - "end": 2112, + "start": 2190, + "end": 2195, "loc": { "start": { "line": 84, @@ -11441,8 +11441,8 @@ "binop": null, "updateContext": null }, - "start": 2112, - "end": 2113, + "start": 2195, + "end": 2196, "loc": { "start": { "line": 84, @@ -11467,8 +11467,8 @@ "binop": null }, "value": "highlightColor", - "start": 2115, - "end": 2129, + "start": 2199, + "end": 2213, "loc": { "start": { "line": 85, @@ -11493,8 +11493,8 @@ "binop": null, "updateContext": null }, - "start": 2129, - "end": 2130, + "start": 2213, + "end": 2214, "loc": { "start": { "line": 85, @@ -11520,8 +11520,8 @@ "updateContext": null }, "value": "lightgray", - "start": 2131, - "end": 2142, + "start": 2215, + "end": 2226, "loc": { "start": { "line": 85, @@ -11546,8 +11546,8 @@ "binop": null, "updateContext": null }, - "start": 2142, - "end": 2143, + "start": 2226, + "end": 2227, "loc": { "start": { "line": 85, @@ -11572,8 +11572,8 @@ "binop": null }, "value": "notHighlightedColor", - "start": 2145, - "end": 2164, + "start": 2230, + "end": 2249, "loc": { "start": { "line": 86, @@ -11598,8 +11598,8 @@ "binop": null, "updateContext": null }, - "start": 2164, - "end": 2165, + "start": 2249, + "end": 2250, "loc": { "start": { "line": 86, @@ -11625,8 +11625,8 @@ "updateContext": null }, "value": "white", - "start": 2166, - "end": 2173, + "start": 2251, + "end": 2258, "loc": { "start": { "line": 86, @@ -11651,8 +11651,8 @@ "binop": null, "updateContext": null }, - "start": 2173, - "end": 2174, + "start": 2258, + "end": 2259, "loc": { "start": { "line": 86, @@ -11676,8 +11676,8 @@ "postfix": false, "binop": null }, - "start": 2175, - "end": 2176, + "start": 2261, + "end": 2262, "loc": { "start": { "line": 87, @@ -11702,8 +11702,8 @@ "binop": null, "updateContext": null }, - "start": 2176, - "end": 2177, + "start": 2262, + "end": 2263, "loc": { "start": { "line": 87, @@ -11728,8 +11728,8 @@ "binop": null, "updateContext": null }, - "start": 2177, - "end": 2177, + "start": 2263, + "end": 2263, "loc": { "start": { "line": 87, diff --git a/docs/ast/source/components/fields/magic-select/MagicSelect.js.json b/docs/ast/source/components/fields/magic-select/MagicSelect.js.json index 3d2cab2..9b5facd 100644 --- a/docs/ast/source/components/fields/magic-select/MagicSelect.js.json +++ b/docs/ast/source/components/fields/magic-select/MagicSelect.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 3118, + "end": 3270, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 3118, + "end": 3270, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 27, - "end": 116, + "start": 28, + "end": 121, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 37, - "end": 58, + "start": 39, + "end": 60, "loc": { "start": { "line": 3, @@ -128,8 +128,8 @@ }, "imported": { "type": "Identifier", - "start": 37, - "end": 58, + "start": 39, + "end": 60, "loc": { "start": { "line": 3, @@ -145,8 +145,8 @@ }, "local": { "type": "Identifier", - "start": 37, - "end": 58, + "start": 39, + "end": 60, "loc": { "start": { "line": 3, @@ -163,8 +163,8 @@ }, { "type": "ImportSpecifier", - "start": 61, - "end": 77, + "start": 64, + "end": 80, "loc": { "start": { "line": 4, @@ -177,8 +177,8 @@ }, "imported": { "type": "Identifier", - "start": 61, - "end": 77, + "start": 64, + "end": 80, "loc": { "start": { "line": 4, @@ -194,8 +194,8 @@ }, "local": { "type": "Identifier", - "start": 61, - "end": 77, + "start": 64, + "end": 80, "loc": { "start": { "line": 4, @@ -212,8 +212,8 @@ }, { "type": "ImportSpecifier", - "start": 80, - "end": 93, + "start": 84, + "end": 97, "loc": { "start": { "line": 5, @@ -226,8 +226,8 @@ }, "imported": { "type": "Identifier", - "start": 80, - "end": 93, + "start": 84, + "end": 97, "loc": { "start": { "line": 5, @@ -243,8 +243,8 @@ }, "local": { "type": "Identifier", - "start": 80, - "end": 93, + "start": 84, + "end": 97, "loc": { "start": { "line": 5, @@ -262,8 +262,8 @@ ], "source": { "type": "StringLiteral", - "start": 101, - "end": 115, + "start": 106, + "end": 120, "loc": { "start": { "line": 6, @@ -283,8 +283,8 @@ }, { "type": "ImportDeclaration", - "start": 117, - "end": 163, + "start": 123, + "end": 169, "loc": { "start": { "line": 7, @@ -298,8 +298,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 124, - "end": 136, + "start": 130, + "end": 142, "loc": { "start": { "line": 7, @@ -312,8 +312,8 @@ }, "local": { "type": "Identifier", - "start": 124, - "end": 136, + "start": 130, + "end": 142, "loc": { "start": { "line": 7, @@ -331,8 +331,8 @@ ], "source": { "type": "StringLiteral", - "start": 142, - "end": 162, + "start": 148, + "end": 168, "loc": { "start": { "line": 7, @@ -352,8 +352,8 @@ }, { "type": "ImportDeclaration", - "start": 164, - "end": 199, + "start": 171, + "end": 206, "loc": { "start": { "line": 8, @@ -367,8 +367,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 171, - "end": 180, + "start": 178, + "end": 187, "loc": { "start": { "line": 8, @@ -381,8 +381,8 @@ }, "local": { "type": "Identifier", - "start": 171, - "end": 180, + "start": 178, + "end": 187, "loc": { "start": { "line": 8, @@ -400,8 +400,8 @@ ], "source": { "type": "StringLiteral", - "start": 186, - "end": 198, + "start": 193, + "end": 205, "loc": { "start": { "line": 8, @@ -421,8 +421,8 @@ }, { "type": "ImportDeclaration", - "start": 200, - "end": 238, + "start": 208, + "end": 246, "loc": { "start": { "line": 9, @@ -436,8 +436,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 208, - "end": 217, + "start": 216, + "end": 225, "loc": { "start": { "line": 9, @@ -450,8 +450,8 @@ }, "imported": { "type": "Identifier", - "start": 208, - "end": 217, + "start": 216, + "end": 225, "loc": { "start": { "line": 9, @@ -467,8 +467,8 @@ }, "local": { "type": "Identifier", - "start": 208, - "end": 217, + "start": 216, + "end": 225, "loc": { "start": { "line": 9, @@ -486,8 +486,8 @@ ], "source": { "type": "StringLiteral", - "start": 224, - "end": 237, + "start": 232, + "end": 245, "loc": { "start": { "line": 9, @@ -507,8 +507,8 @@ }, { "type": "ImportDeclaration", - "start": 239, - "end": 289, + "start": 248, + "end": 298, "loc": { "start": { "line": 10, @@ -522,8 +522,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 247, - "end": 262, + "start": 256, + "end": 271, "loc": { "start": { "line": 10, @@ -536,8 +536,8 @@ }, "imported": { "type": "Identifier", - "start": 247, - "end": 262, + "start": 256, + "end": 271, "loc": { "start": { "line": 10, @@ -553,8 +553,8 @@ }, "local": { "type": "Identifier", - "start": 247, - "end": 262, + "start": 256, + "end": 271, "loc": { "start": { "line": 10, @@ -572,8 +572,8 @@ ], "source": { "type": "StringLiteral", - "start": 269, - "end": 288, + "start": 278, + "end": 297, "loc": { "start": { "line": 10, @@ -593,8 +593,8 @@ }, { "type": "ImportDeclaration", - "start": 290, - "end": 326, + "start": 300, + "end": 336, "loc": { "start": { "line": 11, @@ -608,8 +608,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 297, - "end": 307, + "start": 307, + "end": 317, "loc": { "start": { "line": 11, @@ -622,8 +622,8 @@ }, "local": { "type": "Identifier", - "start": 297, - "end": 307, + "start": 307, + "end": 317, "loc": { "start": { "line": 11, @@ -641,8 +641,8 @@ ], "source": { "type": "StringLiteral", - "start": 313, - "end": 325, + "start": 323, + "end": 335, "loc": { "start": { "line": 11, @@ -662,9 +662,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Encapsulates a complete Magic Select field\n ", - "start": 329, - "end": 382, + "value": "*\r\n * Encapsulates a complete Magic Select field\r\n ", + "start": 342, + "end": 397, "loc": { "start": { "line": 14, @@ -680,8 +680,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 383, - "end": 2560, + "start": 399, + "end": 2683, "loc": { "start": { "line": 17, @@ -696,8 +696,8 @@ "source": null, "declaration": { "type": "ClassDeclaration", - "start": 390, - "end": 2560, + "start": 406, + "end": 2683, "loc": { "start": { "line": 17, @@ -710,8 +710,8 @@ }, "id": { "type": "Identifier", - "start": 396, - "end": 407, + "start": 412, + "end": 423, "loc": { "start": { "line": 17, @@ -728,8 +728,8 @@ }, "superClass": { "type": "MemberExpression", - "start": 416, - "end": 435, + "start": 432, + "end": 451, "loc": { "start": { "line": 17, @@ -742,8 +742,8 @@ }, "object": { "type": "Identifier", - "start": 416, - "end": 421, + "start": 432, + "end": 437, "loc": { "start": { "line": 17, @@ -759,8 +759,8 @@ }, "property": { "type": "Identifier", - "start": 422, - "end": 435, + "start": 438, + "end": 451, "loc": { "start": { "line": 17, @@ -778,8 +778,8 @@ }, "body": { "type": "ClassBody", - "start": 436, - "end": 2560, + "start": 452, + "end": 2683, "loc": { "start": { "line": 17, @@ -793,8 +793,8 @@ "body": [ { "type": "ClassMethod", - "start": 515, - "end": 888, + "start": 538, + "end": 920, "loc": { "start": { "line": 24, @@ -809,8 +809,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 515, - "end": 526, + "start": 538, + "end": 549, "loc": { "start": { "line": 24, @@ -833,8 +833,8 @@ "params": [ { "type": "Identifier", - "start": 527, - "end": 532, + "start": 550, + "end": 555, "loc": { "start": { "line": 24, @@ -851,8 +851,8 @@ ], "body": { "type": "BlockStatement", - "start": 534, - "end": 888, + "start": 557, + "end": 920, "loc": { "start": { "line": 24, @@ -866,8 +866,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 538, - "end": 551, + "start": 562, + "end": 575, "loc": { "start": { "line": 25, @@ -880,8 +880,8 @@ }, "expression": { "type": "CallExpression", - "start": 538, - "end": 550, + "start": 562, + "end": 574, "loc": { "start": { "line": 25, @@ -894,8 +894,8 @@ }, "callee": { "type": "Super", - "start": 538, - "end": 543, + "start": 562, + "end": 567, "loc": { "start": { "line": 25, @@ -910,8 +910,8 @@ "arguments": [ { "type": "Identifier", - "start": 544, - "end": 549, + "start": 568, + "end": 573, "loc": { "start": { "line": 25, @@ -930,8 +930,8 @@ }, { "type": "ExpressionStatement", - "start": 554, - "end": 595, + "start": 579, + "end": 620, "loc": { "start": { "line": 26, @@ -944,8 +944,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 554, - "end": 594, + "start": 579, + "end": 619, "loc": { "start": { "line": 26, @@ -959,8 +959,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 554, - "end": 567, + "start": 579, + "end": 592, "loc": { "start": { "line": 26, @@ -973,8 +973,8 @@ }, "object": { "type": "ThisExpression", - "start": 554, - "end": 558, + "start": 579, + "end": 583, "loc": { "start": { "line": 26, @@ -988,8 +988,8 @@ }, "property": { "type": "Identifier", - "start": 559, - "end": 567, + "start": 584, + "end": 592, "loc": { "start": { "line": 26, @@ -1007,8 +1007,8 @@ }, "right": { "type": "CallExpression", - "start": 570, - "end": 594, + "start": 595, + "end": 619, "loc": { "start": { "line": 26, @@ -1021,8 +1021,8 @@ }, "callee": { "type": "MemberExpression", - "start": 570, - "end": 588, + "start": 595, + "end": 613, "loc": { "start": { "line": 26, @@ -1035,8 +1035,8 @@ }, "object": { "type": "MemberExpression", - "start": 570, - "end": 583, + "start": 595, + "end": 608, "loc": { "start": { "line": 26, @@ -1049,8 +1049,8 @@ }, "object": { "type": "ThisExpression", - "start": 570, - "end": 574, + "start": 595, + "end": 599, "loc": { "start": { "line": 26, @@ -1064,8 +1064,8 @@ }, "property": { "type": "Identifier", - "start": 575, - "end": 583, + "start": 600, + "end": 608, "loc": { "start": { "line": 26, @@ -1083,8 +1083,8 @@ }, "property": { "type": "Identifier", - "start": 584, - "end": 588, + "start": 609, + "end": 613, "loc": { "start": { "line": 26, @@ -1103,8 +1103,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 589, - "end": 593, + "start": 614, + "end": 618, "loc": { "start": { "line": 26, @@ -1122,8 +1122,8 @@ }, { "type": "ExpressionStatement", - "start": 598, - "end": 639, + "start": 624, + "end": 665, "loc": { "start": { "line": 27, @@ -1136,8 +1136,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 598, - "end": 638, + "start": 624, + "end": 664, "loc": { "start": { "line": 27, @@ -1151,8 +1151,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 598, - "end": 611, + "start": 624, + "end": 637, "loc": { "start": { "line": 27, @@ -1165,8 +1165,8 @@ }, "object": { "type": "ThisExpression", - "start": 598, - "end": 602, + "start": 624, + "end": 628, "loc": { "start": { "line": 27, @@ -1180,8 +1180,8 @@ }, "property": { "type": "Identifier", - "start": 603, - "end": 611, + "start": 629, + "end": 637, "loc": { "start": { "line": 27, @@ -1199,8 +1199,8 @@ }, "right": { "type": "CallExpression", - "start": 614, - "end": 638, + "start": 640, + "end": 664, "loc": { "start": { "line": 27, @@ -1213,8 +1213,8 @@ }, "callee": { "type": "MemberExpression", - "start": 614, - "end": 632, + "start": 640, + "end": 658, "loc": { "start": { "line": 27, @@ -1227,8 +1227,8 @@ }, "object": { "type": "MemberExpression", - "start": 614, - "end": 627, + "start": 640, + "end": 653, "loc": { "start": { "line": 27, @@ -1241,8 +1241,8 @@ }, "object": { "type": "ThisExpression", - "start": 614, - "end": 618, + "start": 640, + "end": 644, "loc": { "start": { "line": 27, @@ -1256,8 +1256,8 @@ }, "property": { "type": "Identifier", - "start": 619, - "end": 627, + "start": 645, + "end": 653, "loc": { "start": { "line": 27, @@ -1275,8 +1275,8 @@ }, "property": { "type": "Identifier", - "start": 628, - "end": 632, + "start": 654, + "end": 658, "loc": { "start": { "line": 27, @@ -1295,8 +1295,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 633, - "end": 637, + "start": 659, + "end": 663, "loc": { "start": { "line": 27, @@ -1314,8 +1314,8 @@ }, { "type": "ExpressionStatement", - "start": 642, - "end": 683, + "start": 669, + "end": 710, "loc": { "start": { "line": 28, @@ -1328,8 +1328,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 642, - "end": 682, + "start": 669, + "end": 709, "loc": { "start": { "line": 28, @@ -1343,8 +1343,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 642, - "end": 655, + "start": 669, + "end": 682, "loc": { "start": { "line": 28, @@ -1357,8 +1357,8 @@ }, "object": { "type": "ThisExpression", - "start": 642, - "end": 646, + "start": 669, + "end": 673, "loc": { "start": { "line": 28, @@ -1372,8 +1372,8 @@ }, "property": { "type": "Identifier", - "start": 647, - "end": 655, + "start": 674, + "end": 682, "loc": { "start": { "line": 28, @@ -1391,8 +1391,8 @@ }, "right": { "type": "CallExpression", - "start": 658, - "end": 682, + "start": 685, + "end": 709, "loc": { "start": { "line": 28, @@ -1405,8 +1405,8 @@ }, "callee": { "type": "MemberExpression", - "start": 658, - "end": 676, + "start": 685, + "end": 703, "loc": { "start": { "line": 28, @@ -1419,8 +1419,8 @@ }, "object": { "type": "MemberExpression", - "start": 658, - "end": 671, + "start": 685, + "end": 698, "loc": { "start": { "line": 28, @@ -1433,8 +1433,8 @@ }, "object": { "type": "ThisExpression", - "start": 658, - "end": 662, + "start": 685, + "end": 689, "loc": { "start": { "line": 28, @@ -1448,8 +1448,8 @@ }, "property": { "type": "Identifier", - "start": 663, - "end": 671, + "start": 690, + "end": 698, "loc": { "start": { "line": 28, @@ -1467,8 +1467,8 @@ }, "property": { "type": "Identifier", - "start": 672, - "end": 676, + "start": 699, + "end": 703, "loc": { "start": { "line": 28, @@ -1487,8 +1487,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 677, - "end": 681, + "start": 704, + "end": 708, "loc": { "start": { "line": 28, @@ -1506,8 +1506,8 @@ }, { "type": "ExpressionStatement", - "start": 686, - "end": 735, + "start": 714, + "end": 763, "loc": { "start": { "line": 29, @@ -1520,8 +1520,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 686, - "end": 734, + "start": 714, + "end": 762, "loc": { "start": { "line": 29, @@ -1535,8 +1535,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 686, - "end": 703, + "start": 714, + "end": 731, "loc": { "start": { "line": 29, @@ -1549,8 +1549,8 @@ }, "object": { "type": "ThisExpression", - "start": 686, - "end": 690, + "start": 714, + "end": 718, "loc": { "start": { "line": 29, @@ -1564,8 +1564,8 @@ }, "property": { "type": "Identifier", - "start": 691, - "end": 703, + "start": 719, + "end": 731, "loc": { "start": { "line": 29, @@ -1583,8 +1583,8 @@ }, "right": { "type": "CallExpression", - "start": 706, - "end": 734, + "start": 734, + "end": 762, "loc": { "start": { "line": 29, @@ -1597,8 +1597,8 @@ }, "callee": { "type": "MemberExpression", - "start": 706, - "end": 728, + "start": 734, + "end": 756, "loc": { "start": { "line": 29, @@ -1611,8 +1611,8 @@ }, "object": { "type": "MemberExpression", - "start": 706, - "end": 723, + "start": 734, + "end": 751, "loc": { "start": { "line": 29, @@ -1625,8 +1625,8 @@ }, "object": { "type": "ThisExpression", - "start": 706, - "end": 710, + "start": 734, + "end": 738, "loc": { "start": { "line": 29, @@ -1640,8 +1640,8 @@ }, "property": { "type": "Identifier", - "start": 711, - "end": 723, + "start": 739, + "end": 751, "loc": { "start": { "line": 29, @@ -1659,8 +1659,8 @@ }, "property": { "type": "Identifier", - "start": 724, - "end": 728, + "start": 752, + "end": 756, "loc": { "start": { "line": 29, @@ -1679,8 +1679,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 729, - "end": 733, + "start": 757, + "end": 761, "loc": { "start": { "line": 29, @@ -1698,8 +1698,8 @@ }, { "type": "ExpressionStatement", - "start": 738, - "end": 783, + "start": 767, + "end": 812, "loc": { "start": { "line": 30, @@ -1712,8 +1712,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 738, - "end": 782, + "start": 767, + "end": 811, "loc": { "start": { "line": 30, @@ -1727,8 +1727,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 738, - "end": 753, + "start": 767, + "end": 782, "loc": { "start": { "line": 30, @@ -1741,8 +1741,8 @@ }, "object": { "type": "ThisExpression", - "start": 738, - "end": 742, + "start": 767, + "end": 771, "loc": { "start": { "line": 30, @@ -1756,8 +1756,8 @@ }, "property": { "type": "Identifier", - "start": 743, - "end": 753, + "start": 772, + "end": 782, "loc": { "start": { "line": 30, @@ -1775,8 +1775,8 @@ }, "right": { "type": "CallExpression", - "start": 756, - "end": 782, + "start": 785, + "end": 811, "loc": { "start": { "line": 30, @@ -1789,8 +1789,8 @@ }, "callee": { "type": "MemberExpression", - "start": 756, - "end": 776, + "start": 785, + "end": 805, "loc": { "start": { "line": 30, @@ -1803,8 +1803,8 @@ }, "object": { "type": "MemberExpression", - "start": 756, - "end": 771, + "start": 785, + "end": 800, "loc": { "start": { "line": 30, @@ -1817,8 +1817,8 @@ }, "object": { "type": "ThisExpression", - "start": 756, - "end": 760, + "start": 785, + "end": 789, "loc": { "start": { "line": 30, @@ -1832,8 +1832,8 @@ }, "property": { "type": "Identifier", - "start": 761, - "end": 771, + "start": 790, + "end": 800, "loc": { "start": { "line": 30, @@ -1851,8 +1851,8 @@ }, "property": { "type": "Identifier", - "start": 772, - "end": 776, + "start": 801, + "end": 805, "loc": { "start": { "line": 30, @@ -1871,8 +1871,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 777, - "end": 781, + "start": 806, + "end": 810, "loc": { "start": { "line": 30, @@ -1890,8 +1890,8 @@ }, { "type": "ExpressionStatement", - "start": 786, - "end": 833, + "start": 816, + "end": 863, "loc": { "start": { "line": 31, @@ -1904,8 +1904,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 786, - "end": 832, + "start": 816, + "end": 862, "loc": { "start": { "line": 31, @@ -1919,8 +1919,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 786, - "end": 802, + "start": 816, + "end": 832, "loc": { "start": { "line": 31, @@ -1933,8 +1933,8 @@ }, "object": { "type": "ThisExpression", - "start": 786, - "end": 790, + "start": 816, + "end": 820, "loc": { "start": { "line": 31, @@ -1948,8 +1948,8 @@ }, "property": { "type": "Identifier", - "start": 791, - "end": 802, + "start": 821, + "end": 832, "loc": { "start": { "line": 31, @@ -1967,8 +1967,8 @@ }, "right": { "type": "CallExpression", - "start": 805, - "end": 832, + "start": 835, + "end": 862, "loc": { "start": { "line": 31, @@ -1981,8 +1981,8 @@ }, "callee": { "type": "MemberExpression", - "start": 805, - "end": 826, + "start": 835, + "end": 856, "loc": { "start": { "line": 31, @@ -1995,8 +1995,8 @@ }, "object": { "type": "MemberExpression", - "start": 805, - "end": 821, + "start": 835, + "end": 851, "loc": { "start": { "line": 31, @@ -2009,8 +2009,8 @@ }, "object": { "type": "ThisExpression", - "start": 805, - "end": 809, + "start": 835, + "end": 839, "loc": { "start": { "line": 31, @@ -2024,8 +2024,8 @@ }, "property": { "type": "Identifier", - "start": 810, - "end": 821, + "start": 840, + "end": 851, "loc": { "start": { "line": 31, @@ -2043,8 +2043,8 @@ }, "property": { "type": "Identifier", - "start": 822, - "end": 826, + "start": 852, + "end": 856, "loc": { "start": { "line": 31, @@ -2063,8 +2063,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 827, - "end": 831, + "start": 857, + "end": 861, "loc": { "start": { "line": 31, @@ -2082,8 +2082,8 @@ }, { "type": "ExpressionStatement", - "start": 836, - "end": 885, + "start": 867, + "end": 916, "loc": { "start": { "line": 32, @@ -2096,8 +2096,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 836, - "end": 884, + "start": 867, + "end": 915, "loc": { "start": { "line": 32, @@ -2111,8 +2111,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 836, - "end": 853, + "start": 867, + "end": 884, "loc": { "start": { "line": 32, @@ -2125,8 +2125,8 @@ }, "object": { "type": "ThisExpression", - "start": 836, - "end": 840, + "start": 867, + "end": 871, "loc": { "start": { "line": 32, @@ -2140,8 +2140,8 @@ }, "property": { "type": "Identifier", - "start": 841, - "end": 853, + "start": 872, + "end": 884, "loc": { "start": { "line": 32, @@ -2159,8 +2159,8 @@ }, "right": { "type": "CallExpression", - "start": 856, - "end": 884, + "start": 887, + "end": 915, "loc": { "start": { "line": 32, @@ -2173,8 +2173,8 @@ }, "callee": { "type": "MemberExpression", - "start": 856, - "end": 878, + "start": 887, + "end": 909, "loc": { "start": { "line": 32, @@ -2187,8 +2187,8 @@ }, "object": { "type": "MemberExpression", - "start": 856, - "end": 873, + "start": 887, + "end": 904, "loc": { "start": { "line": 32, @@ -2201,8 +2201,8 @@ }, "object": { "type": "ThisExpression", - "start": 856, - "end": 860, + "start": 887, + "end": 891, "loc": { "start": { "line": 32, @@ -2216,8 +2216,8 @@ }, "property": { "type": "Identifier", - "start": 861, - "end": 873, + "start": 892, + "end": 904, "loc": { "start": { "line": 32, @@ -2235,8 +2235,8 @@ }, "property": { "type": "Identifier", - "start": 874, - "end": 878, + "start": 905, + "end": 909, "loc": { "start": { "line": 32, @@ -2255,8 +2255,8 @@ "arguments": [ { "type": "ThisExpression", - "start": 879, - "end": 883, + "start": 910, + "end": 914, "loc": { "start": { "line": 32, @@ -2279,9 +2279,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Create a MagicSelect component\n\t *\n\t * @param {Object} props\n\t ", - "start": 440, - "end": 513, + "value": "*\r\n\t * Create a MagicSelect component\r\n\t *\r\n\t * @param {Object} props\r\n\t ", + "start": 458, + "end": 535, "loc": { "start": { "line": 19, @@ -2297,9 +2297,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle direct change events\n\t *\n\t * @param {Event} event\n\t ", - "start": 891, - "end": 960, + "value": "*\r\n\t * Handle direct change events\r\n\t *\r\n\t * @param {Event} event\r\n\t ", + "start": 925, + "end": 998, "loc": { "start": { "line": 35, @@ -2315,8 +2315,8 @@ }, { "type": "ClassMethod", - "start": 962, - "end": 1030, + "start": 1001, + "end": 1071, "loc": { "start": { "line": 40, @@ -2331,8 +2331,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 962, - "end": 970, + "start": 1001, + "end": 1009, "loc": { "start": { "line": 40, @@ -2355,8 +2355,8 @@ "params": [ { "type": "Identifier", - "start": 971, - "end": 976, + "start": 1010, + "end": 1015, "loc": { "start": { "line": 40, @@ -2373,8 +2373,8 @@ ], "body": { "type": "BlockStatement", - "start": 978, - "end": 1030, + "start": 1017, + "end": 1071, "loc": { "start": { "line": 40, @@ -2388,8 +2388,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 982, - "end": 1027, + "start": 1022, + "end": 1067, "loc": { "start": { "line": 41, @@ -2402,8 +2402,8 @@ }, "expression": { "type": "CallExpression", - "start": 982, - "end": 1026, + "start": 1022, + "end": 1066, "loc": { "start": { "line": 41, @@ -2416,8 +2416,8 @@ }, "callee": { "type": "MemberExpression", - "start": 982, - "end": 1006, + "start": 1022, + "end": 1046, "loc": { "start": { "line": 41, @@ -2430,8 +2430,8 @@ }, "object": { "type": "MemberExpression", - "start": 982, - "end": 992, + "start": 1022, + "end": 1032, "loc": { "start": { "line": 41, @@ -2444,8 +2444,8 @@ }, "object": { "type": "ThisExpression", - "start": 982, - "end": 986, + "start": 1022, + "end": 1026, "loc": { "start": { "line": 41, @@ -2459,8 +2459,8 @@ }, "property": { "type": "Identifier", - "start": 987, - "end": 992, + "start": 1027, + "end": 1032, "loc": { "start": { "line": 41, @@ -2478,8 +2478,8 @@ }, "property": { "type": "Identifier", - "start": 993, - "end": 1006, + "start": 1033, + "end": 1046, "loc": { "start": { "line": 41, @@ -2498,8 +2498,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 1007, - "end": 1025, + "start": 1047, + "end": 1065, "loc": { "start": { "line": 41, @@ -2512,8 +2512,8 @@ }, "object": { "type": "MemberExpression", - "start": 1007, - "end": 1019, + "start": 1047, + "end": 1059, "loc": { "start": { "line": 41, @@ -2526,8 +2526,8 @@ }, "object": { "type": "Identifier", - "start": 1007, - "end": 1012, + "start": 1047, + "end": 1052, "loc": { "start": { "line": 41, @@ -2543,8 +2543,8 @@ }, "property": { "type": "Identifier", - "start": 1013, - "end": 1019, + "start": 1053, + "end": 1059, "loc": { "start": { "line": 41, @@ -2562,8 +2562,8 @@ }, "property": { "type": "Identifier", - "start": 1020, - "end": 1025, + "start": 1060, + "end": 1065, "loc": { "start": { "line": 41, @@ -2589,9 +2589,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle direct change events\n\t *\n\t * @param {Event} event\n\t ", - "start": 891, - "end": 960, + "value": "*\r\n\t * Handle direct change events\r\n\t *\r\n\t * @param {Event} event\r\n\t ", + "start": 925, + "end": 998, "loc": { "start": { "line": 35, @@ -2607,9 +2607,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle when the field gets focus\n\t ", - "start": 1033, - "end": 1078, + "value": "*\r\n\t * Handle when the field gets focus\r\n\t ", + "start": 1076, + "end": 1123, "loc": { "start": { "line": 44, @@ -2625,8 +2625,8 @@ }, { "type": "ClassMethod", - "start": 1080, - "end": 1178, + "start": 1126, + "end": 1228, "loc": { "start": { "line": 47, @@ -2641,8 +2641,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1080, - "end": 1092, + "start": 1126, + "end": 1138, "loc": { "start": { "line": 47, @@ -2665,8 +2665,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 1095, - "end": 1178, + "start": 1141, + "end": 1228, "loc": { "start": { "line": 47, @@ -2680,8 +2680,8 @@ "body": [ { "type": "IfStatement", - "start": 1099, - "end": 1175, + "start": 1146, + "end": 1224, "loc": { "start": { "line": 48, @@ -2694,8 +2694,8 @@ }, "test": { "type": "BinaryExpression", - "start": 1103, - "end": 1143, + "start": 1150, + "end": 1190, "loc": { "start": { "line": 48, @@ -2708,8 +2708,8 @@ }, "left": { "type": "StringLiteral", - "start": 1103, - "end": 1113, + "start": 1150, + "end": 1160, "loc": { "start": { "line": 48, @@ -2729,8 +2729,8 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 1118, - "end": 1143, + "start": 1165, + "end": 1190, "loc": { "start": { "line": 48, @@ -2745,8 +2745,8 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 1125, - "end": 1143, + "start": 1172, + "end": 1190, "loc": { "start": { "line": 48, @@ -2759,8 +2759,8 @@ }, "object": { "type": "MemberExpression", - "start": 1125, - "end": 1135, + "start": 1172, + "end": 1182, "loc": { "start": { "line": 48, @@ -2773,8 +2773,8 @@ }, "object": { "type": "ThisExpression", - "start": 1125, - "end": 1129, + "start": 1172, + "end": 1176, "loc": { "start": { "line": 48, @@ -2788,8 +2788,8 @@ }, "property": { "type": "Identifier", - "start": 1130, - "end": 1135, + "start": 1177, + "end": 1182, "loc": { "start": { "line": 48, @@ -2807,8 +2807,8 @@ }, "property": { "type": "Identifier", - "start": 1136, - "end": 1143, + "start": 1183, + "end": 1190, "loc": { "start": { "line": 48, @@ -2831,8 +2831,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1145, - "end": 1175, + "start": 1192, + "end": 1224, "loc": { "start": { "line": 48, @@ -2846,8 +2846,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1150, - "end": 1171, + "start": 1198, + "end": 1219, "loc": { "start": { "line": 49, @@ -2860,8 +2860,8 @@ }, "expression": { "type": "CallExpression", - "start": 1150, - "end": 1170, + "start": 1198, + "end": 1218, "loc": { "start": { "line": 49, @@ -2874,8 +2874,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1150, - "end": 1168, + "start": 1198, + "end": 1216, "loc": { "start": { "line": 49, @@ -2888,8 +2888,8 @@ }, "object": { "type": "MemberExpression", - "start": 1150, - "end": 1160, + "start": 1198, + "end": 1208, "loc": { "start": { "line": 49, @@ -2902,8 +2902,8 @@ }, "object": { "type": "ThisExpression", - "start": 1150, - "end": 1154, + "start": 1198, + "end": 1202, "loc": { "start": { "line": 49, @@ -2917,8 +2917,8 @@ }, "property": { "type": "Identifier", - "start": 1155, - "end": 1160, + "start": 1203, + "end": 1208, "loc": { "start": { "line": 49, @@ -2936,8 +2936,8 @@ }, "property": { "type": "Identifier", - "start": 1161, - "end": 1168, + "start": 1209, + "end": 1216, "loc": { "start": { "line": 49, @@ -2968,9 +2968,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle when the field gets focus\n\t ", - "start": 1033, - "end": 1078, + "value": "*\r\n\t * Handle when the field gets focus\r\n\t ", + "start": 1076, + "end": 1123, "loc": { "start": { "line": 44, @@ -2986,9 +2986,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle when the field is blurred\n\t ", - "start": 1181, - "end": 1226, + "value": "*\r\n\t * Handle when the field is blurred\r\n\t ", + "start": 1233, + "end": 1280, "loc": { "start": { "line": 53, @@ -3004,8 +3004,8 @@ }, { "type": "ClassMethod", - "start": 1228, - "end": 1323, + "start": 1283, + "end": 1382, "loc": { "start": { "line": 56, @@ -3020,8 +3020,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1228, - "end": 1239, + "start": 1283, + "end": 1294, "loc": { "start": { "line": 56, @@ -3044,8 +3044,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 1242, - "end": 1323, + "start": 1297, + "end": 1382, "loc": { "start": { "line": 56, @@ -3059,8 +3059,8 @@ "body": [ { "type": "IfStatement", - "start": 1246, - "end": 1320, + "start": 1302, + "end": 1378, "loc": { "start": { "line": 57, @@ -3073,8 +3073,8 @@ }, "test": { "type": "BinaryExpression", - "start": 1250, - "end": 1289, + "start": 1306, + "end": 1345, "loc": { "start": { "line": 57, @@ -3087,8 +3087,8 @@ }, "left": { "type": "StringLiteral", - "start": 1250, - "end": 1260, + "start": 1306, + "end": 1316, "loc": { "start": { "line": 57, @@ -3108,8 +3108,8 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 1265, - "end": 1289, + "start": 1321, + "end": 1345, "loc": { "start": { "line": 57, @@ -3124,8 +3124,8 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 1272, - "end": 1289, + "start": 1328, + "end": 1345, "loc": { "start": { "line": 57, @@ -3138,8 +3138,8 @@ }, "object": { "type": "MemberExpression", - "start": 1272, - "end": 1282, + "start": 1328, + "end": 1338, "loc": { "start": { "line": 57, @@ -3152,8 +3152,8 @@ }, "object": { "type": "ThisExpression", - "start": 1272, - "end": 1276, + "start": 1328, + "end": 1332, "loc": { "start": { "line": 57, @@ -3167,8 +3167,8 @@ }, "property": { "type": "Identifier", - "start": 1277, - "end": 1282, + "start": 1333, + "end": 1338, "loc": { "start": { "line": 57, @@ -3186,8 +3186,8 @@ }, "property": { "type": "Identifier", - "start": 1283, - "end": 1289, + "start": 1339, + "end": 1345, "loc": { "start": { "line": 57, @@ -3210,8 +3210,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1291, - "end": 1320, + "start": 1347, + "end": 1378, "loc": { "start": { "line": 57, @@ -3225,8 +3225,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1296, - "end": 1316, + "start": 1353, + "end": 1373, "loc": { "start": { "line": 58, @@ -3239,8 +3239,8 @@ }, "expression": { "type": "CallExpression", - "start": 1296, - "end": 1315, + "start": 1353, + "end": 1372, "loc": { "start": { "line": 58, @@ -3253,8 +3253,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1296, - "end": 1313, + "start": 1353, + "end": 1370, "loc": { "start": { "line": 58, @@ -3267,8 +3267,8 @@ }, "object": { "type": "MemberExpression", - "start": 1296, - "end": 1306, + "start": 1353, + "end": 1363, "loc": { "start": { "line": 58, @@ -3281,8 +3281,8 @@ }, "object": { "type": "ThisExpression", - "start": 1296, - "end": 1300, + "start": 1353, + "end": 1357, "loc": { "start": { "line": 58, @@ -3296,8 +3296,8 @@ }, "property": { "type": "Identifier", - "start": 1301, - "end": 1306, + "start": 1358, + "end": 1363, "loc": { "start": { "line": 58, @@ -3315,8 +3315,8 @@ }, "property": { "type": "Identifier", - "start": 1307, - "end": 1313, + "start": 1364, + "end": 1370, "loc": { "start": { "line": 58, @@ -3347,9 +3347,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle when the field is blurred\n\t ", - "start": 1181, - "end": 1226, + "value": "*\r\n\t * Handle when the field is blurred\r\n\t ", + "start": 1233, + "end": 1280, "loc": { "start": { "line": 53, @@ -3365,9 +3365,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle when the option is chosen\n\t * @param {String|number} value\n\t ", - "start": 1327, - "end": 1405, + "value": "*\r\n\t * Handle when the option is chosen\r\n\t * @param {String|number} value\r\n\t ", + "start": 1389, + "end": 1470, "loc": { "start": { "line": 63, @@ -3383,8 +3383,8 @@ }, { "type": "ClassMethod", - "start": 1407, - "end": 1462, + "start": 1473, + "end": 1530, "loc": { "start": { "line": 67, @@ -3399,8 +3399,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1407, - "end": 1415, + "start": 1473, + "end": 1481, "loc": { "start": { "line": 67, @@ -3423,8 +3423,8 @@ "params": [ { "type": "Identifier", - "start": 1416, - "end": 1421, + "start": 1482, + "end": 1487, "loc": { "start": { "line": 67, @@ -3441,8 +3441,8 @@ ], "body": { "type": "BlockStatement", - "start": 1423, - "end": 1462, + "start": 1489, + "end": 1530, "loc": { "start": { "line": 67, @@ -3456,8 +3456,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1427, - "end": 1459, + "start": 1494, + "end": 1526, "loc": { "start": { "line": 68, @@ -3470,8 +3470,8 @@ }, "expression": { "type": "CallExpression", - "start": 1427, - "end": 1458, + "start": 1494, + "end": 1525, "loc": { "start": { "line": 68, @@ -3484,8 +3484,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1427, - "end": 1451, + "start": 1494, + "end": 1518, "loc": { "start": { "line": 68, @@ -3498,8 +3498,8 @@ }, "object": { "type": "MemberExpression", - "start": 1427, - "end": 1437, + "start": 1494, + "end": 1504, "loc": { "start": { "line": 68, @@ -3512,8 +3512,8 @@ }, "object": { "type": "ThisExpression", - "start": 1427, - "end": 1431, + "start": 1494, + "end": 1498, "loc": { "start": { "line": 68, @@ -3527,8 +3527,8 @@ }, "property": { "type": "Identifier", - "start": 1432, - "end": 1437, + "start": 1499, + "end": 1504, "loc": { "start": { "line": 68, @@ -3546,8 +3546,8 @@ }, "property": { "type": "Identifier", - "start": 1438, - "end": 1451, + "start": 1505, + "end": 1518, "loc": { "start": { "line": 68, @@ -3566,8 +3566,8 @@ "arguments": [ { "type": "Identifier", - "start": 1452, - "end": 1457, + "start": 1519, + "end": 1524, "loc": { "start": { "line": 68, @@ -3591,9 +3591,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Handle when the option is chosen\n\t * @param {String|number} value\n\t ", - "start": 1327, - "end": 1405, + "value": "*\r\n\t * Handle when the option is chosen\r\n\t * @param {String|number} value\r\n\t ", + "start": 1389, + "end": 1470, "loc": { "start": { "line": 63, @@ -3609,9 +3609,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Render option\n\t *\n\t * @param {object} item\n\t * @param {bool} isHighlighted\n\t * @return {*}\n\t ", - "start": 1466, - "end": 1569, + "value": "*\r\n\t * Render option\r\n\t *\r\n\t * @param {object} item\r\n\t * @param {bool} isHighlighted\r\n\t * @return {*}\r\n\t ", + "start": 1537, + "end": 1646, "loc": { "start": { "line": 72, @@ -3627,8 +3627,8 @@ }, { "type": "ClassMethod", - "start": 1571, - "end": 1741, + "start": 1649, + "end": 1821, "loc": { "start": { "line": 79, @@ -3643,8 +3643,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1571, - "end": 1581, + "start": 1649, + "end": 1659, "loc": { "start": { "line": 79, @@ -3667,8 +3667,8 @@ "params": [ { "type": "Identifier", - "start": 1582, - "end": 1586, + "start": 1660, + "end": 1664, "loc": { "start": { "line": 79, @@ -3684,8 +3684,8 @@ }, { "type": "Identifier", - "start": 1588, - "end": 1601, + "start": 1666, + "end": 1679, "loc": { "start": { "line": 79, @@ -3702,8 +3702,8 @@ ], "body": { "type": "BlockStatement", - "start": 1602, - "end": 1741, + "start": 1680, + "end": 1821, "loc": { "start": { "line": 79, @@ -3717,8 +3717,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1606, - "end": 1738, + "start": 1685, + "end": 1817, "loc": { "start": { "line": 80, @@ -3731,8 +3731,8 @@ }, "argument": { "type": "JSXElement", - "start": 1613, - "end": 1737, + "start": 1692, + "end": 1816, "loc": { "start": { "line": 80, @@ -3745,8 +3745,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 1613, - "end": 1737, + "start": 1692, + "end": 1816, "loc": { "start": { "line": 80, @@ -3760,8 +3760,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 1624, - "end": 1635, + "start": 1703, + "end": 1714, "loc": { "start": { "line": 80, @@ -3774,8 +3774,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1624, - "end": 1628, + "start": 1703, + "end": 1707, "loc": { "start": { "line": 80, @@ -3790,8 +3790,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1629, - "end": 1635, + "start": 1708, + "end": 1714, "loc": { "start": { "line": 80, @@ -3804,8 +3804,8 @@ }, "expression": { "type": "Identifier", - "start": 1630, - "end": 1634, + "start": 1709, + "end": 1713, "loc": { "start": { "line": 80, @@ -3823,8 +3823,8 @@ }, { "type": "JSXAttribute", - "start": 1636, - "end": 1665, + "start": 1715, + "end": 1744, "loc": { "start": { "line": 80, @@ -3837,8 +3837,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1636, - "end": 1649, + "start": 1715, + "end": 1728, "loc": { "start": { "line": 80, @@ -3853,8 +3853,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1650, - "end": 1665, + "start": 1729, + "end": 1744, "loc": { "start": { "line": 80, @@ -3867,8 +3867,8 @@ }, "expression": { "type": "Identifier", - "start": 1651, - "end": 1664, + "start": 1730, + "end": 1743, "loc": { "start": { "line": 80, @@ -3886,8 +3886,8 @@ }, { "type": "JSXAttribute", - "start": 1666, - "end": 1690, + "start": 1745, + "end": 1769, "loc": { "start": { "line": 80, @@ -3900,8 +3900,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1666, - "end": 1674, + "start": 1745, + "end": 1753, "loc": { "start": { "line": 80, @@ -3916,8 +3916,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1675, - "end": 1690, + "start": 1754, + "end": 1769, "loc": { "start": { "line": 80, @@ -3930,8 +3930,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1676, - "end": 1689, + "start": 1755, + "end": 1768, "loc": { "start": { "line": 80, @@ -3944,8 +3944,8 @@ }, "object": { "type": "Identifier", - "start": 1676, - "end": 1680, + "start": 1755, + "end": 1759, "loc": { "start": { "line": 80, @@ -3961,8 +3961,8 @@ }, "property": { "type": "Identifier", - "start": 1681, - "end": 1689, + "start": 1760, + "end": 1768, "loc": { "start": { "line": 80, @@ -3982,8 +3982,8 @@ }, { "type": "JSXAttribute", - "start": 1691, - "end": 1710, + "start": 1770, + "end": 1789, "loc": { "start": { "line": 80, @@ -3996,8 +3996,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1691, - "end": 1694, + "start": 1770, + "end": 1773, "loc": { "start": { "line": 80, @@ -4012,8 +4012,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1695, - "end": 1710, + "start": 1774, + "end": 1789, "loc": { "start": { "line": 80, @@ -4026,8 +4026,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1696, - "end": 1709, + "start": 1775, + "end": 1788, "loc": { "start": { "line": 80, @@ -4040,8 +4040,8 @@ }, "object": { "type": "Identifier", - "start": 1696, - "end": 1700, + "start": 1775, + "end": 1779, "loc": { "start": { "line": 80, @@ -4057,8 +4057,8 @@ }, "property": { "type": "Identifier", - "start": 1701, - "end": 1709, + "start": 1780, + "end": 1788, "loc": { "start": { "line": 80, @@ -4078,8 +4078,8 @@ }, { "type": "JSXAttribute", - "start": 1711, - "end": 1734, + "start": 1790, + "end": 1813, "loc": { "start": { "line": 80, @@ -4092,8 +4092,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1711, - "end": 1718, + "start": 1790, + "end": 1797, "loc": { "start": { "line": 80, @@ -4108,8 +4108,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1719, - "end": 1734, + "start": 1798, + "end": 1813, "loc": { "start": { "line": 80, @@ -4122,8 +4122,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1720, - "end": 1733, + "start": 1799, + "end": 1812, "loc": { "start": { "line": 80, @@ -4136,8 +4136,8 @@ }, "object": { "type": "ThisExpression", - "start": 1720, - "end": 1724, + "start": 1799, + "end": 1803, "loc": { "start": { "line": 80, @@ -4151,8 +4151,8 @@ }, "property": { "type": "Identifier", - "start": 1725, - "end": 1733, + "start": 1804, + "end": 1812, "loc": { "start": { "line": 80, @@ -4173,8 +4173,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 1614, - "end": 1623, + "start": 1693, + "end": 1702, "loc": { "start": { "line": 80, @@ -4200,9 +4200,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Render option\n\t *\n\t * @param {object} item\n\t * @param {bool} isHighlighted\n\t * @return {*}\n\t ", - "start": 1466, - "end": 1569, + "value": "*\r\n\t * Render option\r\n\t *\r\n\t * @param {object} item\r\n\t * @param {bool} isHighlighted\r\n\t * @return {*}\r\n\t ", + "start": 1537, + "end": 1646, "loc": { "start": { "line": 72, @@ -4218,9 +4218,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Get the value of the item\n\t * @param {Object} item\n\t * @return {*}\n\t ", - "start": 1744, - "end": 1823, + "value": "*\r\n\t * Get the value of the item\r\n\t * @param {Object} item\r\n\t * @return {*}\r\n\t ", + "start": 1826, + "end": 1909, "loc": { "start": { "line": 83, @@ -4236,8 +4236,8 @@ }, { "type": "ClassMethod", - "start": 1825, - "end": 1868, + "start": 1912, + "end": 1957, "loc": { "start": { "line": 88, @@ -4252,8 +4252,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1825, - "end": 1837, + "start": 1912, + "end": 1924, "loc": { "start": { "line": 88, @@ -4276,8 +4276,8 @@ "params": [ { "type": "Identifier", - "start": 1838, - "end": 1842, + "start": 1925, + "end": 1929, "loc": { "start": { "line": 88, @@ -4294,8 +4294,8 @@ ], "body": { "type": "BlockStatement", - "start": 1843, - "end": 1868, + "start": 1930, + "end": 1957, "loc": { "start": { "line": 88, @@ -4309,8 +4309,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1847, - "end": 1865, + "start": 1935, + "end": 1953, "loc": { "start": { "line": 89, @@ -4323,8 +4323,8 @@ }, "argument": { "type": "MemberExpression", - "start": 1854, - "end": 1864, + "start": 1942, + "end": 1952, "loc": { "start": { "line": 89, @@ -4337,8 +4337,8 @@ }, "object": { "type": "Identifier", - "start": 1854, - "end": 1858, + "start": 1942, + "end": 1946, "loc": { "start": { "line": 89, @@ -4354,8 +4354,8 @@ }, "property": { "type": "Identifier", - "start": 1859, - "end": 1864, + "start": 1947, + "end": 1952, "loc": { "start": { "line": 89, @@ -4379,9 +4379,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Get the value of the item\n\t * @param {Object} item\n\t * @return {*}\n\t ", - "start": 1744, - "end": 1823, + "value": "*\r\n\t * Get the value of the item\r\n\t * @param {Object} item\r\n\t * @return {*}\r\n\t ", + "start": 1826, + "end": 1909, "loc": { "start": { "line": 83, @@ -4397,9 +4397,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Render MagicSelect component\n\t * @return {*}\n\t ", - "start": 1872, - "end": 1929, + "value": "*\r\n\t * Render MagicSelect component\r\n\t * @return {*}\r\n\t ", + "start": 1964, + "end": 2024, "loc": { "start": { "line": 93, @@ -4415,8 +4415,8 @@ }, { "type": "ClassMethod", - "start": 1931, - "end": 2558, + "start": 2027, + "end": 2680, "loc": { "start": { "line": 97, @@ -4431,8 +4431,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1931, - "end": 1937, + "start": 2027, + "end": 2033, "loc": { "start": { "line": 97, @@ -4455,8 +4455,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 1940, - "end": 2558, + "start": 2036, + "end": 2680, "loc": { "start": { "line": 97, @@ -4470,8 +4470,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1944, - "end": 2555, + "start": 2041, + "end": 2676, "loc": { "start": { "line": 98, @@ -4484,8 +4484,8 @@ }, "argument": { "type": "JSXElement", - "start": 1956, - "end": 2549, + "start": 2054, + "end": 2668, "loc": { "start": { "line": 99, @@ -4498,8 +4498,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 1956, - "end": 2549, + "start": 2054, + "end": 2668, "loc": { "start": { "line": 99, @@ -4513,8 +4513,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 1974, - "end": 2006, + "start": 2073, + "end": 2105, "loc": { "start": { "line": 100, @@ -4527,8 +4527,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1974, - "end": 1986, + "start": 2073, + "end": 2085, "loc": { "start": { "line": 100, @@ -4543,8 +4543,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1987, - "end": 2006, + "start": 2086, + "end": 2105, "loc": { "start": { "line": 100, @@ -4557,8 +4557,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1988, - "end": 2005, + "start": 2087, + "end": 2104, "loc": { "start": { "line": 100, @@ -4571,8 +4571,8 @@ }, "object": { "type": "ThisExpression", - "start": 1988, - "end": 1992, + "start": 2087, + "end": 2091, "loc": { "start": { "line": 100, @@ -4586,8 +4586,8 @@ }, "property": { "type": "Identifier", - "start": 1993, - "end": 2005, + "start": 2092, + "end": 2104, "loc": { "start": { "line": 100, @@ -4607,8 +4607,8 @@ }, { "type": "JSXAttribute", - "start": 2011, - "end": 2037, + "start": 2111, + "end": 2137, "loc": { "start": { "line": 101, @@ -4621,8 +4621,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2011, - "end": 2016, + "start": 2111, + "end": 2116, "loc": { "start": { "line": 101, @@ -4637,8 +4637,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2017, - "end": 2037, + "start": 2117, + "end": 2137, "loc": { "start": { "line": 101, @@ -4651,8 +4651,8 @@ }, "expression": { "type": "MemberExpression", - "start": 2018, - "end": 2036, + "start": 2118, + "end": 2136, "loc": { "start": { "line": 101, @@ -4665,8 +4665,8 @@ }, "object": { "type": "MemberExpression", - "start": 2018, - "end": 2028, + "start": 2118, + "end": 2128, "loc": { "start": { "line": 101, @@ -4679,8 +4679,8 @@ }, "object": { "type": "ThisExpression", - "start": 2018, - "end": 2022, + "start": 2118, + "end": 2122, "loc": { "start": { "line": 101, @@ -4694,8 +4694,8 @@ }, "property": { "type": "Identifier", - "start": 2023, - "end": 2028, + "start": 2123, + "end": 2128, "loc": { "start": { "line": 101, @@ -4713,8 +4713,8 @@ }, "property": { "type": "Identifier", - "start": 2029, - "end": 2036, + "start": 2129, + "end": 2136, "loc": { "start": { "line": 101, @@ -4734,8 +4734,8 @@ }, { "type": "JSXAttribute", - "start": 2042, - "end": 2370, + "start": 2143, + "end": 2482, "loc": { "start": { "line": 102, @@ -4748,8 +4748,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2042, - "end": 2052, + "start": 2143, + "end": 2153, "loc": { "start": { "line": 102, @@ -4764,8 +4764,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2053, - "end": 2370, + "start": 2154, + "end": 2482, "loc": { "start": { "line": 102, @@ -4778,8 +4778,8 @@ }, "expression": { "type": "ObjectExpression", - "start": 2054, - "end": 2369, + "start": 2155, + "end": 2481, "loc": { "start": { "line": 102, @@ -4793,8 +4793,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 2061, - "end": 2078, + "start": 2163, + "end": 2180, "loc": { "start": { "line": 103, @@ -4810,8 +4810,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2061, - "end": 2063, + "start": 2163, + "end": 2165, "loc": { "start": { "line": 103, @@ -4827,8 +4827,8 @@ }, "value": { "type": "MemberExpression", - "start": 2065, - "end": 2078, + "start": 2167, + "end": 2180, "loc": { "start": { "line": 103, @@ -4841,8 +4841,8 @@ }, "object": { "type": "MemberExpression", - "start": 2065, - "end": 2075, + "start": 2167, + "end": 2177, "loc": { "start": { "line": 103, @@ -4855,8 +4855,8 @@ }, "object": { "type": "ThisExpression", - "start": 2065, - "end": 2069, + "start": 2167, + "end": 2171, "loc": { "start": { "line": 103, @@ -4870,8 +4870,8 @@ }, "property": { "type": "Identifier", - "start": 2070, - "end": 2075, + "start": 2172, + "end": 2177, "loc": { "start": { "line": 103, @@ -4889,8 +4889,8 @@ }, "property": { "type": "Identifier", - "start": 2076, - "end": 2078, + "start": 2178, + "end": 2180, "loc": { "start": { "line": 103, @@ -4909,8 +4909,8 @@ }, { "type": "ObjectProperty", - "start": 2085, - "end": 2108, + "start": 2188, + "end": 2211, "loc": { "start": { "line": 104, @@ -4926,8 +4926,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2085, - "end": 2090, + "start": 2188, + "end": 2193, "loc": { "start": { "line": 104, @@ -4943,8 +4943,8 @@ }, "value": { "type": "MemberExpression", - "start": 2092, - "end": 2108, + "start": 2195, + "end": 2211, "loc": { "start": { "line": 104, @@ -4957,8 +4957,8 @@ }, "object": { "type": "MemberExpression", - "start": 2092, - "end": 2102, + "start": 2195, + "end": 2205, "loc": { "start": { "line": 104, @@ -4971,8 +4971,8 @@ }, "object": { "type": "ThisExpression", - "start": 2092, - "end": 2096, + "start": 2195, + "end": 2199, "loc": { "start": { "line": 104, @@ -4986,8 +4986,8 @@ }, "property": { "type": "Identifier", - "start": 2097, - "end": 2102, + "start": 2200, + "end": 2205, "loc": { "start": { "line": 104, @@ -5005,8 +5005,8 @@ }, "property": { "type": "Identifier", - "start": 2103, - "end": 2108, + "start": 2206, + "end": 2211, "loc": { "start": { "line": 104, @@ -5025,8 +5025,8 @@ }, { "type": "ObjectProperty", - "start": 2115, - "end": 2272, + "start": 2219, + "end": 2380, "loc": { "start": { "line": 105, @@ -5042,8 +5042,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2115, - "end": 2124, + "start": 2219, + "end": 2228, "loc": { "start": { "line": 105, @@ -5059,8 +5059,8 @@ }, "value": { "type": "CallExpression", - "start": 2125, - "end": 2272, + "start": 2229, + "end": 2380, "loc": { "start": { "line": 105, @@ -5073,8 +5073,8 @@ }, "callee": { "type": "Identifier", - "start": 2125, - "end": 2135, + "start": 2229, + "end": 2239, "loc": { "start": { "line": 105, @@ -5091,8 +5091,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 2143, - "end": 2175, + "start": 2248, + "end": 2280, "loc": { "start": { "line": 106, @@ -5105,8 +5105,8 @@ }, "object": { "type": "MemberExpression", - "start": 2143, - "end": 2169, + "start": 2248, + "end": 2274, "loc": { "start": { "line": 106, @@ -5119,8 +5119,8 @@ }, "object": { "type": "Identifier", - "start": 2143, - "end": 2158, + "start": 2248, + "end": 2263, "loc": { "start": { "line": 106, @@ -5136,8 +5136,8 @@ }, "property": { "type": "Identifier", - "start": 2159, - "end": 2169, + "start": 2264, + "end": 2274, "loc": { "start": { "line": 106, @@ -5155,8 +5155,8 @@ }, "property": { "type": "Identifier", - "start": 2170, - "end": 2175, + "start": 2275, + "end": 2280, "loc": { "start": { "line": 106, @@ -5174,8 +5174,8 @@ }, { "type": "TemplateLiteral", - "start": 2183, - "end": 2237, + "start": 2289, + "end": 2343, "loc": { "start": { "line": 107, @@ -5189,8 +5189,8 @@ "expressions": [ { "type": "MemberExpression", - "start": 2186, - "end": 2218, + "start": 2292, + "end": 2324, "loc": { "start": { "line": 107, @@ -5203,8 +5203,8 @@ }, "object": { "type": "MemberExpression", - "start": 2186, - "end": 2212, + "start": 2292, + "end": 2318, "loc": { "start": { "line": 107, @@ -5217,8 +5217,8 @@ }, "object": { "type": "Identifier", - "start": 2186, - "end": 2201, + "start": 2292, + "end": 2307, "loc": { "start": { "line": 107, @@ -5234,8 +5234,8 @@ }, "property": { "type": "Identifier", - "start": 2202, - "end": 2212, + "start": 2308, + "end": 2318, "loc": { "start": { "line": 107, @@ -5253,8 +5253,8 @@ }, "property": { "type": "Identifier", - "start": 2213, - "end": 2218, + "start": 2319, + "end": 2324, "loc": { "start": { "line": 107, @@ -5272,8 +5272,8 @@ }, { "type": "MemberExpression", - "start": 2222, - "end": 2235, + "start": 2328, + "end": 2341, "loc": { "start": { "line": 107, @@ -5286,8 +5286,8 @@ }, "object": { "type": "MemberExpression", - "start": 2222, - "end": 2232, + "start": 2328, + "end": 2338, "loc": { "start": { "line": 107, @@ -5300,8 +5300,8 @@ }, "object": { "type": "ThisExpression", - "start": 2222, - "end": 2226, + "start": 2328, + "end": 2332, "loc": { "start": { "line": 107, @@ -5315,8 +5315,8 @@ }, "property": { "type": "Identifier", - "start": 2227, - "end": 2232, + "start": 2333, + "end": 2338, "loc": { "start": { "line": 107, @@ -5334,8 +5334,8 @@ }, "property": { "type": "Identifier", - "start": 2233, - "end": 2235, + "start": 2339, + "end": 2341, "loc": { "start": { "line": 107, @@ -5355,8 +5355,8 @@ "quasis": [ { "type": "TemplateElement", - "start": 2184, - "end": 2184, + "start": 2290, + "end": 2290, "loc": { "start": { "line": 107, @@ -5375,8 +5375,8 @@ }, { "type": "TemplateElement", - "start": 2219, - "end": 2220, + "start": 2325, + "end": 2326, "loc": { "start": { "line": 107, @@ -5395,8 +5395,8 @@ }, { "type": "TemplateElement", - "start": 2236, - "end": 2236, + "start": 2342, + "end": 2342, "loc": { "start": { "line": 107, @@ -5417,8 +5417,8 @@ }, { "type": "MemberExpression", - "start": 2245, - "end": 2265, + "start": 2352, + "end": 2372, "loc": { "start": { "line": 108, @@ -5431,8 +5431,8 @@ }, "object": { "type": "MemberExpression", - "start": 2245, - "end": 2255, + "start": 2352, + "end": 2362, "loc": { "start": { "line": 108, @@ -5445,8 +5445,8 @@ }, "object": { "type": "ThisExpression", - "start": 2245, - "end": 2249, + "start": 2352, + "end": 2356, "loc": { "start": { "line": 108, @@ -5460,8 +5460,8 @@ }, "property": { "type": "Identifier", - "start": 2250, - "end": 2255, + "start": 2357, + "end": 2362, "loc": { "start": { "line": 108, @@ -5479,8 +5479,8 @@ }, "property": { "type": "Identifier", - "start": 2256, - "end": 2265, + "start": 2363, + "end": 2372, "loc": { "start": { "line": 108, @@ -5501,8 +5501,8 @@ }, { "type": "ObjectProperty", - "start": 2279, - "end": 2305, + "start": 2388, + "end": 2414, "loc": { "start": { "line": 110, @@ -5518,8 +5518,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2279, - "end": 2286, + "start": 2388, + "end": 2395, "loc": { "start": { "line": 110, @@ -5535,8 +5535,8 @@ }, "value": { "type": "MemberExpression", - "start": 2288, - "end": 2305, + "start": 2397, + "end": 2414, "loc": { "start": { "line": 110, @@ -5549,8 +5549,8 @@ }, "object": { "type": "ThisExpression", - "start": 2288, - "end": 2292, + "start": 2397, + "end": 2401, "loc": { "start": { "line": 110, @@ -5564,8 +5564,8 @@ }, "property": { "type": "Identifier", - "start": 2293, - "end": 2305, + "start": 2402, + "end": 2414, "loc": { "start": { "line": 110, @@ -5584,8 +5584,8 @@ }, { "type": "ObjectProperty", - "start": 2312, - "end": 2335, + "start": 2422, + "end": 2445, "loc": { "start": { "line": 111, @@ -5601,8 +5601,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2312, - "end": 2318, + "start": 2422, + "end": 2428, "loc": { "start": { "line": 111, @@ -5618,8 +5618,8 @@ }, "value": { "type": "MemberExpression", - "start": 2319, - "end": 2335, + "start": 2429, + "end": 2445, "loc": { "start": { "line": 111, @@ -5632,8 +5632,8 @@ }, "object": { "type": "ThisExpression", - "start": 2319, - "end": 2323, + "start": 2429, + "end": 2433, "loc": { "start": { "line": 111, @@ -5647,8 +5647,8 @@ }, "property": { "type": "Identifier", - "start": 2324, - "end": 2335, + "start": 2434, + "end": 2445, "loc": { "start": { "line": 111, @@ -5667,8 +5667,8 @@ }, { "type": "ObjectProperty", - "start": 2342, - "end": 2363, + "start": 2453, + "end": 2474, "loc": { "start": { "line": 112, @@ -5684,8 +5684,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2342, - "end": 2349, + "start": 2453, + "end": 2460, "loc": { "start": { "line": 112, @@ -5701,8 +5701,8 @@ }, "value": { "type": "MemberExpression", - "start": 2350, - "end": 2363, + "start": 2461, + "end": 2474, "loc": { "start": { "line": 112, @@ -5715,8 +5715,8 @@ }, "object": { "type": "ThisExpression", - "start": 2350, - "end": 2354, + "start": 2461, + "end": 2465, "loc": { "start": { "line": 112, @@ -5730,8 +5730,8 @@ }, "property": { "type": "Identifier", - "start": 2355, - "end": 2363, + "start": 2466, + "end": 2474, "loc": { "start": { "line": 112, @@ -5754,8 +5754,8 @@ }, { "type": "JSXAttribute", - "start": 2375, - "end": 2403, + "start": 2488, + "end": 2516, "loc": { "start": { "line": 114, @@ -5768,8 +5768,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2375, - "end": 2385, + "start": 2488, + "end": 2498, "loc": { "start": { "line": 114, @@ -5784,8 +5784,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2386, - "end": 2403, + "start": 2499, + "end": 2516, "loc": { "start": { "line": 114, @@ -5798,8 +5798,8 @@ }, "expression": { "type": "MemberExpression", - "start": 2387, - "end": 2402, + "start": 2500, + "end": 2515, "loc": { "start": { "line": 114, @@ -5812,8 +5812,8 @@ }, "object": { "type": "ThisExpression", - "start": 2387, - "end": 2391, + "start": 2500, + "end": 2504, "loc": { "start": { "line": 114, @@ -5827,8 +5827,8 @@ }, "property": { "type": "Identifier", - "start": 2392, - "end": 2402, + "start": 2505, + "end": 2515, "loc": { "start": { "line": 114, @@ -5848,8 +5848,8 @@ }, { "type": "JSXAttribute", - "start": 2408, - "end": 2432, + "start": 2522, + "end": 2546, "loc": { "start": { "line": 115, @@ -5862,8 +5862,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2408, - "end": 2413, + "start": 2522, + "end": 2527, "loc": { "start": { "line": 115, @@ -5878,8 +5878,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2414, - "end": 2432, + "start": 2528, + "end": 2546, "loc": { "start": { "line": 115, @@ -5892,8 +5892,8 @@ }, "expression": { "type": "MemberExpression", - "start": 2415, - "end": 2431, + "start": 2529, + "end": 2545, "loc": { "start": { "line": 115, @@ -5906,8 +5906,8 @@ }, "object": { "type": "MemberExpression", - "start": 2415, - "end": 2425, + "start": 2529, + "end": 2539, "loc": { "start": { "line": 115, @@ -5920,8 +5920,8 @@ }, "object": { "type": "ThisExpression", - "start": 2415, - "end": 2419, + "start": 2529, + "end": 2533, "loc": { "start": { "line": 115, @@ -5935,8 +5935,8 @@ }, "property": { "type": "Identifier", - "start": 2420, - "end": 2425, + "start": 2534, + "end": 2539, "loc": { "start": { "line": 115, @@ -5954,8 +5954,8 @@ }, "property": { "type": "Identifier", - "start": 2426, - "end": 2431, + "start": 2540, + "end": 2545, "loc": { "start": { "line": 115, @@ -5975,8 +5975,8 @@ }, { "type": "JSXAttribute", - "start": 2437, - "end": 2461, + "start": 2552, + "end": 2576, "loc": { "start": { "line": 116, @@ -5989,8 +5989,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2437, - "end": 2445, + "start": 2552, + "end": 2560, "loc": { "start": { "line": 116, @@ -6005,8 +6005,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2446, - "end": 2461, + "start": 2561, + "end": 2576, "loc": { "start": { "line": 116, @@ -6019,8 +6019,8 @@ }, "expression": { "type": "MemberExpression", - "start": 2447, - "end": 2460, + "start": 2562, + "end": 2575, "loc": { "start": { "line": 116, @@ -6033,8 +6033,8 @@ }, "object": { "type": "ThisExpression", - "start": 2447, - "end": 2451, + "start": 2562, + "end": 2566, "loc": { "start": { "line": 116, @@ -6048,8 +6048,8 @@ }, "property": { "type": "Identifier", - "start": 2452, - "end": 2460, + "start": 2567, + "end": 2575, "loc": { "start": { "line": 116, @@ -6069,8 +6069,8 @@ }, { "type": "JSXAttribute", - "start": 2466, - "end": 2490, + "start": 2582, + "end": 2606, "loc": { "start": { "line": 117, @@ -6083,8 +6083,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2466, - "end": 2470, + "start": 2582, + "end": 2586, "loc": { "start": { "line": 117, @@ -6099,8 +6099,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2471, - "end": 2490, + "start": 2587, + "end": 2606, "loc": { "start": { "line": 117, @@ -6113,8 +6113,8 @@ }, "expression": { "type": "MemberExpression", - "start": 2472, - "end": 2489, + "start": 2588, + "end": 2605, "loc": { "start": { "line": 117, @@ -6127,8 +6127,8 @@ }, "object": { "type": "MemberExpression", - "start": 2472, - "end": 2482, + "start": 2588, + "end": 2598, "loc": { "start": { "line": 117, @@ -6141,8 +6141,8 @@ }, "object": { "type": "ThisExpression", - "start": 2472, - "end": 2476, + "start": 2588, + "end": 2592, "loc": { "start": { "line": 117, @@ -6156,8 +6156,8 @@ }, "property": { "type": "Identifier", - "start": 2477, - "end": 2482, + "start": 2593, + "end": 2598, "loc": { "start": { "line": 117, @@ -6175,8 +6175,8 @@ }, "property": { "type": "Identifier", - "start": 2483, - "end": 2489, + "start": 2599, + "end": 2605, "loc": { "start": { "line": 117, @@ -6196,8 +6196,8 @@ }, { "type": "JSXAttribute", - "start": 2495, - "end": 2514, + "start": 2612, + "end": 2631, "loc": { "start": { "line": 118, @@ -6210,8 +6210,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2495, - "end": 2507, + "start": 2612, + "end": 2624, "loc": { "start": { "line": 118, @@ -6226,8 +6226,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2508, - "end": 2514, + "start": 2625, + "end": 2631, "loc": { "start": { "line": 118, @@ -6240,8 +6240,8 @@ }, "expression": { "type": "BooleanLiteral", - "start": 2509, - "end": 2513, + "start": 2626, + "end": 2630, "loc": { "start": { "line": 118, @@ -6258,8 +6258,8 @@ }, { "type": "JSXAttribute", - "start": 2519, - "end": 2543, + "start": 2637, + "end": 2661, "loc": { "start": { "line": 119, @@ -6272,8 +6272,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 2519, - "end": 2527, + "start": 2637, + "end": 2645, "loc": { "start": { "line": 119, @@ -6288,8 +6288,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 2528, - "end": 2543, + "start": 2646, + "end": 2661, "loc": { "start": { "line": 119, @@ -6302,8 +6302,8 @@ }, "expression": { "type": "MemberExpression", - "start": 2529, - "end": 2542, + "start": 2647, + "end": 2660, "loc": { "start": { "line": 119, @@ -6316,8 +6316,8 @@ }, "object": { "type": "ThisExpression", - "start": 2529, - "end": 2533, + "start": 2647, + "end": 2651, "loc": { "start": { "line": 119, @@ -6331,8 +6331,8 @@ }, "property": { "type": "Identifier", - "start": 2534, - "end": 2542, + "start": 2652, + "end": 2660, "loc": { "start": { "line": 119, @@ -6353,8 +6353,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 1957, - "end": 1969, + "start": 2055, + "end": 2067, "loc": { "start": { "line": 99, @@ -6373,7 +6373,7 @@ "children": [], "extra": { "parenthesized": true, - "parenStart": 1951 + "parenStart": 2048 } } } @@ -6383,9 +6383,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Render MagicSelect component\n\t * @return {*}\n\t ", - "start": 1872, - "end": 1929, + "value": "*\r\n\t * Render MagicSelect component\r\n\t * @return {*}\r\n\t ", + "start": 1964, + "end": 2024, "loc": { "start": { "line": 93, @@ -6405,9 +6405,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Encapsulates a complete Magic Select field\n ", - "start": 329, - "end": 382, + "value": "*\r\n * Encapsulates a complete Magic Select field\r\n ", + "start": 342, + "end": 397, "loc": { "start": { "line": 14, @@ -6423,9 +6423,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definitions for MagicSelect component\n ", - "start": 2563, - "end": 2616, + "value": "*\r\n * Prop definitions for MagicSelect component\r\n ", + "start": 2689, + "end": 2744, "loc": { "start": { "line": 127, @@ -6442,9 +6442,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Encapsulates a complete Magic Select field\n ", - "start": 329, - "end": 382, + "value": "*\r\n * Encapsulates a complete Magic Select field\r\n ", + "start": 342, + "end": 397, "loc": { "start": { "line": 14, @@ -6460,9 +6460,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definitions for MagicSelect component\n ", - "start": 2563, - "end": 2616, + "value": "*\r\n * Prop definitions for MagicSelect component\r\n ", + "start": 2689, + "end": 2744, "loc": { "start": { "line": 127, @@ -6478,8 +6478,8 @@ }, { "type": "ExpressionStatement", - "start": 2617, - "end": 2955, + "start": 2746, + "end": 3096, "loc": { "start": { "line": 130, @@ -6492,8 +6492,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2617, - "end": 2954, + "start": 2746, + "end": 3095, "loc": { "start": { "line": 130, @@ -6507,8 +6507,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 2617, - "end": 2638, + "start": 2746, + "end": 2767, "loc": { "start": { "line": 130, @@ -6521,8 +6521,8 @@ }, "object": { "type": "Identifier", - "start": 2617, - "end": 2628, + "start": 2746, + "end": 2757, "loc": { "start": { "line": 130, @@ -6539,8 +6539,8 @@ }, "property": { "type": "Identifier", - "start": 2629, - "end": 2638, + "start": 2758, + "end": 2767, "loc": { "start": { "line": 130, @@ -6559,8 +6559,8 @@ }, "right": { "type": "ObjectExpression", - "start": 2641, - "end": 2954, + "start": 2770, + "end": 3095, "loc": { "start": { "line": 130, @@ -6574,8 +6574,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 2644, - "end": 2675, + "start": 2774, + "end": 2805, "loc": { "start": { "line": 131, @@ -6591,8 +6591,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2644, - "end": 2646, + "start": 2774, + "end": 2776, "loc": { "start": { "line": 131, @@ -6608,8 +6608,8 @@ }, "value": { "type": "MemberExpression", - "start": 2648, - "end": 2675, + "start": 2778, + "end": 2805, "loc": { "start": { "line": 131, @@ -6622,8 +6622,8 @@ }, "object": { "type": "MemberExpression", - "start": 2648, - "end": 2664, + "start": 2778, + "end": 2794, "loc": { "start": { "line": 131, @@ -6636,8 +6636,8 @@ }, "object": { "type": "Identifier", - "start": 2648, - "end": 2657, + "start": 2778, + "end": 2787, "loc": { "start": { "line": 131, @@ -6653,8 +6653,8 @@ }, "property": { "type": "Identifier", - "start": 2658, - "end": 2664, + "start": 2788, + "end": 2794, "loc": { "start": { "line": 131, @@ -6672,8 +6672,8 @@ }, "property": { "type": "Identifier", - "start": 2665, - "end": 2675, + "start": 2795, + "end": 2805, "loc": { "start": { "line": 131, @@ -6692,8 +6692,8 @@ }, { "type": "ObjectProperty", - "start": 2678, - "end": 2703, + "start": 2809, + "end": 2834, "loc": { "start": { "line": 132, @@ -6709,8 +6709,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2678, - "end": 2685, + "start": 2809, + "end": 2816, "loc": { "start": { "line": 132, @@ -6726,8 +6726,8 @@ }, "value": { "type": "Identifier", - "start": 2687, - "end": 2703, + "start": 2818, + "end": 2834, "loc": { "start": { "line": 132, @@ -6744,8 +6744,8 @@ }, { "type": "ObjectProperty", - "start": 2706, - "end": 2732, + "start": 2838, + "end": 2864, "loc": { "start": { "line": 133, @@ -6761,8 +6761,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2706, - "end": 2716, + "start": 2838, + "end": 2848, "loc": { "start": { "line": 133, @@ -6778,8 +6778,8 @@ }, "value": { "type": "MemberExpression", - "start": 2718, - "end": 2732, + "start": 2850, + "end": 2864, "loc": { "start": { "line": 133, @@ -6792,8 +6792,8 @@ }, "object": { "type": "Identifier", - "start": 2718, - "end": 2727, + "start": 2850, + "end": 2859, "loc": { "start": { "line": 133, @@ -6809,8 +6809,8 @@ }, "property": { "type": "Identifier", - "start": 2728, - "end": 2732, + "start": 2860, + "end": 2864, "loc": { "start": { "line": 133, @@ -6829,8 +6829,8 @@ }, { "type": "ObjectProperty", - "start": 2735, - "end": 2757, + "start": 2868, + "end": 2890, "loc": { "start": { "line": 134, @@ -6846,8 +6846,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2735, - "end": 2739, + "start": 2868, + "end": 2872, "loc": { "start": { "line": 134, @@ -6863,8 +6863,8 @@ }, "value": { "type": "MemberExpression", - "start": 2741, - "end": 2757, + "start": 2874, + "end": 2890, "loc": { "start": { "line": 134, @@ -6877,8 +6877,8 @@ }, "object": { "type": "Identifier", - "start": 2741, - "end": 2750, + "start": 2874, + "end": 2883, "loc": { "start": { "line": 134, @@ -6894,8 +6894,8 @@ }, "property": { "type": "Identifier", - "start": 2751, - "end": 2757, + "start": 2884, + "end": 2890, "loc": { "start": { "line": 134, @@ -6914,8 +6914,8 @@ }, { "type": "ObjectProperty", - "start": 2760, - "end": 2780, + "start": 2894, + "end": 2914, "loc": { "start": { "line": 135, @@ -6931,8 +6931,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2760, - "end": 2765, + "start": 2894, + "end": 2899, "loc": { "start": { "line": 135, @@ -6948,8 +6948,8 @@ }, "value": { "type": "Identifier", - "start": 2767, - "end": 2780, + "start": 2901, + "end": 2914, "loc": { "start": { "line": 135, @@ -6966,8 +6966,8 @@ }, { "type": "ObjectProperty", - "start": 2783, - "end": 2819, + "start": 2918, + "end": 2954, "loc": { "start": { "line": 136, @@ -6983,8 +6983,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2783, - "end": 2796, + "start": 2918, + "end": 2931, "loc": { "start": { "line": 136, @@ -7000,8 +7000,8 @@ }, "value": { "type": "Identifier", - "start": 2798, - "end": 2819, + "start": 2933, + "end": 2954, "loc": { "start": { "line": 136, @@ -7018,8 +7018,8 @@ }, { "type": "ObjectProperty", - "start": 2822, - "end": 2846, + "start": 2958, + "end": 2982, "loc": { "start": { "line": 137, @@ -7035,8 +7035,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2822, - "end": 2830, + "start": 2958, + "end": 2966, "loc": { "start": { "line": 137, @@ -7052,8 +7052,8 @@ }, "value": { "type": "MemberExpression", - "start": 2832, - "end": 2846, + "start": 2968, + "end": 2982, "loc": { "start": { "line": 137, @@ -7066,8 +7066,8 @@ }, "object": { "type": "Identifier", - "start": 2832, - "end": 2841, + "start": 2968, + "end": 2977, "loc": { "start": { "line": 137, @@ -7083,8 +7083,8 @@ }, "property": { "type": "Identifier", - "start": 2842, - "end": 2846, + "start": 2978, + "end": 2982, "loc": { "start": { "line": 137, @@ -7103,8 +7103,8 @@ }, { "type": "ObjectProperty", - "start": 2849, - "end": 2871, + "start": 2986, + "end": 3008, "loc": { "start": { "line": 138, @@ -7120,8 +7120,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2849, - "end": 2855, + "start": 2986, + "end": 2992, "loc": { "start": { "line": 138, @@ -7137,8 +7137,8 @@ }, "value": { "type": "MemberExpression", - "start": 2857, - "end": 2871, + "start": 2994, + "end": 3008, "loc": { "start": { "line": 138, @@ -7151,8 +7151,8 @@ }, "object": { "type": "Identifier", - "start": 2857, - "end": 2866, + "start": 2994, + "end": 3003, "loc": { "start": { "line": 138, @@ -7168,8 +7168,8 @@ }, "property": { "type": "Identifier", - "start": 2867, - "end": 2871, + "start": 3004, + "end": 3008, "loc": { "start": { "line": 138, @@ -7188,8 +7188,8 @@ }, { "type": "ObjectProperty", - "start": 2874, - "end": 2896, + "start": 3012, + "end": 3034, "loc": { "start": { "line": 139, @@ -7205,8 +7205,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2874, - "end": 2880, + "start": 3012, + "end": 3018, "loc": { "start": { "line": 139, @@ -7222,8 +7222,8 @@ }, "value": { "type": "MemberExpression", - "start": 2882, - "end": 2896, + "start": 3020, + "end": 3034, "loc": { "start": { "line": 139, @@ -7236,8 +7236,8 @@ }, "object": { "type": "Identifier", - "start": 2882, - "end": 2891, + "start": 3020, + "end": 3029, "loc": { "start": { "line": 139, @@ -7253,8 +7253,8 @@ }, "property": { "type": "Identifier", - "start": 2892, - "end": 2896, + "start": 3030, + "end": 3034, "loc": { "start": { "line": 139, @@ -7273,8 +7273,8 @@ }, { "type": "ObjectProperty", - "start": 2899, - "end": 2922, + "start": 3038, + "end": 3061, "loc": { "start": { "line": 140, @@ -7290,8 +7290,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2899, - "end": 2906, + "start": 3038, + "end": 3045, "loc": { "start": { "line": 140, @@ -7307,8 +7307,8 @@ }, "value": { "type": "MemberExpression", - "start": 2908, - "end": 2922, + "start": 3047, + "end": 3061, "loc": { "start": { "line": 140, @@ -7321,8 +7321,8 @@ }, "object": { "type": "Identifier", - "start": 2908, - "end": 2917, + "start": 3047, + "end": 3056, "loc": { "start": { "line": 140, @@ -7338,8 +7338,8 @@ }, "property": { "type": "Identifier", - "start": 2918, - "end": 2922, + "start": 3057, + "end": 3061, "loc": { "start": { "line": 140, @@ -7358,8 +7358,8 @@ }, { "type": "ObjectProperty", - "start": 2925, - "end": 2952, + "start": 3065, + "end": 3092, "loc": { "start": { "line": 141, @@ -7375,8 +7375,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2925, - "end": 2934, + "start": 3065, + "end": 3074, "loc": { "start": { "line": 141, @@ -7392,8 +7392,8 @@ }, "value": { "type": "MemberExpression", - "start": 2936, - "end": 2952, + "start": 3076, + "end": 3092, "loc": { "start": { "line": 141, @@ -7406,8 +7406,8 @@ }, "object": { "type": "Identifier", - "start": 2936, - "end": 2945, + "start": 3076, + "end": 3085, "loc": { "start": { "line": 141, @@ -7423,8 +7423,8 @@ }, "property": { "type": "Identifier", - "start": 2946, - "end": 2952, + "start": 3086, + "end": 3092, "loc": { "start": { "line": 141, @@ -7448,9 +7448,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definitions for MagicSelect component\n ", - "start": 2563, - "end": 2616, + "value": "*\r\n * Prop definitions for MagicSelect component\r\n ", + "start": 2689, + "end": 2744, "loc": { "start": { "line": 127, @@ -7466,9 +7466,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Default property values for MagicSelect component\n *\n * @type {{}}\n ", - "start": 2957, - "end": 3034, + "value": "*\r\n * Default property values for MagicSelect component\r\n *\r\n * @type {{}}\r\n ", + "start": 3100, + "end": 3181, "loc": { "start": { "line": 144, @@ -7484,8 +7484,8 @@ }, { "type": "ExpressionStatement", - "start": 3035, - "end": 3118, + "start": 3183, + "end": 3270, "loc": { "start": { "line": 149, @@ -7498,8 +7498,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 3035, - "end": 3117, + "start": 3183, + "end": 3269, "loc": { "start": { "line": 149, @@ -7513,8 +7513,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 3035, - "end": 3059, + "start": 3183, + "end": 3207, "loc": { "start": { "line": 149, @@ -7527,8 +7527,8 @@ }, "object": { "type": "Identifier", - "start": 3035, - "end": 3046, + "start": 3183, + "end": 3194, "loc": { "start": { "line": 149, @@ -7545,8 +7545,8 @@ }, "property": { "type": "Identifier", - "start": 3047, - "end": 3059, + "start": 3195, + "end": 3207, "loc": { "start": { "line": 149, @@ -7565,8 +7565,8 @@ }, "right": { "type": "ObjectExpression", - "start": 3062, - "end": 3117, + "start": 3210, + "end": 3269, "loc": { "start": { "line": 149, @@ -7580,8 +7580,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 3065, - "end": 3086, + "start": 3214, + "end": 3235, "loc": { "start": { "line": 150, @@ -7597,8 +7597,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3065, - "end": 3076, + "start": 3214, + "end": 3225, "loc": { "start": { "line": 150, @@ -7614,8 +7614,8 @@ }, "value": { "type": "StringLiteral", - "start": 3078, - "end": 3086, + "start": 3227, + "end": 3235, "loc": { "start": { "line": 150, @@ -7635,8 +7635,8 @@ }, { "type": "ObjectProperty", - "start": 3089, - "end": 3102, + "start": 3239, + "end": 3252, "loc": { "start": { "line": 151, @@ -7652,8 +7652,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3089, - "end": 3095, + "start": 3239, + "end": 3245, "loc": { "start": { "line": 151, @@ -7669,8 +7669,8 @@ }, "value": { "type": "BooleanLiteral", - "start": 3097, - "end": 3102, + "start": 3247, + "end": 3252, "loc": { "start": { "line": 151, @@ -7686,8 +7686,8 @@ }, { "type": "ObjectProperty", - "start": 3105, - "end": 3115, + "start": 3256, + "end": 3266, "loc": { "start": { "line": 152, @@ -7703,8 +7703,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 3105, - "end": 3112, + "start": 3256, + "end": 3263, "loc": { "start": { "line": 152, @@ -7720,8 +7720,8 @@ }, "value": { "type": "ArrayExpression", - "start": 3113, - "end": 3115, + "start": 3264, + "end": 3266, "loc": { "start": { "line": 152, @@ -7742,9 +7742,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Default property values for MagicSelect component\n *\n * @type {{}}\n ", - "start": 2957, - "end": 3034, + "value": "*\r\n * Default property values for MagicSelect component\r\n *\r\n * @type {{}}\r\n ", + "start": 3100, + "end": 3181, "loc": { "start": { "line": 144, @@ -7764,9 +7764,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Encapsulates a complete Magic Select field\n ", - "start": 329, - "end": 382, + "value": "*\r\n * Encapsulates a complete Magic Select field\r\n ", + "start": 342, + "end": 397, "loc": { "start": { "line": 14, @@ -7780,9 +7780,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Create a MagicSelect component\n\t *\n\t * @param {Object} props\n\t ", - "start": 440, - "end": 513, + "value": "*\r\n\t * Create a MagicSelect component\r\n\t *\r\n\t * @param {Object} props\r\n\t ", + "start": 458, + "end": 535, "loc": { "start": { "line": 19, @@ -7796,9 +7796,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle direct change events\n\t *\n\t * @param {Event} event\n\t ", - "start": 891, - "end": 960, + "value": "*\r\n\t * Handle direct change events\r\n\t *\r\n\t * @param {Event} event\r\n\t ", + "start": 925, + "end": 998, "loc": { "start": { "line": 35, @@ -7812,9 +7812,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle when the field gets focus\n\t ", - "start": 1033, - "end": 1078, + "value": "*\r\n\t * Handle when the field gets focus\r\n\t ", + "start": 1076, + "end": 1123, "loc": { "start": { "line": 44, @@ -7828,9 +7828,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle when the field is blurred\n\t ", - "start": 1181, - "end": 1226, + "value": "*\r\n\t * Handle when the field is blurred\r\n\t ", + "start": 1233, + "end": 1280, "loc": { "start": { "line": 53, @@ -7844,9 +7844,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle when the option is chosen\n\t * @param {String|number} value\n\t ", - "start": 1327, - "end": 1405, + "value": "*\r\n\t * Handle when the option is chosen\r\n\t * @param {String|number} value\r\n\t ", + "start": 1389, + "end": 1470, "loc": { "start": { "line": 63, @@ -7860,9 +7860,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Render option\n\t *\n\t * @param {object} item\n\t * @param {bool} isHighlighted\n\t * @return {*}\n\t ", - "start": 1466, - "end": 1569, + "value": "*\r\n\t * Render option\r\n\t *\r\n\t * @param {object} item\r\n\t * @param {bool} isHighlighted\r\n\t * @return {*}\r\n\t ", + "start": 1537, + "end": 1646, "loc": { "start": { "line": 72, @@ -7876,9 +7876,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Get the value of the item\n\t * @param {Object} item\n\t * @return {*}\n\t ", - "start": 1744, - "end": 1823, + "value": "*\r\n\t * Get the value of the item\r\n\t * @param {Object} item\r\n\t * @return {*}\r\n\t ", + "start": 1826, + "end": 1909, "loc": { "start": { "line": 83, @@ -7892,9 +7892,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Render MagicSelect component\n\t * @return {*}\n\t ", - "start": 1872, - "end": 1929, + "value": "*\r\n\t * Render MagicSelect component\r\n\t * @return {*}\r\n\t ", + "start": 1964, + "end": 2024, "loc": { "start": { "line": 93, @@ -7908,9 +7908,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definitions for MagicSelect component\n ", - "start": 2563, - "end": 2616, + "value": "*\r\n * Prop definitions for MagicSelect component\r\n ", + "start": 2689, + "end": 2744, "loc": { "start": { "line": 127, @@ -7924,9 +7924,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default property values for MagicSelect component\n *\n * @type {{}}\n ", - "start": 2957, - "end": 3034, + "value": "*\r\n * Default property values for MagicSelect component\r\n *\r\n * @type {{}}\r\n ", + "start": 3100, + "end": 3181, "loc": { "start": { "line": 144, @@ -8088,8 +8088,8 @@ "updateContext": null }, "value": "import", - "start": 27, - "end": 33, + "start": 28, + "end": 34, "loc": { "start": { "line": 2, @@ -8113,8 +8113,8 @@ "postfix": false, "binop": null }, - "start": 34, - "end": 35, + "start": 35, + "end": 36, "loc": { "start": { "line": 2, @@ -8139,8 +8139,8 @@ "binop": null }, "value": "onValueChangePropType", - "start": 37, - "end": 58, + "start": 39, + "end": 60, "loc": { "start": { "line": 3, @@ -8165,8 +8165,8 @@ "binop": null, "updateContext": null }, - "start": 58, - "end": 59, + "start": 60, + "end": 61, "loc": { "start": { "line": 3, @@ -8191,8 +8191,8 @@ "binop": null }, "value": "optionsShapeProp", - "start": 61, - "end": 77, + "start": 64, + "end": 80, "loc": { "start": { "line": 4, @@ -8217,8 +8217,8 @@ "binop": null, "updateContext": null }, - "start": 77, - "end": 78, + "start": 80, + "end": 81, "loc": { "start": { "line": 4, @@ -8243,8 +8243,8 @@ "binop": null }, "value": "valuePropType", - "start": 80, - "end": 93, + "start": 84, + "end": 97, "loc": { "start": { "line": 5, @@ -8268,8 +8268,8 @@ "postfix": false, "binop": null }, - "start": 94, - "end": 95, + "start": 99, + "end": 100, "loc": { "start": { "line": 6, @@ -8294,8 +8294,8 @@ "binop": null }, "value": "from", - "start": 96, - "end": 100, + "start": 101, + "end": 105, "loc": { "start": { "line": 6, @@ -8321,8 +8321,8 @@ "updateContext": null }, "value": "../propTypes", - "start": 101, - "end": 115, + "start": 106, + "end": 120, "loc": { "start": { "line": 6, @@ -8347,8 +8347,8 @@ "binop": null, "updateContext": null }, - "start": 115, - "end": 116, + "start": 120, + "end": 121, "loc": { "start": { "line": 6, @@ -8375,8 +8375,8 @@ "updateContext": null }, "value": "import", - "start": 117, - "end": 123, + "start": 123, + "end": 129, "loc": { "start": { "line": 7, @@ -8401,8 +8401,8 @@ "binop": null }, "value": "Autocomplete", - "start": 124, - "end": 136, + "start": 130, + "end": 142, "loc": { "start": { "line": 7, @@ -8427,8 +8427,8 @@ "binop": null }, "value": "from", - "start": 137, - "end": 141, + "start": 143, + "end": 147, "loc": { "start": { "line": 7, @@ -8454,8 +8454,8 @@ "updateContext": null }, "value": "react-autocomplete", - "start": 142, - "end": 162, + "start": 148, + "end": 168, "loc": { "start": { "line": 7, @@ -8480,8 +8480,8 @@ "binop": null, "updateContext": null }, - "start": 162, - "end": 163, + "start": 168, + "end": 169, "loc": { "start": { "line": 7, @@ -8508,8 +8508,8 @@ "updateContext": null }, "value": "import", - "start": 164, - "end": 170, + "start": 171, + "end": 177, "loc": { "start": { "line": 8, @@ -8534,8 +8534,8 @@ "binop": null }, "value": "PropTypes", - "start": 171, - "end": 180, + "start": 178, + "end": 187, "loc": { "start": { "line": 8, @@ -8560,8 +8560,8 @@ "binop": null }, "value": "from", - "start": 181, - "end": 185, + "start": 188, + "end": 192, "loc": { "start": { "line": 8, @@ -8587,8 +8587,8 @@ "updateContext": null }, "value": "prop-types", - "start": 186, - "end": 198, + "start": 193, + "end": 205, "loc": { "start": { "line": 8, @@ -8613,8 +8613,8 @@ "binop": null, "updateContext": null }, - "start": 198, - "end": 199, + "start": 205, + "end": 206, "loc": { "start": { "line": 8, @@ -8641,8 +8641,8 @@ "updateContext": null }, "value": "import", - "start": 200, - "end": 206, + "start": 208, + "end": 214, "loc": { "start": { "line": 9, @@ -8666,8 +8666,8 @@ "postfix": false, "binop": null }, - "start": 207, - "end": 208, + "start": 215, + "end": 216, "loc": { "start": { "line": 9, @@ -8692,8 +8692,8 @@ "binop": null }, "value": "MagicItem", - "start": 208, - "end": 217, + "start": 216, + "end": 225, "loc": { "start": { "line": 9, @@ -8717,8 +8717,8 @@ "postfix": false, "binop": null }, - "start": 217, - "end": 218, + "start": 225, + "end": 226, "loc": { "start": { "line": 9, @@ -8743,8 +8743,8 @@ "binop": null }, "value": "from", - "start": 219, - "end": 223, + "start": 227, + "end": 231, "loc": { "start": { "line": 9, @@ -8770,8 +8770,8 @@ "updateContext": null }, "value": "./MagicItem", - "start": 224, - "end": 237, + "start": 232, + "end": 245, "loc": { "start": { "line": 9, @@ -8796,8 +8796,8 @@ "binop": null, "updateContext": null }, - "start": 237, - "end": 238, + "start": 245, + "end": 246, "loc": { "start": { "line": 9, @@ -8824,8 +8824,8 @@ "updateContext": null }, "value": "import", - "start": 239, - "end": 245, + "start": 248, + "end": 254, "loc": { "start": { "line": 10, @@ -8849,8 +8849,8 @@ "postfix": false, "binop": null }, - "start": 246, - "end": 247, + "start": 255, + "end": 256, "loc": { "start": { "line": 10, @@ -8875,8 +8875,8 @@ "binop": null }, "value": "MagicFieldGroup", - "start": 247, - "end": 262, + "start": 256, + "end": 271, "loc": { "start": { "line": 10, @@ -8900,8 +8900,8 @@ "postfix": false, "binop": null }, - "start": 262, - "end": 263, + "start": 271, + "end": 272, "loc": { "start": { "line": 10, @@ -8926,8 +8926,8 @@ "binop": null }, "value": "from", - "start": 264, - "end": 268, + "start": 273, + "end": 277, "loc": { "start": { "line": 10, @@ -8953,8 +8953,8 @@ "updateContext": null }, "value": "./MagicFieldGroup", - "start": 269, - "end": 288, + "start": 278, + "end": 297, "loc": { "start": { "line": 10, @@ -8979,8 +8979,8 @@ "binop": null, "updateContext": null }, - "start": 288, - "end": 289, + "start": 297, + "end": 298, "loc": { "start": { "line": 10, @@ -9007,8 +9007,8 @@ "updateContext": null }, "value": "import", - "start": 290, - "end": 296, + "start": 300, + "end": 306, "loc": { "start": { "line": 11, @@ -9033,8 +9033,8 @@ "binop": null }, "value": "classNames", - "start": 297, - "end": 307, + "start": 307, + "end": 317, "loc": { "start": { "line": 11, @@ -9059,8 +9059,8 @@ "binop": null }, "value": "from", - "start": 308, - "end": 312, + "start": 318, + "end": 322, "loc": { "start": { "line": 11, @@ -9086,8 +9086,8 @@ "updateContext": null }, "value": "classnames", - "start": 313, - "end": 325, + "start": 323, + "end": 335, "loc": { "start": { "line": 11, @@ -9112,8 +9112,8 @@ "binop": null, "updateContext": null }, - "start": 325, - "end": 326, + "start": 335, + "end": 336, "loc": { "start": { "line": 11, @@ -9127,9 +9127,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Encapsulates a complete Magic Select field\n ", - "start": 329, - "end": 382, + "value": "*\r\n * Encapsulates a complete Magic Select field\r\n ", + "start": 342, + "end": 397, "loc": { "start": { "line": 14, @@ -9156,8 +9156,8 @@ "updateContext": null }, "value": "export", - "start": 383, - "end": 389, + "start": 399, + "end": 405, "loc": { "start": { "line": 17, @@ -9184,8 +9184,8 @@ "updateContext": null }, "value": "class", - "start": 390, - "end": 395, + "start": 406, + "end": 411, "loc": { "start": { "line": 17, @@ -9210,8 +9210,8 @@ "binop": null }, "value": "MagicSelect", - "start": 396, - "end": 407, + "start": 412, + "end": 423, "loc": { "start": { "line": 17, @@ -9238,8 +9238,8 @@ "updateContext": null }, "value": "extends", - "start": 408, - "end": 415, + "start": 424, + "end": 431, "loc": { "start": { "line": 17, @@ -9264,8 +9264,8 @@ "binop": null }, "value": "React", - "start": 416, - "end": 421, + "start": 432, + "end": 437, "loc": { "start": { "line": 17, @@ -9290,8 +9290,8 @@ "binop": null, "updateContext": null }, - "start": 421, - "end": 422, + "start": 437, + "end": 438, "loc": { "start": { "line": 17, @@ -9316,8 +9316,8 @@ "binop": null }, "value": "PureComponent", - "start": 422, - "end": 435, + "start": 438, + "end": 451, "loc": { "start": { "line": 17, @@ -9341,8 +9341,8 @@ "postfix": false, "binop": null }, - "start": 436, - "end": 437, + "start": 452, + "end": 453, "loc": { "start": { "line": 17, @@ -9356,9 +9356,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Create a MagicSelect component\n\t *\n\t * @param {Object} props\n\t ", - "start": 440, - "end": 513, + "value": "*\r\n\t * Create a MagicSelect component\r\n\t *\r\n\t * @param {Object} props\r\n\t ", + "start": 458, + "end": 535, "loc": { "start": { "line": 19, @@ -9383,8 +9383,8 @@ "binop": null }, "value": "constructor", - "start": 515, - "end": 526, + "start": 538, + "end": 549, "loc": { "start": { "line": 24, @@ -9408,8 +9408,8 @@ "postfix": false, "binop": null }, - "start": 526, - "end": 527, + "start": 549, + "end": 550, "loc": { "start": { "line": 24, @@ -9434,8 +9434,8 @@ "binop": null }, "value": "props", - "start": 527, - "end": 532, + "start": 550, + "end": 555, "loc": { "start": { "line": 24, @@ -9459,8 +9459,8 @@ "postfix": false, "binop": null }, - "start": 532, - "end": 533, + "start": 555, + "end": 556, "loc": { "start": { "line": 24, @@ -9484,8 +9484,8 @@ "postfix": false, "binop": null }, - "start": 534, - "end": 535, + "start": 557, + "end": 558, "loc": { "start": { "line": 24, @@ -9512,8 +9512,8 @@ "updateContext": null }, "value": "super", - "start": 538, - "end": 543, + "start": 562, + "end": 567, "loc": { "start": { "line": 25, @@ -9537,8 +9537,8 @@ "postfix": false, "binop": null }, - "start": 543, - "end": 544, + "start": 567, + "end": 568, "loc": { "start": { "line": 25, @@ -9563,8 +9563,8 @@ "binop": null }, "value": "props", - "start": 544, - "end": 549, + "start": 568, + "end": 573, "loc": { "start": { "line": 25, @@ -9588,8 +9588,8 @@ "postfix": false, "binop": null }, - "start": 549, - "end": 550, + "start": 573, + "end": 574, "loc": { "start": { "line": 25, @@ -9614,8 +9614,8 @@ "binop": null, "updateContext": null }, - "start": 550, - "end": 551, + "start": 574, + "end": 575, "loc": { "start": { "line": 25, @@ -9642,8 +9642,8 @@ "updateContext": null }, "value": "this", - "start": 554, - "end": 558, + "start": 579, + "end": 583, "loc": { "start": { "line": 26, @@ -9668,8 +9668,8 @@ "binop": null, "updateContext": null }, - "start": 558, - "end": 559, + "start": 583, + "end": 584, "loc": { "start": { "line": 26, @@ -9694,8 +9694,8 @@ "binop": null }, "value": "onChange", - "start": 559, - "end": 567, + "start": 584, + "end": 592, "loc": { "start": { "line": 26, @@ -9721,8 +9721,8 @@ "updateContext": null }, "value": "=", - "start": 568, - "end": 569, + "start": 593, + "end": 594, "loc": { "start": { "line": 26, @@ -9749,8 +9749,8 @@ "updateContext": null }, "value": "this", - "start": 570, - "end": 574, + "start": 595, + "end": 599, "loc": { "start": { "line": 26, @@ -9775,8 +9775,8 @@ "binop": null, "updateContext": null }, - "start": 574, - "end": 575, + "start": 599, + "end": 600, "loc": { "start": { "line": 26, @@ -9801,8 +9801,8 @@ "binop": null }, "value": "onChange", - "start": 575, - "end": 583, + "start": 600, + "end": 608, "loc": { "start": { "line": 26, @@ -9827,8 +9827,8 @@ "binop": null, "updateContext": null }, - "start": 583, - "end": 584, + "start": 608, + "end": 609, "loc": { "start": { "line": 26, @@ -9853,8 +9853,8 @@ "binop": null }, "value": "bind", - "start": 584, - "end": 588, + "start": 609, + "end": 613, "loc": { "start": { "line": 26, @@ -9878,8 +9878,8 @@ "postfix": false, "binop": null }, - "start": 588, - "end": 589, + "start": 613, + "end": 614, "loc": { "start": { "line": 26, @@ -9906,8 +9906,8 @@ "updateContext": null }, "value": "this", - "start": 589, - "end": 593, + "start": 614, + "end": 618, "loc": { "start": { "line": 26, @@ -9931,8 +9931,8 @@ "postfix": false, "binop": null }, - "start": 593, - "end": 594, + "start": 618, + "end": 619, "loc": { "start": { "line": 26, @@ -9957,8 +9957,8 @@ "binop": null, "updateContext": null }, - "start": 594, - "end": 595, + "start": 619, + "end": 620, "loc": { "start": { "line": 26, @@ -9985,8 +9985,8 @@ "updateContext": null }, "value": "this", - "start": 598, - "end": 602, + "start": 624, + "end": 628, "loc": { "start": { "line": 27, @@ -10011,8 +10011,8 @@ "binop": null, "updateContext": null }, - "start": 602, - "end": 603, + "start": 628, + "end": 629, "loc": { "start": { "line": 27, @@ -10037,8 +10037,8 @@ "binop": null }, "value": "onChange", - "start": 603, - "end": 611, + "start": 629, + "end": 637, "loc": { "start": { "line": 27, @@ -10064,8 +10064,8 @@ "updateContext": null }, "value": "=", - "start": 612, - "end": 613, + "start": 638, + "end": 639, "loc": { "start": { "line": 27, @@ -10092,8 +10092,8 @@ "updateContext": null }, "value": "this", - "start": 614, - "end": 618, + "start": 640, + "end": 644, "loc": { "start": { "line": 27, @@ -10118,8 +10118,8 @@ "binop": null, "updateContext": null }, - "start": 618, - "end": 619, + "start": 644, + "end": 645, "loc": { "start": { "line": 27, @@ -10144,8 +10144,8 @@ "binop": null }, "value": "onChange", - "start": 619, - "end": 627, + "start": 645, + "end": 653, "loc": { "start": { "line": 27, @@ -10170,8 +10170,8 @@ "binop": null, "updateContext": null }, - "start": 627, - "end": 628, + "start": 653, + "end": 654, "loc": { "start": { "line": 27, @@ -10196,8 +10196,8 @@ "binop": null }, "value": "bind", - "start": 628, - "end": 632, + "start": 654, + "end": 658, "loc": { "start": { "line": 27, @@ -10221,8 +10221,8 @@ "postfix": false, "binop": null }, - "start": 632, - "end": 633, + "start": 658, + "end": 659, "loc": { "start": { "line": 27, @@ -10249,8 +10249,8 @@ "updateContext": null }, "value": "this", - "start": 633, - "end": 637, + "start": 659, + "end": 663, "loc": { "start": { "line": 27, @@ -10274,8 +10274,8 @@ "postfix": false, "binop": null }, - "start": 637, - "end": 638, + "start": 663, + "end": 664, "loc": { "start": { "line": 27, @@ -10300,8 +10300,8 @@ "binop": null, "updateContext": null }, - "start": 638, - "end": 639, + "start": 664, + "end": 665, "loc": { "start": { "line": 27, @@ -10328,8 +10328,8 @@ "updateContext": null }, "value": "this", - "start": 642, - "end": 646, + "start": 669, + "end": 673, "loc": { "start": { "line": 28, @@ -10354,8 +10354,8 @@ "binop": null, "updateContext": null }, - "start": 646, - "end": 647, + "start": 673, + "end": 674, "loc": { "start": { "line": 28, @@ -10380,8 +10380,8 @@ "binop": null }, "value": "onSelect", - "start": 647, - "end": 655, + "start": 674, + "end": 682, "loc": { "start": { "line": 28, @@ -10407,8 +10407,8 @@ "updateContext": null }, "value": "=", - "start": 656, - "end": 657, + "start": 683, + "end": 684, "loc": { "start": { "line": 28, @@ -10435,8 +10435,8 @@ "updateContext": null }, "value": "this", - "start": 658, - "end": 662, + "start": 685, + "end": 689, "loc": { "start": { "line": 28, @@ -10461,8 +10461,8 @@ "binop": null, "updateContext": null }, - "start": 662, - "end": 663, + "start": 689, + "end": 690, "loc": { "start": { "line": 28, @@ -10487,8 +10487,8 @@ "binop": null }, "value": "onSelect", - "start": 663, - "end": 671, + "start": 690, + "end": 698, "loc": { "start": { "line": 28, @@ -10513,8 +10513,8 @@ "binop": null, "updateContext": null }, - "start": 671, - "end": 672, + "start": 698, + "end": 699, "loc": { "start": { "line": 28, @@ -10539,8 +10539,8 @@ "binop": null }, "value": "bind", - "start": 672, - "end": 676, + "start": 699, + "end": 703, "loc": { "start": { "line": 28, @@ -10564,8 +10564,8 @@ "postfix": false, "binop": null }, - "start": 676, - "end": 677, + "start": 703, + "end": 704, "loc": { "start": { "line": 28, @@ -10592,8 +10592,8 @@ "updateContext": null }, "value": "this", - "start": 677, - "end": 681, + "start": 704, + "end": 708, "loc": { "start": { "line": 28, @@ -10617,8 +10617,8 @@ "postfix": false, "binop": null }, - "start": 681, - "end": 682, + "start": 708, + "end": 709, "loc": { "start": { "line": 28, @@ -10643,8 +10643,8 @@ "binop": null, "updateContext": null }, - "start": 682, - "end": 683, + "start": 709, + "end": 710, "loc": { "start": { "line": 28, @@ -10671,8 +10671,8 @@ "updateContext": null }, "value": "this", - "start": 686, - "end": 690, + "start": 714, + "end": 718, "loc": { "start": { "line": 29, @@ -10697,8 +10697,8 @@ "binop": null, "updateContext": null }, - "start": 690, - "end": 691, + "start": 718, + "end": 719, "loc": { "start": { "line": 29, @@ -10723,8 +10723,8 @@ "binop": null }, "value": "onInputFocus", - "start": 691, - "end": 703, + "start": 719, + "end": 731, "loc": { "start": { "line": 29, @@ -10750,8 +10750,8 @@ "updateContext": null }, "value": "=", - "start": 704, - "end": 705, + "start": 732, + "end": 733, "loc": { "start": { "line": 29, @@ -10778,8 +10778,8 @@ "updateContext": null }, "value": "this", - "start": 706, - "end": 710, + "start": 734, + "end": 738, "loc": { "start": { "line": 29, @@ -10804,8 +10804,8 @@ "binop": null, "updateContext": null }, - "start": 710, - "end": 711, + "start": 738, + "end": 739, "loc": { "start": { "line": 29, @@ -10830,8 +10830,8 @@ "binop": null }, "value": "onInputFocus", - "start": 711, - "end": 723, + "start": 739, + "end": 751, "loc": { "start": { "line": 29, @@ -10856,8 +10856,8 @@ "binop": null, "updateContext": null }, - "start": 723, - "end": 724, + "start": 751, + "end": 752, "loc": { "start": { "line": 29, @@ -10882,8 +10882,8 @@ "binop": null }, "value": "bind", - "start": 724, - "end": 728, + "start": 752, + "end": 756, "loc": { "start": { "line": 29, @@ -10907,8 +10907,8 @@ "postfix": false, "binop": null }, - "start": 728, - "end": 729, + "start": 756, + "end": 757, "loc": { "start": { "line": 29, @@ -10935,8 +10935,8 @@ "updateContext": null }, "value": "this", - "start": 729, - "end": 733, + "start": 757, + "end": 761, "loc": { "start": { "line": 29, @@ -10960,8 +10960,8 @@ "postfix": false, "binop": null }, - "start": 733, - "end": 734, + "start": 761, + "end": 762, "loc": { "start": { "line": 29, @@ -10986,8 +10986,8 @@ "binop": null, "updateContext": null }, - "start": 734, - "end": 735, + "start": 762, + "end": 763, "loc": { "start": { "line": 29, @@ -11014,8 +11014,8 @@ "updateContext": null }, "value": "this", - "start": 738, - "end": 742, + "start": 767, + "end": 771, "loc": { "start": { "line": 30, @@ -11040,8 +11040,8 @@ "binop": null, "updateContext": null }, - "start": 742, - "end": 743, + "start": 771, + "end": 772, "loc": { "start": { "line": 30, @@ -11066,8 +11066,8 @@ "binop": null }, "value": "renderItem", - "start": 743, - "end": 753, + "start": 772, + "end": 782, "loc": { "start": { "line": 30, @@ -11093,8 +11093,8 @@ "updateContext": null }, "value": "=", - "start": 754, - "end": 755, + "start": 783, + "end": 784, "loc": { "start": { "line": 30, @@ -11121,8 +11121,8 @@ "updateContext": null }, "value": "this", - "start": 756, - "end": 760, + "start": 785, + "end": 789, "loc": { "start": { "line": 30, @@ -11147,8 +11147,8 @@ "binop": null, "updateContext": null }, - "start": 760, - "end": 761, + "start": 789, + "end": 790, "loc": { "start": { "line": 30, @@ -11173,8 +11173,8 @@ "binop": null }, "value": "renderItem", - "start": 761, - "end": 771, + "start": 790, + "end": 800, "loc": { "start": { "line": 30, @@ -11199,8 +11199,8 @@ "binop": null, "updateContext": null }, - "start": 771, - "end": 772, + "start": 800, + "end": 801, "loc": { "start": { "line": 30, @@ -11225,8 +11225,8 @@ "binop": null }, "value": "bind", - "start": 772, - "end": 776, + "start": 801, + "end": 805, "loc": { "start": { "line": 30, @@ -11250,8 +11250,8 @@ "postfix": false, "binop": null }, - "start": 776, - "end": 777, + "start": 805, + "end": 806, "loc": { "start": { "line": 30, @@ -11278,8 +11278,8 @@ "updateContext": null }, "value": "this", - "start": 777, - "end": 781, + "start": 806, + "end": 810, "loc": { "start": { "line": 30, @@ -11303,8 +11303,8 @@ "postfix": false, "binop": null }, - "start": 781, - "end": 782, + "start": 810, + "end": 811, "loc": { "start": { "line": 30, @@ -11329,8 +11329,8 @@ "binop": null, "updateContext": null }, - "start": 782, - "end": 783, + "start": 811, + "end": 812, "loc": { "start": { "line": 30, @@ -11357,8 +11357,8 @@ "updateContext": null }, "value": "this", - "start": 786, - "end": 790, + "start": 816, + "end": 820, "loc": { "start": { "line": 31, @@ -11383,8 +11383,8 @@ "binop": null, "updateContext": null }, - "start": 790, - "end": 791, + "start": 820, + "end": 821, "loc": { "start": { "line": 31, @@ -11409,8 +11409,8 @@ "binop": null }, "value": "onInputBlur", - "start": 791, - "end": 802, + "start": 821, + "end": 832, "loc": { "start": { "line": 31, @@ -11436,8 +11436,8 @@ "updateContext": null }, "value": "=", - "start": 803, - "end": 804, + "start": 833, + "end": 834, "loc": { "start": { "line": 31, @@ -11464,8 +11464,8 @@ "updateContext": null }, "value": "this", - "start": 805, - "end": 809, + "start": 835, + "end": 839, "loc": { "start": { "line": 31, @@ -11490,8 +11490,8 @@ "binop": null, "updateContext": null }, - "start": 809, - "end": 810, + "start": 839, + "end": 840, "loc": { "start": { "line": 31, @@ -11516,8 +11516,8 @@ "binop": null }, "value": "onInputBlur", - "start": 810, - "end": 821, + "start": 840, + "end": 851, "loc": { "start": { "line": 31, @@ -11542,8 +11542,8 @@ "binop": null, "updateContext": null }, - "start": 821, - "end": 822, + "start": 851, + "end": 852, "loc": { "start": { "line": 31, @@ -11568,8 +11568,8 @@ "binop": null }, "value": "bind", - "start": 822, - "end": 826, + "start": 852, + "end": 856, "loc": { "start": { "line": 31, @@ -11593,8 +11593,8 @@ "postfix": false, "binop": null }, - "start": 826, - "end": 827, + "start": 856, + "end": 857, "loc": { "start": { "line": 31, @@ -11621,8 +11621,8 @@ "updateContext": null }, "value": "this", - "start": 827, - "end": 831, + "start": 857, + "end": 861, "loc": { "start": { "line": 31, @@ -11646,8 +11646,8 @@ "postfix": false, "binop": null }, - "start": 831, - "end": 832, + "start": 861, + "end": 862, "loc": { "start": { "line": 31, @@ -11672,8 +11672,8 @@ "binop": null, "updateContext": null }, - "start": 832, - "end": 833, + "start": 862, + "end": 863, "loc": { "start": { "line": 31, @@ -11700,8 +11700,8 @@ "updateContext": null }, "value": "this", - "start": 836, - "end": 840, + "start": 867, + "end": 871, "loc": { "start": { "line": 32, @@ -11726,8 +11726,8 @@ "binop": null, "updateContext": null }, - "start": 840, - "end": 841, + "start": 871, + "end": 872, "loc": { "start": { "line": 32, @@ -11752,8 +11752,8 @@ "binop": null }, "value": "getItemValue", - "start": 841, - "end": 853, + "start": 872, + "end": 884, "loc": { "start": { "line": 32, @@ -11779,8 +11779,8 @@ "updateContext": null }, "value": "=", - "start": 854, - "end": 855, + "start": 885, + "end": 886, "loc": { "start": { "line": 32, @@ -11807,8 +11807,8 @@ "updateContext": null }, "value": "this", - "start": 856, - "end": 860, + "start": 887, + "end": 891, "loc": { "start": { "line": 32, @@ -11833,8 +11833,8 @@ "binop": null, "updateContext": null }, - "start": 860, - "end": 861, + "start": 891, + "end": 892, "loc": { "start": { "line": 32, @@ -11859,8 +11859,8 @@ "binop": null }, "value": "getItemValue", - "start": 861, - "end": 873, + "start": 892, + "end": 904, "loc": { "start": { "line": 32, @@ -11885,8 +11885,8 @@ "binop": null, "updateContext": null }, - "start": 873, - "end": 874, + "start": 904, + "end": 905, "loc": { "start": { "line": 32, @@ -11911,8 +11911,8 @@ "binop": null }, "value": "bind", - "start": 874, - "end": 878, + "start": 905, + "end": 909, "loc": { "start": { "line": 32, @@ -11936,8 +11936,8 @@ "postfix": false, "binop": null }, - "start": 878, - "end": 879, + "start": 909, + "end": 910, "loc": { "start": { "line": 32, @@ -11964,8 +11964,8 @@ "updateContext": null }, "value": "this", - "start": 879, - "end": 883, + "start": 910, + "end": 914, "loc": { "start": { "line": 32, @@ -11989,8 +11989,8 @@ "postfix": false, "binop": null }, - "start": 883, - "end": 884, + "start": 914, + "end": 915, "loc": { "start": { "line": 32, @@ -12015,8 +12015,8 @@ "binop": null, "updateContext": null }, - "start": 884, - "end": 885, + "start": 915, + "end": 916, "loc": { "start": { "line": 32, @@ -12040,8 +12040,8 @@ "postfix": false, "binop": null }, - "start": 887, - "end": 888, + "start": 919, + "end": 920, "loc": { "start": { "line": 33, @@ -12055,9 +12055,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle direct change events\n\t *\n\t * @param {Event} event\n\t ", - "start": 891, - "end": 960, + "value": "*\r\n\t * Handle direct change events\r\n\t *\r\n\t * @param {Event} event\r\n\t ", + "start": 925, + "end": 998, "loc": { "start": { "line": 35, @@ -12082,8 +12082,8 @@ "binop": null }, "value": "onChange", - "start": 962, - "end": 970, + "start": 1001, + "end": 1009, "loc": { "start": { "line": 40, @@ -12107,8 +12107,8 @@ "postfix": false, "binop": null }, - "start": 970, - "end": 971, + "start": 1009, + "end": 1010, "loc": { "start": { "line": 40, @@ -12133,8 +12133,8 @@ "binop": null }, "value": "event", - "start": 971, - "end": 976, + "start": 1010, + "end": 1015, "loc": { "start": { "line": 40, @@ -12158,8 +12158,8 @@ "postfix": false, "binop": null }, - "start": 976, - "end": 977, + "start": 1015, + "end": 1016, "loc": { "start": { "line": 40, @@ -12183,8 +12183,8 @@ "postfix": false, "binop": null }, - "start": 978, - "end": 979, + "start": 1017, + "end": 1018, "loc": { "start": { "line": 40, @@ -12211,8 +12211,8 @@ "updateContext": null }, "value": "this", - "start": 982, - "end": 986, + "start": 1022, + "end": 1026, "loc": { "start": { "line": 41, @@ -12237,8 +12237,8 @@ "binop": null, "updateContext": null }, - "start": 986, - "end": 987, + "start": 1026, + "end": 1027, "loc": { "start": { "line": 41, @@ -12263,8 +12263,8 @@ "binop": null }, "value": "props", - "start": 987, - "end": 992, + "start": 1027, + "end": 1032, "loc": { "start": { "line": 41, @@ -12289,8 +12289,8 @@ "binop": null, "updateContext": null }, - "start": 992, - "end": 993, + "start": 1032, + "end": 1033, "loc": { "start": { "line": 41, @@ -12315,8 +12315,8 @@ "binop": null }, "value": "onValueChange", - "start": 993, - "end": 1006, + "start": 1033, + "end": 1046, "loc": { "start": { "line": 41, @@ -12340,8 +12340,8 @@ "postfix": false, "binop": null }, - "start": 1006, - "end": 1007, + "start": 1046, + "end": 1047, "loc": { "start": { "line": 41, @@ -12366,8 +12366,8 @@ "binop": null }, "value": "event", - "start": 1007, - "end": 1012, + "start": 1047, + "end": 1052, "loc": { "start": { "line": 41, @@ -12392,8 +12392,8 @@ "binop": null, "updateContext": null }, - "start": 1012, - "end": 1013, + "start": 1052, + "end": 1053, "loc": { "start": { "line": 41, @@ -12418,8 +12418,8 @@ "binop": null }, "value": "target", - "start": 1013, - "end": 1019, + "start": 1053, + "end": 1059, "loc": { "start": { "line": 41, @@ -12444,8 +12444,8 @@ "binop": null, "updateContext": null }, - "start": 1019, - "end": 1020, + "start": 1059, + "end": 1060, "loc": { "start": { "line": 41, @@ -12470,8 +12470,8 @@ "binop": null }, "value": "value", - "start": 1020, - "end": 1025, + "start": 1060, + "end": 1065, "loc": { "start": { "line": 41, @@ -12495,8 +12495,8 @@ "postfix": false, "binop": null }, - "start": 1025, - "end": 1026, + "start": 1065, + "end": 1066, "loc": { "start": { "line": 41, @@ -12521,8 +12521,8 @@ "binop": null, "updateContext": null }, - "start": 1026, - "end": 1027, + "start": 1066, + "end": 1067, "loc": { "start": { "line": 41, @@ -12546,8 +12546,8 @@ "postfix": false, "binop": null }, - "start": 1029, - "end": 1030, + "start": 1070, + "end": 1071, "loc": { "start": { "line": 42, @@ -12561,9 +12561,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle when the field gets focus\n\t ", - "start": 1033, - "end": 1078, + "value": "*\r\n\t * Handle when the field gets focus\r\n\t ", + "start": 1076, + "end": 1123, "loc": { "start": { "line": 44, @@ -12588,8 +12588,8 @@ "binop": null }, "value": "onInputFocus", - "start": 1080, - "end": 1092, + "start": 1126, + "end": 1138, "loc": { "start": { "line": 47, @@ -12613,8 +12613,8 @@ "postfix": false, "binop": null }, - "start": 1092, - "end": 1093, + "start": 1138, + "end": 1139, "loc": { "start": { "line": 47, @@ -12638,8 +12638,8 @@ "postfix": false, "binop": null }, - "start": 1093, - "end": 1094, + "start": 1139, + "end": 1140, "loc": { "start": { "line": 47, @@ -12663,8 +12663,8 @@ "postfix": false, "binop": null }, - "start": 1095, - "end": 1096, + "start": 1141, + "end": 1142, "loc": { "start": { "line": 47, @@ -12691,8 +12691,8 @@ "updateContext": null }, "value": "if", - "start": 1099, - "end": 1101, + "start": 1146, + "end": 1148, "loc": { "start": { "line": 48, @@ -12716,8 +12716,8 @@ "postfix": false, "binop": null }, - "start": 1101, - "end": 1102, + "start": 1148, + "end": 1149, "loc": { "start": { "line": 48, @@ -12743,8 +12743,8 @@ "updateContext": null }, "value": "function", - "start": 1103, - "end": 1113, + "start": 1150, + "end": 1160, "loc": { "start": { "line": 48, @@ -12770,8 +12770,8 @@ "updateContext": null }, "value": "===", - "start": 1114, - "end": 1117, + "start": 1161, + "end": 1164, "loc": { "start": { "line": 48, @@ -12798,8 +12798,8 @@ "updateContext": null }, "value": "typeof", - "start": 1118, - "end": 1124, + "start": 1165, + "end": 1171, "loc": { "start": { "line": 48, @@ -12826,8 +12826,8 @@ "updateContext": null }, "value": "this", - "start": 1125, - "end": 1129, + "start": 1172, + "end": 1176, "loc": { "start": { "line": 48, @@ -12852,8 +12852,8 @@ "binop": null, "updateContext": null }, - "start": 1129, - "end": 1130, + "start": 1176, + "end": 1177, "loc": { "start": { "line": 48, @@ -12878,8 +12878,8 @@ "binop": null }, "value": "props", - "start": 1130, - "end": 1135, + "start": 1177, + "end": 1182, "loc": { "start": { "line": 48, @@ -12904,8 +12904,8 @@ "binop": null, "updateContext": null }, - "start": 1135, - "end": 1136, + "start": 1182, + "end": 1183, "loc": { "start": { "line": 48, @@ -12930,8 +12930,8 @@ "binop": null }, "value": "onFocus", - "start": 1136, - "end": 1143, + "start": 1183, + "end": 1190, "loc": { "start": { "line": 48, @@ -12955,8 +12955,8 @@ "postfix": false, "binop": null }, - "start": 1144, - "end": 1145, + "start": 1191, + "end": 1192, "loc": { "start": { "line": 48, @@ -12980,8 +12980,8 @@ "postfix": false, "binop": null }, - "start": 1145, - "end": 1146, + "start": 1192, + "end": 1193, "loc": { "start": { "line": 48, @@ -13008,8 +13008,8 @@ "updateContext": null }, "value": "this", - "start": 1150, - "end": 1154, + "start": 1198, + "end": 1202, "loc": { "start": { "line": 49, @@ -13034,8 +13034,8 @@ "binop": null, "updateContext": null }, - "start": 1154, - "end": 1155, + "start": 1202, + "end": 1203, "loc": { "start": { "line": 49, @@ -13060,8 +13060,8 @@ "binop": null }, "value": "props", - "start": 1155, - "end": 1160, + "start": 1203, + "end": 1208, "loc": { "start": { "line": 49, @@ -13086,8 +13086,8 @@ "binop": null, "updateContext": null }, - "start": 1160, - "end": 1161, + "start": 1208, + "end": 1209, "loc": { "start": { "line": 49, @@ -13112,8 +13112,8 @@ "binop": null }, "value": "onFocus", - "start": 1161, - "end": 1168, + "start": 1209, + "end": 1216, "loc": { "start": { "line": 49, @@ -13137,8 +13137,8 @@ "postfix": false, "binop": null }, - "start": 1168, - "end": 1169, + "start": 1216, + "end": 1217, "loc": { "start": { "line": 49, @@ -13162,8 +13162,8 @@ "postfix": false, "binop": null }, - "start": 1169, - "end": 1170, + "start": 1217, + "end": 1218, "loc": { "start": { "line": 49, @@ -13188,8 +13188,8 @@ "binop": null, "updateContext": null }, - "start": 1170, - "end": 1171, + "start": 1218, + "end": 1219, "loc": { "start": { "line": 49, @@ -13213,8 +13213,8 @@ "postfix": false, "binop": null }, - "start": 1174, - "end": 1175, + "start": 1223, + "end": 1224, "loc": { "start": { "line": 50, @@ -13238,8 +13238,8 @@ "postfix": false, "binop": null }, - "start": 1177, - "end": 1178, + "start": 1227, + "end": 1228, "loc": { "start": { "line": 51, @@ -13253,9 +13253,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle when the field is blurred\n\t ", - "start": 1181, - "end": 1226, + "value": "*\r\n\t * Handle when the field is blurred\r\n\t ", + "start": 1233, + "end": 1280, "loc": { "start": { "line": 53, @@ -13280,8 +13280,8 @@ "binop": null }, "value": "onInputBlur", - "start": 1228, - "end": 1239, + "start": 1283, + "end": 1294, "loc": { "start": { "line": 56, @@ -13305,8 +13305,8 @@ "postfix": false, "binop": null }, - "start": 1239, - "end": 1240, + "start": 1294, + "end": 1295, "loc": { "start": { "line": 56, @@ -13330,8 +13330,8 @@ "postfix": false, "binop": null }, - "start": 1240, - "end": 1241, + "start": 1295, + "end": 1296, "loc": { "start": { "line": 56, @@ -13355,8 +13355,8 @@ "postfix": false, "binop": null }, - "start": 1242, - "end": 1243, + "start": 1297, + "end": 1298, "loc": { "start": { "line": 56, @@ -13383,8 +13383,8 @@ "updateContext": null }, "value": "if", - "start": 1246, - "end": 1248, + "start": 1302, + "end": 1304, "loc": { "start": { "line": 57, @@ -13408,8 +13408,8 @@ "postfix": false, "binop": null }, - "start": 1248, - "end": 1249, + "start": 1304, + "end": 1305, "loc": { "start": { "line": 57, @@ -13435,8 +13435,8 @@ "updateContext": null }, "value": "function", - "start": 1250, - "end": 1260, + "start": 1306, + "end": 1316, "loc": { "start": { "line": 57, @@ -13462,8 +13462,8 @@ "updateContext": null }, "value": "===", - "start": 1261, - "end": 1264, + "start": 1317, + "end": 1320, "loc": { "start": { "line": 57, @@ -13490,8 +13490,8 @@ "updateContext": null }, "value": "typeof", - "start": 1265, - "end": 1271, + "start": 1321, + "end": 1327, "loc": { "start": { "line": 57, @@ -13518,8 +13518,8 @@ "updateContext": null }, "value": "this", - "start": 1272, - "end": 1276, + "start": 1328, + "end": 1332, "loc": { "start": { "line": 57, @@ -13544,8 +13544,8 @@ "binop": null, "updateContext": null }, - "start": 1276, - "end": 1277, + "start": 1332, + "end": 1333, "loc": { "start": { "line": 57, @@ -13570,8 +13570,8 @@ "binop": null }, "value": "props", - "start": 1277, - "end": 1282, + "start": 1333, + "end": 1338, "loc": { "start": { "line": 57, @@ -13596,8 +13596,8 @@ "binop": null, "updateContext": null }, - "start": 1282, - "end": 1283, + "start": 1338, + "end": 1339, "loc": { "start": { "line": 57, @@ -13622,8 +13622,8 @@ "binop": null }, "value": "onBlur", - "start": 1283, - "end": 1289, + "start": 1339, + "end": 1345, "loc": { "start": { "line": 57, @@ -13647,8 +13647,8 @@ "postfix": false, "binop": null }, - "start": 1290, - "end": 1291, + "start": 1346, + "end": 1347, "loc": { "start": { "line": 57, @@ -13672,8 +13672,8 @@ "postfix": false, "binop": null }, - "start": 1291, - "end": 1292, + "start": 1347, + "end": 1348, "loc": { "start": { "line": 57, @@ -13700,8 +13700,8 @@ "updateContext": null }, "value": "this", - "start": 1296, - "end": 1300, + "start": 1353, + "end": 1357, "loc": { "start": { "line": 58, @@ -13726,8 +13726,8 @@ "binop": null, "updateContext": null }, - "start": 1300, - "end": 1301, + "start": 1357, + "end": 1358, "loc": { "start": { "line": 58, @@ -13752,8 +13752,8 @@ "binop": null }, "value": "props", - "start": 1301, - "end": 1306, + "start": 1358, + "end": 1363, "loc": { "start": { "line": 58, @@ -13778,8 +13778,8 @@ "binop": null, "updateContext": null }, - "start": 1306, - "end": 1307, + "start": 1363, + "end": 1364, "loc": { "start": { "line": 58, @@ -13804,8 +13804,8 @@ "binop": null }, "value": "onBlur", - "start": 1307, - "end": 1313, + "start": 1364, + "end": 1370, "loc": { "start": { "line": 58, @@ -13829,8 +13829,8 @@ "postfix": false, "binop": null }, - "start": 1313, - "end": 1314, + "start": 1370, + "end": 1371, "loc": { "start": { "line": 58, @@ -13854,8 +13854,8 @@ "postfix": false, "binop": null }, - "start": 1314, - "end": 1315, + "start": 1371, + "end": 1372, "loc": { "start": { "line": 58, @@ -13880,8 +13880,8 @@ "binop": null, "updateContext": null }, - "start": 1315, - "end": 1316, + "start": 1372, + "end": 1373, "loc": { "start": { "line": 58, @@ -13905,8 +13905,8 @@ "postfix": false, "binop": null }, - "start": 1319, - "end": 1320, + "start": 1377, + "end": 1378, "loc": { "start": { "line": 59, @@ -13930,8 +13930,8 @@ "postfix": false, "binop": null }, - "start": 1322, - "end": 1323, + "start": 1381, + "end": 1382, "loc": { "start": { "line": 60, @@ -13945,9 +13945,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Handle when the option is chosen\n\t * @param {String|number} value\n\t ", - "start": 1327, - "end": 1405, + "value": "*\r\n\t * Handle when the option is chosen\r\n\t * @param {String|number} value\r\n\t ", + "start": 1389, + "end": 1470, "loc": { "start": { "line": 63, @@ -13972,8 +13972,8 @@ "binop": null }, "value": "onSelect", - "start": 1407, - "end": 1415, + "start": 1473, + "end": 1481, "loc": { "start": { "line": 67, @@ -13997,8 +13997,8 @@ "postfix": false, "binop": null }, - "start": 1415, - "end": 1416, + "start": 1481, + "end": 1482, "loc": { "start": { "line": 67, @@ -14023,8 +14023,8 @@ "binop": null }, "value": "value", - "start": 1416, - "end": 1421, + "start": 1482, + "end": 1487, "loc": { "start": { "line": 67, @@ -14048,8 +14048,8 @@ "postfix": false, "binop": null }, - "start": 1421, - "end": 1422, + "start": 1487, + "end": 1488, "loc": { "start": { "line": 67, @@ -14073,8 +14073,8 @@ "postfix": false, "binop": null }, - "start": 1423, - "end": 1424, + "start": 1489, + "end": 1490, "loc": { "start": { "line": 67, @@ -14101,8 +14101,8 @@ "updateContext": null }, "value": "this", - "start": 1427, - "end": 1431, + "start": 1494, + "end": 1498, "loc": { "start": { "line": 68, @@ -14127,8 +14127,8 @@ "binop": null, "updateContext": null }, - "start": 1431, - "end": 1432, + "start": 1498, + "end": 1499, "loc": { "start": { "line": 68, @@ -14153,8 +14153,8 @@ "binop": null }, "value": "props", - "start": 1432, - "end": 1437, + "start": 1499, + "end": 1504, "loc": { "start": { "line": 68, @@ -14179,8 +14179,8 @@ "binop": null, "updateContext": null }, - "start": 1437, - "end": 1438, + "start": 1504, + "end": 1505, "loc": { "start": { "line": 68, @@ -14205,8 +14205,8 @@ "binop": null }, "value": "onValueChange", - "start": 1438, - "end": 1451, + "start": 1505, + "end": 1518, "loc": { "start": { "line": 68, @@ -14230,8 +14230,8 @@ "postfix": false, "binop": null }, - "start": 1451, - "end": 1452, + "start": 1518, + "end": 1519, "loc": { "start": { "line": 68, @@ -14256,8 +14256,8 @@ "binop": null }, "value": "value", - "start": 1452, - "end": 1457, + "start": 1519, + "end": 1524, "loc": { "start": { "line": 68, @@ -14281,8 +14281,8 @@ "postfix": false, "binop": null }, - "start": 1457, - "end": 1458, + "start": 1524, + "end": 1525, "loc": { "start": { "line": 68, @@ -14307,8 +14307,8 @@ "binop": null, "updateContext": null }, - "start": 1458, - "end": 1459, + "start": 1525, + "end": 1526, "loc": { "start": { "line": 68, @@ -14332,8 +14332,8 @@ "postfix": false, "binop": null }, - "start": 1461, - "end": 1462, + "start": 1529, + "end": 1530, "loc": { "start": { "line": 69, @@ -14347,9 +14347,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Render option\n\t *\n\t * @param {object} item\n\t * @param {bool} isHighlighted\n\t * @return {*}\n\t ", - "start": 1466, - "end": 1569, + "value": "*\r\n\t * Render option\r\n\t *\r\n\t * @param {object} item\r\n\t * @param {bool} isHighlighted\r\n\t * @return {*}\r\n\t ", + "start": 1537, + "end": 1646, "loc": { "start": { "line": 72, @@ -14374,8 +14374,8 @@ "binop": null }, "value": "renderItem", - "start": 1571, - "end": 1581, + "start": 1649, + "end": 1659, "loc": { "start": { "line": 79, @@ -14399,8 +14399,8 @@ "postfix": false, "binop": null }, - "start": 1581, - "end": 1582, + "start": 1659, + "end": 1660, "loc": { "start": { "line": 79, @@ -14425,8 +14425,8 @@ "binop": null }, "value": "item", - "start": 1582, - "end": 1586, + "start": 1660, + "end": 1664, "loc": { "start": { "line": 79, @@ -14451,8 +14451,8 @@ "binop": null, "updateContext": null }, - "start": 1586, - "end": 1587, + "start": 1664, + "end": 1665, "loc": { "start": { "line": 79, @@ -14477,8 +14477,8 @@ "binop": null }, "value": "isHighlighted", - "start": 1588, - "end": 1601, + "start": 1666, + "end": 1679, "loc": { "start": { "line": 79, @@ -14502,8 +14502,8 @@ "postfix": false, "binop": null }, - "start": 1601, - "end": 1602, + "start": 1679, + "end": 1680, "loc": { "start": { "line": 79, @@ -14527,8 +14527,8 @@ "postfix": false, "binop": null }, - "start": 1602, - "end": 1603, + "start": 1680, + "end": 1681, "loc": { "start": { "line": 79, @@ -14555,8 +14555,8 @@ "updateContext": null }, "value": "return", - "start": 1606, - "end": 1612, + "start": 1685, + "end": 1691, "loc": { "start": { "line": 80, @@ -14580,8 +14580,8 @@ "postfix": false, "binop": null }, - "start": 1613, - "end": 1614, + "start": 1692, + "end": 1693, "loc": { "start": { "line": 80, @@ -14607,8 +14607,8 @@ "updateContext": null }, "value": "MagicItem", - "start": 1614, - "end": 1623, + "start": 1693, + "end": 1702, "loc": { "start": { "line": 80, @@ -14634,8 +14634,8 @@ "updateContext": null }, "value": "item", - "start": 1624, - "end": 1628, + "start": 1703, + "end": 1707, "loc": { "start": { "line": 80, @@ -14661,8 +14661,8 @@ "updateContext": null }, "value": "=", - "start": 1628, - "end": 1629, + "start": 1707, + "end": 1708, "loc": { "start": { "line": 80, @@ -14686,8 +14686,8 @@ "postfix": false, "binop": null }, - "start": 1629, - "end": 1630, + "start": 1708, + "end": 1709, "loc": { "start": { "line": 80, @@ -14712,8 +14712,8 @@ "binop": null }, "value": "item", - "start": 1630, - "end": 1634, + "start": 1709, + "end": 1713, "loc": { "start": { "line": 80, @@ -14737,8 +14737,8 @@ "postfix": false, "binop": null }, - "start": 1634, - "end": 1635, + "start": 1713, + "end": 1714, "loc": { "start": { "line": 80, @@ -14764,8 +14764,8 @@ "updateContext": null }, "value": "isHighlighted", - "start": 1636, - "end": 1649, + "start": 1715, + "end": 1728, "loc": { "start": { "line": 80, @@ -14791,8 +14791,8 @@ "updateContext": null }, "value": "=", - "start": 1649, - "end": 1650, + "start": 1728, + "end": 1729, "loc": { "start": { "line": 80, @@ -14816,8 +14816,8 @@ "postfix": false, "binop": null }, - "start": 1650, - "end": 1651, + "start": 1729, + "end": 1730, "loc": { "start": { "line": 80, @@ -14842,8 +14842,8 @@ "binop": null }, "value": "isHighlighted", - "start": 1651, - "end": 1664, + "start": 1730, + "end": 1743, "loc": { "start": { "line": 80, @@ -14867,8 +14867,8 @@ "postfix": false, "binop": null }, - "start": 1664, - "end": 1665, + "start": 1743, + "end": 1744, "loc": { "start": { "line": 80, @@ -14894,8 +14894,8 @@ "updateContext": null }, "value": "innerKey", - "start": 1666, - "end": 1674, + "start": 1745, + "end": 1753, "loc": { "start": { "line": 80, @@ -14921,8 +14921,8 @@ "updateContext": null }, "value": "=", - "start": 1674, - "end": 1675, + "start": 1753, + "end": 1754, "loc": { "start": { "line": 80, @@ -14946,8 +14946,8 @@ "postfix": false, "binop": null }, - "start": 1675, - "end": 1676, + "start": 1754, + "end": 1755, "loc": { "start": { "line": 80, @@ -14972,8 +14972,8 @@ "binop": null }, "value": "item", - "start": 1676, - "end": 1680, + "start": 1755, + "end": 1759, "loc": { "start": { "line": 80, @@ -14998,8 +14998,8 @@ "binop": null, "updateContext": null }, - "start": 1680, - "end": 1681, + "start": 1759, + "end": 1760, "loc": { "start": { "line": 80, @@ -15024,8 +15024,8 @@ "binop": null }, "value": "innerKey", - "start": 1681, - "end": 1689, + "start": 1760, + "end": 1768, "loc": { "start": { "line": 80, @@ -15049,8 +15049,8 @@ "postfix": false, "binop": null }, - "start": 1689, - "end": 1690, + "start": 1768, + "end": 1769, "loc": { "start": { "line": 80, @@ -15076,8 +15076,8 @@ "updateContext": null }, "value": "key", - "start": 1691, - "end": 1694, + "start": 1770, + "end": 1773, "loc": { "start": { "line": 80, @@ -15103,8 +15103,8 @@ "updateContext": null }, "value": "=", - "start": 1694, - "end": 1695, + "start": 1773, + "end": 1774, "loc": { "start": { "line": 80, @@ -15128,8 +15128,8 @@ "postfix": false, "binop": null }, - "start": 1695, - "end": 1696, + "start": 1774, + "end": 1775, "loc": { "start": { "line": 80, @@ -15154,8 +15154,8 @@ "binop": null }, "value": "item", - "start": 1696, - "end": 1700, + "start": 1775, + "end": 1779, "loc": { "start": { "line": 80, @@ -15180,8 +15180,8 @@ "binop": null, "updateContext": null }, - "start": 1700, - "end": 1701, + "start": 1779, + "end": 1780, "loc": { "start": { "line": 80, @@ -15206,8 +15206,8 @@ "binop": null }, "value": "innerKey", - "start": 1701, - "end": 1709, + "start": 1780, + "end": 1788, "loc": { "start": { "line": 80, @@ -15231,8 +15231,8 @@ "postfix": false, "binop": null }, - "start": 1709, - "end": 1710, + "start": 1788, + "end": 1789, "loc": { "start": { "line": 80, @@ -15258,8 +15258,8 @@ "updateContext": null }, "value": "onClick", - "start": 1711, - "end": 1718, + "start": 1790, + "end": 1797, "loc": { "start": { "line": 80, @@ -15285,8 +15285,8 @@ "updateContext": null }, "value": "=", - "start": 1718, - "end": 1719, + "start": 1797, + "end": 1798, "loc": { "start": { "line": 80, @@ -15310,8 +15310,8 @@ "postfix": false, "binop": null }, - "start": 1719, - "end": 1720, + "start": 1798, + "end": 1799, "loc": { "start": { "line": 80, @@ -15338,8 +15338,8 @@ "updateContext": null }, "value": "this", - "start": 1720, - "end": 1724, + "start": 1799, + "end": 1803, "loc": { "start": { "line": 80, @@ -15364,8 +15364,8 @@ "binop": null, "updateContext": null }, - "start": 1724, - "end": 1725, + "start": 1803, + "end": 1804, "loc": { "start": { "line": 80, @@ -15390,8 +15390,8 @@ "binop": null }, "value": "onSelect", - "start": 1725, - "end": 1733, + "start": 1804, + "end": 1812, "loc": { "start": { "line": 80, @@ -15415,8 +15415,8 @@ "postfix": false, "binop": null }, - "start": 1733, - "end": 1734, + "start": 1812, + "end": 1813, "loc": { "start": { "line": 80, @@ -15442,8 +15442,8 @@ "updateContext": null }, "value": "/", - "start": 1735, - "end": 1736, + "start": 1814, + "end": 1815, "loc": { "start": { "line": 80, @@ -15467,8 +15467,8 @@ "postfix": false, "binop": null }, - "start": 1736, - "end": 1737, + "start": 1815, + "end": 1816, "loc": { "start": { "line": 80, @@ -15493,8 +15493,8 @@ "binop": null, "updateContext": null }, - "start": 1737, - "end": 1738, + "start": 1816, + "end": 1817, "loc": { "start": { "line": 80, @@ -15518,8 +15518,8 @@ "postfix": false, "binop": null }, - "start": 1740, - "end": 1741, + "start": 1820, + "end": 1821, "loc": { "start": { "line": 81, @@ -15533,9 +15533,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Get the value of the item\n\t * @param {Object} item\n\t * @return {*}\n\t ", - "start": 1744, - "end": 1823, + "value": "*\r\n\t * Get the value of the item\r\n\t * @param {Object} item\r\n\t * @return {*}\r\n\t ", + "start": 1826, + "end": 1909, "loc": { "start": { "line": 83, @@ -15560,8 +15560,8 @@ "binop": null }, "value": "getItemValue", - "start": 1825, - "end": 1837, + "start": 1912, + "end": 1924, "loc": { "start": { "line": 88, @@ -15585,8 +15585,8 @@ "postfix": false, "binop": null }, - "start": 1837, - "end": 1838, + "start": 1924, + "end": 1925, "loc": { "start": { "line": 88, @@ -15611,8 +15611,8 @@ "binop": null }, "value": "item", - "start": 1838, - "end": 1842, + "start": 1925, + "end": 1929, "loc": { "start": { "line": 88, @@ -15636,8 +15636,8 @@ "postfix": false, "binop": null }, - "start": 1842, - "end": 1843, + "start": 1929, + "end": 1930, "loc": { "start": { "line": 88, @@ -15661,8 +15661,8 @@ "postfix": false, "binop": null }, - "start": 1843, - "end": 1844, + "start": 1930, + "end": 1931, "loc": { "start": { "line": 88, @@ -15689,8 +15689,8 @@ "updateContext": null }, "value": "return", - "start": 1847, - "end": 1853, + "start": 1935, + "end": 1941, "loc": { "start": { "line": 89, @@ -15715,8 +15715,8 @@ "binop": null }, "value": "item", - "start": 1854, - "end": 1858, + "start": 1942, + "end": 1946, "loc": { "start": { "line": 89, @@ -15741,8 +15741,8 @@ "binop": null, "updateContext": null }, - "start": 1858, - "end": 1859, + "start": 1946, + "end": 1947, "loc": { "start": { "line": 89, @@ -15767,8 +15767,8 @@ "binop": null }, "value": "value", - "start": 1859, - "end": 1864, + "start": 1947, + "end": 1952, "loc": { "start": { "line": 89, @@ -15793,8 +15793,8 @@ "binop": null, "updateContext": null }, - "start": 1864, - "end": 1865, + "start": 1952, + "end": 1953, "loc": { "start": { "line": 89, @@ -15818,8 +15818,8 @@ "postfix": false, "binop": null }, - "start": 1867, - "end": 1868, + "start": 1956, + "end": 1957, "loc": { "start": { "line": 90, @@ -15833,9 +15833,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Render MagicSelect component\n\t * @return {*}\n\t ", - "start": 1872, - "end": 1929, + "value": "*\r\n\t * Render MagicSelect component\r\n\t * @return {*}\r\n\t ", + "start": 1964, + "end": 2024, "loc": { "start": { "line": 93, @@ -15860,8 +15860,8 @@ "binop": null }, "value": "render", - "start": 1931, - "end": 1937, + "start": 2027, + "end": 2033, "loc": { "start": { "line": 97, @@ -15885,8 +15885,8 @@ "postfix": false, "binop": null }, - "start": 1937, - "end": 1938, + "start": 2033, + "end": 2034, "loc": { "start": { "line": 97, @@ -15910,8 +15910,8 @@ "postfix": false, "binop": null }, - "start": 1938, - "end": 1939, + "start": 2034, + "end": 2035, "loc": { "start": { "line": 97, @@ -15935,8 +15935,8 @@ "postfix": false, "binop": null }, - "start": 1940, - "end": 1941, + "start": 2036, + "end": 2037, "loc": { "start": { "line": 97, @@ -15963,8 +15963,8 @@ "updateContext": null }, "value": "return", - "start": 1944, - "end": 1950, + "start": 2041, + "end": 2047, "loc": { "start": { "line": 98, @@ -15988,8 +15988,8 @@ "postfix": false, "binop": null }, - "start": 1951, - "end": 1952, + "start": 2048, + "end": 2049, "loc": { "start": { "line": 98, @@ -16013,8 +16013,8 @@ "postfix": false, "binop": null }, - "start": 1956, - "end": 1957, + "start": 2054, + "end": 2055, "loc": { "start": { "line": 99, @@ -16040,8 +16040,8 @@ "updateContext": null }, "value": "Autocomplete", - "start": 1957, - "end": 1969, + "start": 2055, + "end": 2067, "loc": { "start": { "line": 99, @@ -16067,8 +16067,8 @@ "updateContext": null }, "value": "getItemValue", - "start": 1974, - "end": 1986, + "start": 2073, + "end": 2085, "loc": { "start": { "line": 100, @@ -16094,8 +16094,8 @@ "updateContext": null }, "value": "=", - "start": 1986, - "end": 1987, + "start": 2085, + "end": 2086, "loc": { "start": { "line": 100, @@ -16119,8 +16119,8 @@ "postfix": false, "binop": null }, - "start": 1987, - "end": 1988, + "start": 2086, + "end": 2087, "loc": { "start": { "line": 100, @@ -16147,8 +16147,8 @@ "updateContext": null }, "value": "this", - "start": 1988, - "end": 1992, + "start": 2087, + "end": 2091, "loc": { "start": { "line": 100, @@ -16173,8 +16173,8 @@ "binop": null, "updateContext": null }, - "start": 1992, - "end": 1993, + "start": 2091, + "end": 2092, "loc": { "start": { "line": 100, @@ -16199,8 +16199,8 @@ "binop": null }, "value": "getItemValue", - "start": 1993, - "end": 2005, + "start": 2092, + "end": 2104, "loc": { "start": { "line": 100, @@ -16224,8 +16224,8 @@ "postfix": false, "binop": null }, - "start": 2005, - "end": 2006, + "start": 2104, + "end": 2105, "loc": { "start": { "line": 100, @@ -16251,8 +16251,8 @@ "updateContext": null }, "value": "items", - "start": 2011, - "end": 2016, + "start": 2111, + "end": 2116, "loc": { "start": { "line": 101, @@ -16278,8 +16278,8 @@ "updateContext": null }, "value": "=", - "start": 2016, - "end": 2017, + "start": 2116, + "end": 2117, "loc": { "start": { "line": 101, @@ -16303,8 +16303,8 @@ "postfix": false, "binop": null }, - "start": 2017, - "end": 2018, + "start": 2117, + "end": 2118, "loc": { "start": { "line": 101, @@ -16331,8 +16331,8 @@ "updateContext": null }, "value": "this", - "start": 2018, - "end": 2022, + "start": 2118, + "end": 2122, "loc": { "start": { "line": 101, @@ -16357,8 +16357,8 @@ "binop": null, "updateContext": null }, - "start": 2022, - "end": 2023, + "start": 2122, + "end": 2123, "loc": { "start": { "line": 101, @@ -16383,8 +16383,8 @@ "binop": null }, "value": "props", - "start": 2023, - "end": 2028, + "start": 2123, + "end": 2128, "loc": { "start": { "line": 101, @@ -16409,8 +16409,8 @@ "binop": null, "updateContext": null }, - "start": 2028, - "end": 2029, + "start": 2128, + "end": 2129, "loc": { "start": { "line": 101, @@ -16435,8 +16435,8 @@ "binop": null }, "value": "options", - "start": 2029, - "end": 2036, + "start": 2129, + "end": 2136, "loc": { "start": { "line": 101, @@ -16460,8 +16460,8 @@ "postfix": false, "binop": null }, - "start": 2036, - "end": 2037, + "start": 2136, + "end": 2137, "loc": { "start": { "line": 101, @@ -16487,8 +16487,8 @@ "updateContext": null }, "value": "inputProps", - "start": 2042, - "end": 2052, + "start": 2143, + "end": 2153, "loc": { "start": { "line": 102, @@ -16514,8 +16514,8 @@ "updateContext": null }, "value": "=", - "start": 2052, - "end": 2053, + "start": 2153, + "end": 2154, "loc": { "start": { "line": 102, @@ -16539,8 +16539,8 @@ "postfix": false, "binop": null }, - "start": 2053, - "end": 2054, + "start": 2154, + "end": 2155, "loc": { "start": { "line": 102, @@ -16564,8 +16564,8 @@ "postfix": false, "binop": null }, - "start": 2054, - "end": 2055, + "start": 2155, + "end": 2156, "loc": { "start": { "line": 102, @@ -16590,8 +16590,8 @@ "binop": null }, "value": "id", - "start": 2061, - "end": 2063, + "start": 2163, + "end": 2165, "loc": { "start": { "line": 103, @@ -16616,8 +16616,8 @@ "binop": null, "updateContext": null }, - "start": 2063, - "end": 2064, + "start": 2165, + "end": 2166, "loc": { "start": { "line": 103, @@ -16644,8 +16644,8 @@ "updateContext": null }, "value": "this", - "start": 2065, - "end": 2069, + "start": 2167, + "end": 2171, "loc": { "start": { "line": 103, @@ -16670,8 +16670,8 @@ "binop": null, "updateContext": null }, - "start": 2069, - "end": 2070, + "start": 2171, + "end": 2172, "loc": { "start": { "line": 103, @@ -16696,8 +16696,8 @@ "binop": null }, "value": "props", - "start": 2070, - "end": 2075, + "start": 2172, + "end": 2177, "loc": { "start": { "line": 103, @@ -16722,8 +16722,8 @@ "binop": null, "updateContext": null }, - "start": 2075, - "end": 2076, + "start": 2177, + "end": 2178, "loc": { "start": { "line": 103, @@ -16748,8 +16748,8 @@ "binop": null }, "value": "id", - "start": 2076, - "end": 2078, + "start": 2178, + "end": 2180, "loc": { "start": { "line": 103, @@ -16774,8 +16774,8 @@ "binop": null, "updateContext": null }, - "start": 2078, - "end": 2079, + "start": 2180, + "end": 2181, "loc": { "start": { "line": 103, @@ -16800,8 +16800,8 @@ "binop": null }, "value": "value", - "start": 2085, - "end": 2090, + "start": 2188, + "end": 2193, "loc": { "start": { "line": 104, @@ -16826,8 +16826,8 @@ "binop": null, "updateContext": null }, - "start": 2090, - "end": 2091, + "start": 2193, + "end": 2194, "loc": { "start": { "line": 104, @@ -16854,8 +16854,8 @@ "updateContext": null }, "value": "this", - "start": 2092, - "end": 2096, + "start": 2195, + "end": 2199, "loc": { "start": { "line": 104, @@ -16880,8 +16880,8 @@ "binop": null, "updateContext": null }, - "start": 2096, - "end": 2097, + "start": 2199, + "end": 2200, "loc": { "start": { "line": 104, @@ -16906,8 +16906,8 @@ "binop": null }, "value": "props", - "start": 2097, - "end": 2102, + "start": 2200, + "end": 2205, "loc": { "start": { "line": 104, @@ -16932,8 +16932,8 @@ "binop": null, "updateContext": null }, - "start": 2102, - "end": 2103, + "start": 2205, + "end": 2206, "loc": { "start": { "line": 104, @@ -16958,8 +16958,8 @@ "binop": null }, "value": "value", - "start": 2103, - "end": 2108, + "start": 2206, + "end": 2211, "loc": { "start": { "line": 104, @@ -16984,8 +16984,8 @@ "binop": null, "updateContext": null }, - "start": 2108, - "end": 2109, + "start": 2211, + "end": 2212, "loc": { "start": { "line": 104, @@ -17010,8 +17010,8 @@ "binop": null }, "value": "className", - "start": 2115, - "end": 2124, + "start": 2219, + "end": 2228, "loc": { "start": { "line": 105, @@ -17036,8 +17036,8 @@ "binop": null, "updateContext": null }, - "start": 2124, - "end": 2125, + "start": 2228, + "end": 2229, "loc": { "start": { "line": 105, @@ -17062,8 +17062,8 @@ "binop": null }, "value": "classNames", - "start": 2125, - "end": 2135, + "start": 2229, + "end": 2239, "loc": { "start": { "line": 105, @@ -17087,8 +17087,8 @@ "postfix": false, "binop": null }, - "start": 2135, - "end": 2136, + "start": 2239, + "end": 2240, "loc": { "start": { "line": 105, @@ -17113,8 +17113,8 @@ "binop": null }, "value": "MagicFieldGroup", - "start": 2143, - "end": 2158, + "start": 2248, + "end": 2263, "loc": { "start": { "line": 106, @@ -17139,8 +17139,8 @@ "binop": null, "updateContext": null }, - "start": 2158, - "end": 2159, + "start": 2263, + "end": 2264, "loc": { "start": { "line": 106, @@ -17165,8 +17165,8 @@ "binop": null }, "value": "classNames", - "start": 2159, - "end": 2169, + "start": 2264, + "end": 2274, "loc": { "start": { "line": 106, @@ -17191,8 +17191,8 @@ "binop": null, "updateContext": null }, - "start": 2169, - "end": 2170, + "start": 2274, + "end": 2275, "loc": { "start": { "line": 106, @@ -17217,8 +17217,8 @@ "binop": null }, "value": "input", - "start": 2170, - "end": 2175, + "start": 2275, + "end": 2280, "loc": { "start": { "line": 106, @@ -17243,8 +17243,8 @@ "binop": null, "updateContext": null }, - "start": 2175, - "end": 2176, + "start": 2280, + "end": 2281, "loc": { "start": { "line": 106, @@ -17268,8 +17268,8 @@ "postfix": false, "binop": null }, - "start": 2183, - "end": 2184, + "start": 2289, + "end": 2290, "loc": { "start": { "line": 107, @@ -17295,8 +17295,8 @@ "updateContext": null }, "value": "", - "start": 2184, - "end": 2184, + "start": 2290, + "end": 2290, "loc": { "start": { "line": 107, @@ -17320,8 +17320,8 @@ "postfix": false, "binop": null }, - "start": 2184, - "end": 2186, + "start": 2290, + "end": 2292, "loc": { "start": { "line": 107, @@ -17346,8 +17346,8 @@ "binop": null }, "value": "MagicFieldGroup", - "start": 2186, - "end": 2201, + "start": 2292, + "end": 2307, "loc": { "start": { "line": 107, @@ -17372,8 +17372,8 @@ "binop": null, "updateContext": null }, - "start": 2201, - "end": 2202, + "start": 2307, + "end": 2308, "loc": { "start": { "line": 107, @@ -17398,8 +17398,8 @@ "binop": null }, "value": "classNames", - "start": 2202, - "end": 2212, + "start": 2308, + "end": 2318, "loc": { "start": { "line": 107, @@ -17424,8 +17424,8 @@ "binop": null, "updateContext": null }, - "start": 2212, - "end": 2213, + "start": 2318, + "end": 2319, "loc": { "start": { "line": 107, @@ -17450,8 +17450,8 @@ "binop": null }, "value": "input", - "start": 2213, - "end": 2218, + "start": 2319, + "end": 2324, "loc": { "start": { "line": 107, @@ -17475,8 +17475,8 @@ "postfix": false, "binop": null }, - "start": 2218, - "end": 2219, + "start": 2324, + "end": 2325, "loc": { "start": { "line": 107, @@ -17502,8 +17502,8 @@ "updateContext": null }, "value": "-", - "start": 2219, - "end": 2220, + "start": 2325, + "end": 2326, "loc": { "start": { "line": 107, @@ -17527,8 +17527,8 @@ "postfix": false, "binop": null }, - "start": 2220, - "end": 2222, + "start": 2326, + "end": 2328, "loc": { "start": { "line": 107, @@ -17555,8 +17555,8 @@ "updateContext": null }, "value": "this", - "start": 2222, - "end": 2226, + "start": 2328, + "end": 2332, "loc": { "start": { "line": 107, @@ -17581,8 +17581,8 @@ "binop": null, "updateContext": null }, - "start": 2226, - "end": 2227, + "start": 2332, + "end": 2333, "loc": { "start": { "line": 107, @@ -17607,8 +17607,8 @@ "binop": null }, "value": "props", - "start": 2227, - "end": 2232, + "start": 2333, + "end": 2338, "loc": { "start": { "line": 107, @@ -17633,8 +17633,8 @@ "binop": null, "updateContext": null }, - "start": 2232, - "end": 2233, + "start": 2338, + "end": 2339, "loc": { "start": { "line": 107, @@ -17659,8 +17659,8 @@ "binop": null }, "value": "id", - "start": 2233, - "end": 2235, + "start": 2339, + "end": 2341, "loc": { "start": { "line": 107, @@ -17684,8 +17684,8 @@ "postfix": false, "binop": null }, - "start": 2235, - "end": 2236, + "start": 2341, + "end": 2342, "loc": { "start": { "line": 107, @@ -17711,8 +17711,8 @@ "updateContext": null }, "value": "", - "start": 2236, - "end": 2236, + "start": 2342, + "end": 2342, "loc": { "start": { "line": 107, @@ -17736,8 +17736,8 @@ "postfix": false, "binop": null }, - "start": 2236, - "end": 2237, + "start": 2342, + "end": 2343, "loc": { "start": { "line": 107, @@ -17762,8 +17762,8 @@ "binop": null, "updateContext": null }, - "start": 2237, - "end": 2238, + "start": 2343, + "end": 2344, "loc": { "start": { "line": 107, @@ -17790,8 +17790,8 @@ "updateContext": null }, "value": "this", - "start": 2245, - "end": 2249, + "start": 2352, + "end": 2356, "loc": { "start": { "line": 108, @@ -17816,8 +17816,8 @@ "binop": null, "updateContext": null }, - "start": 2249, - "end": 2250, + "start": 2356, + "end": 2357, "loc": { "start": { "line": 108, @@ -17842,8 +17842,8 @@ "binop": null }, "value": "props", - "start": 2250, - "end": 2255, + "start": 2357, + "end": 2362, "loc": { "start": { "line": 108, @@ -17868,8 +17868,8 @@ "binop": null, "updateContext": null }, - "start": 2255, - "end": 2256, + "start": 2362, + "end": 2363, "loc": { "start": { "line": 108, @@ -17894,8 +17894,8 @@ "binop": null }, "value": "className", - "start": 2256, - "end": 2265, + "start": 2363, + "end": 2372, "loc": { "start": { "line": 108, @@ -17919,8 +17919,8 @@ "postfix": false, "binop": null }, - "start": 2271, - "end": 2272, + "start": 2379, + "end": 2380, "loc": { "start": { "line": 109, @@ -17945,8 +17945,8 @@ "binop": null, "updateContext": null }, - "start": 2272, - "end": 2273, + "start": 2380, + "end": 2381, "loc": { "start": { "line": 109, @@ -17971,8 +17971,8 @@ "binop": null }, "value": "onFocus", - "start": 2279, - "end": 2286, + "start": 2388, + "end": 2395, "loc": { "start": { "line": 110, @@ -17997,8 +17997,8 @@ "binop": null, "updateContext": null }, - "start": 2286, - "end": 2287, + "start": 2395, + "end": 2396, "loc": { "start": { "line": 110, @@ -18025,8 +18025,8 @@ "updateContext": null }, "value": "this", - "start": 2288, - "end": 2292, + "start": 2397, + "end": 2401, "loc": { "start": { "line": 110, @@ -18051,8 +18051,8 @@ "binop": null, "updateContext": null }, - "start": 2292, - "end": 2293, + "start": 2401, + "end": 2402, "loc": { "start": { "line": 110, @@ -18077,8 +18077,8 @@ "binop": null }, "value": "onInputFocus", - "start": 2293, - "end": 2305, + "start": 2402, + "end": 2414, "loc": { "start": { "line": 110, @@ -18103,8 +18103,8 @@ "binop": null, "updateContext": null }, - "start": 2305, - "end": 2306, + "start": 2414, + "end": 2415, "loc": { "start": { "line": 110, @@ -18129,8 +18129,8 @@ "binop": null }, "value": "onBlur", - "start": 2312, - "end": 2318, + "start": 2422, + "end": 2428, "loc": { "start": { "line": 111, @@ -18155,8 +18155,8 @@ "binop": null, "updateContext": null }, - "start": 2318, - "end": 2319, + "start": 2428, + "end": 2429, "loc": { "start": { "line": 111, @@ -18183,8 +18183,8 @@ "updateContext": null }, "value": "this", - "start": 2319, - "end": 2323, + "start": 2429, + "end": 2433, "loc": { "start": { "line": 111, @@ -18209,8 +18209,8 @@ "binop": null, "updateContext": null }, - "start": 2323, - "end": 2324, + "start": 2433, + "end": 2434, "loc": { "start": { "line": 111, @@ -18235,8 +18235,8 @@ "binop": null }, "value": "onInputBlur", - "start": 2324, - "end": 2335, + "start": 2434, + "end": 2445, "loc": { "start": { "line": 111, @@ -18261,8 +18261,8 @@ "binop": null, "updateContext": null }, - "start": 2335, - "end": 2336, + "start": 2445, + "end": 2446, "loc": { "start": { "line": 111, @@ -18287,8 +18287,8 @@ "binop": null }, "value": "onClick", - "start": 2342, - "end": 2349, + "start": 2453, + "end": 2460, "loc": { "start": { "line": 112, @@ -18313,8 +18313,8 @@ "binop": null, "updateContext": null }, - "start": 2349, - "end": 2350, + "start": 2460, + "end": 2461, "loc": { "start": { "line": 112, @@ -18341,8 +18341,8 @@ "updateContext": null }, "value": "this", - "start": 2350, - "end": 2354, + "start": 2461, + "end": 2465, "loc": { "start": { "line": 112, @@ -18367,8 +18367,8 @@ "binop": null, "updateContext": null }, - "start": 2354, - "end": 2355, + "start": 2465, + "end": 2466, "loc": { "start": { "line": 112, @@ -18393,8 +18393,8 @@ "binop": null }, "value": "onChange", - "start": 2355, - "end": 2363, + "start": 2466, + "end": 2474, "loc": { "start": { "line": 112, @@ -18418,8 +18418,8 @@ "postfix": false, "binop": null }, - "start": 2368, - "end": 2369, + "start": 2480, + "end": 2481, "loc": { "start": { "line": 113, @@ -18443,8 +18443,8 @@ "postfix": false, "binop": null }, - "start": 2369, - "end": 2370, + "start": 2481, + "end": 2482, "loc": { "start": { "line": 113, @@ -18470,8 +18470,8 @@ "updateContext": null }, "value": "renderItem", - "start": 2375, - "end": 2385, + "start": 2488, + "end": 2498, "loc": { "start": { "line": 114, @@ -18497,8 +18497,8 @@ "updateContext": null }, "value": "=", - "start": 2385, - "end": 2386, + "start": 2498, + "end": 2499, "loc": { "start": { "line": 114, @@ -18522,8 +18522,8 @@ "postfix": false, "binop": null }, - "start": 2386, - "end": 2387, + "start": 2499, + "end": 2500, "loc": { "start": { "line": 114, @@ -18550,8 +18550,8 @@ "updateContext": null }, "value": "this", - "start": 2387, - "end": 2391, + "start": 2500, + "end": 2504, "loc": { "start": { "line": 114, @@ -18576,8 +18576,8 @@ "binop": null, "updateContext": null }, - "start": 2391, - "end": 2392, + "start": 2504, + "end": 2505, "loc": { "start": { "line": 114, @@ -18602,8 +18602,8 @@ "binop": null }, "value": "renderItem", - "start": 2392, - "end": 2402, + "start": 2505, + "end": 2515, "loc": { "start": { "line": 114, @@ -18627,8 +18627,8 @@ "postfix": false, "binop": null }, - "start": 2402, - "end": 2403, + "start": 2515, + "end": 2516, "loc": { "start": { "line": 114, @@ -18654,8 +18654,8 @@ "updateContext": null }, "value": "value", - "start": 2408, - "end": 2413, + "start": 2522, + "end": 2527, "loc": { "start": { "line": 115, @@ -18681,8 +18681,8 @@ "updateContext": null }, "value": "=", - "start": 2413, - "end": 2414, + "start": 2527, + "end": 2528, "loc": { "start": { "line": 115, @@ -18706,8 +18706,8 @@ "postfix": false, "binop": null }, - "start": 2414, - "end": 2415, + "start": 2528, + "end": 2529, "loc": { "start": { "line": 115, @@ -18734,8 +18734,8 @@ "updateContext": null }, "value": "this", - "start": 2415, - "end": 2419, + "start": 2529, + "end": 2533, "loc": { "start": { "line": 115, @@ -18760,8 +18760,8 @@ "binop": null, "updateContext": null }, - "start": 2419, - "end": 2420, + "start": 2533, + "end": 2534, "loc": { "start": { "line": 115, @@ -18786,8 +18786,8 @@ "binop": null }, "value": "props", - "start": 2420, - "end": 2425, + "start": 2534, + "end": 2539, "loc": { "start": { "line": 115, @@ -18812,8 +18812,8 @@ "binop": null, "updateContext": null }, - "start": 2425, - "end": 2426, + "start": 2539, + "end": 2540, "loc": { "start": { "line": 115, @@ -18838,8 +18838,8 @@ "binop": null }, "value": "value", - "start": 2426, - "end": 2431, + "start": 2540, + "end": 2545, "loc": { "start": { "line": 115, @@ -18863,8 +18863,8 @@ "postfix": false, "binop": null }, - "start": 2431, - "end": 2432, + "start": 2545, + "end": 2546, "loc": { "start": { "line": 115, @@ -18890,8 +18890,8 @@ "updateContext": null }, "value": "onChange", - "start": 2437, - "end": 2445, + "start": 2552, + "end": 2560, "loc": { "start": { "line": 116, @@ -18917,8 +18917,8 @@ "updateContext": null }, "value": "=", - "start": 2445, - "end": 2446, + "start": 2560, + "end": 2561, "loc": { "start": { "line": 116, @@ -18942,8 +18942,8 @@ "postfix": false, "binop": null }, - "start": 2446, - "end": 2447, + "start": 2561, + "end": 2562, "loc": { "start": { "line": 116, @@ -18970,8 +18970,8 @@ "updateContext": null }, "value": "this", - "start": 2447, - "end": 2451, + "start": 2562, + "end": 2566, "loc": { "start": { "line": 116, @@ -18996,8 +18996,8 @@ "binop": null, "updateContext": null }, - "start": 2451, - "end": 2452, + "start": 2566, + "end": 2567, "loc": { "start": { "line": 116, @@ -19022,8 +19022,8 @@ "binop": null }, "value": "onChange", - "start": 2452, - "end": 2460, + "start": 2567, + "end": 2575, "loc": { "start": { "line": 116, @@ -19047,8 +19047,8 @@ "postfix": false, "binop": null }, - "start": 2460, - "end": 2461, + "start": 2575, + "end": 2576, "loc": { "start": { "line": 116, @@ -19074,8 +19074,8 @@ "updateContext": null }, "value": "open", - "start": 2466, - "end": 2470, + "start": 2582, + "end": 2586, "loc": { "start": { "line": 117, @@ -19101,8 +19101,8 @@ "updateContext": null }, "value": "=", - "start": 2470, - "end": 2471, + "start": 2586, + "end": 2587, "loc": { "start": { "line": 117, @@ -19126,8 +19126,8 @@ "postfix": false, "binop": null }, - "start": 2471, - "end": 2472, + "start": 2587, + "end": 2588, "loc": { "start": { "line": 117, @@ -19154,8 +19154,8 @@ "updateContext": null }, "value": "this", - "start": 2472, - "end": 2476, + "start": 2588, + "end": 2592, "loc": { "start": { "line": 117, @@ -19180,8 +19180,8 @@ "binop": null, "updateContext": null }, - "start": 2476, - "end": 2477, + "start": 2592, + "end": 2593, "loc": { "start": { "line": 117, @@ -19206,8 +19206,8 @@ "binop": null }, "value": "props", - "start": 2477, - "end": 2482, + "start": 2593, + "end": 2598, "loc": { "start": { "line": 117, @@ -19232,8 +19232,8 @@ "binop": null, "updateContext": null }, - "start": 2482, - "end": 2483, + "start": 2598, + "end": 2599, "loc": { "start": { "line": 117, @@ -19258,8 +19258,8 @@ "binop": null }, "value": "isOpen", - "start": 2483, - "end": 2489, + "start": 2599, + "end": 2605, "loc": { "start": { "line": 117, @@ -19283,8 +19283,8 @@ "postfix": false, "binop": null }, - "start": 2489, - "end": 2490, + "start": 2605, + "end": 2606, "loc": { "start": { "line": 117, @@ -19310,8 +19310,8 @@ "updateContext": null }, "value": "selectOnBlur", - "start": 2495, - "end": 2507, + "start": 2612, + "end": 2624, "loc": { "start": { "line": 118, @@ -19337,8 +19337,8 @@ "updateContext": null }, "value": "=", - "start": 2507, - "end": 2508, + "start": 2624, + "end": 2625, "loc": { "start": { "line": 118, @@ -19362,8 +19362,8 @@ "postfix": false, "binop": null }, - "start": 2508, - "end": 2509, + "start": 2625, + "end": 2626, "loc": { "start": { "line": 118, @@ -19390,8 +19390,8 @@ "updateContext": null }, "value": "true", - "start": 2509, - "end": 2513, + "start": 2626, + "end": 2630, "loc": { "start": { "line": 118, @@ -19415,8 +19415,8 @@ "postfix": false, "binop": null }, - "start": 2513, - "end": 2514, + "start": 2630, + "end": 2631, "loc": { "start": { "line": 118, @@ -19442,8 +19442,8 @@ "updateContext": null }, "value": "onSelect", - "start": 2519, - "end": 2527, + "start": 2637, + "end": 2645, "loc": { "start": { "line": 119, @@ -19469,8 +19469,8 @@ "updateContext": null }, "value": "=", - "start": 2527, - "end": 2528, + "start": 2645, + "end": 2646, "loc": { "start": { "line": 119, @@ -19494,8 +19494,8 @@ "postfix": false, "binop": null }, - "start": 2528, - "end": 2529, + "start": 2646, + "end": 2647, "loc": { "start": { "line": 119, @@ -19522,8 +19522,8 @@ "updateContext": null }, "value": "this", - "start": 2529, - "end": 2533, + "start": 2647, + "end": 2651, "loc": { "start": { "line": 119, @@ -19548,8 +19548,8 @@ "binop": null, "updateContext": null }, - "start": 2533, - "end": 2534, + "start": 2651, + "end": 2652, "loc": { "start": { "line": 119, @@ -19574,8 +19574,8 @@ "binop": null }, "value": "onSelect", - "start": 2534, - "end": 2542, + "start": 2652, + "end": 2660, "loc": { "start": { "line": 119, @@ -19599,8 +19599,8 @@ "postfix": false, "binop": null }, - "start": 2542, - "end": 2543, + "start": 2660, + "end": 2661, "loc": { "start": { "line": 119, @@ -19626,8 +19626,8 @@ "updateContext": null }, "value": "/", - "start": 2547, - "end": 2548, + "start": 2666, + "end": 2667, "loc": { "start": { "line": 120, @@ -19651,8 +19651,8 @@ "postfix": false, "binop": null }, - "start": 2548, - "end": 2549, + "start": 2667, + "end": 2668, "loc": { "start": { "line": 120, @@ -19676,8 +19676,8 @@ "postfix": false, "binop": null }, - "start": 2553, - "end": 2554, + "start": 2674, + "end": 2675, "loc": { "start": { "line": 122, @@ -19702,8 +19702,8 @@ "binop": null, "updateContext": null }, - "start": 2554, - "end": 2555, + "start": 2675, + "end": 2676, "loc": { "start": { "line": 122, @@ -19727,8 +19727,8 @@ "postfix": false, "binop": null }, - "start": 2557, - "end": 2558, + "start": 2679, + "end": 2680, "loc": { "start": { "line": 123, @@ -19752,8 +19752,8 @@ "postfix": false, "binop": null }, - "start": 2559, - "end": 2560, + "start": 2682, + "end": 2683, "loc": { "start": { "line": 124, @@ -19767,9 +19767,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definitions for MagicSelect component\n ", - "start": 2563, - "end": 2616, + "value": "*\r\n * Prop definitions for MagicSelect component\r\n ", + "start": 2689, + "end": 2744, "loc": { "start": { "line": 127, @@ -19794,8 +19794,8 @@ "binop": null }, "value": "MagicSelect", - "start": 2617, - "end": 2628, + "start": 2746, + "end": 2757, "loc": { "start": { "line": 130, @@ -19820,8 +19820,8 @@ "binop": null, "updateContext": null }, - "start": 2628, - "end": 2629, + "start": 2757, + "end": 2758, "loc": { "start": { "line": 130, @@ -19846,8 +19846,8 @@ "binop": null }, "value": "propTypes", - "start": 2629, - "end": 2638, + "start": 2758, + "end": 2767, "loc": { "start": { "line": 130, @@ -19873,8 +19873,8 @@ "updateContext": null }, "value": "=", - "start": 2639, - "end": 2640, + "start": 2768, + "end": 2769, "loc": { "start": { "line": 130, @@ -19898,8 +19898,8 @@ "postfix": false, "binop": null }, - "start": 2641, - "end": 2642, + "start": 2770, + "end": 2771, "loc": { "start": { "line": 130, @@ -19924,8 +19924,8 @@ "binop": null }, "value": "id", - "start": 2644, - "end": 2646, + "start": 2774, + "end": 2776, "loc": { "start": { "line": 131, @@ -19950,8 +19950,8 @@ "binop": null, "updateContext": null }, - "start": 2646, - "end": 2647, + "start": 2776, + "end": 2777, "loc": { "start": { "line": 131, @@ -19976,8 +19976,8 @@ "binop": null }, "value": "PropTypes", - "start": 2648, - "end": 2657, + "start": 2778, + "end": 2787, "loc": { "start": { "line": 131, @@ -20002,8 +20002,8 @@ "binop": null, "updateContext": null }, - "start": 2657, - "end": 2658, + "start": 2787, + "end": 2788, "loc": { "start": { "line": 131, @@ -20028,8 +20028,8 @@ "binop": null }, "value": "string", - "start": 2658, - "end": 2664, + "start": 2788, + "end": 2794, "loc": { "start": { "line": 131, @@ -20054,8 +20054,8 @@ "binop": null, "updateContext": null }, - "start": 2664, - "end": 2665, + "start": 2794, + "end": 2795, "loc": { "start": { "line": 131, @@ -20080,8 +20080,8 @@ "binop": null }, "value": "isRequired", - "start": 2665, - "end": 2675, + "start": 2795, + "end": 2805, "loc": { "start": { "line": 131, @@ -20106,8 +20106,8 @@ "binop": null, "updateContext": null }, - "start": 2675, - "end": 2676, + "start": 2805, + "end": 2806, "loc": { "start": { "line": 131, @@ -20132,8 +20132,8 @@ "binop": null }, "value": "options", - "start": 2678, - "end": 2685, + "start": 2809, + "end": 2816, "loc": { "start": { "line": 132, @@ -20158,8 +20158,8 @@ "binop": null, "updateContext": null }, - "start": 2685, - "end": 2686, + "start": 2816, + "end": 2817, "loc": { "start": { "line": 132, @@ -20184,8 +20184,8 @@ "binop": null }, "value": "optionsShapeProp", - "start": 2687, - "end": 2703, + "start": 2818, + "end": 2834, "loc": { "start": { "line": 132, @@ -20210,8 +20210,8 @@ "binop": null, "updateContext": null }, - "start": 2703, - "end": 2704, + "start": 2834, + "end": 2835, "loc": { "start": { "line": 132, @@ -20236,8 +20236,8 @@ "binop": null }, "value": "isRequired", - "start": 2706, - "end": 2716, + "start": 2838, + "end": 2848, "loc": { "start": { "line": 133, @@ -20262,8 +20262,8 @@ "binop": null, "updateContext": null }, - "start": 2716, - "end": 2717, + "start": 2848, + "end": 2849, "loc": { "start": { "line": 133, @@ -20288,8 +20288,8 @@ "binop": null }, "value": "PropTypes", - "start": 2718, - "end": 2727, + "start": 2850, + "end": 2859, "loc": { "start": { "line": 133, @@ -20314,8 +20314,8 @@ "binop": null, "updateContext": null }, - "start": 2727, - "end": 2728, + "start": 2859, + "end": 2860, "loc": { "start": { "line": 133, @@ -20340,8 +20340,8 @@ "binop": null }, "value": "bool", - "start": 2728, - "end": 2732, + "start": 2860, + "end": 2864, "loc": { "start": { "line": 133, @@ -20366,8 +20366,8 @@ "binop": null, "updateContext": null }, - "start": 2732, - "end": 2733, + "start": 2864, + "end": 2865, "loc": { "start": { "line": 133, @@ -20392,8 +20392,8 @@ "binop": null }, "value": "help", - "start": 2735, - "end": 2739, + "start": 2868, + "end": 2872, "loc": { "start": { "line": 134, @@ -20418,8 +20418,8 @@ "binop": null, "updateContext": null }, - "start": 2739, - "end": 2740, + "start": 2872, + "end": 2873, "loc": { "start": { "line": 134, @@ -20444,8 +20444,8 @@ "binop": null }, "value": "PropTypes", - "start": 2741, - "end": 2750, + "start": 2874, + "end": 2883, "loc": { "start": { "line": 134, @@ -20470,8 +20470,8 @@ "binop": null, "updateContext": null }, - "start": 2750, - "end": 2751, + "start": 2883, + "end": 2884, "loc": { "start": { "line": 134, @@ -20496,8 +20496,8 @@ "binop": null }, "value": "string", - "start": 2751, - "end": 2757, + "start": 2884, + "end": 2890, "loc": { "start": { "line": 134, @@ -20522,8 +20522,8 @@ "binop": null, "updateContext": null }, - "start": 2757, - "end": 2758, + "start": 2890, + "end": 2891, "loc": { "start": { "line": 134, @@ -20548,8 +20548,8 @@ "binop": null }, "value": "value", - "start": 2760, - "end": 2765, + "start": 2894, + "end": 2899, "loc": { "start": { "line": 135, @@ -20574,8 +20574,8 @@ "binop": null, "updateContext": null }, - "start": 2765, - "end": 2766, + "start": 2899, + "end": 2900, "loc": { "start": { "line": 135, @@ -20600,8 +20600,8 @@ "binop": null }, "value": "valuePropType", - "start": 2767, - "end": 2780, + "start": 2901, + "end": 2914, "loc": { "start": { "line": 135, @@ -20626,8 +20626,8 @@ "binop": null, "updateContext": null }, - "start": 2780, - "end": 2781, + "start": 2914, + "end": 2915, "loc": { "start": { "line": 135, @@ -20652,8 +20652,8 @@ "binop": null }, "value": "onValueChange", - "start": 2783, - "end": 2796, + "start": 2918, + "end": 2931, "loc": { "start": { "line": 136, @@ -20678,8 +20678,8 @@ "binop": null, "updateContext": null }, - "start": 2796, - "end": 2797, + "start": 2931, + "end": 2932, "loc": { "start": { "line": 136, @@ -20704,8 +20704,8 @@ "binop": null }, "value": "onValueChangePropType", - "start": 2798, - "end": 2819, + "start": 2933, + "end": 2954, "loc": { "start": { "line": 136, @@ -20730,8 +20730,8 @@ "binop": null, "updateContext": null }, - "start": 2819, - "end": 2820, + "start": 2954, + "end": 2955, "loc": { "start": { "line": 136, @@ -20756,8 +20756,8 @@ "binop": null }, "value": "disabled", - "start": 2822, - "end": 2830, + "start": 2958, + "end": 2966, "loc": { "start": { "line": 137, @@ -20782,8 +20782,8 @@ "binop": null, "updateContext": null }, - "start": 2830, - "end": 2831, + "start": 2966, + "end": 2967, "loc": { "start": { "line": 137, @@ -20808,8 +20808,8 @@ "binop": null }, "value": "PropTypes", - "start": 2832, - "end": 2841, + "start": 2968, + "end": 2977, "loc": { "start": { "line": 137, @@ -20834,8 +20834,8 @@ "binop": null, "updateContext": null }, - "start": 2841, - "end": 2842, + "start": 2977, + "end": 2978, "loc": { "start": { "line": 137, @@ -20860,8 +20860,8 @@ "binop": null }, "value": "bool", - "start": 2842, - "end": 2846, + "start": 2978, + "end": 2982, "loc": { "start": { "line": 137, @@ -20886,8 +20886,8 @@ "binop": null, "updateContext": null }, - "start": 2846, - "end": 2847, + "start": 2982, + "end": 2983, "loc": { "start": { "line": 137, @@ -20912,8 +20912,8 @@ "binop": null }, "value": "isOpen", - "start": 2849, - "end": 2855, + "start": 2986, + "end": 2992, "loc": { "start": { "line": 138, @@ -20938,8 +20938,8 @@ "binop": null, "updateContext": null }, - "start": 2855, - "end": 2856, + "start": 2992, + "end": 2993, "loc": { "start": { "line": 138, @@ -20964,8 +20964,8 @@ "binop": null }, "value": "PropTypes", - "start": 2857, - "end": 2866, + "start": 2994, + "end": 3003, "loc": { "start": { "line": 138, @@ -20990,8 +20990,8 @@ "binop": null, "updateContext": null }, - "start": 2866, - "end": 2867, + "start": 3003, + "end": 3004, "loc": { "start": { "line": 138, @@ -21016,8 +21016,8 @@ "binop": null }, "value": "bool", - "start": 2867, - "end": 2871, + "start": 3004, + "end": 3008, "loc": { "start": { "line": 138, @@ -21042,8 +21042,8 @@ "binop": null, "updateContext": null }, - "start": 2871, - "end": 2872, + "start": 3008, + "end": 3009, "loc": { "start": { "line": 138, @@ -21068,8 +21068,8 @@ "binop": null }, "value": "onBlur", - "start": 2874, - "end": 2880, + "start": 3012, + "end": 3018, "loc": { "start": { "line": 139, @@ -21094,8 +21094,8 @@ "binop": null, "updateContext": null }, - "start": 2880, - "end": 2881, + "start": 3018, + "end": 3019, "loc": { "start": { "line": 139, @@ -21120,8 +21120,8 @@ "binop": null }, "value": "PropTypes", - "start": 2882, - "end": 2891, + "start": 3020, + "end": 3029, "loc": { "start": { "line": 139, @@ -21146,8 +21146,8 @@ "binop": null, "updateContext": null }, - "start": 2891, - "end": 2892, + "start": 3029, + "end": 3030, "loc": { "start": { "line": 139, @@ -21172,8 +21172,8 @@ "binop": null }, "value": "func", - "start": 2892, - "end": 2896, + "start": 3030, + "end": 3034, "loc": { "start": { "line": 139, @@ -21198,8 +21198,8 @@ "binop": null, "updateContext": null }, - "start": 2896, - "end": 2897, + "start": 3034, + "end": 3035, "loc": { "start": { "line": 139, @@ -21224,8 +21224,8 @@ "binop": null }, "value": "onFocus", - "start": 2899, - "end": 2906, + "start": 3038, + "end": 3045, "loc": { "start": { "line": 140, @@ -21250,8 +21250,8 @@ "binop": null, "updateContext": null }, - "start": 2906, - "end": 2907, + "start": 3045, + "end": 3046, "loc": { "start": { "line": 140, @@ -21276,8 +21276,8 @@ "binop": null }, "value": "PropTypes", - "start": 2908, - "end": 2917, + "start": 3047, + "end": 3056, "loc": { "start": { "line": 140, @@ -21302,8 +21302,8 @@ "binop": null, "updateContext": null }, - "start": 2917, - "end": 2918, + "start": 3056, + "end": 3057, "loc": { "start": { "line": 140, @@ -21328,8 +21328,8 @@ "binop": null }, "value": "func", - "start": 2918, - "end": 2922, + "start": 3057, + "end": 3061, "loc": { "start": { "line": 140, @@ -21354,8 +21354,8 @@ "binop": null, "updateContext": null }, - "start": 2922, - "end": 2923, + "start": 3061, + "end": 3062, "loc": { "start": { "line": 140, @@ -21380,8 +21380,8 @@ "binop": null }, "value": "className", - "start": 2925, - "end": 2934, + "start": 3065, + "end": 3074, "loc": { "start": { "line": 141, @@ -21406,8 +21406,8 @@ "binop": null, "updateContext": null }, - "start": 2934, - "end": 2935, + "start": 3074, + "end": 3075, "loc": { "start": { "line": 141, @@ -21432,8 +21432,8 @@ "binop": null }, "value": "PropTypes", - "start": 2936, - "end": 2945, + "start": 3076, + "end": 3085, "loc": { "start": { "line": 141, @@ -21458,8 +21458,8 @@ "binop": null, "updateContext": null }, - "start": 2945, - "end": 2946, + "start": 3085, + "end": 3086, "loc": { "start": { "line": 141, @@ -21484,8 +21484,8 @@ "binop": null }, "value": "string", - "start": 2946, - "end": 2952, + "start": 3086, + "end": 3092, "loc": { "start": { "line": 141, @@ -21509,8 +21509,8 @@ "postfix": false, "binop": null }, - "start": 2953, - "end": 2954, + "start": 3094, + "end": 3095, "loc": { "start": { "line": 142, @@ -21535,8 +21535,8 @@ "binop": null, "updateContext": null }, - "start": 2954, - "end": 2955, + "start": 3095, + "end": 3096, "loc": { "start": { "line": 142, @@ -21550,9 +21550,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default property values for MagicSelect component\n *\n * @type {{}}\n ", - "start": 2957, - "end": 3034, + "value": "*\r\n * Default property values for MagicSelect component\r\n *\r\n * @type {{}}\r\n ", + "start": 3100, + "end": 3181, "loc": { "start": { "line": 144, @@ -21577,8 +21577,8 @@ "binop": null }, "value": "MagicSelect", - "start": 3035, - "end": 3046, + "start": 3183, + "end": 3194, "loc": { "start": { "line": 149, @@ -21603,8 +21603,8 @@ "binop": null, "updateContext": null }, - "start": 3046, - "end": 3047, + "start": 3194, + "end": 3195, "loc": { "start": { "line": 149, @@ -21629,8 +21629,8 @@ "binop": null }, "value": "defaultProps", - "start": 3047, - "end": 3059, + "start": 3195, + "end": 3207, "loc": { "start": { "line": 149, @@ -21656,8 +21656,8 @@ "updateContext": null }, "value": "=", - "start": 3060, - "end": 3061, + "start": 3208, + "end": 3209, "loc": { "start": { "line": 149, @@ -21681,8 +21681,8 @@ "postfix": false, "binop": null }, - "start": 3062, - "end": 3063, + "start": 3210, + "end": 3211, "loc": { "start": { "line": 149, @@ -21707,8 +21707,8 @@ "binop": null }, "value": "defaultList", - "start": 3065, - "end": 3076, + "start": 3214, + "end": 3225, "loc": { "start": { "line": 150, @@ -21733,8 +21733,8 @@ "binop": null, "updateContext": null }, - "start": 3076, - "end": 3077, + "start": 3225, + "end": 3226, "loc": { "start": { "line": 150, @@ -21760,8 +21760,8 @@ "updateContext": null }, "value": "fields", - "start": 3078, - "end": 3086, + "start": 3227, + "end": 3235, "loc": { "start": { "line": 150, @@ -21786,8 +21786,8 @@ "binop": null, "updateContext": null }, - "start": 3086, - "end": 3087, + "start": 3235, + "end": 3236, "loc": { "start": { "line": 150, @@ -21812,8 +21812,8 @@ "binop": null }, "value": "isOpen", - "start": 3089, - "end": 3095, + "start": 3239, + "end": 3245, "loc": { "start": { "line": 151, @@ -21838,8 +21838,8 @@ "binop": null, "updateContext": null }, - "start": 3095, - "end": 3096, + "start": 3245, + "end": 3246, "loc": { "start": { "line": 151, @@ -21866,8 +21866,8 @@ "updateContext": null }, "value": "false", - "start": 3097, - "end": 3102, + "start": 3247, + "end": 3252, "loc": { "start": { "line": 151, @@ -21892,8 +21892,8 @@ "binop": null, "updateContext": null }, - "start": 3102, - "end": 3103, + "start": 3252, + "end": 3253, "loc": { "start": { "line": 151, @@ -21918,8 +21918,8 @@ "binop": null }, "value": "options", - "start": 3105, - "end": 3112, + "start": 3256, + "end": 3263, "loc": { "start": { "line": 152, @@ -21944,8 +21944,8 @@ "binop": null, "updateContext": null }, - "start": 3112, - "end": 3113, + "start": 3263, + "end": 3264, "loc": { "start": { "line": 152, @@ -21970,8 +21970,8 @@ "binop": null, "updateContext": null }, - "start": 3113, - "end": 3114, + "start": 3264, + "end": 3265, "loc": { "start": { "line": 152, @@ -21996,8 +21996,8 @@ "binop": null, "updateContext": null }, - "start": 3114, - "end": 3115, + "start": 3265, + "end": 3266, "loc": { "start": { "line": 152, @@ -22021,8 +22021,8 @@ "postfix": false, "binop": null }, - "start": 3116, - "end": 3117, + "start": 3268, + "end": 3269, "loc": { "start": { "line": 153, @@ -22047,8 +22047,8 @@ "binop": null, "updateContext": null }, - "start": 3117, - "end": 3118, + "start": 3269, + "end": 3270, "loc": { "start": { "line": 153, @@ -22073,8 +22073,8 @@ "binop": null, "updateContext": null }, - "start": 3118, - "end": 3118, + "start": 3270, + "end": 3270, "loc": { "start": { "line": 153, diff --git a/docs/ast/source/components/fields/messages/Message.js.json b/docs/ast/source/components/fields/messages/Message.js.json index 4dd3e91..e5e7f57 100644 --- a/docs/ast/source/components/fields/messages/Message.js.json +++ b/docs/ast/source/components/fields/messages/Message.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 1017, + "end": 1070, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 1017, + "end": 1070, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 27, - "end": 62, + "start": 28, + "end": 63, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 34, - "end": 43, + "start": 35, + "end": 44, "loc": { "start": { "line": 2, @@ -128,8 +128,8 @@ }, "local": { "type": "Identifier", - "start": 34, - "end": 43, + "start": 35, + "end": 44, "loc": { "start": { "line": 2, @@ -147,8 +147,8 @@ ], "source": { "type": "StringLiteral", - "start": 49, - "end": 61, + "start": 50, + "end": 62, "loc": { "start": { "line": 2, @@ -168,8 +168,8 @@ }, { "type": "ImportDeclaration", - "start": 63, - "end": 115, + "start": 65, + "end": 117, "loc": { "start": { "line": 3, @@ -183,8 +183,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 71, - "end": 87, + "start": 73, + "end": 89, "loc": { "start": { "line": 3, @@ -197,8 +197,8 @@ }, "imported": { "type": "Identifier", - "start": 71, - "end": 87, + "start": 73, + "end": 89, "loc": { "start": { "line": 3, @@ -214,8 +214,8 @@ }, "local": { "type": "Identifier", - "start": 71, - "end": 87, + "start": 73, + "end": 89, "loc": { "start": { "line": 3, @@ -233,8 +233,8 @@ ], "source": { "type": "StringLiteral", - "start": 94, - "end": 114, + "start": 96, + "end": 116, "loc": { "start": { "line": 3, @@ -254,8 +254,8 @@ }, { "type": "ImportDeclaration", - "start": 116, - "end": 152, + "start": 119, + "end": 155, "loc": { "start": { "line": 4, @@ -269,8 +269,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 123, - "end": 133, + "start": 126, + "end": 136, "loc": { "start": { "line": 4, @@ -283,8 +283,8 @@ }, "local": { "type": "Identifier", - "start": 123, - "end": 133, + "start": 126, + "end": 136, "loc": { "start": { "line": 4, @@ -302,8 +302,8 @@ ], "source": { "type": "StringLiteral", - "start": 139, - "end": 151, + "start": 142, + "end": 154, "loc": { "start": { "line": 4, @@ -323,9 +323,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * The class that message components always wrap messages in\n * @type {string}\n ", - "start": 154, - "end": 240, + "value": "*\r\n * The class that message components always wrap messages in\r\n * @type {string}\r\n ", + "start": 159, + "end": 248, "loc": { "start": { "line": 6, @@ -341,8 +341,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 241, - "end": 299, + "start": 250, + "end": 308, "loc": { "start": { "line": 10, @@ -357,8 +357,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 248, - "end": 299, + "start": 257, + "end": 308, "loc": { "start": { "line": 10, @@ -372,8 +372,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 254, - "end": 298, + "start": 263, + "end": 307, "loc": { "start": { "line": 10, @@ -386,8 +386,8 @@ }, "id": { "type": "Identifier", - "start": 254, - "end": 267, + "start": 263, + "end": 276, "loc": { "start": { "line": 10, @@ -404,8 +404,8 @@ }, "init": { "type": "StringLiteral", - "start": 270, - "end": 298, + "start": 279, + "end": 307, "loc": { "start": { "line": 10, @@ -429,9 +429,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * The class that message components always wrap messages in\n * @type {string}\n ", - "start": 154, - "end": 240, + "value": "*\r\n * The class that message components always wrap messages in\r\n * @type {string}\r\n ", + "start": 159, + "end": 248, "loc": { "start": { "line": 6, @@ -447,9 +447,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop for showing a validation message\n *\n * Use or for errors and such\n *\n * @param {object} props\n * @return {*}\n * @constructor\n ", - "start": 301, - "end": 442, + "value": "*\r\n * Prop for showing a validation message\r\n *\r\n * Use or for errors and such\r\n *\r\n * @param {object} props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 312, + "end": 461, "loc": { "start": { "line": 12, @@ -466,9 +466,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * The class that message components always wrap messages in\n * @type {string}\n ", - "start": 154, - "end": 240, + "value": "*\r\n * The class that message components always wrap messages in\r\n * @type {string}\r\n ", + "start": 159, + "end": 248, "loc": { "start": { "line": 6, @@ -484,9 +484,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop for showing a validation message\n *\n * Use or for errors and such\n *\n * @param {object} props\n * @return {*}\n * @constructor\n ", - "start": 301, - "end": 442, + "value": "*\r\n * Prop for showing a validation message\r\n *\r\n * Use or for errors and such\r\n *\r\n * @param {object} props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 312, + "end": 461, "loc": { "start": { "line": 12, @@ -502,8 +502,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 443, - "end": 845, + "start": 463, + "end": 886, "loc": { "start": { "line": 21, @@ -518,8 +518,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 450, - "end": 845, + "start": 470, + "end": 886, "loc": { "start": { "line": 21, @@ -533,8 +533,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 456, - "end": 844, + "start": 476, + "end": 885, "loc": { "start": { "line": 21, @@ -547,8 +547,8 @@ }, "id": { "type": "Identifier", - "start": 456, - "end": 463, + "start": 476, + "end": 483, "loc": { "start": { "line": 21, @@ -565,8 +565,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 466, - "end": 844, + "start": 486, + "end": 885, "loc": { "start": { "line": 21, @@ -579,8 +579,8 @@ }, "id": { "type": "Identifier", - "start": 456, - "end": 463, + "start": 476, + "end": 483, "loc": { "start": { "line": 21, @@ -601,8 +601,8 @@ "params": [ { "type": "Identifier", - "start": 467, - "end": 472, + "start": 487, + "end": 492, "loc": { "start": { "line": 21, @@ -619,8 +619,8 @@ ], "body": { "type": "BlockStatement", - "start": 477, - "end": 844, + "start": 497, + "end": 885, "loc": { "start": { "line": 21, @@ -634,8 +634,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 480, - "end": 518, + "start": 501, + "end": 539, "loc": { "start": { "line": 22, @@ -649,8 +649,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 486, - "end": 517, + "start": 507, + "end": 538, "loc": { "start": { "line": 22, @@ -663,8 +663,8 @@ }, "id": { "type": "ObjectPattern", - "start": 486, - "end": 501, + "start": 507, + "end": 522, "loc": { "start": { "line": 22, @@ -678,8 +678,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 487, - "end": 494, + "start": 508, + "end": 515, "loc": { "start": { "line": 22, @@ -695,8 +695,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 487, - "end": 494, + "start": 508, + "end": 515, "loc": { "start": { "line": 22, @@ -712,8 +712,8 @@ }, "value": { "type": "Identifier", - "start": 487, - "end": 494, + "start": 508, + "end": 515, "loc": { "start": { "line": 22, @@ -733,8 +733,8 @@ }, { "type": "ObjectProperty", - "start": 495, - "end": 500, + "start": 516, + "end": 521, "loc": { "start": { "line": 22, @@ -750,8 +750,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 495, - "end": 500, + "start": 516, + "end": 521, "loc": { "start": { "line": 22, @@ -767,8 +767,8 @@ }, "value": { "type": "Identifier", - "start": 495, - "end": 500, + "start": 516, + "end": 521, "loc": { "start": { "line": 22, @@ -790,8 +790,8 @@ }, "init": { "type": "MemberExpression", - "start": 504, - "end": 517, + "start": 525, + "end": 538, "loc": { "start": { "line": 22, @@ -804,8 +804,8 @@ }, "object": { "type": "Identifier", - "start": 504, - "end": 509, + "start": 525, + "end": 530, "loc": { "start": { "line": 22, @@ -821,8 +821,8 @@ }, "property": { "type": "Identifier", - "start": 510, - "end": 517, + "start": 531, + "end": 538, "loc": { "start": { "line": 22, @@ -844,8 +844,8 @@ }, { "type": "IfStatement", - "start": 520, - "end": 600, + "start": 542, + "end": 624, "loc": { "start": { "line": 23, @@ -858,8 +858,8 @@ }, "test": { "type": "LogicalExpression", - "start": 524, - "end": 550, + "start": 546, + "end": 572, "loc": { "start": { "line": 23, @@ -872,8 +872,8 @@ }, "left": { "type": "UnaryExpression", - "start": 524, - "end": 532, + "start": 546, + "end": 554, "loc": { "start": { "line": 23, @@ -888,8 +888,8 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 525, - "end": 532, + "start": 547, + "end": 554, "loc": { "start": { "line": 23, @@ -910,8 +910,8 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 536, - "end": 550, + "start": 558, + "end": 572, "loc": { "start": { "line": 23, @@ -924,8 +924,8 @@ }, "left": { "type": "StringLiteral", - "start": 536, - "end": 538, + "start": 558, + "end": 560, "loc": { "start": { "line": 23, @@ -945,8 +945,8 @@ "operator": "===", "right": { "type": "Identifier", - "start": 543, - "end": 550, + "start": 565, + "end": 572, "loc": { "start": { "line": 23, @@ -964,8 +964,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 552, - "end": 600, + "start": 574, + "end": 624, "loc": { "start": { "line": 23, @@ -979,8 +979,8 @@ "body": [ { "type": "ReturnStatement", - "start": 556, - "end": 597, + "start": 579, + "end": 620, "loc": { "start": { "line": 24, @@ -993,8 +993,8 @@ }, "argument": { "type": "JSXElement", - "start": 563, - "end": 596, + "start": 586, + "end": 619, "loc": { "start": { "line": 24, @@ -1007,8 +1007,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 563, - "end": 579, + "start": 586, + "end": 602, "loc": { "start": { "line": 24, @@ -1022,8 +1022,8 @@ "attributes": [], "name": { "type": "JSXMemberExpression", - "start": 564, - "end": 578, + "start": 587, + "end": 601, "loc": { "start": { "line": 24, @@ -1036,8 +1036,8 @@ }, "object": { "type": "JSXIdentifier", - "start": 564, - "end": 569, + "start": 587, + "end": 592, "loc": { "start": { "line": 24, @@ -1052,8 +1052,8 @@ }, "property": { "type": "JSXIdentifier", - "start": 570, - "end": 578, + "start": 593, + "end": 601, "loc": { "start": { "line": 24, @@ -1071,8 +1071,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 579, - "end": 596, + "start": 602, + "end": 619, "loc": { "start": { "line": 24, @@ -1085,8 +1085,8 @@ }, "name": { "type": "JSXMemberExpression", - "start": 581, - "end": 595, + "start": 604, + "end": 618, "loc": { "start": { "line": 24, @@ -1099,8 +1099,8 @@ }, "object": { "type": "JSXIdentifier", - "start": 581, - "end": 586, + "start": 604, + "end": 609, "loc": { "start": { "line": 24, @@ -1115,8 +1115,8 @@ }, "property": { "type": "JSXIdentifier", - "start": 587, - "end": 595, + "start": 610, + "end": 618, "loc": { "start": { "line": 24, @@ -1141,8 +1141,8 @@ }, { "type": "ReturnStatement", - "start": 602, - "end": 842, + "start": 627, + "end": 882, "loc": { "start": { "line": 26, @@ -1155,8 +1155,8 @@ }, "argument": { "type": "JSXElement", - "start": 612, - "end": 838, + "start": 638, + "end": 877, "loc": { "start": { "line": 27, @@ -1169,8 +1169,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 612, - "end": 816, + "start": 638, + "end": 853, "loc": { "start": { "line": 27, @@ -1184,8 +1184,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 620, - "end": 812, + "start": 647, + "end": 848, "loc": { "start": { "line": 28, @@ -1198,8 +1198,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 620, - "end": 629, + "start": 647, + "end": 656, "loc": { "start": { "line": 28, @@ -1214,8 +1214,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 630, - "end": 812, + "start": 657, + "end": 848, "loc": { "start": { "line": 28, @@ -1228,8 +1228,8 @@ }, "expression": { "type": "CallExpression", - "start": 631, - "end": 811, + "start": 658, + "end": 847, "loc": { "start": { "line": 28, @@ -1242,8 +1242,8 @@ }, "callee": { "type": "Identifier", - "start": 631, - "end": 641, + "start": 658, + "end": 668, "loc": { "start": { "line": 28, @@ -1260,8 +1260,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 647, - "end": 662, + "start": 675, + "end": 690, "loc": { "start": { "line": 29, @@ -1274,8 +1274,8 @@ }, "object": { "type": "Identifier", - "start": 647, - "end": 652, + "start": 675, + "end": 680, "loc": { "start": { "line": 29, @@ -1291,8 +1291,8 @@ }, "property": { "type": "Identifier", - "start": 653, - "end": 662, + "start": 681, + "end": 690, "loc": { "start": { "line": 29, @@ -1310,8 +1310,8 @@ }, { "type": "Identifier", - "start": 668, - "end": 681, + "start": 697, + "end": 710, "loc": { "start": { "line": 30, @@ -1327,8 +1327,8 @@ }, { "type": "ObjectExpression", - "start": 687, - "end": 806, + "start": 717, + "end": 841, "loc": { "start": { "line": 31, @@ -1342,8 +1342,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 694, - "end": 712, + "start": 725, + "end": 743, "loc": { "start": { "line": 32, @@ -1359,8 +1359,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 694, - "end": 705, + "start": 725, + "end": 736, "loc": { "start": { "line": 32, @@ -1379,8 +1379,8 @@ }, "value": { "type": "Identifier", - "start": 707, - "end": 712, + "start": 738, + "end": 743, "loc": { "start": { "line": 32, @@ -1397,8 +1397,8 @@ }, { "type": "ObjectProperty", - "start": 719, - "end": 752, + "start": 751, + "end": 784, "loc": { "start": { "line": 33, @@ -1414,8 +1414,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 719, - "end": 745, + "start": 751, + "end": 777, "loc": { "start": { "line": 33, @@ -1434,8 +1434,8 @@ }, "value": { "type": "Identifier", - "start": 747, - "end": 752, + "start": 779, + "end": 784, "loc": { "start": { "line": 33, @@ -1452,8 +1452,8 @@ }, { "type": "ObjectProperty", - "start": 759, - "end": 798, + "start": 792, + "end": 831, "loc": { "start": { "line": 34, @@ -1469,8 +1469,8 @@ "computed": false, "key": { "type": "StringLiteral", - "start": 759, - "end": 789, + "start": 792, + "end": 822, "loc": { "start": { "line": 34, @@ -1489,8 +1489,8 @@ }, "value": { "type": "UnaryExpression", - "start": 791, - "end": 798, + "start": 824, + "end": 831, "loc": { "start": { "line": 34, @@ -1505,8 +1505,8 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 793, - "end": 798, + "start": 826, + "end": 831, "loc": { "start": { "line": 34, @@ -1534,8 +1534,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 613, - "end": 616, + "start": 639, + "end": 642, "loc": { "start": { "line": 27, @@ -1552,8 +1552,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 832, - "end": 838, + "start": 871, + "end": 877, "loc": { "start": { "line": 40, @@ -1566,8 +1566,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 834, - "end": 837, + "start": 873, + "end": 876, "loc": { "start": { "line": 40, @@ -1584,8 +1584,8 @@ "children": [ { "type": "JSXText", - "start": 816, - "end": 820, + "start": 853, + "end": 858, "loc": { "start": { "line": 38, @@ -1601,8 +1601,8 @@ }, { "type": "JSXExpressionContainer", - "start": 820, - "end": 829, + "start": 858, + "end": 867, "loc": { "start": { "line": 39, @@ -1615,8 +1615,8 @@ }, "expression": { "type": "Identifier", - "start": 821, - "end": 828, + "start": 859, + "end": 866, "loc": { "start": { "line": 39, @@ -1633,8 +1633,8 @@ }, { "type": "JSXText", - "start": 829, - "end": 832, + "start": 867, + "end": 871, "loc": { "start": { "line": 39, @@ -1651,7 +1651,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 608 + "parenStart": 633 } } } @@ -1666,9 +1666,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop for showing a validation message\n *\n * Use or for errors and such\n *\n * @param {object} props\n * @return {*}\n * @constructor\n ", - "start": 301, - "end": 442, + "value": "*\r\n * Prop for showing a validation message\r\n *\r\n * Use or for errors and such\r\n *\r\n * @param {object} props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 312, + "end": 461, "loc": { "start": { "line": 12, @@ -1684,9 +1684,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop types for Message components\n *\n * @type {{className: shim, message}}\n ", - "start": 847, - "end": 932, + "value": "*\r\n * Prop types for Message components\r\n *\r\n * @type {{className: shim, message}}\r\n ", + "start": 890, + "end": 979, "loc": { "start": { "line": 44, @@ -1703,9 +1703,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop for showing a validation message\n *\n * Use or for errors and such\n *\n * @param {object} props\n * @return {*}\n * @constructor\n ", - "start": 301, - "end": 442, + "value": "*\r\n * Prop for showing a validation message\r\n *\r\n * Use or for errors and such\r\n *\r\n * @param {object} props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 312, + "end": 461, "loc": { "start": { "line": 12, @@ -1721,9 +1721,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop types for Message components\n *\n * @type {{className: shim, message}}\n ", - "start": 847, - "end": 932, + "value": "*\r\n * Prop types for Message components\r\n *\r\n * @type {{className: shim, message}}\r\n ", + "start": 890, + "end": 979, "loc": { "start": { "line": 44, @@ -1739,8 +1739,8 @@ }, { "type": "ExpressionStatement", - "start": 933, - "end": 1015, + "start": 981, + "end": 1066, "loc": { "start": { "line": 49, @@ -1753,8 +1753,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 933, - "end": 1014, + "start": 981, + "end": 1065, "loc": { "start": { "line": 49, @@ -1768,8 +1768,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 933, - "end": 950, + "start": 981, + "end": 998, "loc": { "start": { "line": 49, @@ -1782,8 +1782,8 @@ }, "object": { "type": "Identifier", - "start": 933, - "end": 940, + "start": 981, + "end": 988, "loc": { "start": { "line": 49, @@ -1800,8 +1800,8 @@ }, "property": { "type": "Identifier", - "start": 941, - "end": 950, + "start": 989, + "end": 998, "loc": { "start": { "line": 49, @@ -1820,8 +1820,8 @@ }, "right": { "type": "ObjectExpression", - "start": 953, - "end": 1014, + "start": 1001, + "end": 1065, "loc": { "start": { "line": 49, @@ -1835,8 +1835,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 956, - "end": 983, + "start": 1005, + "end": 1032, "loc": { "start": { "line": 50, @@ -1852,8 +1852,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 956, - "end": 965, + "start": 1005, + "end": 1014, "loc": { "start": { "line": 50, @@ -1869,8 +1869,8 @@ }, "value": { "type": "MemberExpression", - "start": 967, - "end": 983, + "start": 1016, + "end": 1032, "loc": { "start": { "line": 50, @@ -1883,8 +1883,8 @@ }, "object": { "type": "Identifier", - "start": 967, - "end": 976, + "start": 1016, + "end": 1025, "loc": { "start": { "line": 50, @@ -1900,8 +1900,8 @@ }, "property": { "type": "Identifier", - "start": 977, - "end": 983, + "start": 1026, + "end": 1032, "loc": { "start": { "line": 50, @@ -1920,8 +1920,8 @@ }, { "type": "ObjectProperty", - "start": 986, - "end": 1011, + "start": 1036, + "end": 1061, "loc": { "start": { "line": 51, @@ -1937,8 +1937,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 986, - "end": 993, + "start": 1036, + "end": 1043, "loc": { "start": { "line": 51, @@ -1954,8 +1954,8 @@ }, "value": { "type": "Identifier", - "start": 995, - "end": 1011, + "start": 1045, + "end": 1061, "loc": { "start": { "line": 51, @@ -1977,9 +1977,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop types for Message components\n *\n * @type {{className: shim, message}}\n ", - "start": 847, - "end": 932, + "value": "*\r\n * Prop types for Message components\r\n *\r\n * @type {{className: shim, message}}\r\n ", + "start": 890, + "end": 979, "loc": { "start": { "line": 44, @@ -1999,9 +1999,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * The class that message components always wrap messages in\n * @type {string}\n ", - "start": 154, - "end": 240, + "value": "*\r\n * The class that message components always wrap messages in\r\n * @type {string}\r\n ", + "start": 159, + "end": 248, "loc": { "start": { "line": 6, @@ -2015,9 +2015,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop for showing a validation message\n *\n * Use or for errors and such\n *\n * @param {object} props\n * @return {*}\n * @constructor\n ", - "start": 301, - "end": 442, + "value": "*\r\n * Prop for showing a validation message\r\n *\r\n * Use or for errors and such\r\n *\r\n * @param {object} props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 312, + "end": 461, "loc": { "start": { "line": 12, @@ -2031,9 +2031,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop types for Message components\n *\n * @type {{className: shim, message}}\n ", - "start": 847, - "end": 932, + "value": "*\r\n * Prop types for Message components\r\n *\r\n * @type {{className: shim, message}}\r\n ", + "start": 890, + "end": 979, "loc": { "start": { "line": 44, @@ -2195,8 +2195,8 @@ "updateContext": null }, "value": "import", - "start": 27, - "end": 33, + "start": 28, + "end": 34, "loc": { "start": { "line": 2, @@ -2221,8 +2221,8 @@ "binop": null }, "value": "PropTypes", - "start": 34, - "end": 43, + "start": 35, + "end": 44, "loc": { "start": { "line": 2, @@ -2247,8 +2247,8 @@ "binop": null }, "value": "from", - "start": 44, - "end": 48, + "start": 45, + "end": 49, "loc": { "start": { "line": 2, @@ -2274,8 +2274,8 @@ "updateContext": null }, "value": "prop-types", - "start": 49, - "end": 61, + "start": 50, + "end": 62, "loc": { "start": { "line": 2, @@ -2300,8 +2300,8 @@ "binop": null, "updateContext": null }, - "start": 61, - "end": 62, + "start": 62, + "end": 63, "loc": { "start": { "line": 2, @@ -2328,8 +2328,8 @@ "updateContext": null }, "value": "import", - "start": 63, - "end": 69, + "start": 65, + "end": 71, "loc": { "start": { "line": 3, @@ -2353,8 +2353,8 @@ "postfix": false, "binop": null }, - "start": 70, - "end": 71, + "start": 72, + "end": 73, "loc": { "start": { "line": 3, @@ -2379,8 +2379,8 @@ "binop": null }, "value": "messagePropShape", - "start": 71, - "end": 87, + "start": 73, + "end": 89, "loc": { "start": { "line": 3, @@ -2404,8 +2404,8 @@ "postfix": false, "binop": null }, - "start": 87, - "end": 88, + "start": 89, + "end": 90, "loc": { "start": { "line": 3, @@ -2430,8 +2430,8 @@ "binop": null }, "value": "from", - "start": 89, - "end": 93, + "start": 91, + "end": 95, "loc": { "start": { "line": 3, @@ -2457,8 +2457,8 @@ "updateContext": null }, "value": "./messagePropTypes", - "start": 94, - "end": 114, + "start": 96, + "end": 116, "loc": { "start": { "line": 3, @@ -2483,8 +2483,8 @@ "binop": null, "updateContext": null }, - "start": 114, - "end": 115, + "start": 116, + "end": 117, "loc": { "start": { "line": 3, @@ -2511,8 +2511,8 @@ "updateContext": null }, "value": "import", - "start": 116, - "end": 122, + "start": 119, + "end": 125, "loc": { "start": { "line": 4, @@ -2537,8 +2537,8 @@ "binop": null }, "value": "classNames", - "start": 123, - "end": 133, + "start": 126, + "end": 136, "loc": { "start": { "line": 4, @@ -2563,8 +2563,8 @@ "binop": null }, "value": "from", - "start": 134, - "end": 138, + "start": 137, + "end": 141, "loc": { "start": { "line": 4, @@ -2590,8 +2590,8 @@ "updateContext": null }, "value": "classnames", - "start": 139, - "end": 151, + "start": 142, + "end": 154, "loc": { "start": { "line": 4, @@ -2616,8 +2616,8 @@ "binop": null, "updateContext": null }, - "start": 151, - "end": 152, + "start": 154, + "end": 155, "loc": { "start": { "line": 4, @@ -2631,9 +2631,9 @@ }, { "type": "CommentBlock", - "value": "*\n * The class that message components always wrap messages in\n * @type {string}\n ", - "start": 154, - "end": 240, + "value": "*\r\n * The class that message components always wrap messages in\r\n * @type {string}\r\n ", + "start": 159, + "end": 248, "loc": { "start": { "line": 6, @@ -2660,8 +2660,8 @@ "updateContext": null }, "value": "export", - "start": 241, - "end": 247, + "start": 250, + "end": 256, "loc": { "start": { "line": 10, @@ -2688,8 +2688,8 @@ "updateContext": null }, "value": "const", - "start": 248, - "end": 253, + "start": 257, + "end": 262, "loc": { "start": { "line": 10, @@ -2714,8 +2714,8 @@ "binop": null }, "value": "MESSAGE_CLASS", - "start": 254, - "end": 267, + "start": 263, + "end": 276, "loc": { "start": { "line": 10, @@ -2741,8 +2741,8 @@ "updateContext": null }, "value": "=", - "start": 268, - "end": 269, + "start": 277, + "end": 278, "loc": { "start": { "line": 10, @@ -2768,8 +2768,8 @@ "updateContext": null }, "value": "caldera-components-message", - "start": 270, - "end": 298, + "start": 279, + "end": 307, "loc": { "start": { "line": 10, @@ -2794,8 +2794,8 @@ "binop": null, "updateContext": null }, - "start": 298, - "end": 299, + "start": 307, + "end": 308, "loc": { "start": { "line": 10, @@ -2809,9 +2809,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop for showing a validation message\n *\n * Use or for errors and such\n *\n * @param {object} props\n * @return {*}\n * @constructor\n ", - "start": 301, - "end": 442, + "value": "*\r\n * Prop for showing a validation message\r\n *\r\n * Use or for errors and such\r\n *\r\n * @param {object} props\r\n * @return {*}\r\n * @constructor\r\n ", + "start": 312, + "end": 461, "loc": { "start": { "line": 12, @@ -2838,8 +2838,8 @@ "updateContext": null }, "value": "export", - "start": 443, - "end": 449, + "start": 463, + "end": 469, "loc": { "start": { "line": 21, @@ -2866,8 +2866,8 @@ "updateContext": null }, "value": "const", - "start": 450, - "end": 455, + "start": 470, + "end": 475, "loc": { "start": { "line": 21, @@ -2892,8 +2892,8 @@ "binop": null }, "value": "Message", - "start": 456, - "end": 463, + "start": 476, + "end": 483, "loc": { "start": { "line": 21, @@ -2919,8 +2919,8 @@ "updateContext": null }, "value": "=", - "start": 464, - "end": 465, + "start": 484, + "end": 485, "loc": { "start": { "line": 21, @@ -2944,8 +2944,8 @@ "postfix": false, "binop": null }, - "start": 466, - "end": 467, + "start": 486, + "end": 487, "loc": { "start": { "line": 21, @@ -2970,8 +2970,8 @@ "binop": null }, "value": "props", - "start": 467, - "end": 472, + "start": 487, + "end": 492, "loc": { "start": { "line": 21, @@ -2995,8 +2995,8 @@ "postfix": false, "binop": null }, - "start": 472, - "end": 473, + "start": 492, + "end": 493, "loc": { "start": { "line": 21, @@ -3021,8 +3021,8 @@ "binop": null, "updateContext": null }, - "start": 474, - "end": 476, + "start": 494, + "end": 496, "loc": { "start": { "line": 21, @@ -3046,8 +3046,8 @@ "postfix": false, "binop": null }, - "start": 477, - "end": 478, + "start": 497, + "end": 498, "loc": { "start": { "line": 21, @@ -3074,8 +3074,8 @@ "updateContext": null }, "value": "const", - "start": 480, - "end": 485, + "start": 501, + "end": 506, "loc": { "start": { "line": 22, @@ -3099,8 +3099,8 @@ "postfix": false, "binop": null }, - "start": 486, - "end": 487, + "start": 507, + "end": 508, "loc": { "start": { "line": 22, @@ -3125,8 +3125,8 @@ "binop": null }, "value": "message", - "start": 487, - "end": 494, + "start": 508, + "end": 515, "loc": { "start": { "line": 22, @@ -3151,8 +3151,8 @@ "binop": null, "updateContext": null }, - "start": 494, - "end": 495, + "start": 515, + "end": 516, "loc": { "start": { "line": 22, @@ -3177,8 +3177,8 @@ "binop": null }, "value": "error", - "start": 495, - "end": 500, + "start": 516, + "end": 521, "loc": { "start": { "line": 22, @@ -3202,8 +3202,8 @@ "postfix": false, "binop": null }, - "start": 500, - "end": 501, + "start": 521, + "end": 522, "loc": { "start": { "line": 22, @@ -3229,8 +3229,8 @@ "updateContext": null }, "value": "=", - "start": 502, - "end": 503, + "start": 523, + "end": 524, "loc": { "start": { "line": 22, @@ -3255,8 +3255,8 @@ "binop": null }, "value": "props", - "start": 504, - "end": 509, + "start": 525, + "end": 530, "loc": { "start": { "line": 22, @@ -3281,8 +3281,8 @@ "binop": null, "updateContext": null }, - "start": 509, - "end": 510, + "start": 530, + "end": 531, "loc": { "start": { "line": 22, @@ -3307,8 +3307,8 @@ "binop": null }, "value": "message", - "start": 510, - "end": 517, + "start": 531, + "end": 538, "loc": { "start": { "line": 22, @@ -3333,8 +3333,8 @@ "binop": null, "updateContext": null }, - "start": 517, - "end": 518, + "start": 538, + "end": 539, "loc": { "start": { "line": 22, @@ -3361,8 +3361,8 @@ "updateContext": null }, "value": "if", - "start": 520, - "end": 522, + "start": 542, + "end": 544, "loc": { "start": { "line": 23, @@ -3386,8 +3386,8 @@ "postfix": false, "binop": null }, - "start": 522, - "end": 523, + "start": 544, + "end": 545, "loc": { "start": { "line": 23, @@ -3413,8 +3413,8 @@ "updateContext": null }, "value": "!", - "start": 524, - "end": 525, + "start": 546, + "end": 547, "loc": { "start": { "line": 23, @@ -3439,8 +3439,8 @@ "binop": null }, "value": "message", - "start": 525, - "end": 532, + "start": 547, + "end": 554, "loc": { "start": { "line": 23, @@ -3466,8 +3466,8 @@ "updateContext": null }, "value": "||", - "start": 533, - "end": 535, + "start": 555, + "end": 557, "loc": { "start": { "line": 23, @@ -3493,8 +3493,8 @@ "updateContext": null }, "value": "", - "start": 536, - "end": 538, + "start": 558, + "end": 560, "loc": { "start": { "line": 23, @@ -3520,8 +3520,8 @@ "updateContext": null }, "value": "===", - "start": 539, - "end": 542, + "start": 561, + "end": 564, "loc": { "start": { "line": 23, @@ -3546,8 +3546,8 @@ "binop": null }, "value": "message", - "start": 543, - "end": 550, + "start": 565, + "end": 572, "loc": { "start": { "line": 23, @@ -3571,8 +3571,8 @@ "postfix": false, "binop": null }, - "start": 551, - "end": 552, + "start": 573, + "end": 574, "loc": { "start": { "line": 23, @@ -3596,8 +3596,8 @@ "postfix": false, "binop": null }, - "start": 552, - "end": 553, + "start": 574, + "end": 575, "loc": { "start": { "line": 23, @@ -3624,8 +3624,8 @@ "updateContext": null }, "value": "return", - "start": 556, - "end": 562, + "start": 579, + "end": 585, "loc": { "start": { "line": 24, @@ -3649,8 +3649,8 @@ "postfix": false, "binop": null }, - "start": 563, - "end": 564, + "start": 586, + "end": 587, "loc": { "start": { "line": 24, @@ -3676,8 +3676,8 @@ "updateContext": null }, "value": "React", - "start": 564, - "end": 569, + "start": 587, + "end": 592, "loc": { "start": { "line": 24, @@ -3702,8 +3702,8 @@ "binop": null, "updateContext": null }, - "start": 569, - "end": 570, + "start": 592, + "end": 593, "loc": { "start": { "line": 24, @@ -3729,8 +3729,8 @@ "updateContext": null }, "value": "Fragment", - "start": 570, - "end": 578, + "start": 593, + "end": 601, "loc": { "start": { "line": 24, @@ -3754,8 +3754,8 @@ "postfix": false, "binop": null }, - "start": 578, - "end": 579, + "start": 601, + "end": 602, "loc": { "start": { "line": 24, @@ -3779,8 +3779,8 @@ "postfix": false, "binop": null }, - "start": 579, - "end": 580, + "start": 602, + "end": 603, "loc": { "start": { "line": 24, @@ -3806,8 +3806,8 @@ "updateContext": null }, "value": "/", - "start": 580, - "end": 581, + "start": 603, + "end": 604, "loc": { "start": { "line": 24, @@ -3833,8 +3833,8 @@ "updateContext": null }, "value": "React", - "start": 581, - "end": 586, + "start": 604, + "end": 609, "loc": { "start": { "line": 24, @@ -3859,8 +3859,8 @@ "binop": null, "updateContext": null }, - "start": 586, - "end": 587, + "start": 609, + "end": 610, "loc": { "start": { "line": 24, @@ -3886,8 +3886,8 @@ "updateContext": null }, "value": "Fragment", - "start": 587, - "end": 595, + "start": 610, + "end": 618, "loc": { "start": { "line": 24, @@ -3911,8 +3911,8 @@ "postfix": false, "binop": null }, - "start": 595, - "end": 596, + "start": 618, + "end": 619, "loc": { "start": { "line": 24, @@ -3937,8 +3937,8 @@ "binop": null, "updateContext": null }, - "start": 596, - "end": 597, + "start": 619, + "end": 620, "loc": { "start": { "line": 24, @@ -3962,8 +3962,8 @@ "postfix": false, "binop": null }, - "start": 599, - "end": 600, + "start": 623, + "end": 624, "loc": { "start": { "line": 25, @@ -3990,8 +3990,8 @@ "updateContext": null }, "value": "return", - "start": 602, - "end": 608, + "start": 627, + "end": 633, "loc": { "start": { "line": 26, @@ -4015,8 +4015,8 @@ "postfix": false, "binop": null }, - "start": 608, - "end": 609, + "start": 633, + "end": 634, "loc": { "start": { "line": 26, @@ -4040,8 +4040,8 @@ "postfix": false, "binop": null }, - "start": 612, - "end": 613, + "start": 638, + "end": 639, "loc": { "start": { "line": 27, @@ -4067,8 +4067,8 @@ "updateContext": null }, "value": "div", - "start": 613, - "end": 616, + "start": 639, + "end": 642, "loc": { "start": { "line": 27, @@ -4094,8 +4094,8 @@ "updateContext": null }, "value": "className", - "start": 620, - "end": 629, + "start": 647, + "end": 656, "loc": { "start": { "line": 28, @@ -4121,8 +4121,8 @@ "updateContext": null }, "value": "=", - "start": 629, - "end": 630, + "start": 656, + "end": 657, "loc": { "start": { "line": 28, @@ -4146,8 +4146,8 @@ "postfix": false, "binop": null }, - "start": 630, - "end": 631, + "start": 657, + "end": 658, "loc": { "start": { "line": 28, @@ -4172,8 +4172,8 @@ "binop": null }, "value": "classNames", - "start": 631, - "end": 641, + "start": 658, + "end": 668, "loc": { "start": { "line": 28, @@ -4197,8 +4197,8 @@ "postfix": false, "binop": null }, - "start": 641, - "end": 642, + "start": 668, + "end": 669, "loc": { "start": { "line": 28, @@ -4223,8 +4223,8 @@ "binop": null }, "value": "props", - "start": 647, - "end": 652, + "start": 675, + "end": 680, "loc": { "start": { "line": 29, @@ -4249,8 +4249,8 @@ "binop": null, "updateContext": null }, - "start": 652, - "end": 653, + "start": 680, + "end": 681, "loc": { "start": { "line": 29, @@ -4275,8 +4275,8 @@ "binop": null }, "value": "className", - "start": 653, - "end": 662, + "start": 681, + "end": 690, "loc": { "start": { "line": 29, @@ -4301,8 +4301,8 @@ "binop": null, "updateContext": null }, - "start": 662, - "end": 663, + "start": 690, + "end": 691, "loc": { "start": { "line": 29, @@ -4327,8 +4327,8 @@ "binop": null }, "value": "MESSAGE_CLASS", - "start": 668, - "end": 681, + "start": 697, + "end": 710, "loc": { "start": { "line": 30, @@ -4353,8 +4353,8 @@ "binop": null, "updateContext": null }, - "start": 681, - "end": 682, + "start": 710, + "end": 711, "loc": { "start": { "line": 30, @@ -4378,8 +4378,8 @@ "postfix": false, "binop": null }, - "start": 687, - "end": 688, + "start": 717, + "end": 718, "loc": { "start": { "line": 31, @@ -4405,8 +4405,8 @@ "updateContext": null }, "value": "has-error", - "start": 694, - "end": 705, + "start": 725, + "end": 736, "loc": { "start": { "line": 32, @@ -4431,8 +4431,8 @@ "binop": null, "updateContext": null }, - "start": 705, - "end": 706, + "start": 736, + "end": 737, "loc": { "start": { "line": 32, @@ -4457,8 +4457,8 @@ "binop": null }, "value": "error", - "start": 707, - "end": 712, + "start": 738, + "end": 743, "loc": { "start": { "line": 32, @@ -4483,8 +4483,8 @@ "binop": null, "updateContext": null }, - "start": 712, - "end": 713, + "start": 743, + "end": 744, "loc": { "start": { "line": 32, @@ -4510,8 +4510,8 @@ "updateContext": null }, "value": "caldera-components-error", - "start": 719, - "end": 745, + "start": 751, + "end": 777, "loc": { "start": { "line": 33, @@ -4536,8 +4536,8 @@ "binop": null, "updateContext": null }, - "start": 745, - "end": 746, + "start": 777, + "end": 778, "loc": { "start": { "line": 33, @@ -4562,8 +4562,8 @@ "binop": null }, "value": "error", - "start": 747, - "end": 752, + "start": 779, + "end": 784, "loc": { "start": { "line": 33, @@ -4588,8 +4588,8 @@ "binop": null, "updateContext": null }, - "start": 752, - "end": 753, + "start": 784, + "end": 785, "loc": { "start": { "line": 33, @@ -4615,8 +4615,8 @@ "updateContext": null }, "value": "caldera-components-not-error", - "start": 759, - "end": 789, + "start": 792, + "end": 822, "loc": { "start": { "line": 34, @@ -4641,8 +4641,8 @@ "binop": null, "updateContext": null }, - "start": 789, - "end": 790, + "start": 822, + "end": 823, "loc": { "start": { "line": 34, @@ -4668,8 +4668,8 @@ "updateContext": null }, "value": "!", - "start": 791, - "end": 792, + "start": 824, + "end": 825, "loc": { "start": { "line": 34, @@ -4694,8 +4694,8 @@ "binop": null }, "value": "error", - "start": 793, - "end": 798, + "start": 826, + "end": 831, "loc": { "start": { "line": 34, @@ -4720,8 +4720,8 @@ "binop": null, "updateContext": null }, - "start": 798, - "end": 799, + "start": 831, + "end": 832, "loc": { "start": { "line": 34, @@ -4745,8 +4745,8 @@ "postfix": false, "binop": null }, - "start": 805, - "end": 806, + "start": 840, + "end": 841, "loc": { "start": { "line": 36, @@ -4770,8 +4770,8 @@ "postfix": false, "binop": null }, - "start": 810, - "end": 811, + "start": 846, + "end": 847, "loc": { "start": { "line": 37, @@ -4795,8 +4795,8 @@ "postfix": false, "binop": null }, - "start": 811, - "end": 812, + "start": 847, + "end": 848, "loc": { "start": { "line": 37, @@ -4820,8 +4820,8 @@ "postfix": false, "binop": null }, - "start": 815, - "end": 816, + "start": 852, + "end": 853, "loc": { "start": { "line": 38, @@ -4847,8 +4847,8 @@ "updateContext": null }, "value": "\n\t\t\t", - "start": 816, - "end": 820, + "start": 853, + "end": 858, "loc": { "start": { "line": 38, @@ -4872,8 +4872,8 @@ "postfix": false, "binop": null }, - "start": 820, - "end": 821, + "start": 858, + "end": 859, "loc": { "start": { "line": 39, @@ -4898,8 +4898,8 @@ "binop": null }, "value": "message", - "start": 821, - "end": 828, + "start": 859, + "end": 866, "loc": { "start": { "line": 39, @@ -4923,8 +4923,8 @@ "postfix": false, "binop": null }, - "start": 828, - "end": 829, + "start": 866, + "end": 867, "loc": { "start": { "line": 39, @@ -4950,8 +4950,8 @@ "updateContext": null }, "value": "\n\t\t", - "start": 829, - "end": 832, + "start": 867, + "end": 871, "loc": { "start": { "line": 39, @@ -4975,8 +4975,8 @@ "postfix": false, "binop": null }, - "start": 832, - "end": 833, + "start": 871, + "end": 872, "loc": { "start": { "line": 40, @@ -5002,8 +5002,8 @@ "updateContext": null }, "value": "/", - "start": 833, - "end": 834, + "start": 872, + "end": 873, "loc": { "start": { "line": 40, @@ -5029,8 +5029,8 @@ "updateContext": null }, "value": "div", - "start": 834, - "end": 837, + "start": 873, + "end": 876, "loc": { "start": { "line": 40, @@ -5054,8 +5054,8 @@ "postfix": false, "binop": null }, - "start": 837, - "end": 838, + "start": 876, + "end": 877, "loc": { "start": { "line": 40, @@ -5079,8 +5079,8 @@ "postfix": false, "binop": null }, - "start": 840, - "end": 841, + "start": 880, + "end": 881, "loc": { "start": { "line": 41, @@ -5105,8 +5105,8 @@ "binop": null, "updateContext": null }, - "start": 841, - "end": 842, + "start": 881, + "end": 882, "loc": { "start": { "line": 41, @@ -5130,8 +5130,8 @@ "postfix": false, "binop": null }, - "start": 843, - "end": 844, + "start": 884, + "end": 885, "loc": { "start": { "line": 42, @@ -5156,8 +5156,8 @@ "binop": null, "updateContext": null }, - "start": 844, - "end": 845, + "start": 885, + "end": 886, "loc": { "start": { "line": 42, @@ -5171,9 +5171,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop types for Message components\n *\n * @type {{className: shim, message}}\n ", - "start": 847, - "end": 932, + "value": "*\r\n * Prop types for Message components\r\n *\r\n * @type {{className: shim, message}}\r\n ", + "start": 890, + "end": 979, "loc": { "start": { "line": 44, @@ -5198,8 +5198,8 @@ "binop": null }, "value": "Message", - "start": 933, - "end": 940, + "start": 981, + "end": 988, "loc": { "start": { "line": 49, @@ -5224,8 +5224,8 @@ "binop": null, "updateContext": null }, - "start": 940, - "end": 941, + "start": 988, + "end": 989, "loc": { "start": { "line": 49, @@ -5250,8 +5250,8 @@ "binop": null }, "value": "propTypes", - "start": 941, - "end": 950, + "start": 989, + "end": 998, "loc": { "start": { "line": 49, @@ -5277,8 +5277,8 @@ "updateContext": null }, "value": "=", - "start": 951, - "end": 952, + "start": 999, + "end": 1000, "loc": { "start": { "line": 49, @@ -5302,8 +5302,8 @@ "postfix": false, "binop": null }, - "start": 953, - "end": 954, + "start": 1001, + "end": 1002, "loc": { "start": { "line": 49, @@ -5328,8 +5328,8 @@ "binop": null }, "value": "className", - "start": 956, - "end": 965, + "start": 1005, + "end": 1014, "loc": { "start": { "line": 50, @@ -5354,8 +5354,8 @@ "binop": null, "updateContext": null }, - "start": 965, - "end": 966, + "start": 1014, + "end": 1015, "loc": { "start": { "line": 50, @@ -5380,8 +5380,8 @@ "binop": null }, "value": "PropTypes", - "start": 967, - "end": 976, + "start": 1016, + "end": 1025, "loc": { "start": { "line": 50, @@ -5406,8 +5406,8 @@ "binop": null, "updateContext": null }, - "start": 976, - "end": 977, + "start": 1025, + "end": 1026, "loc": { "start": { "line": 50, @@ -5432,8 +5432,8 @@ "binop": null }, "value": "string", - "start": 977, - "end": 983, + "start": 1026, + "end": 1032, "loc": { "start": { "line": 50, @@ -5458,8 +5458,8 @@ "binop": null, "updateContext": null }, - "start": 983, - "end": 984, + "start": 1032, + "end": 1033, "loc": { "start": { "line": 50, @@ -5484,8 +5484,8 @@ "binop": null }, "value": "message", - "start": 986, - "end": 993, + "start": 1036, + "end": 1043, "loc": { "start": { "line": 51, @@ -5510,8 +5510,8 @@ "binop": null, "updateContext": null }, - "start": 993, - "end": 994, + "start": 1043, + "end": 1044, "loc": { "start": { "line": 51, @@ -5536,8 +5536,8 @@ "binop": null }, "value": "messagePropShape", - "start": 995, - "end": 1011, + "start": 1045, + "end": 1061, "loc": { "start": { "line": 51, @@ -5562,8 +5562,8 @@ "binop": null, "updateContext": null }, - "start": 1011, - "end": 1012, + "start": 1061, + "end": 1062, "loc": { "start": { "line": 51, @@ -5587,8 +5587,8 @@ "postfix": false, "binop": null }, - "start": 1013, - "end": 1014, + "start": 1064, + "end": 1065, "loc": { "start": { "line": 52, @@ -5613,8 +5613,8 @@ "binop": null, "updateContext": null }, - "start": 1014, - "end": 1015, + "start": 1065, + "end": 1066, "loc": { "start": { "line": 52, @@ -5639,8 +5639,8 @@ "binop": null, "updateContext": null }, - "start": 1017, - "end": 1017, + "start": 1070, + "end": 1070, "loc": { "start": { "line": 54, diff --git a/docs/ast/source/components/fields/messages/messageObjectFactory.js.json b/docs/ast/source/components/fields/messages/messageObjectFactory.js.json index fa4fa96..6067819 100644 --- a/docs/ast/source/components/fields/messages/messageObjectFactory.js.json +++ b/docs/ast/source/components/fields/messages/messageObjectFactory.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 362, + "end": 379, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 362, + "end": 379, "loc": { "start": { "line": 1, @@ -116,9 +116,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prepares messages object in fieldConfigs\n *\n * @param {Object} message\n * @param {Boolean} error\n * @return {{message: *, error: boolean}}\n ", - "start": 36, - "end": 185, + "value": "*\r\n * Prepares messages object in fieldConfigs\r\n *\r\n * @param {Object} message\r\n * @param {Boolean} error\r\n * @return {{message: *, error: boolean}}\r\n ", + "start": 38, + "end": 193, "loc": { "start": { "line": 3, @@ -134,8 +134,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 186, - "end": 362, + "start": 195, + "end": 379, "loc": { "start": { "line": 10, @@ -150,8 +150,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 193, - "end": 362, + "start": 202, + "end": 379, "loc": { "start": { "line": 10, @@ -165,8 +165,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 199, - "end": 361, + "start": 208, + "end": 378, "loc": { "start": { "line": 10, @@ -179,8 +179,8 @@ }, "id": { "type": "Identifier", - "start": 199, - "end": 219, + "start": 208, + "end": 228, "loc": { "start": { "line": 10, @@ -197,8 +197,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 222, - "end": 361, + "start": 231, + "end": 378, "loc": { "start": { "line": 10, @@ -211,8 +211,8 @@ }, "id": { "type": "Identifier", - "start": 199, - "end": 219, + "start": 208, + "end": 228, "loc": { "start": { "line": 10, @@ -233,8 +233,8 @@ "params": [ { "type": "ObjectPattern", - "start": 223, - "end": 238, + "start": 232, + "end": 247, "loc": { "start": { "line": 10, @@ -248,8 +248,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 224, - "end": 231, + "start": 233, + "end": 240, "loc": { "start": { "line": 10, @@ -265,8 +265,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 224, - "end": 231, + "start": 233, + "end": 240, "loc": { "start": { "line": 10, @@ -282,8 +282,8 @@ }, "value": { "type": "Identifier", - "start": 224, - "end": 231, + "start": 233, + "end": 240, "loc": { "start": { "line": 10, @@ -303,8 +303,8 @@ }, { "type": "ObjectProperty", - "start": 232, - "end": 237, + "start": 241, + "end": 246, "loc": { "start": { "line": 10, @@ -320,8 +320,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 232, - "end": 237, + "start": 241, + "end": 246, "loc": { "start": { "line": 10, @@ -337,8 +337,8 @@ }, "value": { "type": "Identifier", - "start": 232, - "end": 237, + "start": 241, + "end": 246, "loc": { "start": { "line": 10, @@ -361,8 +361,8 @@ ], "body": { "type": "BlockStatement", - "start": 243, - "end": 361, + "start": 252, + "end": 378, "loc": { "start": { "line": 10, @@ -376,8 +376,8 @@ "body": [ { "type": "IfStatement", - "start": 246, - "end": 300, + "start": 256, + "end": 312, "loc": { "start": { "line": 11, @@ -390,8 +390,8 @@ }, "test": { "type": "BinaryExpression", - "start": 250, - "end": 278, + "start": 260, + "end": 288, "loc": { "start": { "line": 11, @@ -404,8 +404,8 @@ }, "left": { "type": "StringLiteral", - "start": 250, - "end": 258, + "start": 260, + "end": 268, "loc": { "start": { "line": 11, @@ -425,8 +425,8 @@ "operator": "!==", "right": { "type": "UnaryExpression", - "start": 263, - "end": 278, + "start": 273, + "end": 288, "loc": { "start": { "line": 11, @@ -441,8 +441,8 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 271, - "end": 278, + "start": 281, + "end": 288, "loc": { "start": { "line": 11, @@ -463,8 +463,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 280, - "end": 300, + "start": 290, + "end": 312, "loc": { "start": { "line": 11, @@ -478,8 +478,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 284, - "end": 297, + "start": 295, + "end": 308, "loc": { "start": { "line": 12, @@ -492,8 +492,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 284, - "end": 296, + "start": 295, + "end": 307, "loc": { "start": { "line": 12, @@ -507,8 +507,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 284, - "end": 291, + "start": 295, + "end": 302, "loc": { "start": { "line": 12, @@ -524,8 +524,8 @@ }, "right": { "type": "StringLiteral", - "start": 294, - "end": 296, + "start": 305, + "end": 307, "loc": { "start": { "line": 12, @@ -551,8 +551,8 @@ }, { "type": "ReturnStatement", - "start": 302, - "end": 359, + "start": 315, + "end": 375, "loc": { "start": { "line": 14, @@ -565,8 +565,8 @@ }, "argument": { "type": "ObjectExpression", - "start": 308, - "end": 358, + "start": 321, + "end": 374, "loc": { "start": { "line": 14, @@ -580,8 +580,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 312, - "end": 328, + "start": 326, + "end": 342, "loc": { "start": { "line": 15, @@ -597,8 +597,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 312, - "end": 319, + "start": 326, + "end": 333, "loc": { "start": { "line": 15, @@ -614,8 +614,8 @@ }, "value": { "type": "Identifier", - "start": 321, - "end": 328, + "start": 335, + "end": 342, "loc": { "start": { "line": 15, @@ -632,8 +632,8 @@ }, { "type": "ObjectProperty", - "start": 332, - "end": 355, + "start": 347, + "end": 370, "loc": { "start": { "line": 16, @@ -649,8 +649,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 332, - "end": 337, + "start": 347, + "end": 352, "loc": { "start": { "line": 16, @@ -666,8 +666,8 @@ }, "value": { "type": "CallExpression", - "start": 339, - "end": 355, + "start": 354, + "end": 370, "loc": { "start": { "line": 16, @@ -680,8 +680,8 @@ }, "callee": { "type": "Identifier", - "start": 339, - "end": 348, + "start": 354, + "end": 363, "loc": { "start": { "line": 16, @@ -698,8 +698,8 @@ "arguments": [ { "type": "Identifier", - "start": 349, - "end": 354, + "start": 364, + "end": 369, "loc": { "start": { "line": 16, @@ -730,9 +730,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Prepares messages object in fieldConfigs\n *\n * @param {Object} message\n * @param {Boolean} error\n * @return {{message: *, error: boolean}}\n ", - "start": 36, - "end": 185, + "value": "*\r\n * Prepares messages object in fieldConfigs\r\n *\r\n * @param {Object} message\r\n * @param {Boolean} error\r\n * @return {{message: *, error: boolean}}\r\n ", + "start": 38, + "end": 193, "loc": { "start": { "line": 3, @@ -750,9 +750,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Prepares messages object in fieldConfigs\n *\n * @param {Object} message\n * @param {Boolean} error\n * @return {{message: *, error: boolean}}\n ", - "start": 36, - "end": 185, + "value": "*\r\n * Prepares messages object in fieldConfigs\r\n *\r\n * @param {Object} message\r\n * @param {Boolean} error\r\n * @return {{message: *, error: boolean}}\r\n ", + "start": 38, + "end": 193, "loc": { "start": { "line": 3, @@ -772,9 +772,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Prepares messages object in fieldConfigs\n *\n * @param {Object} message\n * @param {Boolean} error\n * @return {{message: *, error: boolean}}\n ", - "start": 36, - "end": 185, + "value": "*\r\n * Prepares messages object in fieldConfigs\r\n *\r\n * @param {Object} message\r\n * @param {Boolean} error\r\n * @return {{message: *, error: boolean}}\r\n ", + "start": 38, + "end": 193, "loc": { "start": { "line": 3, @@ -973,9 +973,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prepares messages object in fieldConfigs\n *\n * @param {Object} message\n * @param {Boolean} error\n * @return {{message: *, error: boolean}}\n ", - "start": 36, - "end": 185, + "value": "*\r\n * Prepares messages object in fieldConfigs\r\n *\r\n * @param {Object} message\r\n * @param {Boolean} error\r\n * @return {{message: *, error: boolean}}\r\n ", + "start": 38, + "end": 193, "loc": { "start": { "line": 3, @@ -1002,8 +1002,8 @@ "updateContext": null }, "value": "export", - "start": 186, - "end": 192, + "start": 195, + "end": 201, "loc": { "start": { "line": 10, @@ -1030,8 +1030,8 @@ "updateContext": null }, "value": "const", - "start": 193, - "end": 198, + "start": 202, + "end": 207, "loc": { "start": { "line": 10, @@ -1056,8 +1056,8 @@ "binop": null }, "value": "messageObjectFactory", - "start": 199, - "end": 219, + "start": 208, + "end": 228, "loc": { "start": { "line": 10, @@ -1083,8 +1083,8 @@ "updateContext": null }, "value": "=", - "start": 220, - "end": 221, + "start": 229, + "end": 230, "loc": { "start": { "line": 10, @@ -1108,8 +1108,8 @@ "postfix": false, "binop": null }, - "start": 222, - "end": 223, + "start": 231, + "end": 232, "loc": { "start": { "line": 10, @@ -1133,8 +1133,8 @@ "postfix": false, "binop": null }, - "start": 223, - "end": 224, + "start": 232, + "end": 233, "loc": { "start": { "line": 10, @@ -1159,8 +1159,8 @@ "binop": null }, "value": "message", - "start": 224, - "end": 231, + "start": 233, + "end": 240, "loc": { "start": { "line": 10, @@ -1185,8 +1185,8 @@ "binop": null, "updateContext": null }, - "start": 231, - "end": 232, + "start": 240, + "end": 241, "loc": { "start": { "line": 10, @@ -1211,8 +1211,8 @@ "binop": null }, "value": "error", - "start": 232, - "end": 237, + "start": 241, + "end": 246, "loc": { "start": { "line": 10, @@ -1236,8 +1236,8 @@ "postfix": false, "binop": null }, - "start": 237, - "end": 238, + "start": 246, + "end": 247, "loc": { "start": { "line": 10, @@ -1261,8 +1261,8 @@ "postfix": false, "binop": null }, - "start": 238, - "end": 239, + "start": 247, + "end": 248, "loc": { "start": { "line": 10, @@ -1287,8 +1287,8 @@ "binop": null, "updateContext": null }, - "start": 240, - "end": 242, + "start": 249, + "end": 251, "loc": { "start": { "line": 10, @@ -1312,8 +1312,8 @@ "postfix": false, "binop": null }, - "start": 243, - "end": 244, + "start": 252, + "end": 253, "loc": { "start": { "line": 10, @@ -1340,8 +1340,8 @@ "updateContext": null }, "value": "if", - "start": 246, - "end": 248, + "start": 256, + "end": 258, "loc": { "start": { "line": 11, @@ -1365,8 +1365,8 @@ "postfix": false, "binop": null }, - "start": 248, - "end": 249, + "start": 258, + "end": 259, "loc": { "start": { "line": 11, @@ -1392,8 +1392,8 @@ "updateContext": null }, "value": "string", - "start": 250, - "end": 258, + "start": 260, + "end": 268, "loc": { "start": { "line": 11, @@ -1419,8 +1419,8 @@ "updateContext": null }, "value": "!==", - "start": 259, - "end": 262, + "start": 269, + "end": 272, "loc": { "start": { "line": 11, @@ -1447,8 +1447,8 @@ "updateContext": null }, "value": "typeof", - "start": 263, - "end": 269, + "start": 273, + "end": 279, "loc": { "start": { "line": 11, @@ -1473,8 +1473,8 @@ "binop": null }, "value": "message", - "start": 271, - "end": 278, + "start": 281, + "end": 288, "loc": { "start": { "line": 11, @@ -1498,8 +1498,8 @@ "postfix": false, "binop": null }, - "start": 279, - "end": 280, + "start": 289, + "end": 290, "loc": { "start": { "line": 11, @@ -1523,8 +1523,8 @@ "postfix": false, "binop": null }, - "start": 280, - "end": 281, + "start": 290, + "end": 291, "loc": { "start": { "line": 11, @@ -1549,8 +1549,8 @@ "binop": null }, "value": "message", - "start": 284, - "end": 291, + "start": 295, + "end": 302, "loc": { "start": { "line": 12, @@ -1576,8 +1576,8 @@ "updateContext": null }, "value": "=", - "start": 292, - "end": 293, + "start": 303, + "end": 304, "loc": { "start": { "line": 12, @@ -1603,8 +1603,8 @@ "updateContext": null }, "value": "", - "start": 294, - "end": 296, + "start": 305, + "end": 307, "loc": { "start": { "line": 12, @@ -1629,8 +1629,8 @@ "binop": null, "updateContext": null }, - "start": 296, - "end": 297, + "start": 307, + "end": 308, "loc": { "start": { "line": 12, @@ -1654,8 +1654,8 @@ "postfix": false, "binop": null }, - "start": 299, - "end": 300, + "start": 311, + "end": 312, "loc": { "start": { "line": 13, @@ -1682,8 +1682,8 @@ "updateContext": null }, "value": "return", - "start": 302, - "end": 308, + "start": 315, + "end": 321, "loc": { "start": { "line": 14, @@ -1707,8 +1707,8 @@ "postfix": false, "binop": null }, - "start": 308, - "end": 309, + "start": 321, + "end": 322, "loc": { "start": { "line": 14, @@ -1733,8 +1733,8 @@ "binop": null }, "value": "message", - "start": 312, - "end": 319, + "start": 326, + "end": 333, "loc": { "start": { "line": 15, @@ -1759,8 +1759,8 @@ "binop": null, "updateContext": null }, - "start": 319, - "end": 320, + "start": 333, + "end": 334, "loc": { "start": { "line": 15, @@ -1785,8 +1785,8 @@ "binop": null }, "value": "message", - "start": 321, - "end": 328, + "start": 335, + "end": 342, "loc": { "start": { "line": 15, @@ -1811,8 +1811,8 @@ "binop": null, "updateContext": null }, - "start": 328, - "end": 329, + "start": 342, + "end": 343, "loc": { "start": { "line": 15, @@ -1837,8 +1837,8 @@ "binop": null }, "value": "error", - "start": 332, - "end": 337, + "start": 347, + "end": 352, "loc": { "start": { "line": 16, @@ -1863,8 +1863,8 @@ "binop": null, "updateContext": null }, - "start": 337, - "end": 338, + "start": 352, + "end": 353, "loc": { "start": { "line": 16, @@ -1889,8 +1889,8 @@ "binop": null }, "value": "toBoolean", - "start": 339, - "end": 348, + "start": 354, + "end": 363, "loc": { "start": { "line": 16, @@ -1914,8 +1914,8 @@ "postfix": false, "binop": null }, - "start": 348, - "end": 349, + "start": 363, + "end": 364, "loc": { "start": { "line": 16, @@ -1940,8 +1940,8 @@ "binop": null }, "value": "error", - "start": 349, - "end": 354, + "start": 364, + "end": 369, "loc": { "start": { "line": 16, @@ -1965,8 +1965,8 @@ "postfix": false, "binop": null }, - "start": 354, - "end": 355, + "start": 369, + "end": 370, "loc": { "start": { "line": 16, @@ -1990,8 +1990,8 @@ "postfix": false, "binop": null }, - "start": 357, - "end": 358, + "start": 373, + "end": 374, "loc": { "start": { "line": 17, @@ -2016,8 +2016,8 @@ "binop": null, "updateContext": null }, - "start": 358, - "end": 359, + "start": 374, + "end": 375, "loc": { "start": { "line": 17, @@ -2041,8 +2041,8 @@ "postfix": false, "binop": null }, - "start": 360, - "end": 361, + "start": 377, + "end": 378, "loc": { "start": { "line": 18, @@ -2067,8 +2067,8 @@ "binop": null, "updateContext": null }, - "start": 361, - "end": 362, + "start": 378, + "end": 379, "loc": { "start": { "line": 18, @@ -2093,8 +2093,8 @@ "binop": null, "updateContext": null }, - "start": 362, - "end": 362, + "start": 379, + "end": 379, "loc": { "start": { "line": 18, diff --git a/docs/ast/source/components/fields/messages/messagePropTypes.js.json b/docs/ast/source/components/fields/messages/messagePropTypes.js.json index d0fa89d..286ad19 100644 --- a/docs/ast/source/components/fields/messages/messagePropTypes.js.json +++ b/docs/ast/source/components/fields/messages/messagePropTypes.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 233, + "end": 245, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 233, + "end": 245, "loc": { "start": { "line": 1, @@ -99,9 +99,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * The shape of the message object passed to Message compoent\n *\n * @type {shim}\n ", - "start": 37, - "end": 125, + "value": "*\r\n * The shape of the message object passed to Message compoent\r\n *\r\n * @type {shim}\r\n ", + "start": 39, + "end": 131, "loc": { "start": { "line": 3, @@ -117,8 +117,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 126, - "end": 233, + "start": 133, + "end": 245, "loc": { "start": { "line": 8, @@ -133,8 +133,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 133, - "end": 233, + "start": 140, + "end": 245, "loc": { "start": { "line": 8, @@ -148,8 +148,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 139, - "end": 232, + "start": 146, + "end": 244, "loc": { "start": { "line": 8, @@ -162,8 +162,8 @@ }, "id": { "type": "Identifier", - "start": 139, - "end": 155, + "start": 146, + "end": 162, "loc": { "start": { "line": 8, @@ -180,8 +180,8 @@ }, "init": { "type": "CallExpression", - "start": 158, - "end": 232, + "start": 165, + "end": 244, "loc": { "start": { "line": 8, @@ -194,8 +194,8 @@ }, "callee": { "type": "MemberExpression", - "start": 158, - "end": 173, + "start": 165, + "end": 180, "loc": { "start": { "line": 8, @@ -208,8 +208,8 @@ }, "object": { "type": "Identifier", - "start": 158, - "end": 167, + "start": 165, + "end": 174, "loc": { "start": { "line": 8, @@ -225,8 +225,8 @@ }, "property": { "type": "Identifier", - "start": 168, - "end": 173, + "start": 175, + "end": 180, "loc": { "start": { "line": 8, @@ -245,8 +245,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 176, - "end": 230, + "start": 184, + "end": 241, "loc": { "start": { "line": 9, @@ -260,8 +260,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 180, - "end": 201, + "start": 189, + "end": 210, "loc": { "start": { "line": 10, @@ -277,8 +277,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 180, - "end": 185, + "start": 189, + "end": 194, "loc": { "start": { "line": 10, @@ -294,8 +294,8 @@ }, "value": { "type": "MemberExpression", - "start": 187, - "end": 201, + "start": 196, + "end": 210, "loc": { "start": { "line": 10, @@ -308,8 +308,8 @@ }, "object": { "type": "Identifier", - "start": 187, - "end": 196, + "start": 196, + "end": 205, "loc": { "start": { "line": 10, @@ -325,8 +325,8 @@ }, "property": { "type": "Identifier", - "start": 197, - "end": 201, + "start": 206, + "end": 210, "loc": { "start": { "line": 10, @@ -345,8 +345,8 @@ }, { "type": "ObjectProperty", - "start": 205, - "end": 227, + "start": 215, + "end": 237, "loc": { "start": { "line": 11, @@ -362,8 +362,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 205, - "end": 209, + "start": 215, + "end": 219, "loc": { "start": { "line": 11, @@ -379,8 +379,8 @@ }, "value": { "type": "MemberExpression", - "start": 211, - "end": 227, + "start": 221, + "end": 237, "loc": { "start": { "line": 11, @@ -393,8 +393,8 @@ }, "object": { "type": "Identifier", - "start": 211, - "end": 220, + "start": 221, + "end": 230, "loc": { "start": { "line": 11, @@ -410,8 +410,8 @@ }, "property": { "type": "Identifier", - "start": 221, - "end": 227, + "start": 231, + "end": 237, "loc": { "start": { "line": 11, @@ -439,9 +439,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * The shape of the message object passed to Message compoent\n *\n * @type {shim}\n ", - "start": 37, - "end": 125, + "value": "*\r\n * The shape of the message object passed to Message compoent\r\n *\r\n * @type {shim}\r\n ", + "start": 39, + "end": 131, "loc": { "start": { "line": 3, @@ -459,9 +459,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * The shape of the message object passed to Message compoent\n *\n * @type {shim}\n ", - "start": 37, - "end": 125, + "value": "*\r\n * The shape of the message object passed to Message compoent\r\n *\r\n * @type {shim}\r\n ", + "start": 39, + "end": 131, "loc": { "start": { "line": 3, @@ -481,9 +481,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * The shape of the message object passed to Message compoent\n *\n * @type {shim}\n ", - "start": 37, - "end": 125, + "value": "*\r\n * The shape of the message object passed to Message compoent\r\n *\r\n * @type {shim}\r\n ", + "start": 39, + "end": 131, "loc": { "start": { "line": 3, @@ -632,9 +632,9 @@ }, { "type": "CommentBlock", - "value": "*\n * The shape of the message object passed to Message compoent\n *\n * @type {shim}\n ", - "start": 37, - "end": 125, + "value": "*\r\n * The shape of the message object passed to Message compoent\r\n *\r\n * @type {shim}\r\n ", + "start": 39, + "end": 131, "loc": { "start": { "line": 3, @@ -661,8 +661,8 @@ "updateContext": null }, "value": "export", - "start": 126, - "end": 132, + "start": 133, + "end": 139, "loc": { "start": { "line": 8, @@ -689,8 +689,8 @@ "updateContext": null }, "value": "const", - "start": 133, - "end": 138, + "start": 140, + "end": 145, "loc": { "start": { "line": 8, @@ -715,8 +715,8 @@ "binop": null }, "value": "messagePropShape", - "start": 139, - "end": 155, + "start": 146, + "end": 162, "loc": { "start": { "line": 8, @@ -742,8 +742,8 @@ "updateContext": null }, "value": "=", - "start": 156, - "end": 157, + "start": 163, + "end": 164, "loc": { "start": { "line": 8, @@ -768,8 +768,8 @@ "binop": null }, "value": "PropTypes", - "start": 158, - "end": 167, + "start": 165, + "end": 174, "loc": { "start": { "line": 8, @@ -794,8 +794,8 @@ "binop": null, "updateContext": null }, - "start": 167, - "end": 168, + "start": 174, + "end": 175, "loc": { "start": { "line": 8, @@ -820,8 +820,8 @@ "binop": null }, "value": "shape", - "start": 168, - "end": 173, + "start": 175, + "end": 180, "loc": { "start": { "line": 8, @@ -845,8 +845,8 @@ "postfix": false, "binop": null }, - "start": 173, - "end": 174, + "start": 180, + "end": 181, "loc": { "start": { "line": 8, @@ -870,8 +870,8 @@ "postfix": false, "binop": null }, - "start": 176, - "end": 177, + "start": 184, + "end": 185, "loc": { "start": { "line": 9, @@ -896,8 +896,8 @@ "binop": null }, "value": "error", - "start": 180, - "end": 185, + "start": 189, + "end": 194, "loc": { "start": { "line": 10, @@ -922,8 +922,8 @@ "binop": null, "updateContext": null }, - "start": 185, - "end": 186, + "start": 194, + "end": 195, "loc": { "start": { "line": 10, @@ -948,8 +948,8 @@ "binop": null }, "value": "PropTypes", - "start": 187, - "end": 196, + "start": 196, + "end": 205, "loc": { "start": { "line": 10, @@ -974,8 +974,8 @@ "binop": null, "updateContext": null }, - "start": 196, - "end": 197, + "start": 205, + "end": 206, "loc": { "start": { "line": 10, @@ -1000,8 +1000,8 @@ "binop": null }, "value": "bool", - "start": 197, - "end": 201, + "start": 206, + "end": 210, "loc": { "start": { "line": 10, @@ -1026,8 +1026,8 @@ "binop": null, "updateContext": null }, - "start": 201, - "end": 202, + "start": 210, + "end": 211, "loc": { "start": { "line": 10, @@ -1052,8 +1052,8 @@ "binop": null }, "value": "text", - "start": 205, - "end": 209, + "start": 215, + "end": 219, "loc": { "start": { "line": 11, @@ -1078,8 +1078,8 @@ "binop": null, "updateContext": null }, - "start": 209, - "end": 210, + "start": 219, + "end": 220, "loc": { "start": { "line": 11, @@ -1104,8 +1104,8 @@ "binop": null }, "value": "PropTypes", - "start": 211, - "end": 220, + "start": 221, + "end": 230, "loc": { "start": { "line": 11, @@ -1130,8 +1130,8 @@ "binop": null, "updateContext": null }, - "start": 220, - "end": 221, + "start": 230, + "end": 231, "loc": { "start": { "line": 11, @@ -1156,8 +1156,8 @@ "binop": null }, "value": "string", - "start": 221, - "end": 227, + "start": 231, + "end": 237, "loc": { "start": { "line": 11, @@ -1181,8 +1181,8 @@ "postfix": false, "binop": null }, - "start": 229, - "end": 230, + "start": 240, + "end": 241, "loc": { "start": { "line": 12, @@ -1206,8 +1206,8 @@ "postfix": false, "binop": null }, - "start": 231, - "end": 232, + "start": 243, + "end": 244, "loc": { "start": { "line": 13, @@ -1232,8 +1232,8 @@ "binop": null, "updateContext": null }, - "start": 232, - "end": 233, + "start": 244, + "end": 245, "loc": { "start": { "line": 13, @@ -1258,8 +1258,8 @@ "binop": null, "updateContext": null }, - "start": 233, - "end": 233, + "start": 245, + "end": 245, "loc": { "start": { "line": 13, diff --git a/docs/ast/source/components/fields/propTypes.js.json b/docs/ast/source/components/fields/propTypes.js.json index 41323f9..6592073 100644 --- a/docs/ast/source/components/fields/propTypes.js.json +++ b/docs/ast/source/components/fields/propTypes.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 2460, + "end": 2558, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 2460, + "end": 2558, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 36, - "end": 97, + "start": 37, + "end": 98, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 44, - "end": 60, + "start": 45, + "end": 61, "loc": { "start": { "line": 2, @@ -128,8 +128,8 @@ }, "imported": { "type": "Identifier", - "start": 44, - "end": 60, + "start": 45, + "end": 61, "loc": { "start": { "line": 2, @@ -145,8 +145,8 @@ }, "local": { "type": "Identifier", - "start": 44, - "end": 60, + "start": 45, + "end": 61, "loc": { "start": { "line": 2, @@ -164,8 +164,8 @@ ], "source": { "type": "StringLiteral", - "start": 67, - "end": 96, + "start": 68, + "end": 97, "loc": { "start": { "line": 2, @@ -185,9 +185,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * PropType for the field value used in multiple components\n *\n * @type {shim}\n ", - "start": 99, - "end": 185, + "value": "*\r\n * PropType for the field value used in multiple components\r\n *\r\n * @type {shim}\r\n ", + "start": 102, + "end": 192, "loc": { "start": { "line": 4, @@ -203,8 +203,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 186, - "end": 312, + "start": 194, + "end": 325, "loc": { "start": { "line": 9, @@ -219,8 +219,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 193, - "end": 312, + "start": 201, + "end": 325, "loc": { "start": { "line": 9, @@ -234,8 +234,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 199, - "end": 311, + "start": 207, + "end": 324, "loc": { "start": { "line": 9, @@ -248,8 +248,8 @@ }, "id": { "type": "Identifier", - "start": 199, - "end": 212, + "start": 207, + "end": 220, "loc": { "start": { "line": 9, @@ -266,8 +266,8 @@ }, "init": { "type": "CallExpression", - "start": 215, - "end": 311, + "start": 223, + "end": 324, "loc": { "start": { "line": 9, @@ -280,8 +280,8 @@ }, "callee": { "type": "MemberExpression", - "start": 215, - "end": 234, + "start": 223, + "end": 242, "loc": { "start": { "line": 9, @@ -294,8 +294,8 @@ }, "object": { "type": "Identifier", - "start": 215, - "end": 224, + "start": 223, + "end": 232, "loc": { "start": { "line": 9, @@ -311,8 +311,8 @@ }, "property": { "type": "Identifier", - "start": 225, - "end": 234, + "start": 233, + "end": 242, "loc": { "start": { "line": 9, @@ -331,8 +331,8 @@ "arguments": [ { "type": "ArrayExpression", - "start": 235, - "end": 310, + "start": 243, + "end": 323, "loc": { "start": { "line": 9, @@ -346,8 +346,8 @@ "elements": [ { "type": "MemberExpression", - "start": 238, - "end": 254, + "start": 247, + "end": 263, "loc": { "start": { "line": 10, @@ -360,8 +360,8 @@ }, "object": { "type": "Identifier", - "start": 238, - "end": 247, + "start": 247, + "end": 256, "loc": { "start": { "line": 10, @@ -377,8 +377,8 @@ }, "property": { "type": "Identifier", - "start": 248, - "end": 254, + "start": 257, + "end": 263, "loc": { "start": { "line": 10, @@ -396,8 +396,8 @@ }, { "type": "MemberExpression", - "start": 257, - "end": 273, + "start": 267, + "end": 283, "loc": { "start": { "line": 11, @@ -410,8 +410,8 @@ }, "object": { "type": "Identifier", - "start": 257, - "end": 266, + "start": 267, + "end": 276, "loc": { "start": { "line": 11, @@ -427,8 +427,8 @@ }, "property": { "type": "Identifier", - "start": 267, - "end": 273, + "start": 277, + "end": 283, "loc": { "start": { "line": 11, @@ -446,8 +446,8 @@ }, { "type": "MemberExpression", - "start": 276, - "end": 291, + "start": 287, + "end": 302, "loc": { "start": { "line": 12, @@ -460,8 +460,8 @@ }, "object": { "type": "Identifier", - "start": 276, - "end": 285, + "start": 287, + "end": 296, "loc": { "start": { "line": 12, @@ -477,8 +477,8 @@ }, "property": { "type": "Identifier", - "start": 286, - "end": 291, + "start": 297, + "end": 302, "loc": { "start": { "line": 12, @@ -496,8 +496,8 @@ }, { "type": "MemberExpression", - "start": 294, - "end": 308, + "start": 306, + "end": 320, "loc": { "start": { "line": 13, @@ -510,8 +510,8 @@ }, "object": { "type": "Identifier", - "start": 294, - "end": 303, + "start": 306, + "end": 315, "loc": { "start": { "line": 13, @@ -527,8 +527,8 @@ }, "property": { "type": "Identifier", - "start": 304, - "end": 308, + "start": 316, + "end": 320, "loc": { "start": { "line": 13, @@ -555,9 +555,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * PropType for the field value used in multiple components\n *\n * @type {shim}\n ", - "start": 99, - "end": 185, + "value": "*\r\n * PropType for the field value used in multiple components\r\n *\r\n * @type {shim}\r\n ", + "start": 102, + "end": 192, "loc": { "start": { "line": 4, @@ -573,9 +573,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * PropType for the field value change event used in multiple components\n *\n * @type {shim}\n ", - "start": 314, - "end": 413, + "value": "*\r\n * PropType for the field value change event used in multiple components\r\n *\r\n * @type {shim}\r\n ", + "start": 329, + "end": 432, "loc": { "start": { "line": 16, @@ -592,9 +592,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * PropType for the field value used in multiple components\n *\n * @type {shim}\n ", - "start": 99, - "end": 185, + "value": "*\r\n * PropType for the field value used in multiple components\r\n *\r\n * @type {shim}\r\n ", + "start": 102, + "end": 192, "loc": { "start": { "line": 4, @@ -610,9 +610,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * PropType for the field value change event used in multiple components\n *\n * @type {shim}\n ", - "start": 314, - "end": 413, + "value": "*\r\n * PropType for the field value change event used in multiple components\r\n *\r\n * @type {shim}\r\n ", + "start": 329, + "end": 432, "loc": { "start": { "line": 16, @@ -628,8 +628,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 414, - "end": 477, + "start": 434, + "end": 497, "loc": { "start": { "line": 21, @@ -644,8 +644,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 421, - "end": 477, + "start": 441, + "end": 497, "loc": { "start": { "line": 21, @@ -659,8 +659,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 427, - "end": 476, + "start": 447, + "end": 496, "loc": { "start": { "line": 21, @@ -673,8 +673,8 @@ }, "id": { "type": "Identifier", - "start": 427, - "end": 448, + "start": 447, + "end": 468, "loc": { "start": { "line": 21, @@ -691,8 +691,8 @@ }, "init": { "type": "MemberExpression", - "start": 451, - "end": 476, + "start": 471, + "end": 496, "loc": { "start": { "line": 21, @@ -705,8 +705,8 @@ }, "object": { "type": "MemberExpression", - "start": 451, - "end": 465, + "start": 471, + "end": 485, "loc": { "start": { "line": 21, @@ -719,8 +719,8 @@ }, "object": { "type": "Identifier", - "start": 451, - "end": 460, + "start": 471, + "end": 480, "loc": { "start": { "line": 21, @@ -736,8 +736,8 @@ }, "property": { "type": "Identifier", - "start": 461, - "end": 465, + "start": 481, + "end": 485, "loc": { "start": { "line": 21, @@ -755,8 +755,8 @@ }, "property": { "type": "Identifier", - "start": 466, - "end": 476, + "start": 486, + "end": 496, "loc": { "start": { "line": 21, @@ -779,9 +779,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * PropType for the field value change event used in multiple components\n *\n * @type {shim}\n ", - "start": 314, - "end": 413, + "value": "*\r\n * PropType for the field value change event used in multiple components\r\n *\r\n * @type {shim}\r\n ", + "start": 329, + "end": 432, "loc": { "start": { "line": 16, @@ -797,9 +797,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Proptypes for Input component\n * @type {shim}\n ", - "start": 479, - "end": 535, + "value": "*\r\n * Proptypes for Input component\r\n * @type {shim}\r\n ", + "start": 501, + "end": 560, "loc": { "start": { "line": 23, @@ -816,9 +816,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * PropType for the field value change event used in multiple components\n *\n * @type {shim}\n ", - "start": 314, - "end": 413, + "value": "*\r\n * PropType for the field value change event used in multiple components\r\n *\r\n * @type {shim}\r\n ", + "start": 329, + "end": 432, "loc": { "start": { "line": 16, @@ -834,9 +834,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Proptypes for Input component\n * @type {shim}\n ", - "start": 479, - "end": 535, + "value": "*\r\n * Proptypes for Input component\r\n * @type {shim}\r\n ", + "start": 501, + "end": 560, "loc": { "start": { "line": 23, @@ -852,8 +852,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 536, - "end": 582, + "start": 562, + "end": 608, "loc": { "start": { "line": 27, @@ -868,8 +868,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 543, - "end": 582, + "start": 569, + "end": 608, "loc": { "start": { "line": 27, @@ -883,8 +883,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 549, - "end": 581, + "start": 575, + "end": 607, "loc": { "start": { "line": 27, @@ -897,8 +897,8 @@ }, "id": { "type": "Identifier", - "start": 549, - "end": 562, + "start": 575, + "end": 588, "loc": { "start": { "line": 27, @@ -915,8 +915,8 @@ }, "init": { "type": "MemberExpression", - "start": 565, - "end": 581, + "start": 591, + "end": 607, "loc": { "start": { "line": 27, @@ -929,8 +929,8 @@ }, "object": { "type": "Identifier", - "start": 565, - "end": 574, + "start": 591, + "end": 600, "loc": { "start": { "line": 27, @@ -946,8 +946,8 @@ }, "property": { "type": "Identifier", - "start": 575, - "end": 581, + "start": 601, + "end": 607, "loc": { "start": { "line": 27, @@ -970,9 +970,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Proptypes for Input component\n * @type {shim}\n ", - "start": 479, - "end": 535, + "value": "*\r\n * Proptypes for Input component\r\n * @type {shim}\r\n ", + "start": 501, + "end": 560, "loc": { "start": { "line": 23, @@ -988,9 +988,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * PropTypes for field groups\n *\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 584, - "end": 808, + "value": "*\r\n * PropTypes for field groups\r\n *\r\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 612, + "end": 840, "loc": { "start": { "line": 29, @@ -1007,9 +1007,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Proptypes for Input component\n * @type {shim}\n ", - "start": 479, - "end": 535, + "value": "*\r\n * Proptypes for Input component\r\n * @type {shim}\r\n ", + "start": 501, + "end": 560, "loc": { "start": { "line": 23, @@ -1025,9 +1025,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * PropTypes for field groups\n *\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 584, - "end": 808, + "value": "*\r\n * PropTypes for field groups\r\n *\r\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 612, + "end": 840, "loc": { "start": { "line": 29, @@ -1043,8 +1043,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 809, - "end": 1291, + "start": 842, + "end": 1339, "loc": { "start": { "line": 34, @@ -1059,8 +1059,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 816, - "end": 1291, + "start": 849, + "end": 1339, "loc": { "start": { "line": 34, @@ -1074,8 +1074,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 822, - "end": 1290, + "start": 855, + "end": 1338, "loc": { "start": { "line": 34, @@ -1088,8 +1088,8 @@ }, "id": { "type": "Identifier", - "start": 822, - "end": 841, + "start": 855, + "end": 874, "loc": { "start": { "line": 34, @@ -1106,8 +1106,8 @@ }, "init": { "type": "ObjectExpression", - "start": 844, - "end": 1290, + "start": 877, + "end": 1338, "loc": { "start": { "line": 34, @@ -1121,8 +1121,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 847, - "end": 878, + "start": 881, + "end": 912, "loc": { "start": { "line": 35, @@ -1138,8 +1138,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 847, - "end": 849, + "start": 881, + "end": 883, "loc": { "start": { "line": 35, @@ -1155,8 +1155,8 @@ }, "value": { "type": "MemberExpression", - "start": 851, - "end": 878, + "start": 885, + "end": 912, "loc": { "start": { "line": 35, @@ -1169,8 +1169,8 @@ }, "object": { "type": "MemberExpression", - "start": 851, - "end": 867, + "start": 885, + "end": 901, "loc": { "start": { "line": 35, @@ -1183,8 +1183,8 @@ }, "object": { "type": "Identifier", - "start": 851, - "end": 860, + "start": 885, + "end": 894, "loc": { "start": { "line": 35, @@ -1200,8 +1200,8 @@ }, "property": { "type": "Identifier", - "start": 861, - "end": 867, + "start": 895, + "end": 901, "loc": { "start": { "line": 35, @@ -1219,8 +1219,8 @@ }, "property": { "type": "Identifier", - "start": 868, - "end": 878, + "start": 902, + "end": 912, "loc": { "start": { "line": 35, @@ -1239,8 +1239,8 @@ }, { "type": "ObjectProperty", - "start": 881, - "end": 909, + "start": 916, + "end": 944, "loc": { "start": { "line": 36, @@ -1256,8 +1256,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 881, - "end": 893, + "start": 916, + "end": 928, "loc": { "start": { "line": 36, @@ -1273,8 +1273,8 @@ }, "value": { "type": "MemberExpression", - "start": 895, - "end": 909, + "start": 930, + "end": 944, "loc": { "start": { "line": 36, @@ -1287,8 +1287,8 @@ }, "object": { "type": "Identifier", - "start": 895, - "end": 904, + "start": 930, + "end": 939, "loc": { "start": { "line": 36, @@ -1304,8 +1304,8 @@ }, "property": { "type": "Identifier", - "start": 905, - "end": 909, + "start": 940, + "end": 944, "loc": { "start": { "line": 36, @@ -1324,8 +1324,8 @@ }, { "type": "ObjectProperty", - "start": 912, - "end": 938, + "start": 948, + "end": 974, "loc": { "start": { "line": 37, @@ -1341,8 +1341,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 912, - "end": 922, + "start": 948, + "end": 958, "loc": { "start": { "line": 37, @@ -1358,8 +1358,8 @@ }, "value": { "type": "MemberExpression", - "start": 924, - "end": 938, + "start": 960, + "end": 974, "loc": { "start": { "line": 37, @@ -1372,8 +1372,8 @@ }, "object": { "type": "Identifier", - "start": 924, - "end": 933, + "start": 960, + "end": 969, "loc": { "start": { "line": 37, @@ -1389,8 +1389,8 @@ }, "property": { "type": "Identifier", - "start": 934, - "end": 938, + "start": 970, + "end": 974, "loc": { "start": { "line": 37, @@ -1409,8 +1409,8 @@ }, { "type": "ObjectProperty", - "start": 941, - "end": 963, + "start": 978, + "end": 1000, "loc": { "start": { "line": 38, @@ -1426,8 +1426,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 941, - "end": 945, + "start": 978, + "end": 982, "loc": { "start": { "line": 38, @@ -1443,8 +1443,8 @@ }, "value": { "type": "MemberExpression", - "start": 947, - "end": 963, + "start": 984, + "end": 1000, "loc": { "start": { "line": 38, @@ -1457,8 +1457,8 @@ }, "object": { "type": "Identifier", - "start": 947, - "end": 956, + "start": 984, + "end": 993, "loc": { "start": { "line": 38, @@ -1474,8 +1474,8 @@ }, "property": { "type": "Identifier", - "start": 957, - "end": 963, + "start": 994, + "end": 1000, "loc": { "start": { "line": 38, @@ -1494,8 +1494,8 @@ }, { "type": "ObjectProperty", - "start": 966, - "end": 1000, + "start": 1004, + "end": 1038, "loc": { "start": { "line": 39, @@ -1511,8 +1511,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 966, - "end": 971, + "start": 1004, + "end": 1009, "loc": { "start": { "line": 39, @@ -1528,8 +1528,8 @@ }, "value": { "type": "MemberExpression", - "start": 973, - "end": 1000, + "start": 1011, + "end": 1038, "loc": { "start": { "line": 39, @@ -1542,8 +1542,8 @@ }, "object": { "type": "MemberExpression", - "start": 973, - "end": 989, + "start": 1011, + "end": 1027, "loc": { "start": { "line": 39, @@ -1556,8 +1556,8 @@ }, "object": { "type": "Identifier", - "start": 973, - "end": 982, + "start": 1011, + "end": 1020, "loc": { "start": { "line": 39, @@ -1573,8 +1573,8 @@ }, "property": { "type": "Identifier", - "start": 983, - "end": 989, + "start": 1021, + "end": 1027, "loc": { "start": { "line": 39, @@ -1592,8 +1592,8 @@ }, "property": { "type": "Identifier", - "start": 990, - "end": 1000, + "start": 1028, + "end": 1038, "loc": { "start": { "line": 39, @@ -1612,8 +1612,8 @@ }, { "type": "ObjectProperty", - "start": 1003, - "end": 1066, + "start": 1042, + "end": 1105, "loc": { "start": { "line": 40, @@ -1629,8 +1629,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1003, - "end": 1007, + "start": 1042, + "end": 1046, "loc": { "start": { "line": 40, @@ -1646,8 +1646,8 @@ }, "value": { "type": "CallExpression", - "start": 1009, - "end": 1066, + "start": 1048, + "end": 1105, "loc": { "start": { "line": 40, @@ -1660,8 +1660,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1009, - "end": 1024, + "start": 1048, + "end": 1063, "loc": { "start": { "line": 40, @@ -1674,8 +1674,8 @@ }, "object": { "type": "Identifier", - "start": 1009, - "end": 1018, + "start": 1048, + "end": 1057, "loc": { "start": { "line": 40, @@ -1691,8 +1691,8 @@ }, "property": { "type": "Identifier", - "start": 1019, - "end": 1024, + "start": 1058, + "end": 1063, "loc": { "start": { "line": 40, @@ -1711,8 +1711,8 @@ "arguments": [ { "type": "ArrayExpression", - "start": 1025, - "end": 1065, + "start": 1064, + "end": 1104, "loc": { "start": { "line": 40, @@ -1726,8 +1726,8 @@ "elements": [ { "type": "StringLiteral", - "start": 1026, - "end": 1033, + "start": 1065, + "end": 1072, "loc": { "start": { "line": 40, @@ -1746,8 +1746,8 @@ }, { "type": "StringLiteral", - "start": 1035, - "end": 1043, + "start": 1074, + "end": 1082, "loc": { "start": { "line": 40, @@ -1766,8 +1766,8 @@ }, { "type": "StringLiteral", - "start": 1045, - "end": 1055, + "start": 1084, + "end": 1094, "loc": { "start": { "line": 40, @@ -1786,8 +1786,8 @@ }, { "type": "StringLiteral", - "start": 1057, - "end": 1064, + "start": 1096, + "end": 1103, "loc": { "start": { "line": 40, @@ -1811,8 +1811,8 @@ }, { "type": "ObjectProperty", - "start": 1069, - "end": 1089, + "start": 1109, + "end": 1129, "loc": { "start": { "line": 41, @@ -1828,8 +1828,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1069, - "end": 1074, + "start": 1109, + "end": 1114, "loc": { "start": { "line": 41, @@ -1845,8 +1845,8 @@ }, "value": { "type": "Identifier", - "start": 1076, - "end": 1089, + "start": 1116, + "end": 1129, "loc": { "start": { "line": 41, @@ -1863,8 +1863,8 @@ }, { "type": "ObjectProperty", - "start": 1092, - "end": 1128, + "start": 1133, + "end": 1169, "loc": { "start": { "line": 42, @@ -1880,8 +1880,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1092, - "end": 1105, + "start": 1133, + "end": 1146, "loc": { "start": { "line": 42, @@ -1897,8 +1897,8 @@ }, "value": { "type": "Identifier", - "start": 1107, - "end": 1128, + "start": 1148, + "end": 1169, "loc": { "start": { "line": 42, @@ -1915,8 +1915,8 @@ }, { "type": "ObjectProperty", - "start": 1131, - "end": 1155, + "start": 1173, + "end": 1197, "loc": { "start": { "line": 43, @@ -1932,8 +1932,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1131, - "end": 1138, + "start": 1173, + "end": 1180, "loc": { "start": { "line": 43, @@ -1949,8 +1949,8 @@ }, "value": { "type": "MemberExpression", - "start": 1140, - "end": 1155, + "start": 1182, + "end": 1197, "loc": { "start": { "line": 43, @@ -1963,8 +1963,8 @@ }, "object": { "type": "Identifier", - "start": 1140, - "end": 1149, + "start": 1182, + "end": 1191, "loc": { "start": { "line": 43, @@ -1980,8 +1980,8 @@ }, "property": { "type": "Identifier", - "start": 1150, - "end": 1155, + "start": 1192, + "end": 1197, "loc": { "start": { "line": 43, @@ -2000,8 +2000,8 @@ }, { "type": "ObjectProperty", - "start": 1158, - "end": 1182, + "start": 1201, + "end": 1225, "loc": { "start": { "line": 44, @@ -2017,8 +2017,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1158, - "end": 1167, + "start": 1201, + "end": 1210, "loc": { "start": { "line": 44, @@ -2034,8 +2034,8 @@ }, "value": { "type": "Identifier", - "start": 1169, - "end": 1182, + "start": 1212, + "end": 1225, "loc": { "start": { "line": 44, @@ -2052,8 +2052,8 @@ }, { "type": "ObjectProperty", - "start": 1185, - "end": 1209, + "start": 1229, + "end": 1253, "loc": { "start": { "line": 45, @@ -2069,8 +2069,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1185, - "end": 1193, + "start": 1229, + "end": 1237, "loc": { "start": { "line": 45, @@ -2086,8 +2086,8 @@ }, "value": { "type": "MemberExpression", - "start": 1195, - "end": 1209, + "start": 1239, + "end": 1253, "loc": { "start": { "line": 45, @@ -2100,8 +2100,8 @@ }, "object": { "type": "Identifier", - "start": 1195, - "end": 1204, + "start": 1239, + "end": 1248, "loc": { "start": { "line": 45, @@ -2117,8 +2117,8 @@ }, "property": { "type": "Identifier", - "start": 1205, - "end": 1209, + "start": 1249, + "end": 1253, "loc": { "start": { "line": 45, @@ -2137,8 +2137,8 @@ }, { "type": "ObjectProperty", - "start": 1212, - "end": 1237, + "start": 1257, + "end": 1282, "loc": { "start": { "line": 46, @@ -2154,8 +2154,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1212, - "end": 1219, + "start": 1257, + "end": 1264, "loc": { "start": { "line": 46, @@ -2171,8 +2171,8 @@ }, "value": { "type": "Identifier", - "start": 1221, - "end": 1237, + "start": 1266, + "end": 1282, "loc": { "start": { "line": 46, @@ -2189,8 +2189,8 @@ }, { "type": "ObjectProperty", - "start": 1240, - "end": 1262, + "start": 1286, + "end": 1308, "loc": { "start": { "line": 47, @@ -2206,8 +2206,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1240, - "end": 1246, + "start": 1286, + "end": 1292, "loc": { "start": { "line": 47, @@ -2223,8 +2223,8 @@ }, "value": { "type": "MemberExpression", - "start": 1248, - "end": 1262, + "start": 1294, + "end": 1308, "loc": { "start": { "line": 47, @@ -2237,8 +2237,8 @@ }, "object": { "type": "Identifier", - "start": 1248, - "end": 1257, + "start": 1294, + "end": 1303, "loc": { "start": { "line": 47, @@ -2254,8 +2254,8 @@ }, "property": { "type": "Identifier", - "start": 1258, - "end": 1262, + "start": 1304, + "end": 1308, "loc": { "start": { "line": 47, @@ -2274,8 +2274,8 @@ }, { "type": "ObjectProperty", - "start": 1265, - "end": 1288, + "start": 1312, + "end": 1335, "loc": { "start": { "line": 48, @@ -2291,8 +2291,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1265, - "end": 1272, + "start": 1312, + "end": 1319, "loc": { "start": { "line": 48, @@ -2308,8 +2308,8 @@ }, "value": { "type": "MemberExpression", - "start": 1274, - "end": 1288, + "start": 1321, + "end": 1335, "loc": { "start": { "line": 48, @@ -2322,8 +2322,8 @@ }, "object": { "type": "Identifier", - "start": 1274, - "end": 1283, + "start": 1321, + "end": 1330, "loc": { "start": { "line": 48, @@ -2339,8 +2339,8 @@ }, "property": { "type": "Identifier", - "start": 1284, - "end": 1288, + "start": 1331, + "end": 1335, "loc": { "start": { "line": 48, @@ -2366,9 +2366,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * PropTypes for field groups\n *\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 584, - "end": 808, + "value": "*\r\n * PropTypes for field groups\r\n *\r\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 612, + "end": 840, "loc": { "start": { "line": 29, @@ -2384,9 +2384,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * PropTypes for the InnerField component\n *\n * @type {{id: (boolean|shim|*), fieldClassName: (boolean|shim|*), help: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 1293, - "end": 1488, + "value": "*\r\n * PropTypes for the InnerField component\r\n *\r\n * @type {{id: (boolean|shim|*), fieldClassName: (boolean|shim|*), help: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 1343, + "end": 1542, "loc": { "start": { "line": 51, @@ -2403,9 +2403,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * PropTypes for field groups\n *\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 584, - "end": 808, + "value": "*\r\n * PropTypes for field groups\r\n *\r\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 612, + "end": 840, "loc": { "start": { "line": 29, @@ -2421,9 +2421,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * PropTypes for the InnerField component\n *\n * @type {{id: (boolean|shim|*), fieldClassName: (boolean|shim|*), help: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 1293, - "end": 1488, + "value": "*\r\n * PropTypes for the InnerField component\r\n *\r\n * @type {{id: (boolean|shim|*), fieldClassName: (boolean|shim|*), help: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 1343, + "end": 1542, "loc": { "start": { "line": 51, @@ -2439,8 +2439,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 1489, - "end": 1812, + "start": 1544, + "end": 1877, "loc": { "start": { "line": 56, @@ -2455,8 +2455,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 1496, - "end": 1812, + "start": 1551, + "end": 1877, "loc": { "start": { "line": 56, @@ -2470,8 +2470,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1502, - "end": 1811, + "start": 1557, + "end": 1876, "loc": { "start": { "line": 56, @@ -2484,8 +2484,8 @@ }, "id": { "type": "Identifier", - "start": 1502, - "end": 1521, + "start": 1557, + "end": 1576, "loc": { "start": { "line": 56, @@ -2502,8 +2502,8 @@ }, "init": { "type": "ObjectExpression", - "start": 1524, - "end": 1811, + "start": 1579, + "end": 1876, "loc": { "start": { "line": 56, @@ -2517,8 +2517,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1527, - "end": 1558, + "start": 1583, + "end": 1614, "loc": { "start": { "line": 57, @@ -2534,8 +2534,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1527, - "end": 1529, + "start": 1583, + "end": 1585, "loc": { "start": { "line": 57, @@ -2551,8 +2551,8 @@ }, "value": { "type": "MemberExpression", - "start": 1531, - "end": 1558, + "start": 1587, + "end": 1614, "loc": { "start": { "line": 57, @@ -2565,8 +2565,8 @@ }, "object": { "type": "MemberExpression", - "start": 1531, - "end": 1547, + "start": 1587, + "end": 1603, "loc": { "start": { "line": 57, @@ -2579,8 +2579,8 @@ }, "object": { "type": "Identifier", - "start": 1531, - "end": 1540, + "start": 1587, + "end": 1596, "loc": { "start": { "line": 57, @@ -2596,8 +2596,8 @@ }, "property": { "type": "Identifier", - "start": 1541, - "end": 1547, + "start": 1597, + "end": 1603, "loc": { "start": { "line": 57, @@ -2615,8 +2615,8 @@ }, "property": { "type": "Identifier", - "start": 1548, - "end": 1558, + "start": 1604, + "end": 1614, "loc": { "start": { "line": 57, @@ -2635,8 +2635,8 @@ }, { "type": "ObjectProperty", - "start": 1561, - "end": 1604, + "start": 1618, + "end": 1661, "loc": { "start": { "line": 58, @@ -2652,8 +2652,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1561, - "end": 1575, + "start": 1618, + "end": 1632, "loc": { "start": { "line": 58, @@ -2669,8 +2669,8 @@ }, "value": { "type": "MemberExpression", - "start": 1577, - "end": 1604, + "start": 1634, + "end": 1661, "loc": { "start": { "line": 58, @@ -2683,8 +2683,8 @@ }, "object": { "type": "MemberExpression", - "start": 1577, - "end": 1593, + "start": 1634, + "end": 1650, "loc": { "start": { "line": 58, @@ -2697,8 +2697,8 @@ }, "object": { "type": "Identifier", - "start": 1577, - "end": 1586, + "start": 1634, + "end": 1643, "loc": { "start": { "line": 58, @@ -2714,8 +2714,8 @@ }, "property": { "type": "Identifier", - "start": 1587, - "end": 1593, + "start": 1644, + "end": 1650, "loc": { "start": { "line": 58, @@ -2733,8 +2733,8 @@ }, "property": { "type": "Identifier", - "start": 1594, - "end": 1604, + "start": 1651, + "end": 1661, "loc": { "start": { "line": 58, @@ -2753,8 +2753,8 @@ }, { "type": "ObjectProperty", - "start": 1607, - "end": 1629, + "start": 1665, + "end": 1687, "loc": { "start": { "line": 59, @@ -2770,8 +2770,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1607, - "end": 1611, + "start": 1665, + "end": 1669, "loc": { "start": { "line": 59, @@ -2787,8 +2787,8 @@ }, "value": { "type": "MemberExpression", - "start": 1613, - "end": 1629, + "start": 1671, + "end": 1687, "loc": { "start": { "line": 59, @@ -2801,8 +2801,8 @@ }, "object": { "type": "Identifier", - "start": 1613, - "end": 1622, + "start": 1671, + "end": 1680, "loc": { "start": { "line": 59, @@ -2818,8 +2818,8 @@ }, "property": { "type": "Identifier", - "start": 1623, - "end": 1629, + "start": 1681, + "end": 1687, "loc": { "start": { "line": 59, @@ -2838,8 +2838,8 @@ }, { "type": "ObjectProperty", - "start": 1632, - "end": 1652, + "start": 1691, + "end": 1711, "loc": { "start": { "line": 60, @@ -2855,8 +2855,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1632, - "end": 1637, + "start": 1691, + "end": 1696, "loc": { "start": { "line": 60, @@ -2872,8 +2872,8 @@ }, "value": { "type": "Identifier", - "start": 1639, - "end": 1652, + "start": 1698, + "end": 1711, "loc": { "start": { "line": 60, @@ -2890,8 +2890,8 @@ }, { "type": "ObjectProperty", - "start": 1655, - "end": 1691, + "start": 1715, + "end": 1751, "loc": { "start": { "line": 61, @@ -2907,8 +2907,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1655, - "end": 1668, + "start": 1715, + "end": 1728, "loc": { "start": { "line": 61, @@ -2924,8 +2924,8 @@ }, "value": { "type": "Identifier", - "start": 1670, - "end": 1691, + "start": 1730, + "end": 1751, "loc": { "start": { "line": 61, @@ -2942,8 +2942,8 @@ }, { "type": "ObjectProperty", - "start": 1694, - "end": 1718, + "start": 1755, + "end": 1779, "loc": { "start": { "line": 62, @@ -2959,8 +2959,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1694, - "end": 1703, + "start": 1755, + "end": 1764, "loc": { "start": { "line": 62, @@ -2976,8 +2976,8 @@ }, "value": { "type": "Identifier", - "start": 1705, - "end": 1718, + "start": 1766, + "end": 1779, "loc": { "start": { "line": 62, @@ -2994,8 +2994,8 @@ }, { "type": "ObjectProperty", - "start": 1721, - "end": 1758, + "start": 1783, + "end": 1820, "loc": { "start": { "line": 63, @@ -3011,8 +3011,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1721, - "end": 1740, + "start": 1783, + "end": 1802, "loc": { "start": { "line": 63, @@ -3028,8 +3028,8 @@ }, "value": { "type": "MemberExpression", - "start": 1742, - "end": 1758, + "start": 1804, + "end": 1820, "loc": { "start": { "line": 63, @@ -3042,8 +3042,8 @@ }, "object": { "type": "Identifier", - "start": 1742, - "end": 1751, + "start": 1804, + "end": 1813, "loc": { "start": { "line": 63, @@ -3059,8 +3059,8 @@ }, "property": { "type": "Identifier", - "start": 1752, - "end": 1758, + "start": 1814, + "end": 1820, "loc": { "start": { "line": 63, @@ -3079,8 +3079,8 @@ }, { "type": "ObjectProperty", - "start": 1761, - "end": 1783, + "start": 1824, + "end": 1846, "loc": { "start": { "line": 64, @@ -3096,8 +3096,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1761, - "end": 1767, + "start": 1824, + "end": 1830, "loc": { "start": { "line": 64, @@ -3113,8 +3113,8 @@ }, "value": { "type": "MemberExpression", - "start": 1769, - "end": 1783, + "start": 1832, + "end": 1846, "loc": { "start": { "line": 64, @@ -3127,8 +3127,8 @@ }, "object": { "type": "Identifier", - "start": 1769, - "end": 1778, + "start": 1832, + "end": 1841, "loc": { "start": { "line": 64, @@ -3144,8 +3144,8 @@ }, "property": { "type": "Identifier", - "start": 1779, - "end": 1783, + "start": 1842, + "end": 1846, "loc": { "start": { "line": 64, @@ -3164,8 +3164,8 @@ }, { "type": "ObjectProperty", - "start": 1786, - "end": 1809, + "start": 1850, + "end": 1873, "loc": { "start": { "line": 65, @@ -3181,8 +3181,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1786, - "end": 1793, + "start": 1850, + "end": 1857, "loc": { "start": { "line": 65, @@ -3198,8 +3198,8 @@ }, "value": { "type": "MemberExpression", - "start": 1795, - "end": 1809, + "start": 1859, + "end": 1873, "loc": { "start": { "line": 65, @@ -3212,8 +3212,8 @@ }, "object": { "type": "Identifier", - "start": 1795, - "end": 1804, + "start": 1859, + "end": 1868, "loc": { "start": { "line": 65, @@ -3229,8 +3229,8 @@ }, "property": { "type": "Identifier", - "start": 1805, - "end": 1809, + "start": 1869, + "end": 1873, "loc": { "start": { "line": 65, @@ -3256,9 +3256,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * PropTypes for the InnerField component\n *\n * @type {{id: (boolean|shim|*), fieldClassName: (boolean|shim|*), help: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 1293, - "end": 1488, + "value": "*\r\n * PropTypes for the InnerField component\r\n *\r\n * @type {{id: (boolean|shim|*), fieldClassName: (boolean|shim|*), help: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 1343, + "end": 1542, "loc": { "start": { "line": 51, @@ -3276,9 +3276,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * PropTypes for the InnerField component\n *\n * @type {{id: (boolean|shim|*), fieldClassName: (boolean|shim|*), help: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 1293, - "end": 1488, + "value": "*\r\n * PropTypes for the InnerField component\r\n *\r\n * @type {{id: (boolean|shim|*), fieldClassName: (boolean|shim|*), help: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 1343, + "end": 1542, "loc": { "start": { "line": 51, @@ -3294,8 +3294,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 1814, - "end": 1864, + "start": 1881, + "end": 1931, "loc": { "start": { "line": 68, @@ -3310,8 +3310,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 1821, - "end": 1864, + "start": 1888, + "end": 1931, "loc": { "start": { "line": 68, @@ -3325,8 +3325,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1827, - "end": 1863, + "start": 1894, + "end": 1930, "loc": { "start": { "line": 68, @@ -3339,8 +3339,8 @@ }, "id": { "type": "Identifier", - "start": 1827, - "end": 1841, + "start": 1894, + "end": 1908, "loc": { "start": { "line": 68, @@ -3356,8 +3356,8 @@ }, "init": { "type": "Identifier", - "start": 1844, - "end": 1863, + "start": 1911, + "end": 1930, "loc": { "start": { "line": 68, @@ -3377,9 +3377,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * The shape of one option for a select field\n *\n * @type {{label: shim, value: shim}}\n ", - "start": 1866, - "end": 1960, + "value": "*\r\n * The shape of one option for a select field\r\n *\r\n * @type {{label: shim, value: shim}}\r\n ", + "start": 1935, + "end": 2033, "loc": { "start": { "line": 70, @@ -3397,9 +3397,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * The shape of one option for a select field\n *\n * @type {{label: shim, value: shim}}\n ", - "start": 1866, - "end": 1960, + "value": "*\r\n * The shape of one option for a select field\r\n *\r\n * @type {{label: shim, value: shim}}\r\n ", + "start": 1935, + "end": 2033, "loc": { "start": { "line": 70, @@ -3415,8 +3415,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 1961, - "end": 2092, + "start": 2035, + "end": 2172, "loc": { "start": { "line": 75, @@ -3431,8 +3431,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 1968, - "end": 2092, + "start": 2042, + "end": 2172, "loc": { "start": { "line": 75, @@ -3446,8 +3446,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1974, - "end": 2091, + "start": 2048, + "end": 2171, "loc": { "start": { "line": 75, @@ -3460,8 +3460,8 @@ }, "id": { "type": "Identifier", - "start": 1974, - "end": 1985, + "start": 2048, + "end": 2059, "loc": { "start": { "line": 75, @@ -3478,8 +3478,8 @@ }, "init": { "type": "ObjectExpression", - "start": 1988, - "end": 2091, + "start": 2062, + "end": 2171, "loc": { "start": { "line": 75, @@ -3493,8 +3493,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1991, - "end": 2014, + "start": 2066, + "end": 2089, "loc": { "start": { "line": 76, @@ -3510,8 +3510,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1991, - "end": 1996, + "start": 2066, + "end": 2071, "loc": { "start": { "line": 76, @@ -3527,8 +3527,8 @@ }, "value": { "type": "MemberExpression", - "start": 1998, - "end": 2014, + "start": 2073, + "end": 2089, "loc": { "start": { "line": 76, @@ -3541,8 +3541,8 @@ }, "object": { "type": "Identifier", - "start": 1998, - "end": 2007, + "start": 2073, + "end": 2082, "loc": { "start": { "line": 76, @@ -3558,8 +3558,8 @@ }, "property": { "type": "Identifier", - "start": 2008, - "end": 2014, + "start": 2083, + "end": 2089, "loc": { "start": { "line": 76, @@ -3578,8 +3578,8 @@ }, { "type": "ObjectProperty", - "start": 2017, - "end": 2089, + "start": 2093, + "end": 2168, "loc": { "start": { "line": 77, @@ -3595,8 +3595,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2017, - "end": 2022, + "start": 2093, + "end": 2098, "loc": { "start": { "line": 77, @@ -3612,8 +3612,8 @@ }, "value": { "type": "CallExpression", - "start": 2024, - "end": 2089, + "start": 2100, + "end": 2168, "loc": { "start": { "line": 77, @@ -3626,8 +3626,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2024, - "end": 2043, + "start": 2100, + "end": 2119, "loc": { "start": { "line": 77, @@ -3640,8 +3640,8 @@ }, "object": { "type": "Identifier", - "start": 2024, - "end": 2033, + "start": 2100, + "end": 2109, "loc": { "start": { "line": 77, @@ -3657,8 +3657,8 @@ }, "property": { "type": "Identifier", - "start": 2034, - "end": 2043, + "start": 2110, + "end": 2119, "loc": { "start": { "line": 77, @@ -3677,8 +3677,8 @@ "arguments": [ { "type": "ArrayExpression", - "start": 2044, - "end": 2088, + "start": 2120, + "end": 2167, "loc": { "start": { "line": 77, @@ -3692,8 +3692,8 @@ "elements": [ { "type": "MemberExpression", - "start": 2048, - "end": 2064, + "start": 2125, + "end": 2141, "loc": { "start": { "line": 78, @@ -3706,8 +3706,8 @@ }, "object": { "type": "Identifier", - "start": 2048, - "end": 2057, + "start": 2125, + "end": 2134, "loc": { "start": { "line": 78, @@ -3723,8 +3723,8 @@ }, "property": { "type": "Identifier", - "start": 2058, - "end": 2064, + "start": 2135, + "end": 2141, "loc": { "start": { "line": 78, @@ -3742,8 +3742,8 @@ }, { "type": "MemberExpression", - "start": 2068, - "end": 2084, + "start": 2146, + "end": 2162, "loc": { "start": { "line": 79, @@ -3756,8 +3756,8 @@ }, "object": { "type": "Identifier", - "start": 2068, - "end": 2077, + "start": 2146, + "end": 2155, "loc": { "start": { "line": 79, @@ -3773,8 +3773,8 @@ }, "property": { "type": "Identifier", - "start": 2078, - "end": 2084, + "start": 2156, + "end": 2162, "loc": { "start": { "line": 79, @@ -3804,9 +3804,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * The shape of one option for a select field\n *\n * @type {{label: shim, value: shim}}\n ", - "start": 1866, - "end": 1960, + "value": "*\r\n * The shape of one option for a select field\r\n *\r\n * @type {{label: shim, value: shim}}\r\n ", + "start": 1935, + "end": 2033, "loc": { "start": { "line": 70, @@ -3822,9 +3822,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Shape of options prop for select fields\n *\n * @type {shim}\n ", - "start": 2094, - "end": 2163, + "value": "*\r\n * Shape of options prop for select fields\r\n *\r\n * @type {shim}\r\n ", + "start": 2176, + "end": 2249, "loc": { "start": { "line": 83, @@ -3841,9 +3841,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * The shape of one option for a select field\n *\n * @type {{label: shim, value: shim}}\n ", - "start": 1866, - "end": 1960, + "value": "*\r\n * The shape of one option for a select field\r\n *\r\n * @type {{label: shim, value: shim}}\r\n ", + "start": 1935, + "end": 2033, "loc": { "start": { "line": 70, @@ -3859,9 +3859,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Shape of options prop for select fields\n *\n * @type {shim}\n ", - "start": 2094, - "end": 2163, + "value": "*\r\n * Shape of options prop for select fields\r\n *\r\n * @type {shim}\r\n ", + "start": 2176, + "end": 2249, "loc": { "start": { "line": 83, @@ -3877,8 +3877,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 2164, - "end": 2247, + "start": 2251, + "end": 2336, "loc": { "start": { "line": 88, @@ -3893,8 +3893,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 2171, - "end": 2247, + "start": 2258, + "end": 2336, "loc": { "start": { "line": 88, @@ -3908,8 +3908,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 2177, - "end": 2246, + "start": 2264, + "end": 2335, "loc": { "start": { "line": 88, @@ -3922,8 +3922,8 @@ }, "id": { "type": "Identifier", - "start": 2177, - "end": 2193, + "start": 2264, + "end": 2280, "loc": { "start": { "line": 88, @@ -3940,8 +3940,8 @@ }, "init": { "type": "CallExpression", - "start": 2196, - "end": 2246, + "start": 2283, + "end": 2335, "loc": { "start": { "line": 88, @@ -3954,8 +3954,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2196, - "end": 2213, + "start": 2283, + "end": 2300, "loc": { "start": { "line": 88, @@ -3968,8 +3968,8 @@ }, "object": { "type": "Identifier", - "start": 2196, - "end": 2205, + "start": 2283, + "end": 2292, "loc": { "start": { "line": 88, @@ -3985,8 +3985,8 @@ }, "property": { "type": "Identifier", - "start": 2206, - "end": 2213, + "start": 2293, + "end": 2300, "loc": { "start": { "line": 88, @@ -4005,8 +4005,8 @@ "arguments": [ { "type": "CallExpression", - "start": 2216, - "end": 2244, + "start": 2304, + "end": 2332, "loc": { "start": { "line": 89, @@ -4019,8 +4019,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2216, - "end": 2231, + "start": 2304, + "end": 2319, "loc": { "start": { "line": 89, @@ -4033,8 +4033,8 @@ }, "object": { "type": "Identifier", - "start": 2216, - "end": 2225, + "start": 2304, + "end": 2313, "loc": { "start": { "line": 89, @@ -4050,8 +4050,8 @@ }, "property": { "type": "Identifier", - "start": 2226, - "end": 2231, + "start": 2314, + "end": 2319, "loc": { "start": { "line": 89, @@ -4070,8 +4070,8 @@ "arguments": [ { "type": "Identifier", - "start": 2232, - "end": 2243, + "start": 2320, + "end": 2331, "loc": { "start": { "line": 89, @@ -4096,9 +4096,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Shape of options prop for select fields\n *\n * @type {shim}\n ", - "start": 2094, - "end": 2163, + "value": "*\r\n * Shape of options prop for select fields\r\n *\r\n * @type {shim}\r\n ", + "start": 2176, + "end": 2249, "loc": { "start": { "line": 83, @@ -4116,9 +4116,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Shape of options prop for select fields\n *\n * @type {shim}\n ", - "start": 2094, - "end": 2163, + "value": "*\r\n * Shape of options prop for select fields\r\n *\r\n * @type {shim}\r\n ", + "start": 2176, + "end": 2249, "loc": { "start": { "line": 83, @@ -4134,8 +4134,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 2249, - "end": 2460, + "start": 2340, + "end": 2558, "loc": { "start": { "line": 92, @@ -4150,8 +4150,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 2256, - "end": 2460, + "start": 2347, + "end": 2558, "loc": { "start": { "line": 92, @@ -4165,8 +4165,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 2262, - "end": 2459, + "start": 2353, + "end": 2557, "loc": { "start": { "line": 92, @@ -4179,8 +4179,8 @@ }, "id": { "type": "Identifier", - "start": 2262, - "end": 2281, + "start": 2353, + "end": 2372, "loc": { "start": { "line": 92, @@ -4196,8 +4196,8 @@ }, "init": { "type": "ObjectExpression", - "start": 2284, - "end": 2459, + "start": 2375, + "end": 2557, "loc": { "start": { "line": 92, @@ -4211,8 +4211,8 @@ "properties": [ { "type": "SpreadProperty", - "start": 2287, - "end": 2309, + "start": 2379, + "end": 2401, "loc": { "start": { "line": 93, @@ -4225,8 +4225,8 @@ }, "argument": { "type": "Identifier", - "start": 2290, - "end": 2309, + "start": 2382, + "end": 2401, "loc": { "start": { "line": 93, @@ -4243,8 +4243,8 @@ }, { "type": "ObjectProperty", - "start": 2312, - "end": 2340, + "start": 2405, + "end": 2433, "loc": { "start": { "line": 94, @@ -4260,8 +4260,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2312, - "end": 2322, + "start": 2405, + "end": 2415, "loc": { "start": { "line": 94, @@ -4277,8 +4277,8 @@ }, "value": { "type": "Identifier", - "start": 2324, - "end": 2340, + "start": 2417, + "end": 2433, "loc": { "start": { "line": 94, @@ -4295,8 +4295,8 @@ }, { "type": "ObjectProperty", - "start": 2343, - "end": 2375, + "start": 2437, + "end": 2469, "loc": { "start": { "line": 95, @@ -4312,8 +4312,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2343, - "end": 2357, + "start": 2437, + "end": 2451, "loc": { "start": { "line": 95, @@ -4329,8 +4329,8 @@ }, "value": { "type": "Identifier", - "start": 2359, - "end": 2375, + "start": 2453, + "end": 2469, "loc": { "start": { "line": 95, @@ -4347,8 +4347,8 @@ }, { "type": "ObjectProperty", - "start": 2378, - "end": 2407, + "start": 2473, + "end": 2502, "loc": { "start": { "line": 96, @@ -4364,8 +4364,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2378, - "end": 2389, + "start": 2473, + "end": 2484, "loc": { "start": { "line": 96, @@ -4381,8 +4381,8 @@ }, "value": { "type": "MemberExpression", - "start": 2391, - "end": 2407, + "start": 2486, + "end": 2502, "loc": { "start": { "line": 96, @@ -4395,8 +4395,8 @@ }, "object": { "type": "Identifier", - "start": 2391, - "end": 2400, + "start": 2486, + "end": 2495, "loc": { "start": { "line": 96, @@ -4412,8 +4412,8 @@ }, "property": { "type": "Identifier", - "start": 2401, - "end": 2407, + "start": 2496, + "end": 2502, "loc": { "start": { "line": 96, @@ -4432,8 +4432,8 @@ }, { "type": "ObjectProperty", - "start": 2410, - "end": 2432, + "start": 2506, + "end": 2528, "loc": { "start": { "line": 97, @@ -4449,8 +4449,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2410, - "end": 2416, + "start": 2506, + "end": 2512, "loc": { "start": { "line": 97, @@ -4466,8 +4466,8 @@ }, "value": { "type": "MemberExpression", - "start": 2418, - "end": 2432, + "start": 2514, + "end": 2528, "loc": { "start": { "line": 97, @@ -4480,8 +4480,8 @@ }, "object": { "type": "Identifier", - "start": 2418, - "end": 2427, + "start": 2514, + "end": 2523, "loc": { "start": { "line": 97, @@ -4497,8 +4497,8 @@ }, "property": { "type": "Identifier", - "start": 2428, - "end": 2432, + "start": 2524, + "end": 2528, "loc": { "start": { "line": 97, @@ -4517,8 +4517,8 @@ }, { "type": "ObjectProperty", - "start": 2435, - "end": 2457, + "start": 2532, + "end": 2554, "loc": { "start": { "line": 98, @@ -4534,8 +4534,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2435, - "end": 2439, + "start": 2532, + "end": 2536, "loc": { "start": { "line": 98, @@ -4551,8 +4551,8 @@ }, "value": { "type": "MemberExpression", - "start": 2441, - "end": 2457, + "start": 2538, + "end": 2554, "loc": { "start": { "line": 98, @@ -4565,8 +4565,8 @@ }, "object": { "type": "Identifier", - "start": 2441, - "end": 2450, + "start": 2538, + "end": 2547, "loc": { "start": { "line": 98, @@ -4582,8 +4582,8 @@ }, "property": { "type": "Identifier", - "start": 2451, - "end": 2457, + "start": 2548, + "end": 2554, "loc": { "start": { "line": 98, @@ -4615,9 +4615,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * PropType for the field value used in multiple components\n *\n * @type {shim}\n ", - "start": 99, - "end": 185, + "value": "*\r\n * PropType for the field value used in multiple components\r\n *\r\n * @type {shim}\r\n ", + "start": 102, + "end": 192, "loc": { "start": { "line": 4, @@ -4631,9 +4631,9 @@ }, { "type": "CommentBlock", - "value": "*\n * PropType for the field value change event used in multiple components\n *\n * @type {shim}\n ", - "start": 314, - "end": 413, + "value": "*\r\n * PropType for the field value change event used in multiple components\r\n *\r\n * @type {shim}\r\n ", + "start": 329, + "end": 432, "loc": { "start": { "line": 16, @@ -4647,9 +4647,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Proptypes for Input component\n * @type {shim}\n ", - "start": 479, - "end": 535, + "value": "*\r\n * Proptypes for Input component\r\n * @type {shim}\r\n ", + "start": 501, + "end": 560, "loc": { "start": { "line": 23, @@ -4663,9 +4663,9 @@ }, { "type": "CommentBlock", - "value": "*\n * PropTypes for field groups\n *\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 584, - "end": 808, + "value": "*\r\n * PropTypes for field groups\r\n *\r\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 612, + "end": 840, "loc": { "start": { "line": 29, @@ -4679,9 +4679,9 @@ }, { "type": "CommentBlock", - "value": "*\n * PropTypes for the InnerField component\n *\n * @type {{id: (boolean|shim|*), fieldClassName: (boolean|shim|*), help: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 1293, - "end": 1488, + "value": "*\r\n * PropTypes for the InnerField component\r\n *\r\n * @type {{id: (boolean|shim|*), fieldClassName: (boolean|shim|*), help: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 1343, + "end": 1542, "loc": { "start": { "line": 51, @@ -4695,9 +4695,9 @@ }, { "type": "CommentBlock", - "value": "*\n * The shape of one option for a select field\n *\n * @type {{label: shim, value: shim}}\n ", - "start": 1866, - "end": 1960, + "value": "*\r\n * The shape of one option for a select field\r\n *\r\n * @type {{label: shim, value: shim}}\r\n ", + "start": 1935, + "end": 2033, "loc": { "start": { "line": 70, @@ -4711,9 +4711,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Shape of options prop for select fields\n *\n * @type {shim}\n ", - "start": 2094, - "end": 2163, + "value": "*\r\n * Shape of options prop for select fields\r\n *\r\n * @type {shim}\r\n ", + "start": 2176, + "end": 2249, "loc": { "start": { "line": 83, @@ -4875,8 +4875,8 @@ "updateContext": null }, "value": "import", - "start": 36, - "end": 42, + "start": 37, + "end": 43, "loc": { "start": { "line": 2, @@ -4900,8 +4900,8 @@ "postfix": false, "binop": null }, - "start": 43, - "end": 44, + "start": 44, + "end": 45, "loc": { "start": { "line": 2, @@ -4926,8 +4926,8 @@ "binop": null }, "value": "messagePropShape", - "start": 44, - "end": 60, + "start": 45, + "end": 61, "loc": { "start": { "line": 2, @@ -4951,8 +4951,8 @@ "postfix": false, "binop": null }, - "start": 60, - "end": 61, + "start": 61, + "end": 62, "loc": { "start": { "line": 2, @@ -4977,8 +4977,8 @@ "binop": null }, "value": "from", - "start": 62, - "end": 66, + "start": 63, + "end": 67, "loc": { "start": { "line": 2, @@ -5004,8 +5004,8 @@ "updateContext": null }, "value": "./messages/messagePropTypes", - "start": 67, - "end": 96, + "start": 68, + "end": 97, "loc": { "start": { "line": 2, @@ -5030,8 +5030,8 @@ "binop": null, "updateContext": null }, - "start": 96, - "end": 97, + "start": 97, + "end": 98, "loc": { "start": { "line": 2, @@ -5045,9 +5045,9 @@ }, { "type": "CommentBlock", - "value": "*\n * PropType for the field value used in multiple components\n *\n * @type {shim}\n ", - "start": 99, - "end": 185, + "value": "*\r\n * PropType for the field value used in multiple components\r\n *\r\n * @type {shim}\r\n ", + "start": 102, + "end": 192, "loc": { "start": { "line": 4, @@ -5074,8 +5074,8 @@ "updateContext": null }, "value": "export", - "start": 186, - "end": 192, + "start": 194, + "end": 200, "loc": { "start": { "line": 9, @@ -5102,8 +5102,8 @@ "updateContext": null }, "value": "const", - "start": 193, - "end": 198, + "start": 201, + "end": 206, "loc": { "start": { "line": 9, @@ -5128,8 +5128,8 @@ "binop": null }, "value": "valuePropType", - "start": 199, - "end": 212, + "start": 207, + "end": 220, "loc": { "start": { "line": 9, @@ -5155,8 +5155,8 @@ "updateContext": null }, "value": "=", - "start": 213, - "end": 214, + "start": 221, + "end": 222, "loc": { "start": { "line": 9, @@ -5181,8 +5181,8 @@ "binop": null }, "value": "PropTypes", - "start": 215, - "end": 224, + "start": 223, + "end": 232, "loc": { "start": { "line": 9, @@ -5207,8 +5207,8 @@ "binop": null, "updateContext": null }, - "start": 224, - "end": 225, + "start": 232, + "end": 233, "loc": { "start": { "line": 9, @@ -5233,8 +5233,8 @@ "binop": null }, "value": "oneOfType", - "start": 225, - "end": 234, + "start": 233, + "end": 242, "loc": { "start": { "line": 9, @@ -5258,8 +5258,8 @@ "postfix": false, "binop": null }, - "start": 234, - "end": 235, + "start": 242, + "end": 243, "loc": { "start": { "line": 9, @@ -5284,8 +5284,8 @@ "binop": null, "updateContext": null }, - "start": 235, - "end": 236, + "start": 243, + "end": 244, "loc": { "start": { "line": 9, @@ -5310,8 +5310,8 @@ "binop": null }, "value": "PropTypes", - "start": 238, - "end": 247, + "start": 247, + "end": 256, "loc": { "start": { "line": 10, @@ -5336,8 +5336,8 @@ "binop": null, "updateContext": null }, - "start": 247, - "end": 248, + "start": 256, + "end": 257, "loc": { "start": { "line": 10, @@ -5362,8 +5362,8 @@ "binop": null }, "value": "string", - "start": 248, - "end": 254, + "start": 257, + "end": 263, "loc": { "start": { "line": 10, @@ -5388,8 +5388,8 @@ "binop": null, "updateContext": null }, - "start": 254, - "end": 255, + "start": 263, + "end": 264, "loc": { "start": { "line": 10, @@ -5414,8 +5414,8 @@ "binop": null }, "value": "PropTypes", - "start": 257, - "end": 266, + "start": 267, + "end": 276, "loc": { "start": { "line": 11, @@ -5440,8 +5440,8 @@ "binop": null, "updateContext": null }, - "start": 266, - "end": 267, + "start": 276, + "end": 277, "loc": { "start": { "line": 11, @@ -5466,8 +5466,8 @@ "binop": null }, "value": "number", - "start": 267, - "end": 273, + "start": 277, + "end": 283, "loc": { "start": { "line": 11, @@ -5492,8 +5492,8 @@ "binop": null, "updateContext": null }, - "start": 273, - "end": 274, + "start": 283, + "end": 284, "loc": { "start": { "line": 11, @@ -5518,8 +5518,8 @@ "binop": null }, "value": "PropTypes", - "start": 276, - "end": 285, + "start": 287, + "end": 296, "loc": { "start": { "line": 12, @@ -5544,8 +5544,8 @@ "binop": null, "updateContext": null }, - "start": 285, - "end": 286, + "start": 296, + "end": 297, "loc": { "start": { "line": 12, @@ -5570,8 +5570,8 @@ "binop": null }, "value": "array", - "start": 286, - "end": 291, + "start": 297, + "end": 302, "loc": { "start": { "line": 12, @@ -5596,8 +5596,8 @@ "binop": null, "updateContext": null }, - "start": 291, - "end": 292, + "start": 302, + "end": 303, "loc": { "start": { "line": 12, @@ -5622,8 +5622,8 @@ "binop": null }, "value": "PropTypes", - "start": 294, - "end": 303, + "start": 306, + "end": 315, "loc": { "start": { "line": 13, @@ -5648,8 +5648,8 @@ "binop": null, "updateContext": null }, - "start": 303, - "end": 304, + "start": 315, + "end": 316, "loc": { "start": { "line": 13, @@ -5674,8 +5674,8 @@ "binop": null }, "value": "bool", - "start": 304, - "end": 308, + "start": 316, + "end": 320, "loc": { "start": { "line": 13, @@ -5700,8 +5700,8 @@ "binop": null, "updateContext": null }, - "start": 309, - "end": 310, + "start": 322, + "end": 323, "loc": { "start": { "line": 14, @@ -5725,8 +5725,8 @@ "postfix": false, "binop": null }, - "start": 310, - "end": 311, + "start": 323, + "end": 324, "loc": { "start": { "line": 14, @@ -5751,8 +5751,8 @@ "binop": null, "updateContext": null }, - "start": 311, - "end": 312, + "start": 324, + "end": 325, "loc": { "start": { "line": 14, @@ -5766,9 +5766,9 @@ }, { "type": "CommentBlock", - "value": "*\n * PropType for the field value change event used in multiple components\n *\n * @type {shim}\n ", - "start": 314, - "end": 413, + "value": "*\r\n * PropType for the field value change event used in multiple components\r\n *\r\n * @type {shim}\r\n ", + "start": 329, + "end": 432, "loc": { "start": { "line": 16, @@ -5795,8 +5795,8 @@ "updateContext": null }, "value": "export", - "start": 414, - "end": 420, + "start": 434, + "end": 440, "loc": { "start": { "line": 21, @@ -5823,8 +5823,8 @@ "updateContext": null }, "value": "const", - "start": 421, - "end": 426, + "start": 441, + "end": 446, "loc": { "start": { "line": 21, @@ -5849,8 +5849,8 @@ "binop": null }, "value": "onValueChangePropType", - "start": 427, - "end": 448, + "start": 447, + "end": 468, "loc": { "start": { "line": 21, @@ -5876,8 +5876,8 @@ "updateContext": null }, "value": "=", - "start": 449, - "end": 450, + "start": 469, + "end": 470, "loc": { "start": { "line": 21, @@ -5902,8 +5902,8 @@ "binop": null }, "value": "PropTypes", - "start": 451, - "end": 460, + "start": 471, + "end": 480, "loc": { "start": { "line": 21, @@ -5928,8 +5928,8 @@ "binop": null, "updateContext": null }, - "start": 460, - "end": 461, + "start": 480, + "end": 481, "loc": { "start": { "line": 21, @@ -5954,8 +5954,8 @@ "binop": null }, "value": "func", - "start": 461, - "end": 465, + "start": 481, + "end": 485, "loc": { "start": { "line": 21, @@ -5980,8 +5980,8 @@ "binop": null, "updateContext": null }, - "start": 465, - "end": 466, + "start": 485, + "end": 486, "loc": { "start": { "line": 21, @@ -6006,8 +6006,8 @@ "binop": null }, "value": "isRequired", - "start": 466, - "end": 476, + "start": 486, + "end": 496, "loc": { "start": { "line": 21, @@ -6032,8 +6032,8 @@ "binop": null, "updateContext": null }, - "start": 476, - "end": 477, + "start": 496, + "end": 497, "loc": { "start": { "line": 21, @@ -6047,9 +6047,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Proptypes for Input component\n * @type {shim}\n ", - "start": 479, - "end": 535, + "value": "*\r\n * Proptypes for Input component\r\n * @type {shim}\r\n ", + "start": 501, + "end": 560, "loc": { "start": { "line": 23, @@ -6076,8 +6076,8 @@ "updateContext": null }, "value": "export", - "start": 536, - "end": 542, + "start": 562, + "end": 568, "loc": { "start": { "line": 27, @@ -6104,8 +6104,8 @@ "updateContext": null }, "value": "const", - "start": 543, - "end": 548, + "start": 569, + "end": 574, "loc": { "start": { "line": 27, @@ -6130,8 +6130,8 @@ "binop": null }, "value": "inputTypeProp", - "start": 549, - "end": 562, + "start": 575, + "end": 588, "loc": { "start": { "line": 27, @@ -6157,8 +6157,8 @@ "updateContext": null }, "value": "=", - "start": 563, - "end": 564, + "start": 589, + "end": 590, "loc": { "start": { "line": 27, @@ -6183,8 +6183,8 @@ "binop": null }, "value": "PropTypes", - "start": 565, - "end": 574, + "start": 591, + "end": 600, "loc": { "start": { "line": 27, @@ -6209,8 +6209,8 @@ "binop": null, "updateContext": null }, - "start": 574, - "end": 575, + "start": 600, + "end": 601, "loc": { "start": { "line": 27, @@ -6235,8 +6235,8 @@ "binop": null }, "value": "string", - "start": 575, - "end": 581, + "start": 601, + "end": 607, "loc": { "start": { "line": 27, @@ -6261,8 +6261,8 @@ "binop": null, "updateContext": null }, - "start": 581, - "end": 582, + "start": 607, + "end": 608, "loc": { "start": { "line": 27, @@ -6276,9 +6276,9 @@ }, { "type": "CommentBlock", - "value": "*\n * PropTypes for field groups\n *\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 584, - "end": 808, + "value": "*\r\n * PropTypes for field groups\r\n *\r\n * @type {{id: (boolean|shim|*), isBlockInput: shim, isRequired: shim, help: shim, label: (boolean|shim|*), type: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 612, + "end": 840, "loc": { "start": { "line": 29, @@ -6305,8 +6305,8 @@ "updateContext": null }, "value": "export", - "start": 809, - "end": 815, + "start": 842, + "end": 848, "loc": { "start": { "line": 34, @@ -6333,8 +6333,8 @@ "updateContext": null }, "value": "const", - "start": 816, - "end": 821, + "start": 849, + "end": 854, "loc": { "start": { "line": 34, @@ -6359,8 +6359,8 @@ "binop": null }, "value": "fieldGroupPropTypes", - "start": 822, - "end": 841, + "start": 855, + "end": 874, "loc": { "start": { "line": 34, @@ -6386,8 +6386,8 @@ "updateContext": null }, "value": "=", - "start": 842, - "end": 843, + "start": 875, + "end": 876, "loc": { "start": { "line": 34, @@ -6411,8 +6411,8 @@ "postfix": false, "binop": null }, - "start": 844, - "end": 845, + "start": 877, + "end": 878, "loc": { "start": { "line": 34, @@ -6437,8 +6437,8 @@ "binop": null }, "value": "id", - "start": 847, - "end": 849, + "start": 881, + "end": 883, "loc": { "start": { "line": 35, @@ -6463,8 +6463,8 @@ "binop": null, "updateContext": null }, - "start": 849, - "end": 850, + "start": 883, + "end": 884, "loc": { "start": { "line": 35, @@ -6489,8 +6489,8 @@ "binop": null }, "value": "PropTypes", - "start": 851, - "end": 860, + "start": 885, + "end": 894, "loc": { "start": { "line": 35, @@ -6515,8 +6515,8 @@ "binop": null, "updateContext": null }, - "start": 860, - "end": 861, + "start": 894, + "end": 895, "loc": { "start": { "line": 35, @@ -6541,8 +6541,8 @@ "binop": null }, "value": "string", - "start": 861, - "end": 867, + "start": 895, + "end": 901, "loc": { "start": { "line": 35, @@ -6567,8 +6567,8 @@ "binop": null, "updateContext": null }, - "start": 867, - "end": 868, + "start": 901, + "end": 902, "loc": { "start": { "line": 35, @@ -6593,8 +6593,8 @@ "binop": null }, "value": "isRequired", - "start": 868, - "end": 878, + "start": 902, + "end": 912, "loc": { "start": { "line": 35, @@ -6619,8 +6619,8 @@ "binop": null, "updateContext": null }, - "start": 878, - "end": 879, + "start": 912, + "end": 913, "loc": { "start": { "line": 35, @@ -6645,8 +6645,8 @@ "binop": null }, "value": "isBlockInput", - "start": 881, - "end": 893, + "start": 916, + "end": 928, "loc": { "start": { "line": 36, @@ -6671,8 +6671,8 @@ "binop": null, "updateContext": null }, - "start": 893, - "end": 894, + "start": 928, + "end": 929, "loc": { "start": { "line": 36, @@ -6697,8 +6697,8 @@ "binop": null }, "value": "PropTypes", - "start": 895, - "end": 904, + "start": 930, + "end": 939, "loc": { "start": { "line": 36, @@ -6723,8 +6723,8 @@ "binop": null, "updateContext": null }, - "start": 904, - "end": 905, + "start": 939, + "end": 940, "loc": { "start": { "line": 36, @@ -6749,8 +6749,8 @@ "binop": null }, "value": "bool", - "start": 905, - "end": 909, + "start": 940, + "end": 944, "loc": { "start": { "line": 36, @@ -6775,8 +6775,8 @@ "binop": null, "updateContext": null }, - "start": 909, - "end": 910, + "start": 944, + "end": 945, "loc": { "start": { "line": 36, @@ -6801,8 +6801,8 @@ "binop": null }, "value": "isRequired", - "start": 912, - "end": 922, + "start": 948, + "end": 958, "loc": { "start": { "line": 37, @@ -6827,8 +6827,8 @@ "binop": null, "updateContext": null }, - "start": 922, - "end": 923, + "start": 958, + "end": 959, "loc": { "start": { "line": 37, @@ -6853,8 +6853,8 @@ "binop": null }, "value": "PropTypes", - "start": 924, - "end": 933, + "start": 960, + "end": 969, "loc": { "start": { "line": 37, @@ -6879,8 +6879,8 @@ "binop": null, "updateContext": null }, - "start": 933, - "end": 934, + "start": 969, + "end": 970, "loc": { "start": { "line": 37, @@ -6905,8 +6905,8 @@ "binop": null }, "value": "bool", - "start": 934, - "end": 938, + "start": 970, + "end": 974, "loc": { "start": { "line": 37, @@ -6931,8 +6931,8 @@ "binop": null, "updateContext": null }, - "start": 938, - "end": 939, + "start": 974, + "end": 975, "loc": { "start": { "line": 37, @@ -6957,8 +6957,8 @@ "binop": null }, "value": "help", - "start": 941, - "end": 945, + "start": 978, + "end": 982, "loc": { "start": { "line": 38, @@ -6983,8 +6983,8 @@ "binop": null, "updateContext": null }, - "start": 945, - "end": 946, + "start": 982, + "end": 983, "loc": { "start": { "line": 38, @@ -7009,8 +7009,8 @@ "binop": null }, "value": "PropTypes", - "start": 947, - "end": 956, + "start": 984, + "end": 993, "loc": { "start": { "line": 38, @@ -7035,8 +7035,8 @@ "binop": null, "updateContext": null }, - "start": 956, - "end": 957, + "start": 993, + "end": 994, "loc": { "start": { "line": 38, @@ -7061,8 +7061,8 @@ "binop": null }, "value": "string", - "start": 957, - "end": 963, + "start": 994, + "end": 1000, "loc": { "start": { "line": 38, @@ -7087,8 +7087,8 @@ "binop": null, "updateContext": null }, - "start": 963, - "end": 964, + "start": 1000, + "end": 1001, "loc": { "start": { "line": 38, @@ -7113,8 +7113,8 @@ "binop": null }, "value": "label", - "start": 966, - "end": 971, + "start": 1004, + "end": 1009, "loc": { "start": { "line": 39, @@ -7139,8 +7139,8 @@ "binop": null, "updateContext": null }, - "start": 971, - "end": 972, + "start": 1009, + "end": 1010, "loc": { "start": { "line": 39, @@ -7165,8 +7165,8 @@ "binop": null }, "value": "PropTypes", - "start": 973, - "end": 982, + "start": 1011, + "end": 1020, "loc": { "start": { "line": 39, @@ -7191,8 +7191,8 @@ "binop": null, "updateContext": null }, - "start": 982, - "end": 983, + "start": 1020, + "end": 1021, "loc": { "start": { "line": 39, @@ -7217,8 +7217,8 @@ "binop": null }, "value": "string", - "start": 983, - "end": 989, + "start": 1021, + "end": 1027, "loc": { "start": { "line": 39, @@ -7243,8 +7243,8 @@ "binop": null, "updateContext": null }, - "start": 989, - "end": 990, + "start": 1027, + "end": 1028, "loc": { "start": { "line": 39, @@ -7269,8 +7269,8 @@ "binop": null }, "value": "isRequired", - "start": 990, - "end": 1000, + "start": 1028, + "end": 1038, "loc": { "start": { "line": 39, @@ -7295,8 +7295,8 @@ "binop": null, "updateContext": null }, - "start": 1000, - "end": 1001, + "start": 1038, + "end": 1039, "loc": { "start": { "line": 39, @@ -7321,8 +7321,8 @@ "binop": null }, "value": "type", - "start": 1003, - "end": 1007, + "start": 1042, + "end": 1046, "loc": { "start": { "line": 40, @@ -7347,8 +7347,8 @@ "binop": null, "updateContext": null }, - "start": 1007, - "end": 1008, + "start": 1046, + "end": 1047, "loc": { "start": { "line": 40, @@ -7373,8 +7373,8 @@ "binop": null }, "value": "PropTypes", - "start": 1009, - "end": 1018, + "start": 1048, + "end": 1057, "loc": { "start": { "line": 40, @@ -7399,8 +7399,8 @@ "binop": null, "updateContext": null }, - "start": 1018, - "end": 1019, + "start": 1057, + "end": 1058, "loc": { "start": { "line": 40, @@ -7425,8 +7425,8 @@ "binop": null }, "value": "oneOf", - "start": 1019, - "end": 1024, + "start": 1058, + "end": 1063, "loc": { "start": { "line": 40, @@ -7450,8 +7450,8 @@ "postfix": false, "binop": null }, - "start": 1024, - "end": 1025, + "start": 1063, + "end": 1064, "loc": { "start": { "line": 40, @@ -7476,8 +7476,8 @@ "binop": null, "updateContext": null }, - "start": 1025, - "end": 1026, + "start": 1064, + "end": 1065, "loc": { "start": { "line": 40, @@ -7503,8 +7503,8 @@ "updateContext": null }, "value": "input", - "start": 1026, - "end": 1033, + "start": 1065, + "end": 1072, "loc": { "start": { "line": 40, @@ -7529,8 +7529,8 @@ "binop": null, "updateContext": null }, - "start": 1033, - "end": 1034, + "start": 1072, + "end": 1073, "loc": { "start": { "line": 40, @@ -7556,8 +7556,8 @@ "updateContext": null }, "value": "select", - "start": 1035, - "end": 1043, + "start": 1074, + "end": 1082, "loc": { "start": { "line": 40, @@ -7582,8 +7582,8 @@ "binop": null, "updateContext": null }, - "start": 1043, - "end": 1044, + "start": 1082, + "end": 1083, "loc": { "start": { "line": 40, @@ -7609,8 +7609,8 @@ "updateContext": null }, "value": "fieldset", - "start": 1045, - "end": 1055, + "start": 1084, + "end": 1094, "loc": { "start": { "line": 40, @@ -7635,8 +7635,8 @@ "binop": null, "updateContext": null }, - "start": 1055, - "end": 1056, + "start": 1094, + "end": 1095, "loc": { "start": { "line": 40, @@ -7662,8 +7662,8 @@ "updateContext": null }, "value": "magic", - "start": 1057, - "end": 1064, + "start": 1096, + "end": 1103, "loc": { "start": { "line": 40, @@ -7688,8 +7688,8 @@ "binop": null, "updateContext": null }, - "start": 1064, - "end": 1065, + "start": 1103, + "end": 1104, "loc": { "start": { "line": 40, @@ -7713,8 +7713,8 @@ "postfix": false, "binop": null }, - "start": 1065, - "end": 1066, + "start": 1104, + "end": 1105, "loc": { "start": { "line": 40, @@ -7739,8 +7739,8 @@ "binop": null, "updateContext": null }, - "start": 1066, - "end": 1067, + "start": 1105, + "end": 1106, "loc": { "start": { "line": 40, @@ -7765,8 +7765,8 @@ "binop": null }, "value": "value", - "start": 1069, - "end": 1074, + "start": 1109, + "end": 1114, "loc": { "start": { "line": 41, @@ -7791,8 +7791,8 @@ "binop": null, "updateContext": null }, - "start": 1074, - "end": 1075, + "start": 1114, + "end": 1115, "loc": { "start": { "line": 41, @@ -7817,8 +7817,8 @@ "binop": null }, "value": "valuePropType", - "start": 1076, - "end": 1089, + "start": 1116, + "end": 1129, "loc": { "start": { "line": 41, @@ -7843,8 +7843,8 @@ "binop": null, "updateContext": null }, - "start": 1089, - "end": 1090, + "start": 1129, + "end": 1130, "loc": { "start": { "line": 41, @@ -7869,8 +7869,8 @@ "binop": null }, "value": "onValueChange", - "start": 1092, - "end": 1105, + "start": 1133, + "end": 1146, "loc": { "start": { "line": 42, @@ -7895,8 +7895,8 @@ "binop": null, "updateContext": null }, - "start": 1105, - "end": 1106, + "start": 1146, + "end": 1147, "loc": { "start": { "line": 42, @@ -7921,8 +7921,8 @@ "binop": null }, "value": "onValueChangePropType", - "start": 1107, - "end": 1128, + "start": 1148, + "end": 1169, "loc": { "start": { "line": 42, @@ -7947,8 +7947,8 @@ "binop": null, "updateContext": null }, - "start": 1128, - "end": 1129, + "start": 1169, + "end": 1170, "loc": { "start": { "line": 42, @@ -7973,8 +7973,8 @@ "binop": null }, "value": "options", - "start": 1131, - "end": 1138, + "start": 1173, + "end": 1180, "loc": { "start": { "line": 43, @@ -7999,8 +7999,8 @@ "binop": null, "updateContext": null }, - "start": 1138, - "end": 1139, + "start": 1180, + "end": 1181, "loc": { "start": { "line": 43, @@ -8025,8 +8025,8 @@ "binop": null }, "value": "PropTypes", - "start": 1140, - "end": 1149, + "start": 1182, + "end": 1191, "loc": { "start": { "line": 43, @@ -8051,8 +8051,8 @@ "binop": null, "updateContext": null }, - "start": 1149, - "end": 1150, + "start": 1191, + "end": 1192, "loc": { "start": { "line": 43, @@ -8077,8 +8077,8 @@ "binop": null }, "value": "array", - "start": 1150, - "end": 1155, + "start": 1192, + "end": 1197, "loc": { "start": { "line": 43, @@ -8103,8 +8103,8 @@ "binop": null, "updateContext": null }, - "start": 1155, - "end": 1156, + "start": 1197, + "end": 1198, "loc": { "start": { "line": 43, @@ -8129,8 +8129,8 @@ "binop": null }, "value": "inputType", - "start": 1158, - "end": 1167, + "start": 1201, + "end": 1210, "loc": { "start": { "line": 44, @@ -8155,8 +8155,8 @@ "binop": null, "updateContext": null }, - "start": 1167, - "end": 1168, + "start": 1210, + "end": 1211, "loc": { "start": { "line": 44, @@ -8181,8 +8181,8 @@ "binop": null }, "value": "inputTypeProp", - "start": 1169, - "end": 1182, + "start": 1212, + "end": 1225, "loc": { "start": { "line": 44, @@ -8207,8 +8207,8 @@ "binop": null, "updateContext": null }, - "start": 1182, - "end": 1183, + "start": 1225, + "end": 1226, "loc": { "start": { "line": 44, @@ -8233,8 +8233,8 @@ "binop": null }, "value": "disabled", - "start": 1185, - "end": 1193, + "start": 1229, + "end": 1237, "loc": { "start": { "line": 45, @@ -8259,8 +8259,8 @@ "binop": null, "updateContext": null }, - "start": 1193, - "end": 1194, + "start": 1237, + "end": 1238, "loc": { "start": { "line": 45, @@ -8285,8 +8285,8 @@ "binop": null }, "value": "PropTypes", - "start": 1195, - "end": 1204, + "start": 1239, + "end": 1248, "loc": { "start": { "line": 45, @@ -8311,8 +8311,8 @@ "binop": null, "updateContext": null }, - "start": 1204, - "end": 1205, + "start": 1248, + "end": 1249, "loc": { "start": { "line": 45, @@ -8337,8 +8337,8 @@ "binop": null }, "value": "bool", - "start": 1205, - "end": 1209, + "start": 1249, + "end": 1253, "loc": { "start": { "line": 45, @@ -8363,8 +8363,8 @@ "binop": null, "updateContext": null }, - "start": 1209, - "end": 1210, + "start": 1253, + "end": 1254, "loc": { "start": { "line": 45, @@ -8389,8 +8389,8 @@ "binop": null }, "value": "message", - "start": 1212, - "end": 1219, + "start": 1257, + "end": 1264, "loc": { "start": { "line": 46, @@ -8415,8 +8415,8 @@ "binop": null, "updateContext": null }, - "start": 1219, - "end": 1220, + "start": 1264, + "end": 1265, "loc": { "start": { "line": 46, @@ -8441,8 +8441,8 @@ "binop": null }, "value": "messagePropShape", - "start": 1221, - "end": 1237, + "start": 1266, + "end": 1282, "loc": { "start": { "line": 46, @@ -8467,8 +8467,8 @@ "binop": null, "updateContext": null }, - "start": 1237, - "end": 1238, + "start": 1282, + "end": 1283, "loc": { "start": { "line": 46, @@ -8493,8 +8493,8 @@ "binop": null }, "value": "onBlur", - "start": 1240, - "end": 1246, + "start": 1286, + "end": 1292, "loc": { "start": { "line": 47, @@ -8519,8 +8519,8 @@ "binop": null, "updateContext": null }, - "start": 1246, - "end": 1247, + "start": 1292, + "end": 1293, "loc": { "start": { "line": 47, @@ -8545,8 +8545,8 @@ "binop": null }, "value": "PropTypes", - "start": 1248, - "end": 1257, + "start": 1294, + "end": 1303, "loc": { "start": { "line": 47, @@ -8571,8 +8571,8 @@ "binop": null, "updateContext": null }, - "start": 1257, - "end": 1258, + "start": 1303, + "end": 1304, "loc": { "start": { "line": 47, @@ -8597,8 +8597,8 @@ "binop": null }, "value": "func", - "start": 1258, - "end": 1262, + "start": 1304, + "end": 1308, "loc": { "start": { "line": 47, @@ -8623,8 +8623,8 @@ "binop": null, "updateContext": null }, - "start": 1262, - "end": 1263, + "start": 1308, + "end": 1309, "loc": { "start": { "line": 47, @@ -8649,8 +8649,8 @@ "binop": null }, "value": "onFocus", - "start": 1265, - "end": 1272, + "start": 1312, + "end": 1319, "loc": { "start": { "line": 48, @@ -8675,8 +8675,8 @@ "binop": null, "updateContext": null }, - "start": 1272, - "end": 1273, + "start": 1319, + "end": 1320, "loc": { "start": { "line": 48, @@ -8701,8 +8701,8 @@ "binop": null }, "value": "PropTypes", - "start": 1274, - "end": 1283, + "start": 1321, + "end": 1330, "loc": { "start": { "line": 48, @@ -8727,8 +8727,8 @@ "binop": null, "updateContext": null }, - "start": 1283, - "end": 1284, + "start": 1330, + "end": 1331, "loc": { "start": { "line": 48, @@ -8753,8 +8753,8 @@ "binop": null }, "value": "func", - "start": 1284, - "end": 1288, + "start": 1331, + "end": 1335, "loc": { "start": { "line": 48, @@ -8778,8 +8778,8 @@ "postfix": false, "binop": null }, - "start": 1289, - "end": 1290, + "start": 1337, + "end": 1338, "loc": { "start": { "line": 49, @@ -8804,8 +8804,8 @@ "binop": null, "updateContext": null }, - "start": 1290, - "end": 1291, + "start": 1338, + "end": 1339, "loc": { "start": { "line": 49, @@ -8819,9 +8819,9 @@ }, { "type": "CommentBlock", - "value": "*\n * PropTypes for the InnerField component\n *\n * @type {{id: (boolean|shim|*), fieldClassName: (boolean|shim|*), help: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\n ", - "start": 1293, - "end": 1488, + "value": "*\r\n * PropTypes for the InnerField component\r\n *\r\n * @type {{id: (boolean|shim|*), fieldClassName: (boolean|shim|*), help: shim, value: shim, onValueChange: (boolean|shim|*), inputType: shim}}\r\n ", + "start": 1343, + "end": 1542, "loc": { "start": { "line": 51, @@ -8848,8 +8848,8 @@ "updateContext": null }, "value": "export", - "start": 1489, - "end": 1495, + "start": 1544, + "end": 1550, "loc": { "start": { "line": 56, @@ -8876,8 +8876,8 @@ "updateContext": null }, "value": "const", - "start": 1496, - "end": 1501, + "start": 1551, + "end": 1556, "loc": { "start": { "line": 56, @@ -8902,8 +8902,8 @@ "binop": null }, "value": "fieldInnerPropTypes", - "start": 1502, - "end": 1521, + "start": 1557, + "end": 1576, "loc": { "start": { "line": 56, @@ -8929,8 +8929,8 @@ "updateContext": null }, "value": "=", - "start": 1522, - "end": 1523, + "start": 1577, + "end": 1578, "loc": { "start": { "line": 56, @@ -8954,8 +8954,8 @@ "postfix": false, "binop": null }, - "start": 1524, - "end": 1525, + "start": 1579, + "end": 1580, "loc": { "start": { "line": 56, @@ -8980,8 +8980,8 @@ "binop": null }, "value": "id", - "start": 1527, - "end": 1529, + "start": 1583, + "end": 1585, "loc": { "start": { "line": 57, @@ -9006,8 +9006,8 @@ "binop": null, "updateContext": null }, - "start": 1529, - "end": 1530, + "start": 1585, + "end": 1586, "loc": { "start": { "line": 57, @@ -9032,8 +9032,8 @@ "binop": null }, "value": "PropTypes", - "start": 1531, - "end": 1540, + "start": 1587, + "end": 1596, "loc": { "start": { "line": 57, @@ -9058,8 +9058,8 @@ "binop": null, "updateContext": null }, - "start": 1540, - "end": 1541, + "start": 1596, + "end": 1597, "loc": { "start": { "line": 57, @@ -9084,8 +9084,8 @@ "binop": null }, "value": "string", - "start": 1541, - "end": 1547, + "start": 1597, + "end": 1603, "loc": { "start": { "line": 57, @@ -9110,8 +9110,8 @@ "binop": null, "updateContext": null }, - "start": 1547, - "end": 1548, + "start": 1603, + "end": 1604, "loc": { "start": { "line": 57, @@ -9136,8 +9136,8 @@ "binop": null }, "value": "isRequired", - "start": 1548, - "end": 1558, + "start": 1604, + "end": 1614, "loc": { "start": { "line": 57, @@ -9162,8 +9162,8 @@ "binop": null, "updateContext": null }, - "start": 1558, - "end": 1559, + "start": 1614, + "end": 1615, "loc": { "start": { "line": 57, @@ -9188,8 +9188,8 @@ "binop": null }, "value": "fieldClassName", - "start": 1561, - "end": 1575, + "start": 1618, + "end": 1632, "loc": { "start": { "line": 58, @@ -9214,8 +9214,8 @@ "binop": null, "updateContext": null }, - "start": 1575, - "end": 1576, + "start": 1632, + "end": 1633, "loc": { "start": { "line": 58, @@ -9240,8 +9240,8 @@ "binop": null }, "value": "PropTypes", - "start": 1577, - "end": 1586, + "start": 1634, + "end": 1643, "loc": { "start": { "line": 58, @@ -9266,8 +9266,8 @@ "binop": null, "updateContext": null }, - "start": 1586, - "end": 1587, + "start": 1643, + "end": 1644, "loc": { "start": { "line": 58, @@ -9292,8 +9292,8 @@ "binop": null }, "value": "string", - "start": 1587, - "end": 1593, + "start": 1644, + "end": 1650, "loc": { "start": { "line": 58, @@ -9318,8 +9318,8 @@ "binop": null, "updateContext": null }, - "start": 1593, - "end": 1594, + "start": 1650, + "end": 1651, "loc": { "start": { "line": 58, @@ -9344,8 +9344,8 @@ "binop": null }, "value": "isRequired", - "start": 1594, - "end": 1604, + "start": 1651, + "end": 1661, "loc": { "start": { "line": 58, @@ -9370,8 +9370,8 @@ "binop": null, "updateContext": null }, - "start": 1604, - "end": 1605, + "start": 1661, + "end": 1662, "loc": { "start": { "line": 58, @@ -9396,8 +9396,8 @@ "binop": null }, "value": "help", - "start": 1607, - "end": 1611, + "start": 1665, + "end": 1669, "loc": { "start": { "line": 59, @@ -9422,8 +9422,8 @@ "binop": null, "updateContext": null }, - "start": 1611, - "end": 1612, + "start": 1669, + "end": 1670, "loc": { "start": { "line": 59, @@ -9448,8 +9448,8 @@ "binop": null }, "value": "PropTypes", - "start": 1613, - "end": 1622, + "start": 1671, + "end": 1680, "loc": { "start": { "line": 59, @@ -9474,8 +9474,8 @@ "binop": null, "updateContext": null }, - "start": 1622, - "end": 1623, + "start": 1680, + "end": 1681, "loc": { "start": { "line": 59, @@ -9500,8 +9500,8 @@ "binop": null }, "value": "string", - "start": 1623, - "end": 1629, + "start": 1681, + "end": 1687, "loc": { "start": { "line": 59, @@ -9526,8 +9526,8 @@ "binop": null, "updateContext": null }, - "start": 1629, - "end": 1630, + "start": 1687, + "end": 1688, "loc": { "start": { "line": 59, @@ -9552,8 +9552,8 @@ "binop": null }, "value": "value", - "start": 1632, - "end": 1637, + "start": 1691, + "end": 1696, "loc": { "start": { "line": 60, @@ -9578,8 +9578,8 @@ "binop": null, "updateContext": null }, - "start": 1637, - "end": 1638, + "start": 1696, + "end": 1697, "loc": { "start": { "line": 60, @@ -9604,8 +9604,8 @@ "binop": null }, "value": "valuePropType", - "start": 1639, - "end": 1652, + "start": 1698, + "end": 1711, "loc": { "start": { "line": 60, @@ -9630,8 +9630,8 @@ "binop": null, "updateContext": null }, - "start": 1652, - "end": 1653, + "start": 1711, + "end": 1712, "loc": { "start": { "line": 60, @@ -9656,8 +9656,8 @@ "binop": null }, "value": "onValueChange", - "start": 1655, - "end": 1668, + "start": 1715, + "end": 1728, "loc": { "start": { "line": 61, @@ -9682,8 +9682,8 @@ "binop": null, "updateContext": null }, - "start": 1668, - "end": 1669, + "start": 1728, + "end": 1729, "loc": { "start": { "line": 61, @@ -9708,8 +9708,8 @@ "binop": null }, "value": "onValueChangePropType", - "start": 1670, - "end": 1691, + "start": 1730, + "end": 1751, "loc": { "start": { "line": 61, @@ -9734,8 +9734,8 @@ "binop": null, "updateContext": null }, - "start": 1691, - "end": 1692, + "start": 1751, + "end": 1752, "loc": { "start": { "line": 61, @@ -9760,8 +9760,8 @@ "binop": null }, "value": "inputType", - "start": 1694, - "end": 1703, + "start": 1755, + "end": 1764, "loc": { "start": { "line": 62, @@ -9786,8 +9786,8 @@ "binop": null, "updateContext": null }, - "start": 1703, - "end": 1704, + "start": 1764, + "end": 1765, "loc": { "start": { "line": 62, @@ -9812,8 +9812,8 @@ "binop": null }, "value": "inputTypeProp", - "start": 1705, - "end": 1718, + "start": 1766, + "end": 1779, "loc": { "start": { "line": 62, @@ -9838,8 +9838,8 @@ "binop": null, "updateContext": null }, - "start": 1718, - "end": 1719, + "start": 1779, + "end": 1780, "loc": { "start": { "line": 62, @@ -9864,8 +9864,8 @@ "binop": null }, "value": "ariaDescribedbyAttr", - "start": 1721, - "end": 1740, + "start": 1783, + "end": 1802, "loc": { "start": { "line": 63, @@ -9890,8 +9890,8 @@ "binop": null, "updateContext": null }, - "start": 1740, - "end": 1741, + "start": 1802, + "end": 1803, "loc": { "start": { "line": 63, @@ -9916,8 +9916,8 @@ "binop": null }, "value": "PropTypes", - "start": 1742, - "end": 1751, + "start": 1804, + "end": 1813, "loc": { "start": { "line": 63, @@ -9942,8 +9942,8 @@ "binop": null, "updateContext": null }, - "start": 1751, - "end": 1752, + "start": 1813, + "end": 1814, "loc": { "start": { "line": 63, @@ -9968,8 +9968,8 @@ "binop": null }, "value": "string", - "start": 1752, - "end": 1758, + "start": 1814, + "end": 1820, "loc": { "start": { "line": 63, @@ -9994,8 +9994,8 @@ "binop": null, "updateContext": null }, - "start": 1758, - "end": 1759, + "start": 1820, + "end": 1821, "loc": { "start": { "line": 63, @@ -10020,8 +10020,8 @@ "binop": null }, "value": "onBlur", - "start": 1761, - "end": 1767, + "start": 1824, + "end": 1830, "loc": { "start": { "line": 64, @@ -10046,8 +10046,8 @@ "binop": null, "updateContext": null }, - "start": 1767, - "end": 1768, + "start": 1830, + "end": 1831, "loc": { "start": { "line": 64, @@ -10072,8 +10072,8 @@ "binop": null }, "value": "PropTypes", - "start": 1769, - "end": 1778, + "start": 1832, + "end": 1841, "loc": { "start": { "line": 64, @@ -10098,8 +10098,8 @@ "binop": null, "updateContext": null }, - "start": 1778, - "end": 1779, + "start": 1841, + "end": 1842, "loc": { "start": { "line": 64, @@ -10124,8 +10124,8 @@ "binop": null }, "value": "func", - "start": 1779, - "end": 1783, + "start": 1842, + "end": 1846, "loc": { "start": { "line": 64, @@ -10150,8 +10150,8 @@ "binop": null, "updateContext": null }, - "start": 1783, - "end": 1784, + "start": 1846, + "end": 1847, "loc": { "start": { "line": 64, @@ -10176,8 +10176,8 @@ "binop": null }, "value": "onFocus", - "start": 1786, - "end": 1793, + "start": 1850, + "end": 1857, "loc": { "start": { "line": 65, @@ -10202,8 +10202,8 @@ "binop": null, "updateContext": null }, - "start": 1793, - "end": 1794, + "start": 1857, + "end": 1858, "loc": { "start": { "line": 65, @@ -10228,8 +10228,8 @@ "binop": null }, "value": "PropTypes", - "start": 1795, - "end": 1804, + "start": 1859, + "end": 1868, "loc": { "start": { "line": 65, @@ -10254,8 +10254,8 @@ "binop": null, "updateContext": null }, - "start": 1804, - "end": 1805, + "start": 1868, + "end": 1869, "loc": { "start": { "line": 65, @@ -10280,8 +10280,8 @@ "binop": null }, "value": "func", - "start": 1805, - "end": 1809, + "start": 1869, + "end": 1873, "loc": { "start": { "line": 65, @@ -10305,8 +10305,8 @@ "postfix": false, "binop": null }, - "start": 1810, - "end": 1811, + "start": 1875, + "end": 1876, "loc": { "start": { "line": 66, @@ -10331,8 +10331,8 @@ "binop": null, "updateContext": null }, - "start": 1811, - "end": 1812, + "start": 1876, + "end": 1877, "loc": { "start": { "line": 66, @@ -10359,8 +10359,8 @@ "updateContext": null }, "value": "export", - "start": 1814, - "end": 1820, + "start": 1881, + "end": 1887, "loc": { "start": { "line": 68, @@ -10387,8 +10387,8 @@ "updateContext": null }, "value": "const", - "start": 1821, - "end": 1826, + "start": 1888, + "end": 1893, "loc": { "start": { "line": 68, @@ -10413,8 +10413,8 @@ "binop": null }, "value": "fieldPropTypes", - "start": 1827, - "end": 1841, + "start": 1894, + "end": 1908, "loc": { "start": { "line": 68, @@ -10440,8 +10440,8 @@ "updateContext": null }, "value": "=", - "start": 1842, - "end": 1843, + "start": 1909, + "end": 1910, "loc": { "start": { "line": 68, @@ -10466,8 +10466,8 @@ "binop": null }, "value": "fieldInnerPropTypes", - "start": 1844, - "end": 1863, + "start": 1911, + "end": 1930, "loc": { "start": { "line": 68, @@ -10492,8 +10492,8 @@ "binop": null, "updateContext": null }, - "start": 1863, - "end": 1864, + "start": 1930, + "end": 1931, "loc": { "start": { "line": 68, @@ -10507,9 +10507,9 @@ }, { "type": "CommentBlock", - "value": "*\n * The shape of one option for a select field\n *\n * @type {{label: shim, value: shim}}\n ", - "start": 1866, - "end": 1960, + "value": "*\r\n * The shape of one option for a select field\r\n *\r\n * @type {{label: shim, value: shim}}\r\n ", + "start": 1935, + "end": 2033, "loc": { "start": { "line": 70, @@ -10536,8 +10536,8 @@ "updateContext": null }, "value": "export", - "start": 1961, - "end": 1967, + "start": 2035, + "end": 2041, "loc": { "start": { "line": 75, @@ -10564,8 +10564,8 @@ "updateContext": null }, "value": "const", - "start": 1968, - "end": 1973, + "start": 2042, + "end": 2047, "loc": { "start": { "line": 75, @@ -10590,8 +10590,8 @@ "binop": null }, "value": "optionShape", - "start": 1974, - "end": 1985, + "start": 2048, + "end": 2059, "loc": { "start": { "line": 75, @@ -10617,8 +10617,8 @@ "updateContext": null }, "value": "=", - "start": 1986, - "end": 1987, + "start": 2060, + "end": 2061, "loc": { "start": { "line": 75, @@ -10642,8 +10642,8 @@ "postfix": false, "binop": null }, - "start": 1988, - "end": 1989, + "start": 2062, + "end": 2063, "loc": { "start": { "line": 75, @@ -10668,8 +10668,8 @@ "binop": null }, "value": "label", - "start": 1991, - "end": 1996, + "start": 2066, + "end": 2071, "loc": { "start": { "line": 76, @@ -10694,8 +10694,8 @@ "binop": null, "updateContext": null }, - "start": 1996, - "end": 1997, + "start": 2071, + "end": 2072, "loc": { "start": { "line": 76, @@ -10720,8 +10720,8 @@ "binop": null }, "value": "PropTypes", - "start": 1998, - "end": 2007, + "start": 2073, + "end": 2082, "loc": { "start": { "line": 76, @@ -10746,8 +10746,8 @@ "binop": null, "updateContext": null }, - "start": 2007, - "end": 2008, + "start": 2082, + "end": 2083, "loc": { "start": { "line": 76, @@ -10772,8 +10772,8 @@ "binop": null }, "value": "string", - "start": 2008, - "end": 2014, + "start": 2083, + "end": 2089, "loc": { "start": { "line": 76, @@ -10798,8 +10798,8 @@ "binop": null, "updateContext": null }, - "start": 2014, - "end": 2015, + "start": 2089, + "end": 2090, "loc": { "start": { "line": 76, @@ -10824,8 +10824,8 @@ "binop": null }, "value": "value", - "start": 2017, - "end": 2022, + "start": 2093, + "end": 2098, "loc": { "start": { "line": 77, @@ -10850,8 +10850,8 @@ "binop": null, "updateContext": null }, - "start": 2022, - "end": 2023, + "start": 2098, + "end": 2099, "loc": { "start": { "line": 77, @@ -10876,8 +10876,8 @@ "binop": null }, "value": "PropTypes", - "start": 2024, - "end": 2033, + "start": 2100, + "end": 2109, "loc": { "start": { "line": 77, @@ -10902,8 +10902,8 @@ "binop": null, "updateContext": null }, - "start": 2033, - "end": 2034, + "start": 2109, + "end": 2110, "loc": { "start": { "line": 77, @@ -10928,8 +10928,8 @@ "binop": null }, "value": "oneOfType", - "start": 2034, - "end": 2043, + "start": 2110, + "end": 2119, "loc": { "start": { "line": 77, @@ -10953,8 +10953,8 @@ "postfix": false, "binop": null }, - "start": 2043, - "end": 2044, + "start": 2119, + "end": 2120, "loc": { "start": { "line": 77, @@ -10979,8 +10979,8 @@ "binop": null, "updateContext": null }, - "start": 2044, - "end": 2045, + "start": 2120, + "end": 2121, "loc": { "start": { "line": 77, @@ -11005,8 +11005,8 @@ "binop": null }, "value": "PropTypes", - "start": 2048, - "end": 2057, + "start": 2125, + "end": 2134, "loc": { "start": { "line": 78, @@ -11031,8 +11031,8 @@ "binop": null, "updateContext": null }, - "start": 2057, - "end": 2058, + "start": 2134, + "end": 2135, "loc": { "start": { "line": 78, @@ -11057,8 +11057,8 @@ "binop": null }, "value": "string", - "start": 2058, - "end": 2064, + "start": 2135, + "end": 2141, "loc": { "start": { "line": 78, @@ -11083,8 +11083,8 @@ "binop": null, "updateContext": null }, - "start": 2064, - "end": 2065, + "start": 2141, + "end": 2142, "loc": { "start": { "line": 78, @@ -11109,8 +11109,8 @@ "binop": null }, "value": "PropTypes", - "start": 2068, - "end": 2077, + "start": 2146, + "end": 2155, "loc": { "start": { "line": 79, @@ -11135,8 +11135,8 @@ "binop": null, "updateContext": null }, - "start": 2077, - "end": 2078, + "start": 2155, + "end": 2156, "loc": { "start": { "line": 79, @@ -11161,8 +11161,8 @@ "binop": null }, "value": "number", - "start": 2078, - "end": 2084, + "start": 2156, + "end": 2162, "loc": { "start": { "line": 79, @@ -11187,8 +11187,8 @@ "binop": null, "updateContext": null }, - "start": 2084, - "end": 2085, + "start": 2162, + "end": 2163, "loc": { "start": { "line": 79, @@ -11213,8 +11213,8 @@ "binop": null, "updateContext": null }, - "start": 2087, - "end": 2088, + "start": 2166, + "end": 2167, "loc": { "start": { "line": 80, @@ -11238,8 +11238,8 @@ "postfix": false, "binop": null }, - "start": 2088, - "end": 2089, + "start": 2167, + "end": 2168, "loc": { "start": { "line": 80, @@ -11263,8 +11263,8 @@ "postfix": false, "binop": null }, - "start": 2090, - "end": 2091, + "start": 2170, + "end": 2171, "loc": { "start": { "line": 81, @@ -11289,8 +11289,8 @@ "binop": null, "updateContext": null }, - "start": 2091, - "end": 2092, + "start": 2171, + "end": 2172, "loc": { "start": { "line": 81, @@ -11304,9 +11304,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Shape of options prop for select fields\n *\n * @type {shim}\n ", - "start": 2094, - "end": 2163, + "value": "*\r\n * Shape of options prop for select fields\r\n *\r\n * @type {shim}\r\n ", + "start": 2176, + "end": 2249, "loc": { "start": { "line": 83, @@ -11333,8 +11333,8 @@ "updateContext": null }, "value": "export", - "start": 2164, - "end": 2170, + "start": 2251, + "end": 2257, "loc": { "start": { "line": 88, @@ -11361,8 +11361,8 @@ "updateContext": null }, "value": "const", - "start": 2171, - "end": 2176, + "start": 2258, + "end": 2263, "loc": { "start": { "line": 88, @@ -11387,8 +11387,8 @@ "binop": null }, "value": "optionsShapeProp", - "start": 2177, - "end": 2193, + "start": 2264, + "end": 2280, "loc": { "start": { "line": 88, @@ -11414,8 +11414,8 @@ "updateContext": null }, "value": "=", - "start": 2194, - "end": 2195, + "start": 2281, + "end": 2282, "loc": { "start": { "line": 88, @@ -11440,8 +11440,8 @@ "binop": null }, "value": "PropTypes", - "start": 2196, - "end": 2205, + "start": 2283, + "end": 2292, "loc": { "start": { "line": 88, @@ -11466,8 +11466,8 @@ "binop": null, "updateContext": null }, - "start": 2205, - "end": 2206, + "start": 2292, + "end": 2293, "loc": { "start": { "line": 88, @@ -11492,8 +11492,8 @@ "binop": null }, "value": "arrayOf", - "start": 2206, - "end": 2213, + "start": 2293, + "end": 2300, "loc": { "start": { "line": 88, @@ -11517,8 +11517,8 @@ "postfix": false, "binop": null }, - "start": 2213, - "end": 2214, + "start": 2300, + "end": 2301, "loc": { "start": { "line": 88, @@ -11543,8 +11543,8 @@ "binop": null }, "value": "PropTypes", - "start": 2216, - "end": 2225, + "start": 2304, + "end": 2313, "loc": { "start": { "line": 89, @@ -11569,8 +11569,8 @@ "binop": null, "updateContext": null }, - "start": 2225, - "end": 2226, + "start": 2313, + "end": 2314, "loc": { "start": { "line": 89, @@ -11595,8 +11595,8 @@ "binop": null }, "value": "shape", - "start": 2226, - "end": 2231, + "start": 2314, + "end": 2319, "loc": { "start": { "line": 89, @@ -11620,8 +11620,8 @@ "postfix": false, "binop": null }, - "start": 2231, - "end": 2232, + "start": 2319, + "end": 2320, "loc": { "start": { "line": 89, @@ -11646,8 +11646,8 @@ "binop": null }, "value": "optionShape", - "start": 2232, - "end": 2243, + "start": 2320, + "end": 2331, "loc": { "start": { "line": 89, @@ -11671,8 +11671,8 @@ "postfix": false, "binop": null }, - "start": 2243, - "end": 2244, + "start": 2331, + "end": 2332, "loc": { "start": { "line": 89, @@ -11696,8 +11696,8 @@ "postfix": false, "binop": null }, - "start": 2245, - "end": 2246, + "start": 2334, + "end": 2335, "loc": { "start": { "line": 90, @@ -11722,8 +11722,8 @@ "binop": null, "updateContext": null }, - "start": 2246, - "end": 2247, + "start": 2335, + "end": 2336, "loc": { "start": { "line": 90, @@ -11750,8 +11750,8 @@ "updateContext": null }, "value": "export", - "start": 2249, - "end": 2255, + "start": 2340, + "end": 2346, "loc": { "start": { "line": 92, @@ -11778,8 +11778,8 @@ "updateContext": null }, "value": "const", - "start": 2256, - "end": 2261, + "start": 2347, + "end": 2352, "loc": { "start": { "line": 92, @@ -11804,8 +11804,8 @@ "binop": null }, "value": "magicGroupPropTypes", - "start": 2262, - "end": 2281, + "start": 2353, + "end": 2372, "loc": { "start": { "line": 92, @@ -11831,8 +11831,8 @@ "updateContext": null }, "value": "=", - "start": 2282, - "end": 2283, + "start": 2373, + "end": 2374, "loc": { "start": { "line": 92, @@ -11856,8 +11856,8 @@ "postfix": false, "binop": null }, - "start": 2284, - "end": 2285, + "start": 2375, + "end": 2376, "loc": { "start": { "line": 92, @@ -11882,8 +11882,8 @@ "binop": null, "updateContext": null }, - "start": 2287, - "end": 2290, + "start": 2379, + "end": 2382, "loc": { "start": { "line": 93, @@ -11908,8 +11908,8 @@ "binop": null }, "value": "fieldGroupPropTypes", - "start": 2290, - "end": 2309, + "start": 2382, + "end": 2401, "loc": { "start": { "line": 93, @@ -11934,8 +11934,8 @@ "binop": null, "updateContext": null }, - "start": 2309, - "end": 2310, + "start": 2401, + "end": 2402, "loc": { "start": { "line": 93, @@ -11960,8 +11960,8 @@ "binop": null }, "value": "fieldsList", - "start": 2312, - "end": 2322, + "start": 2405, + "end": 2415, "loc": { "start": { "line": 94, @@ -11986,8 +11986,8 @@ "binop": null, "updateContext": null }, - "start": 2322, - "end": 2323, + "start": 2415, + "end": 2416, "loc": { "start": { "line": 94, @@ -12012,8 +12012,8 @@ "binop": null }, "value": "optionsShapeProp", - "start": 2324, - "end": 2340, + "start": 2417, + "end": 2433, "loc": { "start": { "line": 94, @@ -12038,8 +12038,8 @@ "binop": null, "updateContext": null }, - "start": 2340, - "end": 2341, + "start": 2433, + "end": 2434, "loc": { "start": { "line": 94, @@ -12064,8 +12064,8 @@ "binop": null }, "value": "systemTagsList", - "start": 2343, - "end": 2357, + "start": 2437, + "end": 2451, "loc": { "start": { "line": 95, @@ -12090,8 +12090,8 @@ "binop": null, "updateContext": null }, - "start": 2357, - "end": 2358, + "start": 2451, + "end": 2452, "loc": { "start": { "line": 95, @@ -12116,8 +12116,8 @@ "binop": null }, "value": "optionsShapeProp", - "start": 2359, - "end": 2375, + "start": 2453, + "end": 2469, "loc": { "start": { "line": 95, @@ -12142,8 +12142,8 @@ "binop": null, "updateContext": null }, - "start": 2375, - "end": 2376, + "start": 2469, + "end": 2470, "loc": { "start": { "line": 95, @@ -12168,8 +12168,8 @@ "binop": null }, "value": "defaultList", - "start": 2378, - "end": 2389, + "start": 2473, + "end": 2484, "loc": { "start": { "line": 96, @@ -12194,8 +12194,8 @@ "binop": null, "updateContext": null }, - "start": 2389, - "end": 2390, + "start": 2484, + "end": 2485, "loc": { "start": { "line": 96, @@ -12220,8 +12220,8 @@ "binop": null }, "value": "PropTypes", - "start": 2391, - "end": 2400, + "start": 2486, + "end": 2495, "loc": { "start": { "line": 96, @@ -12246,8 +12246,8 @@ "binop": null, "updateContext": null }, - "start": 2400, - "end": 2401, + "start": 2495, + "end": 2496, "loc": { "start": { "line": 96, @@ -12272,8 +12272,8 @@ "binop": null }, "value": "string", - "start": 2401, - "end": 2407, + "start": 2496, + "end": 2502, "loc": { "start": { "line": 96, @@ -12298,8 +12298,8 @@ "binop": null, "updateContext": null }, - "start": 2407, - "end": 2408, + "start": 2502, + "end": 2503, "loc": { "start": { "line": 96, @@ -12324,8 +12324,8 @@ "binop": null }, "value": "isOpen", - "start": 2410, - "end": 2416, + "start": 2506, + "end": 2512, "loc": { "start": { "line": 97, @@ -12350,8 +12350,8 @@ "binop": null, "updateContext": null }, - "start": 2416, - "end": 2417, + "start": 2512, + "end": 2513, "loc": { "start": { "line": 97, @@ -12376,8 +12376,8 @@ "binop": null }, "value": "PropTypes", - "start": 2418, - "end": 2427, + "start": 2514, + "end": 2523, "loc": { "start": { "line": 97, @@ -12402,8 +12402,8 @@ "binop": null, "updateContext": null }, - "start": 2427, - "end": 2428, + "start": 2523, + "end": 2524, "loc": { "start": { "line": 97, @@ -12428,8 +12428,8 @@ "binop": null }, "value": "bool", - "start": 2428, - "end": 2432, + "start": 2524, + "end": 2528, "loc": { "start": { "line": 97, @@ -12454,8 +12454,8 @@ "binop": null, "updateContext": null }, - "start": 2432, - "end": 2433, + "start": 2528, + "end": 2529, "loc": { "start": { "line": 97, @@ -12480,8 +12480,8 @@ "binop": null }, "value": "type", - "start": 2435, - "end": 2439, + "start": 2532, + "end": 2536, "loc": { "start": { "line": 98, @@ -12506,8 +12506,8 @@ "binop": null, "updateContext": null }, - "start": 2439, - "end": 2440, + "start": 2536, + "end": 2537, "loc": { "start": { "line": 98, @@ -12532,8 +12532,8 @@ "binop": null }, "value": "PropTypes", - "start": 2441, - "end": 2450, + "start": 2538, + "end": 2547, "loc": { "start": { "line": 98, @@ -12558,8 +12558,8 @@ "binop": null, "updateContext": null }, - "start": 2450, - "end": 2451, + "start": 2547, + "end": 2548, "loc": { "start": { "line": 98, @@ -12584,8 +12584,8 @@ "binop": null }, "value": "string", - "start": 2451, - "end": 2457, + "start": 2548, + "end": 2554, "loc": { "start": { "line": 98, @@ -12609,8 +12609,8 @@ "postfix": false, "binop": null }, - "start": 2458, - "end": 2459, + "start": 2556, + "end": 2557, "loc": { "start": { "line": 99, @@ -12635,8 +12635,8 @@ "binop": null, "updateContext": null }, - "start": 2459, - "end": 2460, + "start": 2557, + "end": 2558, "loc": { "start": { "line": 99, @@ -12661,8 +12661,8 @@ "binop": null, "updateContext": null }, - "start": 2460, - "end": 2460, + "start": 2558, + "end": 2558, "loc": { "start": { "line": 99, diff --git a/docs/ast/source/components/fields/select/SelectField.js.json b/docs/ast/source/components/fields/select/SelectField.js.json index 440cbb1..11e198a 100644 --- a/docs/ast/source/components/fields/select/SelectField.js.json +++ b/docs/ast/source/components/fields/select/SelectField.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 1435, + "end": 1518, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 1435, + "end": 1518, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 27, - "end": 71, + "start": 28, + "end": 72, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 35, - "end": 49, + "start": 36, + "end": 50, "loc": { "start": { "line": 2, @@ -128,8 +128,8 @@ }, "imported": { "type": "Identifier", - "start": 35, - "end": 49, + "start": 36, + "end": 50, "loc": { "start": { "line": 2, @@ -145,8 +145,8 @@ }, "local": { "type": "Identifier", - "start": 35, - "end": 49, + "start": 36, + "end": 50, "loc": { "start": { "line": 2, @@ -164,8 +164,8 @@ ], "source": { "type": "StringLiteral", - "start": 56, - "end": 70, + "start": 57, + "end": 71, "loc": { "start": { "line": 2, @@ -185,8 +185,8 @@ }, { "type": "ImportDeclaration", - "start": 72, - "end": 108, + "start": 74, + "end": 110, "loc": { "start": { "line": 3, @@ -200,8 +200,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 79, - "end": 89, + "start": 81, + "end": 91, "loc": { "start": { "line": 3, @@ -214,8 +214,8 @@ }, "local": { "type": "Identifier", - "start": 79, - "end": 89, + "start": 81, + "end": 91, "loc": { "start": { "line": 3, @@ -233,8 +233,8 @@ ], "source": { "type": "StringLiteral", - "start": 95, - "end": 107, + "start": 97, + "end": 109, "loc": { "start": { "line": 3, @@ -254,8 +254,8 @@ }, { "type": "ImportDeclaration", - "start": 109, - "end": 155, + "start": 112, + "end": 158, "loc": { "start": { "line": 4, @@ -269,8 +269,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 117, - "end": 128, + "start": 120, + "end": 131, "loc": { "start": { "line": 4, @@ -283,8 +283,8 @@ }, "imported": { "type": "Identifier", - "start": 117, - "end": 128, + "start": 120, + "end": 131, "loc": { "start": { "line": 4, @@ -300,8 +300,8 @@ }, "local": { "type": "Identifier", - "start": 117, - "end": 128, + "start": 120, + "end": 131, "loc": { "start": { "line": 4, @@ -319,8 +319,8 @@ ], "source": { "type": "StringLiteral", - "start": 135, - "end": 154, + "start": 138, + "end": 157, "loc": { "start": { "line": 4, @@ -340,8 +340,8 @@ }, { "type": "ImportDeclaration", - "start": 156, - "end": 202, + "start": 160, + "end": 206, "loc": { "start": { "line": 5, @@ -355,8 +355,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 164, - "end": 180, + "start": 168, + "end": 184, "loc": { "start": { "line": 5, @@ -369,8 +369,8 @@ }, "imported": { "type": "Identifier", - "start": 164, - "end": 180, + "start": 168, + "end": 184, "loc": { "start": { "line": 5, @@ -386,8 +386,8 @@ }, "local": { "type": "Identifier", - "start": 164, - "end": 180, + "start": 168, + "end": 184, "loc": { "start": { "line": 5, @@ -405,8 +405,8 @@ ], "source": { "type": "StringLiteral", - "start": 187, - "end": 201, + "start": 191, + "end": 205, "loc": { "start": { "line": 5, @@ -426,9 +426,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates a select field\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 204, - "end": 297, + "value": "*\r\n * Creates a select field\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 210, + "end": 309, "loc": { "start": { "line": 7, @@ -444,8 +444,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 298, - "end": 1175, + "start": 311, + "end": 1238, "loc": { "start": { "line": 14, @@ -460,8 +460,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 305, - "end": 1175, + "start": 318, + "end": 1238, "loc": { "start": { "line": 14, @@ -475,8 +475,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 311, - "end": 1174, + "start": 324, + "end": 1237, "loc": { "start": { "line": 14, @@ -489,8 +489,8 @@ }, "id": { "type": "Identifier", - "start": 311, - "end": 322, + "start": 324, + "end": 335, "loc": { "start": { "line": 14, @@ -507,8 +507,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 325, - "end": 1174, + "start": 338, + "end": 1237, "loc": { "start": { "line": 14, @@ -521,8 +521,8 @@ }, "id": { "type": "Identifier", - "start": 311, - "end": 322, + "start": 324, + "end": 335, "loc": { "start": { "line": 14, @@ -543,8 +543,8 @@ "params": [ { "type": "Identifier", - "start": 326, - "end": 331, + "start": 339, + "end": 344, "loc": { "start": { "line": 14, @@ -561,8 +561,8 @@ ], "body": { "type": "BlockStatement", - "start": 336, - "end": 1174, + "start": 349, + "end": 1237, "loc": { "start": { "line": 14, @@ -576,8 +576,8 @@ "body": [ { "type": "FunctionDeclaration", - "start": 429, - "end": 508, + "start": 449, + "end": 530, "loc": { "start": { "line": 21, @@ -590,8 +590,8 @@ }, "id": { "type": "Identifier", - "start": 438, - "end": 451, + "start": 458, + "end": 471, "loc": { "start": { "line": 21, @@ -612,8 +612,8 @@ "params": [ { "type": "Identifier", - "start": 452, - "end": 461, + "start": 472, + "end": 481, "loc": { "start": { "line": 21, @@ -630,8 +630,8 @@ ], "body": { "type": "BlockStatement", - "start": 463, - "end": 508, + "start": 483, + "end": 530, "loc": { "start": { "line": 21, @@ -645,8 +645,8 @@ "body": [ { "type": "ReturnStatement", - "start": 467, - "end": 505, + "start": 488, + "end": 526, "loc": { "start": { "line": 22, @@ -659,8 +659,8 @@ }, "argument": { "type": "CallExpression", - "start": 474, - "end": 504, + "start": 495, + "end": 525, "loc": { "start": { "line": 22, @@ -673,8 +673,8 @@ }, "callee": { "type": "MemberExpression", - "start": 474, - "end": 493, + "start": 495, + "end": 514, "loc": { "start": { "line": 22, @@ -687,8 +687,8 @@ }, "object": { "type": "Identifier", - "start": 474, - "end": 479, + "start": 495, + "end": 500, "loc": { "start": { "line": 22, @@ -704,8 +704,8 @@ }, "property": { "type": "Identifier", - "start": 480, - "end": 493, + "start": 501, + "end": 514, "loc": { "start": { "line": 22, @@ -724,8 +724,8 @@ "arguments": [ { "type": "Identifier", - "start": 494, - "end": 503, + "start": 515, + "end": 524, "loc": { "start": { "line": 22, @@ -749,9 +749,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Dispatches new value(s) to parent\n\t *\n\t * @param selection\n\t * @returns {*}\n\t ", - "start": 339, - "end": 427, + "value": "*\r\n\t * Dispatches new value(s) to parent\r\n\t *\r\n\t * @param selection\r\n\t * @returns {*}\r\n\t ", + "start": 353, + "end": 446, "loc": { "start": { "line": 15, @@ -767,9 +767,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Get the className prop for the select element\n\t *\n\t * @return {String}\n\t ", - "start": 511, - "end": 594, + "value": "*\r\n\t * Get the className prop for the select element\r\n\t *\r\n\t * @return {String}\r\n\t ", + "start": 535, + "end": 622, "loc": { "start": { "line": 25, @@ -785,8 +785,8 @@ }, { "type": "FunctionDeclaration", - "start": 596, - "end": 711, + "start": 625, + "end": 745, "loc": { "start": { "line": 30, @@ -799,8 +799,8 @@ }, "id": { "type": "Identifier", - "start": 605, - "end": 621, + "start": 634, + "end": 650, "loc": { "start": { "line": 30, @@ -821,8 +821,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 624, - "end": 711, + "start": 653, + "end": 745, "loc": { "start": { "line": 30, @@ -836,8 +836,8 @@ "body": [ { "type": "ReturnStatement", - "start": 628, - "end": 708, + "start": 658, + "end": 741, "loc": { "start": { "line": 31, @@ -850,8 +850,8 @@ }, "argument": { "type": "CallExpression", - "start": 635, - "end": 707, + "start": 665, + "end": 740, "loc": { "start": { "line": 31, @@ -864,8 +864,8 @@ }, "callee": { "type": "Identifier", - "start": 635, - "end": 645, + "start": 665, + "end": 675, "loc": { "start": { "line": 31, @@ -882,8 +882,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 650, - "end": 670, + "start": 681, + "end": 701, "loc": { "start": { "line": 32, @@ -896,8 +896,8 @@ }, "object": { "type": "Identifier", - "start": 650, - "end": 655, + "start": 681, + "end": 686, "loc": { "start": { "line": 32, @@ -913,8 +913,8 @@ }, "property": { "type": "Identifier", - "start": 656, - "end": 670, + "start": 687, + "end": 701, "loc": { "start": { "line": 32, @@ -932,8 +932,8 @@ }, { "type": "MemberExpression", - "start": 675, - "end": 703, + "start": 707, + "end": 735, "loc": { "start": { "line": 33, @@ -946,8 +946,8 @@ }, "object": { "type": "MemberExpression", - "start": 675, - "end": 697, + "start": 707, + "end": 729, "loc": { "start": { "line": 33, @@ -960,8 +960,8 @@ }, "object": { "type": "Identifier", - "start": 675, - "end": 686, + "start": 707, + "end": 718, "loc": { "start": { "line": 33, @@ -977,8 +977,8 @@ }, "property": { "type": "Identifier", - "start": 687, - "end": 697, + "start": 719, + "end": 729, "loc": { "start": { "line": 33, @@ -996,8 +996,8 @@ }, "property": { "type": "Identifier", - "start": 698, - "end": 703, + "start": 730, + "end": 735, "loc": { "start": { "line": 33, @@ -1022,9 +1022,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Get the className prop for the select element\n\t *\n\t * @return {String}\n\t ", - "start": 511, - "end": 594, + "value": "*\r\n\t * Get the className prop for the select element\r\n\t *\r\n\t * @return {String}\r\n\t ", + "start": 535, + "end": 622, "loc": { "start": { "line": 25, @@ -1040,8 +1040,8 @@ }, { "type": "ReturnStatement", - "start": 714, - "end": 1172, + "start": 750, + "end": 1234, "loc": { "start": { "line": 37, @@ -1054,8 +1054,8 @@ }, "argument": { "type": "JSXElement", - "start": 725, - "end": 1165, + "start": 762, + "end": 1223, "loc": { "start": { "line": 38, @@ -1068,8 +1068,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 725, - "end": 867, + "start": 762, + "end": 910, "loc": { "start": { "line": 38, @@ -1083,8 +1083,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 736, - "end": 749, + "start": 774, + "end": 787, "loc": { "start": { "line": 39, @@ -1097,8 +1097,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 736, - "end": 738, + "start": 774, + "end": 776, "loc": { "start": { "line": 39, @@ -1113,8 +1113,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 739, - "end": 749, + "start": 777, + "end": 787, "loc": { "start": { "line": 39, @@ -1127,8 +1127,8 @@ }, "expression": { "type": "MemberExpression", - "start": 740, - "end": 748, + "start": 778, + "end": 786, "loc": { "start": { "line": 39, @@ -1141,8 +1141,8 @@ }, "object": { "type": "Identifier", - "start": 740, - "end": 745, + "start": 778, + "end": 783, "loc": { "start": { "line": 39, @@ -1158,8 +1158,8 @@ }, "property": { "type": "Identifier", - "start": 746, - "end": 748, + "start": 784, + "end": 786, "loc": { "start": { "line": 39, @@ -1179,8 +1179,8 @@ }, { "type": "JSXAttribute", - "start": 753, - "end": 783, + "start": 792, + "end": 822, "loc": { "start": { "line": 40, @@ -1193,8 +1193,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 753, - "end": 762, + "start": 792, + "end": 801, "loc": { "start": { "line": 40, @@ -1209,8 +1209,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 763, - "end": 783, + "start": 802, + "end": 822, "loc": { "start": { "line": 40, @@ -1223,8 +1223,8 @@ }, "expression": { "type": "CallExpression", - "start": 764, - "end": 782, + "start": 803, + "end": 821, "loc": { "start": { "line": 40, @@ -1237,8 +1237,8 @@ }, "callee": { "type": "Identifier", - "start": 764, - "end": 780, + "start": 803, + "end": 819, "loc": { "start": { "line": 40, @@ -1258,8 +1258,8 @@ }, { "type": "JSXAttribute", - "start": 787, - "end": 806, + "start": 827, + "end": 846, "loc": { "start": { "line": 41, @@ -1272,8 +1272,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 787, - "end": 792, + "start": 827, + "end": 832, "loc": { "start": { "line": 41, @@ -1288,8 +1288,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 793, - "end": 806, + "start": 833, + "end": 846, "loc": { "start": { "line": 41, @@ -1302,8 +1302,8 @@ }, "expression": { "type": "MemberExpression", - "start": 794, - "end": 805, + "start": 834, + "end": 845, "loc": { "start": { "line": 41, @@ -1316,8 +1316,8 @@ }, "object": { "type": "Identifier", - "start": 794, - "end": 799, + "start": 834, + "end": 839, "loc": { "start": { "line": 41, @@ -1333,8 +1333,8 @@ }, "property": { "type": "Identifier", - "start": 800, - "end": 805, + "start": 840, + "end": 845, "loc": { "start": { "line": 41, @@ -1354,8 +1354,8 @@ }, { "type": "JSXAttribute", - "start": 810, - "end": 835, + "start": 851, + "end": 876, "loc": { "start": { "line": 42, @@ -1368,8 +1368,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 810, - "end": 818, + "start": 851, + "end": 859, "loc": { "start": { "line": 42, @@ -1384,8 +1384,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 819, - "end": 835, + "start": 860, + "end": 876, "loc": { "start": { "line": 42, @@ -1398,8 +1398,8 @@ }, "expression": { "type": "MemberExpression", - "start": 820, - "end": 834, + "start": 861, + "end": 875, "loc": { "start": { "line": 42, @@ -1412,8 +1412,8 @@ }, "object": { "type": "Identifier", - "start": 820, - "end": 825, + "start": 861, + "end": 866, "loc": { "start": { "line": 42, @@ -1429,8 +1429,8 @@ }, "property": { "type": "Identifier", - "start": 826, - "end": 834, + "start": 867, + "end": 875, "loc": { "start": { "line": 42, @@ -1450,8 +1450,8 @@ }, { "type": "JSXAttribute", - "start": 839, - "end": 863, + "start": 881, + "end": 905, "loc": { "start": { "line": 43, @@ -1464,8 +1464,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 839, - "end": 847, + "start": 881, + "end": 889, "loc": { "start": { "line": 43, @@ -1480,8 +1480,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 848, - "end": 863, + "start": 890, + "end": 905, "loc": { "start": { "line": 43, @@ -1494,8 +1494,8 @@ }, "expression": { "type": "Identifier", - "start": 849, - "end": 862, + "start": 891, + "end": 904, "loc": { "start": { "line": 43, @@ -1514,8 +1514,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 726, - "end": 732, + "start": 763, + "end": 769, "loc": { "start": { "line": 38, @@ -1532,8 +1532,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 1156, - "end": 1165, + "start": 1214, + "end": 1223, "loc": { "start": { "line": 59, @@ -1546,8 +1546,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1158, - "end": 1164, + "start": 1216, + "end": 1222, "loc": { "start": { "line": 59, @@ -1564,8 +1564,8 @@ "children": [ { "type": "JSXText", - "start": 867, - "end": 871, + "start": 910, + "end": 915, "loc": { "start": { "line": 44, @@ -1581,8 +1581,8 @@ }, { "type": "JSXExpressionContainer", - "start": 871, - "end": 1153, + "start": 915, + "end": 1210, "loc": { "start": { "line": 45, @@ -1595,8 +1595,8 @@ }, "expression": { "type": "CallExpression", - "start": 872, - "end": 1148, + "start": 916, + "end": 1204, "loc": { "start": { "line": 45, @@ -1609,8 +1609,8 @@ }, "callee": { "type": "MemberExpression", - "start": 872, - "end": 894, + "start": 916, + "end": 939, "loc": { "start": { "line": 45, @@ -1623,8 +1623,8 @@ }, "object": { "type": "MemberExpression", - "start": 872, - "end": 885, + "start": 916, + "end": 929, "loc": { "start": { "line": 45, @@ -1637,8 +1637,8 @@ }, "object": { "type": "Identifier", - "start": 872, - "end": 877, + "start": 916, + "end": 921, "loc": { "start": { "line": 45, @@ -1654,8 +1654,8 @@ }, "property": { "type": "Identifier", - "start": 878, - "end": 885, + "start": 922, + "end": 929, "loc": { "start": { "line": 45, @@ -1673,8 +1673,8 @@ }, "property": { "type": "Identifier", - "start": 891, - "end": 894, + "start": 936, + "end": 939, "loc": { "start": { "line": 46, @@ -1693,8 +1693,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 895, - "end": 1147, + "start": 940, + "end": 1203, "loc": { "start": { "line": 46, @@ -1712,8 +1712,8 @@ "params": [ { "type": "Identifier", - "start": 896, - "end": 900, + "start": 941, + "end": 945, "loc": { "start": { "line": 46, @@ -1729,8 +1729,8 @@ }, { "type": "Identifier", - "start": 901, - "end": 902, + "start": 946, + "end": 947, "loc": { "start": { "line": 46, @@ -1747,8 +1747,8 @@ ], "body": { "type": "BlockStatement", - "start": 907, - "end": 1147, + "start": 952, + "end": 1203, "loc": { "start": { "line": 46, @@ -1762,8 +1762,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 914, - "end": 974, + "start": 960, + "end": 1020, "loc": { "start": { "line": 47, @@ -1777,8 +1777,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 920, - "end": 973, + "start": 966, + "end": 1019, "loc": { "start": { "line": 47, @@ -1791,8 +1791,8 @@ }, "id": { "type": "Identifier", - "start": 920, - "end": 923, + "start": 966, + "end": 969, "loc": { "start": { "line": 47, @@ -1808,8 +1808,8 @@ }, "init": { "type": "ConditionalExpression", - "start": 926, - "end": 973, + "start": 972, + "end": 1019, "loc": { "start": { "line": 47, @@ -1822,8 +1822,8 @@ }, "test": { "type": "BinaryExpression", - "start": 926, - "end": 956, + "start": 972, + "end": 1002, "loc": { "start": { "line": 47, @@ -1836,8 +1836,8 @@ }, "left": { "type": "StringLiteral", - "start": 926, - "end": 934, + "start": 972, + "end": 980, "loc": { "start": { "line": 47, @@ -1857,8 +1857,8 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 939, - "end": 956, + "start": 985, + "end": 1002, "loc": { "start": { "line": 47, @@ -1873,8 +1873,8 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 946, - "end": 956, + "start": 992, + "end": 1002, "loc": { "start": { "line": 47, @@ -1887,8 +1887,8 @@ }, "object": { "type": "Identifier", - "start": 946, - "end": 950, + "start": 992, + "end": 996, "loc": { "start": { "line": 47, @@ -1904,8 +1904,8 @@ }, "property": { "type": "Identifier", - "start": 951, - "end": 956, + "start": 997, + "end": 1002, "loc": { "start": { "line": 47, @@ -1928,8 +1928,8 @@ }, "consequent": { "type": "MemberExpression", - "start": 959, - "end": 969, + "start": 1005, + "end": 1015, "loc": { "start": { "line": 47, @@ -1942,8 +1942,8 @@ }, "object": { "type": "Identifier", - "start": 959, - "end": 963, + "start": 1005, + "end": 1009, "loc": { "start": { "line": 47, @@ -1959,8 +1959,8 @@ }, "property": { "type": "Identifier", - "start": 964, - "end": 969, + "start": 1010, + "end": 1015, "loc": { "start": { "line": 47, @@ -1978,8 +1978,8 @@ }, "alternate": { "type": "Identifier", - "start": 972, - "end": 973, + "start": 1018, + "end": 1019, "loc": { "start": { "line": 47, @@ -2000,8 +2000,8 @@ }, { "type": "ReturnStatement", - "start": 980, - "end": 1141, + "start": 1027, + "end": 1196, "loc": { "start": { "line": 48, @@ -2014,8 +2014,8 @@ }, "argument": { "type": "JSXElement", - "start": 994, - "end": 1133, + "start": 1042, + "end": 1187, "loc": { "start": { "line": 49, @@ -2028,8 +2028,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 994, - "end": 1097, + "start": 1042, + "end": 1149, "loc": { "start": { "line": 49, @@ -2043,8 +2043,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 1009, - "end": 1018, + "start": 1058, + "end": 1067, "loc": { "start": { "line": 50, @@ -2057,8 +2057,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1009, - "end": 1012, + "start": 1058, + "end": 1061, "loc": { "start": { "line": 50, @@ -2073,8 +2073,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1013, - "end": 1018, + "start": 1062, + "end": 1067, "loc": { "start": { "line": 50, @@ -2087,8 +2087,8 @@ }, "expression": { "type": "Identifier", - "start": 1014, - "end": 1017, + "start": 1063, + "end": 1066, "loc": { "start": { "line": 50, @@ -2106,8 +2106,8 @@ }, { "type": "JSXAttribute", - "start": 1026, - "end": 1063, + "start": 1076, + "end": 1113, "loc": { "start": { "line": 51, @@ -2120,8 +2120,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1026, - "end": 1035, + "start": 1076, + "end": 1085, "loc": { "start": { "line": 51, @@ -2136,8 +2136,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1036, - "end": 1063, + "start": 1086, + "end": 1113, "loc": { "start": { "line": 51, @@ -2150,8 +2150,8 @@ }, "expression": { "type": "StringLiteral", - "start": 1038, - "end": 1061, + "start": 1088, + "end": 1111, "loc": { "start": { "line": 51, @@ -2172,8 +2172,8 @@ }, { "type": "JSXAttribute", - "start": 1071, - "end": 1089, + "start": 1122, + "end": 1140, "loc": { "start": { "line": 52, @@ -2186,8 +2186,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1071, - "end": 1076, + "start": 1122, + "end": 1127, "loc": { "start": { "line": 52, @@ -2202,8 +2202,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1077, - "end": 1089, + "start": 1128, + "end": 1140, "loc": { "start": { "line": 52, @@ -2216,8 +2216,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1078, - "end": 1088, + "start": 1129, + "end": 1139, "loc": { "start": { "line": 52, @@ -2230,8 +2230,8 @@ }, "object": { "type": "Identifier", - "start": 1078, - "end": 1082, + "start": 1129, + "end": 1133, "loc": { "start": { "line": 52, @@ -2247,8 +2247,8 @@ }, "property": { "type": "Identifier", - "start": 1083, - "end": 1088, + "start": 1134, + "end": 1139, "loc": { "start": { "line": 52, @@ -2269,8 +2269,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 995, - "end": 1001, + "start": 1043, + "end": 1049, "loc": { "start": { "line": 49, @@ -2287,8 +2287,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 1124, - "end": 1133, + "start": 1178, + "end": 1187, "loc": { "start": { "line": 55, @@ -2301,8 +2301,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1126, - "end": 1132, + "start": 1180, + "end": 1186, "loc": { "start": { "line": 55, @@ -2319,8 +2319,8 @@ "children": [ { "type": "JSXText", - "start": 1097, - "end": 1105, + "start": 1149, + "end": 1158, "loc": { "start": { "line": 53, @@ -2336,8 +2336,8 @@ }, { "type": "JSXExpressionContainer", - "start": 1105, - "end": 1117, + "start": 1158, + "end": 1170, "loc": { "start": { "line": 54, @@ -2350,8 +2350,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1106, - "end": 1116, + "start": 1159, + "end": 1169, "loc": { "start": { "line": 54, @@ -2364,8 +2364,8 @@ }, "object": { "type": "Identifier", - "start": 1106, - "end": 1110, + "start": 1159, + "end": 1163, "loc": { "start": { "line": 54, @@ -2381,8 +2381,8 @@ }, "property": { "type": "Identifier", - "start": 1111, - "end": 1116, + "start": 1164, + "end": 1169, "loc": { "start": { "line": 54, @@ -2401,8 +2401,8 @@ }, { "type": "JSXText", - "start": 1117, - "end": 1124, + "start": 1170, + "end": 1178, "loc": { "start": { "line": 54, @@ -2419,7 +2419,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 986 + "parenStart": 1033 } } } @@ -2432,8 +2432,8 @@ }, { "type": "JSXText", - "start": 1153, - "end": 1156, + "start": 1210, + "end": 1214, "loc": { "start": { "line": 58, @@ -2450,7 +2450,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 721 + "parenStart": 757 } } } @@ -2465,9 +2465,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates a select field\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 204, - "end": 297, + "value": "*\r\n * Creates a select field\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 210, + "end": 309, "loc": { "start": { "line": 7, @@ -2483,9 +2483,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definition for select fields\n *\n * @type {{}}\n ", - "start": 1177, - "end": 1238, + "value": "*\r\n * Prop definition for select fields\r\n *\r\n * @type {{}}\r\n ", + "start": 1242, + "end": 1307, "loc": { "start": { "line": 66, @@ -2502,9 +2502,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates a select field\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 204, - "end": 297, + "value": "*\r\n * Creates a select field\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 210, + "end": 309, "loc": { "start": { "line": 7, @@ -2520,9 +2520,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definition for select fields\n *\n * @type {{}}\n ", - "start": 1177, - "end": 1238, + "value": "*\r\n * Prop definition for select fields\r\n *\r\n * @type {{}}\r\n ", + "start": 1242, + "end": 1307, "loc": { "start": { "line": 66, @@ -2538,8 +2538,8 @@ }, { "type": "ExpressionStatement", - "start": 1239, - "end": 1315, + "start": 1309, + "end": 1389, "loc": { "start": { "line": 71, @@ -2552,8 +2552,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1239, - "end": 1314, + "start": 1309, + "end": 1388, "loc": { "start": { "line": 71, @@ -2567,8 +2567,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1239, - "end": 1260, + "start": 1309, + "end": 1330, "loc": { "start": { "line": 71, @@ -2581,8 +2581,8 @@ }, "object": { "type": "Identifier", - "start": 1239, - "end": 1250, + "start": 1309, + "end": 1320, "loc": { "start": { "line": 71, @@ -2599,8 +2599,8 @@ }, "property": { "type": "Identifier", - "start": 1251, - "end": 1260, + "start": 1321, + "end": 1330, "loc": { "start": { "line": 71, @@ -2619,8 +2619,8 @@ }, "right": { "type": "ObjectExpression", - "start": 1263, - "end": 1314, + "start": 1333, + "end": 1388, "loc": { "start": { "line": 71, @@ -2634,8 +2634,8 @@ "properties": [ { "type": "SpreadProperty", - "start": 1266, - "end": 1283, + "start": 1337, + "end": 1354, "loc": { "start": { "line": 72, @@ -2648,8 +2648,8 @@ }, "argument": { "type": "Identifier", - "start": 1269, - "end": 1283, + "start": 1340, + "end": 1354, "loc": { "start": { "line": 72, @@ -2666,8 +2666,8 @@ }, { "type": "ObjectProperty", - "start": 1286, - "end": 1311, + "start": 1358, + "end": 1383, "loc": { "start": { "line": 73, @@ -2683,8 +2683,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1286, - "end": 1293, + "start": 1358, + "end": 1365, "loc": { "start": { "line": 73, @@ -2700,8 +2700,8 @@ }, "value": { "type": "Identifier", - "start": 1295, - "end": 1311, + "start": 1367, + "end": 1383, "loc": { "start": { "line": 73, @@ -2723,9 +2723,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Prop definition for select fields\n *\n * @type {{}}\n ", - "start": 1177, - "end": 1238, + "value": "*\r\n * Prop definition for select fields\r\n *\r\n * @type {{}}\r\n ", + "start": 1242, + "end": 1307, "loc": { "start": { "line": 66, @@ -2741,9 +2741,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Default props for select fields\n *\n * @type {{options: Array}}\n ", - "start": 1317, - "end": 1390, + "value": "*\r\n * Default props for select fields\r\n *\r\n * @type {{options: Array}}\r\n ", + "start": 1393, + "end": 1470, "loc": { "start": { "line": 77, @@ -2759,8 +2759,8 @@ }, { "type": "ExpressionStatement", - "start": 1391, - "end": 1435, + "start": 1472, + "end": 1518, "loc": { "start": { "line": 82, @@ -2773,8 +2773,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1391, - "end": 1434, + "start": 1472, + "end": 1517, "loc": { "start": { "line": 82, @@ -2788,8 +2788,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1391, - "end": 1415, + "start": 1472, + "end": 1496, "loc": { "start": { "line": 82, @@ -2802,8 +2802,8 @@ }, "object": { "type": "Identifier", - "start": 1391, - "end": 1402, + "start": 1472, + "end": 1483, "loc": { "start": { "line": 82, @@ -2820,8 +2820,8 @@ }, "property": { "type": "Identifier", - "start": 1403, - "end": 1415, + "start": 1484, + "end": 1496, "loc": { "start": { "line": 82, @@ -2840,8 +2840,8 @@ }, "right": { "type": "ObjectExpression", - "start": 1418, - "end": 1434, + "start": 1499, + "end": 1517, "loc": { "start": { "line": 82, @@ -2855,8 +2855,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1421, - "end": 1432, + "start": 1503, + "end": 1514, "loc": { "start": { "line": 83, @@ -2872,8 +2872,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1421, - "end": 1428, + "start": 1503, + "end": 1510, "loc": { "start": { "line": 83, @@ -2889,8 +2889,8 @@ }, "value": { "type": "ArrayExpression", - "start": 1430, - "end": 1432, + "start": 1512, + "end": 1514, "loc": { "start": { "line": 83, @@ -2911,9 +2911,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Default props for select fields\n *\n * @type {{options: Array}}\n ", - "start": 1317, - "end": 1390, + "value": "*\r\n * Default props for select fields\r\n *\r\n * @type {{options: Array}}\r\n ", + "start": 1393, + "end": 1470, "loc": { "start": { "line": 77, @@ -2933,9 +2933,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Creates a select field\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 204, - "end": 297, + "value": "*\r\n * Creates a select field\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 210, + "end": 309, "loc": { "start": { "line": 7, @@ -2949,9 +2949,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Dispatches new value(s) to parent\n\t *\n\t * @param selection\n\t * @returns {*}\n\t ", - "start": 339, - "end": 427, + "value": "*\r\n\t * Dispatches new value(s) to parent\r\n\t *\r\n\t * @param selection\r\n\t * @returns {*}\r\n\t ", + "start": 353, + "end": 446, "loc": { "start": { "line": 15, @@ -2965,9 +2965,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Get the className prop for the select element\n\t *\n\t * @return {String}\n\t ", - "start": 511, - "end": 594, + "value": "*\r\n\t * Get the className prop for the select element\r\n\t *\r\n\t * @return {String}\r\n\t ", + "start": 535, + "end": 622, "loc": { "start": { "line": 25, @@ -2981,9 +2981,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definition for select fields\n *\n * @type {{}}\n ", - "start": 1177, - "end": 1238, + "value": "*\r\n * Prop definition for select fields\r\n *\r\n * @type {{}}\r\n ", + "start": 1242, + "end": 1307, "loc": { "start": { "line": 66, @@ -2997,9 +2997,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default props for select fields\n *\n * @type {{options: Array}}\n ", - "start": 1317, - "end": 1390, + "value": "*\r\n * Default props for select fields\r\n *\r\n * @type {{options: Array}}\r\n ", + "start": 1393, + "end": 1470, "loc": { "start": { "line": 77, @@ -3161,8 +3161,8 @@ "updateContext": null }, "value": "import", - "start": 27, - "end": 33, + "start": 28, + "end": 34, "loc": { "start": { "line": 2, @@ -3186,8 +3186,8 @@ "postfix": false, "binop": null }, - "start": 34, - "end": 35, + "start": 35, + "end": 36, "loc": { "start": { "line": 2, @@ -3212,8 +3212,8 @@ "binop": null }, "value": "fieldPropTypes", - "start": 35, - "end": 49, + "start": 36, + "end": 50, "loc": { "start": { "line": 2, @@ -3237,8 +3237,8 @@ "postfix": false, "binop": null }, - "start": 49, - "end": 50, + "start": 50, + "end": 51, "loc": { "start": { "line": 2, @@ -3263,8 +3263,8 @@ "binop": null }, "value": "from", - "start": 51, - "end": 55, + "start": 52, + "end": 56, "loc": { "start": { "line": 2, @@ -3290,8 +3290,8 @@ "updateContext": null }, "value": "../propTypes", - "start": 56, - "end": 70, + "start": 57, + "end": 71, "loc": { "start": { "line": 2, @@ -3316,8 +3316,8 @@ "binop": null, "updateContext": null }, - "start": 70, - "end": 71, + "start": 71, + "end": 72, "loc": { "start": { "line": 2, @@ -3344,8 +3344,8 @@ "updateContext": null }, "value": "import", - "start": 72, - "end": 78, + "start": 74, + "end": 80, "loc": { "start": { "line": 3, @@ -3370,8 +3370,8 @@ "binop": null }, "value": "classNames", - "start": 79, - "end": 89, + "start": 81, + "end": 91, "loc": { "start": { "line": 3, @@ -3396,8 +3396,8 @@ "binop": null }, "value": "from", - "start": 90, - "end": 94, + "start": 92, + "end": 96, "loc": { "start": { "line": 3, @@ -3423,8 +3423,8 @@ "updateContext": null }, "value": "classnames", - "start": 95, - "end": 107, + "start": 97, + "end": 109, "loc": { "start": { "line": 3, @@ -3449,8 +3449,8 @@ "binop": null, "updateContext": null }, - "start": 107, - "end": 108, + "start": 109, + "end": 110, "loc": { "start": { "line": 3, @@ -3477,8 +3477,8 @@ "updateContext": null }, "value": "import", - "start": 109, - "end": 115, + "start": 112, + "end": 118, "loc": { "start": { "line": 4, @@ -3502,8 +3502,8 @@ "postfix": false, "binop": null }, - "start": 116, - "end": 117, + "start": 119, + "end": 120, "loc": { "start": { "line": 4, @@ -3528,8 +3528,8 @@ "binop": null }, "value": "RenderGroup", - "start": 117, - "end": 128, + "start": 120, + "end": 131, "loc": { "start": { "line": 4, @@ -3553,8 +3553,8 @@ "postfix": false, "binop": null }, - "start": 128, - "end": 129, + "start": 131, + "end": 132, "loc": { "start": { "line": 4, @@ -3579,8 +3579,8 @@ "binop": null }, "value": "from", - "start": 130, - "end": 134, + "start": 133, + "end": 137, "loc": { "start": { "line": 4, @@ -3606,8 +3606,8 @@ "updateContext": null }, "value": "../../RenderGroup", - "start": 135, - "end": 154, + "start": 138, + "end": 157, "loc": { "start": { "line": 4, @@ -3632,8 +3632,8 @@ "binop": null, "updateContext": null }, - "start": 154, - "end": 155, + "start": 157, + "end": 158, "loc": { "start": { "line": 4, @@ -3660,8 +3660,8 @@ "updateContext": null }, "value": "import", - "start": 156, - "end": 162, + "start": 160, + "end": 166, "loc": { "start": { "line": 5, @@ -3685,8 +3685,8 @@ "postfix": false, "binop": null }, - "start": 163, - "end": 164, + "start": 167, + "end": 168, "loc": { "start": { "line": 5, @@ -3711,8 +3711,8 @@ "binop": null }, "value": "optionsShapeProp", - "start": 164, - "end": 180, + "start": 168, + "end": 184, "loc": { "start": { "line": 5, @@ -3736,8 +3736,8 @@ "postfix": false, "binop": null }, - "start": 180, - "end": 181, + "start": 184, + "end": 185, "loc": { "start": { "line": 5, @@ -3762,8 +3762,8 @@ "binop": null }, "value": "from", - "start": 182, - "end": 186, + "start": 186, + "end": 190, "loc": { "start": { "line": 5, @@ -3789,8 +3789,8 @@ "updateContext": null }, "value": "../propTypes", - "start": 187, - "end": 201, + "start": 191, + "end": 205, "loc": { "start": { "line": 5, @@ -3815,8 +3815,8 @@ "binop": null, "updateContext": null }, - "start": 201, - "end": 202, + "start": 205, + "end": 206, "loc": { "start": { "line": 5, @@ -3830,9 +3830,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Creates a select field\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 204, - "end": 297, + "value": "*\r\n * Creates a select field\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 210, + "end": 309, "loc": { "start": { "line": 7, @@ -3859,8 +3859,8 @@ "updateContext": null }, "value": "export", - "start": 298, - "end": 304, + "start": 311, + "end": 317, "loc": { "start": { "line": 14, @@ -3887,8 +3887,8 @@ "updateContext": null }, "value": "const", - "start": 305, - "end": 310, + "start": 318, + "end": 323, "loc": { "start": { "line": 14, @@ -3913,8 +3913,8 @@ "binop": null }, "value": "SelectField", - "start": 311, - "end": 322, + "start": 324, + "end": 335, "loc": { "start": { "line": 14, @@ -3940,8 +3940,8 @@ "updateContext": null }, "value": "=", - "start": 323, - "end": 324, + "start": 336, + "end": 337, "loc": { "start": { "line": 14, @@ -3965,8 +3965,8 @@ "postfix": false, "binop": null }, - "start": 325, - "end": 326, + "start": 338, + "end": 339, "loc": { "start": { "line": 14, @@ -3991,8 +3991,8 @@ "binop": null }, "value": "props", - "start": 326, - "end": 331, + "start": 339, + "end": 344, "loc": { "start": { "line": 14, @@ -4016,8 +4016,8 @@ "postfix": false, "binop": null }, - "start": 331, - "end": 332, + "start": 344, + "end": 345, "loc": { "start": { "line": 14, @@ -4042,8 +4042,8 @@ "binop": null, "updateContext": null }, - "start": 333, - "end": 335, + "start": 346, + "end": 348, "loc": { "start": { "line": 14, @@ -4067,8 +4067,8 @@ "postfix": false, "binop": null }, - "start": 336, - "end": 337, + "start": 349, + "end": 350, "loc": { "start": { "line": 14, @@ -4082,9 +4082,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Dispatches new value(s) to parent\n\t *\n\t * @param selection\n\t * @returns {*}\n\t ", - "start": 339, - "end": 427, + "value": "*\r\n\t * Dispatches new value(s) to parent\r\n\t *\r\n\t * @param selection\r\n\t * @returns {*}\r\n\t ", + "start": 353, + "end": 446, "loc": { "start": { "line": 15, @@ -4110,8 +4110,8 @@ "binop": null }, "value": "function", - "start": 429, - "end": 437, + "start": 449, + "end": 457, "loc": { "start": { "line": 21, @@ -4136,8 +4136,8 @@ "binop": null }, "value": "changeHandler", - "start": 438, - "end": 451, + "start": 458, + "end": 471, "loc": { "start": { "line": 21, @@ -4161,8 +4161,8 @@ "postfix": false, "binop": null }, - "start": 451, - "end": 452, + "start": 471, + "end": 472, "loc": { "start": { "line": 21, @@ -4187,8 +4187,8 @@ "binop": null }, "value": "selection", - "start": 452, - "end": 461, + "start": 472, + "end": 481, "loc": { "start": { "line": 21, @@ -4212,8 +4212,8 @@ "postfix": false, "binop": null }, - "start": 461, - "end": 462, + "start": 481, + "end": 482, "loc": { "start": { "line": 21, @@ -4237,8 +4237,8 @@ "postfix": false, "binop": null }, - "start": 463, - "end": 464, + "start": 483, + "end": 484, "loc": { "start": { "line": 21, @@ -4265,8 +4265,8 @@ "updateContext": null }, "value": "return", - "start": 467, - "end": 473, + "start": 488, + "end": 494, "loc": { "start": { "line": 22, @@ -4291,8 +4291,8 @@ "binop": null }, "value": "props", - "start": 474, - "end": 479, + "start": 495, + "end": 500, "loc": { "start": { "line": 22, @@ -4317,8 +4317,8 @@ "binop": null, "updateContext": null }, - "start": 479, - "end": 480, + "start": 500, + "end": 501, "loc": { "start": { "line": 22, @@ -4343,8 +4343,8 @@ "binop": null }, "value": "onValueChange", - "start": 480, - "end": 493, + "start": 501, + "end": 514, "loc": { "start": { "line": 22, @@ -4368,8 +4368,8 @@ "postfix": false, "binop": null }, - "start": 493, - "end": 494, + "start": 514, + "end": 515, "loc": { "start": { "line": 22, @@ -4394,8 +4394,8 @@ "binop": null }, "value": "selection", - "start": 494, - "end": 503, + "start": 515, + "end": 524, "loc": { "start": { "line": 22, @@ -4419,8 +4419,8 @@ "postfix": false, "binop": null }, - "start": 503, - "end": 504, + "start": 524, + "end": 525, "loc": { "start": { "line": 22, @@ -4445,8 +4445,8 @@ "binop": null, "updateContext": null }, - "start": 504, - "end": 505, + "start": 525, + "end": 526, "loc": { "start": { "line": 22, @@ -4470,8 +4470,8 @@ "postfix": false, "binop": null }, - "start": 507, - "end": 508, + "start": 529, + "end": 530, "loc": { "start": { "line": 23, @@ -4485,9 +4485,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Get the className prop for the select element\n\t *\n\t * @return {String}\n\t ", - "start": 511, - "end": 594, + "value": "*\r\n\t * Get the className prop for the select element\r\n\t *\r\n\t * @return {String}\r\n\t ", + "start": 535, + "end": 622, "loc": { "start": { "line": 25, @@ -4513,8 +4513,8 @@ "binop": null }, "value": "function", - "start": 596, - "end": 604, + "start": 625, + "end": 633, "loc": { "start": { "line": 30, @@ -4539,8 +4539,8 @@ "binop": null }, "value": "selectClassNames", - "start": 605, - "end": 621, + "start": 634, + "end": 650, "loc": { "start": { "line": 30, @@ -4564,8 +4564,8 @@ "postfix": false, "binop": null }, - "start": 621, - "end": 622, + "start": 650, + "end": 651, "loc": { "start": { "line": 30, @@ -4589,8 +4589,8 @@ "postfix": false, "binop": null }, - "start": 622, - "end": 623, + "start": 651, + "end": 652, "loc": { "start": { "line": 30, @@ -4614,8 +4614,8 @@ "postfix": false, "binop": null }, - "start": 624, - "end": 625, + "start": 653, + "end": 654, "loc": { "start": { "line": 30, @@ -4642,8 +4642,8 @@ "updateContext": null }, "value": "return", - "start": 628, - "end": 634, + "start": 658, + "end": 664, "loc": { "start": { "line": 31, @@ -4668,8 +4668,8 @@ "binop": null }, "value": "classNames", - "start": 635, - "end": 645, + "start": 665, + "end": 675, "loc": { "start": { "line": 31, @@ -4693,8 +4693,8 @@ "postfix": false, "binop": null }, - "start": 645, - "end": 646, + "start": 675, + "end": 676, "loc": { "start": { "line": 31, @@ -4719,8 +4719,8 @@ "binop": null }, "value": "props", - "start": 650, - "end": 655, + "start": 681, + "end": 686, "loc": { "start": { "line": 32, @@ -4745,8 +4745,8 @@ "binop": null, "updateContext": null }, - "start": 655, - "end": 656, + "start": 686, + "end": 687, "loc": { "start": { "line": 32, @@ -4771,8 +4771,8 @@ "binop": null }, "value": "fieldClassName", - "start": 656, - "end": 670, + "start": 687, + "end": 701, "loc": { "start": { "line": 32, @@ -4797,8 +4797,8 @@ "binop": null, "updateContext": null }, - "start": 670, - "end": 671, + "start": 701, + "end": 702, "loc": { "start": { "line": 32, @@ -4823,8 +4823,8 @@ "binop": null }, "value": "RenderGroup", - "start": 675, - "end": 686, + "start": 707, + "end": 718, "loc": { "start": { "line": 33, @@ -4849,8 +4849,8 @@ "binop": null, "updateContext": null }, - "start": 686, - "end": 687, + "start": 718, + "end": 719, "loc": { "start": { "line": 33, @@ -4875,8 +4875,8 @@ "binop": null }, "value": "classNames", - "start": 687, - "end": 697, + "start": 719, + "end": 729, "loc": { "start": { "line": 33, @@ -4901,8 +4901,8 @@ "binop": null, "updateContext": null }, - "start": 697, - "end": 698, + "start": 729, + "end": 730, "loc": { "start": { "line": 33, @@ -4927,8 +4927,8 @@ "binop": null }, "value": "input", - "start": 698, - "end": 703, + "start": 730, + "end": 735, "loc": { "start": { "line": 33, @@ -4952,8 +4952,8 @@ "postfix": false, "binop": null }, - "start": 706, - "end": 707, + "start": 739, + "end": 740, "loc": { "start": { "line": 34, @@ -4978,8 +4978,8 @@ "binop": null, "updateContext": null }, - "start": 707, - "end": 708, + "start": 740, + "end": 741, "loc": { "start": { "line": 34, @@ -5003,8 +5003,8 @@ "postfix": false, "binop": null }, - "start": 710, - "end": 711, + "start": 744, + "end": 745, "loc": { "start": { "line": 35, @@ -5031,8 +5031,8 @@ "updateContext": null }, "value": "return", - "start": 714, - "end": 720, + "start": 750, + "end": 756, "loc": { "start": { "line": 37, @@ -5056,8 +5056,8 @@ "postfix": false, "binop": null }, - "start": 721, - "end": 722, + "start": 757, + "end": 758, "loc": { "start": { "line": 37, @@ -5081,8 +5081,8 @@ "postfix": false, "binop": null }, - "start": 725, - "end": 726, + "start": 762, + "end": 763, "loc": { "start": { "line": 38, @@ -5108,8 +5108,8 @@ "updateContext": null }, "value": "select", - "start": 726, - "end": 732, + "start": 763, + "end": 769, "loc": { "start": { "line": 38, @@ -5135,8 +5135,8 @@ "updateContext": null }, "value": "id", - "start": 736, - "end": 738, + "start": 774, + "end": 776, "loc": { "start": { "line": 39, @@ -5162,8 +5162,8 @@ "updateContext": null }, "value": "=", - "start": 738, - "end": 739, + "start": 776, + "end": 777, "loc": { "start": { "line": 39, @@ -5187,8 +5187,8 @@ "postfix": false, "binop": null }, - "start": 739, - "end": 740, + "start": 777, + "end": 778, "loc": { "start": { "line": 39, @@ -5213,8 +5213,8 @@ "binop": null }, "value": "props", - "start": 740, - "end": 745, + "start": 778, + "end": 783, "loc": { "start": { "line": 39, @@ -5239,8 +5239,8 @@ "binop": null, "updateContext": null }, - "start": 745, - "end": 746, + "start": 783, + "end": 784, "loc": { "start": { "line": 39, @@ -5265,8 +5265,8 @@ "binop": null }, "value": "id", - "start": 746, - "end": 748, + "start": 784, + "end": 786, "loc": { "start": { "line": 39, @@ -5290,8 +5290,8 @@ "postfix": false, "binop": null }, - "start": 748, - "end": 749, + "start": 786, + "end": 787, "loc": { "start": { "line": 39, @@ -5317,8 +5317,8 @@ "updateContext": null }, "value": "className", - "start": 753, - "end": 762, + "start": 792, + "end": 801, "loc": { "start": { "line": 40, @@ -5344,8 +5344,8 @@ "updateContext": null }, "value": "=", - "start": 762, - "end": 763, + "start": 801, + "end": 802, "loc": { "start": { "line": 40, @@ -5369,8 +5369,8 @@ "postfix": false, "binop": null }, - "start": 763, - "end": 764, + "start": 802, + "end": 803, "loc": { "start": { "line": 40, @@ -5395,8 +5395,8 @@ "binop": null }, "value": "selectClassNames", - "start": 764, - "end": 780, + "start": 803, + "end": 819, "loc": { "start": { "line": 40, @@ -5420,8 +5420,8 @@ "postfix": false, "binop": null }, - "start": 780, - "end": 781, + "start": 819, + "end": 820, "loc": { "start": { "line": 40, @@ -5445,8 +5445,8 @@ "postfix": false, "binop": null }, - "start": 781, - "end": 782, + "start": 820, + "end": 821, "loc": { "start": { "line": 40, @@ -5470,8 +5470,8 @@ "postfix": false, "binop": null }, - "start": 782, - "end": 783, + "start": 821, + "end": 822, "loc": { "start": { "line": 40, @@ -5497,8 +5497,8 @@ "updateContext": null }, "value": "value", - "start": 787, - "end": 792, + "start": 827, + "end": 832, "loc": { "start": { "line": 41, @@ -5524,8 +5524,8 @@ "updateContext": null }, "value": "=", - "start": 792, - "end": 793, + "start": 832, + "end": 833, "loc": { "start": { "line": 41, @@ -5549,8 +5549,8 @@ "postfix": false, "binop": null }, - "start": 793, - "end": 794, + "start": 833, + "end": 834, "loc": { "start": { "line": 41, @@ -5575,8 +5575,8 @@ "binop": null }, "value": "props", - "start": 794, - "end": 799, + "start": 834, + "end": 839, "loc": { "start": { "line": 41, @@ -5601,8 +5601,8 @@ "binop": null, "updateContext": null }, - "start": 799, - "end": 800, + "start": 839, + "end": 840, "loc": { "start": { "line": 41, @@ -5627,8 +5627,8 @@ "binop": null }, "value": "value", - "start": 800, - "end": 805, + "start": 840, + "end": 845, "loc": { "start": { "line": 41, @@ -5652,8 +5652,8 @@ "postfix": false, "binop": null }, - "start": 805, - "end": 806, + "start": 845, + "end": 846, "loc": { "start": { "line": 41, @@ -5679,8 +5679,8 @@ "updateContext": null }, "value": "disabled", - "start": 810, - "end": 818, + "start": 851, + "end": 859, "loc": { "start": { "line": 42, @@ -5706,8 +5706,8 @@ "updateContext": null }, "value": "=", - "start": 818, - "end": 819, + "start": 859, + "end": 860, "loc": { "start": { "line": 42, @@ -5731,8 +5731,8 @@ "postfix": false, "binop": null }, - "start": 819, - "end": 820, + "start": 860, + "end": 861, "loc": { "start": { "line": 42, @@ -5757,8 +5757,8 @@ "binop": null }, "value": "props", - "start": 820, - "end": 825, + "start": 861, + "end": 866, "loc": { "start": { "line": 42, @@ -5783,8 +5783,8 @@ "binop": null, "updateContext": null }, - "start": 825, - "end": 826, + "start": 866, + "end": 867, "loc": { "start": { "line": 42, @@ -5809,8 +5809,8 @@ "binop": null }, "value": "disabled", - "start": 826, - "end": 834, + "start": 867, + "end": 875, "loc": { "start": { "line": 42, @@ -5834,8 +5834,8 @@ "postfix": false, "binop": null }, - "start": 834, - "end": 835, + "start": 875, + "end": 876, "loc": { "start": { "line": 42, @@ -5861,8 +5861,8 @@ "updateContext": null }, "value": "onChange", - "start": 839, - "end": 847, + "start": 881, + "end": 889, "loc": { "start": { "line": 43, @@ -5888,8 +5888,8 @@ "updateContext": null }, "value": "=", - "start": 847, - "end": 848, + "start": 889, + "end": 890, "loc": { "start": { "line": 43, @@ -5913,8 +5913,8 @@ "postfix": false, "binop": null }, - "start": 848, - "end": 849, + "start": 890, + "end": 891, "loc": { "start": { "line": 43, @@ -5939,8 +5939,8 @@ "binop": null }, "value": "changeHandler", - "start": 849, - "end": 862, + "start": 891, + "end": 904, "loc": { "start": { "line": 43, @@ -5964,8 +5964,8 @@ "postfix": false, "binop": null }, - "start": 862, - "end": 863, + "start": 904, + "end": 905, "loc": { "start": { "line": 43, @@ -5989,8 +5989,8 @@ "postfix": false, "binop": null }, - "start": 866, - "end": 867, + "start": 909, + "end": 910, "loc": { "start": { "line": 44, @@ -6016,8 +6016,8 @@ "updateContext": null }, "value": "\n\t\t\t", - "start": 867, - "end": 871, + "start": 910, + "end": 915, "loc": { "start": { "line": 44, @@ -6041,8 +6041,8 @@ "postfix": false, "binop": null }, - "start": 871, - "end": 872, + "start": 915, + "end": 916, "loc": { "start": { "line": 45, @@ -6067,8 +6067,8 @@ "binop": null }, "value": "props", - "start": 872, - "end": 877, + "start": 916, + "end": 921, "loc": { "start": { "line": 45, @@ -6093,8 +6093,8 @@ "binop": null, "updateContext": null }, - "start": 877, - "end": 878, + "start": 921, + "end": 922, "loc": { "start": { "line": 45, @@ -6119,8 +6119,8 @@ "binop": null }, "value": "options", - "start": 878, - "end": 885, + "start": 922, + "end": 929, "loc": { "start": { "line": 45, @@ -6145,8 +6145,8 @@ "binop": null, "updateContext": null }, - "start": 890, - "end": 891, + "start": 935, + "end": 936, "loc": { "start": { "line": 46, @@ -6171,8 +6171,8 @@ "binop": null }, "value": "map", - "start": 891, - "end": 894, + "start": 936, + "end": 939, "loc": { "start": { "line": 46, @@ -6196,8 +6196,8 @@ "postfix": false, "binop": null }, - "start": 894, - "end": 895, + "start": 939, + "end": 940, "loc": { "start": { "line": 46, @@ -6221,8 +6221,8 @@ "postfix": false, "binop": null }, - "start": 895, - "end": 896, + "start": 940, + "end": 941, "loc": { "start": { "line": 46, @@ -6247,8 +6247,8 @@ "binop": null }, "value": "item", - "start": 896, - "end": 900, + "start": 941, + "end": 945, "loc": { "start": { "line": 46, @@ -6273,8 +6273,8 @@ "binop": null, "updateContext": null }, - "start": 900, - "end": 901, + "start": 945, + "end": 946, "loc": { "start": { "line": 46, @@ -6299,8 +6299,8 @@ "binop": null }, "value": "i", - "start": 901, - "end": 902, + "start": 946, + "end": 947, "loc": { "start": { "line": 46, @@ -6324,8 +6324,8 @@ "postfix": false, "binop": null }, - "start": 902, - "end": 903, + "start": 947, + "end": 948, "loc": { "start": { "line": 46, @@ -6350,8 +6350,8 @@ "binop": null, "updateContext": null }, - "start": 904, - "end": 906, + "start": 949, + "end": 951, "loc": { "start": { "line": 46, @@ -6375,8 +6375,8 @@ "postfix": false, "binop": null }, - "start": 907, - "end": 908, + "start": 952, + "end": 953, "loc": { "start": { "line": 46, @@ -6403,8 +6403,8 @@ "updateContext": null }, "value": "const", - "start": 914, - "end": 919, + "start": 960, + "end": 965, "loc": { "start": { "line": 47, @@ -6429,8 +6429,8 @@ "binop": null }, "value": "key", - "start": 920, - "end": 923, + "start": 966, + "end": 969, "loc": { "start": { "line": 47, @@ -6456,8 +6456,8 @@ "updateContext": null }, "value": "=", - "start": 924, - "end": 925, + "start": 970, + "end": 971, "loc": { "start": { "line": 47, @@ -6483,8 +6483,8 @@ "updateContext": null }, "value": "string", - "start": 926, - "end": 934, + "start": 972, + "end": 980, "loc": { "start": { "line": 47, @@ -6510,8 +6510,8 @@ "updateContext": null }, "value": "===", - "start": 935, - "end": 938, + "start": 981, + "end": 984, "loc": { "start": { "line": 47, @@ -6538,8 +6538,8 @@ "updateContext": null }, "value": "typeof", - "start": 939, - "end": 945, + "start": 985, + "end": 991, "loc": { "start": { "line": 47, @@ -6564,8 +6564,8 @@ "binop": null }, "value": "item", - "start": 946, - "end": 950, + "start": 992, + "end": 996, "loc": { "start": { "line": 47, @@ -6590,8 +6590,8 @@ "binop": null, "updateContext": null }, - "start": 950, - "end": 951, + "start": 996, + "end": 997, "loc": { "start": { "line": 47, @@ -6616,8 +6616,8 @@ "binop": null }, "value": "value", - "start": 951, - "end": 956, + "start": 997, + "end": 1002, "loc": { "start": { "line": 47, @@ -6642,8 +6642,8 @@ "binop": null, "updateContext": null }, - "start": 957, - "end": 958, + "start": 1003, + "end": 1004, "loc": { "start": { "line": 47, @@ -6668,8 +6668,8 @@ "binop": null }, "value": "item", - "start": 959, - "end": 963, + "start": 1005, + "end": 1009, "loc": { "start": { "line": 47, @@ -6694,8 +6694,8 @@ "binop": null, "updateContext": null }, - "start": 963, - "end": 964, + "start": 1009, + "end": 1010, "loc": { "start": { "line": 47, @@ -6720,8 +6720,8 @@ "binop": null }, "value": "value", - "start": 964, - "end": 969, + "start": 1010, + "end": 1015, "loc": { "start": { "line": 47, @@ -6746,8 +6746,8 @@ "binop": null, "updateContext": null }, - "start": 970, - "end": 971, + "start": 1016, + "end": 1017, "loc": { "start": { "line": 47, @@ -6772,8 +6772,8 @@ "binop": null }, "value": "i", - "start": 972, - "end": 973, + "start": 1018, + "end": 1019, "loc": { "start": { "line": 47, @@ -6798,8 +6798,8 @@ "binop": null, "updateContext": null }, - "start": 973, - "end": 974, + "start": 1019, + "end": 1020, "loc": { "start": { "line": 47, @@ -6826,8 +6826,8 @@ "updateContext": null }, "value": "return", - "start": 980, - "end": 986, + "start": 1027, + "end": 1033, "loc": { "start": { "line": 48, @@ -6851,8 +6851,8 @@ "postfix": false, "binop": null }, - "start": 986, - "end": 987, + "start": 1033, + "end": 1034, "loc": { "start": { "line": 48, @@ -6876,8 +6876,8 @@ "postfix": false, "binop": null }, - "start": 994, - "end": 995, + "start": 1042, + "end": 1043, "loc": { "start": { "line": 49, @@ -6903,8 +6903,8 @@ "updateContext": null }, "value": "option", - "start": 995, - "end": 1001, + "start": 1043, + "end": 1049, "loc": { "start": { "line": 49, @@ -6930,8 +6930,8 @@ "updateContext": null }, "value": "key", - "start": 1009, - "end": 1012, + "start": 1058, + "end": 1061, "loc": { "start": { "line": 50, @@ -6957,8 +6957,8 @@ "updateContext": null }, "value": "=", - "start": 1012, - "end": 1013, + "start": 1061, + "end": 1062, "loc": { "start": { "line": 50, @@ -6982,8 +6982,8 @@ "postfix": false, "binop": null }, - "start": 1013, - "end": 1014, + "start": 1062, + "end": 1063, "loc": { "start": { "line": 50, @@ -7008,8 +7008,8 @@ "binop": null }, "value": "key", - "start": 1014, - "end": 1017, + "start": 1063, + "end": 1066, "loc": { "start": { "line": 50, @@ -7033,8 +7033,8 @@ "postfix": false, "binop": null }, - "start": 1017, - "end": 1018, + "start": 1066, + "end": 1067, "loc": { "start": { "line": 50, @@ -7060,8 +7060,8 @@ "updateContext": null }, "value": "className", - "start": 1026, - "end": 1035, + "start": 1076, + "end": 1085, "loc": { "start": { "line": 51, @@ -7087,8 +7087,8 @@ "updateContext": null }, "value": "=", - "start": 1035, - "end": 1036, + "start": 1085, + "end": 1086, "loc": { "start": { "line": 51, @@ -7112,8 +7112,8 @@ "postfix": false, "binop": null }, - "start": 1036, - "end": 1037, + "start": 1086, + "end": 1087, "loc": { "start": { "line": 51, @@ -7139,8 +7139,8 @@ "updateContext": null }, "value": "caldera-config-option", - "start": 1038, - "end": 1061, + "start": 1088, + "end": 1111, "loc": { "start": { "line": 51, @@ -7164,8 +7164,8 @@ "postfix": false, "binop": null }, - "start": 1062, - "end": 1063, + "start": 1112, + "end": 1113, "loc": { "start": { "line": 51, @@ -7191,8 +7191,8 @@ "updateContext": null }, "value": "value", - "start": 1071, - "end": 1076, + "start": 1122, + "end": 1127, "loc": { "start": { "line": 52, @@ -7218,8 +7218,8 @@ "updateContext": null }, "value": "=", - "start": 1076, - "end": 1077, + "start": 1127, + "end": 1128, "loc": { "start": { "line": 52, @@ -7243,8 +7243,8 @@ "postfix": false, "binop": null }, - "start": 1077, - "end": 1078, + "start": 1128, + "end": 1129, "loc": { "start": { "line": 52, @@ -7269,8 +7269,8 @@ "binop": null }, "value": "item", - "start": 1078, - "end": 1082, + "start": 1129, + "end": 1133, "loc": { "start": { "line": 52, @@ -7295,8 +7295,8 @@ "binop": null, "updateContext": null }, - "start": 1082, - "end": 1083, + "start": 1133, + "end": 1134, "loc": { "start": { "line": 52, @@ -7321,8 +7321,8 @@ "binop": null }, "value": "value", - "start": 1083, - "end": 1088, + "start": 1134, + "end": 1139, "loc": { "start": { "line": 52, @@ -7346,8 +7346,8 @@ "postfix": false, "binop": null }, - "start": 1088, - "end": 1089, + "start": 1139, + "end": 1140, "loc": { "start": { "line": 52, @@ -7371,8 +7371,8 @@ "postfix": false, "binop": null }, - "start": 1096, - "end": 1097, + "start": 1148, + "end": 1149, "loc": { "start": { "line": 53, @@ -7398,8 +7398,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t\t\t", - "start": 1097, - "end": 1105, + "start": 1149, + "end": 1158, "loc": { "start": { "line": 53, @@ -7423,8 +7423,8 @@ "postfix": false, "binop": null }, - "start": 1105, - "end": 1106, + "start": 1158, + "end": 1159, "loc": { "start": { "line": 54, @@ -7449,8 +7449,8 @@ "binop": null }, "value": "item", - "start": 1106, - "end": 1110, + "start": 1159, + "end": 1163, "loc": { "start": { "line": 54, @@ -7475,8 +7475,8 @@ "binop": null, "updateContext": null }, - "start": 1110, - "end": 1111, + "start": 1163, + "end": 1164, "loc": { "start": { "line": 54, @@ -7501,8 +7501,8 @@ "binop": null }, "value": "label", - "start": 1111, - "end": 1116, + "start": 1164, + "end": 1169, "loc": { "start": { "line": 54, @@ -7526,8 +7526,8 @@ "postfix": false, "binop": null }, - "start": 1116, - "end": 1117, + "start": 1169, + "end": 1170, "loc": { "start": { "line": 54, @@ -7553,8 +7553,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t\t", - "start": 1117, - "end": 1124, + "start": 1170, + "end": 1178, "loc": { "start": { "line": 54, @@ -7578,8 +7578,8 @@ "postfix": false, "binop": null }, - "start": 1124, - "end": 1125, + "start": 1178, + "end": 1179, "loc": { "start": { "line": 55, @@ -7605,8 +7605,8 @@ "updateContext": null }, "value": "/", - "start": 1125, - "end": 1126, + "start": 1179, + "end": 1180, "loc": { "start": { "line": 55, @@ -7632,8 +7632,8 @@ "updateContext": null }, "value": "option", - "start": 1126, - "end": 1132, + "start": 1180, + "end": 1186, "loc": { "start": { "line": 55, @@ -7657,8 +7657,8 @@ "postfix": false, "binop": null }, - "start": 1132, - "end": 1133, + "start": 1186, + "end": 1187, "loc": { "start": { "line": 55, @@ -7682,8 +7682,8 @@ "postfix": false, "binop": null }, - "start": 1139, - "end": 1140, + "start": 1194, + "end": 1195, "loc": { "start": { "line": 56, @@ -7708,8 +7708,8 @@ "binop": null, "updateContext": null }, - "start": 1140, - "end": 1141, + "start": 1195, + "end": 1196, "loc": { "start": { "line": 56, @@ -7733,8 +7733,8 @@ "postfix": false, "binop": null }, - "start": 1146, - "end": 1147, + "start": 1202, + "end": 1203, "loc": { "start": { "line": 57, @@ -7758,8 +7758,8 @@ "postfix": false, "binop": null }, - "start": 1147, - "end": 1148, + "start": 1203, + "end": 1204, "loc": { "start": { "line": 57, @@ -7783,8 +7783,8 @@ "postfix": false, "binop": null }, - "start": 1152, - "end": 1153, + "start": 1209, + "end": 1210, "loc": { "start": { "line": 58, @@ -7810,8 +7810,8 @@ "updateContext": null }, "value": "\n\t\t", - "start": 1153, - "end": 1156, + "start": 1210, + "end": 1214, "loc": { "start": { "line": 58, @@ -7835,8 +7835,8 @@ "postfix": false, "binop": null }, - "start": 1156, - "end": 1157, + "start": 1214, + "end": 1215, "loc": { "start": { "line": 59, @@ -7862,8 +7862,8 @@ "updateContext": null }, "value": "/", - "start": 1157, - "end": 1158, + "start": 1215, + "end": 1216, "loc": { "start": { "line": 59, @@ -7889,8 +7889,8 @@ "updateContext": null }, "value": "select", - "start": 1158, - "end": 1164, + "start": 1216, + "end": 1222, "loc": { "start": { "line": 59, @@ -7914,8 +7914,8 @@ "postfix": false, "binop": null }, - "start": 1164, - "end": 1165, + "start": 1222, + "end": 1223, "loc": { "start": { "line": 59, @@ -7939,8 +7939,8 @@ "postfix": false, "binop": null }, - "start": 1170, - "end": 1171, + "start": 1232, + "end": 1233, "loc": { "start": { "line": 63, @@ -7965,8 +7965,8 @@ "binop": null, "updateContext": null }, - "start": 1171, - "end": 1172, + "start": 1233, + "end": 1234, "loc": { "start": { "line": 63, @@ -7990,8 +7990,8 @@ "postfix": false, "binop": null }, - "start": 1173, - "end": 1174, + "start": 1236, + "end": 1237, "loc": { "start": { "line": 64, @@ -8016,8 +8016,8 @@ "binop": null, "updateContext": null }, - "start": 1174, - "end": 1175, + "start": 1237, + "end": 1238, "loc": { "start": { "line": 64, @@ -8031,9 +8031,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Prop definition for select fields\n *\n * @type {{}}\n ", - "start": 1177, - "end": 1238, + "value": "*\r\n * Prop definition for select fields\r\n *\r\n * @type {{}}\r\n ", + "start": 1242, + "end": 1307, "loc": { "start": { "line": 66, @@ -8058,8 +8058,8 @@ "binop": null }, "value": "SelectField", - "start": 1239, - "end": 1250, + "start": 1309, + "end": 1320, "loc": { "start": { "line": 71, @@ -8084,8 +8084,8 @@ "binop": null, "updateContext": null }, - "start": 1250, - "end": 1251, + "start": 1320, + "end": 1321, "loc": { "start": { "line": 71, @@ -8110,8 +8110,8 @@ "binop": null }, "value": "propTypes", - "start": 1251, - "end": 1260, + "start": 1321, + "end": 1330, "loc": { "start": { "line": 71, @@ -8137,8 +8137,8 @@ "updateContext": null }, "value": "=", - "start": 1261, - "end": 1262, + "start": 1331, + "end": 1332, "loc": { "start": { "line": 71, @@ -8162,8 +8162,8 @@ "postfix": false, "binop": null }, - "start": 1263, - "end": 1264, + "start": 1333, + "end": 1334, "loc": { "start": { "line": 71, @@ -8188,8 +8188,8 @@ "binop": null, "updateContext": null }, - "start": 1266, - "end": 1269, + "start": 1337, + "end": 1340, "loc": { "start": { "line": 72, @@ -8214,8 +8214,8 @@ "binop": null }, "value": "fieldPropTypes", - "start": 1269, - "end": 1283, + "start": 1340, + "end": 1354, "loc": { "start": { "line": 72, @@ -8240,8 +8240,8 @@ "binop": null, "updateContext": null }, - "start": 1283, - "end": 1284, + "start": 1354, + "end": 1355, "loc": { "start": { "line": 72, @@ -8266,8 +8266,8 @@ "binop": null }, "value": "options", - "start": 1286, - "end": 1293, + "start": 1358, + "end": 1365, "loc": { "start": { "line": 73, @@ -8292,8 +8292,8 @@ "binop": null, "updateContext": null }, - "start": 1293, - "end": 1294, + "start": 1365, + "end": 1366, "loc": { "start": { "line": 73, @@ -8318,8 +8318,8 @@ "binop": null }, "value": "optionsShapeProp", - "start": 1295, - "end": 1311, + "start": 1367, + "end": 1383, "loc": { "start": { "line": 73, @@ -8343,8 +8343,8 @@ "postfix": false, "binop": null }, - "start": 1313, - "end": 1314, + "start": 1387, + "end": 1388, "loc": { "start": { "line": 75, @@ -8369,8 +8369,8 @@ "binop": null, "updateContext": null }, - "start": 1314, - "end": 1315, + "start": 1388, + "end": 1389, "loc": { "start": { "line": 75, @@ -8384,9 +8384,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Default props for select fields\n *\n * @type {{options: Array}}\n ", - "start": 1317, - "end": 1390, + "value": "*\r\n * Default props for select fields\r\n *\r\n * @type {{options: Array}}\r\n ", + "start": 1393, + "end": 1470, "loc": { "start": { "line": 77, @@ -8411,8 +8411,8 @@ "binop": null }, "value": "SelectField", - "start": 1391, - "end": 1402, + "start": 1472, + "end": 1483, "loc": { "start": { "line": 82, @@ -8437,8 +8437,8 @@ "binop": null, "updateContext": null }, - "start": 1402, - "end": 1403, + "start": 1483, + "end": 1484, "loc": { "start": { "line": 82, @@ -8463,8 +8463,8 @@ "binop": null }, "value": "defaultProps", - "start": 1403, - "end": 1415, + "start": 1484, + "end": 1496, "loc": { "start": { "line": 82, @@ -8490,8 +8490,8 @@ "updateContext": null }, "value": "=", - "start": 1416, - "end": 1417, + "start": 1497, + "end": 1498, "loc": { "start": { "line": 82, @@ -8515,8 +8515,8 @@ "postfix": false, "binop": null }, - "start": 1418, - "end": 1419, + "start": 1499, + "end": 1500, "loc": { "start": { "line": 82, @@ -8541,8 +8541,8 @@ "binop": null }, "value": "options", - "start": 1421, - "end": 1428, + "start": 1503, + "end": 1510, "loc": { "start": { "line": 83, @@ -8567,8 +8567,8 @@ "binop": null, "updateContext": null }, - "start": 1428, - "end": 1429, + "start": 1510, + "end": 1511, "loc": { "start": { "line": 83, @@ -8593,8 +8593,8 @@ "binop": null, "updateContext": null }, - "start": 1430, - "end": 1431, + "start": 1512, + "end": 1513, "loc": { "start": { "line": 83, @@ -8619,8 +8619,8 @@ "binop": null, "updateContext": null }, - "start": 1431, - "end": 1432, + "start": 1513, + "end": 1514, "loc": { "start": { "line": 83, @@ -8644,8 +8644,8 @@ "postfix": false, "binop": null }, - "start": 1433, - "end": 1434, + "start": 1516, + "end": 1517, "loc": { "start": { "line": 84, @@ -8670,8 +8670,8 @@ "binop": null, "updateContext": null }, - "start": 1434, - "end": 1435, + "start": 1517, + "end": 1518, "loc": { "start": { "line": 84, @@ -8696,8 +8696,8 @@ "binop": null, "updateContext": null }, - "start": 1435, - "end": 1435, + "start": 1518, + "end": 1518, "loc": { "start": { "line": 84, diff --git a/docs/ast/source/components/fields/select/SelectFieldFancy.js.json b/docs/ast/source/components/fields/select/SelectFieldFancy.js.json index 52d87d8..19cadf3 100644 --- a/docs/ast/source/components/fields/select/SelectFieldFancy.js.json +++ b/docs/ast/source/components/fields/select/SelectFieldFancy.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 1665, + "end": 1744, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 1665, + "end": 1744, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 27, - "end": 61, + "start": 28, + "end": 62, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 34, - "end": 43, + "start": 35, + "end": 44, "loc": { "start": { "line": 2, @@ -128,8 +128,8 @@ }, "local": { "type": "Identifier", - "start": 34, - "end": 43, + "start": 35, + "end": 44, "loc": { "start": { "line": 2, @@ -147,8 +147,8 @@ ], "source": { "type": "StringLiteral", - "start": 49, - "end": 60, + "start": 50, + "end": 61, "loc": { "start": { "line": 2, @@ -168,8 +168,8 @@ }, { "type": "ImportDeclaration", - "start": 62, - "end": 97, + "start": 64, + "end": 99, "loc": { "start": { "line": 3, @@ -183,8 +183,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 69, - "end": 78, + "start": 71, + "end": 80, "loc": { "start": { "line": 3, @@ -197,8 +197,8 @@ }, "local": { "type": "Identifier", - "start": 69, - "end": 78, + "start": 71, + "end": 80, "loc": { "start": { "line": 3, @@ -216,8 +216,8 @@ ], "source": { "type": "StringLiteral", - "start": 84, - "end": 96, + "start": 86, + "end": 98, "loc": { "start": { "line": 3, @@ -237,8 +237,8 @@ }, { "type": "ImportDeclaration", - "start": 98, - "end": 142, + "start": 101, + "end": 145, "loc": { "start": { "line": 4, @@ -252,8 +252,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 106, - "end": 120, + "start": 109, + "end": 123, "loc": { "start": { "line": 4, @@ -266,8 +266,8 @@ }, "imported": { "type": "Identifier", - "start": 106, - "end": 120, + "start": 109, + "end": 123, "loc": { "start": { "line": 4, @@ -283,8 +283,8 @@ }, "local": { "type": "Identifier", - "start": 106, - "end": 120, + "start": 109, + "end": 123, "loc": { "start": { "line": 4, @@ -302,8 +302,8 @@ ], "source": { "type": "StringLiteral", - "start": 127, - "end": 141, + "start": 130, + "end": 144, "loc": { "start": { "line": 4, @@ -323,9 +323,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates a select field\n *\n * Wraps [downshift](https://github.com/paypal/downshift)\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 144, - "end": 298, + "value": "*\r\n * Creates a select field\r\n *\r\n * Wraps [downshift](https://github.com/paypal/downshift)\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 149, + "end": 311, "loc": { "start": { "line": 6, @@ -341,8 +341,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 299, - "end": 1584, + "start": 313, + "end": 1657, "loc": { "start": { "line": 15, @@ -357,8 +357,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 306, - "end": 1584, + "start": 320, + "end": 1657, "loc": { "start": { "line": 15, @@ -372,8 +372,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 312, - "end": 1583, + "start": 326, + "end": 1656, "loc": { "start": { "line": 15, @@ -386,8 +386,8 @@ }, "id": { "type": "Identifier", - "start": 312, - "end": 328, + "start": 326, + "end": 342, "loc": { "start": { "line": 15, @@ -404,8 +404,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 331, - "end": 1583, + "start": 345, + "end": 1656, "loc": { "start": { "line": 15, @@ -418,8 +418,8 @@ }, "id": { "type": "Identifier", - "start": 312, - "end": 328, + "start": 326, + "end": 342, "loc": { "start": { "line": 15, @@ -440,8 +440,8 @@ "params": [ { "type": "Identifier", - "start": 332, - "end": 337, + "start": 346, + "end": 351, "loc": { "start": { "line": 15, @@ -458,8 +458,8 @@ ], "body": { "type": "BlockStatement", - "start": 342, - "end": 1583, + "start": 356, + "end": 1656, "loc": { "start": { "line": 15, @@ -473,8 +473,8 @@ "body": [ { "type": "FunctionDeclaration", - "start": 435, - "end": 514, + "start": 456, + "end": 537, "loc": { "start": { "line": 22, @@ -487,8 +487,8 @@ }, "id": { "type": "Identifier", - "start": 444, - "end": 457, + "start": 465, + "end": 478, "loc": { "start": { "line": 22, @@ -509,8 +509,8 @@ "params": [ { "type": "Identifier", - "start": 458, - "end": 467, + "start": 479, + "end": 488, "loc": { "start": { "line": 22, @@ -527,8 +527,8 @@ ], "body": { "type": "BlockStatement", - "start": 469, - "end": 514, + "start": 490, + "end": 537, "loc": { "start": { "line": 22, @@ -542,8 +542,8 @@ "body": [ { "type": "ReturnStatement", - "start": 473, - "end": 511, + "start": 495, + "end": 533, "loc": { "start": { "line": 23, @@ -556,8 +556,8 @@ }, "argument": { "type": "CallExpression", - "start": 480, - "end": 510, + "start": 502, + "end": 532, "loc": { "start": { "line": 23, @@ -570,8 +570,8 @@ }, "callee": { "type": "MemberExpression", - "start": 480, - "end": 499, + "start": 502, + "end": 521, "loc": { "start": { "line": 23, @@ -584,8 +584,8 @@ }, "object": { "type": "Identifier", - "start": 480, - "end": 485, + "start": 502, + "end": 507, "loc": { "start": { "line": 23, @@ -601,8 +601,8 @@ }, "property": { "type": "Identifier", - "start": 486, - "end": 499, + "start": 508, + "end": 521, "loc": { "start": { "line": 23, @@ -621,8 +621,8 @@ "arguments": [ { "type": "Identifier", - "start": 500, - "end": 509, + "start": 522, + "end": 531, "loc": { "start": { "line": 23, @@ -645,9 +645,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Dispatches new value(s) to parent\n\t *\n\t * @param selection\n\t * @returns {*}\n\t ", - "start": 345, - "end": 433, + "value": "*\r\n\t * Dispatches new value(s) to parent\r\n\t *\r\n\t * @param selection\r\n\t * @returns {*}\r\n\t ", + "start": 360, + "end": 453, "loc": { "start": { "line": 16, @@ -663,8 +663,8 @@ }, { "type": "ReturnStatement", - "start": 517, - "end": 1581, + "start": 542, + "end": 1653, "loc": { "start": { "line": 26, @@ -677,8 +677,8 @@ }, "argument": { "type": "JSXElement", - "start": 528, - "end": 1577, + "start": 554, + "end": 1648, "loc": { "start": { "line": 27, @@ -691,8 +691,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 528, - "end": 716, + "start": 554, + "end": 748, "loc": { "start": { "line": 27, @@ -706,8 +706,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 542, - "end": 566, + "start": 569, + "end": 593, "loc": { "start": { "line": 28, @@ -720,8 +720,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 542, - "end": 552, + "start": 569, + "end": 579, "loc": { "start": { "line": 28, @@ -736,8 +736,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 553, - "end": 566, + "start": 580, + "end": 593, "loc": { "start": { "line": 28, @@ -750,8 +750,8 @@ }, "expression": { "type": "MemberExpression", - "start": 554, - "end": 565, + "start": 581, + "end": 592, "loc": { "start": { "line": 28, @@ -764,8 +764,8 @@ }, "object": { "type": "Identifier", - "start": 554, - "end": 559, + "start": 581, + "end": 586, "loc": { "start": { "line": 28, @@ -781,8 +781,8 @@ }, "property": { "type": "Identifier", - "start": 560, - "end": 565, + "start": 587, + "end": 592, "loc": { "start": { "line": 28, @@ -802,8 +802,8 @@ }, { "type": "JSXAttribute", - "start": 570, - "end": 601, + "start": 598, + "end": 629, "loc": { "start": { "line": 29, @@ -816,8 +816,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 570, - "end": 587, + "start": 598, + "end": 615, "loc": { "start": { "line": 29, @@ -832,8 +832,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 588, - "end": 601, + "start": 616, + "end": 629, "loc": { "start": { "line": 29, @@ -846,8 +846,8 @@ }, "expression": { "type": "MemberExpression", - "start": 589, - "end": 600, + "start": 617, + "end": 628, "loc": { "start": { "line": 29, @@ -860,8 +860,8 @@ }, "object": { "type": "Identifier", - "start": 589, - "end": 594, + "start": 617, + "end": 622, "loc": { "start": { "line": 29, @@ -877,8 +877,8 @@ }, "property": { "type": "Identifier", - "start": 595, - "end": 600, + "start": 623, + "end": 628, "loc": { "start": { "line": 29, @@ -898,8 +898,8 @@ }, { "type": "JSXAttribute", - "start": 605, - "end": 629, + "start": 634, + "end": 658, "loc": { "start": { "line": 30, @@ -912,8 +912,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 605, - "end": 613, + "start": 634, + "end": 642, "loc": { "start": { "line": 30, @@ -928,8 +928,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 614, - "end": 629, + "start": 643, + "end": 658, "loc": { "start": { "line": 30, @@ -942,8 +942,8 @@ }, "expression": { "type": "Identifier", - "start": 615, - "end": 628, + "start": 644, + "end": 657, "loc": { "start": { "line": 30, @@ -961,8 +961,8 @@ }, { "type": "JSXAttribute", - "start": 633, - "end": 680, + "start": 663, + "end": 710, "loc": { "start": { "line": 31, @@ -975,8 +975,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 633, - "end": 645, + "start": 663, + "end": 675, "loc": { "start": { "line": 31, @@ -991,8 +991,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 646, - "end": 680, + "start": 676, + "end": 710, "loc": { "start": { "line": 31, @@ -1005,8 +1005,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 647, - "end": 679, + "start": 677, + "end": 709, "loc": { "start": { "line": 31, @@ -1024,8 +1024,8 @@ "params": [ { "type": "Identifier", - "start": 647, - "end": 651, + "start": 677, + "end": 681, "loc": { "start": { "line": 31, @@ -1042,8 +1042,8 @@ ], "body": { "type": "ConditionalExpression", - "start": 656, - "end": 678, + "start": 686, + "end": 708, "loc": { "start": { "line": 31, @@ -1056,8 +1056,8 @@ }, "test": { "type": "Identifier", - "start": 656, - "end": 660, + "start": 686, + "end": 690, "loc": { "start": { "line": 31, @@ -1073,8 +1073,8 @@ }, "consequent": { "type": "MemberExpression", - "start": 663, - "end": 673, + "start": 693, + "end": 703, "loc": { "start": { "line": 31, @@ -1087,8 +1087,8 @@ }, "object": { "type": "Identifier", - "start": 663, - "end": 667, + "start": 693, + "end": 697, "loc": { "start": { "line": 31, @@ -1104,8 +1104,8 @@ }, "property": { "type": "Identifier", - "start": 668, - "end": 673, + "start": 698, + "end": 703, "loc": { "start": { "line": 31, @@ -1123,8 +1123,8 @@ }, "alternate": { "type": "StringLiteral", - "start": 676, - "end": 678, + "start": 706, + "end": 708, "loc": { "start": { "line": 31, @@ -1143,7 +1143,7 @@ }, "extra": { "parenthesized": true, - "parenStart": 655 + "parenStart": 685 } } } @@ -1151,8 +1151,8 @@ }, { "type": "JSXAttribute", - "start": 684, - "end": 712, + "start": 715, + "end": 743, "loc": { "start": { "line": 32, @@ -1165,8 +1165,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 684, - "end": 697, + "start": 715, + "end": 728, "loc": { "start": { "line": 32, @@ -1181,8 +1181,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 698, - "end": 712, + "start": 729, + "end": 743, "loc": { "start": { "line": 32, @@ -1195,8 +1195,8 @@ }, "expression": { "type": "MemberExpression", - "start": 699, - "end": 711, + "start": 730, + "end": 742, "loc": { "start": { "line": 32, @@ -1209,8 +1209,8 @@ }, "object": { "type": "Identifier", - "start": 699, - "end": 704, + "start": 730, + "end": 735, "loc": { "start": { "line": 32, @@ -1226,8 +1226,8 @@ }, "property": { "type": "Identifier", - "start": 705, - "end": 711, + "start": 736, + "end": 742, "loc": { "start": { "line": 32, @@ -1248,8 +1248,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 529, - "end": 538, + "start": 555, + "end": 564, "loc": { "start": { "line": 27, @@ -1266,8 +1266,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 1565, - "end": 1577, + "start": 1636, + "end": 1648, "loc": { "start": { "line": 72, @@ -1280,8 +1280,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1567, - "end": 1576, + "start": 1638, + "end": 1647, "loc": { "start": { "line": 72, @@ -1298,8 +1298,8 @@ "children": [ { "type": "JSXText", - "start": 716, - "end": 720, + "start": 748, + "end": 753, "loc": { "start": { "line": 33, @@ -1315,8 +1315,8 @@ }, { "type": "JSXExpressionContainer", - "start": 720, - "end": 1562, + "start": 753, + "end": 1632, "loc": { "start": { "line": 34, @@ -1329,8 +1329,8 @@ }, "expression": { "type": "ArrowFunctionExpression", - "start": 721, - "end": 1561, + "start": 754, + "end": 1631, "loc": { "start": { "line": 34, @@ -1348,8 +1348,8 @@ "params": [ { "type": "ObjectPattern", - "start": 722, - "end": 833, + "start": 755, + "end": 873, "loc": { "start": { "line": 34, @@ -1363,8 +1363,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 728, - "end": 741, + "start": 762, + "end": 775, "loc": { "start": { "line": 35, @@ -1380,8 +1380,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 728, - "end": 741, + "start": 762, + "end": 775, "loc": { "start": { "line": 35, @@ -1397,8 +1397,8 @@ }, "value": { "type": "Identifier", - "start": 728, - "end": 741, + "start": 762, + "end": 775, "loc": { "start": { "line": 35, @@ -1418,8 +1418,8 @@ }, { "type": "ObjectProperty", - "start": 747, - "end": 759, + "start": 782, + "end": 794, "loc": { "start": { "line": 36, @@ -1435,8 +1435,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 747, - "end": 759, + "start": 782, + "end": 794, "loc": { "start": { "line": 36, @@ -1452,8 +1452,8 @@ }, "value": { "type": "Identifier", - "start": 747, - "end": 759, + "start": 782, + "end": 794, "loc": { "start": { "line": 36, @@ -1473,8 +1473,8 @@ }, { "type": "ObjectProperty", - "start": 765, - "end": 771, + "start": 801, + "end": 807, "loc": { "start": { "line": 37, @@ -1490,8 +1490,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 765, - "end": 771, + "start": 801, + "end": 807, "loc": { "start": { "line": 37, @@ -1507,8 +1507,8 @@ }, "value": { "type": "Identifier", - "start": 765, - "end": 771, + "start": 801, + "end": 807, "loc": { "start": { "line": 37, @@ -1528,8 +1528,8 @@ }, { "type": "ObjectProperty", - "start": 777, - "end": 787, + "start": 814, + "end": 824, "loc": { "start": { "line": 38, @@ -1545,8 +1545,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 777, - "end": 787, + "start": 814, + "end": 824, "loc": { "start": { "line": 38, @@ -1562,8 +1562,8 @@ }, "value": { "type": "Identifier", - "start": 777, - "end": 787, + "start": 814, + "end": 824, "loc": { "start": { "line": 38, @@ -1583,8 +1583,8 @@ }, { "type": "ObjectProperty", - "start": 793, - "end": 809, + "start": 831, + "end": 847, "loc": { "start": { "line": 39, @@ -1600,8 +1600,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 793, - "end": 809, + "start": 831, + "end": 847, "loc": { "start": { "line": 39, @@ -1617,8 +1617,8 @@ }, "value": { "type": "Identifier", - "start": 793, - "end": 809, + "start": 831, + "end": 847, "loc": { "start": { "line": 39, @@ -1638,8 +1638,8 @@ }, { "type": "ObjectProperty", - "start": 815, - "end": 827, + "start": 854, + "end": 866, "loc": { "start": { "line": 40, @@ -1655,8 +1655,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 815, - "end": 827, + "start": 854, + "end": 866, "loc": { "start": { "line": 40, @@ -1672,8 +1672,8 @@ }, "value": { "type": "Identifier", - "start": 815, - "end": 827, + "start": 854, + "end": 866, "loc": { "start": { "line": 40, @@ -1696,8 +1696,8 @@ ], "body": { "type": "JSXElement", - "start": 844, - "end": 1556, + "start": 885, + "end": 1625, "loc": { "start": { "line": 42, @@ -1710,8 +1710,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 844, - "end": 849, + "start": 885, + "end": 890, "loc": { "start": { "line": 42, @@ -1725,8 +1725,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 845, - "end": 848, + "start": 886, + "end": 889, "loc": { "start": { "line": 42, @@ -1743,8 +1743,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 1550, - "end": 1556, + "start": 1619, + "end": 1625, "loc": { "start": { "line": 70, @@ -1757,8 +1757,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1552, - "end": 1555, + "start": 1621, + "end": 1624, "loc": { "start": { "line": 70, @@ -1775,8 +1775,8 @@ "children": [ { "type": "JSXText", - "start": 849, - "end": 855, + "start": 890, + "end": 897, "loc": { "start": { "line": 42, @@ -1792,8 +1792,8 @@ }, { "type": "JSXElement", - "start": 855, - "end": 912, + "start": 897, + "end": 956, "loc": { "start": { "line": 43, @@ -1806,8 +1806,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 855, - "end": 912, + "start": 897, + "end": 956, "loc": { "start": { "line": 43, @@ -1821,8 +1821,8 @@ "attributes": [ { "type": "JSXSpreadAttribute", - "start": 862, - "end": 909, + "start": 904, + "end": 953, "loc": { "start": { "line": 43, @@ -1835,8 +1835,8 @@ }, "argument": { "type": "CallExpression", - "start": 866, - "end": 908, + "start": 908, + "end": 952, "loc": { "start": { "line": 43, @@ -1849,8 +1849,8 @@ }, "callee": { "type": "Identifier", - "start": 866, - "end": 879, + "start": 908, + "end": 921, "loc": { "start": { "line": 43, @@ -1867,8 +1867,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 880, - "end": 907, + "start": 922, + "end": 951, "loc": { "start": { "line": 43, @@ -1882,8 +1882,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 888, - "end": 900, + "start": 931, + "end": 943, "loc": { "start": { "line": 44, @@ -1899,8 +1899,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 888, - "end": 890, + "start": 931, + "end": 933, "loc": { "start": { "line": 44, @@ -1916,8 +1916,8 @@ }, "value": { "type": "MemberExpression", - "start": 892, - "end": 900, + "start": 935, + "end": 943, "loc": { "start": { "line": 44, @@ -1930,8 +1930,8 @@ }, "object": { "type": "Identifier", - "start": 892, - "end": 897, + "start": 935, + "end": 940, "loc": { "start": { "line": 44, @@ -1947,8 +1947,8 @@ }, "property": { "type": "Identifier", - "start": 898, - "end": 900, + "start": 941, + "end": 943, "loc": { "start": { "line": 44, @@ -1973,8 +1973,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 856, - "end": 861, + "start": 898, + "end": 903, "loc": { "start": { "line": 43, @@ -1994,8 +1994,8 @@ }, { "type": "JSXText", - "start": 912, - "end": 918, + "start": 956, + "end": 963, "loc": { "start": { "line": 45, @@ -2011,8 +2011,8 @@ }, { "type": "JSXExpressionContainer", - "start": 918, - "end": 1545, + "start": 963, + "end": 1613, "loc": { "start": { "line": 46, @@ -2025,8 +2025,8 @@ }, "expression": { "type": "ConditionalExpression", - "start": 919, - "end": 1544, + "start": 964, + "end": 1612, "loc": { "start": { "line": 46, @@ -2039,8 +2039,8 @@ }, "test": { "type": "Identifier", - "start": 919, - "end": 925, + "start": 964, + "end": 970, "loc": { "start": { "line": 46, @@ -2056,8 +2056,8 @@ }, "consequent": { "type": "JSXElement", - "start": 936, - "end": 1530, + "start": 982, + "end": 1597, "loc": { "start": { "line": 47, @@ -2070,8 +2070,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 936, - "end": 941, + "start": 982, + "end": 987, "loc": { "start": { "line": 47, @@ -2085,8 +2085,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 937, - "end": 940, + "start": 983, + "end": 986, "loc": { "start": { "line": 47, @@ -2103,8 +2103,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 1524, - "end": 1530, + "start": 1591, + "end": 1597, "loc": { "start": { "line": 68, @@ -2117,8 +2117,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1526, - "end": 1529, + "start": 1593, + "end": 1596, "loc": { "start": { "line": 68, @@ -2135,8 +2135,8 @@ "children": [ { "type": "JSXText", - "start": 941, - "end": 949, + "start": 987, + "end": 996, "loc": { "start": { "line": 47, @@ -2152,8 +2152,8 @@ }, { "type": "JSXExpressionContainer", - "start": 949, - "end": 1517, + "start": 996, + "end": 1583, "loc": { "start": { "line": 48, @@ -2166,8 +2166,8 @@ }, "expression": { "type": "CallExpression", - "start": 950, - "end": 1516, + "start": 997, + "end": 1582, "loc": { "start": { "line": 48, @@ -2180,8 +2180,8 @@ }, "callee": { "type": "MemberExpression", - "start": 950, - "end": 1048, + "start": 997, + "end": 1097, "loc": { "start": { "line": 48, @@ -2194,8 +2194,8 @@ }, "object": { "type": "CallExpression", - "start": 950, - "end": 1035, + "start": 997, + "end": 1083, "loc": { "start": { "line": 48, @@ -2208,8 +2208,8 @@ }, "callee": { "type": "MemberExpression", - "start": 950, - "end": 979, + "start": 997, + "end": 1027, "loc": { "start": { "line": 48, @@ -2222,8 +2222,8 @@ }, "object": { "type": "MemberExpression", - "start": 950, - "end": 963, + "start": 997, + "end": 1010, "loc": { "start": { "line": 48, @@ -2236,8 +2236,8 @@ }, "object": { "type": "Identifier", - "start": 950, - "end": 955, + "start": 997, + "end": 1002, "loc": { "start": { "line": 48, @@ -2253,8 +2253,8 @@ }, "property": { "type": "Identifier", - "start": 956, - "end": 963, + "start": 1003, + "end": 1010, "loc": { "start": { "line": 48, @@ -2272,8 +2272,8 @@ }, "property": { "type": "Identifier", - "start": 973, - "end": 979, + "start": 1021, + "end": 1027, "loc": { "start": { "line": 49, @@ -2292,8 +2292,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 980, - "end": 1034, + "start": 1028, + "end": 1082, "loc": { "start": { "line": 49, @@ -2311,8 +2311,8 @@ "params": [ { "type": "Identifier", - "start": 980, - "end": 984, + "start": 1028, + "end": 1032, "loc": { "start": { "line": 49, @@ -2329,8 +2329,8 @@ ], "body": { "type": "LogicalExpression", - "start": 988, - "end": 1034, + "start": 1036, + "end": 1082, "loc": { "start": { "line": 49, @@ -2343,8 +2343,8 @@ }, "left": { "type": "UnaryExpression", - "start": 988, - "end": 999, + "start": 1036, + "end": 1047, "loc": { "start": { "line": 49, @@ -2359,8 +2359,8 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 989, - "end": 999, + "start": 1037, + "end": 1047, "loc": { "start": { "line": 49, @@ -2381,8 +2381,8 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 1003, - "end": 1034, + "start": 1051, + "end": 1082, "loc": { "start": { "line": 49, @@ -2395,8 +2395,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1003, - "end": 1022, + "start": 1051, + "end": 1070, "loc": { "start": { "line": 49, @@ -2409,8 +2409,8 @@ }, "object": { "type": "MemberExpression", - "start": 1003, - "end": 1013, + "start": 1051, + "end": 1061, "loc": { "start": { "line": 49, @@ -2423,8 +2423,8 @@ }, "object": { "type": "Identifier", - "start": 1003, - "end": 1007, + "start": 1051, + "end": 1055, "loc": { "start": { "line": 49, @@ -2440,8 +2440,8 @@ }, "property": { "type": "Identifier", - "start": 1008, - "end": 1013, + "start": 1056, + "end": 1061, "loc": { "start": { "line": 49, @@ -2459,8 +2459,8 @@ }, "property": { "type": "Identifier", - "start": 1014, - "end": 1022, + "start": 1062, + "end": 1070, "loc": { "start": { "line": 49, @@ -2479,8 +2479,8 @@ "arguments": [ { "type": "Identifier", - "start": 1023, - "end": 1033, + "start": 1071, + "end": 1081, "loc": { "start": { "line": 49, @@ -2502,8 +2502,8 @@ }, "property": { "type": "Identifier", - "start": 1045, - "end": 1048, + "start": 1094, + "end": 1097, "loc": { "start": { "line": 50, @@ -2522,8 +2522,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 1049, - "end": 1515, + "start": 1098, + "end": 1581, "loc": { "start": { "line": 50, @@ -2541,8 +2541,8 @@ "params": [ { "type": "Identifier", - "start": 1050, - "end": 1054, + "start": 1099, + "end": 1103, "loc": { "start": { "line": 50, @@ -2558,8 +2558,8 @@ }, { "type": "Identifier", - "start": 1056, - "end": 1061, + "start": 1105, + "end": 1110, "loc": { "start": { "line": 50, @@ -2576,8 +2576,8 @@ ], "body": { "type": "JSXElement", - "start": 1077, - "end": 1505, + "start": 1127, + "end": 1570, "loc": { "start": { "line": 51, @@ -2590,8 +2590,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 1077, - "end": 1466, + "start": 1127, + "end": 1529, "loc": { "start": { "line": 51, @@ -2605,8 +2605,8 @@ "attributes": [ { "type": "JSXAttribute", - "start": 1092, - "end": 1108, + "start": 1143, + "end": 1159, "loc": { "start": { "line": 52, @@ -2619,8 +2619,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1092, - "end": 1095, + "start": 1143, + "end": 1146, "loc": { "start": { "line": 52, @@ -2635,8 +2635,8 @@ }, "value": { "type": "JSXExpressionContainer", - "start": 1096, - "end": 1108, + "start": 1147, + "end": 1159, "loc": { "start": { "line": 52, @@ -2649,8 +2649,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1097, - "end": 1107, + "start": 1148, + "end": 1158, "loc": { "start": { "line": 52, @@ -2663,8 +2663,8 @@ }, "object": { "type": "Identifier", - "start": 1097, - "end": 1101, + "start": 1148, + "end": 1152, "loc": { "start": { "line": 52, @@ -2680,8 +2680,8 @@ }, "property": { "type": "Identifier", - "start": 1102, - "end": 1107, + "start": 1153, + "end": 1158, "loc": { "start": { "line": 52, @@ -2701,8 +2701,8 @@ }, { "type": "JSXSpreadAttribute", - "start": 1119, - "end": 1455, + "start": 1171, + "end": 1517, "loc": { "start": { "line": 53, @@ -2715,8 +2715,8 @@ }, "argument": { "type": "CallExpression", - "start": 1123, - "end": 1454, + "start": 1175, + "end": 1516, "loc": { "start": { "line": 53, @@ -2729,8 +2729,8 @@ }, "callee": { "type": "Identifier", - "start": 1123, - "end": 1135, + "start": 1175, + "end": 1187, "loc": { "start": { "line": 53, @@ -2747,8 +2747,8 @@ "arguments": [ { "type": "ObjectExpression", - "start": 1136, - "end": 1453, + "start": 1188, + "end": 1515, "loc": { "start": { "line": 53, @@ -2762,8 +2762,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1149, - "end": 1164, + "start": 1202, + "end": 1217, "loc": { "start": { "line": 54, @@ -2779,8 +2779,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1149, - "end": 1152, + "start": 1202, + "end": 1205, "loc": { "start": { "line": 54, @@ -2796,8 +2796,8 @@ }, "value": { "type": "MemberExpression", - "start": 1154, - "end": 1164, + "start": 1207, + "end": 1217, "loc": { "start": { "line": 54, @@ -2810,8 +2810,8 @@ }, "object": { "type": "Identifier", - "start": 1154, - "end": 1158, + "start": 1207, + "end": 1211, "loc": { "start": { "line": 54, @@ -2827,8 +2827,8 @@ }, "property": { "type": "Identifier", - "start": 1159, - "end": 1164, + "start": 1212, + "end": 1217, "loc": { "start": { "line": 54, @@ -2847,8 +2847,8 @@ }, { "type": "ObjectProperty", - "start": 1177, - "end": 1182, + "start": 1231, + "end": 1236, "loc": { "start": { "line": 55, @@ -2864,8 +2864,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1177, - "end": 1182, + "start": 1231, + "end": 1236, "loc": { "start": { "line": 55, @@ -2881,8 +2881,8 @@ }, "value": { "type": "Identifier", - "start": 1177, - "end": 1182, + "start": 1231, + "end": 1236, "loc": { "start": { "line": 55, @@ -2902,8 +2902,8 @@ }, { "type": "ObjectProperty", - "start": 1195, - "end": 1199, + "start": 1250, + "end": 1254, "loc": { "start": { "line": 56, @@ -2919,8 +2919,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1195, - "end": 1199, + "start": 1250, + "end": 1254, "loc": { "start": { "line": 56, @@ -2936,8 +2936,8 @@ }, "value": { "type": "Identifier", - "start": 1195, - "end": 1199, + "start": 1250, + "end": 1254, "loc": { "start": { "line": 56, @@ -2957,8 +2957,8 @@ }, { "type": "ObjectProperty", - "start": 1212, - "end": 1394, + "start": 1268, + "end": 1454, "loc": { "start": { "line": 57, @@ -2974,8 +2974,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1212, - "end": 1217, + "start": 1268, + "end": 1273, "loc": { "start": { "line": 57, @@ -2991,8 +2991,8 @@ }, "value": { "type": "ObjectExpression", - "start": 1219, - "end": 1394, + "start": 1275, + "end": 1454, "loc": { "start": { "line": 57, @@ -3006,8 +3006,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1233, - "end": 1313, + "start": 1290, + "end": 1371, "loc": { "start": { "line": 58, @@ -3023,8 +3023,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1233, - "end": 1248, + "start": 1290, + "end": 1305, "loc": { "start": { "line": 58, @@ -3040,8 +3040,8 @@ }, "value": { "type": "ConditionalExpression", - "start": 1263, - "end": 1313, + "start": 1321, + "end": 1371, "loc": { "start": { "line": 59, @@ -3054,8 +3054,8 @@ }, "test": { "type": "BinaryExpression", - "start": 1263, - "end": 1289, + "start": 1321, + "end": 1347, "loc": { "start": { "line": 59, @@ -3068,8 +3068,8 @@ }, "left": { "type": "Identifier", - "start": 1263, - "end": 1279, + "start": 1321, + "end": 1337, "loc": { "start": { "line": 59, @@ -3086,8 +3086,8 @@ "operator": "===", "right": { "type": "Identifier", - "start": 1284, - "end": 1289, + "start": 1342, + "end": 1347, "loc": { "start": { "line": 59, @@ -3104,8 +3104,8 @@ }, "consequent": { "type": "StringLiteral", - "start": 1292, - "end": 1303, + "start": 1350, + "end": 1361, "loc": { "start": { "line": 59, @@ -3124,8 +3124,8 @@ }, "alternate": { "type": "StringLiteral", - "start": 1306, - "end": 1313, + "start": 1364, + "end": 1371, "loc": { "start": { "line": 59, @@ -3146,8 +3146,8 @@ }, { "type": "ObjectProperty", - "start": 1327, - "end": 1380, + "start": 1386, + "end": 1439, "loc": { "start": { "line": 60, @@ -3163,8 +3163,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1327, - "end": 1337, + "start": 1386, + "end": 1396, "loc": { "start": { "line": 60, @@ -3180,8 +3180,8 @@ }, "value": { "type": "ConditionalExpression", - "start": 1339, - "end": 1380, + "start": 1398, + "end": 1439, "loc": { "start": { "line": 60, @@ -3194,8 +3194,8 @@ }, "test": { "type": "BinaryExpression", - "start": 1339, - "end": 1360, + "start": 1398, + "end": 1419, "loc": { "start": { "line": 60, @@ -3208,8 +3208,8 @@ }, "left": { "type": "Identifier", - "start": 1339, - "end": 1351, + "start": 1398, + "end": 1410, "loc": { "start": { "line": 60, @@ -3226,8 +3226,8 @@ "operator": "===", "right": { "type": "Identifier", - "start": 1356, - "end": 1360, + "start": 1415, + "end": 1419, "loc": { "start": { "line": 60, @@ -3244,8 +3244,8 @@ }, "consequent": { "type": "StringLiteral", - "start": 1363, - "end": 1369, + "start": 1422, + "end": 1428, "loc": { "start": { "line": 60, @@ -3264,8 +3264,8 @@ }, "alternate": { "type": "StringLiteral", - "start": 1372, - "end": 1380, + "start": 1431, + "end": 1439, "loc": { "start": { "line": 60, @@ -3289,8 +3289,8 @@ }, { "type": "ObjectProperty", - "start": 1407, - "end": 1441, + "start": 1468, + "end": 1502, "loc": { "start": { "line": 62, @@ -3306,8 +3306,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1407, - "end": 1416, + "start": 1468, + "end": 1477, "loc": { "start": { "line": 62, @@ -3323,8 +3323,8 @@ }, "value": { "type": "StringLiteral", - "start": 1418, - "end": 1441, + "start": 1479, + "end": 1502, "loc": { "start": { "line": 62, @@ -3350,8 +3350,8 @@ ], "name": { "type": "JSXIdentifier", - "start": 1078, - "end": 1081, + "start": 1128, + "end": 1131, "loc": { "start": { "line": 51, @@ -3368,8 +3368,8 @@ }, "closingElement": { "type": "JSXClosingElement", - "start": 1499, - "end": 1505, + "start": 1564, + "end": 1570, "loc": { "start": { "line": 66, @@ -3382,8 +3382,8 @@ }, "name": { "type": "JSXIdentifier", - "start": 1501, - "end": 1504, + "start": 1566, + "end": 1569, "loc": { "start": { "line": 66, @@ -3400,8 +3400,8 @@ "children": [ { "type": "JSXText", - "start": 1466, - "end": 1477, + "start": 1529, + "end": 1541, "loc": { "start": { "line": 64, @@ -3417,8 +3417,8 @@ }, { "type": "JSXExpressionContainer", - "start": 1477, - "end": 1489, + "start": 1541, + "end": 1553, "loc": { "start": { "line": 65, @@ -3431,8 +3431,8 @@ }, "expression": { "type": "MemberExpression", - "start": 1478, - "end": 1488, + "start": 1542, + "end": 1552, "loc": { "start": { "line": 65, @@ -3445,8 +3445,8 @@ }, "object": { "type": "Identifier", - "start": 1478, - "end": 1482, + "start": 1542, + "end": 1546, "loc": { "start": { "line": 65, @@ -3462,8 +3462,8 @@ }, "property": { "type": "Identifier", - "start": 1483, - "end": 1488, + "start": 1547, + "end": 1552, "loc": { "start": { "line": 65, @@ -3482,8 +3482,8 @@ }, { "type": "JSXText", - "start": 1489, - "end": 1499, + "start": 1553, + "end": 1564, "loc": { "start": { "line": 65, @@ -3500,7 +3500,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 1066 + "parenStart": 1115 } } } @@ -3509,8 +3509,8 @@ }, { "type": "JSXText", - "start": 1517, - "end": 1524, + "start": 1583, + "end": 1591, "loc": { "start": { "line": 67, @@ -3527,13 +3527,13 @@ ], "extra": { "parenthesized": true, - "parenStart": 928 + "parenStart": 973 } }, "alternate": { "type": "NullLiteral", - "start": 1540, - "end": 1544, + "start": 1608, + "end": 1612, "loc": { "start": { "line": 69, @@ -3549,8 +3549,8 @@ }, { "type": "JSXText", - "start": 1545, - "end": 1550, + "start": 1613, + "end": 1619, "loc": { "start": { "line": 69, @@ -3567,15 +3567,15 @@ ], "extra": { "parenthesized": true, - "parenStart": 838 + "parenStart": 878 } } } }, { "type": "JSXText", - "start": 1562, - "end": 1565, + "start": 1632, + "end": 1636, "loc": { "start": { "line": 71, @@ -3592,7 +3592,7 @@ ], "extra": { "parenthesized": true, - "parenStart": 524 + "parenStart": 549 } } } @@ -3607,9 +3607,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates a select field\n *\n * Wraps [downshift](https://github.com/paypal/downshift)\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 144, - "end": 298, + "value": "*\r\n * Creates a select field\r\n *\r\n * Wraps [downshift](https://github.com/paypal/downshift)\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 149, + "end": 311, "loc": { "start": { "line": 6, @@ -3627,9 +3627,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Creates a select field\n *\n * Wraps [downshift](https://github.com/paypal/downshift)\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 144, - "end": 298, + "value": "*\r\n * Creates a select field\r\n *\r\n * Wraps [downshift](https://github.com/paypal/downshift)\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 149, + "end": 311, "loc": { "start": { "line": 6, @@ -3645,8 +3645,8 @@ }, { "type": "ExpressionStatement", - "start": 1587, - "end": 1665, + "start": 1663, + "end": 1744, "loc": { "start": { "line": 77, @@ -3659,8 +3659,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1587, - "end": 1664, + "start": 1663, + "end": 1743, "loc": { "start": { "line": 77, @@ -3674,8 +3674,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1587, - "end": 1613, + "start": 1663, + "end": 1689, "loc": { "start": { "line": 77, @@ -3688,8 +3688,8 @@ }, "object": { "type": "Identifier", - "start": 1587, - "end": 1603, + "start": 1663, + "end": 1679, "loc": { "start": { "line": 77, @@ -3705,8 +3705,8 @@ }, "property": { "type": "Identifier", - "start": 1604, - "end": 1613, + "start": 1680, + "end": 1689, "loc": { "start": { "line": 77, @@ -3724,8 +3724,8 @@ }, "right": { "type": "ObjectExpression", - "start": 1616, - "end": 1664, + "start": 1692, + "end": 1743, "loc": { "start": { "line": 77, @@ -3739,8 +3739,8 @@ "properties": [ { "type": "SpreadProperty", - "start": 1619, - "end": 1636, + "start": 1696, + "end": 1713, "loc": { "start": { "line": 78, @@ -3753,8 +3753,8 @@ }, "argument": { "type": "Identifier", - "start": 1622, - "end": 1636, + "start": 1699, + "end": 1713, "loc": { "start": { "line": 78, @@ -3771,8 +3771,8 @@ }, { "type": "ObjectProperty", - "start": 1639, - "end": 1661, + "start": 1717, + "end": 1739, "loc": { "start": { "line": 79, @@ -3788,8 +3788,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1639, - "end": 1645, + "start": 1717, + "end": 1723, "loc": { "start": { "line": 79, @@ -3805,8 +3805,8 @@ }, "value": { "type": "MemberExpression", - "start": 1647, - "end": 1661, + "start": 1725, + "end": 1739, "loc": { "start": { "line": 79, @@ -3819,8 +3819,8 @@ }, "object": { "type": "Identifier", - "start": 1647, - "end": 1656, + "start": 1725, + "end": 1734, "loc": { "start": { "line": 79, @@ -3836,8 +3836,8 @@ }, "property": { "type": "Identifier", - "start": 1657, - "end": 1661, + "start": 1735, + "end": 1739, "loc": { "start": { "line": 79, @@ -3864,9 +3864,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Creates a select field\n *\n * Wraps [downshift](https://github.com/paypal/downshift)\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 144, - "end": 298, + "value": "*\r\n * Creates a select field\r\n *\r\n * Wraps [downshift](https://github.com/paypal/downshift)\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 149, + "end": 311, "loc": { "start": { "line": 6, @@ -3880,9 +3880,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Dispatches new value(s) to parent\n\t *\n\t * @param selection\n\t * @returns {*}\n\t ", - "start": 345, - "end": 433, + "value": "*\r\n\t * Dispatches new value(s) to parent\r\n\t *\r\n\t * @param selection\r\n\t * @returns {*}\r\n\t ", + "start": 360, + "end": 453, "loc": { "start": { "line": 16, @@ -4044,8 +4044,8 @@ "updateContext": null }, "value": "import", - "start": 27, - "end": 33, + "start": 28, + "end": 34, "loc": { "start": { "line": 2, @@ -4070,8 +4070,8 @@ "binop": null }, "value": "Downshift", - "start": 34, - "end": 43, + "start": 35, + "end": 44, "loc": { "start": { "line": 2, @@ -4096,8 +4096,8 @@ "binop": null }, "value": "from", - "start": 44, - "end": 48, + "start": 45, + "end": 49, "loc": { "start": { "line": 2, @@ -4123,8 +4123,8 @@ "updateContext": null }, "value": "downshift", - "start": 49, - "end": 60, + "start": 50, + "end": 61, "loc": { "start": { "line": 2, @@ -4149,8 +4149,8 @@ "binop": null, "updateContext": null }, - "start": 60, - "end": 61, + "start": 61, + "end": 62, "loc": { "start": { "line": 2, @@ -4177,8 +4177,8 @@ "updateContext": null }, "value": "import", - "start": 62, - "end": 68, + "start": 64, + "end": 70, "loc": { "start": { "line": 3, @@ -4203,8 +4203,8 @@ "binop": null }, "value": "PropTypes", - "start": 69, - "end": 78, + "start": 71, + "end": 80, "loc": { "start": { "line": 3, @@ -4229,8 +4229,8 @@ "binop": null }, "value": "from", - "start": 79, - "end": 83, + "start": 81, + "end": 85, "loc": { "start": { "line": 3, @@ -4256,8 +4256,8 @@ "updateContext": null }, "value": "prop-types", - "start": 84, - "end": 96, + "start": 86, + "end": 98, "loc": { "start": { "line": 3, @@ -4282,8 +4282,8 @@ "binop": null, "updateContext": null }, - "start": 96, - "end": 97, + "start": 98, + "end": 99, "loc": { "start": { "line": 3, @@ -4310,8 +4310,8 @@ "updateContext": null }, "value": "import", - "start": 98, - "end": 104, + "start": 101, + "end": 107, "loc": { "start": { "line": 4, @@ -4335,8 +4335,8 @@ "postfix": false, "binop": null }, - "start": 105, - "end": 106, + "start": 108, + "end": 109, "loc": { "start": { "line": 4, @@ -4361,8 +4361,8 @@ "binop": null }, "value": "fieldPropTypes", - "start": 106, - "end": 120, + "start": 109, + "end": 123, "loc": { "start": { "line": 4, @@ -4386,8 +4386,8 @@ "postfix": false, "binop": null }, - "start": 120, - "end": 121, + "start": 123, + "end": 124, "loc": { "start": { "line": 4, @@ -4412,8 +4412,8 @@ "binop": null }, "value": "from", - "start": 122, - "end": 126, + "start": 125, + "end": 129, "loc": { "start": { "line": 4, @@ -4439,8 +4439,8 @@ "updateContext": null }, "value": "../propTypes", - "start": 127, - "end": 141, + "start": 130, + "end": 144, "loc": { "start": { "line": 4, @@ -4465,8 +4465,8 @@ "binop": null, "updateContext": null }, - "start": 141, - "end": 142, + "start": 144, + "end": 145, "loc": { "start": { "line": 4, @@ -4480,9 +4480,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Creates a select field\n *\n * Wraps [downshift](https://github.com/paypal/downshift)\n *\n * @param {Object} props\n * @returns {*}\n * @constructor\n ", - "start": 144, - "end": 298, + "value": "*\r\n * Creates a select field\r\n *\r\n * Wraps [downshift](https://github.com/paypal/downshift)\r\n *\r\n * @param {Object} props\r\n * @returns {*}\r\n * @constructor\r\n ", + "start": 149, + "end": 311, "loc": { "start": { "line": 6, @@ -4509,8 +4509,8 @@ "updateContext": null }, "value": "export", - "start": 299, - "end": 305, + "start": 313, + "end": 319, "loc": { "start": { "line": 15, @@ -4537,8 +4537,8 @@ "updateContext": null }, "value": "const", - "start": 306, - "end": 311, + "start": 320, + "end": 325, "loc": { "start": { "line": 15, @@ -4563,8 +4563,8 @@ "binop": null }, "value": "SelectFieldFancy", - "start": 312, - "end": 328, + "start": 326, + "end": 342, "loc": { "start": { "line": 15, @@ -4590,8 +4590,8 @@ "updateContext": null }, "value": "=", - "start": 329, - "end": 330, + "start": 343, + "end": 344, "loc": { "start": { "line": 15, @@ -4615,8 +4615,8 @@ "postfix": false, "binop": null }, - "start": 331, - "end": 332, + "start": 345, + "end": 346, "loc": { "start": { "line": 15, @@ -4641,8 +4641,8 @@ "binop": null }, "value": "props", - "start": 332, - "end": 337, + "start": 346, + "end": 351, "loc": { "start": { "line": 15, @@ -4666,8 +4666,8 @@ "postfix": false, "binop": null }, - "start": 337, - "end": 338, + "start": 351, + "end": 352, "loc": { "start": { "line": 15, @@ -4692,8 +4692,8 @@ "binop": null, "updateContext": null }, - "start": 339, - "end": 341, + "start": 353, + "end": 355, "loc": { "start": { "line": 15, @@ -4717,8 +4717,8 @@ "postfix": false, "binop": null }, - "start": 342, - "end": 343, + "start": 356, + "end": 357, "loc": { "start": { "line": 15, @@ -4732,9 +4732,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Dispatches new value(s) to parent\n\t *\n\t * @param selection\n\t * @returns {*}\n\t ", - "start": 345, - "end": 433, + "value": "*\r\n\t * Dispatches new value(s) to parent\r\n\t *\r\n\t * @param selection\r\n\t * @returns {*}\r\n\t ", + "start": 360, + "end": 453, "loc": { "start": { "line": 16, @@ -4760,8 +4760,8 @@ "binop": null }, "value": "function", - "start": 435, - "end": 443, + "start": 456, + "end": 464, "loc": { "start": { "line": 22, @@ -4786,8 +4786,8 @@ "binop": null }, "value": "changeHandler", - "start": 444, - "end": 457, + "start": 465, + "end": 478, "loc": { "start": { "line": 22, @@ -4811,8 +4811,8 @@ "postfix": false, "binop": null }, - "start": 457, - "end": 458, + "start": 478, + "end": 479, "loc": { "start": { "line": 22, @@ -4837,8 +4837,8 @@ "binop": null }, "value": "selection", - "start": 458, - "end": 467, + "start": 479, + "end": 488, "loc": { "start": { "line": 22, @@ -4862,8 +4862,8 @@ "postfix": false, "binop": null }, - "start": 467, - "end": 468, + "start": 488, + "end": 489, "loc": { "start": { "line": 22, @@ -4887,8 +4887,8 @@ "postfix": false, "binop": null }, - "start": 469, - "end": 470, + "start": 490, + "end": 491, "loc": { "start": { "line": 22, @@ -4915,8 +4915,8 @@ "updateContext": null }, "value": "return", - "start": 473, - "end": 479, + "start": 495, + "end": 501, "loc": { "start": { "line": 23, @@ -4941,8 +4941,8 @@ "binop": null }, "value": "props", - "start": 480, - "end": 485, + "start": 502, + "end": 507, "loc": { "start": { "line": 23, @@ -4967,8 +4967,8 @@ "binop": null, "updateContext": null }, - "start": 485, - "end": 486, + "start": 507, + "end": 508, "loc": { "start": { "line": 23, @@ -4993,8 +4993,8 @@ "binop": null }, "value": "onValueChange", - "start": 486, - "end": 499, + "start": 508, + "end": 521, "loc": { "start": { "line": 23, @@ -5018,8 +5018,8 @@ "postfix": false, "binop": null }, - "start": 499, - "end": 500, + "start": 521, + "end": 522, "loc": { "start": { "line": 23, @@ -5044,8 +5044,8 @@ "binop": null }, "value": "selection", - "start": 500, - "end": 509, + "start": 522, + "end": 531, "loc": { "start": { "line": 23, @@ -5069,8 +5069,8 @@ "postfix": false, "binop": null }, - "start": 509, - "end": 510, + "start": 531, + "end": 532, "loc": { "start": { "line": 23, @@ -5095,8 +5095,8 @@ "binop": null, "updateContext": null }, - "start": 510, - "end": 511, + "start": 532, + "end": 533, "loc": { "start": { "line": 23, @@ -5120,8 +5120,8 @@ "postfix": false, "binop": null }, - "start": 513, - "end": 514, + "start": 536, + "end": 537, "loc": { "start": { "line": 24, @@ -5148,8 +5148,8 @@ "updateContext": null }, "value": "return", - "start": 517, - "end": 523, + "start": 542, + "end": 548, "loc": { "start": { "line": 26, @@ -5173,8 +5173,8 @@ "postfix": false, "binop": null }, - "start": 524, - "end": 525, + "start": 549, + "end": 550, "loc": { "start": { "line": 26, @@ -5198,8 +5198,8 @@ "postfix": false, "binop": null }, - "start": 528, - "end": 529, + "start": 554, + "end": 555, "loc": { "start": { "line": 27, @@ -5225,8 +5225,8 @@ "updateContext": null }, "value": "Downshift", - "start": 529, - "end": 538, + "start": 555, + "end": 564, "loc": { "start": { "line": 27, @@ -5252,8 +5252,8 @@ "updateContext": null }, "value": "inputValue", - "start": 542, - "end": 552, + "start": 569, + "end": 579, "loc": { "start": { "line": 28, @@ -5279,8 +5279,8 @@ "updateContext": null }, "value": "=", - "start": 552, - "end": 553, + "start": 579, + "end": 580, "loc": { "start": { "line": 28, @@ -5304,8 +5304,8 @@ "postfix": false, "binop": null }, - "start": 553, - "end": 554, + "start": 580, + "end": 581, "loc": { "start": { "line": 28, @@ -5330,8 +5330,8 @@ "binop": null }, "value": "props", - "start": 554, - "end": 559, + "start": 581, + "end": 586, "loc": { "start": { "line": 28, @@ -5356,8 +5356,8 @@ "binop": null, "updateContext": null }, - "start": 559, - "end": 560, + "start": 586, + "end": 587, "loc": { "start": { "line": 28, @@ -5382,8 +5382,8 @@ "binop": null }, "value": "value", - "start": 560, - "end": 565, + "start": 587, + "end": 592, "loc": { "start": { "line": 28, @@ -5407,8 +5407,8 @@ "postfix": false, "binop": null }, - "start": 565, - "end": 566, + "start": 592, + "end": 593, "loc": { "start": { "line": 28, @@ -5434,8 +5434,8 @@ "updateContext": null }, "value": "defaultInputValue", - "start": 570, - "end": 587, + "start": 598, + "end": 615, "loc": { "start": { "line": 29, @@ -5461,8 +5461,8 @@ "updateContext": null }, "value": "=", - "start": 587, - "end": 588, + "start": 615, + "end": 616, "loc": { "start": { "line": 29, @@ -5486,8 +5486,8 @@ "postfix": false, "binop": null }, - "start": 588, - "end": 589, + "start": 616, + "end": 617, "loc": { "start": { "line": 29, @@ -5512,8 +5512,8 @@ "binop": null }, "value": "props", - "start": 589, - "end": 594, + "start": 617, + "end": 622, "loc": { "start": { "line": 29, @@ -5538,8 +5538,8 @@ "binop": null, "updateContext": null }, - "start": 594, - "end": 595, + "start": 622, + "end": 623, "loc": { "start": { "line": 29, @@ -5564,8 +5564,8 @@ "binop": null }, "value": "value", - "start": 595, - "end": 600, + "start": 623, + "end": 628, "loc": { "start": { "line": 29, @@ -5589,8 +5589,8 @@ "postfix": false, "binop": null }, - "start": 600, - "end": 601, + "start": 628, + "end": 629, "loc": { "start": { "line": 29, @@ -5616,8 +5616,8 @@ "updateContext": null }, "value": "onChange", - "start": 605, - "end": 613, + "start": 634, + "end": 642, "loc": { "start": { "line": 30, @@ -5643,8 +5643,8 @@ "updateContext": null }, "value": "=", - "start": 613, - "end": 614, + "start": 642, + "end": 643, "loc": { "start": { "line": 30, @@ -5668,8 +5668,8 @@ "postfix": false, "binop": null }, - "start": 614, - "end": 615, + "start": 643, + "end": 644, "loc": { "start": { "line": 30, @@ -5694,8 +5694,8 @@ "binop": null }, "value": "changeHandler", - "start": 615, - "end": 628, + "start": 644, + "end": 657, "loc": { "start": { "line": 30, @@ -5719,8 +5719,8 @@ "postfix": false, "binop": null }, - "start": 628, - "end": 629, + "start": 657, + "end": 658, "loc": { "start": { "line": 30, @@ -5746,8 +5746,8 @@ "updateContext": null }, "value": "itemToString", - "start": 633, - "end": 645, + "start": 663, + "end": 675, "loc": { "start": { "line": 31, @@ -5773,8 +5773,8 @@ "updateContext": null }, "value": "=", - "start": 645, - "end": 646, + "start": 675, + "end": 676, "loc": { "start": { "line": 31, @@ -5798,8 +5798,8 @@ "postfix": false, "binop": null }, - "start": 646, - "end": 647, + "start": 676, + "end": 677, "loc": { "start": { "line": 31, @@ -5824,8 +5824,8 @@ "binop": null }, "value": "item", - "start": 647, - "end": 651, + "start": 677, + "end": 681, "loc": { "start": { "line": 31, @@ -5850,8 +5850,8 @@ "binop": null, "updateContext": null }, - "start": 652, - "end": 654, + "start": 682, + "end": 684, "loc": { "start": { "line": 31, @@ -5875,8 +5875,8 @@ "postfix": false, "binop": null }, - "start": 655, - "end": 656, + "start": 685, + "end": 686, "loc": { "start": { "line": 31, @@ -5901,8 +5901,8 @@ "binop": null }, "value": "item", - "start": 656, - "end": 660, + "start": 686, + "end": 690, "loc": { "start": { "line": 31, @@ -5927,8 +5927,8 @@ "binop": null, "updateContext": null }, - "start": 661, - "end": 662, + "start": 691, + "end": 692, "loc": { "start": { "line": 31, @@ -5953,8 +5953,8 @@ "binop": null }, "value": "item", - "start": 663, - "end": 667, + "start": 693, + "end": 697, "loc": { "start": { "line": 31, @@ -5979,8 +5979,8 @@ "binop": null, "updateContext": null }, - "start": 667, - "end": 668, + "start": 697, + "end": 698, "loc": { "start": { "line": 31, @@ -6005,8 +6005,8 @@ "binop": null }, "value": "value", - "start": 668, - "end": 673, + "start": 698, + "end": 703, "loc": { "start": { "line": 31, @@ -6031,8 +6031,8 @@ "binop": null, "updateContext": null }, - "start": 674, - "end": 675, + "start": 704, + "end": 705, "loc": { "start": { "line": 31, @@ -6058,8 +6058,8 @@ "updateContext": null }, "value": "", - "start": 676, - "end": 678, + "start": 706, + "end": 708, "loc": { "start": { "line": 31, @@ -6083,8 +6083,8 @@ "postfix": false, "binop": null }, - "start": 678, - "end": 679, + "start": 708, + "end": 709, "loc": { "start": { "line": 31, @@ -6108,8 +6108,8 @@ "postfix": false, "binop": null }, - "start": 679, - "end": 680, + "start": 709, + "end": 710, "loc": { "start": { "line": 31, @@ -6135,8 +6135,8 @@ "updateContext": null }, "value": "defaultIsOpen", - "start": 684, - "end": 697, + "start": 715, + "end": 728, "loc": { "start": { "line": 32, @@ -6162,8 +6162,8 @@ "updateContext": null }, "value": "=", - "start": 697, - "end": 698, + "start": 728, + "end": 729, "loc": { "start": { "line": 32, @@ -6187,8 +6187,8 @@ "postfix": false, "binop": null }, - "start": 698, - "end": 699, + "start": 729, + "end": 730, "loc": { "start": { "line": 32, @@ -6213,8 +6213,8 @@ "binop": null }, "value": "props", - "start": 699, - "end": 704, + "start": 730, + "end": 735, "loc": { "start": { "line": 32, @@ -6239,8 +6239,8 @@ "binop": null, "updateContext": null }, - "start": 704, - "end": 705, + "start": 735, + "end": 736, "loc": { "start": { "line": 32, @@ -6265,8 +6265,8 @@ "binop": null }, "value": "isOpen", - "start": 705, - "end": 711, + "start": 736, + "end": 742, "loc": { "start": { "line": 32, @@ -6290,8 +6290,8 @@ "postfix": false, "binop": null }, - "start": 711, - "end": 712, + "start": 742, + "end": 743, "loc": { "start": { "line": 32, @@ -6315,8 +6315,8 @@ "postfix": false, "binop": null }, - "start": 715, - "end": 716, + "start": 747, + "end": 748, "loc": { "start": { "line": 33, @@ -6342,8 +6342,8 @@ "updateContext": null }, "value": "\n\t\t\t", - "start": 716, - "end": 720, + "start": 748, + "end": 753, "loc": { "start": { "line": 33, @@ -6367,8 +6367,8 @@ "postfix": false, "binop": null }, - "start": 720, - "end": 721, + "start": 753, + "end": 754, "loc": { "start": { "line": 34, @@ -6392,8 +6392,8 @@ "postfix": false, "binop": null }, - "start": 721, - "end": 722, + "start": 754, + "end": 755, "loc": { "start": { "line": 34, @@ -6417,8 +6417,8 @@ "postfix": false, "binop": null }, - "start": 722, - "end": 723, + "start": 755, + "end": 756, "loc": { "start": { "line": 34, @@ -6443,8 +6443,8 @@ "binop": null }, "value": "getInputProps", - "start": 728, - "end": 741, + "start": 762, + "end": 775, "loc": { "start": { "line": 35, @@ -6469,8 +6469,8 @@ "binop": null, "updateContext": null }, - "start": 741, - "end": 742, + "start": 775, + "end": 776, "loc": { "start": { "line": 35, @@ -6495,8 +6495,8 @@ "binop": null }, "value": "getItemProps", - "start": 747, - "end": 759, + "start": 782, + "end": 794, "loc": { "start": { "line": 36, @@ -6521,8 +6521,8 @@ "binop": null, "updateContext": null }, - "start": 759, - "end": 760, + "start": 794, + "end": 795, "loc": { "start": { "line": 36, @@ -6547,8 +6547,8 @@ "binop": null }, "value": "isOpen", - "start": 765, - "end": 771, + "start": 801, + "end": 807, "loc": { "start": { "line": 37, @@ -6573,8 +6573,8 @@ "binop": null, "updateContext": null }, - "start": 771, - "end": 772, + "start": 807, + "end": 808, "loc": { "start": { "line": 37, @@ -6599,8 +6599,8 @@ "binop": null }, "value": "inputValue", - "start": 777, - "end": 787, + "start": 814, + "end": 824, "loc": { "start": { "line": 38, @@ -6625,8 +6625,8 @@ "binop": null, "updateContext": null }, - "start": 787, - "end": 788, + "start": 824, + "end": 825, "loc": { "start": { "line": 38, @@ -6651,8 +6651,8 @@ "binop": null }, "value": "highlightedIndex", - "start": 793, - "end": 809, + "start": 831, + "end": 847, "loc": { "start": { "line": 39, @@ -6677,8 +6677,8 @@ "binop": null, "updateContext": null }, - "start": 809, - "end": 810, + "start": 847, + "end": 848, "loc": { "start": { "line": 39, @@ -6703,8 +6703,8 @@ "binop": null }, "value": "selectedItem", - "start": 815, - "end": 827, + "start": 854, + "end": 866, "loc": { "start": { "line": 40, @@ -6729,8 +6729,8 @@ "binop": null, "updateContext": null }, - "start": 827, - "end": 828, + "start": 866, + "end": 867, "loc": { "start": { "line": 40, @@ -6754,8 +6754,8 @@ "postfix": false, "binop": null }, - "start": 832, - "end": 833, + "start": 872, + "end": 873, "loc": { "start": { "line": 41, @@ -6779,8 +6779,8 @@ "postfix": false, "binop": null }, - "start": 833, - "end": 834, + "start": 873, + "end": 874, "loc": { "start": { "line": 41, @@ -6805,8 +6805,8 @@ "binop": null, "updateContext": null }, - "start": 835, - "end": 837, + "start": 875, + "end": 877, "loc": { "start": { "line": 41, @@ -6830,8 +6830,8 @@ "postfix": false, "binop": null }, - "start": 838, - "end": 839, + "start": 878, + "end": 879, "loc": { "start": { "line": 41, @@ -6855,8 +6855,8 @@ "postfix": false, "binop": null }, - "start": 844, - "end": 845, + "start": 885, + "end": 886, "loc": { "start": { "line": 42, @@ -6882,8 +6882,8 @@ "updateContext": null }, "value": "div", - "start": 845, - "end": 848, + "start": 886, + "end": 889, "loc": { "start": { "line": 42, @@ -6907,8 +6907,8 @@ "postfix": false, "binop": null }, - "start": 848, - "end": 849, + "start": 889, + "end": 890, "loc": { "start": { "line": 42, @@ -6934,8 +6934,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 849, - "end": 855, + "start": 890, + "end": 897, "loc": { "start": { "line": 42, @@ -6959,8 +6959,8 @@ "postfix": false, "binop": null }, - "start": 855, - "end": 856, + "start": 897, + "end": 898, "loc": { "start": { "line": 43, @@ -6986,8 +6986,8 @@ "updateContext": null }, "value": "input", - "start": 856, - "end": 861, + "start": 898, + "end": 903, "loc": { "start": { "line": 43, @@ -7011,8 +7011,8 @@ "postfix": false, "binop": null }, - "start": 862, - "end": 863, + "start": 904, + "end": 905, "loc": { "start": { "line": 43, @@ -7037,8 +7037,8 @@ "binop": null, "updateContext": null }, - "start": 863, - "end": 866, + "start": 905, + "end": 908, "loc": { "start": { "line": 43, @@ -7063,8 +7063,8 @@ "binop": null }, "value": "getInputProps", - "start": 866, - "end": 879, + "start": 908, + "end": 921, "loc": { "start": { "line": 43, @@ -7088,8 +7088,8 @@ "postfix": false, "binop": null }, - "start": 879, - "end": 880, + "start": 921, + "end": 922, "loc": { "start": { "line": 43, @@ -7113,8 +7113,8 @@ "postfix": false, "binop": null }, - "start": 880, - "end": 881, + "start": 922, + "end": 923, "loc": { "start": { "line": 43, @@ -7139,8 +7139,8 @@ "binop": null }, "value": "id", - "start": 888, - "end": 890, + "start": 931, + "end": 933, "loc": { "start": { "line": 44, @@ -7165,8 +7165,8 @@ "binop": null, "updateContext": null }, - "start": 890, - "end": 891, + "start": 933, + "end": 934, "loc": { "start": { "line": 44, @@ -7191,8 +7191,8 @@ "binop": null }, "value": "props", - "start": 892, - "end": 897, + "start": 935, + "end": 940, "loc": { "start": { "line": 44, @@ -7217,8 +7217,8 @@ "binop": null, "updateContext": null }, - "start": 897, - "end": 898, + "start": 940, + "end": 941, "loc": { "start": { "line": 44, @@ -7243,8 +7243,8 @@ "binop": null }, "value": "id", - "start": 898, - "end": 900, + "start": 941, + "end": 943, "loc": { "start": { "line": 44, @@ -7268,8 +7268,8 @@ "postfix": false, "binop": null }, - "start": 906, - "end": 907, + "start": 950, + "end": 951, "loc": { "start": { "line": 45, @@ -7293,8 +7293,8 @@ "postfix": false, "binop": null }, - "start": 907, - "end": 908, + "start": 951, + "end": 952, "loc": { "start": { "line": 45, @@ -7318,8 +7318,8 @@ "postfix": false, "binop": null }, - "start": 908, - "end": 909, + "start": 952, + "end": 953, "loc": { "start": { "line": 45, @@ -7345,8 +7345,8 @@ "updateContext": null }, "value": "/", - "start": 910, - "end": 911, + "start": 954, + "end": 955, "loc": { "start": { "line": 45, @@ -7370,8 +7370,8 @@ "postfix": false, "binop": null }, - "start": 911, - "end": 912, + "start": 955, + "end": 956, "loc": { "start": { "line": 45, @@ -7397,8 +7397,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t", - "start": 912, - "end": 918, + "start": 956, + "end": 963, "loc": { "start": { "line": 45, @@ -7422,8 +7422,8 @@ "postfix": false, "binop": null }, - "start": 918, - "end": 919, + "start": 963, + "end": 964, "loc": { "start": { "line": 46, @@ -7448,8 +7448,8 @@ "binop": null }, "value": "isOpen", - "start": 919, - "end": 925, + "start": 964, + "end": 970, "loc": { "start": { "line": 46, @@ -7474,8 +7474,8 @@ "binop": null, "updateContext": null }, - "start": 926, - "end": 927, + "start": 971, + "end": 972, "loc": { "start": { "line": 46, @@ -7499,8 +7499,8 @@ "postfix": false, "binop": null }, - "start": 928, - "end": 929, + "start": 973, + "end": 974, "loc": { "start": { "line": 46, @@ -7524,8 +7524,8 @@ "postfix": false, "binop": null }, - "start": 936, - "end": 937, + "start": 982, + "end": 983, "loc": { "start": { "line": 47, @@ -7551,8 +7551,8 @@ "updateContext": null }, "value": "div", - "start": 937, - "end": 940, + "start": 983, + "end": 986, "loc": { "start": { "line": 47, @@ -7576,8 +7576,8 @@ "postfix": false, "binop": null }, - "start": 940, - "end": 941, + "start": 986, + "end": 987, "loc": { "start": { "line": 47, @@ -7603,8 +7603,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t\t\t", - "start": 941, - "end": 949, + "start": 987, + "end": 996, "loc": { "start": { "line": 47, @@ -7628,8 +7628,8 @@ "postfix": false, "binop": null }, - "start": 949, - "end": 950, + "start": 996, + "end": 997, "loc": { "start": { "line": 48, @@ -7654,8 +7654,8 @@ "binop": null }, "value": "props", - "start": 950, - "end": 955, + "start": 997, + "end": 1002, "loc": { "start": { "line": 48, @@ -7680,8 +7680,8 @@ "binop": null, "updateContext": null }, - "start": 955, - "end": 956, + "start": 1002, + "end": 1003, "loc": { "start": { "line": 48, @@ -7706,8 +7706,8 @@ "binop": null }, "value": "options", - "start": 956, - "end": 963, + "start": 1003, + "end": 1010, "loc": { "start": { "line": 48, @@ -7732,8 +7732,8 @@ "binop": null, "updateContext": null }, - "start": 972, - "end": 973, + "start": 1020, + "end": 1021, "loc": { "start": { "line": 49, @@ -7758,8 +7758,8 @@ "binop": null }, "value": "filter", - "start": 973, - "end": 979, + "start": 1021, + "end": 1027, "loc": { "start": { "line": 49, @@ -7783,8 +7783,8 @@ "postfix": false, "binop": null }, - "start": 979, - "end": 980, + "start": 1027, + "end": 1028, "loc": { "start": { "line": 49, @@ -7809,8 +7809,8 @@ "binop": null }, "value": "item", - "start": 980, - "end": 984, + "start": 1028, + "end": 1032, "loc": { "start": { "line": 49, @@ -7835,8 +7835,8 @@ "binop": null, "updateContext": null }, - "start": 985, - "end": 987, + "start": 1033, + "end": 1035, "loc": { "start": { "line": 49, @@ -7862,8 +7862,8 @@ "updateContext": null }, "value": "!", - "start": 988, - "end": 989, + "start": 1036, + "end": 1037, "loc": { "start": { "line": 49, @@ -7888,8 +7888,8 @@ "binop": null }, "value": "inputValue", - "start": 989, - "end": 999, + "start": 1037, + "end": 1047, "loc": { "start": { "line": 49, @@ -7915,8 +7915,8 @@ "updateContext": null }, "value": "||", - "start": 1000, - "end": 1002, + "start": 1048, + "end": 1050, "loc": { "start": { "line": 49, @@ -7941,8 +7941,8 @@ "binop": null }, "value": "item", - "start": 1003, - "end": 1007, + "start": 1051, + "end": 1055, "loc": { "start": { "line": 49, @@ -7967,8 +7967,8 @@ "binop": null, "updateContext": null }, - "start": 1007, - "end": 1008, + "start": 1055, + "end": 1056, "loc": { "start": { "line": 49, @@ -7993,8 +7993,8 @@ "binop": null }, "value": "value", - "start": 1008, - "end": 1013, + "start": 1056, + "end": 1061, "loc": { "start": { "line": 49, @@ -8019,8 +8019,8 @@ "binop": null, "updateContext": null }, - "start": 1013, - "end": 1014, + "start": 1061, + "end": 1062, "loc": { "start": { "line": 49, @@ -8045,8 +8045,8 @@ "binop": null }, "value": "includes", - "start": 1014, - "end": 1022, + "start": 1062, + "end": 1070, "loc": { "start": { "line": 49, @@ -8070,8 +8070,8 @@ "postfix": false, "binop": null }, - "start": 1022, - "end": 1023, + "start": 1070, + "end": 1071, "loc": { "start": { "line": 49, @@ -8096,8 +8096,8 @@ "binop": null }, "value": "inputValue", - "start": 1023, - "end": 1033, + "start": 1071, + "end": 1081, "loc": { "start": { "line": 49, @@ -8121,8 +8121,8 @@ "postfix": false, "binop": null }, - "start": 1033, - "end": 1034, + "start": 1081, + "end": 1082, "loc": { "start": { "line": 49, @@ -8146,8 +8146,8 @@ "postfix": false, "binop": null }, - "start": 1034, - "end": 1035, + "start": 1082, + "end": 1083, "loc": { "start": { "line": 49, @@ -8172,8 +8172,8 @@ "binop": null, "updateContext": null }, - "start": 1044, - "end": 1045, + "start": 1093, + "end": 1094, "loc": { "start": { "line": 50, @@ -8198,8 +8198,8 @@ "binop": null }, "value": "map", - "start": 1045, - "end": 1048, + "start": 1094, + "end": 1097, "loc": { "start": { "line": 50, @@ -8223,8 +8223,8 @@ "postfix": false, "binop": null }, - "start": 1048, - "end": 1049, + "start": 1097, + "end": 1098, "loc": { "start": { "line": 50, @@ -8248,8 +8248,8 @@ "postfix": false, "binop": null }, - "start": 1049, - "end": 1050, + "start": 1098, + "end": 1099, "loc": { "start": { "line": 50, @@ -8274,8 +8274,8 @@ "binop": null }, "value": "item", - "start": 1050, - "end": 1054, + "start": 1099, + "end": 1103, "loc": { "start": { "line": 50, @@ -8300,8 +8300,8 @@ "binop": null, "updateContext": null }, - "start": 1054, - "end": 1055, + "start": 1103, + "end": 1104, "loc": { "start": { "line": 50, @@ -8326,8 +8326,8 @@ "binop": null }, "value": "index", - "start": 1056, - "end": 1061, + "start": 1105, + "end": 1110, "loc": { "start": { "line": 50, @@ -8351,8 +8351,8 @@ "postfix": false, "binop": null }, - "start": 1061, - "end": 1062, + "start": 1110, + "end": 1111, "loc": { "start": { "line": 50, @@ -8377,8 +8377,8 @@ "binop": null, "updateContext": null }, - "start": 1063, - "end": 1065, + "start": 1112, + "end": 1114, "loc": { "start": { "line": 50, @@ -8402,8 +8402,8 @@ "postfix": false, "binop": null }, - "start": 1066, - "end": 1067, + "start": 1115, + "end": 1116, "loc": { "start": { "line": 50, @@ -8427,8 +8427,8 @@ "postfix": false, "binop": null }, - "start": 1077, - "end": 1078, + "start": 1127, + "end": 1128, "loc": { "start": { "line": 51, @@ -8454,8 +8454,8 @@ "updateContext": null }, "value": "div", - "start": 1078, - "end": 1081, + "start": 1128, + "end": 1131, "loc": { "start": { "line": 51, @@ -8481,8 +8481,8 @@ "updateContext": null }, "value": "key", - "start": 1092, - "end": 1095, + "start": 1143, + "end": 1146, "loc": { "start": { "line": 52, @@ -8508,8 +8508,8 @@ "updateContext": null }, "value": "=", - "start": 1095, - "end": 1096, + "start": 1146, + "end": 1147, "loc": { "start": { "line": 52, @@ -8533,8 +8533,8 @@ "postfix": false, "binop": null }, - "start": 1096, - "end": 1097, + "start": 1147, + "end": 1148, "loc": { "start": { "line": 52, @@ -8559,8 +8559,8 @@ "binop": null }, "value": "item", - "start": 1097, - "end": 1101, + "start": 1148, + "end": 1152, "loc": { "start": { "line": 52, @@ -8585,8 +8585,8 @@ "binop": null, "updateContext": null }, - "start": 1101, - "end": 1102, + "start": 1152, + "end": 1153, "loc": { "start": { "line": 52, @@ -8611,8 +8611,8 @@ "binop": null }, "value": "value", - "start": 1102, - "end": 1107, + "start": 1153, + "end": 1158, "loc": { "start": { "line": 52, @@ -8636,8 +8636,8 @@ "postfix": false, "binop": null }, - "start": 1107, - "end": 1108, + "start": 1158, + "end": 1159, "loc": { "start": { "line": 52, @@ -8661,8 +8661,8 @@ "postfix": false, "binop": null }, - "start": 1119, - "end": 1120, + "start": 1171, + "end": 1172, "loc": { "start": { "line": 53, @@ -8687,8 +8687,8 @@ "binop": null, "updateContext": null }, - "start": 1120, - "end": 1123, + "start": 1172, + "end": 1175, "loc": { "start": { "line": 53, @@ -8713,8 +8713,8 @@ "binop": null }, "value": "getItemProps", - "start": 1123, - "end": 1135, + "start": 1175, + "end": 1187, "loc": { "start": { "line": 53, @@ -8738,8 +8738,8 @@ "postfix": false, "binop": null }, - "start": 1135, - "end": 1136, + "start": 1187, + "end": 1188, "loc": { "start": { "line": 53, @@ -8763,8 +8763,8 @@ "postfix": false, "binop": null }, - "start": 1136, - "end": 1137, + "start": 1188, + "end": 1189, "loc": { "start": { "line": 53, @@ -8789,8 +8789,8 @@ "binop": null }, "value": "key", - "start": 1149, - "end": 1152, + "start": 1202, + "end": 1205, "loc": { "start": { "line": 54, @@ -8815,8 +8815,8 @@ "binop": null, "updateContext": null }, - "start": 1152, - "end": 1153, + "start": 1205, + "end": 1206, "loc": { "start": { "line": 54, @@ -8841,8 +8841,8 @@ "binop": null }, "value": "item", - "start": 1154, - "end": 1158, + "start": 1207, + "end": 1211, "loc": { "start": { "line": 54, @@ -8867,8 +8867,8 @@ "binop": null, "updateContext": null }, - "start": 1158, - "end": 1159, + "start": 1211, + "end": 1212, "loc": { "start": { "line": 54, @@ -8893,8 +8893,8 @@ "binop": null }, "value": "value", - "start": 1159, - "end": 1164, + "start": 1212, + "end": 1217, "loc": { "start": { "line": 54, @@ -8919,8 +8919,8 @@ "binop": null, "updateContext": null }, - "start": 1164, - "end": 1165, + "start": 1217, + "end": 1218, "loc": { "start": { "line": 54, @@ -8945,8 +8945,8 @@ "binop": null }, "value": "index", - "start": 1177, - "end": 1182, + "start": 1231, + "end": 1236, "loc": { "start": { "line": 55, @@ -8971,8 +8971,8 @@ "binop": null, "updateContext": null }, - "start": 1182, - "end": 1183, + "start": 1236, + "end": 1237, "loc": { "start": { "line": 55, @@ -8997,8 +8997,8 @@ "binop": null }, "value": "item", - "start": 1195, - "end": 1199, + "start": 1250, + "end": 1254, "loc": { "start": { "line": 56, @@ -9023,8 +9023,8 @@ "binop": null, "updateContext": null }, - "start": 1199, - "end": 1200, + "start": 1254, + "end": 1255, "loc": { "start": { "line": 56, @@ -9049,8 +9049,8 @@ "binop": null }, "value": "style", - "start": 1212, - "end": 1217, + "start": 1268, + "end": 1273, "loc": { "start": { "line": 57, @@ -9075,8 +9075,8 @@ "binop": null, "updateContext": null }, - "start": 1217, - "end": 1218, + "start": 1273, + "end": 1274, "loc": { "start": { "line": 57, @@ -9100,8 +9100,8 @@ "postfix": false, "binop": null }, - "start": 1219, - "end": 1220, + "start": 1275, + "end": 1276, "loc": { "start": { "line": 57, @@ -9126,8 +9126,8 @@ "binop": null }, "value": "backgroundColor", - "start": 1233, - "end": 1248, + "start": 1290, + "end": 1305, "loc": { "start": { "line": 58, @@ -9152,8 +9152,8 @@ "binop": null, "updateContext": null }, - "start": 1248, - "end": 1249, + "start": 1305, + "end": 1306, "loc": { "start": { "line": 58, @@ -9178,8 +9178,8 @@ "binop": null }, "value": "highlightedIndex", - "start": 1263, - "end": 1279, + "start": 1321, + "end": 1337, "loc": { "start": { "line": 59, @@ -9205,8 +9205,8 @@ "updateContext": null }, "value": "===", - "start": 1280, - "end": 1283, + "start": 1338, + "end": 1341, "loc": { "start": { "line": 59, @@ -9231,8 +9231,8 @@ "binop": null }, "value": "index", - "start": 1284, - "end": 1289, + "start": 1342, + "end": 1347, "loc": { "start": { "line": 59, @@ -9257,8 +9257,8 @@ "binop": null, "updateContext": null }, - "start": 1290, - "end": 1291, + "start": 1348, + "end": 1349, "loc": { "start": { "line": 59, @@ -9284,8 +9284,8 @@ "updateContext": null }, "value": "lightgray", - "start": 1292, - "end": 1303, + "start": 1350, + "end": 1361, "loc": { "start": { "line": 59, @@ -9310,8 +9310,8 @@ "binop": null, "updateContext": null }, - "start": 1304, - "end": 1305, + "start": 1362, + "end": 1363, "loc": { "start": { "line": 59, @@ -9337,8 +9337,8 @@ "updateContext": null }, "value": "white", - "start": 1306, - "end": 1313, + "start": 1364, + "end": 1371, "loc": { "start": { "line": 59, @@ -9363,8 +9363,8 @@ "binop": null, "updateContext": null }, - "start": 1313, - "end": 1314, + "start": 1371, + "end": 1372, "loc": { "start": { "line": 59, @@ -9389,8 +9389,8 @@ "binop": null }, "value": "fontWeight", - "start": 1327, - "end": 1337, + "start": 1386, + "end": 1396, "loc": { "start": { "line": 60, @@ -9415,8 +9415,8 @@ "binop": null, "updateContext": null }, - "start": 1337, - "end": 1338, + "start": 1396, + "end": 1397, "loc": { "start": { "line": 60, @@ -9441,8 +9441,8 @@ "binop": null }, "value": "selectedItem", - "start": 1339, - "end": 1351, + "start": 1398, + "end": 1410, "loc": { "start": { "line": 60, @@ -9468,8 +9468,8 @@ "updateContext": null }, "value": "===", - "start": 1352, - "end": 1355, + "start": 1411, + "end": 1414, "loc": { "start": { "line": 60, @@ -9494,8 +9494,8 @@ "binop": null }, "value": "item", - "start": 1356, - "end": 1360, + "start": 1415, + "end": 1419, "loc": { "start": { "line": 60, @@ -9520,8 +9520,8 @@ "binop": null, "updateContext": null }, - "start": 1361, - "end": 1362, + "start": 1420, + "end": 1421, "loc": { "start": { "line": 60, @@ -9547,8 +9547,8 @@ "updateContext": null }, "value": "bold", - "start": 1363, - "end": 1369, + "start": 1422, + "end": 1428, "loc": { "start": { "line": 60, @@ -9573,8 +9573,8 @@ "binop": null, "updateContext": null }, - "start": 1370, - "end": 1371, + "start": 1429, + "end": 1430, "loc": { "start": { "line": 60, @@ -9600,8 +9600,8 @@ "updateContext": null }, "value": "normal", - "start": 1372, - "end": 1380, + "start": 1431, + "end": 1439, "loc": { "start": { "line": 60, @@ -9626,8 +9626,8 @@ "binop": null, "updateContext": null }, - "start": 1380, - "end": 1381, + "start": 1439, + "end": 1440, "loc": { "start": { "line": 60, @@ -9651,8 +9651,8 @@ "postfix": false, "binop": null }, - "start": 1393, - "end": 1394, + "start": 1453, + "end": 1454, "loc": { "start": { "line": 61, @@ -9677,8 +9677,8 @@ "binop": null, "updateContext": null }, - "start": 1394, - "end": 1395, + "start": 1454, + "end": 1455, "loc": { "start": { "line": 61, @@ -9703,8 +9703,8 @@ "binop": null }, "value": "className", - "start": 1407, - "end": 1416, + "start": 1468, + "end": 1477, "loc": { "start": { "line": 62, @@ -9729,8 +9729,8 @@ "binop": null, "updateContext": null }, - "start": 1416, - "end": 1417, + "start": 1477, + "end": 1478, "loc": { "start": { "line": 62, @@ -9756,8 +9756,8 @@ "updateContext": null }, "value": "caldera-config-option", - "start": 1418, - "end": 1441, + "start": 1479, + "end": 1502, "loc": { "start": { "line": 62, @@ -9781,8 +9781,8 @@ "postfix": false, "binop": null }, - "start": 1452, - "end": 1453, + "start": 1514, + "end": 1515, "loc": { "start": { "line": 63, @@ -9806,8 +9806,8 @@ "postfix": false, "binop": null }, - "start": 1453, - "end": 1454, + "start": 1515, + "end": 1516, "loc": { "start": { "line": 63, @@ -9831,8 +9831,8 @@ "postfix": false, "binop": null }, - "start": 1454, - "end": 1455, + "start": 1516, + "end": 1517, "loc": { "start": { "line": 63, @@ -9856,8 +9856,8 @@ "postfix": false, "binop": null }, - "start": 1465, - "end": 1466, + "start": 1528, + "end": 1529, "loc": { "start": { "line": 64, @@ -9883,8 +9883,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t\t\t\t\t\t", - "start": 1466, - "end": 1477, + "start": 1529, + "end": 1541, "loc": { "start": { "line": 64, @@ -9908,8 +9908,8 @@ "postfix": false, "binop": null }, - "start": 1477, - "end": 1478, + "start": 1541, + "end": 1542, "loc": { "start": { "line": 65, @@ -9934,8 +9934,8 @@ "binop": null }, "value": "item", - "start": 1478, - "end": 1482, + "start": 1542, + "end": 1546, "loc": { "start": { "line": 65, @@ -9960,8 +9960,8 @@ "binop": null, "updateContext": null }, - "start": 1482, - "end": 1483, + "start": 1546, + "end": 1547, "loc": { "start": { "line": 65, @@ -9986,8 +9986,8 @@ "binop": null }, "value": "value", - "start": 1483, - "end": 1488, + "start": 1547, + "end": 1552, "loc": { "start": { "line": 65, @@ -10011,8 +10011,8 @@ "postfix": false, "binop": null }, - "start": 1488, - "end": 1489, + "start": 1552, + "end": 1553, "loc": { "start": { "line": 65, @@ -10038,8 +10038,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t\t\t\t\t", - "start": 1489, - "end": 1499, + "start": 1553, + "end": 1564, "loc": { "start": { "line": 65, @@ -10063,8 +10063,8 @@ "postfix": false, "binop": null }, - "start": 1499, - "end": 1500, + "start": 1564, + "end": 1565, "loc": { "start": { "line": 66, @@ -10090,8 +10090,8 @@ "updateContext": null }, "value": "/", - "start": 1500, - "end": 1501, + "start": 1565, + "end": 1566, "loc": { "start": { "line": 66, @@ -10117,8 +10117,8 @@ "updateContext": null }, "value": "div", - "start": 1501, - "end": 1504, + "start": 1566, + "end": 1569, "loc": { "start": { "line": 66, @@ -10142,8 +10142,8 @@ "postfix": false, "binop": null }, - "start": 1504, - "end": 1505, + "start": 1569, + "end": 1570, "loc": { "start": { "line": 66, @@ -10167,8 +10167,8 @@ "postfix": false, "binop": null }, - "start": 1514, - "end": 1515, + "start": 1580, + "end": 1581, "loc": { "start": { "line": 67, @@ -10192,8 +10192,8 @@ "postfix": false, "binop": null }, - "start": 1515, - "end": 1516, + "start": 1581, + "end": 1582, "loc": { "start": { "line": 67, @@ -10217,8 +10217,8 @@ "postfix": false, "binop": null }, - "start": 1516, - "end": 1517, + "start": 1582, + "end": 1583, "loc": { "start": { "line": 67, @@ -10244,8 +10244,8 @@ "updateContext": null }, "value": "\n\t\t\t\t\t\t", - "start": 1517, - "end": 1524, + "start": 1583, + "end": 1591, "loc": { "start": { "line": 67, @@ -10269,8 +10269,8 @@ "postfix": false, "binop": null }, - "start": 1524, - "end": 1525, + "start": 1591, + "end": 1592, "loc": { "start": { "line": 68, @@ -10296,8 +10296,8 @@ "updateContext": null }, "value": "/", - "start": 1525, - "end": 1526, + "start": 1592, + "end": 1593, "loc": { "start": { "line": 68, @@ -10323,8 +10323,8 @@ "updateContext": null }, "value": "div", - "start": 1526, - "end": 1529, + "start": 1593, + "end": 1596, "loc": { "start": { "line": 68, @@ -10348,8 +10348,8 @@ "postfix": false, "binop": null }, - "start": 1529, - "end": 1530, + "start": 1596, + "end": 1597, "loc": { "start": { "line": 68, @@ -10373,8 +10373,8 @@ "postfix": false, "binop": null }, - "start": 1536, - "end": 1537, + "start": 1604, + "end": 1605, "loc": { "start": { "line": 69, @@ -10399,8 +10399,8 @@ "binop": null, "updateContext": null }, - "start": 1538, - "end": 1539, + "start": 1606, + "end": 1607, "loc": { "start": { "line": 69, @@ -10427,8 +10427,8 @@ "updateContext": null }, "value": "null", - "start": 1540, - "end": 1544, + "start": 1608, + "end": 1612, "loc": { "start": { "line": 69, @@ -10452,8 +10452,8 @@ "postfix": false, "binop": null }, - "start": 1544, - "end": 1545, + "start": 1612, + "end": 1613, "loc": { "start": { "line": 69, @@ -10479,8 +10479,8 @@ "updateContext": null }, "value": "\n\t\t\t\t", - "start": 1545, - "end": 1550, + "start": 1613, + "end": 1619, "loc": { "start": { "line": 69, @@ -10504,8 +10504,8 @@ "postfix": false, "binop": null }, - "start": 1550, - "end": 1551, + "start": 1619, + "end": 1620, "loc": { "start": { "line": 70, @@ -10531,8 +10531,8 @@ "updateContext": null }, "value": "/", - "start": 1551, - "end": 1552, + "start": 1620, + "end": 1621, "loc": { "start": { "line": 70, @@ -10558,8 +10558,8 @@ "updateContext": null }, "value": "div", - "start": 1552, - "end": 1555, + "start": 1621, + "end": 1624, "loc": { "start": { "line": 70, @@ -10583,8 +10583,8 @@ "postfix": false, "binop": null }, - "start": 1555, - "end": 1556, + "start": 1624, + "end": 1625, "loc": { "start": { "line": 70, @@ -10608,8 +10608,8 @@ "postfix": false, "binop": null }, - "start": 1560, - "end": 1561, + "start": 1630, + "end": 1631, "loc": { "start": { "line": 71, @@ -10633,8 +10633,8 @@ "postfix": false, "binop": null }, - "start": 1561, - "end": 1562, + "start": 1631, + "end": 1632, "loc": { "start": { "line": 71, @@ -10660,8 +10660,8 @@ "updateContext": null }, "value": "\n\t\t", - "start": 1562, - "end": 1565, + "start": 1632, + "end": 1636, "loc": { "start": { "line": 71, @@ -10685,8 +10685,8 @@ "postfix": false, "binop": null }, - "start": 1565, - "end": 1566, + "start": 1636, + "end": 1637, "loc": { "start": { "line": 72, @@ -10712,8 +10712,8 @@ "updateContext": null }, "value": "/", - "start": 1566, - "end": 1567, + "start": 1637, + "end": 1638, "loc": { "start": { "line": 72, @@ -10739,8 +10739,8 @@ "updateContext": null }, "value": "Downshift", - "start": 1567, - "end": 1576, + "start": 1638, + "end": 1647, "loc": { "start": { "line": 72, @@ -10764,8 +10764,8 @@ "postfix": false, "binop": null }, - "start": 1576, - "end": 1577, + "start": 1647, + "end": 1648, "loc": { "start": { "line": 72, @@ -10789,8 +10789,8 @@ "postfix": false, "binop": null }, - "start": 1579, - "end": 1580, + "start": 1651, + "end": 1652, "loc": { "start": { "line": 73, @@ -10815,8 +10815,8 @@ "binop": null, "updateContext": null }, - "start": 1580, - "end": 1581, + "start": 1652, + "end": 1653, "loc": { "start": { "line": 73, @@ -10840,8 +10840,8 @@ "postfix": false, "binop": null }, - "start": 1582, - "end": 1583, + "start": 1655, + "end": 1656, "loc": { "start": { "line": 74, @@ -10866,8 +10866,8 @@ "binop": null, "updateContext": null }, - "start": 1583, - "end": 1584, + "start": 1656, + "end": 1657, "loc": { "start": { "line": 74, @@ -10892,8 +10892,8 @@ "binop": null }, "value": "SelectFieldFancy", - "start": 1587, - "end": 1603, + "start": 1663, + "end": 1679, "loc": { "start": { "line": 77, @@ -10918,8 +10918,8 @@ "binop": null, "updateContext": null }, - "start": 1603, - "end": 1604, + "start": 1679, + "end": 1680, "loc": { "start": { "line": 77, @@ -10944,8 +10944,8 @@ "binop": null }, "value": "propTypes", - "start": 1604, - "end": 1613, + "start": 1680, + "end": 1689, "loc": { "start": { "line": 77, @@ -10971,8 +10971,8 @@ "updateContext": null }, "value": "=", - "start": 1614, - "end": 1615, + "start": 1690, + "end": 1691, "loc": { "start": { "line": 77, @@ -10996,8 +10996,8 @@ "postfix": false, "binop": null }, - "start": 1616, - "end": 1617, + "start": 1692, + "end": 1693, "loc": { "start": { "line": 77, @@ -11022,8 +11022,8 @@ "binop": null, "updateContext": null }, - "start": 1619, - "end": 1622, + "start": 1696, + "end": 1699, "loc": { "start": { "line": 78, @@ -11048,8 +11048,8 @@ "binop": null }, "value": "fieldPropTypes", - "start": 1622, - "end": 1636, + "start": 1699, + "end": 1713, "loc": { "start": { "line": 78, @@ -11074,8 +11074,8 @@ "binop": null, "updateContext": null }, - "start": 1636, - "end": 1637, + "start": 1713, + "end": 1714, "loc": { "start": { "line": 78, @@ -11100,8 +11100,8 @@ "binop": null }, "value": "isOpen", - "start": 1639, - "end": 1645, + "start": 1717, + "end": 1723, "loc": { "start": { "line": 79, @@ -11126,8 +11126,8 @@ "binop": null, "updateContext": null }, - "start": 1645, - "end": 1646, + "start": 1723, + "end": 1724, "loc": { "start": { "line": 79, @@ -11152,8 +11152,8 @@ "binop": null }, "value": "PropTypes", - "start": 1647, - "end": 1656, + "start": 1725, + "end": 1734, "loc": { "start": { "line": 79, @@ -11178,8 +11178,8 @@ "binop": null, "updateContext": null }, - "start": 1656, - "end": 1657, + "start": 1734, + "end": 1735, "loc": { "start": { "line": 79, @@ -11204,8 +11204,8 @@ "binop": null }, "value": "bool", - "start": 1657, - "end": 1661, + "start": 1735, + "end": 1739, "loc": { "start": { "line": 79, @@ -11230,8 +11230,8 @@ "binop": null, "updateContext": null }, - "start": 1661, - "end": 1662, + "start": 1739, + "end": 1740, "loc": { "start": { "line": 79, @@ -11255,8 +11255,8 @@ "postfix": false, "binop": null }, - "start": 1663, - "end": 1664, + "start": 1742, + "end": 1743, "loc": { "start": { "line": 80, @@ -11281,8 +11281,8 @@ "binop": null, "updateContext": null }, - "start": 1664, - "end": 1665, + "start": 1743, + "end": 1744, "loc": { "start": { "line": 80, @@ -11307,8 +11307,8 @@ "binop": null, "updateContext": null }, - "start": 1665, - "end": 1665, + "start": 1744, + "end": 1744, "loc": { "start": { "line": 80, diff --git a/docs/ast/source/components/fields/util.js.json b/docs/ast/source/components/fields/util.js.json index b2f068a..356143b 100644 --- a/docs/ast/source/components/fields/util.js.json +++ b/docs/ast/source/components/fields/util.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 1559, + "end": 1640, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 1559, + "end": 1640, "loc": { "start": { "line": 1, @@ -30,8 +30,8 @@ "body": [ { "type": "ExportNamedDeclaration", - "start": 251, - "end": 428, + "start": 258, + "end": 441, "loc": { "start": { "line": 8, @@ -46,8 +46,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 258, - "end": 428, + "start": 265, + "end": 441, "loc": { "start": { "line": 8, @@ -61,8 +61,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 265, - "end": 427, + "start": 272, + "end": 440, "loc": { "start": { "line": 8, @@ -75,8 +75,8 @@ }, "id": { "type": "Identifier", - "start": 265, - "end": 284, + "start": 272, + "end": 291, "loc": { "start": { "line": 8, @@ -93,8 +93,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 287, - "end": 427, + "start": 294, + "end": 440, "loc": { "start": { "line": 8, @@ -107,8 +107,8 @@ }, "id": { "type": "Identifier", - "start": 265, - "end": 284, + "start": 272, + "end": 291, "loc": { "start": { "line": 8, @@ -129,8 +129,8 @@ "params": [ { "type": "Identifier", - "start": 288, - "end": 290, + "start": 295, + "end": 297, "loc": { "start": { "line": 8, @@ -146,8 +146,8 @@ }, { "type": "AssignmentPattern", - "start": 292, - "end": 301, + "start": 299, + "end": 308, "loc": { "start": { "line": 8, @@ -160,8 +160,8 @@ }, "left": { "type": "Identifier", - "start": 292, - "end": 296, + "start": 299, + "end": 303, "loc": { "start": { "line": 8, @@ -177,8 +177,8 @@ }, "right": { "type": "StringLiteral", - "start": 299, - "end": 301, + "start": 306, + "end": 308, "loc": { "start": { "line": 8, @@ -199,8 +199,8 @@ ], "body": { "type": "BlockStatement", - "start": 306, - "end": 427, + "start": 313, + "end": 440, "loc": { "start": { "line": 8, @@ -214,8 +214,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 309, - "end": 336, + "start": 317, + "end": 344, "loc": { "start": { "line": 9, @@ -229,8 +229,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 313, - "end": 335, + "start": 321, + "end": 343, "loc": { "start": { "line": 9, @@ -243,8 +243,8 @@ }, "id": { "type": "Identifier", - "start": 313, - "end": 328, + "start": 321, + "end": 336, "loc": { "start": { "line": 9, @@ -260,8 +260,8 @@ }, "init": { "type": "NullLiteral", - "start": 331, - "end": 335, + "start": 339, + "end": 343, "loc": { "start": { "line": 9, @@ -279,8 +279,8 @@ }, { "type": "IfStatement", - "start": 338, - "end": 400, + "start": 347, + "end": 411, "loc": { "start": { "line": 10, @@ -293,8 +293,8 @@ }, "test": { "type": "MemberExpression", - "start": 342, - "end": 353, + "start": 351, + "end": 362, "loc": { "start": { "line": 10, @@ -307,8 +307,8 @@ }, "object": { "type": "Identifier", - "start": 342, - "end": 346, + "start": 351, + "end": 355, "loc": { "start": { "line": 10, @@ -324,8 +324,8 @@ }, "property": { "type": "Identifier", - "start": 347, - "end": 353, + "start": 356, + "end": 362, "loc": { "start": { "line": 10, @@ -343,8 +343,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 355, - "end": 400, + "start": 364, + "end": 411, "loc": { "start": { "line": 10, @@ -358,8 +358,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 359, - "end": 397, + "start": 369, + "end": 407, "loc": { "start": { "line": 11, @@ -372,8 +372,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 359, - "end": 396, + "start": 369, + "end": 406, "loc": { "start": { "line": 11, @@ -387,8 +387,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 359, - "end": 374, + "start": 369, + "end": 384, "loc": { "start": { "line": 11, @@ -404,8 +404,8 @@ }, "right": { "type": "TemplateLiteral", - "start": 377, - "end": 396, + "start": 387, + "end": 406, "loc": { "start": { "line": 11, @@ -419,8 +419,8 @@ "expressions": [ { "type": "Identifier", - "start": 380, - "end": 382, + "start": 390, + "end": 392, "loc": { "start": { "line": 11, @@ -438,8 +438,8 @@ "quasis": [ { "type": "TemplateElement", - "start": 378, - "end": 378, + "start": 388, + "end": 388, "loc": { "start": { "line": 11, @@ -458,8 +458,8 @@ }, { "type": "TemplateElement", - "start": 383, - "end": 395, + "start": 393, + "end": 405, "loc": { "start": { "line": 11, @@ -487,8 +487,8 @@ }, { "type": "ReturnStatement", - "start": 402, - "end": 425, + "start": 414, + "end": 437, "loc": { "start": { "line": 13, @@ -501,8 +501,8 @@ }, "argument": { "type": "Identifier", - "start": 409, - "end": 424, + "start": 421, + "end": 436, "loc": { "start": { "line": 13, @@ -528,9 +528,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Create the aria-describedby attribute or id attribute for the describing element\n *\n * @param {String} id Id attribute of input being described\n * @param {String} help Optional. Help text. If empty return is null.\n * @returns {String|null}\n ", + "value": "*\r\n * Create the aria-describedby attribute or id attribute for the describing element\r\n *\r\n * @param {String} id Id attribute of input being described\r\n * @param {String} help Optional. Help text. If empty return is null.\r\n * @returns {String|null}\r\n ", "start": 0, - "end": 250, + "end": 256, "loc": { "start": { "line": 1, @@ -546,9 +546,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Get HTML5 input types that are valid\n * @returns {string[]}\n ", - "start": 431, - "end": 501, + "value": "*\r\n * Get HTML5 input types that are valid\r\n * @returns {string[]}\r\n ", + "start": 447, + "end": 520, "loc": { "start": { "line": 17, @@ -565,9 +565,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Create the aria-describedby attribute or id attribute for the describing element\n *\n * @param {String} id Id attribute of input being described\n * @param {String} help Optional. Help text. If empty return is null.\n * @returns {String|null}\n ", + "value": "*\r\n * Create the aria-describedby attribute or id attribute for the describing element\r\n *\r\n * @param {String} id Id attribute of input being described\r\n * @param {String} help Optional. Help text. If empty return is null.\r\n * @returns {String|null}\r\n ", "start": 0, - "end": 250, + "end": 256, "loc": { "start": { "line": 1, @@ -583,9 +583,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Get HTML5 input types that are valid\n * @returns {string[]}\n ", - "start": 431, - "end": 501, + "value": "*\r\n * Get HTML5 input types that are valid\r\n * @returns {string[]}\r\n ", + "start": 447, + "end": 520, "loc": { "start": { "line": 17, @@ -601,8 +601,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 502, - "end": 674, + "start": 522, + "end": 707, "loc": { "start": { "line": 21, @@ -617,8 +617,8 @@ "source": null, "declaration": { "type": "FunctionDeclaration", - "start": 509, - "end": 674, + "start": 529, + "end": 707, "loc": { "start": { "line": 21, @@ -631,8 +631,8 @@ }, "id": { "type": "Identifier", - "start": 518, - "end": 535, + "start": 538, + "end": 555, "loc": { "start": { "line": 21, @@ -653,8 +653,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 538, - "end": 674, + "start": 558, + "end": 707, "loc": { "start": { "line": 21, @@ -668,8 +668,8 @@ "body": [ { "type": "ReturnStatement", - "start": 541, - "end": 672, + "start": 562, + "end": 704, "loc": { "start": { "line": 22, @@ -682,8 +682,8 @@ }, "argument": { "type": "ArrayExpression", - "start": 548, - "end": 671, + "start": 569, + "end": 703, "loc": { "start": { "line": 22, @@ -697,8 +697,8 @@ "elements": [ { "type": "StringLiteral", - "start": 552, - "end": 558, + "start": 574, + "end": 580, "loc": { "start": { "line": 23, @@ -717,8 +717,8 @@ }, { "type": "StringLiteral", - "start": 562, - "end": 569, + "start": 585, + "end": 592, "loc": { "start": { "line": 24, @@ -737,8 +737,8 @@ }, { "type": "StringLiteral", - "start": 573, - "end": 581, + "start": 597, + "end": 605, "loc": { "start": { "line": 25, @@ -757,8 +757,8 @@ }, { "type": "StringLiteral", - "start": 585, - "end": 591, + "start": 610, + "end": 616, "loc": { "start": { "line": 26, @@ -777,8 +777,8 @@ }, { "type": "StringLiteral", - "start": 595, - "end": 605, + "start": 621, + "end": 631, "loc": { "start": { "line": 27, @@ -797,8 +797,8 @@ }, { "type": "StringLiteral", - "start": 609, - "end": 619, + "start": 636, + "end": 646, "loc": { "start": { "line": 28, @@ -817,8 +817,8 @@ }, { "type": "StringLiteral", - "start": 623, - "end": 631, + "start": 651, + "end": 659, "loc": { "start": { "line": 29, @@ -837,8 +837,8 @@ }, { "type": "StringLiteral", - "start": 635, - "end": 642, + "start": 664, + "end": 671, "loc": { "start": { "line": 30, @@ -857,8 +857,8 @@ }, { "type": "StringLiteral", - "start": 646, - "end": 656, + "start": 676, + "end": 686, "loc": { "start": { "line": 31, @@ -877,8 +877,8 @@ }, { "type": "StringLiteral", - "start": 660, - "end": 668, + "start": 691, + "end": 699, "loc": { "start": { "line": 32, @@ -905,9 +905,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Get HTML5 input types that are valid\n * @returns {string[]}\n ", - "start": 431, - "end": 501, + "value": "*\r\n * Get HTML5 input types that are valid\r\n * @returns {string[]}\r\n ", + "start": 447, + "end": 520, "loc": { "start": { "line": 17, @@ -923,9 +923,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Checks if a given input type is an acceptable HTML5 input type\n *\n * @param {String} type\n * @returns {boolean}\n ", - "start": 676, - "end": 798, + "value": "*\r\n * Checks if a given input type is an acceptable HTML5 input type\r\n *\r\n * @param {String} type\r\n * @returns {boolean}\r\n ", + "start": 711, + "end": 838, "loc": { "start": { "line": 36, @@ -942,9 +942,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Get HTML5 input types that are valid\n * @returns {string[]}\n ", - "start": 431, - "end": 501, + "value": "*\r\n * Get HTML5 input types that are valid\r\n * @returns {string[]}\r\n ", + "start": 447, + "end": 520, "loc": { "start": { "line": 17, @@ -960,9 +960,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Checks if a given input type is an acceptable HTML5 input type\n *\n * @param {String} type\n * @returns {boolean}\n ", - "start": 676, - "end": 798, + "value": "*\r\n * Checks if a given input type is an acceptable HTML5 input type\r\n *\r\n * @param {String} type\r\n * @returns {boolean}\r\n ", + "start": 711, + "end": 838, "loc": { "start": { "line": 36, @@ -978,8 +978,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 799, - "end": 885, + "start": 840, + "end": 928, "loc": { "start": { "line": 42, @@ -994,8 +994,8 @@ "source": null, "declaration": { "type": "FunctionDeclaration", - "start": 806, - "end": 885, + "start": 847, + "end": 928, "loc": { "start": { "line": 42, @@ -1008,8 +1008,8 @@ }, "id": { "type": "Identifier", - "start": 815, - "end": 831, + "start": 856, + "end": 872, "loc": { "start": { "line": 42, @@ -1030,8 +1030,8 @@ "params": [ { "type": "Identifier", - "start": 832, - "end": 836, + "start": 873, + "end": 877, "loc": { "start": { "line": 42, @@ -1048,8 +1048,8 @@ ], "body": { "type": "BlockStatement", - "start": 838, - "end": 885, + "start": 879, + "end": 928, "loc": { "start": { "line": 42, @@ -1063,8 +1063,8 @@ "body": [ { "type": "ReturnStatement", - "start": 841, - "end": 883, + "start": 883, + "end": 925, "loc": { "start": { "line": 43, @@ -1077,8 +1077,8 @@ }, "argument": { "type": "CallExpression", - "start": 848, - "end": 882, + "start": 890, + "end": 924, "loc": { "start": { "line": 43, @@ -1091,8 +1091,8 @@ }, "callee": { "type": "MemberExpression", - "start": 848, - "end": 876, + "start": 890, + "end": 918, "loc": { "start": { "line": 43, @@ -1105,8 +1105,8 @@ }, "object": { "type": "CallExpression", - "start": 848, - "end": 867, + "start": 890, + "end": 909, "loc": { "start": { "line": 43, @@ -1119,8 +1119,8 @@ }, "callee": { "type": "Identifier", - "start": 848, - "end": 865, + "start": 890, + "end": 907, "loc": { "start": { "line": 43, @@ -1138,8 +1138,8 @@ }, "property": { "type": "Identifier", - "start": 868, - "end": 876, + "start": 910, + "end": 918, "loc": { "start": { "line": 43, @@ -1158,8 +1158,8 @@ "arguments": [ { "type": "Identifier", - "start": 877, - "end": 881, + "start": 919, + "end": 923, "loc": { "start": { "line": 43, @@ -1183,9 +1183,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Checks if a given input type is an acceptable HTML5 input type\n *\n * @param {String} type\n * @returns {boolean}\n ", - "start": 676, - "end": 798, + "value": "*\r\n * Checks if a given input type is an acceptable HTML5 input type\r\n *\r\n * @param {String} type\r\n * @returns {boolean}\r\n ", + "start": 711, + "end": 838, "loc": { "start": { "line": 36, @@ -1201,9 +1201,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Remove a value from an array if present, if not present, add it\n *\n * @param {String|number} value Value to add or remove\n * @param {Array} array Array to mutate\n * @return {*}\n ", - "start": 888, - "end": 1075, + "value": "*\r\n * Remove a value from an array if present, if not present, add it\r\n *\r\n * @param {String|number} value Value to add or remove\r\n * @param {Array} array Array to mutate\r\n * @return {*}\r\n ", + "start": 934, + "end": 1127, "loc": { "start": { "line": 47, @@ -1220,9 +1220,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Checks if a given input type is an acceptable HTML5 input type\n *\n * @param {String} type\n * @returns {boolean}\n ", - "start": 676, - "end": 798, + "value": "*\r\n * Checks if a given input type is an acceptable HTML5 input type\r\n *\r\n * @param {String} type\r\n * @returns {boolean}\r\n ", + "start": 711, + "end": 838, "loc": { "start": { "line": 36, @@ -1238,9 +1238,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Remove a value from an array if present, if not present, add it\n *\n * @param {String|number} value Value to add or remove\n * @param {Array} array Array to mutate\n * @return {*}\n ", - "start": 888, - "end": 1075, + "value": "*\r\n * Remove a value from an array if present, if not present, add it\r\n *\r\n * @param {String|number} value Value to add or remove\r\n * @param {Array} array Array to mutate\r\n * @return {*}\r\n ", + "start": 934, + "end": 1127, "loc": { "start": { "line": 47, @@ -1256,8 +1256,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 1076, - "end": 1265, + "start": 1129, + "end": 1326, "loc": { "start": { "line": 54, @@ -1272,8 +1272,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 1083, - "end": 1265, + "start": 1136, + "end": 1326, "loc": { "start": { "line": 54, @@ -1287,8 +1287,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1089, - "end": 1264, + "start": 1142, + "end": 1325, "loc": { "start": { "line": 54, @@ -1301,8 +1301,8 @@ }, "id": { "type": "Identifier", - "start": 1089, - "end": 1109, + "start": 1142, + "end": 1162, "loc": { "start": { "line": 54, @@ -1319,8 +1319,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 1112, - "end": 1264, + "start": 1165, + "end": 1325, "loc": { "start": { "line": 54, @@ -1333,8 +1333,8 @@ }, "id": { "type": "Identifier", - "start": 1089, - "end": 1109, + "start": 1142, + "end": 1162, "loc": { "start": { "line": 54, @@ -1355,8 +1355,8 @@ "params": [ { "type": "Identifier", - "start": 1113, - "end": 1118, + "start": 1166, + "end": 1171, "loc": { "start": { "line": 54, @@ -1372,8 +1372,8 @@ }, { "type": "Identifier", - "start": 1119, - "end": 1124, + "start": 1172, + "end": 1177, "loc": { "start": { "line": 54, @@ -1390,8 +1390,8 @@ ], "body": { "type": "BlockStatement", - "start": 1129, - "end": 1264, + "start": 1182, + "end": 1325, "loc": { "start": { "line": 54, @@ -1405,8 +1405,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 1132, - "end": 1167, + "start": 1186, + "end": 1221, "loc": { "start": { "line": 55, @@ -1420,8 +1420,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1138, - "end": 1166, + "start": 1192, + "end": 1220, "loc": { "start": { "line": 55, @@ -1434,8 +1434,8 @@ }, "id": { "type": "Identifier", - "start": 1138, - "end": 1143, + "start": 1192, + "end": 1197, "loc": { "start": { "line": 55, @@ -1451,8 +1451,8 @@ }, "init": { "type": "CallExpression", - "start": 1146, - "end": 1166, + "start": 1200, + "end": 1220, "loc": { "start": { "line": 55, @@ -1465,8 +1465,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1146, - "end": 1159, + "start": 1200, + "end": 1213, "loc": { "start": { "line": 55, @@ -1479,8 +1479,8 @@ }, "object": { "type": "Identifier", - "start": 1146, - "end": 1151, + "start": 1200, + "end": 1205, "loc": { "start": { "line": 55, @@ -1496,8 +1496,8 @@ }, "property": { "type": "Identifier", - "start": 1152, - "end": 1159, + "start": 1206, + "end": 1213, "loc": { "start": { "line": 55, @@ -1516,8 +1516,8 @@ "arguments": [ { "type": "Identifier", - "start": 1160, - "end": 1165, + "start": 1214, + "end": 1219, "loc": { "start": { "line": 55, @@ -1539,8 +1539,8 @@ }, { "type": "IfStatement", - "start": 1169, - "end": 1247, + "start": 1224, + "end": 1306, "loc": { "start": { "line": 56, @@ -1553,8 +1553,8 @@ }, "test": { "type": "BinaryExpression", - "start": 1173, - "end": 1185, + "start": 1228, + "end": 1240, "loc": { "start": { "line": 56, @@ -1567,8 +1567,8 @@ }, "left": { "type": "Identifier", - "start": 1173, - "end": 1178, + "start": 1228, + "end": 1233, "loc": { "start": { "line": 56, @@ -1585,8 +1585,8 @@ "operator": "!==", "right": { "type": "UnaryExpression", - "start": 1183, - "end": 1185, + "start": 1238, + "end": 1240, "loc": { "start": { "line": 56, @@ -1601,8 +1601,8 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 1184, - "end": 1185, + "start": 1239, + "end": 1240, "loc": { "start": { "line": 56, @@ -1626,8 +1626,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1186, - "end": 1216, + "start": 1241, + "end": 1273, "loc": { "start": { "line": 56, @@ -1641,8 +1641,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1190, - "end": 1213, + "start": 1246, + "end": 1269, "loc": { "start": { "line": 57, @@ -1655,8 +1655,8 @@ }, "expression": { "type": "CallExpression", - "start": 1190, - "end": 1212, + "start": 1246, + "end": 1268, "loc": { "start": { "line": 57, @@ -1669,8 +1669,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1190, - "end": 1202, + "start": 1246, + "end": 1258, "loc": { "start": { "line": 57, @@ -1683,8 +1683,8 @@ }, "object": { "type": "Identifier", - "start": 1190, - "end": 1195, + "start": 1246, + "end": 1251, "loc": { "start": { "line": 57, @@ -1700,8 +1700,8 @@ }, "property": { "type": "Identifier", - "start": 1196, - "end": 1202, + "start": 1252, + "end": 1258, "loc": { "start": { "line": 57, @@ -1720,8 +1720,8 @@ "arguments": [ { "type": "Identifier", - "start": 1203, - "end": 1208, + "start": 1259, + "end": 1264, "loc": { "start": { "line": 57, @@ -1737,8 +1737,8 @@ }, { "type": "NumericLiteral", - "start": 1210, - "end": 1211, + "start": 1266, + "end": 1267, "loc": { "start": { "line": 57, @@ -1763,8 +1763,8 @@ }, "alternate": { "type": "BlockStatement", - "start": 1220, - "end": 1247, + "start": 1277, + "end": 1306, "loc": { "start": { "line": 58, @@ -1778,8 +1778,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1224, - "end": 1244, + "start": 1282, + "end": 1302, "loc": { "start": { "line": 59, @@ -1792,8 +1792,8 @@ }, "expression": { "type": "CallExpression", - "start": 1224, - "end": 1243, + "start": 1282, + "end": 1301, "loc": { "start": { "line": 59, @@ -1806,8 +1806,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1224, - "end": 1234, + "start": 1282, + "end": 1292, "loc": { "start": { "line": 59, @@ -1820,8 +1820,8 @@ }, "object": { "type": "Identifier", - "start": 1224, - "end": 1229, + "start": 1282, + "end": 1287, "loc": { "start": { "line": 59, @@ -1837,8 +1837,8 @@ }, "property": { "type": "Identifier", - "start": 1230, - "end": 1234, + "start": 1288, + "end": 1292, "loc": { "start": { "line": 59, @@ -1857,8 +1857,8 @@ "arguments": [ { "type": "Identifier", - "start": 1236, - "end": 1241, + "start": 1294, + "end": 1299, "loc": { "start": { "line": 59, @@ -1881,8 +1881,8 @@ }, { "type": "ReturnStatement", - "start": 1249, - "end": 1262, + "start": 1309, + "end": 1322, "loc": { "start": { "line": 61, @@ -1895,8 +1895,8 @@ }, "argument": { "type": "Identifier", - "start": 1256, - "end": 1261, + "start": 1316, + "end": 1321, "loc": { "start": { "line": 61, @@ -1922,9 +1922,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Remove a value from an array if present, if not present, add it\n *\n * @param {String|number} value Value to add or remove\n * @param {Array} array Array to mutate\n * @return {*}\n ", - "start": 888, - "end": 1075, + "value": "*\r\n * Remove a value from an array if present, if not present, add it\r\n *\r\n * @param {String|number} value Value to add or remove\r\n * @param {Array} array Array to mutate\r\n * @return {*}\r\n ", + "start": 934, + "end": 1127, "loc": { "start": { "line": 47, @@ -1940,9 +1940,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Cast a boolean or boolean like to a true or false\n *\n * @param Mixed} value Value to cast\n * @return {boolean}\n ", - "start": 1267, - "end": 1388, + "value": "*\r\n * Cast a boolean or boolean like to a true or false\r\n *\r\n * @param Mixed} value Value to cast\r\n * @return {boolean}\r\n ", + "start": 1330, + "end": 1456, "loc": { "start": { "line": 64, @@ -1959,9 +1959,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Remove a value from an array if present, if not present, add it\n *\n * @param {String|number} value Value to add or remove\n * @param {Array} array Array to mutate\n * @return {*}\n ", - "start": 888, - "end": 1075, + "value": "*\r\n * Remove a value from an array if present, if not present, add it\r\n *\r\n * @param {String|number} value Value to add or remove\r\n * @param {Array} array Array to mutate\r\n * @return {*}\r\n ", + "start": 934, + "end": 1127, "loc": { "start": { "line": 47, @@ -1977,9 +1977,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Cast a boolean or boolean like to a true or false\n *\n * @param Mixed} value Value to cast\n * @return {boolean}\n ", - "start": 1267, - "end": 1388, + "value": "*\r\n * Cast a boolean or boolean like to a true or false\r\n *\r\n * @param Mixed} value Value to cast\r\n * @return {boolean}\r\n ", + "start": 1330, + "end": 1456, "loc": { "start": { "line": 64, @@ -1995,8 +1995,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 1389, - "end": 1559, + "start": 1458, + "end": 1640, "loc": { "start": { "line": 70, @@ -2011,8 +2011,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 1396, - "end": 1559, + "start": 1465, + "end": 1640, "loc": { "start": { "line": 70, @@ -2026,8 +2026,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1402, - "end": 1558, + "start": 1471, + "end": 1639, "loc": { "start": { "line": 70, @@ -2040,8 +2040,8 @@ }, "id": { "type": "Identifier", - "start": 1402, - "end": 1411, + "start": 1471, + "end": 1480, "loc": { "start": { "line": 70, @@ -2058,8 +2058,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 1413, - "end": 1558, + "start": 1482, + "end": 1639, "loc": { "start": { "line": 70, @@ -2072,8 +2072,8 @@ }, "id": { "type": "Identifier", - "start": 1402, - "end": 1411, + "start": 1471, + "end": 1480, "loc": { "start": { "line": 70, @@ -2094,8 +2094,8 @@ "params": [ { "type": "Identifier", - "start": 1414, - "end": 1419, + "start": 1483, + "end": 1488, "loc": { "start": { "line": 70, @@ -2112,8 +2112,8 @@ ], "body": { "type": "BlockStatement", - "start": 1424, - "end": 1558, + "start": 1493, + "end": 1639, "loc": { "start": { "line": 70, @@ -2127,8 +2127,8 @@ "body": [ { "type": "SwitchStatement", - "start": 1427, - "end": 1556, + "start": 1497, + "end": 1636, "loc": { "start": { "line": 71, @@ -2141,8 +2141,8 @@ }, "discriminant": { "type": "Identifier", - "start": 1434, - "end": 1439, + "start": 1504, + "end": 1509, "loc": { "start": { "line": 71, @@ -2159,8 +2159,8 @@ "cases": [ { "type": "SwitchCase", - "start": 1443, - "end": 1453, + "start": 1514, + "end": 1524, "loc": { "start": { "line": 72, @@ -2174,8 +2174,8 @@ "consequent": [], "test": { "type": "BooleanLiteral", - "start": 1448, - "end": 1452, + "start": 1519, + "end": 1523, "loc": { "start": { "line": 72, @@ -2191,8 +2191,8 @@ }, { "type": "SwitchCase", - "start": 1455, - "end": 1467, + "start": 1527, + "end": 1539, "loc": { "start": { "line": 73, @@ -2206,8 +2206,8 @@ "consequent": [], "test": { "type": "StringLiteral", - "start": 1460, - "end": 1466, + "start": 1532, + "end": 1538, "loc": { "start": { "line": 73, @@ -2227,8 +2227,8 @@ }, { "type": "SwitchCase", - "start": 1469, - "end": 1476, + "start": 1542, + "end": 1549, "loc": { "start": { "line": 74, @@ -2242,8 +2242,8 @@ "consequent": [], "test": { "type": "NumericLiteral", - "start": 1474, - "end": 1475, + "start": 1547, + "end": 1548, "loc": { "start": { "line": 74, @@ -2263,8 +2263,8 @@ }, { "type": "SwitchCase", - "start": 1478, - "end": 1487, + "start": 1552, + "end": 1561, "loc": { "start": { "line": 75, @@ -2278,8 +2278,8 @@ "consequent": [], "test": { "type": "StringLiteral", - "start": 1483, - "end": 1486, + "start": 1557, + "end": 1560, "loc": { "start": { "line": 75, @@ -2299,8 +2299,8 @@ }, { "type": "SwitchCase", - "start": 1489, - "end": 1499, + "start": 1564, + "end": 1574, "loc": { "start": { "line": 76, @@ -2314,8 +2314,8 @@ "consequent": [], "test": { "type": "StringLiteral", - "start": 1494, - "end": 1498, + "start": 1569, + "end": 1573, "loc": { "start": { "line": 76, @@ -2335,8 +2335,8 @@ }, { "type": "SwitchCase", - "start": 1501, - "end": 1527, + "start": 1577, + "end": 1604, "loc": { "start": { "line": 77, @@ -2350,8 +2350,8 @@ "consequent": [ { "type": "ReturnStatement", - "start": 1515, - "end": 1527, + "start": 1592, + "end": 1604, "loc": { "start": { "line": 78, @@ -2364,8 +2364,8 @@ }, "argument": { "type": "BooleanLiteral", - "start": 1522, - "end": 1526, + "start": 1599, + "end": 1603, "loc": { "start": { "line": 78, @@ -2382,8 +2382,8 @@ ], "test": { "type": "StringLiteral", - "start": 1506, - "end": 1511, + "start": 1582, + "end": 1587, "loc": { "start": { "line": 77, @@ -2403,8 +2403,8 @@ }, { "type": "SwitchCase", - "start": 1529, - "end": 1553, + "start": 1607, + "end": 1632, "loc": { "start": { "line": 79, @@ -2418,8 +2418,8 @@ "consequent": [ { "type": "ReturnStatement", - "start": 1540, - "end": 1553, + "start": 1619, + "end": 1632, "loc": { "start": { "line": 80, @@ -2432,8 +2432,8 @@ }, "argument": { "type": "BooleanLiteral", - "start": 1547, - "end": 1552, + "start": 1626, + "end": 1631, "loc": { "start": { "line": 80, @@ -2463,9 +2463,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Cast a boolean or boolean like to a true or false\n *\n * @param Mixed} value Value to cast\n * @return {boolean}\n ", - "start": 1267, - "end": 1388, + "value": "*\r\n * Cast a boolean or boolean like to a true or false\r\n *\r\n * @param Mixed} value Value to cast\r\n * @return {boolean}\r\n ", + "start": 1330, + "end": 1456, "loc": { "start": { "line": 64, @@ -2483,9 +2483,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Cast a boolean or boolean like to a true or false\n *\n * @param Mixed} value Value to cast\n * @return {boolean}\n ", - "start": 1267, - "end": 1388, + "value": "*\r\n * Cast a boolean or boolean like to a true or false\r\n *\r\n * @param Mixed} value Value to cast\r\n * @return {boolean}\r\n ", + "start": 1330, + "end": 1456, "loc": { "start": { "line": 64, @@ -2505,9 +2505,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Create the aria-describedby attribute or id attribute for the describing element\n *\n * @param {String} id Id attribute of input being described\n * @param {String} help Optional. Help text. If empty return is null.\n * @returns {String|null}\n ", + "value": "*\r\n * Create the aria-describedby attribute or id attribute for the describing element\r\n *\r\n * @param {String} id Id attribute of input being described\r\n * @param {String} help Optional. Help text. If empty return is null.\r\n * @returns {String|null}\r\n ", "start": 0, - "end": 250, + "end": 256, "loc": { "start": { "line": 1, @@ -2521,9 +2521,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Get HTML5 input types that are valid\n * @returns {string[]}\n ", - "start": 431, - "end": 501, + "value": "*\r\n * Get HTML5 input types that are valid\r\n * @returns {string[]}\r\n ", + "start": 447, + "end": 520, "loc": { "start": { "line": 17, @@ -2537,9 +2537,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Checks if a given input type is an acceptable HTML5 input type\n *\n * @param {String} type\n * @returns {boolean}\n ", - "start": 676, - "end": 798, + "value": "*\r\n * Checks if a given input type is an acceptable HTML5 input type\r\n *\r\n * @param {String} type\r\n * @returns {boolean}\r\n ", + "start": 711, + "end": 838, "loc": { "start": { "line": 36, @@ -2553,9 +2553,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Remove a value from an array if present, if not present, add it\n *\n * @param {String|number} value Value to add or remove\n * @param {Array} array Array to mutate\n * @return {*}\n ", - "start": 888, - "end": 1075, + "value": "*\r\n * Remove a value from an array if present, if not present, add it\r\n *\r\n * @param {String|number} value Value to add or remove\r\n * @param {Array} array Array to mutate\r\n * @return {*}\r\n ", + "start": 934, + "end": 1127, "loc": { "start": { "line": 47, @@ -2569,9 +2569,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Cast a boolean or boolean like to a true or false\n *\n * @param Mixed} value Value to cast\n * @return {boolean}\n ", - "start": 1267, - "end": 1388, + "value": "*\r\n * Cast a boolean or boolean like to a true or false\r\n *\r\n * @param Mixed} value Value to cast\r\n * @return {boolean}\r\n ", + "start": 1330, + "end": 1456, "loc": { "start": { "line": 64, @@ -2587,9 +2587,9 @@ "tokens": [ { "type": "CommentBlock", - "value": "*\n * Create the aria-describedby attribute or id attribute for the describing element\n *\n * @param {String} id Id attribute of input being described\n * @param {String} help Optional. Help text. If empty return is null.\n * @returns {String|null}\n ", + "value": "*\r\n * Create the aria-describedby attribute or id attribute for the describing element\r\n *\r\n * @param {String} id Id attribute of input being described\r\n * @param {String} help Optional. Help text. If empty return is null.\r\n * @returns {String|null}\r\n ", "start": 0, - "end": 250, + "end": 256, "loc": { "start": { "line": 1, @@ -2616,8 +2616,8 @@ "updateContext": null }, "value": "export", - "start": 251, - "end": 257, + "start": 258, + "end": 264, "loc": { "start": { "line": 8, @@ -2644,8 +2644,8 @@ "updateContext": null }, "value": "const", - "start": 258, - "end": 263, + "start": 265, + "end": 270, "loc": { "start": { "line": 8, @@ -2670,8 +2670,8 @@ "binop": null }, "value": "ariaDescribedbyAttr", - "start": 265, - "end": 284, + "start": 272, + "end": 291, "loc": { "start": { "line": 8, @@ -2697,8 +2697,8 @@ "updateContext": null }, "value": "=", - "start": 285, - "end": 286, + "start": 292, + "end": 293, "loc": { "start": { "line": 8, @@ -2722,8 +2722,8 @@ "postfix": false, "binop": null }, - "start": 287, - "end": 288, + "start": 294, + "end": 295, "loc": { "start": { "line": 8, @@ -2748,8 +2748,8 @@ "binop": null }, "value": "id", - "start": 288, - "end": 290, + "start": 295, + "end": 297, "loc": { "start": { "line": 8, @@ -2774,8 +2774,8 @@ "binop": null, "updateContext": null }, - "start": 290, - "end": 291, + "start": 297, + "end": 298, "loc": { "start": { "line": 8, @@ -2800,8 +2800,8 @@ "binop": null }, "value": "help", - "start": 292, - "end": 296, + "start": 299, + "end": 303, "loc": { "start": { "line": 8, @@ -2827,8 +2827,8 @@ "updateContext": null }, "value": "=", - "start": 297, - "end": 298, + "start": 304, + "end": 305, "loc": { "start": { "line": 8, @@ -2854,8 +2854,8 @@ "updateContext": null }, "value": "", - "start": 299, - "end": 301, + "start": 306, + "end": 308, "loc": { "start": { "line": 8, @@ -2879,8 +2879,8 @@ "postfix": false, "binop": null }, - "start": 301, - "end": 302, + "start": 308, + "end": 309, "loc": { "start": { "line": 8, @@ -2905,8 +2905,8 @@ "binop": null, "updateContext": null }, - "start": 303, - "end": 305, + "start": 310, + "end": 312, "loc": { "start": { "line": 8, @@ -2930,8 +2930,8 @@ "postfix": false, "binop": null }, - "start": 306, - "end": 307, + "start": 313, + "end": 314, "loc": { "start": { "line": 8, @@ -2958,8 +2958,8 @@ "updateContext": null }, "value": "let", - "start": 309, - "end": 312, + "start": 317, + "end": 320, "loc": { "start": { "line": 9, @@ -2984,8 +2984,8 @@ "binop": null }, "value": "ariaDescribedby", - "start": 313, - "end": 328, + "start": 321, + "end": 336, "loc": { "start": { "line": 9, @@ -3011,8 +3011,8 @@ "updateContext": null }, "value": "=", - "start": 329, - "end": 330, + "start": 337, + "end": 338, "loc": { "start": { "line": 9, @@ -3039,8 +3039,8 @@ "updateContext": null }, "value": "null", - "start": 331, - "end": 335, + "start": 339, + "end": 343, "loc": { "start": { "line": 9, @@ -3065,8 +3065,8 @@ "binop": null, "updateContext": null }, - "start": 335, - "end": 336, + "start": 343, + "end": 344, "loc": { "start": { "line": 9, @@ -3093,8 +3093,8 @@ "updateContext": null }, "value": "if", - "start": 338, - "end": 340, + "start": 347, + "end": 349, "loc": { "start": { "line": 10, @@ -3118,8 +3118,8 @@ "postfix": false, "binop": null }, - "start": 341, - "end": 342, + "start": 350, + "end": 351, "loc": { "start": { "line": 10, @@ -3144,8 +3144,8 @@ "binop": null }, "value": "help", - "start": 342, - "end": 346, + "start": 351, + "end": 355, "loc": { "start": { "line": 10, @@ -3170,8 +3170,8 @@ "binop": null, "updateContext": null }, - "start": 346, - "end": 347, + "start": 355, + "end": 356, "loc": { "start": { "line": 10, @@ -3196,8 +3196,8 @@ "binop": null }, "value": "length", - "start": 347, - "end": 353, + "start": 356, + "end": 362, "loc": { "start": { "line": 10, @@ -3221,8 +3221,8 @@ "postfix": false, "binop": null }, - "start": 353, - "end": 354, + "start": 362, + "end": 363, "loc": { "start": { "line": 10, @@ -3246,8 +3246,8 @@ "postfix": false, "binop": null }, - "start": 355, - "end": 356, + "start": 364, + "end": 365, "loc": { "start": { "line": 10, @@ -3272,8 +3272,8 @@ "binop": null }, "value": "ariaDescribedby", - "start": 359, - "end": 374, + "start": 369, + "end": 384, "loc": { "start": { "line": 11, @@ -3299,8 +3299,8 @@ "updateContext": null }, "value": "=", - "start": 375, - "end": 376, + "start": 385, + "end": 386, "loc": { "start": { "line": 11, @@ -3324,8 +3324,8 @@ "postfix": false, "binop": null }, - "start": 377, - "end": 378, + "start": 387, + "end": 388, "loc": { "start": { "line": 11, @@ -3351,8 +3351,8 @@ "updateContext": null }, "value": "", - "start": 378, - "end": 378, + "start": 388, + "end": 388, "loc": { "start": { "line": 11, @@ -3376,8 +3376,8 @@ "postfix": false, "binop": null }, - "start": 378, - "end": 380, + "start": 388, + "end": 390, "loc": { "start": { "line": 11, @@ -3402,8 +3402,8 @@ "binop": null }, "value": "id", - "start": 380, - "end": 382, + "start": 390, + "end": 392, "loc": { "start": { "line": 11, @@ -3427,8 +3427,8 @@ "postfix": false, "binop": null }, - "start": 382, - "end": 383, + "start": 392, + "end": 393, "loc": { "start": { "line": 11, @@ -3454,8 +3454,8 @@ "updateContext": null }, "value": "-description", - "start": 383, - "end": 395, + "start": 393, + "end": 405, "loc": { "start": { "line": 11, @@ -3479,8 +3479,8 @@ "postfix": false, "binop": null }, - "start": 395, - "end": 396, + "start": 405, + "end": 406, "loc": { "start": { "line": 11, @@ -3505,8 +3505,8 @@ "binop": null, "updateContext": null }, - "start": 396, - "end": 397, + "start": 406, + "end": 407, "loc": { "start": { "line": 11, @@ -3530,8 +3530,8 @@ "postfix": false, "binop": null }, - "start": 399, - "end": 400, + "start": 410, + "end": 411, "loc": { "start": { "line": 12, @@ -3558,8 +3558,8 @@ "updateContext": null }, "value": "return", - "start": 402, - "end": 408, + "start": 414, + "end": 420, "loc": { "start": { "line": 13, @@ -3584,8 +3584,8 @@ "binop": null }, "value": "ariaDescribedby", - "start": 409, - "end": 424, + "start": 421, + "end": 436, "loc": { "start": { "line": 13, @@ -3610,8 +3610,8 @@ "binop": null, "updateContext": null }, - "start": 424, - "end": 425, + "start": 436, + "end": 437, "loc": { "start": { "line": 13, @@ -3635,8 +3635,8 @@ "postfix": false, "binop": null }, - "start": 426, - "end": 427, + "start": 439, + "end": 440, "loc": { "start": { "line": 14, @@ -3661,8 +3661,8 @@ "binop": null, "updateContext": null }, - "start": 427, - "end": 428, + "start": 440, + "end": 441, "loc": { "start": { "line": 14, @@ -3676,9 +3676,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Get HTML5 input types that are valid\n * @returns {string[]}\n ", - "start": 431, - "end": 501, + "value": "*\r\n * Get HTML5 input types that are valid\r\n * @returns {string[]}\r\n ", + "start": 447, + "end": 520, "loc": { "start": { "line": 17, @@ -3705,8 +3705,8 @@ "updateContext": null }, "value": "export", - "start": 502, - "end": 508, + "start": 522, + "end": 528, "loc": { "start": { "line": 21, @@ -3732,8 +3732,8 @@ "binop": null }, "value": "function", - "start": 509, - "end": 517, + "start": 529, + "end": 537, "loc": { "start": { "line": 21, @@ -3758,8 +3758,8 @@ "binop": null }, "value": "getHtmlInputTypes", - "start": 518, - "end": 535, + "start": 538, + "end": 555, "loc": { "start": { "line": 21, @@ -3783,8 +3783,8 @@ "postfix": false, "binop": null }, - "start": 535, - "end": 536, + "start": 555, + "end": 556, "loc": { "start": { "line": 21, @@ -3808,8 +3808,8 @@ "postfix": false, "binop": null }, - "start": 536, - "end": 537, + "start": 556, + "end": 557, "loc": { "start": { "line": 21, @@ -3833,8 +3833,8 @@ "postfix": false, "binop": null }, - "start": 538, - "end": 539, + "start": 558, + "end": 559, "loc": { "start": { "line": 21, @@ -3861,8 +3861,8 @@ "updateContext": null }, "value": "return", - "start": 541, - "end": 547, + "start": 562, + "end": 568, "loc": { "start": { "line": 22, @@ -3887,8 +3887,8 @@ "binop": null, "updateContext": null }, - "start": 548, - "end": 549, + "start": 569, + "end": 570, "loc": { "start": { "line": 22, @@ -3914,8 +3914,8 @@ "updateContext": null }, "value": "text", - "start": 552, - "end": 558, + "start": 574, + "end": 580, "loc": { "start": { "line": 23, @@ -3940,8 +3940,8 @@ "binop": null, "updateContext": null }, - "start": 558, - "end": 559, + "start": 580, + "end": 581, "loc": { "start": { "line": 23, @@ -3967,8 +3967,8 @@ "updateContext": null }, "value": "email", - "start": 562, - "end": 569, + "start": 585, + "end": 592, "loc": { "start": { "line": 24, @@ -3993,8 +3993,8 @@ "binop": null, "updateContext": null }, - "start": 569, - "end": 570, + "start": 592, + "end": 593, "loc": { "start": { "line": 24, @@ -4020,8 +4020,8 @@ "updateContext": null }, "value": "number", - "start": 573, - "end": 581, + "start": 597, + "end": 605, "loc": { "start": { "line": 25, @@ -4046,8 +4046,8 @@ "binop": null, "updateContext": null }, - "start": 581, - "end": 582, + "start": 605, + "end": 606, "loc": { "start": { "line": 25, @@ -4073,8 +4073,8 @@ "updateContext": null }, "value": "date", - "start": 585, - "end": 591, + "start": 610, + "end": 616, "loc": { "start": { "line": 26, @@ -4099,8 +4099,8 @@ "binop": null, "updateContext": null }, - "start": 591, - "end": 592, + "start": 616, + "end": 617, "loc": { "start": { "line": 26, @@ -4126,8 +4126,8 @@ "updateContext": null }, "value": "datetime", - "start": 595, - "end": 605, + "start": 621, + "end": 631, "loc": { "start": { "line": 27, @@ -4152,8 +4152,8 @@ "binop": null, "updateContext": null }, - "start": 605, - "end": 606, + "start": 631, + "end": 632, "loc": { "start": { "line": 27, @@ -4179,8 +4179,8 @@ "updateContext": null }, "value": "password", - "start": 609, - "end": 619, + "start": 636, + "end": 646, "loc": { "start": { "line": 28, @@ -4205,8 +4205,8 @@ "binop": null, "updateContext": null }, - "start": 619, - "end": 620, + "start": 646, + "end": 647, "loc": { "start": { "line": 28, @@ -4232,8 +4232,8 @@ "updateContext": null }, "value": "submit", - "start": 623, - "end": 631, + "start": 651, + "end": 659, "loc": { "start": { "line": 29, @@ -4258,8 +4258,8 @@ "binop": null, "updateContext": null }, - "start": 631, - "end": 632, + "start": 659, + "end": 660, "loc": { "start": { "line": 29, @@ -4285,8 +4285,8 @@ "updateContext": null }, "value": "reset", - "start": 635, - "end": 642, + "start": 664, + "end": 671, "loc": { "start": { "line": 30, @@ -4311,8 +4311,8 @@ "binop": null, "updateContext": null }, - "start": 642, - "end": 643, + "start": 671, + "end": 672, "loc": { "start": { "line": 30, @@ -4338,8 +4338,8 @@ "updateContext": null }, "value": "checkbox", - "start": 646, - "end": 656, + "start": 676, + "end": 686, "loc": { "start": { "line": 31, @@ -4364,8 +4364,8 @@ "binop": null, "updateContext": null }, - "start": 656, - "end": 657, + "start": 686, + "end": 687, "loc": { "start": { "line": 31, @@ -4391,8 +4391,8 @@ "updateContext": null }, "value": "hidden", - "start": 660, - "end": 668, + "start": 691, + "end": 699, "loc": { "start": { "line": 32, @@ -4417,8 +4417,8 @@ "binop": null, "updateContext": null }, - "start": 670, - "end": 671, + "start": 702, + "end": 703, "loc": { "start": { "line": 33, @@ -4443,8 +4443,8 @@ "binop": null, "updateContext": null }, - "start": 671, - "end": 672, + "start": 703, + "end": 704, "loc": { "start": { "line": 33, @@ -4468,8 +4468,8 @@ "postfix": false, "binop": null }, - "start": 673, - "end": 674, + "start": 706, + "end": 707, "loc": { "start": { "line": 34, @@ -4483,9 +4483,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Checks if a given input type is an acceptable HTML5 input type\n *\n * @param {String} type\n * @returns {boolean}\n ", - "start": 676, - "end": 798, + "value": "*\r\n * Checks if a given input type is an acceptable HTML5 input type\r\n *\r\n * @param {String} type\r\n * @returns {boolean}\r\n ", + "start": 711, + "end": 838, "loc": { "start": { "line": 36, @@ -4512,8 +4512,8 @@ "updateContext": null }, "value": "export", - "start": 799, - "end": 805, + "start": 840, + "end": 846, "loc": { "start": { "line": 42, @@ -4539,8 +4539,8 @@ "binop": null }, "value": "function", - "start": 806, - "end": 814, + "start": 847, + "end": 855, "loc": { "start": { "line": 42, @@ -4565,8 +4565,8 @@ "binop": null }, "value": "isValidHtml5type", - "start": 815, - "end": 831, + "start": 856, + "end": 872, "loc": { "start": { "line": 42, @@ -4590,8 +4590,8 @@ "postfix": false, "binop": null }, - "start": 831, - "end": 832, + "start": 872, + "end": 873, "loc": { "start": { "line": 42, @@ -4616,8 +4616,8 @@ "binop": null }, "value": "type", - "start": 832, - "end": 836, + "start": 873, + "end": 877, "loc": { "start": { "line": 42, @@ -4641,8 +4641,8 @@ "postfix": false, "binop": null }, - "start": 836, - "end": 837, + "start": 877, + "end": 878, "loc": { "start": { "line": 42, @@ -4666,8 +4666,8 @@ "postfix": false, "binop": null }, - "start": 838, - "end": 839, + "start": 879, + "end": 880, "loc": { "start": { "line": 42, @@ -4694,8 +4694,8 @@ "updateContext": null }, "value": "return", - "start": 841, - "end": 847, + "start": 883, + "end": 889, "loc": { "start": { "line": 43, @@ -4720,8 +4720,8 @@ "binop": null }, "value": "getHtmlInputTypes", - "start": 848, - "end": 865, + "start": 890, + "end": 907, "loc": { "start": { "line": 43, @@ -4745,8 +4745,8 @@ "postfix": false, "binop": null }, - "start": 865, - "end": 866, + "start": 907, + "end": 908, "loc": { "start": { "line": 43, @@ -4770,8 +4770,8 @@ "postfix": false, "binop": null }, - "start": 866, - "end": 867, + "start": 908, + "end": 909, "loc": { "start": { "line": 43, @@ -4796,8 +4796,8 @@ "binop": null, "updateContext": null }, - "start": 867, - "end": 868, + "start": 909, + "end": 910, "loc": { "start": { "line": 43, @@ -4822,8 +4822,8 @@ "binop": null }, "value": "includes", - "start": 868, - "end": 876, + "start": 910, + "end": 918, "loc": { "start": { "line": 43, @@ -4847,8 +4847,8 @@ "postfix": false, "binop": null }, - "start": 876, - "end": 877, + "start": 918, + "end": 919, "loc": { "start": { "line": 43, @@ -4873,8 +4873,8 @@ "binop": null }, "value": "type", - "start": 877, - "end": 881, + "start": 919, + "end": 923, "loc": { "start": { "line": 43, @@ -4898,8 +4898,8 @@ "postfix": false, "binop": null }, - "start": 881, - "end": 882, + "start": 923, + "end": 924, "loc": { "start": { "line": 43, @@ -4924,8 +4924,8 @@ "binop": null, "updateContext": null }, - "start": 882, - "end": 883, + "start": 924, + "end": 925, "loc": { "start": { "line": 43, @@ -4949,8 +4949,8 @@ "postfix": false, "binop": null }, - "start": 884, - "end": 885, + "start": 927, + "end": 928, "loc": { "start": { "line": 44, @@ -4964,9 +4964,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Remove a value from an array if present, if not present, add it\n *\n * @param {String|number} value Value to add or remove\n * @param {Array} array Array to mutate\n * @return {*}\n ", - "start": 888, - "end": 1075, + "value": "*\r\n * Remove a value from an array if present, if not present, add it\r\n *\r\n * @param {String|number} value Value to add or remove\r\n * @param {Array} array Array to mutate\r\n * @return {*}\r\n ", + "start": 934, + "end": 1127, "loc": { "start": { "line": 47, @@ -4993,8 +4993,8 @@ "updateContext": null }, "value": "export", - "start": 1076, - "end": 1082, + "start": 1129, + "end": 1135, "loc": { "start": { "line": 54, @@ -5021,8 +5021,8 @@ "updateContext": null }, "value": "const", - "start": 1083, - "end": 1088, + "start": 1136, + "end": 1141, "loc": { "start": { "line": 54, @@ -5047,8 +5047,8 @@ "binop": null }, "value": "addOrRemoveFromArray", - "start": 1089, - "end": 1109, + "start": 1142, + "end": 1162, "loc": { "start": { "line": 54, @@ -5074,8 +5074,8 @@ "updateContext": null }, "value": "=", - "start": 1110, - "end": 1111, + "start": 1163, + "end": 1164, "loc": { "start": { "line": 54, @@ -5099,8 +5099,8 @@ "postfix": false, "binop": null }, - "start": 1112, - "end": 1113, + "start": 1165, + "end": 1166, "loc": { "start": { "line": 54, @@ -5125,8 +5125,8 @@ "binop": null }, "value": "value", - "start": 1113, - "end": 1118, + "start": 1166, + "end": 1171, "loc": { "start": { "line": 54, @@ -5151,8 +5151,8 @@ "binop": null, "updateContext": null }, - "start": 1118, - "end": 1119, + "start": 1171, + "end": 1172, "loc": { "start": { "line": 54, @@ -5177,8 +5177,8 @@ "binop": null }, "value": "array", - "start": 1119, - "end": 1124, + "start": 1172, + "end": 1177, "loc": { "start": { "line": 54, @@ -5202,8 +5202,8 @@ "postfix": false, "binop": null }, - "start": 1124, - "end": 1125, + "start": 1177, + "end": 1178, "loc": { "start": { "line": 54, @@ -5228,8 +5228,8 @@ "binop": null, "updateContext": null }, - "start": 1126, - "end": 1128, + "start": 1179, + "end": 1181, "loc": { "start": { "line": 54, @@ -5253,8 +5253,8 @@ "postfix": false, "binop": null }, - "start": 1129, - "end": 1130, + "start": 1182, + "end": 1183, "loc": { "start": { "line": 54, @@ -5281,8 +5281,8 @@ "updateContext": null }, "value": "const", - "start": 1132, - "end": 1137, + "start": 1186, + "end": 1191, "loc": { "start": { "line": 55, @@ -5307,8 +5307,8 @@ "binop": null }, "value": "index", - "start": 1138, - "end": 1143, + "start": 1192, + "end": 1197, "loc": { "start": { "line": 55, @@ -5334,8 +5334,8 @@ "updateContext": null }, "value": "=", - "start": 1144, - "end": 1145, + "start": 1198, + "end": 1199, "loc": { "start": { "line": 55, @@ -5360,8 +5360,8 @@ "binop": null }, "value": "array", - "start": 1146, - "end": 1151, + "start": 1200, + "end": 1205, "loc": { "start": { "line": 55, @@ -5386,8 +5386,8 @@ "binop": null, "updateContext": null }, - "start": 1151, - "end": 1152, + "start": 1205, + "end": 1206, "loc": { "start": { "line": 55, @@ -5412,8 +5412,8 @@ "binop": null }, "value": "indexOf", - "start": 1152, - "end": 1159, + "start": 1206, + "end": 1213, "loc": { "start": { "line": 55, @@ -5437,8 +5437,8 @@ "postfix": false, "binop": null }, - "start": 1159, - "end": 1160, + "start": 1213, + "end": 1214, "loc": { "start": { "line": 55, @@ -5463,8 +5463,8 @@ "binop": null }, "value": "value", - "start": 1160, - "end": 1165, + "start": 1214, + "end": 1219, "loc": { "start": { "line": 55, @@ -5488,8 +5488,8 @@ "postfix": false, "binop": null }, - "start": 1165, - "end": 1166, + "start": 1219, + "end": 1220, "loc": { "start": { "line": 55, @@ -5514,8 +5514,8 @@ "binop": null, "updateContext": null }, - "start": 1166, - "end": 1167, + "start": 1220, + "end": 1221, "loc": { "start": { "line": 55, @@ -5542,8 +5542,8 @@ "updateContext": null }, "value": "if", - "start": 1169, - "end": 1171, + "start": 1224, + "end": 1226, "loc": { "start": { "line": 56, @@ -5567,8 +5567,8 @@ "postfix": false, "binop": null }, - "start": 1172, - "end": 1173, + "start": 1227, + "end": 1228, "loc": { "start": { "line": 56, @@ -5593,8 +5593,8 @@ "binop": null }, "value": "index", - "start": 1173, - "end": 1178, + "start": 1228, + "end": 1233, "loc": { "start": { "line": 56, @@ -5620,8 +5620,8 @@ "updateContext": null }, "value": "!==", - "start": 1179, - "end": 1182, + "start": 1234, + "end": 1237, "loc": { "start": { "line": 56, @@ -5647,8 +5647,8 @@ "updateContext": null }, "value": "-", - "start": 1183, - "end": 1184, + "start": 1238, + "end": 1239, "loc": { "start": { "line": 56, @@ -5674,8 +5674,8 @@ "updateContext": null }, "value": 1, - "start": 1184, - "end": 1185, + "start": 1239, + "end": 1240, "loc": { "start": { "line": 56, @@ -5699,8 +5699,8 @@ "postfix": false, "binop": null }, - "start": 1185, - "end": 1186, + "start": 1240, + "end": 1241, "loc": { "start": { "line": 56, @@ -5724,8 +5724,8 @@ "postfix": false, "binop": null }, - "start": 1186, - "end": 1187, + "start": 1241, + "end": 1242, "loc": { "start": { "line": 56, @@ -5750,8 +5750,8 @@ "binop": null }, "value": "array", - "start": 1190, - "end": 1195, + "start": 1246, + "end": 1251, "loc": { "start": { "line": 57, @@ -5776,8 +5776,8 @@ "binop": null, "updateContext": null }, - "start": 1195, - "end": 1196, + "start": 1251, + "end": 1252, "loc": { "start": { "line": 57, @@ -5802,8 +5802,8 @@ "binop": null }, "value": "splice", - "start": 1196, - "end": 1202, + "start": 1252, + "end": 1258, "loc": { "start": { "line": 57, @@ -5827,8 +5827,8 @@ "postfix": false, "binop": null }, - "start": 1202, - "end": 1203, + "start": 1258, + "end": 1259, "loc": { "start": { "line": 57, @@ -5853,8 +5853,8 @@ "binop": null }, "value": "index", - "start": 1203, - "end": 1208, + "start": 1259, + "end": 1264, "loc": { "start": { "line": 57, @@ -5879,8 +5879,8 @@ "binop": null, "updateContext": null }, - "start": 1208, - "end": 1209, + "start": 1264, + "end": 1265, "loc": { "start": { "line": 57, @@ -5906,8 +5906,8 @@ "updateContext": null }, "value": 1, - "start": 1210, - "end": 1211, + "start": 1266, + "end": 1267, "loc": { "start": { "line": 57, @@ -5931,8 +5931,8 @@ "postfix": false, "binop": null }, - "start": 1211, - "end": 1212, + "start": 1267, + "end": 1268, "loc": { "start": { "line": 57, @@ -5957,8 +5957,8 @@ "binop": null, "updateContext": null }, - "start": 1212, - "end": 1213, + "start": 1268, + "end": 1269, "loc": { "start": { "line": 57, @@ -5982,8 +5982,8 @@ "postfix": false, "binop": null }, - "start": 1215, - "end": 1216, + "start": 1272, + "end": 1273, "loc": { "start": { "line": 58, @@ -6010,8 +6010,8 @@ "updateContext": null }, "value": "else", - "start": 1216, - "end": 1220, + "start": 1273, + "end": 1277, "loc": { "start": { "line": 58, @@ -6035,8 +6035,8 @@ "postfix": false, "binop": null }, - "start": 1220, - "end": 1221, + "start": 1277, + "end": 1278, "loc": { "start": { "line": 58, @@ -6061,8 +6061,8 @@ "binop": null }, "value": "array", - "start": 1224, - "end": 1229, + "start": 1282, + "end": 1287, "loc": { "start": { "line": 59, @@ -6087,8 +6087,8 @@ "binop": null, "updateContext": null }, - "start": 1229, - "end": 1230, + "start": 1287, + "end": 1288, "loc": { "start": { "line": 59, @@ -6113,8 +6113,8 @@ "binop": null }, "value": "push", - "start": 1230, - "end": 1234, + "start": 1288, + "end": 1292, "loc": { "start": { "line": 59, @@ -6138,8 +6138,8 @@ "postfix": false, "binop": null }, - "start": 1234, - "end": 1235, + "start": 1292, + "end": 1293, "loc": { "start": { "line": 59, @@ -6164,8 +6164,8 @@ "binop": null }, "value": "value", - "start": 1236, - "end": 1241, + "start": 1294, + "end": 1299, "loc": { "start": { "line": 59, @@ -6189,8 +6189,8 @@ "postfix": false, "binop": null }, - "start": 1242, - "end": 1243, + "start": 1300, + "end": 1301, "loc": { "start": { "line": 59, @@ -6215,8 +6215,8 @@ "binop": null, "updateContext": null }, - "start": 1243, - "end": 1244, + "start": 1301, + "end": 1302, "loc": { "start": { "line": 59, @@ -6240,8 +6240,8 @@ "postfix": false, "binop": null }, - "start": 1246, - "end": 1247, + "start": 1305, + "end": 1306, "loc": { "start": { "line": 60, @@ -6268,8 +6268,8 @@ "updateContext": null }, "value": "return", - "start": 1249, - "end": 1255, + "start": 1309, + "end": 1315, "loc": { "start": { "line": 61, @@ -6294,8 +6294,8 @@ "binop": null }, "value": "array", - "start": 1256, - "end": 1261, + "start": 1316, + "end": 1321, "loc": { "start": { "line": 61, @@ -6320,8 +6320,8 @@ "binop": null, "updateContext": null }, - "start": 1261, - "end": 1262, + "start": 1321, + "end": 1322, "loc": { "start": { "line": 61, @@ -6345,8 +6345,8 @@ "postfix": false, "binop": null }, - "start": 1263, - "end": 1264, + "start": 1324, + "end": 1325, "loc": { "start": { "line": 62, @@ -6371,8 +6371,8 @@ "binop": null, "updateContext": null }, - "start": 1264, - "end": 1265, + "start": 1325, + "end": 1326, "loc": { "start": { "line": 62, @@ -6386,9 +6386,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Cast a boolean or boolean like to a true or false\n *\n * @param Mixed} value Value to cast\n * @return {boolean}\n ", - "start": 1267, - "end": 1388, + "value": "*\r\n * Cast a boolean or boolean like to a true or false\r\n *\r\n * @param Mixed} value Value to cast\r\n * @return {boolean}\r\n ", + "start": 1330, + "end": 1456, "loc": { "start": { "line": 64, @@ -6415,8 +6415,8 @@ "updateContext": null }, "value": "export", - "start": 1389, - "end": 1395, + "start": 1458, + "end": 1464, "loc": { "start": { "line": 70, @@ -6443,8 +6443,8 @@ "updateContext": null }, "value": "const", - "start": 1396, - "end": 1401, + "start": 1465, + "end": 1470, "loc": { "start": { "line": 70, @@ -6469,8 +6469,8 @@ "binop": null }, "value": "toBoolean", - "start": 1402, - "end": 1411, + "start": 1471, + "end": 1480, "loc": { "start": { "line": 70, @@ -6496,8 +6496,8 @@ "updateContext": null }, "value": "=", - "start": 1412, - "end": 1413, + "start": 1481, + "end": 1482, "loc": { "start": { "line": 70, @@ -6521,8 +6521,8 @@ "postfix": false, "binop": null }, - "start": 1413, - "end": 1414, + "start": 1482, + "end": 1483, "loc": { "start": { "line": 70, @@ -6547,8 +6547,8 @@ "binop": null }, "value": "value", - "start": 1414, - "end": 1419, + "start": 1483, + "end": 1488, "loc": { "start": { "line": 70, @@ -6572,8 +6572,8 @@ "postfix": false, "binop": null }, - "start": 1419, - "end": 1420, + "start": 1488, + "end": 1489, "loc": { "start": { "line": 70, @@ -6598,8 +6598,8 @@ "binop": null, "updateContext": null }, - "start": 1421, - "end": 1423, + "start": 1490, + "end": 1492, "loc": { "start": { "line": 70, @@ -6623,8 +6623,8 @@ "postfix": false, "binop": null }, - "start": 1424, - "end": 1425, + "start": 1493, + "end": 1494, "loc": { "start": { "line": 70, @@ -6651,8 +6651,8 @@ "updateContext": null }, "value": "switch", - "start": 1427, - "end": 1433, + "start": 1497, + "end": 1503, "loc": { "start": { "line": 71, @@ -6676,8 +6676,8 @@ "postfix": false, "binop": null }, - "start": 1433, - "end": 1434, + "start": 1503, + "end": 1504, "loc": { "start": { "line": 71, @@ -6702,8 +6702,8 @@ "binop": null }, "value": "value", - "start": 1434, - "end": 1439, + "start": 1504, + "end": 1509, "loc": { "start": { "line": 71, @@ -6727,8 +6727,8 @@ "postfix": false, "binop": null }, - "start": 1439, - "end": 1440, + "start": 1509, + "end": 1510, "loc": { "start": { "line": 71, @@ -6752,8 +6752,8 @@ "postfix": false, "binop": null }, - "start": 1440, - "end": 1441, + "start": 1510, + "end": 1511, "loc": { "start": { "line": 71, @@ -6780,8 +6780,8 @@ "updateContext": null }, "value": "case", - "start": 1443, - "end": 1447, + "start": 1514, + "end": 1518, "loc": { "start": { "line": 72, @@ -6808,8 +6808,8 @@ "updateContext": null }, "value": "true", - "start": 1448, - "end": 1452, + "start": 1519, + "end": 1523, "loc": { "start": { "line": 72, @@ -6834,8 +6834,8 @@ "binop": null, "updateContext": null }, - "start": 1452, - "end": 1453, + "start": 1523, + "end": 1524, "loc": { "start": { "line": 72, @@ -6862,8 +6862,8 @@ "updateContext": null }, "value": "case", - "start": 1455, - "end": 1459, + "start": 1527, + "end": 1531, "loc": { "start": { "line": 73, @@ -6889,8 +6889,8 @@ "updateContext": null }, "value": "true", - "start": 1460, - "end": 1466, + "start": 1532, + "end": 1538, "loc": { "start": { "line": 73, @@ -6915,8 +6915,8 @@ "binop": null, "updateContext": null }, - "start": 1466, - "end": 1467, + "start": 1538, + "end": 1539, "loc": { "start": { "line": 73, @@ -6943,8 +6943,8 @@ "updateContext": null }, "value": "case", - "start": 1469, - "end": 1473, + "start": 1542, + "end": 1546, "loc": { "start": { "line": 74, @@ -6970,8 +6970,8 @@ "updateContext": null }, "value": 1, - "start": 1474, - "end": 1475, + "start": 1547, + "end": 1548, "loc": { "start": { "line": 74, @@ -6996,8 +6996,8 @@ "binop": null, "updateContext": null }, - "start": 1475, - "end": 1476, + "start": 1548, + "end": 1549, "loc": { "start": { "line": 74, @@ -7024,8 +7024,8 @@ "updateContext": null }, "value": "case", - "start": 1478, - "end": 1482, + "start": 1552, + "end": 1556, "loc": { "start": { "line": 75, @@ -7051,8 +7051,8 @@ "updateContext": null }, "value": "1", - "start": 1483, - "end": 1486, + "start": 1557, + "end": 1560, "loc": { "start": { "line": 75, @@ -7077,8 +7077,8 @@ "binop": null, "updateContext": null }, - "start": 1486, - "end": 1487, + "start": 1560, + "end": 1561, "loc": { "start": { "line": 75, @@ -7105,8 +7105,8 @@ "updateContext": null }, "value": "case", - "start": 1489, - "end": 1493, + "start": 1564, + "end": 1568, "loc": { "start": { "line": 76, @@ -7132,8 +7132,8 @@ "updateContext": null }, "value": "on", - "start": 1494, - "end": 1498, + "start": 1569, + "end": 1573, "loc": { "start": { "line": 76, @@ -7158,8 +7158,8 @@ "binop": null, "updateContext": null }, - "start": 1498, - "end": 1499, + "start": 1573, + "end": 1574, "loc": { "start": { "line": 76, @@ -7186,8 +7186,8 @@ "updateContext": null }, "value": "case", - "start": 1501, - "end": 1505, + "start": 1577, + "end": 1581, "loc": { "start": { "line": 77, @@ -7213,8 +7213,8 @@ "updateContext": null }, "value": "yes", - "start": 1506, - "end": 1511, + "start": 1582, + "end": 1587, "loc": { "start": { "line": 77, @@ -7239,8 +7239,8 @@ "binop": null, "updateContext": null }, - "start": 1511, - "end": 1512, + "start": 1587, + "end": 1588, "loc": { "start": { "line": 77, @@ -7267,8 +7267,8 @@ "updateContext": null }, "value": "return", - "start": 1515, - "end": 1521, + "start": 1592, + "end": 1598, "loc": { "start": { "line": 78, @@ -7295,8 +7295,8 @@ "updateContext": null }, "value": "true", - "start": 1522, - "end": 1526, + "start": 1599, + "end": 1603, "loc": { "start": { "line": 78, @@ -7321,8 +7321,8 @@ "binop": null, "updateContext": null }, - "start": 1526, - "end": 1527, + "start": 1603, + "end": 1604, "loc": { "start": { "line": 78, @@ -7349,8 +7349,8 @@ "updateContext": null }, "value": "default", - "start": 1529, - "end": 1536, + "start": 1607, + "end": 1614, "loc": { "start": { "line": 79, @@ -7375,8 +7375,8 @@ "binop": null, "updateContext": null }, - "start": 1536, - "end": 1537, + "start": 1614, + "end": 1615, "loc": { "start": { "line": 79, @@ -7403,8 +7403,8 @@ "updateContext": null }, "value": "return", - "start": 1540, - "end": 1546, + "start": 1619, + "end": 1625, "loc": { "start": { "line": 80, @@ -7431,8 +7431,8 @@ "updateContext": null }, "value": "false", - "start": 1547, - "end": 1552, + "start": 1626, + "end": 1631, "loc": { "start": { "line": 80, @@ -7457,8 +7457,8 @@ "binop": null, "updateContext": null }, - "start": 1552, - "end": 1553, + "start": 1631, + "end": 1632, "loc": { "start": { "line": 80, @@ -7482,8 +7482,8 @@ "postfix": false, "binop": null }, - "start": 1555, - "end": 1556, + "start": 1635, + "end": 1636, "loc": { "start": { "line": 81, @@ -7507,8 +7507,8 @@ "postfix": false, "binop": null }, - "start": 1557, - "end": 1558, + "start": 1638, + "end": 1639, "loc": { "start": { "line": 82, @@ -7533,8 +7533,8 @@ "binop": null, "updateContext": null }, - "start": 1558, - "end": 1559, + "start": 1639, + "end": 1640, "loc": { "start": { "line": 82, @@ -7559,8 +7559,8 @@ "binop": null, "updateContext": null }, - "start": 1559, - "end": 1559, + "start": 1640, + "end": 1640, "loc": { "start": { "line": 82, diff --git a/docs/ast/source/components/index.js.json b/docs/ast/source/components/index.js.json index 1b1972c..d0cc1e3 100644 --- a/docs/ast/source/components/index.js.json +++ b/docs/ast/source/components/index.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 766, + "end": 791, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 766, + "end": 791, "loc": { "start": { "line": 1, @@ -30,8 +30,8 @@ "body": [ { "type": "ImportDeclaration", - "start": 49, - "end": 90, + "start": 51, + "end": 92, "loc": { "start": { "line": 3, @@ -45,8 +45,8 @@ "specifiers": [ { "type": "ImportNamespaceSpecifier", - "start": 56, - "end": 67, + "start": 58, + "end": 69, "loc": { "start": { "line": 3, @@ -59,8 +59,8 @@ }, "local": { "type": "Identifier", - "start": 61, - "end": 67, + "start": 63, + "end": 69, "loc": { "start": { "line": 3, @@ -80,8 +80,8 @@ ], "source": { "type": "StringLiteral", - "start": 73, - "end": 89, + "start": 75, + "end": 91, "loc": { "start": { "line": 3, @@ -118,8 +118,8 @@ { "type": "CommentBlock", "value": "eslint-env node", - "start": 29, - "end": 48, + "start": 30, + "end": 49, "loc": { "start": { "line": 2, @@ -135,8 +135,8 @@ }, { "type": "ImportDeclaration", - "start": 91, - "end": 145, + "start": 94, + "end": 148, "loc": { "start": { "line": 4, @@ -150,8 +150,8 @@ "specifiers": [ { "type": "ImportNamespaceSpecifier", - "start": 98, - "end": 112, + "start": 101, + "end": 115, "loc": { "start": { "line": 4, @@ -164,8 +164,8 @@ }, "local": { "type": "Identifier", - "start": 103, - "end": 112, + "start": 106, + "end": 115, "loc": { "start": { "line": 4, @@ -183,8 +183,8 @@ ], "source": { "type": "StringLiteral", - "start": 118, - "end": 144, + "start": 121, + "end": 147, "loc": { "start": { "line": 4, @@ -204,8 +204,8 @@ }, { "type": "ImportDeclaration", - "start": 146, - "end": 188, + "start": 150, + "end": 192, "loc": { "start": { "line": 5, @@ -219,8 +219,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 154, - "end": 165, + "start": 158, + "end": 169, "loc": { "start": { "line": 5, @@ -233,8 +233,8 @@ }, "imported": { "type": "Identifier", - "start": 154, - "end": 165, + "start": 158, + "end": 169, "loc": { "start": { "line": 5, @@ -250,8 +250,8 @@ }, "local": { "type": "Identifier", - "start": 154, - "end": 165, + "start": 158, + "end": 169, "loc": { "start": { "line": 5, @@ -269,8 +269,8 @@ ], "source": { "type": "StringLiteral", - "start": 172, - "end": 187, + "start": 176, + "end": 191, "loc": { "start": { "line": 5, @@ -290,8 +290,8 @@ }, { "type": "ImportDeclaration", - "start": 189, - "end": 242, + "start": 194, + "end": 247, "loc": { "start": { "line": 6, @@ -305,8 +305,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 196, - "end": 208, + "start": 201, + "end": 213, "loc": { "start": { "line": 6, @@ -319,8 +319,8 @@ }, "local": { "type": "Identifier", - "start": 196, - "end": 208, + "start": 201, + "end": 213, "loc": { "start": { "line": 6, @@ -338,8 +338,8 @@ ], "source": { "type": "StringLiteral", - "start": 214, - "end": 241, + "start": 219, + "end": 246, "loc": { "start": { "line": 6, @@ -359,8 +359,8 @@ }, { "type": "ImportDeclaration", - "start": 243, - "end": 287, + "start": 249, + "end": 293, "loc": { "start": { "line": 7, @@ -374,8 +374,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 250, - "end": 260, + "start": 256, + "end": 266, "loc": { "start": { "line": 7, @@ -388,8 +388,8 @@ }, "local": { "type": "Identifier", - "start": 250, - "end": 260, + "start": 256, + "end": 266, "loc": { "start": { "line": 7, @@ -407,8 +407,8 @@ ], "source": { "type": "StringLiteral", - "start": 266, - "end": 286, + "start": 272, + "end": 292, "loc": { "start": { "line": 7, @@ -428,8 +428,8 @@ }, { "type": "ImportDeclaration", - "start": 288, - "end": 322, + "start": 295, + "end": 329, "loc": { "start": { "line": 8, @@ -443,8 +443,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 295, - "end": 300, + "start": 302, + "end": 307, "loc": { "start": { "line": 8, @@ -457,8 +457,8 @@ }, "local": { "type": "Identifier", - "start": 295, - "end": 300, + "start": 302, + "end": 307, "loc": { "start": { "line": 8, @@ -476,8 +476,8 @@ ], "source": { "type": "StringLiteral", - "start": 306, - "end": 321, + "start": 313, + "end": 328, "loc": { "start": { "line": 8, @@ -497,8 +497,8 @@ }, { "type": "ImportDeclaration", - "start": 323, - "end": 370, + "start": 331, + "end": 378, "loc": { "start": { "line": 9, @@ -512,8 +512,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 331, - "end": 341, + "start": 339, + "end": 349, "loc": { "start": { "line": 9, @@ -526,8 +526,8 @@ }, "imported": { "type": "Identifier", - "start": 331, - "end": 341, + "start": 339, + "end": 349, "loc": { "start": { "line": 9, @@ -543,8 +543,8 @@ }, "local": { "type": "Identifier", - "start": 331, - "end": 341, + "start": 339, + "end": 349, "loc": { "start": { "line": 9, @@ -562,8 +562,8 @@ ], "source": { "type": "StringLiteral", - "start": 348, - "end": 369, + "start": 356, + "end": 377, "loc": { "start": { "line": 9, @@ -583,8 +583,8 @@ }, { "type": "ImportDeclaration", - "start": 371, - "end": 441, + "start": 380, + "end": 450, "loc": { "start": { "line": 10, @@ -598,8 +598,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 379, - "end": 394, + "start": 388, + "end": 403, "loc": { "start": { "line": 10, @@ -612,8 +612,8 @@ }, "imported": { "type": "Identifier", - "start": 379, - "end": 394, + "start": 388, + "end": 403, "loc": { "start": { "line": 10, @@ -629,8 +629,8 @@ }, "local": { "type": "Identifier", - "start": 379, - "end": 394, + "start": 388, + "end": 403, "loc": { "start": { "line": 10, @@ -648,8 +648,8 @@ ], "source": { "type": "StringLiteral", - "start": 401, - "end": 440, + "start": 410, + "end": 449, "loc": { "start": { "line": 10, @@ -669,9 +669,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Caldera components\n *\n * @type {{RenderGroup: RenderGroup, fields: *, factories: *, conditionals: {checkConfigFieldConditionals, checkConfigFieldsConditionals, reduceConfigFieldsToValues}}}\n ", - "start": 443, - "end": 643, + "value": "*\r\n * Caldera components\r\n *\r\n * @type {{RenderGroup: RenderGroup, fields: *, factories: *, conditionals: {checkConfigFieldConditionals, checkConfigFieldsConditionals, reduceConfigFieldsToValues}}}\r\n ", + "start": 454, + "end": 658, "loc": { "start": { "line": 12, @@ -687,8 +687,8 @@ }, { "type": "ExpressionStatement", - "start": 644, - "end": 766, + "start": 660, + "end": 791, "loc": { "start": { "line": 17, @@ -701,8 +701,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 644, - "end": 765, + "start": 660, + "end": 790, "loc": { "start": { "line": 17, @@ -716,8 +716,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 644, - "end": 658, + "start": 660, + "end": 674, "loc": { "start": { "line": 17, @@ -730,8 +730,8 @@ }, "object": { "type": "Identifier", - "start": 644, - "end": 650, + "start": 660, + "end": 666, "loc": { "start": { "line": 17, @@ -748,8 +748,8 @@ }, "property": { "type": "Identifier", - "start": 651, - "end": 658, + "start": 667, + "end": 674, "loc": { "start": { "line": 17, @@ -768,8 +768,8 @@ }, "right": { "type": "ObjectExpression", - "start": 661, - "end": 765, + "start": 677, + "end": 790, "loc": { "start": { "line": 17, @@ -783,8 +783,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 664, - "end": 675, + "start": 681, + "end": 692, "loc": { "start": { "line": 18, @@ -800,8 +800,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 664, - "end": 675, + "start": 681, + "end": 692, "loc": { "start": { "line": 18, @@ -817,8 +817,8 @@ }, "value": { "type": "Identifier", - "start": 664, - "end": 675, + "start": 681, + "end": 692, "loc": { "start": { "line": 18, @@ -838,8 +838,8 @@ }, { "type": "ObjectProperty", - "start": 678, - "end": 684, + "start": 696, + "end": 702, "loc": { "start": { "line": 19, @@ -855,8 +855,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 678, - "end": 684, + "start": 696, + "end": 702, "loc": { "start": { "line": 19, @@ -872,8 +872,8 @@ }, "value": { "type": "Identifier", - "start": 678, - "end": 684, + "start": 696, + "end": 702, "loc": { "start": { "line": 19, @@ -893,8 +893,8 @@ }, { "type": "ObjectProperty", - "start": 687, - "end": 696, + "start": 706, + "end": 715, "loc": { "start": { "line": 20, @@ -910,8 +910,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 687, - "end": 696, + "start": 706, + "end": 715, "loc": { "start": { "line": 20, @@ -927,8 +927,8 @@ }, "value": { "type": "Identifier", - "start": 687, - "end": 696, + "start": 706, + "end": 715, "loc": { "start": { "line": 20, @@ -948,8 +948,8 @@ }, { "type": "ObjectProperty", - "start": 699, - "end": 711, + "start": 719, + "end": 731, "loc": { "start": { "line": 21, @@ -965,8 +965,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 699, - "end": 711, + "start": 719, + "end": 731, "loc": { "start": { "line": 21, @@ -982,8 +982,8 @@ }, "value": { "type": "Identifier", - "start": 699, - "end": 711, + "start": 719, + "end": 731, "loc": { "start": { "line": 21, @@ -1003,8 +1003,8 @@ }, { "type": "ObjectProperty", - "start": 714, - "end": 724, + "start": 735, + "end": 745, "loc": { "start": { "line": 22, @@ -1020,8 +1020,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 714, - "end": 724, + "start": 735, + "end": 745, "loc": { "start": { "line": 22, @@ -1037,8 +1037,8 @@ }, "value": { "type": "Identifier", - "start": 714, - "end": 724, + "start": 735, + "end": 745, "loc": { "start": { "line": 22, @@ -1058,8 +1058,8 @@ }, { "type": "ObjectProperty", - "start": 727, - "end": 732, + "start": 749, + "end": 754, "loc": { "start": { "line": 23, @@ -1075,8 +1075,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 727, - "end": 732, + "start": 749, + "end": 754, "loc": { "start": { "line": 23, @@ -1092,8 +1092,8 @@ }, "value": { "type": "Identifier", - "start": 727, - "end": 732, + "start": 749, + "end": 754, "loc": { "start": { "line": 23, @@ -1113,8 +1113,8 @@ }, { "type": "ObjectProperty", - "start": 735, - "end": 745, + "start": 758, + "end": 768, "loc": { "start": { "line": 24, @@ -1130,8 +1130,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 735, - "end": 745, + "start": 758, + "end": 768, "loc": { "start": { "line": 24, @@ -1147,8 +1147,8 @@ }, "value": { "type": "Identifier", - "start": 735, - "end": 745, + "start": 758, + "end": 768, "loc": { "start": { "line": 24, @@ -1168,8 +1168,8 @@ }, { "type": "ObjectProperty", - "start": 748, - "end": 763, + "start": 772, + "end": 787, "loc": { "start": { "line": 25, @@ -1185,8 +1185,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 748, - "end": 763, + "start": 772, + "end": 787, "loc": { "start": { "line": 25, @@ -1202,8 +1202,8 @@ }, "value": { "type": "Identifier", - "start": 748, - "end": 763, + "start": 772, + "end": 787, "loc": { "start": { "line": 25, @@ -1228,9 +1228,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Caldera components\n *\n * @type {{RenderGroup: RenderGroup, fields: *, factories: *, conditionals: {checkConfigFieldConditionals, checkConfigFieldsConditionals, reduceConfigFieldsToValues}}}\n ", - "start": 443, - "end": 643, + "value": "*\r\n * Caldera components\r\n *\r\n * @type {{RenderGroup: RenderGroup, fields: *, factories: *, conditionals: {checkConfigFieldConditionals, checkConfigFieldsConditionals, reduceConfigFieldsToValues}}}\r\n ", + "start": 454, + "end": 658, "loc": { "start": { "line": 12, @@ -1267,8 +1267,8 @@ { "type": "CommentBlock", "value": "eslint-env node", - "start": 29, - "end": 48, + "start": 30, + "end": 49, "loc": { "start": { "line": 2, @@ -1282,9 +1282,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Caldera components\n *\n * @type {{RenderGroup: RenderGroup, fields: *, factories: *, conditionals: {checkConfigFieldConditionals, checkConfigFieldsConditionals, reduceConfigFieldsToValues}}}\n ", - "start": 443, - "end": 643, + "value": "*\r\n * Caldera components\r\n *\r\n * @type {{RenderGroup: RenderGroup, fields: *, factories: *, conditionals: {checkConfigFieldConditionals, checkConfigFieldsConditionals, reduceConfigFieldsToValues}}}\r\n ", + "start": 454, + "end": 658, "loc": { "start": { "line": 12, @@ -1317,8 +1317,8 @@ { "type": "CommentBlock", "value": "eslint-env node", - "start": 29, - "end": 48, + "start": 30, + "end": 49, "loc": { "start": { "line": 2, @@ -1345,8 +1345,8 @@ "updateContext": null }, "value": "import", - "start": 49, - "end": 55, + "start": 51, + "end": 57, "loc": { "start": { "line": 3, @@ -1372,8 +1372,8 @@ "updateContext": null }, "value": "*", - "start": 56, - "end": 57, + "start": 58, + "end": 59, "loc": { "start": { "line": 3, @@ -1398,8 +1398,8 @@ "binop": null }, "value": "as", - "start": 58, - "end": 60, + "start": 60, + "end": 62, "loc": { "start": { "line": 3, @@ -1424,8 +1424,8 @@ "binop": null }, "value": "fields", - "start": 61, - "end": 67, + "start": 63, + "end": 69, "loc": { "start": { "line": 3, @@ -1450,8 +1450,8 @@ "binop": null }, "value": "from", - "start": 68, - "end": 72, + "start": 70, + "end": 74, "loc": { "start": { "line": 3, @@ -1477,8 +1477,8 @@ "updateContext": null }, "value": "./fields/index", - "start": 73, - "end": 89, + "start": 75, + "end": 91, "loc": { "start": { "line": 3, @@ -1503,8 +1503,8 @@ "binop": null, "updateContext": null }, - "start": 89, - "end": 90, + "start": 91, + "end": 92, "loc": { "start": { "line": 3, @@ -1531,8 +1531,8 @@ "updateContext": null }, "value": "import", - "start": 91, - "end": 97, + "start": 94, + "end": 100, "loc": { "start": { "line": 4, @@ -1558,8 +1558,8 @@ "updateContext": null }, "value": "*", - "start": 98, - "end": 99, + "start": 101, + "end": 102, "loc": { "start": { "line": 4, @@ -1584,8 +1584,8 @@ "binop": null }, "value": "as", - "start": 100, - "end": 102, + "start": 103, + "end": 105, "loc": { "start": { "line": 4, @@ -1610,8 +1610,8 @@ "binop": null }, "value": "factories", - "start": 103, - "end": 112, + "start": 106, + "end": 115, "loc": { "start": { "line": 4, @@ -1636,8 +1636,8 @@ "binop": null }, "value": "from", - "start": 113, - "end": 117, + "start": 116, + "end": 120, "loc": { "start": { "line": 4, @@ -1663,8 +1663,8 @@ "updateContext": null }, "value": "./fields/factories/index", - "start": 118, - "end": 144, + "start": 121, + "end": 147, "loc": { "start": { "line": 4, @@ -1689,8 +1689,8 @@ "binop": null, "updateContext": null }, - "start": 144, - "end": 145, + "start": 147, + "end": 148, "loc": { "start": { "line": 4, @@ -1717,8 +1717,8 @@ "updateContext": null }, "value": "import", - "start": 146, - "end": 152, + "start": 150, + "end": 156, "loc": { "start": { "line": 5, @@ -1742,8 +1742,8 @@ "postfix": false, "binop": null }, - "start": 153, - "end": 154, + "start": 157, + "end": 158, "loc": { "start": { "line": 5, @@ -1768,8 +1768,8 @@ "binop": null }, "value": "RenderGroup", - "start": 154, - "end": 165, + "start": 158, + "end": 169, "loc": { "start": { "line": 5, @@ -1793,8 +1793,8 @@ "postfix": false, "binop": null }, - "start": 165, - "end": 166, + "start": 169, + "end": 170, "loc": { "start": { "line": 5, @@ -1819,8 +1819,8 @@ "binop": null }, "value": "from", - "start": 167, - "end": 171, + "start": 171, + "end": 175, "loc": { "start": { "line": 5, @@ -1846,8 +1846,8 @@ "updateContext": null }, "value": "./RenderGroup", - "start": 172, - "end": 187, + "start": 176, + "end": 191, "loc": { "start": { "line": 5, @@ -1872,8 +1872,8 @@ "binop": null, "updateContext": null }, - "start": 187, - "end": 188, + "start": 191, + "end": 192, "loc": { "start": { "line": 5, @@ -1900,8 +1900,8 @@ "updateContext": null }, "value": "import", - "start": 189, - "end": 195, + "start": 194, + "end": 200, "loc": { "start": { "line": 6, @@ -1926,8 +1926,8 @@ "binop": null }, "value": "conditionals", - "start": 196, - "end": 208, + "start": 201, + "end": 213, "loc": { "start": { "line": 6, @@ -1952,8 +1952,8 @@ "binop": null }, "value": "from", - "start": 209, - "end": 213, + "start": 214, + "end": 218, "loc": { "start": { "line": 6, @@ -1979,8 +1979,8 @@ "updateContext": null }, "value": "./conditional-logic/index", - "start": 214, - "end": 241, + "start": 219, + "end": 246, "loc": { "start": { "line": 6, @@ -2005,8 +2005,8 @@ "binop": null, "updateContext": null }, - "start": 241, - "end": 242, + "start": 246, + "end": 247, "loc": { "start": { "line": 6, @@ -2033,8 +2033,8 @@ "updateContext": null }, "value": "import", - "start": 243, - "end": 249, + "start": 249, + "end": 255, "loc": { "start": { "line": 7, @@ -2059,8 +2059,8 @@ "binop": null }, "value": "validation", - "start": 250, - "end": 260, + "start": 256, + "end": 266, "loc": { "start": { "line": 7, @@ -2085,8 +2085,8 @@ "binop": null }, "value": "from", - "start": 261, - "end": 265, + "start": 267, + "end": 271, "loc": { "start": { "line": 7, @@ -2112,8 +2112,8 @@ "updateContext": null }, "value": "./validation/index", - "start": 266, - "end": 286, + "start": 272, + "end": 292, "loc": { "start": { "line": 7, @@ -2138,8 +2138,8 @@ "binop": null, "updateContext": null }, - "start": 286, - "end": 287, + "start": 292, + "end": 293, "loc": { "start": { "line": 7, @@ -2166,8 +2166,8 @@ "updateContext": null }, "value": "import", - "start": 288, - "end": 294, + "start": 295, + "end": 301, "loc": { "start": { "line": 8, @@ -2192,8 +2192,8 @@ "binop": null }, "value": "Admin", - "start": 295, - "end": 300, + "start": 302, + "end": 307, "loc": { "start": { "line": 8, @@ -2218,8 +2218,8 @@ "binop": null }, "value": "from", - "start": 301, - "end": 305, + "start": 308, + "end": 312, "loc": { "start": { "line": 8, @@ -2245,8 +2245,8 @@ "updateContext": null }, "value": "./admin/index", - "start": 306, - "end": 321, + "start": 313, + "end": 328, "loc": { "start": { "line": 8, @@ -2271,8 +2271,8 @@ "binop": null, "updateContext": null }, - "start": 321, - "end": 322, + "start": 328, + "end": 329, "loc": { "start": { "line": 8, @@ -2299,8 +2299,8 @@ "updateContext": null }, "value": "import", - "start": 323, - "end": 329, + "start": 331, + "end": 337, "loc": { "start": { "line": 9, @@ -2324,8 +2324,8 @@ "postfix": false, "binop": null }, - "start": 330, - "end": 331, + "start": 338, + "end": 339, "loc": { "start": { "line": 9, @@ -2350,8 +2350,8 @@ "binop": null }, "value": "FieldGroup", - "start": 331, - "end": 341, + "start": 339, + "end": 349, "loc": { "start": { "line": 9, @@ -2375,8 +2375,8 @@ "postfix": false, "binop": null }, - "start": 341, - "end": 342, + "start": 349, + "end": 350, "loc": { "start": { "line": 9, @@ -2401,8 +2401,8 @@ "binop": null }, "value": "from", - "start": 343, - "end": 347, + "start": 351, + "end": 355, "loc": { "start": { "line": 9, @@ -2428,8 +2428,8 @@ "updateContext": null }, "value": "./fields/FieldGroup", - "start": 348, - "end": 369, + "start": 356, + "end": 377, "loc": { "start": { "line": 9, @@ -2454,8 +2454,8 @@ "binop": null, "updateContext": null }, - "start": 369, - "end": 370, + "start": 377, + "end": 378, "loc": { "start": { "line": 9, @@ -2482,8 +2482,8 @@ "updateContext": null }, "value": "import", - "start": 371, - "end": 377, + "start": 380, + "end": 386, "loc": { "start": { "line": 10, @@ -2507,8 +2507,8 @@ "postfix": false, "binop": null }, - "start": 378, - "end": 379, + "start": 387, + "end": 388, "loc": { "start": { "line": 10, @@ -2533,8 +2533,8 @@ "binop": null }, "value": "MagicFieldGroup", - "start": 379, - "end": 394, + "start": 388, + "end": 403, "loc": { "start": { "line": 10, @@ -2558,8 +2558,8 @@ "postfix": false, "binop": null }, - "start": 394, - "end": 395, + "start": 403, + "end": 404, "loc": { "start": { "line": 10, @@ -2584,8 +2584,8 @@ "binop": null }, "value": "from", - "start": 396, - "end": 400, + "start": 405, + "end": 409, "loc": { "start": { "line": 10, @@ -2611,8 +2611,8 @@ "updateContext": null }, "value": "./fields/magic-select/MagicFieldGroup", - "start": 401, - "end": 440, + "start": 410, + "end": 449, "loc": { "start": { "line": 10, @@ -2637,8 +2637,8 @@ "binop": null, "updateContext": null }, - "start": 440, - "end": 441, + "start": 449, + "end": 450, "loc": { "start": { "line": 10, @@ -2652,9 +2652,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Caldera components\n *\n * @type {{RenderGroup: RenderGroup, fields: *, factories: *, conditionals: {checkConfigFieldConditionals, checkConfigFieldsConditionals, reduceConfigFieldsToValues}}}\n ", - "start": 443, - "end": 643, + "value": "*\r\n * Caldera components\r\n *\r\n * @type {{RenderGroup: RenderGroup, fields: *, factories: *, conditionals: {checkConfigFieldConditionals, checkConfigFieldsConditionals, reduceConfigFieldsToValues}}}\r\n ", + "start": 454, + "end": 658, "loc": { "start": { "line": 12, @@ -2679,8 +2679,8 @@ "binop": null }, "value": "module", - "start": 644, - "end": 650, + "start": 660, + "end": 666, "loc": { "start": { "line": 17, @@ -2705,8 +2705,8 @@ "binop": null, "updateContext": null }, - "start": 650, - "end": 651, + "start": 666, + "end": 667, "loc": { "start": { "line": 17, @@ -2731,8 +2731,8 @@ "binop": null }, "value": "exports", - "start": 651, - "end": 658, + "start": 667, + "end": 674, "loc": { "start": { "line": 17, @@ -2758,8 +2758,8 @@ "updateContext": null }, "value": "=", - "start": 659, - "end": 660, + "start": 675, + "end": 676, "loc": { "start": { "line": 17, @@ -2783,8 +2783,8 @@ "postfix": false, "binop": null }, - "start": 661, - "end": 662, + "start": 677, + "end": 678, "loc": { "start": { "line": 17, @@ -2809,8 +2809,8 @@ "binop": null }, "value": "RenderGroup", - "start": 664, - "end": 675, + "start": 681, + "end": 692, "loc": { "start": { "line": 18, @@ -2835,8 +2835,8 @@ "binop": null, "updateContext": null }, - "start": 675, - "end": 676, + "start": 692, + "end": 693, "loc": { "start": { "line": 18, @@ -2861,8 +2861,8 @@ "binop": null }, "value": "fields", - "start": 678, - "end": 684, + "start": 696, + "end": 702, "loc": { "start": { "line": 19, @@ -2887,8 +2887,8 @@ "binop": null, "updateContext": null }, - "start": 684, - "end": 685, + "start": 702, + "end": 703, "loc": { "start": { "line": 19, @@ -2913,8 +2913,8 @@ "binop": null }, "value": "factories", - "start": 687, - "end": 696, + "start": 706, + "end": 715, "loc": { "start": { "line": 20, @@ -2939,8 +2939,8 @@ "binop": null, "updateContext": null }, - "start": 696, - "end": 697, + "start": 715, + "end": 716, "loc": { "start": { "line": 20, @@ -2965,8 +2965,8 @@ "binop": null }, "value": "conditionals", - "start": 699, - "end": 711, + "start": 719, + "end": 731, "loc": { "start": { "line": 21, @@ -2991,8 +2991,8 @@ "binop": null, "updateContext": null }, - "start": 711, - "end": 712, + "start": 731, + "end": 732, "loc": { "start": { "line": 21, @@ -3017,8 +3017,8 @@ "binop": null }, "value": "validation", - "start": 714, - "end": 724, + "start": 735, + "end": 745, "loc": { "start": { "line": 22, @@ -3043,8 +3043,8 @@ "binop": null, "updateContext": null }, - "start": 724, - "end": 725, + "start": 745, + "end": 746, "loc": { "start": { "line": 22, @@ -3069,8 +3069,8 @@ "binop": null }, "value": "Admin", - "start": 727, - "end": 732, + "start": 749, + "end": 754, "loc": { "start": { "line": 23, @@ -3095,8 +3095,8 @@ "binop": null, "updateContext": null }, - "start": 732, - "end": 733, + "start": 754, + "end": 755, "loc": { "start": { "line": 23, @@ -3121,8 +3121,8 @@ "binop": null }, "value": "FieldGroup", - "start": 735, - "end": 745, + "start": 758, + "end": 768, "loc": { "start": { "line": 24, @@ -3147,8 +3147,8 @@ "binop": null, "updateContext": null }, - "start": 745, - "end": 746, + "start": 768, + "end": 769, "loc": { "start": { "line": 24, @@ -3173,8 +3173,8 @@ "binop": null }, "value": "MagicFieldGroup", - "start": 748, - "end": 763, + "start": 772, + "end": 787, "loc": { "start": { "line": 25, @@ -3198,8 +3198,8 @@ "postfix": false, "binop": null }, - "start": 764, - "end": 765, + "start": 789, + "end": 790, "loc": { "start": { "line": 26, @@ -3224,8 +3224,8 @@ "binop": null, "updateContext": null }, - "start": 765, - "end": 766, + "start": 790, + "end": 791, "loc": { "start": { "line": 26, @@ -3250,8 +3250,8 @@ "binop": null, "updateContext": null }, - "start": 766, - "end": 766, + "start": 791, + "end": 791, "loc": { "start": { "line": 26, diff --git a/docs/ast/source/components/validation/addAutomaticValidators.js.json b/docs/ast/source/components/validation/addAutomaticValidators.js.json index 216d48d..a6832ea 100644 --- a/docs/ast/source/components/validation/addAutomaticValidators.js.json +++ b/docs/ast/source/components/validation/addAutomaticValidators.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 2159, + "end": 2246, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 2159, + "end": 2246, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 75, - "end": 121, + "start": 76, + "end": 122, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 82, - "end": 96, + "start": 83, + "end": 97, "loc": { "start": { "line": 2, @@ -128,8 +128,8 @@ }, "local": { "type": "Identifier", - "start": 82, - "end": 96, + "start": 83, + "end": 97, "loc": { "start": { "line": 2, @@ -147,8 +147,8 @@ ], "source": { "type": "StringLiteral", - "start": 102, - "end": 120, + "start": 103, + "end": 121, "loc": { "start": { "line": 2, @@ -168,8 +168,8 @@ }, { "type": "ImportDeclaration", - "start": 122, - "end": 173, + "start": 124, + "end": 175, "loc": { "start": { "line": 3, @@ -183,8 +183,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 130, - "end": 157, + "start": 132, + "end": 159, "loc": { "start": { "line": 3, @@ -197,8 +197,8 @@ }, "imported": { "type": "Identifier", - "start": 130, - "end": 157, + "start": 132, + "end": 159, "loc": { "start": { "line": 3, @@ -214,8 +214,8 @@ }, "local": { "type": "Identifier", - "start": 130, - "end": 157, + "start": 132, + "end": 159, "loc": { "start": { "line": 3, @@ -233,8 +233,8 @@ ], "source": { "type": "StringLiteral", - "start": 164, - "end": 172, + "start": 166, + "end": 174, "loc": { "start": { "line": 3, @@ -254,8 +254,8 @@ }, { "type": "ImportDeclaration", - "start": 174, - "end": 206, + "start": 177, + "end": 209, "loc": { "start": { "line": 4, @@ -269,8 +269,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 181, - "end": 188, + "start": 184, + "end": 191, "loc": { "start": { "line": 4, @@ -283,8 +283,8 @@ }, "local": { "type": "Identifier", - "start": 181, - "end": 188, + "start": 184, + "end": 191, "loc": { "start": { "line": 4, @@ -302,8 +302,8 @@ ], "source": { "type": "StringLiteral", - "start": 194, - "end": 205, + "start": 197, + "end": 208, "loc": { "start": { "line": 4, @@ -323,9 +323,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Helper function to curry validator functions\n *\n * Validators expect 1 value, not an object of values, this function solves that.\n *\n * @param {String} fieldId Field to look for\n * @param {Function} validator Validator function\n * @return {function(*=): *}\n ", - "start": 207, - "end": 474, + "value": "*\r\n * Helper function to curry validator functions\r\n *\r\n * Validators expect 1 value, not an object of values, this function solves that.\r\n *\r\n * @param {String} fieldId Field to look for\r\n * @param {Function} validator Validator function\r\n * @return {function(*=): *}\r\n ", + "start": 211, + "end": 486, "loc": { "start": { "line": 5, @@ -341,8 +341,8 @@ }, { "type": "FunctionDeclaration", - "start": 475, - "end": 624, + "start": 488, + "end": 641, "loc": { "start": { "line": 14, @@ -355,8 +355,8 @@ }, "id": { "type": "Identifier", - "start": 484, - "end": 498, + "start": 497, + "end": 511, "loc": { "start": { "line": 14, @@ -377,8 +377,8 @@ "params": [ { "type": "Identifier", - "start": 499, - "end": 506, + "start": 512, + "end": 519, "loc": { "start": { "line": 14, @@ -394,8 +394,8 @@ }, { "type": "Identifier", - "start": 508, - "end": 517, + "start": 521, + "end": 530, "loc": { "start": { "line": 14, @@ -412,8 +412,8 @@ ], "body": { "type": "BlockStatement", - "start": 519, - "end": 624, + "start": 532, + "end": 641, "loc": { "start": { "line": 14, @@ -427,8 +427,8 @@ "body": [ { "type": "ReturnStatement", - "start": 522, - "end": 622, + "start": 536, + "end": 638, "loc": { "start": { "line": 15, @@ -441,8 +441,8 @@ }, "argument": { "type": "ArrowFunctionExpression", - "start": 529, - "end": 621, + "start": 543, + "end": 637, "loc": { "start": { "line": 15, @@ -460,8 +460,8 @@ "params": [ { "type": "Identifier", - "start": 530, - "end": 541, + "start": 544, + "end": 555, "loc": { "start": { "line": 15, @@ -478,8 +478,8 @@ ], "body": { "type": "BlockStatement", - "start": 546, - "end": 621, + "start": 560, + "end": 637, "loc": { "start": { "line": 15, @@ -493,8 +493,8 @@ "body": [ { "type": "ReturnStatement", - "start": 550, - "end": 618, + "start": 565, + "end": 633, "loc": { "start": { "line": 16, @@ -507,8 +507,8 @@ }, "argument": { "type": "CallExpression", - "start": 557, - "end": 617, + "start": 572, + "end": 632, "loc": { "start": { "line": 16, @@ -521,8 +521,8 @@ }, "callee": { "type": "Identifier", - "start": 557, - "end": 566, + "start": 572, + "end": 581, "loc": { "start": { "line": 16, @@ -539,8 +539,8 @@ "arguments": [ { "type": "CallExpression", - "start": 567, - "end": 616, + "start": 582, + "end": 631, "loc": { "start": { "line": 16, @@ -553,8 +553,8 @@ }, "callee": { "type": "Identifier", - "start": 567, - "end": 594, + "start": 582, + "end": 609, "loc": { "start": { "line": 16, @@ -571,8 +571,8 @@ "arguments": [ { "type": "Identifier", - "start": 595, - "end": 602, + "start": 610, + "end": 617, "loc": { "start": { "line": 16, @@ -588,8 +588,8 @@ }, { "type": "Identifier", - "start": 604, - "end": 615, + "start": 619, + "end": 630, "loc": { "start": { "line": 16, @@ -620,9 +620,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Helper function to curry validator functions\n *\n * Validators expect 1 value, not an object of values, this function solves that.\n *\n * @param {String} fieldId Field to look for\n * @param {Function} validator Validator function\n * @return {function(*=): *}\n ", - "start": 207, - "end": 474, + "value": "*\r\n * Helper function to curry validator functions\r\n *\r\n * Validators expect 1 value, not an object of values, this function solves that.\r\n *\r\n * @param {String} fieldId Field to look for\r\n * @param {Function} validator Validator function\r\n * @return {function(*=): *}\r\n ", + "start": 211, + "end": 486, "loc": { "start": { "line": 5, @@ -638,9 +638,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Create validation function based on type and required\n *\n * @param {Object} configField Field to create validations for\n * @param {Array} validators Current array of validators\n * @param {string} validationType Type of validators to add.\n * @return {Array}\n ", - "start": 626, - "end": 893, + "value": "*\r\n * Create validation function based on type and required\r\n *\r\n * @param {Object} configField Field to create validations for\r\n * @param {Array} validators Current array of validators\r\n * @param {string} validationType Type of validators to add.\r\n * @return {Array}\r\n ", + "start": 645, + "end": 919, "loc": { "start": { "line": 20, @@ -656,8 +656,8 @@ }, { "type": "FunctionDeclaration", - "start": 894, - "end": 1224, + "start": 921, + "end": 1267, "loc": { "start": { "line": 28, @@ -670,8 +670,8 @@ }, "id": { "type": "Identifier", - "start": 903, - "end": 923, + "start": 930, + "end": 950, "loc": { "start": { "line": 28, @@ -692,8 +692,8 @@ "params": [ { "type": "Identifier", - "start": 924, - "end": 935, + "start": 951, + "end": 962, "loc": { "start": { "line": 28, @@ -709,8 +709,8 @@ }, { "type": "Identifier", - "start": 937, - "end": 947, + "start": 964, + "end": 974, "loc": { "start": { "line": 28, @@ -726,8 +726,8 @@ }, { "type": "Identifier", - "start": 949, - "end": 963, + "start": 976, + "end": 990, "loc": { "start": { "line": 28, @@ -744,8 +744,8 @@ ], "body": { "type": "BlockStatement", - "start": 965, - "end": 1224, + "start": 992, + "end": 1267, "loc": { "start": { "line": 28, @@ -759,8 +759,8 @@ "body": [ { "type": "IfStatement", - "start": 968, - "end": 1201, + "start": 996, + "end": 1241, "loc": { "start": { "line": 29, @@ -773,8 +773,8 @@ }, "test": { "type": "MemberExpression", - "start": 972, - "end": 994, + "start": 1000, + "end": 1022, "loc": { "start": { "line": 29, @@ -787,8 +787,8 @@ }, "object": { "type": "Identifier", - "start": 972, - "end": 983, + "start": 1000, + "end": 1011, "loc": { "start": { "line": 29, @@ -804,8 +804,8 @@ }, "property": { "type": "Identifier", - "start": 984, - "end": 994, + "start": 1012, + "end": 1022, "loc": { "start": { "line": 29, @@ -823,8 +823,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 996, - "end": 1092, + "start": 1024, + "end": 1126, "loc": { "start": { "line": 29, @@ -838,8 +838,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1000, - "end": 1089, + "start": 1029, + "end": 1122, "loc": { "start": { "line": 30, @@ -852,8 +852,8 @@ }, "expression": { "type": "CallExpression", - "start": 1000, - "end": 1088, + "start": 1029, + "end": 1121, "loc": { "start": { "line": 30, @@ -866,8 +866,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1000, - "end": 1015, + "start": 1029, + "end": 1044, "loc": { "start": { "line": 30, @@ -880,8 +880,8 @@ }, "object": { "type": "Identifier", - "start": 1000, - "end": 1010, + "start": 1029, + "end": 1039, "loc": { "start": { "line": 30, @@ -897,8 +897,8 @@ }, "property": { "type": "Identifier", - "start": 1011, - "end": 1015, + "start": 1040, + "end": 1044, "loc": { "start": { "line": 30, @@ -917,8 +917,8 @@ "arguments": [ { "type": "CallExpression", - "start": 1020, - "end": 1084, + "start": 1050, + "end": 1116, "loc": { "start": { "line": 31, @@ -931,8 +931,8 @@ }, "callee": { "type": "Identifier", - "start": 1020, - "end": 1034, + "start": 1050, + "end": 1064, "loc": { "start": { "line": 31, @@ -949,8 +949,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 1040, - "end": 1054, + "start": 1071, + "end": 1085, "loc": { "start": { "line": 32, @@ -963,8 +963,8 @@ }, "object": { "type": "Identifier", - "start": 1040, - "end": 1051, + "start": 1071, + "end": 1082, "loc": { "start": { "line": 32, @@ -980,8 +980,8 @@ }, "property": { "type": "Identifier", - "start": 1052, - "end": 1054, + "start": 1083, + "end": 1085, "loc": { "start": { "line": 32, @@ -999,8 +999,8 @@ }, { "type": "MemberExpression", - "start": 1056, - "end": 1079, + "start": 1087, + "end": 1110, "loc": { "start": { "line": 32, @@ -1013,8 +1013,8 @@ }, "object": { "type": "Identifier", - "start": 1056, - "end": 1063, + "start": 1087, + "end": 1094, "loc": { "start": { "line": 32, @@ -1030,8 +1030,8 @@ }, "property": { "type": "Identifier", - "start": 1064, - "end": 1078, + "start": 1095, + "end": 1109, "loc": { "start": { "line": 32, @@ -1057,8 +1057,8 @@ }, "alternate": { "type": "BlockStatement", - "start": 1098, - "end": 1201, + "start": 1132, + "end": 1241, "loc": { "start": { "line": 35, @@ -1072,8 +1072,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1102, - "end": 1198, + "start": 1137, + "end": 1237, "loc": { "start": { "line": 36, @@ -1086,8 +1086,8 @@ }, "expression": { "type": "CallExpression", - "start": 1102, - "end": 1197, + "start": 1137, + "end": 1236, "loc": { "start": { "line": 36, @@ -1100,8 +1100,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1102, - "end": 1117, + "start": 1137, + "end": 1152, "loc": { "start": { "line": 36, @@ -1114,8 +1114,8 @@ }, "object": { "type": "Identifier", - "start": 1102, - "end": 1112, + "start": 1137, + "end": 1147, "loc": { "start": { "line": 36, @@ -1131,8 +1131,8 @@ }, "property": { "type": "Identifier", - "start": 1113, - "end": 1117, + "start": 1148, + "end": 1152, "loc": { "start": { "line": 36, @@ -1151,8 +1151,8 @@ "arguments": [ { "type": "CallExpression", - "start": 1122, - "end": 1193, + "start": 1158, + "end": 1231, "loc": { "start": { "line": 37, @@ -1165,8 +1165,8 @@ }, "callee": { "type": "Identifier", - "start": 1122, - "end": 1136, + "start": 1158, + "end": 1172, "loc": { "start": { "line": 37, @@ -1183,8 +1183,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 1142, - "end": 1156, + "start": 1179, + "end": 1193, "loc": { "start": { "line": 38, @@ -1197,8 +1197,8 @@ }, "object": { "type": "Identifier", - "start": 1142, - "end": 1153, + "start": 1179, + "end": 1190, "loc": { "start": { "line": 38, @@ -1214,8 +1214,8 @@ }, "property": { "type": "Identifier", - "start": 1154, - "end": 1156, + "start": 1191, + "end": 1193, "loc": { "start": { "line": 38, @@ -1233,8 +1233,8 @@ }, { "type": "MemberExpression", - "start": 1158, - "end": 1188, + "start": 1195, + "end": 1225, "loc": { "start": { "line": 38, @@ -1247,8 +1247,8 @@ }, "object": { "type": "Identifier", - "start": 1158, - "end": 1172, + "start": 1195, + "end": 1209, "loc": { "start": { "line": 38, @@ -1264,8 +1264,8 @@ }, "property": { "type": "Identifier", - "start": 1173, - "end": 1187, + "start": 1210, + "end": 1224, "loc": { "start": { "line": 38, @@ -1292,8 +1292,8 @@ }, { "type": "ReturnStatement", - "start": 1204, - "end": 1222, + "start": 1246, + "end": 1264, "loc": { "start": { "line": 43, @@ -1306,8 +1306,8 @@ }, "argument": { "type": "Identifier", - "start": 1211, - "end": 1221, + "start": 1253, + "end": 1263, "loc": { "start": { "line": 43, @@ -1329,9 +1329,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Create validation function based on type and required\n *\n * @param {Object} configField Field to create validations for\n * @param {Array} validators Current array of validators\n * @param {string} validationType Type of validators to add.\n * @return {Array}\n ", - "start": 626, - "end": 893, + "value": "*\r\n * Create validation function based on type and required\r\n *\r\n * @param {Object} configField Field to create validations for\r\n * @param {Array} validators Current array of validators\r\n * @param {string} validationType Type of validators to add.\r\n * @return {Array}\r\n ", + "start": 645, + "end": 919, "loc": { "start": { "line": 20, @@ -1347,9 +1347,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Adds sensible, automatic validation to fields -- if no validators have been added yet.\n *\n * @param {Object} configField\n * @return {*}\n ", - "start": 1226, - "end": 1372, + "value": "*\r\n * Adds sensible, automatic validation to fields -- if no validators have been added yet.\r\n *\r\n * @param {Object} configField\r\n * @return {*}\r\n ", + "start": 1271, + "end": 1422, "loc": { "start": { "line": 46, @@ -1365,8 +1365,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 1373, - "end": 2159, + "start": 1424, + "end": 2246, "loc": { "start": { "line": 52, @@ -1381,8 +1381,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 1380, - "end": 2159, + "start": 1431, + "end": 2246, "loc": { "start": { "line": 52, @@ -1396,8 +1396,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1386, - "end": 2158, + "start": 1437, + "end": 2245, "loc": { "start": { "line": 52, @@ -1410,8 +1410,8 @@ }, "id": { "type": "Identifier", - "start": 1386, - "end": 1408, + "start": 1437, + "end": 1459, "loc": { "start": { "line": 52, @@ -1428,8 +1428,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 1411, - "end": 2158, + "start": 1462, + "end": 2245, "loc": { "start": { "line": 52, @@ -1442,8 +1442,8 @@ }, "id": { "type": "Identifier", - "start": 1386, - "end": 1408, + "start": 1437, + "end": 1459, "loc": { "start": { "line": 52, @@ -1464,8 +1464,8 @@ "params": [ { "type": "Identifier", - "start": 1412, - "end": 1423, + "start": 1463, + "end": 1474, "loc": { "start": { "line": 52, @@ -1482,8 +1482,8 @@ ], "body": { "type": "BlockStatement", - "start": 1428, - "end": 2158, + "start": 1479, + "end": 2245, "loc": { "start": { "line": 52, @@ -1497,8 +1497,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 1431, - "end": 1490, + "start": 1483, + "end": 1542, "loc": { "start": { "line": 53, @@ -1512,8 +1512,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1435, - "end": 1489, + "start": 1487, + "end": 1541, "loc": { "start": { "line": 53, @@ -1526,8 +1526,8 @@ }, "id": { "type": "Identifier", - "start": 1435, - "end": 1445, + "start": 1487, + "end": 1497, "loc": { "start": { "line": 53, @@ -1543,8 +1543,8 @@ }, "init": { "type": "CallExpression", - "start": 1448, - "end": 1489, + "start": 1500, + "end": 1541, "loc": { "start": { "line": 53, @@ -1557,8 +1557,8 @@ }, "callee": { "type": "Identifier", - "start": 1448, - "end": 1476, + "start": 1500, + "end": 1528, "loc": { "start": { "line": 53, @@ -1575,8 +1575,8 @@ "arguments": [ { "type": "Identifier", - "start": 1477, - "end": 1488, + "start": 1529, + "end": 1540, "loc": { "start": { "line": 53, @@ -1598,8 +1598,8 @@ }, { "type": "IfStatement", - "start": 1492, - "end": 1547, + "start": 1545, + "end": 1602, "loc": { "start": { "line": 54, @@ -1612,8 +1612,8 @@ }, "test": { "type": "BinaryExpression", - "start": 1496, - "end": 1519, + "start": 1549, + "end": 1572, "loc": { "start": { "line": 54, @@ -1626,8 +1626,8 @@ }, "left": { "type": "NumericLiteral", - "start": 1496, - "end": 1497, + "start": 1549, + "end": 1550, "loc": { "start": { "line": 54, @@ -1647,8 +1647,8 @@ "operator": "!==", "right": { "type": "MemberExpression", - "start": 1502, - "end": 1519, + "start": 1555, + "end": 1572, "loc": { "start": { "line": 54, @@ -1661,8 +1661,8 @@ }, "object": { "type": "Identifier", - "start": 1502, - "end": 1512, + "start": 1555, + "end": 1565, "loc": { "start": { "line": 54, @@ -1678,8 +1678,8 @@ }, "property": { "type": "Identifier", - "start": 1513, - "end": 1519, + "start": 1566, + "end": 1572, "loc": { "start": { "line": 54, @@ -1698,8 +1698,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1521, - "end": 1547, + "start": 1574, + "end": 1602, "loc": { "start": { "line": 54, @@ -1713,8 +1713,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1525, - "end": 1544, + "start": 1579, + "end": 1598, "loc": { "start": { "line": 55, @@ -1727,8 +1727,8 @@ }, "argument": { "type": "Identifier", - "start": 1532, - "end": 1543, + "start": 1586, + "end": 1597, "loc": { "start": { "line": 55, @@ -1750,8 +1750,8 @@ }, { "type": "SwitchStatement", - "start": 1550, - "end": 2108, + "start": 1607, + "end": 2187, "loc": { "start": { "line": 58, @@ -1764,8 +1764,8 @@ }, "discriminant": { "type": "MemberExpression", - "start": 1558, - "end": 1574, + "start": 1615, + "end": 1631, "loc": { "start": { "line": 58, @@ -1778,8 +1778,8 @@ }, "object": { "type": "Identifier", - "start": 1558, - "end": 1569, + "start": 1615, + "end": 1626, "loc": { "start": { "line": 58, @@ -1795,8 +1795,8 @@ }, "property": { "type": "Identifier", - "start": 1570, - "end": 1574, + "start": 1627, + "end": 1631, "loc": { "start": { "line": 58, @@ -1815,8 +1815,8 @@ "cases": [ { "type": "SwitchCase", - "start": 1579, - "end": 1998, + "start": 1637, + "end": 2073, "loc": { "start": { "line": 59, @@ -1830,8 +1830,8 @@ "consequent": [ { "type": "IfStatement", - "start": 1595, - "end": 1988, + "start": 1654, + "end": 2061, "loc": { "start": { "line": 60, @@ -1844,8 +1844,8 @@ }, "test": { "type": "CallExpression", - "start": 1599, - "end": 1684, + "start": 1658, + "end": 1748, "loc": { "start": { "line": 60, @@ -1858,8 +1858,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1599, - "end": 1659, + "start": 1658, + "end": 1723, "loc": { "start": { "line": 60, @@ -1872,8 +1872,8 @@ }, "object": { "type": "ArrayExpression", - "start": 1599, - "end": 1650, + "start": 1658, + "end": 1714, "loc": { "start": { "line": 60, @@ -1887,8 +1887,8 @@ "elements": [ { "type": "StringLiteral", - "start": 1604, - "end": 1611, + "start": 1664, + "end": 1671, "loc": { "start": { "line": 61, @@ -1907,8 +1907,8 @@ }, { "type": "StringLiteral", - "start": 1616, - "end": 1621, + "start": 1677, + "end": 1682, "loc": { "start": { "line": 62, @@ -1927,8 +1927,8 @@ }, { "type": "StringLiteral", - "start": 1626, - "end": 1632, + "start": 1688, + "end": 1694, "loc": { "start": { "line": 63, @@ -1947,8 +1947,8 @@ }, { "type": "StringLiteral", - "start": 1637, - "end": 1645, + "start": 1700, + "end": 1708, "loc": { "start": { "line": 64, @@ -1969,8 +1969,8 @@ }, "property": { "type": "Identifier", - "start": 1651, - "end": 1659, + "start": 1715, + "end": 1723, "loc": { "start": { "line": 65, @@ -1989,8 +1989,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 1661, - "end": 1682, + "start": 1725, + "end": 1746, "loc": { "start": { "line": 65, @@ -2003,8 +2003,8 @@ }, "object": { "type": "Identifier", - "start": 1661, - "end": 1672, + "start": 1725, + "end": 1736, "loc": { "start": { "line": 65, @@ -2020,8 +2020,8 @@ }, "property": { "type": "Identifier", - "start": 1673, - "end": 1682, + "start": 1737, + "end": 1746, "loc": { "start": { "line": 65, @@ -2041,8 +2041,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1686, - "end": 1777, + "start": 1750, + "end": 1843, "loc": { "start": { "line": 65, @@ -2056,8 +2056,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1691, - "end": 1773, + "start": 1756, + "end": 1838, "loc": { "start": { "line": 66, @@ -2070,8 +2070,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1691, - "end": 1772, + "start": 1756, + "end": 1837, "loc": { "start": { "line": 66, @@ -2085,8 +2085,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 1691, - "end": 1701, + "start": 1756, + "end": 1766, "loc": { "start": { "line": 66, @@ -2102,8 +2102,8 @@ }, "right": { "type": "CallExpression", - "start": 1704, - "end": 1772, + "start": 1769, + "end": 1837, "loc": { "start": { "line": 66, @@ -2116,8 +2116,8 @@ }, "callee": { "type": "Identifier", - "start": 1704, - "end": 1724, + "start": 1769, + "end": 1789, "loc": { "start": { "line": 66, @@ -2134,8 +2134,8 @@ "arguments": [ { "type": "Identifier", - "start": 1725, - "end": 1736, + "start": 1790, + "end": 1801, "loc": { "start": { "line": 66, @@ -2151,8 +2151,8 @@ }, { "type": "Identifier", - "start": 1738, - "end": 1748, + "start": 1803, + "end": 1813, "loc": { "start": { "line": 66, @@ -2168,8 +2168,8 @@ }, { "type": "MemberExpression", - "start": 1750, - "end": 1771, + "start": 1815, + "end": 1836, "loc": { "start": { "line": 66, @@ -2182,8 +2182,8 @@ }, "object": { "type": "Identifier", - "start": 1750, - "end": 1761, + "start": 1815, + "end": 1826, "loc": { "start": { "line": 66, @@ -2199,8 +2199,8 @@ }, "property": { "type": "Identifier", - "start": 1762, - "end": 1771, + "start": 1827, + "end": 1836, "loc": { "start": { "line": 66, @@ -2225,8 +2225,8 @@ }, "alternate": { "type": "IfStatement", - "start": 1782, - "end": 1988, + "start": 1848, + "end": 2061, "loc": { "start": { "line": 67, @@ -2239,8 +2239,8 @@ }, "test": { "type": "BinaryExpression", - "start": 1786, - "end": 1818, + "start": 1852, + "end": 1884, "loc": { "start": { "line": 67, @@ -2253,8 +2253,8 @@ }, "left": { "type": "StringLiteral", - "start": 1786, - "end": 1792, + "start": 1852, + "end": 1858, "loc": { "start": { "line": 67, @@ -2274,8 +2274,8 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 1797, - "end": 1818, + "start": 1863, + "end": 1884, "loc": { "start": { "line": 67, @@ -2288,8 +2288,8 @@ }, "object": { "type": "Identifier", - "start": 1797, - "end": 1808, + "start": 1863, + "end": 1874, "loc": { "start": { "line": 67, @@ -2305,8 +2305,8 @@ }, "property": { "type": "Identifier", - "start": 1809, - "end": 1818, + "start": 1875, + "end": 1884, "loc": { "start": { "line": 67, @@ -2325,8 +2325,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1819, - "end": 1898, + "start": 1885, + "end": 1967, "loc": { "start": { "line": 67, @@ -2340,8 +2340,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1824, - "end": 1893, + "start": 1891, + "end": 1960, "loc": { "start": { "line": 68, @@ -2354,8 +2354,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1824, - "end": 1892, + "start": 1891, + "end": 1959, "loc": { "start": { "line": 68, @@ -2369,8 +2369,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 1824, - "end": 1834, + "start": 1891, + "end": 1901, "loc": { "start": { "line": 68, @@ -2386,8 +2386,8 @@ }, "right": { "type": "CallExpression", - "start": 1837, - "end": 1892, + "start": 1904, + "end": 1959, "loc": { "start": { "line": 68, @@ -2400,8 +2400,8 @@ }, "callee": { "type": "Identifier", - "start": 1837, - "end": 1857, + "start": 1904, + "end": 1924, "loc": { "start": { "line": 68, @@ -2418,8 +2418,8 @@ "arguments": [ { "type": "Identifier", - "start": 1858, - "end": 1869, + "start": 1925, + "end": 1936, "loc": { "start": { "line": 68, @@ -2435,8 +2435,8 @@ }, { "type": "Identifier", - "start": 1871, - "end": 1881, + "start": 1938, + "end": 1948, "loc": { "start": { "line": 68, @@ -2452,8 +2452,8 @@ }, { "type": "StringLiteral", - "start": 1883, - "end": 1891, + "start": 1950, + "end": 1958, "loc": { "start": { "line": 68, @@ -2479,8 +2479,8 @@ }, "alternate": { "type": "BlockStatement", - "start": 1906, - "end": 1988, + "start": 1977, + "end": 2061, "loc": { "start": { "line": 72, @@ -2494,8 +2494,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1911, - "end": 1984, + "start": 1983, + "end": 2056, "loc": { "start": { "line": 73, @@ -2508,8 +2508,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1911, - "end": 1983, + "start": 1983, + "end": 2055, "loc": { "start": { "line": 73, @@ -2523,8 +2523,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 1911, - "end": 1921, + "start": 1983, + "end": 1993, "loc": { "start": { "line": 73, @@ -2540,8 +2540,8 @@ }, "right": { "type": "CallExpression", - "start": 1924, - "end": 1983, + "start": 1996, + "end": 2055, "loc": { "start": { "line": 73, @@ -2554,8 +2554,8 @@ }, "callee": { "type": "Identifier", - "start": 1924, - "end": 1944, + "start": 1996, + "end": 2016, "loc": { "start": { "line": 73, @@ -2572,8 +2572,8 @@ "arguments": [ { "type": "Identifier", - "start": 1946, - "end": 1957, + "start": 2018, + "end": 2029, "loc": { "start": { "line": 73, @@ -2589,8 +2589,8 @@ }, { "type": "Identifier", - "start": 1959, - "end": 1969, + "start": 2031, + "end": 2041, "loc": { "start": { "line": 73, @@ -2606,8 +2606,8 @@ }, { "type": "StringLiteral", - "start": 1971, - "end": 1981, + "start": 2043, + "end": 2053, "loc": { "start": { "line": 73, @@ -2635,8 +2635,8 @@ }, { "type": "BreakStatement", - "start": 1992, - "end": 1998, + "start": 2067, + "end": 2073, "loc": { "start": { "line": 76, @@ -2652,8 +2652,8 @@ ], "test": { "type": "StringLiteral", - "start": 1584, - "end": 1591, + "start": 1642, + "end": 1649, "loc": { "start": { "line": 59, @@ -2673,8 +2673,8 @@ }, { "type": "SwitchCase", - "start": 2000, - "end": 2105, + "start": 2076, + "end": 2183, "loc": { "start": { "line": 77, @@ -2688,8 +2688,8 @@ "consequent": [ { "type": "ExpressionStatement", - "start": 2017, - "end": 2096, + "start": 2094, + "end": 2173, "loc": { "start": { "line": 78, @@ -2702,8 +2702,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 2017, - "end": 2095, + "start": 2094, + "end": 2172, "loc": { "start": { "line": 78, @@ -2717,8 +2717,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 2017, - "end": 2027, + "start": 2094, + "end": 2104, "loc": { "start": { "line": 78, @@ -2734,8 +2734,8 @@ }, "right": { "type": "CallExpression", - "start": 2030, - "end": 2095, + "start": 2107, + "end": 2172, "loc": { "start": { "line": 78, @@ -2748,8 +2748,8 @@ }, "callee": { "type": "Identifier", - "start": 2030, - "end": 2050, + "start": 2107, + "end": 2127, "loc": { "start": { "line": 78, @@ -2766,8 +2766,8 @@ "arguments": [ { "type": "Identifier", - "start": 2052, - "end": 2063, + "start": 2129, + "end": 2140, "loc": { "start": { "line": 78, @@ -2783,8 +2783,8 @@ }, { "type": "Identifier", - "start": 2065, - "end": 2075, + "start": 2142, + "end": 2152, "loc": { "start": { "line": 78, @@ -2800,8 +2800,8 @@ }, { "type": "StringLiteral", - "start": 2077, - "end": 2093, + "start": 2154, + "end": 2170, "loc": { "start": { "line": 78, @@ -2824,8 +2824,8 @@ }, { "type": "BreakStatement", - "start": 2099, - "end": 2105, + "start": 2177, + "end": 2183, "loc": { "start": { "line": 79, @@ -2841,8 +2841,8 @@ ], "test": { "type": "StringLiteral", - "start": 2005, - "end": 2013, + "start": 2081, + "end": 2089, "loc": { "start": { "line": 77, @@ -2864,8 +2864,8 @@ }, { "type": "ReturnStatement", - "start": 2112, - "end": 2155, + "start": 2194, + "end": 2240, "loc": { "start": { "line": 83, @@ -2878,8 +2878,8 @@ }, "argument": { "type": "ObjectExpression", - "start": 2119, - "end": 2154, + "start": 2201, + "end": 2239, "loc": { "start": { "line": 83, @@ -2893,8 +2893,8 @@ "properties": [ { "type": "SpreadProperty", - "start": 2123, - "end": 2137, + "start": 2206, + "end": 2220, "loc": { "start": { "line": 84, @@ -2907,8 +2907,8 @@ }, "argument": { "type": "Identifier", - "start": 2126, - "end": 2137, + "start": 2209, + "end": 2220, "loc": { "start": { "line": 84, @@ -2925,8 +2925,8 @@ }, { "type": "ObjectProperty", - "start": 2141, - "end": 2151, + "start": 2225, + "end": 2235, "loc": { "start": { "line": 85, @@ -2942,8 +2942,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2141, - "end": 2151, + "start": 2225, + "end": 2235, "loc": { "start": { "line": 85, @@ -2959,8 +2959,8 @@ }, "value": { "type": "Identifier", - "start": 2141, - "end": 2151, + "start": 2225, + "end": 2235, "loc": { "start": { "line": 85, @@ -2992,9 +2992,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Adds sensible, automatic validation to fields -- if no validators have been added yet.\n *\n * @param {Object} configField\n * @return {*}\n ", - "start": 1226, - "end": 1372, + "value": "*\r\n * Adds sensible, automatic validation to fields -- if no validators have been added yet.\r\n *\r\n * @param {Object} configField\r\n * @return {*}\r\n ", + "start": 1271, + "end": 1422, "loc": { "start": { "line": 46, @@ -3012,9 +3012,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Adds sensible, automatic validation to fields -- if no validators have been added yet.\n *\n * @param {Object} configField\n * @return {*}\n ", - "start": 1226, - "end": 1372, + "value": "*\r\n * Adds sensible, automatic validation to fields -- if no validators have been added yet.\r\n *\r\n * @param {Object} configField\r\n * @return {*}\r\n ", + "start": 1271, + "end": 1422, "loc": { "start": { "line": 46, @@ -3034,9 +3034,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Helper function to curry validator functions\n *\n * Validators expect 1 value, not an object of values, this function solves that.\n *\n * @param {String} fieldId Field to look for\n * @param {Function} validator Validator function\n * @return {function(*=): *}\n ", - "start": 207, - "end": 474, + "value": "*\r\n * Helper function to curry validator functions\r\n *\r\n * Validators expect 1 value, not an object of values, this function solves that.\r\n *\r\n * @param {String} fieldId Field to look for\r\n * @param {Function} validator Validator function\r\n * @return {function(*=): *}\r\n ", + "start": 211, + "end": 486, "loc": { "start": { "line": 5, @@ -3050,9 +3050,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Create validation function based on type and required\n *\n * @param {Object} configField Field to create validations for\n * @param {Array} validators Current array of validators\n * @param {string} validationType Type of validators to add.\n * @return {Array}\n ", - "start": 626, - "end": 893, + "value": "*\r\n * Create validation function based on type and required\r\n *\r\n * @param {Object} configField Field to create validations for\r\n * @param {Array} validators Current array of validators\r\n * @param {string} validationType Type of validators to add.\r\n * @return {Array}\r\n ", + "start": 645, + "end": 919, "loc": { "start": { "line": 20, @@ -3066,9 +3066,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Adds sensible, automatic validation to fields -- if no validators have been added yet.\n *\n * @param {Object} configField\n * @return {*}\n ", - "start": 1226, - "end": 1372, + "value": "*\r\n * Adds sensible, automatic validation to fields -- if no validators have been added yet.\r\n *\r\n * @param {Object} configField\r\n * @return {*}\r\n ", + "start": 1271, + "end": 1422, "loc": { "start": { "line": 46, @@ -3230,8 +3230,8 @@ "updateContext": null }, "value": "import", - "start": 75, - "end": 81, + "start": 76, + "end": 82, "loc": { "start": { "line": 2, @@ -3256,8 +3256,8 @@ "binop": null }, "value": "isValidOrEmpty", - "start": 82, - "end": 96, + "start": 83, + "end": 97, "loc": { "start": { "line": 2, @@ -3282,8 +3282,8 @@ "binop": null }, "value": "from", - "start": 97, - "end": 101, + "start": 98, + "end": 102, "loc": { "start": { "line": 2, @@ -3309,8 +3309,8 @@ "updateContext": null }, "value": "./isValidOrEmpty", - "start": 102, - "end": 120, + "start": 103, + "end": 121, "loc": { "start": { "line": 2, @@ -3335,8 +3335,8 @@ "binop": null, "updateContext": null }, - "start": 120, - "end": 121, + "start": 121, + "end": 122, "loc": { "start": { "line": 2, @@ -3363,8 +3363,8 @@ "updateContext": null }, "value": "import", - "start": 122, - "end": 128, + "start": 124, + "end": 130, "loc": { "start": { "line": 3, @@ -3388,8 +3388,8 @@ "postfix": false, "binop": null }, - "start": 129, - "end": 130, + "start": 131, + "end": 132, "loc": { "start": { "line": 3, @@ -3414,8 +3414,8 @@ "binop": null }, "value": "findFieldValueInFieldValues", - "start": 130, - "end": 157, + "start": 132, + "end": 159, "loc": { "start": { "line": 3, @@ -3439,8 +3439,8 @@ "postfix": false, "binop": null }, - "start": 157, - "end": 158, + "start": 159, + "end": 160, "loc": { "start": { "line": 3, @@ -3465,8 +3465,8 @@ "binop": null }, "value": "from", - "start": 159, - "end": 163, + "start": 161, + "end": 165, "loc": { "start": { "line": 3, @@ -3492,8 +3492,8 @@ "updateContext": null }, "value": "./util", - "start": 164, - "end": 172, + "start": 166, + "end": 174, "loc": { "start": { "line": 3, @@ -3518,8 +3518,8 @@ "binop": null, "updateContext": null }, - "start": 172, - "end": 173, + "start": 174, + "end": 175, "loc": { "start": { "line": 3, @@ -3546,8 +3546,8 @@ "updateContext": null }, "value": "import", - "start": 174, - "end": 180, + "start": 177, + "end": 183, "loc": { "start": { "line": 4, @@ -3572,8 +3572,8 @@ "binop": null }, "value": "isValid", - "start": 181, - "end": 188, + "start": 184, + "end": 191, "loc": { "start": { "line": 4, @@ -3598,8 +3598,8 @@ "binop": null }, "value": "from", - "start": 189, - "end": 193, + "start": 192, + "end": 196, "loc": { "start": { "line": 4, @@ -3625,8 +3625,8 @@ "updateContext": null }, "value": "./isValid", - "start": 194, - "end": 205, + "start": 197, + "end": 208, "loc": { "start": { "line": 4, @@ -3651,8 +3651,8 @@ "binop": null, "updateContext": null }, - "start": 205, - "end": 206, + "start": 208, + "end": 209, "loc": { "start": { "line": 4, @@ -3666,9 +3666,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Helper function to curry validator functions\n *\n * Validators expect 1 value, not an object of values, this function solves that.\n *\n * @param {String} fieldId Field to look for\n * @param {Function} validator Validator function\n * @return {function(*=): *}\n ", - "start": 207, - "end": 474, + "value": "*\r\n * Helper function to curry validator functions\r\n *\r\n * Validators expect 1 value, not an object of values, this function solves that.\r\n *\r\n * @param {String} fieldId Field to look for\r\n * @param {Function} validator Validator function\r\n * @return {function(*=): *}\r\n ", + "start": 211, + "end": 486, "loc": { "start": { "line": 5, @@ -3694,8 +3694,8 @@ "binop": null }, "value": "function", - "start": 475, - "end": 483, + "start": 488, + "end": 496, "loc": { "start": { "line": 14, @@ -3720,8 +3720,8 @@ "binop": null }, "value": "curryValidator", - "start": 484, - "end": 498, + "start": 497, + "end": 511, "loc": { "start": { "line": 14, @@ -3745,8 +3745,8 @@ "postfix": false, "binop": null }, - "start": 498, - "end": 499, + "start": 511, + "end": 512, "loc": { "start": { "line": 14, @@ -3771,8 +3771,8 @@ "binop": null }, "value": "fieldId", - "start": 499, - "end": 506, + "start": 512, + "end": 519, "loc": { "start": { "line": 14, @@ -3797,8 +3797,8 @@ "binop": null, "updateContext": null }, - "start": 506, - "end": 507, + "start": 519, + "end": 520, "loc": { "start": { "line": 14, @@ -3823,8 +3823,8 @@ "binop": null }, "value": "validator", - "start": 508, - "end": 517, + "start": 521, + "end": 530, "loc": { "start": { "line": 14, @@ -3848,8 +3848,8 @@ "postfix": false, "binop": null }, - "start": 517, - "end": 518, + "start": 530, + "end": 531, "loc": { "start": { "line": 14, @@ -3873,8 +3873,8 @@ "postfix": false, "binop": null }, - "start": 519, - "end": 520, + "start": 532, + "end": 533, "loc": { "start": { "line": 14, @@ -3901,8 +3901,8 @@ "updateContext": null }, "value": "return", - "start": 522, - "end": 528, + "start": 536, + "end": 542, "loc": { "start": { "line": 15, @@ -3926,8 +3926,8 @@ "postfix": false, "binop": null }, - "start": 529, - "end": 530, + "start": 543, + "end": 544, "loc": { "start": { "line": 15, @@ -3952,8 +3952,8 @@ "binop": null }, "value": "fieldValues", - "start": 530, - "end": 541, + "start": 544, + "end": 555, "loc": { "start": { "line": 15, @@ -3977,8 +3977,8 @@ "postfix": false, "binop": null }, - "start": 541, - "end": 542, + "start": 555, + "end": 556, "loc": { "start": { "line": 15, @@ -4003,8 +4003,8 @@ "binop": null, "updateContext": null }, - "start": 543, - "end": 545, + "start": 557, + "end": 559, "loc": { "start": { "line": 15, @@ -4028,8 +4028,8 @@ "postfix": false, "binop": null }, - "start": 546, - "end": 547, + "start": 560, + "end": 561, "loc": { "start": { "line": 15, @@ -4056,8 +4056,8 @@ "updateContext": null }, "value": "return", - "start": 550, - "end": 556, + "start": 565, + "end": 571, "loc": { "start": { "line": 16, @@ -4082,8 +4082,8 @@ "binop": null }, "value": "validator", - "start": 557, - "end": 566, + "start": 572, + "end": 581, "loc": { "start": { "line": 16, @@ -4107,8 +4107,8 @@ "postfix": false, "binop": null }, - "start": 566, - "end": 567, + "start": 581, + "end": 582, "loc": { "start": { "line": 16, @@ -4133,8 +4133,8 @@ "binop": null }, "value": "findFieldValueInFieldValues", - "start": 567, - "end": 594, + "start": 582, + "end": 609, "loc": { "start": { "line": 16, @@ -4158,8 +4158,8 @@ "postfix": false, "binop": null }, - "start": 594, - "end": 595, + "start": 609, + "end": 610, "loc": { "start": { "line": 16, @@ -4184,8 +4184,8 @@ "binop": null }, "value": "fieldId", - "start": 595, - "end": 602, + "start": 610, + "end": 617, "loc": { "start": { "line": 16, @@ -4210,8 +4210,8 @@ "binop": null, "updateContext": null }, - "start": 602, - "end": 603, + "start": 617, + "end": 618, "loc": { "start": { "line": 16, @@ -4236,8 +4236,8 @@ "binop": null }, "value": "fieldValues", - "start": 604, - "end": 615, + "start": 619, + "end": 630, "loc": { "start": { "line": 16, @@ -4261,8 +4261,8 @@ "postfix": false, "binop": null }, - "start": 615, - "end": 616, + "start": 630, + "end": 631, "loc": { "start": { "line": 16, @@ -4286,8 +4286,8 @@ "postfix": false, "binop": null }, - "start": 616, - "end": 617, + "start": 631, + "end": 632, "loc": { "start": { "line": 16, @@ -4312,8 +4312,8 @@ "binop": null, "updateContext": null }, - "start": 617, - "end": 618, + "start": 632, + "end": 633, "loc": { "start": { "line": 16, @@ -4337,8 +4337,8 @@ "postfix": false, "binop": null }, - "start": 620, - "end": 621, + "start": 636, + "end": 637, "loc": { "start": { "line": 17, @@ -4363,8 +4363,8 @@ "binop": null, "updateContext": null }, - "start": 621, - "end": 622, + "start": 637, + "end": 638, "loc": { "start": { "line": 17, @@ -4388,8 +4388,8 @@ "postfix": false, "binop": null }, - "start": 623, - "end": 624, + "start": 640, + "end": 641, "loc": { "start": { "line": 18, @@ -4403,9 +4403,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Create validation function based on type and required\n *\n * @param {Object} configField Field to create validations for\n * @param {Array} validators Current array of validators\n * @param {string} validationType Type of validators to add.\n * @return {Array}\n ", - "start": 626, - "end": 893, + "value": "*\r\n * Create validation function based on type and required\r\n *\r\n * @param {Object} configField Field to create validations for\r\n * @param {Array} validators Current array of validators\r\n * @param {string} validationType Type of validators to add.\r\n * @return {Array}\r\n ", + "start": 645, + "end": 919, "loc": { "start": { "line": 20, @@ -4431,8 +4431,8 @@ "binop": null }, "value": "function", - "start": 894, - "end": 902, + "start": 921, + "end": 929, "loc": { "start": { "line": 28, @@ -4457,8 +4457,8 @@ "binop": null }, "value": "addValidatorsForType", - "start": 903, - "end": 923, + "start": 930, + "end": 950, "loc": { "start": { "line": 28, @@ -4482,8 +4482,8 @@ "postfix": false, "binop": null }, - "start": 923, - "end": 924, + "start": 950, + "end": 951, "loc": { "start": { "line": 28, @@ -4508,8 +4508,8 @@ "binop": null }, "value": "configField", - "start": 924, - "end": 935, + "start": 951, + "end": 962, "loc": { "start": { "line": 28, @@ -4534,8 +4534,8 @@ "binop": null, "updateContext": null }, - "start": 935, - "end": 936, + "start": 962, + "end": 963, "loc": { "start": { "line": 28, @@ -4560,8 +4560,8 @@ "binop": null }, "value": "validators", - "start": 937, - "end": 947, + "start": 964, + "end": 974, "loc": { "start": { "line": 28, @@ -4586,8 +4586,8 @@ "binop": null, "updateContext": null }, - "start": 947, - "end": 948, + "start": 974, + "end": 975, "loc": { "start": { "line": 28, @@ -4612,8 +4612,8 @@ "binop": null }, "value": "validationType", - "start": 949, - "end": 963, + "start": 976, + "end": 990, "loc": { "start": { "line": 28, @@ -4637,8 +4637,8 @@ "postfix": false, "binop": null }, - "start": 963, - "end": 964, + "start": 990, + "end": 991, "loc": { "start": { "line": 28, @@ -4662,8 +4662,8 @@ "postfix": false, "binop": null }, - "start": 965, - "end": 966, + "start": 992, + "end": 993, "loc": { "start": { "line": 28, @@ -4690,8 +4690,8 @@ "updateContext": null }, "value": "if", - "start": 968, - "end": 970, + "start": 996, + "end": 998, "loc": { "start": { "line": 29, @@ -4715,8 +4715,8 @@ "postfix": false, "binop": null }, - "start": 971, - "end": 972, + "start": 999, + "end": 1000, "loc": { "start": { "line": 29, @@ -4741,8 +4741,8 @@ "binop": null }, "value": "configField", - "start": 972, - "end": 983, + "start": 1000, + "end": 1011, "loc": { "start": { "line": 29, @@ -4767,8 +4767,8 @@ "binop": null, "updateContext": null }, - "start": 983, - "end": 984, + "start": 1011, + "end": 1012, "loc": { "start": { "line": 29, @@ -4793,8 +4793,8 @@ "binop": null }, "value": "isRequired", - "start": 984, - "end": 994, + "start": 1012, + "end": 1022, "loc": { "start": { "line": 29, @@ -4818,8 +4818,8 @@ "postfix": false, "binop": null }, - "start": 994, - "end": 995, + "start": 1022, + "end": 1023, "loc": { "start": { "line": 29, @@ -4843,8 +4843,8 @@ "postfix": false, "binop": null }, - "start": 996, - "end": 997, + "start": 1024, + "end": 1025, "loc": { "start": { "line": 29, @@ -4869,8 +4869,8 @@ "binop": null }, "value": "validators", - "start": 1000, - "end": 1010, + "start": 1029, + "end": 1039, "loc": { "start": { "line": 30, @@ -4895,8 +4895,8 @@ "binop": null, "updateContext": null }, - "start": 1010, - "end": 1011, + "start": 1039, + "end": 1040, "loc": { "start": { "line": 30, @@ -4921,8 +4921,8 @@ "binop": null }, "value": "push", - "start": 1011, - "end": 1015, + "start": 1040, + "end": 1044, "loc": { "start": { "line": 30, @@ -4946,8 +4946,8 @@ "postfix": false, "binop": null }, - "start": 1015, - "end": 1016, + "start": 1044, + "end": 1045, "loc": { "start": { "line": 30, @@ -4972,8 +4972,8 @@ "binop": null }, "value": "curryValidator", - "start": 1020, - "end": 1034, + "start": 1050, + "end": 1064, "loc": { "start": { "line": 31, @@ -4997,8 +4997,8 @@ "postfix": false, "binop": null }, - "start": 1034, - "end": 1035, + "start": 1064, + "end": 1065, "loc": { "start": { "line": 31, @@ -5023,8 +5023,8 @@ "binop": null }, "value": "configField", - "start": 1040, - "end": 1051, + "start": 1071, + "end": 1082, "loc": { "start": { "line": 32, @@ -5049,8 +5049,8 @@ "binop": null, "updateContext": null }, - "start": 1051, - "end": 1052, + "start": 1082, + "end": 1083, "loc": { "start": { "line": 32, @@ -5075,8 +5075,8 @@ "binop": null }, "value": "ID", - "start": 1052, - "end": 1054, + "start": 1083, + "end": 1085, "loc": { "start": { "line": 32, @@ -5101,8 +5101,8 @@ "binop": null, "updateContext": null }, - "start": 1054, - "end": 1055, + "start": 1085, + "end": 1086, "loc": { "start": { "line": 32, @@ -5127,8 +5127,8 @@ "binop": null }, "value": "isValid", - "start": 1056, - "end": 1063, + "start": 1087, + "end": 1094, "loc": { "start": { "line": 32, @@ -5153,8 +5153,8 @@ "binop": null, "updateContext": null }, - "start": 1063, - "end": 1064, + "start": 1094, + "end": 1095, "loc": { "start": { "line": 32, @@ -5179,8 +5179,8 @@ "binop": null }, "value": "validationType", - "start": 1064, - "end": 1078, + "start": 1095, + "end": 1109, "loc": { "start": { "line": 32, @@ -5205,8 +5205,8 @@ "binop": null, "updateContext": null }, - "start": 1078, - "end": 1079, + "start": 1109, + "end": 1110, "loc": { "start": { "line": 32, @@ -5230,8 +5230,8 @@ "postfix": false, "binop": null }, - "start": 1083, - "end": 1084, + "start": 1115, + "end": 1116, "loc": { "start": { "line": 33, @@ -5255,8 +5255,8 @@ "postfix": false, "binop": null }, - "start": 1087, - "end": 1088, + "start": 1120, + "end": 1121, "loc": { "start": { "line": 34, @@ -5281,8 +5281,8 @@ "binop": null, "updateContext": null }, - "start": 1088, - "end": 1089, + "start": 1121, + "end": 1122, "loc": { "start": { "line": 34, @@ -5306,8 +5306,8 @@ "postfix": false, "binop": null }, - "start": 1091, - "end": 1092, + "start": 1125, + "end": 1126, "loc": { "start": { "line": 35, @@ -5334,8 +5334,8 @@ "updateContext": null }, "value": "else", - "start": 1093, - "end": 1097, + "start": 1127, + "end": 1131, "loc": { "start": { "line": 35, @@ -5359,8 +5359,8 @@ "postfix": false, "binop": null }, - "start": 1098, - "end": 1099, + "start": 1132, + "end": 1133, "loc": { "start": { "line": 35, @@ -5385,8 +5385,8 @@ "binop": null }, "value": "validators", - "start": 1102, - "end": 1112, + "start": 1137, + "end": 1147, "loc": { "start": { "line": 36, @@ -5411,8 +5411,8 @@ "binop": null, "updateContext": null }, - "start": 1112, - "end": 1113, + "start": 1147, + "end": 1148, "loc": { "start": { "line": 36, @@ -5437,8 +5437,8 @@ "binop": null }, "value": "push", - "start": 1113, - "end": 1117, + "start": 1148, + "end": 1152, "loc": { "start": { "line": 36, @@ -5462,8 +5462,8 @@ "postfix": false, "binop": null }, - "start": 1117, - "end": 1118, + "start": 1152, + "end": 1153, "loc": { "start": { "line": 36, @@ -5488,8 +5488,8 @@ "binop": null }, "value": "curryValidator", - "start": 1122, - "end": 1136, + "start": 1158, + "end": 1172, "loc": { "start": { "line": 37, @@ -5513,8 +5513,8 @@ "postfix": false, "binop": null }, - "start": 1136, - "end": 1137, + "start": 1172, + "end": 1173, "loc": { "start": { "line": 37, @@ -5539,8 +5539,8 @@ "binop": null }, "value": "configField", - "start": 1142, - "end": 1153, + "start": 1179, + "end": 1190, "loc": { "start": { "line": 38, @@ -5565,8 +5565,8 @@ "binop": null, "updateContext": null }, - "start": 1153, - "end": 1154, + "start": 1190, + "end": 1191, "loc": { "start": { "line": 38, @@ -5591,8 +5591,8 @@ "binop": null }, "value": "ID", - "start": 1154, - "end": 1156, + "start": 1191, + "end": 1193, "loc": { "start": { "line": 38, @@ -5617,8 +5617,8 @@ "binop": null, "updateContext": null }, - "start": 1156, - "end": 1157, + "start": 1193, + "end": 1194, "loc": { "start": { "line": 38, @@ -5643,8 +5643,8 @@ "binop": null }, "value": "isValidOrEmpty", - "start": 1158, - "end": 1172, + "start": 1195, + "end": 1209, "loc": { "start": { "line": 38, @@ -5669,8 +5669,8 @@ "binop": null, "updateContext": null }, - "start": 1172, - "end": 1173, + "start": 1209, + "end": 1210, "loc": { "start": { "line": 38, @@ -5695,8 +5695,8 @@ "binop": null }, "value": "validationType", - "start": 1173, - "end": 1187, + "start": 1210, + "end": 1224, "loc": { "start": { "line": 38, @@ -5721,8 +5721,8 @@ "binop": null, "updateContext": null }, - "start": 1187, - "end": 1188, + "start": 1224, + "end": 1225, "loc": { "start": { "line": 38, @@ -5746,8 +5746,8 @@ "postfix": false, "binop": null }, - "start": 1192, - "end": 1193, + "start": 1230, + "end": 1231, "loc": { "start": { "line": 39, @@ -5771,8 +5771,8 @@ "postfix": false, "binop": null }, - "start": 1196, - "end": 1197, + "start": 1235, + "end": 1236, "loc": { "start": { "line": 40, @@ -5797,8 +5797,8 @@ "binop": null, "updateContext": null }, - "start": 1197, - "end": 1198, + "start": 1236, + "end": 1237, "loc": { "start": { "line": 40, @@ -5822,8 +5822,8 @@ "postfix": false, "binop": null }, - "start": 1200, - "end": 1201, + "start": 1240, + "end": 1241, "loc": { "start": { "line": 41, @@ -5850,8 +5850,8 @@ "updateContext": null }, "value": "return", - "start": 1204, - "end": 1210, + "start": 1246, + "end": 1252, "loc": { "start": { "line": 43, @@ -5876,8 +5876,8 @@ "binop": null }, "value": "validators", - "start": 1211, - "end": 1221, + "start": 1253, + "end": 1263, "loc": { "start": { "line": 43, @@ -5902,8 +5902,8 @@ "binop": null, "updateContext": null }, - "start": 1221, - "end": 1222, + "start": 1263, + "end": 1264, "loc": { "start": { "line": 43, @@ -5927,8 +5927,8 @@ "postfix": false, "binop": null }, - "start": 1223, - "end": 1224, + "start": 1266, + "end": 1267, "loc": { "start": { "line": 44, @@ -5942,9 +5942,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Adds sensible, automatic validation to fields -- if no validators have been added yet.\n *\n * @param {Object} configField\n * @return {*}\n ", - "start": 1226, - "end": 1372, + "value": "*\r\n * Adds sensible, automatic validation to fields -- if no validators have been added yet.\r\n *\r\n * @param {Object} configField\r\n * @return {*}\r\n ", + "start": 1271, + "end": 1422, "loc": { "start": { "line": 46, @@ -5971,8 +5971,8 @@ "updateContext": null }, "value": "export", - "start": 1373, - "end": 1379, + "start": 1424, + "end": 1430, "loc": { "start": { "line": 52, @@ -5999,8 +5999,8 @@ "updateContext": null }, "value": "const", - "start": 1380, - "end": 1385, + "start": 1431, + "end": 1436, "loc": { "start": { "line": 52, @@ -6025,8 +6025,8 @@ "binop": null }, "value": "addAutomaticValidators", - "start": 1386, - "end": 1408, + "start": 1437, + "end": 1459, "loc": { "start": { "line": 52, @@ -6052,8 +6052,8 @@ "updateContext": null }, "value": "=", - "start": 1409, - "end": 1410, + "start": 1460, + "end": 1461, "loc": { "start": { "line": 52, @@ -6077,8 +6077,8 @@ "postfix": false, "binop": null }, - "start": 1411, - "end": 1412, + "start": 1462, + "end": 1463, "loc": { "start": { "line": 52, @@ -6103,8 +6103,8 @@ "binop": null }, "value": "configField", - "start": 1412, - "end": 1423, + "start": 1463, + "end": 1474, "loc": { "start": { "line": 52, @@ -6128,8 +6128,8 @@ "postfix": false, "binop": null }, - "start": 1423, - "end": 1424, + "start": 1474, + "end": 1475, "loc": { "start": { "line": 52, @@ -6154,8 +6154,8 @@ "binop": null, "updateContext": null }, - "start": 1425, - "end": 1427, + "start": 1476, + "end": 1478, "loc": { "start": { "line": 52, @@ -6179,8 +6179,8 @@ "postfix": false, "binop": null }, - "start": 1428, - "end": 1429, + "start": 1479, + "end": 1480, "loc": { "start": { "line": 52, @@ -6207,8 +6207,8 @@ "updateContext": null }, "value": "let", - "start": 1431, - "end": 1434, + "start": 1483, + "end": 1486, "loc": { "start": { "line": 53, @@ -6233,8 +6233,8 @@ "binop": null }, "value": "validators", - "start": 1435, - "end": 1445, + "start": 1487, + "end": 1497, "loc": { "start": { "line": 53, @@ -6260,8 +6260,8 @@ "updateContext": null }, "value": "=", - "start": 1446, - "end": 1447, + "start": 1498, + "end": 1499, "loc": { "start": { "line": 53, @@ -6286,8 +6286,8 @@ "binop": null }, "value": "getValidatorsFromConfigField", - "start": 1448, - "end": 1476, + "start": 1500, + "end": 1528, "loc": { "start": { "line": 53, @@ -6311,8 +6311,8 @@ "postfix": false, "binop": null }, - "start": 1476, - "end": 1477, + "start": 1528, + "end": 1529, "loc": { "start": { "line": 53, @@ -6337,8 +6337,8 @@ "binop": null }, "value": "configField", - "start": 1477, - "end": 1488, + "start": 1529, + "end": 1540, "loc": { "start": { "line": 53, @@ -6362,8 +6362,8 @@ "postfix": false, "binop": null }, - "start": 1488, - "end": 1489, + "start": 1540, + "end": 1541, "loc": { "start": { "line": 53, @@ -6388,8 +6388,8 @@ "binop": null, "updateContext": null }, - "start": 1489, - "end": 1490, + "start": 1541, + "end": 1542, "loc": { "start": { "line": 53, @@ -6416,8 +6416,8 @@ "updateContext": null }, "value": "if", - "start": 1492, - "end": 1494, + "start": 1545, + "end": 1547, "loc": { "start": { "line": 54, @@ -6441,8 +6441,8 @@ "postfix": false, "binop": null }, - "start": 1495, - "end": 1496, + "start": 1548, + "end": 1549, "loc": { "start": { "line": 54, @@ -6468,8 +6468,8 @@ "updateContext": null }, "value": 0, - "start": 1496, - "end": 1497, + "start": 1549, + "end": 1550, "loc": { "start": { "line": 54, @@ -6495,8 +6495,8 @@ "updateContext": null }, "value": "!==", - "start": 1498, - "end": 1501, + "start": 1551, + "end": 1554, "loc": { "start": { "line": 54, @@ -6521,8 +6521,8 @@ "binop": null }, "value": "validators", - "start": 1502, - "end": 1512, + "start": 1555, + "end": 1565, "loc": { "start": { "line": 54, @@ -6547,8 +6547,8 @@ "binop": null, "updateContext": null }, - "start": 1512, - "end": 1513, + "start": 1565, + "end": 1566, "loc": { "start": { "line": 54, @@ -6573,8 +6573,8 @@ "binop": null }, "value": "length", - "start": 1513, - "end": 1519, + "start": 1566, + "end": 1572, "loc": { "start": { "line": 54, @@ -6598,8 +6598,8 @@ "postfix": false, "binop": null }, - "start": 1519, - "end": 1520, + "start": 1572, + "end": 1573, "loc": { "start": { "line": 54, @@ -6623,8 +6623,8 @@ "postfix": false, "binop": null }, - "start": 1521, - "end": 1522, + "start": 1574, + "end": 1575, "loc": { "start": { "line": 54, @@ -6651,8 +6651,8 @@ "updateContext": null }, "value": "return", - "start": 1525, - "end": 1531, + "start": 1579, + "end": 1585, "loc": { "start": { "line": 55, @@ -6677,8 +6677,8 @@ "binop": null }, "value": "configField", - "start": 1532, - "end": 1543, + "start": 1586, + "end": 1597, "loc": { "start": { "line": 55, @@ -6703,8 +6703,8 @@ "binop": null, "updateContext": null }, - "start": 1543, - "end": 1544, + "start": 1597, + "end": 1598, "loc": { "start": { "line": 55, @@ -6728,8 +6728,8 @@ "postfix": false, "binop": null }, - "start": 1546, - "end": 1547, + "start": 1601, + "end": 1602, "loc": { "start": { "line": 56, @@ -6756,8 +6756,8 @@ "updateContext": null }, "value": "switch", - "start": 1550, - "end": 1556, + "start": 1607, + "end": 1613, "loc": { "start": { "line": 58, @@ -6781,8 +6781,8 @@ "postfix": false, "binop": null }, - "start": 1557, - "end": 1558, + "start": 1614, + "end": 1615, "loc": { "start": { "line": 58, @@ -6807,8 +6807,8 @@ "binop": null }, "value": "configField", - "start": 1558, - "end": 1569, + "start": 1615, + "end": 1626, "loc": { "start": { "line": 58, @@ -6833,8 +6833,8 @@ "binop": null, "updateContext": null }, - "start": 1569, - "end": 1570, + "start": 1626, + "end": 1627, "loc": { "start": { "line": 58, @@ -6859,8 +6859,8 @@ "binop": null }, "value": "type", - "start": 1570, - "end": 1574, + "start": 1627, + "end": 1631, "loc": { "start": { "line": 58, @@ -6884,8 +6884,8 @@ "postfix": false, "binop": null }, - "start": 1574, - "end": 1575, + "start": 1631, + "end": 1632, "loc": { "start": { "line": 58, @@ -6909,8 +6909,8 @@ "postfix": false, "binop": null }, - "start": 1576, - "end": 1577, + "start": 1633, + "end": 1634, "loc": { "start": { "line": 58, @@ -6937,8 +6937,8 @@ "updateContext": null }, "value": "case", - "start": 1579, - "end": 1583, + "start": 1637, + "end": 1641, "loc": { "start": { "line": 59, @@ -6964,8 +6964,8 @@ "updateContext": null }, "value": "input", - "start": 1584, - "end": 1591, + "start": 1642, + "end": 1649, "loc": { "start": { "line": 59, @@ -6990,8 +6990,8 @@ "binop": null, "updateContext": null }, - "start": 1591, - "end": 1592, + "start": 1649, + "end": 1650, "loc": { "start": { "line": 59, @@ -7018,8 +7018,8 @@ "updateContext": null }, "value": "if", - "start": 1595, - "end": 1597, + "start": 1654, + "end": 1656, "loc": { "start": { "line": 60, @@ -7043,8 +7043,8 @@ "postfix": false, "binop": null }, - "start": 1597, - "end": 1598, + "start": 1656, + "end": 1657, "loc": { "start": { "line": 60, @@ -7069,8 +7069,8 @@ "binop": null, "updateContext": null }, - "start": 1599, - "end": 1600, + "start": 1658, + "end": 1659, "loc": { "start": { "line": 60, @@ -7096,8 +7096,8 @@ "updateContext": null }, "value": "email", - "start": 1604, - "end": 1611, + "start": 1664, + "end": 1671, "loc": { "start": { "line": 61, @@ -7122,8 +7122,8 @@ "binop": null, "updateContext": null }, - "start": 1611, - "end": 1612, + "start": 1671, + "end": 1672, "loc": { "start": { "line": 61, @@ -7149,8 +7149,8 @@ "updateContext": null }, "value": "url", - "start": 1616, - "end": 1621, + "start": 1677, + "end": 1682, "loc": { "start": { "line": 62, @@ -7175,8 +7175,8 @@ "binop": null, "updateContext": null }, - "start": 1621, - "end": 1622, + "start": 1682, + "end": 1683, "loc": { "start": { "line": 62, @@ -7202,8 +7202,8 @@ "updateContext": null }, "value": "date", - "start": 1626, - "end": 1632, + "start": 1688, + "end": 1694, "loc": { "start": { "line": 63, @@ -7228,8 +7228,8 @@ "binop": null, "updateContext": null }, - "start": 1632, - "end": 1633, + "start": 1694, + "end": 1695, "loc": { "start": { "line": 63, @@ -7255,8 +7255,8 @@ "updateContext": null }, "value": "number", - "start": 1637, - "end": 1645, + "start": 1700, + "end": 1708, "loc": { "start": { "line": 64, @@ -7281,8 +7281,8 @@ "binop": null, "updateContext": null }, - "start": 1645, - "end": 1646, + "start": 1708, + "end": 1709, "loc": { "start": { "line": 64, @@ -7307,8 +7307,8 @@ "binop": null, "updateContext": null }, - "start": 1649, - "end": 1650, + "start": 1713, + "end": 1714, "loc": { "start": { "line": 65, @@ -7333,8 +7333,8 @@ "binop": null, "updateContext": null }, - "start": 1650, - "end": 1651, + "start": 1714, + "end": 1715, "loc": { "start": { "line": 65, @@ -7359,8 +7359,8 @@ "binop": null }, "value": "includes", - "start": 1651, - "end": 1659, + "start": 1715, + "end": 1723, "loc": { "start": { "line": 65, @@ -7384,8 +7384,8 @@ "postfix": false, "binop": null }, - "start": 1659, - "end": 1660, + "start": 1723, + "end": 1724, "loc": { "start": { "line": 65, @@ -7410,8 +7410,8 @@ "binop": null }, "value": "configField", - "start": 1661, - "end": 1672, + "start": 1725, + "end": 1736, "loc": { "start": { "line": 65, @@ -7436,8 +7436,8 @@ "binop": null, "updateContext": null }, - "start": 1672, - "end": 1673, + "start": 1736, + "end": 1737, "loc": { "start": { "line": 65, @@ -7462,8 +7462,8 @@ "binop": null }, "value": "inputType", - "start": 1673, - "end": 1682, + "start": 1737, + "end": 1746, "loc": { "start": { "line": 65, @@ -7487,8 +7487,8 @@ "postfix": false, "binop": null }, - "start": 1683, - "end": 1684, + "start": 1747, + "end": 1748, "loc": { "start": { "line": 65, @@ -7512,8 +7512,8 @@ "postfix": false, "binop": null }, - "start": 1685, - "end": 1686, + "start": 1749, + "end": 1750, "loc": { "start": { "line": 65, @@ -7537,8 +7537,8 @@ "postfix": false, "binop": null }, - "start": 1686, - "end": 1687, + "start": 1750, + "end": 1751, "loc": { "start": { "line": 65, @@ -7563,8 +7563,8 @@ "binop": null }, "value": "validators", - "start": 1691, - "end": 1701, + "start": 1756, + "end": 1766, "loc": { "start": { "line": 66, @@ -7590,8 +7590,8 @@ "updateContext": null }, "value": "=", - "start": 1702, - "end": 1703, + "start": 1767, + "end": 1768, "loc": { "start": { "line": 66, @@ -7616,8 +7616,8 @@ "binop": null }, "value": "addValidatorsForType", - "start": 1704, - "end": 1724, + "start": 1769, + "end": 1789, "loc": { "start": { "line": 66, @@ -7641,8 +7641,8 @@ "postfix": false, "binop": null }, - "start": 1724, - "end": 1725, + "start": 1789, + "end": 1790, "loc": { "start": { "line": 66, @@ -7667,8 +7667,8 @@ "binop": null }, "value": "configField", - "start": 1725, - "end": 1736, + "start": 1790, + "end": 1801, "loc": { "start": { "line": 66, @@ -7693,8 +7693,8 @@ "binop": null, "updateContext": null }, - "start": 1736, - "end": 1737, + "start": 1801, + "end": 1802, "loc": { "start": { "line": 66, @@ -7719,8 +7719,8 @@ "binop": null }, "value": "validators", - "start": 1738, - "end": 1748, + "start": 1803, + "end": 1813, "loc": { "start": { "line": 66, @@ -7745,8 +7745,8 @@ "binop": null, "updateContext": null }, - "start": 1748, - "end": 1749, + "start": 1813, + "end": 1814, "loc": { "start": { "line": 66, @@ -7771,8 +7771,8 @@ "binop": null }, "value": "configField", - "start": 1750, - "end": 1761, + "start": 1815, + "end": 1826, "loc": { "start": { "line": 66, @@ -7797,8 +7797,8 @@ "binop": null, "updateContext": null }, - "start": 1761, - "end": 1762, + "start": 1826, + "end": 1827, "loc": { "start": { "line": 66, @@ -7823,8 +7823,8 @@ "binop": null }, "value": "inputType", - "start": 1762, - "end": 1771, + "start": 1827, + "end": 1836, "loc": { "start": { "line": 66, @@ -7848,8 +7848,8 @@ "postfix": false, "binop": null }, - "start": 1771, - "end": 1772, + "start": 1836, + "end": 1837, "loc": { "start": { "line": 66, @@ -7874,8 +7874,8 @@ "binop": null, "updateContext": null }, - "start": 1772, - "end": 1773, + "start": 1837, + "end": 1838, "loc": { "start": { "line": 66, @@ -7899,8 +7899,8 @@ "postfix": false, "binop": null }, - "start": 1776, - "end": 1777, + "start": 1842, + "end": 1843, "loc": { "start": { "line": 67, @@ -7927,8 +7927,8 @@ "updateContext": null }, "value": "else", - "start": 1777, - "end": 1781, + "start": 1843, + "end": 1847, "loc": { "start": { "line": 67, @@ -7955,8 +7955,8 @@ "updateContext": null }, "value": "if", - "start": 1782, - "end": 1784, + "start": 1848, + "end": 1850, "loc": { "start": { "line": 67, @@ -7980,8 +7980,8 @@ "postfix": false, "binop": null }, - "start": 1784, - "end": 1785, + "start": 1850, + "end": 1851, "loc": { "start": { "line": 67, @@ -8007,8 +8007,8 @@ "updateContext": null }, "value": "text", - "start": 1786, - "end": 1792, + "start": 1852, + "end": 1858, "loc": { "start": { "line": 67, @@ -8034,8 +8034,8 @@ "updateContext": null }, "value": "===", - "start": 1793, - "end": 1796, + "start": 1859, + "end": 1862, "loc": { "start": { "line": 67, @@ -8060,8 +8060,8 @@ "binop": null }, "value": "configField", - "start": 1797, - "end": 1808, + "start": 1863, + "end": 1874, "loc": { "start": { "line": 67, @@ -8086,8 +8086,8 @@ "binop": null, "updateContext": null }, - "start": 1808, - "end": 1809, + "start": 1874, + "end": 1875, "loc": { "start": { "line": 67, @@ -8112,8 +8112,8 @@ "binop": null }, "value": "inputType", - "start": 1809, - "end": 1818, + "start": 1875, + "end": 1884, "loc": { "start": { "line": 67, @@ -8137,8 +8137,8 @@ "postfix": false, "binop": null }, - "start": 1818, - "end": 1819, + "start": 1884, + "end": 1885, "loc": { "start": { "line": 67, @@ -8162,8 +8162,8 @@ "postfix": false, "binop": null }, - "start": 1819, - "end": 1820, + "start": 1885, + "end": 1886, "loc": { "start": { "line": 67, @@ -8188,8 +8188,8 @@ "binop": null }, "value": "validators", - "start": 1824, - "end": 1834, + "start": 1891, + "end": 1901, "loc": { "start": { "line": 68, @@ -8215,8 +8215,8 @@ "updateContext": null }, "value": "=", - "start": 1835, - "end": 1836, + "start": 1902, + "end": 1903, "loc": { "start": { "line": 68, @@ -8241,8 +8241,8 @@ "binop": null }, "value": "addValidatorsForType", - "start": 1837, - "end": 1857, + "start": 1904, + "end": 1924, "loc": { "start": { "line": 68, @@ -8266,8 +8266,8 @@ "postfix": false, "binop": null }, - "start": 1857, - "end": 1858, + "start": 1924, + "end": 1925, "loc": { "start": { "line": 68, @@ -8292,8 +8292,8 @@ "binop": null }, "value": "configField", - "start": 1858, - "end": 1869, + "start": 1925, + "end": 1936, "loc": { "start": { "line": 68, @@ -8318,8 +8318,8 @@ "binop": null, "updateContext": null }, - "start": 1869, - "end": 1870, + "start": 1936, + "end": 1937, "loc": { "start": { "line": 68, @@ -8344,8 +8344,8 @@ "binop": null }, "value": "validators", - "start": 1871, - "end": 1881, + "start": 1938, + "end": 1948, "loc": { "start": { "line": 68, @@ -8370,8 +8370,8 @@ "binop": null, "updateContext": null }, - "start": 1881, - "end": 1882, + "start": 1948, + "end": 1949, "loc": { "start": { "line": 68, @@ -8397,8 +8397,8 @@ "updateContext": null }, "value": "string", - "start": 1883, - "end": 1891, + "start": 1950, + "end": 1958, "loc": { "start": { "line": 68, @@ -8422,8 +8422,8 @@ "postfix": false, "binop": null }, - "start": 1891, - "end": 1892, + "start": 1958, + "end": 1959, "loc": { "start": { "line": 68, @@ -8448,8 +8448,8 @@ "binop": null, "updateContext": null }, - "start": 1892, - "end": 1893, + "start": 1959, + "end": 1960, "loc": { "start": { "line": 68, @@ -8473,8 +8473,8 @@ "postfix": false, "binop": null }, - "start": 1897, - "end": 1898, + "start": 1966, + "end": 1967, "loc": { "start": { "line": 70, @@ -8501,8 +8501,8 @@ "updateContext": null }, "value": "else", - "start": 1902, - "end": 1906, + "start": 1973, + "end": 1977, "loc": { "start": { "line": 72, @@ -8526,8 +8526,8 @@ "postfix": false, "binop": null }, - "start": 1906, - "end": 1907, + "start": 1977, + "end": 1978, "loc": { "start": { "line": 72, @@ -8552,8 +8552,8 @@ "binop": null }, "value": "validators", - "start": 1911, - "end": 1921, + "start": 1983, + "end": 1993, "loc": { "start": { "line": 73, @@ -8579,8 +8579,8 @@ "updateContext": null }, "value": "=", - "start": 1922, - "end": 1923, + "start": 1994, + "end": 1995, "loc": { "start": { "line": 73, @@ -8605,8 +8605,8 @@ "binop": null }, "value": "addValidatorsForType", - "start": 1924, - "end": 1944, + "start": 1996, + "end": 2016, "loc": { "start": { "line": 73, @@ -8630,8 +8630,8 @@ "postfix": false, "binop": null }, - "start": 1944, - "end": 1945, + "start": 2016, + "end": 2017, "loc": { "start": { "line": 73, @@ -8656,8 +8656,8 @@ "binop": null }, "value": "configField", - "start": 1946, - "end": 1957, + "start": 2018, + "end": 2029, "loc": { "start": { "line": 73, @@ -8682,8 +8682,8 @@ "binop": null, "updateContext": null }, - "start": 1957, - "end": 1958, + "start": 2029, + "end": 2030, "loc": { "start": { "line": 73, @@ -8708,8 +8708,8 @@ "binop": null }, "value": "validators", - "start": 1959, - "end": 1969, + "start": 2031, + "end": 2041, "loc": { "start": { "line": 73, @@ -8734,8 +8734,8 @@ "binop": null, "updateContext": null }, - "start": 1969, - "end": 1970, + "start": 2041, + "end": 2042, "loc": { "start": { "line": 73, @@ -8761,8 +8761,8 @@ "updateContext": null }, "value": "anything", - "start": 1971, - "end": 1981, + "start": 2043, + "end": 2053, "loc": { "start": { "line": 73, @@ -8786,8 +8786,8 @@ "postfix": false, "binop": null }, - "start": 1982, - "end": 1983, + "start": 2054, + "end": 2055, "loc": { "start": { "line": 73, @@ -8812,8 +8812,8 @@ "binop": null, "updateContext": null }, - "start": 1983, - "end": 1984, + "start": 2055, + "end": 2056, "loc": { "start": { "line": 73, @@ -8837,8 +8837,8 @@ "postfix": false, "binop": null }, - "start": 1987, - "end": 1988, + "start": 2060, + "end": 2061, "loc": { "start": { "line": 74, @@ -8865,8 +8865,8 @@ "updateContext": null }, "value": "break", - "start": 1992, - "end": 1997, + "start": 2067, + "end": 2072, "loc": { "start": { "line": 76, @@ -8891,8 +8891,8 @@ "binop": null, "updateContext": null }, - "start": 1997, - "end": 1998, + "start": 2072, + "end": 2073, "loc": { "start": { "line": 76, @@ -8919,8 +8919,8 @@ "updateContext": null }, "value": "case", - "start": 2000, - "end": 2004, + "start": 2076, + "end": 2080, "loc": { "start": { "line": 77, @@ -8946,8 +8946,8 @@ "updateContext": null }, "value": "select", - "start": 2005, - "end": 2013, + "start": 2081, + "end": 2089, "loc": { "start": { "line": 77, @@ -8972,8 +8972,8 @@ "binop": null, "updateContext": null }, - "start": 2013, - "end": 2014, + "start": 2089, + "end": 2090, "loc": { "start": { "line": 77, @@ -8998,8 +8998,8 @@ "binop": null }, "value": "validators", - "start": 2017, - "end": 2027, + "start": 2094, + "end": 2104, "loc": { "start": { "line": 78, @@ -9025,8 +9025,8 @@ "updateContext": null }, "value": "=", - "start": 2028, - "end": 2029, + "start": 2105, + "end": 2106, "loc": { "start": { "line": 78, @@ -9051,8 +9051,8 @@ "binop": null }, "value": "addValidatorsForType", - "start": 2030, - "end": 2050, + "start": 2107, + "end": 2127, "loc": { "start": { "line": 78, @@ -9076,8 +9076,8 @@ "postfix": false, "binop": null }, - "start": 2050, - "end": 2051, + "start": 2127, + "end": 2128, "loc": { "start": { "line": 78, @@ -9102,8 +9102,8 @@ "binop": null }, "value": "configField", - "start": 2052, - "end": 2063, + "start": 2129, + "end": 2140, "loc": { "start": { "line": 78, @@ -9128,8 +9128,8 @@ "binop": null, "updateContext": null }, - "start": 2063, - "end": 2064, + "start": 2140, + "end": 2141, "loc": { "start": { "line": 78, @@ -9154,8 +9154,8 @@ "binop": null }, "value": "validators", - "start": 2065, - "end": 2075, + "start": 2142, + "end": 2152, "loc": { "start": { "line": 78, @@ -9180,8 +9180,8 @@ "binop": null, "updateContext": null }, - "start": 2075, - "end": 2076, + "start": 2152, + "end": 2153, "loc": { "start": { "line": 78, @@ -9207,8 +9207,8 @@ "updateContext": null }, "value": "stringOrNumber", - "start": 2077, - "end": 2093, + "start": 2154, + "end": 2170, "loc": { "start": { "line": 78, @@ -9232,8 +9232,8 @@ "postfix": false, "binop": null }, - "start": 2094, - "end": 2095, + "start": 2171, + "end": 2172, "loc": { "start": { "line": 78, @@ -9258,8 +9258,8 @@ "binop": null, "updateContext": null }, - "start": 2095, - "end": 2096, + "start": 2172, + "end": 2173, "loc": { "start": { "line": 78, @@ -9286,8 +9286,8 @@ "updateContext": null }, "value": "break", - "start": 2099, - "end": 2104, + "start": 2177, + "end": 2182, "loc": { "start": { "line": 79, @@ -9312,8 +9312,8 @@ "binop": null, "updateContext": null }, - "start": 2104, - "end": 2105, + "start": 2182, + "end": 2183, "loc": { "start": { "line": 79, @@ -9337,8 +9337,8 @@ "postfix": false, "binop": null }, - "start": 2107, - "end": 2108, + "start": 2186, + "end": 2187, "loc": { "start": { "line": 80, @@ -9365,8 +9365,8 @@ "updateContext": null }, "value": "return", - "start": 2112, - "end": 2118, + "start": 2194, + "end": 2200, "loc": { "start": { "line": 83, @@ -9390,8 +9390,8 @@ "postfix": false, "binop": null }, - "start": 2119, - "end": 2120, + "start": 2201, + "end": 2202, "loc": { "start": { "line": 83, @@ -9416,8 +9416,8 @@ "binop": null, "updateContext": null }, - "start": 2123, - "end": 2126, + "start": 2206, + "end": 2209, "loc": { "start": { "line": 84, @@ -9442,8 +9442,8 @@ "binop": null }, "value": "configField", - "start": 2126, - "end": 2137, + "start": 2209, + "end": 2220, "loc": { "start": { "line": 84, @@ -9468,8 +9468,8 @@ "binop": null, "updateContext": null }, - "start": 2137, - "end": 2138, + "start": 2220, + "end": 2221, "loc": { "start": { "line": 84, @@ -9494,8 +9494,8 @@ "binop": null }, "value": "validators", - "start": 2141, - "end": 2151, + "start": 2225, + "end": 2235, "loc": { "start": { "line": 85, @@ -9519,8 +9519,8 @@ "postfix": false, "binop": null }, - "start": 2153, - "end": 2154, + "start": 2238, + "end": 2239, "loc": { "start": { "line": 86, @@ -9545,8 +9545,8 @@ "binop": null, "updateContext": null }, - "start": 2154, - "end": 2155, + "start": 2239, + "end": 2240, "loc": { "start": { "line": 86, @@ -9570,8 +9570,8 @@ "postfix": false, "binop": null }, - "start": 2157, - "end": 2158, + "start": 2244, + "end": 2245, "loc": { "start": { "line": 88, @@ -9596,8 +9596,8 @@ "binop": null, "updateContext": null }, - "start": 2158, - "end": 2159, + "start": 2245, + "end": 2246, "loc": { "start": { "line": 88, @@ -9622,8 +9622,8 @@ "binop": null, "updateContext": null }, - "start": 2159, - "end": 2159, + "start": 2246, + "end": 2246, "loc": { "start": { "line": 88, diff --git a/docs/ast/source/components/validation/checkValidatorsForConfigField.js.json b/docs/ast/source/components/validation/checkValidatorsForConfigField.js.json index fe0c0d1..9604f1f 100644 --- a/docs/ast/source/components/validation/checkValidatorsForConfigField.js.json +++ b/docs/ast/source/components/validation/checkValidatorsForConfigField.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 704, + "end": 729, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 704, + "end": 729, "loc": { "start": { "line": 1, @@ -30,8 +30,8 @@ "body": [ { "type": "ImportDeclaration", - "start": 220, - "end": 294, + "start": 227, + "end": 301, "loc": { "start": { "line": 8, @@ -45,8 +45,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 227, - "end": 255, + "start": 234, + "end": 262, "loc": { "start": { "line": 8, @@ -59,8 +59,8 @@ }, "local": { "type": "Identifier", - "start": 227, - "end": 255, + "start": 234, + "end": 262, "loc": { "start": { "line": 8, @@ -80,8 +80,8 @@ ], "source": { "type": "StringLiteral", - "start": 261, - "end": 293, + "start": 268, + "end": 300, "loc": { "start": { "line": 8, @@ -101,9 +101,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Check the validators for one field\n *\n * @param {Object} configField The field to check the validator of.\n * @param {Object} fieldValues Optional. Data to pass to validator rule callbacks\n * @return {boolean}\n ", + "value": "*\r\n * Check the validators for one field\r\n *\r\n * @param {Object} configField The field to check the validator of.\r\n * @param {Object} fieldValues Optional. Data to pass to validator rule callbacks\r\n * @return {boolean}\r\n ", "start": 0, - "end": 219, + "end": 225, "loc": { "start": { "line": 1, @@ -119,8 +119,8 @@ }, { "type": "ExportDefaultDeclaration", - "start": 296, - "end": 701, + "start": 305, + "end": 723, "loc": { "start": { "line": 10, @@ -133,8 +133,8 @@ }, "declaration": { "type": "FunctionDeclaration", - "start": 311, - "end": 701, + "start": 320, + "end": 723, "loc": { "start": { "line": 10, @@ -147,8 +147,8 @@ }, "id": { "type": "Identifier", - "start": 320, - "end": 349, + "start": 329, + "end": 358, "loc": { "start": { "line": 10, @@ -168,8 +168,8 @@ "params": [ { "type": "Identifier", - "start": 350, - "end": 361, + "start": 359, + "end": 370, "loc": { "start": { "line": 10, @@ -185,8 +185,8 @@ }, { "type": "Identifier", - "start": 362, - "end": 373, + "start": 371, + "end": 382, "loc": { "start": { "line": 10, @@ -203,8 +203,8 @@ ], "body": { "type": "BlockStatement", - "start": 375, - "end": 701, + "start": 384, + "end": 723, "loc": { "start": { "line": 10, @@ -218,8 +218,8 @@ "body": [ { "type": "IfStatement", - "start": 378, - "end": 452, + "start": 388, + "end": 464, "loc": { "start": { "line": 11, @@ -232,8 +232,8 @@ }, "test": { "type": "UnaryExpression", - "start": 382, - "end": 432, + "start": 392, + "end": 442, "loc": { "start": { "line": 11, @@ -248,8 +248,8 @@ "prefix": true, "argument": { "type": "MemberExpression", - "start": 384, - "end": 432, + "start": 394, + "end": 442, "loc": { "start": { "line": 11, @@ -262,8 +262,8 @@ }, "object": { "type": "CallExpression", - "start": 384, - "end": 425, + "start": 394, + "end": 435, "loc": { "start": { "line": 11, @@ -276,8 +276,8 @@ }, "callee": { "type": "Identifier", - "start": 384, - "end": 412, + "start": 394, + "end": 422, "loc": { "start": { "line": 11, @@ -294,8 +294,8 @@ "arguments": [ { "type": "Identifier", - "start": 413, - "end": 424, + "start": 423, + "end": 434, "loc": { "start": { "line": 11, @@ -313,8 +313,8 @@ }, "property": { "type": "Identifier", - "start": 426, - "end": 432, + "start": 436, + "end": 442, "loc": { "start": { "line": 11, @@ -336,8 +336,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 433, - "end": 452, + "start": 443, + "end": 464, "loc": { "start": { "line": 11, @@ -351,8 +351,8 @@ "body": [ { "type": "ReturnStatement", - "start": 437, - "end": 449, + "start": 448, + "end": 460, "loc": { "start": { "line": 12, @@ -365,8 +365,8 @@ }, "argument": { "type": "BooleanLiteral", - "start": 444, - "end": 448, + "start": 455, + "end": 459, "loc": { "start": { "line": 12, @@ -387,8 +387,8 @@ }, { "type": "VariableDeclaration", - "start": 454, - "end": 480, + "start": 467, + "end": 493, "loc": { "start": { "line": 14, @@ -402,8 +402,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 458, - "end": 479, + "start": 471, + "end": 492, "loc": { "start": { "line": 14, @@ -416,8 +416,8 @@ }, "id": { "type": "Identifier", - "start": 458, - "end": 472, + "start": 471, + "end": 485, "loc": { "start": { "line": 14, @@ -433,8 +433,8 @@ }, "init": { "type": "BooleanLiteral", - "start": 475, - "end": 479, + "start": 488, + "end": 492, "loc": { "start": { "line": 14, @@ -453,8 +453,8 @@ }, { "type": "ExpressionStatement", - "start": 482, - "end": 674, + "start": 496, + "end": 693, "loc": { "start": { "line": 15, @@ -467,8 +467,8 @@ }, "expression": { "type": "CallExpression", - "start": 482, - "end": 673, + "start": 496, + "end": 692, "loc": { "start": { "line": 15, @@ -481,8 +481,8 @@ }, "callee": { "type": "MemberExpression", - "start": 482, - "end": 512, + "start": 496, + "end": 526, "loc": { "start": { "line": 15, @@ -495,8 +495,8 @@ }, "object": { "type": "MemberExpression", - "start": 482, - "end": 504, + "start": 496, + "end": 518, "loc": { "start": { "line": 15, @@ -509,8 +509,8 @@ }, "object": { "type": "Identifier", - "start": 482, - "end": 493, + "start": 496, + "end": 507, "loc": { "start": { "line": 15, @@ -526,8 +526,8 @@ }, "property": { "type": "Identifier", - "start": 494, - "end": 504, + "start": 508, + "end": 518, "loc": { "start": { "line": 15, @@ -545,8 +545,8 @@ }, "property": { "type": "Identifier", - "start": 505, - "end": 512, + "start": 519, + "end": 526, "loc": { "start": { "line": 15, @@ -565,8 +565,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 513, - "end": 672, + "start": 527, + "end": 691, "loc": { "start": { "line": 15, @@ -584,8 +584,8 @@ "params": [ { "type": "Identifier", - "start": 513, - "end": 524, + "start": 527, + "end": 538, "loc": { "start": { "line": 15, @@ -602,8 +602,8 @@ ], "body": { "type": "BlockStatement", - "start": 528, - "end": 672, + "start": 542, + "end": 691, "loc": { "start": { "line": 15, @@ -617,8 +617,8 @@ "body": [ { "type": "IfStatement", - "start": 532, - "end": 669, + "start": 547, + "end": 687, "loc": { "start": { "line": 16, @@ -631,8 +631,8 @@ }, "test": { "type": "LogicalExpression", - "start": 536, - "end": 618, + "start": 551, + "end": 633, "loc": { "start": { "line": 16, @@ -645,8 +645,8 @@ }, "left": { "type": "BinaryExpression", - "start": 536, - "end": 569, + "start": 551, + "end": 584, "loc": { "start": { "line": 16, @@ -659,8 +659,8 @@ }, "left": { "type": "StringLiteral", - "start": 536, - "end": 546, + "start": 551, + "end": 561, "loc": { "start": { "line": 16, @@ -680,8 +680,8 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 551, - "end": 569, + "start": 566, + "end": 584, "loc": { "start": { "line": 16, @@ -696,8 +696,8 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 558, - "end": 569, + "start": 573, + "end": 584, "loc": { "start": { "line": 16, @@ -719,8 +719,8 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 573, - "end": 618, + "start": 588, + "end": 633, "loc": { "start": { "line": 16, @@ -733,8 +733,8 @@ }, "left": { "type": "BooleanLiteral", - "start": 573, - "end": 578, + "start": 588, + "end": 593, "loc": { "start": { "line": 16, @@ -750,8 +750,8 @@ "operator": "===", "right": { "type": "CallExpression", - "start": 583, - "end": 618, + "start": 598, + "end": 633, "loc": { "start": { "line": 16, @@ -764,8 +764,8 @@ }, "callee": { "type": "MemberExpression", - "start": 583, - "end": 599, + "start": 598, + "end": 614, "loc": { "start": { "line": 16, @@ -778,8 +778,8 @@ }, "object": { "type": "Identifier", - "start": 583, - "end": 594, + "start": 598, + "end": 609, "loc": { "start": { "line": 16, @@ -795,8 +795,8 @@ }, "property": { "type": "Identifier", - "start": 595, - "end": 599, + "start": 610, + "end": 614, "loc": { "start": { "line": 16, @@ -815,8 +815,8 @@ "arguments": [ { "type": "NullLiteral", - "start": 600, - "end": 604, + "start": 615, + "end": 619, "loc": { "start": { "line": 16, @@ -830,8 +830,8 @@ }, { "type": "Identifier", - "start": 606, - "end": 617, + "start": 621, + "end": 632, "loc": { "start": { "line": 16, @@ -851,8 +851,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 620, - "end": 669, + "start": 635, + "end": 687, "loc": { "start": { "line": 16, @@ -866,8 +866,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 625, - "end": 648, + "start": 641, + "end": 664, "loc": { "start": { "line": 17, @@ -880,8 +880,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 625, - "end": 647, + "start": 641, + "end": 663, "loc": { "start": { "line": 17, @@ -895,8 +895,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 625, - "end": 639, + "start": 641, + "end": 655, "loc": { "start": { "line": 17, @@ -912,8 +912,8 @@ }, "right": { "type": "BooleanLiteral", - "start": 642, - "end": 647, + "start": 658, + "end": 663, "loc": { "start": { "line": 17, @@ -930,8 +930,8 @@ }, { "type": "ReturnStatement", - "start": 652, - "end": 665, + "start": 669, + "end": 682, "loc": { "start": { "line": 18, @@ -944,8 +944,8 @@ }, "argument": { "type": "BooleanLiteral", - "start": 659, - "end": 664, + "start": 676, + "end": 681, "loc": { "start": { "line": 18, @@ -973,8 +973,8 @@ }, { "type": "ReturnStatement", - "start": 677, - "end": 699, + "start": 698, + "end": 720, "loc": { "start": { "line": 22, @@ -987,8 +987,8 @@ }, "argument": { "type": "Identifier", - "start": 684, - "end": 698, + "start": 705, + "end": 719, "loc": { "start": { "line": 22, @@ -1016,9 +1016,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Check the validators for one field\n *\n * @param {Object} configField The field to check the validator of.\n * @param {Object} fieldValues Optional. Data to pass to validator rule callbacks\n * @return {boolean}\n ", + "value": "*\r\n * Check the validators for one field\r\n *\r\n * @param {Object} configField The field to check the validator of.\r\n * @param {Object} fieldValues Optional. Data to pass to validator rule callbacks\r\n * @return {boolean}\r\n ", "start": 0, - "end": 219, + "end": 225, "loc": { "start": { "line": 1, @@ -1034,9 +1034,9 @@ "tokens": [ { "type": "CommentBlock", - "value": "*\n * Check the validators for one field\n *\n * @param {Object} configField The field to check the validator of.\n * @param {Object} fieldValues Optional. Data to pass to validator rule callbacks\n * @return {boolean}\n ", + "value": "*\r\n * Check the validators for one field\r\n *\r\n * @param {Object} configField The field to check the validator of.\r\n * @param {Object} fieldValues Optional. Data to pass to validator rule callbacks\r\n * @return {boolean}\r\n ", "start": 0, - "end": 219, + "end": 225, "loc": { "start": { "line": 1, @@ -1063,8 +1063,8 @@ "updateContext": null }, "value": "import", - "start": 220, - "end": 226, + "start": 227, + "end": 233, "loc": { "start": { "line": 8, @@ -1089,8 +1089,8 @@ "binop": null }, "value": "getValidatorsFromConfigField", - "start": 227, - "end": 255, + "start": 234, + "end": 262, "loc": { "start": { "line": 8, @@ -1115,8 +1115,8 @@ "binop": null }, "value": "from", - "start": 256, - "end": 260, + "start": 263, + "end": 267, "loc": { "start": { "line": 8, @@ -1142,8 +1142,8 @@ "updateContext": null }, "value": "./getValidatorsFromConfigField", - "start": 261, - "end": 293, + "start": 268, + "end": 300, "loc": { "start": { "line": 8, @@ -1168,8 +1168,8 @@ "binop": null, "updateContext": null }, - "start": 293, - "end": 294, + "start": 300, + "end": 301, "loc": { "start": { "line": 8, @@ -1196,8 +1196,8 @@ "updateContext": null }, "value": "export", - "start": 296, - "end": 302, + "start": 305, + "end": 311, "loc": { "start": { "line": 10, @@ -1224,8 +1224,8 @@ "updateContext": null }, "value": "default", - "start": 303, - "end": 310, + "start": 312, + "end": 319, "loc": { "start": { "line": 10, @@ -1251,8 +1251,8 @@ "binop": null }, "value": "function", - "start": 311, - "end": 319, + "start": 320, + "end": 328, "loc": { "start": { "line": 10, @@ -1277,8 +1277,8 @@ "binop": null }, "value": "checkValidatorsForConfigField", - "start": 320, - "end": 349, + "start": 329, + "end": 358, "loc": { "start": { "line": 10, @@ -1302,8 +1302,8 @@ "postfix": false, "binop": null }, - "start": 349, - "end": 350, + "start": 358, + "end": 359, "loc": { "start": { "line": 10, @@ -1328,8 +1328,8 @@ "binop": null }, "value": "configField", - "start": 350, - "end": 361, + "start": 359, + "end": 370, "loc": { "start": { "line": 10, @@ -1354,8 +1354,8 @@ "binop": null, "updateContext": null }, - "start": 361, - "end": 362, + "start": 370, + "end": 371, "loc": { "start": { "line": 10, @@ -1380,8 +1380,8 @@ "binop": null }, "value": "fieldValues", - "start": 362, - "end": 373, + "start": 371, + "end": 382, "loc": { "start": { "line": 10, @@ -1405,8 +1405,8 @@ "postfix": false, "binop": null }, - "start": 373, - "end": 374, + "start": 382, + "end": 383, "loc": { "start": { "line": 10, @@ -1430,8 +1430,8 @@ "postfix": false, "binop": null }, - "start": 375, - "end": 376, + "start": 384, + "end": 385, "loc": { "start": { "line": 10, @@ -1458,8 +1458,8 @@ "updateContext": null }, "value": "if", - "start": 378, - "end": 380, + "start": 388, + "end": 390, "loc": { "start": { "line": 11, @@ -1483,8 +1483,8 @@ "postfix": false, "binop": null }, - "start": 380, - "end": 381, + "start": 390, + "end": 391, "loc": { "start": { "line": 11, @@ -1510,8 +1510,8 @@ "updateContext": null }, "value": "!", - "start": 382, - "end": 383, + "start": 392, + "end": 393, "loc": { "start": { "line": 11, @@ -1536,8 +1536,8 @@ "binop": null }, "value": "getValidatorsFromConfigField", - "start": 384, - "end": 412, + "start": 394, + "end": 422, "loc": { "start": { "line": 11, @@ -1561,8 +1561,8 @@ "postfix": false, "binop": null }, - "start": 412, - "end": 413, + "start": 422, + "end": 423, "loc": { "start": { "line": 11, @@ -1587,8 +1587,8 @@ "binop": null }, "value": "configField", - "start": 413, - "end": 424, + "start": 423, + "end": 434, "loc": { "start": { "line": 11, @@ -1612,8 +1612,8 @@ "postfix": false, "binop": null }, - "start": 424, - "end": 425, + "start": 434, + "end": 435, "loc": { "start": { "line": 11, @@ -1638,8 +1638,8 @@ "binop": null, "updateContext": null }, - "start": 425, - "end": 426, + "start": 435, + "end": 436, "loc": { "start": { "line": 11, @@ -1664,8 +1664,8 @@ "binop": null }, "value": "length", - "start": 426, - "end": 432, + "start": 436, + "end": 442, "loc": { "start": { "line": 11, @@ -1689,8 +1689,8 @@ "postfix": false, "binop": null }, - "start": 432, - "end": 433, + "start": 442, + "end": 443, "loc": { "start": { "line": 11, @@ -1714,8 +1714,8 @@ "postfix": false, "binop": null }, - "start": 433, - "end": 434, + "start": 443, + "end": 444, "loc": { "start": { "line": 11, @@ -1742,8 +1742,8 @@ "updateContext": null }, "value": "return", - "start": 437, - "end": 443, + "start": 448, + "end": 454, "loc": { "start": { "line": 12, @@ -1770,8 +1770,8 @@ "updateContext": null }, "value": "true", - "start": 444, - "end": 448, + "start": 455, + "end": 459, "loc": { "start": { "line": 12, @@ -1796,8 +1796,8 @@ "binop": null, "updateContext": null }, - "start": 448, - "end": 449, + "start": 459, + "end": 460, "loc": { "start": { "line": 12, @@ -1821,8 +1821,8 @@ "postfix": false, "binop": null }, - "start": 451, - "end": 452, + "start": 463, + "end": 464, "loc": { "start": { "line": 13, @@ -1849,8 +1849,8 @@ "updateContext": null }, "value": "let", - "start": 454, - "end": 457, + "start": 467, + "end": 470, "loc": { "start": { "line": 14, @@ -1875,8 +1875,8 @@ "binop": null }, "value": "allRulesPassed", - "start": 458, - "end": 472, + "start": 471, + "end": 485, "loc": { "start": { "line": 14, @@ -1902,8 +1902,8 @@ "updateContext": null }, "value": "=", - "start": 473, - "end": 474, + "start": 486, + "end": 487, "loc": { "start": { "line": 14, @@ -1930,8 +1930,8 @@ "updateContext": null }, "value": "true", - "start": 475, - "end": 479, + "start": 488, + "end": 492, "loc": { "start": { "line": 14, @@ -1956,8 +1956,8 @@ "binop": null, "updateContext": null }, - "start": 479, - "end": 480, + "start": 492, + "end": 493, "loc": { "start": { "line": 14, @@ -1982,8 +1982,8 @@ "binop": null }, "value": "configField", - "start": 482, - "end": 493, + "start": 496, + "end": 507, "loc": { "start": { "line": 15, @@ -2008,8 +2008,8 @@ "binop": null, "updateContext": null }, - "start": 493, - "end": 494, + "start": 507, + "end": 508, "loc": { "start": { "line": 15, @@ -2034,8 +2034,8 @@ "binop": null }, "value": "validators", - "start": 494, - "end": 504, + "start": 508, + "end": 518, "loc": { "start": { "line": 15, @@ -2060,8 +2060,8 @@ "binop": null, "updateContext": null }, - "start": 504, - "end": 505, + "start": 518, + "end": 519, "loc": { "start": { "line": 15, @@ -2086,8 +2086,8 @@ "binop": null }, "value": "forEach", - "start": 505, - "end": 512, + "start": 519, + "end": 526, "loc": { "start": { "line": 15, @@ -2111,8 +2111,8 @@ "postfix": false, "binop": null }, - "start": 512, - "end": 513, + "start": 526, + "end": 527, "loc": { "start": { "line": 15, @@ -2137,8 +2137,8 @@ "binop": null }, "value": "conditional", - "start": 513, - "end": 524, + "start": 527, + "end": 538, "loc": { "start": { "line": 15, @@ -2163,8 +2163,8 @@ "binop": null, "updateContext": null }, - "start": 525, - "end": 527, + "start": 539, + "end": 541, "loc": { "start": { "line": 15, @@ -2188,8 +2188,8 @@ "postfix": false, "binop": null }, - "start": 528, - "end": 529, + "start": 542, + "end": 543, "loc": { "start": { "line": 15, @@ -2216,8 +2216,8 @@ "updateContext": null }, "value": "if", - "start": 532, - "end": 534, + "start": 547, + "end": 549, "loc": { "start": { "line": 16, @@ -2241,8 +2241,8 @@ "postfix": false, "binop": null }, - "start": 535, - "end": 536, + "start": 550, + "end": 551, "loc": { "start": { "line": 16, @@ -2268,8 +2268,8 @@ "updateContext": null }, "value": "function", - "start": 536, - "end": 546, + "start": 551, + "end": 561, "loc": { "start": { "line": 16, @@ -2295,8 +2295,8 @@ "updateContext": null }, "value": "===", - "start": 547, - "end": 550, + "start": 562, + "end": 565, "loc": { "start": { "line": 16, @@ -2323,8 +2323,8 @@ "updateContext": null }, "value": "typeof", - "start": 551, - "end": 557, + "start": 566, + "end": 572, "loc": { "start": { "line": 16, @@ -2349,8 +2349,8 @@ "binop": null }, "value": "conditional", - "start": 558, - "end": 569, + "start": 573, + "end": 584, "loc": { "start": { "line": 16, @@ -2376,8 +2376,8 @@ "updateContext": null }, "value": "&&", - "start": 570, - "end": 572, + "start": 585, + "end": 587, "loc": { "start": { "line": 16, @@ -2404,8 +2404,8 @@ "updateContext": null }, "value": "false", - "start": 573, - "end": 578, + "start": 588, + "end": 593, "loc": { "start": { "line": 16, @@ -2431,8 +2431,8 @@ "updateContext": null }, "value": "===", - "start": 579, - "end": 582, + "start": 594, + "end": 597, "loc": { "start": { "line": 16, @@ -2457,8 +2457,8 @@ "binop": null }, "value": "conditional", - "start": 583, - "end": 594, + "start": 598, + "end": 609, "loc": { "start": { "line": 16, @@ -2483,8 +2483,8 @@ "binop": null, "updateContext": null }, - "start": 594, - "end": 595, + "start": 609, + "end": 610, "loc": { "start": { "line": 16, @@ -2509,8 +2509,8 @@ "binop": null }, "value": "call", - "start": 595, - "end": 599, + "start": 610, + "end": 614, "loc": { "start": { "line": 16, @@ -2534,8 +2534,8 @@ "postfix": false, "binop": null }, - "start": 599, - "end": 600, + "start": 614, + "end": 615, "loc": { "start": { "line": 16, @@ -2562,8 +2562,8 @@ "updateContext": null }, "value": "null", - "start": 600, - "end": 604, + "start": 615, + "end": 619, "loc": { "start": { "line": 16, @@ -2588,8 +2588,8 @@ "binop": null, "updateContext": null }, - "start": 604, - "end": 605, + "start": 619, + "end": 620, "loc": { "start": { "line": 16, @@ -2614,8 +2614,8 @@ "binop": null }, "value": "fieldValues", - "start": 606, - "end": 617, + "start": 621, + "end": 632, "loc": { "start": { "line": 16, @@ -2639,8 +2639,8 @@ "postfix": false, "binop": null }, - "start": 617, - "end": 618, + "start": 632, + "end": 633, "loc": { "start": { "line": 16, @@ -2664,8 +2664,8 @@ "postfix": false, "binop": null }, - "start": 618, - "end": 619, + "start": 633, + "end": 634, "loc": { "start": { "line": 16, @@ -2689,8 +2689,8 @@ "postfix": false, "binop": null }, - "start": 620, - "end": 621, + "start": 635, + "end": 636, "loc": { "start": { "line": 16, @@ -2715,8 +2715,8 @@ "binop": null }, "value": "allRulesPassed", - "start": 625, - "end": 639, + "start": 641, + "end": 655, "loc": { "start": { "line": 17, @@ -2742,8 +2742,8 @@ "updateContext": null }, "value": "=", - "start": 640, - "end": 641, + "start": 656, + "end": 657, "loc": { "start": { "line": 17, @@ -2770,8 +2770,8 @@ "updateContext": null }, "value": "false", - "start": 642, - "end": 647, + "start": 658, + "end": 663, "loc": { "start": { "line": 17, @@ -2796,8 +2796,8 @@ "binop": null, "updateContext": null }, - "start": 647, - "end": 648, + "start": 663, + "end": 664, "loc": { "start": { "line": 17, @@ -2824,8 +2824,8 @@ "updateContext": null }, "value": "return", - "start": 652, - "end": 658, + "start": 669, + "end": 675, "loc": { "start": { "line": 18, @@ -2852,8 +2852,8 @@ "updateContext": null }, "value": "false", - "start": 659, - "end": 664, + "start": 676, + "end": 681, "loc": { "start": { "line": 18, @@ -2878,8 +2878,8 @@ "binop": null, "updateContext": null }, - "start": 664, - "end": 665, + "start": 681, + "end": 682, "loc": { "start": { "line": 18, @@ -2903,8 +2903,8 @@ "postfix": false, "binop": null }, - "start": 668, - "end": 669, + "start": 686, + "end": 687, "loc": { "start": { "line": 19, @@ -2928,8 +2928,8 @@ "postfix": false, "binop": null }, - "start": 671, - "end": 672, + "start": 690, + "end": 691, "loc": { "start": { "line": 20, @@ -2953,8 +2953,8 @@ "postfix": false, "binop": null }, - "start": 672, - "end": 673, + "start": 691, + "end": 692, "loc": { "start": { "line": 20, @@ -2979,8 +2979,8 @@ "binop": null, "updateContext": null }, - "start": 673, - "end": 674, + "start": 692, + "end": 693, "loc": { "start": { "line": 20, @@ -3007,8 +3007,8 @@ "updateContext": null }, "value": "return", - "start": 677, - "end": 683, + "start": 698, + "end": 704, "loc": { "start": { "line": 22, @@ -3033,8 +3033,8 @@ "binop": null }, "value": "allRulesPassed", - "start": 684, - "end": 698, + "start": 705, + "end": 719, "loc": { "start": { "line": 22, @@ -3059,8 +3059,8 @@ "binop": null, "updateContext": null }, - "start": 698, - "end": 699, + "start": 719, + "end": 720, "loc": { "start": { "line": 22, @@ -3084,8 +3084,8 @@ "postfix": false, "binop": null }, - "start": 700, - "end": 701, + "start": 722, + "end": 723, "loc": { "start": { "line": 23, @@ -3110,8 +3110,8 @@ "binop": null, "updateContext": null }, - "start": 704, - "end": 704, + "start": 729, + "end": 729, "loc": { "start": { "line": 26, diff --git a/docs/ast/source/components/validation/checkValidatorsForConfigFields.js.json b/docs/ast/source/components/validation/checkValidatorsForConfigFields.js.json index 4b8d9de..c12f51b 100644 --- a/docs/ast/source/components/validation/checkValidatorsForConfigFields.js.json +++ b/docs/ast/source/components/validation/checkValidatorsForConfigFields.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 909, + "end": 936, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 909, + "end": 936, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 77, - "end": 151, + "start": 78, + "end": 152, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 84, - "end": 112, + "start": 85, + "end": 113, "loc": { "start": { "line": 2, @@ -128,8 +128,8 @@ }, "local": { "type": "Identifier", - "start": 84, - "end": 112, + "start": 85, + "end": 113, "loc": { "start": { "line": 2, @@ -147,8 +147,8 @@ ], "source": { "type": "StringLiteral", - "start": 118, - "end": 150, + "start": 119, + "end": 151, "loc": { "start": { "line": 2, @@ -168,9 +168,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Check validators for a collection of configFields\n *\n * Returns false if any validators fail.\n * Returns true if no validators fail, or there are no validators.\n *\n * @param {Array} configFields The fields to check the validators of.\n * @param {Object} fieldValues Optional. Data to pass to validators rules' callbacks\n * @return {Object}\n ", - "start": 153, - "end": 502, + "value": "*\r\n * Check validators for a collection of configFields\r\n *\r\n * Returns false if any validators fail.\r\n * Returns true if no validators fail, or there are no validators.\r\n *\r\n * @param {Array} configFields The fields to check the validators of.\r\n * @param {Object} fieldValues Optional. Data to pass to validators rules' callbacks\r\n * @return {Object}\r\n ", + "start": 156, + "end": 514, "loc": { "start": { "line": 4, @@ -186,8 +186,8 @@ }, { "type": "ExportDefaultDeclaration", - "start": 503, - "end": 907, + "start": 516, + "end": 932, "loc": { "start": { "line": 14, @@ -200,8 +200,8 @@ }, "declaration": { "type": "FunctionDeclaration", - "start": 518, - "end": 907, + "start": 531, + "end": 932, "loc": { "start": { "line": 14, @@ -214,8 +214,8 @@ }, "id": { "type": "Identifier", - "start": 527, - "end": 557, + "start": 540, + "end": 570, "loc": { "start": { "line": 14, @@ -236,8 +236,8 @@ "params": [ { "type": "Identifier", - "start": 558, - "end": 570, + "start": 571, + "end": 583, "loc": { "start": { "line": 14, @@ -253,8 +253,8 @@ }, { "type": "Identifier", - "start": 571, - "end": 582, + "start": 584, + "end": 595, "loc": { "start": { "line": 14, @@ -271,8 +271,8 @@ ], "body": { "type": "BlockStatement", - "start": 584, - "end": 907, + "start": 597, + "end": 932, "loc": { "start": { "line": 14, @@ -286,8 +286,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 587, - "end": 604, + "start": 601, + "end": 618, "loc": { "start": { "line": 15, @@ -301,8 +301,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 591, - "end": 603, + "start": 605, + "end": 617, "loc": { "start": { "line": 15, @@ -315,8 +315,8 @@ }, "id": { "type": "Identifier", - "start": 591, - "end": 598, + "start": 605, + "end": 612, "loc": { "start": { "line": 15, @@ -332,8 +332,8 @@ }, "init": { "type": "ObjectExpression", - "start": 601, - "end": 603, + "start": 615, + "end": 617, "loc": { "start": { "line": 15, @@ -352,8 +352,8 @@ }, { "type": "ExpressionStatement", - "start": 606, - "end": 888, + "start": 621, + "end": 911, "loc": { "start": { "line": 16, @@ -366,8 +366,8 @@ }, "expression": { "type": "CallExpression", - "start": 606, - "end": 887, + "start": 621, + "end": 910, "loc": { "start": { "line": 16, @@ -380,8 +380,8 @@ }, "callee": { "type": "MemberExpression", - "start": 606, - "end": 643, + "start": 621, + "end": 658, "loc": { "start": { "line": 16, @@ -394,8 +394,8 @@ }, "object": { "type": "CallExpression", - "start": 606, - "end": 635, + "start": 621, + "end": 650, "loc": { "start": { "line": 16, @@ -408,8 +408,8 @@ }, "callee": { "type": "MemberExpression", - "start": 606, - "end": 619, + "start": 621, + "end": 634, "loc": { "start": { "line": 16, @@ -422,8 +422,8 @@ }, "object": { "type": "Identifier", - "start": 606, - "end": 612, + "start": 621, + "end": 627, "loc": { "start": { "line": 16, @@ -439,8 +439,8 @@ }, "property": { "type": "Identifier", - "start": 613, - "end": 619, + "start": 628, + "end": 634, "loc": { "start": { "line": 16, @@ -459,8 +459,8 @@ "arguments": [ { "type": "Identifier", - "start": 621, - "end": 633, + "start": 636, + "end": 648, "loc": { "start": { "line": 16, @@ -478,8 +478,8 @@ }, "property": { "type": "Identifier", - "start": 636, - "end": 643, + "start": 651, + "end": 658, "loc": { "start": { "line": 16, @@ -498,8 +498,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 644, - "end": 886, + "start": 659, + "end": 909, "loc": { "start": { "line": 16, @@ -517,8 +517,8 @@ "params": [ { "type": "Identifier", - "start": 644, - "end": 655, + "start": 659, + "end": 670, "loc": { "start": { "line": 16, @@ -535,8 +535,8 @@ ], "body": { "type": "BlockStatement", - "start": 659, - "end": 886, + "start": 674, + "end": 909, "loc": { "start": { "line": 16, @@ -550,8 +550,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 663, - "end": 719, + "start": 679, + "end": 735, "loc": { "start": { "line": 17, @@ -565,8 +565,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 669, - "end": 718, + "start": 685, + "end": 734, "loc": { "start": { "line": 17, @@ -579,8 +579,8 @@ }, "id": { "type": "Identifier", - "start": 669, - "end": 674, + "start": 685, + "end": 690, "loc": { "start": { "line": 17, @@ -596,8 +596,8 @@ }, "init": { "type": "CallExpression", - "start": 677, - "end": 718, + "start": 693, + "end": 734, "loc": { "start": { "line": 17, @@ -610,8 +610,8 @@ }, "callee": { "type": "Identifier", - "start": 677, - "end": 705, + "start": 693, + "end": 721, "loc": { "start": { "line": 17, @@ -628,8 +628,8 @@ "arguments": [ { "type": "Identifier", - "start": 706, - "end": 717, + "start": 722, + "end": 733, "loc": { "start": { "line": 17, @@ -651,8 +651,8 @@ }, { "type": "VariableDeclaration", - "start": 722, - "end": 744, + "start": 739, + "end": 761, "loc": { "start": { "line": 18, @@ -666,8 +666,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 726, - "end": 743, + "start": 743, + "end": 760, "loc": { "start": { "line": 18, @@ -680,8 +680,8 @@ }, "id": { "type": "Identifier", - "start": 726, - "end": 736, + "start": 743, + "end": 753, "loc": { "start": { "line": 18, @@ -697,8 +697,8 @@ }, "init": { "type": "BooleanLiteral", - "start": 739, - "end": 743, + "start": 756, + "end": 760, "loc": { "start": { "line": 18, @@ -717,8 +717,8 @@ }, { "type": "IfStatement", - "start": 747, - "end": 843, + "start": 765, + "end": 864, "loc": { "start": { "line": 19, @@ -731,8 +731,8 @@ }, "test": { "type": "MemberExpression", - "start": 751, - "end": 763, + "start": 769, + "end": 781, "loc": { "start": { "line": 19, @@ -745,8 +745,8 @@ }, "object": { "type": "Identifier", - "start": 751, - "end": 756, + "start": 769, + "end": 774, "loc": { "start": { "line": 19, @@ -762,8 +762,8 @@ }, "property": { "type": "Identifier", - "start": 757, - "end": 763, + "start": 775, + "end": 781, "loc": { "start": { "line": 19, @@ -781,8 +781,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 765, - "end": 843, + "start": 783, + "end": 864, "loc": { "start": { "line": 19, @@ -796,8 +796,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 770, - "end": 838, + "start": 789, + "end": 857, "loc": { "start": { "line": 20, @@ -810,8 +810,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 770, - "end": 837, + "start": 789, + "end": 856, "loc": { "start": { "line": 20, @@ -825,8 +825,8 @@ "operator": "=", "left": { "type": "Identifier", - "start": 770, - "end": 780, + "start": 789, + "end": 799, "loc": { "start": { "line": 20, @@ -842,8 +842,8 @@ }, "right": { "type": "CallExpression", - "start": 783, - "end": 837, + "start": 802, + "end": 856, "loc": { "start": { "line": 20, @@ -856,8 +856,8 @@ }, "callee": { "type": "Identifier", - "start": 783, - "end": 812, + "start": 802, + "end": 831, "loc": { "start": { "line": 20, @@ -874,8 +874,8 @@ "arguments": [ { "type": "Identifier", - "start": 813, - "end": 824, + "start": 832, + "end": 843, "loc": { "start": { "line": 20, @@ -891,8 +891,8 @@ }, { "type": "Identifier", - "start": 825, - "end": 836, + "start": 844, + "end": 855, "loc": { "start": { "line": 20, @@ -917,8 +917,8 @@ }, { "type": "ExpressionStatement", - "start": 846, - "end": 883, + "start": 868, + "end": 905, "loc": { "start": { "line": 23, @@ -931,8 +931,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 846, - "end": 882, + "start": 868, + "end": 904, "loc": { "start": { "line": 23, @@ -946,8 +946,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 846, - "end": 869, + "start": 868, + "end": 891, "loc": { "start": { "line": 23, @@ -960,8 +960,8 @@ }, "object": { "type": "Identifier", - "start": 846, - "end": 853, + "start": 868, + "end": 875, "loc": { "start": { "line": 23, @@ -977,8 +977,8 @@ }, "property": { "type": "MemberExpression", - "start": 854, - "end": 868, + "start": 876, + "end": 890, "loc": { "start": { "line": 23, @@ -991,8 +991,8 @@ }, "object": { "type": "Identifier", - "start": 854, - "end": 865, + "start": 876, + "end": 887, "loc": { "start": { "line": 23, @@ -1008,8 +1008,8 @@ }, "property": { "type": "Identifier", - "start": 866, - "end": 868, + "start": 888, + "end": 890, "loc": { "start": { "line": 23, @@ -1029,8 +1029,8 @@ }, "right": { "type": "Identifier", - "start": 872, - "end": 882, + "start": 894, + "end": 904, "loc": { "start": { "line": 23, @@ -1055,8 +1055,8 @@ }, { "type": "ReturnStatement", - "start": 890, - "end": 905, + "start": 914, + "end": 929, "loc": { "start": { "line": 25, @@ -1069,8 +1069,8 @@ }, "argument": { "type": "Identifier", - "start": 897, - "end": 904, + "start": 921, + "end": 928, "loc": { "start": { "line": 25, @@ -1091,9 +1091,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Check validators for a collection of configFields\n *\n * Returns false if any validators fail.\n * Returns true if no validators fail, or there are no validators.\n *\n * @param {Array} configFields The fields to check the validators of.\n * @param {Object} fieldValues Optional. Data to pass to validators rules' callbacks\n * @return {Object}\n ", - "start": 153, - "end": 502, + "value": "*\r\n * Check validators for a collection of configFields\r\n *\r\n * Returns false if any validators fail.\r\n * Returns true if no validators fail, or there are no validators.\r\n *\r\n * @param {Array} configFields The fields to check the validators of.\r\n * @param {Object} fieldValues Optional. Data to pass to validators rules' callbacks\r\n * @return {Object}\r\n ", + "start": 156, + "end": 514, "loc": { "start": { "line": 4, @@ -1111,9 +1111,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Check validators for a collection of configFields\n *\n * Returns false if any validators fail.\n * Returns true if no validators fail, or there are no validators.\n *\n * @param {Array} configFields The fields to check the validators of.\n * @param {Object} fieldValues Optional. Data to pass to validators rules' callbacks\n * @return {Object}\n ", - "start": 153, - "end": 502, + "value": "*\r\n * Check validators for a collection of configFields\r\n *\r\n * Returns false if any validators fail.\r\n * Returns true if no validators fail, or there are no validators.\r\n *\r\n * @param {Array} configFields The fields to check the validators of.\r\n * @param {Object} fieldValues Optional. Data to pass to validators rules' callbacks\r\n * @return {Object}\r\n ", + "start": 156, + "end": 514, "loc": { "start": { "line": 4, @@ -1133,9 +1133,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Check validators for a collection of configFields\n *\n * Returns false if any validators fail.\n * Returns true if no validators fail, or there are no validators.\n *\n * @param {Array} configFields The fields to check the validators of.\n * @param {Object} fieldValues Optional. Data to pass to validators rules' callbacks\n * @return {Object}\n ", - "start": 153, - "end": 502, + "value": "*\r\n * Check validators for a collection of configFields\r\n *\r\n * Returns false if any validators fail.\r\n * Returns true if no validators fail, or there are no validators.\r\n *\r\n * @param {Array} configFields The fields to check the validators of.\r\n * @param {Object} fieldValues Optional. Data to pass to validators rules' callbacks\r\n * @return {Object}\r\n ", + "start": 156, + "end": 514, "loc": { "start": { "line": 4, @@ -1297,8 +1297,8 @@ "updateContext": null }, "value": "import", - "start": 77, - "end": 83, + "start": 78, + "end": 84, "loc": { "start": { "line": 2, @@ -1323,8 +1323,8 @@ "binop": null }, "value": "getValidatorsFromConfigField", - "start": 84, - "end": 112, + "start": 85, + "end": 113, "loc": { "start": { "line": 2, @@ -1349,8 +1349,8 @@ "binop": null }, "value": "from", - "start": 113, - "end": 117, + "start": 114, + "end": 118, "loc": { "start": { "line": 2, @@ -1376,8 +1376,8 @@ "updateContext": null }, "value": "./getValidatorsFromConfigField", - "start": 118, - "end": 150, + "start": 119, + "end": 151, "loc": { "start": { "line": 2, @@ -1402,8 +1402,8 @@ "binop": null, "updateContext": null }, - "start": 150, - "end": 151, + "start": 151, + "end": 152, "loc": { "start": { "line": 2, @@ -1417,9 +1417,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Check validators for a collection of configFields\n *\n * Returns false if any validators fail.\n * Returns true if no validators fail, or there are no validators.\n *\n * @param {Array} configFields The fields to check the validators of.\n * @param {Object} fieldValues Optional. Data to pass to validators rules' callbacks\n * @return {Object}\n ", - "start": 153, - "end": 502, + "value": "*\r\n * Check validators for a collection of configFields\r\n *\r\n * Returns false if any validators fail.\r\n * Returns true if no validators fail, or there are no validators.\r\n *\r\n * @param {Array} configFields The fields to check the validators of.\r\n * @param {Object} fieldValues Optional. Data to pass to validators rules' callbacks\r\n * @return {Object}\r\n ", + "start": 156, + "end": 514, "loc": { "start": { "line": 4, @@ -1446,8 +1446,8 @@ "updateContext": null }, "value": "export", - "start": 503, - "end": 509, + "start": 516, + "end": 522, "loc": { "start": { "line": 14, @@ -1474,8 +1474,8 @@ "updateContext": null }, "value": "default", - "start": 510, - "end": 517, + "start": 523, + "end": 530, "loc": { "start": { "line": 14, @@ -1501,8 +1501,8 @@ "binop": null }, "value": "function", - "start": 518, - "end": 526, + "start": 531, + "end": 539, "loc": { "start": { "line": 14, @@ -1527,8 +1527,8 @@ "binop": null }, "value": "checkValidatorsForConfigFields", - "start": 527, - "end": 557, + "start": 540, + "end": 570, "loc": { "start": { "line": 14, @@ -1552,8 +1552,8 @@ "postfix": false, "binop": null }, - "start": 557, - "end": 558, + "start": 570, + "end": 571, "loc": { "start": { "line": 14, @@ -1578,8 +1578,8 @@ "binop": null }, "value": "configFields", - "start": 558, - "end": 570, + "start": 571, + "end": 583, "loc": { "start": { "line": 14, @@ -1604,8 +1604,8 @@ "binop": null, "updateContext": null }, - "start": 570, - "end": 571, + "start": 583, + "end": 584, "loc": { "start": { "line": 14, @@ -1630,8 +1630,8 @@ "binop": null }, "value": "fieldValues", - "start": 571, - "end": 582, + "start": 584, + "end": 595, "loc": { "start": { "line": 14, @@ -1655,8 +1655,8 @@ "postfix": false, "binop": null }, - "start": 582, - "end": 583, + "start": 595, + "end": 596, "loc": { "start": { "line": 14, @@ -1680,8 +1680,8 @@ "postfix": false, "binop": null }, - "start": 584, - "end": 585, + "start": 597, + "end": 598, "loc": { "start": { "line": 14, @@ -1708,8 +1708,8 @@ "updateContext": null }, "value": "let", - "start": 587, - "end": 590, + "start": 601, + "end": 604, "loc": { "start": { "line": 15, @@ -1734,8 +1734,8 @@ "binop": null }, "value": "results", - "start": 591, - "end": 598, + "start": 605, + "end": 612, "loc": { "start": { "line": 15, @@ -1761,8 +1761,8 @@ "updateContext": null }, "value": "=", - "start": 599, - "end": 600, + "start": 613, + "end": 614, "loc": { "start": { "line": 15, @@ -1786,8 +1786,8 @@ "postfix": false, "binop": null }, - "start": 601, - "end": 602, + "start": 615, + "end": 616, "loc": { "start": { "line": 15, @@ -1811,8 +1811,8 @@ "postfix": false, "binop": null }, - "start": 602, - "end": 603, + "start": 616, + "end": 617, "loc": { "start": { "line": 15, @@ -1837,8 +1837,8 @@ "binop": null, "updateContext": null }, - "start": 603, - "end": 604, + "start": 617, + "end": 618, "loc": { "start": { "line": 15, @@ -1863,8 +1863,8 @@ "binop": null }, "value": "Object", - "start": 606, - "end": 612, + "start": 621, + "end": 627, "loc": { "start": { "line": 16, @@ -1889,8 +1889,8 @@ "binop": null, "updateContext": null }, - "start": 612, - "end": 613, + "start": 627, + "end": 628, "loc": { "start": { "line": 16, @@ -1915,8 +1915,8 @@ "binop": null }, "value": "values", - "start": 613, - "end": 619, + "start": 628, + "end": 634, "loc": { "start": { "line": 16, @@ -1940,8 +1940,8 @@ "postfix": false, "binop": null }, - "start": 619, - "end": 620, + "start": 634, + "end": 635, "loc": { "start": { "line": 16, @@ -1966,8 +1966,8 @@ "binop": null }, "value": "configFields", - "start": 621, - "end": 633, + "start": 636, + "end": 648, "loc": { "start": { "line": 16, @@ -1991,8 +1991,8 @@ "postfix": false, "binop": null }, - "start": 634, - "end": 635, + "start": 649, + "end": 650, "loc": { "start": { "line": 16, @@ -2017,8 +2017,8 @@ "binop": null, "updateContext": null }, - "start": 635, - "end": 636, + "start": 650, + "end": 651, "loc": { "start": { "line": 16, @@ -2043,8 +2043,8 @@ "binop": null }, "value": "forEach", - "start": 636, - "end": 643, + "start": 651, + "end": 658, "loc": { "start": { "line": 16, @@ -2068,8 +2068,8 @@ "postfix": false, "binop": null }, - "start": 643, - "end": 644, + "start": 658, + "end": 659, "loc": { "start": { "line": 16, @@ -2094,8 +2094,8 @@ "binop": null }, "value": "configField", - "start": 644, - "end": 655, + "start": 659, + "end": 670, "loc": { "start": { "line": 16, @@ -2120,8 +2120,8 @@ "binop": null, "updateContext": null }, - "start": 656, - "end": 658, + "start": 671, + "end": 673, "loc": { "start": { "line": 16, @@ -2145,8 +2145,8 @@ "postfix": false, "binop": null }, - "start": 659, - "end": 660, + "start": 674, + "end": 675, "loc": { "start": { "line": 16, @@ -2173,8 +2173,8 @@ "updateContext": null }, "value": "const", - "start": 663, - "end": 668, + "start": 679, + "end": 684, "loc": { "start": { "line": 17, @@ -2199,8 +2199,8 @@ "binop": null }, "value": "rules", - "start": 669, - "end": 674, + "start": 685, + "end": 690, "loc": { "start": { "line": 17, @@ -2226,8 +2226,8 @@ "updateContext": null }, "value": "=", - "start": 675, - "end": 676, + "start": 691, + "end": 692, "loc": { "start": { "line": 17, @@ -2252,8 +2252,8 @@ "binop": null }, "value": "getValidatorsFromConfigField", - "start": 677, - "end": 705, + "start": 693, + "end": 721, "loc": { "start": { "line": 17, @@ -2277,8 +2277,8 @@ "postfix": false, "binop": null }, - "start": 705, - "end": 706, + "start": 721, + "end": 722, "loc": { "start": { "line": 17, @@ -2303,8 +2303,8 @@ "binop": null }, "value": "configField", - "start": 706, - "end": 717, + "start": 722, + "end": 733, "loc": { "start": { "line": 17, @@ -2328,8 +2328,8 @@ "postfix": false, "binop": null }, - "start": 717, - "end": 718, + "start": 733, + "end": 734, "loc": { "start": { "line": 17, @@ -2354,8 +2354,8 @@ "binop": null, "updateContext": null }, - "start": 718, - "end": 719, + "start": 734, + "end": 735, "loc": { "start": { "line": 17, @@ -2382,8 +2382,8 @@ "updateContext": null }, "value": "let", - "start": 722, - "end": 725, + "start": 739, + "end": 742, "loc": { "start": { "line": 18, @@ -2408,8 +2408,8 @@ "binop": null }, "value": "thisResult", - "start": 726, - "end": 736, + "start": 743, + "end": 753, "loc": { "start": { "line": 18, @@ -2435,8 +2435,8 @@ "updateContext": null }, "value": "=", - "start": 737, - "end": 738, + "start": 754, + "end": 755, "loc": { "start": { "line": 18, @@ -2463,8 +2463,8 @@ "updateContext": null }, "value": "true", - "start": 739, - "end": 743, + "start": 756, + "end": 760, "loc": { "start": { "line": 18, @@ -2489,8 +2489,8 @@ "binop": null, "updateContext": null }, - "start": 743, - "end": 744, + "start": 760, + "end": 761, "loc": { "start": { "line": 18, @@ -2517,8 +2517,8 @@ "updateContext": null }, "value": "if", - "start": 747, - "end": 749, + "start": 765, + "end": 767, "loc": { "start": { "line": 19, @@ -2542,8 +2542,8 @@ "postfix": false, "binop": null }, - "start": 749, - "end": 750, + "start": 767, + "end": 768, "loc": { "start": { "line": 19, @@ -2568,8 +2568,8 @@ "binop": null }, "value": "rules", - "start": 751, - "end": 756, + "start": 769, + "end": 774, "loc": { "start": { "line": 19, @@ -2594,8 +2594,8 @@ "binop": null, "updateContext": null }, - "start": 756, - "end": 757, + "start": 774, + "end": 775, "loc": { "start": { "line": 19, @@ -2620,8 +2620,8 @@ "binop": null }, "value": "length", - "start": 757, - "end": 763, + "start": 775, + "end": 781, "loc": { "start": { "line": 19, @@ -2645,8 +2645,8 @@ "postfix": false, "binop": null }, - "start": 764, - "end": 765, + "start": 782, + "end": 783, "loc": { "start": { "line": 19, @@ -2670,8 +2670,8 @@ "postfix": false, "binop": null }, - "start": 765, - "end": 766, + "start": 783, + "end": 784, "loc": { "start": { "line": 19, @@ -2696,8 +2696,8 @@ "binop": null }, "value": "thisResult", - "start": 770, - "end": 780, + "start": 789, + "end": 799, "loc": { "start": { "line": 20, @@ -2723,8 +2723,8 @@ "updateContext": null }, "value": "=", - "start": 781, - "end": 782, + "start": 800, + "end": 801, "loc": { "start": { "line": 20, @@ -2749,8 +2749,8 @@ "binop": null }, "value": "checkValidatorsForConfigField", - "start": 783, - "end": 812, + "start": 802, + "end": 831, "loc": { "start": { "line": 20, @@ -2774,8 +2774,8 @@ "postfix": false, "binop": null }, - "start": 812, - "end": 813, + "start": 831, + "end": 832, "loc": { "start": { "line": 20, @@ -2800,8 +2800,8 @@ "binop": null }, "value": "configField", - "start": 813, - "end": 824, + "start": 832, + "end": 843, "loc": { "start": { "line": 20, @@ -2826,8 +2826,8 @@ "binop": null, "updateContext": null }, - "start": 824, - "end": 825, + "start": 843, + "end": 844, "loc": { "start": { "line": 20, @@ -2852,8 +2852,8 @@ "binop": null }, "value": "fieldValues", - "start": 825, - "end": 836, + "start": 844, + "end": 855, "loc": { "start": { "line": 20, @@ -2877,8 +2877,8 @@ "postfix": false, "binop": null }, - "start": 836, - "end": 837, + "start": 855, + "end": 856, "loc": { "start": { "line": 20, @@ -2903,8 +2903,8 @@ "binop": null, "updateContext": null }, - "start": 837, - "end": 838, + "start": 856, + "end": 857, "loc": { "start": { "line": 20, @@ -2928,8 +2928,8 @@ "postfix": false, "binop": null }, - "start": 842, - "end": 843, + "start": 863, + "end": 864, "loc": { "start": { "line": 22, @@ -2954,8 +2954,8 @@ "binop": null }, "value": "results", - "start": 846, - "end": 853, + "start": 868, + "end": 875, "loc": { "start": { "line": 23, @@ -2980,8 +2980,8 @@ "binop": null, "updateContext": null }, - "start": 853, - "end": 854, + "start": 875, + "end": 876, "loc": { "start": { "line": 23, @@ -3006,8 +3006,8 @@ "binop": null }, "value": "configField", - "start": 854, - "end": 865, + "start": 876, + "end": 887, "loc": { "start": { "line": 23, @@ -3032,8 +3032,8 @@ "binop": null, "updateContext": null }, - "start": 865, - "end": 866, + "start": 887, + "end": 888, "loc": { "start": { "line": 23, @@ -3058,8 +3058,8 @@ "binop": null }, "value": "ID", - "start": 866, - "end": 868, + "start": 888, + "end": 890, "loc": { "start": { "line": 23, @@ -3084,8 +3084,8 @@ "binop": null, "updateContext": null }, - "start": 868, - "end": 869, + "start": 890, + "end": 891, "loc": { "start": { "line": 23, @@ -3111,8 +3111,8 @@ "updateContext": null }, "value": "=", - "start": 870, - "end": 871, + "start": 892, + "end": 893, "loc": { "start": { "line": 23, @@ -3137,8 +3137,8 @@ "binop": null }, "value": "thisResult", - "start": 872, - "end": 882, + "start": 894, + "end": 904, "loc": { "start": { "line": 23, @@ -3163,8 +3163,8 @@ "binop": null, "updateContext": null }, - "start": 882, - "end": 883, + "start": 904, + "end": 905, "loc": { "start": { "line": 23, @@ -3188,8 +3188,8 @@ "postfix": false, "binop": null }, - "start": 885, - "end": 886, + "start": 908, + "end": 909, "loc": { "start": { "line": 24, @@ -3213,8 +3213,8 @@ "postfix": false, "binop": null }, - "start": 886, - "end": 887, + "start": 909, + "end": 910, "loc": { "start": { "line": 24, @@ -3239,8 +3239,8 @@ "binop": null, "updateContext": null }, - "start": 887, - "end": 888, + "start": 910, + "end": 911, "loc": { "start": { "line": 24, @@ -3267,8 +3267,8 @@ "updateContext": null }, "value": "return", - "start": 890, - "end": 896, + "start": 914, + "end": 920, "loc": { "start": { "line": 25, @@ -3293,8 +3293,8 @@ "binop": null }, "value": "results", - "start": 897, - "end": 904, + "start": 921, + "end": 928, "loc": { "start": { "line": 25, @@ -3319,8 +3319,8 @@ "binop": null, "updateContext": null }, - "start": 904, - "end": 905, + "start": 928, + "end": 929, "loc": { "start": { "line": 25, @@ -3344,8 +3344,8 @@ "postfix": false, "binop": null }, - "start": 906, - "end": 907, + "start": 931, + "end": 932, "loc": { "start": { "line": 26, @@ -3370,8 +3370,8 @@ "binop": null, "updateContext": null }, - "start": 909, - "end": 909, + "start": 936, + "end": 936, "loc": { "start": { "line": 28, diff --git a/docs/ast/source/components/validation/getValidatorsFromConfigField.js.json b/docs/ast/source/components/validation/getValidatorsFromConfigField.js.json index 5f1dd3c..59524aa 100644 --- a/docs/ast/source/components/validation/getValidatorsFromConfigField.js.json +++ b/docs/ast/source/components/validation/getValidatorsFromConfigField.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 401, + "end": 415, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 401, + "end": 415, "loc": { "start": { "line": 1, @@ -30,8 +30,8 @@ "body": [ { "type": "ExportDefaultDeclaration", - "start": 189, - "end": 399, + "start": 195, + "end": 411, "loc": { "start": { "line": 7, @@ -44,8 +44,8 @@ }, "declaration": { "type": "FunctionDeclaration", - "start": 204, - "end": 399, + "start": 210, + "end": 411, "loc": { "start": { "line": 7, @@ -58,8 +58,8 @@ }, "id": { "type": "Identifier", - "start": 213, - "end": 241, + "start": 219, + "end": 247, "loc": { "start": { "line": 7, @@ -80,8 +80,8 @@ "params": [ { "type": "Identifier", - "start": 242, - "end": 253, + "start": 248, + "end": 259, "loc": { "start": { "line": 7, @@ -98,8 +98,8 @@ ], "body": { "type": "BlockStatement", - "start": 255, - "end": 399, + "start": 261, + "end": 411, "loc": { "start": { "line": 7, @@ -113,8 +113,8 @@ "body": [ { "type": "IfStatement", - "start": 258, - "end": 364, + "start": 265, + "end": 373, "loc": { "start": { "line": 8, @@ -127,8 +127,8 @@ }, "test": { "type": "LogicalExpression", - "start": 262, - "end": 345, + "start": 269, + "end": 352, "loc": { "start": { "line": 8, @@ -141,8 +141,8 @@ }, "left": { "type": "UnaryExpression", - "start": 262, - "end": 303, + "start": 269, + "end": 310, "loc": { "start": { "line": 8, @@ -157,8 +157,8 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 263, - "end": 303, + "start": 270, + "end": 310, "loc": { "start": { "line": 8, @@ -171,8 +171,8 @@ }, "callee": { "type": "MemberExpression", - "start": 263, - "end": 289, + "start": 270, + "end": 296, "loc": { "start": { "line": 8, @@ -185,8 +185,8 @@ }, "object": { "type": "Identifier", - "start": 263, - "end": 274, + "start": 270, + "end": 281, "loc": { "start": { "line": 8, @@ -202,8 +202,8 @@ }, "property": { "type": "Identifier", - "start": 275, - "end": 289, + "start": 282, + "end": 296, "loc": { "start": { "line": 8, @@ -222,8 +222,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 290, - "end": 302, + "start": 297, + "end": 309, "loc": { "start": { "line": 8, @@ -249,8 +249,8 @@ "operator": "||", "right": { "type": "UnaryExpression", - "start": 307, - "end": 345, + "start": 314, + "end": 352, "loc": { "start": { "line": 8, @@ -265,8 +265,8 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 308, - "end": 345, + "start": 315, + "end": 352, "loc": { "start": { "line": 8, @@ -279,8 +279,8 @@ }, "callee": { "type": "MemberExpression", - "start": 308, - "end": 321, + "start": 315, + "end": 328, "loc": { "start": { "line": 8, @@ -293,8 +293,8 @@ }, "object": { "type": "Identifier", - "start": 308, - "end": 313, + "start": 315, + "end": 320, "loc": { "start": { "line": 8, @@ -310,8 +310,8 @@ }, "property": { "type": "Identifier", - "start": 314, - "end": 321, + "start": 321, + "end": 328, "loc": { "start": { "line": 8, @@ -330,8 +330,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 322, - "end": 344, + "start": 329, + "end": 351, "loc": { "start": { "line": 8, @@ -344,8 +344,8 @@ }, "object": { "type": "Identifier", - "start": 322, - "end": 333, + "start": 329, + "end": 340, "loc": { "start": { "line": 8, @@ -361,8 +361,8 @@ }, "property": { "type": "Identifier", - "start": 334, - "end": 344, + "start": 341, + "end": 351, "loc": { "start": { "line": 8, @@ -387,8 +387,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 347, - "end": 364, + "start": 354, + "end": 373, "loc": { "start": { "line": 8, @@ -402,8 +402,8 @@ "body": [ { "type": "ReturnStatement", - "start": 351, - "end": 361, + "start": 359, + "end": 369, "loc": { "start": { "line": 9, @@ -416,8 +416,8 @@ }, "argument": { "type": "ArrayExpression", - "start": 358, - "end": 360, + "start": 366, + "end": 368, "loc": { "start": { "line": 9, @@ -438,8 +438,8 @@ }, { "type": "ReturnStatement", - "start": 367, - "end": 397, + "start": 378, + "end": 408, "loc": { "start": { "line": 12, @@ -452,8 +452,8 @@ }, "argument": { "type": "MemberExpression", - "start": 374, - "end": 396, + "start": 385, + "end": 407, "loc": { "start": { "line": 12, @@ -466,8 +466,8 @@ }, "object": { "type": "Identifier", - "start": 374, - "end": 385, + "start": 385, + "end": 396, "loc": { "start": { "line": 12, @@ -483,8 +483,8 @@ }, "property": { "type": "Identifier", - "start": 386, - "end": 396, + "start": 397, + "end": 407, "loc": { "start": { "line": 12, @@ -507,9 +507,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Find the array of validators for a configField\n *\n * @param {Object} configField The config field to search in\n * @return {Array} Array of validators or empty array if non found\n ", + "value": "*\r\n * Find the array of validators for a configField\r\n *\r\n * @param {Object} configField The config field to search in\r\n * @return {Array} Array of validators or empty array if non found\r\n ", "start": 0, - "end": 188, + "end": 193, "loc": { "start": { "line": 1, @@ -527,9 +527,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Find the array of validators for a configField\n *\n * @param {Object} configField The config field to search in\n * @return {Array} Array of validators or empty array if non found\n ", + "value": "*\r\n * Find the array of validators for a configField\r\n *\r\n * @param {Object} configField The config field to search in\r\n * @return {Array} Array of validators or empty array if non found\r\n ", "start": 0, - "end": 188, + "end": 193, "loc": { "start": { "line": 1, @@ -549,9 +549,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Find the array of validators for a configField\n *\n * @param {Object} configField The config field to search in\n * @return {Array} Array of validators or empty array if non found\n ", + "value": "*\r\n * Find the array of validators for a configField\r\n *\r\n * @param {Object} configField The config field to search in\r\n * @return {Array} Array of validators or empty array if non found\r\n ", "start": 0, - "end": 188, + "end": 193, "loc": { "start": { "line": 1, @@ -567,9 +567,9 @@ "tokens": [ { "type": "CommentBlock", - "value": "*\n * Find the array of validators for a configField\n *\n * @param {Object} configField The config field to search in\n * @return {Array} Array of validators or empty array if non found\n ", + "value": "*\r\n * Find the array of validators for a configField\r\n *\r\n * @param {Object} configField The config field to search in\r\n * @return {Array} Array of validators or empty array if non found\r\n ", "start": 0, - "end": 188, + "end": 193, "loc": { "start": { "line": 1, @@ -596,8 +596,8 @@ "updateContext": null }, "value": "export", - "start": 189, - "end": 195, + "start": 195, + "end": 201, "loc": { "start": { "line": 7, @@ -624,8 +624,8 @@ "updateContext": null }, "value": "default", - "start": 196, - "end": 203, + "start": 202, + "end": 209, "loc": { "start": { "line": 7, @@ -651,8 +651,8 @@ "binop": null }, "value": "function", - "start": 204, - "end": 212, + "start": 210, + "end": 218, "loc": { "start": { "line": 7, @@ -677,8 +677,8 @@ "binop": null }, "value": "getValidatorsFromConfigField", - "start": 213, - "end": 241, + "start": 219, + "end": 247, "loc": { "start": { "line": 7, @@ -702,8 +702,8 @@ "postfix": false, "binop": null }, - "start": 241, - "end": 242, + "start": 247, + "end": 248, "loc": { "start": { "line": 7, @@ -728,8 +728,8 @@ "binop": null }, "value": "configField", - "start": 242, - "end": 253, + "start": 248, + "end": 259, "loc": { "start": { "line": 7, @@ -753,8 +753,8 @@ "postfix": false, "binop": null }, - "start": 253, - "end": 254, + "start": 259, + "end": 260, "loc": { "start": { "line": 7, @@ -778,8 +778,8 @@ "postfix": false, "binop": null }, - "start": 255, - "end": 256, + "start": 261, + "end": 262, "loc": { "start": { "line": 7, @@ -806,8 +806,8 @@ "updateContext": null }, "value": "if", - "start": 258, - "end": 260, + "start": 265, + "end": 267, "loc": { "start": { "line": 8, @@ -831,8 +831,8 @@ "postfix": false, "binop": null }, - "start": 261, - "end": 262, + "start": 268, + "end": 269, "loc": { "start": { "line": 8, @@ -858,8 +858,8 @@ "updateContext": null }, "value": "!", - "start": 262, - "end": 263, + "start": 269, + "end": 270, "loc": { "start": { "line": 8, @@ -884,8 +884,8 @@ "binop": null }, "value": "configField", - "start": 263, - "end": 274, + "start": 270, + "end": 281, "loc": { "start": { "line": 8, @@ -910,8 +910,8 @@ "binop": null, "updateContext": null }, - "start": 274, - "end": 275, + "start": 281, + "end": 282, "loc": { "start": { "line": 8, @@ -936,8 +936,8 @@ "binop": null }, "value": "hasOwnProperty", - "start": 275, - "end": 289, + "start": 282, + "end": 296, "loc": { "start": { "line": 8, @@ -961,8 +961,8 @@ "postfix": false, "binop": null }, - "start": 289, - "end": 290, + "start": 296, + "end": 297, "loc": { "start": { "line": 8, @@ -988,8 +988,8 @@ "updateContext": null }, "value": "validators", - "start": 290, - "end": 302, + "start": 297, + "end": 309, "loc": { "start": { "line": 8, @@ -1013,8 +1013,8 @@ "postfix": false, "binop": null }, - "start": 302, - "end": 303, + "start": 309, + "end": 310, "loc": { "start": { "line": 8, @@ -1040,8 +1040,8 @@ "updateContext": null }, "value": "||", - "start": 304, - "end": 306, + "start": 311, + "end": 313, "loc": { "start": { "line": 8, @@ -1067,8 +1067,8 @@ "updateContext": null }, "value": "!", - "start": 307, - "end": 308, + "start": 314, + "end": 315, "loc": { "start": { "line": 8, @@ -1093,8 +1093,8 @@ "binop": null }, "value": "Array", - "start": 308, - "end": 313, + "start": 315, + "end": 320, "loc": { "start": { "line": 8, @@ -1119,8 +1119,8 @@ "binop": null, "updateContext": null }, - "start": 313, - "end": 314, + "start": 320, + "end": 321, "loc": { "start": { "line": 8, @@ -1145,8 +1145,8 @@ "binop": null }, "value": "isArray", - "start": 314, - "end": 321, + "start": 321, + "end": 328, "loc": { "start": { "line": 8, @@ -1170,8 +1170,8 @@ "postfix": false, "binop": null }, - "start": 321, - "end": 322, + "start": 328, + "end": 329, "loc": { "start": { "line": 8, @@ -1196,8 +1196,8 @@ "binop": null }, "value": "configField", - "start": 322, - "end": 333, + "start": 329, + "end": 340, "loc": { "start": { "line": 8, @@ -1222,8 +1222,8 @@ "binop": null, "updateContext": null }, - "start": 333, - "end": 334, + "start": 340, + "end": 341, "loc": { "start": { "line": 8, @@ -1248,8 +1248,8 @@ "binop": null }, "value": "validators", - "start": 334, - "end": 344, + "start": 341, + "end": 351, "loc": { "start": { "line": 8, @@ -1273,8 +1273,8 @@ "postfix": false, "binop": null }, - "start": 344, - "end": 345, + "start": 351, + "end": 352, "loc": { "start": { "line": 8, @@ -1298,8 +1298,8 @@ "postfix": false, "binop": null }, - "start": 345, - "end": 346, + "start": 352, + "end": 353, "loc": { "start": { "line": 8, @@ -1323,8 +1323,8 @@ "postfix": false, "binop": null }, - "start": 347, - "end": 348, + "start": 354, + "end": 355, "loc": { "start": { "line": 8, @@ -1351,8 +1351,8 @@ "updateContext": null }, "value": "return", - "start": 351, - "end": 357, + "start": 359, + "end": 365, "loc": { "start": { "line": 9, @@ -1377,8 +1377,8 @@ "binop": null, "updateContext": null }, - "start": 358, - "end": 359, + "start": 366, + "end": 367, "loc": { "start": { "line": 9, @@ -1403,8 +1403,8 @@ "binop": null, "updateContext": null }, - "start": 359, - "end": 360, + "start": 367, + "end": 368, "loc": { "start": { "line": 9, @@ -1429,8 +1429,8 @@ "binop": null, "updateContext": null }, - "start": 360, - "end": 361, + "start": 368, + "end": 369, "loc": { "start": { "line": 9, @@ -1454,8 +1454,8 @@ "postfix": false, "binop": null }, - "start": 363, - "end": 364, + "start": 372, + "end": 373, "loc": { "start": { "line": 10, @@ -1482,8 +1482,8 @@ "updateContext": null }, "value": "return", - "start": 367, - "end": 373, + "start": 378, + "end": 384, "loc": { "start": { "line": 12, @@ -1508,8 +1508,8 @@ "binop": null }, "value": "configField", - "start": 374, - "end": 385, + "start": 385, + "end": 396, "loc": { "start": { "line": 12, @@ -1534,8 +1534,8 @@ "binop": null, "updateContext": null }, - "start": 385, - "end": 386, + "start": 396, + "end": 397, "loc": { "start": { "line": 12, @@ -1560,8 +1560,8 @@ "binop": null }, "value": "validators", - "start": 386, - "end": 396, + "start": 397, + "end": 407, "loc": { "start": { "line": 12, @@ -1586,8 +1586,8 @@ "binop": null, "updateContext": null }, - "start": 396, - "end": 397, + "start": 407, + "end": 408, "loc": { "start": { "line": 12, @@ -1611,8 +1611,8 @@ "postfix": false, "binop": null }, - "start": 398, - "end": 399, + "start": 410, + "end": 411, "loc": { "start": { "line": 13, @@ -1637,8 +1637,8 @@ "binop": null, "updateContext": null }, - "start": 401, - "end": 401, + "start": 415, + "end": 415, "loc": { "start": { "line": 15, diff --git a/docs/ast/source/components/validation/index.js.json b/docs/ast/source/components/validation/index.js.json index fdad757..0aa950b 100644 --- a/docs/ast/source/components/validation/index.js.json +++ b/docs/ast/source/components/validation/index.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 944, + "end": 971, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 944, + "end": 971, "loc": { "start": { "line": 1, @@ -30,8 +30,8 @@ "body": [ { "type": "ImportDeclaration", - "start": 49, - "end": 123, + "start": 51, + "end": 125, "loc": { "start": { "line": 3, @@ -45,8 +45,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 56, - "end": 84, + "start": 58, + "end": 86, "loc": { "start": { "line": 3, @@ -59,8 +59,8 @@ }, "local": { "type": "Identifier", - "start": 56, - "end": 84, + "start": 58, + "end": 86, "loc": { "start": { "line": 3, @@ -80,8 +80,8 @@ ], "source": { "type": "StringLiteral", - "start": 90, - "end": 122, + "start": 92, + "end": 124, "loc": { "start": { "line": 3, @@ -118,8 +118,8 @@ { "type": "CommentBlock", "value": "eslint-env node", - "start": 29, - "end": 48, + "start": 30, + "end": 49, "loc": { "start": { "line": 2, @@ -135,8 +135,8 @@ }, { "type": "ImportDeclaration", - "start": 124, - "end": 202, + "start": 127, + "end": 205, "loc": { "start": { "line": 4, @@ -150,8 +150,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 131, - "end": 161, + "start": 134, + "end": 164, "loc": { "start": { "line": 4, @@ -164,8 +164,8 @@ }, "local": { "type": "Identifier", - "start": 131, - "end": 161, + "start": 134, + "end": 164, "loc": { "start": { "line": 4, @@ -183,8 +183,8 @@ ], "source": { "type": "StringLiteral", - "start": 167, - "end": 201, + "start": 170, + "end": 204, "loc": { "start": { "line": 4, @@ -204,8 +204,8 @@ }, { "type": "ImportDeclaration", - "start": 203, - "end": 279, + "start": 207, + "end": 283, "loc": { "start": { "line": 5, @@ -219,8 +219,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 210, - "end": 239, + "start": 214, + "end": 243, "loc": { "start": { "line": 5, @@ -233,8 +233,8 @@ }, "local": { "type": "Identifier", - "start": 210, - "end": 239, + "start": 214, + "end": 243, "loc": { "start": { "line": 5, @@ -252,8 +252,8 @@ ], "source": { "type": "StringLiteral", - "start": 245, - "end": 278, + "start": 249, + "end": 282, "loc": { "start": { "line": 5, @@ -273,8 +273,8 @@ }, { "type": "ImportDeclaration", - "start": 280, - "end": 344, + "start": 285, + "end": 349, "loc": { "start": { "line": 6, @@ -288,8 +288,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 288, - "end": 310, + "start": 293, + "end": 315, "loc": { "start": { "line": 6, @@ -302,8 +302,8 @@ }, "imported": { "type": "Identifier", - "start": 288, - "end": 310, + "start": 293, + "end": 315, "loc": { "start": { "line": 6, @@ -319,8 +319,8 @@ }, "local": { "type": "Identifier", - "start": 288, - "end": 310, + "start": 293, + "end": 315, "loc": { "start": { "line": 6, @@ -338,8 +338,8 @@ ], "source": { "type": "StringLiteral", - "start": 317, - "end": 343, + "start": 322, + "end": 348, "loc": { "start": { "line": 6, @@ -359,8 +359,8 @@ }, { "type": "ImportDeclaration", - "start": 345, - "end": 391, + "start": 351, + "end": 397, "loc": { "start": { "line": 7, @@ -374,8 +374,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 352, - "end": 366, + "start": 358, + "end": 372, "loc": { "start": { "line": 7, @@ -388,8 +388,8 @@ }, "local": { "type": "Identifier", - "start": 352, - "end": 366, + "start": 358, + "end": 372, "loc": { "start": { "line": 7, @@ -407,8 +407,8 @@ ], "source": { "type": "StringLiteral", - "start": 372, - "end": 390, + "start": 378, + "end": 396, "loc": { "start": { "line": 7, @@ -428,8 +428,8 @@ }, { "type": "ImportDeclaration", - "start": 392, - "end": 424, + "start": 399, + "end": 431, "loc": { "start": { "line": 8, @@ -443,8 +443,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 399, - "end": 406, + "start": 406, + "end": 413, "loc": { "start": { "line": 8, @@ -457,8 +457,8 @@ }, "local": { "type": "Identifier", - "start": 399, - "end": 406, + "start": 406, + "end": 413, "loc": { "start": { "line": 8, @@ -476,8 +476,8 @@ ], "source": { "type": "StringLiteral", - "start": 412, - "end": 423, + "start": 419, + "end": 430, "loc": { "start": { "line": 8, @@ -497,8 +497,8 @@ }, { "type": "ImportDeclaration", - "start": 425, - "end": 457, + "start": 433, + "end": 465, "loc": { "start": { "line": 9, @@ -512,8 +512,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 432, - "end": 439, + "start": 440, + "end": 447, "loc": { "start": { "line": 9, @@ -526,8 +526,8 @@ }, "local": { "type": "Identifier", - "start": 432, - "end": 439, + "start": 440, + "end": 447, "loc": { "start": { "line": 9, @@ -545,8 +545,8 @@ ], "source": { "type": "StringLiteral", - "start": 445, - "end": 456, + "start": 453, + "end": 464, "loc": { "start": { "line": 9, @@ -566,8 +566,8 @@ }, { "type": "ImportDeclaration", - "start": 458, - "end": 504, + "start": 467, + "end": 513, "loc": { "start": { "line": 10, @@ -581,8 +581,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 465, - "end": 479, + "start": 474, + "end": 488, "loc": { "start": { "line": 10, @@ -595,8 +595,8 @@ }, "local": { "type": "Identifier", - "start": 465, - "end": 479, + "start": 474, + "end": 488, "loc": { "start": { "line": 10, @@ -614,8 +614,8 @@ ], "source": { "type": "StringLiteral", - "start": 485, - "end": 503, + "start": 494, + "end": 512, "loc": { "start": { "line": 10, @@ -636,8 +636,8 @@ { "type": "CommentLine", "value": "Usage here indicates that this is a cross-cutting concern, & it totally is", - "start": 505, - "end": 581, + "start": 515, + "end": 591, "loc": { "start": { "line": 11, @@ -652,8 +652,8 @@ { "type": "CommentLine", "value": "Move to shared module?", - "start": 582, - "end": 606, + "start": 593, + "end": 617, "loc": { "start": { "line": 12, @@ -669,8 +669,8 @@ }, { "type": "ImportDeclaration", - "start": 607, - "end": 676, + "start": 619, + "end": 688, "loc": { "start": { "line": 13, @@ -684,8 +684,8 @@ "specifiers": [ { "type": "ImportSpecifier", - "start": 615, - "end": 641, + "start": 627, + "end": 653, "loc": { "start": { "line": 13, @@ -698,8 +698,8 @@ }, "imported": { "type": "Identifier", - "start": 615, - "end": 641, + "start": 627, + "end": 653, "loc": { "start": { "line": 13, @@ -716,8 +716,8 @@ }, "local": { "type": "Identifier", - "start": 615, - "end": 641, + "start": 627, + "end": 653, "loc": { "start": { "line": 13, @@ -736,8 +736,8 @@ ], "source": { "type": "StringLiteral", - "start": 648, - "end": 675, + "start": 660, + "end": 687, "loc": { "start": { "line": 13, @@ -758,8 +758,8 @@ { "type": "CommentLine", "value": "Usage here indicates that this is a cross-cutting concern, & it totally is", - "start": 505, - "end": 581, + "start": 515, + "end": 591, "loc": { "start": { "line": 11, @@ -774,8 +774,8 @@ { "type": "CommentLine", "value": "Move to shared module?", - "start": 582, - "end": 606, + "start": 593, + "end": 617, "loc": { "start": { "line": 12, @@ -791,9 +791,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * One export for validation system\n ", - "start": 678, - "end": 721, + "value": "*\r\n * One export for validation system\r\n ", + "start": 692, + "end": 737, "loc": { "start": { "line": 15, @@ -809,8 +809,8 @@ }, { "type": "ExportDefaultDeclaration", - "start": 722, - "end": 944, + "start": 739, + "end": 971, "loc": { "start": { "line": 18, @@ -823,8 +823,8 @@ }, "declaration": { "type": "ObjectExpression", - "start": 737, - "end": 943, + "start": 754, + "end": 970, "loc": { "start": { "line": 18, @@ -838,8 +838,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 740, - "end": 768, + "start": 758, + "end": 786, "loc": { "start": { "line": 19, @@ -855,8 +855,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 740, - "end": 768, + "start": 758, + "end": 786, "loc": { "start": { "line": 19, @@ -873,8 +873,8 @@ }, "value": { "type": "Identifier", - "start": 740, - "end": 768, + "start": 758, + "end": 786, "loc": { "start": { "line": 19, @@ -895,8 +895,8 @@ }, { "type": "ObjectProperty", - "start": 771, - "end": 801, + "start": 790, + "end": 820, "loc": { "start": { "line": 20, @@ -912,8 +912,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 771, - "end": 801, + "start": 790, + "end": 820, "loc": { "start": { "line": 20, @@ -929,8 +929,8 @@ }, "value": { "type": "Identifier", - "start": 771, - "end": 801, + "start": 790, + "end": 820, "loc": { "start": { "line": 20, @@ -950,8 +950,8 @@ }, { "type": "ObjectProperty", - "start": 804, - "end": 833, + "start": 824, + "end": 853, "loc": { "start": { "line": 21, @@ -967,8 +967,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 804, - "end": 833, + "start": 824, + "end": 853, "loc": { "start": { "line": 21, @@ -984,8 +984,8 @@ }, "value": { "type": "Identifier", - "start": 804, - "end": 833, + "start": 824, + "end": 853, "loc": { "start": { "line": 21, @@ -1005,8 +1005,8 @@ }, { "type": "ObjectProperty", - "start": 836, - "end": 862, + "start": 857, + "end": 883, "loc": { "start": { "line": 22, @@ -1022,8 +1022,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 836, - "end": 862, + "start": 857, + "end": 883, "loc": { "start": { "line": 22, @@ -1039,8 +1039,8 @@ }, "value": { "type": "Identifier", - "start": 836, - "end": 862, + "start": 857, + "end": 883, "loc": { "start": { "line": 22, @@ -1060,8 +1060,8 @@ }, { "type": "ObjectProperty", - "start": 865, - "end": 887, + "start": 887, + "end": 909, "loc": { "start": { "line": 23, @@ -1077,8 +1077,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 865, - "end": 887, + "start": 887, + "end": 909, "loc": { "start": { "line": 23, @@ -1094,8 +1094,8 @@ }, "value": { "type": "Identifier", - "start": 865, - "end": 887, + "start": 887, + "end": 909, "loc": { "start": { "line": 23, @@ -1115,8 +1115,8 @@ }, { "type": "ObjectProperty", - "start": 890, - "end": 897, + "start": 913, + "end": 920, "loc": { "start": { "line": 24, @@ -1132,8 +1132,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 890, - "end": 897, + "start": 913, + "end": 920, "loc": { "start": { "line": 24, @@ -1149,8 +1149,8 @@ }, "value": { "type": "Identifier", - "start": 890, - "end": 897, + "start": 913, + "end": 920, "loc": { "start": { "line": 24, @@ -1170,8 +1170,8 @@ }, { "type": "ObjectProperty", - "start": 900, - "end": 907, + "start": 924, + "end": 931, "loc": { "start": { "line": 25, @@ -1187,8 +1187,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 900, - "end": 907, + "start": 924, + "end": 931, "loc": { "start": { "line": 25, @@ -1204,8 +1204,8 @@ }, "value": { "type": "Identifier", - "start": 900, - "end": 907, + "start": 924, + "end": 931, "loc": { "start": { "line": 25, @@ -1225,8 +1225,8 @@ }, { "type": "ObjectProperty", - "start": 910, - "end": 924, + "start": 935, + "end": 949, "loc": { "start": { "line": 26, @@ -1242,8 +1242,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 910, - "end": 924, + "start": 935, + "end": 949, "loc": { "start": { "line": 26, @@ -1259,8 +1259,8 @@ }, "value": { "type": "Identifier", - "start": 910, - "end": 924, + "start": 935, + "end": 949, "loc": { "start": { "line": 26, @@ -1280,8 +1280,8 @@ }, { "type": "ObjectProperty", - "start": 927, - "end": 941, + "start": 953, + "end": 967, "loc": { "start": { "line": 27, @@ -1297,8 +1297,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 927, - "end": 941, + "start": 953, + "end": 967, "loc": { "start": { "line": 27, @@ -1314,8 +1314,8 @@ }, "value": { "type": "Identifier", - "start": 927, - "end": 941, + "start": 953, + "end": 967, "loc": { "start": { "line": 27, @@ -1337,9 +1337,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * One export for validation system\n ", - "start": 678, - "end": 721, + "value": "*\r\n * One export for validation system\r\n ", + "start": 692, + "end": 737, "loc": { "start": { "line": 15, @@ -1357,9 +1357,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * One export for validation system\n ", - "start": 678, - "end": 721, + "value": "*\r\n * One export for validation system\r\n ", + "start": 692, + "end": 737, "loc": { "start": { "line": 15, @@ -1396,8 +1396,8 @@ { "type": "CommentBlock", "value": "eslint-env node", - "start": 29, - "end": 48, + "start": 30, + "end": 49, "loc": { "start": { "line": 2, @@ -1412,8 +1412,8 @@ { "type": "CommentLine", "value": "Usage here indicates that this is a cross-cutting concern, & it totally is", - "start": 505, - "end": 581, + "start": 515, + "end": 591, "loc": { "start": { "line": 11, @@ -1428,8 +1428,8 @@ { "type": "CommentLine", "value": "Move to shared module?", - "start": 582, - "end": 606, + "start": 593, + "end": 617, "loc": { "start": { "line": 12, @@ -1443,9 +1443,9 @@ }, { "type": "CommentBlock", - "value": "*\n * One export for validation system\n ", - "start": 678, - "end": 721, + "value": "*\r\n * One export for validation system\r\n ", + "start": 692, + "end": 737, "loc": { "start": { "line": 15, @@ -1478,8 +1478,8 @@ { "type": "CommentBlock", "value": "eslint-env node", - "start": 29, - "end": 48, + "start": 30, + "end": 49, "loc": { "start": { "line": 2, @@ -1506,8 +1506,8 @@ "updateContext": null }, "value": "import", - "start": 49, - "end": 55, + "start": 51, + "end": 57, "loc": { "start": { "line": 3, @@ -1532,8 +1532,8 @@ "binop": null }, "value": "getValidatorsFromConfigField", - "start": 56, - "end": 84, + "start": 58, + "end": 86, "loc": { "start": { "line": 3, @@ -1558,8 +1558,8 @@ "binop": null }, "value": "from", - "start": 85, - "end": 89, + "start": 87, + "end": 91, "loc": { "start": { "line": 3, @@ -1585,8 +1585,8 @@ "updateContext": null }, "value": "./getValidatorsFromConfigField", - "start": 90, - "end": 122, + "start": 92, + "end": 124, "loc": { "start": { "line": 3, @@ -1611,8 +1611,8 @@ "binop": null, "updateContext": null }, - "start": 122, - "end": 123, + "start": 124, + "end": 125, "loc": { "start": { "line": 3, @@ -1639,8 +1639,8 @@ "updateContext": null }, "value": "import", - "start": 124, - "end": 130, + "start": 127, + "end": 133, "loc": { "start": { "line": 4, @@ -1665,8 +1665,8 @@ "binop": null }, "value": "checkValidatorsForConfigFields", - "start": 131, - "end": 161, + "start": 134, + "end": 164, "loc": { "start": { "line": 4, @@ -1691,8 +1691,8 @@ "binop": null }, "value": "from", - "start": 162, - "end": 166, + "start": 165, + "end": 169, "loc": { "start": { "line": 4, @@ -1718,8 +1718,8 @@ "updateContext": null }, "value": "./checkValidatorsForConfigFields", - "start": 167, - "end": 201, + "start": 170, + "end": 204, "loc": { "start": { "line": 4, @@ -1744,8 +1744,8 @@ "binop": null, "updateContext": null }, - "start": 201, - "end": 202, + "start": 204, + "end": 205, "loc": { "start": { "line": 4, @@ -1772,8 +1772,8 @@ "updateContext": null }, "value": "import", - "start": 203, - "end": 209, + "start": 207, + "end": 213, "loc": { "start": { "line": 5, @@ -1798,8 +1798,8 @@ "binop": null }, "value": "checkValidatorsForConfigField", - "start": 210, - "end": 239, + "start": 214, + "end": 243, "loc": { "start": { "line": 5, @@ -1824,8 +1824,8 @@ "binop": null }, "value": "from", - "start": 240, - "end": 244, + "start": 244, + "end": 248, "loc": { "start": { "line": 5, @@ -1851,8 +1851,8 @@ "updateContext": null }, "value": "./checkValidatorsForConfigField", - "start": 245, - "end": 278, + "start": 249, + "end": 282, "loc": { "start": { "line": 5, @@ -1877,8 +1877,8 @@ "binop": null, "updateContext": null }, - "start": 278, - "end": 279, + "start": 282, + "end": 283, "loc": { "start": { "line": 5, @@ -1905,8 +1905,8 @@ "updateContext": null }, "value": "import", - "start": 280, - "end": 286, + "start": 285, + "end": 291, "loc": { "start": { "line": 6, @@ -1930,8 +1930,8 @@ "postfix": false, "binop": null }, - "start": 287, - "end": 288, + "start": 292, + "end": 293, "loc": { "start": { "line": 6, @@ -1956,8 +1956,8 @@ "binop": null }, "value": "addAutomaticValidators", - "start": 288, - "end": 310, + "start": 293, + "end": 315, "loc": { "start": { "line": 6, @@ -1981,8 +1981,8 @@ "postfix": false, "binop": null }, - "start": 310, - "end": 311, + "start": 315, + "end": 316, "loc": { "start": { "line": 6, @@ -2007,8 +2007,8 @@ "binop": null }, "value": "from", - "start": 312, - "end": 316, + "start": 317, + "end": 321, "loc": { "start": { "line": 6, @@ -2034,8 +2034,8 @@ "updateContext": null }, "value": "./addAutomaticValidators", - "start": 317, - "end": 343, + "start": 322, + "end": 348, "loc": { "start": { "line": 6, @@ -2060,8 +2060,8 @@ "binop": null, "updateContext": null }, - "start": 343, - "end": 344, + "start": 348, + "end": 349, "loc": { "start": { "line": 6, @@ -2088,8 +2088,8 @@ "updateContext": null }, "value": "import", - "start": 345, - "end": 351, + "start": 351, + "end": 357, "loc": { "start": { "line": 7, @@ -2114,8 +2114,8 @@ "binop": null }, "value": "messageStrings", - "start": 352, - "end": 366, + "start": 358, + "end": 372, "loc": { "start": { "line": 7, @@ -2140,8 +2140,8 @@ "binop": null }, "value": "from", - "start": 367, - "end": 371, + "start": 373, + "end": 377, "loc": { "start": { "line": 7, @@ -2167,8 +2167,8 @@ "updateContext": null }, "value": "./messageStrings", - "start": 372, - "end": 390, + "start": 378, + "end": 396, "loc": { "start": { "line": 7, @@ -2193,8 +2193,8 @@ "binop": null, "updateContext": null }, - "start": 390, - "end": 391, + "start": 396, + "end": 397, "loc": { "start": { "line": 7, @@ -2221,8 +2221,8 @@ "updateContext": null }, "value": "import", - "start": 392, - "end": 398, + "start": 399, + "end": 405, "loc": { "start": { "line": 8, @@ -2247,8 +2247,8 @@ "binop": null }, "value": "isEmpty", - "start": 399, - "end": 406, + "start": 406, + "end": 413, "loc": { "start": { "line": 8, @@ -2273,8 +2273,8 @@ "binop": null }, "value": "from", - "start": 407, - "end": 411, + "start": 414, + "end": 418, "loc": { "start": { "line": 8, @@ -2300,8 +2300,8 @@ "updateContext": null }, "value": "./isEmpty", - "start": 412, - "end": 423, + "start": 419, + "end": 430, "loc": { "start": { "line": 8, @@ -2326,8 +2326,8 @@ "binop": null, "updateContext": null }, - "start": 423, - "end": 424, + "start": 430, + "end": 431, "loc": { "start": { "line": 8, @@ -2354,8 +2354,8 @@ "updateContext": null }, "value": "import", - "start": 425, - "end": 431, + "start": 433, + "end": 439, "loc": { "start": { "line": 9, @@ -2380,8 +2380,8 @@ "binop": null }, "value": "isValid", - "start": 432, - "end": 439, + "start": 440, + "end": 447, "loc": { "start": { "line": 9, @@ -2406,8 +2406,8 @@ "binop": null }, "value": "from", - "start": 440, - "end": 444, + "start": 448, + "end": 452, "loc": { "start": { "line": 9, @@ -2433,8 +2433,8 @@ "updateContext": null }, "value": "./isValid", - "start": 445, - "end": 456, + "start": 453, + "end": 464, "loc": { "start": { "line": 9, @@ -2459,8 +2459,8 @@ "binop": null, "updateContext": null }, - "start": 456, - "end": 457, + "start": 464, + "end": 465, "loc": { "start": { "line": 9, @@ -2487,8 +2487,8 @@ "updateContext": null }, "value": "import", - "start": 458, - "end": 464, + "start": 467, + "end": 473, "loc": { "start": { "line": 10, @@ -2513,8 +2513,8 @@ "binop": null }, "value": "isValidOrEmpty", - "start": 465, - "end": 479, + "start": 474, + "end": 488, "loc": { "start": { "line": 10, @@ -2539,8 +2539,8 @@ "binop": null }, "value": "from", - "start": 480, - "end": 484, + "start": 489, + "end": 493, "loc": { "start": { "line": 10, @@ -2566,8 +2566,8 @@ "updateContext": null }, "value": "./isValidOrEmpty", - "start": 485, - "end": 503, + "start": 494, + "end": 512, "loc": { "start": { "line": 10, @@ -2592,8 +2592,8 @@ "binop": null, "updateContext": null }, - "start": 503, - "end": 504, + "start": 512, + "end": 513, "loc": { "start": { "line": 10, @@ -2608,8 +2608,8 @@ { "type": "CommentLine", "value": "Usage here indicates that this is a cross-cutting concern, & it totally is", - "start": 505, - "end": 581, + "start": 515, + "end": 591, "loc": { "start": { "line": 11, @@ -2624,8 +2624,8 @@ { "type": "CommentLine", "value": "Move to shared module?", - "start": 582, - "end": 606, + "start": 593, + "end": 617, "loc": { "start": { "line": 12, @@ -2652,8 +2652,8 @@ "updateContext": null }, "value": "import", - "start": 607, - "end": 613, + "start": 619, + "end": 625, "loc": { "start": { "line": 13, @@ -2677,8 +2677,8 @@ "postfix": false, "binop": null }, - "start": 614, - "end": 615, + "start": 626, + "end": 627, "loc": { "start": { "line": 13, @@ -2703,8 +2703,8 @@ "binop": null }, "value": "reduceConfigFieldsToValues", - "start": 615, - "end": 641, + "start": 627, + "end": 653, "loc": { "start": { "line": 13, @@ -2728,8 +2728,8 @@ "postfix": false, "binop": null }, - "start": 641, - "end": 642, + "start": 653, + "end": 654, "loc": { "start": { "line": 13, @@ -2754,8 +2754,8 @@ "binop": null }, "value": "from", - "start": 643, - "end": 647, + "start": 655, + "end": 659, "loc": { "start": { "line": 13, @@ -2781,8 +2781,8 @@ "updateContext": null }, "value": "../conditional-logic/util", - "start": 648, - "end": 675, + "start": 660, + "end": 687, "loc": { "start": { "line": 13, @@ -2807,8 +2807,8 @@ "binop": null, "updateContext": null }, - "start": 675, - "end": 676, + "start": 687, + "end": 688, "loc": { "start": { "line": 13, @@ -2822,9 +2822,9 @@ }, { "type": "CommentBlock", - "value": "*\n * One export for validation system\n ", - "start": 678, - "end": 721, + "value": "*\r\n * One export for validation system\r\n ", + "start": 692, + "end": 737, "loc": { "start": { "line": 15, @@ -2851,8 +2851,8 @@ "updateContext": null }, "value": "export", - "start": 722, - "end": 728, + "start": 739, + "end": 745, "loc": { "start": { "line": 18, @@ -2879,8 +2879,8 @@ "updateContext": null }, "value": "default", - "start": 729, - "end": 736, + "start": 746, + "end": 753, "loc": { "start": { "line": 18, @@ -2904,8 +2904,8 @@ "postfix": false, "binop": null }, - "start": 737, - "end": 738, + "start": 754, + "end": 755, "loc": { "start": { "line": 18, @@ -2930,8 +2930,8 @@ "binop": null }, "value": "getValidatorsFromConfigField", - "start": 740, - "end": 768, + "start": 758, + "end": 786, "loc": { "start": { "line": 19, @@ -2956,8 +2956,8 @@ "binop": null, "updateContext": null }, - "start": 768, - "end": 769, + "start": 786, + "end": 787, "loc": { "start": { "line": 19, @@ -2982,8 +2982,8 @@ "binop": null }, "value": "checkValidatorsForConfigFields", - "start": 771, - "end": 801, + "start": 790, + "end": 820, "loc": { "start": { "line": 20, @@ -3008,8 +3008,8 @@ "binop": null, "updateContext": null }, - "start": 801, - "end": 802, + "start": 820, + "end": 821, "loc": { "start": { "line": 20, @@ -3034,8 +3034,8 @@ "binop": null }, "value": "checkValidatorsForConfigField", - "start": 804, - "end": 833, + "start": 824, + "end": 853, "loc": { "start": { "line": 21, @@ -3060,8 +3060,8 @@ "binop": null, "updateContext": null }, - "start": 833, - "end": 834, + "start": 853, + "end": 854, "loc": { "start": { "line": 21, @@ -3086,8 +3086,8 @@ "binop": null }, "value": "reduceConfigFieldsToValues", - "start": 836, - "end": 862, + "start": 857, + "end": 883, "loc": { "start": { "line": 22, @@ -3112,8 +3112,8 @@ "binop": null, "updateContext": null }, - "start": 862, - "end": 863, + "start": 883, + "end": 884, "loc": { "start": { "line": 22, @@ -3138,8 +3138,8 @@ "binop": null }, "value": "addAutomaticValidators", - "start": 865, - "end": 887, + "start": 887, + "end": 909, "loc": { "start": { "line": 23, @@ -3164,8 +3164,8 @@ "binop": null, "updateContext": null }, - "start": 887, - "end": 888, + "start": 909, + "end": 910, "loc": { "start": { "line": 23, @@ -3190,8 +3190,8 @@ "binop": null }, "value": "isEmpty", - "start": 890, - "end": 897, + "start": 913, + "end": 920, "loc": { "start": { "line": 24, @@ -3216,8 +3216,8 @@ "binop": null, "updateContext": null }, - "start": 897, - "end": 898, + "start": 920, + "end": 921, "loc": { "start": { "line": 24, @@ -3242,8 +3242,8 @@ "binop": null }, "value": "isValid", - "start": 900, - "end": 907, + "start": 924, + "end": 931, "loc": { "start": { "line": 25, @@ -3268,8 +3268,8 @@ "binop": null, "updateContext": null }, - "start": 907, - "end": 908, + "start": 931, + "end": 932, "loc": { "start": { "line": 25, @@ -3294,8 +3294,8 @@ "binop": null }, "value": "isValidOrEmpty", - "start": 910, - "end": 924, + "start": 935, + "end": 949, "loc": { "start": { "line": 26, @@ -3320,8 +3320,8 @@ "binop": null, "updateContext": null }, - "start": 924, - "end": 925, + "start": 949, + "end": 950, "loc": { "start": { "line": 26, @@ -3346,8 +3346,8 @@ "binop": null }, "value": "messageStrings", - "start": 927, - "end": 941, + "start": 953, + "end": 967, "loc": { "start": { "line": 27, @@ -3371,8 +3371,8 @@ "postfix": false, "binop": null }, - "start": 942, - "end": 943, + "start": 969, + "end": 970, "loc": { "start": { "line": 28, @@ -3397,8 +3397,8 @@ "binop": null, "updateContext": null }, - "start": 943, - "end": 944, + "start": 970, + "end": 971, "loc": { "start": { "line": 28, @@ -3423,8 +3423,8 @@ "binop": null, "updateContext": null }, - "start": 944, - "end": 944, + "start": 971, + "end": 971, "loc": { "start": { "line": 28, diff --git a/docs/ast/source/components/validation/isEmpty.js.json b/docs/ast/source/components/validation/isEmpty.js.json index 93ccc43..0347354 100644 --- a/docs/ast/source/components/validation/isEmpty.js.json +++ b/docs/ast/source/components/validation/isEmpty.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 1283, + "end": 1350, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 1283, + "end": 1350, "loc": { "start": { "line": 1, @@ -30,8 +30,8 @@ "body": [ { "type": "ExportDefaultDeclaration", - "start": 67, - "end": 1283, + "start": 70, + "end": 1350, "loc": { "start": { "line": 4, @@ -44,8 +44,8 @@ }, "declaration": { "type": "ObjectExpression", - "start": 82, - "end": 1282, + "start": 85, + "end": 1349, "loc": { "start": { "line": 4, @@ -59,8 +59,8 @@ "properties": [ { "type": "ObjectMethod", - "start": 254, - "end": 565, + "start": 264, + "end": 591, "loc": { "start": { "line": 11, @@ -76,8 +76,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 254, - "end": 262, + "start": 264, + "end": 272, "loc": { "start": { "line": 11, @@ -100,8 +100,8 @@ "params": [ { "type": "Identifier", - "start": 263, - "end": 268, + "start": 273, + "end": 278, "loc": { "start": { "line": 11, @@ -118,8 +118,8 @@ ], "body": { "type": "BlockStatement", - "start": 269, - "end": 565, + "start": 279, + "end": 591, "loc": { "start": { "line": 11, @@ -133,8 +133,8 @@ "body": [ { "type": "IfStatement", - "start": 273, - "end": 332, + "start": 284, + "end": 345, "loc": { "start": { "line": 12, @@ -147,8 +147,8 @@ }, "test": { "type": "CallExpression", - "start": 277, - "end": 297, + "start": 288, + "end": 308, "loc": { "start": { "line": 12, @@ -161,8 +161,8 @@ }, "callee": { "type": "MemberExpression", - "start": 277, - "end": 290, + "start": 288, + "end": 301, "loc": { "start": { "line": 12, @@ -175,8 +175,8 @@ }, "object": { "type": "Identifier", - "start": 277, - "end": 282, + "start": 288, + "end": 293, "loc": { "start": { "line": 12, @@ -192,8 +192,8 @@ }, "property": { "type": "Identifier", - "start": 283, - "end": 290, + "start": 294, + "end": 301, "loc": { "start": { "line": 12, @@ -212,8 +212,8 @@ "arguments": [ { "type": "Identifier", - "start": 291, - "end": 296, + "start": 302, + "end": 307, "loc": { "start": { "line": 12, @@ -231,8 +231,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 298, - "end": 332, + "start": 309, + "end": 345, "loc": { "start": { "line": 12, @@ -246,8 +246,8 @@ "body": [ { "type": "ReturnStatement", - "start": 303, - "end": 328, + "start": 315, + "end": 340, "loc": { "start": { "line": 13, @@ -260,8 +260,8 @@ }, "argument": { "type": "CallExpression", - "start": 310, - "end": 327, + "start": 322, + "end": 339, "loc": { "start": { "line": 13, @@ -274,8 +274,8 @@ }, "callee": { "type": "MemberExpression", - "start": 310, - "end": 320, + "start": 322, + "end": 332, "loc": { "start": { "line": 13, @@ -288,8 +288,8 @@ }, "object": { "type": "ThisExpression", - "start": 310, - "end": 314, + "start": 322, + "end": 326, "loc": { "start": { "line": 13, @@ -303,8 +303,8 @@ }, "property": { "type": "Identifier", - "start": 315, - "end": 320, + "start": 327, + "end": 332, "loc": { "start": { "line": 13, @@ -323,8 +323,8 @@ "arguments": [ { "type": "Identifier", - "start": 321, - "end": 326, + "start": 333, + "end": 338, "loc": { "start": { "line": 13, @@ -348,8 +348,8 @@ }, { "type": "IfStatement", - "start": 335, - "end": 393, + "start": 349, + "end": 409, "loc": { "start": { "line": 15, @@ -362,8 +362,8 @@ }, "test": { "type": "BinaryExpression", - "start": 339, - "end": 359, + "start": 353, + "end": 373, "loc": { "start": { "line": 15, @@ -376,8 +376,8 @@ }, "left": { "type": "Identifier", - "start": 339, - "end": 344, + "start": 353, + "end": 358, "loc": { "start": { "line": 15, @@ -394,8 +394,8 @@ "operator": "instanceof", "right": { "type": "Identifier", - "start": 356, - "end": 359, + "start": 370, + "end": 373, "loc": { "start": { "line": 15, @@ -412,8 +412,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 361, - "end": 393, + "start": 375, + "end": 409, "loc": { "start": { "line": 15, @@ -427,8 +427,8 @@ "body": [ { "type": "ReturnStatement", - "start": 366, - "end": 389, + "start": 381, + "end": 404, "loc": { "start": { "line": 16, @@ -441,8 +441,8 @@ }, "argument": { "type": "CallExpression", - "start": 373, - "end": 388, + "start": 388, + "end": 403, "loc": { "start": { "line": 16, @@ -455,8 +455,8 @@ }, "callee": { "type": "MemberExpression", - "start": 373, - "end": 381, + "start": 388, + "end": 396, "loc": { "start": { "line": 16, @@ -469,8 +469,8 @@ }, "object": { "type": "ThisExpression", - "start": 373, - "end": 377, + "start": 388, + "end": 392, "loc": { "start": { "line": 16, @@ -484,8 +484,8 @@ }, "property": { "type": "Identifier", - "start": 378, - "end": 381, + "start": 393, + "end": 396, "loc": { "start": { "line": 16, @@ -504,8 +504,8 @@ "arguments": [ { "type": "Identifier", - "start": 382, - "end": 387, + "start": 397, + "end": 402, "loc": { "start": { "line": 16, @@ -529,8 +529,8 @@ }, { "type": "SwitchStatement", - "start": 396, - "end": 546, + "start": 413, + "end": 570, "loc": { "start": { "line": 18, @@ -543,8 +543,8 @@ }, "discriminant": { "type": "UnaryExpression", - "start": 404, - "end": 416, + "start": 421, + "end": 433, "loc": { "start": { "line": 18, @@ -559,8 +559,8 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 411, - "end": 416, + "start": 428, + "end": 433, "loc": { "start": { "line": 18, @@ -581,8 +581,8 @@ "cases": [ { "type": "SwitchCase", - "start": 421, - "end": 465, + "start": 439, + "end": 484, "loc": { "start": { "line": 19, @@ -596,8 +596,8 @@ "consequent": [ { "type": "ReturnStatement", - "start": 439, - "end": 465, + "start": 458, + "end": 484, "loc": { "start": { "line": 20, @@ -610,8 +610,8 @@ }, "argument": { "type": "CallExpression", - "start": 446, - "end": 464, + "start": 465, + "end": 483, "loc": { "start": { "line": 20, @@ -624,8 +624,8 @@ }, "callee": { "type": "MemberExpression", - "start": 446, - "end": 457, + "start": 465, + "end": 476, "loc": { "start": { "line": 20, @@ -638,8 +638,8 @@ }, "object": { "type": "ThisExpression", - "start": 446, - "end": 450, + "start": 465, + "end": 469, "loc": { "start": { "line": 20, @@ -653,8 +653,8 @@ }, "property": { "type": "Identifier", - "start": 451, - "end": 457, + "start": 470, + "end": 476, "loc": { "start": { "line": 20, @@ -673,8 +673,8 @@ "arguments": [ { "type": "Identifier", - "start": 458, - "end": 463, + "start": 477, + "end": 482, "loc": { "start": { "line": 20, @@ -694,8 +694,8 @@ ], "test": { "type": "StringLiteral", - "start": 426, - "end": 434, + "start": 444, + "end": 452, "loc": { "start": { "line": 19, @@ -715,8 +715,8 @@ }, { "type": "SwitchCase", - "start": 468, - "end": 512, + "start": 488, + "end": 533, "loc": { "start": { "line": 21, @@ -730,8 +730,8 @@ "consequent": [ { "type": "ReturnStatement", - "start": 486, - "end": 512, + "start": 507, + "end": 533, "loc": { "start": { "line": 22, @@ -744,8 +744,8 @@ }, "argument": { "type": "CallExpression", - "start": 493, - "end": 511, + "start": 514, + "end": 532, "loc": { "start": { "line": 22, @@ -758,8 +758,8 @@ }, "callee": { "type": "MemberExpression", - "start": 493, - "end": 504, + "start": 514, + "end": 525, "loc": { "start": { "line": 22, @@ -772,8 +772,8 @@ }, "object": { "type": "ThisExpression", - "start": 493, - "end": 497, + "start": 514, + "end": 518, "loc": { "start": { "line": 22, @@ -787,8 +787,8 @@ }, "property": { "type": "Identifier", - "start": 498, - "end": 504, + "start": 519, + "end": 525, "loc": { "start": { "line": 22, @@ -807,8 +807,8 @@ "arguments": [ { "type": "Identifier", - "start": 505, - "end": 510, + "start": 526, + "end": 531, "loc": { "start": { "line": 22, @@ -828,8 +828,8 @@ ], "test": { "type": "StringLiteral", - "start": 473, - "end": 481, + "start": 493, + "end": 501, "loc": { "start": { "line": 21, @@ -849,8 +849,8 @@ }, { "type": "SwitchCase", - "start": 515, - "end": 540, + "start": 537, + "end": 563, "loc": { "start": { "line": 23, @@ -864,8 +864,8 @@ "consequent": [ { "type": "ReturnStatement", - "start": 527, - "end": 540, + "start": 550, + "end": 563, "loc": { "start": { "line": 24, @@ -878,8 +878,8 @@ }, "argument": { "type": "BooleanLiteral", - "start": 534, - "end": 539, + "start": 557, + "end": 562, "loc": { "start": { "line": 24, @@ -900,8 +900,8 @@ { "type": "CommentLine", "value": "", - "start": 540, - "end": 542, + "start": 563, + "end": 565, "loc": { "start": { "line": 24, @@ -919,8 +919,8 @@ }, { "type": "ReturnStatement", - "start": 549, - "end": 562, + "start": 574, + "end": 587, "loc": { "start": { "line": 26, @@ -933,8 +933,8 @@ }, "argument": { "type": "BooleanLiteral", - "start": 556, - "end": 561, + "start": 581, + "end": 586, "loc": { "start": { "line": 26, @@ -954,9 +954,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if different types (numbers, strings, objects, arrays or Maps) are empty\n\t *\n\t * @param {String|number|Array|object|Map} value\n\t * @return {boolean}\n\t ", - "start": 85, - "end": 252, + "value": "*\r\n\t * Check if different types (numbers, strings, objects, arrays or Maps) are empty\r\n\t *\r\n\t * @param {String|number|Array|object|Map} value\r\n\t * @return {boolean}\r\n\t ", + "start": 89, + "end": 261, "loc": { "start": { "line": 5, @@ -972,8 +972,8 @@ }, { "type": "ObjectMethod", - "start": 688, - "end": 801, + "start": 721, + "end": 840, "loc": { "start": { "line": 34, @@ -989,8 +989,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 688, - "end": 694, + "start": 721, + "end": 727, "loc": { "start": { "line": 34, @@ -1013,8 +1013,8 @@ "params": [ { "type": "Identifier", - "start": 695, - "end": 700, + "start": 728, + "end": 733, "loc": { "start": { "line": 34, @@ -1031,8 +1031,8 @@ ], "body": { "type": "BlockStatement", - "start": 701, - "end": 801, + "start": 734, + "end": 840, "loc": { "start": { "line": 34, @@ -1046,8 +1046,8 @@ "body": [ { "type": "ForInStatement", - "start": 705, - "end": 783, + "start": 739, + "end": 820, "loc": { "start": { "line": 35, @@ -1060,8 +1060,8 @@ }, "left": { "type": "VariableDeclaration", - "start": 709, - "end": 716, + "start": 743, + "end": 750, "loc": { "start": { "line": 35, @@ -1075,8 +1075,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 713, - "end": 716, + "start": 747, + "end": 750, "loc": { "start": { "line": 35, @@ -1089,8 +1089,8 @@ }, "id": { "type": "Identifier", - "start": 713, - "end": 716, + "start": 747, + "end": 750, "loc": { "start": { "line": 35, @@ -1111,8 +1111,8 @@ }, "right": { "type": "Identifier", - "start": 720, - "end": 725, + "start": 754, + "end": 759, "loc": { "start": { "line": 35, @@ -1128,8 +1128,8 @@ }, "body": { "type": "BlockStatement", - "start": 727, - "end": 783, + "start": 761, + "end": 820, "loc": { "start": { "line": 35, @@ -1143,8 +1143,8 @@ "body": [ { "type": "IfStatement", - "start": 732, - "end": 779, + "start": 767, + "end": 815, "loc": { "start": { "line": 36, @@ -1157,8 +1157,8 @@ }, "test": { "type": "CallExpression", - "start": 735, - "end": 760, + "start": 770, + "end": 795, "loc": { "start": { "line": 36, @@ -1171,8 +1171,8 @@ }, "callee": { "type": "MemberExpression", - "start": 735, - "end": 755, + "start": 770, + "end": 790, "loc": { "start": { "line": 36, @@ -1185,8 +1185,8 @@ }, "object": { "type": "Identifier", - "start": 735, - "end": 740, + "start": 770, + "end": 775, "loc": { "start": { "line": 36, @@ -1202,8 +1202,8 @@ }, "property": { "type": "Identifier", - "start": 741, - "end": 755, + "start": 776, + "end": 790, "loc": { "start": { "line": 36, @@ -1222,8 +1222,8 @@ "arguments": [ { "type": "Identifier", - "start": 756, - "end": 759, + "start": 791, + "end": 794, "loc": { "start": { "line": 36, @@ -1241,8 +1241,8 @@ }, "consequent": { "type": "ReturnStatement", - "start": 766, - "end": 779, + "start": 802, + "end": 815, "loc": { "start": { "line": 37, @@ -1255,8 +1255,8 @@ }, "argument": { "type": "BooleanLiteral", - "start": 773, - "end": 778, + "start": 809, + "end": 814, "loc": { "start": { "line": 37, @@ -1278,8 +1278,8 @@ }, { "type": "ReturnStatement", - "start": 786, - "end": 798, + "start": 824, + "end": 836, "loc": { "start": { "line": 39, @@ -1292,8 +1292,8 @@ }, "argument": { "type": "BooleanLiteral", - "start": 793, - "end": 797, + "start": 831, + "end": 835, "loc": { "start": { "line": 39, @@ -1313,9 +1313,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if value is an empty object\n\t *\n\t * @param {Object} value The object to check\n\t * @return {boolean}\n\t ", - "start": 568, - "end": 686, + "value": "*\r\n\t * Check if value is an empty object\r\n\t *\r\n\t * @param {Object} value The object to check\r\n\t * @return {boolean}\r\n\t ", + "start": 595, + "end": 718, "loc": { "start": { "line": 28, @@ -1331,8 +1331,8 @@ }, { "type": "ObjectMethod", - "start": 917, - "end": 962, + "start": 963, + "end": 1010, "loc": { "start": { "line": 47, @@ -1348,8 +1348,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 917, - "end": 922, + "start": 963, + "end": 968, "loc": { "start": { "line": 47, @@ -1372,8 +1372,8 @@ "params": [ { "type": "Identifier", - "start": 923, - "end": 928, + "start": 969, + "end": 974, "loc": { "start": { "line": 47, @@ -1390,8 +1390,8 @@ ], "body": { "type": "BlockStatement", - "start": 929, - "end": 962, + "start": 975, + "end": 1010, "loc": { "start": { "line": 47, @@ -1405,8 +1405,8 @@ "body": [ { "type": "ReturnStatement", - "start": 933, - "end": 959, + "start": 980, + "end": 1006, "loc": { "start": { "line": 48, @@ -1419,8 +1419,8 @@ }, "argument": { "type": "BinaryExpression", - "start": 940, - "end": 958, + "start": 987, + "end": 1005, "loc": { "start": { "line": 48, @@ -1433,8 +1433,8 @@ }, "left": { "type": "NumericLiteral", - "start": 940, - "end": 941, + "start": 987, + "end": 988, "loc": { "start": { "line": 48, @@ -1454,8 +1454,8 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 946, - "end": 958, + "start": 993, + "end": 1005, "loc": { "start": { "line": 48, @@ -1468,8 +1468,8 @@ }, "object": { "type": "Identifier", - "start": 946, - "end": 951, + "start": 993, + "end": 998, "loc": { "start": { "line": 48, @@ -1485,8 +1485,8 @@ }, "property": { "type": "Identifier", - "start": 952, - "end": 958, + "start": 999, + "end": 1005, "loc": { "start": { "line": 48, @@ -1510,9 +1510,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if value is an empty array\n\t *\n\t * @param {Array} value Array to check\n\t * @return {boolean}\n\t ", - "start": 804, - "end": 915, + "value": "*\r\n\t * Check if value is an empty array\r\n\t *\r\n\t * @param {Array} value Array to check\r\n\t * @return {boolean}\r\n\t ", + "start": 844, + "end": 960, "loc": { "start": { "line": 41, @@ -1528,8 +1528,8 @@ }, { "type": "ObjectMethod", - "start": 1085, - "end": 1119, + "start": 1140, + "end": 1176, "loc": { "start": { "line": 56, @@ -1545,8 +1545,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1085, - "end": 1091, + "start": 1140, + "end": 1146, "loc": { "start": { "line": 56, @@ -1569,8 +1569,8 @@ "params": [ { "type": "Identifier", - "start": 1092, - "end": 1097, + "start": 1147, + "end": 1152, "loc": { "start": { "line": 56, @@ -1587,8 +1587,8 @@ ], "body": { "type": "BlockStatement", - "start": 1098, - "end": 1119, + "start": 1153, + "end": 1176, "loc": { "start": { "line": 56, @@ -1602,8 +1602,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1102, - "end": 1116, + "start": 1158, + "end": 1172, "loc": { "start": { "line": 57, @@ -1616,8 +1616,8 @@ }, "argument": { "type": "UnaryExpression", - "start": 1109, - "end": 1115, + "start": 1165, + "end": 1171, "loc": { "start": { "line": 57, @@ -1632,8 +1632,8 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 1110, - "end": 1115, + "start": 1166, + "end": 1171, "loc": { "start": { "line": 57, @@ -1658,9 +1658,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if value is not an empty string\n\t *\n\t * @param {String} value String to check\n\t * @return {boolean}\n\t ", - "start": 965, - "end": 1083, + "value": "*\r\n\t * Check if value is not an empty string\r\n\t *\r\n\t * @param {String} value String to check\r\n\t * @return {boolean}\r\n\t ", + "start": 1014, + "end": 1137, "loc": { "start": { "line": 50, @@ -1676,8 +1676,8 @@ }, { "type": "ObjectMethod", - "start": 1237, - "end": 1280, + "start": 1301, + "end": 1346, "loc": { "start": { "line": 65, @@ -1693,8 +1693,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1237, - "end": 1240, + "start": 1301, + "end": 1304, "loc": { "start": { "line": 65, @@ -1717,8 +1717,8 @@ "params": [ { "type": "Identifier", - "start": 1242, - "end": 1247, + "start": 1306, + "end": 1311, "loc": { "start": { "line": 65, @@ -1735,8 +1735,8 @@ ], "body": { "type": "BlockStatement", - "start": 1249, - "end": 1280, + "start": 1313, + "end": 1346, "loc": { "start": { "line": 65, @@ -1750,8 +1750,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1253, - "end": 1277, + "start": 1318, + "end": 1342, "loc": { "start": { "line": 66, @@ -1764,8 +1764,8 @@ }, "argument": { "type": "BinaryExpression", - "start": 1260, - "end": 1276, + "start": 1325, + "end": 1341, "loc": { "start": { "line": 66, @@ -1778,8 +1778,8 @@ }, "left": { "type": "NumericLiteral", - "start": 1260, - "end": 1261, + "start": 1325, + "end": 1326, "loc": { "start": { "line": 66, @@ -1799,8 +1799,8 @@ "operator": "===", "right": { "type": "MemberExpression", - "start": 1266, - "end": 1276, + "start": 1331, + "end": 1341, "loc": { "start": { "line": 66, @@ -1813,8 +1813,8 @@ }, "object": { "type": "Identifier", - "start": 1266, - "end": 1271, + "start": 1331, + "end": 1336, "loc": { "start": { "line": 66, @@ -1830,8 +1830,8 @@ }, "property": { "type": "Identifier", - "start": 1272, - "end": 1276, + "start": 1337, + "end": 1341, "loc": { "start": { "line": 66, @@ -1855,9 +1855,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if value is not an empty map\n\t *\n\t * @param {Map} value The Map to check\n\t * @return {boolean}\n\t ", - "start": 1122, - "end": 1235, + "value": "*\r\n\t * Check if value is not an empty map\r\n\t *\r\n\t * @param {Map} value The Map to check\r\n\t * @return {boolean}\r\n\t ", + "start": 1180, + "end": 1298, "loc": { "start": { "line": 59, @@ -1875,9 +1875,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * CalderaValidators that check if a value is empty or not\n ", + "value": "*\r\n * CalderaValidators that check if a value is empty or not\r\n ", "start": 0, - "end": 66, + "end": 68, "loc": { "start": { "line": 1, @@ -1895,9 +1895,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * CalderaValidators that check if a value is empty or not\n ", + "value": "*\r\n * CalderaValidators that check if a value is empty or not\r\n ", "start": 0, - "end": 66, + "end": 68, "loc": { "start": { "line": 1, @@ -1917,9 +1917,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * CalderaValidators that check if a value is empty or not\n ", + "value": "*\r\n * CalderaValidators that check if a value is empty or not\r\n ", "start": 0, - "end": 66, + "end": 68, "loc": { "start": { "line": 1, @@ -1933,9 +1933,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if different types (numbers, strings, objects, arrays or Maps) are empty\n\t *\n\t * @param {String|number|Array|object|Map} value\n\t * @return {boolean}\n\t ", - "start": 85, - "end": 252, + "value": "*\r\n\t * Check if different types (numbers, strings, objects, arrays or Maps) are empty\r\n\t *\r\n\t * @param {String|number|Array|object|Map} value\r\n\t * @return {boolean}\r\n\t ", + "start": 89, + "end": 261, "loc": { "start": { "line": 5, @@ -1950,8 +1950,8 @@ { "type": "CommentLine", "value": "", - "start": 540, - "end": 542, + "start": 563, + "end": 565, "loc": { "start": { "line": 24, @@ -1965,9 +1965,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if value is an empty object\n\t *\n\t * @param {Object} value The object to check\n\t * @return {boolean}\n\t ", - "start": 568, - "end": 686, + "value": "*\r\n\t * Check if value is an empty object\r\n\t *\r\n\t * @param {Object} value The object to check\r\n\t * @return {boolean}\r\n\t ", + "start": 595, + "end": 718, "loc": { "start": { "line": 28, @@ -1981,9 +1981,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if value is an empty array\n\t *\n\t * @param {Array} value Array to check\n\t * @return {boolean}\n\t ", - "start": 804, - "end": 915, + "value": "*\r\n\t * Check if value is an empty array\r\n\t *\r\n\t * @param {Array} value Array to check\r\n\t * @return {boolean}\r\n\t ", + "start": 844, + "end": 960, "loc": { "start": { "line": 41, @@ -1997,9 +1997,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if value is not an empty string\n\t *\n\t * @param {String} value String to check\n\t * @return {boolean}\n\t ", - "start": 965, - "end": 1083, + "value": "*\r\n\t * Check if value is not an empty string\r\n\t *\r\n\t * @param {String} value String to check\r\n\t * @return {boolean}\r\n\t ", + "start": 1014, + "end": 1137, "loc": { "start": { "line": 50, @@ -2013,9 +2013,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if value is not an empty map\n\t *\n\t * @param {Map} value The Map to check\n\t * @return {boolean}\n\t ", - "start": 1122, - "end": 1235, + "value": "*\r\n\t * Check if value is not an empty map\r\n\t *\r\n\t * @param {Map} value The Map to check\r\n\t * @return {boolean}\r\n\t ", + "start": 1180, + "end": 1298, "loc": { "start": { "line": 59, @@ -2031,9 +2031,9 @@ "tokens": [ { "type": "CommentBlock", - "value": "*\n * CalderaValidators that check if a value is empty or not\n ", + "value": "*\r\n * CalderaValidators that check if a value is empty or not\r\n ", "start": 0, - "end": 66, + "end": 68, "loc": { "start": { "line": 1, @@ -2060,8 +2060,8 @@ "updateContext": null }, "value": "export", - "start": 67, - "end": 73, + "start": 70, + "end": 76, "loc": { "start": { "line": 4, @@ -2088,8 +2088,8 @@ "updateContext": null }, "value": "default", - "start": 74, - "end": 81, + "start": 77, + "end": 84, "loc": { "start": { "line": 4, @@ -2113,8 +2113,8 @@ "postfix": false, "binop": null }, - "start": 82, - "end": 83, + "start": 85, + "end": 86, "loc": { "start": { "line": 4, @@ -2128,9 +2128,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if different types (numbers, strings, objects, arrays or Maps) are empty\n\t *\n\t * @param {String|number|Array|object|Map} value\n\t * @return {boolean}\n\t ", - "start": 85, - "end": 252, + "value": "*\r\n\t * Check if different types (numbers, strings, objects, arrays or Maps) are empty\r\n\t *\r\n\t * @param {String|number|Array|object|Map} value\r\n\t * @return {boolean}\r\n\t ", + "start": 89, + "end": 261, "loc": { "start": { "line": 5, @@ -2155,8 +2155,8 @@ "binop": null }, "value": "anything", - "start": 254, - "end": 262, + "start": 264, + "end": 272, "loc": { "start": { "line": 11, @@ -2180,8 +2180,8 @@ "postfix": false, "binop": null }, - "start": 262, - "end": 263, + "start": 272, + "end": 273, "loc": { "start": { "line": 11, @@ -2206,8 +2206,8 @@ "binop": null }, "value": "value", - "start": 263, - "end": 268, + "start": 273, + "end": 278, "loc": { "start": { "line": 11, @@ -2231,8 +2231,8 @@ "postfix": false, "binop": null }, - "start": 268, - "end": 269, + "start": 278, + "end": 279, "loc": { "start": { "line": 11, @@ -2256,8 +2256,8 @@ "postfix": false, "binop": null }, - "start": 269, - "end": 270, + "start": 279, + "end": 280, "loc": { "start": { "line": 11, @@ -2284,8 +2284,8 @@ "updateContext": null }, "value": "if", - "start": 273, - "end": 275, + "start": 284, + "end": 286, "loc": { "start": { "line": 12, @@ -2309,8 +2309,8 @@ "postfix": false, "binop": null }, - "start": 275, - "end": 276, + "start": 286, + "end": 287, "loc": { "start": { "line": 12, @@ -2335,8 +2335,8 @@ "binop": null }, "value": "Array", - "start": 277, - "end": 282, + "start": 288, + "end": 293, "loc": { "start": { "line": 12, @@ -2361,8 +2361,8 @@ "binop": null, "updateContext": null }, - "start": 282, - "end": 283, + "start": 293, + "end": 294, "loc": { "start": { "line": 12, @@ -2387,8 +2387,8 @@ "binop": null }, "value": "isArray", - "start": 283, - "end": 290, + "start": 294, + "end": 301, "loc": { "start": { "line": 12, @@ -2412,8 +2412,8 @@ "postfix": false, "binop": null }, - "start": 290, - "end": 291, + "start": 301, + "end": 302, "loc": { "start": { "line": 12, @@ -2438,8 +2438,8 @@ "binop": null }, "value": "value", - "start": 291, - "end": 296, + "start": 302, + "end": 307, "loc": { "start": { "line": 12, @@ -2463,8 +2463,8 @@ "postfix": false, "binop": null }, - "start": 296, - "end": 297, + "start": 307, + "end": 308, "loc": { "start": { "line": 12, @@ -2488,8 +2488,8 @@ "postfix": false, "binop": null }, - "start": 297, - "end": 298, + "start": 308, + "end": 309, "loc": { "start": { "line": 12, @@ -2513,8 +2513,8 @@ "postfix": false, "binop": null }, - "start": 298, - "end": 299, + "start": 309, + "end": 310, "loc": { "start": { "line": 12, @@ -2541,8 +2541,8 @@ "updateContext": null }, "value": "return", - "start": 303, - "end": 309, + "start": 315, + "end": 321, "loc": { "start": { "line": 13, @@ -2569,8 +2569,8 @@ "updateContext": null }, "value": "this", - "start": 310, - "end": 314, + "start": 322, + "end": 326, "loc": { "start": { "line": 13, @@ -2595,8 +2595,8 @@ "binop": null, "updateContext": null }, - "start": 314, - "end": 315, + "start": 326, + "end": 327, "loc": { "start": { "line": 13, @@ -2621,8 +2621,8 @@ "binop": null }, "value": "array", - "start": 315, - "end": 320, + "start": 327, + "end": 332, "loc": { "start": { "line": 13, @@ -2646,8 +2646,8 @@ "postfix": false, "binop": null }, - "start": 320, - "end": 321, + "start": 332, + "end": 333, "loc": { "start": { "line": 13, @@ -2672,8 +2672,8 @@ "binop": null }, "value": "value", - "start": 321, - "end": 326, + "start": 333, + "end": 338, "loc": { "start": { "line": 13, @@ -2697,8 +2697,8 @@ "postfix": false, "binop": null }, - "start": 326, - "end": 327, + "start": 338, + "end": 339, "loc": { "start": { "line": 13, @@ -2723,8 +2723,8 @@ "binop": null, "updateContext": null }, - "start": 327, - "end": 328, + "start": 339, + "end": 340, "loc": { "start": { "line": 13, @@ -2748,8 +2748,8 @@ "postfix": false, "binop": null }, - "start": 331, - "end": 332, + "start": 344, + "end": 345, "loc": { "start": { "line": 14, @@ -2776,8 +2776,8 @@ "updateContext": null }, "value": "if", - "start": 335, - "end": 337, + "start": 349, + "end": 351, "loc": { "start": { "line": 15, @@ -2801,8 +2801,8 @@ "postfix": false, "binop": null }, - "start": 337, - "end": 338, + "start": 351, + "end": 352, "loc": { "start": { "line": 15, @@ -2827,8 +2827,8 @@ "binop": null }, "value": "value", - "start": 339, - "end": 344, + "start": 353, + "end": 358, "loc": { "start": { "line": 15, @@ -2855,8 +2855,8 @@ "updateContext": null }, "value": "instanceof", - "start": 345, - "end": 355, + "start": 359, + "end": 369, "loc": { "start": { "line": 15, @@ -2881,8 +2881,8 @@ "binop": null }, "value": "Map", - "start": 356, - "end": 359, + "start": 370, + "end": 373, "loc": { "start": { "line": 15, @@ -2906,8 +2906,8 @@ "postfix": false, "binop": null }, - "start": 360, - "end": 361, + "start": 374, + "end": 375, "loc": { "start": { "line": 15, @@ -2931,8 +2931,8 @@ "postfix": false, "binop": null }, - "start": 361, - "end": 362, + "start": 375, + "end": 376, "loc": { "start": { "line": 15, @@ -2959,8 +2959,8 @@ "updateContext": null }, "value": "return", - "start": 366, - "end": 372, + "start": 381, + "end": 387, "loc": { "start": { "line": 16, @@ -2987,8 +2987,8 @@ "updateContext": null }, "value": "this", - "start": 373, - "end": 377, + "start": 388, + "end": 392, "loc": { "start": { "line": 16, @@ -3013,8 +3013,8 @@ "binop": null, "updateContext": null }, - "start": 377, - "end": 378, + "start": 392, + "end": 393, "loc": { "start": { "line": 16, @@ -3039,8 +3039,8 @@ "binop": null }, "value": "map", - "start": 378, - "end": 381, + "start": 393, + "end": 396, "loc": { "start": { "line": 16, @@ -3064,8 +3064,8 @@ "postfix": false, "binop": null }, - "start": 381, - "end": 382, + "start": 396, + "end": 397, "loc": { "start": { "line": 16, @@ -3090,8 +3090,8 @@ "binop": null }, "value": "value", - "start": 382, - "end": 387, + "start": 397, + "end": 402, "loc": { "start": { "line": 16, @@ -3115,8 +3115,8 @@ "postfix": false, "binop": null }, - "start": 387, - "end": 388, + "start": 402, + "end": 403, "loc": { "start": { "line": 16, @@ -3141,8 +3141,8 @@ "binop": null, "updateContext": null }, - "start": 388, - "end": 389, + "start": 403, + "end": 404, "loc": { "start": { "line": 16, @@ -3166,8 +3166,8 @@ "postfix": false, "binop": null }, - "start": 392, - "end": 393, + "start": 408, + "end": 409, "loc": { "start": { "line": 17, @@ -3194,8 +3194,8 @@ "updateContext": null }, "value": "switch", - "start": 396, - "end": 402, + "start": 413, + "end": 419, "loc": { "start": { "line": 18, @@ -3219,8 +3219,8 @@ "postfix": false, "binop": null }, - "start": 403, - "end": 404, + "start": 420, + "end": 421, "loc": { "start": { "line": 18, @@ -3247,8 +3247,8 @@ "updateContext": null }, "value": "typeof", - "start": 404, - "end": 410, + "start": 421, + "end": 427, "loc": { "start": { "line": 18, @@ -3273,8 +3273,8 @@ "binop": null }, "value": "value", - "start": 411, - "end": 416, + "start": 428, + "end": 433, "loc": { "start": { "line": 18, @@ -3298,8 +3298,8 @@ "postfix": false, "binop": null }, - "start": 416, - "end": 417, + "start": 433, + "end": 434, "loc": { "start": { "line": 18, @@ -3323,8 +3323,8 @@ "postfix": false, "binop": null }, - "start": 417, - "end": 418, + "start": 434, + "end": 435, "loc": { "start": { "line": 18, @@ -3351,8 +3351,8 @@ "updateContext": null }, "value": "case", - "start": 421, - "end": 425, + "start": 439, + "end": 443, "loc": { "start": { "line": 19, @@ -3378,8 +3378,8 @@ "updateContext": null }, "value": "object", - "start": 426, - "end": 434, + "start": 444, + "end": 452, "loc": { "start": { "line": 19, @@ -3404,8 +3404,8 @@ "binop": null, "updateContext": null }, - "start": 434, - "end": 435, + "start": 452, + "end": 453, "loc": { "start": { "line": 19, @@ -3432,8 +3432,8 @@ "updateContext": null }, "value": "return", - "start": 439, - "end": 445, + "start": 458, + "end": 464, "loc": { "start": { "line": 20, @@ -3460,8 +3460,8 @@ "updateContext": null }, "value": "this", - "start": 446, - "end": 450, + "start": 465, + "end": 469, "loc": { "start": { "line": 20, @@ -3486,8 +3486,8 @@ "binop": null, "updateContext": null }, - "start": 450, - "end": 451, + "start": 469, + "end": 470, "loc": { "start": { "line": 20, @@ -3512,8 +3512,8 @@ "binop": null }, "value": "object", - "start": 451, - "end": 457, + "start": 470, + "end": 476, "loc": { "start": { "line": 20, @@ -3537,8 +3537,8 @@ "postfix": false, "binop": null }, - "start": 457, - "end": 458, + "start": 476, + "end": 477, "loc": { "start": { "line": 20, @@ -3563,8 +3563,8 @@ "binop": null }, "value": "value", - "start": 458, - "end": 463, + "start": 477, + "end": 482, "loc": { "start": { "line": 20, @@ -3588,8 +3588,8 @@ "postfix": false, "binop": null }, - "start": 463, - "end": 464, + "start": 482, + "end": 483, "loc": { "start": { "line": 20, @@ -3614,8 +3614,8 @@ "binop": null, "updateContext": null }, - "start": 464, - "end": 465, + "start": 483, + "end": 484, "loc": { "start": { "line": 20, @@ -3642,8 +3642,8 @@ "updateContext": null }, "value": "case", - "start": 468, - "end": 472, + "start": 488, + "end": 492, "loc": { "start": { "line": 21, @@ -3669,8 +3669,8 @@ "updateContext": null }, "value": "string", - "start": 473, - "end": 481, + "start": 493, + "end": 501, "loc": { "start": { "line": 21, @@ -3695,8 +3695,8 @@ "binop": null, "updateContext": null }, - "start": 481, - "end": 482, + "start": 501, + "end": 502, "loc": { "start": { "line": 21, @@ -3723,8 +3723,8 @@ "updateContext": null }, "value": "return", - "start": 486, - "end": 492, + "start": 507, + "end": 513, "loc": { "start": { "line": 22, @@ -3751,8 +3751,8 @@ "updateContext": null }, "value": "this", - "start": 493, - "end": 497, + "start": 514, + "end": 518, "loc": { "start": { "line": 22, @@ -3777,8 +3777,8 @@ "binop": null, "updateContext": null }, - "start": 497, - "end": 498, + "start": 518, + "end": 519, "loc": { "start": { "line": 22, @@ -3803,8 +3803,8 @@ "binop": null }, "value": "string", - "start": 498, - "end": 504, + "start": 519, + "end": 525, "loc": { "start": { "line": 22, @@ -3828,8 +3828,8 @@ "postfix": false, "binop": null }, - "start": 504, - "end": 505, + "start": 525, + "end": 526, "loc": { "start": { "line": 22, @@ -3854,8 +3854,8 @@ "binop": null }, "value": "value", - "start": 505, - "end": 510, + "start": 526, + "end": 531, "loc": { "start": { "line": 22, @@ -3879,8 +3879,8 @@ "postfix": false, "binop": null }, - "start": 510, - "end": 511, + "start": 531, + "end": 532, "loc": { "start": { "line": 22, @@ -3905,8 +3905,8 @@ "binop": null, "updateContext": null }, - "start": 511, - "end": 512, + "start": 532, + "end": 533, "loc": { "start": { "line": 22, @@ -3933,8 +3933,8 @@ "updateContext": null }, "value": "default", - "start": 515, - "end": 522, + "start": 537, + "end": 544, "loc": { "start": { "line": 23, @@ -3959,8 +3959,8 @@ "binop": null, "updateContext": null }, - "start": 522, - "end": 523, + "start": 544, + "end": 545, "loc": { "start": { "line": 23, @@ -3987,8 +3987,8 @@ "updateContext": null }, "value": "return", - "start": 527, - "end": 533, + "start": 550, + "end": 556, "loc": { "start": { "line": 24, @@ -4015,8 +4015,8 @@ "updateContext": null }, "value": "false", - "start": 534, - "end": 539, + "start": 557, + "end": 562, "loc": { "start": { "line": 24, @@ -4041,8 +4041,8 @@ "binop": null, "updateContext": null }, - "start": 539, - "end": 540, + "start": 562, + "end": 563, "loc": { "start": { "line": 24, @@ -4057,8 +4057,8 @@ { "type": "CommentLine", "value": "", - "start": 540, - "end": 542, + "start": 563, + "end": 565, "loc": { "start": { "line": 24, @@ -4082,8 +4082,8 @@ "postfix": false, "binop": null }, - "start": 545, - "end": 546, + "start": 569, + "end": 570, "loc": { "start": { "line": 25, @@ -4110,8 +4110,8 @@ "updateContext": null }, "value": "return", - "start": 549, - "end": 555, + "start": 574, + "end": 580, "loc": { "start": { "line": 26, @@ -4138,8 +4138,8 @@ "updateContext": null }, "value": "false", - "start": 556, - "end": 561, + "start": 581, + "end": 586, "loc": { "start": { "line": 26, @@ -4164,8 +4164,8 @@ "binop": null, "updateContext": null }, - "start": 561, - "end": 562, + "start": 586, + "end": 587, "loc": { "start": { "line": 26, @@ -4189,8 +4189,8 @@ "postfix": false, "binop": null }, - "start": 564, - "end": 565, + "start": 590, + "end": 591, "loc": { "start": { "line": 27, @@ -4215,8 +4215,8 @@ "binop": null, "updateContext": null }, - "start": 565, - "end": 566, + "start": 591, + "end": 592, "loc": { "start": { "line": 27, @@ -4230,9 +4230,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if value is an empty object\n\t *\n\t * @param {Object} value The object to check\n\t * @return {boolean}\n\t ", - "start": 568, - "end": 686, + "value": "*\r\n\t * Check if value is an empty object\r\n\t *\r\n\t * @param {Object} value The object to check\r\n\t * @return {boolean}\r\n\t ", + "start": 595, + "end": 718, "loc": { "start": { "line": 28, @@ -4257,8 +4257,8 @@ "binop": null }, "value": "object", - "start": 688, - "end": 694, + "start": 721, + "end": 727, "loc": { "start": { "line": 34, @@ -4282,8 +4282,8 @@ "postfix": false, "binop": null }, - "start": 694, - "end": 695, + "start": 727, + "end": 728, "loc": { "start": { "line": 34, @@ -4308,8 +4308,8 @@ "binop": null }, "value": "value", - "start": 695, - "end": 700, + "start": 728, + "end": 733, "loc": { "start": { "line": 34, @@ -4333,8 +4333,8 @@ "postfix": false, "binop": null }, - "start": 700, - "end": 701, + "start": 733, + "end": 734, "loc": { "start": { "line": 34, @@ -4358,8 +4358,8 @@ "postfix": false, "binop": null }, - "start": 701, - "end": 702, + "start": 734, + "end": 735, "loc": { "start": { "line": 34, @@ -4386,8 +4386,8 @@ "updateContext": null }, "value": "for", - "start": 705, - "end": 708, + "start": 739, + "end": 742, "loc": { "start": { "line": 35, @@ -4411,8 +4411,8 @@ "postfix": false, "binop": null }, - "start": 708, - "end": 709, + "start": 742, + "end": 743, "loc": { "start": { "line": 35, @@ -4439,8 +4439,8 @@ "updateContext": null }, "value": "let", - "start": 709, - "end": 712, + "start": 743, + "end": 746, "loc": { "start": { "line": 35, @@ -4465,8 +4465,8 @@ "binop": null }, "value": "key", - "start": 713, - "end": 716, + "start": 747, + "end": 750, "loc": { "start": { "line": 35, @@ -4493,8 +4493,8 @@ "updateContext": null }, "value": "in", - "start": 717, - "end": 719, + "start": 751, + "end": 753, "loc": { "start": { "line": 35, @@ -4519,8 +4519,8 @@ "binop": null }, "value": "value", - "start": 720, - "end": 725, + "start": 754, + "end": 759, "loc": { "start": { "line": 35, @@ -4544,8 +4544,8 @@ "postfix": false, "binop": null }, - "start": 725, - "end": 726, + "start": 759, + "end": 760, "loc": { "start": { "line": 35, @@ -4569,8 +4569,8 @@ "postfix": false, "binop": null }, - "start": 727, - "end": 728, + "start": 761, + "end": 762, "loc": { "start": { "line": 35, @@ -4597,8 +4597,8 @@ "updateContext": null }, "value": "if", - "start": 732, - "end": 734, + "start": 767, + "end": 769, "loc": { "start": { "line": 36, @@ -4622,8 +4622,8 @@ "postfix": false, "binop": null }, - "start": 734, - "end": 735, + "start": 769, + "end": 770, "loc": { "start": { "line": 36, @@ -4648,8 +4648,8 @@ "binop": null }, "value": "value", - "start": 735, - "end": 740, + "start": 770, + "end": 775, "loc": { "start": { "line": 36, @@ -4674,8 +4674,8 @@ "binop": null, "updateContext": null }, - "start": 740, - "end": 741, + "start": 775, + "end": 776, "loc": { "start": { "line": 36, @@ -4700,8 +4700,8 @@ "binop": null }, "value": "hasOwnProperty", - "start": 741, - "end": 755, + "start": 776, + "end": 790, "loc": { "start": { "line": 36, @@ -4725,8 +4725,8 @@ "postfix": false, "binop": null }, - "start": 755, - "end": 756, + "start": 790, + "end": 791, "loc": { "start": { "line": 36, @@ -4751,8 +4751,8 @@ "binop": null }, "value": "key", - "start": 756, - "end": 759, + "start": 791, + "end": 794, "loc": { "start": { "line": 36, @@ -4776,8 +4776,8 @@ "postfix": false, "binop": null }, - "start": 759, - "end": 760, + "start": 794, + "end": 795, "loc": { "start": { "line": 36, @@ -4801,8 +4801,8 @@ "postfix": false, "binop": null }, - "start": 760, - "end": 761, + "start": 795, + "end": 796, "loc": { "start": { "line": 36, @@ -4829,8 +4829,8 @@ "updateContext": null }, "value": "return", - "start": 766, - "end": 772, + "start": 802, + "end": 808, "loc": { "start": { "line": 37, @@ -4857,8 +4857,8 @@ "updateContext": null }, "value": "false", - "start": 773, - "end": 778, + "start": 809, + "end": 814, "loc": { "start": { "line": 37, @@ -4883,8 +4883,8 @@ "binop": null, "updateContext": null }, - "start": 778, - "end": 779, + "start": 814, + "end": 815, "loc": { "start": { "line": 37, @@ -4908,8 +4908,8 @@ "postfix": false, "binop": null }, - "start": 782, - "end": 783, + "start": 819, + "end": 820, "loc": { "start": { "line": 38, @@ -4936,8 +4936,8 @@ "updateContext": null }, "value": "return", - "start": 786, - "end": 792, + "start": 824, + "end": 830, "loc": { "start": { "line": 39, @@ -4964,8 +4964,8 @@ "updateContext": null }, "value": "true", - "start": 793, - "end": 797, + "start": 831, + "end": 835, "loc": { "start": { "line": 39, @@ -4990,8 +4990,8 @@ "binop": null, "updateContext": null }, - "start": 797, - "end": 798, + "start": 835, + "end": 836, "loc": { "start": { "line": 39, @@ -5015,8 +5015,8 @@ "postfix": false, "binop": null }, - "start": 800, - "end": 801, + "start": 839, + "end": 840, "loc": { "start": { "line": 40, @@ -5041,8 +5041,8 @@ "binop": null, "updateContext": null }, - "start": 801, - "end": 802, + "start": 840, + "end": 841, "loc": { "start": { "line": 40, @@ -5056,9 +5056,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if value is an empty array\n\t *\n\t * @param {Array} value Array to check\n\t * @return {boolean}\n\t ", - "start": 804, - "end": 915, + "value": "*\r\n\t * Check if value is an empty array\r\n\t *\r\n\t * @param {Array} value Array to check\r\n\t * @return {boolean}\r\n\t ", + "start": 844, + "end": 960, "loc": { "start": { "line": 41, @@ -5083,8 +5083,8 @@ "binop": null }, "value": "array", - "start": 917, - "end": 922, + "start": 963, + "end": 968, "loc": { "start": { "line": 47, @@ -5108,8 +5108,8 @@ "postfix": false, "binop": null }, - "start": 922, - "end": 923, + "start": 968, + "end": 969, "loc": { "start": { "line": 47, @@ -5134,8 +5134,8 @@ "binop": null }, "value": "value", - "start": 923, - "end": 928, + "start": 969, + "end": 974, "loc": { "start": { "line": 47, @@ -5159,8 +5159,8 @@ "postfix": false, "binop": null }, - "start": 928, - "end": 929, + "start": 974, + "end": 975, "loc": { "start": { "line": 47, @@ -5184,8 +5184,8 @@ "postfix": false, "binop": null }, - "start": 929, - "end": 930, + "start": 975, + "end": 976, "loc": { "start": { "line": 47, @@ -5212,8 +5212,8 @@ "updateContext": null }, "value": "return", - "start": 933, - "end": 939, + "start": 980, + "end": 986, "loc": { "start": { "line": 48, @@ -5239,8 +5239,8 @@ "updateContext": null }, "value": 0, - "start": 940, - "end": 941, + "start": 987, + "end": 988, "loc": { "start": { "line": 48, @@ -5266,8 +5266,8 @@ "updateContext": null }, "value": "===", - "start": 942, - "end": 945, + "start": 989, + "end": 992, "loc": { "start": { "line": 48, @@ -5292,8 +5292,8 @@ "binop": null }, "value": "value", - "start": 946, - "end": 951, + "start": 993, + "end": 998, "loc": { "start": { "line": 48, @@ -5318,8 +5318,8 @@ "binop": null, "updateContext": null }, - "start": 951, - "end": 952, + "start": 998, + "end": 999, "loc": { "start": { "line": 48, @@ -5344,8 +5344,8 @@ "binop": null }, "value": "length", - "start": 952, - "end": 958, + "start": 999, + "end": 1005, "loc": { "start": { "line": 48, @@ -5370,8 +5370,8 @@ "binop": null, "updateContext": null }, - "start": 958, - "end": 959, + "start": 1005, + "end": 1006, "loc": { "start": { "line": 48, @@ -5395,8 +5395,8 @@ "postfix": false, "binop": null }, - "start": 961, - "end": 962, + "start": 1009, + "end": 1010, "loc": { "start": { "line": 49, @@ -5421,8 +5421,8 @@ "binop": null, "updateContext": null }, - "start": 962, - "end": 963, + "start": 1010, + "end": 1011, "loc": { "start": { "line": 49, @@ -5436,9 +5436,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if value is not an empty string\n\t *\n\t * @param {String} value String to check\n\t * @return {boolean}\n\t ", - "start": 965, - "end": 1083, + "value": "*\r\n\t * Check if value is not an empty string\r\n\t *\r\n\t * @param {String} value String to check\r\n\t * @return {boolean}\r\n\t ", + "start": 1014, + "end": 1137, "loc": { "start": { "line": 50, @@ -5463,8 +5463,8 @@ "binop": null }, "value": "string", - "start": 1085, - "end": 1091, + "start": 1140, + "end": 1146, "loc": { "start": { "line": 56, @@ -5488,8 +5488,8 @@ "postfix": false, "binop": null }, - "start": 1091, - "end": 1092, + "start": 1146, + "end": 1147, "loc": { "start": { "line": 56, @@ -5514,8 +5514,8 @@ "binop": null }, "value": "value", - "start": 1092, - "end": 1097, + "start": 1147, + "end": 1152, "loc": { "start": { "line": 56, @@ -5539,8 +5539,8 @@ "postfix": false, "binop": null }, - "start": 1097, - "end": 1098, + "start": 1152, + "end": 1153, "loc": { "start": { "line": 56, @@ -5564,8 +5564,8 @@ "postfix": false, "binop": null }, - "start": 1098, - "end": 1099, + "start": 1153, + "end": 1154, "loc": { "start": { "line": 56, @@ -5592,8 +5592,8 @@ "updateContext": null }, "value": "return", - "start": 1102, - "end": 1108, + "start": 1158, + "end": 1164, "loc": { "start": { "line": 57, @@ -5619,8 +5619,8 @@ "updateContext": null }, "value": "!", - "start": 1109, - "end": 1110, + "start": 1165, + "end": 1166, "loc": { "start": { "line": 57, @@ -5645,8 +5645,8 @@ "binop": null }, "value": "value", - "start": 1110, - "end": 1115, + "start": 1166, + "end": 1171, "loc": { "start": { "line": 57, @@ -5671,8 +5671,8 @@ "binop": null, "updateContext": null }, - "start": 1115, - "end": 1116, + "start": 1171, + "end": 1172, "loc": { "start": { "line": 57, @@ -5696,8 +5696,8 @@ "postfix": false, "binop": null }, - "start": 1118, - "end": 1119, + "start": 1175, + "end": 1176, "loc": { "start": { "line": 58, @@ -5722,8 +5722,8 @@ "binop": null, "updateContext": null }, - "start": 1119, - "end": 1120, + "start": 1176, + "end": 1177, "loc": { "start": { "line": 58, @@ -5737,9 +5737,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if value is not an empty map\n\t *\n\t * @param {Map} value The Map to check\n\t * @return {boolean}\n\t ", - "start": 1122, - "end": 1235, + "value": "*\r\n\t * Check if value is not an empty map\r\n\t *\r\n\t * @param {Map} value The Map to check\r\n\t * @return {boolean}\r\n\t ", + "start": 1180, + "end": 1298, "loc": { "start": { "line": 59, @@ -5764,8 +5764,8 @@ "binop": null }, "value": "map", - "start": 1237, - "end": 1240, + "start": 1301, + "end": 1304, "loc": { "start": { "line": 65, @@ -5789,8 +5789,8 @@ "postfix": false, "binop": null }, - "start": 1240, - "end": 1241, + "start": 1304, + "end": 1305, "loc": { "start": { "line": 65, @@ -5815,8 +5815,8 @@ "binop": null }, "value": "value", - "start": 1242, - "end": 1247, + "start": 1306, + "end": 1311, "loc": { "start": { "line": 65, @@ -5840,8 +5840,8 @@ "postfix": false, "binop": null }, - "start": 1248, - "end": 1249, + "start": 1312, + "end": 1313, "loc": { "start": { "line": 65, @@ -5865,8 +5865,8 @@ "postfix": false, "binop": null }, - "start": 1249, - "end": 1250, + "start": 1313, + "end": 1314, "loc": { "start": { "line": 65, @@ -5893,8 +5893,8 @@ "updateContext": null }, "value": "return", - "start": 1253, - "end": 1259, + "start": 1318, + "end": 1324, "loc": { "start": { "line": 66, @@ -5920,8 +5920,8 @@ "updateContext": null }, "value": 0, - "start": 1260, - "end": 1261, + "start": 1325, + "end": 1326, "loc": { "start": { "line": 66, @@ -5947,8 +5947,8 @@ "updateContext": null }, "value": "===", - "start": 1262, - "end": 1265, + "start": 1327, + "end": 1330, "loc": { "start": { "line": 66, @@ -5973,8 +5973,8 @@ "binop": null }, "value": "value", - "start": 1266, - "end": 1271, + "start": 1331, + "end": 1336, "loc": { "start": { "line": 66, @@ -5999,8 +5999,8 @@ "binop": null, "updateContext": null }, - "start": 1271, - "end": 1272, + "start": 1336, + "end": 1337, "loc": { "start": { "line": 66, @@ -6025,8 +6025,8 @@ "binop": null }, "value": "size", - "start": 1272, - "end": 1276, + "start": 1337, + "end": 1341, "loc": { "start": { "line": 66, @@ -6051,8 +6051,8 @@ "binop": null, "updateContext": null }, - "start": 1276, - "end": 1277, + "start": 1341, + "end": 1342, "loc": { "start": { "line": 66, @@ -6076,8 +6076,8 @@ "postfix": false, "binop": null }, - "start": 1279, - "end": 1280, + "start": 1345, + "end": 1346, "loc": { "start": { "line": 67, @@ -6101,8 +6101,8 @@ "postfix": false, "binop": null }, - "start": 1281, - "end": 1282, + "start": 1348, + "end": 1349, "loc": { "start": { "line": 68, @@ -6127,8 +6127,8 @@ "binop": null, "updateContext": null }, - "start": 1282, - "end": 1283, + "start": 1349, + "end": 1350, "loc": { "start": { "line": 68, @@ -6153,8 +6153,8 @@ "binop": null, "updateContext": null }, - "start": 1283, - "end": 1283, + "start": 1350, + "end": 1350, "loc": { "start": { "line": 68, diff --git a/docs/ast/source/components/validation/isValid.js.json b/docs/ast/source/components/validation/isValid.js.json index 9eb1f0b..f95571e 100644 --- a/docs/ast/source/components/validation/isValid.js.json +++ b/docs/ast/source/components/validation/isValid.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 1511, + "end": 1584, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 1511, + "end": 1584, "loc": { "start": { "line": 1, @@ -214,8 +214,8 @@ }, { "type": "ImportDeclaration", - "start": 54, - "end": 86, + "start": 55, + "end": 87, "loc": { "start": { "line": 2, @@ -229,8 +229,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 61, - "end": 68, + "start": 62, + "end": 69, "loc": { "start": { "line": 2, @@ -243,8 +243,8 @@ }, "local": { "type": "Identifier", - "start": 61, - "end": 68, + "start": 62, + "end": 69, "loc": { "start": { "line": 2, @@ -262,8 +262,8 @@ ], "source": { "type": "StringLiteral", - "start": 74, - "end": 85, + "start": 75, + "end": 86, "loc": { "start": { "line": 2, @@ -283,9 +283,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * CalderaValidators for common types of validation needed\n *\n * Empty values are not valid.\n * Ue isValidOrEmpty instead if you want empty values to pass\n ", - "start": 88, - "end": 250, + "value": "*\r\n * CalderaValidators for common types of validation needed\r\n *\r\n * Empty values are not valid.\r\n * Ue isValidOrEmpty instead if you want empty values to pass\r\n ", + "start": 91, + "end": 258, "loc": { "start": { "line": 4, @@ -301,8 +301,8 @@ }, { "type": "ExportDefaultDeclaration", - "start": 251, - "end": 1511, + "start": 260, + "end": 1584, "loc": { "start": { "line": 10, @@ -315,8 +315,8 @@ }, "declaration": { "type": "ObjectExpression", - "start": 266, - "end": 1510, + "start": 275, + "end": 1583, "loc": { "start": { "line": 10, @@ -330,8 +330,8 @@ "properties": [ { "type": "ObjectMethod", - "start": 393, - "end": 434, + "start": 409, + "end": 452, "loc": { "start": { "line": 17, @@ -347,8 +347,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 393, - "end": 398, + "start": 409, + "end": 414, "loc": { "start": { "line": 17, @@ -371,8 +371,8 @@ "params": [ { "type": "Identifier", - "start": 399, - "end": 404, + "start": 415, + "end": 420, "loc": { "start": { "line": 17, @@ -389,8 +389,8 @@ ], "body": { "type": "BlockStatement", - "start": 405, - "end": 434, + "start": 421, + "end": 452, "loc": { "start": { "line": 17, @@ -404,8 +404,8 @@ "body": [ { "type": "ReturnStatement", - "start": 409, - "end": 431, + "start": 426, + "end": 448, "loc": { "start": { "line": 18, @@ -418,8 +418,8 @@ }, "argument": { "type": "CallExpression", - "start": 416, - "end": 430, + "start": 433, + "end": 447, "loc": { "start": { "line": 18, @@ -432,8 +432,8 @@ }, "callee": { "type": "Identifier", - "start": 416, - "end": 423, + "start": 433, + "end": 440, "loc": { "start": { "line": 18, @@ -450,8 +450,8 @@ "arguments": [ { "type": "Identifier", - "start": 424, - "end": 429, + "start": 441, + "end": 446, "loc": { "start": { "line": 18, @@ -474,9 +474,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is an email address\n\t *\n\t * @param {String} value Value to check\n\t * @return {boolean}\n\t ", - "start": 269, - "end": 391, + "value": "*\r\n\t * Check if a given value is an email address\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 279, + "end": 406, "loc": { "start": { "line": 11, @@ -492,8 +492,8 @@ }, { "type": "ObjectMethod", - "start": 539, - "end": 619, + "start": 563, + "end": 645, "loc": { "start": { "line": 25, @@ -509,8 +509,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 539, - "end": 545, + "start": 563, + "end": 569, "loc": { "start": { "line": 25, @@ -533,8 +533,8 @@ "params": [ { "type": "Identifier", - "start": 546, - "end": 551, + "start": 570, + "end": 575, "loc": { "start": { "line": 25, @@ -551,8 +551,8 @@ ], "body": { "type": "BlockStatement", - "start": 552, - "end": 619, + "start": 576, + "end": 645, "loc": { "start": { "line": 25, @@ -566,8 +566,8 @@ "body": [ { "type": "ReturnStatement", - "start": 556, - "end": 616, + "start": 581, + "end": 641, "loc": { "start": { "line": 26, @@ -580,8 +580,8 @@ }, "argument": { "type": "LogicalExpression", - "start": 563, - "end": 615, + "start": 588, + "end": 640, "loc": { "start": { "line": 26, @@ -594,8 +594,8 @@ }, "left": { "type": "BinaryExpression", - "start": 563, - "end": 588, + "start": 588, + "end": 613, "loc": { "start": { "line": 26, @@ -608,8 +608,8 @@ }, "left": { "type": "StringLiteral", - "start": 563, - "end": 571, + "start": 588, + "end": 596, "loc": { "start": { "line": 26, @@ -629,8 +629,8 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 576, - "end": 588, + "start": 601, + "end": 613, "loc": { "start": { "line": 26, @@ -645,8 +645,8 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 583, - "end": 588, + "start": 608, + "end": 613, "loc": { "start": { "line": 26, @@ -668,8 +668,8 @@ "operator": "&&", "right": { "type": "UnaryExpression", - "start": 592, - "end": 615, + "start": 617, + "end": 640, "loc": { "start": { "line": 26, @@ -684,8 +684,8 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 594, - "end": 615, + "start": 619, + "end": 640, "loc": { "start": { "line": 26, @@ -698,8 +698,8 @@ }, "callee": { "type": "MemberExpression", - "start": 594, - "end": 608, + "start": 619, + "end": 633, "loc": { "start": { "line": 26, @@ -712,8 +712,8 @@ }, "object": { "type": "Identifier", - "start": 594, - "end": 601, + "start": 619, + "end": 626, "loc": { "start": { "line": 26, @@ -729,8 +729,8 @@ }, "property": { "type": "Identifier", - "start": 602, - "end": 608, + "start": 627, + "end": 633, "loc": { "start": { "line": 26, @@ -749,8 +749,8 @@ "arguments": [ { "type": "Identifier", - "start": 609, - "end": 614, + "start": 634, + "end": 639, "loc": { "start": { "line": 26, @@ -778,9 +778,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if given value is a non-empty string\n\t *\n\t * @param {String} value Value to check\n\t ", - "start": 437, - "end": 537, + "value": "*\r\n\t * Check if given value is a non-empty string\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t ", + "start": 456, + "end": 560, "loc": { "start": { "line": 20, @@ -796,8 +796,8 @@ }, { "type": "ObjectMethod", - "start": 714, - "end": 835, + "start": 746, + "end": 872, "loc": { "start": { "line": 33, @@ -813,8 +813,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 714, - "end": 728, + "start": 746, + "end": 760, "loc": { "start": { "line": 33, @@ -837,8 +837,8 @@ "params": [ { "type": "Identifier", - "start": 729, - "end": 734, + "start": 761, + "end": 766, "loc": { "start": { "line": 33, @@ -855,8 +855,8 @@ ], "body": { "type": "BlockStatement", - "start": 735, - "end": 835, + "start": 767, + "end": 872, "loc": { "start": { "line": 33, @@ -870,8 +870,8 @@ "body": [ { "type": "IfStatement", - "start": 739, - "end": 816, + "start": 772, + "end": 851, "loc": { "start": { "line": 34, @@ -884,8 +884,8 @@ }, "test": { "type": "BinaryExpression", - "start": 743, - "end": 757, + "start": 776, + "end": 790, "loc": { "start": { "line": 34, @@ -898,8 +898,8 @@ }, "left": { "type": "NullLiteral", - "start": 743, - "end": 747, + "start": 776, + "end": 780, "loc": { "start": { "line": 34, @@ -914,8 +914,8 @@ "operator": "!==", "right": { "type": "Identifier", - "start": 752, - "end": 757, + "start": 785, + "end": 790, "loc": { "start": { "line": 34, @@ -932,8 +932,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 759, - "end": 816, + "start": 792, + "end": 851, "loc": { "start": { "line": 34, @@ -947,8 +947,8 @@ "body": [ { "type": "ReturnStatement", - "start": 764, - "end": 812, + "start": 798, + "end": 846, "loc": { "start": { "line": 35, @@ -961,8 +961,8 @@ }, "argument": { "type": "LogicalExpression", - "start": 771, - "end": 811, + "start": 805, + "end": 845, "loc": { "start": { "line": 35, @@ -975,8 +975,8 @@ }, "left": { "type": "CallExpression", - "start": 771, - "end": 789, + "start": 805, + "end": 823, "loc": { "start": { "line": 35, @@ -989,8 +989,8 @@ }, "callee": { "type": "MemberExpression", - "start": 771, - "end": 782, + "start": 805, + "end": 816, "loc": { "start": { "line": 35, @@ -1003,8 +1003,8 @@ }, "object": { "type": "ThisExpression", - "start": 771, - "end": 775, + "start": 805, + "end": 809, "loc": { "start": { "line": 35, @@ -1018,8 +1018,8 @@ }, "property": { "type": "Identifier", - "start": 776, - "end": 782, + "start": 810, + "end": 816, "loc": { "start": { "line": 35, @@ -1038,8 +1038,8 @@ "arguments": [ { "type": "Identifier", - "start": 783, - "end": 788, + "start": 817, + "end": 822, "loc": { "start": { "line": 35, @@ -1058,8 +1058,8 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 793, - "end": 811, + "start": 827, + "end": 845, "loc": { "start": { "line": 35, @@ -1072,8 +1072,8 @@ }, "callee": { "type": "MemberExpression", - "start": 793, - "end": 804, + "start": 827, + "end": 838, "loc": { "start": { "line": 35, @@ -1086,8 +1086,8 @@ }, "object": { "type": "ThisExpression", - "start": 793, - "end": 797, + "start": 827, + "end": 831, "loc": { "start": { "line": 35, @@ -1101,8 +1101,8 @@ }, "property": { "type": "Identifier", - "start": 798, - "end": 804, + "start": 832, + "end": 838, "loc": { "start": { "line": 35, @@ -1121,8 +1121,8 @@ "arguments": [ { "type": "Identifier", - "start": 805, - "end": 810, + "start": 839, + "end": 844, "loc": { "start": { "line": 35, @@ -1147,8 +1147,8 @@ }, { "type": "ReturnStatement", - "start": 819, - "end": 832, + "start": 855, + "end": 868, "loc": { "start": { "line": 37, @@ -1161,8 +1161,8 @@ }, "argument": { "type": "BooleanLiteral", - "start": 826, - "end": 831, + "start": 862, + "end": 867, "loc": { "start": { "line": 37, @@ -1182,9 +1182,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if given value is a string\n\t *\n\t * @param {String} value Value to check\n\t ", - "start": 622, - "end": 712, + "value": "*\r\n\t * Check if given value is a string\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t ", + "start": 649, + "end": 743, "loc": { "start": { "line": 28, @@ -1200,8 +1200,8 @@ }, { "type": "ObjectMethod", - "start": 957, - "end": 994, + "start": 1001, + "end": 1040, "loc": { "start": { "line": 45, @@ -1217,8 +1217,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 957, - "end": 960, + "start": 1001, + "end": 1004, "loc": { "start": { "line": 45, @@ -1241,8 +1241,8 @@ "params": [ { "type": "Identifier", - "start": 961, - "end": 966, + "start": 1005, + "end": 1010, "loc": { "start": { "line": 45, @@ -1259,8 +1259,8 @@ ], "body": { "type": "BlockStatement", - "start": 967, - "end": 994, + "start": 1011, + "end": 1040, "loc": { "start": { "line": 45, @@ -1274,8 +1274,8 @@ "body": [ { "type": "ReturnStatement", - "start": 971, - "end": 991, + "start": 1016, + "end": 1036, "loc": { "start": { "line": 46, @@ -1288,8 +1288,8 @@ }, "argument": { "type": "CallExpression", - "start": 978, - "end": 990, + "start": 1023, + "end": 1035, "loc": { "start": { "line": 46, @@ -1302,8 +1302,8 @@ }, "callee": { "type": "Identifier", - "start": 978, - "end": 983, + "start": 1023, + "end": 1028, "loc": { "start": { "line": 46, @@ -1320,8 +1320,8 @@ "arguments": [ { "type": "Identifier", - "start": 984, - "end": 989, + "start": 1029, + "end": 1034, "loc": { "start": { "line": 46, @@ -1344,9 +1344,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is a valid url\n\t *\n\t * @param {String} value Value to check\n\t * @return {boolean}\n\t ", - "start": 838, - "end": 955, + "value": "*\r\n\t * Check if a given value is a valid url\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 876, + "end": 998, "loc": { "start": { "line": 39, @@ -1362,8 +1362,8 @@ }, { "type": "ObjectMethod", - "start": 1206, - "end": 1245, + "start": 1261, + "end": 1302, "loc": { "start": { "line": 56, @@ -1379,8 +1379,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1206, - "end": 1210, + "start": 1261, + "end": 1265, "loc": { "start": { "line": 56, @@ -1403,8 +1403,8 @@ "params": [ { "type": "Identifier", - "start": 1211, - "end": 1216, + "start": 1266, + "end": 1271, "loc": { "start": { "line": 56, @@ -1421,8 +1421,8 @@ ], "body": { "type": "BlockStatement", - "start": 1217, - "end": 1245, + "start": 1272, + "end": 1302, "loc": { "start": { "line": 56, @@ -1436,8 +1436,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1221, - "end": 1242, + "start": 1277, + "end": 1298, "loc": { "start": { "line": 57, @@ -1450,8 +1450,8 @@ }, "argument": { "type": "CallExpression", - "start": 1228, - "end": 1241, + "start": 1284, + "end": 1297, "loc": { "start": { "line": 57, @@ -1464,8 +1464,8 @@ }, "callee": { "type": "Identifier", - "start": 1228, - "end": 1234, + "start": 1284, + "end": 1290, "loc": { "start": { "line": 57, @@ -1482,8 +1482,8 @@ "arguments": [ { "type": "Identifier", - "start": 1235, - "end": 1240, + "start": 1291, + "end": 1296, "loc": { "start": { "line": 57, @@ -1506,9 +1506,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is an date.\n\t *\n\t * Considers Date objects and strings conforming to ISO 8601 standard to be valid.\n\t *\n\t * @param {String|Date} value Value to check\n\t * @return {boolean}\n\t ", - "start": 997, - "end": 1204, + "value": "*\r\n\t * Check if a given value is an date.\r\n\t *\r\n\t * Considers Date objects and strings conforming to ISO 8601 standard to be valid.\r\n\t *\r\n\t * @param {String|Date} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 1044, + "end": 1258, "loc": { "start": { "line": 48, @@ -1524,8 +1524,8 @@ }, { "type": "ObjectMethod", - "start": 1370, - "end": 1508, + "start": 1434, + "end": 1580, "loc": { "start": { "line": 65, @@ -1541,8 +1541,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1370, - "end": 1376, + "start": 1434, + "end": 1440, "loc": { "start": { "line": 65, @@ -1565,8 +1565,8 @@ "params": [ { "type": "Identifier", - "start": 1377, - "end": 1382, + "start": 1441, + "end": 1446, "loc": { "start": { "line": 65, @@ -1583,8 +1583,8 @@ ], "body": { "type": "BlockStatement", - "start": 1383, - "end": 1508, + "start": 1447, + "end": 1580, "loc": { "start": { "line": 65, @@ -1598,8 +1598,8 @@ "body": [ { "type": "IfStatement", - "start": 1387, - "end": 1427, + "start": 1452, + "end": 1494, "loc": { "start": { "line": 66, @@ -1612,8 +1612,8 @@ }, "test": { "type": "BinaryExpression", - "start": 1391, - "end": 1403, + "start": 1456, + "end": 1468, "loc": { "start": { "line": 66, @@ -1626,8 +1626,8 @@ }, "left": { "type": "StringLiteral", - "start": 1391, - "end": 1393, + "start": 1456, + "end": 1458, "loc": { "start": { "line": 66, @@ -1647,8 +1647,8 @@ "operator": "===", "right": { "type": "Identifier", - "start": 1398, - "end": 1403, + "start": 1463, + "end": 1468, "loc": { "start": { "line": 66, @@ -1665,8 +1665,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1405, - "end": 1427, + "start": 1470, + "end": 1494, "loc": { "start": { "line": 66, @@ -1680,8 +1680,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1410, - "end": 1423, + "start": 1476, + "end": 1489, "loc": { "start": { "line": 67, @@ -1694,8 +1694,8 @@ }, "argument": { "type": "BooleanLiteral", - "start": 1417, - "end": 1422, + "start": 1483, + "end": 1488, "loc": { "start": { "line": 67, @@ -1716,8 +1716,8 @@ }, { "type": "IfStatement", - "start": 1430, - "end": 1480, + "start": 1498, + "end": 1550, "loc": { "start": { "line": 69, @@ -1730,8 +1730,8 @@ }, "test": { "type": "CallExpression", - "start": 1434, - "end": 1456, + "start": 1502, + "end": 1524, "loc": { "start": { "line": 69, @@ -1744,8 +1744,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1434, - "end": 1447, + "start": 1502, + "end": 1515, "loc": { "start": { "line": 69, @@ -1758,8 +1758,8 @@ }, "object": { "type": "Identifier", - "start": 1434, - "end": 1439, + "start": 1502, + "end": 1507, "loc": { "start": { "line": 69, @@ -1775,8 +1775,8 @@ }, "property": { "type": "Identifier", - "start": 1440, - "end": 1447, + "start": 1508, + "end": 1515, "loc": { "start": { "line": 69, @@ -1795,8 +1795,8 @@ "arguments": [ { "type": "Identifier", - "start": 1449, - "end": 1454, + "start": 1517, + "end": 1522, "loc": { "start": { "line": 69, @@ -1814,8 +1814,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1458, - "end": 1480, + "start": 1526, + "end": 1550, "loc": { "start": { "line": 69, @@ -1829,8 +1829,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1463, - "end": 1476, + "start": 1532, + "end": 1545, "loc": { "start": { "line": 70, @@ -1843,8 +1843,8 @@ }, "argument": { "type": "BooleanLiteral", - "start": 1470, - "end": 1475, + "start": 1539, + "end": 1544, "loc": { "start": { "line": 70, @@ -1865,8 +1865,8 @@ }, { "type": "ReturnStatement", - "start": 1483, - "end": 1505, + "start": 1554, + "end": 1576, "loc": { "start": { "line": 72, @@ -1879,8 +1879,8 @@ }, "argument": { "type": "UnaryExpression", - "start": 1490, - "end": 1504, + "start": 1561, + "end": 1575, "loc": { "start": { "line": 72, @@ -1895,8 +1895,8 @@ "prefix": true, "argument": { "type": "CallExpression", - "start": 1492, - "end": 1504, + "start": 1563, + "end": 1575, "loc": { "start": { "line": 72, @@ -1909,8 +1909,8 @@ }, "callee": { "type": "Identifier", - "start": 1492, - "end": 1497, + "start": 1563, + "end": 1568, "loc": { "start": { "line": 72, @@ -1927,8 +1927,8 @@ "arguments": [ { "type": "Identifier", - "start": 1498, - "end": 1503, + "start": 1569, + "end": 1574, "loc": { "start": { "line": 72, @@ -1955,9 +1955,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is numeric\n\t *\n\t * @param {String|number} value Value to check\n\t * @return {boolean}\n\t ", - "start": 1248, - "end": 1368, + "value": "*\r\n\t * Check if a given value is numeric\r\n\t *\r\n\t * @param {String|number} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 1306, + "end": 1431, "loc": { "start": { "line": 59, @@ -1975,9 +1975,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * CalderaValidators for common types of validation needed\n *\n * Empty values are not valid.\n * Ue isValidOrEmpty instead if you want empty values to pass\n ", - "start": 88, - "end": 250, + "value": "*\r\n * CalderaValidators for common types of validation needed\r\n *\r\n * Empty values are not valid.\r\n * Ue isValidOrEmpty instead if you want empty values to pass\r\n ", + "start": 91, + "end": 258, "loc": { "start": { "line": 4, @@ -1995,9 +1995,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * CalderaValidators for common types of validation needed\n *\n * Empty values are not valid.\n * Ue isValidOrEmpty instead if you want empty values to pass\n ", - "start": 88, - "end": 250, + "value": "*\r\n * CalderaValidators for common types of validation needed\r\n *\r\n * Empty values are not valid.\r\n * Ue isValidOrEmpty instead if you want empty values to pass\r\n ", + "start": 91, + "end": 258, "loc": { "start": { "line": 4, @@ -2017,9 +2017,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * CalderaValidators for common types of validation needed\n *\n * Empty values are not valid.\n * Ue isValidOrEmpty instead if you want empty values to pass\n ", - "start": 88, - "end": 250, + "value": "*\r\n * CalderaValidators for common types of validation needed\r\n *\r\n * Empty values are not valid.\r\n * Ue isValidOrEmpty instead if you want empty values to pass\r\n ", + "start": 91, + "end": 258, "loc": { "start": { "line": 4, @@ -2033,9 +2033,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is an email address\n\t *\n\t * @param {String} value Value to check\n\t * @return {boolean}\n\t ", - "start": 269, - "end": 391, + "value": "*\r\n\t * Check if a given value is an email address\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 279, + "end": 406, "loc": { "start": { "line": 11, @@ -2049,9 +2049,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if given value is a non-empty string\n\t *\n\t * @param {String} value Value to check\n\t ", - "start": 437, - "end": 537, + "value": "*\r\n\t * Check if given value is a non-empty string\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t ", + "start": 456, + "end": 560, "loc": { "start": { "line": 20, @@ -2065,9 +2065,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if given value is a string\n\t *\n\t * @param {String} value Value to check\n\t ", - "start": 622, - "end": 712, + "value": "*\r\n\t * Check if given value is a string\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t ", + "start": 649, + "end": 743, "loc": { "start": { "line": 28, @@ -2081,9 +2081,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is a valid url\n\t *\n\t * @param {String} value Value to check\n\t * @return {boolean}\n\t ", - "start": 838, - "end": 955, + "value": "*\r\n\t * Check if a given value is a valid url\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 876, + "end": 998, "loc": { "start": { "line": 39, @@ -2097,9 +2097,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is an date.\n\t *\n\t * Considers Date objects and strings conforming to ISO 8601 standard to be valid.\n\t *\n\t * @param {String|Date} value Value to check\n\t * @return {boolean}\n\t ", - "start": 997, - "end": 1204, + "value": "*\r\n\t * Check if a given value is an date.\r\n\t *\r\n\t * Considers Date objects and strings conforming to ISO 8601 standard to be valid.\r\n\t *\r\n\t * @param {String|Date} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 1044, + "end": 1258, "loc": { "start": { "line": 48, @@ -2113,9 +2113,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is numeric\n\t *\n\t * @param {String|number} value Value to check\n\t * @return {boolean}\n\t ", - "start": 1248, - "end": 1368, + "value": "*\r\n\t * Check if a given value is numeric\r\n\t *\r\n\t * @param {String|number} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 1306, + "end": 1431, "loc": { "start": { "line": 59, @@ -2431,8 +2431,8 @@ "updateContext": null }, "value": "import", - "start": 54, - "end": 60, + "start": 55, + "end": 61, "loc": { "start": { "line": 2, @@ -2457,8 +2457,8 @@ "binop": null }, "value": "isEmpty", - "start": 61, - "end": 68, + "start": 62, + "end": 69, "loc": { "start": { "line": 2, @@ -2483,8 +2483,8 @@ "binop": null }, "value": "from", - "start": 69, - "end": 73, + "start": 70, + "end": 74, "loc": { "start": { "line": 2, @@ -2510,8 +2510,8 @@ "updateContext": null }, "value": "./isEmpty", - "start": 74, - "end": 85, + "start": 75, + "end": 86, "loc": { "start": { "line": 2, @@ -2536,8 +2536,8 @@ "binop": null, "updateContext": null }, - "start": 85, - "end": 86, + "start": 86, + "end": 87, "loc": { "start": { "line": 2, @@ -2551,9 +2551,9 @@ }, { "type": "CommentBlock", - "value": "*\n * CalderaValidators for common types of validation needed\n *\n * Empty values are not valid.\n * Ue isValidOrEmpty instead if you want empty values to pass\n ", - "start": 88, - "end": 250, + "value": "*\r\n * CalderaValidators for common types of validation needed\r\n *\r\n * Empty values are not valid.\r\n * Ue isValidOrEmpty instead if you want empty values to pass\r\n ", + "start": 91, + "end": 258, "loc": { "start": { "line": 4, @@ -2580,8 +2580,8 @@ "updateContext": null }, "value": "export", - "start": 251, - "end": 257, + "start": 260, + "end": 266, "loc": { "start": { "line": 10, @@ -2608,8 +2608,8 @@ "updateContext": null }, "value": "default", - "start": 258, - "end": 265, + "start": 267, + "end": 274, "loc": { "start": { "line": 10, @@ -2633,8 +2633,8 @@ "postfix": false, "binop": null }, - "start": 266, - "end": 267, + "start": 275, + "end": 276, "loc": { "start": { "line": 10, @@ -2648,9 +2648,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is an email address\n\t *\n\t * @param {String} value Value to check\n\t * @return {boolean}\n\t ", - "start": 269, - "end": 391, + "value": "*\r\n\t * Check if a given value is an email address\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 279, + "end": 406, "loc": { "start": { "line": 11, @@ -2675,8 +2675,8 @@ "binop": null }, "value": "email", - "start": 393, - "end": 398, + "start": 409, + "end": 414, "loc": { "start": { "line": 17, @@ -2700,8 +2700,8 @@ "postfix": false, "binop": null }, - "start": 398, - "end": 399, + "start": 414, + "end": 415, "loc": { "start": { "line": 17, @@ -2726,8 +2726,8 @@ "binop": null }, "value": "value", - "start": 399, - "end": 404, + "start": 415, + "end": 420, "loc": { "start": { "line": 17, @@ -2751,8 +2751,8 @@ "postfix": false, "binop": null }, - "start": 404, - "end": 405, + "start": 420, + "end": 421, "loc": { "start": { "line": 17, @@ -2776,8 +2776,8 @@ "postfix": false, "binop": null }, - "start": 405, - "end": 406, + "start": 421, + "end": 422, "loc": { "start": { "line": 17, @@ -2804,8 +2804,8 @@ "updateContext": null }, "value": "return", - "start": 409, - "end": 415, + "start": 426, + "end": 432, "loc": { "start": { "line": 18, @@ -2830,8 +2830,8 @@ "binop": null }, "value": "isEmail", - "start": 416, - "end": 423, + "start": 433, + "end": 440, "loc": { "start": { "line": 18, @@ -2855,8 +2855,8 @@ "postfix": false, "binop": null }, - "start": 423, - "end": 424, + "start": 440, + "end": 441, "loc": { "start": { "line": 18, @@ -2881,8 +2881,8 @@ "binop": null }, "value": "value", - "start": 424, - "end": 429, + "start": 441, + "end": 446, "loc": { "start": { "line": 18, @@ -2906,8 +2906,8 @@ "postfix": false, "binop": null }, - "start": 429, - "end": 430, + "start": 446, + "end": 447, "loc": { "start": { "line": 18, @@ -2932,8 +2932,8 @@ "binop": null, "updateContext": null }, - "start": 430, - "end": 431, + "start": 447, + "end": 448, "loc": { "start": { "line": 18, @@ -2957,8 +2957,8 @@ "postfix": false, "binop": null }, - "start": 433, - "end": 434, + "start": 451, + "end": 452, "loc": { "start": { "line": 19, @@ -2983,8 +2983,8 @@ "binop": null, "updateContext": null }, - "start": 434, - "end": 435, + "start": 452, + "end": 453, "loc": { "start": { "line": 19, @@ -2998,9 +2998,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if given value is a non-empty string\n\t *\n\t * @param {String} value Value to check\n\t ", - "start": 437, - "end": 537, + "value": "*\r\n\t * Check if given value is a non-empty string\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t ", + "start": 456, + "end": 560, "loc": { "start": { "line": 20, @@ -3025,8 +3025,8 @@ "binop": null }, "value": "string", - "start": 539, - "end": 545, + "start": 563, + "end": 569, "loc": { "start": { "line": 25, @@ -3050,8 +3050,8 @@ "postfix": false, "binop": null }, - "start": 545, - "end": 546, + "start": 569, + "end": 570, "loc": { "start": { "line": 25, @@ -3076,8 +3076,8 @@ "binop": null }, "value": "value", - "start": 546, - "end": 551, + "start": 570, + "end": 575, "loc": { "start": { "line": 25, @@ -3101,8 +3101,8 @@ "postfix": false, "binop": null }, - "start": 551, - "end": 552, + "start": 575, + "end": 576, "loc": { "start": { "line": 25, @@ -3126,8 +3126,8 @@ "postfix": false, "binop": null }, - "start": 552, - "end": 553, + "start": 576, + "end": 577, "loc": { "start": { "line": 25, @@ -3154,8 +3154,8 @@ "updateContext": null }, "value": "return", - "start": 556, - "end": 562, + "start": 581, + "end": 587, "loc": { "start": { "line": 26, @@ -3181,8 +3181,8 @@ "updateContext": null }, "value": "string", - "start": 563, - "end": 571, + "start": 588, + "end": 596, "loc": { "start": { "line": 26, @@ -3208,8 +3208,8 @@ "updateContext": null }, "value": "===", - "start": 572, - "end": 575, + "start": 597, + "end": 600, "loc": { "start": { "line": 26, @@ -3236,8 +3236,8 @@ "updateContext": null }, "value": "typeof", - "start": 576, - "end": 582, + "start": 601, + "end": 607, "loc": { "start": { "line": 26, @@ -3262,8 +3262,8 @@ "binop": null }, "value": "value", - "start": 583, - "end": 588, + "start": 608, + "end": 613, "loc": { "start": { "line": 26, @@ -3289,8 +3289,8 @@ "updateContext": null }, "value": "&&", - "start": 589, - "end": 591, + "start": 614, + "end": 616, "loc": { "start": { "line": 26, @@ -3316,8 +3316,8 @@ "updateContext": null }, "value": "!", - "start": 592, - "end": 593, + "start": 617, + "end": 618, "loc": { "start": { "line": 26, @@ -3342,8 +3342,8 @@ "binop": null }, "value": "isEmpty", - "start": 594, - "end": 601, + "start": 619, + "end": 626, "loc": { "start": { "line": 26, @@ -3368,8 +3368,8 @@ "binop": null, "updateContext": null }, - "start": 601, - "end": 602, + "start": 626, + "end": 627, "loc": { "start": { "line": 26, @@ -3394,8 +3394,8 @@ "binop": null }, "value": "string", - "start": 602, - "end": 608, + "start": 627, + "end": 633, "loc": { "start": { "line": 26, @@ -3419,8 +3419,8 @@ "postfix": false, "binop": null }, - "start": 608, - "end": 609, + "start": 633, + "end": 634, "loc": { "start": { "line": 26, @@ -3445,8 +3445,8 @@ "binop": null }, "value": "value", - "start": 609, - "end": 614, + "start": 634, + "end": 639, "loc": { "start": { "line": 26, @@ -3470,8 +3470,8 @@ "postfix": false, "binop": null }, - "start": 614, - "end": 615, + "start": 639, + "end": 640, "loc": { "start": { "line": 26, @@ -3496,8 +3496,8 @@ "binop": null, "updateContext": null }, - "start": 615, - "end": 616, + "start": 640, + "end": 641, "loc": { "start": { "line": 26, @@ -3521,8 +3521,8 @@ "postfix": false, "binop": null }, - "start": 618, - "end": 619, + "start": 644, + "end": 645, "loc": { "start": { "line": 27, @@ -3547,8 +3547,8 @@ "binop": null, "updateContext": null }, - "start": 619, - "end": 620, + "start": 645, + "end": 646, "loc": { "start": { "line": 27, @@ -3562,9 +3562,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if given value is a string\n\t *\n\t * @param {String} value Value to check\n\t ", - "start": 622, - "end": 712, + "value": "*\r\n\t * Check if given value is a string\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t ", + "start": 649, + "end": 743, "loc": { "start": { "line": 28, @@ -3589,8 +3589,8 @@ "binop": null }, "value": "stringOrNumber", - "start": 714, - "end": 728, + "start": 746, + "end": 760, "loc": { "start": { "line": 33, @@ -3614,8 +3614,8 @@ "postfix": false, "binop": null }, - "start": 728, - "end": 729, + "start": 760, + "end": 761, "loc": { "start": { "line": 33, @@ -3640,8 +3640,8 @@ "binop": null }, "value": "value", - "start": 729, - "end": 734, + "start": 761, + "end": 766, "loc": { "start": { "line": 33, @@ -3665,8 +3665,8 @@ "postfix": false, "binop": null }, - "start": 734, - "end": 735, + "start": 766, + "end": 767, "loc": { "start": { "line": 33, @@ -3690,8 +3690,8 @@ "postfix": false, "binop": null }, - "start": 735, - "end": 736, + "start": 767, + "end": 768, "loc": { "start": { "line": 33, @@ -3718,8 +3718,8 @@ "updateContext": null }, "value": "if", - "start": 739, - "end": 741, + "start": 772, + "end": 774, "loc": { "start": { "line": 34, @@ -3743,8 +3743,8 @@ "postfix": false, "binop": null }, - "start": 741, - "end": 742, + "start": 774, + "end": 775, "loc": { "start": { "line": 34, @@ -3771,8 +3771,8 @@ "updateContext": null }, "value": "null", - "start": 743, - "end": 747, + "start": 776, + "end": 780, "loc": { "start": { "line": 34, @@ -3798,8 +3798,8 @@ "updateContext": null }, "value": "!==", - "start": 748, - "end": 751, + "start": 781, + "end": 784, "loc": { "start": { "line": 34, @@ -3824,8 +3824,8 @@ "binop": null }, "value": "value", - "start": 752, - "end": 757, + "start": 785, + "end": 790, "loc": { "start": { "line": 34, @@ -3849,8 +3849,8 @@ "postfix": false, "binop": null }, - "start": 758, - "end": 759, + "start": 791, + "end": 792, "loc": { "start": { "line": 34, @@ -3874,8 +3874,8 @@ "postfix": false, "binop": null }, - "start": 759, - "end": 760, + "start": 792, + "end": 793, "loc": { "start": { "line": 34, @@ -3902,8 +3902,8 @@ "updateContext": null }, "value": "return", - "start": 764, - "end": 770, + "start": 798, + "end": 804, "loc": { "start": { "line": 35, @@ -3930,8 +3930,8 @@ "updateContext": null }, "value": "this", - "start": 771, - "end": 775, + "start": 805, + "end": 809, "loc": { "start": { "line": 35, @@ -3956,8 +3956,8 @@ "binop": null, "updateContext": null }, - "start": 775, - "end": 776, + "start": 809, + "end": 810, "loc": { "start": { "line": 35, @@ -3982,8 +3982,8 @@ "binop": null }, "value": "string", - "start": 776, - "end": 782, + "start": 810, + "end": 816, "loc": { "start": { "line": 35, @@ -4007,8 +4007,8 @@ "postfix": false, "binop": null }, - "start": 782, - "end": 783, + "start": 816, + "end": 817, "loc": { "start": { "line": 35, @@ -4033,8 +4033,8 @@ "binop": null }, "value": "value", - "start": 783, - "end": 788, + "start": 817, + "end": 822, "loc": { "start": { "line": 35, @@ -4058,8 +4058,8 @@ "postfix": false, "binop": null }, - "start": 788, - "end": 789, + "start": 822, + "end": 823, "loc": { "start": { "line": 35, @@ -4085,8 +4085,8 @@ "updateContext": null }, "value": "||", - "start": 790, - "end": 792, + "start": 824, + "end": 826, "loc": { "start": { "line": 35, @@ -4113,8 +4113,8 @@ "updateContext": null }, "value": "this", - "start": 793, - "end": 797, + "start": 827, + "end": 831, "loc": { "start": { "line": 35, @@ -4139,8 +4139,8 @@ "binop": null, "updateContext": null }, - "start": 797, - "end": 798, + "start": 831, + "end": 832, "loc": { "start": { "line": 35, @@ -4165,8 +4165,8 @@ "binop": null }, "value": "number", - "start": 798, - "end": 804, + "start": 832, + "end": 838, "loc": { "start": { "line": 35, @@ -4190,8 +4190,8 @@ "postfix": false, "binop": null }, - "start": 804, - "end": 805, + "start": 838, + "end": 839, "loc": { "start": { "line": 35, @@ -4216,8 +4216,8 @@ "binop": null }, "value": "value", - "start": 805, - "end": 810, + "start": 839, + "end": 844, "loc": { "start": { "line": 35, @@ -4241,8 +4241,8 @@ "postfix": false, "binop": null }, - "start": 810, - "end": 811, + "start": 844, + "end": 845, "loc": { "start": { "line": 35, @@ -4267,8 +4267,8 @@ "binop": null, "updateContext": null }, - "start": 811, - "end": 812, + "start": 845, + "end": 846, "loc": { "start": { "line": 35, @@ -4292,8 +4292,8 @@ "postfix": false, "binop": null }, - "start": 815, - "end": 816, + "start": 850, + "end": 851, "loc": { "start": { "line": 36, @@ -4320,8 +4320,8 @@ "updateContext": null }, "value": "return", - "start": 819, - "end": 825, + "start": 855, + "end": 861, "loc": { "start": { "line": 37, @@ -4348,8 +4348,8 @@ "updateContext": null }, "value": "false", - "start": 826, - "end": 831, + "start": 862, + "end": 867, "loc": { "start": { "line": 37, @@ -4374,8 +4374,8 @@ "binop": null, "updateContext": null }, - "start": 831, - "end": 832, + "start": 867, + "end": 868, "loc": { "start": { "line": 37, @@ -4399,8 +4399,8 @@ "postfix": false, "binop": null }, - "start": 834, - "end": 835, + "start": 871, + "end": 872, "loc": { "start": { "line": 38, @@ -4425,8 +4425,8 @@ "binop": null, "updateContext": null }, - "start": 835, - "end": 836, + "start": 872, + "end": 873, "loc": { "start": { "line": 38, @@ -4440,9 +4440,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is a valid url\n\t *\n\t * @param {String} value Value to check\n\t * @return {boolean}\n\t ", - "start": 838, - "end": 955, + "value": "*\r\n\t * Check if a given value is a valid url\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 876, + "end": 998, "loc": { "start": { "line": 39, @@ -4467,8 +4467,8 @@ "binop": null }, "value": "url", - "start": 957, - "end": 960, + "start": 1001, + "end": 1004, "loc": { "start": { "line": 45, @@ -4492,8 +4492,8 @@ "postfix": false, "binop": null }, - "start": 960, - "end": 961, + "start": 1004, + "end": 1005, "loc": { "start": { "line": 45, @@ -4518,8 +4518,8 @@ "binop": null }, "value": "value", - "start": 961, - "end": 966, + "start": 1005, + "end": 1010, "loc": { "start": { "line": 45, @@ -4543,8 +4543,8 @@ "postfix": false, "binop": null }, - "start": 966, - "end": 967, + "start": 1010, + "end": 1011, "loc": { "start": { "line": 45, @@ -4568,8 +4568,8 @@ "postfix": false, "binop": null }, - "start": 967, - "end": 968, + "start": 1011, + "end": 1012, "loc": { "start": { "line": 45, @@ -4596,8 +4596,8 @@ "updateContext": null }, "value": "return", - "start": 971, - "end": 977, + "start": 1016, + "end": 1022, "loc": { "start": { "line": 46, @@ -4622,8 +4622,8 @@ "binop": null }, "value": "isUrl", - "start": 978, - "end": 983, + "start": 1023, + "end": 1028, "loc": { "start": { "line": 46, @@ -4647,8 +4647,8 @@ "postfix": false, "binop": null }, - "start": 983, - "end": 984, + "start": 1028, + "end": 1029, "loc": { "start": { "line": 46, @@ -4673,8 +4673,8 @@ "binop": null }, "value": "value", - "start": 984, - "end": 989, + "start": 1029, + "end": 1034, "loc": { "start": { "line": 46, @@ -4698,8 +4698,8 @@ "postfix": false, "binop": null }, - "start": 989, - "end": 990, + "start": 1034, + "end": 1035, "loc": { "start": { "line": 46, @@ -4724,8 +4724,8 @@ "binop": null, "updateContext": null }, - "start": 990, - "end": 991, + "start": 1035, + "end": 1036, "loc": { "start": { "line": 46, @@ -4749,8 +4749,8 @@ "postfix": false, "binop": null }, - "start": 993, - "end": 994, + "start": 1039, + "end": 1040, "loc": { "start": { "line": 47, @@ -4775,8 +4775,8 @@ "binop": null, "updateContext": null }, - "start": 994, - "end": 995, + "start": 1040, + "end": 1041, "loc": { "start": { "line": 47, @@ -4790,9 +4790,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is an date.\n\t *\n\t * Considers Date objects and strings conforming to ISO 8601 standard to be valid.\n\t *\n\t * @param {String|Date} value Value to check\n\t * @return {boolean}\n\t ", - "start": 997, - "end": 1204, + "value": "*\r\n\t * Check if a given value is an date.\r\n\t *\r\n\t * Considers Date objects and strings conforming to ISO 8601 standard to be valid.\r\n\t *\r\n\t * @param {String|Date} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 1044, + "end": 1258, "loc": { "start": { "line": 48, @@ -4817,8 +4817,8 @@ "binop": null }, "value": "date", - "start": 1206, - "end": 1210, + "start": 1261, + "end": 1265, "loc": { "start": { "line": 56, @@ -4842,8 +4842,8 @@ "postfix": false, "binop": null }, - "start": 1210, - "end": 1211, + "start": 1265, + "end": 1266, "loc": { "start": { "line": 56, @@ -4868,8 +4868,8 @@ "binop": null }, "value": "value", - "start": 1211, - "end": 1216, + "start": 1266, + "end": 1271, "loc": { "start": { "line": 56, @@ -4893,8 +4893,8 @@ "postfix": false, "binop": null }, - "start": 1216, - "end": 1217, + "start": 1271, + "end": 1272, "loc": { "start": { "line": 56, @@ -4918,8 +4918,8 @@ "postfix": false, "binop": null }, - "start": 1217, - "end": 1218, + "start": 1272, + "end": 1273, "loc": { "start": { "line": 56, @@ -4946,8 +4946,8 @@ "updateContext": null }, "value": "return", - "start": 1221, - "end": 1227, + "start": 1277, + "end": 1283, "loc": { "start": { "line": 57, @@ -4972,8 +4972,8 @@ "binop": null }, "value": "isDate", - "start": 1228, - "end": 1234, + "start": 1284, + "end": 1290, "loc": { "start": { "line": 57, @@ -4997,8 +4997,8 @@ "postfix": false, "binop": null }, - "start": 1234, - "end": 1235, + "start": 1290, + "end": 1291, "loc": { "start": { "line": 57, @@ -5023,8 +5023,8 @@ "binop": null }, "value": "value", - "start": 1235, - "end": 1240, + "start": 1291, + "end": 1296, "loc": { "start": { "line": 57, @@ -5048,8 +5048,8 @@ "postfix": false, "binop": null }, - "start": 1240, - "end": 1241, + "start": 1296, + "end": 1297, "loc": { "start": { "line": 57, @@ -5074,8 +5074,8 @@ "binop": null, "updateContext": null }, - "start": 1241, - "end": 1242, + "start": 1297, + "end": 1298, "loc": { "start": { "line": 57, @@ -5099,8 +5099,8 @@ "postfix": false, "binop": null }, - "start": 1244, - "end": 1245, + "start": 1301, + "end": 1302, "loc": { "start": { "line": 58, @@ -5125,8 +5125,8 @@ "binop": null, "updateContext": null }, - "start": 1245, - "end": 1246, + "start": 1302, + "end": 1303, "loc": { "start": { "line": 58, @@ -5140,9 +5140,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is numeric\n\t *\n\t * @param {String|number} value Value to check\n\t * @return {boolean}\n\t ", - "start": 1248, - "end": 1368, + "value": "*\r\n\t * Check if a given value is numeric\r\n\t *\r\n\t * @param {String|number} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 1306, + "end": 1431, "loc": { "start": { "line": 59, @@ -5167,8 +5167,8 @@ "binop": null }, "value": "number", - "start": 1370, - "end": 1376, + "start": 1434, + "end": 1440, "loc": { "start": { "line": 65, @@ -5192,8 +5192,8 @@ "postfix": false, "binop": null }, - "start": 1376, - "end": 1377, + "start": 1440, + "end": 1441, "loc": { "start": { "line": 65, @@ -5218,8 +5218,8 @@ "binop": null }, "value": "value", - "start": 1377, - "end": 1382, + "start": 1441, + "end": 1446, "loc": { "start": { "line": 65, @@ -5243,8 +5243,8 @@ "postfix": false, "binop": null }, - "start": 1382, - "end": 1383, + "start": 1446, + "end": 1447, "loc": { "start": { "line": 65, @@ -5268,8 +5268,8 @@ "postfix": false, "binop": null }, - "start": 1383, - "end": 1384, + "start": 1447, + "end": 1448, "loc": { "start": { "line": 65, @@ -5296,8 +5296,8 @@ "updateContext": null }, "value": "if", - "start": 1387, - "end": 1389, + "start": 1452, + "end": 1454, "loc": { "start": { "line": 66, @@ -5321,8 +5321,8 @@ "postfix": false, "binop": null }, - "start": 1389, - "end": 1390, + "start": 1454, + "end": 1455, "loc": { "start": { "line": 66, @@ -5348,8 +5348,8 @@ "updateContext": null }, "value": "", - "start": 1391, - "end": 1393, + "start": 1456, + "end": 1458, "loc": { "start": { "line": 66, @@ -5375,8 +5375,8 @@ "updateContext": null }, "value": "===", - "start": 1394, - "end": 1397, + "start": 1459, + "end": 1462, "loc": { "start": { "line": 66, @@ -5401,8 +5401,8 @@ "binop": null }, "value": "value", - "start": 1398, - "end": 1403, + "start": 1463, + "end": 1468, "loc": { "start": { "line": 66, @@ -5426,8 +5426,8 @@ "postfix": false, "binop": null }, - "start": 1404, - "end": 1405, + "start": 1469, + "end": 1470, "loc": { "start": { "line": 66, @@ -5451,8 +5451,8 @@ "postfix": false, "binop": null }, - "start": 1405, - "end": 1406, + "start": 1470, + "end": 1471, "loc": { "start": { "line": 66, @@ -5479,8 +5479,8 @@ "updateContext": null }, "value": "return", - "start": 1410, - "end": 1416, + "start": 1476, + "end": 1482, "loc": { "start": { "line": 67, @@ -5507,8 +5507,8 @@ "updateContext": null }, "value": "false", - "start": 1417, - "end": 1422, + "start": 1483, + "end": 1488, "loc": { "start": { "line": 67, @@ -5533,8 +5533,8 @@ "binop": null, "updateContext": null }, - "start": 1422, - "end": 1423, + "start": 1488, + "end": 1489, "loc": { "start": { "line": 67, @@ -5558,8 +5558,8 @@ "postfix": false, "binop": null }, - "start": 1426, - "end": 1427, + "start": 1493, + "end": 1494, "loc": { "start": { "line": 68, @@ -5586,8 +5586,8 @@ "updateContext": null }, "value": "if", - "start": 1430, - "end": 1432, + "start": 1498, + "end": 1500, "loc": { "start": { "line": 69, @@ -5611,8 +5611,8 @@ "postfix": false, "binop": null }, - "start": 1432, - "end": 1433, + "start": 1500, + "end": 1501, "loc": { "start": { "line": 69, @@ -5637,8 +5637,8 @@ "binop": null }, "value": "Array", - "start": 1434, - "end": 1439, + "start": 1502, + "end": 1507, "loc": { "start": { "line": 69, @@ -5663,8 +5663,8 @@ "binop": null, "updateContext": null }, - "start": 1439, - "end": 1440, + "start": 1507, + "end": 1508, "loc": { "start": { "line": 69, @@ -5689,8 +5689,8 @@ "binop": null }, "value": "isArray", - "start": 1440, - "end": 1447, + "start": 1508, + "end": 1515, "loc": { "start": { "line": 69, @@ -5714,8 +5714,8 @@ "postfix": false, "binop": null }, - "start": 1447, - "end": 1448, + "start": 1515, + "end": 1516, "loc": { "start": { "line": 69, @@ -5740,8 +5740,8 @@ "binop": null }, "value": "value", - "start": 1449, - "end": 1454, + "start": 1517, + "end": 1522, "loc": { "start": { "line": 69, @@ -5765,8 +5765,8 @@ "postfix": false, "binop": null }, - "start": 1455, - "end": 1456, + "start": 1523, + "end": 1524, "loc": { "start": { "line": 69, @@ -5790,8 +5790,8 @@ "postfix": false, "binop": null }, - "start": 1457, - "end": 1458, + "start": 1525, + "end": 1526, "loc": { "start": { "line": 69, @@ -5815,8 +5815,8 @@ "postfix": false, "binop": null }, - "start": 1458, - "end": 1459, + "start": 1526, + "end": 1527, "loc": { "start": { "line": 69, @@ -5843,8 +5843,8 @@ "updateContext": null }, "value": "return", - "start": 1463, - "end": 1469, + "start": 1532, + "end": 1538, "loc": { "start": { "line": 70, @@ -5871,8 +5871,8 @@ "updateContext": null }, "value": "false", - "start": 1470, - "end": 1475, + "start": 1539, + "end": 1544, "loc": { "start": { "line": 70, @@ -5897,8 +5897,8 @@ "binop": null, "updateContext": null }, - "start": 1475, - "end": 1476, + "start": 1544, + "end": 1545, "loc": { "start": { "line": 70, @@ -5922,8 +5922,8 @@ "postfix": false, "binop": null }, - "start": 1479, - "end": 1480, + "start": 1549, + "end": 1550, "loc": { "start": { "line": 71, @@ -5950,8 +5950,8 @@ "updateContext": null }, "value": "return", - "start": 1483, - "end": 1489, + "start": 1554, + "end": 1560, "loc": { "start": { "line": 72, @@ -5977,8 +5977,8 @@ "updateContext": null }, "value": "!", - "start": 1490, - "end": 1491, + "start": 1561, + "end": 1562, "loc": { "start": { "line": 72, @@ -6003,8 +6003,8 @@ "binop": null }, "value": "isNaN", - "start": 1492, - "end": 1497, + "start": 1563, + "end": 1568, "loc": { "start": { "line": 72, @@ -6028,8 +6028,8 @@ "postfix": false, "binop": null }, - "start": 1497, - "end": 1498, + "start": 1568, + "end": 1569, "loc": { "start": { "line": 72, @@ -6054,8 +6054,8 @@ "binop": null }, "value": "value", - "start": 1498, - "end": 1503, + "start": 1569, + "end": 1574, "loc": { "start": { "line": 72, @@ -6079,8 +6079,8 @@ "postfix": false, "binop": null }, - "start": 1503, - "end": 1504, + "start": 1574, + "end": 1575, "loc": { "start": { "line": 72, @@ -6105,8 +6105,8 @@ "binop": null, "updateContext": null }, - "start": 1504, - "end": 1505, + "start": 1575, + "end": 1576, "loc": { "start": { "line": 72, @@ -6130,8 +6130,8 @@ "postfix": false, "binop": null }, - "start": 1507, - "end": 1508, + "start": 1579, + "end": 1580, "loc": { "start": { "line": 73, @@ -6155,8 +6155,8 @@ "postfix": false, "binop": null }, - "start": 1509, - "end": 1510, + "start": 1582, + "end": 1583, "loc": { "start": { "line": 74, @@ -6181,8 +6181,8 @@ "binop": null, "updateContext": null }, - "start": 1510, - "end": 1511, + "start": 1583, + "end": 1584, "loc": { "start": { "line": 74, @@ -6207,8 +6207,8 @@ "binop": null, "updateContext": null }, - "start": 1511, - "end": 1511, + "start": 1584, + "end": 1584, "loc": { "start": { "line": 74, diff --git a/docs/ast/source/components/validation/isValidOrEmpty.js.json b/docs/ast/source/components/validation/isValidOrEmpty.js.json index 76eebf1..82bc080 100644 --- a/docs/ast/source/components/validation/isValidOrEmpty.js.json +++ b/docs/ast/source/components/validation/isValidOrEmpty.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 1508, + "end": 1570, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 1508, + "end": 1570, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 33, - "end": 65, + "start": 34, + "end": 66, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 40, - "end": 47, + "start": 41, + "end": 48, "loc": { "start": { "line": 2, @@ -128,8 +128,8 @@ }, "local": { "type": "Identifier", - "start": 40, - "end": 47, + "start": 41, + "end": 48, "loc": { "start": { "line": 2, @@ -147,8 +147,8 @@ ], "source": { "type": "StringLiteral", - "start": 53, - "end": 64, + "start": 54, + "end": 65, "loc": { "start": { "line": 2, @@ -168,9 +168,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Validators by type that consider an empty value valid.\n *\n * Combines the isEmpty and isValid validations\n ", - "start": 66, - "end": 182, + "value": "*\r\n * Validators by type that consider an empty value valid.\r\n *\r\n * Combines the isEmpty and isValid validations\r\n ", + "start": 68, + "end": 188, "loc": { "start": { "line": 3, @@ -186,8 +186,8 @@ }, { "type": "ExportDefaultDeclaration", - "start": 183, - "end": 1508, + "start": 190, + "end": 1570, "loc": { "start": { "line": 8, @@ -200,8 +200,8 @@ }, "declaration": { "type": "ObjectExpression", - "start": 198, - "end": 1507, + "start": 205, + "end": 1569, "loc": { "start": { "line": 8, @@ -215,8 +215,8 @@ "properties": [ { "type": "ObjectMethod", - "start": 334, - "end": 410, + "start": 348, + "end": 426, "loc": { "start": { "line": 15, @@ -232,8 +232,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 334, - "end": 339, + "start": 348, + "end": 353, "loc": { "start": { "line": 15, @@ -256,8 +256,8 @@ "params": [ { "type": "Identifier", - "start": 340, - "end": 345, + "start": 354, + "end": 359, "loc": { "start": { "line": 15, @@ -274,8 +274,8 @@ ], "body": { "type": "BlockStatement", - "start": 346, - "end": 410, + "start": 360, + "end": 426, "loc": { "start": { "line": 15, @@ -289,8 +289,8 @@ "body": [ { "type": "ReturnStatement", - "start": 350, - "end": 407, + "start": 365, + "end": 422, "loc": { "start": { "line": 16, @@ -303,8 +303,8 @@ }, "argument": { "type": "LogicalExpression", - "start": 357, - "end": 406, + "start": 372, + "end": 421, "loc": { "start": { "line": 16, @@ -317,8 +317,8 @@ }, "left": { "type": "CallExpression", - "start": 357, - "end": 382, + "start": 372, + "end": 397, "loc": { "start": { "line": 16, @@ -331,8 +331,8 @@ }, "callee": { "type": "MemberExpression", - "start": 357, - "end": 373, + "start": 372, + "end": 388, "loc": { "start": { "line": 16, @@ -345,8 +345,8 @@ }, "object": { "type": "Identifier", - "start": 357, - "end": 364, + "start": 372, + "end": 379, "loc": { "start": { "line": 16, @@ -362,8 +362,8 @@ }, "property": { "type": "Identifier", - "start": 365, - "end": 373, + "start": 380, + "end": 388, "loc": { "start": { "line": 16, @@ -382,8 +382,8 @@ "arguments": [ { "type": "Identifier", - "start": 375, - "end": 380, + "start": 390, + "end": 395, "loc": { "start": { "line": 16, @@ -402,8 +402,8 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 386, - "end": 406, + "start": 401, + "end": 421, "loc": { "start": { "line": 16, @@ -416,8 +416,8 @@ }, "callee": { "type": "MemberExpression", - "start": 386, - "end": 399, + "start": 401, + "end": 414, "loc": { "start": { "line": 16, @@ -430,8 +430,8 @@ }, "object": { "type": "Identifier", - "start": 386, - "end": 393, + "start": 401, + "end": 408, "loc": { "start": { "line": 16, @@ -447,8 +447,8 @@ }, "property": { "type": "Identifier", - "start": 394, - "end": 399, + "start": 409, + "end": 414, "loc": { "start": { "line": 16, @@ -467,8 +467,8 @@ "arguments": [ { "type": "Identifier", - "start": 400, - "end": 405, + "start": 415, + "end": 420, "loc": { "start": { "line": 16, @@ -492,9 +492,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is an email address or empty\n\t *\n\t * @param {String} value Value to check\n\t * @return {boolean}\n\t ", - "start": 201, - "end": 332, + "value": "*\r\n\t * Check if a given value is an email address or empty\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 209, + "end": 345, "loc": { "start": { "line": 9, @@ -510,8 +510,8 @@ }, { "type": "ObjectMethod", - "start": 514, - "end": 592, + "start": 536, + "end": 616, "loc": { "start": { "line": 23, @@ -527,8 +527,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 514, - "end": 520, + "start": 536, + "end": 542, "loc": { "start": { "line": 23, @@ -551,8 +551,8 @@ "params": [ { "type": "Identifier", - "start": 521, - "end": 526, + "start": 543, + "end": 548, "loc": { "start": { "line": 23, @@ -569,8 +569,8 @@ ], "body": { "type": "BlockStatement", - "start": 527, - "end": 592, + "start": 549, + "end": 616, "loc": { "start": { "line": 23, @@ -584,8 +584,8 @@ "body": [ { "type": "ReturnStatement", - "start": 531, - "end": 589, + "start": 554, + "end": 612, "loc": { "start": { "line": 24, @@ -598,8 +598,8 @@ }, "argument": { "type": "LogicalExpression", - "start": 538, - "end": 588, + "start": 561, + "end": 611, "loc": { "start": { "line": 24, @@ -612,8 +612,8 @@ }, "left": { "type": "CallExpression", - "start": 538, - "end": 563, + "start": 561, + "end": 586, "loc": { "start": { "line": 24, @@ -626,8 +626,8 @@ }, "callee": { "type": "MemberExpression", - "start": 538, - "end": 554, + "start": 561, + "end": 577, "loc": { "start": { "line": 24, @@ -640,8 +640,8 @@ }, "object": { "type": "Identifier", - "start": 538, - "end": 545, + "start": 561, + "end": 568, "loc": { "start": { "line": 24, @@ -657,8 +657,8 @@ }, "property": { "type": "Identifier", - "start": 546, - "end": 554, + "start": 569, + "end": 577, "loc": { "start": { "line": 24, @@ -677,8 +677,8 @@ "arguments": [ { "type": "Identifier", - "start": 556, - "end": 561, + "start": 579, + "end": 584, "loc": { "start": { "line": 24, @@ -697,8 +697,8 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 567, - "end": 588, + "start": 590, + "end": 611, "loc": { "start": { "line": 24, @@ -711,8 +711,8 @@ }, "callee": { "type": "MemberExpression", - "start": 567, - "end": 581, + "start": 590, + "end": 604, "loc": { "start": { "line": 24, @@ -725,8 +725,8 @@ }, "object": { "type": "Identifier", - "start": 567, - "end": 574, + "start": 590, + "end": 597, "loc": { "start": { "line": 24, @@ -742,8 +742,8 @@ }, "property": { "type": "Identifier", - "start": 575, - "end": 581, + "start": 598, + "end": 604, "loc": { "start": { "line": 24, @@ -762,8 +762,8 @@ "arguments": [ { "type": "Identifier", - "start": 582, - "end": 587, + "start": 605, + "end": 610, "loc": { "start": { "line": 24, @@ -787,9 +787,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if given value is a string or empty\n\t *\n\t * @param {String} value Value to check\n\t ", - "start": 413, - "end": 512, + "value": "*\r\n\t * Check if given value is a string or empty\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t ", + "start": 430, + "end": 533, "loc": { "start": { "line": 18, @@ -805,8 +805,8 @@ }, { "type": "ObjectMethod", - "start": 703, - "end": 795, + "start": 733, + "end": 827, "loc": { "start": { "line": 31, @@ -822,8 +822,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 703, - "end": 717, + "start": 733, + "end": 747, "loc": { "start": { "line": 31, @@ -846,8 +846,8 @@ "params": [ { "type": "Identifier", - "start": 718, - "end": 723, + "start": 748, + "end": 753, "loc": { "start": { "line": 31, @@ -864,8 +864,8 @@ ], "body": { "type": "BlockStatement", - "start": 724, - "end": 795, + "start": 754, + "end": 827, "loc": { "start": { "line": 31, @@ -879,8 +879,8 @@ "body": [ { "type": "ReturnStatement", - "start": 728, - "end": 792, + "start": 759, + "end": 823, "loc": { "start": { "line": 32, @@ -893,8 +893,8 @@ }, "argument": { "type": "LogicalExpression", - "start": 735, - "end": 791, + "start": 766, + "end": 822, "loc": { "start": { "line": 32, @@ -907,8 +907,8 @@ }, "left": { "type": "CallExpression", - "start": 735, - "end": 758, + "start": 766, + "end": 789, "loc": { "start": { "line": 32, @@ -921,8 +921,8 @@ }, "callee": { "type": "MemberExpression", - "start": 735, - "end": 751, + "start": 766, + "end": 782, "loc": { "start": { "line": 32, @@ -935,8 +935,8 @@ }, "object": { "type": "Identifier", - "start": 735, - "end": 742, + "start": 766, + "end": 773, "loc": { "start": { "line": 32, @@ -952,8 +952,8 @@ }, "property": { "type": "Identifier", - "start": 743, - "end": 751, + "start": 774, + "end": 782, "loc": { "start": { "line": 32, @@ -972,8 +972,8 @@ "arguments": [ { "type": "Identifier", - "start": 752, - "end": 757, + "start": 783, + "end": 788, "loc": { "start": { "line": 32, @@ -992,8 +992,8 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 762, - "end": 791, + "start": 793, + "end": 822, "loc": { "start": { "line": 32, @@ -1006,8 +1006,8 @@ }, "callee": { "type": "MemberExpression", - "start": 762, - "end": 784, + "start": 793, + "end": 815, "loc": { "start": { "line": 32, @@ -1020,8 +1020,8 @@ }, "object": { "type": "Identifier", - "start": 762, - "end": 769, + "start": 793, + "end": 800, "loc": { "start": { "line": 32, @@ -1037,8 +1037,8 @@ }, "property": { "type": "Identifier", - "start": 770, - "end": 784, + "start": 801, + "end": 815, "loc": { "start": { "line": 32, @@ -1057,8 +1057,8 @@ "arguments": [ { "type": "Identifier", - "start": 785, - "end": 790, + "start": 816, + "end": 821, "loc": { "start": { "line": 32, @@ -1082,9 +1082,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if given value is a string or number empty\n\t *\n\t * @param {String} value Value to check\n\t ", - "start": 595, - "end": 701, + "value": "*\r\n\t * Check if given value is a string or number empty\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t ", + "start": 620, + "end": 730, "loc": { "start": { "line": 26, @@ -1100,8 +1100,8 @@ }, { "type": "ObjectMethod", - "start": 926, - "end": 998, + "start": 965, + "end": 1039, "loc": { "start": { "line": 40, @@ -1117,8 +1117,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 926, - "end": 929, + "start": 965, + "end": 968, "loc": { "start": { "line": 40, @@ -1141,8 +1141,8 @@ "params": [ { "type": "Identifier", - "start": 930, - "end": 935, + "start": 969, + "end": 974, "loc": { "start": { "line": 40, @@ -1159,8 +1159,8 @@ ], "body": { "type": "BlockStatement", - "start": 936, - "end": 998, + "start": 975, + "end": 1039, "loc": { "start": { "line": 40, @@ -1174,8 +1174,8 @@ "body": [ { "type": "ReturnStatement", - "start": 940, - "end": 995, + "start": 980, + "end": 1035, "loc": { "start": { "line": 41, @@ -1188,8 +1188,8 @@ }, "argument": { "type": "LogicalExpression", - "start": 947, - "end": 994, + "start": 987, + "end": 1034, "loc": { "start": { "line": 41, @@ -1202,8 +1202,8 @@ }, "left": { "type": "CallExpression", - "start": 947, - "end": 972, + "start": 987, + "end": 1012, "loc": { "start": { "line": 41, @@ -1216,8 +1216,8 @@ }, "callee": { "type": "MemberExpression", - "start": 947, - "end": 963, + "start": 987, + "end": 1003, "loc": { "start": { "line": 41, @@ -1230,8 +1230,8 @@ }, "object": { "type": "Identifier", - "start": 947, - "end": 954, + "start": 987, + "end": 994, "loc": { "start": { "line": 41, @@ -1247,8 +1247,8 @@ }, "property": { "type": "Identifier", - "start": 955, - "end": 963, + "start": 995, + "end": 1003, "loc": { "start": { "line": 41, @@ -1267,8 +1267,8 @@ "arguments": [ { "type": "Identifier", - "start": 965, - "end": 970, + "start": 1005, + "end": 1010, "loc": { "start": { "line": 41, @@ -1287,8 +1287,8 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 976, - "end": 994, + "start": 1016, + "end": 1034, "loc": { "start": { "line": 41, @@ -1301,8 +1301,8 @@ }, "callee": { "type": "MemberExpression", - "start": 976, - "end": 987, + "start": 1016, + "end": 1027, "loc": { "start": { "line": 41, @@ -1315,8 +1315,8 @@ }, "object": { "type": "Identifier", - "start": 976, - "end": 983, + "start": 1016, + "end": 1023, "loc": { "start": { "line": 41, @@ -1332,8 +1332,8 @@ }, "property": { "type": "Identifier", - "start": 984, - "end": 987, + "start": 1024, + "end": 1027, "loc": { "start": { "line": 41, @@ -1352,8 +1352,8 @@ "arguments": [ { "type": "Identifier", - "start": 988, - "end": 993, + "start": 1028, + "end": 1033, "loc": { "start": { "line": 41, @@ -1377,9 +1377,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is a valid url or empty\n\t *\n\t * @param {String} value Value to check\n\t * @return {boolean}\n\t ", - "start": 798, - "end": 924, + "value": "*\r\n\t * Check if a given value is a valid url or empty\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 831, + "end": 962, "loc": { "start": { "line": 34, @@ -1395,8 +1395,8 @@ }, { "type": "ObjectMethod", - "start": 1219, - "end": 1293, + "start": 1269, + "end": 1345, "loc": { "start": { "line": 51, @@ -1412,8 +1412,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1219, - "end": 1223, + "start": 1269, + "end": 1273, "loc": { "start": { "line": 51, @@ -1436,8 +1436,8 @@ "params": [ { "type": "Identifier", - "start": 1224, - "end": 1229, + "start": 1274, + "end": 1279, "loc": { "start": { "line": 51, @@ -1454,8 +1454,8 @@ ], "body": { "type": "BlockStatement", - "start": 1230, - "end": 1293, + "start": 1280, + "end": 1345, "loc": { "start": { "line": 51, @@ -1469,8 +1469,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1234, - "end": 1290, + "start": 1285, + "end": 1341, "loc": { "start": { "line": 52, @@ -1483,8 +1483,8 @@ }, "argument": { "type": "LogicalExpression", - "start": 1241, - "end": 1289, + "start": 1292, + "end": 1340, "loc": { "start": { "line": 52, @@ -1497,8 +1497,8 @@ }, "left": { "type": "CallExpression", - "start": 1241, - "end": 1266, + "start": 1292, + "end": 1317, "loc": { "start": { "line": 52, @@ -1511,8 +1511,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1241, - "end": 1257, + "start": 1292, + "end": 1308, "loc": { "start": { "line": 52, @@ -1525,8 +1525,8 @@ }, "object": { "type": "Identifier", - "start": 1241, - "end": 1248, + "start": 1292, + "end": 1299, "loc": { "start": { "line": 52, @@ -1542,8 +1542,8 @@ }, "property": { "type": "Identifier", - "start": 1249, - "end": 1257, + "start": 1300, + "end": 1308, "loc": { "start": { "line": 52, @@ -1562,8 +1562,8 @@ "arguments": [ { "type": "Identifier", - "start": 1259, - "end": 1264, + "start": 1310, + "end": 1315, "loc": { "start": { "line": 52, @@ -1582,8 +1582,8 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 1270, - "end": 1289, + "start": 1321, + "end": 1340, "loc": { "start": { "line": 52, @@ -1596,8 +1596,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1270, - "end": 1282, + "start": 1321, + "end": 1333, "loc": { "start": { "line": 52, @@ -1610,8 +1610,8 @@ }, "object": { "type": "Identifier", - "start": 1270, - "end": 1277, + "start": 1321, + "end": 1328, "loc": { "start": { "line": 52, @@ -1627,8 +1627,8 @@ }, "property": { "type": "Identifier", - "start": 1278, - "end": 1282, + "start": 1329, + "end": 1333, "loc": { "start": { "line": 52, @@ -1647,8 +1647,8 @@ "arguments": [ { "type": "Identifier", - "start": 1283, - "end": 1288, + "start": 1334, + "end": 1339, "loc": { "start": { "line": 52, @@ -1672,9 +1672,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is an date.\n\t *\n\t * Considers Date objects and strings conforming to ISO 8601 standard to be valid.\n\t *\n\t * @param {String|Date} value Value to check or empty\n\t * @return {boolean}\n\t ", - "start": 1001, - "end": 1217, + "value": "*\r\n\t * Check if a given value is an date.\r\n\t *\r\n\t * Considers Date objects and strings conforming to ISO 8601 standard to be valid.\r\n\t *\r\n\t * @param {String|Date} value Value to check or empty\r\n\t * @return {boolean}\r\n\t ", + "start": 1043, + "end": 1266, "loc": { "start": { "line": 43, @@ -1690,8 +1690,8 @@ }, { "type": "ObjectMethod", - "start": 1427, - "end": 1505, + "start": 1486, + "end": 1566, "loc": { "start": { "line": 60, @@ -1707,8 +1707,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1427, - "end": 1433, + "start": 1486, + "end": 1492, "loc": { "start": { "line": 60, @@ -1731,8 +1731,8 @@ "params": [ { "type": "Identifier", - "start": 1434, - "end": 1439, + "start": 1493, + "end": 1498, "loc": { "start": { "line": 60, @@ -1749,8 +1749,8 @@ ], "body": { "type": "BlockStatement", - "start": 1440, - "end": 1505, + "start": 1499, + "end": 1566, "loc": { "start": { "line": 60, @@ -1764,8 +1764,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1444, - "end": 1502, + "start": 1504, + "end": 1562, "loc": { "start": { "line": 61, @@ -1778,8 +1778,8 @@ }, "argument": { "type": "LogicalExpression", - "start": 1451, - "end": 1501, + "start": 1511, + "end": 1561, "loc": { "start": { "line": 61, @@ -1792,8 +1792,8 @@ }, "left": { "type": "CallExpression", - "start": 1451, - "end": 1476, + "start": 1511, + "end": 1536, "loc": { "start": { "line": 61, @@ -1806,8 +1806,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1451, - "end": 1467, + "start": 1511, + "end": 1527, "loc": { "start": { "line": 61, @@ -1820,8 +1820,8 @@ }, "object": { "type": "Identifier", - "start": 1451, - "end": 1458, + "start": 1511, + "end": 1518, "loc": { "start": { "line": 61, @@ -1837,8 +1837,8 @@ }, "property": { "type": "Identifier", - "start": 1459, - "end": 1467, + "start": 1519, + "end": 1527, "loc": { "start": { "line": 61, @@ -1857,8 +1857,8 @@ "arguments": [ { "type": "Identifier", - "start": 1469, - "end": 1474, + "start": 1529, + "end": 1534, "loc": { "start": { "line": 61, @@ -1877,8 +1877,8 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 1480, - "end": 1501, + "start": 1540, + "end": 1561, "loc": { "start": { "line": 61, @@ -1891,8 +1891,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1480, - "end": 1494, + "start": 1540, + "end": 1554, "loc": { "start": { "line": 61, @@ -1905,8 +1905,8 @@ }, "object": { "type": "Identifier", - "start": 1480, - "end": 1487, + "start": 1540, + "end": 1547, "loc": { "start": { "line": 61, @@ -1922,8 +1922,8 @@ }, "property": { "type": "Identifier", - "start": 1488, - "end": 1494, + "start": 1548, + "end": 1554, "loc": { "start": { "line": 61, @@ -1942,8 +1942,8 @@ "arguments": [ { "type": "Identifier", - "start": 1495, - "end": 1500, + "start": 1555, + "end": 1560, "loc": { "start": { "line": 61, @@ -1967,9 +1967,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is numeric\n\t *\n\t * @param {String|number} value Value to check or empty\n\t * @return {boolean}\n\t ", - "start": 1296, - "end": 1425, + "value": "*\r\n\t * Check if a given value is numeric\r\n\t *\r\n\t * @param {String|number} value Value to check or empty\r\n\t * @return {boolean}\r\n\t ", + "start": 1349, + "end": 1483, "loc": { "start": { "line": 54, @@ -1987,9 +1987,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Validators by type that consider an empty value valid.\n *\n * Combines the isEmpty and isValid validations\n ", - "start": 66, - "end": 182, + "value": "*\r\n * Validators by type that consider an empty value valid.\r\n *\r\n * Combines the isEmpty and isValid validations\r\n ", + "start": 68, + "end": 188, "loc": { "start": { "line": 3, @@ -2007,9 +2007,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Validators by type that consider an empty value valid.\n *\n * Combines the isEmpty and isValid validations\n ", - "start": 66, - "end": 182, + "value": "*\r\n * Validators by type that consider an empty value valid.\r\n *\r\n * Combines the isEmpty and isValid validations\r\n ", + "start": 68, + "end": 188, "loc": { "start": { "line": 3, @@ -2029,9 +2029,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Validators by type that consider an empty value valid.\n *\n * Combines the isEmpty and isValid validations\n ", - "start": 66, - "end": 182, + "value": "*\r\n * Validators by type that consider an empty value valid.\r\n *\r\n * Combines the isEmpty and isValid validations\r\n ", + "start": 68, + "end": 188, "loc": { "start": { "line": 3, @@ -2045,9 +2045,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is an email address or empty\n\t *\n\t * @param {String} value Value to check\n\t * @return {boolean}\n\t ", - "start": 201, - "end": 332, + "value": "*\r\n\t * Check if a given value is an email address or empty\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 209, + "end": 345, "loc": { "start": { "line": 9, @@ -2061,9 +2061,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if given value is a string or empty\n\t *\n\t * @param {String} value Value to check\n\t ", - "start": 413, - "end": 512, + "value": "*\r\n\t * Check if given value is a string or empty\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t ", + "start": 430, + "end": 533, "loc": { "start": { "line": 18, @@ -2077,9 +2077,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if given value is a string or number empty\n\t *\n\t * @param {String} value Value to check\n\t ", - "start": 595, - "end": 701, + "value": "*\r\n\t * Check if given value is a string or number empty\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t ", + "start": 620, + "end": 730, "loc": { "start": { "line": 26, @@ -2093,9 +2093,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is a valid url or empty\n\t *\n\t * @param {String} value Value to check\n\t * @return {boolean}\n\t ", - "start": 798, - "end": 924, + "value": "*\r\n\t * Check if a given value is a valid url or empty\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 831, + "end": 962, "loc": { "start": { "line": 34, @@ -2109,9 +2109,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is an date.\n\t *\n\t * Considers Date objects and strings conforming to ISO 8601 standard to be valid.\n\t *\n\t * @param {String|Date} value Value to check or empty\n\t * @return {boolean}\n\t ", - "start": 1001, - "end": 1217, + "value": "*\r\n\t * Check if a given value is an date.\r\n\t *\r\n\t * Considers Date objects and strings conforming to ISO 8601 standard to be valid.\r\n\t *\r\n\t * @param {String|Date} value Value to check or empty\r\n\t * @return {boolean}\r\n\t ", + "start": 1043, + "end": 1266, "loc": { "start": { "line": 43, @@ -2125,9 +2125,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is numeric\n\t *\n\t * @param {String|number} value Value to check or empty\n\t * @return {boolean}\n\t ", - "start": 1296, - "end": 1425, + "value": "*\r\n\t * Check if a given value is numeric\r\n\t *\r\n\t * @param {String|number} value Value to check or empty\r\n\t * @return {boolean}\r\n\t ", + "start": 1349, + "end": 1483, "loc": { "start": { "line": 54, @@ -2289,8 +2289,8 @@ "updateContext": null }, "value": "import", - "start": 33, - "end": 39, + "start": 34, + "end": 40, "loc": { "start": { "line": 2, @@ -2315,8 +2315,8 @@ "binop": null }, "value": "isValid", - "start": 40, - "end": 47, + "start": 41, + "end": 48, "loc": { "start": { "line": 2, @@ -2341,8 +2341,8 @@ "binop": null }, "value": "from", - "start": 48, - "end": 52, + "start": 49, + "end": 53, "loc": { "start": { "line": 2, @@ -2368,8 +2368,8 @@ "updateContext": null }, "value": "./isValid", - "start": 53, - "end": 64, + "start": 54, + "end": 65, "loc": { "start": { "line": 2, @@ -2394,8 +2394,8 @@ "binop": null, "updateContext": null }, - "start": 64, - "end": 65, + "start": 65, + "end": 66, "loc": { "start": { "line": 2, @@ -2409,9 +2409,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Validators by type that consider an empty value valid.\n *\n * Combines the isEmpty and isValid validations\n ", - "start": 66, - "end": 182, + "value": "*\r\n * Validators by type that consider an empty value valid.\r\n *\r\n * Combines the isEmpty and isValid validations\r\n ", + "start": 68, + "end": 188, "loc": { "start": { "line": 3, @@ -2438,8 +2438,8 @@ "updateContext": null }, "value": "export", - "start": 183, - "end": 189, + "start": 190, + "end": 196, "loc": { "start": { "line": 8, @@ -2466,8 +2466,8 @@ "updateContext": null }, "value": "default", - "start": 190, - "end": 197, + "start": 197, + "end": 204, "loc": { "start": { "line": 8, @@ -2491,8 +2491,8 @@ "postfix": false, "binop": null }, - "start": 198, - "end": 199, + "start": 205, + "end": 206, "loc": { "start": { "line": 8, @@ -2506,9 +2506,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is an email address or empty\n\t *\n\t * @param {String} value Value to check\n\t * @return {boolean}\n\t ", - "start": 201, - "end": 332, + "value": "*\r\n\t * Check if a given value is an email address or empty\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 209, + "end": 345, "loc": { "start": { "line": 9, @@ -2533,8 +2533,8 @@ "binop": null }, "value": "email", - "start": 334, - "end": 339, + "start": 348, + "end": 353, "loc": { "start": { "line": 15, @@ -2558,8 +2558,8 @@ "postfix": false, "binop": null }, - "start": 339, - "end": 340, + "start": 353, + "end": 354, "loc": { "start": { "line": 15, @@ -2584,8 +2584,8 @@ "binop": null }, "value": "value", - "start": 340, - "end": 345, + "start": 354, + "end": 359, "loc": { "start": { "line": 15, @@ -2609,8 +2609,8 @@ "postfix": false, "binop": null }, - "start": 345, - "end": 346, + "start": 359, + "end": 360, "loc": { "start": { "line": 15, @@ -2634,8 +2634,8 @@ "postfix": false, "binop": null }, - "start": 346, - "end": 347, + "start": 360, + "end": 361, "loc": { "start": { "line": 15, @@ -2662,8 +2662,8 @@ "updateContext": null }, "value": "return", - "start": 350, - "end": 356, + "start": 365, + "end": 371, "loc": { "start": { "line": 16, @@ -2688,8 +2688,8 @@ "binop": null }, "value": "isEmpty", - "start": 357, - "end": 364, + "start": 372, + "end": 379, "loc": { "start": { "line": 16, @@ -2714,8 +2714,8 @@ "binop": null, "updateContext": null }, - "start": 364, - "end": 365, + "start": 379, + "end": 380, "loc": { "start": { "line": 16, @@ -2740,8 +2740,8 @@ "binop": null }, "value": "anything", - "start": 365, - "end": 373, + "start": 380, + "end": 388, "loc": { "start": { "line": 16, @@ -2765,8 +2765,8 @@ "postfix": false, "binop": null }, - "start": 373, - "end": 374, + "start": 388, + "end": 389, "loc": { "start": { "line": 16, @@ -2791,8 +2791,8 @@ "binop": null }, "value": "value", - "start": 375, - "end": 380, + "start": 390, + "end": 395, "loc": { "start": { "line": 16, @@ -2816,8 +2816,8 @@ "postfix": false, "binop": null }, - "start": 381, - "end": 382, + "start": 396, + "end": 397, "loc": { "start": { "line": 16, @@ -2843,8 +2843,8 @@ "updateContext": null }, "value": "||", - "start": 383, - "end": 385, + "start": 398, + "end": 400, "loc": { "start": { "line": 16, @@ -2869,8 +2869,8 @@ "binop": null }, "value": "isValid", - "start": 386, - "end": 393, + "start": 401, + "end": 408, "loc": { "start": { "line": 16, @@ -2895,8 +2895,8 @@ "binop": null, "updateContext": null }, - "start": 393, - "end": 394, + "start": 408, + "end": 409, "loc": { "start": { "line": 16, @@ -2921,8 +2921,8 @@ "binop": null }, "value": "email", - "start": 394, - "end": 399, + "start": 409, + "end": 414, "loc": { "start": { "line": 16, @@ -2946,8 +2946,8 @@ "postfix": false, "binop": null }, - "start": 399, - "end": 400, + "start": 414, + "end": 415, "loc": { "start": { "line": 16, @@ -2972,8 +2972,8 @@ "binop": null }, "value": "value", - "start": 400, - "end": 405, + "start": 415, + "end": 420, "loc": { "start": { "line": 16, @@ -2997,8 +2997,8 @@ "postfix": false, "binop": null }, - "start": 405, - "end": 406, + "start": 420, + "end": 421, "loc": { "start": { "line": 16, @@ -3023,8 +3023,8 @@ "binop": null, "updateContext": null }, - "start": 406, - "end": 407, + "start": 421, + "end": 422, "loc": { "start": { "line": 16, @@ -3048,8 +3048,8 @@ "postfix": false, "binop": null }, - "start": 409, - "end": 410, + "start": 425, + "end": 426, "loc": { "start": { "line": 17, @@ -3074,8 +3074,8 @@ "binop": null, "updateContext": null }, - "start": 410, - "end": 411, + "start": 426, + "end": 427, "loc": { "start": { "line": 17, @@ -3089,9 +3089,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if given value is a string or empty\n\t *\n\t * @param {String} value Value to check\n\t ", - "start": 413, - "end": 512, + "value": "*\r\n\t * Check if given value is a string or empty\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t ", + "start": 430, + "end": 533, "loc": { "start": { "line": 18, @@ -3116,8 +3116,8 @@ "binop": null }, "value": "string", - "start": 514, - "end": 520, + "start": 536, + "end": 542, "loc": { "start": { "line": 23, @@ -3141,8 +3141,8 @@ "postfix": false, "binop": null }, - "start": 520, - "end": 521, + "start": 542, + "end": 543, "loc": { "start": { "line": 23, @@ -3167,8 +3167,8 @@ "binop": null }, "value": "value", - "start": 521, - "end": 526, + "start": 543, + "end": 548, "loc": { "start": { "line": 23, @@ -3192,8 +3192,8 @@ "postfix": false, "binop": null }, - "start": 526, - "end": 527, + "start": 548, + "end": 549, "loc": { "start": { "line": 23, @@ -3217,8 +3217,8 @@ "postfix": false, "binop": null }, - "start": 527, - "end": 528, + "start": 549, + "end": 550, "loc": { "start": { "line": 23, @@ -3245,8 +3245,8 @@ "updateContext": null }, "value": "return", - "start": 531, - "end": 537, + "start": 554, + "end": 560, "loc": { "start": { "line": 24, @@ -3271,8 +3271,8 @@ "binop": null }, "value": "isEmpty", - "start": 538, - "end": 545, + "start": 561, + "end": 568, "loc": { "start": { "line": 24, @@ -3297,8 +3297,8 @@ "binop": null, "updateContext": null }, - "start": 545, - "end": 546, + "start": 568, + "end": 569, "loc": { "start": { "line": 24, @@ -3323,8 +3323,8 @@ "binop": null }, "value": "anything", - "start": 546, - "end": 554, + "start": 569, + "end": 577, "loc": { "start": { "line": 24, @@ -3348,8 +3348,8 @@ "postfix": false, "binop": null }, - "start": 554, - "end": 555, + "start": 577, + "end": 578, "loc": { "start": { "line": 24, @@ -3374,8 +3374,8 @@ "binop": null }, "value": "value", - "start": 556, - "end": 561, + "start": 579, + "end": 584, "loc": { "start": { "line": 24, @@ -3399,8 +3399,8 @@ "postfix": false, "binop": null }, - "start": 562, - "end": 563, + "start": 585, + "end": 586, "loc": { "start": { "line": 24, @@ -3426,8 +3426,8 @@ "updateContext": null }, "value": "||", - "start": 564, - "end": 566, + "start": 587, + "end": 589, "loc": { "start": { "line": 24, @@ -3452,8 +3452,8 @@ "binop": null }, "value": "isValid", - "start": 567, - "end": 574, + "start": 590, + "end": 597, "loc": { "start": { "line": 24, @@ -3478,8 +3478,8 @@ "binop": null, "updateContext": null }, - "start": 574, - "end": 575, + "start": 597, + "end": 598, "loc": { "start": { "line": 24, @@ -3504,8 +3504,8 @@ "binop": null }, "value": "string", - "start": 575, - "end": 581, + "start": 598, + "end": 604, "loc": { "start": { "line": 24, @@ -3529,8 +3529,8 @@ "postfix": false, "binop": null }, - "start": 581, - "end": 582, + "start": 604, + "end": 605, "loc": { "start": { "line": 24, @@ -3555,8 +3555,8 @@ "binop": null }, "value": "value", - "start": 582, - "end": 587, + "start": 605, + "end": 610, "loc": { "start": { "line": 24, @@ -3580,8 +3580,8 @@ "postfix": false, "binop": null }, - "start": 587, - "end": 588, + "start": 610, + "end": 611, "loc": { "start": { "line": 24, @@ -3606,8 +3606,8 @@ "binop": null, "updateContext": null }, - "start": 588, - "end": 589, + "start": 611, + "end": 612, "loc": { "start": { "line": 24, @@ -3631,8 +3631,8 @@ "postfix": false, "binop": null }, - "start": 591, - "end": 592, + "start": 615, + "end": 616, "loc": { "start": { "line": 25, @@ -3657,8 +3657,8 @@ "binop": null, "updateContext": null }, - "start": 592, - "end": 593, + "start": 616, + "end": 617, "loc": { "start": { "line": 25, @@ -3672,9 +3672,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if given value is a string or number empty\n\t *\n\t * @param {String} value Value to check\n\t ", - "start": 595, - "end": 701, + "value": "*\r\n\t * Check if given value is a string or number empty\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t ", + "start": 620, + "end": 730, "loc": { "start": { "line": 26, @@ -3699,8 +3699,8 @@ "binop": null }, "value": "stringOrNumber", - "start": 703, - "end": 717, + "start": 733, + "end": 747, "loc": { "start": { "line": 31, @@ -3724,8 +3724,8 @@ "postfix": false, "binop": null }, - "start": 717, - "end": 718, + "start": 747, + "end": 748, "loc": { "start": { "line": 31, @@ -3750,8 +3750,8 @@ "binop": null }, "value": "value", - "start": 718, - "end": 723, + "start": 748, + "end": 753, "loc": { "start": { "line": 31, @@ -3775,8 +3775,8 @@ "postfix": false, "binop": null }, - "start": 723, - "end": 724, + "start": 753, + "end": 754, "loc": { "start": { "line": 31, @@ -3800,8 +3800,8 @@ "postfix": false, "binop": null }, - "start": 724, - "end": 725, + "start": 754, + "end": 755, "loc": { "start": { "line": 31, @@ -3828,8 +3828,8 @@ "updateContext": null }, "value": "return", - "start": 728, - "end": 734, + "start": 759, + "end": 765, "loc": { "start": { "line": 32, @@ -3854,8 +3854,8 @@ "binop": null }, "value": "isEmpty", - "start": 735, - "end": 742, + "start": 766, + "end": 773, "loc": { "start": { "line": 32, @@ -3880,8 +3880,8 @@ "binop": null, "updateContext": null }, - "start": 742, - "end": 743, + "start": 773, + "end": 774, "loc": { "start": { "line": 32, @@ -3906,8 +3906,8 @@ "binop": null }, "value": "anything", - "start": 743, - "end": 751, + "start": 774, + "end": 782, "loc": { "start": { "line": 32, @@ -3931,8 +3931,8 @@ "postfix": false, "binop": null }, - "start": 751, - "end": 752, + "start": 782, + "end": 783, "loc": { "start": { "line": 32, @@ -3957,8 +3957,8 @@ "binop": null }, "value": "value", - "start": 752, - "end": 757, + "start": 783, + "end": 788, "loc": { "start": { "line": 32, @@ -3982,8 +3982,8 @@ "postfix": false, "binop": null }, - "start": 757, - "end": 758, + "start": 788, + "end": 789, "loc": { "start": { "line": 32, @@ -4009,8 +4009,8 @@ "updateContext": null }, "value": "||", - "start": 759, - "end": 761, + "start": 790, + "end": 792, "loc": { "start": { "line": 32, @@ -4035,8 +4035,8 @@ "binop": null }, "value": "isValid", - "start": 762, - "end": 769, + "start": 793, + "end": 800, "loc": { "start": { "line": 32, @@ -4061,8 +4061,8 @@ "binop": null, "updateContext": null }, - "start": 769, - "end": 770, + "start": 800, + "end": 801, "loc": { "start": { "line": 32, @@ -4087,8 +4087,8 @@ "binop": null }, "value": "stringOrNumber", - "start": 770, - "end": 784, + "start": 801, + "end": 815, "loc": { "start": { "line": 32, @@ -4112,8 +4112,8 @@ "postfix": false, "binop": null }, - "start": 784, - "end": 785, + "start": 815, + "end": 816, "loc": { "start": { "line": 32, @@ -4138,8 +4138,8 @@ "binop": null }, "value": "value", - "start": 785, - "end": 790, + "start": 816, + "end": 821, "loc": { "start": { "line": 32, @@ -4163,8 +4163,8 @@ "postfix": false, "binop": null }, - "start": 790, - "end": 791, + "start": 821, + "end": 822, "loc": { "start": { "line": 32, @@ -4189,8 +4189,8 @@ "binop": null, "updateContext": null }, - "start": 791, - "end": 792, + "start": 822, + "end": 823, "loc": { "start": { "line": 32, @@ -4214,8 +4214,8 @@ "postfix": false, "binop": null }, - "start": 794, - "end": 795, + "start": 826, + "end": 827, "loc": { "start": { "line": 33, @@ -4240,8 +4240,8 @@ "binop": null, "updateContext": null }, - "start": 795, - "end": 796, + "start": 827, + "end": 828, "loc": { "start": { "line": 33, @@ -4255,9 +4255,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is a valid url or empty\n\t *\n\t * @param {String} value Value to check\n\t * @return {boolean}\n\t ", - "start": 798, - "end": 924, + "value": "*\r\n\t * Check if a given value is a valid url or empty\r\n\t *\r\n\t * @param {String} value Value to check\r\n\t * @return {boolean}\r\n\t ", + "start": 831, + "end": 962, "loc": { "start": { "line": 34, @@ -4282,8 +4282,8 @@ "binop": null }, "value": "url", - "start": 926, - "end": 929, + "start": 965, + "end": 968, "loc": { "start": { "line": 40, @@ -4307,8 +4307,8 @@ "postfix": false, "binop": null }, - "start": 929, - "end": 930, + "start": 968, + "end": 969, "loc": { "start": { "line": 40, @@ -4333,8 +4333,8 @@ "binop": null }, "value": "value", - "start": 930, - "end": 935, + "start": 969, + "end": 974, "loc": { "start": { "line": 40, @@ -4358,8 +4358,8 @@ "postfix": false, "binop": null }, - "start": 935, - "end": 936, + "start": 974, + "end": 975, "loc": { "start": { "line": 40, @@ -4383,8 +4383,8 @@ "postfix": false, "binop": null }, - "start": 936, - "end": 937, + "start": 975, + "end": 976, "loc": { "start": { "line": 40, @@ -4411,8 +4411,8 @@ "updateContext": null }, "value": "return", - "start": 940, - "end": 946, + "start": 980, + "end": 986, "loc": { "start": { "line": 41, @@ -4437,8 +4437,8 @@ "binop": null }, "value": "isEmpty", - "start": 947, - "end": 954, + "start": 987, + "end": 994, "loc": { "start": { "line": 41, @@ -4463,8 +4463,8 @@ "binop": null, "updateContext": null }, - "start": 954, - "end": 955, + "start": 994, + "end": 995, "loc": { "start": { "line": 41, @@ -4489,8 +4489,8 @@ "binop": null }, "value": "anything", - "start": 955, - "end": 963, + "start": 995, + "end": 1003, "loc": { "start": { "line": 41, @@ -4514,8 +4514,8 @@ "postfix": false, "binop": null }, - "start": 963, - "end": 964, + "start": 1003, + "end": 1004, "loc": { "start": { "line": 41, @@ -4540,8 +4540,8 @@ "binop": null }, "value": "value", - "start": 965, - "end": 970, + "start": 1005, + "end": 1010, "loc": { "start": { "line": 41, @@ -4565,8 +4565,8 @@ "postfix": false, "binop": null }, - "start": 971, - "end": 972, + "start": 1011, + "end": 1012, "loc": { "start": { "line": 41, @@ -4592,8 +4592,8 @@ "updateContext": null }, "value": "||", - "start": 973, - "end": 975, + "start": 1013, + "end": 1015, "loc": { "start": { "line": 41, @@ -4618,8 +4618,8 @@ "binop": null }, "value": "isValid", - "start": 976, - "end": 983, + "start": 1016, + "end": 1023, "loc": { "start": { "line": 41, @@ -4644,8 +4644,8 @@ "binop": null, "updateContext": null }, - "start": 983, - "end": 984, + "start": 1023, + "end": 1024, "loc": { "start": { "line": 41, @@ -4670,8 +4670,8 @@ "binop": null }, "value": "url", - "start": 984, - "end": 987, + "start": 1024, + "end": 1027, "loc": { "start": { "line": 41, @@ -4695,8 +4695,8 @@ "postfix": false, "binop": null }, - "start": 987, - "end": 988, + "start": 1027, + "end": 1028, "loc": { "start": { "line": 41, @@ -4721,8 +4721,8 @@ "binop": null }, "value": "value", - "start": 988, - "end": 993, + "start": 1028, + "end": 1033, "loc": { "start": { "line": 41, @@ -4746,8 +4746,8 @@ "postfix": false, "binop": null }, - "start": 993, - "end": 994, + "start": 1033, + "end": 1034, "loc": { "start": { "line": 41, @@ -4772,8 +4772,8 @@ "binop": null, "updateContext": null }, - "start": 994, - "end": 995, + "start": 1034, + "end": 1035, "loc": { "start": { "line": 41, @@ -4797,8 +4797,8 @@ "postfix": false, "binop": null }, - "start": 997, - "end": 998, + "start": 1038, + "end": 1039, "loc": { "start": { "line": 42, @@ -4823,8 +4823,8 @@ "binop": null, "updateContext": null }, - "start": 998, - "end": 999, + "start": 1039, + "end": 1040, "loc": { "start": { "line": 42, @@ -4838,9 +4838,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is an date.\n\t *\n\t * Considers Date objects and strings conforming to ISO 8601 standard to be valid.\n\t *\n\t * @param {String|Date} value Value to check or empty\n\t * @return {boolean}\n\t ", - "start": 1001, - "end": 1217, + "value": "*\r\n\t * Check if a given value is an date.\r\n\t *\r\n\t * Considers Date objects and strings conforming to ISO 8601 standard to be valid.\r\n\t *\r\n\t * @param {String|Date} value Value to check or empty\r\n\t * @return {boolean}\r\n\t ", + "start": 1043, + "end": 1266, "loc": { "start": { "line": 43, @@ -4865,8 +4865,8 @@ "binop": null }, "value": "date", - "start": 1219, - "end": 1223, + "start": 1269, + "end": 1273, "loc": { "start": { "line": 51, @@ -4890,8 +4890,8 @@ "postfix": false, "binop": null }, - "start": 1223, - "end": 1224, + "start": 1273, + "end": 1274, "loc": { "start": { "line": 51, @@ -4916,8 +4916,8 @@ "binop": null }, "value": "value", - "start": 1224, - "end": 1229, + "start": 1274, + "end": 1279, "loc": { "start": { "line": 51, @@ -4941,8 +4941,8 @@ "postfix": false, "binop": null }, - "start": 1229, - "end": 1230, + "start": 1279, + "end": 1280, "loc": { "start": { "line": 51, @@ -4966,8 +4966,8 @@ "postfix": false, "binop": null }, - "start": 1230, - "end": 1231, + "start": 1280, + "end": 1281, "loc": { "start": { "line": 51, @@ -4994,8 +4994,8 @@ "updateContext": null }, "value": "return", - "start": 1234, - "end": 1240, + "start": 1285, + "end": 1291, "loc": { "start": { "line": 52, @@ -5020,8 +5020,8 @@ "binop": null }, "value": "isEmpty", - "start": 1241, - "end": 1248, + "start": 1292, + "end": 1299, "loc": { "start": { "line": 52, @@ -5046,8 +5046,8 @@ "binop": null, "updateContext": null }, - "start": 1248, - "end": 1249, + "start": 1299, + "end": 1300, "loc": { "start": { "line": 52, @@ -5072,8 +5072,8 @@ "binop": null }, "value": "anything", - "start": 1249, - "end": 1257, + "start": 1300, + "end": 1308, "loc": { "start": { "line": 52, @@ -5097,8 +5097,8 @@ "postfix": false, "binop": null }, - "start": 1257, - "end": 1258, + "start": 1308, + "end": 1309, "loc": { "start": { "line": 52, @@ -5123,8 +5123,8 @@ "binop": null }, "value": "value", - "start": 1259, - "end": 1264, + "start": 1310, + "end": 1315, "loc": { "start": { "line": 52, @@ -5148,8 +5148,8 @@ "postfix": false, "binop": null }, - "start": 1265, - "end": 1266, + "start": 1316, + "end": 1317, "loc": { "start": { "line": 52, @@ -5175,8 +5175,8 @@ "updateContext": null }, "value": "||", - "start": 1267, - "end": 1269, + "start": 1318, + "end": 1320, "loc": { "start": { "line": 52, @@ -5201,8 +5201,8 @@ "binop": null }, "value": "isValid", - "start": 1270, - "end": 1277, + "start": 1321, + "end": 1328, "loc": { "start": { "line": 52, @@ -5227,8 +5227,8 @@ "binop": null, "updateContext": null }, - "start": 1277, - "end": 1278, + "start": 1328, + "end": 1329, "loc": { "start": { "line": 52, @@ -5253,8 +5253,8 @@ "binop": null }, "value": "date", - "start": 1278, - "end": 1282, + "start": 1329, + "end": 1333, "loc": { "start": { "line": 52, @@ -5278,8 +5278,8 @@ "postfix": false, "binop": null }, - "start": 1282, - "end": 1283, + "start": 1333, + "end": 1334, "loc": { "start": { "line": 52, @@ -5304,8 +5304,8 @@ "binop": null }, "value": "value", - "start": 1283, - "end": 1288, + "start": 1334, + "end": 1339, "loc": { "start": { "line": 52, @@ -5329,8 +5329,8 @@ "postfix": false, "binop": null }, - "start": 1288, - "end": 1289, + "start": 1339, + "end": 1340, "loc": { "start": { "line": 52, @@ -5355,8 +5355,8 @@ "binop": null, "updateContext": null }, - "start": 1289, - "end": 1290, + "start": 1340, + "end": 1341, "loc": { "start": { "line": 52, @@ -5380,8 +5380,8 @@ "postfix": false, "binop": null }, - "start": 1292, - "end": 1293, + "start": 1344, + "end": 1345, "loc": { "start": { "line": 53, @@ -5406,8 +5406,8 @@ "binop": null, "updateContext": null }, - "start": 1293, - "end": 1294, + "start": 1345, + "end": 1346, "loc": { "start": { "line": 53, @@ -5421,9 +5421,9 @@ }, { "type": "CommentBlock", - "value": "*\n\t * Check if a given value is numeric\n\t *\n\t * @param {String|number} value Value to check or empty\n\t * @return {boolean}\n\t ", - "start": 1296, - "end": 1425, + "value": "*\r\n\t * Check if a given value is numeric\r\n\t *\r\n\t * @param {String|number} value Value to check or empty\r\n\t * @return {boolean}\r\n\t ", + "start": 1349, + "end": 1483, "loc": { "start": { "line": 54, @@ -5448,8 +5448,8 @@ "binop": null }, "value": "number", - "start": 1427, - "end": 1433, + "start": 1486, + "end": 1492, "loc": { "start": { "line": 60, @@ -5473,8 +5473,8 @@ "postfix": false, "binop": null }, - "start": 1433, - "end": 1434, + "start": 1492, + "end": 1493, "loc": { "start": { "line": 60, @@ -5499,8 +5499,8 @@ "binop": null }, "value": "value", - "start": 1434, - "end": 1439, + "start": 1493, + "end": 1498, "loc": { "start": { "line": 60, @@ -5524,8 +5524,8 @@ "postfix": false, "binop": null }, - "start": 1439, - "end": 1440, + "start": 1498, + "end": 1499, "loc": { "start": { "line": 60, @@ -5549,8 +5549,8 @@ "postfix": false, "binop": null }, - "start": 1440, - "end": 1441, + "start": 1499, + "end": 1500, "loc": { "start": { "line": 60, @@ -5577,8 +5577,8 @@ "updateContext": null }, "value": "return", - "start": 1444, - "end": 1450, + "start": 1504, + "end": 1510, "loc": { "start": { "line": 61, @@ -5603,8 +5603,8 @@ "binop": null }, "value": "isEmpty", - "start": 1451, - "end": 1458, + "start": 1511, + "end": 1518, "loc": { "start": { "line": 61, @@ -5629,8 +5629,8 @@ "binop": null, "updateContext": null }, - "start": 1458, - "end": 1459, + "start": 1518, + "end": 1519, "loc": { "start": { "line": 61, @@ -5655,8 +5655,8 @@ "binop": null }, "value": "anything", - "start": 1459, - "end": 1467, + "start": 1519, + "end": 1527, "loc": { "start": { "line": 61, @@ -5680,8 +5680,8 @@ "postfix": false, "binop": null }, - "start": 1467, - "end": 1468, + "start": 1527, + "end": 1528, "loc": { "start": { "line": 61, @@ -5706,8 +5706,8 @@ "binop": null }, "value": "value", - "start": 1469, - "end": 1474, + "start": 1529, + "end": 1534, "loc": { "start": { "line": 61, @@ -5731,8 +5731,8 @@ "postfix": false, "binop": null }, - "start": 1475, - "end": 1476, + "start": 1535, + "end": 1536, "loc": { "start": { "line": 61, @@ -5758,8 +5758,8 @@ "updateContext": null }, "value": "||", - "start": 1477, - "end": 1479, + "start": 1537, + "end": 1539, "loc": { "start": { "line": 61, @@ -5784,8 +5784,8 @@ "binop": null }, "value": "isValid", - "start": 1480, - "end": 1487, + "start": 1540, + "end": 1547, "loc": { "start": { "line": 61, @@ -5810,8 +5810,8 @@ "binop": null, "updateContext": null }, - "start": 1487, - "end": 1488, + "start": 1547, + "end": 1548, "loc": { "start": { "line": 61, @@ -5836,8 +5836,8 @@ "binop": null }, "value": "number", - "start": 1488, - "end": 1494, + "start": 1548, + "end": 1554, "loc": { "start": { "line": 61, @@ -5861,8 +5861,8 @@ "postfix": false, "binop": null }, - "start": 1494, - "end": 1495, + "start": 1554, + "end": 1555, "loc": { "start": { "line": 61, @@ -5887,8 +5887,8 @@ "binop": null }, "value": "value", - "start": 1495, - "end": 1500, + "start": 1555, + "end": 1560, "loc": { "start": { "line": 61, @@ -5912,8 +5912,8 @@ "postfix": false, "binop": null }, - "start": 1500, - "end": 1501, + "start": 1560, + "end": 1561, "loc": { "start": { "line": 61, @@ -5938,8 +5938,8 @@ "binop": null, "updateContext": null }, - "start": 1501, - "end": 1502, + "start": 1561, + "end": 1562, "loc": { "start": { "line": 61, @@ -5963,8 +5963,8 @@ "postfix": false, "binop": null }, - "start": 1504, - "end": 1505, + "start": 1565, + "end": 1566, "loc": { "start": { "line": 62, @@ -5988,8 +5988,8 @@ "postfix": false, "binop": null }, - "start": 1506, - "end": 1507, + "start": 1568, + "end": 1569, "loc": { "start": { "line": 63, @@ -6014,8 +6014,8 @@ "binop": null, "updateContext": null }, - "start": 1507, - "end": 1508, + "start": 1569, + "end": 1570, "loc": { "start": { "line": 63, @@ -6040,8 +6040,8 @@ "binop": null, "updateContext": null }, - "start": 1508, - "end": 1508, + "start": 1570, + "end": 1570, "loc": { "start": { "line": 63, diff --git a/docs/ast/source/components/validation/messageStrings.js.json b/docs/ast/source/components/validation/messageStrings.js.json index b62a1b0..66c0c90 100644 --- a/docs/ast/source/components/validation/messageStrings.js.json +++ b/docs/ast/source/components/validation/messageStrings.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 1761, + "end": 1819, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 1761, + "end": 1819, "loc": { "start": { "line": 1, @@ -99,9 +99,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Get translation strings by language\n *\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n *\n * @return {Object}\n ", - "start": 34, - "end": 299, + "value": "*\r\n * Get translation strings by language\r\n *\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n *\r\n * @return {Object}\r\n ", + "start": 36, + "end": 308, "loc": { "start": { "line": 3, @@ -117,8 +117,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 300, - "end": 629, + "start": 310, + "end": 650, "loc": { "start": { "line": 11, @@ -133,8 +133,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 307, - "end": 629, + "start": 317, + "end": 650, "loc": { "start": { "line": 11, @@ -148,8 +148,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 313, - "end": 628, + "start": 323, + "end": 649, "loc": { "start": { "line": 11, @@ -162,8 +162,8 @@ }, "id": { "type": "Identifier", - "start": 313, - "end": 330, + "start": 323, + "end": 340, "loc": { "start": { "line": 11, @@ -180,8 +180,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 333, - "end": 628, + "start": 343, + "end": 649, "loc": { "start": { "line": 11, @@ -194,8 +194,8 @@ }, "id": { "type": "Identifier", - "start": 313, - "end": 330, + "start": 323, + "end": 340, "loc": { "start": { "line": 11, @@ -216,8 +216,8 @@ "params": [ { "type": "Identifier", - "start": 334, - "end": 338, + "start": 344, + "end": 348, "loc": { "start": { "line": 11, @@ -233,8 +233,8 @@ }, { "type": "AssignmentPattern", - "start": 340, - "end": 358, + "start": 350, + "end": 368, "loc": { "start": { "line": 11, @@ -247,8 +247,8 @@ }, "left": { "type": "Identifier", - "start": 340, - "end": 351, + "start": 350, + "end": 361, "loc": { "start": { "line": 11, @@ -264,8 +264,8 @@ }, "right": { "type": "StringLiteral", - "start": 354, - "end": 358, + "start": 364, + "end": 368, "loc": { "start": { "line": 11, @@ -286,8 +286,8 @@ ], "body": { "type": "BlockStatement", - "start": 363, - "end": 628, + "start": 373, + "end": 649, "loc": { "start": { "line": 11, @@ -301,8 +301,8 @@ "body": [ { "type": "IfStatement", - "start": 366, - "end": 521, + "start": 377, + "end": 538, "loc": { "start": { "line": 12, @@ -315,8 +315,8 @@ }, "test": { "type": "BinaryExpression", - "start": 370, - "end": 395, + "start": 381, + "end": 406, "loc": { "start": { "line": 12, @@ -329,8 +329,8 @@ }, "left": { "type": "StringLiteral", - "start": 370, - "end": 378, + "start": 381, + "end": 389, "loc": { "start": { "line": 12, @@ -350,8 +350,8 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 383, - "end": 395, + "start": 394, + "end": 406, "loc": { "start": { "line": 12, @@ -366,8 +366,8 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 391, - "end": 395, + "start": 402, + "end": 406, "loc": { "start": { "line": 12, @@ -388,8 +388,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 397, - "end": 521, + "start": 408, + "end": 538, "loc": { "start": { "line": 12, @@ -403,8 +403,8 @@ "body": [ { "type": "IfStatement", - "start": 401, - "end": 518, + "start": 413, + "end": 534, "loc": { "start": { "line": 13, @@ -417,8 +417,8 @@ }, "test": { "type": "CallExpression", - "start": 405, - "end": 433, + "start": 417, + "end": 445, "loc": { "start": { "line": 13, @@ -431,8 +431,8 @@ }, "callee": { "type": "MemberExpression", - "start": 405, - "end": 427, + "start": 417, + "end": 439, "loc": { "start": { "line": 13, @@ -445,8 +445,8 @@ }, "object": { "type": "Identifier", - "start": 405, - "end": 412, + "start": 417, + "end": 424, "loc": { "start": { "line": 13, @@ -462,8 +462,8 @@ }, "property": { "type": "Identifier", - "start": 413, - "end": 427, + "start": 425, + "end": 439, "loc": { "start": { "line": 13, @@ -482,8 +482,8 @@ "arguments": [ { "type": "Identifier", - "start": 428, - "end": 432, + "start": 440, + "end": 444, "loc": { "start": { "line": 13, @@ -501,8 +501,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 435, - "end": 465, + "start": 447, + "end": 479, "loc": { "start": { "line": 13, @@ -516,8 +516,8 @@ "body": [ { "type": "ReturnStatement", - "start": 440, - "end": 461, + "start": 453, + "end": 474, "loc": { "start": { "line": 14, @@ -530,8 +530,8 @@ }, "argument": { "type": "MemberExpression", - "start": 447, - "end": 460, + "start": 460, + "end": 473, "loc": { "start": { "line": 14, @@ -544,8 +544,8 @@ }, "object": { "type": "Identifier", - "start": 447, - "end": 454, + "start": 460, + "end": 467, "loc": { "start": { "line": 14, @@ -561,8 +561,8 @@ }, "property": { "type": "Identifier", - "start": 455, - "end": 459, + "start": 468, + "end": 472, "loc": { "start": { "line": 14, @@ -584,8 +584,8 @@ }, "alternate": { "type": "BlockStatement", - "start": 471, - "end": 518, + "start": 485, + "end": 534, "loc": { "start": { "line": 15, @@ -599,8 +599,8 @@ "body": [ { "type": "ReturnStatement", - "start": 476, - "end": 514, + "start": 491, + "end": 529, "loc": { "start": { "line": 16, @@ -613,8 +613,8 @@ }, "argument": { "type": "CallExpression", - "start": 483, - "end": 513, + "start": 498, + "end": 528, "loc": { "start": { "line": 16, @@ -627,8 +627,8 @@ }, "callee": { "type": "Identifier", - "start": 483, - "end": 500, + "start": 498, + "end": 515, "loc": { "start": { "line": 16, @@ -645,8 +645,8 @@ "arguments": [ { "type": "Identifier", - "start": 501, - "end": 512, + "start": 516, + "end": 527, "loc": { "start": { "line": 16, @@ -674,8 +674,8 @@ }, { "type": "IfStatement", - "start": 523, - "end": 626, + "start": 541, + "end": 646, "loc": { "start": { "line": 19, @@ -688,8 +688,8 @@ }, "test": { "type": "BinaryExpression", - "start": 527, - "end": 552, + "start": 545, + "end": 570, "loc": { "start": { "line": 19, @@ -702,8 +702,8 @@ }, "left": { "type": "StringLiteral", - "start": 527, - "end": 535, + "start": 545, + "end": 553, "loc": { "start": { "line": 19, @@ -723,8 +723,8 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 540, - "end": 552, + "start": 558, + "end": 570, "loc": { "start": { "line": 19, @@ -739,8 +739,8 @@ "prefix": true, "argument": { "type": "Identifier", - "start": 548, - "end": 552, + "start": 566, + "end": 570, "loc": { "start": { "line": 19, @@ -761,8 +761,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 554, - "end": 626, + "start": 572, + "end": 646, "loc": { "start": { "line": 19, @@ -776,8 +776,8 @@ "body": [ { "type": "ReturnStatement", - "start": 558, - "end": 623, + "start": 577, + "end": 642, "loc": { "start": { "line": 20, @@ -790,8 +790,8 @@ }, "argument": { "type": "CallExpression", - "start": 565, - "end": 622, + "start": 584, + "end": 641, "loc": { "start": { "line": 20, @@ -804,8 +804,8 @@ }, "callee": { "type": "MemberExpression", - "start": 565, - "end": 578, + "start": 584, + "end": 597, "loc": { "start": { "line": 20, @@ -818,8 +818,8 @@ }, "object": { "type": "Identifier", - "start": 565, - "end": 571, + "start": 584, + "end": 590, "loc": { "start": { "line": 20, @@ -835,8 +835,8 @@ }, "property": { "type": "Identifier", - "start": 572, - "end": 578, + "start": 591, + "end": 597, "loc": { "start": { "line": 20, @@ -855,8 +855,8 @@ "arguments": [ { "type": "CallExpression", - "start": 579, - "end": 615, + "start": 598, + "end": 634, "loc": { "start": { "line": 20, @@ -869,8 +869,8 @@ }, "callee": { "type": "Identifier", - "start": 579, - "end": 596, + "start": 598, + "end": 615, "loc": { "start": { "line": 20, @@ -887,8 +887,8 @@ "arguments": [ { "type": "Identifier", - "start": 597, - "end": 608, + "start": 616, + "end": 627, "loc": { "start": { "line": 20, @@ -904,8 +904,8 @@ }, { "type": "StringLiteral", - "start": 610, - "end": 614, + "start": 629, + "end": 633, "loc": { "start": { "line": 20, @@ -926,8 +926,8 @@ }, { "type": "Identifier", - "start": 617, - "end": 621, + "start": 636, + "end": 640, "loc": { "start": { "line": 20, @@ -960,9 +960,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Get translation strings by language\n *\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n *\n * @return {Object}\n ", - "start": 34, - "end": 299, + "value": "*\r\n * Get translation strings by language\r\n *\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n *\r\n * @return {Object}\r\n ", + "start": 36, + "end": 308, "loc": { "start": { "line": 3, @@ -978,9 +978,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Get message for an invalid field, by field type\n *\n * @param {String} inputType Type of input to get invalid message for.\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n * @return {String}\n ", - "start": 631, - "end": 977, + "value": "*\r\n * Get message for an invalid field, by field type\r\n *\r\n * @param {String} inputType Type of input to get invalid message for.\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n * @return {String}\r\n ", + "start": 654, + "end": 1007, "loc": { "start": { "line": 24, @@ -997,9 +997,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Get translation strings by language\n *\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n *\n * @return {Object}\n ", - "start": 34, - "end": 299, + "value": "*\r\n * Get translation strings by language\r\n *\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n *\r\n * @return {Object}\r\n ", + "start": 36, + "end": 308, "loc": { "start": { "line": 3, @@ -1015,9 +1015,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Get message for an invalid field, by field type\n *\n * @param {String} inputType Type of input to get invalid message for.\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n * @return {String}\n ", - "start": 631, - "end": 977, + "value": "*\r\n * Get message for an invalid field, by field type\r\n *\r\n * @param {String} inputType Type of input to get invalid message for.\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n * @return {String}\r\n ", + "start": 654, + "end": 1007, "loc": { "start": { "line": 24, @@ -1033,8 +1033,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 978, - "end": 1232, + "start": 1009, + "end": 1269, "loc": { "start": { "line": 32, @@ -1049,8 +1049,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 985, - "end": 1232, + "start": 1016, + "end": 1269, "loc": { "start": { "line": 32, @@ -1064,8 +1064,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 991, - "end": 1231, + "start": 1022, + "end": 1268, "loc": { "start": { "line": 32, @@ -1078,8 +1078,8 @@ }, "id": { "type": "Identifier", - "start": 991, - "end": 1013, + "start": 1022, + "end": 1044, "loc": { "start": { "line": 32, @@ -1096,8 +1096,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 1016, - "end": 1231, + "start": 1047, + "end": 1268, "loc": { "start": { "line": 32, @@ -1110,8 +1110,8 @@ }, "id": { "type": "Identifier", - "start": 991, - "end": 1013, + "start": 1022, + "end": 1044, "loc": { "start": { "line": 32, @@ -1132,8 +1132,8 @@ "params": [ { "type": "Identifier", - "start": 1017, - "end": 1026, + "start": 1048, + "end": 1057, "loc": { "start": { "line": 32, @@ -1149,8 +1149,8 @@ }, { "type": "Identifier", - "start": 1028, - "end": 1032, + "start": 1059, + "end": 1063, "loc": { "start": { "line": 32, @@ -1166,8 +1166,8 @@ }, { "type": "AssignmentPattern", - "start": 1034, - "end": 1052, + "start": 1065, + "end": 1083, "loc": { "start": { "line": 32, @@ -1180,8 +1180,8 @@ }, "left": { "type": "Identifier", - "start": 1034, - "end": 1045, + "start": 1065, + "end": 1076, "loc": { "start": { "line": 32, @@ -1197,8 +1197,8 @@ }, "right": { "type": "StringLiteral", - "start": 1048, - "end": 1052, + "start": 1079, + "end": 1083, "loc": { "start": { "line": 32, @@ -1219,8 +1219,8 @@ ], "body": { "type": "BlockStatement", - "start": 1057, - "end": 1231, + "start": 1088, + "end": 1268, "loc": { "start": { "line": 32, @@ -1234,8 +1234,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 1060, - "end": 1113, + "start": 1092, + "end": 1145, "loc": { "start": { "line": 33, @@ -1249,8 +1249,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1066, - "end": 1112, + "start": 1098, + "end": 1144, "loc": { "start": { "line": 33, @@ -1263,8 +1263,8 @@ }, "id": { "type": "Identifier", - "start": 1066, - "end": 1073, + "start": 1098, + "end": 1105, "loc": { "start": { "line": 33, @@ -1280,8 +1280,8 @@ }, "init": { "type": "CallExpression", - "start": 1076, - "end": 1112, + "start": 1108, + "end": 1144, "loc": { "start": { "line": 33, @@ -1294,8 +1294,8 @@ }, "callee": { "type": "Identifier", - "start": 1076, - "end": 1093, + "start": 1108, + "end": 1125, "loc": { "start": { "line": 33, @@ -1312,8 +1312,8 @@ "arguments": [ { "type": "Identifier", - "start": 1094, - "end": 1098, + "start": 1126, + "end": 1130, "loc": { "start": { "line": 33, @@ -1329,8 +1329,8 @@ }, { "type": "Identifier", - "start": 1100, - "end": 1111, + "start": 1132, + "end": 1143, "loc": { "start": { "line": 33, @@ -1352,8 +1352,8 @@ }, { "type": "IfStatement", - "start": 1115, - "end": 1197, + "start": 1148, + "end": 1232, "loc": { "start": { "line": 34, @@ -1366,8 +1366,8 @@ }, "test": { "type": "CallExpression", - "start": 1119, - "end": 1157, + "start": 1152, + "end": 1190, "loc": { "start": { "line": 34, @@ -1380,8 +1380,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1119, - "end": 1146, + "start": 1152, + "end": 1179, "loc": { "start": { "line": 34, @@ -1394,8 +1394,8 @@ }, "object": { "type": "MemberExpression", - "start": 1119, - "end": 1131, + "start": 1152, + "end": 1164, "loc": { "start": { "line": 34, @@ -1408,8 +1408,8 @@ }, "object": { "type": "Identifier", - "start": 1119, - "end": 1126, + "start": 1152, + "end": 1159, "loc": { "start": { "line": 34, @@ -1425,8 +1425,8 @@ }, "property": { "type": "Identifier", - "start": 1127, - "end": 1131, + "start": 1160, + "end": 1164, "loc": { "start": { "line": 34, @@ -1444,8 +1444,8 @@ }, "property": { "type": "Identifier", - "start": 1132, - "end": 1146, + "start": 1165, + "end": 1179, "loc": { "start": { "line": 34, @@ -1464,8 +1464,8 @@ "arguments": [ { "type": "Identifier", - "start": 1147, - "end": 1156, + "start": 1180, + "end": 1189, "loc": { "start": { "line": 34, @@ -1483,8 +1483,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1159, - "end": 1197, + "start": 1192, + "end": 1232, "loc": { "start": { "line": 34, @@ -1498,8 +1498,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1163, - "end": 1194, + "start": 1197, + "end": 1228, "loc": { "start": { "line": 35, @@ -1512,8 +1512,8 @@ }, "argument": { "type": "MemberExpression", - "start": 1170, - "end": 1193, + "start": 1204, + "end": 1227, "loc": { "start": { "line": 35, @@ -1526,8 +1526,8 @@ }, "object": { "type": "MemberExpression", - "start": 1170, - "end": 1182, + "start": 1204, + "end": 1216, "loc": { "start": { "line": 35, @@ -1540,8 +1540,8 @@ }, "object": { "type": "Identifier", - "start": 1170, - "end": 1177, + "start": 1204, + "end": 1211, "loc": { "start": { "line": 35, @@ -1557,8 +1557,8 @@ }, "property": { "type": "Identifier", - "start": 1178, - "end": 1182, + "start": 1212, + "end": 1216, "loc": { "start": { "line": 35, @@ -1576,8 +1576,8 @@ }, "property": { "type": "Identifier", - "start": 1183, - "end": 1192, + "start": 1217, + "end": 1226, "loc": { "start": { "line": 35, @@ -1601,8 +1601,8 @@ }, { "type": "ReturnStatement", - "start": 1199, - "end": 1229, + "start": 1235, + "end": 1265, "loc": { "start": { "line": 37, @@ -1615,8 +1615,8 @@ }, "argument": { "type": "MemberExpression", - "start": 1206, - "end": 1228, + "start": 1242, + "end": 1264, "loc": { "start": { "line": 37, @@ -1629,8 +1629,8 @@ }, "object": { "type": "Identifier", - "start": 1206, - "end": 1213, + "start": 1242, + "end": 1249, "loc": { "start": { "line": 37, @@ -1646,8 +1646,8 @@ }, "property": { "type": "Identifier", - "start": 1214, - "end": 1228, + "start": 1250, + "end": 1264, "loc": { "start": { "line": 37, @@ -1675,9 +1675,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Get message for an invalid field, by field type\n *\n * @param {String} inputType Type of input to get invalid message for.\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n * @return {String}\n ", - "start": 631, - "end": 977, + "value": "*\r\n * Get message for an invalid field, by field type\r\n *\r\n * @param {String} inputType Type of input to get invalid message for.\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n * @return {String}\r\n ", + "start": 654, + "end": 1007, "loc": { "start": { "line": 24, @@ -1693,9 +1693,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Get the required message, by language.\n *\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n * @return {String}\n ", - "start": 1234, - "end": 1499, + "value": "*\r\n * Get the required message, by language.\r\n *\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n * @return {String}\r\n ", + "start": 1273, + "end": 1544, "loc": { "start": { "line": 40, @@ -1712,9 +1712,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Get message for an invalid field, by field type\n *\n * @param {String} inputType Type of input to get invalid message for.\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n * @return {String}\n ", - "start": 631, - "end": 977, + "value": "*\r\n * Get message for an invalid field, by field type\r\n *\r\n * @param {String} inputType Type of input to get invalid message for.\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n * @return {String}\r\n ", + "start": 654, + "end": 1007, "loc": { "start": { "line": 24, @@ -1730,9 +1730,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Get the required message, by language.\n *\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n * @return {String}\n ", - "start": 1234, - "end": 1499, + "value": "*\r\n * Get the required message, by language.\r\n *\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n * @return {String}\r\n ", + "start": 1273, + "end": 1544, "loc": { "start": { "line": 40, @@ -1748,8 +1748,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 1500, - "end": 1624, + "start": 1546, + "end": 1673, "loc": { "start": { "line": 47, @@ -1764,8 +1764,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 1507, - "end": 1624, + "start": 1553, + "end": 1673, "loc": { "start": { "line": 47, @@ -1779,8 +1779,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1513, - "end": 1623, + "start": 1559, + "end": 1672, "loc": { "start": { "line": 47, @@ -1793,8 +1793,8 @@ }, "id": { "type": "Identifier", - "start": 1513, - "end": 1531, + "start": 1559, + "end": 1577, "loc": { "start": { "line": 47, @@ -1811,8 +1811,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 1534, - "end": 1623, + "start": 1580, + "end": 1672, "loc": { "start": { "line": 47, @@ -1825,8 +1825,8 @@ }, "id": { "type": "Identifier", - "start": 1513, - "end": 1531, + "start": 1559, + "end": 1577, "loc": { "start": { "line": 47, @@ -1847,8 +1847,8 @@ "params": [ { "type": "Identifier", - "start": 1535, - "end": 1539, + "start": 1581, + "end": 1585, "loc": { "start": { "line": 47, @@ -1864,8 +1864,8 @@ }, { "type": "AssignmentPattern", - "start": 1541, - "end": 1559, + "start": 1587, + "end": 1605, "loc": { "start": { "line": 47, @@ -1878,8 +1878,8 @@ }, "left": { "type": "Identifier", - "start": 1541, - "end": 1552, + "start": 1587, + "end": 1598, "loc": { "start": { "line": 47, @@ -1895,8 +1895,8 @@ }, "right": { "type": "StringLiteral", - "start": 1555, - "end": 1559, + "start": 1601, + "end": 1605, "loc": { "start": { "line": 47, @@ -1917,8 +1917,8 @@ ], "body": { "type": "BlockStatement", - "start": 1564, - "end": 1623, + "start": 1610, + "end": 1672, "loc": { "start": { "line": 47, @@ -1932,8 +1932,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1567, - "end": 1620, + "start": 1614, + "end": 1667, "loc": { "start": { "line": 48, @@ -1946,8 +1946,8 @@ }, "argument": { "type": "MemberExpression", - "start": 1574, - "end": 1619, + "start": 1621, + "end": 1666, "loc": { "start": { "line": 48, @@ -1960,8 +1960,8 @@ }, "object": { "type": "CallExpression", - "start": 1574, - "end": 1610, + "start": 1621, + "end": 1657, "loc": { "start": { "line": 48, @@ -1974,8 +1974,8 @@ }, "callee": { "type": "Identifier", - "start": 1574, - "end": 1591, + "start": 1621, + "end": 1638, "loc": { "start": { "line": 48, @@ -1992,8 +1992,8 @@ "arguments": [ { "type": "Identifier", - "start": 1592, - "end": 1596, + "start": 1639, + "end": 1643, "loc": { "start": { "line": 48, @@ -2009,8 +2009,8 @@ }, { "type": "Identifier", - "start": 1598, - "end": 1609, + "start": 1645, + "end": 1656, "loc": { "start": { "line": 48, @@ -2028,8 +2028,8 @@ }, "property": { "type": "Identifier", - "start": 1611, - "end": 1619, + "start": 1658, + "end": 1666, "loc": { "start": { "line": 48, @@ -2057,9 +2057,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Get the required message, by language.\n *\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n * @return {String}\n ", - "start": 1234, - "end": 1499, + "value": "*\r\n * Get the required message, by language.\r\n *\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n * @return {String}\r\n ", + "start": 1273, + "end": 1544, "loc": { "start": { "line": 40, @@ -2075,9 +2075,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Message string utilities for validation\n ", - "start": 1626, - "end": 1676, + "value": "*\r\n * Message string utilities for validation\r\n ", + "start": 1677, + "end": 1729, "loc": { "start": { "line": 52, @@ -2094,9 +2094,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Get the required message, by language.\n *\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n * @return {String}\n ", - "start": 1234, - "end": 1499, + "value": "*\r\n * Get the required message, by language.\r\n *\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n * @return {String}\r\n ", + "start": 1273, + "end": 1544, "loc": { "start": { "line": 40, @@ -2112,9 +2112,9 @@ "trailingComments": [ { "type": "CommentBlock", - "value": "*\n * Message string utilities for validation\n ", - "start": 1626, - "end": 1676, + "value": "*\r\n * Message string utilities for validation\r\n ", + "start": 1677, + "end": 1729, "loc": { "start": { "line": 52, @@ -2130,8 +2130,8 @@ }, { "type": "ExportDefaultDeclaration", - "start": 1677, - "end": 1761, + "start": 1731, + "end": 1819, "loc": { "start": { "line": 55, @@ -2144,8 +2144,8 @@ }, "declaration": { "type": "ObjectExpression", - "start": 1692, - "end": 1760, + "start": 1746, + "end": 1818, "loc": { "start": { "line": 55, @@ -2159,8 +2159,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1695, - "end": 1712, + "start": 1750, + "end": 1767, "loc": { "start": { "line": 56, @@ -2176,8 +2176,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1695, - "end": 1712, + "start": 1750, + "end": 1767, "loc": { "start": { "line": 56, @@ -2194,8 +2194,8 @@ }, "value": { "type": "Identifier", - "start": 1695, - "end": 1712, + "start": 1750, + "end": 1767, "loc": { "start": { "line": 56, @@ -2216,8 +2216,8 @@ }, { "type": "ObjectProperty", - "start": 1715, - "end": 1737, + "start": 1771, + "end": 1793, "loc": { "start": { "line": 57, @@ -2233,8 +2233,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1715, - "end": 1737, + "start": 1771, + "end": 1793, "loc": { "start": { "line": 57, @@ -2250,8 +2250,8 @@ }, "value": { "type": "Identifier", - "start": 1715, - "end": 1737, + "start": 1771, + "end": 1793, "loc": { "start": { "line": 57, @@ -2271,8 +2271,8 @@ }, { "type": "ObjectProperty", - "start": 1740, - "end": 1758, + "start": 1797, + "end": 1815, "loc": { "start": { "line": 58, @@ -2288,8 +2288,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1740, - "end": 1758, + "start": 1797, + "end": 1815, "loc": { "start": { "line": 58, @@ -2305,8 +2305,8 @@ }, "value": { "type": "Identifier", - "start": 1740, - "end": 1758, + "start": 1797, + "end": 1815, "loc": { "start": { "line": 58, @@ -2328,9 +2328,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Message string utilities for validation\n ", - "start": 1626, - "end": 1676, + "value": "*\r\n * Message string utilities for validation\r\n ", + "start": 1677, + "end": 1729, "loc": { "start": { "line": 52, @@ -2348,9 +2348,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Message string utilities for validation\n ", - "start": 1626, - "end": 1676, + "value": "*\r\n * Message string utilities for validation\r\n ", + "start": 1677, + "end": 1729, "loc": { "start": { "line": 52, @@ -2370,9 +2370,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Get translation strings by language\n *\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n *\n * @return {Object}\n ", - "start": 34, - "end": 299, + "value": "*\r\n * Get translation strings by language\r\n *\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n *\r\n * @return {Object}\r\n ", + "start": 36, + "end": 308, "loc": { "start": { "line": 3, @@ -2386,9 +2386,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Get message for an invalid field, by field type\n *\n * @param {String} inputType Type of input to get invalid message for.\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n * @return {String}\n ", - "start": 631, - "end": 977, + "value": "*\r\n * Get message for an invalid field, by field type\r\n *\r\n * @param {String} inputType Type of input to get invalid message for.\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n * @return {String}\r\n ", + "start": 654, + "end": 1007, "loc": { "start": { "line": 24, @@ -2402,9 +2402,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Get the required message, by language.\n *\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n * @return {String}\n ", - "start": 1234, - "end": 1499, + "value": "*\r\n * Get the required message, by language.\r\n *\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n * @return {String}\r\n ", + "start": 1273, + "end": 1544, "loc": { "start": { "line": 40, @@ -2418,9 +2418,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Message string utilities for validation\n ", - "start": 1626, - "end": 1676, + "value": "*\r\n * Message string utilities for validation\r\n ", + "start": 1677, + "end": 1729, "loc": { "start": { "line": 52, @@ -2569,9 +2569,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Get translation strings by language\n *\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n *\n * @return {Object}\n ", - "start": 34, - "end": 299, + "value": "*\r\n * Get translation strings by language\r\n *\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n *\r\n * @return {Object}\r\n ", + "start": 36, + "end": 308, "loc": { "start": { "line": 3, @@ -2598,8 +2598,8 @@ "updateContext": null }, "value": "export", - "start": 300, - "end": 306, + "start": 310, + "end": 316, "loc": { "start": { "line": 11, @@ -2626,8 +2626,8 @@ "updateContext": null }, "value": "const", - "start": 307, - "end": 312, + "start": 317, + "end": 322, "loc": { "start": { "line": 11, @@ -2652,8 +2652,8 @@ "binop": null }, "value": "getMessageStrings", - "start": 313, - "end": 330, + "start": 323, + "end": 340, "loc": { "start": { "line": 11, @@ -2679,8 +2679,8 @@ "updateContext": null }, "value": "=", - "start": 331, - "end": 332, + "start": 341, + "end": 342, "loc": { "start": { "line": 11, @@ -2704,8 +2704,8 @@ "postfix": false, "binop": null }, - "start": 333, - "end": 334, + "start": 343, + "end": 344, "loc": { "start": { "line": 11, @@ -2730,8 +2730,8 @@ "binop": null }, "value": "lang", - "start": 334, - "end": 338, + "start": 344, + "end": 348, "loc": { "start": { "line": 11, @@ -2756,8 +2756,8 @@ "binop": null, "updateContext": null }, - "start": 338, - "end": 339, + "start": 348, + "end": 349, "loc": { "start": { "line": 11, @@ -2782,8 +2782,8 @@ "binop": null }, "value": "defaultLang", - "start": 340, - "end": 351, + "start": 350, + "end": 361, "loc": { "start": { "line": 11, @@ -2809,8 +2809,8 @@ "updateContext": null }, "value": "=", - "start": 352, - "end": 353, + "start": 362, + "end": 363, "loc": { "start": { "line": 11, @@ -2836,8 +2836,8 @@ "updateContext": null }, "value": "en", - "start": 354, - "end": 358, + "start": 364, + "end": 368, "loc": { "start": { "line": 11, @@ -2861,8 +2861,8 @@ "postfix": false, "binop": null }, - "start": 358, - "end": 359, + "start": 368, + "end": 369, "loc": { "start": { "line": 11, @@ -2887,8 +2887,8 @@ "binop": null, "updateContext": null }, - "start": 360, - "end": 362, + "start": 370, + "end": 372, "loc": { "start": { "line": 11, @@ -2912,8 +2912,8 @@ "postfix": false, "binop": null }, - "start": 363, - "end": 364, + "start": 373, + "end": 374, "loc": { "start": { "line": 11, @@ -2940,8 +2940,8 @@ "updateContext": null }, "value": "if", - "start": 366, - "end": 368, + "start": 377, + "end": 379, "loc": { "start": { "line": 12, @@ -2965,8 +2965,8 @@ "postfix": false, "binop": null }, - "start": 369, - "end": 370, + "start": 380, + "end": 381, "loc": { "start": { "line": 12, @@ -2992,8 +2992,8 @@ "updateContext": null }, "value": "string", - "start": 370, - "end": 378, + "start": 381, + "end": 389, "loc": { "start": { "line": 12, @@ -3019,8 +3019,8 @@ "updateContext": null }, "value": "===", - "start": 379, - "end": 382, + "start": 390, + "end": 393, "loc": { "start": { "line": 12, @@ -3047,8 +3047,8 @@ "updateContext": null }, "value": "typeof", - "start": 383, - "end": 389, + "start": 394, + "end": 400, "loc": { "start": { "line": 12, @@ -3073,8 +3073,8 @@ "binop": null }, "value": "lang", - "start": 391, - "end": 395, + "start": 402, + "end": 406, "loc": { "start": { "line": 12, @@ -3098,8 +3098,8 @@ "postfix": false, "binop": null }, - "start": 395, - "end": 396, + "start": 406, + "end": 407, "loc": { "start": { "line": 12, @@ -3123,8 +3123,8 @@ "postfix": false, "binop": null }, - "start": 397, - "end": 398, + "start": 408, + "end": 409, "loc": { "start": { "line": 12, @@ -3151,8 +3151,8 @@ "updateContext": null }, "value": "if", - "start": 401, - "end": 403, + "start": 413, + "end": 415, "loc": { "start": { "line": 13, @@ -3176,8 +3176,8 @@ "postfix": false, "binop": null }, - "start": 404, - "end": 405, + "start": 416, + "end": 417, "loc": { "start": { "line": 13, @@ -3202,8 +3202,8 @@ "binop": null }, "value": "strings", - "start": 405, - "end": 412, + "start": 417, + "end": 424, "loc": { "start": { "line": 13, @@ -3228,8 +3228,8 @@ "binop": null, "updateContext": null }, - "start": 412, - "end": 413, + "start": 424, + "end": 425, "loc": { "start": { "line": 13, @@ -3254,8 +3254,8 @@ "binop": null }, "value": "hasOwnProperty", - "start": 413, - "end": 427, + "start": 425, + "end": 439, "loc": { "start": { "line": 13, @@ -3279,8 +3279,8 @@ "postfix": false, "binop": null }, - "start": 427, - "end": 428, + "start": 439, + "end": 440, "loc": { "start": { "line": 13, @@ -3305,8 +3305,8 @@ "binop": null }, "value": "lang", - "start": 428, - "end": 432, + "start": 440, + "end": 444, "loc": { "start": { "line": 13, @@ -3330,8 +3330,8 @@ "postfix": false, "binop": null }, - "start": 432, - "end": 433, + "start": 444, + "end": 445, "loc": { "start": { "line": 13, @@ -3355,8 +3355,8 @@ "postfix": false, "binop": null }, - "start": 433, - "end": 434, + "start": 445, + "end": 446, "loc": { "start": { "line": 13, @@ -3380,8 +3380,8 @@ "postfix": false, "binop": null }, - "start": 435, - "end": 436, + "start": 447, + "end": 448, "loc": { "start": { "line": 13, @@ -3408,8 +3408,8 @@ "updateContext": null }, "value": "return", - "start": 440, - "end": 446, + "start": 453, + "end": 459, "loc": { "start": { "line": 14, @@ -3434,8 +3434,8 @@ "binop": null }, "value": "strings", - "start": 447, - "end": 454, + "start": 460, + "end": 467, "loc": { "start": { "line": 14, @@ -3460,8 +3460,8 @@ "binop": null, "updateContext": null }, - "start": 454, - "end": 455, + "start": 467, + "end": 468, "loc": { "start": { "line": 14, @@ -3486,8 +3486,8 @@ "binop": null }, "value": "lang", - "start": 455, - "end": 459, + "start": 468, + "end": 472, "loc": { "start": { "line": 14, @@ -3512,8 +3512,8 @@ "binop": null, "updateContext": null }, - "start": 459, - "end": 460, + "start": 472, + "end": 473, "loc": { "start": { "line": 14, @@ -3538,8 +3538,8 @@ "binop": null, "updateContext": null }, - "start": 460, - "end": 461, + "start": 473, + "end": 474, "loc": { "start": { "line": 14, @@ -3563,8 +3563,8 @@ "postfix": false, "binop": null }, - "start": 464, - "end": 465, + "start": 478, + "end": 479, "loc": { "start": { "line": 15, @@ -3591,8 +3591,8 @@ "updateContext": null }, "value": "else", - "start": 466, - "end": 470, + "start": 480, + "end": 484, "loc": { "start": { "line": 15, @@ -3616,8 +3616,8 @@ "postfix": false, "binop": null }, - "start": 471, - "end": 472, + "start": 485, + "end": 486, "loc": { "start": { "line": 15, @@ -3644,8 +3644,8 @@ "updateContext": null }, "value": "return", - "start": 476, - "end": 482, + "start": 491, + "end": 497, "loc": { "start": { "line": 16, @@ -3670,8 +3670,8 @@ "binop": null }, "value": "getMessageStrings", - "start": 483, - "end": 500, + "start": 498, + "end": 515, "loc": { "start": { "line": 16, @@ -3695,8 +3695,8 @@ "postfix": false, "binop": null }, - "start": 500, - "end": 501, + "start": 515, + "end": 516, "loc": { "start": { "line": 16, @@ -3721,8 +3721,8 @@ "binop": null }, "value": "defaultLang", - "start": 501, - "end": 512, + "start": 516, + "end": 527, "loc": { "start": { "line": 16, @@ -3746,8 +3746,8 @@ "postfix": false, "binop": null }, - "start": 512, - "end": 513, + "start": 527, + "end": 528, "loc": { "start": { "line": 16, @@ -3772,8 +3772,8 @@ "binop": null, "updateContext": null }, - "start": 513, - "end": 514, + "start": 528, + "end": 529, "loc": { "start": { "line": 16, @@ -3797,8 +3797,8 @@ "postfix": false, "binop": null }, - "start": 517, - "end": 518, + "start": 533, + "end": 534, "loc": { "start": { "line": 17, @@ -3822,8 +3822,8 @@ "postfix": false, "binop": null }, - "start": 520, - "end": 521, + "start": 537, + "end": 538, "loc": { "start": { "line": 18, @@ -3850,8 +3850,8 @@ "updateContext": null }, "value": "if", - "start": 523, - "end": 525, + "start": 541, + "end": 543, "loc": { "start": { "line": 19, @@ -3875,8 +3875,8 @@ "postfix": false, "binop": null }, - "start": 526, - "end": 527, + "start": 544, + "end": 545, "loc": { "start": { "line": 19, @@ -3902,8 +3902,8 @@ "updateContext": null }, "value": "object", - "start": 527, - "end": 535, + "start": 545, + "end": 553, "loc": { "start": { "line": 19, @@ -3929,8 +3929,8 @@ "updateContext": null }, "value": "===", - "start": 536, - "end": 539, + "start": 554, + "end": 557, "loc": { "start": { "line": 19, @@ -3957,8 +3957,8 @@ "updateContext": null }, "value": "typeof", - "start": 540, - "end": 546, + "start": 558, + "end": 564, "loc": { "start": { "line": 19, @@ -3983,8 +3983,8 @@ "binop": null }, "value": "lang", - "start": 548, - "end": 552, + "start": 566, + "end": 570, "loc": { "start": { "line": 19, @@ -4008,8 +4008,8 @@ "postfix": false, "binop": null }, - "start": 552, - "end": 553, + "start": 570, + "end": 571, "loc": { "start": { "line": 19, @@ -4033,8 +4033,8 @@ "postfix": false, "binop": null }, - "start": 554, - "end": 555, + "start": 572, + "end": 573, "loc": { "start": { "line": 19, @@ -4061,8 +4061,8 @@ "updateContext": null }, "value": "return", - "start": 558, - "end": 564, + "start": 577, + "end": 583, "loc": { "start": { "line": 20, @@ -4087,8 +4087,8 @@ "binop": null }, "value": "Object", - "start": 565, - "end": 571, + "start": 584, + "end": 590, "loc": { "start": { "line": 20, @@ -4113,8 +4113,8 @@ "binop": null, "updateContext": null }, - "start": 571, - "end": 572, + "start": 590, + "end": 591, "loc": { "start": { "line": 20, @@ -4139,8 +4139,8 @@ "binop": null }, "value": "assign", - "start": 572, - "end": 578, + "start": 591, + "end": 597, "loc": { "start": { "line": 20, @@ -4164,8 +4164,8 @@ "postfix": false, "binop": null }, - "start": 578, - "end": 579, + "start": 597, + "end": 598, "loc": { "start": { "line": 20, @@ -4190,8 +4190,8 @@ "binop": null }, "value": "getMessageStrings", - "start": 579, - "end": 596, + "start": 598, + "end": 615, "loc": { "start": { "line": 20, @@ -4215,8 +4215,8 @@ "postfix": false, "binop": null }, - "start": 596, - "end": 597, + "start": 615, + "end": 616, "loc": { "start": { "line": 20, @@ -4241,8 +4241,8 @@ "binop": null }, "value": "defaultLang", - "start": 597, - "end": 608, + "start": 616, + "end": 627, "loc": { "start": { "line": 20, @@ -4267,8 +4267,8 @@ "binop": null, "updateContext": null }, - "start": 608, - "end": 609, + "start": 627, + "end": 628, "loc": { "start": { "line": 20, @@ -4294,8 +4294,8 @@ "updateContext": null }, "value": "en", - "start": 610, - "end": 614, + "start": 629, + "end": 633, "loc": { "start": { "line": 20, @@ -4319,8 +4319,8 @@ "postfix": false, "binop": null }, - "start": 614, - "end": 615, + "start": 633, + "end": 634, "loc": { "start": { "line": 20, @@ -4345,8 +4345,8 @@ "binop": null, "updateContext": null }, - "start": 615, - "end": 616, + "start": 634, + "end": 635, "loc": { "start": { "line": 20, @@ -4371,8 +4371,8 @@ "binop": null }, "value": "lang", - "start": 617, - "end": 621, + "start": 636, + "end": 640, "loc": { "start": { "line": 20, @@ -4396,8 +4396,8 @@ "postfix": false, "binop": null }, - "start": 621, - "end": 622, + "start": 640, + "end": 641, "loc": { "start": { "line": 20, @@ -4422,8 +4422,8 @@ "binop": null, "updateContext": null }, - "start": 622, - "end": 623, + "start": 641, + "end": 642, "loc": { "start": { "line": 20, @@ -4447,8 +4447,8 @@ "postfix": false, "binop": null }, - "start": 625, - "end": 626, + "start": 645, + "end": 646, "loc": { "start": { "line": 21, @@ -4472,8 +4472,8 @@ "postfix": false, "binop": null }, - "start": 627, - "end": 628, + "start": 648, + "end": 649, "loc": { "start": { "line": 22, @@ -4498,8 +4498,8 @@ "binop": null, "updateContext": null }, - "start": 628, - "end": 629, + "start": 649, + "end": 650, "loc": { "start": { "line": 22, @@ -4513,9 +4513,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Get message for an invalid field, by field type\n *\n * @param {String} inputType Type of input to get invalid message for.\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n * @return {String}\n ", - "start": 631, - "end": 977, + "value": "*\r\n * Get message for an invalid field, by field type\r\n *\r\n * @param {String} inputType Type of input to get invalid message for.\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n * @return {String}\r\n ", + "start": 654, + "end": 1007, "loc": { "start": { "line": 24, @@ -4542,8 +4542,8 @@ "updateContext": null }, "value": "export", - "start": 978, - "end": 984, + "start": 1009, + "end": 1015, "loc": { "start": { "line": 32, @@ -4570,8 +4570,8 @@ "updateContext": null }, "value": "const", - "start": 985, - "end": 990, + "start": 1016, + "end": 1021, "loc": { "start": { "line": 32, @@ -4596,8 +4596,8 @@ "binop": null }, "value": "getMessageStringByType", - "start": 991, - "end": 1013, + "start": 1022, + "end": 1044, "loc": { "start": { "line": 32, @@ -4623,8 +4623,8 @@ "updateContext": null }, "value": "=", - "start": 1014, - "end": 1015, + "start": 1045, + "end": 1046, "loc": { "start": { "line": 32, @@ -4648,8 +4648,8 @@ "postfix": false, "binop": null }, - "start": 1016, - "end": 1017, + "start": 1047, + "end": 1048, "loc": { "start": { "line": 32, @@ -4674,8 +4674,8 @@ "binop": null }, "value": "inputType", - "start": 1017, - "end": 1026, + "start": 1048, + "end": 1057, "loc": { "start": { "line": 32, @@ -4700,8 +4700,8 @@ "binop": null, "updateContext": null }, - "start": 1026, - "end": 1027, + "start": 1057, + "end": 1058, "loc": { "start": { "line": 32, @@ -4726,8 +4726,8 @@ "binop": null }, "value": "lang", - "start": 1028, - "end": 1032, + "start": 1059, + "end": 1063, "loc": { "start": { "line": 32, @@ -4752,8 +4752,8 @@ "binop": null, "updateContext": null }, - "start": 1032, - "end": 1033, + "start": 1063, + "end": 1064, "loc": { "start": { "line": 32, @@ -4778,8 +4778,8 @@ "binop": null }, "value": "defaultLang", - "start": 1034, - "end": 1045, + "start": 1065, + "end": 1076, "loc": { "start": { "line": 32, @@ -4805,8 +4805,8 @@ "updateContext": null }, "value": "=", - "start": 1046, - "end": 1047, + "start": 1077, + "end": 1078, "loc": { "start": { "line": 32, @@ -4832,8 +4832,8 @@ "updateContext": null }, "value": "en", - "start": 1048, - "end": 1052, + "start": 1079, + "end": 1083, "loc": { "start": { "line": 32, @@ -4857,8 +4857,8 @@ "postfix": false, "binop": null }, - "start": 1052, - "end": 1053, + "start": 1083, + "end": 1084, "loc": { "start": { "line": 32, @@ -4883,8 +4883,8 @@ "binop": null, "updateContext": null }, - "start": 1054, - "end": 1056, + "start": 1085, + "end": 1087, "loc": { "start": { "line": 32, @@ -4908,8 +4908,8 @@ "postfix": false, "binop": null }, - "start": 1057, - "end": 1058, + "start": 1088, + "end": 1089, "loc": { "start": { "line": 32, @@ -4936,8 +4936,8 @@ "updateContext": null }, "value": "const", - "start": 1060, - "end": 1065, + "start": 1092, + "end": 1097, "loc": { "start": { "line": 33, @@ -4962,8 +4962,8 @@ "binop": null }, "value": "strings", - "start": 1066, - "end": 1073, + "start": 1098, + "end": 1105, "loc": { "start": { "line": 33, @@ -4989,8 +4989,8 @@ "updateContext": null }, "value": "=", - "start": 1074, - "end": 1075, + "start": 1106, + "end": 1107, "loc": { "start": { "line": 33, @@ -5015,8 +5015,8 @@ "binop": null }, "value": "getMessageStrings", - "start": 1076, - "end": 1093, + "start": 1108, + "end": 1125, "loc": { "start": { "line": 33, @@ -5040,8 +5040,8 @@ "postfix": false, "binop": null }, - "start": 1093, - "end": 1094, + "start": 1125, + "end": 1126, "loc": { "start": { "line": 33, @@ -5066,8 +5066,8 @@ "binop": null }, "value": "lang", - "start": 1094, - "end": 1098, + "start": 1126, + "end": 1130, "loc": { "start": { "line": 33, @@ -5092,8 +5092,8 @@ "binop": null, "updateContext": null }, - "start": 1098, - "end": 1099, + "start": 1130, + "end": 1131, "loc": { "start": { "line": 33, @@ -5118,8 +5118,8 @@ "binop": null }, "value": "defaultLang", - "start": 1100, - "end": 1111, + "start": 1132, + "end": 1143, "loc": { "start": { "line": 33, @@ -5143,8 +5143,8 @@ "postfix": false, "binop": null }, - "start": 1111, - "end": 1112, + "start": 1143, + "end": 1144, "loc": { "start": { "line": 33, @@ -5169,8 +5169,8 @@ "binop": null, "updateContext": null }, - "start": 1112, - "end": 1113, + "start": 1144, + "end": 1145, "loc": { "start": { "line": 33, @@ -5197,8 +5197,8 @@ "updateContext": null }, "value": "if", - "start": 1115, - "end": 1117, + "start": 1148, + "end": 1150, "loc": { "start": { "line": 34, @@ -5222,8 +5222,8 @@ "postfix": false, "binop": null }, - "start": 1118, - "end": 1119, + "start": 1151, + "end": 1152, "loc": { "start": { "line": 34, @@ -5248,8 +5248,8 @@ "binop": null }, "value": "strings", - "start": 1119, - "end": 1126, + "start": 1152, + "end": 1159, "loc": { "start": { "line": 34, @@ -5274,8 +5274,8 @@ "binop": null, "updateContext": null }, - "start": 1126, - "end": 1127, + "start": 1159, + "end": 1160, "loc": { "start": { "line": 34, @@ -5300,8 +5300,8 @@ "binop": null }, "value": "type", - "start": 1127, - "end": 1131, + "start": 1160, + "end": 1164, "loc": { "start": { "line": 34, @@ -5326,8 +5326,8 @@ "binop": null, "updateContext": null }, - "start": 1131, - "end": 1132, + "start": 1164, + "end": 1165, "loc": { "start": { "line": 34, @@ -5352,8 +5352,8 @@ "binop": null }, "value": "hasOwnProperty", - "start": 1132, - "end": 1146, + "start": 1165, + "end": 1179, "loc": { "start": { "line": 34, @@ -5377,8 +5377,8 @@ "postfix": false, "binop": null }, - "start": 1146, - "end": 1147, + "start": 1179, + "end": 1180, "loc": { "start": { "line": 34, @@ -5403,8 +5403,8 @@ "binop": null }, "value": "inputType", - "start": 1147, - "end": 1156, + "start": 1180, + "end": 1189, "loc": { "start": { "line": 34, @@ -5428,8 +5428,8 @@ "postfix": false, "binop": null }, - "start": 1156, - "end": 1157, + "start": 1189, + "end": 1190, "loc": { "start": { "line": 34, @@ -5453,8 +5453,8 @@ "postfix": false, "binop": null }, - "start": 1157, - "end": 1158, + "start": 1190, + "end": 1191, "loc": { "start": { "line": 34, @@ -5478,8 +5478,8 @@ "postfix": false, "binop": null }, - "start": 1159, - "end": 1160, + "start": 1192, + "end": 1193, "loc": { "start": { "line": 34, @@ -5506,8 +5506,8 @@ "updateContext": null }, "value": "return", - "start": 1163, - "end": 1169, + "start": 1197, + "end": 1203, "loc": { "start": { "line": 35, @@ -5532,8 +5532,8 @@ "binop": null }, "value": "strings", - "start": 1170, - "end": 1177, + "start": 1204, + "end": 1211, "loc": { "start": { "line": 35, @@ -5558,8 +5558,8 @@ "binop": null, "updateContext": null }, - "start": 1177, - "end": 1178, + "start": 1211, + "end": 1212, "loc": { "start": { "line": 35, @@ -5584,8 +5584,8 @@ "binop": null }, "value": "type", - "start": 1178, - "end": 1182, + "start": 1212, + "end": 1216, "loc": { "start": { "line": 35, @@ -5610,8 +5610,8 @@ "binop": null, "updateContext": null }, - "start": 1182, - "end": 1183, + "start": 1216, + "end": 1217, "loc": { "start": { "line": 35, @@ -5636,8 +5636,8 @@ "binop": null }, "value": "inputType", - "start": 1183, - "end": 1192, + "start": 1217, + "end": 1226, "loc": { "start": { "line": 35, @@ -5662,8 +5662,8 @@ "binop": null, "updateContext": null }, - "start": 1192, - "end": 1193, + "start": 1226, + "end": 1227, "loc": { "start": { "line": 35, @@ -5688,8 +5688,8 @@ "binop": null, "updateContext": null }, - "start": 1193, - "end": 1194, + "start": 1227, + "end": 1228, "loc": { "start": { "line": 35, @@ -5713,8 +5713,8 @@ "postfix": false, "binop": null }, - "start": 1196, - "end": 1197, + "start": 1231, + "end": 1232, "loc": { "start": { "line": 36, @@ -5741,8 +5741,8 @@ "updateContext": null }, "value": "return", - "start": 1199, - "end": 1205, + "start": 1235, + "end": 1241, "loc": { "start": { "line": 37, @@ -5767,8 +5767,8 @@ "binop": null }, "value": "strings", - "start": 1206, - "end": 1213, + "start": 1242, + "end": 1249, "loc": { "start": { "line": 37, @@ -5793,8 +5793,8 @@ "binop": null, "updateContext": null }, - "start": 1213, - "end": 1214, + "start": 1249, + "end": 1250, "loc": { "start": { "line": 37, @@ -5819,8 +5819,8 @@ "binop": null }, "value": "defaultMessage", - "start": 1214, - "end": 1228, + "start": 1250, + "end": 1264, "loc": { "start": { "line": 37, @@ -5845,8 +5845,8 @@ "binop": null, "updateContext": null }, - "start": 1228, - "end": 1229, + "start": 1264, + "end": 1265, "loc": { "start": { "line": 37, @@ -5870,8 +5870,8 @@ "postfix": false, "binop": null }, - "start": 1230, - "end": 1231, + "start": 1267, + "end": 1268, "loc": { "start": { "line": 38, @@ -5896,8 +5896,8 @@ "binop": null, "updateContext": null }, - "start": 1231, - "end": 1232, + "start": 1268, + "end": 1269, "loc": { "start": { "line": 38, @@ -5911,9 +5911,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Get the required message, by language.\n *\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\n * @param {String} defaultLang Optional. Language code to use for missing strings.\n * @return {String}\n ", - "start": 1234, - "end": 1499, + "value": "*\r\n * Get the required message, by language.\r\n *\r\n * @param {String|Object} lang Language code or an object containing properly formatted strings to search in.\r\n * @param {String} defaultLang Optional. Language code to use for missing strings.\r\n * @return {String}\r\n ", + "start": 1273, + "end": 1544, "loc": { "start": { "line": 40, @@ -5940,8 +5940,8 @@ "updateContext": null }, "value": "export", - "start": 1500, - "end": 1506, + "start": 1546, + "end": 1552, "loc": { "start": { "line": 47, @@ -5968,8 +5968,8 @@ "updateContext": null }, "value": "const", - "start": 1507, - "end": 1512, + "start": 1553, + "end": 1558, "loc": { "start": { "line": 47, @@ -5994,8 +5994,8 @@ "binop": null }, "value": "getRequiredMessage", - "start": 1513, - "end": 1531, + "start": 1559, + "end": 1577, "loc": { "start": { "line": 47, @@ -6021,8 +6021,8 @@ "updateContext": null }, "value": "=", - "start": 1532, - "end": 1533, + "start": 1578, + "end": 1579, "loc": { "start": { "line": 47, @@ -6046,8 +6046,8 @@ "postfix": false, "binop": null }, - "start": 1534, - "end": 1535, + "start": 1580, + "end": 1581, "loc": { "start": { "line": 47, @@ -6072,8 +6072,8 @@ "binop": null }, "value": "lang", - "start": 1535, - "end": 1539, + "start": 1581, + "end": 1585, "loc": { "start": { "line": 47, @@ -6098,8 +6098,8 @@ "binop": null, "updateContext": null }, - "start": 1539, - "end": 1540, + "start": 1585, + "end": 1586, "loc": { "start": { "line": 47, @@ -6124,8 +6124,8 @@ "binop": null }, "value": "defaultLang", - "start": 1541, - "end": 1552, + "start": 1587, + "end": 1598, "loc": { "start": { "line": 47, @@ -6151,8 +6151,8 @@ "updateContext": null }, "value": "=", - "start": 1553, - "end": 1554, + "start": 1599, + "end": 1600, "loc": { "start": { "line": 47, @@ -6178,8 +6178,8 @@ "updateContext": null }, "value": "en", - "start": 1555, - "end": 1559, + "start": 1601, + "end": 1605, "loc": { "start": { "line": 47, @@ -6203,8 +6203,8 @@ "postfix": false, "binop": null }, - "start": 1559, - "end": 1560, + "start": 1605, + "end": 1606, "loc": { "start": { "line": 47, @@ -6229,8 +6229,8 @@ "binop": null, "updateContext": null }, - "start": 1561, - "end": 1563, + "start": 1607, + "end": 1609, "loc": { "start": { "line": 47, @@ -6254,8 +6254,8 @@ "postfix": false, "binop": null }, - "start": 1564, - "end": 1565, + "start": 1610, + "end": 1611, "loc": { "start": { "line": 47, @@ -6282,8 +6282,8 @@ "updateContext": null }, "value": "return", - "start": 1567, - "end": 1573, + "start": 1614, + "end": 1620, "loc": { "start": { "line": 48, @@ -6308,8 +6308,8 @@ "binop": null }, "value": "getMessageStrings", - "start": 1574, - "end": 1591, + "start": 1621, + "end": 1638, "loc": { "start": { "line": 48, @@ -6333,8 +6333,8 @@ "postfix": false, "binop": null }, - "start": 1591, - "end": 1592, + "start": 1638, + "end": 1639, "loc": { "start": { "line": 48, @@ -6359,8 +6359,8 @@ "binop": null }, "value": "lang", - "start": 1592, - "end": 1596, + "start": 1639, + "end": 1643, "loc": { "start": { "line": 48, @@ -6385,8 +6385,8 @@ "binop": null, "updateContext": null }, - "start": 1596, - "end": 1597, + "start": 1643, + "end": 1644, "loc": { "start": { "line": 48, @@ -6411,8 +6411,8 @@ "binop": null }, "value": "defaultLang", - "start": 1598, - "end": 1609, + "start": 1645, + "end": 1656, "loc": { "start": { "line": 48, @@ -6436,8 +6436,8 @@ "postfix": false, "binop": null }, - "start": 1609, - "end": 1610, + "start": 1656, + "end": 1657, "loc": { "start": { "line": 48, @@ -6462,8 +6462,8 @@ "binop": null, "updateContext": null }, - "start": 1610, - "end": 1611, + "start": 1657, + "end": 1658, "loc": { "start": { "line": 48, @@ -6488,8 +6488,8 @@ "binop": null }, "value": "required", - "start": 1611, - "end": 1619, + "start": 1658, + "end": 1666, "loc": { "start": { "line": 48, @@ -6514,8 +6514,8 @@ "binop": null, "updateContext": null }, - "start": 1619, - "end": 1620, + "start": 1666, + "end": 1667, "loc": { "start": { "line": 48, @@ -6539,8 +6539,8 @@ "postfix": false, "binop": null }, - "start": 1622, - "end": 1623, + "start": 1671, + "end": 1672, "loc": { "start": { "line": 50, @@ -6565,8 +6565,8 @@ "binop": null, "updateContext": null }, - "start": 1623, - "end": 1624, + "start": 1672, + "end": 1673, "loc": { "start": { "line": 50, @@ -6580,9 +6580,9 @@ }, { "type": "CommentBlock", - "value": "*\n * Message string utilities for validation\n ", - "start": 1626, - "end": 1676, + "value": "*\r\n * Message string utilities for validation\r\n ", + "start": 1677, + "end": 1729, "loc": { "start": { "line": 52, @@ -6609,8 +6609,8 @@ "updateContext": null }, "value": "export", - "start": 1677, - "end": 1683, + "start": 1731, + "end": 1737, "loc": { "start": { "line": 55, @@ -6637,8 +6637,8 @@ "updateContext": null }, "value": "default", - "start": 1684, - "end": 1691, + "start": 1738, + "end": 1745, "loc": { "start": { "line": 55, @@ -6662,8 +6662,8 @@ "postfix": false, "binop": null }, - "start": 1692, - "end": 1693, + "start": 1746, + "end": 1747, "loc": { "start": { "line": 55, @@ -6688,8 +6688,8 @@ "binop": null }, "value": "getMessageStrings", - "start": 1695, - "end": 1712, + "start": 1750, + "end": 1767, "loc": { "start": { "line": 56, @@ -6714,8 +6714,8 @@ "binop": null, "updateContext": null }, - "start": 1712, - "end": 1713, + "start": 1767, + "end": 1768, "loc": { "start": { "line": 56, @@ -6740,8 +6740,8 @@ "binop": null }, "value": "getMessageStringByType", - "start": 1715, - "end": 1737, + "start": 1771, + "end": 1793, "loc": { "start": { "line": 57, @@ -6766,8 +6766,8 @@ "binop": null, "updateContext": null }, - "start": 1737, - "end": 1738, + "start": 1793, + "end": 1794, "loc": { "start": { "line": 57, @@ -6792,8 +6792,8 @@ "binop": null }, "value": "getRequiredMessage", - "start": 1740, - "end": 1758, + "start": 1797, + "end": 1815, "loc": { "start": { "line": 58, @@ -6817,8 +6817,8 @@ "postfix": false, "binop": null }, - "start": 1759, - "end": 1760, + "start": 1817, + "end": 1818, "loc": { "start": { "line": 59, @@ -6843,8 +6843,8 @@ "binop": null, "updateContext": null }, - "start": 1760, - "end": 1761, + "start": 1818, + "end": 1819, "loc": { "start": { "line": 59, @@ -6869,8 +6869,8 @@ "binop": null, "updateContext": null }, - "start": 1761, - "end": 1761, + "start": 1819, + "end": 1819, "loc": { "start": { "line": 59, diff --git a/docs/ast/source/components/validation/strings.js.json b/docs/ast/source/components/validation/strings.js.json index f8ca5b0..55f6821 100644 --- a/docs/ast/source/components/validation/strings.js.json +++ b/docs/ast/source/components/validation/strings.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 2672, + "end": 2727, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 2672, + "end": 2727, "loc": { "start": { "line": 1, @@ -30,8 +30,8 @@ "body": [ { "type": "ExportDefaultDeclaration", - "start": 167, - "end": 2672, + "start": 173, + "end": 2727, "loc": { "start": { "line": 7, @@ -44,8 +44,8 @@ }, "declaration": { "type": "ObjectExpression", - "start": 182, - "end": 2671, + "start": 188, + "end": 2726, "loc": { "start": { "line": 7, @@ -59,8 +59,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 185, - "end": 1439, + "start": 192, + "end": 1469, "loc": { "start": { "line": 8, @@ -76,8 +76,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 185, - "end": 187, + "start": 192, + "end": 194, "loc": { "start": { "line": 8, @@ -94,8 +94,8 @@ }, "value": { "type": "ObjectExpression", - "start": 189, - "end": 1439, + "start": 196, + "end": 1469, "loc": { "start": { "line": 8, @@ -109,8 +109,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 193, - "end": 242, + "start": 201, + "end": 250, "loc": { "start": { "line": 9, @@ -126,8 +126,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 193, - "end": 207, + "start": 201, + "end": 215, "loc": { "start": { "line": 9, @@ -143,8 +143,8 @@ }, "value": { "type": "StringLiteral", - "start": 209, - "end": 242, + "start": 217, + "end": 250, "loc": { "start": { "line": 9, @@ -164,8 +164,8 @@ }, { "type": "ObjectProperty", - "start": 246, - "end": 585, + "start": 255, + "end": 601, "loc": { "start": { "line": 10, @@ -181,8 +181,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 246, - "end": 250, + "start": 255, + "end": 259, "loc": { "start": { "line": 10, @@ -198,8 +198,8 @@ }, "value": { "type": "ObjectExpression", - "start": 252, - "end": 585, + "start": 261, + "end": 601, "loc": { "start": { "line": 10, @@ -213,8 +213,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 257, - "end": 308, + "start": 267, + "end": 318, "loc": { "start": { "line": 11, @@ -230,8 +230,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 257, - "end": 262, + "start": 267, + "end": 272, "loc": { "start": { "line": 11, @@ -247,8 +247,8 @@ }, "value": { "type": "StringLiteral", - "start": 271, - "end": 308, + "start": 281, + "end": 318, "loc": { "start": { "line": 11, @@ -268,8 +268,8 @@ }, { "type": "ObjectProperty", - "start": 313, - "end": 362, + "start": 324, + "end": 373, "loc": { "start": { "line": 12, @@ -285,8 +285,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 313, - "end": 316, + "start": 324, + "end": 327, "loc": { "start": { "line": 12, @@ -302,8 +302,8 @@ }, "value": { "type": "StringLiteral", - "start": 327, - "end": 362, + "start": 338, + "end": 373, "loc": { "start": { "line": 12, @@ -323,8 +323,8 @@ }, { "type": "ObjectProperty", - "start": 367, - "end": 419, + "start": 379, + "end": 431, "loc": { "start": { "line": 13, @@ -340,8 +340,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 367, - "end": 373, + "start": 379, + "end": 385, "loc": { "start": { "line": 13, @@ -357,8 +357,8 @@ }, "value": { "type": "StringLiteral", - "start": 381, - "end": 419, + "start": 393, + "end": 431, "loc": { "start": { "line": 13, @@ -378,8 +378,8 @@ }, { "type": "ObjectProperty", - "start": 424, - "end": 477, + "start": 437, + "end": 490, "loc": { "start": { "line": 14, @@ -395,8 +395,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 424, - "end": 431, + "start": 437, + "end": 444, "loc": { "start": { "line": 14, @@ -412,8 +412,8 @@ }, "value": { "type": "StringLiteral", - "start": 438, - "end": 477, + "start": 451, + "end": 490, "loc": { "start": { "line": 14, @@ -433,8 +433,8 @@ }, { "type": "ObjectProperty", - "start": 482, - "end": 526, + "start": 496, + "end": 540, "loc": { "start": { "line": 15, @@ -450,8 +450,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 482, - "end": 488, + "start": 496, + "end": 502, "loc": { "start": { "line": 15, @@ -467,8 +467,8 @@ }, "value": { "type": "StringLiteral", - "start": 496, - "end": 526, + "start": 510, + "end": 540, "loc": { "start": { "line": 15, @@ -488,8 +488,8 @@ }, { "type": "ObjectProperty", - "start": 531, - "end": 581, + "start": 546, + "end": 596, "loc": { "start": { "line": 16, @@ -505,8 +505,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 531, - "end": 539, + "start": 546, + "end": 554, "loc": { "start": { "line": 16, @@ -522,8 +522,8 @@ }, "value": { "type": "StringLiteral", - "start": 545, - "end": 581, + "start": 560, + "end": 596, "loc": { "start": { "line": 16, @@ -546,8 +546,8 @@ }, { "type": "ObjectProperty", - "start": 589, - "end": 638, + "start": 606, + "end": 655, "loc": { "start": { "line": 18, @@ -563,8 +563,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 589, - "end": 597, + "start": 606, + "end": 614, "loc": { "start": { "line": 18, @@ -580,8 +580,8 @@ }, "value": { "type": "StringLiteral", - "start": 605, - "end": 638, + "start": 622, + "end": 655, "loc": { "start": { "line": 18, @@ -601,8 +601,8 @@ }, { "type": "ObjectProperty", - "start": 642, - "end": 683, + "start": 660, + "end": 701, "loc": { "start": { "line": 19, @@ -618,8 +618,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 642, - "end": 650, + "start": 660, + "end": 668, "loc": { "start": { "line": 19, @@ -635,8 +635,8 @@ }, "value": { "type": "StringLiteral", - "start": 658, - "end": 683, + "start": 676, + "end": 701, "loc": { "start": { "line": 19, @@ -656,8 +656,8 @@ }, { "type": "ObjectProperty", - "start": 687, - "end": 736, + "start": 706, + "end": 755, "loc": { "start": { "line": 20, @@ -673,8 +673,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 687, - "end": 694, + "start": 706, + "end": 713, "loc": { "start": { "line": 20, @@ -690,8 +690,8 @@ }, "value": { "type": "StringLiteral", - "start": 703, - "end": 736, + "start": 722, + "end": 755, "loc": { "start": { "line": 20, @@ -711,8 +711,8 @@ }, { "type": "ObjectProperty", - "start": 740, - "end": 807, + "start": 760, + "end": 827, "loc": { "start": { "line": 21, @@ -728,8 +728,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 740, - "end": 743, + "start": 760, + "end": 763, "loc": { "start": { "line": 21, @@ -745,8 +745,8 @@ }, "value": { "type": "StringLiteral", - "start": 756, - "end": 807, + "start": 776, + "end": 827, "loc": { "start": { "line": 21, @@ -766,8 +766,8 @@ }, { "type": "ObjectProperty", - "start": 811, - "end": 876, + "start": 832, + "end": 897, "loc": { "start": { "line": 22, @@ -783,8 +783,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 811, - "end": 814, + "start": 832, + "end": 835, "loc": { "start": { "line": 22, @@ -800,8 +800,8 @@ }, "value": { "type": "StringLiteral", - "start": 827, - "end": 876, + "start": 848, + "end": 897, "loc": { "start": { "line": 22, @@ -821,8 +821,8 @@ }, { "type": "ObjectProperty", - "start": 880, - "end": 937, + "start": 902, + "end": 959, "loc": { "start": { "line": 23, @@ -838,8 +838,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 880, - "end": 885, + "start": 902, + "end": 907, "loc": { "start": { "line": 23, @@ -855,8 +855,8 @@ }, "value": { "type": "StringLiteral", - "start": 896, - "end": 937, + "start": 918, + "end": 959, "loc": { "start": { "line": 23, @@ -876,8 +876,8 @@ }, { "type": "ObjectProperty", - "start": 941, - "end": 1021, + "start": 964, + "end": 1044, "loc": { "start": { "line": 24, @@ -893,8 +893,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 941, - "end": 950, + "start": 964, + "end": 973, "loc": { "start": { "line": 24, @@ -910,8 +910,8 @@ }, "value": { "type": "StringLiteral", - "start": 957, - "end": 1021, + "start": 980, + "end": 1044, "loc": { "start": { "line": 24, @@ -931,8 +931,8 @@ }, { "type": "ObjectProperty", - "start": 1025, - "end": 1105, + "start": 1049, + "end": 1129, "loc": { "start": { "line": 25, @@ -948,8 +948,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1025, - "end": 1034, + "start": 1049, + "end": 1058, "loc": { "start": { "line": 25, @@ -965,8 +965,8 @@ }, "value": { "type": "StringLiteral", - "start": 1041, - "end": 1105, + "start": 1065, + "end": 1129, "loc": { "start": { "line": 25, @@ -986,8 +986,8 @@ }, { "type": "ObjectProperty", - "start": 1109, - "end": 1204, + "start": 1134, + "end": 1229, "loc": { "start": { "line": 26, @@ -1003,8 +1003,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1109, - "end": 1115, + "start": 1134, + "end": 1140, "loc": { "start": { "line": 26, @@ -1020,8 +1020,8 @@ }, "value": { "type": "StringLiteral", - "start": 1125, - "end": 1204, + "start": 1150, + "end": 1229, "loc": { "start": { "line": 26, @@ -1041,8 +1041,8 @@ }, { "type": "ObjectProperty", - "start": 1208, - "end": 1262, + "start": 1234, + "end": 1288, "loc": { "start": { "line": 27, @@ -1058,8 +1058,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1208, - "end": 1216, + "start": 1234, + "end": 1242, "loc": { "start": { "line": 27, @@ -1075,8 +1075,8 @@ }, "value": { "type": "StringLiteral", - "start": 1224, - "end": 1262, + "start": 1250, + "end": 1288, "loc": { "start": { "line": 27, @@ -1096,8 +1096,8 @@ }, { "type": "ObjectProperty", - "start": 1266, - "end": 1320, + "start": 1293, + "end": 1347, "loc": { "start": { "line": 28, @@ -1113,8 +1113,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1266, - "end": 1274, + "start": 1293, + "end": 1301, "loc": { "start": { "line": 28, @@ -1130,8 +1130,8 @@ }, "value": { "type": "StringLiteral", - "start": 1282, - "end": 1320, + "start": 1309, + "end": 1347, "loc": { "start": { "line": 28, @@ -1151,8 +1151,8 @@ }, { "type": "ObjectProperty", - "start": 1324, - "end": 1384, + "start": 1352, + "end": 1412, "loc": { "start": { "line": 29, @@ -1168,8 +1168,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1324, - "end": 1329, + "start": 1352, + "end": 1357, "loc": { "start": { "line": 29, @@ -1185,8 +1185,8 @@ }, "value": { "type": "StringLiteral", - "start": 1340, - "end": 1384, + "start": 1368, + "end": 1412, "loc": { "start": { "line": 29, @@ -1206,8 +1206,8 @@ }, { "type": "ObjectProperty", - "start": 1388, - "end": 1436, + "start": 1417, + "end": 1465, "loc": { "start": { "line": 30, @@ -1223,8 +1223,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1388, - "end": 1395, + "start": 1417, + "end": 1424, "loc": { "start": { "line": 30, @@ -1240,8 +1240,8 @@ }, "value": { "type": "StringLiteral", - "start": 1404, - "end": 1436, + "start": 1433, + "end": 1465, "loc": { "start": { "line": 30, @@ -1265,8 +1265,8 @@ }, { "type": "ObjectProperty", - "start": 1442, - "end": 2669, + "start": 1473, + "end": 2723, "loc": { "start": { "line": 32, @@ -1282,8 +1282,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1442, - "end": 1444, + "start": 1473, + "end": 1475, "loc": { "start": { "line": 32, @@ -1299,8 +1299,8 @@ }, "value": { "type": "ObjectExpression", - "start": 1445, - "end": 2669, + "start": 1476, + "end": 2723, "loc": { "start": { "line": 32, @@ -1314,8 +1314,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1449, - "end": 1498, + "start": 1481, + "end": 1530, "loc": { "start": { "line": 33, @@ -1331,8 +1331,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1449, - "end": 1463, + "start": 1481, + "end": 1495, "loc": { "start": { "line": 33, @@ -1348,8 +1348,8 @@ }, "value": { "type": "StringLiteral", - "start": 1465, - "end": 1498, + "start": 1497, + "end": 1530, "loc": { "start": { "line": 33, @@ -1369,8 +1369,8 @@ }, { "type": "ObjectProperty", - "start": 1502, - "end": 1854, + "start": 1535, + "end": 1894, "loc": { "start": { "line": 34, @@ -1386,8 +1386,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1502, - "end": 1506, + "start": 1535, + "end": 1539, "loc": { "start": { "line": 34, @@ -1403,8 +1403,8 @@ }, "value": { "type": "ObjectExpression", - "start": 1508, - "end": 1854, + "start": 1541, + "end": 1894, "loc": { "start": { "line": 34, @@ -1418,8 +1418,8 @@ "properties": [ { "type": "ObjectProperty", - "start": 1513, - "end": 1566, + "start": 1547, + "end": 1600, "loc": { "start": { "line": 35, @@ -1435,8 +1435,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1513, - "end": 1518, + "start": 1547, + "end": 1552, "loc": { "start": { "line": 35, @@ -1452,8 +1452,8 @@ }, "value": { "type": "StringLiteral", - "start": 1527, - "end": 1566, + "start": 1561, + "end": 1600, "loc": { "start": { "line": 35, @@ -1473,8 +1473,8 @@ }, { "type": "ObjectProperty", - "start": 1571, - "end": 1622, + "start": 1606, + "end": 1657, "loc": { "start": { "line": 36, @@ -1490,8 +1490,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1571, - "end": 1574, + "start": 1606, + "end": 1609, "loc": { "start": { "line": 36, @@ -1507,8 +1507,8 @@ }, "value": { "type": "StringLiteral", - "start": 1585, - "end": 1622, + "start": 1620, + "end": 1657, "loc": { "start": { "line": 36, @@ -1528,8 +1528,8 @@ }, { "type": "ObjectProperty", - "start": 1627, - "end": 1680, + "start": 1663, + "end": 1716, "loc": { "start": { "line": 37, @@ -1545,8 +1545,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1627, - "end": 1633, + "start": 1663, + "end": 1669, "loc": { "start": { "line": 37, @@ -1562,8 +1562,8 @@ }, "value": { "type": "StringLiteral", - "start": 1641, - "end": 1680, + "start": 1677, + "end": 1716, "loc": { "start": { "line": 37, @@ -1583,8 +1583,8 @@ }, { "type": "ObjectProperty", - "start": 1685, - "end": 1738, + "start": 1722, + "end": 1775, "loc": { "start": { "line": 38, @@ -1600,8 +1600,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1685, - "end": 1692, + "start": 1722, + "end": 1729, "loc": { "start": { "line": 38, @@ -1617,8 +1617,8 @@ }, "value": { "type": "StringLiteral", - "start": 1699, - "end": 1738, + "start": 1736, + "end": 1775, "loc": { "start": { "line": 38, @@ -1638,8 +1638,8 @@ }, { "type": "ObjectProperty", - "start": 1743, - "end": 1796, + "start": 1781, + "end": 1834, "loc": { "start": { "line": 39, @@ -1655,8 +1655,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1743, - "end": 1749, + "start": 1781, + "end": 1787, "loc": { "start": { "line": 39, @@ -1672,8 +1672,8 @@ }, "value": { "type": "StringLiteral", - "start": 1757, - "end": 1796, + "start": 1795, + "end": 1834, "loc": { "start": { "line": 39, @@ -1693,8 +1693,8 @@ }, { "type": "ObjectProperty", - "start": 1801, - "end": 1850, + "start": 1840, + "end": 1889, "loc": { "start": { "line": 40, @@ -1710,8 +1710,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1801, - "end": 1809, + "start": 1840, + "end": 1848, "loc": { "start": { "line": 40, @@ -1727,8 +1727,8 @@ }, "value": { "type": "StringLiteral", - "start": 1815, - "end": 1850, + "start": 1854, + "end": 1889, "loc": { "start": { "line": 40, @@ -1751,8 +1751,8 @@ }, { "type": "ObjectProperty", - "start": 1858, - "end": 1911, + "start": 1899, + "end": 1952, "loc": { "start": { "line": 42, @@ -1768,8 +1768,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1858, - "end": 1866, + "start": 1899, + "end": 1907, "loc": { "start": { "line": 42, @@ -1785,8 +1785,8 @@ }, "value": { "type": "StringLiteral", - "start": 1874, - "end": 1911, + "start": 1915, + "end": 1952, "loc": { "start": { "line": 42, @@ -1806,8 +1806,8 @@ }, { "type": "ObjectProperty", - "start": 1915, - "end": 1957, + "start": 1957, + "end": 1999, "loc": { "start": { "line": 43, @@ -1823,8 +1823,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1915, - "end": 1923, + "start": 1957, + "end": 1965, "loc": { "start": { "line": 43, @@ -1840,8 +1840,8 @@ }, "value": { "type": "StringLiteral", - "start": 1931, - "end": 1957, + "start": 1973, + "end": 1999, "loc": { "start": { "line": 43, @@ -1861,8 +1861,8 @@ }, { "type": "ObjectProperty", - "start": 1961, - "end": 2004, + "start": 2004, + "end": 2047, "loc": { "start": { "line": 44, @@ -1878,8 +1878,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 1961, - "end": 1968, + "start": 2004, + "end": 2011, "loc": { "start": { "line": 44, @@ -1895,8 +1895,8 @@ }, "value": { "type": "StringLiteral", - "start": 1977, - "end": 2004, + "start": 2020, + "end": 2047, "loc": { "start": { "line": 44, @@ -1916,8 +1916,8 @@ }, { "type": "ObjectProperty", - "start": 2008, - "end": 2062, + "start": 2052, + "end": 2106, "loc": { "start": { "line": 45, @@ -1933,8 +1933,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2008, - "end": 2011, + "start": 2052, + "end": 2055, "loc": { "start": { "line": 45, @@ -1950,8 +1950,8 @@ }, "value": { "type": "StringLiteral", - "start": 2024, - "end": 2062, + "start": 2068, + "end": 2106, "loc": { "start": { "line": 45, @@ -1971,8 +1971,8 @@ }, { "type": "ObjectProperty", - "start": 2066, - "end": 2120, + "start": 2111, + "end": 2165, "loc": { "start": { "line": 46, @@ -1988,8 +1988,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2066, - "end": 2069, + "start": 2111, + "end": 2114, "loc": { "start": { "line": 46, @@ -2005,8 +2005,8 @@ }, "value": { "type": "StringLiteral", - "start": 2082, - "end": 2120, + "start": 2127, + "end": 2165, "loc": { "start": { "line": 46, @@ -2026,8 +2026,8 @@ }, { "type": "ObjectProperty", - "start": 2124, - "end": 2178, + "start": 2170, + "end": 2224, "loc": { "start": { "line": 47, @@ -2043,8 +2043,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2124, - "end": 2129, + "start": 2170, + "end": 2175, "loc": { "start": { "line": 47, @@ -2060,8 +2060,8 @@ }, "value": { "type": "StringLiteral", - "start": 2140, - "end": 2178, + "start": 2186, + "end": 2224, "loc": { "start": { "line": 47, @@ -2081,8 +2081,8 @@ }, { "type": "ObjectProperty", - "start": 2182, - "end": 2264, + "start": 2229, + "end": 2311, "loc": { "start": { "line": 48, @@ -2098,8 +2098,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2182, - "end": 2191, + "start": 2229, + "end": 2238, "loc": { "start": { "line": 48, @@ -2115,8 +2115,8 @@ }, "value": { "type": "StringLiteral", - "start": 2198, - "end": 2264, + "start": 2245, + "end": 2311, "loc": { "start": { "line": 48, @@ -2136,8 +2136,8 @@ }, { "type": "ObjectProperty", - "start": 2268, - "end": 2350, + "start": 2316, + "end": 2398, "loc": { "start": { "line": 49, @@ -2153,8 +2153,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2268, - "end": 2277, + "start": 2316, + "end": 2325, "loc": { "start": { "line": 49, @@ -2170,8 +2170,8 @@ }, "value": { "type": "StringLiteral", - "start": 2284, - "end": 2350, + "start": 2332, + "end": 2398, "loc": { "start": { "line": 49, @@ -2191,8 +2191,8 @@ }, { "type": "ObjectProperty", - "start": 2354, - "end": 2434, + "start": 2403, + "end": 2483, "loc": { "start": { "line": 50, @@ -2208,8 +2208,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2354, - "end": 2360, + "start": 2403, + "end": 2409, "loc": { "start": { "line": 50, @@ -2225,8 +2225,8 @@ }, "value": { "type": "StringLiteral", - "start": 2370, - "end": 2434, + "start": 2419, + "end": 2483, "loc": { "start": { "line": 50, @@ -2246,8 +2246,8 @@ }, { "type": "ObjectProperty", - "start": 2438, - "end": 2494, + "start": 2488, + "end": 2544, "loc": { "start": { "line": 51, @@ -2263,8 +2263,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2438, - "end": 2446, + "start": 2488, + "end": 2496, "loc": { "start": { "line": 51, @@ -2280,8 +2280,8 @@ }, "value": { "type": "StringLiteral", - "start": 2454, - "end": 2494, + "start": 2504, + "end": 2544, "loc": { "start": { "line": 51, @@ -2301,8 +2301,8 @@ }, { "type": "ObjectProperty", - "start": 2498, - "end": 2553, + "start": 2549, + "end": 2604, "loc": { "start": { "line": 52, @@ -2318,8 +2318,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2498, - "end": 2506, + "start": 2549, + "end": 2557, "loc": { "start": { "line": 52, @@ -2335,8 +2335,8 @@ }, "value": { "type": "StringLiteral", - "start": 2514, - "end": 2553, + "start": 2565, + "end": 2604, "loc": { "start": { "line": 52, @@ -2356,8 +2356,8 @@ }, { "type": "ObjectProperty", - "start": 2557, - "end": 2615, + "start": 2609, + "end": 2667, "loc": { "start": { "line": 53, @@ -2373,8 +2373,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2557, - "end": 2562, + "start": 2609, + "end": 2614, "loc": { "start": { "line": 53, @@ -2390,8 +2390,8 @@ }, "value": { "type": "StringLiteral", - "start": 2573, - "end": 2615, + "start": 2625, + "end": 2667, "loc": { "start": { "line": 53, @@ -2411,8 +2411,8 @@ }, { "type": "ObjectProperty", - "start": 2619, - "end": 2666, + "start": 2672, + "end": 2719, "loc": { "start": { "line": 54, @@ -2428,8 +2428,8 @@ "computed": false, "key": { "type": "Identifier", - "start": 2619, - "end": 2626, + "start": 2672, + "end": 2679, "loc": { "start": { "line": 54, @@ -2445,8 +2445,8 @@ }, "value": { "type": "StringLiteral", - "start": 2635, - "end": 2666, + "start": 2688, + "end": 2719, "loc": { "start": { "line": 54, @@ -2471,9 +2471,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Translation strings for Caldera Components\n * Copied from Parsley (License: MIT)\n * https://github.com/guillaumepotier/Parsley.js/blob/master/dist/i18n/\n *\n ", + "value": "*\r\n * Translation strings for Caldera Components\r\n * Copied from Parsley (License: MIT)\r\n * https://github.com/guillaumepotier/Parsley.js/blob/master/dist/i18n/\r\n *\r\n ", "start": 0, - "end": 166, + "end": 171, "loc": { "start": { "line": 1, @@ -2491,9 +2491,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Translation strings for Caldera Components\n * Copied from Parsley (License: MIT)\n * https://github.com/guillaumepotier/Parsley.js/blob/master/dist/i18n/\n *\n ", + "value": "*\r\n * Translation strings for Caldera Components\r\n * Copied from Parsley (License: MIT)\r\n * https://github.com/guillaumepotier/Parsley.js/blob/master/dist/i18n/\r\n *\r\n ", "start": 0, - "end": 166, + "end": 171, "loc": { "start": { "line": 1, @@ -2513,9 +2513,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Translation strings for Caldera Components\n * Copied from Parsley (License: MIT)\n * https://github.com/guillaumepotier/Parsley.js/blob/master/dist/i18n/\n *\n ", + "value": "*\r\n * Translation strings for Caldera Components\r\n * Copied from Parsley (License: MIT)\r\n * https://github.com/guillaumepotier/Parsley.js/blob/master/dist/i18n/\r\n *\r\n ", "start": 0, - "end": 166, + "end": 171, "loc": { "start": { "line": 1, @@ -2531,9 +2531,9 @@ "tokens": [ { "type": "CommentBlock", - "value": "*\n * Translation strings for Caldera Components\n * Copied from Parsley (License: MIT)\n * https://github.com/guillaumepotier/Parsley.js/blob/master/dist/i18n/\n *\n ", + "value": "*\r\n * Translation strings for Caldera Components\r\n * Copied from Parsley (License: MIT)\r\n * https://github.com/guillaumepotier/Parsley.js/blob/master/dist/i18n/\r\n *\r\n ", "start": 0, - "end": 166, + "end": 171, "loc": { "start": { "line": 1, @@ -2560,8 +2560,8 @@ "updateContext": null }, "value": "export", - "start": 167, - "end": 173, + "start": 173, + "end": 179, "loc": { "start": { "line": 7, @@ -2588,8 +2588,8 @@ "updateContext": null }, "value": "default", - "start": 174, - "end": 181, + "start": 180, + "end": 187, "loc": { "start": { "line": 7, @@ -2613,8 +2613,8 @@ "postfix": false, "binop": null }, - "start": 182, - "end": 183, + "start": 188, + "end": 189, "loc": { "start": { "line": 7, @@ -2639,8 +2639,8 @@ "binop": null }, "value": "en", - "start": 185, - "end": 187, + "start": 192, + "end": 194, "loc": { "start": { "line": 8, @@ -2665,8 +2665,8 @@ "binop": null, "updateContext": null }, - "start": 187, - "end": 188, + "start": 194, + "end": 195, "loc": { "start": { "line": 8, @@ -2690,8 +2690,8 @@ "postfix": false, "binop": null }, - "start": 189, - "end": 190, + "start": 196, + "end": 197, "loc": { "start": { "line": 8, @@ -2716,8 +2716,8 @@ "binop": null }, "value": "defaultMessage", - "start": 193, - "end": 207, + "start": 201, + "end": 215, "loc": { "start": { "line": 9, @@ -2742,8 +2742,8 @@ "binop": null, "updateContext": null }, - "start": 207, - "end": 208, + "start": 215, + "end": 216, "loc": { "start": { "line": 9, @@ -2769,8 +2769,8 @@ "updateContext": null }, "value": "This value seems to be invalid.", - "start": 209, - "end": 242, + "start": 217, + "end": 250, "loc": { "start": { "line": 9, @@ -2795,8 +2795,8 @@ "binop": null, "updateContext": null }, - "start": 242, - "end": 243, + "start": 250, + "end": 251, "loc": { "start": { "line": 9, @@ -2821,8 +2821,8 @@ "binop": null }, "value": "type", - "start": 246, - "end": 250, + "start": 255, + "end": 259, "loc": { "start": { "line": 10, @@ -2847,8 +2847,8 @@ "binop": null, "updateContext": null }, - "start": 250, - "end": 251, + "start": 259, + "end": 260, "loc": { "start": { "line": 10, @@ -2872,8 +2872,8 @@ "postfix": false, "binop": null }, - "start": 252, - "end": 253, + "start": 261, + "end": 262, "loc": { "start": { "line": 10, @@ -2898,8 +2898,8 @@ "binop": null }, "value": "email", - "start": 257, - "end": 262, + "start": 267, + "end": 272, "loc": { "start": { "line": 11, @@ -2924,8 +2924,8 @@ "binop": null, "updateContext": null }, - "start": 262, - "end": 263, + "start": 272, + "end": 273, "loc": { "start": { "line": 11, @@ -2951,8 +2951,8 @@ "updateContext": null }, "value": "This value should be a valid email.", - "start": 271, - "end": 308, + "start": 281, + "end": 318, "loc": { "start": { "line": 11, @@ -2977,8 +2977,8 @@ "binop": null, "updateContext": null }, - "start": 308, - "end": 309, + "start": 318, + "end": 319, "loc": { "start": { "line": 11, @@ -3003,8 +3003,8 @@ "binop": null }, "value": "url", - "start": 313, - "end": 316, + "start": 324, + "end": 327, "loc": { "start": { "line": 12, @@ -3029,8 +3029,8 @@ "binop": null, "updateContext": null }, - "start": 316, - "end": 317, + "start": 327, + "end": 328, "loc": { "start": { "line": 12, @@ -3056,8 +3056,8 @@ "updateContext": null }, "value": "This value should be a valid url.", - "start": 327, - "end": 362, + "start": 338, + "end": 373, "loc": { "start": { "line": 12, @@ -3082,8 +3082,8 @@ "binop": null, "updateContext": null }, - "start": 362, - "end": 363, + "start": 373, + "end": 374, "loc": { "start": { "line": 12, @@ -3108,8 +3108,8 @@ "binop": null }, "value": "number", - "start": 367, - "end": 373, + "start": 379, + "end": 385, "loc": { "start": { "line": 13, @@ -3134,8 +3134,8 @@ "binop": null, "updateContext": null }, - "start": 373, - "end": 374, + "start": 385, + "end": 386, "loc": { "start": { "line": 13, @@ -3161,8 +3161,8 @@ "updateContext": null }, "value": "This value should be a valid number.", - "start": 381, - "end": 419, + "start": 393, + "end": 431, "loc": { "start": { "line": 13, @@ -3187,8 +3187,8 @@ "binop": null, "updateContext": null }, - "start": 419, - "end": 420, + "start": 431, + "end": 432, "loc": { "start": { "line": 13, @@ -3213,8 +3213,8 @@ "binop": null }, "value": "integer", - "start": 424, - "end": 431, + "start": 437, + "end": 444, "loc": { "start": { "line": 14, @@ -3239,8 +3239,8 @@ "binop": null, "updateContext": null }, - "start": 431, - "end": 432, + "start": 444, + "end": 445, "loc": { "start": { "line": 14, @@ -3266,8 +3266,8 @@ "updateContext": null }, "value": "This value should be a valid integer.", - "start": 438, - "end": 477, + "start": 451, + "end": 490, "loc": { "start": { "line": 14, @@ -3292,8 +3292,8 @@ "binop": null, "updateContext": null }, - "start": 477, - "end": 478, + "start": 490, + "end": 491, "loc": { "start": { "line": 14, @@ -3318,8 +3318,8 @@ "binop": null }, "value": "digits", - "start": 482, - "end": 488, + "start": 496, + "end": 502, "loc": { "start": { "line": 15, @@ -3344,8 +3344,8 @@ "binop": null, "updateContext": null }, - "start": 488, - "end": 489, + "start": 502, + "end": 503, "loc": { "start": { "line": 15, @@ -3371,8 +3371,8 @@ "updateContext": null }, "value": "This value should be digits.", - "start": 496, - "end": 526, + "start": 510, + "end": 540, "loc": { "start": { "line": 15, @@ -3397,8 +3397,8 @@ "binop": null, "updateContext": null }, - "start": 526, - "end": 527, + "start": 540, + "end": 541, "loc": { "start": { "line": 15, @@ -3423,8 +3423,8 @@ "binop": null }, "value": "alphanum", - "start": 531, - "end": 539, + "start": 546, + "end": 554, "loc": { "start": { "line": 16, @@ -3449,8 +3449,8 @@ "binop": null, "updateContext": null }, - "start": 539, - "end": 540, + "start": 554, + "end": 555, "loc": { "start": { "line": 16, @@ -3476,8 +3476,8 @@ "updateContext": null }, "value": "This value should be alphanumeric.", - "start": 545, - "end": 581, + "start": 560, + "end": 596, "loc": { "start": { "line": 16, @@ -3501,8 +3501,8 @@ "postfix": false, "binop": null }, - "start": 584, - "end": 585, + "start": 600, + "end": 601, "loc": { "start": { "line": 17, @@ -3527,8 +3527,8 @@ "binop": null, "updateContext": null }, - "start": 585, - "end": 586, + "start": 601, + "end": 602, "loc": { "start": { "line": 17, @@ -3553,8 +3553,8 @@ "binop": null }, "value": "notblank", - "start": 589, - "end": 597, + "start": 606, + "end": 614, "loc": { "start": { "line": 18, @@ -3579,8 +3579,8 @@ "binop": null, "updateContext": null }, - "start": 597, - "end": 598, + "start": 614, + "end": 615, "loc": { "start": { "line": 18, @@ -3606,8 +3606,8 @@ "updateContext": null }, "value": "This value should not be blank.", - "start": 605, - "end": 638, + "start": 622, + "end": 655, "loc": { "start": { "line": 18, @@ -3632,8 +3632,8 @@ "binop": null, "updateContext": null }, - "start": 638, - "end": 639, + "start": 655, + "end": 656, "loc": { "start": { "line": 18, @@ -3658,8 +3658,8 @@ "binop": null }, "value": "required", - "start": 642, - "end": 650, + "start": 660, + "end": 668, "loc": { "start": { "line": 19, @@ -3684,8 +3684,8 @@ "binop": null, "updateContext": null }, - "start": 650, - "end": 651, + "start": 668, + "end": 669, "loc": { "start": { "line": 19, @@ -3711,8 +3711,8 @@ "updateContext": null }, "value": "This value is required.", - "start": 658, - "end": 683, + "start": 676, + "end": 701, "loc": { "start": { "line": 19, @@ -3737,8 +3737,8 @@ "binop": null, "updateContext": null }, - "start": 683, - "end": 684, + "start": 701, + "end": 702, "loc": { "start": { "line": 19, @@ -3763,8 +3763,8 @@ "binop": null }, "value": "pattern", - "start": 687, - "end": 694, + "start": 706, + "end": 713, "loc": { "start": { "line": 20, @@ -3789,8 +3789,8 @@ "binop": null, "updateContext": null }, - "start": 694, - "end": 695, + "start": 713, + "end": 714, "loc": { "start": { "line": 20, @@ -3816,8 +3816,8 @@ "updateContext": null }, "value": "This value seems to be invalid.", - "start": 703, - "end": 736, + "start": 722, + "end": 755, "loc": { "start": { "line": 20, @@ -3842,8 +3842,8 @@ "binop": null, "updateContext": null }, - "start": 736, - "end": 737, + "start": 755, + "end": 756, "loc": { "start": { "line": 20, @@ -3868,8 +3868,8 @@ "binop": null }, "value": "min", - "start": 740, - "end": 743, + "start": 760, + "end": 763, "loc": { "start": { "line": 21, @@ -3894,8 +3894,8 @@ "binop": null, "updateContext": null }, - "start": 743, - "end": 744, + "start": 763, + "end": 764, "loc": { "start": { "line": 21, @@ -3921,8 +3921,8 @@ "updateContext": null }, "value": "This value should be greater than or equal to %s.", - "start": 756, - "end": 807, + "start": 776, + "end": 827, "loc": { "start": { "line": 21, @@ -3947,8 +3947,8 @@ "binop": null, "updateContext": null }, - "start": 807, - "end": 808, + "start": 827, + "end": 828, "loc": { "start": { "line": 21, @@ -3973,8 +3973,8 @@ "binop": null }, "value": "max", - "start": 811, - "end": 814, + "start": 832, + "end": 835, "loc": { "start": { "line": 22, @@ -3999,8 +3999,8 @@ "binop": null, "updateContext": null }, - "start": 814, - "end": 815, + "start": 835, + "end": 836, "loc": { "start": { "line": 22, @@ -4026,8 +4026,8 @@ "updateContext": null }, "value": "This value should be lower than or equal to %s.", - "start": 827, - "end": 876, + "start": 848, + "end": 897, "loc": { "start": { "line": 22, @@ -4052,8 +4052,8 @@ "binop": null, "updateContext": null }, - "start": 876, - "end": 877, + "start": 897, + "end": 898, "loc": { "start": { "line": 22, @@ -4078,8 +4078,8 @@ "binop": null }, "value": "range", - "start": 880, - "end": 885, + "start": 902, + "end": 907, "loc": { "start": { "line": 23, @@ -4104,8 +4104,8 @@ "binop": null, "updateContext": null }, - "start": 885, - "end": 886, + "start": 907, + "end": 908, "loc": { "start": { "line": 23, @@ -4131,8 +4131,8 @@ "updateContext": null }, "value": "This value should be between %s and %s.", - "start": 896, - "end": 937, + "start": 918, + "end": 959, "loc": { "start": { "line": 23, @@ -4157,8 +4157,8 @@ "binop": null, "updateContext": null }, - "start": 937, - "end": 938, + "start": 959, + "end": 960, "loc": { "start": { "line": 23, @@ -4183,8 +4183,8 @@ "binop": null }, "value": "minlength", - "start": 941, - "end": 950, + "start": 964, + "end": 973, "loc": { "start": { "line": 24, @@ -4209,8 +4209,8 @@ "binop": null, "updateContext": null }, - "start": 950, - "end": 951, + "start": 973, + "end": 974, "loc": { "start": { "line": 24, @@ -4236,8 +4236,8 @@ "updateContext": null }, "value": "This value is too short. It should have %s characters or more.", - "start": 957, - "end": 1021, + "start": 980, + "end": 1044, "loc": { "start": { "line": 24, @@ -4262,8 +4262,8 @@ "binop": null, "updateContext": null }, - "start": 1021, - "end": 1022, + "start": 1044, + "end": 1045, "loc": { "start": { "line": 24, @@ -4288,8 +4288,8 @@ "binop": null }, "value": "maxlength", - "start": 1025, - "end": 1034, + "start": 1049, + "end": 1058, "loc": { "start": { "line": 25, @@ -4314,8 +4314,8 @@ "binop": null, "updateContext": null }, - "start": 1034, - "end": 1035, + "start": 1058, + "end": 1059, "loc": { "start": { "line": 25, @@ -4341,8 +4341,8 @@ "updateContext": null }, "value": "This value is too long. It should have %s characters or fewer.", - "start": 1041, - "end": 1105, + "start": 1065, + "end": 1129, "loc": { "start": { "line": 25, @@ -4367,8 +4367,8 @@ "binop": null, "updateContext": null }, - "start": 1105, - "end": 1106, + "start": 1129, + "end": 1130, "loc": { "start": { "line": 25, @@ -4393,8 +4393,8 @@ "binop": null }, "value": "length", - "start": 1109, - "end": 1115, + "start": 1134, + "end": 1140, "loc": { "start": { "line": 26, @@ -4419,8 +4419,8 @@ "binop": null, "updateContext": null }, - "start": 1115, - "end": 1116, + "start": 1140, + "end": 1141, "loc": { "start": { "line": 26, @@ -4446,8 +4446,8 @@ "updateContext": null }, "value": "This value length is invalid. It should be between %s and %s characters long.", - "start": 1125, - "end": 1204, + "start": 1150, + "end": 1229, "loc": { "start": { "line": 26, @@ -4472,8 +4472,8 @@ "binop": null, "updateContext": null }, - "start": 1204, - "end": 1205, + "start": 1229, + "end": 1230, "loc": { "start": { "line": 26, @@ -4498,8 +4498,8 @@ "binop": null }, "value": "mincheck", - "start": 1208, - "end": 1216, + "start": 1234, + "end": 1242, "loc": { "start": { "line": 27, @@ -4524,8 +4524,8 @@ "binop": null, "updateContext": null }, - "start": 1216, - "end": 1217, + "start": 1242, + "end": 1243, "loc": { "start": { "line": 27, @@ -4551,8 +4551,8 @@ "updateContext": null }, "value": "You must select at least %s choices.", - "start": 1224, - "end": 1262, + "start": 1250, + "end": 1288, "loc": { "start": { "line": 27, @@ -4577,8 +4577,8 @@ "binop": null, "updateContext": null }, - "start": 1262, - "end": 1263, + "start": 1288, + "end": 1289, "loc": { "start": { "line": 27, @@ -4603,8 +4603,8 @@ "binop": null }, "value": "maxcheck", - "start": 1266, - "end": 1274, + "start": 1293, + "end": 1301, "loc": { "start": { "line": 28, @@ -4629,8 +4629,8 @@ "binop": null, "updateContext": null }, - "start": 1274, - "end": 1275, + "start": 1301, + "end": 1302, "loc": { "start": { "line": 28, @@ -4656,8 +4656,8 @@ "updateContext": null }, "value": "You must select %s choices or fewer.", - "start": 1282, - "end": 1320, + "start": 1309, + "end": 1347, "loc": { "start": { "line": 28, @@ -4682,8 +4682,8 @@ "binop": null, "updateContext": null }, - "start": 1320, - "end": 1321, + "start": 1347, + "end": 1348, "loc": { "start": { "line": 28, @@ -4708,8 +4708,8 @@ "binop": null }, "value": "check", - "start": 1324, - "end": 1329, + "start": 1352, + "end": 1357, "loc": { "start": { "line": 29, @@ -4734,8 +4734,8 @@ "binop": null, "updateContext": null }, - "start": 1329, - "end": 1330, + "start": 1357, + "end": 1358, "loc": { "start": { "line": 29, @@ -4761,8 +4761,8 @@ "updateContext": null }, "value": "You must select between %s and %s choices.", - "start": 1340, - "end": 1384, + "start": 1368, + "end": 1412, "loc": { "start": { "line": 29, @@ -4787,8 +4787,8 @@ "binop": null, "updateContext": null }, - "start": 1384, - "end": 1385, + "start": 1412, + "end": 1413, "loc": { "start": { "line": 29, @@ -4813,8 +4813,8 @@ "binop": null }, "value": "equalto", - "start": 1388, - "end": 1395, + "start": 1417, + "end": 1424, "loc": { "start": { "line": 30, @@ -4839,8 +4839,8 @@ "binop": null, "updateContext": null }, - "start": 1395, - "end": 1396, + "start": 1424, + "end": 1425, "loc": { "start": { "line": 30, @@ -4866,8 +4866,8 @@ "updateContext": null }, "value": "This value should be the same.", - "start": 1404, - "end": 1436, + "start": 1433, + "end": 1465, "loc": { "start": { "line": 30, @@ -4891,8 +4891,8 @@ "postfix": false, "binop": null }, - "start": 1438, - "end": 1439, + "start": 1468, + "end": 1469, "loc": { "start": { "line": 31, @@ -4917,8 +4917,8 @@ "binop": null, "updateContext": null }, - "start": 1439, - "end": 1440, + "start": 1469, + "end": 1470, "loc": { "start": { "line": 31, @@ -4943,8 +4943,8 @@ "binop": null }, "value": "es", - "start": 1442, - "end": 1444, + "start": 1473, + "end": 1475, "loc": { "start": { "line": 32, @@ -4969,8 +4969,8 @@ "binop": null, "updateContext": null }, - "start": 1444, - "end": 1445, + "start": 1475, + "end": 1476, "loc": { "start": { "line": 32, @@ -4994,8 +4994,8 @@ "postfix": false, "binop": null }, - "start": 1445, - "end": 1446, + "start": 1476, + "end": 1477, "loc": { "start": { "line": 32, @@ -5020,8 +5020,8 @@ "binop": null }, "value": "defaultMessage", - "start": 1449, - "end": 1463, + "start": 1481, + "end": 1495, "loc": { "start": { "line": 33, @@ -5046,8 +5046,8 @@ "binop": null, "updateContext": null }, - "start": 1463, - "end": 1464, + "start": 1495, + "end": 1496, "loc": { "start": { "line": 33, @@ -5073,8 +5073,8 @@ "updateContext": null }, "value": "Este valor parece ser inválido.", - "start": 1465, - "end": 1498, + "start": 1497, + "end": 1530, "loc": { "start": { "line": 33, @@ -5099,8 +5099,8 @@ "binop": null, "updateContext": null }, - "start": 1498, - "end": 1499, + "start": 1530, + "end": 1531, "loc": { "start": { "line": 33, @@ -5125,8 +5125,8 @@ "binop": null }, "value": "type", - "start": 1502, - "end": 1506, + "start": 1535, + "end": 1539, "loc": { "start": { "line": 34, @@ -5151,8 +5151,8 @@ "binop": null, "updateContext": null }, - "start": 1506, - "end": 1507, + "start": 1539, + "end": 1540, "loc": { "start": { "line": 34, @@ -5176,8 +5176,8 @@ "postfix": false, "binop": null }, - "start": 1508, - "end": 1509, + "start": 1541, + "end": 1542, "loc": { "start": { "line": 34, @@ -5202,8 +5202,8 @@ "binop": null }, "value": "email", - "start": 1513, - "end": 1518, + "start": 1547, + "end": 1552, "loc": { "start": { "line": 35, @@ -5228,8 +5228,8 @@ "binop": null, "updateContext": null }, - "start": 1518, - "end": 1519, + "start": 1552, + "end": 1553, "loc": { "start": { "line": 35, @@ -5255,8 +5255,8 @@ "updateContext": null }, "value": "Este valor debe ser un correo válido.", - "start": 1527, - "end": 1566, + "start": 1561, + "end": 1600, "loc": { "start": { "line": 35, @@ -5281,8 +5281,8 @@ "binop": null, "updateContext": null }, - "start": 1566, - "end": 1567, + "start": 1600, + "end": 1601, "loc": { "start": { "line": 35, @@ -5307,8 +5307,8 @@ "binop": null }, "value": "url", - "start": 1571, - "end": 1574, + "start": 1606, + "end": 1609, "loc": { "start": { "line": 36, @@ -5333,8 +5333,8 @@ "binop": null, "updateContext": null }, - "start": 1574, - "end": 1575, + "start": 1609, + "end": 1610, "loc": { "start": { "line": 36, @@ -5360,8 +5360,8 @@ "updateContext": null }, "value": "Este valor debe ser una URL válida.", - "start": 1585, - "end": 1622, + "start": 1620, + "end": 1657, "loc": { "start": { "line": 36, @@ -5386,8 +5386,8 @@ "binop": null, "updateContext": null }, - "start": 1622, - "end": 1623, + "start": 1657, + "end": 1658, "loc": { "start": { "line": 36, @@ -5412,8 +5412,8 @@ "binop": null }, "value": "number", - "start": 1627, - "end": 1633, + "start": 1663, + "end": 1669, "loc": { "start": { "line": 37, @@ -5438,8 +5438,8 @@ "binop": null, "updateContext": null }, - "start": 1633, - "end": 1634, + "start": 1669, + "end": 1670, "loc": { "start": { "line": 37, @@ -5465,8 +5465,8 @@ "updateContext": null }, "value": "Este valor debe ser un número válido.", - "start": 1641, - "end": 1680, + "start": 1677, + "end": 1716, "loc": { "start": { "line": 37, @@ -5491,8 +5491,8 @@ "binop": null, "updateContext": null }, - "start": 1680, - "end": 1681, + "start": 1716, + "end": 1717, "loc": { "start": { "line": 37, @@ -5517,8 +5517,8 @@ "binop": null }, "value": "integer", - "start": 1685, - "end": 1692, + "start": 1722, + "end": 1729, "loc": { "start": { "line": 38, @@ -5543,8 +5543,8 @@ "binop": null, "updateContext": null }, - "start": 1692, - "end": 1693, + "start": 1729, + "end": 1730, "loc": { "start": { "line": 38, @@ -5570,8 +5570,8 @@ "updateContext": null }, "value": "Este valor debe ser un número válido.", - "start": 1699, - "end": 1738, + "start": 1736, + "end": 1775, "loc": { "start": { "line": 38, @@ -5596,8 +5596,8 @@ "binop": null, "updateContext": null }, - "start": 1738, - "end": 1739, + "start": 1775, + "end": 1776, "loc": { "start": { "line": 38, @@ -5622,8 +5622,8 @@ "binop": null }, "value": "digits", - "start": 1743, - "end": 1749, + "start": 1781, + "end": 1787, "loc": { "start": { "line": 39, @@ -5648,8 +5648,8 @@ "binop": null, "updateContext": null }, - "start": 1749, - "end": 1750, + "start": 1787, + "end": 1788, "loc": { "start": { "line": 39, @@ -5675,8 +5675,8 @@ "updateContext": null }, "value": "Este valor debe ser un dÃgito válido.", - "start": 1757, - "end": 1796, + "start": 1795, + "end": 1834, "loc": { "start": { "line": 39, @@ -5701,8 +5701,8 @@ "binop": null, "updateContext": null }, - "start": 1796, - "end": 1797, + "start": 1834, + "end": 1835, "loc": { "start": { "line": 39, @@ -5727,8 +5727,8 @@ "binop": null }, "value": "alphanum", - "start": 1801, - "end": 1809, + "start": 1840, + "end": 1848, "loc": { "start": { "line": 40, @@ -5753,8 +5753,8 @@ "binop": null, "updateContext": null }, - "start": 1809, - "end": 1810, + "start": 1848, + "end": 1849, "loc": { "start": { "line": 40, @@ -5780,8 +5780,8 @@ "updateContext": null }, "value": "Este valor debe ser alfanumérico.", - "start": 1815, - "end": 1850, + "start": 1854, + "end": 1889, "loc": { "start": { "line": 40, @@ -5805,8 +5805,8 @@ "postfix": false, "binop": null }, - "start": 1853, - "end": 1854, + "start": 1893, + "end": 1894, "loc": { "start": { "line": 41, @@ -5831,8 +5831,8 @@ "binop": null, "updateContext": null }, - "start": 1854, - "end": 1855, + "start": 1894, + "end": 1895, "loc": { "start": { "line": 41, @@ -5857,8 +5857,8 @@ "binop": null }, "value": "notblank", - "start": 1858, - "end": 1866, + "start": 1899, + "end": 1907, "loc": { "start": { "line": 42, @@ -5883,8 +5883,8 @@ "binop": null, "updateContext": null }, - "start": 1866, - "end": 1867, + "start": 1907, + "end": 1908, "loc": { "start": { "line": 42, @@ -5910,8 +5910,8 @@ "updateContext": null }, "value": "Este valor no debe estar en blanco.", - "start": 1874, - "end": 1911, + "start": 1915, + "end": 1952, "loc": { "start": { "line": 42, @@ -5936,8 +5936,8 @@ "binop": null, "updateContext": null }, - "start": 1911, - "end": 1912, + "start": 1952, + "end": 1953, "loc": { "start": { "line": 42, @@ -5962,8 +5962,8 @@ "binop": null }, "value": "required", - "start": 1915, - "end": 1923, + "start": 1957, + "end": 1965, "loc": { "start": { "line": 43, @@ -5988,8 +5988,8 @@ "binop": null, "updateContext": null }, - "start": 1923, - "end": 1924, + "start": 1965, + "end": 1966, "loc": { "start": { "line": 43, @@ -6015,8 +6015,8 @@ "updateContext": null }, "value": "Este valor es requerido.", - "start": 1931, - "end": 1957, + "start": 1973, + "end": 1999, "loc": { "start": { "line": 43, @@ -6041,8 +6041,8 @@ "binop": null, "updateContext": null }, - "start": 1957, - "end": 1958, + "start": 1999, + "end": 2000, "loc": { "start": { "line": 43, @@ -6067,8 +6067,8 @@ "binop": null }, "value": "pattern", - "start": 1961, - "end": 1968, + "start": 2004, + "end": 2011, "loc": { "start": { "line": 44, @@ -6093,8 +6093,8 @@ "binop": null, "updateContext": null }, - "start": 1968, - "end": 1969, + "start": 2011, + "end": 2012, "loc": { "start": { "line": 44, @@ -6120,8 +6120,8 @@ "updateContext": null }, "value": "Este valor es incorrecto.", - "start": 1977, - "end": 2004, + "start": 2020, + "end": 2047, "loc": { "start": { "line": 44, @@ -6146,8 +6146,8 @@ "binop": null, "updateContext": null }, - "start": 2004, - "end": 2005, + "start": 2047, + "end": 2048, "loc": { "start": { "line": 44, @@ -6172,8 +6172,8 @@ "binop": null }, "value": "min", - "start": 2008, - "end": 2011, + "start": 2052, + "end": 2055, "loc": { "start": { "line": 45, @@ -6198,8 +6198,8 @@ "binop": null, "updateContext": null }, - "start": 2011, - "end": 2012, + "start": 2055, + "end": 2056, "loc": { "start": { "line": 45, @@ -6225,8 +6225,8 @@ "updateContext": null }, "value": "Este valor no debe ser menor que %s.", - "start": 2024, - "end": 2062, + "start": 2068, + "end": 2106, "loc": { "start": { "line": 45, @@ -6251,8 +6251,8 @@ "binop": null, "updateContext": null }, - "start": 2062, - "end": 2063, + "start": 2106, + "end": 2107, "loc": { "start": { "line": 45, @@ -6277,8 +6277,8 @@ "binop": null }, "value": "max", - "start": 2066, - "end": 2069, + "start": 2111, + "end": 2114, "loc": { "start": { "line": 46, @@ -6303,8 +6303,8 @@ "binop": null, "updateContext": null }, - "start": 2069, - "end": 2070, + "start": 2114, + "end": 2115, "loc": { "start": { "line": 46, @@ -6330,8 +6330,8 @@ "updateContext": null }, "value": "Este valor no debe ser mayor que %s.", - "start": 2082, - "end": 2120, + "start": 2127, + "end": 2165, "loc": { "start": { "line": 46, @@ -6356,8 +6356,8 @@ "binop": null, "updateContext": null }, - "start": 2120, - "end": 2121, + "start": 2165, + "end": 2166, "loc": { "start": { "line": 46, @@ -6382,8 +6382,8 @@ "binop": null }, "value": "range", - "start": 2124, - "end": 2129, + "start": 2170, + "end": 2175, "loc": { "start": { "line": 47, @@ -6408,8 +6408,8 @@ "binop": null, "updateContext": null }, - "start": 2129, - "end": 2130, + "start": 2175, + "end": 2176, "loc": { "start": { "line": 47, @@ -6435,8 +6435,8 @@ "updateContext": null }, "value": "Este valor debe estar entre %s y %s.", - "start": 2140, - "end": 2178, + "start": 2186, + "end": 2224, "loc": { "start": { "line": 47, @@ -6461,8 +6461,8 @@ "binop": null, "updateContext": null }, - "start": 2178, - "end": 2179, + "start": 2224, + "end": 2225, "loc": { "start": { "line": 47, @@ -6487,8 +6487,8 @@ "binop": null }, "value": "minlength", - "start": 2182, - "end": 2191, + "start": 2229, + "end": 2238, "loc": { "start": { "line": 48, @@ -6513,8 +6513,8 @@ "binop": null, "updateContext": null }, - "start": 2191, - "end": 2192, + "start": 2238, + "end": 2239, "loc": { "start": { "line": 48, @@ -6540,8 +6540,8 @@ "updateContext": null }, "value": "Este valor es muy corto. La longitud mÃnima es de %s caracteres.", - "start": 2198, - "end": 2264, + "start": 2245, + "end": 2311, "loc": { "start": { "line": 48, @@ -6566,8 +6566,8 @@ "binop": null, "updateContext": null }, - "start": 2264, - "end": 2265, + "start": 2311, + "end": 2312, "loc": { "start": { "line": 48, @@ -6592,8 +6592,8 @@ "binop": null }, "value": "maxlength", - "start": 2268, - "end": 2277, + "start": 2316, + "end": 2325, "loc": { "start": { "line": 49, @@ -6618,8 +6618,8 @@ "binop": null, "updateContext": null }, - "start": 2277, - "end": 2278, + "start": 2325, + "end": 2326, "loc": { "start": { "line": 49, @@ -6645,8 +6645,8 @@ "updateContext": null }, "value": "Este valor es muy largo. La longitud máxima es de %s caracteres.", - "start": 2284, - "end": 2350, + "start": 2332, + "end": 2398, "loc": { "start": { "line": 49, @@ -6671,8 +6671,8 @@ "binop": null, "updateContext": null }, - "start": 2350, - "end": 2351, + "start": 2398, + "end": 2399, "loc": { "start": { "line": 49, @@ -6697,8 +6697,8 @@ "binop": null }, "value": "length", - "start": 2354, - "end": 2360, + "start": 2403, + "end": 2409, "loc": { "start": { "line": 50, @@ -6723,8 +6723,8 @@ "binop": null, "updateContext": null }, - "start": 2360, - "end": 2361, + "start": 2409, + "end": 2410, "loc": { "start": { "line": 50, @@ -6750,8 +6750,8 @@ "updateContext": null }, "value": "La longitud de este valor debe estar entre %s y %s caracteres.", - "start": 2370, - "end": 2434, + "start": 2419, + "end": 2483, "loc": { "start": { "line": 50, @@ -6776,8 +6776,8 @@ "binop": null, "updateContext": null }, - "start": 2434, - "end": 2435, + "start": 2483, + "end": 2484, "loc": { "start": { "line": 50, @@ -6802,8 +6802,8 @@ "binop": null }, "value": "mincheck", - "start": 2438, - "end": 2446, + "start": 2488, + "end": 2496, "loc": { "start": { "line": 51, @@ -6828,8 +6828,8 @@ "binop": null, "updateContext": null }, - "start": 2446, - "end": 2447, + "start": 2496, + "end": 2497, "loc": { "start": { "line": 51, @@ -6855,8 +6855,8 @@ "updateContext": null }, "value": "Debe seleccionar al menos %s opciones.", - "start": 2454, - "end": 2494, + "start": 2504, + "end": 2544, "loc": { "start": { "line": 51, @@ -6881,8 +6881,8 @@ "binop": null, "updateContext": null }, - "start": 2494, - "end": 2495, + "start": 2544, + "end": 2545, "loc": { "start": { "line": 51, @@ -6907,8 +6907,8 @@ "binop": null }, "value": "maxcheck", - "start": 2498, - "end": 2506, + "start": 2549, + "end": 2557, "loc": { "start": { "line": 52, @@ -6933,8 +6933,8 @@ "binop": null, "updateContext": null }, - "start": 2506, - "end": 2507, + "start": 2557, + "end": 2558, "loc": { "start": { "line": 52, @@ -6960,8 +6960,8 @@ "updateContext": null }, "value": "Debe seleccionar %s opciones o menos.", - "start": 2514, - "end": 2553, + "start": 2565, + "end": 2604, "loc": { "start": { "line": 52, @@ -6986,8 +6986,8 @@ "binop": null, "updateContext": null }, - "start": 2553, - "end": 2554, + "start": 2604, + "end": 2605, "loc": { "start": { "line": 52, @@ -7012,8 +7012,8 @@ "binop": null }, "value": "check", - "start": 2557, - "end": 2562, + "start": 2609, + "end": 2614, "loc": { "start": { "line": 53, @@ -7038,8 +7038,8 @@ "binop": null, "updateContext": null }, - "start": 2562, - "end": 2563, + "start": 2614, + "end": 2615, "loc": { "start": { "line": 53, @@ -7065,8 +7065,8 @@ "updateContext": null }, "value": "Debe seleccionar entre %s y %s opciones.", - "start": 2573, - "end": 2615, + "start": 2625, + "end": 2667, "loc": { "start": { "line": 53, @@ -7091,8 +7091,8 @@ "binop": null, "updateContext": null }, - "start": 2615, - "end": 2616, + "start": 2667, + "end": 2668, "loc": { "start": { "line": 53, @@ -7117,8 +7117,8 @@ "binop": null }, "value": "equalto", - "start": 2619, - "end": 2626, + "start": 2672, + "end": 2679, "loc": { "start": { "line": 54, @@ -7143,8 +7143,8 @@ "binop": null, "updateContext": null }, - "start": 2626, - "end": 2627, + "start": 2679, + "end": 2680, "loc": { "start": { "line": 54, @@ -7170,8 +7170,8 @@ "updateContext": null }, "value": "Este valor debe ser idéntico.", - "start": 2635, - "end": 2666, + "start": 2688, + "end": 2719, "loc": { "start": { "line": 54, @@ -7195,8 +7195,8 @@ "postfix": false, "binop": null }, - "start": 2668, - "end": 2669, + "start": 2722, + "end": 2723, "loc": { "start": { "line": 55, @@ -7220,8 +7220,8 @@ "postfix": false, "binop": null }, - "start": 2670, - "end": 2671, + "start": 2725, + "end": 2726, "loc": { "start": { "line": 56, @@ -7246,8 +7246,8 @@ "binop": null, "updateContext": null }, - "start": 2671, - "end": 2672, + "start": 2726, + "end": 2727, "loc": { "start": { "line": 56, @@ -7272,8 +7272,8 @@ "binop": null, "updateContext": null }, - "start": 2672, - "end": 2672, + "start": 2727, + "end": 2727, "loc": { "start": { "line": 56, diff --git a/docs/ast/source/components/validation/util.js.json b/docs/ast/source/components/validation/util.js.json index 29d14dd..3ec10f1 100644 --- a/docs/ast/source/components/validation/util.js.json +++ b/docs/ast/source/components/validation/util.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 419, + "end": 442, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 419, + "end": 442, "loc": { "start": { "line": 1, @@ -30,8 +30,8 @@ "body": [ { "type": "ExportNamedDeclaration", - "start": 247, - "end": 413, + "start": 258, + "end": 430, "loc": { "start": { "line": 12, @@ -46,8 +46,8 @@ "source": null, "declaration": { "type": "VariableDeclaration", - "start": 254, - "end": 413, + "start": 265, + "end": 430, "loc": { "start": { "line": 12, @@ -61,8 +61,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 260, - "end": 412, + "start": 271, + "end": 429, "loc": { "start": { "line": 12, @@ -75,8 +75,8 @@ }, "id": { "type": "Identifier", - "start": 260, - "end": 287, + "start": 271, + "end": 298, "loc": { "start": { "line": 12, @@ -93,8 +93,8 @@ }, "init": { "type": "ArrowFunctionExpression", - "start": 290, - "end": 412, + "start": 301, + "end": 429, "loc": { "start": { "line": 12, @@ -107,8 +107,8 @@ }, "id": { "type": "Identifier", - "start": 260, - "end": 287, + "start": 271, + "end": 298, "loc": { "start": { "line": 12, @@ -129,8 +129,8 @@ "params": [ { "type": "Identifier", - "start": 291, - "end": 298, + "start": 302, + "end": 309, "loc": { "start": { "line": 12, @@ -146,8 +146,8 @@ }, { "type": "Identifier", - "start": 300, - "end": 311, + "start": 311, + "end": 322, "loc": { "start": { "line": 12, @@ -164,8 +164,8 @@ ], "body": { "type": "BlockStatement", - "start": 316, - "end": 412, + "start": 327, + "end": 429, "loc": { "start": { "line": 12, @@ -179,8 +179,8 @@ "body": [ { "type": "IfStatement", - "start": 319, - "end": 395, + "start": 331, + "end": 409, "loc": { "start": { "line": 13, @@ -193,8 +193,8 @@ }, "test": { "type": "CallExpression", - "start": 323, - "end": 358, + "start": 335, + "end": 370, "loc": { "start": { "line": 13, @@ -207,8 +207,8 @@ }, "callee": { "type": "MemberExpression", - "start": 323, - "end": 349, + "start": 335, + "end": 361, "loc": { "start": { "line": 13, @@ -221,8 +221,8 @@ }, "object": { "type": "Identifier", - "start": 323, - "end": 334, + "start": 335, + "end": 346, "loc": { "start": { "line": 13, @@ -238,8 +238,8 @@ }, "property": { "type": "Identifier", - "start": 335, - "end": 349, + "start": 347, + "end": 361, "loc": { "start": { "line": 13, @@ -258,8 +258,8 @@ "arguments": [ { "type": "Identifier", - "start": 350, - "end": 357, + "start": 362, + "end": 369, "loc": { "start": { "line": 13, @@ -277,8 +277,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 360, - "end": 395, + "start": 372, + "end": 409, "loc": { "start": { "line": 13, @@ -292,8 +292,8 @@ "body": [ { "type": "ReturnStatement", - "start": 364, - "end": 392, + "start": 377, + "end": 405, "loc": { "start": { "line": 14, @@ -306,8 +306,8 @@ }, "argument": { "type": "MemberExpression", - "start": 371, - "end": 391, + "start": 384, + "end": 404, "loc": { "start": { "line": 14, @@ -320,8 +320,8 @@ }, "object": { "type": "Identifier", - "start": 371, - "end": 382, + "start": 384, + "end": 395, "loc": { "start": { "line": 14, @@ -337,8 +337,8 @@ }, "property": { "type": "Identifier", - "start": 383, - "end": 390, + "start": 396, + "end": 403, "loc": { "start": { "line": 14, @@ -362,8 +362,8 @@ }, { "type": "ReturnStatement", - "start": 398, - "end": 410, + "start": 414, + "end": 426, "loc": { "start": { "line": 17, @@ -376,8 +376,8 @@ }, "argument": { "type": "NullLiteral", - "start": 405, - "end": 409, + "start": 421, + "end": 425, "loc": { "start": { "line": 17, @@ -401,9 +401,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Find the value of a field by ID\n *\n * Returns null if field is not in collection\n *\n * @param {String} fieldId Field to look for\n * @param {Object} fieldValues Values to look for field in\n * @return {String|Array|boolean|number|null}\n ", - "start": 2, - "end": 246, + "value": "*\r\n * Find the value of a field by ID\r\n *\r\n * Returns null if field is not in collection\r\n *\r\n * @param {String} fieldId Field to look for\r\n * @param {Object} fieldValues Values to look for field in\r\n * @return {String|Array|boolean|number|null}\r\n ", + "start": 4, + "end": 256, "loc": { "start": { "line": 3, @@ -421,9 +421,9 @@ "leadingComments": [ { "type": "CommentBlock", - "value": "*\n * Find the value of a field by ID\n *\n * Returns null if field is not in collection\n *\n * @param {String} fieldId Field to look for\n * @param {Object} fieldValues Values to look for field in\n * @return {String|Array|boolean|number|null}\n ", - "start": 2, - "end": 246, + "value": "*\r\n * Find the value of a field by ID\r\n *\r\n * Returns null if field is not in collection\r\n *\r\n * @param {String} fieldId Field to look for\r\n * @param {Object} fieldValues Values to look for field in\r\n * @return {String|Array|boolean|number|null}\r\n ", + "start": 4, + "end": 256, "loc": { "start": { "line": 3, @@ -443,9 +443,9 @@ "comments": [ { "type": "CommentBlock", - "value": "*\n * Find the value of a field by ID\n *\n * Returns null if field is not in collection\n *\n * @param {String} fieldId Field to look for\n * @param {Object} fieldValues Values to look for field in\n * @return {String|Array|boolean|number|null}\n ", - "start": 2, - "end": 246, + "value": "*\r\n * Find the value of a field by ID\r\n *\r\n * Returns null if field is not in collection\r\n *\r\n * @param {String} fieldId Field to look for\r\n * @param {Object} fieldValues Values to look for field in\r\n * @return {String|Array|boolean|number|null}\r\n ", + "start": 4, + "end": 256, "loc": { "start": { "line": 3, @@ -461,9 +461,9 @@ "tokens": [ { "type": "CommentBlock", - "value": "*\n * Find the value of a field by ID\n *\n * Returns null if field is not in collection\n *\n * @param {String} fieldId Field to look for\n * @param {Object} fieldValues Values to look for field in\n * @return {String|Array|boolean|number|null}\n ", - "start": 2, - "end": 246, + "value": "*\r\n * Find the value of a field by ID\r\n *\r\n * Returns null if field is not in collection\r\n *\r\n * @param {String} fieldId Field to look for\r\n * @param {Object} fieldValues Values to look for field in\r\n * @return {String|Array|boolean|number|null}\r\n ", + "start": 4, + "end": 256, "loc": { "start": { "line": 3, @@ -490,8 +490,8 @@ "updateContext": null }, "value": "export", - "start": 247, - "end": 253, + "start": 258, + "end": 264, "loc": { "start": { "line": 12, @@ -518,8 +518,8 @@ "updateContext": null }, "value": "const", - "start": 254, - "end": 259, + "start": 265, + "end": 270, "loc": { "start": { "line": 12, @@ -544,8 +544,8 @@ "binop": null }, "value": "findFieldValueInFieldValues", - "start": 260, - "end": 287, + "start": 271, + "end": 298, "loc": { "start": { "line": 12, @@ -571,8 +571,8 @@ "updateContext": null }, "value": "=", - "start": 288, - "end": 289, + "start": 299, + "end": 300, "loc": { "start": { "line": 12, @@ -596,8 +596,8 @@ "postfix": false, "binop": null }, - "start": 290, - "end": 291, + "start": 301, + "end": 302, "loc": { "start": { "line": 12, @@ -622,8 +622,8 @@ "binop": null }, "value": "fieldId", - "start": 291, - "end": 298, + "start": 302, + "end": 309, "loc": { "start": { "line": 12, @@ -648,8 +648,8 @@ "binop": null, "updateContext": null }, - "start": 298, - "end": 299, + "start": 309, + "end": 310, "loc": { "start": { "line": 12, @@ -674,8 +674,8 @@ "binop": null }, "value": "fieldValues", - "start": 300, - "end": 311, + "start": 311, + "end": 322, "loc": { "start": { "line": 12, @@ -699,8 +699,8 @@ "postfix": false, "binop": null }, - "start": 311, - "end": 312, + "start": 322, + "end": 323, "loc": { "start": { "line": 12, @@ -725,8 +725,8 @@ "binop": null, "updateContext": null }, - "start": 313, - "end": 315, + "start": 324, + "end": 326, "loc": { "start": { "line": 12, @@ -750,8 +750,8 @@ "postfix": false, "binop": null }, - "start": 316, - "end": 317, + "start": 327, + "end": 328, "loc": { "start": { "line": 12, @@ -778,8 +778,8 @@ "updateContext": null }, "value": "if", - "start": 319, - "end": 321, + "start": 331, + "end": 333, "loc": { "start": { "line": 13, @@ -803,8 +803,8 @@ "postfix": false, "binop": null }, - "start": 322, - "end": 323, + "start": 334, + "end": 335, "loc": { "start": { "line": 13, @@ -829,8 +829,8 @@ "binop": null }, "value": "fieldValues", - "start": 323, - "end": 334, + "start": 335, + "end": 346, "loc": { "start": { "line": 13, @@ -855,8 +855,8 @@ "binop": null, "updateContext": null }, - "start": 334, - "end": 335, + "start": 346, + "end": 347, "loc": { "start": { "line": 13, @@ -881,8 +881,8 @@ "binop": null }, "value": "hasOwnProperty", - "start": 335, - "end": 349, + "start": 347, + "end": 361, "loc": { "start": { "line": 13, @@ -906,8 +906,8 @@ "postfix": false, "binop": null }, - "start": 349, - "end": 350, + "start": 361, + "end": 362, "loc": { "start": { "line": 13, @@ -932,8 +932,8 @@ "binop": null }, "value": "fieldId", - "start": 350, - "end": 357, + "start": 362, + "end": 369, "loc": { "start": { "line": 13, @@ -957,8 +957,8 @@ "postfix": false, "binop": null }, - "start": 357, - "end": 358, + "start": 369, + "end": 370, "loc": { "start": { "line": 13, @@ -982,8 +982,8 @@ "postfix": false, "binop": null }, - "start": 358, - "end": 359, + "start": 370, + "end": 371, "loc": { "start": { "line": 13, @@ -1007,8 +1007,8 @@ "postfix": false, "binop": null }, - "start": 360, - "end": 361, + "start": 372, + "end": 373, "loc": { "start": { "line": 13, @@ -1035,8 +1035,8 @@ "updateContext": null }, "value": "return", - "start": 364, - "end": 370, + "start": 377, + "end": 383, "loc": { "start": { "line": 14, @@ -1061,8 +1061,8 @@ "binop": null }, "value": "fieldValues", - "start": 371, - "end": 382, + "start": 384, + "end": 395, "loc": { "start": { "line": 14, @@ -1087,8 +1087,8 @@ "binop": null, "updateContext": null }, - "start": 382, - "end": 383, + "start": 395, + "end": 396, "loc": { "start": { "line": 14, @@ -1113,8 +1113,8 @@ "binop": null }, "value": "fieldId", - "start": 383, - "end": 390, + "start": 396, + "end": 403, "loc": { "start": { "line": 14, @@ -1139,8 +1139,8 @@ "binop": null, "updateContext": null }, - "start": 390, - "end": 391, + "start": 403, + "end": 404, "loc": { "start": { "line": 14, @@ -1165,8 +1165,8 @@ "binop": null, "updateContext": null }, - "start": 391, - "end": 392, + "start": 404, + "end": 405, "loc": { "start": { "line": 14, @@ -1190,8 +1190,8 @@ "postfix": false, "binop": null }, - "start": 394, - "end": 395, + "start": 408, + "end": 409, "loc": { "start": { "line": 15, @@ -1218,8 +1218,8 @@ "updateContext": null }, "value": "return", - "start": 398, - "end": 404, + "start": 414, + "end": 420, "loc": { "start": { "line": 17, @@ -1246,8 +1246,8 @@ "updateContext": null }, "value": "null", - "start": 405, - "end": 409, + "start": 421, + "end": 425, "loc": { "start": { "line": 17, @@ -1272,8 +1272,8 @@ "binop": null, "updateContext": null }, - "start": 409, - "end": 410, + "start": 425, + "end": 426, "loc": { "start": { "line": 17, @@ -1297,8 +1297,8 @@ "postfix": false, "binop": null }, - "start": 411, - "end": 412, + "start": 428, + "end": 429, "loc": { "start": { "line": 18, @@ -1323,8 +1323,8 @@ "binop": null, "updateContext": null }, - "start": 412, - "end": 413, + "start": 429, + "end": 430, "loc": { "start": { "line": 18, @@ -1349,8 +1349,8 @@ "binop": null, "updateContext": null }, - "start": 419, - "end": 419, + "start": 442, + "end": 442, "loc": { "start": { "line": 24, diff --git a/docs/ast/source/index.js.json b/docs/ast/source/index.js.json index 5a498b1..bd5c20b 100644 --- a/docs/ast/source/index.js.json +++ b/docs/ast/source/index.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 254, + "end": 262, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 254, + "end": 262, "loc": { "start": { "line": 1, @@ -99,8 +99,8 @@ }, { "type": "ImportDeclaration", - "start": 27, - "end": 60, + "start": 28, + "end": 61, "loc": { "start": { "line": 2, @@ -114,8 +114,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 34, - "end": 42, + "start": 35, + "end": 43, "loc": { "start": { "line": 2, @@ -128,8 +128,8 @@ }, "local": { "type": "Identifier", - "start": 34, - "end": 42, + "start": 35, + "end": 43, "loc": { "start": { "line": 2, @@ -147,8 +147,8 @@ ], "source": { "type": "StringLiteral", - "start": 48, - "end": 59, + "start": 49, + "end": 60, "loc": { "start": { "line": 2, @@ -168,8 +168,8 @@ }, { "type": "ImportDeclaration", - "start": 61, - "end": 82, + "start": 63, + "end": 84, "loc": { "start": { "line": 3, @@ -183,8 +183,8 @@ "specifiers": [], "source": { "type": "StringLiteral", - "start": 68, - "end": 81, + "start": 70, + "end": 83, "loc": { "start": { "line": 3, @@ -204,8 +204,8 @@ }, { "type": "ImportDeclaration", - "start": 83, - "end": 107, + "start": 86, + "end": 110, "loc": { "start": { "line": 4, @@ -219,8 +219,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 90, - "end": 93, + "start": 93, + "end": 96, "loc": { "start": { "line": 4, @@ -233,8 +233,8 @@ }, "local": { "type": "Identifier", - "start": 90, - "end": 93, + "start": 93, + "end": 96, "loc": { "start": { "line": 4, @@ -252,8 +252,8 @@ ], "source": { "type": "StringLiteral", - "start": 99, - "end": 106, + "start": 102, + "end": 109, "loc": { "start": { "line": 4, @@ -273,8 +273,8 @@ }, { "type": "ImportDeclaration", - "start": 108, - "end": 168, + "start": 112, + "end": 172, "loc": { "start": { "line": 5, @@ -288,8 +288,8 @@ "specifiers": [ { "type": "ImportDefaultSpecifier", - "start": 115, - "end": 136, + "start": 119, + "end": 140, "loc": { "start": { "line": 5, @@ -302,8 +302,8 @@ }, "local": { "type": "Identifier", - "start": 115, - "end": 136, + "start": 119, + "end": 140, "loc": { "start": { "line": 5, @@ -321,8 +321,8 @@ ], "source": { "type": "StringLiteral", - "start": 142, - "end": 167, + "start": 146, + "end": 171, "loc": { "start": { "line": 5, @@ -342,8 +342,8 @@ }, { "type": "ExpressionStatement", - "start": 170, - "end": 228, + "start": 176, + "end": 234, "loc": { "start": { "line": 7, @@ -356,8 +356,8 @@ }, "expression": { "type": "CallExpression", - "start": 170, - "end": 227, + "start": 176, + "end": 233, "loc": { "start": { "line": 7, @@ -370,8 +370,8 @@ }, "callee": { "type": "MemberExpression", - "start": 170, - "end": 185, + "start": 176, + "end": 191, "loc": { "start": { "line": 7, @@ -384,8 +384,8 @@ }, "object": { "type": "Identifier", - "start": 170, - "end": 178, + "start": 176, + "end": 184, "loc": { "start": { "line": 7, @@ -401,8 +401,8 @@ }, "property": { "type": "Identifier", - "start": 179, - "end": 185, + "start": 185, + "end": 191, "loc": { "start": { "line": 7, @@ -421,8 +421,8 @@ "arguments": [ { "type": "JSXElement", - "start": 186, - "end": 193, + "start": 192, + "end": 199, "loc": { "start": { "line": 7, @@ -435,8 +435,8 @@ }, "openingElement": { "type": "JSXOpeningElement", - "start": 186, - "end": 193, + "start": 192, + "end": 199, "loc": { "start": { "line": 7, @@ -450,8 +450,8 @@ "attributes": [], "name": { "type": "JSXIdentifier", - "start": 187, - "end": 190, + "start": 193, + "end": 196, "loc": { "start": { "line": 7, @@ -471,8 +471,8 @@ }, { "type": "CallExpression", - "start": 195, - "end": 226, + "start": 201, + "end": 232, "loc": { "start": { "line": 7, @@ -485,8 +485,8 @@ }, "callee": { "type": "MemberExpression", - "start": 195, - "end": 218, + "start": 201, + "end": 224, "loc": { "start": { "line": 7, @@ -499,8 +499,8 @@ }, "object": { "type": "Identifier", - "start": 195, - "end": 203, + "start": 201, + "end": 209, "loc": { "start": { "line": 7, @@ -516,8 +516,8 @@ }, "property": { "type": "Identifier", - "start": 204, - "end": 218, + "start": 210, + "end": 224, "loc": { "start": { "line": 7, @@ -536,8 +536,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 219, - "end": 225, + "start": 225, + "end": 231, "loc": { "start": { "line": 7, @@ -561,8 +561,8 @@ }, { "type": "ExpressionStatement", - "start": 229, - "end": 253, + "start": 236, + "end": 260, "loc": { "start": { "line": 8, @@ -575,8 +575,8 @@ }, "expression": { "type": "CallExpression", - "start": 229, - "end": 252, + "start": 236, + "end": 259, "loc": { "start": { "line": 8, @@ -589,8 +589,8 @@ }, "callee": { "type": "Identifier", - "start": 229, - "end": 250, + "start": 236, + "end": 257, "loc": { "start": { "line": 8, @@ -760,8 +760,8 @@ "updateContext": null }, "value": "import", - "start": 27, - "end": 33, + "start": 28, + "end": 34, "loc": { "start": { "line": 2, @@ -786,8 +786,8 @@ "binop": null }, "value": "ReactDOM", - "start": 34, - "end": 42, + "start": 35, + "end": 43, "loc": { "start": { "line": 2, @@ -812,8 +812,8 @@ "binop": null }, "value": "from", - "start": 43, - "end": 47, + "start": 44, + "end": 48, "loc": { "start": { "line": 2, @@ -839,8 +839,8 @@ "updateContext": null }, "value": "react-dom", - "start": 48, - "end": 59, + "start": 49, + "end": 60, "loc": { "start": { "line": 2, @@ -865,8 +865,8 @@ "binop": null, "updateContext": null }, - "start": 59, - "end": 60, + "start": 60, + "end": 61, "loc": { "start": { "line": 2, @@ -893,8 +893,8 @@ "updateContext": null }, "value": "import", - "start": 61, - "end": 67, + "start": 63, + "end": 69, "loc": { "start": { "line": 3, @@ -920,8 +920,8 @@ "updateContext": null }, "value": "./index.css", - "start": 68, - "end": 81, + "start": 70, + "end": 83, "loc": { "start": { "line": 3, @@ -946,8 +946,8 @@ "binop": null, "updateContext": null }, - "start": 81, - "end": 82, + "start": 83, + "end": 84, "loc": { "start": { "line": 3, @@ -974,8 +974,8 @@ "updateContext": null }, "value": "import", - "start": 83, - "end": 89, + "start": 86, + "end": 92, "loc": { "start": { "line": 4, @@ -1000,8 +1000,8 @@ "binop": null }, "value": "App", - "start": 90, - "end": 93, + "start": 93, + "end": 96, "loc": { "start": { "line": 4, @@ -1026,8 +1026,8 @@ "binop": null }, "value": "from", - "start": 94, - "end": 98, + "start": 97, + "end": 101, "loc": { "start": { "line": 4, @@ -1053,8 +1053,8 @@ "updateContext": null }, "value": "./App", - "start": 99, - "end": 106, + "start": 102, + "end": 109, "loc": { "start": { "line": 4, @@ -1079,8 +1079,8 @@ "binop": null, "updateContext": null }, - "start": 106, - "end": 107, + "start": 109, + "end": 110, "loc": { "start": { "line": 4, @@ -1107,8 +1107,8 @@ "updateContext": null }, "value": "import", - "start": 108, - "end": 114, + "start": 112, + "end": 118, "loc": { "start": { "line": 5, @@ -1133,8 +1133,8 @@ "binop": null }, "value": "registerServiceWorker", - "start": 115, - "end": 136, + "start": 119, + "end": 140, "loc": { "start": { "line": 5, @@ -1159,8 +1159,8 @@ "binop": null }, "value": "from", - "start": 137, - "end": 141, + "start": 141, + "end": 145, "loc": { "start": { "line": 5, @@ -1186,8 +1186,8 @@ "updateContext": null }, "value": "./registerServiceWorker", - "start": 142, - "end": 167, + "start": 146, + "end": 171, "loc": { "start": { "line": 5, @@ -1212,8 +1212,8 @@ "binop": null, "updateContext": null }, - "start": 167, - "end": 168, + "start": 171, + "end": 172, "loc": { "start": { "line": 5, @@ -1238,8 +1238,8 @@ "binop": null }, "value": "ReactDOM", - "start": 170, - "end": 178, + "start": 176, + "end": 184, "loc": { "start": { "line": 7, @@ -1264,8 +1264,8 @@ "binop": null, "updateContext": null }, - "start": 178, - "end": 179, + "start": 184, + "end": 185, "loc": { "start": { "line": 7, @@ -1290,8 +1290,8 @@ "binop": null }, "value": "render", - "start": 179, - "end": 185, + "start": 185, + "end": 191, "loc": { "start": { "line": 7, @@ -1315,8 +1315,8 @@ "postfix": false, "binop": null }, - "start": 185, - "end": 186, + "start": 191, + "end": 192, "loc": { "start": { "line": 7, @@ -1340,8 +1340,8 @@ "postfix": false, "binop": null }, - "start": 186, - "end": 187, + "start": 192, + "end": 193, "loc": { "start": { "line": 7, @@ -1367,8 +1367,8 @@ "updateContext": null }, "value": "App", - "start": 187, - "end": 190, + "start": 193, + "end": 196, "loc": { "start": { "line": 7, @@ -1394,8 +1394,8 @@ "updateContext": null }, "value": "/", - "start": 191, - "end": 192, + "start": 197, + "end": 198, "loc": { "start": { "line": 7, @@ -1419,8 +1419,8 @@ "postfix": false, "binop": null }, - "start": 192, - "end": 193, + "start": 198, + "end": 199, "loc": { "start": { "line": 7, @@ -1445,8 +1445,8 @@ "binop": null, "updateContext": null }, - "start": 193, - "end": 194, + "start": 199, + "end": 200, "loc": { "start": { "line": 7, @@ -1471,8 +1471,8 @@ "binop": null }, "value": "document", - "start": 195, - "end": 203, + "start": 201, + "end": 209, "loc": { "start": { "line": 7, @@ -1497,8 +1497,8 @@ "binop": null, "updateContext": null }, - "start": 203, - "end": 204, + "start": 209, + "end": 210, "loc": { "start": { "line": 7, @@ -1523,8 +1523,8 @@ "binop": null }, "value": "getElementById", - "start": 204, - "end": 218, + "start": 210, + "end": 224, "loc": { "start": { "line": 7, @@ -1548,8 +1548,8 @@ "postfix": false, "binop": null }, - "start": 218, - "end": 219, + "start": 224, + "end": 225, "loc": { "start": { "line": 7, @@ -1575,8 +1575,8 @@ "updateContext": null }, "value": "root", - "start": 219, - "end": 225, + "start": 225, + "end": 231, "loc": { "start": { "line": 7, @@ -1600,8 +1600,8 @@ "postfix": false, "binop": null }, - "start": 225, - "end": 226, + "start": 231, + "end": 232, "loc": { "start": { "line": 7, @@ -1625,8 +1625,8 @@ "postfix": false, "binop": null }, - "start": 226, - "end": 227, + "start": 232, + "end": 233, "loc": { "start": { "line": 7, @@ -1651,8 +1651,8 @@ "binop": null, "updateContext": null }, - "start": 227, - "end": 228, + "start": 233, + "end": 234, "loc": { "start": { "line": 7, @@ -1677,8 +1677,8 @@ "binop": null }, "value": "registerServiceWorker", - "start": 229, - "end": 250, + "start": 236, + "end": 257, "loc": { "start": { "line": 8, @@ -1702,8 +1702,8 @@ "postfix": false, "binop": null }, - "start": 250, - "end": 251, + "start": 257, + "end": 258, "loc": { "start": { "line": 8, @@ -1727,8 +1727,8 @@ "postfix": false, "binop": null }, - "start": 251, - "end": 252, + "start": 258, + "end": 259, "loc": { "start": { "line": 8, @@ -1753,8 +1753,8 @@ "binop": null, "updateContext": null }, - "start": 252, - "end": 253, + "start": 259, + "end": 260, "loc": { "start": { "line": 8, @@ -1779,8 +1779,8 @@ "binop": null, "updateContext": null }, - "start": 254, - "end": 254, + "start": 262, + "end": 262, "loc": { "start": { "line": 9, diff --git a/docs/ast/source/registerServiceWorker.js.json b/docs/ast/source/registerServiceWorker.js.json index 2e576db..4c14c5d 100644 --- a/docs/ast/source/registerServiceWorker.js.json +++ b/docs/ast/source/registerServiceWorker.js.json @@ -1,7 +1,7 @@ { "type": "File", "start": 0, - "end": 3758, + "end": 3866, "loc": { "start": { "line": 1, @@ -15,7 +15,7 @@ "program": { "type": "Program", "start": 0, - "end": 3758, + "end": 3866, "loc": { "start": { "line": 1, @@ -30,8 +30,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 525, - "end": 846, + "start": 535, + "end": 864, "loc": { "start": { "line": 11, @@ -45,8 +45,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 531, - "end": 845, + "start": 541, + "end": 863, "loc": { "start": { "line": 11, @@ -59,8 +59,8 @@ }, "id": { "type": "Identifier", - "start": 531, - "end": 542, + "start": 541, + "end": 552, "loc": { "start": { "line": 11, @@ -77,8 +77,8 @@ }, "init": { "type": "CallExpression", - "start": 545, - "end": 845, + "start": 555, + "end": 863, "loc": { "start": { "line": 11, @@ -91,8 +91,8 @@ }, "callee": { "type": "Identifier", - "start": 545, - "end": 552, + "start": 555, + "end": 562, "loc": { "start": { "line": 11, @@ -109,8 +109,8 @@ "arguments": [ { "type": "LogicalExpression", - "start": 555, - "end": 843, + "start": 566, + "end": 860, "loc": { "start": { "line": 12, @@ -123,8 +123,8 @@ }, "left": { "type": "LogicalExpression", - "start": 555, - "end": 683, + "start": 566, + "end": 696, "loc": { "start": { "line": 12, @@ -137,8 +137,8 @@ }, "left": { "type": "BinaryExpression", - "start": 555, - "end": 595, + "start": 566, + "end": 606, "loc": { "start": { "line": 12, @@ -151,8 +151,8 @@ }, "left": { "type": "MemberExpression", - "start": 555, - "end": 579, + "start": 566, + "end": 590, "loc": { "start": { "line": 12, @@ -165,8 +165,8 @@ }, "object": { "type": "MemberExpression", - "start": 555, - "end": 570, + "start": 566, + "end": 581, "loc": { "start": { "line": 12, @@ -179,8 +179,8 @@ }, "object": { "type": "Identifier", - "start": 555, - "end": 561, + "start": 566, + "end": 572, "loc": { "start": { "line": 12, @@ -196,8 +196,8 @@ }, "property": { "type": "Identifier", - "start": 562, - "end": 570, + "start": 573, + "end": 581, "loc": { "start": { "line": 12, @@ -215,8 +215,8 @@ }, "property": { "type": "Identifier", - "start": 571, - "end": 579, + "start": 582, + "end": 590, "loc": { "start": { "line": 12, @@ -235,8 +235,8 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 584, - "end": 595, + "start": 595, + "end": 606, "loc": { "start": { "line": 12, @@ -257,8 +257,8 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 647, - "end": 683, + "start": 660, + "end": 696, "loc": { "start": { "line": 14, @@ -271,8 +271,8 @@ }, "left": { "type": "MemberExpression", - "start": 647, - "end": 671, + "start": 660, + "end": 684, "loc": { "start": { "line": 14, @@ -285,8 +285,8 @@ }, "object": { "type": "MemberExpression", - "start": 647, - "end": 662, + "start": 660, + "end": 675, "loc": { "start": { "line": 14, @@ -299,8 +299,8 @@ }, "object": { "type": "Identifier", - "start": 647, - "end": 653, + "start": 660, + "end": 666, "loc": { "start": { "line": 14, @@ -317,8 +317,8 @@ }, "property": { "type": "Identifier", - "start": 654, - "end": 662, + "start": 667, + "end": 675, "loc": { "start": { "line": 14, @@ -337,8 +337,8 @@ }, "property": { "type": "Identifier", - "start": 663, - "end": 671, + "start": 676, + "end": 684, "loc": { "start": { "line": 14, @@ -358,8 +358,8 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 676, - "end": 683, + "start": 689, + "end": 696, "loc": { "start": { "line": 14, @@ -380,8 +380,8 @@ { "type": "CommentLine", "value": " [::1] is the IPv6 localhost address.", - "start": 603, - "end": 642, + "start": 615, + "end": 654, "loc": { "start": { "line": 13, @@ -399,8 +399,8 @@ "operator": "||", "right": { "type": "CallExpression", - "start": 744, - "end": 843, + "start": 759, + "end": 860, "loc": { "start": { "line": 16, @@ -413,8 +413,8 @@ }, "callee": { "type": "MemberExpression", - "start": 744, - "end": 774, + "start": 759, + "end": 789, "loc": { "start": { "line": 16, @@ -427,8 +427,8 @@ }, "object": { "type": "MemberExpression", - "start": 744, - "end": 768, + "start": 759, + "end": 783, "loc": { "start": { "line": 16, @@ -441,8 +441,8 @@ }, "object": { "type": "MemberExpression", - "start": 744, - "end": 759, + "start": 759, + "end": 774, "loc": { "start": { "line": 16, @@ -455,8 +455,8 @@ }, "object": { "type": "Identifier", - "start": 744, - "end": 750, + "start": 759, + "end": 765, "loc": { "start": { "line": 16, @@ -473,8 +473,8 @@ }, "property": { "type": "Identifier", - "start": 751, - "end": 759, + "start": 766, + "end": 774, "loc": { "start": { "line": 16, @@ -493,8 +493,8 @@ }, "property": { "type": "Identifier", - "start": 760, - "end": 768, + "start": 775, + "end": 783, "loc": { "start": { "line": 16, @@ -513,8 +513,8 @@ }, "property": { "type": "Identifier", - "start": 769, - "end": 774, + "start": 784, + "end": 789, "loc": { "start": { "line": 16, @@ -534,8 +534,8 @@ "arguments": [ { "type": "RegExpLiteral", - "start": 781, - "end": 837, + "start": 797, + "end": 853, "loc": { "start": { "line": 17, @@ -557,8 +557,8 @@ { "type": "CommentLine", "value": " 127.0.0.1/8 is considered localhost for IPv4.", - "start": 691, - "end": 739, + "start": 705, + "end": 753, "loc": { "start": { "line": 15, @@ -599,8 +599,8 @@ { "type": "CommentLine", "value": " This lets the app load faster on subsequent visits in production, and gives", - "start": 82, - "end": 160, + "start": 84, + "end": 162, "loc": { "start": { "line": 3, @@ -615,8 +615,8 @@ { "type": "CommentLine", "value": " it offline capabilities. However, it also means that developers (and users)", - "start": 161, - "end": 239, + "start": 164, + "end": 242, "loc": { "start": { "line": 4, @@ -631,8 +631,8 @@ { "type": "CommentLine", "value": " will only see deployed updates on the \"N+1\" visit to a page, since previously", - "start": 240, - "end": 320, + "start": 244, + "end": 324, "loc": { "start": { "line": 5, @@ -647,8 +647,8 @@ { "type": "CommentLine", "value": " cached resources are updated in the background.", - "start": 321, - "end": 371, + "start": 326, + "end": 376, "loc": { "start": { "line": 6, @@ -663,8 +663,8 @@ { "type": "CommentLine", "value": " To learn more about the benefits of this model, read https://goo.gl/KwvDNy.", - "start": 373, - "end": 451, + "start": 380, + "end": 458, "loc": { "start": { "line": 8, @@ -679,8 +679,8 @@ { "type": "CommentLine", "value": " This link also includes instructions on opting out of this behavior.", - "start": 452, - "end": 523, + "start": 460, + "end": 531, "loc": { "start": { "line": 9, @@ -696,8 +696,8 @@ }, { "type": "ExportDefaultDeclaration", - "start": 848, - "end": 1779, + "start": 868, + "end": 1822, "loc": { "start": { "line": 21, @@ -710,8 +710,8 @@ }, "declaration": { "type": "FunctionDeclaration", - "start": 863, - "end": 1779, + "start": 883, + "end": 1822, "loc": { "start": { "line": 21, @@ -724,8 +724,8 @@ }, "id": { "type": "Identifier", - "start": 872, - "end": 880, + "start": 892, + "end": 900, "loc": { "start": { "line": 21, @@ -745,8 +745,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 883, - "end": 1779, + "start": 903, + "end": 1822, "loc": { "start": { "line": 21, @@ -760,8 +760,8 @@ "body": [ { "type": "IfStatement", - "start": 886, - "end": 1777, + "start": 907, + "end": 1819, "loc": { "start": { "line": 22, @@ -774,8 +774,8 @@ }, "test": { "type": "LogicalExpression", - "start": 890, - "end": 959, + "start": 911, + "end": 980, "loc": { "start": { "line": 22, @@ -788,8 +788,8 @@ }, "left": { "type": "BinaryExpression", - "start": 890, - "end": 927, + "start": 911, + "end": 948, "loc": { "start": { "line": 22, @@ -802,8 +802,8 @@ }, "left": { "type": "MemberExpression", - "start": 890, - "end": 910, + "start": 911, + "end": 931, "loc": { "start": { "line": 22, @@ -816,8 +816,8 @@ }, "object": { "type": "MemberExpression", - "start": 890, - "end": 901, + "start": 911, + "end": 922, "loc": { "start": { "line": 22, @@ -830,8 +830,8 @@ }, "object": { "type": "Identifier", - "start": 890, - "end": 897, + "start": 911, + "end": 918, "loc": { "start": { "line": 22, @@ -847,8 +847,8 @@ }, "property": { "type": "Identifier", - "start": 898, - "end": 901, + "start": 919, + "end": 922, "loc": { "start": { "line": 22, @@ -866,8 +866,8 @@ }, "property": { "type": "Identifier", - "start": 902, - "end": 910, + "start": 923, + "end": 931, "loc": { "start": { "line": 22, @@ -886,8 +886,8 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 915, - "end": 927, + "start": 936, + "end": 948, "loc": { "start": { "line": 22, @@ -908,8 +908,8 @@ "operator": "&&", "right": { "type": "BinaryExpression", - "start": 931, - "end": 959, + "start": 952, + "end": 980, "loc": { "start": { "line": 22, @@ -922,8 +922,8 @@ }, "left": { "type": "StringLiteral", - "start": 931, - "end": 946, + "start": 952, + "end": 967, "loc": { "start": { "line": 22, @@ -943,8 +943,8 @@ "operator": "in", "right": { "type": "Identifier", - "start": 950, - "end": 959, + "start": 971, + "end": 980, "loc": { "start": { "line": 22, @@ -962,8 +962,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 961, - "end": 1777, + "start": 982, + "end": 1819, "loc": { "start": { "line": 22, @@ -977,8 +977,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 1036, - "end": 1103, + "start": 1059, + "end": 1126, "loc": { "start": { "line": 24, @@ -992,8 +992,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1042, - "end": 1102, + "start": 1065, + "end": 1125, "loc": { "start": { "line": 24, @@ -1006,8 +1006,8 @@ }, "id": { "type": "Identifier", - "start": 1042, - "end": 1051, + "start": 1065, + "end": 1074, "loc": { "start": { "line": 24, @@ -1024,8 +1024,8 @@ }, "init": { "type": "NewExpression", - "start": 1054, - "end": 1102, + "start": 1077, + "end": 1125, "loc": { "start": { "line": 24, @@ -1038,8 +1038,8 @@ }, "callee": { "type": "Identifier", - "start": 1058, - "end": 1061, + "start": 1081, + "end": 1084, "loc": { "start": { "line": 24, @@ -1056,8 +1056,8 @@ "arguments": [ { "type": "MemberExpression", - "start": 1062, - "end": 1084, + "start": 1085, + "end": 1107, "loc": { "start": { "line": 24, @@ -1070,8 +1070,8 @@ }, "object": { "type": "MemberExpression", - "start": 1062, - "end": 1073, + "start": 1085, + "end": 1096, "loc": { "start": { "line": 24, @@ -1084,8 +1084,8 @@ }, "object": { "type": "Identifier", - "start": 1062, - "end": 1069, + "start": 1085, + "end": 1092, "loc": { "start": { "line": 24, @@ -1101,8 +1101,8 @@ }, "property": { "type": "Identifier", - "start": 1070, - "end": 1073, + "start": 1093, + "end": 1096, "loc": { "start": { "line": 24, @@ -1120,8 +1120,8 @@ }, "property": { "type": "Identifier", - "start": 1074, - "end": 1084, + "start": 1097, + "end": 1107, "loc": { "start": { "line": 24, @@ -1139,8 +1139,8 @@ }, { "type": "MemberExpression", - "start": 1086, - "end": 1101, + "start": 1109, + "end": 1124, "loc": { "start": { "line": 24, @@ -1153,8 +1153,8 @@ }, "object": { "type": "Identifier", - "start": 1086, - "end": 1092, + "start": 1109, + "end": 1115, "loc": { "start": { "line": 24, @@ -1170,8 +1170,8 @@ }, "property": { "type": "Identifier", - "start": 1093, - "end": 1101, + "start": 1116, + "end": 1124, "loc": { "start": { "line": 24, @@ -1197,8 +1197,8 @@ { "type": "CommentLine", "value": " The URL constructor is available in all browsers that support SW.", - "start": 965, - "end": 1033, + "start": 987, + "end": 1055, "loc": { "start": { "line": 23, @@ -1214,8 +1214,8 @@ }, { "type": "IfStatement", - "start": 1106, - "end": 1413, + "start": 1130, + "end": 1442, "loc": { "start": { "line": 25, @@ -1228,8 +1228,8 @@ }, "test": { "type": "BinaryExpression", - "start": 1110, - "end": 1153, + "start": 1134, + "end": 1177, "loc": { "start": { "line": 25, @@ -1242,8 +1242,8 @@ }, "left": { "type": "MemberExpression", - "start": 1110, - "end": 1126, + "start": 1134, + "end": 1150, "loc": { "start": { "line": 25, @@ -1256,8 +1256,8 @@ }, "object": { "type": "Identifier", - "start": 1110, - "end": 1119, + "start": 1134, + "end": 1143, "loc": { "start": { "line": 25, @@ -1273,8 +1273,8 @@ }, "property": { "type": "Identifier", - "start": 1120, - "end": 1126, + "start": 1144, + "end": 1150, "loc": { "start": { "line": 25, @@ -1293,8 +1293,8 @@ "operator": "!==", "right": { "type": "MemberExpression", - "start": 1131, - "end": 1153, + "start": 1155, + "end": 1177, "loc": { "start": { "line": 25, @@ -1307,8 +1307,8 @@ }, "object": { "type": "MemberExpression", - "start": 1131, - "end": 1146, + "start": 1155, + "end": 1170, "loc": { "start": { "line": 25, @@ -1321,8 +1321,8 @@ }, "object": { "type": "Identifier", - "start": 1131, - "end": 1137, + "start": 1155, + "end": 1161, "loc": { "start": { "line": 25, @@ -1338,8 +1338,8 @@ }, "property": { "type": "Identifier", - "start": 1138, - "end": 1146, + "start": 1162, + "end": 1170, "loc": { "start": { "line": 25, @@ -1357,8 +1357,8 @@ }, "property": { "type": "Identifier", - "start": 1147, - "end": 1153, + "start": 1171, + "end": 1177, "loc": { "start": { "line": 25, @@ -1377,8 +1377,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1155, - "end": 1413, + "start": 1179, + "end": 1442, "loc": { "start": { "line": 25, @@ -1392,8 +1392,8 @@ "body": [ { "type": "ReturnStatement", - "start": 1402, - "end": 1409, + "start": 1430, + "end": 1437, "loc": { "start": { "line": 29, @@ -1409,8 +1409,8 @@ { "type": "CommentLine", "value": " Our service worker won't work if PUBLIC_URL is on a different origin", - "start": 1160, - "end": 1231, + "start": 1185, + "end": 1256, "loc": { "start": { "line": 26, @@ -1425,8 +1425,8 @@ { "type": "CommentLine", "value": " from what our page is served on. This might happen if a CDN is used to", - "start": 1235, - "end": 1308, + "start": 1261, + "end": 1334, "loc": { "start": { "line": 27, @@ -1441,8 +1441,8 @@ { "type": "CommentLine", "value": " serve assets; see https://github.com/facebookincubator/create-react-app/issues/2374", - "start": 1312, - "end": 1398, + "start": 1339, + "end": 1425, "loc": { "start": { "line": 28, @@ -1463,8 +1463,8 @@ }, { "type": "ExpressionStatement", - "start": 1417, - "end": 1774, + "start": 1448, + "end": 1815, "loc": { "start": { "line": 32, @@ -1477,8 +1477,8 @@ }, "expression": { "type": "CallExpression", - "start": 1417, - "end": 1773, + "start": 1448, + "end": 1814, "loc": { "start": { "line": 32, @@ -1491,8 +1491,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1417, - "end": 1440, + "start": 1448, + "end": 1471, "loc": { "start": { "line": 32, @@ -1505,8 +1505,8 @@ }, "object": { "type": "Identifier", - "start": 1417, - "end": 1423, + "start": 1448, + "end": 1454, "loc": { "start": { "line": 32, @@ -1522,8 +1522,8 @@ }, "property": { "type": "Identifier", - "start": 1424, - "end": 1440, + "start": 1455, + "end": 1471, "loc": { "start": { "line": 32, @@ -1542,8 +1542,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 1441, - "end": 1447, + "start": 1472, + "end": 1478, "loc": { "start": { "line": 32, @@ -1562,8 +1562,8 @@ }, { "type": "ArrowFunctionExpression", - "start": 1449, - "end": 1772, + "start": 1480, + "end": 1813, "loc": { "start": { "line": 32, @@ -1581,8 +1581,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 1455, - "end": 1772, + "start": 1486, + "end": 1813, "loc": { "start": { "line": 32, @@ -1596,8 +1596,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 1460, - "end": 1520, + "start": 1492, + "end": 1552, "loc": { "start": { "line": 33, @@ -1611,8 +1611,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1466, - "end": 1519, + "start": 1498, + "end": 1551, "loc": { "start": { "line": 33, @@ -1625,8 +1625,8 @@ }, "id": { "type": "Identifier", - "start": 1466, - "end": 1471, + "start": 1498, + "end": 1503, "loc": { "start": { "line": 33, @@ -1642,8 +1642,8 @@ }, "init": { "type": "TemplateLiteral", - "start": 1474, - "end": 1519, + "start": 1506, + "end": 1551, "loc": { "start": { "line": 33, @@ -1657,8 +1657,8 @@ "expressions": [ { "type": "MemberExpression", - "start": 1477, - "end": 1499, + "start": 1509, + "end": 1531, "loc": { "start": { "line": 33, @@ -1671,8 +1671,8 @@ }, "object": { "type": "MemberExpression", - "start": 1477, - "end": 1488, + "start": 1509, + "end": 1520, "loc": { "start": { "line": 33, @@ -1685,8 +1685,8 @@ }, "object": { "type": "Identifier", - "start": 1477, - "end": 1484, + "start": 1509, + "end": 1516, "loc": { "start": { "line": 33, @@ -1702,8 +1702,8 @@ }, "property": { "type": "Identifier", - "start": 1485, - "end": 1488, + "start": 1517, + "end": 1520, "loc": { "start": { "line": 33, @@ -1721,8 +1721,8 @@ }, "property": { "type": "Identifier", - "start": 1489, - "end": 1499, + "start": 1521, + "end": 1531, "loc": { "start": { "line": 33, @@ -1742,8 +1742,8 @@ "quasis": [ { "type": "TemplateElement", - "start": 1475, - "end": 1475, + "start": 1507, + "end": 1507, "loc": { "start": { "line": 33, @@ -1762,8 +1762,8 @@ }, { "type": "TemplateElement", - "start": 1500, - "end": 1518, + "start": 1532, + "end": 1550, "loc": { "start": { "line": 33, @@ -1788,8 +1788,8 @@ }, { "type": "IfStatement", - "start": 1525, - "end": 1768, + "start": 1559, + "end": 1808, "loc": { "start": { "line": 35, @@ -1802,8 +1802,8 @@ }, "test": { "type": "Identifier", - "start": 1529, - "end": 1540, + "start": 1563, + "end": 1574, "loc": { "start": { "line": 35, @@ -1819,8 +1819,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 1542, - "end": 1673, + "start": 1576, + "end": 1710, "loc": { "start": { "line": 35, @@ -1834,8 +1834,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1637, - "end": 1668, + "start": 1673, + "end": 1704, "loc": { "start": { "line": 37, @@ -1848,8 +1848,8 @@ }, "expression": { "type": "CallExpression", - "start": 1637, - "end": 1667, + "start": 1673, + "end": 1703, "loc": { "start": { "line": 37, @@ -1862,8 +1862,8 @@ }, "callee": { "type": "Identifier", - "start": 1637, - "end": 1660, + "start": 1673, + "end": 1696, "loc": { "start": { "line": 37, @@ -1881,8 +1881,8 @@ "arguments": [ { "type": "Identifier", - "start": 1661, - "end": 1666, + "start": 1697, + "end": 1702, "loc": { "start": { "line": 37, @@ -1903,8 +1903,8 @@ { "type": "CommentLine", "value": " This is running on localhost. Lets check if a service worker still exists or not.", - "start": 1548, - "end": 1632, + "start": 1583, + "end": 1667, "loc": { "start": { "line": 36, @@ -1923,8 +1923,8 @@ }, "alternate": { "type": "BlockStatement", - "start": 1679, - "end": 1768, + "start": 1716, + "end": 1808, "loc": { "start": { "line": 38, @@ -1938,8 +1938,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1740, - "end": 1763, + "start": 1779, + "end": 1802, "loc": { "start": { "line": 40, @@ -1952,8 +1952,8 @@ }, "expression": { "type": "CallExpression", - "start": 1740, - "end": 1762, + "start": 1779, + "end": 1801, "loc": { "start": { "line": 40, @@ -1966,8 +1966,8 @@ }, "callee": { "type": "Identifier", - "start": 1740, - "end": 1755, + "start": 1779, + "end": 1794, "loc": { "start": { "line": 40, @@ -1985,8 +1985,8 @@ "arguments": [ { "type": "Identifier", - "start": 1756, - "end": 1761, + "start": 1795, + "end": 1800, "loc": { "start": { "line": 40, @@ -2007,8 +2007,8 @@ { "type": "CommentLine", "value": " Is not local host. Just register service worker", - "start": 1685, - "end": 1735, + "start": 1723, + "end": 1773, "loc": { "start": { "line": 39, @@ -2047,8 +2047,8 @@ }, { "type": "FunctionDeclaration", - "start": 1781, - "end": 2802, + "start": 1826, + "end": 2874, "loc": { "start": { "line": 46, @@ -2061,8 +2061,8 @@ }, "id": { "type": "Identifier", - "start": 1790, - "end": 1805, + "start": 1835, + "end": 1850, "loc": { "start": { "line": 46, @@ -2082,8 +2082,8 @@ "params": [ { "type": "Identifier", - "start": 1806, - "end": 1811, + "start": 1851, + "end": 1856, "loc": { "start": { "line": 46, @@ -2100,8 +2100,8 @@ ], "body": { "type": "BlockStatement", - "start": 1813, - "end": 2802, + "start": 1858, + "end": 2874, "loc": { "start": { "line": 46, @@ -2115,8 +2115,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1816, - "end": 2800, + "start": 1862, + "end": 2871, "loc": { "start": { "line": 47, @@ -2129,8 +2129,8 @@ }, "expression": { "type": "CallExpression", - "start": 1816, - "end": 2799, + "start": 1862, + "end": 2870, "loc": { "start": { "line": 47, @@ -2143,8 +2143,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1816, - "end": 2713, + "start": 1862, + "end": 2782, "loc": { "start": { "line": 47, @@ -2157,8 +2157,8 @@ }, "object": { "type": "CallExpression", - "start": 1816, - "end": 2704, + "start": 1862, + "end": 2772, "loc": { "start": { "line": 47, @@ -2171,8 +2171,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1816, - "end": 1866, + "start": 1862, + "end": 1914, "loc": { "start": { "line": 47, @@ -2185,8 +2185,8 @@ }, "object": { "type": "CallExpression", - "start": 1816, - "end": 1858, + "start": 1862, + "end": 1905, "loc": { "start": { "line": 47, @@ -2199,8 +2199,8 @@ }, "callee": { "type": "MemberExpression", - "start": 1816, - "end": 1851, + "start": 1862, + "end": 1898, "loc": { "start": { "line": 47, @@ -2213,8 +2213,8 @@ }, "object": { "type": "MemberExpression", - "start": 1816, - "end": 1839, + "start": 1862, + "end": 1885, "loc": { "start": { "line": 47, @@ -2227,8 +2227,8 @@ }, "object": { "type": "Identifier", - "start": 1816, - "end": 1825, + "start": 1862, + "end": 1871, "loc": { "start": { "line": 47, @@ -2244,8 +2244,8 @@ }, "property": { "type": "Identifier", - "start": 1826, - "end": 1839, + "start": 1872, + "end": 1885, "loc": { "start": { "line": 47, @@ -2263,8 +2263,8 @@ }, "property": { "type": "Identifier", - "start": 1843, - "end": 1851, + "start": 1890, + "end": 1898, "loc": { "start": { "line": 48, @@ -2283,8 +2283,8 @@ "arguments": [ { "type": "Identifier", - "start": 1852, - "end": 1857, + "start": 1899, + "end": 1904, "loc": { "start": { "line": 48, @@ -2302,8 +2302,8 @@ }, "property": { "type": "Identifier", - "start": 1862, - "end": 1866, + "start": 1910, + "end": 1914, "loc": { "start": { "line": 49, @@ -2322,8 +2322,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 1867, - "end": 2703, + "start": 1915, + "end": 2771, "loc": { "start": { "line": 49, @@ -2341,8 +2341,8 @@ "params": [ { "type": "Identifier", - "start": 1867, - "end": 1879, + "start": 1915, + "end": 1927, "loc": { "start": { "line": 49, @@ -2359,8 +2359,8 @@ ], "body": { "type": "BlockStatement", - "start": 1883, - "end": 2703, + "start": 1931, + "end": 2771, "loc": { "start": { "line": 49, @@ -2374,8 +2374,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 1888, - "end": 2699, + "start": 1937, + "end": 2766, "loc": { "start": { "line": 50, @@ -2388,8 +2388,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1888, - "end": 2698, + "start": 1937, + "end": 2765, "loc": { "start": { "line": 50, @@ -2403,8 +2403,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1888, - "end": 1914, + "start": 1937, + "end": 1963, "loc": { "start": { "line": 50, @@ -2417,8 +2417,8 @@ }, "object": { "type": "Identifier", - "start": 1888, - "end": 1900, + "start": 1937, + "end": 1949, "loc": { "start": { "line": 50, @@ -2434,8 +2434,8 @@ }, "property": { "type": "Identifier", - "start": 1901, - "end": 1914, + "start": 1950, + "end": 1963, "loc": { "start": { "line": 50, @@ -2453,8 +2453,8 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 1917, - "end": 2698, + "start": 1966, + "end": 2765, "loc": { "start": { "line": 50, @@ -2472,8 +2472,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 1923, - "end": 2698, + "start": 1972, + "end": 2765, "loc": { "start": { "line": 50, @@ -2487,8 +2487,8 @@ "body": [ { "type": "VariableDeclaration", - "start": 1929, - "end": 1978, + "start": 1979, + "end": 2028, "loc": { "start": { "line": 51, @@ -2502,8 +2502,8 @@ "declarations": [ { "type": "VariableDeclarator", - "start": 1935, - "end": 1977, + "start": 1985, + "end": 2027, "loc": { "start": { "line": 51, @@ -2516,8 +2516,8 @@ }, "id": { "type": "Identifier", - "start": 1935, - "end": 1951, + "start": 1985, + "end": 2001, "loc": { "start": { "line": 51, @@ -2533,8 +2533,8 @@ }, "init": { "type": "MemberExpression", - "start": 1954, - "end": 1977, + "start": 2004, + "end": 2027, "loc": { "start": { "line": 51, @@ -2547,8 +2547,8 @@ }, "object": { "type": "Identifier", - "start": 1954, - "end": 1966, + "start": 2004, + "end": 2016, "loc": { "start": { "line": 51, @@ -2564,8 +2564,8 @@ }, "property": { "type": "Identifier", - "start": 1967, - "end": 1977, + "start": 2017, + "end": 2027, "loc": { "start": { "line": 51, @@ -2587,8 +2587,8 @@ }, { "type": "ExpressionStatement", - "start": 1983, - "end": 2693, + "start": 2034, + "end": 2759, "loc": { "start": { "line": 52, @@ -2601,8 +2601,8 @@ }, "expression": { "type": "AssignmentExpression", - "start": 1983, - "end": 2692, + "start": 2034, + "end": 2758, "loc": { "start": { "line": 52, @@ -2616,8 +2616,8 @@ "operator": "=", "left": { "type": "MemberExpression", - "start": 1983, - "end": 2013, + "start": 2034, + "end": 2064, "loc": { "start": { "line": 52, @@ -2630,8 +2630,8 @@ }, "object": { "type": "Identifier", - "start": 1983, - "end": 1999, + "start": 2034, + "end": 2050, "loc": { "start": { "line": 52, @@ -2647,8 +2647,8 @@ }, "property": { "type": "Identifier", - "start": 2000, - "end": 2013, + "start": 2051, + "end": 2064, "loc": { "start": { "line": 52, @@ -2666,8 +2666,8 @@ }, "right": { "type": "ArrowFunctionExpression", - "start": 2016, - "end": 2692, + "start": 2067, + "end": 2758, "loc": { "start": { "line": 52, @@ -2685,8 +2685,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 2022, - "end": 2692, + "start": 2073, + "end": 2758, "loc": { "start": { "line": 52, @@ -2700,8 +2700,8 @@ "body": [ { "type": "IfStatement", - "start": 2029, - "end": 2686, + "start": 2081, + "end": 2751, "loc": { "start": { "line": 53, @@ -2714,8 +2714,8 @@ }, "test": { "type": "BinaryExpression", - "start": 2033, - "end": 2071, + "start": 2085, + "end": 2123, "loc": { "start": { "line": 53, @@ -2728,8 +2728,8 @@ }, "left": { "type": "MemberExpression", - "start": 2033, - "end": 2055, + "start": 2085, + "end": 2107, "loc": { "start": { "line": 53, @@ -2742,8 +2742,8 @@ }, "object": { "type": "Identifier", - "start": 2033, - "end": 2049, + "start": 2085, + "end": 2101, "loc": { "start": { "line": 53, @@ -2759,8 +2759,8 @@ }, "property": { "type": "Identifier", - "start": 2050, - "end": 2055, + "start": 2102, + "end": 2107, "loc": { "start": { "line": 53, @@ -2779,8 +2779,8 @@ "operator": "===", "right": { "type": "StringLiteral", - "start": 2060, - "end": 2071, + "start": 2112, + "end": 2123, "loc": { "start": { "line": 53, @@ -2800,8 +2800,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 2073, - "end": 2686, + "start": 2125, + "end": 2751, "loc": { "start": { "line": 53, @@ -2815,8 +2815,8 @@ "body": [ { "type": "IfStatement", - "start": 2081, - "end": 2679, + "start": 2134, + "end": 2743, "loc": { "start": { "line": 54, @@ -2829,8 +2829,8 @@ }, "test": { "type": "MemberExpression", - "start": 2085, - "end": 2119, + "start": 2138, + "end": 2172, "loc": { "start": { "line": 54, @@ -2843,8 +2843,8 @@ }, "object": { "type": "MemberExpression", - "start": 2085, - "end": 2108, + "start": 2138, + "end": 2161, "loc": { "start": { "line": 54, @@ -2857,8 +2857,8 @@ }, "object": { "type": "Identifier", - "start": 2085, - "end": 2094, + "start": 2138, + "end": 2147, "loc": { "start": { "line": 54, @@ -2874,8 +2874,8 @@ }, "property": { "type": "Identifier", - "start": 2095, - "end": 2108, + "start": 2148, + "end": 2161, "loc": { "start": { "line": 54, @@ -2893,8 +2893,8 @@ }, "property": { "type": "Identifier", - "start": 2109, - "end": 2119, + "start": 2162, + "end": 2172, "loc": { "start": { "line": 54, @@ -2912,8 +2912,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 2121, - "end": 2449, + "start": 2174, + "end": 2508, "loc": { "start": { "line": 54, @@ -2927,8 +2927,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2384, - "end": 2441, + "start": 2442, + "end": 2499, "loc": { "start": { "line": 59, @@ -2941,8 +2941,8 @@ }, "expression": { "type": "CallExpression", - "start": 2384, - "end": 2440, + "start": 2442, + "end": 2498, "loc": { "start": { "line": 59, @@ -2955,8 +2955,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2384, - "end": 2395, + "start": 2442, + "end": 2453, "loc": { "start": { "line": 59, @@ -2969,8 +2969,8 @@ }, "object": { "type": "Identifier", - "start": 2384, - "end": 2391, + "start": 2442, + "end": 2449, "loc": { "start": { "line": 59, @@ -2987,8 +2987,8 @@ }, "property": { "type": "Identifier", - "start": 2392, - "end": 2395, + "start": 2450, + "end": 2453, "loc": { "start": { "line": 59, @@ -3008,8 +3008,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 2396, - "end": 2439, + "start": 2454, + "end": 2497, "loc": { "start": { "line": 59, @@ -3033,8 +3033,8 @@ { "type": "CommentLine", "value": " At this point, the old content will have been purged and", - "start": 2130, - "end": 2189, + "start": 2184, + "end": 2243, "loc": { "start": { "line": 55, @@ -3049,8 +3049,8 @@ { "type": "CommentLine", "value": " the fresh content will have been added to the cache.", - "start": 2197, - "end": 2252, + "start": 2252, + "end": 2307, "loc": { "start": { "line": 56, @@ -3065,8 +3065,8 @@ { "type": "CommentLine", "value": " It's the perfect time to display a \"New content is", - "start": 2260, - "end": 2313, + "start": 2316, + "end": 2369, "loc": { "start": { "line": 57, @@ -3081,8 +3081,8 @@ { "type": "CommentLine", "value": " available; please refresh.\" message in your web app.", - "start": 2321, - "end": 2376, + "start": 2378, + "end": 2433, "loc": { "start": { "line": 58, @@ -3101,8 +3101,8 @@ }, "alternate": { "type": "BlockStatement", - "start": 2455, - "end": 2679, + "start": 2514, + "end": 2743, "loc": { "start": { "line": 60, @@ -3116,8 +3116,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2621, - "end": 2671, + "start": 2684, + "end": 2734, "loc": { "start": { "line": 64, @@ -3130,8 +3130,8 @@ }, "expression": { "type": "CallExpression", - "start": 2621, - "end": 2670, + "start": 2684, + "end": 2733, "loc": { "start": { "line": 64, @@ -3144,8 +3144,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2621, - "end": 2632, + "start": 2684, + "end": 2695, "loc": { "start": { "line": 64, @@ -3158,8 +3158,8 @@ }, "object": { "type": "Identifier", - "start": 2621, - "end": 2628, + "start": 2684, + "end": 2691, "loc": { "start": { "line": 64, @@ -3176,8 +3176,8 @@ }, "property": { "type": "Identifier", - "start": 2629, - "end": 2632, + "start": 2692, + "end": 2695, "loc": { "start": { "line": 64, @@ -3197,8 +3197,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 2633, - "end": 2669, + "start": 2696, + "end": 2732, "loc": { "start": { "line": 64, @@ -3222,8 +3222,8 @@ { "type": "CommentLine", "value": " At this point, everything has been precached.", - "start": 2464, - "end": 2512, + "start": 2524, + "end": 2572, "loc": { "start": { "line": 61, @@ -3238,8 +3238,8 @@ { "type": "CommentLine", "value": " It's the perfect time to display a", - "start": 2520, - "end": 2557, + "start": 2581, + "end": 2618, "loc": { "start": { "line": 62, @@ -3254,8 +3254,8 @@ { "type": "CommentLine", "value": " \"Content is cached for offline use.\" message.", - "start": 2565, - "end": 2613, + "start": 2627, + "end": 2675, "loc": { "start": { "line": 63, @@ -3298,8 +3298,8 @@ }, "property": { "type": "Identifier", - "start": 2708, - "end": 2713, + "start": 2777, + "end": 2782, "loc": { "start": { "line": 70, @@ -3318,8 +3318,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 2714, - "end": 2798, + "start": 2783, + "end": 2869, "loc": { "start": { "line": 70, @@ -3337,8 +3337,8 @@ "params": [ { "type": "Identifier", - "start": 2714, - "end": 2719, + "start": 2783, + "end": 2788, "loc": { "start": { "line": 70, @@ -3355,8 +3355,8 @@ ], "body": { "type": "BlockStatement", - "start": 2723, - "end": 2798, + "start": 2792, + "end": 2869, "loc": { "start": { "line": 70, @@ -3370,8 +3370,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2728, - "end": 2794, + "start": 2798, + "end": 2864, "loc": { "start": { "line": 71, @@ -3384,8 +3384,8 @@ }, "expression": { "type": "CallExpression", - "start": 2728, - "end": 2793, + "start": 2798, + "end": 2863, "loc": { "start": { "line": 71, @@ -3398,8 +3398,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2728, - "end": 2741, + "start": 2798, + "end": 2811, "loc": { "start": { "line": 71, @@ -3412,8 +3412,8 @@ }, "object": { "type": "Identifier", - "start": 2728, - "end": 2735, + "start": 2798, + "end": 2805, "loc": { "start": { "line": 71, @@ -3429,8 +3429,8 @@ }, "property": { "type": "Identifier", - "start": 2736, - "end": 2741, + "start": 2806, + "end": 2811, "loc": { "start": { "line": 71, @@ -3449,8 +3449,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 2742, - "end": 2785, + "start": 2812, + "end": 2855, "loc": { "start": { "line": 71, @@ -3469,8 +3469,8 @@ }, { "type": "Identifier", - "start": 2787, - "end": 2792, + "start": 2857, + "end": 2862, "loc": { "start": { "line": 71, @@ -3500,8 +3500,8 @@ }, { "type": "FunctionDeclaration", - "start": 2804, - "end": 3592, + "start": 2878, + "end": 3691, "loc": { "start": { "line": 75, @@ -3514,8 +3514,8 @@ }, "id": { "type": "Identifier", - "start": 2813, - "end": 2836, + "start": 2887, + "end": 2910, "loc": { "start": { "line": 75, @@ -3535,8 +3535,8 @@ "params": [ { "type": "Identifier", - "start": 2837, - "end": 2842, + "start": 2911, + "end": 2916, "loc": { "start": { "line": 75, @@ -3553,8 +3553,8 @@ ], "body": { "type": "BlockStatement", - "start": 2844, - "end": 3592, + "start": 2918, + "end": 3691, "loc": { "start": { "line": 75, @@ -3568,8 +3568,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 2922, - "end": 3590, + "start": 2998, + "end": 3688, "loc": { "start": { "line": 77, @@ -3582,8 +3582,8 @@ }, "expression": { "type": "CallExpression", - "start": 2922, - "end": 3589, + "start": 2998, + "end": 3687, "loc": { "start": { "line": 77, @@ -3596,8 +3596,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2922, - "end": 3486, + "start": 2998, + "end": 3580, "loc": { "start": { "line": 77, @@ -3610,8 +3610,8 @@ }, "object": { "type": "CallExpression", - "start": 2922, - "end": 3477, + "start": 2998, + "end": 3570, "loc": { "start": { "line": 77, @@ -3624,8 +3624,8 @@ }, "callee": { "type": "MemberExpression", - "start": 2922, - "end": 2942, + "start": 2998, + "end": 3019, "loc": { "start": { "line": 77, @@ -3638,8 +3638,8 @@ }, "object": { "type": "CallExpression", - "start": 2922, - "end": 2934, + "start": 2998, + "end": 3010, "loc": { "start": { "line": 77, @@ -3652,8 +3652,8 @@ }, "callee": { "type": "Identifier", - "start": 2922, - "end": 2927, + "start": 2998, + "end": 3003, "loc": { "start": { "line": 77, @@ -3671,8 +3671,8 @@ "arguments": [ { "type": "Identifier", - "start": 2928, - "end": 2933, + "start": 3004, + "end": 3009, "loc": { "start": { "line": 77, @@ -3691,8 +3691,8 @@ }, "property": { "type": "Identifier", - "start": 2938, - "end": 2942, + "start": 3015, + "end": 3019, "loc": { "start": { "line": 78, @@ -3712,8 +3712,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 2943, - "end": 3476, + "start": 3020, + "end": 3569, "loc": { "start": { "line": 78, @@ -3731,8 +3731,8 @@ "params": [ { "type": "Identifier", - "start": 2943, - "end": 2951, + "start": 3020, + "end": 3028, "loc": { "start": { "line": 78, @@ -3749,8 +3749,8 @@ ], "body": { "type": "BlockStatement", - "start": 2955, - "end": 3476, + "start": 3032, + "end": 3569, "loc": { "start": { "line": 78, @@ -3764,8 +3764,8 @@ "body": [ { "type": "IfStatement", - "start": 3038, - "end": 3472, + "start": 3117, + "end": 3564, "loc": { "start": { "line": 80, @@ -3778,8 +3778,8 @@ }, "test": { "type": "LogicalExpression", - "start": 3047, - "end": 3147, + "start": 3127, + "end": 3228, "loc": { "start": { "line": 81, @@ -3792,8 +3792,8 @@ }, "left": { "type": "BinaryExpression", - "start": 3047, - "end": 3070, + "start": 3127, + "end": 3150, "loc": { "start": { "line": 81, @@ -3806,8 +3806,8 @@ }, "left": { "type": "MemberExpression", - "start": 3047, - "end": 3062, + "start": 3127, + "end": 3142, "loc": { "start": { "line": 81, @@ -3820,8 +3820,8 @@ }, "object": { "type": "Identifier", - "start": 3047, - "end": 3055, + "start": 3127, + "end": 3135, "loc": { "start": { "line": 81, @@ -3838,8 +3838,8 @@ }, "property": { "type": "Identifier", - "start": 3056, - "end": 3062, + "start": 3136, + "end": 3142, "loc": { "start": { "line": 81, @@ -3859,8 +3859,8 @@ "operator": "===", "right": { "type": "NumericLiteral", - "start": 3067, - "end": 3070, + "start": 3147, + "end": 3150, "loc": { "start": { "line": 81, @@ -3882,8 +3882,8 @@ "operator": "||", "right": { "type": "BinaryExpression", - "start": 3082, - "end": 3147, + "start": 3163, + "end": 3228, "loc": { "start": { "line": 82, @@ -3896,8 +3896,8 @@ }, "left": { "type": "CallExpression", - "start": 3082, - "end": 3140, + "start": 3163, + "end": 3221, "loc": { "start": { "line": 82, @@ -3910,8 +3910,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3082, - "end": 3126, + "start": 3163, + "end": 3207, "loc": { "start": { "line": 82, @@ -3924,8 +3924,8 @@ }, "object": { "type": "CallExpression", - "start": 3082, - "end": 3118, + "start": 3163, + "end": 3199, "loc": { "start": { "line": 82, @@ -3938,8 +3938,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3082, - "end": 3102, + "start": 3163, + "end": 3183, "loc": { "start": { "line": 82, @@ -3952,8 +3952,8 @@ }, "object": { "type": "MemberExpression", - "start": 3082, - "end": 3098, + "start": 3163, + "end": 3179, "loc": { "start": { "line": 82, @@ -3966,8 +3966,8 @@ }, "object": { "type": "Identifier", - "start": 3082, - "end": 3090, + "start": 3163, + "end": 3171, "loc": { "start": { "line": 82, @@ -3983,8 +3983,8 @@ }, "property": { "type": "Identifier", - "start": 3091, - "end": 3098, + "start": 3172, + "end": 3179, "loc": { "start": { "line": 82, @@ -4002,8 +4002,8 @@ }, "property": { "type": "Identifier", - "start": 3099, - "end": 3102, + "start": 3180, + "end": 3183, "loc": { "start": { "line": 82, @@ -4022,8 +4022,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 3103, - "end": 3117, + "start": 3184, + "end": 3198, "loc": { "start": { "line": 82, @@ -4044,8 +4044,8 @@ }, "property": { "type": "Identifier", - "start": 3119, - "end": 3126, + "start": 3200, + "end": 3207, "loc": { "start": { "line": 82, @@ -4064,8 +4064,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 3127, - "end": 3139, + "start": 3208, + "end": 3220, "loc": { "start": { "line": 82, @@ -4087,8 +4087,8 @@ "operator": "===", "right": { "type": "UnaryExpression", - "start": 3145, - "end": 3147, + "start": 3226, + "end": 3228, "loc": { "start": { "line": 82, @@ -4103,8 +4103,8 @@ "prefix": true, "argument": { "type": "NumericLiteral", - "start": 3146, - "end": 3147, + "start": 3227, + "end": 3228, "loc": { "start": { "line": 82, @@ -4130,8 +4130,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 3153, - "end": 3384, + "start": 3235, + "end": 3473, "loc": { "start": { "line": 83, @@ -4145,8 +4145,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 3234, - "end": 3379, + "start": 3318, + "end": 3467, "loc": { "start": { "line": 85, @@ -4159,8 +4159,8 @@ }, "expression": { "type": "CallExpression", - "start": 3234, - "end": 3378, + "start": 3318, + "end": 3466, "loc": { "start": { "line": 85, @@ -4173,8 +4173,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3234, - "end": 3268, + "start": 3318, + "end": 3352, "loc": { "start": { "line": 85, @@ -4187,8 +4187,8 @@ }, "object": { "type": "MemberExpression", - "start": 3234, - "end": 3263, + "start": 3318, + "end": 3347, "loc": { "start": { "line": 85, @@ -4201,8 +4201,8 @@ }, "object": { "type": "MemberExpression", - "start": 3234, - "end": 3257, + "start": 3318, + "end": 3341, "loc": { "start": { "line": 85, @@ -4215,8 +4215,8 @@ }, "object": { "type": "Identifier", - "start": 3234, - "end": 3243, + "start": 3318, + "end": 3327, "loc": { "start": { "line": 85, @@ -4233,8 +4233,8 @@ }, "property": { "type": "Identifier", - "start": 3244, - "end": 3257, + "start": 3328, + "end": 3341, "loc": { "start": { "line": 85, @@ -4253,8 +4253,8 @@ }, "property": { "type": "Identifier", - "start": 3258, - "end": 3263, + "start": 3342, + "end": 3347, "loc": { "start": { "line": 85, @@ -4273,8 +4273,8 @@ }, "property": { "type": "Identifier", - "start": 3264, - "end": 3268, + "start": 3348, + "end": 3352, "loc": { "start": { "line": 85, @@ -4294,8 +4294,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 3269, - "end": 3377, + "start": 3353, + "end": 3465, "loc": { "start": { "line": 85, @@ -4313,8 +4313,8 @@ "params": [ { "type": "Identifier", - "start": 3269, - "end": 3281, + "start": 3353, + "end": 3365, "loc": { "start": { "line": 85, @@ -4331,8 +4331,8 @@ ], "body": { "type": "BlockStatement", - "start": 3285, - "end": 3377, + "start": 3369, + "end": 3465, "loc": { "start": { "line": 85, @@ -4346,8 +4346,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 3292, - "end": 3371, + "start": 3377, + "end": 3458, "loc": { "start": { "line": 86, @@ -4360,8 +4360,8 @@ }, "expression": { "type": "CallExpression", - "start": 3292, - "end": 3370, + "start": 3377, + "end": 3457, "loc": { "start": { "line": 86, @@ -4374,8 +4374,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3292, - "end": 3322, + "start": 3377, + "end": 3407, "loc": { "start": { "line": 86, @@ -4388,8 +4388,8 @@ }, "object": { "type": "CallExpression", - "start": 3292, - "end": 3317, + "start": 3377, + "end": 3402, "loc": { "start": { "line": 86, @@ -4402,8 +4402,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3292, - "end": 3315, + "start": 3377, + "end": 3400, "loc": { "start": { "line": 86, @@ -4416,8 +4416,8 @@ }, "object": { "type": "Identifier", - "start": 3292, - "end": 3304, + "start": 3377, + "end": 3389, "loc": { "start": { "line": 86, @@ -4433,8 +4433,8 @@ }, "property": { "type": "Identifier", - "start": 3305, - "end": 3315, + "start": 3390, + "end": 3400, "loc": { "start": { "line": 86, @@ -4454,8 +4454,8 @@ }, "property": { "type": "Identifier", - "start": 3318, - "end": 3322, + "start": 3403, + "end": 3407, "loc": { "start": { "line": 86, @@ -4474,8 +4474,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 3323, - "end": 3369, + "start": 3408, + "end": 3456, "loc": { "start": { "line": 86, @@ -4493,8 +4493,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 3329, - "end": 3369, + "start": 3414, + "end": 3456, "loc": { "start": { "line": 86, @@ -4508,8 +4508,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 3337, - "end": 3362, + "start": 3423, + "end": 3448, "loc": { "start": { "line": 87, @@ -4522,8 +4522,8 @@ }, "expression": { "type": "CallExpression", - "start": 3337, - "end": 3361, + "start": 3423, + "end": 3447, "loc": { "start": { "line": 87, @@ -4536,8 +4536,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3337, - "end": 3359, + "start": 3423, + "end": 3445, "loc": { "start": { "line": 87, @@ -4550,8 +4550,8 @@ }, "object": { "type": "MemberExpression", - "start": 3337, - "end": 3352, + "start": 3423, + "end": 3438, "loc": { "start": { "line": 87, @@ -4564,8 +4564,8 @@ }, "object": { "type": "Identifier", - "start": 3337, - "end": 3343, + "start": 3423, + "end": 3429, "loc": { "start": { "line": 87, @@ -4581,8 +4581,8 @@ }, "property": { "type": "Identifier", - "start": 3344, - "end": 3352, + "start": 3430, + "end": 3438, "loc": { "start": { "line": 87, @@ -4600,8 +4600,8 @@ }, "property": { "type": "Identifier", - "start": 3353, - "end": 3359, + "start": 3439, + "end": 3445, "loc": { "start": { "line": 87, @@ -4638,8 +4638,8 @@ { "type": "CommentLine", "value": " No service worker found. Probably a different app. Reload the page.", - "start": 3159, - "end": 3229, + "start": 3242, + "end": 3312, "loc": { "start": { "line": 84, @@ -4658,8 +4658,8 @@ }, "alternate": { "type": "BlockStatement", - "start": 3390, - "end": 3472, + "start": 3479, + "end": 3564, "loc": { "start": { "line": 90, @@ -4673,8 +4673,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 3444, - "end": 3467, + "start": 3535, + "end": 3558, "loc": { "start": { "line": 92, @@ -4687,8 +4687,8 @@ }, "expression": { "type": "CallExpression", - "start": 3444, - "end": 3466, + "start": 3535, + "end": 3557, "loc": { "start": { "line": 92, @@ -4701,8 +4701,8 @@ }, "callee": { "type": "Identifier", - "start": 3444, - "end": 3459, + "start": 3535, + "end": 3550, "loc": { "start": { "line": 92, @@ -4720,8 +4720,8 @@ "arguments": [ { "type": "Identifier", - "start": 3460, - "end": 3465, + "start": 3551, + "end": 3556, "loc": { "start": { "line": 92, @@ -4742,8 +4742,8 @@ { "type": "CommentLine", "value": " Service worker found. Proceed as normal.", - "start": 3396, - "end": 3439, + "start": 3486, + "end": 3529, "loc": { "start": { "line": 91, @@ -4764,8 +4764,8 @@ { "type": "CommentLine", "value": " Ensure service worker exists, and that we really are getting a JS file.", - "start": 2960, - "end": 3034, + "start": 3038, + "end": 3112, "loc": { "start": { "line": 79, @@ -4788,8 +4788,8 @@ }, "property": { "type": "Identifier", - "start": 3481, - "end": 3486, + "start": 3575, + "end": 3580, "loc": { "start": { "line": 95, @@ -4809,8 +4809,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 3487, - "end": 3588, + "start": 3581, + "end": 3686, "loc": { "start": { "line": 95, @@ -4828,8 +4828,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 3493, - "end": 3588, + "start": 3587, + "end": 3686, "loc": { "start": { "line": 95, @@ -4843,8 +4843,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 3498, - "end": 3584, + "start": 3593, + "end": 3681, "loc": { "start": { "line": 96, @@ -4857,8 +4857,8 @@ }, "expression": { "type": "CallExpression", - "start": 3498, - "end": 3583, + "start": 3593, + "end": 3680, "loc": { "start": { "line": 96, @@ -4871,8 +4871,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3498, - "end": 3509, + "start": 3593, + "end": 3604, "loc": { "start": { "line": 96, @@ -4885,8 +4885,8 @@ }, "object": { "type": "Identifier", - "start": 3498, - "end": 3505, + "start": 3593, + "end": 3600, "loc": { "start": { "line": 96, @@ -4902,8 +4902,8 @@ }, "property": { "type": "Identifier", - "start": 3506, - "end": 3509, + "start": 3601, + "end": 3604, "loc": { "start": { "line": 96, @@ -4922,8 +4922,8 @@ "arguments": [ { "type": "StringLiteral", - "start": 3515, - "end": 3578, + "start": 3611, + "end": 3674, "loc": { "start": { "line": 97, @@ -4954,8 +4954,8 @@ { "type": "CommentLine", "value": " Check if the service worker can be found. If it can't reload the page.", - "start": 2847, - "end": 2920, + "start": 2922, + "end": 2995, "loc": { "start": { "line": 76, @@ -4975,8 +4975,8 @@ }, { "type": "ExportNamedDeclaration", - "start": 3594, - "end": 3757, + "start": 3695, + "end": 3864, "loc": { "start": { "line": 102, @@ -4991,8 +4991,8 @@ "source": null, "declaration": { "type": "FunctionDeclaration", - "start": 3601, - "end": 3757, + "start": 3702, + "end": 3864, "loc": { "start": { "line": 102, @@ -5005,8 +5005,8 @@ }, "id": { "type": "Identifier", - "start": 3610, - "end": 3620, + "start": 3711, + "end": 3721, "loc": { "start": { "line": 102, @@ -5026,8 +5026,8 @@ "params": [], "body": { "type": "BlockStatement", - "start": 3623, - "end": 3757, + "start": 3724, + "end": 3864, "loc": { "start": { "line": 102, @@ -5041,8 +5041,8 @@ "body": [ { "type": "IfStatement", - "start": 3626, - "end": 3755, + "start": 3728, + "end": 3861, "loc": { "start": { "line": 103, @@ -5055,8 +5055,8 @@ }, "test": { "type": "BinaryExpression", - "start": 3630, - "end": 3658, + "start": 3732, + "end": 3760, "loc": { "start": { "line": 103, @@ -5069,8 +5069,8 @@ }, "left": { "type": "StringLiteral", - "start": 3630, - "end": 3645, + "start": 3732, + "end": 3747, "loc": { "start": { "line": 103, @@ -5090,8 +5090,8 @@ "operator": "in", "right": { "type": "Identifier", - "start": 3649, - "end": 3658, + "start": 3751, + "end": 3760, "loc": { "start": { "line": 103, @@ -5108,8 +5108,8 @@ }, "consequent": { "type": "BlockStatement", - "start": 3660, - "end": 3755, + "start": 3762, + "end": 3861, "loc": { "start": { "line": 103, @@ -5123,8 +5123,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 3664, - "end": 3752, + "start": 3767, + "end": 3857, "loc": { "start": { "line": 104, @@ -5137,8 +5137,8 @@ }, "expression": { "type": "CallExpression", - "start": 3664, - "end": 3751, + "start": 3767, + "end": 3856, "loc": { "start": { "line": 104, @@ -5151,8 +5151,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3664, - "end": 3698, + "start": 3767, + "end": 3801, "loc": { "start": { "line": 104, @@ -5165,8 +5165,8 @@ }, "object": { "type": "MemberExpression", - "start": 3664, - "end": 3693, + "start": 3767, + "end": 3796, "loc": { "start": { "line": 104, @@ -5179,8 +5179,8 @@ }, "object": { "type": "MemberExpression", - "start": 3664, - "end": 3687, + "start": 3767, + "end": 3790, "loc": { "start": { "line": 104, @@ -5193,8 +5193,8 @@ }, "object": { "type": "Identifier", - "start": 3664, - "end": 3673, + "start": 3767, + "end": 3776, "loc": { "start": { "line": 104, @@ -5210,8 +5210,8 @@ }, "property": { "type": "Identifier", - "start": 3674, - "end": 3687, + "start": 3777, + "end": 3790, "loc": { "start": { "line": 104, @@ -5229,8 +5229,8 @@ }, "property": { "type": "Identifier", - "start": 3688, - "end": 3693, + "start": 3791, + "end": 3796, "loc": { "start": { "line": 104, @@ -5248,8 +5248,8 @@ }, "property": { "type": "Identifier", - "start": 3694, - "end": 3698, + "start": 3797, + "end": 3801, "loc": { "start": { "line": 104, @@ -5268,8 +5268,8 @@ "arguments": [ { "type": "ArrowFunctionExpression", - "start": 3699, - "end": 3750, + "start": 3802, + "end": 3855, "loc": { "start": { "line": 104, @@ -5287,8 +5287,8 @@ "params": [ { "type": "Identifier", - "start": 3699, - "end": 3711, + "start": 3802, + "end": 3814, "loc": { "start": { "line": 104, @@ -5305,8 +5305,8 @@ ], "body": { "type": "BlockStatement", - "start": 3715, - "end": 3750, + "start": 3818, + "end": 3855, "loc": { "start": { "line": 104, @@ -5320,8 +5320,8 @@ "body": [ { "type": "ExpressionStatement", - "start": 3720, - "end": 3746, + "start": 3824, + "end": 3850, "loc": { "start": { "line": 105, @@ -5334,8 +5334,8 @@ }, "expression": { "type": "CallExpression", - "start": 3720, - "end": 3745, + "start": 3824, + "end": 3849, "loc": { "start": { "line": 105, @@ -5348,8 +5348,8 @@ }, "callee": { "type": "MemberExpression", - "start": 3720, - "end": 3743, + "start": 3824, + "end": 3847, "loc": { "start": { "line": 105, @@ -5362,8 +5362,8 @@ }, "object": { "type": "Identifier", - "start": 3720, - "end": 3732, + "start": 3824, + "end": 3836, "loc": { "start": { "line": 105, @@ -5379,8 +5379,8 @@ }, "property": { "type": "Identifier", - "start": 3733, - "end": 3743, + "start": 3837, + "end": 3847, "loc": { "start": { "line": 105, @@ -5441,8 +5441,8 @@ { "type": "CommentLine", "value": " This lets the app load faster on subsequent visits in production, and gives", - "start": 82, - "end": 160, + "start": 84, + "end": 162, "loc": { "start": { "line": 3, @@ -5457,8 +5457,8 @@ { "type": "CommentLine", "value": " it offline capabilities. However, it also means that developers (and users)", - "start": 161, - "end": 239, + "start": 164, + "end": 242, "loc": { "start": { "line": 4, @@ -5473,8 +5473,8 @@ { "type": "CommentLine", "value": " will only see deployed updates on the \"N+1\" visit to a page, since previously", - "start": 240, - "end": 320, + "start": 244, + "end": 324, "loc": { "start": { "line": 5, @@ -5489,8 +5489,8 @@ { "type": "CommentLine", "value": " cached resources are updated in the background.", - "start": 321, - "end": 371, + "start": 326, + "end": 376, "loc": { "start": { "line": 6, @@ -5505,8 +5505,8 @@ { "type": "CommentLine", "value": " To learn more about the benefits of this model, read https://goo.gl/KwvDNy.", - "start": 373, - "end": 451, + "start": 380, + "end": 458, "loc": { "start": { "line": 8, @@ -5521,8 +5521,8 @@ { "type": "CommentLine", "value": " This link also includes instructions on opting out of this behavior.", - "start": 452, - "end": 523, + "start": 460, + "end": 531, "loc": { "start": { "line": 9, @@ -5537,8 +5537,8 @@ { "type": "CommentLine", "value": " [::1] is the IPv6 localhost address.", - "start": 603, - "end": 642, + "start": 615, + "end": 654, "loc": { "start": { "line": 13, @@ -5553,8 +5553,8 @@ { "type": "CommentLine", "value": " 127.0.0.1/8 is considered localhost for IPv4.", - "start": 691, - "end": 739, + "start": 705, + "end": 753, "loc": { "start": { "line": 15, @@ -5569,8 +5569,8 @@ { "type": "CommentLine", "value": " The URL constructor is available in all browsers that support SW.", - "start": 965, - "end": 1033, + "start": 987, + "end": 1055, "loc": { "start": { "line": 23, @@ -5585,8 +5585,8 @@ { "type": "CommentLine", "value": " Our service worker won't work if PUBLIC_URL is on a different origin", - "start": 1160, - "end": 1231, + "start": 1185, + "end": 1256, "loc": { "start": { "line": 26, @@ -5601,8 +5601,8 @@ { "type": "CommentLine", "value": " from what our page is served on. This might happen if a CDN is used to", - "start": 1235, - "end": 1308, + "start": 1261, + "end": 1334, "loc": { "start": { "line": 27, @@ -5617,8 +5617,8 @@ { "type": "CommentLine", "value": " serve assets; see https://github.com/facebookincubator/create-react-app/issues/2374", - "start": 1312, - "end": 1398, + "start": 1339, + "end": 1425, "loc": { "start": { "line": 28, @@ -5633,8 +5633,8 @@ { "type": "CommentLine", "value": " This is running on localhost. Lets check if a service worker still exists or not.", - "start": 1548, - "end": 1632, + "start": 1583, + "end": 1667, "loc": { "start": { "line": 36, @@ -5649,8 +5649,8 @@ { "type": "CommentLine", "value": " Is not local host. Just register service worker", - "start": 1685, - "end": 1735, + "start": 1723, + "end": 1773, "loc": { "start": { "line": 39, @@ -5665,8 +5665,8 @@ { "type": "CommentLine", "value": " At this point, the old content will have been purged and", - "start": 2130, - "end": 2189, + "start": 2184, + "end": 2243, "loc": { "start": { "line": 55, @@ -5681,8 +5681,8 @@ { "type": "CommentLine", "value": " the fresh content will have been added to the cache.", - "start": 2197, - "end": 2252, + "start": 2252, + "end": 2307, "loc": { "start": { "line": 56, @@ -5697,8 +5697,8 @@ { "type": "CommentLine", "value": " It's the perfect time to display a \"New content is", - "start": 2260, - "end": 2313, + "start": 2316, + "end": 2369, "loc": { "start": { "line": 57, @@ -5713,8 +5713,8 @@ { "type": "CommentLine", "value": " available; please refresh.\" message in your web app.", - "start": 2321, - "end": 2376, + "start": 2378, + "end": 2433, "loc": { "start": { "line": 58, @@ -5729,8 +5729,8 @@ { "type": "CommentLine", "value": " At this point, everything has been precached.", - "start": 2464, - "end": 2512, + "start": 2524, + "end": 2572, "loc": { "start": { "line": 61, @@ -5745,8 +5745,8 @@ { "type": "CommentLine", "value": " It's the perfect time to display a", - "start": 2520, - "end": 2557, + "start": 2581, + "end": 2618, "loc": { "start": { "line": 62, @@ -5761,8 +5761,8 @@ { "type": "CommentLine", "value": " \"Content is cached for offline use.\" message.", - "start": 2565, - "end": 2613, + "start": 2627, + "end": 2675, "loc": { "start": { "line": 63, @@ -5777,8 +5777,8 @@ { "type": "CommentLine", "value": " Check if the service worker can be found. If it can't reload the page.", - "start": 2847, - "end": 2920, + "start": 2922, + "end": 2995, "loc": { "start": { "line": 76, @@ -5793,8 +5793,8 @@ { "type": "CommentLine", "value": " Ensure service worker exists, and that we really are getting a JS file.", - "start": 2960, - "end": 3034, + "start": 3038, + "end": 3112, "loc": { "start": { "line": 79, @@ -5809,8 +5809,8 @@ { "type": "CommentLine", "value": " No service worker found. Probably a different app. Reload the page.", - "start": 3159, - "end": 3229, + "start": 3242, + "end": 3312, "loc": { "start": { "line": 84, @@ -5825,8 +5825,8 @@ { "type": "CommentLine", "value": " Service worker found. Proceed as normal.", - "start": 3396, - "end": 3439, + "start": 3486, + "end": 3529, "loc": { "start": { "line": 91, @@ -5859,8 +5859,8 @@ { "type": "CommentLine", "value": " This lets the app load faster on subsequent visits in production, and gives", - "start": 82, - "end": 160, + "start": 84, + "end": 162, "loc": { "start": { "line": 3, @@ -5875,8 +5875,8 @@ { "type": "CommentLine", "value": " it offline capabilities. However, it also means that developers (and users)", - "start": 161, - "end": 239, + "start": 164, + "end": 242, "loc": { "start": { "line": 4, @@ -5891,8 +5891,8 @@ { "type": "CommentLine", "value": " will only see deployed updates on the \"N+1\" visit to a page, since previously", - "start": 240, - "end": 320, + "start": 244, + "end": 324, "loc": { "start": { "line": 5, @@ -5907,8 +5907,8 @@ { "type": "CommentLine", "value": " cached resources are updated in the background.", - "start": 321, - "end": 371, + "start": 326, + "end": 376, "loc": { "start": { "line": 6, @@ -5923,8 +5923,8 @@ { "type": "CommentLine", "value": " To learn more about the benefits of this model, read https://goo.gl/KwvDNy.", - "start": 373, - "end": 451, + "start": 380, + "end": 458, "loc": { "start": { "line": 8, @@ -5939,8 +5939,8 @@ { "type": "CommentLine", "value": " This link also includes instructions on opting out of this behavior.", - "start": 452, - "end": 523, + "start": 460, + "end": 531, "loc": { "start": { "line": 9, @@ -5967,8 +5967,8 @@ "updateContext": null }, "value": "const", - "start": 525, - "end": 530, + "start": 535, + "end": 540, "loc": { "start": { "line": 11, @@ -5993,8 +5993,8 @@ "binop": null }, "value": "isLocalhost", - "start": 531, - "end": 542, + "start": 541, + "end": 552, "loc": { "start": { "line": 11, @@ -6020,8 +6020,8 @@ "updateContext": null }, "value": "=", - "start": 543, - "end": 544, + "start": 553, + "end": 554, "loc": { "start": { "line": 11, @@ -6046,8 +6046,8 @@ "binop": null }, "value": "Boolean", - "start": 545, - "end": 552, + "start": 555, + "end": 562, "loc": { "start": { "line": 11, @@ -6071,8 +6071,8 @@ "postfix": false, "binop": null }, - "start": 552, - "end": 553, + "start": 562, + "end": 563, "loc": { "start": { "line": 11, @@ -6097,8 +6097,8 @@ "binop": null }, "value": "window", - "start": 555, - "end": 561, + "start": 566, + "end": 572, "loc": { "start": { "line": 12, @@ -6123,8 +6123,8 @@ "binop": null, "updateContext": null }, - "start": 561, - "end": 562, + "start": 572, + "end": 573, "loc": { "start": { "line": 12, @@ -6149,8 +6149,8 @@ "binop": null }, "value": "location", - "start": 562, - "end": 570, + "start": 573, + "end": 581, "loc": { "start": { "line": 12, @@ -6175,8 +6175,8 @@ "binop": null, "updateContext": null }, - "start": 570, - "end": 571, + "start": 581, + "end": 582, "loc": { "start": { "line": 12, @@ -6201,8 +6201,8 @@ "binop": null }, "value": "hostname", - "start": 571, - "end": 579, + "start": 582, + "end": 590, "loc": { "start": { "line": 12, @@ -6228,8 +6228,8 @@ "updateContext": null }, "value": "===", - "start": 580, - "end": 583, + "start": 591, + "end": 594, "loc": { "start": { "line": 12, @@ -6255,8 +6255,8 @@ "updateContext": null }, "value": "localhost", - "start": 584, - "end": 595, + "start": 595, + "end": 606, "loc": { "start": { "line": 12, @@ -6282,8 +6282,8 @@ "updateContext": null }, "value": "||", - "start": 596, - "end": 598, + "start": 607, + "end": 609, "loc": { "start": { "line": 12, @@ -6298,8 +6298,8 @@ { "type": "CommentLine", "value": " [::1] is the IPv6 localhost address.", - "start": 603, - "end": 642, + "start": 615, + "end": 654, "loc": { "start": { "line": 13, @@ -6324,8 +6324,8 @@ "binop": null }, "value": "window", - "start": 647, - "end": 653, + "start": 660, + "end": 666, "loc": { "start": { "line": 14, @@ -6350,8 +6350,8 @@ "binop": null, "updateContext": null }, - "start": 653, - "end": 654, + "start": 666, + "end": 667, "loc": { "start": { "line": 14, @@ -6376,8 +6376,8 @@ "binop": null }, "value": "location", - "start": 654, - "end": 662, + "start": 667, + "end": 675, "loc": { "start": { "line": 14, @@ -6402,8 +6402,8 @@ "binop": null, "updateContext": null }, - "start": 662, - "end": 663, + "start": 675, + "end": 676, "loc": { "start": { "line": 14, @@ -6428,8 +6428,8 @@ "binop": null }, "value": "hostname", - "start": 663, - "end": 671, + "start": 676, + "end": 684, "loc": { "start": { "line": 14, @@ -6455,8 +6455,8 @@ "updateContext": null }, "value": "===", - "start": 672, - "end": 675, + "start": 685, + "end": 688, "loc": { "start": { "line": 14, @@ -6482,8 +6482,8 @@ "updateContext": null }, "value": "[::1]", - "start": 676, - "end": 683, + "start": 689, + "end": 696, "loc": { "start": { "line": 14, @@ -6509,8 +6509,8 @@ "updateContext": null }, "value": "||", - "start": 684, - "end": 686, + "start": 697, + "end": 699, "loc": { "start": { "line": 14, @@ -6525,8 +6525,8 @@ { "type": "CommentLine", "value": " 127.0.0.1/8 is considered localhost for IPv4.", - "start": 691, - "end": 739, + "start": 705, + "end": 753, "loc": { "start": { "line": 15, @@ -6551,8 +6551,8 @@ "binop": null }, "value": "window", - "start": 744, - "end": 750, + "start": 759, + "end": 765, "loc": { "start": { "line": 16, @@ -6577,8 +6577,8 @@ "binop": null, "updateContext": null }, - "start": 750, - "end": 751, + "start": 765, + "end": 766, "loc": { "start": { "line": 16, @@ -6603,8 +6603,8 @@ "binop": null }, "value": "location", - "start": 751, - "end": 759, + "start": 766, + "end": 774, "loc": { "start": { "line": 16, @@ -6629,8 +6629,8 @@ "binop": null, "updateContext": null }, - "start": 759, - "end": 760, + "start": 774, + "end": 775, "loc": { "start": { "line": 16, @@ -6655,8 +6655,8 @@ "binop": null }, "value": "hostname", - "start": 760, - "end": 768, + "start": 775, + "end": 783, "loc": { "start": { "line": 16, @@ -6681,8 +6681,8 @@ "binop": null, "updateContext": null }, - "start": 768, - "end": 769, + "start": 783, + "end": 784, "loc": { "start": { "line": 16, @@ -6707,8 +6707,8 @@ "binop": null }, "value": "match", - "start": 769, - "end": 774, + "start": 784, + "end": 789, "loc": { "start": { "line": 16, @@ -6732,8 +6732,8 @@ "postfix": false, "binop": null }, - "start": 774, - "end": 775, + "start": 789, + "end": 790, "loc": { "start": { "line": 16, @@ -6762,8 +6762,8 @@ "pattern": "^127(?:\\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$", "flags": "" }, - "start": 781, - "end": 837, + "start": 797, + "end": 853, "loc": { "start": { "line": 17, @@ -6787,8 +6787,8 @@ "postfix": false, "binop": null }, - "start": 842, - "end": 843, + "start": 859, + "end": 860, "loc": { "start": { "line": 18, @@ -6812,8 +6812,8 @@ "postfix": false, "binop": null }, - "start": 844, - "end": 845, + "start": 862, + "end": 863, "loc": { "start": { "line": 19, @@ -6838,8 +6838,8 @@ "binop": null, "updateContext": null }, - "start": 845, - "end": 846, + "start": 863, + "end": 864, "loc": { "start": { "line": 19, @@ -6866,8 +6866,8 @@ "updateContext": null }, "value": "export", - "start": 848, - "end": 854, + "start": 868, + "end": 874, "loc": { "start": { "line": 21, @@ -6894,8 +6894,8 @@ "updateContext": null }, "value": "default", - "start": 855, - "end": 862, + "start": 875, + "end": 882, "loc": { "start": { "line": 21, @@ -6921,8 +6921,8 @@ "binop": null }, "value": "function", - "start": 863, - "end": 871, + "start": 883, + "end": 891, "loc": { "start": { "line": 21, @@ -6947,8 +6947,8 @@ "binop": null }, "value": "register", - "start": 872, - "end": 880, + "start": 892, + "end": 900, "loc": { "start": { "line": 21, @@ -6972,8 +6972,8 @@ "postfix": false, "binop": null }, - "start": 880, - "end": 881, + "start": 900, + "end": 901, "loc": { "start": { "line": 21, @@ -6997,8 +6997,8 @@ "postfix": false, "binop": null }, - "start": 881, - "end": 882, + "start": 901, + "end": 902, "loc": { "start": { "line": 21, @@ -7022,8 +7022,8 @@ "postfix": false, "binop": null }, - "start": 883, - "end": 884, + "start": 903, + "end": 904, "loc": { "start": { "line": 21, @@ -7050,8 +7050,8 @@ "updateContext": null }, "value": "if", - "start": 886, - "end": 888, + "start": 907, + "end": 909, "loc": { "start": { "line": 22, @@ -7075,8 +7075,8 @@ "postfix": false, "binop": null }, - "start": 889, - "end": 890, + "start": 910, + "end": 911, "loc": { "start": { "line": 22, @@ -7101,8 +7101,8 @@ "binop": null }, "value": "process", - "start": 890, - "end": 897, + "start": 911, + "end": 918, "loc": { "start": { "line": 22, @@ -7127,8 +7127,8 @@ "binop": null, "updateContext": null }, - "start": 897, - "end": 898, + "start": 918, + "end": 919, "loc": { "start": { "line": 22, @@ -7153,8 +7153,8 @@ "binop": null }, "value": "env", - "start": 898, - "end": 901, + "start": 919, + "end": 922, "loc": { "start": { "line": 22, @@ -7179,8 +7179,8 @@ "binop": null, "updateContext": null }, - "start": 901, - "end": 902, + "start": 922, + "end": 923, "loc": { "start": { "line": 22, @@ -7205,8 +7205,8 @@ "binop": null }, "value": "NODE_ENV", - "start": 902, - "end": 910, + "start": 923, + "end": 931, "loc": { "start": { "line": 22, @@ -7232,8 +7232,8 @@ "updateContext": null }, "value": "===", - "start": 911, - "end": 914, + "start": 932, + "end": 935, "loc": { "start": { "line": 22, @@ -7259,8 +7259,8 @@ "updateContext": null }, "value": "production", - "start": 915, - "end": 927, + "start": 936, + "end": 948, "loc": { "start": { "line": 22, @@ -7286,8 +7286,8 @@ "updateContext": null }, "value": "&&", - "start": 928, - "end": 930, + "start": 949, + "end": 951, "loc": { "start": { "line": 22, @@ -7313,8 +7313,8 @@ "updateContext": null }, "value": "serviceWorker", - "start": 931, - "end": 946, + "start": 952, + "end": 967, "loc": { "start": { "line": 22, @@ -7341,8 +7341,8 @@ "updateContext": null }, "value": "in", - "start": 947, - "end": 949, + "start": 968, + "end": 970, "loc": { "start": { "line": 22, @@ -7367,8 +7367,8 @@ "binop": null }, "value": "navigator", - "start": 950, - "end": 959, + "start": 971, + "end": 980, "loc": { "start": { "line": 22, @@ -7392,8 +7392,8 @@ "postfix": false, "binop": null }, - "start": 959, - "end": 960, + "start": 980, + "end": 981, "loc": { "start": { "line": 22, @@ -7417,8 +7417,8 @@ "postfix": false, "binop": null }, - "start": 961, - "end": 962, + "start": 982, + "end": 983, "loc": { "start": { "line": 22, @@ -7433,8 +7433,8 @@ { "type": "CommentLine", "value": " The URL constructor is available in all browsers that support SW.", - "start": 965, - "end": 1033, + "start": 987, + "end": 1055, "loc": { "start": { "line": 23, @@ -7461,8 +7461,8 @@ "updateContext": null }, "value": "const", - "start": 1036, - "end": 1041, + "start": 1059, + "end": 1064, "loc": { "start": { "line": 24, @@ -7487,8 +7487,8 @@ "binop": null }, "value": "publicUrl", - "start": 1042, - "end": 1051, + "start": 1065, + "end": 1074, "loc": { "start": { "line": 24, @@ -7514,8 +7514,8 @@ "updateContext": null }, "value": "=", - "start": 1052, - "end": 1053, + "start": 1075, + "end": 1076, "loc": { "start": { "line": 24, @@ -7542,8 +7542,8 @@ "updateContext": null }, "value": "new", - "start": 1054, - "end": 1057, + "start": 1077, + "end": 1080, "loc": { "start": { "line": 24, @@ -7568,8 +7568,8 @@ "binop": null }, "value": "URL", - "start": 1058, - "end": 1061, + "start": 1081, + "end": 1084, "loc": { "start": { "line": 24, @@ -7593,8 +7593,8 @@ "postfix": false, "binop": null }, - "start": 1061, - "end": 1062, + "start": 1084, + "end": 1085, "loc": { "start": { "line": 24, @@ -7619,8 +7619,8 @@ "binop": null }, "value": "process", - "start": 1062, - "end": 1069, + "start": 1085, + "end": 1092, "loc": { "start": { "line": 24, @@ -7645,8 +7645,8 @@ "binop": null, "updateContext": null }, - "start": 1069, - "end": 1070, + "start": 1092, + "end": 1093, "loc": { "start": { "line": 24, @@ -7671,8 +7671,8 @@ "binop": null }, "value": "env", - "start": 1070, - "end": 1073, + "start": 1093, + "end": 1096, "loc": { "start": { "line": 24, @@ -7697,8 +7697,8 @@ "binop": null, "updateContext": null }, - "start": 1073, - "end": 1074, + "start": 1096, + "end": 1097, "loc": { "start": { "line": 24, @@ -7723,8 +7723,8 @@ "binop": null }, "value": "PUBLIC_URL", - "start": 1074, - "end": 1084, + "start": 1097, + "end": 1107, "loc": { "start": { "line": 24, @@ -7749,8 +7749,8 @@ "binop": null, "updateContext": null }, - "start": 1084, - "end": 1085, + "start": 1107, + "end": 1108, "loc": { "start": { "line": 24, @@ -7775,8 +7775,8 @@ "binop": null }, "value": "window", - "start": 1086, - "end": 1092, + "start": 1109, + "end": 1115, "loc": { "start": { "line": 24, @@ -7801,8 +7801,8 @@ "binop": null, "updateContext": null }, - "start": 1092, - "end": 1093, + "start": 1115, + "end": 1116, "loc": { "start": { "line": 24, @@ -7827,8 +7827,8 @@ "binop": null }, "value": "location", - "start": 1093, - "end": 1101, + "start": 1116, + "end": 1124, "loc": { "start": { "line": 24, @@ -7852,8 +7852,8 @@ "postfix": false, "binop": null }, - "start": 1101, - "end": 1102, + "start": 1124, + "end": 1125, "loc": { "start": { "line": 24, @@ -7878,8 +7878,8 @@ "binop": null, "updateContext": null }, - "start": 1102, - "end": 1103, + "start": 1125, + "end": 1126, "loc": { "start": { "line": 24, @@ -7906,8 +7906,8 @@ "updateContext": null }, "value": "if", - "start": 1106, - "end": 1108, + "start": 1130, + "end": 1132, "loc": { "start": { "line": 25, @@ -7931,8 +7931,8 @@ "postfix": false, "binop": null }, - "start": 1109, - "end": 1110, + "start": 1133, + "end": 1134, "loc": { "start": { "line": 25, @@ -7957,8 +7957,8 @@ "binop": null }, "value": "publicUrl", - "start": 1110, - "end": 1119, + "start": 1134, + "end": 1143, "loc": { "start": { "line": 25, @@ -7983,8 +7983,8 @@ "binop": null, "updateContext": null }, - "start": 1119, - "end": 1120, + "start": 1143, + "end": 1144, "loc": { "start": { "line": 25, @@ -8009,8 +8009,8 @@ "binop": null }, "value": "origin", - "start": 1120, - "end": 1126, + "start": 1144, + "end": 1150, "loc": { "start": { "line": 25, @@ -8036,8 +8036,8 @@ "updateContext": null }, "value": "!==", - "start": 1127, - "end": 1130, + "start": 1151, + "end": 1154, "loc": { "start": { "line": 25, @@ -8062,8 +8062,8 @@ "binop": null }, "value": "window", - "start": 1131, - "end": 1137, + "start": 1155, + "end": 1161, "loc": { "start": { "line": 25, @@ -8088,8 +8088,8 @@ "binop": null, "updateContext": null }, - "start": 1137, - "end": 1138, + "start": 1161, + "end": 1162, "loc": { "start": { "line": 25, @@ -8114,8 +8114,8 @@ "binop": null }, "value": "location", - "start": 1138, - "end": 1146, + "start": 1162, + "end": 1170, "loc": { "start": { "line": 25, @@ -8140,8 +8140,8 @@ "binop": null, "updateContext": null }, - "start": 1146, - "end": 1147, + "start": 1170, + "end": 1171, "loc": { "start": { "line": 25, @@ -8166,8 +8166,8 @@ "binop": null }, "value": "origin", - "start": 1147, - "end": 1153, + "start": 1171, + "end": 1177, "loc": { "start": { "line": 25, @@ -8191,8 +8191,8 @@ "postfix": false, "binop": null }, - "start": 1153, - "end": 1154, + "start": 1177, + "end": 1178, "loc": { "start": { "line": 25, @@ -8216,8 +8216,8 @@ "postfix": false, "binop": null }, - "start": 1155, - "end": 1156, + "start": 1179, + "end": 1180, "loc": { "start": { "line": 25, @@ -8232,8 +8232,8 @@ { "type": "CommentLine", "value": " Our service worker won't work if PUBLIC_URL is on a different origin", - "start": 1160, - "end": 1231, + "start": 1185, + "end": 1256, "loc": { "start": { "line": 26, @@ -8248,8 +8248,8 @@ { "type": "CommentLine", "value": " from what our page is served on. This might happen if a CDN is used to", - "start": 1235, - "end": 1308, + "start": 1261, + "end": 1334, "loc": { "start": { "line": 27, @@ -8264,8 +8264,8 @@ { "type": "CommentLine", "value": " serve assets; see https://github.com/facebookincubator/create-react-app/issues/2374", - "start": 1312, - "end": 1398, + "start": 1339, + "end": 1425, "loc": { "start": { "line": 28, @@ -8292,8 +8292,8 @@ "updateContext": null }, "value": "return", - "start": 1402, - "end": 1408, + "start": 1430, + "end": 1436, "loc": { "start": { "line": 29, @@ -8318,8 +8318,8 @@ "binop": null, "updateContext": null }, - "start": 1408, - "end": 1409, + "start": 1436, + "end": 1437, "loc": { "start": { "line": 29, @@ -8343,8 +8343,8 @@ "postfix": false, "binop": null }, - "start": 1412, - "end": 1413, + "start": 1441, + "end": 1442, "loc": { "start": { "line": 30, @@ -8369,8 +8369,8 @@ "binop": null }, "value": "window", - "start": 1417, - "end": 1423, + "start": 1448, + "end": 1454, "loc": { "start": { "line": 32, @@ -8395,8 +8395,8 @@ "binop": null, "updateContext": null }, - "start": 1423, - "end": 1424, + "start": 1454, + "end": 1455, "loc": { "start": { "line": 32, @@ -8421,8 +8421,8 @@ "binop": null }, "value": "addEventListener", - "start": 1424, - "end": 1440, + "start": 1455, + "end": 1471, "loc": { "start": { "line": 32, @@ -8446,8 +8446,8 @@ "postfix": false, "binop": null }, - "start": 1440, - "end": 1441, + "start": 1471, + "end": 1472, "loc": { "start": { "line": 32, @@ -8473,8 +8473,8 @@ "updateContext": null }, "value": "load", - "start": 1441, - "end": 1447, + "start": 1472, + "end": 1478, "loc": { "start": { "line": 32, @@ -8499,8 +8499,8 @@ "binop": null, "updateContext": null }, - "start": 1447, - "end": 1448, + "start": 1478, + "end": 1479, "loc": { "start": { "line": 32, @@ -8524,8 +8524,8 @@ "postfix": false, "binop": null }, - "start": 1449, - "end": 1450, + "start": 1480, + "end": 1481, "loc": { "start": { "line": 32, @@ -8549,8 +8549,8 @@ "postfix": false, "binop": null }, - "start": 1450, - "end": 1451, + "start": 1481, + "end": 1482, "loc": { "start": { "line": 32, @@ -8575,8 +8575,8 @@ "binop": null, "updateContext": null }, - "start": 1452, - "end": 1454, + "start": 1483, + "end": 1485, "loc": { "start": { "line": 32, @@ -8600,8 +8600,8 @@ "postfix": false, "binop": null }, - "start": 1455, - "end": 1456, + "start": 1486, + "end": 1487, "loc": { "start": { "line": 32, @@ -8628,8 +8628,8 @@ "updateContext": null }, "value": "const", - "start": 1460, - "end": 1465, + "start": 1492, + "end": 1497, "loc": { "start": { "line": 33, @@ -8654,8 +8654,8 @@ "binop": null }, "value": "swUrl", - "start": 1466, - "end": 1471, + "start": 1498, + "end": 1503, "loc": { "start": { "line": 33, @@ -8681,8 +8681,8 @@ "updateContext": null }, "value": "=", - "start": 1472, - "end": 1473, + "start": 1504, + "end": 1505, "loc": { "start": { "line": 33, @@ -8706,8 +8706,8 @@ "postfix": false, "binop": null }, - "start": 1474, - "end": 1475, + "start": 1506, + "end": 1507, "loc": { "start": { "line": 33, @@ -8733,8 +8733,8 @@ "updateContext": null }, "value": "", - "start": 1475, - "end": 1475, + "start": 1507, + "end": 1507, "loc": { "start": { "line": 33, @@ -8758,8 +8758,8 @@ "postfix": false, "binop": null }, - "start": 1475, - "end": 1477, + "start": 1507, + "end": 1509, "loc": { "start": { "line": 33, @@ -8784,8 +8784,8 @@ "binop": null }, "value": "process", - "start": 1477, - "end": 1484, + "start": 1509, + "end": 1516, "loc": { "start": { "line": 33, @@ -8810,8 +8810,8 @@ "binop": null, "updateContext": null }, - "start": 1484, - "end": 1485, + "start": 1516, + "end": 1517, "loc": { "start": { "line": 33, @@ -8836,8 +8836,8 @@ "binop": null }, "value": "env", - "start": 1485, - "end": 1488, + "start": 1517, + "end": 1520, "loc": { "start": { "line": 33, @@ -8862,8 +8862,8 @@ "binop": null, "updateContext": null }, - "start": 1488, - "end": 1489, + "start": 1520, + "end": 1521, "loc": { "start": { "line": 33, @@ -8888,8 +8888,8 @@ "binop": null }, "value": "PUBLIC_URL", - "start": 1489, - "end": 1499, + "start": 1521, + "end": 1531, "loc": { "start": { "line": 33, @@ -8913,8 +8913,8 @@ "postfix": false, "binop": null }, - "start": 1499, - "end": 1500, + "start": 1531, + "end": 1532, "loc": { "start": { "line": 33, @@ -8940,8 +8940,8 @@ "updateContext": null }, "value": "/service-worker.js", - "start": 1500, - "end": 1518, + "start": 1532, + "end": 1550, "loc": { "start": { "line": 33, @@ -8965,8 +8965,8 @@ "postfix": false, "binop": null }, - "start": 1518, - "end": 1519, + "start": 1550, + "end": 1551, "loc": { "start": { "line": 33, @@ -8991,8 +8991,8 @@ "binop": null, "updateContext": null }, - "start": 1519, - "end": 1520, + "start": 1551, + "end": 1552, "loc": { "start": { "line": 33, @@ -9019,8 +9019,8 @@ "updateContext": null }, "value": "if", - "start": 1525, - "end": 1527, + "start": 1559, + "end": 1561, "loc": { "start": { "line": 35, @@ -9044,8 +9044,8 @@ "postfix": false, "binop": null }, - "start": 1528, - "end": 1529, + "start": 1562, + "end": 1563, "loc": { "start": { "line": 35, @@ -9070,8 +9070,8 @@ "binop": null }, "value": "isLocalhost", - "start": 1529, - "end": 1540, + "start": 1563, + "end": 1574, "loc": { "start": { "line": 35, @@ -9095,8 +9095,8 @@ "postfix": false, "binop": null }, - "start": 1540, - "end": 1541, + "start": 1574, + "end": 1575, "loc": { "start": { "line": 35, @@ -9120,8 +9120,8 @@ "postfix": false, "binop": null }, - "start": 1542, - "end": 1543, + "start": 1576, + "end": 1577, "loc": { "start": { "line": 35, @@ -9136,8 +9136,8 @@ { "type": "CommentLine", "value": " This is running on localhost. Lets check if a service worker still exists or not.", - "start": 1548, - "end": 1632, + "start": 1583, + "end": 1667, "loc": { "start": { "line": 36, @@ -9162,8 +9162,8 @@ "binop": null }, "value": "checkValidServiceWorker", - "start": 1637, - "end": 1660, + "start": 1673, + "end": 1696, "loc": { "start": { "line": 37, @@ -9187,8 +9187,8 @@ "postfix": false, "binop": null }, - "start": 1660, - "end": 1661, + "start": 1696, + "end": 1697, "loc": { "start": { "line": 37, @@ -9213,8 +9213,8 @@ "binop": null }, "value": "swUrl", - "start": 1661, - "end": 1666, + "start": 1697, + "end": 1702, "loc": { "start": { "line": 37, @@ -9238,8 +9238,8 @@ "postfix": false, "binop": null }, - "start": 1666, - "end": 1667, + "start": 1702, + "end": 1703, "loc": { "start": { "line": 37, @@ -9264,8 +9264,8 @@ "binop": null, "updateContext": null }, - "start": 1667, - "end": 1668, + "start": 1703, + "end": 1704, "loc": { "start": { "line": 37, @@ -9289,8 +9289,8 @@ "postfix": false, "binop": null }, - "start": 1672, - "end": 1673, + "start": 1709, + "end": 1710, "loc": { "start": { "line": 38, @@ -9317,8 +9317,8 @@ "updateContext": null }, "value": "else", - "start": 1674, - "end": 1678, + "start": 1711, + "end": 1715, "loc": { "start": { "line": 38, @@ -9342,8 +9342,8 @@ "postfix": false, "binop": null }, - "start": 1679, - "end": 1680, + "start": 1716, + "end": 1717, "loc": { "start": { "line": 38, @@ -9358,8 +9358,8 @@ { "type": "CommentLine", "value": " Is not local host. Just register service worker", - "start": 1685, - "end": 1735, + "start": 1723, + "end": 1773, "loc": { "start": { "line": 39, @@ -9384,8 +9384,8 @@ "binop": null }, "value": "registerValidSW", - "start": 1740, - "end": 1755, + "start": 1779, + "end": 1794, "loc": { "start": { "line": 40, @@ -9409,8 +9409,8 @@ "postfix": false, "binop": null }, - "start": 1755, - "end": 1756, + "start": 1794, + "end": 1795, "loc": { "start": { "line": 40, @@ -9435,8 +9435,8 @@ "binop": null }, "value": "swUrl", - "start": 1756, - "end": 1761, + "start": 1795, + "end": 1800, "loc": { "start": { "line": 40, @@ -9460,8 +9460,8 @@ "postfix": false, "binop": null }, - "start": 1761, - "end": 1762, + "start": 1800, + "end": 1801, "loc": { "start": { "line": 40, @@ -9486,8 +9486,8 @@ "binop": null, "updateContext": null }, - "start": 1762, - "end": 1763, + "start": 1801, + "end": 1802, "loc": { "start": { "line": 40, @@ -9511,8 +9511,8 @@ "postfix": false, "binop": null }, - "start": 1767, - "end": 1768, + "start": 1807, + "end": 1808, "loc": { "start": { "line": 41, @@ -9536,8 +9536,8 @@ "postfix": false, "binop": null }, - "start": 1771, - "end": 1772, + "start": 1812, + "end": 1813, "loc": { "start": { "line": 42, @@ -9561,8 +9561,8 @@ "postfix": false, "binop": null }, - "start": 1772, - "end": 1773, + "start": 1813, + "end": 1814, "loc": { "start": { "line": 42, @@ -9587,8 +9587,8 @@ "binop": null, "updateContext": null }, - "start": 1773, - "end": 1774, + "start": 1814, + "end": 1815, "loc": { "start": { "line": 42, @@ -9612,8 +9612,8 @@ "postfix": false, "binop": null }, - "start": 1776, - "end": 1777, + "start": 1818, + "end": 1819, "loc": { "start": { "line": 43, @@ -9637,8 +9637,8 @@ "postfix": false, "binop": null }, - "start": 1778, - "end": 1779, + "start": 1821, + "end": 1822, "loc": { "start": { "line": 44, @@ -9664,8 +9664,8 @@ "binop": null }, "value": "function", - "start": 1781, - "end": 1789, + "start": 1826, + "end": 1834, "loc": { "start": { "line": 46, @@ -9690,8 +9690,8 @@ "binop": null }, "value": "registerValidSW", - "start": 1790, - "end": 1805, + "start": 1835, + "end": 1850, "loc": { "start": { "line": 46, @@ -9715,8 +9715,8 @@ "postfix": false, "binop": null }, - "start": 1805, - "end": 1806, + "start": 1850, + "end": 1851, "loc": { "start": { "line": 46, @@ -9741,8 +9741,8 @@ "binop": null }, "value": "swUrl", - "start": 1806, - "end": 1811, + "start": 1851, + "end": 1856, "loc": { "start": { "line": 46, @@ -9766,8 +9766,8 @@ "postfix": false, "binop": null }, - "start": 1811, - "end": 1812, + "start": 1856, + "end": 1857, "loc": { "start": { "line": 46, @@ -9791,8 +9791,8 @@ "postfix": false, "binop": null }, - "start": 1813, - "end": 1814, + "start": 1858, + "end": 1859, "loc": { "start": { "line": 46, @@ -9817,8 +9817,8 @@ "binop": null }, "value": "navigator", - "start": 1816, - "end": 1825, + "start": 1862, + "end": 1871, "loc": { "start": { "line": 47, @@ -9843,8 +9843,8 @@ "binop": null, "updateContext": null }, - "start": 1825, - "end": 1826, + "start": 1871, + "end": 1872, "loc": { "start": { "line": 47, @@ -9869,8 +9869,8 @@ "binop": null }, "value": "serviceWorker", - "start": 1826, - "end": 1839, + "start": 1872, + "end": 1885, "loc": { "start": { "line": 47, @@ -9895,8 +9895,8 @@ "binop": null, "updateContext": null }, - "start": 1842, - "end": 1843, + "start": 1889, + "end": 1890, "loc": { "start": { "line": 48, @@ -9921,8 +9921,8 @@ "binop": null }, "value": "register", - "start": 1843, - "end": 1851, + "start": 1890, + "end": 1898, "loc": { "start": { "line": 48, @@ -9946,8 +9946,8 @@ "postfix": false, "binop": null }, - "start": 1851, - "end": 1852, + "start": 1898, + "end": 1899, "loc": { "start": { "line": 48, @@ -9972,8 +9972,8 @@ "binop": null }, "value": "swUrl", - "start": 1852, - "end": 1857, + "start": 1899, + "end": 1904, "loc": { "start": { "line": 48, @@ -9997,8 +9997,8 @@ "postfix": false, "binop": null }, - "start": 1857, - "end": 1858, + "start": 1904, + "end": 1905, "loc": { "start": { "line": 48, @@ -10023,8 +10023,8 @@ "binop": null, "updateContext": null }, - "start": 1861, - "end": 1862, + "start": 1909, + "end": 1910, "loc": { "start": { "line": 49, @@ -10049,8 +10049,8 @@ "binop": null }, "value": "then", - "start": 1862, - "end": 1866, + "start": 1910, + "end": 1914, "loc": { "start": { "line": 49, @@ -10074,8 +10074,8 @@ "postfix": false, "binop": null }, - "start": 1866, - "end": 1867, + "start": 1914, + "end": 1915, "loc": { "start": { "line": 49, @@ -10100,8 +10100,8 @@ "binop": null }, "value": "registration", - "start": 1867, - "end": 1879, + "start": 1915, + "end": 1927, "loc": { "start": { "line": 49, @@ -10126,8 +10126,8 @@ "binop": null, "updateContext": null }, - "start": 1880, - "end": 1882, + "start": 1928, + "end": 1930, "loc": { "start": { "line": 49, @@ -10151,8 +10151,8 @@ "postfix": false, "binop": null }, - "start": 1883, - "end": 1884, + "start": 1931, + "end": 1932, "loc": { "start": { "line": 49, @@ -10177,8 +10177,8 @@ "binop": null }, "value": "registration", - "start": 1888, - "end": 1900, + "start": 1937, + "end": 1949, "loc": { "start": { "line": 50, @@ -10203,8 +10203,8 @@ "binop": null, "updateContext": null }, - "start": 1900, - "end": 1901, + "start": 1949, + "end": 1950, "loc": { "start": { "line": 50, @@ -10229,8 +10229,8 @@ "binop": null }, "value": "onupdatefound", - "start": 1901, - "end": 1914, + "start": 1950, + "end": 1963, "loc": { "start": { "line": 50, @@ -10256,8 +10256,8 @@ "updateContext": null }, "value": "=", - "start": 1915, - "end": 1916, + "start": 1964, + "end": 1965, "loc": { "start": { "line": 50, @@ -10281,8 +10281,8 @@ "postfix": false, "binop": null }, - "start": 1917, - "end": 1918, + "start": 1966, + "end": 1967, "loc": { "start": { "line": 50, @@ -10306,8 +10306,8 @@ "postfix": false, "binop": null }, - "start": 1918, - "end": 1919, + "start": 1967, + "end": 1968, "loc": { "start": { "line": 50, @@ -10332,8 +10332,8 @@ "binop": null, "updateContext": null }, - "start": 1920, - "end": 1922, + "start": 1969, + "end": 1971, "loc": { "start": { "line": 50, @@ -10357,8 +10357,8 @@ "postfix": false, "binop": null }, - "start": 1923, - "end": 1924, + "start": 1972, + "end": 1973, "loc": { "start": { "line": 50, @@ -10385,8 +10385,8 @@ "updateContext": null }, "value": "const", - "start": 1929, - "end": 1934, + "start": 1979, + "end": 1984, "loc": { "start": { "line": 51, @@ -10411,8 +10411,8 @@ "binop": null }, "value": "installingWorker", - "start": 1935, - "end": 1951, + "start": 1985, + "end": 2001, "loc": { "start": { "line": 51, @@ -10438,8 +10438,8 @@ "updateContext": null }, "value": "=", - "start": 1952, - "end": 1953, + "start": 2002, + "end": 2003, "loc": { "start": { "line": 51, @@ -10464,8 +10464,8 @@ "binop": null }, "value": "registration", - "start": 1954, - "end": 1966, + "start": 2004, + "end": 2016, "loc": { "start": { "line": 51, @@ -10490,8 +10490,8 @@ "binop": null, "updateContext": null }, - "start": 1966, - "end": 1967, + "start": 2016, + "end": 2017, "loc": { "start": { "line": 51, @@ -10516,8 +10516,8 @@ "binop": null }, "value": "installing", - "start": 1967, - "end": 1977, + "start": 2017, + "end": 2027, "loc": { "start": { "line": 51, @@ -10542,8 +10542,8 @@ "binop": null, "updateContext": null }, - "start": 1977, - "end": 1978, + "start": 2027, + "end": 2028, "loc": { "start": { "line": 51, @@ -10568,8 +10568,8 @@ "binop": null }, "value": "installingWorker", - "start": 1983, - "end": 1999, + "start": 2034, + "end": 2050, "loc": { "start": { "line": 52, @@ -10594,8 +10594,8 @@ "binop": null, "updateContext": null }, - "start": 1999, - "end": 2000, + "start": 2050, + "end": 2051, "loc": { "start": { "line": 52, @@ -10620,8 +10620,8 @@ "binop": null }, "value": "onstatechange", - "start": 2000, - "end": 2013, + "start": 2051, + "end": 2064, "loc": { "start": { "line": 52, @@ -10647,8 +10647,8 @@ "updateContext": null }, "value": "=", - "start": 2014, - "end": 2015, + "start": 2065, + "end": 2066, "loc": { "start": { "line": 52, @@ -10672,8 +10672,8 @@ "postfix": false, "binop": null }, - "start": 2016, - "end": 2017, + "start": 2067, + "end": 2068, "loc": { "start": { "line": 52, @@ -10697,8 +10697,8 @@ "postfix": false, "binop": null }, - "start": 2017, - "end": 2018, + "start": 2068, + "end": 2069, "loc": { "start": { "line": 52, @@ -10723,8 +10723,8 @@ "binop": null, "updateContext": null }, - "start": 2019, - "end": 2021, + "start": 2070, + "end": 2072, "loc": { "start": { "line": 52, @@ -10748,8 +10748,8 @@ "postfix": false, "binop": null }, - "start": 2022, - "end": 2023, + "start": 2073, + "end": 2074, "loc": { "start": { "line": 52, @@ -10776,8 +10776,8 @@ "updateContext": null }, "value": "if", - "start": 2029, - "end": 2031, + "start": 2081, + "end": 2083, "loc": { "start": { "line": 53, @@ -10801,8 +10801,8 @@ "postfix": false, "binop": null }, - "start": 2032, - "end": 2033, + "start": 2084, + "end": 2085, "loc": { "start": { "line": 53, @@ -10827,8 +10827,8 @@ "binop": null }, "value": "installingWorker", - "start": 2033, - "end": 2049, + "start": 2085, + "end": 2101, "loc": { "start": { "line": 53, @@ -10853,8 +10853,8 @@ "binop": null, "updateContext": null }, - "start": 2049, - "end": 2050, + "start": 2101, + "end": 2102, "loc": { "start": { "line": 53, @@ -10879,8 +10879,8 @@ "binop": null }, "value": "state", - "start": 2050, - "end": 2055, + "start": 2102, + "end": 2107, "loc": { "start": { "line": 53, @@ -10906,8 +10906,8 @@ "updateContext": null }, "value": "===", - "start": 2056, - "end": 2059, + "start": 2108, + "end": 2111, "loc": { "start": { "line": 53, @@ -10933,8 +10933,8 @@ "updateContext": null }, "value": "installed", - "start": 2060, - "end": 2071, + "start": 2112, + "end": 2123, "loc": { "start": { "line": 53, @@ -10958,8 +10958,8 @@ "postfix": false, "binop": null }, - "start": 2071, - "end": 2072, + "start": 2123, + "end": 2124, "loc": { "start": { "line": 53, @@ -10983,8 +10983,8 @@ "postfix": false, "binop": null }, - "start": 2073, - "end": 2074, + "start": 2125, + "end": 2126, "loc": { "start": { "line": 53, @@ -11011,8 +11011,8 @@ "updateContext": null }, "value": "if", - "start": 2081, - "end": 2083, + "start": 2134, + "end": 2136, "loc": { "start": { "line": 54, @@ -11036,8 +11036,8 @@ "postfix": false, "binop": null }, - "start": 2084, - "end": 2085, + "start": 2137, + "end": 2138, "loc": { "start": { "line": 54, @@ -11062,8 +11062,8 @@ "binop": null }, "value": "navigator", - "start": 2085, - "end": 2094, + "start": 2138, + "end": 2147, "loc": { "start": { "line": 54, @@ -11088,8 +11088,8 @@ "binop": null, "updateContext": null }, - "start": 2094, - "end": 2095, + "start": 2147, + "end": 2148, "loc": { "start": { "line": 54, @@ -11114,8 +11114,8 @@ "binop": null }, "value": "serviceWorker", - "start": 2095, - "end": 2108, + "start": 2148, + "end": 2161, "loc": { "start": { "line": 54, @@ -11140,8 +11140,8 @@ "binop": null, "updateContext": null }, - "start": 2108, - "end": 2109, + "start": 2161, + "end": 2162, "loc": { "start": { "line": 54, @@ -11166,8 +11166,8 @@ "binop": null }, "value": "controller", - "start": 2109, - "end": 2119, + "start": 2162, + "end": 2172, "loc": { "start": { "line": 54, @@ -11191,8 +11191,8 @@ "postfix": false, "binop": null }, - "start": 2119, - "end": 2120, + "start": 2172, + "end": 2173, "loc": { "start": { "line": 54, @@ -11216,8 +11216,8 @@ "postfix": false, "binop": null }, - "start": 2121, - "end": 2122, + "start": 2174, + "end": 2175, "loc": { "start": { "line": 54, @@ -11232,8 +11232,8 @@ { "type": "CommentLine", "value": " At this point, the old content will have been purged and", - "start": 2130, - "end": 2189, + "start": 2184, + "end": 2243, "loc": { "start": { "line": 55, @@ -11248,8 +11248,8 @@ { "type": "CommentLine", "value": " the fresh content will have been added to the cache.", - "start": 2197, - "end": 2252, + "start": 2252, + "end": 2307, "loc": { "start": { "line": 56, @@ -11264,8 +11264,8 @@ { "type": "CommentLine", "value": " It's the perfect time to display a \"New content is", - "start": 2260, - "end": 2313, + "start": 2316, + "end": 2369, "loc": { "start": { "line": 57, @@ -11280,8 +11280,8 @@ { "type": "CommentLine", "value": " available; please refresh.\" message in your web app.", - "start": 2321, - "end": 2376, + "start": 2378, + "end": 2433, "loc": { "start": { "line": 58, @@ -11306,8 +11306,8 @@ "binop": null }, "value": "console", - "start": 2384, - "end": 2391, + "start": 2442, + "end": 2449, "loc": { "start": { "line": 59, @@ -11332,8 +11332,8 @@ "binop": null, "updateContext": null }, - "start": 2391, - "end": 2392, + "start": 2449, + "end": 2450, "loc": { "start": { "line": 59, @@ -11358,8 +11358,8 @@ "binop": null }, "value": "log", - "start": 2392, - "end": 2395, + "start": 2450, + "end": 2453, "loc": { "start": { "line": 59, @@ -11383,8 +11383,8 @@ "postfix": false, "binop": null }, - "start": 2395, - "end": 2396, + "start": 2453, + "end": 2454, "loc": { "start": { "line": 59, @@ -11410,8 +11410,8 @@ "updateContext": null }, "value": "New content is available; please refresh.", - "start": 2396, - "end": 2439, + "start": 2454, + "end": 2497, "loc": { "start": { "line": 59, @@ -11435,8 +11435,8 @@ "postfix": false, "binop": null }, - "start": 2439, - "end": 2440, + "start": 2497, + "end": 2498, "loc": { "start": { "line": 59, @@ -11461,8 +11461,8 @@ "binop": null, "updateContext": null }, - "start": 2440, - "end": 2441, + "start": 2498, + "end": 2499, "loc": { "start": { "line": 59, @@ -11486,8 +11486,8 @@ "postfix": false, "binop": null }, - "start": 2448, - "end": 2449, + "start": 2507, + "end": 2508, "loc": { "start": { "line": 60, @@ -11514,8 +11514,8 @@ "updateContext": null }, "value": "else", - "start": 2450, - "end": 2454, + "start": 2509, + "end": 2513, "loc": { "start": { "line": 60, @@ -11539,8 +11539,8 @@ "postfix": false, "binop": null }, - "start": 2455, - "end": 2456, + "start": 2514, + "end": 2515, "loc": { "start": { "line": 60, @@ -11555,8 +11555,8 @@ { "type": "CommentLine", "value": " At this point, everything has been precached.", - "start": 2464, - "end": 2512, + "start": 2524, + "end": 2572, "loc": { "start": { "line": 61, @@ -11571,8 +11571,8 @@ { "type": "CommentLine", "value": " It's the perfect time to display a", - "start": 2520, - "end": 2557, + "start": 2581, + "end": 2618, "loc": { "start": { "line": 62, @@ -11587,8 +11587,8 @@ { "type": "CommentLine", "value": " \"Content is cached for offline use.\" message.", - "start": 2565, - "end": 2613, + "start": 2627, + "end": 2675, "loc": { "start": { "line": 63, @@ -11613,8 +11613,8 @@ "binop": null }, "value": "console", - "start": 2621, - "end": 2628, + "start": 2684, + "end": 2691, "loc": { "start": { "line": 64, @@ -11639,8 +11639,8 @@ "binop": null, "updateContext": null }, - "start": 2628, - "end": 2629, + "start": 2691, + "end": 2692, "loc": { "start": { "line": 64, @@ -11665,8 +11665,8 @@ "binop": null }, "value": "log", - "start": 2629, - "end": 2632, + "start": 2692, + "end": 2695, "loc": { "start": { "line": 64, @@ -11690,8 +11690,8 @@ "postfix": false, "binop": null }, - "start": 2632, - "end": 2633, + "start": 2695, + "end": 2696, "loc": { "start": { "line": 64, @@ -11717,8 +11717,8 @@ "updateContext": null }, "value": "Content is cached for offline use.", - "start": 2633, - "end": 2669, + "start": 2696, + "end": 2732, "loc": { "start": { "line": 64, @@ -11742,8 +11742,8 @@ "postfix": false, "binop": null }, - "start": 2669, - "end": 2670, + "start": 2732, + "end": 2733, "loc": { "start": { "line": 64, @@ -11768,8 +11768,8 @@ "binop": null, "updateContext": null }, - "start": 2670, - "end": 2671, + "start": 2733, + "end": 2734, "loc": { "start": { "line": 64, @@ -11793,8 +11793,8 @@ "postfix": false, "binop": null }, - "start": 2678, - "end": 2679, + "start": 2742, + "end": 2743, "loc": { "start": { "line": 65, @@ -11818,8 +11818,8 @@ "postfix": false, "binop": null }, - "start": 2685, - "end": 2686, + "start": 2750, + "end": 2751, "loc": { "start": { "line": 66, @@ -11843,8 +11843,8 @@ "postfix": false, "binop": null }, - "start": 2691, - "end": 2692, + "start": 2757, + "end": 2758, "loc": { "start": { "line": 67, @@ -11869,8 +11869,8 @@ "binop": null, "updateContext": null }, - "start": 2692, - "end": 2693, + "start": 2758, + "end": 2759, "loc": { "start": { "line": 67, @@ -11894,8 +11894,8 @@ "postfix": false, "binop": null }, - "start": 2697, - "end": 2698, + "start": 2764, + "end": 2765, "loc": { "start": { "line": 68, @@ -11920,8 +11920,8 @@ "binop": null, "updateContext": null }, - "start": 2698, - "end": 2699, + "start": 2765, + "end": 2766, "loc": { "start": { "line": 68, @@ -11945,8 +11945,8 @@ "postfix": false, "binop": null }, - "start": 2702, - "end": 2703, + "start": 2770, + "end": 2771, "loc": { "start": { "line": 69, @@ -11970,8 +11970,8 @@ "postfix": false, "binop": null }, - "start": 2703, - "end": 2704, + "start": 2771, + "end": 2772, "loc": { "start": { "line": 69, @@ -11996,8 +11996,8 @@ "binop": null, "updateContext": null }, - "start": 2707, - "end": 2708, + "start": 2776, + "end": 2777, "loc": { "start": { "line": 70, @@ -12024,8 +12024,8 @@ "updateContext": null }, "value": "catch", - "start": 2708, - "end": 2713, + "start": 2777, + "end": 2782, "loc": { "start": { "line": 70, @@ -12049,8 +12049,8 @@ "postfix": false, "binop": null }, - "start": 2713, - "end": 2714, + "start": 2782, + "end": 2783, "loc": { "start": { "line": 70, @@ -12075,8 +12075,8 @@ "binop": null }, "value": "error", - "start": 2714, - "end": 2719, + "start": 2783, + "end": 2788, "loc": { "start": { "line": 70, @@ -12101,8 +12101,8 @@ "binop": null, "updateContext": null }, - "start": 2720, - "end": 2722, + "start": 2789, + "end": 2791, "loc": { "start": { "line": 70, @@ -12126,8 +12126,8 @@ "postfix": false, "binop": null }, - "start": 2723, - "end": 2724, + "start": 2792, + "end": 2793, "loc": { "start": { "line": 70, @@ -12152,8 +12152,8 @@ "binop": null }, "value": "console", - "start": 2728, - "end": 2735, + "start": 2798, + "end": 2805, "loc": { "start": { "line": 71, @@ -12178,8 +12178,8 @@ "binop": null, "updateContext": null }, - "start": 2735, - "end": 2736, + "start": 2805, + "end": 2806, "loc": { "start": { "line": 71, @@ -12204,8 +12204,8 @@ "binop": null }, "value": "error", - "start": 2736, - "end": 2741, + "start": 2806, + "end": 2811, "loc": { "start": { "line": 71, @@ -12229,8 +12229,8 @@ "postfix": false, "binop": null }, - "start": 2741, - "end": 2742, + "start": 2811, + "end": 2812, "loc": { "start": { "line": 71, @@ -12256,8 +12256,8 @@ "updateContext": null }, "value": "Error during service worker registration:", - "start": 2742, - "end": 2785, + "start": 2812, + "end": 2855, "loc": { "start": { "line": 71, @@ -12282,8 +12282,8 @@ "binop": null, "updateContext": null }, - "start": 2785, - "end": 2786, + "start": 2855, + "end": 2856, "loc": { "start": { "line": 71, @@ -12308,8 +12308,8 @@ "binop": null }, "value": "error", - "start": 2787, - "end": 2792, + "start": 2857, + "end": 2862, "loc": { "start": { "line": 71, @@ -12333,8 +12333,8 @@ "postfix": false, "binop": null }, - "start": 2792, - "end": 2793, + "start": 2862, + "end": 2863, "loc": { "start": { "line": 71, @@ -12359,8 +12359,8 @@ "binop": null, "updateContext": null }, - "start": 2793, - "end": 2794, + "start": 2863, + "end": 2864, "loc": { "start": { "line": 71, @@ -12384,8 +12384,8 @@ "postfix": false, "binop": null }, - "start": 2797, - "end": 2798, + "start": 2868, + "end": 2869, "loc": { "start": { "line": 72, @@ -12409,8 +12409,8 @@ "postfix": false, "binop": null }, - "start": 2798, - "end": 2799, + "start": 2869, + "end": 2870, "loc": { "start": { "line": 72, @@ -12435,8 +12435,8 @@ "binop": null, "updateContext": null }, - "start": 2799, - "end": 2800, + "start": 2870, + "end": 2871, "loc": { "start": { "line": 72, @@ -12460,8 +12460,8 @@ "postfix": false, "binop": null }, - "start": 2801, - "end": 2802, + "start": 2873, + "end": 2874, "loc": { "start": { "line": 73, @@ -12487,8 +12487,8 @@ "binop": null }, "value": "function", - "start": 2804, - "end": 2812, + "start": 2878, + "end": 2886, "loc": { "start": { "line": 75, @@ -12513,8 +12513,8 @@ "binop": null }, "value": "checkValidServiceWorker", - "start": 2813, - "end": 2836, + "start": 2887, + "end": 2910, "loc": { "start": { "line": 75, @@ -12538,8 +12538,8 @@ "postfix": false, "binop": null }, - "start": 2836, - "end": 2837, + "start": 2910, + "end": 2911, "loc": { "start": { "line": 75, @@ -12564,8 +12564,8 @@ "binop": null }, "value": "swUrl", - "start": 2837, - "end": 2842, + "start": 2911, + "end": 2916, "loc": { "start": { "line": 75, @@ -12589,8 +12589,8 @@ "postfix": false, "binop": null }, - "start": 2842, - "end": 2843, + "start": 2916, + "end": 2917, "loc": { "start": { "line": 75, @@ -12614,8 +12614,8 @@ "postfix": false, "binop": null }, - "start": 2844, - "end": 2845, + "start": 2918, + "end": 2919, "loc": { "start": { "line": 75, @@ -12630,8 +12630,8 @@ { "type": "CommentLine", "value": " Check if the service worker can be found. If it can't reload the page.", - "start": 2847, - "end": 2920, + "start": 2922, + "end": 2995, "loc": { "start": { "line": 76, @@ -12656,8 +12656,8 @@ "binop": null }, "value": "fetch", - "start": 2922, - "end": 2927, + "start": 2998, + "end": 3003, "loc": { "start": { "line": 77, @@ -12681,8 +12681,8 @@ "postfix": false, "binop": null }, - "start": 2927, - "end": 2928, + "start": 3003, + "end": 3004, "loc": { "start": { "line": 77, @@ -12707,8 +12707,8 @@ "binop": null }, "value": "swUrl", - "start": 2928, - "end": 2933, + "start": 3004, + "end": 3009, "loc": { "start": { "line": 77, @@ -12732,8 +12732,8 @@ "postfix": false, "binop": null }, - "start": 2933, - "end": 2934, + "start": 3009, + "end": 3010, "loc": { "start": { "line": 77, @@ -12758,8 +12758,8 @@ "binop": null, "updateContext": null }, - "start": 2937, - "end": 2938, + "start": 3014, + "end": 3015, "loc": { "start": { "line": 78, @@ -12784,8 +12784,8 @@ "binop": null }, "value": "then", - "start": 2938, - "end": 2942, + "start": 3015, + "end": 3019, "loc": { "start": { "line": 78, @@ -12809,8 +12809,8 @@ "postfix": false, "binop": null }, - "start": 2942, - "end": 2943, + "start": 3019, + "end": 3020, "loc": { "start": { "line": 78, @@ -12835,8 +12835,8 @@ "binop": null }, "value": "response", - "start": 2943, - "end": 2951, + "start": 3020, + "end": 3028, "loc": { "start": { "line": 78, @@ -12861,8 +12861,8 @@ "binop": null, "updateContext": null }, - "start": 2952, - "end": 2954, + "start": 3029, + "end": 3031, "loc": { "start": { "line": 78, @@ -12886,8 +12886,8 @@ "postfix": false, "binop": null }, - "start": 2955, - "end": 2956, + "start": 3032, + "end": 3033, "loc": { "start": { "line": 78, @@ -12902,8 +12902,8 @@ { "type": "CommentLine", "value": " Ensure service worker exists, and that we really are getting a JS file.", - "start": 2960, - "end": 3034, + "start": 3038, + "end": 3112, "loc": { "start": { "line": 79, @@ -12930,8 +12930,8 @@ "updateContext": null }, "value": "if", - "start": 3038, - "end": 3040, + "start": 3117, + "end": 3119, "loc": { "start": { "line": 80, @@ -12955,8 +12955,8 @@ "postfix": false, "binop": null }, - "start": 3041, - "end": 3042, + "start": 3120, + "end": 3121, "loc": { "start": { "line": 80, @@ -12981,8 +12981,8 @@ "binop": null }, "value": "response", - "start": 3047, - "end": 3055, + "start": 3127, + "end": 3135, "loc": { "start": { "line": 81, @@ -13007,8 +13007,8 @@ "binop": null, "updateContext": null }, - "start": 3055, - "end": 3056, + "start": 3135, + "end": 3136, "loc": { "start": { "line": 81, @@ -13033,8 +13033,8 @@ "binop": null }, "value": "status", - "start": 3056, - "end": 3062, + "start": 3136, + "end": 3142, "loc": { "start": { "line": 81, @@ -13060,8 +13060,8 @@ "updateContext": null }, "value": "===", - "start": 3063, - "end": 3066, + "start": 3143, + "end": 3146, "loc": { "start": { "line": 81, @@ -13087,8 +13087,8 @@ "updateContext": null }, "value": 404, - "start": 3067, - "end": 3070, + "start": 3147, + "end": 3150, "loc": { "start": { "line": 81, @@ -13114,8 +13114,8 @@ "updateContext": null }, "value": "||", - "start": 3071, - "end": 3073, + "start": 3151, + "end": 3153, "loc": { "start": { "line": 81, @@ -13140,8 +13140,8 @@ "binop": null }, "value": "response", - "start": 3082, - "end": 3090, + "start": 3163, + "end": 3171, "loc": { "start": { "line": 82, @@ -13166,8 +13166,8 @@ "binop": null, "updateContext": null }, - "start": 3090, - "end": 3091, + "start": 3171, + "end": 3172, "loc": { "start": { "line": 82, @@ -13192,8 +13192,8 @@ "binop": null }, "value": "headers", - "start": 3091, - "end": 3098, + "start": 3172, + "end": 3179, "loc": { "start": { "line": 82, @@ -13218,8 +13218,8 @@ "binop": null, "updateContext": null }, - "start": 3098, - "end": 3099, + "start": 3179, + "end": 3180, "loc": { "start": { "line": 82, @@ -13244,8 +13244,8 @@ "binop": null }, "value": "get", - "start": 3099, - "end": 3102, + "start": 3180, + "end": 3183, "loc": { "start": { "line": 82, @@ -13269,8 +13269,8 @@ "postfix": false, "binop": null }, - "start": 3102, - "end": 3103, + "start": 3183, + "end": 3184, "loc": { "start": { "line": 82, @@ -13296,8 +13296,8 @@ "updateContext": null }, "value": "content-type", - "start": 3103, - "end": 3117, + "start": 3184, + "end": 3198, "loc": { "start": { "line": 82, @@ -13321,8 +13321,8 @@ "postfix": false, "binop": null }, - "start": 3117, - "end": 3118, + "start": 3198, + "end": 3199, "loc": { "start": { "line": 82, @@ -13347,8 +13347,8 @@ "binop": null, "updateContext": null }, - "start": 3118, - "end": 3119, + "start": 3199, + "end": 3200, "loc": { "start": { "line": 82, @@ -13373,8 +13373,8 @@ "binop": null }, "value": "indexOf", - "start": 3119, - "end": 3126, + "start": 3200, + "end": 3207, "loc": { "start": { "line": 82, @@ -13398,8 +13398,8 @@ "postfix": false, "binop": null }, - "start": 3126, - "end": 3127, + "start": 3207, + "end": 3208, "loc": { "start": { "line": 82, @@ -13425,8 +13425,8 @@ "updateContext": null }, "value": "javascript", - "start": 3127, - "end": 3139, + "start": 3208, + "end": 3220, "loc": { "start": { "line": 82, @@ -13450,8 +13450,8 @@ "postfix": false, "binop": null }, - "start": 3139, - "end": 3140, + "start": 3220, + "end": 3221, "loc": { "start": { "line": 82, @@ -13477,8 +13477,8 @@ "updateContext": null }, "value": "===", - "start": 3141, - "end": 3144, + "start": 3222, + "end": 3225, "loc": { "start": { "line": 82, @@ -13504,8 +13504,8 @@ "updateContext": null }, "value": "-", - "start": 3145, - "end": 3146, + "start": 3226, + "end": 3227, "loc": { "start": { "line": 82, @@ -13531,8 +13531,8 @@ "updateContext": null }, "value": 1, - "start": 3146, - "end": 3147, + "start": 3227, + "end": 3228, "loc": { "start": { "line": 82, @@ -13556,8 +13556,8 @@ "postfix": false, "binop": null }, - "start": 3151, - "end": 3152, + "start": 3233, + "end": 3234, "loc": { "start": { "line": 83, @@ -13581,8 +13581,8 @@ "postfix": false, "binop": null }, - "start": 3153, - "end": 3154, + "start": 3235, + "end": 3236, "loc": { "start": { "line": 83, @@ -13597,8 +13597,8 @@ { "type": "CommentLine", "value": " No service worker found. Probably a different app. Reload the page.", - "start": 3159, - "end": 3229, + "start": 3242, + "end": 3312, "loc": { "start": { "line": 84, @@ -13623,8 +13623,8 @@ "binop": null }, "value": "navigator", - "start": 3234, - "end": 3243, + "start": 3318, + "end": 3327, "loc": { "start": { "line": 85, @@ -13649,8 +13649,8 @@ "binop": null, "updateContext": null }, - "start": 3243, - "end": 3244, + "start": 3327, + "end": 3328, "loc": { "start": { "line": 85, @@ -13675,8 +13675,8 @@ "binop": null }, "value": "serviceWorker", - "start": 3244, - "end": 3257, + "start": 3328, + "end": 3341, "loc": { "start": { "line": 85, @@ -13701,8 +13701,8 @@ "binop": null, "updateContext": null }, - "start": 3257, - "end": 3258, + "start": 3341, + "end": 3342, "loc": { "start": { "line": 85, @@ -13727,8 +13727,8 @@ "binop": null }, "value": "ready", - "start": 3258, - "end": 3263, + "start": 3342, + "end": 3347, "loc": { "start": { "line": 85, @@ -13753,8 +13753,8 @@ "binop": null, "updateContext": null }, - "start": 3263, - "end": 3264, + "start": 3347, + "end": 3348, "loc": { "start": { "line": 85, @@ -13779,8 +13779,8 @@ "binop": null }, "value": "then", - "start": 3264, - "end": 3268, + "start": 3348, + "end": 3352, "loc": { "start": { "line": 85, @@ -13804,8 +13804,8 @@ "postfix": false, "binop": null }, - "start": 3268, - "end": 3269, + "start": 3352, + "end": 3353, "loc": { "start": { "line": 85, @@ -13830,8 +13830,8 @@ "binop": null }, "value": "registration", - "start": 3269, - "end": 3281, + "start": 3353, + "end": 3365, "loc": { "start": { "line": 85, @@ -13856,8 +13856,8 @@ "binop": null, "updateContext": null }, - "start": 3282, - "end": 3284, + "start": 3366, + "end": 3368, "loc": { "start": { "line": 85, @@ -13881,8 +13881,8 @@ "postfix": false, "binop": null }, - "start": 3285, - "end": 3286, + "start": 3369, + "end": 3370, "loc": { "start": { "line": 85, @@ -13907,8 +13907,8 @@ "binop": null }, "value": "registration", - "start": 3292, - "end": 3304, + "start": 3377, + "end": 3389, "loc": { "start": { "line": 86, @@ -13933,8 +13933,8 @@ "binop": null, "updateContext": null }, - "start": 3304, - "end": 3305, + "start": 3389, + "end": 3390, "loc": { "start": { "line": 86, @@ -13959,8 +13959,8 @@ "binop": null }, "value": "unregister", - "start": 3305, - "end": 3315, + "start": 3390, + "end": 3400, "loc": { "start": { "line": 86, @@ -13984,8 +13984,8 @@ "postfix": false, "binop": null }, - "start": 3315, - "end": 3316, + "start": 3400, + "end": 3401, "loc": { "start": { "line": 86, @@ -14009,8 +14009,8 @@ "postfix": false, "binop": null }, - "start": 3316, - "end": 3317, + "start": 3401, + "end": 3402, "loc": { "start": { "line": 86, @@ -14035,8 +14035,8 @@ "binop": null, "updateContext": null }, - "start": 3317, - "end": 3318, + "start": 3402, + "end": 3403, "loc": { "start": { "line": 86, @@ -14061,8 +14061,8 @@ "binop": null }, "value": "then", - "start": 3318, - "end": 3322, + "start": 3403, + "end": 3407, "loc": { "start": { "line": 86, @@ -14086,8 +14086,8 @@ "postfix": false, "binop": null }, - "start": 3322, - "end": 3323, + "start": 3407, + "end": 3408, "loc": { "start": { "line": 86, @@ -14111,8 +14111,8 @@ "postfix": false, "binop": null }, - "start": 3323, - "end": 3324, + "start": 3408, + "end": 3409, "loc": { "start": { "line": 86, @@ -14136,8 +14136,8 @@ "postfix": false, "binop": null }, - "start": 3324, - "end": 3325, + "start": 3409, + "end": 3410, "loc": { "start": { "line": 86, @@ -14162,8 +14162,8 @@ "binop": null, "updateContext": null }, - "start": 3326, - "end": 3328, + "start": 3411, + "end": 3413, "loc": { "start": { "line": 86, @@ -14187,8 +14187,8 @@ "postfix": false, "binop": null }, - "start": 3329, - "end": 3330, + "start": 3414, + "end": 3415, "loc": { "start": { "line": 86, @@ -14213,8 +14213,8 @@ "binop": null }, "value": "window", - "start": 3337, - "end": 3343, + "start": 3423, + "end": 3429, "loc": { "start": { "line": 87, @@ -14239,8 +14239,8 @@ "binop": null, "updateContext": null }, - "start": 3343, - "end": 3344, + "start": 3429, + "end": 3430, "loc": { "start": { "line": 87, @@ -14265,8 +14265,8 @@ "binop": null }, "value": "location", - "start": 3344, - "end": 3352, + "start": 3430, + "end": 3438, "loc": { "start": { "line": 87, @@ -14291,8 +14291,8 @@ "binop": null, "updateContext": null }, - "start": 3352, - "end": 3353, + "start": 3438, + "end": 3439, "loc": { "start": { "line": 87, @@ -14317,8 +14317,8 @@ "binop": null }, "value": "reload", - "start": 3353, - "end": 3359, + "start": 3439, + "end": 3445, "loc": { "start": { "line": 87, @@ -14342,8 +14342,8 @@ "postfix": false, "binop": null }, - "start": 3359, - "end": 3360, + "start": 3445, + "end": 3446, "loc": { "start": { "line": 87, @@ -14367,8 +14367,8 @@ "postfix": false, "binop": null }, - "start": 3360, - "end": 3361, + "start": 3446, + "end": 3447, "loc": { "start": { "line": 87, @@ -14393,8 +14393,8 @@ "binop": null, "updateContext": null }, - "start": 3361, - "end": 3362, + "start": 3447, + "end": 3448, "loc": { "start": { "line": 87, @@ -14418,8 +14418,8 @@ "postfix": false, "binop": null }, - "start": 3368, - "end": 3369, + "start": 3455, + "end": 3456, "loc": { "start": { "line": 88, @@ -14443,8 +14443,8 @@ "postfix": false, "binop": null }, - "start": 3369, - "end": 3370, + "start": 3456, + "end": 3457, "loc": { "start": { "line": 88, @@ -14469,8 +14469,8 @@ "binop": null, "updateContext": null }, - "start": 3370, - "end": 3371, + "start": 3457, + "end": 3458, "loc": { "start": { "line": 88, @@ -14494,8 +14494,8 @@ "postfix": false, "binop": null }, - "start": 3376, - "end": 3377, + "start": 3464, + "end": 3465, "loc": { "start": { "line": 89, @@ -14519,8 +14519,8 @@ "postfix": false, "binop": null }, - "start": 3377, - "end": 3378, + "start": 3465, + "end": 3466, "loc": { "start": { "line": 89, @@ -14545,8 +14545,8 @@ "binop": null, "updateContext": null }, - "start": 3378, - "end": 3379, + "start": 3466, + "end": 3467, "loc": { "start": { "line": 89, @@ -14570,8 +14570,8 @@ "postfix": false, "binop": null }, - "start": 3383, - "end": 3384, + "start": 3472, + "end": 3473, "loc": { "start": { "line": 90, @@ -14598,8 +14598,8 @@ "updateContext": null }, "value": "else", - "start": 3385, - "end": 3389, + "start": 3474, + "end": 3478, "loc": { "start": { "line": 90, @@ -14623,8 +14623,8 @@ "postfix": false, "binop": null }, - "start": 3390, - "end": 3391, + "start": 3479, + "end": 3480, "loc": { "start": { "line": 90, @@ -14639,8 +14639,8 @@ { "type": "CommentLine", "value": " Service worker found. Proceed as normal.", - "start": 3396, - "end": 3439, + "start": 3486, + "end": 3529, "loc": { "start": { "line": 91, @@ -14665,8 +14665,8 @@ "binop": null }, "value": "registerValidSW", - "start": 3444, - "end": 3459, + "start": 3535, + "end": 3550, "loc": { "start": { "line": 92, @@ -14690,8 +14690,8 @@ "postfix": false, "binop": null }, - "start": 3459, - "end": 3460, + "start": 3550, + "end": 3551, "loc": { "start": { "line": 92, @@ -14716,8 +14716,8 @@ "binop": null }, "value": "swUrl", - "start": 3460, - "end": 3465, + "start": 3551, + "end": 3556, "loc": { "start": { "line": 92, @@ -14741,8 +14741,8 @@ "postfix": false, "binop": null }, - "start": 3465, - "end": 3466, + "start": 3556, + "end": 3557, "loc": { "start": { "line": 92, @@ -14767,8 +14767,8 @@ "binop": null, "updateContext": null }, - "start": 3466, - "end": 3467, + "start": 3557, + "end": 3558, "loc": { "start": { "line": 92, @@ -14792,8 +14792,8 @@ "postfix": false, "binop": null }, - "start": 3471, - "end": 3472, + "start": 3563, + "end": 3564, "loc": { "start": { "line": 93, @@ -14817,8 +14817,8 @@ "postfix": false, "binop": null }, - "start": 3475, - "end": 3476, + "start": 3568, + "end": 3569, "loc": { "start": { "line": 94, @@ -14842,8 +14842,8 @@ "postfix": false, "binop": null }, - "start": 3476, - "end": 3477, + "start": 3569, + "end": 3570, "loc": { "start": { "line": 94, @@ -14868,8 +14868,8 @@ "binop": null, "updateContext": null }, - "start": 3480, - "end": 3481, + "start": 3574, + "end": 3575, "loc": { "start": { "line": 95, @@ -14896,8 +14896,8 @@ "updateContext": null }, "value": "catch", - "start": 3481, - "end": 3486, + "start": 3575, + "end": 3580, "loc": { "start": { "line": 95, @@ -14921,8 +14921,8 @@ "postfix": false, "binop": null }, - "start": 3486, - "end": 3487, + "start": 3580, + "end": 3581, "loc": { "start": { "line": 95, @@ -14946,8 +14946,8 @@ "postfix": false, "binop": null }, - "start": 3487, - "end": 3488, + "start": 3581, + "end": 3582, "loc": { "start": { "line": 95, @@ -14971,8 +14971,8 @@ "postfix": false, "binop": null }, - "start": 3488, - "end": 3489, + "start": 3582, + "end": 3583, "loc": { "start": { "line": 95, @@ -14997,8 +14997,8 @@ "binop": null, "updateContext": null }, - "start": 3490, - "end": 3492, + "start": 3584, + "end": 3586, "loc": { "start": { "line": 95, @@ -15022,8 +15022,8 @@ "postfix": false, "binop": null }, - "start": 3493, - "end": 3494, + "start": 3587, + "end": 3588, "loc": { "start": { "line": 95, @@ -15048,8 +15048,8 @@ "binop": null }, "value": "console", - "start": 3498, - "end": 3505, + "start": 3593, + "end": 3600, "loc": { "start": { "line": 96, @@ -15074,8 +15074,8 @@ "binop": null, "updateContext": null }, - "start": 3505, - "end": 3506, + "start": 3600, + "end": 3601, "loc": { "start": { "line": 96, @@ -15100,8 +15100,8 @@ "binop": null }, "value": "log", - "start": 3506, - "end": 3509, + "start": 3601, + "end": 3604, "loc": { "start": { "line": 96, @@ -15125,8 +15125,8 @@ "postfix": false, "binop": null }, - "start": 3509, - "end": 3510, + "start": 3604, + "end": 3605, "loc": { "start": { "line": 96, @@ -15152,8 +15152,8 @@ "updateContext": null }, "value": "No internet connection found. App is running in offline mode.", - "start": 3515, - "end": 3578, + "start": 3611, + "end": 3674, "loc": { "start": { "line": 97, @@ -15177,8 +15177,8 @@ "postfix": false, "binop": null }, - "start": 3582, - "end": 3583, + "start": 3679, + "end": 3680, "loc": { "start": { "line": 98, @@ -15203,8 +15203,8 @@ "binop": null, "updateContext": null }, - "start": 3583, - "end": 3584, + "start": 3680, + "end": 3681, "loc": { "start": { "line": 98, @@ -15228,8 +15228,8 @@ "postfix": false, "binop": null }, - "start": 3587, - "end": 3588, + "start": 3685, + "end": 3686, "loc": { "start": { "line": 99, @@ -15253,8 +15253,8 @@ "postfix": false, "binop": null }, - "start": 3588, - "end": 3589, + "start": 3686, + "end": 3687, "loc": { "start": { "line": 99, @@ -15279,8 +15279,8 @@ "binop": null, "updateContext": null }, - "start": 3589, - "end": 3590, + "start": 3687, + "end": 3688, "loc": { "start": { "line": 99, @@ -15304,8 +15304,8 @@ "postfix": false, "binop": null }, - "start": 3591, - "end": 3592, + "start": 3690, + "end": 3691, "loc": { "start": { "line": 100, @@ -15332,8 +15332,8 @@ "updateContext": null }, "value": "export", - "start": 3594, - "end": 3600, + "start": 3695, + "end": 3701, "loc": { "start": { "line": 102, @@ -15359,8 +15359,8 @@ "binop": null }, "value": "function", - "start": 3601, - "end": 3609, + "start": 3702, + "end": 3710, "loc": { "start": { "line": 102, @@ -15385,8 +15385,8 @@ "binop": null }, "value": "unregister", - "start": 3610, - "end": 3620, + "start": 3711, + "end": 3721, "loc": { "start": { "line": 102, @@ -15410,8 +15410,8 @@ "postfix": false, "binop": null }, - "start": 3620, - "end": 3621, + "start": 3721, + "end": 3722, "loc": { "start": { "line": 102, @@ -15435,8 +15435,8 @@ "postfix": false, "binop": null }, - "start": 3621, - "end": 3622, + "start": 3722, + "end": 3723, "loc": { "start": { "line": 102, @@ -15460,8 +15460,8 @@ "postfix": false, "binop": null }, - "start": 3623, - "end": 3624, + "start": 3724, + "end": 3725, "loc": { "start": { "line": 102, @@ -15488,8 +15488,8 @@ "updateContext": null }, "value": "if", - "start": 3626, - "end": 3628, + "start": 3728, + "end": 3730, "loc": { "start": { "line": 103, @@ -15513,8 +15513,8 @@ "postfix": false, "binop": null }, - "start": 3629, - "end": 3630, + "start": 3731, + "end": 3732, "loc": { "start": { "line": 103, @@ -15540,8 +15540,8 @@ "updateContext": null }, "value": "serviceWorker", - "start": 3630, - "end": 3645, + "start": 3732, + "end": 3747, "loc": { "start": { "line": 103, @@ -15568,8 +15568,8 @@ "updateContext": null }, "value": "in", - "start": 3646, - "end": 3648, + "start": 3748, + "end": 3750, "loc": { "start": { "line": 103, @@ -15594,8 +15594,8 @@ "binop": null }, "value": "navigator", - "start": 3649, - "end": 3658, + "start": 3751, + "end": 3760, "loc": { "start": { "line": 103, @@ -15619,8 +15619,8 @@ "postfix": false, "binop": null }, - "start": 3658, - "end": 3659, + "start": 3760, + "end": 3761, "loc": { "start": { "line": 103, @@ -15644,8 +15644,8 @@ "postfix": false, "binop": null }, - "start": 3660, - "end": 3661, + "start": 3762, + "end": 3763, "loc": { "start": { "line": 103, @@ -15670,8 +15670,8 @@ "binop": null }, "value": "navigator", - "start": 3664, - "end": 3673, + "start": 3767, + "end": 3776, "loc": { "start": { "line": 104, @@ -15696,8 +15696,8 @@ "binop": null, "updateContext": null }, - "start": 3673, - "end": 3674, + "start": 3776, + "end": 3777, "loc": { "start": { "line": 104, @@ -15722,8 +15722,8 @@ "binop": null }, "value": "serviceWorker", - "start": 3674, - "end": 3687, + "start": 3777, + "end": 3790, "loc": { "start": { "line": 104, @@ -15748,8 +15748,8 @@ "binop": null, "updateContext": null }, - "start": 3687, - "end": 3688, + "start": 3790, + "end": 3791, "loc": { "start": { "line": 104, @@ -15774,8 +15774,8 @@ "binop": null }, "value": "ready", - "start": 3688, - "end": 3693, + "start": 3791, + "end": 3796, "loc": { "start": { "line": 104, @@ -15800,8 +15800,8 @@ "binop": null, "updateContext": null }, - "start": 3693, - "end": 3694, + "start": 3796, + "end": 3797, "loc": { "start": { "line": 104, @@ -15826,8 +15826,8 @@ "binop": null }, "value": "then", - "start": 3694, - "end": 3698, + "start": 3797, + "end": 3801, "loc": { "start": { "line": 104, @@ -15851,8 +15851,8 @@ "postfix": false, "binop": null }, - "start": 3698, - "end": 3699, + "start": 3801, + "end": 3802, "loc": { "start": { "line": 104, @@ -15877,8 +15877,8 @@ "binop": null }, "value": "registration", - "start": 3699, - "end": 3711, + "start": 3802, + "end": 3814, "loc": { "start": { "line": 104, @@ -15903,8 +15903,8 @@ "binop": null, "updateContext": null }, - "start": 3712, - "end": 3714, + "start": 3815, + "end": 3817, "loc": { "start": { "line": 104, @@ -15928,8 +15928,8 @@ "postfix": false, "binop": null }, - "start": 3715, - "end": 3716, + "start": 3818, + "end": 3819, "loc": { "start": { "line": 104, @@ -15954,8 +15954,8 @@ "binop": null }, "value": "registration", - "start": 3720, - "end": 3732, + "start": 3824, + "end": 3836, "loc": { "start": { "line": 105, @@ -15980,8 +15980,8 @@ "binop": null, "updateContext": null }, - "start": 3732, - "end": 3733, + "start": 3836, + "end": 3837, "loc": { "start": { "line": 105, @@ -16006,8 +16006,8 @@ "binop": null }, "value": "unregister", - "start": 3733, - "end": 3743, + "start": 3837, + "end": 3847, "loc": { "start": { "line": 105, @@ -16031,8 +16031,8 @@ "postfix": false, "binop": null }, - "start": 3743, - "end": 3744, + "start": 3847, + "end": 3848, "loc": { "start": { "line": 105, @@ -16056,8 +16056,8 @@ "postfix": false, "binop": null }, - "start": 3744, - "end": 3745, + "start": 3848, + "end": 3849, "loc": { "start": { "line": 105, @@ -16082,8 +16082,8 @@ "binop": null, "updateContext": null }, - "start": 3745, - "end": 3746, + "start": 3849, + "end": 3850, "loc": { "start": { "line": 105, @@ -16107,8 +16107,8 @@ "postfix": false, "binop": null }, - "start": 3749, - "end": 3750, + "start": 3854, + "end": 3855, "loc": { "start": { "line": 106, @@ -16132,8 +16132,8 @@ "postfix": false, "binop": null }, - "start": 3750, - "end": 3751, + "start": 3855, + "end": 3856, "loc": { "start": { "line": 106, @@ -16158,8 +16158,8 @@ "binop": null, "updateContext": null }, - "start": 3751, - "end": 3752, + "start": 3856, + "end": 3857, "loc": { "start": { "line": 106, @@ -16183,8 +16183,8 @@ "postfix": false, "binop": null }, - "start": 3754, - "end": 3755, + "start": 3860, + "end": 3861, "loc": { "start": { "line": 107, @@ -16208,8 +16208,8 @@ "postfix": false, "binop": null }, - "start": 3756, - "end": 3757, + "start": 3863, + "end": 3864, "loc": { "start": { "line": 108, @@ -16234,8 +16234,8 @@ "binop": null, "updateContext": null }, - "start": 3758, - "end": 3758, + "start": 3866, + "end": 3866, "loc": { "start": { "line": 109, diff --git a/docs/coverage.json b/docs/coverage.json index a9afda7..5273172 100644 --- a/docs/coverage.json +++ b/docs/coverage.json @@ -24,11 +24,6 @@ 119 ] }, - "src/components/RenderGroup.js": { - "expectCount": 4, - "actualCount": 4, - "undocumentLines": [] - }, "src/components/admin/CalderaHeader.js": { "expectCount": 1, "actualCount": 1, @@ -59,37 +54,37 @@ "actualCount": 1, "undocumentLines": [] }, - "src/components/fields/FieldGroup.js": { + "src/components/fields/button-group/ButtonGroup.js": { "expectCount": 1, "actualCount": 1, "undocumentLines": [] }, - "src/components/fields/FieldInner.js": { + "src/components/fields/factories/fieldFactory.js": { "expectCount": 1, "actualCount": 1, "undocumentLines": [] }, - "src/components/fields/button-group/ButtonGroup.js": { + "src/components/fields/factories/fieldSetFactory.js": { "expectCount": 1, "actualCount": 1, "undocumentLines": [] }, - "src/components/fields/factories/fieldFactory.js": { + "src/components/fields/factories/prepareFieldConfig.js": { "expectCount": 1, "actualCount": 1, "undocumentLines": [] }, - "src/components/fields/factories/fieldSetFactory.js": { + "src/components/fields/field-group-change-handlers/fieldsetCheckboxHandler.js": { "expectCount": 1, "actualCount": 1, "undocumentLines": [] }, - "src/components/fields/factories/prepareFieldConfig.js": { + "src/components/fields/FieldGroup.js": { "expectCount": 1, "actualCount": 1, "undocumentLines": [] }, - "src/components/fields/field-group-change-handlers/fieldsetCheckboxHandler.js": { + "src/components/fields/FieldInner.js": { "expectCount": 1, "actualCount": 1, "undocumentLines": [] @@ -154,6 +149,11 @@ "actualCount": 5, "undocumentLines": [] }, + "src/components/RenderGroup.js": { + "expectCount": 4, + "actualCount": 4, + "undocumentLines": [] + }, "src/components/validation/addAutomaticValidators.js": { "expectCount": 3, "actualCount": 3, diff --git a/docs/index.json b/docs/index.json index 0d4ec40..f57d6b6 100644 --- a/docs/index.json +++ b/docs/index.json @@ -567,9 +567,9 @@ "__docId__": 48, "kind": "file", "name": "src/App.js", - "content": "import React, { Component } from 'react';\nimport logo from './logo.svg';\nimport './App.css';\nimport {FieldGroup} from \"./components/fields/FieldGroup\";\nimport {fieldSetFactory} from \"./components/fields/factories/fieldSetFactory\";\nimport {RenderGroup} from \"./components/RenderGroup\";\nimport {MagicFieldGroup} from \"./components/fields/magic-select/MagicFieldGroup\";\n\nlet textFieldValue = 'Roy,Mike';\nconst textFieldConfig = {\n\t'id': 'cf-something-tags',\n\t'label': 'Tags',\n\t'desc': 'Comma separated list of tags.',\n\t'type': 'text',\n\t'description': false,\n\tvalue: textFieldValue,\n\tonValueChange: function(newValue){\n\t\ttextFieldValue = newValue;\n\t},\n\n\n};\n\nconst numberFieldConfig = {\n\t'id': 'cf--something-some-number',\n\t'label': 'The number of something',\n\t'desc': 'How many somethings?',\n\t'type': 'text',\n\t'inputType': 'number',\n\tattributes: {\n\t\tmin: -1,\n\t\tmax: 22,\n\t\tstep: 0.1,\n\t},\n\tvalue: 42,\n\tonValueChange: (newNumberValue) =>{\n\t\tconsole.log(newNumberValue);\n\t},\n\n};\n\nlet hiddenFieldValue = '42';\nconst hiddenFieldConfig = {\n\t'id': 'cf-something-sequence-id',\n\t'type': 'hidden',\n\t'label': 'Sequence ID',\n\t'description': false,\n\tvalue: hiddenFieldValue,\n\tonValueChange: function(newValue){\n\t\thiddenFieldValue = newValue\n\t},\n};\n\nlet selectFieldValue = 'html';\nconst selectFieldConfig = {\n\t'id': 'cf-something-select-id',\n\t'type': 'file',\n\t'label': 'Content type',\n\t'description': 'Choose content type, default is HTML',\n\toptions: [\n\t\t{\n\t\t\tlabel: 'HTML',\n\t\t\tvalue: 'html'\n\t\t},\n\t\t{\n\t\t\tlabel: 'Plain Text',\n\t\t\tvalue: 'plain'\n\t\t}\n\t],\n\tvalue: selectFieldValue,\n\tonValueChange: function(newValue){\n\t\tselectFieldValue = newValue\n\t}\n};\n\nlet fieldSetFieldValue = ['1'];\nconst fieldSetField = {\n\tid: 'fieldset-3',\n\tlabel: 'How many?',\n\ttype: 'fieldset',\n\toptions: [\n\t\t{\n\t\t\tvalue: '1',\n\t\t\tlabel: 'One'\n\t\t},\n\t\t{\n\t\t\tvalue: '2',\n\t\t\tlabel: 'Two'\n\t\t}\n\n\t],\n\tvalue:[],\n\tonValueChange:(newValue) => {\n\t\tfieldSetFieldValue=newValue;\n\t}\n};\n\nconst configFields = [\n\ttextFieldConfig,\n\thiddenFieldConfig,\n\tselectFieldConfig,\n\tfieldSetField,\n\tnumberFieldConfig\n];\nconst configFieldEls = fieldSetFactory(configFields);\n\n\n\nlet values = {\n\tone: '',\n\ttwo: '',\n\tthree: ''\n};\n\nlet magicFieldValue = '';\n\nclass App extends Component {\n\n\trender() {\n\t\treturn (\n\t\t\t
\n\t\t\t\t{props.message}\n\t\t\t
\n\t\t\r\n\t\t\t\t{props.message}\r\n\t\t\t
\r\n\t\t\n\t\t\t\t\t\t\t{fieldProps.help}\n\t\t\t\t\t\t
\n\t\t\t\t\t}\n\t\t\t\t\r\n\t\t\t\t\t\t\t{fieldProps.help}\r\n\t\t\t\t\t\t
\r\n\t\t\t\t\t}\r\n\t\t\t\t