@k-int/stripes-kint-components 5.31.4 → 5.32.0
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 +7 -0
- package/es/__mocks__/@folio/stripes/components.js +7 -3
- package/es/__mocks__/@folio/stripes/core.js +6 -4
- package/es/__mocks__/@folio/stripes/smart-components.js +6 -4
- package/es/__mocks__/react-query.js +6 -4
- package/es/__mocks__/react-router-dom.js +6 -6
- package/es/lib/ActionList/ActionList.js +33 -26
- package/es/lib/ActionList/ActionListFieldArray.js +119 -103
- package/es/lib/ButtonTypedown/ButtonTypedown.js +72 -17
- package/es/lib/ComboButton/ComboButton.js +47 -42
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +17 -11
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +46 -42
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +58 -58
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +8 -4
- package/es/lib/CustomProperties/Config/CustomPropertyView.js +33 -32
- 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 +35 -29
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +59 -61
- 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 +12 -11
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +33 -22
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +37 -24
- 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 +6 -3
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +8 -4
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +19 -15
- package/es/lib/CustomProperties/Filter/testResources.js +2 -1
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +2 -1
- package/es/lib/CustomProperties/View/CustomPropertiesView.js +1 -1
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +25 -17
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +6 -3
- package/es/lib/CustomProperties/View/CustomPropertyCard.js +11 -7
- package/es/lib/CycleButton/CycleButton.js +17 -9
- package/es/lib/FormModal/FormModal.js +32 -24
- package/es/lib/FormattedKintMessage/FormattedKintMessage.js +30 -23
- package/es/lib/IconSelect/IconSelect.js +32 -22
- package/es/lib/NoResultsMessage/NoResultsMessage.js +5 -4
- package/es/lib/NumberField/NumberField.js +25 -17
- package/es/lib/NumberField/NumberField.test.js +7 -6
- package/es/lib/QueryTypedown/QueryTypedown.js +15 -8
- package/es/lib/RefdataButtons/RefdataButtons.js +9 -6
- package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +60 -48
- package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +6 -5
- package/es/lib/RichSelect/RichSelect.js +36 -31
- package/es/lib/RichSelect/useSelectedOption.js +2 -1
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +94 -91
- package/es/lib/SASQLookupComponent/SASQLookupComponent.test.js +36 -44
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +53 -42
- package/es/lib/SASQLookupComponent/TableBody/TableBody.test.js +23 -19
- package/es/lib/SASQRoute/SASQRoute.js +29 -25
- package/es/lib/SASQRoute/SASQRoute.test.js +13 -11
- package/es/lib/SASQViewComponent/SASQViewComponent.js +76 -68
- package/es/lib/SASQViewComponent/SASQViewComponent.test.js +8 -4
- package/es/lib/SearchField/SearchField.js +13 -7
- package/es/lib/SearchKeyControl/SearchKeyControl.js +13 -8
- package/es/lib/SearchKeyControl/SearchKeyControl.test.js +6 -2
- package/es/lib/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js +46 -30
- package/es/lib/Settings/EditableRefdataList/EditableRefdataList.js +43 -33
- package/es/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js +11 -7
- package/es/lib/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js +20 -13
- package/es/lib/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js +12 -10
- package/es/lib/Settings/EditableSettingsList/SettingField/SettingField.js +15 -10
- package/es/lib/Settings/EditableSettingsList/SettingField/SettingField.test.js +3 -3
- package/es/lib/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js +26 -19
- package/es/lib/Settings/SettingPage/SettingPagePane/SettingPagePane.js +2 -2
- package/es/lib/Settings/Settings/Settings.js +158 -0
- package/es/lib/Settings/Settings/index.js +13 -0
- package/es/lib/Settings/SettingsFormContainer/SettingsFormContainer.js +35 -30
- package/es/lib/Settings/StaticSettingsField/StaticSettingsField.js +8 -5
- package/es/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js +22 -18
- 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 +7 -3
- package/es/lib/Settings/hooks/useAppSettings/useAppSettings.js +11 -7
- package/es/lib/Settings/hooks/useSettingSection/useSettingSection.js +22 -16
- package/es/lib/Settings/hooks/useSettings/useSettings.js +69 -63
- package/es/lib/Tags/Tags.js +8 -5
- package/es/lib/Tags/hooks/useTags.js +1 -1
- package/es/lib/Tags/hooks/useTagsEnabled.js +3 -2
- package/es/lib/Tags/tagsConfig.js +1 -1
- package/es/lib/Typedown/Typedown.js +31 -21
- package/es/lib/hooks/__mocks__/index.js +7 -3
- package/es/lib/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js +26 -20
- package/es/lib/hooks/intlHooks/useKintIntl/useKintIntl.js +34 -24
- package/es/lib/hooks/typedownHooks/useTypedown.js +12 -11
- 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 +10 -6
- package/es/lib/hooks/useHelperApp.js +16 -13
- package/es/lib/hooks/useKiwtFieldArray.js +8 -7
- package/es/lib/hooks/useKiwtSASQuery.js +19 -15
- package/es/lib/hooks/useLocalPageStore.js +10 -7
- package/es/lib/hooks/useModConfigEntries.js +2 -2
- package/es/lib/hooks/useMutateCustomProperties/useMutateCustomProperties.js +17 -10
- package/es/lib/hooks/useMutateGeneric/useMutateGeneric.js +2 -2
- package/es/lib/hooks/useMutateModConfigEntry.js +2 -2
- package/es/lib/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js +21 -15
- package/es/lib/hooks/useMutateRefdataValue/useMutateRefdataValue.js +23 -16
- package/es/lib/hooks/usePrevNextPagination.js +19 -17
- package/es/lib/hooks/useQIndex.js +14 -11
- package/es/lib/hooks/useRefdata.js +3 -3
- package/es/lib/hooks/useStandaloneSASQQueryParameter/useStandaloneSASQQueryParameter.js +13 -9
- package/es/lib/hooks/useTemplates.js +4 -4
- package/es/lib/utils/buildUrl.js +3 -2
- 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 +5 -4
- package/es/lib/utils/filterParsers/parseKiwtQueryString.js +1 -1
- package/es/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js +107 -94
- package/es/lib/utils/groupCustomPropertiesByCtx.js +9 -5
- package/es/lib/utils/matchString.js +7 -5
- package/es/lib/utils/parseErrorResponse.js +7 -3
- package/es/lib/utils/selectorSafe.js +3 -2
- package/es/lib/utils/sortByLabel.js +3 -2
- package/es/lib/validators/validators.js +9 -6
- 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 +215 -23
- package/src/artifacts/coverage-jest/ButtonTypedown/index.html +17 -17
- 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 +1 -1
- 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 +643 -0
- package/src/artifacts/coverage-jest/Settings/Settings/index.html +131 -0
- package/src/artifacts/coverage-jest/Settings/Settings/index.js.html +88 -0
- 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 +12 -12
- package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettings/useSettings.js.html +32 -14
- package/src/artifacts/coverage-jest/Settings/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/index.js.html +1 -1
- 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 +13 -4
- package/src/artifacts/coverage-jest/Typedown/index.html +3 -3
- package/src/artifacts/coverage-jest/Typedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/cobertura-coverage.xml +433 -268
- 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 +40 -25
- 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/highlightString.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/index.html +1 -1
- package/src/artifacts/coverage-jest/utils/index.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/matchString.js.html +1 -1
- 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/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/ButtonTypedown/ButtonTypedown.js +77 -13
- package/src/lib/Settings/Settings/Settings.js +186 -0
- package/src/lib/Settings/Settings/index.js +1 -0
- package/src/lib/Settings/hooks/useSettings/useSettings.js +13 -7
- package/src/lib/Typedown/Typedown.js +4 -1
- package/styles/TypeDown.css +2 -2
|
@@ -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="2415" lines-covered="991" line-rate="0.4103" branches-valid="1772" branches-covered="518" branch-rate="0.2923" timestamp="1771336337855" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/builds/knowledge-integration/folio/stripes-kint-components</source>
|
|
6
6
|
</sources>
|
|
@@ -336,38 +336,72 @@
|
|
|
336
336
|
</class>
|
|
337
337
|
</classes>
|
|
338
338
|
</package>
|
|
339
|
-
<package name="ButtonTypedown" line-rate="0.
|
|
339
|
+
<package name="ButtonTypedown" line-rate="0.1" branch-rate="0">
|
|
340
340
|
<classes>
|
|
341
|
-
<class name="ButtonTypedown.js" filename="src/lib/ButtonTypedown/ButtonTypedown.js" line-rate="0.
|
|
341
|
+
<class name="ButtonTypedown.js" filename="src/lib/ButtonTypedown/ButtonTypedown.js" line-rate="0.1" branch-rate="0">
|
|
342
342
|
<methods>
|
|
343
343
|
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
344
344
|
<lines>
|
|
345
|
-
<line number="
|
|
345
|
+
<line number="9" hits="0"/>
|
|
346
346
|
</lines>
|
|
347
347
|
</method>
|
|
348
348
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
349
349
|
<lines>
|
|
350
|
-
<line number="
|
|
350
|
+
<line number="19" hits="0"/>
|
|
351
351
|
</lines>
|
|
352
352
|
</method>
|
|
353
353
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
354
354
|
<lines>
|
|
355
|
-
<line number="
|
|
355
|
+
<line number="38" hits="0"/>
|
|
356
356
|
</lines>
|
|
357
357
|
</method>
|
|
358
358
|
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
359
359
|
<lines>
|
|
360
|
-
<line number="
|
|
360
|
+
<line number="39" hits="0"/>
|
|
361
|
+
</lines>
|
|
362
|
+
</method>
|
|
363
|
+
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
364
|
+
<lines>
|
|
365
|
+
<line number="48" hits="0"/>
|
|
366
|
+
</lines>
|
|
367
|
+
</method>
|
|
368
|
+
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
369
|
+
<lines>
|
|
370
|
+
<line number="54" hits="0"/>
|
|
371
|
+
</lines>
|
|
372
|
+
</method>
|
|
373
|
+
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
374
|
+
<lines>
|
|
375
|
+
<line number="91" hits="0"/>
|
|
376
|
+
</lines>
|
|
377
|
+
</method>
|
|
378
|
+
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
379
|
+
<lines>
|
|
380
|
+
<line number="93" hits="0"/>
|
|
361
381
|
</lines>
|
|
362
382
|
</method>
|
|
363
383
|
</methods>
|
|
364
384
|
<lines>
|
|
365
|
-
<line number="
|
|
366
|
-
<line number="
|
|
367
|
-
<line number="
|
|
368
|
-
<line number="
|
|
369
|
-
<line number="
|
|
370
|
-
<line number="
|
|
385
|
+
<line number="9" hits="27" branch="false"/>
|
|
386
|
+
<line number="19" hits="0" branch="false"/>
|
|
387
|
+
<line number="20" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
388
|
+
<line number="21" hits="0" branch="false"/>
|
|
389
|
+
<line number="24" hits="0" branch="false"/>
|
|
390
|
+
<line number="27" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
391
|
+
<line number="36" hits="0" branch="false"/>
|
|
392
|
+
<line number="38" hits="0" branch="false"/>
|
|
393
|
+
<line number="40" hits="0" branch="false"/>
|
|
394
|
+
<line number="54" hits="0" branch="false"/>
|
|
395
|
+
<line number="58" hits="0" branch="false"/>
|
|
396
|
+
<line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
397
|
+
<line number="73" hits="0" branch="false"/>
|
|
398
|
+
<line number="78" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
399
|
+
<line number="85" hits="0" branch="false"/>
|
|
400
|
+
<line number="92" hits="0" branch="false"/>
|
|
401
|
+
<line number="95" hits="0" branch="false"/>
|
|
402
|
+
<line number="96" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
403
|
+
<line number="97" hits="0" branch="false"/>
|
|
404
|
+
<line number="113" hits="27" branch="false"/>
|
|
371
405
|
</lines>
|
|
372
406
|
</class>
|
|
373
407
|
<class name="index.js" filename="src/lib/ButtonTypedown/index.js" line-rate="0" branch-rate="0">
|
|
@@ -2729,9 +2763,9 @@
|
|
|
2729
2763
|
<classes>
|
|
2730
2764
|
<class name="SASQLookupComponent.js" filename="src/lib/SASQLookupComponent/SASQLookupComponent.js" line-rate="0.9826999999999999" branch-rate="0.8823000000000001">
|
|
2731
2765
|
<methods>
|
|
2732
|
-
<method name="(anonymous_0)" hits="
|
|
2766
|
+
<method name="(anonymous_0)" hits="892" signature="()V">
|
|
2733
2767
|
<lines>
|
|
2734
|
-
<line number="41" hits="
|
|
2768
|
+
<line number="41" hits="892"/>
|
|
2735
2769
|
</lines>
|
|
2736
2770
|
</method>
|
|
2737
2771
|
<method name="(anonymous_1)" hits="976" signature="()V">
|
|
@@ -2744,9 +2778,9 @@
|
|
|
2744
2778
|
<line number="46" hits="976"/>
|
|
2745
2779
|
</lines>
|
|
2746
2780
|
</method>
|
|
2747
|
-
<method name="(anonymous_3)" hits="
|
|
2781
|
+
<method name="(anonymous_3)" hits="813" signature="()V">
|
|
2748
2782
|
<lines>
|
|
2749
|
-
<line number="53" hits="
|
|
2783
|
+
<line number="53" hits="813"/>
|
|
2750
2784
|
</lines>
|
|
2751
2785
|
</method>
|
|
2752
2786
|
<method name="(anonymous_4)" hits="204" signature="()V">
|
|
@@ -2754,9 +2788,9 @@
|
|
|
2754
2788
|
<line number="69" hits="204"/>
|
|
2755
2789
|
</lines>
|
|
2756
2790
|
</method>
|
|
2757
|
-
<method name="(anonymous_5)" hits="
|
|
2791
|
+
<method name="(anonymous_5)" hits="811" signature="()V">
|
|
2758
2792
|
<lines>
|
|
2759
|
-
<line number="70" hits="
|
|
2793
|
+
<line number="70" hits="811"/>
|
|
2760
2794
|
</lines>
|
|
2761
2795
|
</method>
|
|
2762
2796
|
<method name="(anonymous_6)" hits="395" signature="()V">
|
|
@@ -2764,14 +2798,14 @@
|
|
|
2764
2798
|
<line number="112" hits="395"/>
|
|
2765
2799
|
</lines>
|
|
2766
2800
|
</method>
|
|
2767
|
-
<method name="(anonymous_7)" hits="
|
|
2801
|
+
<method name="(anonymous_7)" hits="892" signature="()V">
|
|
2768
2802
|
<lines>
|
|
2769
|
-
<line number="116" hits="
|
|
2803
|
+
<line number="116" hits="892"/>
|
|
2770
2804
|
</lines>
|
|
2771
2805
|
</method>
|
|
2772
|
-
<method name="(anonymous_8)" hits="
|
|
2806
|
+
<method name="(anonymous_8)" hits="892" signature="()V">
|
|
2773
2807
|
<lines>
|
|
2774
|
-
<line number="120" hits="
|
|
2808
|
+
<line number="120" hits="892"/>
|
|
2775
2809
|
</lines>
|
|
2776
2810
|
</method>
|
|
2777
2811
|
<method name="(anonymous_9)" hits="571" signature="()V">
|
|
@@ -2789,9 +2823,9 @@
|
|
|
2789
2823
|
<line number="164" hits="204"/>
|
|
2790
2824
|
</lines>
|
|
2791
2825
|
</method>
|
|
2792
|
-
<method name="(anonymous_12)" hits="
|
|
2826
|
+
<method name="(anonymous_12)" hits="892" signature="()V">
|
|
2793
2827
|
<lines>
|
|
2794
|
-
<line number="177" hits="
|
|
2828
|
+
<line number="177" hits="892"/>
|
|
2795
2829
|
</lines>
|
|
2796
2830
|
</method>
|
|
2797
2831
|
<method name="(anonymous_13)" hits="352" signature="()V">
|
|
@@ -2824,42 +2858,42 @@
|
|
|
2824
2858
|
<line number="41" hits="26" branch="false"/>
|
|
2825
2859
|
<line number="45" hits="976" branch="true" condition-coverage="100% (1/1)"/>
|
|
2826
2860
|
<line number="46" hits="976" branch="true" condition-coverage="100% (1/1)"/>
|
|
2827
|
-
<line number="59" hits="
|
|
2828
|
-
<line number="60" hits="
|
|
2829
|
-
<line number="61" hits="
|
|
2830
|
-
<line number="63" hits="
|
|
2831
|
-
<line number="64" hits="
|
|
2832
|
-
<line number="65" hits="
|
|
2833
|
-
<line number="67" hits="
|
|
2861
|
+
<line number="59" hits="813" branch="false"/>
|
|
2862
|
+
<line number="60" hits="813" branch="true" condition-coverage="50% (1/2)"/>
|
|
2863
|
+
<line number="61" hits="813" branch="false"/>
|
|
2864
|
+
<line number="63" hits="813" branch="false"/>
|
|
2865
|
+
<line number="64" hits="813" branch="false"/>
|
|
2866
|
+
<line number="65" hits="813" branch="false"/>
|
|
2867
|
+
<line number="67" hits="813" branch="false"/>
|
|
2834
2868
|
<line number="69" hits="204" branch="true" condition-coverage="100% (1/1)"/>
|
|
2835
|
-
<line number="70" hits="
|
|
2836
|
-
<line number="83" hits="
|
|
2837
|
-
<line number="85" hits="
|
|
2838
|
-
<line number="86" hits="
|
|
2839
|
-
<line number="94" hits="
|
|
2840
|
-
<line number="99" hits="
|
|
2841
|
-
<line number="109" hits="
|
|
2842
|
-
<line number="111" hits="
|
|
2869
|
+
<line number="70" hits="811" branch="true" condition-coverage="100% (1/1)"/>
|
|
2870
|
+
<line number="83" hits="892" branch="false"/>
|
|
2871
|
+
<line number="85" hits="892" branch="false"/>
|
|
2872
|
+
<line number="86" hits="892" branch="false"/>
|
|
2873
|
+
<line number="94" hits="892" branch="true" condition-coverage="100% (2/2)"/>
|
|
2874
|
+
<line number="99" hits="892" branch="false"/>
|
|
2875
|
+
<line number="109" hits="892" branch="false"/>
|
|
2876
|
+
<line number="111" hits="892" branch="false"/>
|
|
2843
2877
|
<line number="112" hits="395" branch="true" condition-coverage="100% (2/2)"/>
|
|
2844
|
-
<line number="115" hits="
|
|
2845
|
-
<line number="116" hits="
|
|
2846
|
-
<line number="119" hits="
|
|
2847
|
-
<line number="120" hits="
|
|
2848
|
-
<line number="124" hits="
|
|
2849
|
-
<line number="125" hits="
|
|
2850
|
-
<line number="127" hits="
|
|
2851
|
-
<line number="129" hits="
|
|
2878
|
+
<line number="115" hits="892" branch="false"/>
|
|
2879
|
+
<line number="116" hits="892" branch="true" condition-coverage="100% (2/2)"/>
|
|
2880
|
+
<line number="119" hits="892" branch="false"/>
|
|
2881
|
+
<line number="120" hits="892" branch="true" condition-coverage="100% (2/2)"/>
|
|
2882
|
+
<line number="124" hits="892" branch="false"/>
|
|
2883
|
+
<line number="125" hits="892" branch="false"/>
|
|
2884
|
+
<line number="127" hits="892" branch="false"/>
|
|
2885
|
+
<line number="129" hits="892" branch="false"/>
|
|
2852
2886
|
<line number="130" hits="571" branch="false"/>
|
|
2853
|
-
<line number="149" hits="
|
|
2854
|
-
<line number="153" hits="
|
|
2855
|
-
<line number="155" hits="
|
|
2887
|
+
<line number="149" hits="892" branch="false"/>
|
|
2888
|
+
<line number="153" hits="892" branch="false"/>
|
|
2889
|
+
<line number="155" hits="892" branch="true" condition-coverage="0% (0/1)"/>
|
|
2856
2890
|
<line number="165" hits="204" branch="false"/>
|
|
2857
|
-
<line number="178" hits="
|
|
2858
|
-
<line number="183" hits="
|
|
2891
|
+
<line number="178" hits="892" branch="false"/>
|
|
2892
|
+
<line number="183" hits="892" branch="false"/>
|
|
2859
2893
|
<line number="184" hits="352" branch="true" condition-coverage="100% (2/2)"/>
|
|
2860
2894
|
<line number="185" hits="176" branch="false"/>
|
|
2861
|
-
<line number="189" hits="
|
|
2862
|
-
<line number="197" hits="
|
|
2895
|
+
<line number="189" hits="892" branch="false"/>
|
|
2896
|
+
<line number="197" hits="892" branch="false"/>
|
|
2863
2897
|
<line number="216" hits="1130" branch="false"/>
|
|
2864
2898
|
<line number="218" hits="1130" branch="false"/>
|
|
2865
2899
|
<line number="219" hits="1130" branch="true" condition-coverage="100% (2/2)"/>
|
|
@@ -4082,6 +4116,131 @@
|
|
|
4082
4116
|
</class>
|
|
4083
4117
|
</classes>
|
|
4084
4118
|
</package>
|
|
4119
|
+
<package name="Settings.Settings" line-rate="0.0512" branch-rate="0">
|
|
4120
|
+
<classes>
|
|
4121
|
+
<class name="Settings.js" filename="src/lib/Settings/Settings/Settings.js" line-rate="0.0512" branch-rate="0">
|
|
4122
|
+
<methods>
|
|
4123
|
+
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
4124
|
+
<lines>
|
|
4125
|
+
<line number="18" hits="0"/>
|
|
4126
|
+
</lines>
|
|
4127
|
+
</method>
|
|
4128
|
+
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
4129
|
+
<lines>
|
|
4130
|
+
<line number="34" hits="0"/>
|
|
4131
|
+
</lines>
|
|
4132
|
+
</method>
|
|
4133
|
+
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
4134
|
+
<lines>
|
|
4135
|
+
<line number="42" hits="0"/>
|
|
4136
|
+
</lines>
|
|
4137
|
+
</method>
|
|
4138
|
+
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
4139
|
+
<lines>
|
|
4140
|
+
<line number="43" hits="0"/>
|
|
4141
|
+
</lines>
|
|
4142
|
+
</method>
|
|
4143
|
+
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
4144
|
+
<lines>
|
|
4145
|
+
<line number="45" hits="0"/>
|
|
4146
|
+
</lines>
|
|
4147
|
+
</method>
|
|
4148
|
+
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
4149
|
+
<lines>
|
|
4150
|
+
<line number="46" hits="0"/>
|
|
4151
|
+
</lines>
|
|
4152
|
+
</method>
|
|
4153
|
+
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
4154
|
+
<lines>
|
|
4155
|
+
<line number="53" hits="0"/>
|
|
4156
|
+
</lines>
|
|
4157
|
+
</method>
|
|
4158
|
+
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
4159
|
+
<lines>
|
|
4160
|
+
<line number="58" hits="0"/>
|
|
4161
|
+
</lines>
|
|
4162
|
+
</method>
|
|
4163
|
+
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
4164
|
+
<lines>
|
|
4165
|
+
<line number="61" hits="0"/>
|
|
4166
|
+
</lines>
|
|
4167
|
+
</method>
|
|
4168
|
+
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
4169
|
+
<lines>
|
|
4170
|
+
<line number="89" hits="0"/>
|
|
4171
|
+
</lines>
|
|
4172
|
+
</method>
|
|
4173
|
+
<method name="(anonymous_10)" hits="0" signature="()V">
|
|
4174
|
+
<lines>
|
|
4175
|
+
<line number="101" hits="0"/>
|
|
4176
|
+
</lines>
|
|
4177
|
+
</method>
|
|
4178
|
+
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
4179
|
+
<lines>
|
|
4180
|
+
<line number="101" hits="0"/>
|
|
4181
|
+
</lines>
|
|
4182
|
+
</method>
|
|
4183
|
+
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
4184
|
+
<lines>
|
|
4185
|
+
<line number="106" hits="0"/>
|
|
4186
|
+
</lines>
|
|
4187
|
+
</method>
|
|
4188
|
+
<method name="(anonymous_13)" hits="0" signature="()V">
|
|
4189
|
+
<lines>
|
|
4190
|
+
<line number="120" hits="0"/>
|
|
4191
|
+
</lines>
|
|
4192
|
+
</method>
|
|
4193
|
+
</methods>
|
|
4194
|
+
<lines>
|
|
4195
|
+
<line number="18" hits="27" branch="false"/>
|
|
4196
|
+
<line number="30" hits="0" branch="false"/>
|
|
4197
|
+
<line number="31" hits="0" branch="false"/>
|
|
4198
|
+
<line number="32" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4199
|
+
<line number="34" hits="0" branch="false"/>
|
|
4200
|
+
<line number="35" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4201
|
+
<line number="36" hits="0" branch="false"/>
|
|
4202
|
+
<line number="39" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4203
|
+
<line number="42" hits="0" branch="false"/>
|
|
4204
|
+
<line number="43" hits="0" branch="false"/>
|
|
4205
|
+
<line number="44" hits="0" branch="false"/>
|
|
4206
|
+
<line number="45" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4207
|
+
<line number="46" hits="0" branch="false"/>
|
|
4208
|
+
<line number="53" hits="0" branch="false"/>
|
|
4209
|
+
<line number="54" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4210
|
+
<line number="58" hits="0" branch="false"/>
|
|
4211
|
+
<line number="59" hits="0" branch="false"/>
|
|
4212
|
+
<line number="61" hits="0" branch="false"/>
|
|
4213
|
+
<line number="62" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4214
|
+
<line number="63" hits="0" branch="false"/>
|
|
4215
|
+
<line number="64" hits="0" branch="false"/>
|
|
4216
|
+
<line number="65" hits="0" branch="false"/>
|
|
4217
|
+
<line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4218
|
+
<line number="74" hits="0" branch="false"/>
|
|
4219
|
+
<line number="75" hits="0" branch="false"/>
|
|
4220
|
+
<line number="76" hits="0" branch="false"/>
|
|
4221
|
+
<line number="78" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
4222
|
+
<line number="80" hits="0" branch="false"/>
|
|
4223
|
+
<line number="89" hits="0" branch="false"/>
|
|
4224
|
+
<line number="91" hits="0" branch="false"/>
|
|
4225
|
+
<line number="101" hits="0" branch="false"/>
|
|
4226
|
+
<line number="102" hits="0" branch="false"/>
|
|
4227
|
+
<line number="103" hits="0" branch="false"/>
|
|
4228
|
+
<line number="106" hits="0" branch="false"/>
|
|
4229
|
+
<line number="110" hits="0" branch="false"/>
|
|
4230
|
+
<line number="125" hits="0" branch="false"/>
|
|
4231
|
+
<line number="126" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
4232
|
+
<line number="128" hits="0" branch="false"/>
|
|
4233
|
+
<line number="147" hits="27" branch="false"/>
|
|
4234
|
+
</lines>
|
|
4235
|
+
</class>
|
|
4236
|
+
<class name="index.js" filename="src/lib/Settings/Settings/index.js" line-rate="0" branch-rate="0">
|
|
4237
|
+
<methods>
|
|
4238
|
+
</methods>
|
|
4239
|
+
<lines>
|
|
4240
|
+
</lines>
|
|
4241
|
+
</class>
|
|
4242
|
+
</classes>
|
|
4243
|
+
</package>
|
|
4085
4244
|
<package name="Settings.SettingsFormContainer" line-rate="0.1176" branch-rate="0">
|
|
4086
4245
|
<classes>
|
|
4087
4246
|
<class name="SettingsFormContainer.js" filename="src/lib/Settings/SettingsFormContainer/SettingsFormContainer.js" line-rate="0.1176" branch-rate="0">
|
|
@@ -4557,7 +4716,7 @@
|
|
|
4557
4716
|
</class>
|
|
4558
4717
|
</classes>
|
|
4559
4718
|
</package>
|
|
4560
|
-
<package name="Settings.hooks.useSettings" line-rate="0.
|
|
4719
|
+
<package name="Settings.hooks.useSettings" line-rate="0.014199999999999999" branch-rate="0">
|
|
4561
4720
|
<classes>
|
|
4562
4721
|
<class name="index.js" filename="src/lib/Settings/hooks/useSettings/index.js" line-rate="0" branch-rate="0">
|
|
4563
4722
|
<methods>
|
|
@@ -4565,194 +4724,200 @@
|
|
|
4565
4724
|
<lines>
|
|
4566
4725
|
</lines>
|
|
4567
4726
|
</class>
|
|
4568
|
-
<class name="useSettings.js" filename="src/lib/Settings/hooks/useSettings/useSettings.js" line-rate="0.
|
|
4727
|
+
<class name="useSettings.js" filename="src/lib/Settings/hooks/useSettings/useSettings.js" line-rate="0.014199999999999999" branch-rate="0">
|
|
4569
4728
|
<methods>
|
|
4570
4729
|
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
4571
4730
|
<lines>
|
|
4572
|
-
<line number="
|
|
4731
|
+
<line number="19" hits="0"/>
|
|
4573
4732
|
</lines>
|
|
4574
4733
|
</method>
|
|
4575
4734
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
4576
4735
|
<lines>
|
|
4577
|
-
<line number="
|
|
4736
|
+
<line number="46" hits="0"/>
|
|
4578
4737
|
</lines>
|
|
4579
4738
|
</method>
|
|
4580
4739
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
4581
4740
|
<lines>
|
|
4582
|
-
<line number="
|
|
4741
|
+
<line number="48" hits="0"/>
|
|
4583
4742
|
</lines>
|
|
4584
4743
|
</method>
|
|
4585
4744
|
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
4586
4745
|
<lines>
|
|
4587
|
-
<line number="
|
|
4746
|
+
<line number="51" hits="0"/>
|
|
4588
4747
|
</lines>
|
|
4589
4748
|
</method>
|
|
4590
4749
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
4591
4750
|
<lines>
|
|
4592
|
-
<line number="
|
|
4751
|
+
<line number="61" hits="0"/>
|
|
4593
4752
|
</lines>
|
|
4594
4753
|
</method>
|
|
4595
4754
|
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
4596
4755
|
<lines>
|
|
4597
|
-
<line number="
|
|
4756
|
+
<line number="67" hits="0"/>
|
|
4598
4757
|
</lines>
|
|
4599
4758
|
</method>
|
|
4600
4759
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
4601
4760
|
<lines>
|
|
4602
|
-
<line number="
|
|
4761
|
+
<line number="87" hits="0"/>
|
|
4603
4762
|
</lines>
|
|
4604
4763
|
</method>
|
|
4605
4764
|
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
4606
4765
|
<lines>
|
|
4607
|
-
<line number="
|
|
4766
|
+
<line number="87" hits="0"/>
|
|
4608
4767
|
</lines>
|
|
4609
4768
|
</method>
|
|
4610
4769
|
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
4611
4770
|
<lines>
|
|
4612
|
-
<line number="
|
|
4771
|
+
<line number="104" hits="0"/>
|
|
4613
4772
|
</lines>
|
|
4614
4773
|
</method>
|
|
4615
4774
|
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
4616
4775
|
<lines>
|
|
4617
|
-
<line number="
|
|
4776
|
+
<line number="105" hits="0"/>
|
|
4618
4777
|
</lines>
|
|
4619
4778
|
</method>
|
|
4620
4779
|
<method name="(anonymous_10)" hits="0" signature="()V">
|
|
4621
4780
|
<lines>
|
|
4622
|
-
<line number="
|
|
4781
|
+
<line number="106" hits="0"/>
|
|
4623
4782
|
</lines>
|
|
4624
4783
|
</method>
|
|
4625
4784
|
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
4626
4785
|
<lines>
|
|
4627
|
-
<line number="
|
|
4786
|
+
<line number="117" hits="0"/>
|
|
4628
4787
|
</lines>
|
|
4629
4788
|
</method>
|
|
4630
4789
|
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
4631
4790
|
<lines>
|
|
4632
|
-
<line number="
|
|
4791
|
+
<line number="144" hits="0"/>
|
|
4633
4792
|
</lines>
|
|
4634
4793
|
</method>
|
|
4635
4794
|
<method name="(anonymous_13)" hits="0" signature="()V">
|
|
4636
4795
|
<lines>
|
|
4637
|
-
<line number="
|
|
4796
|
+
<line number="148" hits="0"/>
|
|
4638
4797
|
</lines>
|
|
4639
4798
|
</method>
|
|
4640
4799
|
<method name="(anonymous_14)" hits="0" signature="()V">
|
|
4641
4800
|
<lines>
|
|
4642
|
-
<line number="
|
|
4801
|
+
<line number="155" hits="0"/>
|
|
4643
4802
|
</lines>
|
|
4644
4803
|
</method>
|
|
4645
4804
|
<method name="(anonymous_15)" hits="0" signature="()V">
|
|
4646
4805
|
<lines>
|
|
4647
|
-
<line number="
|
|
4806
|
+
<line number="156" hits="0"/>
|
|
4648
4807
|
</lines>
|
|
4649
4808
|
</method>
|
|
4650
4809
|
<method name="(anonymous_16)" hits="0" signature="()V">
|
|
4651
4810
|
<lines>
|
|
4652
|
-
<line number="
|
|
4811
|
+
<line number="157" hits="0"/>
|
|
4653
4812
|
</lines>
|
|
4654
4813
|
</method>
|
|
4655
4814
|
<method name="(anonymous_17)" hits="0" signature="()V">
|
|
4656
4815
|
<lines>
|
|
4657
|
-
<line number="
|
|
4816
|
+
<line number="160" hits="0"/>
|
|
4658
4817
|
</lines>
|
|
4659
4818
|
</method>
|
|
4660
4819
|
<method name="(anonymous_18)" hits="0" signature="()V">
|
|
4661
4820
|
<lines>
|
|
4662
|
-
<line number="
|
|
4821
|
+
<line number="187" hits="0"/>
|
|
4663
4822
|
</lines>
|
|
4664
4823
|
</method>
|
|
4665
4824
|
<method name="(anonymous_19)" hits="0" signature="()V">
|
|
4666
4825
|
<lines>
|
|
4667
|
-
<line number="
|
|
4826
|
+
<line number="190" hits="0"/>
|
|
4668
4827
|
</lines>
|
|
4669
4828
|
</method>
|
|
4670
4829
|
<method name="(anonymous_20)" hits="0" signature="()V">
|
|
4671
4830
|
<lines>
|
|
4672
|
-
<line number="
|
|
4831
|
+
<line number="210" hits="0"/>
|
|
4673
4832
|
</lines>
|
|
4674
4833
|
</method>
|
|
4675
4834
|
<method name="(anonymous_21)" hits="0" signature="()V">
|
|
4676
4835
|
<lines>
|
|
4677
|
-
<line number="
|
|
4836
|
+
<line number="219" hits="0"/>
|
|
4678
4837
|
</lines>
|
|
4679
4838
|
</method>
|
|
4680
4839
|
<method name="(anonymous_22)" hits="0" signature="()V">
|
|
4681
4840
|
<lines>
|
|
4682
|
-
<line number="
|
|
4841
|
+
<line number="226" hits="0"/>
|
|
4842
|
+
</lines>
|
|
4843
|
+
</method>
|
|
4844
|
+
<method name="(anonymous_23)" hits="0" signature="()V">
|
|
4845
|
+
<lines>
|
|
4846
|
+
<line number="246" hits="0"/>
|
|
4683
4847
|
</lines>
|
|
4684
4848
|
</method>
|
|
4685
4849
|
</methods>
|
|
4686
4850
|
<lines>
|
|
4687
|
-
<line number="
|
|
4688
|
-
<line number="35" hits="0" branch="false"/>
|
|
4689
|
-
<line number="37" hits="0" branch="false"/>
|
|
4851
|
+
<line number="19" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
4690
4852
|
<line number="38" hits="0" branch="false"/>
|
|
4691
|
-
<line number="
|
|
4692
|
-
<line number="
|
|
4693
|
-
<line number="
|
|
4694
|
-
<line number="
|
|
4695
|
-
<line number="46" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4853
|
+
<line number="40" hits="0" branch="false"/>
|
|
4854
|
+
<line number="41" hits="0" branch="false"/>
|
|
4855
|
+
<line number="42" hits="0" branch="false"/>
|
|
4856
|
+
<line number="46" hits="0" branch="false"/>
|
|
4696
4857
|
<line number="47" hits="0" branch="false"/>
|
|
4697
4858
|
<line number="48" hits="0" branch="false"/>
|
|
4698
|
-
<line number="
|
|
4699
|
-
<line number="
|
|
4700
|
-
<line number="
|
|
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)"/>
|
|
4701
4863
|
<line number="60" hits="0" branch="false"/>
|
|
4702
|
-
<line number="
|
|
4703
|
-
<line number="
|
|
4704
|
-
<line number="
|
|
4864
|
+
<line number="61" hits="0" branch="false"/>
|
|
4865
|
+
<line number="63" hits="0" branch="false"/>
|
|
4866
|
+
<line number="66" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
4705
4867
|
<line number="67" hits="0" branch="false"/>
|
|
4706
|
-
<line number="
|
|
4707
|
-
<line number="
|
|
4708
|
-
<line number="
|
|
4709
|
-
<line number="
|
|
4710
|
-
<line number="
|
|
4711
|
-
<line number="
|
|
4712
|
-
<line number="
|
|
4868
|
+
<line number="68" hits="0" branch="false"/>
|
|
4869
|
+
<line number="70" hits="0" branch="false"/>
|
|
4870
|
+
<line number="77" hits="0" branch="false"/>
|
|
4871
|
+
<line number="78" hits="0" branch="false"/>
|
|
4872
|
+
<line number="84" hits="0" branch="false"/>
|
|
4873
|
+
<line number="87" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4874
|
+
<line number="88" hits="0" branch="false"/>
|
|
4875
|
+
<line number="89" hits="0" branch="true" condition-coverage="0% (0/6)"/>
|
|
4713
4876
|
<line number="90" hits="0" branch="false"/>
|
|
4714
|
-
<line number="
|
|
4715
|
-
<line number="
|
|
4716
|
-
<line number="101" hits="0" branch="false"/>
|
|
4877
|
+
<line number="93" hits="0" branch="false"/>
|
|
4878
|
+
<line number="100" hits="0" branch="false"/>
|
|
4717
4879
|
<line number="102" hits="0" branch="false"/>
|
|
4718
|
-
<line number="
|
|
4719
|
-
<line number="
|
|
4720
|
-
<line number="
|
|
4721
|
-
<line number="
|
|
4722
|
-
<line number="
|
|
4723
|
-
<line number="
|
|
4724
|
-
<line number="
|
|
4725
|
-
<line number="
|
|
4726
|
-
<line number="
|
|
4727
|
-
<line number="
|
|
4880
|
+
<line number="104" hits="0" branch="false"/>
|
|
4881
|
+
<line number="105" hits="0" branch="false"/>
|
|
4882
|
+
<line number="106" hits="0" branch="false"/>
|
|
4883
|
+
<line number="107" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4884
|
+
<line number="108" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4885
|
+
<line number="109" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4886
|
+
<line number="110" hits="0" branch="false"/>
|
|
4887
|
+
<line number="118" hits="0" branch="false"/>
|
|
4888
|
+
<line number="138" hits="0" branch="false"/>
|
|
4889
|
+
<line number="144" hits="0" branch="false"/>
|
|
4890
|
+
<line number="146" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4728
4891
|
<line number="148" hits="0" branch="false"/>
|
|
4729
|
-
<line number="
|
|
4730
|
-
<line number="153" hits="0" branch="false"/>
|
|
4731
|
-
<line number="154" hits="0" branch="false"/>
|
|
4892
|
+
<line number="151" hits="0" branch="false"/>
|
|
4732
4893
|
<line number="155" hits="0" branch="false"/>
|
|
4733
4894
|
<line number="156" hits="0" branch="false"/>
|
|
4734
|
-
<line number="
|
|
4735
|
-
<line number="
|
|
4736
|
-
<line number="
|
|
4737
|
-
<line number="
|
|
4738
|
-
<line number="
|
|
4739
|
-
<line number="
|
|
4895
|
+
<line number="157" hits="0" branch="false"/>
|
|
4896
|
+
<line number="158" hits="0" branch="false"/>
|
|
4897
|
+
<line number="160" hits="0" branch="false"/>
|
|
4898
|
+
<line number="167" hits="0" branch="false"/>
|
|
4899
|
+
<line number="176" hits="0" branch="false"/>
|
|
4900
|
+
<line number="183" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4901
|
+
<line number="184" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
4740
4902
|
<line number="185" hits="0" branch="false"/>
|
|
4741
|
-
<line number="
|
|
4742
|
-
<line number="
|
|
4743
|
-
<line number="
|
|
4744
|
-
<line number="
|
|
4745
|
-
<line number="206" hits="0" branch="
|
|
4746
|
-
<line number="207" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4903
|
+
<line number="187" hits="0" branch="true" condition-coverage="0% (0/5)"/>
|
|
4904
|
+
<line number="188" hits="0" branch="false"/>
|
|
4905
|
+
<line number="191" hits="0" branch="false"/>
|
|
4906
|
+
<line number="198" hits="0" branch="false"/>
|
|
4907
|
+
<line number="206" hits="0" branch="false"/>
|
|
4747
4908
|
<line number="210" hits="0" branch="false"/>
|
|
4748
|
-
<line number="
|
|
4749
|
-
<line number="
|
|
4750
|
-
<line number="
|
|
4751
|
-
<line number="
|
|
4752
|
-
<line number="
|
|
4909
|
+
<line number="211" hits="0" branch="false"/>
|
|
4910
|
+
<line number="212" hits="0" branch="true" condition-coverage="0% (0/5)"/>
|
|
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)"/>
|
|
4753
4915
|
<line number="221" hits="0" branch="false"/>
|
|
4754
|
-
<line number="
|
|
4755
|
-
<line number="
|
|
4916
|
+
<line number="223" hits="0" branch="false"/>
|
|
4917
|
+
<line number="226" hits="0" branch="false"/>
|
|
4918
|
+
<line number="227" hits="0" branch="false"/>
|
|
4919
|
+
<line number="240" hits="0" branch="false"/>
|
|
4920
|
+
<line number="246" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
4756
4921
|
</lines>
|
|
4757
4922
|
</class>
|
|
4758
4923
|
</classes>
|
|
@@ -4906,132 +5071,132 @@
|
|
|
4906
5071
|
</method>
|
|
4907
5072
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
4908
5073
|
<lines>
|
|
4909
|
-
<line number="
|
|
5074
|
+
<line number="50" hits="0"/>
|
|
4910
5075
|
</lines>
|
|
4911
5076
|
</method>
|
|
4912
5077
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
4913
5078
|
<lines>
|
|
4914
|
-
<line number="
|
|
5079
|
+
<line number="55" hits="0"/>
|
|
4915
5080
|
</lines>
|
|
4916
5081
|
</method>
|
|
4917
5082
|
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
4918
5083
|
<lines>
|
|
4919
|
-
<line number="
|
|
5084
|
+
<line number="60" hits="0"/>
|
|
4920
5085
|
</lines>
|
|
4921
5086
|
</method>
|
|
4922
5087
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
4923
5088
|
<lines>
|
|
4924
|
-
<line number="
|
|
5089
|
+
<line number="62" hits="0"/>
|
|
4925
5090
|
</lines>
|
|
4926
5091
|
</method>
|
|
4927
5092
|
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
4928
5093
|
<lines>
|
|
4929
|
-
<line number="
|
|
5094
|
+
<line number="103" hits="0"/>
|
|
4930
5095
|
</lines>
|
|
4931
5096
|
</method>
|
|
4932
5097
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
4933
5098
|
<lines>
|
|
4934
|
-
<line number="
|
|
5099
|
+
<line number="114" hits="0"/>
|
|
4935
5100
|
</lines>
|
|
4936
5101
|
</method>
|
|
4937
5102
|
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
4938
5103
|
<lines>
|
|
4939
|
-
<line number="
|
|
5104
|
+
<line number="123" hits="0"/>
|
|
4940
5105
|
</lines>
|
|
4941
5106
|
</method>
|
|
4942
5107
|
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
4943
5108
|
<lines>
|
|
4944
|
-
<line number="
|
|
5109
|
+
<line number="156" hits="0"/>
|
|
4945
5110
|
</lines>
|
|
4946
5111
|
</method>
|
|
4947
5112
|
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
4948
5113
|
<lines>
|
|
4949
|
-
<line number="
|
|
5114
|
+
<line number="188" hits="0"/>
|
|
4950
5115
|
</lines>
|
|
4951
5116
|
</method>
|
|
4952
5117
|
<method name="(anonymous_10)" hits="0" signature="()V">
|
|
4953
5118
|
<lines>
|
|
4954
|
-
<line number="
|
|
5119
|
+
<line number="190" hits="0"/>
|
|
4955
5120
|
</lines>
|
|
4956
5121
|
</method>
|
|
4957
5122
|
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
4958
5123
|
<lines>
|
|
4959
|
-
<line number="
|
|
5124
|
+
<line number="206" hits="0"/>
|
|
4960
5125
|
</lines>
|
|
4961
5126
|
</method>
|
|
4962
5127
|
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
4963
5128
|
<lines>
|
|
4964
|
-
<line number="
|
|
5129
|
+
<line number="252" hits="0"/>
|
|
4965
5130
|
</lines>
|
|
4966
5131
|
</method>
|
|
4967
5132
|
<method name="(anonymous_13)" hits="0" signature="()V">
|
|
4968
5133
|
<lines>
|
|
4969
|
-
<line number="
|
|
5134
|
+
<line number="267" hits="0"/>
|
|
4970
5135
|
</lines>
|
|
4971
5136
|
</method>
|
|
4972
5137
|
<method name="(anonymous_14)" hits="0" signature="()V">
|
|
4973
5138
|
<lines>
|
|
4974
|
-
<line number="
|
|
5139
|
+
<line number="273" hits="0"/>
|
|
4975
5140
|
</lines>
|
|
4976
5141
|
</method>
|
|
4977
5142
|
<method name="(anonymous_15)" hits="0" signature="()V">
|
|
4978
5143
|
<lines>
|
|
4979
|
-
<line number="
|
|
5144
|
+
<line number="310" hits="0"/>
|
|
4980
5145
|
</lines>
|
|
4981
5146
|
</method>
|
|
4982
5147
|
</methods>
|
|
4983
5148
|
<lines>
|
|
4984
5149
|
<line number="15" hits="27" branch="false"/>
|
|
4985
|
-
<line number="39" hits="0" branch="false"/>
|
|
4986
5150
|
<line number="40" hits="0" branch="false"/>
|
|
4987
|
-
<line number="
|
|
4988
|
-
<line number="
|
|
5151
|
+
<line number="41" hits="0" branch="false"/>
|
|
5152
|
+
<line number="44" hits="0" branch="false"/>
|
|
4989
5153
|
<line number="47" hits="0" branch="false"/>
|
|
4990
|
-
<line number="
|
|
5154
|
+
<line number="48" hits="0" branch="false"/>
|
|
4991
5155
|
<line number="50" hits="0" branch="false"/>
|
|
4992
|
-
<line number="
|
|
5156
|
+
<line number="51" hits="0" branch="false"/>
|
|
4993
5157
|
<line number="55" hits="0" branch="false"/>
|
|
4994
|
-
<line number="56" hits="0" branch="
|
|
4995
|
-
<line number="57" hits="0" branch="
|
|
4996
|
-
<line number="58" hits="0" branch="
|
|
4997
|
-
<line number="59" hits="0" branch="
|
|
4998
|
-
<line number="60" hits="0" branch="
|
|
4999
|
-
<line number="61" hits="0" branch="
|
|
5000
|
-
<line number="
|
|
5001
|
-
<line number="
|
|
5002
|
-
<line number="
|
|
5003
|
-
<line number="69" hits="0" branch="
|
|
5004
|
-
<line number="
|
|
5005
|
-
<line number="
|
|
5006
|
-
<line number="
|
|
5007
|
-
<line number="103" hits="0" branch="
|
|
5008
|
-
<line number="
|
|
5158
|
+
<line number="56" hits="0" branch="false"/>
|
|
5159
|
+
<line number="57" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5160
|
+
<line number="58" hits="0" branch="false"/>
|
|
5161
|
+
<line number="59" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
5162
|
+
<line number="60" hits="0" branch="false"/>
|
|
5163
|
+
<line number="61" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5164
|
+
<line number="62" hits="0" branch="false"/>
|
|
5165
|
+
<line number="64" hits="0" branch="false"/>
|
|
5166
|
+
<line number="67" hits="0" branch="false"/>
|
|
5167
|
+
<line number="69" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
5168
|
+
<line number="70" hits="0" branch="false"/>
|
|
5169
|
+
<line number="72" hits="0" branch="false"/>
|
|
5170
|
+
<line number="95" hits="0" branch="false"/>
|
|
5171
|
+
<line number="103" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
5172
|
+
<line number="104" hits="0" branch="false"/>
|
|
5009
5173
|
<line number="114" hits="0" branch="false"/>
|
|
5010
5174
|
<line number="115" hits="0" branch="false"/>
|
|
5011
|
-
<line number="
|
|
5012
|
-
<line number="118" hits="0" branch="
|
|
5013
|
-
<line number="
|
|
5175
|
+
<line number="116" hits="0" branch="false"/>
|
|
5176
|
+
<line number="118" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5177
|
+
<line number="119" hits="0" branch="false"/>
|
|
5014
5178
|
<line number="123" hits="0" branch="false"/>
|
|
5015
5179
|
<line number="124" hits="0" branch="false"/>
|
|
5016
|
-
<line number="
|
|
5017
|
-
<line number="
|
|
5018
|
-
<line number="
|
|
5019
|
-
<line number="
|
|
5180
|
+
<line number="125" hits="0" branch="false"/>
|
|
5181
|
+
<line number="156" hits="0" branch="false"/>
|
|
5182
|
+
<line number="157" hits="0" branch="false"/>
|
|
5183
|
+
<line number="188" hits="0" branch="false"/>
|
|
5020
5184
|
<line number="191" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5021
|
-
<line number="193" hits="0" branch="
|
|
5022
|
-
<line number="
|
|
5023
|
-
<line number="
|
|
5024
|
-
<line number="
|
|
5025
|
-
<line number="
|
|
5026
|
-
<line number="
|
|
5027
|
-
<line number="
|
|
5028
|
-
<line number="
|
|
5029
|
-
<line number="273" hits="0" branch="
|
|
5030
|
-
<line number="
|
|
5031
|
-
<line number="
|
|
5032
|
-
<line number="
|
|
5033
|
-
<line number="
|
|
5034
|
-
<line number="
|
|
5185
|
+
<line number="193" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5186
|
+
<line number="195" hits="0" branch="false"/>
|
|
5187
|
+
<line number="196" hits="0" branch="false"/>
|
|
5188
|
+
<line number="207" hits="0" branch="false"/>
|
|
5189
|
+
<line number="208" hits="0" branch="false"/>
|
|
5190
|
+
<line number="252" hits="0" branch="false"/>
|
|
5191
|
+
<line number="253" hits="0" branch="false"/>
|
|
5192
|
+
<line number="267" hits="0" branch="false"/>
|
|
5193
|
+
<line number="273" hits="0" branch="false"/>
|
|
5194
|
+
<line number="275" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5195
|
+
<line number="276" hits="0" branch="false"/>
|
|
5196
|
+
<line number="282" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
5197
|
+
<line number="285" hits="0" branch="false"/>
|
|
5198
|
+
<line number="310" hits="0" branch="false"/>
|
|
5199
|
+
<line number="323" hits="27" branch="false"/>
|
|
5035
5200
|
</lines>
|
|
5036
5201
|
</class>
|
|
5037
5202
|
<class name="index.js" filename="src/lib/Typedown/index.js" line-rate="0" branch-rate="0">
|
|
@@ -5380,9 +5545,9 @@
|
|
|
5380
5545
|
<line number="7" hits="196"/>
|
|
5381
5546
|
</lines>
|
|
5382
5547
|
</method>
|
|
5383
|
-
<method name="(anonymous_1)" hits="
|
|
5548
|
+
<method name="(anonymous_1)" hits="892" signature="()V">
|
|
5384
5549
|
<lines>
|
|
5385
|
-
<line number="26" hits="
|
|
5550
|
+
<line number="26" hits="892"/>
|
|
5386
5551
|
</lines>
|
|
5387
5552
|
</method>
|
|
5388
5553
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
@@ -5405,17 +5570,17 @@
|
|
|
5405
5570
|
<line number="19" hits="32" branch="false"/>
|
|
5406
5571
|
<line number="21" hits="14" branch="false"/>
|
|
5407
5572
|
<line number="26" hits="27" branch="false"/>
|
|
5408
|
-
<line number="27" hits="
|
|
5409
|
-
<line number="28" hits="
|
|
5410
|
-
<line number="29" hits="
|
|
5411
|
-
<line number="30" hits="
|
|
5412
|
-
<line number="32" hits="
|
|
5413
|
-
<line number="34" hits="
|
|
5573
|
+
<line number="27" hits="892" branch="false"/>
|
|
5574
|
+
<line number="28" hits="892" branch="false"/>
|
|
5575
|
+
<line number="29" hits="892" branch="false"/>
|
|
5576
|
+
<line number="30" hits="892" branch="false"/>
|
|
5577
|
+
<line number="32" hits="892" branch="false"/>
|
|
5578
|
+
<line number="34" hits="892" branch="true" condition-coverage="100% (2/2)"/>
|
|
5414
5579
|
<line number="35" hits="31" branch="false"/>
|
|
5415
|
-
<line number="38" hits="
|
|
5580
|
+
<line number="38" hits="892" branch="false"/>
|
|
5416
5581
|
<line number="39" hits="196" branch="false"/>
|
|
5417
5582
|
<line number="40" hits="196" branch="false"/>
|
|
5418
|
-
<line number="42" hits="
|
|
5583
|
+
<line number="42" hits="892" branch="false"/>
|
|
5419
5584
|
</lines>
|
|
5420
5585
|
</class>
|
|
5421
5586
|
<class name="useLocalPageStore.js" filename="src/lib/hooks/useLocalPageStore.js" line-rate="0.4" branch-rate="0">
|
|
@@ -5446,9 +5611,9 @@
|
|
|
5446
5611
|
</class>
|
|
5447
5612
|
<class name="useLocalStorageState.js" filename="src/lib/hooks/useLocalStorageState.js" line-rate="1" branch-rate="1">
|
|
5448
5613
|
<methods>
|
|
5449
|
-
<method name="(anonymous_0)" hits="
|
|
5614
|
+
<method name="(anonymous_0)" hits="892" signature="()V">
|
|
5450
5615
|
<lines>
|
|
5451
|
-
<line number="5" hits="
|
|
5616
|
+
<line number="5" hits="892"/>
|
|
5452
5617
|
</lines>
|
|
5453
5618
|
</method>
|
|
5454
5619
|
<method name="(anonymous_1)" hits="22" signature="()V">
|
|
@@ -5459,12 +5624,12 @@
|
|
|
5459
5624
|
</methods>
|
|
5460
5625
|
<lines>
|
|
5461
5626
|
<line number="5" hits="27" branch="false"/>
|
|
5462
|
-
<line number="6" hits="
|
|
5463
|
-
<line number="7" hits="
|
|
5464
|
-
<line number="9" hits="
|
|
5627
|
+
<line number="6" hits="892" branch="false"/>
|
|
5628
|
+
<line number="7" hits="892" branch="false"/>
|
|
5629
|
+
<line number="9" hits="892" branch="false"/>
|
|
5465
5630
|
<line number="10" hits="22" branch="false"/>
|
|
5466
5631
|
<line number="11" hits="22" branch="false"/>
|
|
5467
|
-
<line number="14" hits="
|
|
5632
|
+
<line number="14" hits="892" branch="false"/>
|
|
5468
5633
|
</lines>
|
|
5469
5634
|
</class>
|
|
5470
5635
|
<class name="useModConfigEntries.js" filename="src/lib/hooks/useModConfigEntries.js" line-rate="0.1666" branch-rate="0">
|
|
@@ -5542,24 +5707,24 @@
|
|
|
5542
5707
|
</class>
|
|
5543
5708
|
<class name="usePrevNextPagination.js" filename="src/lib/hooks/usePrevNextPagination.js" line-rate="0.6271" branch-rate="0.5652">
|
|
5544
5709
|
<methods>
|
|
5545
|
-
<method name="(anonymous_0)" hits="
|
|
5710
|
+
<method name="(anonymous_0)" hits="913" signature="()V">
|
|
5546
5711
|
<lines>
|
|
5547
|
-
<line number="18" hits="
|
|
5712
|
+
<line number="18" hits="913"/>
|
|
5548
5713
|
</lines>
|
|
5549
5714
|
</method>
|
|
5550
|
-
<method name="(anonymous_1)" hits="
|
|
5715
|
+
<method name="(anonymous_1)" hits="2465" signature="()V">
|
|
5551
5716
|
<lines>
|
|
5552
|
-
<line number="28" hits="
|
|
5717
|
+
<line number="28" hits="2465"/>
|
|
5553
5718
|
</lines>
|
|
5554
5719
|
</method>
|
|
5555
|
-
<method name="(anonymous_2)" hits="
|
|
5720
|
+
<method name="(anonymous_2)" hits="2465" signature="()V">
|
|
5556
5721
|
<lines>
|
|
5557
|
-
<line number="29" hits="
|
|
5722
|
+
<line number="29" hits="2465"/>
|
|
5558
5723
|
</lines>
|
|
5559
5724
|
</method>
|
|
5560
|
-
<method name="(anonymous_3)" hits="
|
|
5725
|
+
<method name="(anonymous_3)" hits="913" signature="()V">
|
|
5561
5726
|
<lines>
|
|
5562
|
-
<line number="33" hits="
|
|
5727
|
+
<line number="33" hits="913"/>
|
|
5563
5728
|
</lines>
|
|
5564
5729
|
</method>
|
|
5565
5730
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
@@ -5595,19 +5760,19 @@
|
|
|
5595
5760
|
</methods>
|
|
5596
5761
|
<lines>
|
|
5597
5762
|
<line number="18" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
5598
|
-
<line number="28" hits="
|
|
5599
|
-
<line number="29" hits="
|
|
5600
|
-
<line number="33" hits="
|
|
5601
|
-
<line number="35" hits="
|
|
5763
|
+
<line number="28" hits="2465" branch="false"/>
|
|
5764
|
+
<line number="29" hits="2465" branch="false"/>
|
|
5765
|
+
<line number="33" hits="913" branch="false"/>
|
|
5766
|
+
<line number="35" hits="913" branch="true" condition-coverage="50% (1/2)"/>
|
|
5602
5767
|
<line number="36" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5603
5768
|
<line number="37" hits="0" branch="false"/>
|
|
5604
5769
|
<line number="40" hits="0" branch="false"/>
|
|
5605
5770
|
<line number="41" hits="0" branch="false"/>
|
|
5606
|
-
<line number="45" hits="
|
|
5607
|
-
<line number="48" hits="
|
|
5608
|
-
<line number="50" hits="
|
|
5609
|
-
<line number="51" hits="
|
|
5610
|
-
<line number="56" hits="
|
|
5771
|
+
<line number="45" hits="913" branch="false"/>
|
|
5772
|
+
<line number="48" hits="913" branch="false"/>
|
|
5773
|
+
<line number="50" hits="913" branch="false"/>
|
|
5774
|
+
<line number="51" hits="913" branch="false"/>
|
|
5775
|
+
<line number="56" hits="913" branch="false"/>
|
|
5611
5776
|
<line number="57" hits="0" branch="false"/>
|
|
5612
5777
|
<line number="60" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5613
5778
|
<line number="61" hits="0" branch="false"/>
|
|
@@ -5619,13 +5784,13 @@
|
|
|
5619
5784
|
<line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5620
5785
|
<line number="73" hits="0" branch="false"/>
|
|
5621
5786
|
<line number="77" hits="0" branch="false"/>
|
|
5622
|
-
<line number="94" hits="
|
|
5623
|
-
<line number="95" hits="
|
|
5787
|
+
<line number="94" hits="913" branch="false"/>
|
|
5788
|
+
<line number="95" hits="913" branch="false"/>
|
|
5624
5789
|
<line number="96" hits="34" branch="true" condition-coverage="50% (1/2)"/>
|
|
5625
5790
|
<line number="97" hits="34" branch="false"/>
|
|
5626
5791
|
<line number="99" hits="0" branch="false"/>
|
|
5627
5792
|
<line number="100" hits="0" branch="false"/>
|
|
5628
|
-
<line number="104" hits="
|
|
5793
|
+
<line number="104" hits="913" branch="false"/>
|
|
5629
5794
|
<line number="105" hits="639" branch="true" condition-coverage="50% (1/2)"/>
|
|
5630
5795
|
<line number="106" hits="639" branch="false"/>
|
|
5631
5796
|
<line number="108" hits="639" branch="true" condition-coverage="50% (2/4)"/>
|
|
@@ -5640,26 +5805,26 @@
|
|
|
5640
5805
|
<line number="135" hits="32" branch="false"/>
|
|
5641
5806
|
<line number="137" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5642
5807
|
<line number="140" hits="0" branch="false"/>
|
|
5643
|
-
<line number="154" hits="
|
|
5644
|
-
<line number="155" hits="
|
|
5645
|
-
<line number="156" hits="
|
|
5646
|
-
<line number="157" hits="
|
|
5808
|
+
<line number="154" hits="913" branch="true" condition-coverage="100% (3/3)"/>
|
|
5809
|
+
<line number="155" hits="913" branch="true" condition-coverage="100% (2/2)"/>
|
|
5810
|
+
<line number="156" hits="913" branch="true" condition-coverage="100% (2/2)"/>
|
|
5811
|
+
<line number="157" hits="913" branch="false"/>
|
|
5647
5812
|
<line number="158" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5648
5813
|
<line number="159" hits="0" branch="false"/>
|
|
5649
|
-
<line number="166" hits="
|
|
5814
|
+
<line number="166" hits="913" branch="false"/>
|
|
5650
5815
|
<line number="167" hits="1048" branch="false"/>
|
|
5651
5816
|
<line number="177" hits="1048" branch="true" condition-coverage="100% (2/2)"/>
|
|
5652
5817
|
<line number="178" hits="34" branch="false"/>
|
|
5653
5818
|
<line number="181" hits="1048" branch="false"/>
|
|
5654
|
-
<line number="184" hits="
|
|
5655
|
-
<line number="188" hits="
|
|
5819
|
+
<line number="184" hits="913" branch="false"/>
|
|
5820
|
+
<line number="188" hits="913" branch="false"/>
|
|
5656
5821
|
</lines>
|
|
5657
5822
|
</class>
|
|
5658
5823
|
<class name="useQIndex.js" filename="src/lib/hooks/useQIndex.js" line-rate="0.5625" branch-rate="0.1666">
|
|
5659
5824
|
<methods>
|
|
5660
|
-
<method name="(anonymous_0)" hits="
|
|
5825
|
+
<method name="(anonymous_0)" hits="892" signature="()V">
|
|
5661
5826
|
<lines>
|
|
5662
|
-
<line number="5" hits="
|
|
5827
|
+
<line number="5" hits="892"/>
|
|
5663
5828
|
</lines>
|
|
5664
5829
|
</method>
|
|
5665
5830
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
@@ -5675,21 +5840,21 @@
|
|
|
5675
5840
|
</methods>
|
|
5676
5841
|
<lines>
|
|
5677
5842
|
<line number="5" hits="27" branch="false"/>
|
|
5678
|
-
<line number="6" hits="
|
|
5679
|
-
<line number="7" hits="
|
|
5680
|
-
<line number="9" hits="
|
|
5681
|
-
<line number="10" hits="
|
|
5682
|
-
<line number="12" hits="
|
|
5843
|
+
<line number="6" hits="892" branch="false"/>
|
|
5844
|
+
<line number="7" hits="892" branch="false"/>
|
|
5845
|
+
<line number="9" hits="892" branch="false"/>
|
|
5846
|
+
<line number="10" hits="892" branch="false"/>
|
|
5847
|
+
<line number="12" hits="892" branch="false"/>
|
|
5683
5848
|
<line number="13" hits="0" branch="false"/>
|
|
5684
5849
|
<line number="14" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5685
5850
|
<line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5686
5851
|
<line number="17" hits="0" branch="false"/>
|
|
5687
5852
|
<line number="22" hits="0" branch="false"/>
|
|
5688
5853
|
<line number="28" hits="0" branch="false"/>
|
|
5689
|
-
<line number="35" hits="
|
|
5854
|
+
<line number="35" hits="892" branch="false"/>
|
|
5690
5855
|
<line number="36" hits="618" branch="true" condition-coverage="50% (1/2)"/>
|
|
5691
5856
|
<line number="37" hits="0" branch="false"/>
|
|
5692
|
-
<line number="46" hits="
|
|
5857
|
+
<line number="46" hits="892" branch="false"/>
|
|
5693
5858
|
</lines>
|
|
5694
5859
|
</class>
|
|
5695
5860
|
<class name="useRefdata.js" filename="src/lib/hooks/useRefdata.js" line-rate="0.125" branch-rate="0">
|
|
@@ -5814,28 +5979,28 @@
|
|
|
5814
5979
|
</class>
|
|
5815
5980
|
<class name="useIntlKey.js" filename="src/lib/hooks/intlHooks/useIntlKey/useIntlKey.js" line-rate="0.7" branch-rate="0.5">
|
|
5816
5981
|
<methods>
|
|
5817
|
-
<method name="(anonymous_0)" hits="
|
|
5982
|
+
<method name="(anonymous_0)" hits="1080" signature="()V">
|
|
5818
5983
|
<lines>
|
|
5819
|
-
<line number="3" hits="
|
|
5984
|
+
<line number="3" hits="1080"/>
|
|
5820
5985
|
</lines>
|
|
5821
5986
|
</method>
|
|
5822
|
-
<method name="(anonymous_1)" hits="
|
|
5987
|
+
<method name="(anonymous_1)" hits="2429" signature="()V">
|
|
5823
5988
|
<lines>
|
|
5824
|
-
<line number="4" hits="
|
|
5989
|
+
<line number="4" hits="2429"/>
|
|
5825
5990
|
</lines>
|
|
5826
5991
|
</method>
|
|
5827
5992
|
</methods>
|
|
5828
5993
|
<lines>
|
|
5829
5994
|
<line number="3" hits="27" branch="false"/>
|
|
5830
|
-
<line number="4" hits="
|
|
5831
|
-
<line number="7" hits="
|
|
5995
|
+
<line number="4" hits="2429" branch="false"/>
|
|
5996
|
+
<line number="7" hits="1080" branch="true" condition-coverage="50% (1/2)"/>
|
|
5832
5997
|
<line number="8" hits="0" branch="false"/>
|
|
5833
|
-
<line number="9" hits="
|
|
5998
|
+
<line number="9" hits="1080" branch="true" condition-coverage="50% (1/2)"/>
|
|
5834
5999
|
<line number="10" hits="0" branch="false"/>
|
|
5835
|
-
<line number="12" hits="
|
|
5836
|
-
<line number="15" hits="
|
|
6000
|
+
<line number="12" hits="1080" branch="false"/>
|
|
6001
|
+
<line number="15" hits="1080" branch="true" condition-coverage="50% (1/2)"/>
|
|
5837
6002
|
<line number="16" hits="0" branch="false"/>
|
|
5838
|
-
<line number="19" hits="
|
|
6003
|
+
<line number="19" hits="1080" branch="false"/>
|
|
5839
6004
|
</lines>
|
|
5840
6005
|
</class>
|
|
5841
6006
|
</classes>
|
|
@@ -5875,9 +6040,9 @@
|
|
|
5875
6040
|
<line number="17" hits="0"/>
|
|
5876
6041
|
</lines>
|
|
5877
6042
|
</method>
|
|
5878
|
-
<method name="(anonymous_5)" hits="
|
|
6043
|
+
<method name="(anonymous_5)" hits="901" signature="()V">
|
|
5879
6044
|
<lines>
|
|
5880
|
-
<line number="27" hits="
|
|
6045
|
+
<line number="27" hits="901"/>
|
|
5881
6046
|
</lines>
|
|
5882
6047
|
</method>
|
|
5883
6048
|
</methods>
|
|
@@ -5896,11 +6061,11 @@
|
|
|
5896
6061
|
<line number="21" hits="0" branch="false"/>
|
|
5897
6062
|
<line number="24" hits="0" branch="false"/>
|
|
5898
6063
|
<line number="25" hits="0" branch="false"/>
|
|
5899
|
-
<line number="28" hits="
|
|
5900
|
-
<line number="29" hits="
|
|
5901
|
-
<line number="30" hits="
|
|
5902
|
-
<line number="31" hits="
|
|
5903
|
-
<line number="34" hits="
|
|
6064
|
+
<line number="28" hits="901" branch="false"/>
|
|
6065
|
+
<line number="29" hits="901" branch="false"/>
|
|
6066
|
+
<line number="30" hits="901" branch="true" condition-coverage="50% (1/2)"/>
|
|
6067
|
+
<line number="31" hits="901" branch="false"/>
|
|
6068
|
+
<line number="34" hits="901" branch="false"/>
|
|
5904
6069
|
</lines>
|
|
5905
6070
|
</class>
|
|
5906
6071
|
</classes>
|
|
@@ -5915,9 +6080,9 @@
|
|
|
5915
6080
|
</class>
|
|
5916
6081
|
<class name="useKintIntl.js" filename="src/lib/hooks/intlHooks/useKintIntl/useKintIntl.js" line-rate="0.8234999999999999" branch-rate="0.75">
|
|
5917
6082
|
<methods>
|
|
5918
|
-
<method name="(anonymous_0)" hits="
|
|
6083
|
+
<method name="(anonymous_0)" hits="1080" signature="()V">
|
|
5919
6084
|
<lines>
|
|
5920
|
-
<line number="5" hits="
|
|
6085
|
+
<line number="5" hits="1080"/>
|
|
5921
6086
|
</lines>
|
|
5922
6087
|
</method>
|
|
5923
6088
|
<method name="(anonymous_1)" hits="2742" signature="()V">
|
|
@@ -5933,9 +6098,9 @@
|
|
|
5933
6098
|
</methods>
|
|
5934
6099
|
<lines>
|
|
5935
6100
|
<line number="5" hits="27" branch="false"/>
|
|
5936
|
-
<line number="6" hits="
|
|
5937
|
-
<line number="7" hits="
|
|
5938
|
-
<line number="11" hits="
|
|
6101
|
+
<line number="6" hits="1080" branch="false"/>
|
|
6102
|
+
<line number="7" hits="1080" branch="false"/>
|
|
6103
|
+
<line number="11" hits="1080" branch="false"/>
|
|
5939
6104
|
<line number="12" hits="2742" branch="true" condition-coverage="100% (2/2)"/>
|
|
5940
6105
|
<line number="14" hits="4" branch="true" condition-coverage="50% (1/2)"/>
|
|
5941
6106
|
<line number="15" hits="0" branch="false"/>
|
|
@@ -5947,8 +6112,8 @@
|
|
|
5947
6112
|
<line number="32" hits="0" branch="false"/>
|
|
5948
6113
|
<line number="35" hits="6" branch="false"/>
|
|
5949
6114
|
<line number="39" hits="2732" branch="false"/>
|
|
5950
|
-
<line number="42" hits="
|
|
5951
|
-
<line number="44" hits="
|
|
6115
|
+
<line number="42" hits="1080" branch="false"/>
|
|
6116
|
+
<line number="44" hits="1080" branch="false"/>
|
|
5952
6117
|
</lines>
|
|
5953
6118
|
</class>
|
|
5954
6119
|
</classes>
|