@k-int/stripes-kint-components 5.32.0 → 5.33.1
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 +14 -0
- package/LICENSE +1 -1
- package/es/__mocks__/@folio/stripes/components.js +3 -7
- package/es/__mocks__/@folio/stripes/core.js +4 -6
- package/es/__mocks__/@folio/stripes/smart-components.js +4 -6
- package/es/__mocks__/react-query.js +4 -6
- package/es/__mocks__/react-router-dom.js +6 -6
- package/es/lib/ActionList/ActionList.js +26 -33
- package/es/lib/ActionList/ActionListFieldArray.js +103 -119
- package/es/lib/ButtonTypedown/ButtonTypedown.js +25 -33
- package/es/lib/ComboButton/ComboButton.js +42 -47
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +11 -17
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +42 -46
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +58 -58
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +4 -8
- package/es/lib/CustomProperties/Config/CustomPropertyView.js +32 -33
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -1
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +1 -1
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +3 -3
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +29 -35
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +61 -59
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +20 -20
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +2 -2
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +1 -1
- package/es/lib/CustomProperties/Edit/testResources.js +11 -12
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +22 -33
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +24 -37
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +1 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +6 -6
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +3 -6
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +4 -8
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +15 -19
- package/es/lib/CustomProperties/Filter/testResources.js +1 -2
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +1 -2
- package/es/lib/CustomProperties/View/CustomPropertiesView.js +1 -1
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +17 -25
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +3 -6
- package/es/lib/CustomProperties/View/CustomPropertyCard.js +7 -11
- package/es/lib/CycleButton/CycleButton.js +9 -17
- package/es/lib/FormModal/FormModal.js +24 -32
- package/es/lib/FormattedKintMessage/FormattedKintMessage.js +23 -30
- package/es/lib/IconSelect/IconSelect.js +22 -32
- package/es/lib/NoResultsMessage/NoResultsMessage.js +4 -5
- package/es/lib/NumberField/NumberField.js +17 -25
- package/es/lib/NumberField/NumberField.test.js +6 -7
- package/es/lib/QueryTypedown/QueryTypedown.js +8 -15
- package/es/lib/RefdataButtons/RefdataButtons.js +6 -9
- package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +48 -60
- package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +5 -6
- package/es/lib/RichSelect/RichSelect.js +31 -36
- package/es/lib/RichSelect/useSelectedOption.js +1 -2
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +91 -94
- package/es/lib/SASQLookupComponent/SASQLookupComponent.test.js +44 -36
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +42 -53
- package/es/lib/SASQLookupComponent/TableBody/TableBody.test.js +19 -23
- package/es/lib/SASQRoute/SASQRoute.js +25 -29
- package/es/lib/SASQRoute/SASQRoute.test.js +11 -13
- package/es/lib/SASQViewComponent/SASQViewComponent.js +68 -76
- package/es/lib/SASQViewComponent/SASQViewComponent.test.js +4 -8
- package/es/lib/SearchField/SearchField.js +7 -13
- package/es/lib/SearchKeyControl/SearchKeyControl.js +8 -13
- package/es/lib/SearchKeyControl/SearchKeyControl.test.js +2 -6
- package/es/lib/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js +30 -46
- package/es/lib/Settings/EditableRefdataList/EditableRefdataList.js +33 -43
- package/es/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js +7 -11
- package/es/lib/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js +13 -20
- package/es/lib/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js +10 -12
- package/es/lib/Settings/EditableSettingsList/SettingField/SettingField.js +10 -15
- package/es/lib/Settings/EditableSettingsList/SettingField/SettingField.test.js +3 -3
- package/es/lib/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js +19 -26
- package/es/lib/Settings/SettingPage/SettingPagePane/SettingPagePane.js +2 -2
- package/es/lib/Settings/Settings/Settings.js +31 -13
- package/es/lib/Settings/SettingsFormContainer/SettingsFormContainer.js +30 -35
- package/es/lib/Settings/StaticSettingsField/StaticSettingsField.js +5 -8
- package/es/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js +18 -22
- package/es/lib/Settings/hooks/staticSettingsPages/useSettingCallout/useSettingCallout.js +2 -2
- package/es/lib/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/useSettingsSectionInitalValues.js +1 -1
- package/es/lib/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js +3 -7
- package/es/lib/Settings/hooks/useAppSettings/useAppSettings.js +7 -11
- package/es/lib/Settings/hooks/useSettingSection/useSettingSection.js +16 -22
- package/es/lib/Settings/hooks/useSettings/useSettings.js +104 -88
- package/es/lib/Settings/index.js +8 -0
- package/es/lib/Tags/Tags.js +5 -8
- package/es/lib/Tags/hooks/useTags.js +1 -1
- package/es/lib/Tags/hooks/useTagsEnabled.js +2 -3
- package/es/lib/Tags/tagsConfig.js +1 -1
- package/es/lib/Typedown/Typedown.js +21 -28
- package/es/lib/hooks/__mocks__/index.js +3 -7
- package/es/lib/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js +20 -26
- package/es/lib/hooks/intlHooks/useKintIntl/useKintIntl.js +24 -34
- package/es/lib/hooks/typedownHooks/useTypedown.js +11 -12
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +2 -2
- package/es/lib/hooks/useActionListRef.js +1 -1
- package/es/lib/hooks/useActiveElement.js +1 -1
- package/es/lib/hooks/useCustomProperties.js +6 -10
- package/es/lib/hooks/useHelperApp.js +13 -16
- package/es/lib/hooks/useKiwtFieldArray.js +7 -8
- package/es/lib/hooks/useKiwtSASQuery.js +15 -19
- package/es/lib/hooks/useLocalPageStore.js +7 -10
- package/es/lib/hooks/useModConfigEntries.js +2 -2
- package/es/lib/hooks/useMutateCustomProperties/useMutateCustomProperties.js +10 -17
- package/es/lib/hooks/useMutateGeneric/useMutateGeneric.js +2 -2
- package/es/lib/hooks/useMutateModConfigEntry.js +2 -2
- package/es/lib/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js +15 -21
- package/es/lib/hooks/useMutateRefdataValue/useMutateRefdataValue.js +16 -23
- package/es/lib/hooks/usePrevNextPagination.js +17 -19
- package/es/lib/hooks/useQIndex.js +11 -14
- package/es/lib/hooks/useRefdata.js +3 -3
- package/es/lib/hooks/useStandaloneSASQQueryParameter/useStandaloneSASQQueryParameter.js +9 -13
- package/es/lib/hooks/useTemplates.js +4 -4
- package/es/lib/utils/buildUrl.js +2 -3
- package/es/lib/utils/filterParsers/deparseKiwtQueryFilters.js +5 -5
- package/es/lib/utils/filterParsers/parseKiwtQueryFilters.js +2 -2
- package/es/lib/utils/filterParsers/parseKiwtQueryGroups.js +4 -5
- package/es/lib/utils/filterParsers/parseKiwtQueryString.js +1 -1
- package/es/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js +94 -107
- package/es/lib/utils/groupCustomPropertiesByCtx.js +5 -9
- package/es/lib/utils/index.js +34 -13
- package/es/lib/utils/matchString/index.js +13 -0
- package/es/lib/utils/{matchString.js → matchString/matchString.js} +8 -9
- package/es/lib/utils/matchString/matchString.test.js +40 -0
- package/es/lib/utils/parseErrorResponse.js +3 -7
- package/es/lib/utils/selectorSafe.js +2 -3
- package/es/lib/utils/sortByLabel.js +2 -3
- package/es/lib/utils/stringStyling/boldString.js +30 -0
- package/es/lib/utils/stringStyling/boldString.test.js +47 -0
- package/es/lib/utils/stringStyling/highlightString.js +30 -0
- package/es/lib/utils/stringStyling/highlightString.test.js +51 -0
- package/es/lib/utils/stringStyling/index.js +20 -0
- package/es/lib/validators/validators.js +6 -9
- package/package.json +1 -1
- package/src/artifacts/coverage-jest/ActionList/ActionList.js.html +1 -1
- package/src/artifacts/coverage-jest/ActionList/ActionListFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/ActionList/index.html +1 -1
- package/src/artifacts/coverage-jest/ActionList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/ButtonTypedown/ButtonTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/ButtonTypedown/index.html +1 -1
- package/src/artifacts/coverage-jest/ButtonTypedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/ComboButton/ComboButton.js.html +1 -1
- package/src/artifacts/coverage-jest/ComboButton/index.html +1 -1
- package/src/artifacts/coverage-jest/ComboButton/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyView.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/index.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesListField.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/index.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/index.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/useOperators.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/useValueProps.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesView.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertyCard.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/index.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/index.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CycleButton/CycleButton.js.html +1 -1
- package/src/artifacts/coverage-jest/CycleButton/index.html +1 -1
- package/src/artifacts/coverage-jest/CycleButton/index.js.html +1 -1
- package/src/artifacts/coverage-jest/FieldLabel/FieldLabel.js.html +1 -1
- package/src/artifacts/coverage-jest/FieldLabel/index.html +1 -1
- package/src/artifacts/coverage-jest/FieldLabel/index.js.html +1 -1
- package/src/artifacts/coverage-jest/FormModal/FormModal.js.html +1 -1
- package/src/artifacts/coverage-jest/FormModal/index.html +1 -1
- package/src/artifacts/coverage-jest/FormModal/index.js.html +1 -1
- package/src/artifacts/coverage-jest/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
- package/src/artifacts/coverage-jest/FormattedKintMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/FormattedKintMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/IconSelect/IconSelect.js.html +1 -1
- package/src/artifacts/coverage-jest/IconSelect/index.html +1 -1
- package/src/artifacts/coverage-jest/IconSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/NoResultsMessage/NoResultsMessage.js.html +1 -1
- package/src/artifacts/coverage-jest/NoResultsMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/NoResultsMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/NumberField/NumberField.js.html +15 -15
- package/src/artifacts/coverage-jest/NumberField/index.html +1 -1
- package/src/artifacts/coverage-jest/NumberField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/QueryTypedown/QueryTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/QueryTypedown/index.html +1 -1
- package/src/artifacts/coverage-jest/QueryTypedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/RefdataButtons/RefdataButtons.js.html +1 -1
- package/src/artifacts/coverage-jest/RefdataButtons/index.html +1 -1
- package/src/artifacts/coverage-jest/RefdataButtons/index.js.html +1 -1
- package/src/artifacts/coverage-jest/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +1 -1
- package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.html +1 -1
- package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.js.html +1 -1
- package/src/artifacts/coverage-jest/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
- package/src/artifacts/coverage-jest/RichSelect/RichSelect.js.html +1 -1
- package/src/artifacts/coverage-jest/RichSelect/index.html +1 -1
- package/src/artifacts/coverage-jest/RichSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/RichSelect/useSelectedOption.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/SASQLookupComponent.js.html +31 -31
- package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQRoute/SASQRoute.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQRoute/index.html +1 -1
- package/src/artifacts/coverage-jest/SASQRoute/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQViewComponent/SASQViewComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQViewComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/SASQViewComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SearchField/SearchField.js.html +1 -1
- package/src/artifacts/coverage-jest/SearchField/index.html +1 -1
- package/src/artifacts/coverage-jest/SearchField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SearchKeyControl/SearchKeyControl.js.html +1 -1
- package/src/artifacts/coverage-jest/SearchKeyControl/index.html +1 -1
- package/src/artifacts/coverage-jest/SearchKeyControl/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataList/EditableRefdataList.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsList.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/SettingField.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPage.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/SettingPagePane.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/Settings/Settings.js.html +96 -9
- package/src/artifacts/coverage-jest/Settings/Settings/index.html +14 -14
- package/src/artifacts/coverage-jest/Settings/Settings/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/SettingsFormContainer.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsField.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/constants/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/constants/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/constants/queryKeys.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/contexts/SettingsContext.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/contexts/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/contexts/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/useSettingCallout.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/useSettingsSectionInitalValues.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/useAppSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/useSettingSection.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.html +13 -13
- package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettings/useSettings.js.html +105 -69
- package/src/artifacts/coverage-jest/Settings/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/index.js.html +11 -2
- package/src/artifacts/coverage-jest/Tags/Tags.js.html +1 -1
- package/src/artifacts/coverage-jest/Tags/hooks/index.html +1 -1
- package/src/artifacts/coverage-jest/Tags/hooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Tags/hooks/useTags.js.html +1 -1
- package/src/artifacts/coverage-jest/Tags/hooks/useTagsEnabled.js.html +1 -1
- package/src/artifacts/coverage-jest/Tags/index.html +1 -1
- package/src/artifacts/coverage-jest/Tags/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Tags/tagsConfig.js.html +1 -1
- package/src/artifacts/coverage-jest/Typedown/Typedown.js.html +1 -1
- package/src/artifacts/coverage-jest/Typedown/index.html +1 -1
- package/src/artifacts/coverage-jest/Typedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/cobertura-coverage.xml +371 -334
- package/src/artifacts/coverage-jest/constants/comparators.js.html +1 -1
- package/src/artifacts/coverage-jest/constants/customProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/constants/endpoints.js.html +1 -1
- package/src/artifacts/coverage-jest/constants/eventCodes.js.html +1 -1
- package/src/artifacts/coverage-jest/constants/index.html +1 -1
- package/src/artifacts/coverage-jest/constants/pagination.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/useIntlKey.js.html +7 -7
- package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js.html +6 -6
- package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/useKintIntl.js.html +6 -6
- package/src/artifacts/coverage-jest/hooks/typedownHooks/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/typedownHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownData.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useActionListRef.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useActiveElement.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useCustomProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useHelperApp.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/useInvalidateRefdata.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useKiwtFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useKiwtSASQuery.js.html +9 -9
- package/src/artifacts/coverage-jest/hooks/useLocalPageStore.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useLocalStorageState.js.html +5 -5
- package/src/artifacts/coverage-jest/hooks/useModConfigEntries.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/useMutateCustomProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateGeneric/useMutateGeneric.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateModConfigEntry.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/useMutateRefdataValue.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/usePrevNextPagination.js.html +20 -20
- package/src/artifacts/coverage-jest/hooks/useQIndex.js.html +8 -8
- package/src/artifacts/coverage-jest/hooks/useRefdata.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useSASQQueryMeta.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/useStandaloneSASQQueryParameter.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useTemplates.js.html +1 -1
- package/src/artifacts/coverage-jest/index.html +63 -33
- package/src/artifacts/coverage-jest/utils/buildUrl.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/filterParsers/deparseKiwtQueryFilters.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/filterParsers/index.html +1 -1
- package/src/artifacts/coverage-jest/utils/filterParsers/index.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryFilters.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryGroups.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryString.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/generateKiwtQuery.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/generateKiwtQueryParams.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.html +1 -1
- package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/groupCustomPropertiesByCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/index.html +9 -39
- package/src/artifacts/coverage-jest/utils/index.js.html +2 -2
- package/src/artifacts/coverage-jest/utils/matchString/index.html +131 -0
- package/src/artifacts/coverage-jest/utils/matchString/index.js.html +88 -0
- package/src/artifacts/coverage-jest/utils/{matchString.js.html → matchString/matchString.js.html} +82 -55
- package/src/artifacts/coverage-jest/utils/modConfigEntriesQueryKey.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/parseErrorResponse.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/parseModConfigEntry.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/refdataOptions.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.html +1 -1
- package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/refdataQueryKey/refdataQueryKey.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/selectorSafe.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/sortByLabel.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/stringStyling/boldString.js.html +190 -0
- package/src/artifacts/coverage-jest/utils/stringStyling/highlightString.js.html +190 -0
- package/src/artifacts/coverage-jest/utils/stringStyling/index.html +146 -0
- package/src/artifacts/coverage-jest/utils/stringStyling/index.js.html +91 -0
- package/src/artifacts/coverage-jest/utils/toCamelCase.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/typedownQueryKey.js.html +1 -1
- package/src/artifacts/coverage-jest/validators/index.html +1 -1
- package/src/artifacts/coverage-jest/validators/index.js.html +1 -1
- package/src/artifacts/coverage-jest/validators/validators.js.html +1 -1
- package/src/lib/Settings/Settings/Settings.js +30 -1
- package/src/lib/Settings/hooks/useSettings/README.md +49 -19
- package/src/lib/Settings/hooks/useSettings/useSettings.js +60 -48
- package/src/lib/Settings/index.js +3 -0
- package/src/lib/utils/index.js +1 -1
- package/src/lib/utils/matchString/index.js +1 -0
- package/src/lib/utils/matchString/matchString.js +44 -0
- package/src/lib/utils/matchString/matchString.test.js +68 -0
- package/src/lib/utils/stringStyling/boldString.js +35 -0
- package/src/lib/utils/stringStyling/boldString.test.js +59 -0
- package/src/lib/utils/stringStyling/highlightString.js +35 -0
- package/src/lib/utils/stringStyling/highlightString.test.js +67 -0
- package/src/lib/utils/stringStyling/index.js +2 -0
- package/styles/stringMatchStyles.css +3 -0
- package/es/lib/utils/highlightString.js +0 -45
- package/src/artifacts/coverage-jest/utils/highlightString.js.html +0 -259
- package/src/lib/utils/highlightString.js +0 -58
- package/src/lib/utils/matchString.js +0 -35
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" ?>
|
|
2
2
|
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
|
|
3
|
-
<coverage lines-valid="
|
|
3
|
+
<coverage lines-valid="2426" lines-covered="1021" line-rate="0.4208" branches-valid="1776" branches-covered="544" branch-rate="0.3063" timestamp="1773067853487" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/builds/knowledge-integration/folio/stripes-kint-components</source>
|
|
6
6
|
</sources>
|
|
@@ -2226,9 +2226,9 @@
|
|
|
2226
2226
|
<classes>
|
|
2227
2227
|
<class name="NumberField.js" filename="src/lib/NumberField/NumberField.js" line-rate="1" branch-rate="0.8845999999999999">
|
|
2228
2228
|
<methods>
|
|
2229
|
-
<method name="(anonymous_0)" hits="
|
|
2229
|
+
<method name="(anonymous_0)" hits="605" signature="()V">
|
|
2230
2230
|
<lines>
|
|
2231
|
-
<line number="16" hits="
|
|
2231
|
+
<line number="16" hits="605"/>
|
|
2232
2232
|
</lines>
|
|
2233
2233
|
</method>
|
|
2234
2234
|
<method name="(anonymous_1)" hits="140" signature="()V">
|
|
@@ -2236,9 +2236,9 @@
|
|
|
2236
2236
|
<line number="34" hits="140"/>
|
|
2237
2237
|
</lines>
|
|
2238
2238
|
</method>
|
|
2239
|
-
<method name="(anonymous_2)" hits="
|
|
2239
|
+
<method name="(anonymous_2)" hits="605" signature="()V">
|
|
2240
2240
|
<lines>
|
|
2241
|
-
<line number="39" hits="
|
|
2241
|
+
<line number="39" hits="605"/>
|
|
2242
2242
|
</lines>
|
|
2243
2243
|
</method>
|
|
2244
2244
|
<method name="(anonymous_3)" hits="140" signature="()V">
|
|
@@ -2259,35 +2259,35 @@
|
|
|
2259
2259
|
</methods>
|
|
2260
2260
|
<lines>
|
|
2261
2261
|
<line number="16" hits="27" branch="false"/>
|
|
2262
|
-
<line number="23" hits="
|
|
2263
|
-
<line number="27" hits="
|
|
2264
|
-
<line number="29" hits="
|
|
2265
|
-
<line number="30" hits="
|
|
2266
|
-
<line number="32" hits="
|
|
2267
|
-
<line number="34" hits="
|
|
2262
|
+
<line number="23" hits="605" branch="false"/>
|
|
2263
|
+
<line number="27" hits="605" branch="true" condition-coverage="100% (2/2)"/>
|
|
2264
|
+
<line number="29" hits="605" branch="false"/>
|
|
2265
|
+
<line number="30" hits="605" branch="false"/>
|
|
2266
|
+
<line number="32" hits="605" branch="false"/>
|
|
2267
|
+
<line number="34" hits="605" branch="false"/>
|
|
2268
2268
|
<line number="35" hits="140" branch="false"/>
|
|
2269
|
-
<line number="39" hits="
|
|
2270
|
-
<line number="40" hits="
|
|
2271
|
-
<line number="42" hits="
|
|
2269
|
+
<line number="39" hits="605" branch="false"/>
|
|
2270
|
+
<line number="40" hits="605" branch="true" condition-coverage="100% (2/2)"/>
|
|
2271
|
+
<line number="42" hits="605" branch="true" condition-coverage="100% (4/4)"/>
|
|
2272
2272
|
<line number="44" hits="8" branch="false"/>
|
|
2273
|
-
<line number="47" hits="
|
|
2273
|
+
<line number="47" hits="605" branch="true" condition-coverage="100% (4/4)"/>
|
|
2274
2274
|
<line number="48" hits="162" branch="false"/>
|
|
2275
|
-
<line number="51" hits="
|
|
2275
|
+
<line number="51" hits="605" branch="true" condition-coverage="100% (2/2)"/>
|
|
2276
2276
|
<line number="52" hits="352" branch="false"/>
|
|
2277
|
-
<line number="56" hits="
|
|
2277
|
+
<line number="56" hits="605" branch="false"/>
|
|
2278
2278
|
<line number="58" hits="140" branch="true" condition-coverage="50% (1/2)"/>
|
|
2279
2279
|
<line number="59" hits="140" branch="false"/>
|
|
2280
2280
|
<line number="63" hits="140" branch="false"/>
|
|
2281
2281
|
<line number="66" hits="140" branch="true" condition-coverage="50% (1/2)"/>
|
|
2282
2282
|
<line number="67" hits="140" branch="false"/>
|
|
2283
|
-
<line number="71" hits="
|
|
2283
|
+
<line number="71" hits="605" branch="false"/>
|
|
2284
2284
|
<line number="72" hits="140" branch="false"/>
|
|
2285
2285
|
<line number="75" hits="140" branch="true" condition-coverage="100% (4/4)"/>
|
|
2286
2286
|
<line number="76" hits="136" branch="false"/>
|
|
2287
2287
|
<line number="77" hits="136" branch="false"/>
|
|
2288
2288
|
<line number="79" hits="4" branch="false"/>
|
|
2289
2289
|
<line number="80" hits="4" branch="false"/>
|
|
2290
|
-
<line number="84" hits="
|
|
2290
|
+
<line number="84" hits="605" branch="false"/>
|
|
2291
2291
|
<line number="91" hits="28" branch="true" condition-coverage="50% (1/2)"/>
|
|
2292
2292
|
<line number="92" hits="28" branch="false"/>
|
|
2293
2293
|
<line number="94" hits="28" branch="false"/>
|
|
@@ -2763,9 +2763,9 @@
|
|
|
2763
2763
|
<classes>
|
|
2764
2764
|
<class name="SASQLookupComponent.js" filename="src/lib/SASQLookupComponent/SASQLookupComponent.js" line-rate="0.9826999999999999" branch-rate="0.8823000000000001">
|
|
2765
2765
|
<methods>
|
|
2766
|
-
<method name="(anonymous_0)" hits="
|
|
2766
|
+
<method name="(anonymous_0)" hits="889" signature="()V">
|
|
2767
2767
|
<lines>
|
|
2768
|
-
<line number="41" hits="
|
|
2768
|
+
<line number="41" hits="889"/>
|
|
2769
2769
|
</lines>
|
|
2770
2770
|
</method>
|
|
2771
2771
|
<method name="(anonymous_1)" hits="976" signature="()V">
|
|
@@ -2778,9 +2778,9 @@
|
|
|
2778
2778
|
<line number="46" hits="976"/>
|
|
2779
2779
|
</lines>
|
|
2780
2780
|
</method>
|
|
2781
|
-
<method name="(anonymous_3)" hits="
|
|
2781
|
+
<method name="(anonymous_3)" hits="810" signature="()V">
|
|
2782
2782
|
<lines>
|
|
2783
|
-
<line number="53" hits="
|
|
2783
|
+
<line number="53" hits="810"/>
|
|
2784
2784
|
</lines>
|
|
2785
2785
|
</method>
|
|
2786
2786
|
<method name="(anonymous_4)" hits="204" signature="()V">
|
|
@@ -2788,9 +2788,9 @@
|
|
|
2788
2788
|
<line number="69" hits="204"/>
|
|
2789
2789
|
</lines>
|
|
2790
2790
|
</method>
|
|
2791
|
-
<method name="(anonymous_5)" hits="
|
|
2791
|
+
<method name="(anonymous_5)" hits="808" signature="()V">
|
|
2792
2792
|
<lines>
|
|
2793
|
-
<line number="70" hits="
|
|
2793
|
+
<line number="70" hits="808"/>
|
|
2794
2794
|
</lines>
|
|
2795
2795
|
</method>
|
|
2796
2796
|
<method name="(anonymous_6)" hits="395" signature="()V">
|
|
@@ -2798,14 +2798,14 @@
|
|
|
2798
2798
|
<line number="112" hits="395"/>
|
|
2799
2799
|
</lines>
|
|
2800
2800
|
</method>
|
|
2801
|
-
<method name="(anonymous_7)" hits="
|
|
2801
|
+
<method name="(anonymous_7)" hits="889" signature="()V">
|
|
2802
2802
|
<lines>
|
|
2803
|
-
<line number="116" hits="
|
|
2803
|
+
<line number="116" hits="889"/>
|
|
2804
2804
|
</lines>
|
|
2805
2805
|
</method>
|
|
2806
|
-
<method name="(anonymous_8)" hits="
|
|
2806
|
+
<method name="(anonymous_8)" hits="889" signature="()V">
|
|
2807
2807
|
<lines>
|
|
2808
|
-
<line number="120" hits="
|
|
2808
|
+
<line number="120" hits="889"/>
|
|
2809
2809
|
</lines>
|
|
2810
2810
|
</method>
|
|
2811
2811
|
<method name="(anonymous_9)" hits="571" signature="()V">
|
|
@@ -2823,9 +2823,9 @@
|
|
|
2823
2823
|
<line number="164" hits="204"/>
|
|
2824
2824
|
</lines>
|
|
2825
2825
|
</method>
|
|
2826
|
-
<method name="(anonymous_12)" hits="
|
|
2826
|
+
<method name="(anonymous_12)" hits="889" signature="()V">
|
|
2827
2827
|
<lines>
|
|
2828
|
-
<line number="177" hits="
|
|
2828
|
+
<line number="177" hits="889"/>
|
|
2829
2829
|
</lines>
|
|
2830
2830
|
</method>
|
|
2831
2831
|
<method name="(anonymous_13)" hits="352" signature="()V">
|
|
@@ -2858,42 +2858,42 @@
|
|
|
2858
2858
|
<line number="41" hits="26" branch="false"/>
|
|
2859
2859
|
<line number="45" hits="976" branch="true" condition-coverage="100% (1/1)"/>
|
|
2860
2860
|
<line number="46" hits="976" branch="true" condition-coverage="100% (1/1)"/>
|
|
2861
|
-
<line number="59" hits="
|
|
2862
|
-
<line number="60" hits="
|
|
2863
|
-
<line number="61" hits="
|
|
2864
|
-
<line number="63" hits="
|
|
2865
|
-
<line number="64" hits="
|
|
2866
|
-
<line number="65" hits="
|
|
2867
|
-
<line number="67" hits="
|
|
2861
|
+
<line number="59" hits="810" branch="false"/>
|
|
2862
|
+
<line number="60" hits="810" branch="true" condition-coverage="50% (1/2)"/>
|
|
2863
|
+
<line number="61" hits="810" branch="false"/>
|
|
2864
|
+
<line number="63" hits="810" branch="false"/>
|
|
2865
|
+
<line number="64" hits="810" branch="false"/>
|
|
2866
|
+
<line number="65" hits="810" branch="false"/>
|
|
2867
|
+
<line number="67" hits="810" branch="false"/>
|
|
2868
2868
|
<line number="69" hits="204" branch="true" condition-coverage="100% (1/1)"/>
|
|
2869
|
-
<line number="70" hits="
|
|
2870
|
-
<line number="83" hits="
|
|
2871
|
-
<line number="85" hits="
|
|
2872
|
-
<line number="86" hits="
|
|
2873
|
-
<line number="94" hits="
|
|
2874
|
-
<line number="99" hits="
|
|
2875
|
-
<line number="109" hits="
|
|
2876
|
-
<line number="111" hits="
|
|
2869
|
+
<line number="70" hits="808" branch="true" condition-coverage="100% (1/1)"/>
|
|
2870
|
+
<line number="83" hits="889" branch="false"/>
|
|
2871
|
+
<line number="85" hits="889" branch="false"/>
|
|
2872
|
+
<line number="86" hits="889" branch="false"/>
|
|
2873
|
+
<line number="94" hits="889" branch="true" condition-coverage="100% (2/2)"/>
|
|
2874
|
+
<line number="99" hits="889" branch="false"/>
|
|
2875
|
+
<line number="109" hits="889" branch="false"/>
|
|
2876
|
+
<line number="111" hits="889" branch="false"/>
|
|
2877
2877
|
<line number="112" hits="395" branch="true" condition-coverage="100% (2/2)"/>
|
|
2878
|
-
<line number="115" hits="
|
|
2879
|
-
<line number="116" hits="
|
|
2880
|
-
<line number="119" hits="
|
|
2881
|
-
<line number="120" hits="
|
|
2882
|
-
<line number="124" hits="
|
|
2883
|
-
<line number="125" hits="
|
|
2884
|
-
<line number="127" hits="
|
|
2885
|
-
<line number="129" hits="
|
|
2878
|
+
<line number="115" hits="889" branch="false"/>
|
|
2879
|
+
<line number="116" hits="889" branch="true" condition-coverage="100% (2/2)"/>
|
|
2880
|
+
<line number="119" hits="889" branch="false"/>
|
|
2881
|
+
<line number="120" hits="889" branch="true" condition-coverage="100% (2/2)"/>
|
|
2882
|
+
<line number="124" hits="889" branch="false"/>
|
|
2883
|
+
<line number="125" hits="889" branch="false"/>
|
|
2884
|
+
<line number="127" hits="889" branch="false"/>
|
|
2885
|
+
<line number="129" hits="889" branch="false"/>
|
|
2886
2886
|
<line number="130" hits="571" branch="false"/>
|
|
2887
|
-
<line number="149" hits="
|
|
2888
|
-
<line number="153" hits="
|
|
2889
|
-
<line number="155" hits="
|
|
2887
|
+
<line number="149" hits="889" branch="false"/>
|
|
2888
|
+
<line number="153" hits="889" branch="false"/>
|
|
2889
|
+
<line number="155" hits="889" branch="true" condition-coverage="0% (0/1)"/>
|
|
2890
2890
|
<line number="165" hits="204" branch="false"/>
|
|
2891
|
-
<line number="178" hits="
|
|
2892
|
-
<line number="183" hits="
|
|
2891
|
+
<line number="178" hits="889" branch="false"/>
|
|
2892
|
+
<line number="183" hits="889" branch="false"/>
|
|
2893
2893
|
<line number="184" hits="352" branch="true" condition-coverage="100% (2/2)"/>
|
|
2894
2894
|
<line number="185" hits="176" branch="false"/>
|
|
2895
|
-
<line number="189" hits="
|
|
2896
|
-
<line number="197" hits="
|
|
2895
|
+
<line number="189" hits="889" branch="false"/>
|
|
2896
|
+
<line number="197" hits="889" branch="false"/>
|
|
2897
2897
|
<line number="216" hits="1130" branch="false"/>
|
|
2898
2898
|
<line number="218" hits="1130" branch="false"/>
|
|
2899
2899
|
<line number="219" hits="1130" branch="true" condition-coverage="100% (2/2)"/>
|
|
@@ -4116,9 +4116,9 @@
|
|
|
4116
4116
|
</class>
|
|
4117
4117
|
</classes>
|
|
4118
4118
|
</package>
|
|
4119
|
-
<package name="Settings.Settings" line-rate="0.
|
|
4119
|
+
<package name="Settings.Settings" line-rate="0.0454" branch-rate="0">
|
|
4120
4120
|
<classes>
|
|
4121
|
-
<class name="Settings.js" filename="src/lib/Settings/Settings/Settings.js" line-rate="0.
|
|
4121
|
+
<class name="Settings.js" filename="src/lib/Settings/Settings/Settings.js" line-rate="0.0454" branch-rate="0">
|
|
4122
4122
|
<methods>
|
|
4123
4123
|
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
4124
4124
|
<lines>
|
|
@@ -4182,12 +4182,17 @@
|
|
|
4182
4182
|
</method>
|
|
4183
4183
|
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
4184
4184
|
<lines>
|
|
4185
|
-
<line number="
|
|
4185
|
+
<line number="110" hits="0"/>
|
|
4186
4186
|
</lines>
|
|
4187
4187
|
</method>
|
|
4188
4188
|
<method name="(anonymous_13)" hits="0" signature="()V">
|
|
4189
4189
|
<lines>
|
|
4190
|
-
<line number="
|
|
4190
|
+
<line number="129" hits="0"/>
|
|
4191
|
+
</lines>
|
|
4192
|
+
</method>
|
|
4193
|
+
<method name="(anonymous_14)" hits="0" signature="()V">
|
|
4194
|
+
<lines>
|
|
4195
|
+
<line number="149" hits="0"/>
|
|
4191
4196
|
</lines>
|
|
4192
4197
|
</method>
|
|
4193
4198
|
</methods>
|
|
@@ -4225,12 +4230,17 @@
|
|
|
4225
4230
|
<line number="101" hits="0" branch="false"/>
|
|
4226
4231
|
<line number="102" hits="0" branch="false"/>
|
|
4227
4232
|
<line number="103" hits="0" branch="false"/>
|
|
4233
|
+
<line number="105" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4228
4234
|
<line number="106" hits="0" branch="false"/>
|
|
4229
|
-
<line number="
|
|
4235
|
+
<line number="111" hits="0" branch="false"/>
|
|
4230
4236
|
<line number="125" hits="0" branch="false"/>
|
|
4231
|
-
<line number="126" hits="0" branch="
|
|
4232
|
-
<line number="
|
|
4233
|
-
<line number="
|
|
4237
|
+
<line number="126" hits="0" branch="false"/>
|
|
4238
|
+
<line number="130" hits="0" branch="false"/>
|
|
4239
|
+
<line number="139" hits="0" branch="false"/>
|
|
4240
|
+
<line number="154" hits="0" branch="false"/>
|
|
4241
|
+
<line number="155" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
4242
|
+
<line number="157" hits="0" branch="false"/>
|
|
4243
|
+
<line number="176" hits="27" branch="false"/>
|
|
4234
4244
|
</lines>
|
|
4235
4245
|
</class>
|
|
4236
4246
|
<class name="index.js" filename="src/lib/Settings/Settings/index.js" line-rate="0" branch-rate="0">
|
|
@@ -4716,7 +4726,7 @@
|
|
|
4716
4726
|
</class>
|
|
4717
4727
|
</classes>
|
|
4718
4728
|
</package>
|
|
4719
|
-
<package name="Settings.hooks.useSettings" line-rate="0.
|
|
4729
|
+
<package name="Settings.hooks.useSettings" line-rate="0.040999999999999995" branch-rate="0">
|
|
4720
4730
|
<classes>
|
|
4721
4731
|
<class name="index.js" filename="src/lib/Settings/hooks/useSettings/index.js" line-rate="0" branch-rate="0">
|
|
4722
4732
|
<methods>
|
|
@@ -4724,200 +4734,198 @@
|
|
|
4724
4734
|
<lines>
|
|
4725
4735
|
</lines>
|
|
4726
4736
|
</class>
|
|
4727
|
-
<class name="useSettings.js" filename="src/lib/Settings/hooks/useSettings/useSettings.js" line-rate="0.
|
|
4737
|
+
<class name="useSettings.js" filename="src/lib/Settings/hooks/useSettings/useSettings.js" line-rate="0.040999999999999995" branch-rate="0">
|
|
4728
4738
|
<methods>
|
|
4729
4739
|
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
4730
4740
|
<lines>
|
|
4731
|
-
<line number="
|
|
4741
|
+
<line number="18" hits="0"/>
|
|
4732
4742
|
</lines>
|
|
4733
4743
|
</method>
|
|
4734
4744
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
4735
4745
|
<lines>
|
|
4736
|
-
<line number="
|
|
4746
|
+
<line number="30" hits="0"/>
|
|
4737
4747
|
</lines>
|
|
4738
4748
|
</method>
|
|
4739
4749
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
4740
4750
|
<lines>
|
|
4741
|
-
<line number="
|
|
4751
|
+
<line number="65" hits="0"/>
|
|
4742
4752
|
</lines>
|
|
4743
4753
|
</method>
|
|
4744
4754
|
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
4745
4755
|
<lines>
|
|
4746
|
-
<line number="
|
|
4756
|
+
<line number="67" hits="0"/>
|
|
4747
4757
|
</lines>
|
|
4748
4758
|
</method>
|
|
4749
4759
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
4750
4760
|
<lines>
|
|
4751
|
-
<line number="
|
|
4761
|
+
<line number="70" hits="0"/>
|
|
4752
4762
|
</lines>
|
|
4753
4763
|
</method>
|
|
4754
4764
|
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
4755
4765
|
<lines>
|
|
4756
|
-
<line number="
|
|
4766
|
+
<line number="80" hits="0"/>
|
|
4757
4767
|
</lines>
|
|
4758
4768
|
</method>
|
|
4759
4769
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
4760
4770
|
<lines>
|
|
4761
|
-
<line number="
|
|
4771
|
+
<line number="86" hits="0"/>
|
|
4762
4772
|
</lines>
|
|
4763
4773
|
</method>
|
|
4764
4774
|
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
4765
4775
|
<lines>
|
|
4766
|
-
<line number="
|
|
4776
|
+
<line number="106" hits="0"/>
|
|
4767
4777
|
</lines>
|
|
4768
4778
|
</method>
|
|
4769
4779
|
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
4770
4780
|
<lines>
|
|
4771
|
-
<line number="
|
|
4781
|
+
<line number="106" hits="0"/>
|
|
4772
4782
|
</lines>
|
|
4773
4783
|
</method>
|
|
4774
4784
|
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
4775
4785
|
<lines>
|
|
4776
|
-
<line number="
|
|
4786
|
+
<line number="123" hits="0"/>
|
|
4777
4787
|
</lines>
|
|
4778
4788
|
</method>
|
|
4779
4789
|
<method name="(anonymous_10)" hits="0" signature="()V">
|
|
4780
4790
|
<lines>
|
|
4781
|
-
<line number="
|
|
4791
|
+
<line number="124" hits="0"/>
|
|
4782
4792
|
</lines>
|
|
4783
4793
|
</method>
|
|
4784
4794
|
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
4785
4795
|
<lines>
|
|
4786
|
-
<line number="
|
|
4796
|
+
<line number="125" hits="0"/>
|
|
4787
4797
|
</lines>
|
|
4788
4798
|
</method>
|
|
4789
4799
|
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
4790
4800
|
<lines>
|
|
4791
|
-
<line number="
|
|
4801
|
+
<line number="136" hits="0"/>
|
|
4792
4802
|
</lines>
|
|
4793
4803
|
</method>
|
|
4794
4804
|
<method name="(anonymous_13)" hits="0" signature="()V">
|
|
4795
4805
|
<lines>
|
|
4796
|
-
<line number="
|
|
4806
|
+
<line number="163" hits="0"/>
|
|
4797
4807
|
</lines>
|
|
4798
4808
|
</method>
|
|
4799
4809
|
<method name="(anonymous_14)" hits="0" signature="()V">
|
|
4800
4810
|
<lines>
|
|
4801
|
-
<line number="
|
|
4811
|
+
<line number="167" hits="0"/>
|
|
4802
4812
|
</lines>
|
|
4803
4813
|
</method>
|
|
4804
4814
|
<method name="(anonymous_15)" hits="0" signature="()V">
|
|
4805
4815
|
<lines>
|
|
4806
|
-
<line number="
|
|
4816
|
+
<line number="174" hits="0"/>
|
|
4807
4817
|
</lines>
|
|
4808
4818
|
</method>
|
|
4809
4819
|
<method name="(anonymous_16)" hits="0" signature="()V">
|
|
4810
4820
|
<lines>
|
|
4811
|
-
<line number="
|
|
4821
|
+
<line number="175" hits="0"/>
|
|
4812
4822
|
</lines>
|
|
4813
4823
|
</method>
|
|
4814
4824
|
<method name="(anonymous_17)" hits="0" signature="()V">
|
|
4815
4825
|
<lines>
|
|
4816
|
-
<line number="
|
|
4826
|
+
<line number="191" hits="0"/>
|
|
4817
4827
|
</lines>
|
|
4818
4828
|
</method>
|
|
4819
4829
|
<method name="(anonymous_18)" hits="0" signature="()V">
|
|
4820
4830
|
<lines>
|
|
4821
|
-
<line number="
|
|
4831
|
+
<line number="194" hits="0"/>
|
|
4822
4832
|
</lines>
|
|
4823
4833
|
</method>
|
|
4824
4834
|
<method name="(anonymous_19)" hits="0" signature="()V">
|
|
4825
4835
|
<lines>
|
|
4826
|
-
<line number="
|
|
4836
|
+
<line number="221" hits="0"/>
|
|
4827
4837
|
</lines>
|
|
4828
4838
|
</method>
|
|
4829
4839
|
<method name="(anonymous_20)" hits="0" signature="()V">
|
|
4830
4840
|
<lines>
|
|
4831
|
-
<line number="
|
|
4841
|
+
<line number="230" hits="0"/>
|
|
4832
4842
|
</lines>
|
|
4833
4843
|
</method>
|
|
4834
4844
|
<method name="(anonymous_21)" hits="0" signature="()V">
|
|
4835
4845
|
<lines>
|
|
4836
|
-
<line number="
|
|
4846
|
+
<line number="237" hits="0"/>
|
|
4837
4847
|
</lines>
|
|
4838
4848
|
</method>
|
|
4839
4849
|
<method name="(anonymous_22)" hits="0" signature="()V">
|
|
4840
4850
|
<lines>
|
|
4841
|
-
<line number="
|
|
4842
|
-
</lines>
|
|
4843
|
-
</method>
|
|
4844
|
-
<method name="(anonymous_23)" hits="0" signature="()V">
|
|
4845
|
-
<lines>
|
|
4846
|
-
<line number="246" hits="0"/>
|
|
4851
|
+
<line number="257" hits="0"/>
|
|
4847
4852
|
</lines>
|
|
4848
4853
|
</method>
|
|
4849
4854
|
</methods>
|
|
4850
4855
|
<lines>
|
|
4851
|
-
<line number="
|
|
4852
|
-
<line number="
|
|
4853
|
-
<line number="
|
|
4854
|
-
<line number="
|
|
4855
|
-
<line number="
|
|
4856
|
-
<line number="
|
|
4857
|
-
<line number="
|
|
4858
|
-
<line number="48" hits="0" branch="false"/>
|
|
4859
|
-
<line number="49" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4860
|
-
<line number="50" hits="0" branch="false"/>
|
|
4861
|
-
<line number="51" hits="0" branch="false"/>
|
|
4862
|
-
<line number="59" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4856
|
+
<line number="18" hits="27" branch="false"/>
|
|
4857
|
+
<line number="19" hits="0" branch="false"/>
|
|
4858
|
+
<line number="24" hits="27" branch="false"/>
|
|
4859
|
+
<line number="30" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
4860
|
+
<line number="56" hits="0" branch="false"/>
|
|
4861
|
+
<line number="58" hits="0" branch="false"/>
|
|
4862
|
+
<line number="59" hits="0" branch="false"/>
|
|
4863
4863
|
<line number="60" hits="0" branch="false"/>
|
|
4864
4864
|
<line number="61" hits="0" branch="false"/>
|
|
4865
|
-
<line number="
|
|
4866
|
-
<line number="66" hits="0" branch="
|
|
4865
|
+
<line number="65" hits="0" branch="false"/>
|
|
4866
|
+
<line number="66" hits="0" branch="false"/>
|
|
4867
4867
|
<line number="67" hits="0" branch="false"/>
|
|
4868
|
-
<line number="68" hits="0" branch="
|
|
4868
|
+
<line number="68" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4869
|
+
<line number="69" hits="0" branch="false"/>
|
|
4869
4870
|
<line number="70" hits="0" branch="false"/>
|
|
4870
|
-
<line number="
|
|
4871
|
-
<line number="
|
|
4872
|
-
<line number="
|
|
4873
|
-
<line number="
|
|
4874
|
-
<line number="
|
|
4875
|
-
<line number="
|
|
4876
|
-
<line number="
|
|
4877
|
-
<line number="
|
|
4878
|
-
<line number="
|
|
4879
|
-
<line number="
|
|
4880
|
-
<line number="
|
|
4881
|
-
<line number="
|
|
4882
|
-
<line number="
|
|
4883
|
-
<line number="
|
|
4884
|
-
<line number="
|
|
4885
|
-
<line number="
|
|
4886
|
-
<line number="
|
|
4887
|
-
<line number="
|
|
4888
|
-
<line number="
|
|
4889
|
-
<line number="
|
|
4890
|
-
<line number="
|
|
4891
|
-
<line number="
|
|
4892
|
-
<line number="
|
|
4893
|
-
<line number="
|
|
4894
|
-
<line number="
|
|
4871
|
+
<line number="78" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4872
|
+
<line number="79" hits="0" branch="false"/>
|
|
4873
|
+
<line number="80" hits="0" branch="false"/>
|
|
4874
|
+
<line number="82" hits="0" branch="false"/>
|
|
4875
|
+
<line number="85" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
4876
|
+
<line number="86" hits="0" branch="false"/>
|
|
4877
|
+
<line number="87" hits="0" branch="false"/>
|
|
4878
|
+
<line number="89" hits="0" branch="false"/>
|
|
4879
|
+
<line number="96" hits="0" branch="false"/>
|
|
4880
|
+
<line number="97" hits="0" branch="false"/>
|
|
4881
|
+
<line number="103" hits="0" branch="false"/>
|
|
4882
|
+
<line number="106" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4883
|
+
<line number="107" hits="0" branch="false"/>
|
|
4884
|
+
<line number="108" hits="0" branch="true" condition-coverage="0% (0/6)"/>
|
|
4885
|
+
<line number="109" hits="0" branch="false"/>
|
|
4886
|
+
<line number="112" hits="0" branch="false"/>
|
|
4887
|
+
<line number="119" hits="0" branch="false"/>
|
|
4888
|
+
<line number="121" hits="0" branch="false"/>
|
|
4889
|
+
<line number="123" hits="0" branch="false"/>
|
|
4890
|
+
<line number="124" hits="0" branch="false"/>
|
|
4891
|
+
<line number="125" hits="0" branch="false"/>
|
|
4892
|
+
<line number="126" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4893
|
+
<line number="127" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4894
|
+
<line number="128" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4895
|
+
<line number="129" hits="0" branch="false"/>
|
|
4896
|
+
<line number="137" hits="0" branch="false"/>
|
|
4895
4897
|
<line number="157" hits="0" branch="false"/>
|
|
4896
|
-
<line number="
|
|
4897
|
-
<line number="
|
|
4898
|
+
<line number="163" hits="0" branch="false"/>
|
|
4899
|
+
<line number="165" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4898
4900
|
<line number="167" hits="0" branch="false"/>
|
|
4901
|
+
<line number="170" hits="0" branch="false"/>
|
|
4902
|
+
<line number="174" hits="0" branch="false"/>
|
|
4903
|
+
<line number="175" hits="0" branch="false"/>
|
|
4899
4904
|
<line number="176" hits="0" branch="false"/>
|
|
4900
4905
|
<line number="183" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4901
4906
|
<line number="184" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
4902
4907
|
<line number="185" hits="0" branch="false"/>
|
|
4903
|
-
<line number="187" hits="0" branch="true" condition-coverage="0% (0/
|
|
4904
|
-
<line number="
|
|
4905
|
-
<line number="
|
|
4906
|
-
<line number="
|
|
4907
|
-
<line number="
|
|
4908
|
-
<line number="
|
|
4909
|
-
<line number="
|
|
4910
|
-
<line number="
|
|
4911
|
-
<line number="213" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4912
|
-
<line number="216" hits="0" branch="false"/>
|
|
4913
|
-
<line number="219" hits="0" branch="false"/>
|
|
4914
|
-
<line number="220" hits="0" branch="true" condition-coverage="0% (0/5)"/>
|
|
4908
|
+
<line number="187" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
4909
|
+
<line number="192" hits="0" branch="false"/>
|
|
4910
|
+
<line number="193" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4911
|
+
<line number="194" hits="0" branch="false"/>
|
|
4912
|
+
<line number="195" hits="0" branch="false"/>
|
|
4913
|
+
<line number="201" hits="0" branch="false"/>
|
|
4914
|
+
<line number="209" hits="0" branch="false"/>
|
|
4915
|
+
<line number="217" hits="0" branch="false"/>
|
|
4915
4916
|
<line number="221" hits="0" branch="false"/>
|
|
4916
|
-
<line number="
|
|
4917
|
-
<line number="
|
|
4917
|
+
<line number="222" hits="0" branch="false"/>
|
|
4918
|
+
<line number="223" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
4919
|
+
<line number="224" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4918
4920
|
<line number="227" hits="0" branch="false"/>
|
|
4919
|
-
<line number="
|
|
4920
|
-
<line number="
|
|
4921
|
+
<line number="230" hits="0" branch="false"/>
|
|
4922
|
+
<line number="231" hits="0" branch="true" condition-coverage="0% (0/5)"/>
|
|
4923
|
+
<line number="232" hits="0" branch="false"/>
|
|
4924
|
+
<line number="234" hits="0" branch="false"/>
|
|
4925
|
+
<line number="237" hits="0" branch="false"/>
|
|
4926
|
+
<line number="238" hits="0" branch="false"/>
|
|
4927
|
+
<line number="251" hits="0" branch="false"/>
|
|
4928
|
+
<line number="257" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4921
4929
|
</lines>
|
|
4922
4930
|
</class>
|
|
4923
4931
|
</classes>
|
|
@@ -5545,9 +5553,9 @@
|
|
|
5545
5553
|
<line number="7" hits="196"/>
|
|
5546
5554
|
</lines>
|
|
5547
5555
|
</method>
|
|
5548
|
-
<method name="(anonymous_1)" hits="
|
|
5556
|
+
<method name="(anonymous_1)" hits="889" signature="()V">
|
|
5549
5557
|
<lines>
|
|
5550
|
-
<line number="26" hits="
|
|
5558
|
+
<line number="26" hits="889"/>
|
|
5551
5559
|
</lines>
|
|
5552
5560
|
</method>
|
|
5553
5561
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
@@ -5570,17 +5578,17 @@
|
|
|
5570
5578
|
<line number="19" hits="32" branch="false"/>
|
|
5571
5579
|
<line number="21" hits="14" branch="false"/>
|
|
5572
5580
|
<line number="26" hits="27" branch="false"/>
|
|
5573
|
-
<line number="27" hits="
|
|
5574
|
-
<line number="28" hits="
|
|
5575
|
-
<line number="29" hits="
|
|
5576
|
-
<line number="30" hits="
|
|
5577
|
-
<line number="32" hits="
|
|
5578
|
-
<line number="34" hits="
|
|
5581
|
+
<line number="27" hits="889" branch="false"/>
|
|
5582
|
+
<line number="28" hits="889" branch="false"/>
|
|
5583
|
+
<line number="29" hits="889" branch="false"/>
|
|
5584
|
+
<line number="30" hits="889" branch="false"/>
|
|
5585
|
+
<line number="32" hits="889" branch="false"/>
|
|
5586
|
+
<line number="34" hits="889" branch="true" condition-coverage="100% (2/2)"/>
|
|
5579
5587
|
<line number="35" hits="31" branch="false"/>
|
|
5580
|
-
<line number="38" hits="
|
|
5588
|
+
<line number="38" hits="889" branch="false"/>
|
|
5581
5589
|
<line number="39" hits="196" branch="false"/>
|
|
5582
5590
|
<line number="40" hits="196" branch="false"/>
|
|
5583
|
-
<line number="42" hits="
|
|
5591
|
+
<line number="42" hits="889" branch="false"/>
|
|
5584
5592
|
</lines>
|
|
5585
5593
|
</class>
|
|
5586
5594
|
<class name="useLocalPageStore.js" filename="src/lib/hooks/useLocalPageStore.js" line-rate="0.4" branch-rate="0">
|
|
@@ -5611,9 +5619,9 @@
|
|
|
5611
5619
|
</class>
|
|
5612
5620
|
<class name="useLocalStorageState.js" filename="src/lib/hooks/useLocalStorageState.js" line-rate="1" branch-rate="1">
|
|
5613
5621
|
<methods>
|
|
5614
|
-
<method name="(anonymous_0)" hits="
|
|
5622
|
+
<method name="(anonymous_0)" hits="889" signature="()V">
|
|
5615
5623
|
<lines>
|
|
5616
|
-
<line number="5" hits="
|
|
5624
|
+
<line number="5" hits="889"/>
|
|
5617
5625
|
</lines>
|
|
5618
5626
|
</method>
|
|
5619
5627
|
<method name="(anonymous_1)" hits="22" signature="()V">
|
|
@@ -5624,12 +5632,12 @@
|
|
|
5624
5632
|
</methods>
|
|
5625
5633
|
<lines>
|
|
5626
5634
|
<line number="5" hits="27" branch="false"/>
|
|
5627
|
-
<line number="6" hits="
|
|
5628
|
-
<line number="7" hits="
|
|
5629
|
-
<line number="9" hits="
|
|
5635
|
+
<line number="6" hits="889" branch="false"/>
|
|
5636
|
+
<line number="7" hits="889" branch="false"/>
|
|
5637
|
+
<line number="9" hits="889" branch="false"/>
|
|
5630
5638
|
<line number="10" hits="22" branch="false"/>
|
|
5631
5639
|
<line number="11" hits="22" branch="false"/>
|
|
5632
|
-
<line number="14" hits="
|
|
5640
|
+
<line number="14" hits="889" branch="false"/>
|
|
5633
5641
|
</lines>
|
|
5634
5642
|
</class>
|
|
5635
5643
|
<class name="useModConfigEntries.js" filename="src/lib/hooks/useModConfigEntries.js" line-rate="0.1666" branch-rate="0">
|
|
@@ -5707,24 +5715,24 @@
|
|
|
5707
5715
|
</class>
|
|
5708
5716
|
<class name="usePrevNextPagination.js" filename="src/lib/hooks/usePrevNextPagination.js" line-rate="0.6271" branch-rate="0.5652">
|
|
5709
5717
|
<methods>
|
|
5710
|
-
<method name="(anonymous_0)" hits="
|
|
5718
|
+
<method name="(anonymous_0)" hits="910" signature="()V">
|
|
5711
5719
|
<lines>
|
|
5712
|
-
<line number="18" hits="
|
|
5720
|
+
<line number="18" hits="910"/>
|
|
5713
5721
|
</lines>
|
|
5714
5722
|
</method>
|
|
5715
|
-
<method name="(anonymous_1)" hits="
|
|
5723
|
+
<method name="(anonymous_1)" hits="2459" signature="()V">
|
|
5716
5724
|
<lines>
|
|
5717
|
-
<line number="28" hits="
|
|
5725
|
+
<line number="28" hits="2459"/>
|
|
5718
5726
|
</lines>
|
|
5719
5727
|
</method>
|
|
5720
|
-
<method name="(anonymous_2)" hits="
|
|
5728
|
+
<method name="(anonymous_2)" hits="2459" signature="()V">
|
|
5721
5729
|
<lines>
|
|
5722
|
-
<line number="29" hits="
|
|
5730
|
+
<line number="29" hits="2459"/>
|
|
5723
5731
|
</lines>
|
|
5724
5732
|
</method>
|
|
5725
|
-
<method name="(anonymous_3)" hits="
|
|
5733
|
+
<method name="(anonymous_3)" hits="910" signature="()V">
|
|
5726
5734
|
<lines>
|
|
5727
|
-
<line number="33" hits="
|
|
5735
|
+
<line number="33" hits="910"/>
|
|
5728
5736
|
</lines>
|
|
5729
5737
|
</method>
|
|
5730
5738
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
@@ -5760,19 +5768,19 @@
|
|
|
5760
5768
|
</methods>
|
|
5761
5769
|
<lines>
|
|
5762
5770
|
<line number="18" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
5763
|
-
<line number="28" hits="
|
|
5764
|
-
<line number="29" hits="
|
|
5765
|
-
<line number="33" hits="
|
|
5766
|
-
<line number="35" hits="
|
|
5771
|
+
<line number="28" hits="2459" branch="false"/>
|
|
5772
|
+
<line number="29" hits="2459" branch="false"/>
|
|
5773
|
+
<line number="33" hits="910" branch="false"/>
|
|
5774
|
+
<line number="35" hits="910" branch="true" condition-coverage="50% (1/2)"/>
|
|
5767
5775
|
<line number="36" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5768
5776
|
<line number="37" hits="0" branch="false"/>
|
|
5769
5777
|
<line number="40" hits="0" branch="false"/>
|
|
5770
5778
|
<line number="41" hits="0" branch="false"/>
|
|
5771
|
-
<line number="45" hits="
|
|
5772
|
-
<line number="48" hits="
|
|
5773
|
-
<line number="50" hits="
|
|
5774
|
-
<line number="51" hits="
|
|
5775
|
-
<line number="56" hits="
|
|
5779
|
+
<line number="45" hits="910" branch="false"/>
|
|
5780
|
+
<line number="48" hits="910" branch="false"/>
|
|
5781
|
+
<line number="50" hits="910" branch="false"/>
|
|
5782
|
+
<line number="51" hits="910" branch="false"/>
|
|
5783
|
+
<line number="56" hits="910" branch="false"/>
|
|
5776
5784
|
<line number="57" hits="0" branch="false"/>
|
|
5777
5785
|
<line number="60" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5778
5786
|
<line number="61" hits="0" branch="false"/>
|
|
@@ -5784,13 +5792,13 @@
|
|
|
5784
5792
|
<line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5785
5793
|
<line number="73" hits="0" branch="false"/>
|
|
5786
5794
|
<line number="77" hits="0" branch="false"/>
|
|
5787
|
-
<line number="94" hits="
|
|
5788
|
-
<line number="95" hits="
|
|
5795
|
+
<line number="94" hits="910" branch="false"/>
|
|
5796
|
+
<line number="95" hits="910" branch="false"/>
|
|
5789
5797
|
<line number="96" hits="34" branch="true" condition-coverage="50% (1/2)"/>
|
|
5790
5798
|
<line number="97" hits="34" branch="false"/>
|
|
5791
5799
|
<line number="99" hits="0" branch="false"/>
|
|
5792
5800
|
<line number="100" hits="0" branch="false"/>
|
|
5793
|
-
<line number="104" hits="
|
|
5801
|
+
<line number="104" hits="910" branch="false"/>
|
|
5794
5802
|
<line number="105" hits="639" branch="true" condition-coverage="50% (1/2)"/>
|
|
5795
5803
|
<line number="106" hits="639" branch="false"/>
|
|
5796
5804
|
<line number="108" hits="639" branch="true" condition-coverage="50% (2/4)"/>
|
|
@@ -5805,26 +5813,26 @@
|
|
|
5805
5813
|
<line number="135" hits="32" branch="false"/>
|
|
5806
5814
|
<line number="137" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5807
5815
|
<line number="140" hits="0" branch="false"/>
|
|
5808
|
-
<line number="154" hits="
|
|
5809
|
-
<line number="155" hits="
|
|
5810
|
-
<line number="156" hits="
|
|
5811
|
-
<line number="157" hits="
|
|
5816
|
+
<line number="154" hits="910" branch="true" condition-coverage="100% (3/3)"/>
|
|
5817
|
+
<line number="155" hits="910" branch="true" condition-coverage="100% (2/2)"/>
|
|
5818
|
+
<line number="156" hits="910" branch="true" condition-coverage="100% (2/2)"/>
|
|
5819
|
+
<line number="157" hits="910" branch="false"/>
|
|
5812
5820
|
<line number="158" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5813
5821
|
<line number="159" hits="0" branch="false"/>
|
|
5814
|
-
<line number="166" hits="
|
|
5822
|
+
<line number="166" hits="910" branch="false"/>
|
|
5815
5823
|
<line number="167" hits="1048" branch="false"/>
|
|
5816
5824
|
<line number="177" hits="1048" branch="true" condition-coverage="100% (2/2)"/>
|
|
5817
5825
|
<line number="178" hits="34" branch="false"/>
|
|
5818
5826
|
<line number="181" hits="1048" branch="false"/>
|
|
5819
|
-
<line number="184" hits="
|
|
5820
|
-
<line number="188" hits="
|
|
5827
|
+
<line number="184" hits="910" branch="false"/>
|
|
5828
|
+
<line number="188" hits="910" branch="false"/>
|
|
5821
5829
|
</lines>
|
|
5822
5830
|
</class>
|
|
5823
5831
|
<class name="useQIndex.js" filename="src/lib/hooks/useQIndex.js" line-rate="0.5625" branch-rate="0.1666">
|
|
5824
5832
|
<methods>
|
|
5825
|
-
<method name="(anonymous_0)" hits="
|
|
5833
|
+
<method name="(anonymous_0)" hits="889" signature="()V">
|
|
5826
5834
|
<lines>
|
|
5827
|
-
<line number="5" hits="
|
|
5835
|
+
<line number="5" hits="889"/>
|
|
5828
5836
|
</lines>
|
|
5829
5837
|
</method>
|
|
5830
5838
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
@@ -5840,21 +5848,21 @@
|
|
|
5840
5848
|
</methods>
|
|
5841
5849
|
<lines>
|
|
5842
5850
|
<line number="5" hits="27" branch="false"/>
|
|
5843
|
-
<line number="6" hits="
|
|
5844
|
-
<line number="7" hits="
|
|
5845
|
-
<line number="9" hits="
|
|
5846
|
-
<line number="10" hits="
|
|
5847
|
-
<line number="12" hits="
|
|
5851
|
+
<line number="6" hits="889" branch="false"/>
|
|
5852
|
+
<line number="7" hits="889" branch="false"/>
|
|
5853
|
+
<line number="9" hits="889" branch="false"/>
|
|
5854
|
+
<line number="10" hits="889" branch="false"/>
|
|
5855
|
+
<line number="12" hits="889" branch="false"/>
|
|
5848
5856
|
<line number="13" hits="0" branch="false"/>
|
|
5849
5857
|
<line number="14" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5850
5858
|
<line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5851
5859
|
<line number="17" hits="0" branch="false"/>
|
|
5852
5860
|
<line number="22" hits="0" branch="false"/>
|
|
5853
5861
|
<line number="28" hits="0" branch="false"/>
|
|
5854
|
-
<line number="35" hits="
|
|
5862
|
+
<line number="35" hits="889" branch="false"/>
|
|
5855
5863
|
<line number="36" hits="618" branch="true" condition-coverage="50% (1/2)"/>
|
|
5856
5864
|
<line number="37" hits="0" branch="false"/>
|
|
5857
|
-
<line number="46" hits="
|
|
5865
|
+
<line number="46" hits="889" branch="false"/>
|
|
5858
5866
|
</lines>
|
|
5859
5867
|
</class>
|
|
5860
5868
|
<class name="useRefdata.js" filename="src/lib/hooks/useRefdata.js" line-rate="0.125" branch-rate="0">
|
|
@@ -5979,28 +5987,28 @@
|
|
|
5979
5987
|
</class>
|
|
5980
5988
|
<class name="useIntlKey.js" filename="src/lib/hooks/intlHooks/useIntlKey/useIntlKey.js" line-rate="0.7" branch-rate="0.5">
|
|
5981
5989
|
<methods>
|
|
5982
|
-
<method name="(anonymous_0)" hits="
|
|
5990
|
+
<method name="(anonymous_0)" hits="1077" signature="()V">
|
|
5983
5991
|
<lines>
|
|
5984
|
-
<line number="3" hits="
|
|
5992
|
+
<line number="3" hits="1077"/>
|
|
5985
5993
|
</lines>
|
|
5986
5994
|
</method>
|
|
5987
|
-
<method name="(anonymous_1)" hits="
|
|
5995
|
+
<method name="(anonymous_1)" hits="2423" signature="()V">
|
|
5988
5996
|
<lines>
|
|
5989
|
-
<line number="4" hits="
|
|
5997
|
+
<line number="4" hits="2423"/>
|
|
5990
5998
|
</lines>
|
|
5991
5999
|
</method>
|
|
5992
6000
|
</methods>
|
|
5993
6001
|
<lines>
|
|
5994
6002
|
<line number="3" hits="27" branch="false"/>
|
|
5995
|
-
<line number="4" hits="
|
|
5996
|
-
<line number="7" hits="
|
|
6003
|
+
<line number="4" hits="2423" branch="false"/>
|
|
6004
|
+
<line number="7" hits="1077" branch="true" condition-coverage="50% (1/2)"/>
|
|
5997
6005
|
<line number="8" hits="0" branch="false"/>
|
|
5998
|
-
<line number="9" hits="
|
|
6006
|
+
<line number="9" hits="1077" branch="true" condition-coverage="50% (1/2)"/>
|
|
5999
6007
|
<line number="10" hits="0" branch="false"/>
|
|
6000
|
-
<line number="12" hits="
|
|
6001
|
-
<line number="15" hits="
|
|
6008
|
+
<line number="12" hits="1077" branch="false"/>
|
|
6009
|
+
<line number="15" hits="1077" branch="true" condition-coverage="50% (1/2)"/>
|
|
6002
6010
|
<line number="16" hits="0" branch="false"/>
|
|
6003
|
-
<line number="19" hits="
|
|
6011
|
+
<line number="19" hits="1077" branch="false"/>
|
|
6004
6012
|
</lines>
|
|
6005
6013
|
</class>
|
|
6006
6014
|
</classes>
|
|
@@ -6040,9 +6048,9 @@
|
|
|
6040
6048
|
<line number="17" hits="0"/>
|
|
6041
6049
|
</lines>
|
|
6042
6050
|
</method>
|
|
6043
|
-
<method name="(anonymous_5)" hits="
|
|
6051
|
+
<method name="(anonymous_5)" hits="898" signature="()V">
|
|
6044
6052
|
<lines>
|
|
6045
|
-
<line number="27" hits="
|
|
6053
|
+
<line number="27" hits="898"/>
|
|
6046
6054
|
</lines>
|
|
6047
6055
|
</method>
|
|
6048
6056
|
</methods>
|
|
@@ -6061,11 +6069,11 @@
|
|
|
6061
6069
|
<line number="21" hits="0" branch="false"/>
|
|
6062
6070
|
<line number="24" hits="0" branch="false"/>
|
|
6063
6071
|
<line number="25" hits="0" branch="false"/>
|
|
6064
|
-
<line number="28" hits="
|
|
6065
|
-
<line number="29" hits="
|
|
6066
|
-
<line number="30" hits="
|
|
6067
|
-
<line number="31" hits="
|
|
6068
|
-
<line number="34" hits="
|
|
6072
|
+
<line number="28" hits="898" branch="false"/>
|
|
6073
|
+
<line number="29" hits="898" branch="false"/>
|
|
6074
|
+
<line number="30" hits="898" branch="true" condition-coverage="50% (1/2)"/>
|
|
6075
|
+
<line number="31" hits="898" branch="false"/>
|
|
6076
|
+
<line number="34" hits="898" branch="false"/>
|
|
6069
6077
|
</lines>
|
|
6070
6078
|
</class>
|
|
6071
6079
|
</classes>
|
|
@@ -6080,9 +6088,9 @@
|
|
|
6080
6088
|
</class>
|
|
6081
6089
|
<class name="useKintIntl.js" filename="src/lib/hooks/intlHooks/useKintIntl/useKintIntl.js" line-rate="0.8234999999999999" branch-rate="0.75">
|
|
6082
6090
|
<methods>
|
|
6083
|
-
<method name="(anonymous_0)" hits="
|
|
6091
|
+
<method name="(anonymous_0)" hits="1077" signature="()V">
|
|
6084
6092
|
<lines>
|
|
6085
|
-
<line number="5" hits="
|
|
6093
|
+
<line number="5" hits="1077"/>
|
|
6086
6094
|
</lines>
|
|
6087
6095
|
</method>
|
|
6088
6096
|
<method name="(anonymous_1)" hits="2742" signature="()V">
|
|
@@ -6098,9 +6106,9 @@
|
|
|
6098
6106
|
</methods>
|
|
6099
6107
|
<lines>
|
|
6100
6108
|
<line number="5" hits="27" branch="false"/>
|
|
6101
|
-
<line number="6" hits="
|
|
6102
|
-
<line number="7" hits="
|
|
6103
|
-
<line number="11" hits="
|
|
6109
|
+
<line number="6" hits="1077" branch="false"/>
|
|
6110
|
+
<line number="7" hits="1077" branch="false"/>
|
|
6111
|
+
<line number="11" hits="1077" branch="false"/>
|
|
6104
6112
|
<line number="12" hits="2742" branch="true" condition-coverage="100% (2/2)"/>
|
|
6105
6113
|
<line number="14" hits="4" branch="true" condition-coverage="50% (1/2)"/>
|
|
6106
6114
|
<line number="15" hits="0" branch="false"/>
|
|
@@ -6112,8 +6120,8 @@
|
|
|
6112
6120
|
<line number="32" hits="0" branch="false"/>
|
|
6113
6121
|
<line number="35" hits="6" branch="false"/>
|
|
6114
6122
|
<line number="39" hits="2732" branch="false"/>
|
|
6115
|
-
<line number="42" hits="
|
|
6116
|
-
<line number="44" hits="
|
|
6123
|
+
<line number="42" hits="1077" branch="false"/>
|
|
6124
|
+
<line number="44" hits="1077" branch="false"/>
|
|
6117
6125
|
</lines>
|
|
6118
6126
|
</class>
|
|
6119
6127
|
</classes>
|
|
@@ -6765,7 +6773,7 @@
|
|
|
6765
6773
|
</class>
|
|
6766
6774
|
</classes>
|
|
6767
6775
|
</package>
|
|
6768
|
-
<package name="utils" line-rate="0.
|
|
6776
|
+
<package name="utils" line-rate="0.4461" branch-rate="0.38630000000000003">
|
|
6769
6777
|
<classes>
|
|
6770
6778
|
<class name="buildUrl.js" filename="src/lib/utils/buildUrl.js" line-rate="1" branch-rate="1">
|
|
6771
6779
|
<methods>
|
|
@@ -6835,112 +6843,12 @@
|
|
|
6835
6843
|
<line number="9" hits="48" branch="false"/>
|
|
6836
6844
|
</lines>
|
|
6837
6845
|
</class>
|
|
6838
|
-
<class name="highlightString.js" filename="src/lib/utils/highlightString.js" line-rate="0.14279999999999998" branch-rate="0">
|
|
6839
|
-
<methods>
|
|
6840
|
-
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
6841
|
-
<lines>
|
|
6842
|
-
<line number="3" hits="0"/>
|
|
6843
|
-
</lines>
|
|
6844
|
-
</method>
|
|
6845
|
-
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
6846
|
-
<lines>
|
|
6847
|
-
<line number="7" hits="0"/>
|
|
6848
|
-
</lines>
|
|
6849
|
-
</method>
|
|
6850
|
-
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
6851
|
-
<lines>
|
|
6852
|
-
<line number="29" hits="0"/>
|
|
6853
|
-
</lines>
|
|
6854
|
-
</method>
|
|
6855
|
-
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
6856
|
-
<lines>
|
|
6857
|
-
<line number="33" hits="0"/>
|
|
6858
|
-
</lines>
|
|
6859
|
-
</method>
|
|
6860
|
-
</methods>
|
|
6861
|
-
<lines>
|
|
6862
|
-
<line number="3" hits="27" branch="true" condition-coverage="0% (0/2)"/>
|
|
6863
|
-
<line number="4" hits="0" branch="false"/>
|
|
6864
|
-
<line number="6" hits="0" branch="false"/>
|
|
6865
|
-
<line number="9" hits="0" branch="false"/>
|
|
6866
|
-
<line number="10" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6867
|
-
<line number="11" hits="0" branch="false"/>
|
|
6868
|
-
<line number="20" hits="0" branch="false"/>
|
|
6869
|
-
<line number="29" hits="27" branch="true" condition-coverage="0% (0/2)"/>
|
|
6870
|
-
<line number="30" hits="0" branch="false"/>
|
|
6871
|
-
<line number="32" hits="0" branch="false"/>
|
|
6872
|
-
<line number="35" hits="0" branch="false"/>
|
|
6873
|
-
<line number="36" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6874
|
-
<line number="37" hits="0" branch="false"/>
|
|
6875
|
-
<line number="46" hits="0" branch="false"/>
|
|
6876
|
-
</lines>
|
|
6877
|
-
</class>
|
|
6878
6846
|
<class name="index.js" filename="src/lib/utils/index.js" line-rate="0" branch-rate="0">
|
|
6879
6847
|
<methods>
|
|
6880
6848
|
</methods>
|
|
6881
6849
|
<lines>
|
|
6882
6850
|
</lines>
|
|
6883
6851
|
</class>
|
|
6884
|
-
<class name="matchString.js" filename="src/lib/utils/matchString.js" line-rate="0.07139999999999999" branch-rate="0">
|
|
6885
|
-
<methods>
|
|
6886
|
-
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
6887
|
-
<lines>
|
|
6888
|
-
<line number="3" hits="0"/>
|
|
6889
|
-
</lines>
|
|
6890
|
-
</method>
|
|
6891
|
-
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
6892
|
-
<lines>
|
|
6893
|
-
<line number="5" hits="0"/>
|
|
6894
|
-
</lines>
|
|
6895
|
-
</method>
|
|
6896
|
-
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
6897
|
-
<lines>
|
|
6898
|
-
<line number="5" hits="0"/>
|
|
6899
|
-
</lines>
|
|
6900
|
-
</method>
|
|
6901
|
-
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
6902
|
-
<lines>
|
|
6903
|
-
<line number="10" hits="0"/>
|
|
6904
|
-
</lines>
|
|
6905
|
-
</method>
|
|
6906
|
-
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
6907
|
-
<lines>
|
|
6908
|
-
<line number="11" hits="0"/>
|
|
6909
|
-
</lines>
|
|
6910
|
-
</method>
|
|
6911
|
-
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
6912
|
-
<lines>
|
|
6913
|
-
<line number="17" hits="0"/>
|
|
6914
|
-
</lines>
|
|
6915
|
-
</method>
|
|
6916
|
-
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
6917
|
-
<lines>
|
|
6918
|
-
<line number="29" hits="0"/>
|
|
6919
|
-
</lines>
|
|
6920
|
-
</method>
|
|
6921
|
-
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
6922
|
-
<lines>
|
|
6923
|
-
<line number="32" hits="0"/>
|
|
6924
|
-
</lines>
|
|
6925
|
-
</method>
|
|
6926
|
-
</methods>
|
|
6927
|
-
<lines>
|
|
6928
|
-
<line number="3" hits="27" branch="true" condition-coverage="0% (0/2)"/>
|
|
6929
|
-
<line number="5" hits="0" branch="false"/>
|
|
6930
|
-
<line number="8" hits="0" branch="false"/>
|
|
6931
|
-
<line number="10" hits="0" branch="false"/>
|
|
6932
|
-
<line number="12" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
6933
|
-
<line number="13" hits="0" branch="false"/>
|
|
6934
|
-
<line number="15" hits="0" branch="false"/>
|
|
6935
|
-
<line number="17" hits="0" branch="false"/>
|
|
6936
|
-
<line number="22" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
6937
|
-
<line number="23" hits="0" branch="false"/>
|
|
6938
|
-
<line number="25" hits="0" branch="false"/>
|
|
6939
|
-
<line number="28" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6940
|
-
<line number="29" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6941
|
-
<line number="32" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6942
|
-
</lines>
|
|
6943
|
-
</class>
|
|
6944
6852
|
<class name="modConfigEntriesQueryKey.js" filename="src/lib/utils/modConfigEntriesQueryKey.js" line-rate="0.125" branch-rate="0">
|
|
6945
6853
|
<methods>
|
|
6946
6854
|
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
@@ -7447,6 +7355,79 @@
|
|
|
7447
7355
|
</class>
|
|
7448
7356
|
</classes>
|
|
7449
7357
|
</package>
|
|
7358
|
+
<package name="utils.matchString" line-rate="1" branch-rate="1">
|
|
7359
|
+
<classes>
|
|
7360
|
+
<class name="index.js" filename="src/lib/utils/matchString/index.js" line-rate="0" branch-rate="0">
|
|
7361
|
+
<methods>
|
|
7362
|
+
</methods>
|
|
7363
|
+
<lines>
|
|
7364
|
+
</lines>
|
|
7365
|
+
</class>
|
|
7366
|
+
<class name="matchString.js" filename="src/lib/utils/matchString/matchString.js" line-rate="1" branch-rate="1">
|
|
7367
|
+
<methods>
|
|
7368
|
+
<method name="(anonymous_0)" hits="54" signature="()V">
|
|
7369
|
+
<lines>
|
|
7370
|
+
<line number="3" hits="54"/>
|
|
7371
|
+
</lines>
|
|
7372
|
+
</method>
|
|
7373
|
+
<method name="(anonymous_1)" hits="78" signature="()V">
|
|
7374
|
+
<lines>
|
|
7375
|
+
<line number="7" hits="78"/>
|
|
7376
|
+
</lines>
|
|
7377
|
+
</method>
|
|
7378
|
+
<method name="(anonymous_2)" hits="61" signature="()V">
|
|
7379
|
+
<lines>
|
|
7380
|
+
<line number="8" hits="61"/>
|
|
7381
|
+
</lines>
|
|
7382
|
+
</method>
|
|
7383
|
+
<method name="(anonymous_3)" hits="59" signature="()V">
|
|
7384
|
+
<lines>
|
|
7385
|
+
<line number="18" hits="59"/>
|
|
7386
|
+
</lines>
|
|
7387
|
+
</method>
|
|
7388
|
+
<method name="(anonymous_4)" hits="59" signature="()V">
|
|
7389
|
+
<lines>
|
|
7390
|
+
<line number="19" hits="59"/>
|
|
7391
|
+
</lines>
|
|
7392
|
+
</method>
|
|
7393
|
+
<method name="(anonymous_5)" hits="59" signature="()V">
|
|
7394
|
+
<lines>
|
|
7395
|
+
<line number="25" hits="59"/>
|
|
7396
|
+
</lines>
|
|
7397
|
+
</method>
|
|
7398
|
+
<method name="(anonymous_6)" hits="122" signature="()V">
|
|
7399
|
+
<lines>
|
|
7400
|
+
<line number="38" hits="122"/>
|
|
7401
|
+
</lines>
|
|
7402
|
+
</method>
|
|
7403
|
+
<method name="(anonymous_7)" hits="77" signature="()V">
|
|
7404
|
+
<lines>
|
|
7405
|
+
<line number="41" hits="77"/>
|
|
7406
|
+
</lines>
|
|
7407
|
+
</method>
|
|
7408
|
+
</methods>
|
|
7409
|
+
<lines>
|
|
7410
|
+
<line number="3" hits="30" branch="true" condition-coverage="100% (2/2)"/>
|
|
7411
|
+
<line number="5" hits="54" branch="false"/>
|
|
7412
|
+
<line number="7" hits="78" branch="false"/>
|
|
7413
|
+
<line number="8" hits="61" branch="false"/>
|
|
7414
|
+
<line number="14" hits="54" branch="true" condition-coverage="100% (2/2)"/>
|
|
7415
|
+
<line number="15" hits="54" branch="false"/>
|
|
7416
|
+
<line number="18" hits="59" branch="false"/>
|
|
7417
|
+
<line number="20" hits="59" branch="true" condition-coverage="100% (4/4)"/>
|
|
7418
|
+
<line number="21" hits="2" branch="false"/>
|
|
7419
|
+
<line number="23" hits="57" branch="false"/>
|
|
7420
|
+
<line number="25" hits="59" branch="false"/>
|
|
7421
|
+
<line number="31" hits="54" branch="true" condition-coverage="100% (4/4)"/>
|
|
7422
|
+
<line number="32" hits="1" branch="false"/>
|
|
7423
|
+
<line number="34" hits="1" branch="false"/>
|
|
7424
|
+
<line number="37" hits="53" branch="true" condition-coverage="100% (2/2)"/>
|
|
7425
|
+
<line number="38" hits="122" branch="true" condition-coverage="100% (2/2)"/>
|
|
7426
|
+
<line number="41" hits="77" branch="true" condition-coverage="100% (2/2)"/>
|
|
7427
|
+
</lines>
|
|
7428
|
+
</class>
|
|
7429
|
+
</classes>
|
|
7430
|
+
</package>
|
|
7450
7431
|
<package name="utils.refdataQueryKey" line-rate="0.2" branch-rate="0">
|
|
7451
7432
|
<classes>
|
|
7452
7433
|
<class name="index.js" filename="src/lib/utils/refdataQueryKey/index.js" line-rate="0" branch-rate="0">
|
|
@@ -7473,6 +7454,62 @@
|
|
|
7473
7454
|
</class>
|
|
7474
7455
|
</classes>
|
|
7475
7456
|
</package>
|
|
7457
|
+
<package name="utils.stringStyling" line-rate="1" branch-rate="1">
|
|
7458
|
+
<classes>
|
|
7459
|
+
<class name="boldString.js" filename="src/lib/utils/stringStyling/boldString.js" line-rate="1" branch-rate="1">
|
|
7460
|
+
<methods>
|
|
7461
|
+
<method name="(anonymous_0)" hits="11" signature="()V">
|
|
7462
|
+
<lines>
|
|
7463
|
+
<line number="5" hits="11"/>
|
|
7464
|
+
</lines>
|
|
7465
|
+
</method>
|
|
7466
|
+
<method name="(anonymous_1)" hits="30" signature="()V">
|
|
7467
|
+
<lines>
|
|
7468
|
+
<line number="9" hits="30"/>
|
|
7469
|
+
</lines>
|
|
7470
|
+
</method>
|
|
7471
|
+
</methods>
|
|
7472
|
+
<lines>
|
|
7473
|
+
<line number="5" hits="28" branch="true" condition-coverage="100% (2/2)"/>
|
|
7474
|
+
<line number="6" hits="11" branch="false"/>
|
|
7475
|
+
<line number="8" hits="11" branch="false"/>
|
|
7476
|
+
<line number="11" hits="30" branch="false"/>
|
|
7477
|
+
<line number="12" hits="30" branch="true" condition-coverage="100% (2/2)"/>
|
|
7478
|
+
<line number="13" hits="15" branch="false"/>
|
|
7479
|
+
<line number="23" hits="15" branch="false"/>
|
|
7480
|
+
</lines>
|
|
7481
|
+
</class>
|
|
7482
|
+
<class name="highlightString.js" filename="src/lib/utils/stringStyling/highlightString.js" line-rate="1" branch-rate="1">
|
|
7483
|
+
<methods>
|
|
7484
|
+
<method name="(anonymous_0)" hits="18" signature="()V">
|
|
7485
|
+
<lines>
|
|
7486
|
+
<line number="5" hits="18"/>
|
|
7487
|
+
</lines>
|
|
7488
|
+
</method>
|
|
7489
|
+
<method name="(anonymous_1)" hits="46" signature="()V">
|
|
7490
|
+
<lines>
|
|
7491
|
+
<line number="9" hits="46"/>
|
|
7492
|
+
</lines>
|
|
7493
|
+
</method>
|
|
7494
|
+
</methods>
|
|
7495
|
+
<lines>
|
|
7496
|
+
<line number="5" hits="28" branch="true" condition-coverage="100% (2/2)"/>
|
|
7497
|
+
<line number="6" hits="18" branch="false"/>
|
|
7498
|
+
<line number="8" hits="18" branch="false"/>
|
|
7499
|
+
<line number="11" hits="46" branch="false"/>
|
|
7500
|
+
<line number="12" hits="46" branch="true" condition-coverage="100% (2/2)"/>
|
|
7501
|
+
<line number="13" hits="24" branch="false"/>
|
|
7502
|
+
<line number="23" hits="22" branch="false"/>
|
|
7503
|
+
</lines>
|
|
7504
|
+
</class>
|
|
7505
|
+
<class name="index.js" filename="src/lib/utils/stringStyling/index.js" line-rate="0" branch-rate="0">
|
|
7506
|
+
<methods>
|
|
7507
|
+
</methods>
|
|
7508
|
+
<lines>
|
|
7509
|
+
</lines>
|
|
7510
|
+
</class>
|
|
7511
|
+
</classes>
|
|
7512
|
+
</package>
|
|
7476
7513
|
<package name="validators" line-rate="0.46659999999999996" branch-rate="0.2666">
|
|
7477
7514
|
<classes>
|
|
7478
7515
|
<class name="index.js" filename="src/lib/validators/index.js" line-rate="0" branch-rate="0">
|