@k-int/stripes-kint-components 2.8.5 → 2.8.6

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.
Files changed (227) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/es/lib/ActionList/ActionList.js +3 -1
  3. package/es/lib/ActionList/ActionListFieldArray.js +4 -2
  4. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +5 -2
  5. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +4 -1
  6. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +6 -4
  7. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +5 -3
  8. package/es/lib/CustomProperties/Config/CustomPropertyForm.js +1 -1
  9. package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +1 -1
  10. package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +5 -3
  11. package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +4 -1
  12. package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +4 -1
  13. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +5 -2
  14. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +5 -3
  15. package/es/lib/CustomProperties/Edit/CustomPropertyField.js +3 -1
  16. package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +4 -2
  17. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +5 -2
  18. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +1 -1
  19. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +5 -2
  20. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +1 -1
  21. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +4 -1
  22. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +5 -3
  23. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +4 -1
  24. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +1 -1
  25. package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +1 -1
  26. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -1
  27. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +4 -1
  28. package/es/lib/CycleButton/CycleButton.js +5 -2
  29. package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +6 -4
  30. package/es/lib/EditableRefdataList/EditableRefdataList.js +6 -4
  31. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +4 -1
  32. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +1 -1
  33. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +1 -1
  34. package/es/lib/EditableSettingsList/SettingField/SettingField.js +4 -2
  35. package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +1 -1
  36. package/es/lib/FormModal/FormModal.js +4 -1
  37. package/es/lib/IconSelect/IconSelect.js +4 -2
  38. package/es/lib/QueryTypedown/QueryTypedown.js +4 -2
  39. package/es/lib/RefdataButtons/RefdataButtons.js +4 -1
  40. package/es/lib/RichSelect/RichSelect.js +5 -2
  41. package/es/lib/RichSelect/useSelectedOption.js +1 -1
  42. package/es/lib/SASQLookupComponent/SASQLookupComponent.js +5 -2
  43. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +4 -1
  44. package/es/lib/SASQRoute/SASQRoute.js +4 -1
  45. package/es/lib/SASQViewComponent/SASQViewComponent.js +4 -1
  46. package/es/lib/SearchField/SearchField.js +4 -1
  47. package/es/lib/Typedown/Typedown.js +1 -1
  48. package/es/lib/hooks/settingsHooks/useSettings.js +3 -1
  49. package/es/lib/hooks/typedownHooks/useTypedownData.js +1 -1
  50. package/es/lib/hooks/typedownHooks/useTypedownToggle.js +1 -1
  51. package/es/lib/hooks/useActiveElement.js +1 -1
  52. package/es/lib/hooks/useAvailableCustomProperties.js +1 -1
  53. package/es/lib/hooks/useCustomProperties.js +4 -1
  54. package/es/lib/hooks/useHelperApp.js +4 -2
  55. package/es/lib/hooks/useKiwtFieldArray.js +5 -2
  56. package/es/lib/hooks/useKiwtSASQuery.js +4 -2
  57. package/es/lib/hooks/useLocalStorageState.js +1 -1
  58. package/es/lib/hooks/useMutateCustomProperties.js +1 -1
  59. package/es/lib/hooks/useMutateRefdataCategory.js +4 -2
  60. package/es/lib/hooks/useMutateRefdataValue.js +1 -1
  61. package/es/lib/hooks/useQIndex.js +4 -2
  62. package/es/lib/utils/generateKiwtQueryParams.js +1 -1
  63. package/es/lib/utils/groupCustomPropertiesByCtx.js +4 -1
  64. package/es/lib/utils/highlightString.js +1 -1
  65. package/es/lib/utils/parseErrorResponse.js +23 -19
  66. package/junit.xml +149 -149
  67. package/package.json +1 -1
  68. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +1 -1
  69. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +49 -7
  70. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +7 -7
  71. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
  72. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
  73. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
  74. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
  75. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +1 -1
  76. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +1 -1
  77. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
  78. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
  79. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
  80. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +1 -1
  81. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
  82. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
  83. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +1 -1
  84. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
  85. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +1 -1
  86. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
  87. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
  88. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
  89. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
  90. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
  91. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +1 -1
  92. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
  93. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +1 -1
  94. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +1 -1
  95. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
  96. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +1 -1
  97. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +1 -1
  98. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
  99. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +1 -1
  100. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +1 -1
  101. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
  102. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
  103. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
  104. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
  105. package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
  106. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
  107. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
  108. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
  109. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +1 -1
  110. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
  111. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +1 -1
  112. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +1 -1
  113. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
  114. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +1 -1
  115. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +1 -1
  116. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +1 -1
  117. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +1 -1
  118. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +1 -1
  119. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +1 -1
  120. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
  121. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +1 -1
  122. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
  123. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +1 -1
  124. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +1 -1
  125. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
  126. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  127. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
  128. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
  129. package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +1 -1
  130. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +1 -1
  131. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
  132. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +1 -1
  133. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +1 -1
  134. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
  135. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
  136. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
  137. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
  138. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +1 -1
  139. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
  140. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
  141. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +36 -12
  142. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +9 -9
  143. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
  144. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
  145. package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +1 -1
  146. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +1 -1
  147. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
  148. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
  149. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +1 -1
  150. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
  151. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +1 -1
  152. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
  153. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +1 -1
  154. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
  155. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
  156. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
  157. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
  158. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
  159. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
  160. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
  161. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
  162. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
  163. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
  164. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +1 -1
  165. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +1 -1
  166. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +1 -1
  167. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
  168. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
  169. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
  170. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
  171. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
  172. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
  173. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
  174. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
  175. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
  176. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
  177. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +1 -1
  178. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +1 -1
  179. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +1 -1
  180. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
  181. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +1 -1
  182. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +1 -1
  183. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +1 -1
  184. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
  185. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
  186. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
  187. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
  188. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  189. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +1 -1
  190. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +1 -1
  191. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +1 -1
  192. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
  193. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +1 -1
  194. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +1 -1
  195. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
  196. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +1 -1
  197. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +1 -1
  198. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +1 -1
  199. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +1 -1
  200. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +1 -1
  201. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +1 -1
  202. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +1 -1
  203. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +1 -1
  204. package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
  205. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +1 -1
  206. package/src/artifacts/coverage-jest/lcov-report/index.html +26 -26
  207. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
  208. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +1 -1
  209. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +171 -63
  210. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +1 -1
  211. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +1 -1
  212. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +38 -23
  213. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +8 -2
  214. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +1 -1
  215. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +11 -8
  216. package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +280 -0
  217. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
  218. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +1 -1
  219. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +1 -1
  220. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +1 -1
  221. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +1 -1
  222. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +1 -1
  223. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +1 -1
  224. package/src/artifacts/coverage-jest/lcov.info +377 -256
  225. package/src/lib/utils/parseErrorResponse.js +3 -2
  226. package/translations/stripes-kint-components/ja.json +3 -3
  227. package/yarn-error.log +0 -147
@@ -50,19 +50,17 @@ FN:230,(anonymous_14)
50
50
  FN:235,(anonymous_15)
51
51
  FN:275,(anonymous_16)
52
52
  FN:283,(anonymous_17)
53
- FN:283,(anonymous_18)
54
- FN:298,(anonymous_19)
55
- FN:298,(anonymous_20)
56
- FN:307,(anonymous_21)
57
- FN:309,(anonymous_22)
58
- FN:319,(anonymous_23)
59
- FN:325,(anonymous_24)
60
- FN:326,(anonymous_25)
61
- FN:339,(anonymous_26)
62
- FN:340,(anonymous_27)
63
- FN:365,(anonymous_28)
64
- FN:415,(anonymous_29)
65
- FNF:30
53
+ FN:305,(anonymous_18)
54
+ FN:321,(anonymous_19)
55
+ FN:323,(anonymous_20)
56
+ FN:333,(anonymous_21)
57
+ FN:339,(anonymous_22)
58
+ FN:340,(anonymous_23)
59
+ FN:353,(anonymous_24)
60
+ FN:354,(anonymous_25)
61
+ FN:379,(anonymous_26)
62
+ FN:429,(anonymous_27)
63
+ FNF:28
66
64
  FNH:0
67
65
  FNDA:0,(anonymous_0)
68
66
  FNDA:0,(anonymous_1)
@@ -92,8 +90,6 @@ FNDA:0,(anonymous_24)
92
90
  FNDA:0,(anonymous_25)
93
91
  FNDA:0,(anonymous_26)
94
92
  FNDA:0,(anonymous_27)
95
- FNDA:0,(anonymous_28)
96
- FNDA:0,(anonymous_29)
97
93
  DA:13,0
98
94
  DA:14,0
99
95
  DA:15,0
@@ -173,39 +169,45 @@ DA:262,0
173
169
  DA:268,0
174
170
  DA:269,0
175
171
  DA:276,0
176
- DA:283,0
177
- DA:292,0
178
- DA:298,0
172
+ DA:284,0
173
+ DA:285,0
174
+ DA:286,0
175
+ DA:289,0
176
+ DA:299,0
177
+ DA:306,0
179
178
  DA:307,0
180
179
  DA:308,0
181
180
  DA:311,0
182
- DA:312,0
183
- DA:313,0
184
- DA:318,0
185
- DA:319,0
186
- DA:320,0
187
- DA:324,0
181
+ DA:321,0
182
+ DA:322,0
188
183
  DA:325,0
189
184
  DA:326,0
190
- DA:328,0
191
- DA:331,0
185
+ DA:327,0
186
+ DA:332,0
187
+ DA:333,0
192
188
  DA:334,0
189
+ DA:338,0
193
190
  DA:339,0
194
191
  DA:340,0
195
- DA:349,0
192
+ DA:342,0
193
+ DA:345,0
194
+ DA:348,0
196
195
  DA:353,0
197
- DA:355,0
198
- DA:365,0
196
+ DA:354,0
197
+ DA:363,0
198
+ DA:367,0
199
199
  DA:369,0
200
- DA:373,0
201
- DA:376,0
202
200
  DA:379,0
203
- DA:417,0
204
- DA:419,0
205
- DA:420,0
206
- DA:421,0
201
+ DA:383,0
202
+ DA:387,0
203
+ DA:390,0
204
+ DA:393,0
207
205
  DA:431,0
208
- LF:111
206
+ DA:433,0
207
+ DA:434,0
208
+ DA:435,0
209
+ DA:445,0
210
+ LF:117
209
211
  LH:0
210
212
  BRDA:43,0,0,0
211
213
  BRDA:43,0,1,0
@@ -263,38 +265,38 @@ BRDA:259,26,0,0
263
265
  BRDA:259,26,1,0
264
266
  BRDA:268,27,0,0
265
267
  BRDA:268,27,1,0
266
- BRDA:283,28,0,0
267
- BRDA:283,28,1,0
268
- BRDA:298,29,0,0
269
- BRDA:298,29,1,0
270
- BRDA:328,30,0,0
271
- BRDA:328,30,1,0
272
- BRDA:331,31,0,0
273
- BRDA:331,31,1,0
274
- BRDA:334,32,0,0
275
- BRDA:334,32,1,0
276
- BRDA:339,33,0,0
277
- BRDA:339,33,1,0
278
- BRDA:340,34,0,0
279
- BRDA:340,34,1,0
280
- BRDA:349,35,0,0
281
- BRDA:349,35,1,0
282
- BRDA:350,36,0,0
283
- BRDA:350,36,1,0
284
- BRDA:350,36,2,0
285
- BRDA:350,36,3,0
286
- BRDA:353,37,0,0
287
- BRDA:353,37,1,0
288
- BRDA:356,38,0,0
289
- BRDA:356,38,1,0
290
- BRDA:387,39,0,0
291
- BRDA:387,39,1,0
292
- BRDA:389,40,0,0
293
- BRDA:389,40,1,0
294
- BRDA:415,41,0,0
295
- BRDA:415,41,1,0
296
- BRDA:419,42,0,0
297
- BRDA:419,42,1,0
268
+ BRDA:285,28,0,0
269
+ BRDA:285,28,1,0
270
+ BRDA:307,29,0,0
271
+ BRDA:307,29,1,0
272
+ BRDA:342,30,0,0
273
+ BRDA:342,30,1,0
274
+ BRDA:345,31,0,0
275
+ BRDA:345,31,1,0
276
+ BRDA:348,32,0,0
277
+ BRDA:348,32,1,0
278
+ BRDA:353,33,0,0
279
+ BRDA:353,33,1,0
280
+ BRDA:354,34,0,0
281
+ BRDA:354,34,1,0
282
+ BRDA:363,35,0,0
283
+ BRDA:363,35,1,0
284
+ BRDA:364,36,0,0
285
+ BRDA:364,36,1,0
286
+ BRDA:364,36,2,0
287
+ BRDA:364,36,3,0
288
+ BRDA:367,37,0,0
289
+ BRDA:367,37,1,0
290
+ BRDA:370,38,0,0
291
+ BRDA:370,38,1,0
292
+ BRDA:401,39,0,0
293
+ BRDA:401,39,1,0
294
+ BRDA:403,40,0,0
295
+ BRDA:403,40,1,0
296
+ BRDA:429,41,0,0
297
+ BRDA:429,41,1,0
298
+ BRDA:433,42,0,0
299
+ BRDA:433,42,1,0
298
300
  BRF:88
299
301
  BRH:0
300
302
  end_of_record
@@ -2509,18 +2511,19 @@ BRH:0
2509
2511
  end_of_record
2510
2512
  TN:
2511
2513
  SF:src/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js
2512
- FN:26,(anonymous_0)
2513
- FN:28,(anonymous_1)
2514
- FN:42,(anonymous_2)
2515
- FN:64,(anonymous_3)
2516
- FN:80,(anonymous_4)
2517
- FN:81,(anonymous_5)
2518
- FN:90,(anonymous_6)
2519
- FN:93,(anonymous_7)
2520
- FN:100,(anonymous_8)
2521
- FN:106,(anonymous_9)
2522
- FN:134,(anonymous_10)
2523
- FNF:11
2514
+ FN:27,(anonymous_0)
2515
+ FN:29,(anonymous_1)
2516
+ FN:43,(anonymous_2)
2517
+ FN:66,(anonymous_3)
2518
+ FN:88,(anonymous_4)
2519
+ FN:89,(anonymous_5)
2520
+ FN:98,(anonymous_6)
2521
+ FN:101,(anonymous_7)
2522
+ FN:108,(anonymous_8)
2523
+ FN:114,(anonymous_9)
2524
+ FN:121,(anonymous_10)
2525
+ FN:142,(anonymous_11)
2526
+ FNF:12
2524
2527
  FNH:0
2525
2528
  FNDA:0,(anonymous_0)
2526
2529
  FNDA:0,(anonymous_1)
@@ -2533,71 +2536,75 @@ FNDA:0,(anonymous_7)
2533
2536
  FNDA:0,(anonymous_8)
2534
2537
  FNDA:0,(anonymous_9)
2535
2538
  FNDA:0,(anonymous_10)
2539
+ FNDA:0,(anonymous_11)
2536
2540
  DA:17,0
2537
- DA:25,0
2538
2541
  DA:26,0
2539
- DA:28,0
2542
+ DA:27,0
2540
2543
  DA:29,0
2541
- DA:33,0
2544
+ DA:30,0
2542
2545
  DA:34,0
2543
2546
  DA:35,0
2544
- DA:38,0
2545
- DA:42,0
2546
- DA:50,0
2547
- DA:58,0
2548
- DA:62,0
2547
+ DA:36,0
2548
+ DA:39,0
2549
+ DA:43,0
2550
+ DA:52,0
2551
+ DA:60,0
2549
2552
  DA:64,0
2550
- DA:65,0
2551
- DA:80,0
2552
- DA:81,0
2553
- DA:82,0
2554
- DA:83,0
2555
- DA:86,0
2553
+ DA:66,0
2554
+ DA:67,0
2555
+ DA:88,0
2556
+ DA:89,0
2556
2557
  DA:90,0
2557
2558
  DA:91,0
2558
2559
  DA:94,0
2559
- DA:100,0
2560
- DA:101,0
2561
- DA:106,0
2562
- DA:107,0
2563
- DA:118,0
2564
- DA:135,0
2565
- DA:136,0
2566
- DA:139,0
2567
- DA:148,0
2568
- LF:32
2560
+ DA:98,0
2561
+ DA:99,0
2562
+ DA:102,0
2563
+ DA:108,0
2564
+ DA:109,0
2565
+ DA:114,0
2566
+ DA:115,0
2567
+ DA:121,0
2568
+ DA:126,0
2569
+ DA:143,0
2570
+ DA:144,0
2571
+ DA:147,0
2572
+ DA:156,0
2573
+ LF:33
2569
2574
  LH:0
2570
- BRDA:26,0,0,0
2571
- BRDA:26,1,0,0
2572
- BRDA:28,2,0,0
2573
- BRDA:28,2,1,0
2574
- BRDA:34,3,0,0
2575
- BRDA:34,3,1,0
2576
- BRDA:34,4,0,0
2577
- BRDA:34,4,1,0
2578
- BRDA:46,5,0,0
2579
- BRDA:48,6,0,0
2580
- BRDA:68,7,0,0
2581
- BRDA:68,7,1,0
2582
- BRDA:76,8,0,0
2583
- BRDA:76,8,1,0
2584
- BRDA:82,9,0,0
2585
- BRDA:82,9,1,0
2586
- BRDA:82,10,0,0
2587
- BRDA:82,10,1,0
2588
- BRDA:126,11,0,0
2589
- BRDA:126,11,1,0
2590
- BRDA:130,12,0,0
2591
- BRDA:130,12,1,0
2592
- BRDA:133,13,0,0
2593
- BRDA:133,13,1,0
2594
- BRDA:133,14,0,0
2595
- BRDA:133,14,1,0
2596
- BRDA:135,15,0,0
2597
- BRDA:135,15,1,0
2598
- BRDA:135,16,0,0
2599
- BRDA:135,16,1,0
2600
- BRF:30
2575
+ BRDA:27,0,0,0
2576
+ BRDA:27,1,0,0
2577
+ BRDA:29,2,0,0
2578
+ BRDA:29,2,1,0
2579
+ BRDA:35,3,0,0
2580
+ BRDA:35,3,1,0
2581
+ BRDA:35,4,0,0
2582
+ BRDA:35,4,1,0
2583
+ BRDA:47,5,0,0
2584
+ BRDA:50,6,0,0
2585
+ BRDA:72,7,0,0
2586
+ BRDA:72,7,1,0
2587
+ BRDA:77,8,0,0
2588
+ BRDA:77,8,1,0
2589
+ BRDA:84,9,0,0
2590
+ BRDA:84,9,1,0
2591
+ BRDA:90,10,0,0
2592
+ BRDA:90,10,1,0
2593
+ BRDA:90,11,0,0
2594
+ BRDA:90,11,1,0
2595
+ BRDA:134,12,0,0
2596
+ BRDA:134,12,1,0
2597
+ BRDA:138,13,0,0
2598
+ BRDA:138,13,1,0
2599
+ BRDA:141,14,0,0
2600
+ BRDA:141,14,1,0
2601
+ BRDA:141,15,0,0
2602
+ BRDA:141,15,1,0
2603
+ BRDA:143,16,0,0
2604
+ BRDA:143,16,1,0
2605
+ BRDA:143,17,0,0
2606
+ BRDA:143,17,1,0
2607
+ BRF:32
2601
2608
  BRH:0
2602
2609
  end_of_record
2603
2610
  TN:
@@ -4363,20 +4370,24 @@ end_of_record
4363
4370
  TN:
4364
4371
  SF:src/lib/utils/generateKiwtQueryParams.js
4365
4372
  FN:1,(anonymous_0)
4366
- FN:36,(anonymous_1)
4367
- FN:48,(anonymous_2)
4368
- FN:53,(anonymous_3)
4369
- FN:57,(anonymous_4)
4370
- FN:79,(anonymous_5)
4371
- FN:88,(anonymous_6)
4372
- FN:89,(anonymous_7)
4373
- FN:93,(anonymous_8)
4374
- FN:94,(anonymous_9)
4375
- FN:101,(anonymous_10)
4376
- FN:103,(anonymous_11)
4377
- FN:110,(anonymous_12)
4378
- FN:121,(anonymous_13)
4379
- FNF:14
4373
+ FN:9,(anonymous_1)
4374
+ FN:14,(anonymous_2)
4375
+ FN:23,(anonymous_3)
4376
+ FN:25,(anonymous_4)
4377
+ FN:31,(anonymous_5)
4378
+ FN:52,(anonymous_6)
4379
+ FN:99,(anonymous_7)
4380
+ FN:105,(anonymous_8)
4381
+ FN:115,(anonymous_9)
4382
+ FN:124,(anonymous_10)
4383
+ FN:125,(anonymous_11)
4384
+ FN:129,(anonymous_12)
4385
+ FN:130,(anonymous_13)
4386
+ FN:137,(anonymous_14)
4387
+ FN:139,(anonymous_15)
4388
+ FN:146,(anonymous_16)
4389
+ FN:157,(anonymous_17)
4390
+ FNF:18
4380
4391
  FNH:0
4381
4392
  FNDA:0,(anonymous_0)
4382
4393
  FNDA:0,(anonymous_1)
@@ -4392,127 +4403,168 @@ FNDA:0,(anonymous_10)
4392
4403
  FNDA:0,(anonymous_11)
4393
4404
  FNDA:0,(anonymous_12)
4394
4405
  FNDA:0,(anonymous_13)
4406
+ FNDA:0,(anonymous_14)
4407
+ FNDA:0,(anonymous_15)
4408
+ FNDA:0,(anonymous_16)
4409
+ FNDA:0,(anonymous_17)
4395
4410
  DA:1,3
4396
4411
  DA:2,0
4397
- DA:34,0
4398
- DA:36,0
4399
- DA:37,0
4400
- DA:38,0
4412
+ DA:3,0
4413
+ DA:6,0
4414
+ DA:9,3
4415
+ DA:10,0
4416
+ DA:11,0
4417
+ DA:14,0
4418
+ DA:17,0
4419
+ DA:22,0
4420
+ DA:23,0
4421
+ DA:25,0
4422
+ DA:28,0
4423
+ DA:30,0
4424
+ DA:31,0
4425
+ DA:32,0
4426
+ DA:33,0
4427
+ DA:35,0
4428
+ DA:39,0
4429
+ DA:40,0
4401
4430
  DA:41,0
4402
- DA:45,0
4403
- DA:47,0
4404
- DA:48,0
4431
+ DA:42,0
4432
+ DA:43,0
4433
+ DA:46,0
4405
4434
  DA:49,0
4406
- DA:52,0
4435
+ DA:52,3
4407
4436
  DA:53,0
4408
- DA:54,0
4409
- DA:56,0
4410
- DA:57,0
4411
- DA:58,0
4412
- DA:59,0
4413
- DA:61,0
4414
- DA:65,0
4415
- DA:66,0
4416
- DA:67,0
4417
- DA:68,0
4418
- DA:69,0
4419
- DA:71,0
4420
- DA:77,0
4421
- DA:78,0
4422
- DA:79,0
4423
- DA:80,0
4424
- DA:81,0
4425
- DA:83,0
4426
- DA:84,0
4427
- DA:88,0
4428
- DA:89,0
4429
- DA:90,0
4430
- DA:91,0
4431
- DA:93,0
4432
4437
  DA:94,0
4433
- DA:95,0
4438
+ DA:96,0
4434
4439
  DA:98,0
4435
4440
  DA:99,0
4436
- DA:101,0
4437
- DA:103,0
4441
+ DA:100,0
4438
4442
  DA:104,0
4439
- DA:109,0
4440
- DA:110,0
4441
- DA:111,0
4442
- DA:112,0
4443
+ DA:105,0
4444
+ DA:106,0
4445
+ DA:107,0
4446
+ DA:108,0
4443
4447
  DA:113,0
4444
4448
  DA:114,0
4445
4449
  DA:115,0
4450
+ DA:116,0
4451
+ DA:117,0
4452
+ DA:119,0
4446
4453
  DA:120,0
4447
- DA:121,0
4448
- DA:122,0
4449
- DA:123,0
4454
+ DA:124,0
4450
4455
  DA:125,0
4451
4456
  DA:126,0
4457
+ DA:127,0
4452
4458
  DA:129,0
4459
+ DA:130,0
4453
4460
  DA:131,0
4461
+ DA:134,0
4454
4462
  DA:135,0
4455
- DA:136,0
4463
+ DA:137,0
4456
4464
  DA:139,0
4457
4465
  DA:140,0
4458
- DA:143,0
4459
- LF:64
4460
- LH:1
4466
+ DA:145,0
4467
+ DA:146,0
4468
+ DA:147,0
4469
+ DA:148,0
4470
+ DA:149,0
4471
+ DA:150,0
4472
+ DA:151,0
4473
+ DA:156,0
4474
+ DA:157,0
4475
+ DA:158,0
4476
+ DA:159,0
4477
+ DA:161,0
4478
+ DA:162,0
4479
+ DA:165,0
4480
+ DA:167,0
4481
+ DA:171,0
4482
+ DA:172,0
4483
+ DA:175,0
4484
+ DA:176,0
4485
+ DA:179,0
4486
+ LF:76
4487
+ LH:3
4461
4488
  BRDA:1,0,0,0
4462
- BRDA:4,1,0,0
4463
- BRDA:5,2,0,0
4464
- BRDA:7,3,0,0
4465
- BRDA:8,4,0,0
4466
- BRDA:9,5,0,0
4467
- BRDA:37,6,0,0
4468
- BRDA:37,6,1,0
4469
- BRDA:47,7,0,0
4470
- BRDA:47,7,1,0
4471
- BRDA:48,8,0,0
4472
- BRDA:48,8,1,0
4473
- BRDA:52,9,0,0
4474
- BRDA:52,9,1,0
4475
- BRDA:54,10,0,0
4476
- BRDA:54,10,1,0
4477
- BRDA:58,11,0,0
4478
- BRDA:58,11,1,0
4479
- BRDA:59,12,0,0
4480
- BRDA:59,12,1,0
4481
- BRDA:66,13,0,0
4482
- BRDA:66,13,1,0
4483
- BRDA:67,14,0,0
4484
- BRDA:67,14,1,0
4485
- BRDA:68,15,0,0
4486
- BRDA:68,15,1,0
4487
- BRDA:77,16,0,0
4488
- BRDA:77,16,1,0
4489
- BRDA:83,17,0,0
4490
- BRDA:83,17,1,0
4491
- BRDA:91,18,0,0
4492
- BRDA:91,18,1,0
4493
- BRDA:95,19,0,0
4494
- BRDA:95,19,1,0
4495
- BRDA:99,20,0,0
4496
- BRDA:99,20,1,0
4497
- BRDA:109,21,0,0
4498
- BRDA:109,21,1,0
4499
- BRDA:109,22,0,0
4500
- BRDA:109,22,1,0
4501
- BRDA:111,23,0,0
4502
- BRDA:111,23,1,0
4503
- BRDA:113,24,0,0
4504
- BRDA:113,24,1,0
4505
- BRDA:114,25,0,0
4506
- BRDA:114,25,1,0
4507
- BRDA:120,26,0,0
4508
- BRDA:120,26,1,0
4509
- BRDA:125,27,0,0
4510
- BRDA:125,27,1,0
4511
- BRDA:129,28,0,0
4512
- BRDA:129,28,1,0
4513
- BRDA:135,29,0,0
4514
- BRDA:135,29,1,0
4515
- BRF:54
4489
+ BRDA:2,1,0,0
4490
+ BRDA:2,1,1,0
4491
+ BRDA:9,2,0,0
4492
+ BRDA:9,3,0,0
4493
+ BRDA:10,4,0,0
4494
+ BRDA:10,4,1,0
4495
+ BRDA:14,5,0,0
4496
+ BRDA:14,5,1,0
4497
+ BRDA:14,6,0,0
4498
+ BRDA:14,6,1,0
4499
+ BRDA:14,7,0,0
4500
+ BRDA:14,7,1,0
4501
+ BRDA:14,8,0,0
4502
+ BRDA:14,8,1,0
4503
+ BRDA:14,9,0,0
4504
+ BRDA:14,9,1,0
4505
+ BRDA:17,10,0,0
4506
+ BRDA:17,10,1,0
4507
+ BRDA:18,11,0,0
4508
+ BRDA:18,11,1,0
4509
+ BRDA:18,11,2,0
4510
+ BRDA:18,11,3,0
4511
+ BRDA:22,12,0,0
4512
+ BRDA:22,12,1,0
4513
+ BRDA:28,13,0,0
4514
+ BRDA:28,13,1,0
4515
+ BRDA:32,14,0,0
4516
+ BRDA:32,14,1,0
4517
+ BRDA:33,15,0,0
4518
+ BRDA:33,15,1,0
4519
+ BRDA:40,16,0,0
4520
+ BRDA:40,16,1,0
4521
+ BRDA:41,17,0,0
4522
+ BRDA:41,17,1,0
4523
+ BRDA:42,18,0,0
4524
+ BRDA:42,18,1,0
4525
+ BRDA:52,19,0,0
4526
+ BRDA:55,20,0,0
4527
+ BRDA:56,21,0,0
4528
+ BRDA:58,22,0,0
4529
+ BRDA:59,23,0,0
4530
+ BRDA:60,24,0,0
4531
+ BRDA:98,25,0,0
4532
+ BRDA:98,25,1,0
4533
+ BRDA:99,26,0,0
4534
+ BRDA:99,26,1,0
4535
+ BRDA:104,27,0,0
4536
+ BRDA:104,27,1,0
4537
+ BRDA:107,28,0,0
4538
+ BRDA:107,28,1,0
4539
+ BRDA:113,29,0,0
4540
+ BRDA:113,29,1,0
4541
+ BRDA:119,30,0,0
4542
+ BRDA:119,30,1,0
4543
+ BRDA:127,31,0,0
4544
+ BRDA:127,31,1,0
4545
+ BRDA:131,32,0,0
4546
+ BRDA:131,32,1,0
4547
+ BRDA:135,33,0,0
4548
+ BRDA:135,33,1,0
4549
+ BRDA:145,34,0,0
4550
+ BRDA:145,34,1,0
4551
+ BRDA:145,35,0,0
4552
+ BRDA:145,35,1,0
4553
+ BRDA:147,36,0,0
4554
+ BRDA:147,36,1,0
4555
+ BRDA:149,37,0,0
4556
+ BRDA:149,37,1,0
4557
+ BRDA:150,38,0,0
4558
+ BRDA:150,38,1,0
4559
+ BRDA:156,39,0,0
4560
+ BRDA:156,39,1,0
4561
+ BRDA:161,40,0,0
4562
+ BRDA:161,40,1,0
4563
+ BRDA:165,41,0,0
4564
+ BRDA:165,41,1,0
4565
+ BRDA:171,42,0,0
4566
+ BRDA:171,42,1,0
4567
+ BRF:79
4516
4568
  BRH:0
4517
4569
  end_of_record
4518
4570
  TN:
@@ -4614,24 +4666,93 @@ end_of_record
4614
4666
  TN:
4615
4667
  SF:src/lib/utils/parseErrorResponse.js
4616
4668
  FN:1,(anonymous_0)
4617
- FN:3,(anonymous_1)
4669
+ FN:4,(anonymous_1)
4618
4670
  FNF:2
4619
4671
  FNH:0
4620
4672
  FNDA:0,(anonymous_0)
4621
4673
  FNDA:0,(anonymous_1)
4622
4674
  DA:1,3
4623
4675
  DA:3,0
4624
- DA:5,0
4676
+ DA:4,0
4625
4677
  DA:6,0
4626
- DA:8,0
4678
+ DA:7,0
4627
4679
  DA:9,0
4680
+ DA:10,0
4681
+ DA:12,0
4682
+ DA:16,0
4683
+ LF:9
4684
+ LH:1
4685
+ BRDA:6,0,0,0
4686
+ BRDA:6,0,1,0
4687
+ BRF:2
4688
+ BRH:0
4689
+ end_of_record
4690
+ TN:
4691
+ SF:src/lib/utils/parseKiwtQueryGroups.js
4692
+ FN:1,(anonymous_0)
4693
+ FN:10,(anonymous_1)
4694
+ FN:13,(anonymous_2)
4695
+ FN:25,(anonymous_3)
4696
+ FNF:4
4697
+ FNH:0
4698
+ FNDA:0,(anonymous_0)
4699
+ FNDA:0,(anonymous_1)
4700
+ FNDA:0,(anonymous_2)
4701
+ FNDA:0,(anonymous_3)
4702
+ DA:1,3
4703
+ DA:3,0
4704
+ DA:5,0
4705
+ DA:9,0
4706
+ DA:10,0
4628
4707
  DA:11,0
4708
+ DA:13,0
4709
+ DA:14,0
4629
4710
  DA:15,0
4630
- LF:8
4711
+ DA:16,0
4712
+ DA:20,0
4713
+ DA:21,0
4714
+ DA:25,0
4715
+ DA:26,0
4716
+ DA:27,0
4717
+ DA:29,0
4718
+ DA:32,0
4719
+ DA:33,0
4720
+ DA:34,0
4721
+ DA:36,0
4722
+ DA:37,0
4723
+ DA:39,0
4724
+ DA:40,0
4725
+ DA:42,0
4726
+ DA:43,0
4727
+ DA:45,0
4728
+ DA:49,0
4729
+ DA:52,0
4730
+ DA:55,0
4731
+ DA:58,0
4732
+ DA:59,0
4733
+ DA:62,0
4734
+ LF:32
4631
4735
  LH:1
4632
- BRDA:5,0,0,0
4633
- BRDA:5,0,1,0
4634
- BRF:2
4736
+ BRDA:10,0,0,0
4737
+ BRDA:14,1,0,0
4738
+ BRDA:14,1,1,0
4739
+ BRDA:20,2,0,0
4740
+ BRDA:20,2,1,0
4741
+ BRDA:20,3,0,0
4742
+ BRDA:20,3,1,0
4743
+ BRDA:26,4,0,0
4744
+ BRDA:26,4,1,0
4745
+ BRDA:32,5,0,0
4746
+ BRDA:32,5,1,0
4747
+ BRDA:32,6,0,0
4748
+ BRDA:32,6,1,0
4749
+ BRDA:34,7,0,0
4750
+ BRDA:34,7,1,0
4751
+ BRDA:40,8,0,0
4752
+ BRDA:40,8,1,0
4753
+ BRDA:58,9,0,0
4754
+ BRDA:58,9,1,0
4755
+ BRF:19
4635
4756
  BRH:0
4636
4757
  end_of_record
4637
4758
  TN: