@ukhomeoffice/cop-react-form-renderer 6.0.6-peter → 6.5.1-peter
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/CheckYourAnswers/CheckYourAnswers.scss +2 -2
- package/dist/components/CollectionPage/CollectionPage.js +8 -2
- package/dist/components/CollectionSummary/BannerStrip.js +3 -2
- package/dist/components/CollectionSummary/BannerStrip.scss +2 -2
- package/dist/components/CollectionSummary/BannerStrip.test.js +39 -4
- package/dist/components/CollectionSummary/CollectionSummary.js +82 -63
- package/dist/components/CollectionSummary/CollectionSummary.scss +1 -1
- package/dist/components/CollectionSummary/CollectionSummary.test.js +40 -80
- package/dist/components/CollectionSummary/Confirmation.scss +1 -1
- package/dist/components/CollectionSummary/RenderListView.js +24 -20
- package/dist/components/CollectionSummary/RenderListView.scss +10 -1
- package/dist/components/CollectionSummary/RenderListView.test.js +14 -4
- package/dist/components/CollectionSummary/SummaryCard.js +59 -38
- package/dist/components/CollectionSummary/SummaryCard.scss +2 -1
- package/dist/components/CollectionSummary/SummaryCard.test.js +193 -150
- package/dist/components/CollectionSummary/SummaryCardDetails.js +70 -13
- package/dist/components/CollectionSummary/SummaryCardDetails.scss +43 -6
- package/dist/components/CollectionSummary/SummaryCardDetails.test.js +174 -26
- package/dist/components/CollectionSummary/SummaryCardValidationContext.js +15 -5
- package/dist/components/CollectionSummary/SummaryCardValidationContext.test.js +5 -4
- package/dist/components/FormComponent/Collection.js +24 -17
- package/dist/components/FormComponent/Collection.test.js +138 -0
- package/dist/components/FormComponent/FormComponent.js +12 -0
- package/dist/components/FormPage/FormPage.scss +1 -1
- package/dist/components/FormRenderer/FormRenderer.js +7 -4
- package/dist/components/FormRenderer/FormRenderer.scss +1 -1
- package/dist/components/FormRenderer/clear-uncompleted-routes/test-data/cop-airpax-after.json +429 -0
- package/dist/components/FormRenderer/clear-uncompleted-routes/test-data/cop-airpax-before.json +449 -0
- package/dist/components/FormRenderer/clear-uncompleted-routes/test-data/cop-airpax-form.json +15219 -0
- package/dist/components/FormRenderer/clear-uncompleted-routes/test-data/cop-eab-2-data-after.json +516 -0
- package/dist/components/FormRenderer/clear-uncompleted-routes/test-data/cop-eab-2-data-before.json +593 -0
- package/dist/components/FormRenderer/clear-uncompleted-routes/test-data/cop-eab2-form.json +15219 -0
- package/dist/components/FormRenderer/clear-uncompleted-routes/test-data/cop-mandec-data-after.json +84 -0
- package/dist/components/FormRenderer/clear-uncompleted-routes/test-data/cop-mandec-data-before.json +98 -0
- package/dist/components/FormRenderer/clear-uncompleted-routes/test-data/cop-mandec-form.json +9158 -0
- package/dist/components/FormRenderer/clear-uncompleted-routes/test-data/test.json +1605 -0
- package/dist/components/FormRenderer/clear-uncompleted-routes/test-data/test2.json +205 -0
- package/dist/components/FormRenderer/helpers/clearOutUncompletedRoutes.js +69 -38
- package/dist/components/FormRenderer/helpers/clearOutUncompletedRoutes.test.js +30 -0
- package/dist/components/FormRenderer/helpers/deleteNodeByPath.js +8 -2
- package/dist/components/FormRenderer/onPageAction.js +6 -1
- package/dist/components/FormRenderer/onPageAction.test.js +18 -4
- package/dist/components/SummaryList/SummaryList.scss +2 -2
- package/dist/components/TaskList/TaskList.scss +1 -1
- package/dist/context/ValidationContext/ValidationContext.js +49 -5
- package/dist/context/ValidationContext/ValidationContext.test.js +16 -7
- package/dist/hooks/useRefData.js +1 -1
- package/dist/utils/CheckYourAnswers/showComponentCYA.js +1 -2
- package/dist/utils/CheckYourAnswers/showComponentCYA.test.js +5 -0
- package/dist/utils/CollectionPage/addCollectionPageEntry.js +1 -2
- package/dist/utils/CollectionPage/addCollectionPageEntry.test.js +4 -24
- package/dist/utils/CollectionPage/duplicateCollectionPageEntry.js +13 -1
- package/dist/utils/CollectionPage/duplicateCollectionPageEntry.test.js +17 -2
- package/dist/utils/CollectionPage/getErrorsForCollection.js +55 -0
- package/dist/utils/CollectionPage/getErrorsForCollection.test.js +155 -0
- package/dist/utils/CollectionPage/getQuickEditPage.js +7 -1
- package/dist/utils/CollectionPage/index.js +2 -0
- package/dist/utils/CollectionPage/setCollectionPageData.js +9 -4
- package/dist/utils/CollectionPage/setCollectionPageData.test.js +18 -0
- package/dist/utils/Component/isEditable.js +1 -1
- package/dist/utils/Condition/meetsCondition.js +18 -0
- package/dist/utils/Condition/meetsCondition.test.js +100 -0
- package/dist/utils/Data/getOptions.js +10 -0
- package/dist/utils/Data/getOptions.test.js +73 -0
- package/dist/utils/Data/nestInRefdataOptions.js +49 -0
- package/dist/utils/Data/nestInRefdataOptions.test.js +236 -0
- package/dist/utils/Validate/validateContainer.js +3 -1
- package/dist/utils/Validate/validateContainer.test.js +33 -0
- package/dist/utils/Validate/validateEmail.js +1 -1
- package/dist/utils/Validate/validatePage.js +10 -1
- package/dist/utils/Validate/validatePage.test.js +69 -0
- package/package.json +4 -4
|
@@ -90,22 +90,6 @@ var Collection = function Collection(_ref) {
|
|
|
90
90
|
return _ref3.apply(this, arguments);
|
|
91
91
|
};
|
|
92
92
|
}();
|
|
93
|
-
(0, _react.useEffect)(function () {
|
|
94
|
-
if (config.focusOnAdd && Array.isArray(value) && value.length) {
|
|
95
|
-
if (value.length > config.minimumEntries || !config.minimumEntries) {
|
|
96
|
-
var _value2, _document$getElementB, _focusable$;
|
|
97
|
-
var containerId = (_value2 = value[value.length - 1]) === null || _value2 === void 0 ? void 0 : _value2.id;
|
|
98
|
-
var container = (_document$getElementB = document.getElementById(containerId)) === null || _document$getElementB === void 0 ? void 0 : _document$getElementB.childNodes[0];
|
|
99
|
-
var focusable = container === null || container === void 0 ? void 0 : container.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');
|
|
100
|
-
(_focusable$ = focusable[0]) === null || _focusable$ === void 0 || _focusable$.focus();
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}, [value.length, config.focusOnAdd, config.minimumEntries]);
|
|
104
|
-
(0, _react.useEffect)(function () {
|
|
105
|
-
if (config.minimumEntries && !value.length) {
|
|
106
|
-
onAddAnother();
|
|
107
|
-
}
|
|
108
|
-
}, [config.minimumEntries, value.length]);
|
|
109
93
|
var onRemoveItem = /*#__PURE__*/function () {
|
|
110
94
|
var _ref4 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(item) {
|
|
111
95
|
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
@@ -124,6 +108,28 @@ var Collection = function Collection(_ref) {
|
|
|
124
108
|
return _ref4.apply(this, arguments);
|
|
125
109
|
};
|
|
126
110
|
}();
|
|
111
|
+
var getAddLabel = function getAddLabel(labels) {
|
|
112
|
+
if (labels.initial && !value.length) {
|
|
113
|
+
return labels.initial;
|
|
114
|
+
}
|
|
115
|
+
return labels.add;
|
|
116
|
+
};
|
|
117
|
+
(0, _react.useEffect)(function () {
|
|
118
|
+
if (config.focusOnAdd && Array.isArray(value) && value.length) {
|
|
119
|
+
if (value.length > config.minimumEntries || !config.minimumEntries) {
|
|
120
|
+
var _value2, _document$getElementB, _focusable$;
|
|
121
|
+
var containerId = (_value2 = value[value.length - 1]) === null || _value2 === void 0 ? void 0 : _value2.id;
|
|
122
|
+
var container = (_document$getElementB = document.getElementById(containerId)) === null || _document$getElementB === void 0 ? void 0 : _document$getElementB.childNodes[0];
|
|
123
|
+
var focusable = container === null || container === void 0 ? void 0 : container.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');
|
|
124
|
+
(_focusable$ = focusable[0]) === null || _focusable$ === void 0 || _focusable$.focus();
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}, [value.length, config.focusOnAdd, config.minimumEntries]);
|
|
128
|
+
(0, _react.useEffect)(function () {
|
|
129
|
+
if (config.minimumEntries && !value.length) {
|
|
130
|
+
onAddAnother();
|
|
131
|
+
}
|
|
132
|
+
}, [config.minimumEntries, value.length]);
|
|
127
133
|
var labels = _objectSpread(_objectSpread({}, _models.CollectionLabels), config.labels);
|
|
128
134
|
var classes = _utils.default.classBuilder(DEFAULT_CLASS, [], config.className);
|
|
129
135
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
@@ -203,7 +209,7 @@ var Collection = function Collection(_ref) {
|
|
|
203
209
|
}), !config.disableAddAndRemove && /*#__PURE__*/_react.default.createElement(_copReactComponents.ButtonGroup, null, /*#__PURE__*/_react.default.createElement(_copReactComponents.Button, {
|
|
204
210
|
onClick: onAddAnother,
|
|
205
211
|
classModifiers: "secondary"
|
|
206
|
-
}, labels
|
|
212
|
+
}, getAddLabel(labels))));
|
|
207
213
|
};
|
|
208
214
|
Collection.propTypes = {
|
|
209
215
|
config: _propTypes.default.shape({
|
|
@@ -220,6 +226,7 @@ Collection.propTypes = {
|
|
|
220
226
|
})),
|
|
221
227
|
label: _propTypes.default.string,
|
|
222
228
|
labels: _propTypes.default.shape({
|
|
229
|
+
initial: _propTypes.default.string,
|
|
223
230
|
item: _propTypes.default.string,
|
|
224
231
|
add: _propTypes.default.string,
|
|
225
232
|
remove: _propTypes.default.string
|
|
@@ -964,4 +964,142 @@ describe('components.FormComponent.Collection', function () {
|
|
|
964
964
|
}
|
|
965
965
|
}, _callee18);
|
|
966
966
|
})));
|
|
967
|
+
it('should display the initial cta add label and revert to default cta label on subsequent additions', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee20() {
|
|
968
|
+
var COLLECTION, container, c, addButton, item, label;
|
|
969
|
+
return _regeneratorRuntime().wrap(function _callee20$(_context20) {
|
|
970
|
+
while (1) switch (_context20.prev = _context20.next) {
|
|
971
|
+
case 0:
|
|
972
|
+
COLLECTION = {
|
|
973
|
+
id: ID,
|
|
974
|
+
fieldId: ID,
|
|
975
|
+
type: _models.ComponentTypes.COLLECTION,
|
|
976
|
+
item: [TEXT_COMPONENT],
|
|
977
|
+
// eslint-disable-next-line no-template-curly-in-string
|
|
978
|
+
labels: {
|
|
979
|
+
add: 'Add another item',
|
|
980
|
+
initial: 'Add an item',
|
|
981
|
+
item: 'Item ${index}'
|
|
982
|
+
}
|
|
983
|
+
};
|
|
984
|
+
container = document.createElement('div');
|
|
985
|
+
document.body.appendChild(container);
|
|
986
|
+
_context20.next = 5;
|
|
987
|
+
return (0, _testUtils.act)( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee19() {
|
|
988
|
+
return _regeneratorRuntime().wrap(function _callee19$(_context19) {
|
|
989
|
+
while (1) switch (_context19.prev = _context19.next) {
|
|
990
|
+
case 0:
|
|
991
|
+
(0, _setupTests.renderDomWithValidation)( /*#__PURE__*/_react2.default.createElement(_FormComponent.default, {
|
|
992
|
+
component: COLLECTION
|
|
993
|
+
}), container);
|
|
994
|
+
case 1:
|
|
995
|
+
case "end":
|
|
996
|
+
return _context19.stop();
|
|
997
|
+
}
|
|
998
|
+
}, _callee19);
|
|
999
|
+
})));
|
|
1000
|
+
case 5:
|
|
1001
|
+
// Check the container itself.
|
|
1002
|
+
c = container.childNodes[0];
|
|
1003
|
+
expect(c.tagName).toEqual('DIV');
|
|
1004
|
+
expect(c.classList).toContain(_Collection.DEFAULT_CLASS);
|
|
1005
|
+
|
|
1006
|
+
// And now make sure it has no children OTHER than the button to add an item.
|
|
1007
|
+
expect(c.childNodes.length).toEqual(1);
|
|
1008
|
+
|
|
1009
|
+
// Get hold of that "Add another" button and click it.
|
|
1010
|
+
addButton = c.childNodes[0].childNodes[0];
|
|
1011
|
+
expect(addButton.textContent).toContain('Add an item');
|
|
1012
|
+
_react.fireEvent.click(addButton, {});
|
|
1013
|
+
|
|
1014
|
+
// Make sure an item has been added.
|
|
1015
|
+
expect(c.childNodes.length).toEqual(2);
|
|
1016
|
+
item = c.childNodes[0];
|
|
1017
|
+
label = item.childNodes[0];
|
|
1018
|
+
expect(label.textContent).toContain(_utils.default.interpolateString(_models.CollectionLabels.item, {
|
|
1019
|
+
index: 1
|
|
1020
|
+
}));
|
|
1021
|
+
|
|
1022
|
+
// Check label of subsequent call to action button has updated
|
|
1023
|
+
expect(addButton.textContent).toContain('Add another item');
|
|
1024
|
+
case 17:
|
|
1025
|
+
case "end":
|
|
1026
|
+
return _context20.stop();
|
|
1027
|
+
}
|
|
1028
|
+
}, _callee20);
|
|
1029
|
+
})));
|
|
1030
|
+
it('should revert back to the initial cta add label on adding and removing an item', /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee22() {
|
|
1031
|
+
var COLLECTION, container, c, addButton, item, label, removeButton;
|
|
1032
|
+
return _regeneratorRuntime().wrap(function _callee22$(_context22) {
|
|
1033
|
+
while (1) switch (_context22.prev = _context22.next) {
|
|
1034
|
+
case 0:
|
|
1035
|
+
COLLECTION = {
|
|
1036
|
+
id: ID,
|
|
1037
|
+
fieldId: ID,
|
|
1038
|
+
type: _models.ComponentTypes.COLLECTION,
|
|
1039
|
+
item: [TEXT_COMPONENT],
|
|
1040
|
+
// eslint-disable-next-line no-template-curly-in-string
|
|
1041
|
+
labels: {
|
|
1042
|
+
add: 'Add another item',
|
|
1043
|
+
initial: 'Add an item',
|
|
1044
|
+
item: 'Item ${index}'
|
|
1045
|
+
}
|
|
1046
|
+
};
|
|
1047
|
+
container = document.createElement('div');
|
|
1048
|
+
document.body.appendChild(container);
|
|
1049
|
+
_context22.next = 5;
|
|
1050
|
+
return (0, _testUtils.act)( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee21() {
|
|
1051
|
+
return _regeneratorRuntime().wrap(function _callee21$(_context21) {
|
|
1052
|
+
while (1) switch (_context21.prev = _context21.next) {
|
|
1053
|
+
case 0:
|
|
1054
|
+
(0, _setupTests.renderDomWithValidation)( /*#__PURE__*/_react2.default.createElement(_FormComponent.default, {
|
|
1055
|
+
component: COLLECTION
|
|
1056
|
+
}), container);
|
|
1057
|
+
case 1:
|
|
1058
|
+
case "end":
|
|
1059
|
+
return _context21.stop();
|
|
1060
|
+
}
|
|
1061
|
+
}, _callee21);
|
|
1062
|
+
})));
|
|
1063
|
+
case 5:
|
|
1064
|
+
// Check the container itself.
|
|
1065
|
+
c = container.childNodes[0];
|
|
1066
|
+
expect(c.tagName).toEqual('DIV');
|
|
1067
|
+
expect(c.classList).toContain(_Collection.DEFAULT_CLASS);
|
|
1068
|
+
|
|
1069
|
+
// And now make sure it has no children OTHER than the button to add an item.
|
|
1070
|
+
expect(c.childNodes.length).toEqual(1);
|
|
1071
|
+
|
|
1072
|
+
// Get hold of that "Add another" button and click it.
|
|
1073
|
+
addButton = c.childNodes[0].childNodes[0];
|
|
1074
|
+
expect(addButton.textContent).toContain('Add an item');
|
|
1075
|
+
_react.fireEvent.click(addButton, {});
|
|
1076
|
+
|
|
1077
|
+
// Make sure an item has been added.
|
|
1078
|
+
expect(c.childNodes.length).toEqual(2);
|
|
1079
|
+
item = c.childNodes[0];
|
|
1080
|
+
label = item.childNodes[0];
|
|
1081
|
+
expect(label.textContent).toContain(_utils.default.interpolateString(_models.CollectionLabels.item, {
|
|
1082
|
+
index: 1
|
|
1083
|
+
}));
|
|
1084
|
+
|
|
1085
|
+
// Check label of subsequent call to action button has updated
|
|
1086
|
+
expect(addButton.textContent).toContain('Add another item');
|
|
1087
|
+
|
|
1088
|
+
// Get hold of the newly-add item's "Remove" button.
|
|
1089
|
+
removeButton = label.childNodes[1];
|
|
1090
|
+
expect(removeButton.tagName).toEqual('BUTTON');
|
|
1091
|
+
expect(removeButton.classList).toContain('hods-button--secondary');
|
|
1092
|
+
expect(removeButton.textContent).toContain(_models.CollectionLabels.remove);
|
|
1093
|
+
|
|
1094
|
+
// Click the "Remove" button
|
|
1095
|
+
_react.fireEvent.click(removeButton, {});
|
|
1096
|
+
|
|
1097
|
+
// Check label of subsequent call to action button has updated
|
|
1098
|
+
expect(addButton.textContent).toContain('Add an item');
|
|
1099
|
+
case 23:
|
|
1100
|
+
case "end":
|
|
1101
|
+
return _context22.stop();
|
|
1102
|
+
}
|
|
1103
|
+
}, _callee22);
|
|
1104
|
+
})));
|
|
967
1105
|
});
|
|
@@ -67,6 +67,17 @@ var FormComponent = function FormComponent(_ref) {
|
|
|
67
67
|
// eslint-disable-next-line no-param-reassign
|
|
68
68
|
target.value = target.value.trim();
|
|
69
69
|
}
|
|
70
|
+
if (component.type === _models.ComponentTypes.CHECKBOXES && Array.isArray(target.value)) {
|
|
71
|
+
target.value.forEach(function (item) {
|
|
72
|
+
if (item.children && item.nested) {
|
|
73
|
+
// eslint-disable-next-line no-param-reassign
|
|
74
|
+
delete item.children;
|
|
75
|
+
// eslint-disable-next-line no-param-reassign
|
|
76
|
+
delete item.nested;
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
|
|
70
81
|
// eslint-disable-next-line no-param-reassign
|
|
71
82
|
target = (0, _helpers.addLabel)(target, component, data);
|
|
72
83
|
onChange({
|
|
@@ -119,6 +130,7 @@ var FormComponent = function FormComponent(_ref) {
|
|
|
119
130
|
formData: formData,
|
|
120
131
|
onAction: onAction,
|
|
121
132
|
onChange: onChange,
|
|
133
|
+
onTopLevelChange: onTopLevelChange,
|
|
122
134
|
pages: pages
|
|
123
135
|
})));
|
|
124
136
|
}
|
|
@@ -174,9 +174,9 @@ var InternalFormRenderer = function InternalFormRenderer(_ref2) {
|
|
|
174
174
|
});
|
|
175
175
|
});
|
|
176
176
|
}
|
|
177
|
+
clearErrors();
|
|
177
178
|
setGoingBack(true);
|
|
178
179
|
hooks.onGoingBack(e.state ? e.state : null);
|
|
179
|
-
clearErrors();
|
|
180
180
|
if (components && pages && data && (_formState$page = formState.page) !== null && _formState$page !== void 0 && _formState$page.formData && pagePoint === undefined) {
|
|
181
181
|
var submissionData = _utils.default.Format.form({
|
|
182
182
|
pages: pages,
|
|
@@ -302,7 +302,7 @@ var InternalFormRenderer = function InternalFormRenderer(_ref2) {
|
|
|
302
302
|
setData(newData);
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
|
-
if (((_formState$page3 = formState.page) === null || _formState$page3 === void 0 ? void 0 : _formState$page3.type) === _models.FormPages.PARTIAL_CYA) {
|
|
305
|
+
if (((_formState$page3 = formState.page) === null || _formState$page3 === void 0 ? void 0 : _formState$page3.type) === _models.FormPages.PARTIAL_CYA && !cya.disableTaskSwitch) {
|
|
306
306
|
hubDetails.sections.every(function (section) {
|
|
307
307
|
return section.tasks.every(function (task) {
|
|
308
308
|
if (task.pages.includes(page.pageId) && task.name !== currentTask.name) {
|
|
@@ -366,6 +366,7 @@ var InternalFormRenderer = function InternalFormRenderer(_ref2) {
|
|
|
366
366
|
submitting: submitting
|
|
367
367
|
}), formState.page && !formState.cya && formState.page.collection && /*#__PURE__*/_react.default.createElement(_CollectionPage.default, {
|
|
368
368
|
page: formState.page,
|
|
369
|
+
pages: pages,
|
|
369
370
|
onCollectionChange: onChange,
|
|
370
371
|
onAction: function onAction(action, patch, patchLabel) {
|
|
371
372
|
(0, _onPageAction.default)(action, patch, patchLabel, hooks, data, formState, validate, onPageChange, type, pages, components, pageId, setPagePoint, currentTask, setData, hubDetails, setSubmitted, addErrors, submitting, setSubmitting, errors);
|
|
@@ -382,7 +383,8 @@ var propTypes = {
|
|
|
382
383
|
className: _propTypes.default.string,
|
|
383
384
|
components: _propTypes.default.arrayOf(_propTypes.default.shape({})).isRequired,
|
|
384
385
|
cya: _propTypes.default.shape({
|
|
385
|
-
actions: _propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.shape({}), _propTypes.default.string]))
|
|
386
|
+
actions: _propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.shape({}), _propTypes.default.string])),
|
|
387
|
+
disableTaskSwitch: _propTypes.default.bool
|
|
386
388
|
}),
|
|
387
389
|
data: _propTypes.default.shape({
|
|
388
390
|
formStatus: _propTypes.default.shape({
|
|
@@ -411,7 +413,8 @@ var defaultProps = {
|
|
|
411
413
|
className: '',
|
|
412
414
|
classModifiers: [],
|
|
413
415
|
cya: {
|
|
414
|
-
actions: []
|
|
416
|
+
actions: [],
|
|
417
|
+
disableTaskSwitch: false
|
|
415
418
|
},
|
|
416
419
|
data: null,
|
|
417
420
|
hashLink: false,
|