@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.
- package/CHANGELOG.md +4 -0
- package/es/lib/ActionList/ActionList.js +3 -1
- package/es/lib/ActionList/ActionListFieldArray.js +4 -2
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +5 -2
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +4 -1
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +6 -4
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +5 -3
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +1 -1
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +1 -1
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +5 -3
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +4 -1
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +4 -1
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +5 -2
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +5 -3
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +3 -1
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +4 -2
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +5 -2
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +1 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +5 -2
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +1 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +4 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +5 -3
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +4 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +1 -1
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +1 -1
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -1
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +4 -1
- package/es/lib/CycleButton/CycleButton.js +5 -2
- package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +6 -4
- package/es/lib/EditableRefdataList/EditableRefdataList.js +6 -4
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +4 -1
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +1 -1
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +1 -1
- package/es/lib/EditableSettingsList/SettingField/SettingField.js +4 -2
- package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +1 -1
- package/es/lib/FormModal/FormModal.js +4 -1
- package/es/lib/IconSelect/IconSelect.js +4 -2
- package/es/lib/QueryTypedown/QueryTypedown.js +4 -2
- package/es/lib/RefdataButtons/RefdataButtons.js +4 -1
- package/es/lib/RichSelect/RichSelect.js +5 -2
- package/es/lib/RichSelect/useSelectedOption.js +1 -1
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +5 -2
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +4 -1
- package/es/lib/SASQRoute/SASQRoute.js +4 -1
- package/es/lib/SASQViewComponent/SASQViewComponent.js +4 -1
- package/es/lib/SearchField/SearchField.js +4 -1
- package/es/lib/Typedown/Typedown.js +1 -1
- package/es/lib/hooks/settingsHooks/useSettings.js +3 -1
- package/es/lib/hooks/typedownHooks/useTypedownData.js +1 -1
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +1 -1
- package/es/lib/hooks/useActiveElement.js +1 -1
- package/es/lib/hooks/useAvailableCustomProperties.js +1 -1
- package/es/lib/hooks/useCustomProperties.js +4 -1
- package/es/lib/hooks/useHelperApp.js +4 -2
- package/es/lib/hooks/useKiwtFieldArray.js +5 -2
- package/es/lib/hooks/useKiwtSASQuery.js +4 -2
- package/es/lib/hooks/useLocalStorageState.js +1 -1
- package/es/lib/hooks/useMutateCustomProperties.js +1 -1
- package/es/lib/hooks/useMutateRefdataCategory.js +4 -2
- package/es/lib/hooks/useMutateRefdataValue.js +1 -1
- package/es/lib/hooks/useQIndex.js +4 -2
- package/es/lib/utils/generateKiwtQueryParams.js +1 -1
- package/es/lib/utils/groupCustomPropertiesByCtx.js +4 -1
- package/es/lib/utils/highlightString.js +1 -1
- package/es/lib/utils/parseErrorResponse.js +23 -19
- package/junit.xml +149 -149
- package/package.json +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +49 -7
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +36 -12
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/index.html +26 -26
- package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +171 -63
- package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/index.html +38 -23
- package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +8 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +11 -8
- package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +280 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov.info +377 -256
- package/src/lib/utils/parseErrorResponse.js +3 -2
- package/translations/stripes-kint-components/ja.json +3 -3
- 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:
|
|
54
|
-
FN:
|
|
55
|
-
FN:
|
|
56
|
-
FN:
|
|
57
|
-
FN:
|
|
58
|
-
FN:
|
|
59
|
-
FN:
|
|
60
|
-
FN:
|
|
61
|
-
FN:
|
|
62
|
-
FN:
|
|
63
|
-
|
|
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:
|
|
177
|
-
DA:
|
|
178
|
-
DA:
|
|
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:
|
|
183
|
-
DA:
|
|
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:
|
|
191
|
-
DA:
|
|
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:
|
|
192
|
+
DA:342,0
|
|
193
|
+
DA:345,0
|
|
194
|
+
DA:348,0
|
|
196
195
|
DA:353,0
|
|
197
|
-
DA:
|
|
198
|
-
DA:
|
|
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:
|
|
204
|
-
DA:
|
|
205
|
-
DA:
|
|
206
|
-
DA:
|
|
201
|
+
DA:383,0
|
|
202
|
+
DA:387,0
|
|
203
|
+
DA:390,0
|
|
204
|
+
DA:393,0
|
|
207
205
|
DA:431,0
|
|
208
|
-
|
|
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:
|
|
267
|
-
BRDA:
|
|
268
|
-
BRDA:
|
|
269
|
-
BRDA:
|
|
270
|
-
BRDA:
|
|
271
|
-
BRDA:
|
|
272
|
-
BRDA:
|
|
273
|
-
BRDA:
|
|
274
|
-
BRDA:
|
|
275
|
-
BRDA:
|
|
276
|
-
BRDA:
|
|
277
|
-
BRDA:
|
|
278
|
-
BRDA:
|
|
279
|
-
BRDA:
|
|
280
|
-
BRDA:
|
|
281
|
-
BRDA:
|
|
282
|
-
BRDA:
|
|
283
|
-
BRDA:
|
|
284
|
-
BRDA:
|
|
285
|
-
BRDA:
|
|
286
|
-
BRDA:
|
|
287
|
-
BRDA:
|
|
288
|
-
BRDA:
|
|
289
|
-
BRDA:
|
|
290
|
-
BRDA:
|
|
291
|
-
BRDA:
|
|
292
|
-
BRDA:
|
|
293
|
-
BRDA:
|
|
294
|
-
BRDA:
|
|
295
|
-
BRDA:
|
|
296
|
-
BRDA:
|
|
297
|
-
BRDA:
|
|
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:
|
|
2513
|
-
FN:
|
|
2514
|
-
FN:
|
|
2515
|
-
FN:
|
|
2516
|
-
FN:
|
|
2517
|
-
FN:
|
|
2518
|
-
FN:
|
|
2519
|
-
FN:
|
|
2520
|
-
FN:
|
|
2521
|
-
FN:
|
|
2522
|
-
FN:
|
|
2523
|
-
|
|
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:
|
|
2542
|
+
DA:27,0
|
|
2540
2543
|
DA:29,0
|
|
2541
|
-
DA:
|
|
2544
|
+
DA:30,0
|
|
2542
2545
|
DA:34,0
|
|
2543
2546
|
DA:35,0
|
|
2544
|
-
DA:
|
|
2545
|
-
DA:
|
|
2546
|
-
DA:
|
|
2547
|
-
DA:
|
|
2548
|
-
DA:
|
|
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:
|
|
2551
|
-
DA:
|
|
2552
|
-
DA:
|
|
2553
|
-
DA:
|
|
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:
|
|
2560
|
-
DA:
|
|
2561
|
-
DA:
|
|
2562
|
-
DA:
|
|
2563
|
-
DA:
|
|
2564
|
-
DA:
|
|
2565
|
-
DA:
|
|
2566
|
-
DA:
|
|
2567
|
-
DA:
|
|
2568
|
-
|
|
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:
|
|
2571
|
-
BRDA:
|
|
2572
|
-
BRDA:
|
|
2573
|
-
BRDA:
|
|
2574
|
-
BRDA:
|
|
2575
|
-
BRDA:
|
|
2576
|
-
BRDA:
|
|
2577
|
-
BRDA:
|
|
2578
|
-
BRDA:
|
|
2579
|
-
BRDA:
|
|
2580
|
-
BRDA:
|
|
2581
|
-
BRDA:
|
|
2582
|
-
BRDA:
|
|
2583
|
-
BRDA:
|
|
2584
|
-
BRDA:
|
|
2585
|
-
BRDA:
|
|
2586
|
-
BRDA:
|
|
2587
|
-
BRDA:
|
|
2588
|
-
BRDA:
|
|
2589
|
-
BRDA:
|
|
2590
|
-
BRDA:
|
|
2591
|
-
BRDA:
|
|
2592
|
-
BRDA:
|
|
2593
|
-
BRDA:
|
|
2594
|
-
BRDA:
|
|
2595
|
-
BRDA:
|
|
2596
|
-
BRDA:
|
|
2597
|
-
BRDA:
|
|
2598
|
-
BRDA:
|
|
2599
|
-
BRDA:
|
|
2600
|
-
|
|
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:
|
|
4367
|
-
FN:
|
|
4368
|
-
FN:
|
|
4369
|
-
FN:
|
|
4370
|
-
FN:
|
|
4371
|
-
FN:
|
|
4372
|
-
FN:
|
|
4373
|
-
FN:
|
|
4374
|
-
FN:
|
|
4375
|
-
FN:
|
|
4376
|
-
FN:
|
|
4377
|
-
FN:
|
|
4378
|
-
FN:
|
|
4379
|
-
|
|
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:
|
|
4398
|
-
DA:
|
|
4399
|
-
DA:
|
|
4400
|
-
DA:
|
|
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:
|
|
4403
|
-
DA:
|
|
4404
|
-
DA:
|
|
4431
|
+
DA:42,0
|
|
4432
|
+
DA:43,0
|
|
4433
|
+
DA:46,0
|
|
4405
4434
|
DA:49,0
|
|
4406
|
-
DA:52,
|
|
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:
|
|
4438
|
+
DA:96,0
|
|
4434
4439
|
DA:98,0
|
|
4435
4440
|
DA:99,0
|
|
4436
|
-
DA:
|
|
4437
|
-
DA:103,0
|
|
4441
|
+
DA:100,0
|
|
4438
4442
|
DA:104,0
|
|
4439
|
-
DA:
|
|
4440
|
-
DA:
|
|
4441
|
-
DA:
|
|
4442
|
-
DA:
|
|
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:
|
|
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:
|
|
4463
|
+
DA:137,0
|
|
4456
4464
|
DA:139,0
|
|
4457
4465
|
DA:140,0
|
|
4458
|
-
DA:
|
|
4459
|
-
|
|
4460
|
-
|
|
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:
|
|
4463
|
-
BRDA:
|
|
4464
|
-
BRDA:
|
|
4465
|
-
BRDA:
|
|
4466
|
-
BRDA:
|
|
4467
|
-
BRDA:
|
|
4468
|
-
BRDA:
|
|
4469
|
-
BRDA:
|
|
4470
|
-
BRDA:
|
|
4471
|
-
BRDA:
|
|
4472
|
-
BRDA:
|
|
4473
|
-
BRDA:
|
|
4474
|
-
BRDA:
|
|
4475
|
-
BRDA:
|
|
4476
|
-
BRDA:
|
|
4477
|
-
BRDA:
|
|
4478
|
-
BRDA:
|
|
4479
|
-
BRDA:
|
|
4480
|
-
BRDA:
|
|
4481
|
-
BRDA:
|
|
4482
|
-
BRDA:
|
|
4483
|
-
BRDA:
|
|
4484
|
-
BRDA:
|
|
4485
|
-
BRDA:
|
|
4486
|
-
BRDA:
|
|
4487
|
-
BRDA:
|
|
4488
|
-
BRDA:
|
|
4489
|
-
BRDA:
|
|
4490
|
-
BRDA:
|
|
4491
|
-
BRDA:
|
|
4492
|
-
BRDA:
|
|
4493
|
-
BRDA:
|
|
4494
|
-
BRDA:
|
|
4495
|
-
BRDA:
|
|
4496
|
-
BRDA:
|
|
4497
|
-
BRDA:
|
|
4498
|
-
BRDA:
|
|
4499
|
-
BRDA:
|
|
4500
|
-
BRDA:
|
|
4501
|
-
BRDA:
|
|
4502
|
-
BRDA:
|
|
4503
|
-
BRDA:
|
|
4504
|
-
BRDA:
|
|
4505
|
-
BRDA:
|
|
4506
|
-
BRDA:
|
|
4507
|
-
BRDA:
|
|
4508
|
-
BRDA:
|
|
4509
|
-
BRDA:
|
|
4510
|
-
BRDA:
|
|
4511
|
-
BRDA:
|
|
4512
|
-
BRDA:
|
|
4513
|
-
BRDA:
|
|
4514
|
-
BRDA:
|
|
4515
|
-
|
|
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:
|
|
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:
|
|
4676
|
+
DA:4,0
|
|
4625
4677
|
DA:6,0
|
|
4626
|
-
DA:
|
|
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
|
-
|
|
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:
|
|
4633
|
-
BRDA:
|
|
4634
|
-
|
|
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:
|