@k-int/stripes-kint-components 5.31.4 → 5.33.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 +14 -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 +178 -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 +105 -85
- package/es/lib/Settings/index.js +8 -0
- 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 +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 +730 -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 +11 -11
- package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettings/useSettings.js.html +118 -64
- 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 +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 +457 -284
- 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 +215 -0
- package/src/lib/Settings/Settings/index.js +1 -0
- package/src/lib/Settings/hooks/useSettings/README.md +49 -19
- package/src/lib/Settings/hooks/useSettings/useSettings.js +64 -46
- package/src/lib/Settings/index.js +3 -0
- 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="2423" lines-covered="993" line-rate="0.40979999999999994" branches-valid="1774" branches-covered="518" branch-rate="0.2919" timestamp="1772755402108" 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">
|
|
@@ -2192,9 +2226,9 @@
|
|
|
2192
2226
|
<classes>
|
|
2193
2227
|
<class name="NumberField.js" filename="src/lib/NumberField/NumberField.js" line-rate="1" branch-rate="0.8845999999999999">
|
|
2194
2228
|
<methods>
|
|
2195
|
-
<method name="(anonymous_0)" hits="
|
|
2229
|
+
<method name="(anonymous_0)" hits="605" signature="()V">
|
|
2196
2230
|
<lines>
|
|
2197
|
-
<line number="16" hits="
|
|
2231
|
+
<line number="16" hits="605"/>
|
|
2198
2232
|
</lines>
|
|
2199
2233
|
</method>
|
|
2200
2234
|
<method name="(anonymous_1)" hits="140" signature="()V">
|
|
@@ -2202,9 +2236,9 @@
|
|
|
2202
2236
|
<line number="34" hits="140"/>
|
|
2203
2237
|
</lines>
|
|
2204
2238
|
</method>
|
|
2205
|
-
<method name="(anonymous_2)" hits="
|
|
2239
|
+
<method name="(anonymous_2)" hits="605" signature="()V">
|
|
2206
2240
|
<lines>
|
|
2207
|
-
<line number="39" hits="
|
|
2241
|
+
<line number="39" hits="605"/>
|
|
2208
2242
|
</lines>
|
|
2209
2243
|
</method>
|
|
2210
2244
|
<method name="(anonymous_3)" hits="140" signature="()V">
|
|
@@ -2225,35 +2259,35 @@
|
|
|
2225
2259
|
</methods>
|
|
2226
2260
|
<lines>
|
|
2227
2261
|
<line number="16" hits="27" branch="false"/>
|
|
2228
|
-
<line number="23" hits="
|
|
2229
|
-
<line number="27" hits="
|
|
2230
|
-
<line number="29" hits="
|
|
2231
|
-
<line number="30" hits="
|
|
2232
|
-
<line number="32" hits="
|
|
2233
|
-
<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"/>
|
|
2234
2268
|
<line number="35" hits="140" branch="false"/>
|
|
2235
|
-
<line number="39" hits="
|
|
2236
|
-
<line number="40" hits="
|
|
2237
|
-
<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)"/>
|
|
2238
2272
|
<line number="44" hits="8" branch="false"/>
|
|
2239
|
-
<line number="47" hits="
|
|
2273
|
+
<line number="47" hits="605" branch="true" condition-coverage="100% (4/4)"/>
|
|
2240
2274
|
<line number="48" hits="162" branch="false"/>
|
|
2241
|
-
<line number="51" hits="
|
|
2275
|
+
<line number="51" hits="605" branch="true" condition-coverage="100% (2/2)"/>
|
|
2242
2276
|
<line number="52" hits="352" branch="false"/>
|
|
2243
|
-
<line number="56" hits="
|
|
2277
|
+
<line number="56" hits="605" branch="false"/>
|
|
2244
2278
|
<line number="58" hits="140" branch="true" condition-coverage="50% (1/2)"/>
|
|
2245
2279
|
<line number="59" hits="140" branch="false"/>
|
|
2246
2280
|
<line number="63" hits="140" branch="false"/>
|
|
2247
2281
|
<line number="66" hits="140" branch="true" condition-coverage="50% (1/2)"/>
|
|
2248
2282
|
<line number="67" hits="140" branch="false"/>
|
|
2249
|
-
<line number="71" hits="
|
|
2283
|
+
<line number="71" hits="605" branch="false"/>
|
|
2250
2284
|
<line number="72" hits="140" branch="false"/>
|
|
2251
2285
|
<line number="75" hits="140" branch="true" condition-coverage="100% (4/4)"/>
|
|
2252
2286
|
<line number="76" hits="136" branch="false"/>
|
|
2253
2287
|
<line number="77" hits="136" branch="false"/>
|
|
2254
2288
|
<line number="79" hits="4" branch="false"/>
|
|
2255
2289
|
<line number="80" hits="4" branch="false"/>
|
|
2256
|
-
<line number="84" hits="
|
|
2290
|
+
<line number="84" hits="605" branch="false"/>
|
|
2257
2291
|
<line number="91" hits="28" branch="true" condition-coverage="50% (1/2)"/>
|
|
2258
2292
|
<line number="92" hits="28" branch="false"/>
|
|
2259
2293
|
<line number="94" hits="28" branch="false"/>
|
|
@@ -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,141 @@
|
|
|
4082
4116
|
</class>
|
|
4083
4117
|
</classes>
|
|
4084
4118
|
</package>
|
|
4119
|
+
<package name="Settings.Settings" line-rate="0.0454" branch-rate="0">
|
|
4120
|
+
<classes>
|
|
4121
|
+
<class name="Settings.js" filename="src/lib/Settings/Settings/Settings.js" line-rate="0.0454" 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="110" hits="0"/>
|
|
4186
|
+
</lines>
|
|
4187
|
+
</method>
|
|
4188
|
+
<method name="(anonymous_13)" hits="0" signature="()V">
|
|
4189
|
+
<lines>
|
|
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"/>
|
|
4196
|
+
</lines>
|
|
4197
|
+
</method>
|
|
4198
|
+
</methods>
|
|
4199
|
+
<lines>
|
|
4200
|
+
<line number="18" hits="27" branch="false"/>
|
|
4201
|
+
<line number="30" hits="0" branch="false"/>
|
|
4202
|
+
<line number="31" hits="0" branch="false"/>
|
|
4203
|
+
<line number="32" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4204
|
+
<line number="34" hits="0" branch="false"/>
|
|
4205
|
+
<line number="35" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4206
|
+
<line number="36" hits="0" branch="false"/>
|
|
4207
|
+
<line number="39" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4208
|
+
<line number="42" hits="0" branch="false"/>
|
|
4209
|
+
<line number="43" hits="0" branch="false"/>
|
|
4210
|
+
<line number="44" hits="0" branch="false"/>
|
|
4211
|
+
<line number="45" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4212
|
+
<line number="46" hits="0" branch="false"/>
|
|
4213
|
+
<line number="53" hits="0" branch="false"/>
|
|
4214
|
+
<line number="54" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4215
|
+
<line number="58" hits="0" branch="false"/>
|
|
4216
|
+
<line number="59" hits="0" branch="false"/>
|
|
4217
|
+
<line number="61" hits="0" branch="false"/>
|
|
4218
|
+
<line number="62" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4219
|
+
<line number="63" hits="0" branch="false"/>
|
|
4220
|
+
<line number="64" hits="0" branch="false"/>
|
|
4221
|
+
<line number="65" hits="0" branch="false"/>
|
|
4222
|
+
<line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4223
|
+
<line number="74" hits="0" branch="false"/>
|
|
4224
|
+
<line number="75" hits="0" branch="false"/>
|
|
4225
|
+
<line number="76" hits="0" branch="false"/>
|
|
4226
|
+
<line number="78" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
4227
|
+
<line number="80" hits="0" branch="false"/>
|
|
4228
|
+
<line number="89" hits="0" branch="false"/>
|
|
4229
|
+
<line number="91" hits="0" branch="false"/>
|
|
4230
|
+
<line number="101" hits="0" branch="false"/>
|
|
4231
|
+
<line number="102" hits="0" branch="false"/>
|
|
4232
|
+
<line number="103" hits="0" branch="false"/>
|
|
4233
|
+
<line number="105" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4234
|
+
<line number="106" hits="0" branch="false"/>
|
|
4235
|
+
<line number="111" hits="0" branch="false"/>
|
|
4236
|
+
<line number="125" hits="0" branch="false"/>
|
|
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"/>
|
|
4244
|
+
</lines>
|
|
4245
|
+
</class>
|
|
4246
|
+
<class name="index.js" filename="src/lib/Settings/Settings/index.js" line-rate="0" branch-rate="0">
|
|
4247
|
+
<methods>
|
|
4248
|
+
</methods>
|
|
4249
|
+
<lines>
|
|
4250
|
+
</lines>
|
|
4251
|
+
</class>
|
|
4252
|
+
</classes>
|
|
4253
|
+
</package>
|
|
4085
4254
|
<package name="Settings.SettingsFormContainer" line-rate="0.1176" branch-rate="0">
|
|
4086
4255
|
<classes>
|
|
4087
4256
|
<class name="SettingsFormContainer.js" filename="src/lib/Settings/SettingsFormContainer/SettingsFormContainer.js" line-rate="0.1176" branch-rate="0">
|
|
@@ -4557,7 +4726,7 @@
|
|
|
4557
4726
|
</class>
|
|
4558
4727
|
</classes>
|
|
4559
4728
|
</package>
|
|
4560
|
-
<package name="Settings.hooks.useSettings" line-rate="0.
|
|
4729
|
+
<package name="Settings.hooks.useSettings" line-rate="0.040999999999999995" branch-rate="0">
|
|
4561
4730
|
<classes>
|
|
4562
4731
|
<class name="index.js" filename="src/lib/Settings/hooks/useSettings/index.js" line-rate="0" branch-rate="0">
|
|
4563
4732
|
<methods>
|
|
@@ -4565,194 +4734,198 @@
|
|
|
4565
4734
|
<lines>
|
|
4566
4735
|
</lines>
|
|
4567
4736
|
</class>
|
|
4568
|
-
<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">
|
|
4569
4738
|
<methods>
|
|
4570
4739
|
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
4571
4740
|
<lines>
|
|
4572
|
-
<line number="
|
|
4741
|
+
<line number="18" hits="0"/>
|
|
4573
4742
|
</lines>
|
|
4574
4743
|
</method>
|
|
4575
4744
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
4576
4745
|
<lines>
|
|
4577
|
-
<line number="
|
|
4746
|
+
<line number="30" hits="0"/>
|
|
4578
4747
|
</lines>
|
|
4579
4748
|
</method>
|
|
4580
4749
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
4581
4750
|
<lines>
|
|
4582
|
-
<line number="
|
|
4751
|
+
<line number="65" hits="0"/>
|
|
4583
4752
|
</lines>
|
|
4584
4753
|
</method>
|
|
4585
4754
|
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
4586
4755
|
<lines>
|
|
4587
|
-
<line number="
|
|
4756
|
+
<line number="67" hits="0"/>
|
|
4588
4757
|
</lines>
|
|
4589
4758
|
</method>
|
|
4590
4759
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
4591
4760
|
<lines>
|
|
4592
|
-
<line number="
|
|
4761
|
+
<line number="70" hits="0"/>
|
|
4593
4762
|
</lines>
|
|
4594
4763
|
</method>
|
|
4595
4764
|
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
4596
4765
|
<lines>
|
|
4597
|
-
<line number="
|
|
4766
|
+
<line number="80" hits="0"/>
|
|
4598
4767
|
</lines>
|
|
4599
4768
|
</method>
|
|
4600
4769
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
4601
4770
|
<lines>
|
|
4602
|
-
<line number="
|
|
4771
|
+
<line number="86" hits="0"/>
|
|
4603
4772
|
</lines>
|
|
4604
4773
|
</method>
|
|
4605
4774
|
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
4606
4775
|
<lines>
|
|
4607
|
-
<line number="
|
|
4776
|
+
<line number="106" hits="0"/>
|
|
4608
4777
|
</lines>
|
|
4609
4778
|
</method>
|
|
4610
4779
|
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
4611
4780
|
<lines>
|
|
4612
|
-
<line number="
|
|
4781
|
+
<line number="106" hits="0"/>
|
|
4613
4782
|
</lines>
|
|
4614
4783
|
</method>
|
|
4615
4784
|
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
4616
4785
|
<lines>
|
|
4617
|
-
<line number="
|
|
4786
|
+
<line number="123" hits="0"/>
|
|
4618
4787
|
</lines>
|
|
4619
4788
|
</method>
|
|
4620
4789
|
<method name="(anonymous_10)" hits="0" signature="()V">
|
|
4621
4790
|
<lines>
|
|
4622
|
-
<line number="
|
|
4791
|
+
<line number="124" hits="0"/>
|
|
4623
4792
|
</lines>
|
|
4624
4793
|
</method>
|
|
4625
4794
|
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
4626
4795
|
<lines>
|
|
4627
|
-
<line number="
|
|
4796
|
+
<line number="125" hits="0"/>
|
|
4628
4797
|
</lines>
|
|
4629
4798
|
</method>
|
|
4630
4799
|
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
4631
4800
|
<lines>
|
|
4632
|
-
<line number="
|
|
4801
|
+
<line number="136" hits="0"/>
|
|
4633
4802
|
</lines>
|
|
4634
4803
|
</method>
|
|
4635
4804
|
<method name="(anonymous_13)" hits="0" signature="()V">
|
|
4636
4805
|
<lines>
|
|
4637
|
-
<line number="
|
|
4806
|
+
<line number="163" hits="0"/>
|
|
4638
4807
|
</lines>
|
|
4639
4808
|
</method>
|
|
4640
4809
|
<method name="(anonymous_14)" hits="0" signature="()V">
|
|
4641
4810
|
<lines>
|
|
4642
|
-
<line number="
|
|
4811
|
+
<line number="167" hits="0"/>
|
|
4643
4812
|
</lines>
|
|
4644
4813
|
</method>
|
|
4645
4814
|
<method name="(anonymous_15)" hits="0" signature="()V">
|
|
4646
4815
|
<lines>
|
|
4647
|
-
<line number="
|
|
4816
|
+
<line number="174" hits="0"/>
|
|
4648
4817
|
</lines>
|
|
4649
4818
|
</method>
|
|
4650
4819
|
<method name="(anonymous_16)" hits="0" signature="()V">
|
|
4651
4820
|
<lines>
|
|
4652
|
-
<line number="
|
|
4821
|
+
<line number="175" hits="0"/>
|
|
4653
4822
|
</lines>
|
|
4654
4823
|
</method>
|
|
4655
4824
|
<method name="(anonymous_17)" hits="0" signature="()V">
|
|
4656
4825
|
<lines>
|
|
4657
|
-
<line number="
|
|
4826
|
+
<line number="191" hits="0"/>
|
|
4658
4827
|
</lines>
|
|
4659
4828
|
</method>
|
|
4660
4829
|
<method name="(anonymous_18)" hits="0" signature="()V">
|
|
4661
4830
|
<lines>
|
|
4662
|
-
<line number="
|
|
4831
|
+
<line number="194" hits="0"/>
|
|
4663
4832
|
</lines>
|
|
4664
4833
|
</method>
|
|
4665
4834
|
<method name="(anonymous_19)" hits="0" signature="()V">
|
|
4666
4835
|
<lines>
|
|
4667
|
-
<line number="
|
|
4836
|
+
<line number="221" hits="0"/>
|
|
4668
4837
|
</lines>
|
|
4669
4838
|
</method>
|
|
4670
4839
|
<method name="(anonymous_20)" hits="0" signature="()V">
|
|
4671
4840
|
<lines>
|
|
4672
|
-
<line number="
|
|
4841
|
+
<line number="230" hits="0"/>
|
|
4673
4842
|
</lines>
|
|
4674
4843
|
</method>
|
|
4675
4844
|
<method name="(anonymous_21)" hits="0" signature="()V">
|
|
4676
4845
|
<lines>
|
|
4677
|
-
<line number="
|
|
4846
|
+
<line number="237" hits="0"/>
|
|
4678
4847
|
</lines>
|
|
4679
4848
|
</method>
|
|
4680
4849
|
<method name="(anonymous_22)" hits="0" signature="()V">
|
|
4681
4850
|
<lines>
|
|
4682
|
-
<line number="
|
|
4851
|
+
<line number="257" hits="0"/>
|
|
4683
4852
|
</lines>
|
|
4684
4853
|
</method>
|
|
4685
4854
|
</methods>
|
|
4686
4855
|
<lines>
|
|
4687
|
-
<line number="
|
|
4688
|
-
<line number="
|
|
4689
|
-
<line number="
|
|
4690
|
-
<line number="
|
|
4691
|
-
<line number="
|
|
4692
|
-
<line number="43" hits="0" branch="false"/>
|
|
4693
|
-
<line number="44" hits="0" branch="false"/>
|
|
4694
|
-
<line number="45" hits="0" branch="false"/>
|
|
4695
|
-
<line number="46" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4696
|
-
<line number="47" hits="0" branch="false"/>
|
|
4697
|
-
<line number="48" hits="0" branch="false"/>
|
|
4698
|
-
<line number="56" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4699
|
-
<line number="57" hits="0" branch="false"/>
|
|
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"/>
|
|
4700
4861
|
<line number="58" hits="0" branch="false"/>
|
|
4862
|
+
<line number="59" hits="0" branch="false"/>
|
|
4701
4863
|
<line number="60" hits="0" branch="false"/>
|
|
4702
|
-
<line number="
|
|
4703
|
-
<line number="64" hits="0" branch="false"/>
|
|
4864
|
+
<line number="61" hits="0" branch="false"/>
|
|
4704
4865
|
<line number="65" hits="0" branch="false"/>
|
|
4866
|
+
<line number="66" hits="0" branch="false"/>
|
|
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="
|
|
4868
|
+
<line number="68" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4869
|
+
<line number="69" hits="0" branch="false"/>
|
|
4870
|
+
<line number="70" hits="0" branch="false"/>
|
|
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"/>
|
|
4712
4877
|
<line number="87" hits="0" branch="false"/>
|
|
4713
|
-
<line number="
|
|
4878
|
+
<line number="89" hits="0" branch="false"/>
|
|
4879
|
+
<line number="96" hits="0" branch="false"/>
|
|
4714
4880
|
<line number="97" hits="0" branch="false"/>
|
|
4715
|
-
<line number="99" hits="0" branch="false"/>
|
|
4716
|
-
<line number="101" hits="0" branch="false"/>
|
|
4717
|
-
<line number="102" hits="0" branch="false"/>
|
|
4718
4881
|
<line number="103" hits="0" branch="false"/>
|
|
4719
|
-
<line number="104" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4720
|
-
<line number="105" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4721
4882
|
<line number="106" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4722
4883
|
<line number="107" hits="0" branch="false"/>
|
|
4723
|
-
<line number="
|
|
4724
|
-
<line number="
|
|
4725
|
-
<line number="
|
|
4726
|
-
<line number="
|
|
4727
|
-
<line number="
|
|
4728
|
-
<line number="
|
|
4729
|
-
<line number="
|
|
4730
|
-
<line number="
|
|
4731
|
-
<line number="
|
|
4732
|
-
<line number="
|
|
4733
|
-
<line number="
|
|
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"/>
|
|
4897
|
+
<line number="157" hits="0" branch="false"/>
|
|
4898
|
+
<line number="163" hits="0" branch="false"/>
|
|
4899
|
+
<line number="165" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4900
|
+
<line number="167" hits="0" branch="false"/>
|
|
4734
4901
|
<line number="170" hits="0" branch="false"/>
|
|
4735
|
-
<line number="
|
|
4736
|
-
<line number="
|
|
4737
|
-
<line number="
|
|
4738
|
-
<line number="
|
|
4739
|
-
<line number="
|
|
4902
|
+
<line number="174" hits="0" branch="false"/>
|
|
4903
|
+
<line number="175" hits="0" branch="false"/>
|
|
4904
|
+
<line number="176" hits="0" branch="false"/>
|
|
4905
|
+
<line number="183" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4906
|
+
<line number="184" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
4740
4907
|
<line number="185" hits="0" branch="false"/>
|
|
4908
|
+
<line number="187" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
4741
4909
|
<line number="192" hits="0" branch="false"/>
|
|
4742
|
-
<line number="
|
|
4743
|
-
<line number="
|
|
4744
|
-
<line number="
|
|
4745
|
-
<line number="
|
|
4746
|
-
<line number="
|
|
4747
|
-
<line number="210" hits="0" branch="false"/>
|
|
4748
|
-
<line number="213" hits="0" branch="false"/>
|
|
4749
|
-
<line number="214" hits="0" branch="true" condition-coverage="0% (0/5)"/>
|
|
4750
|
-
<line number="215" 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"/>
|
|
4751
4915
|
<line number="217" hits="0" branch="false"/>
|
|
4752
|
-
<line number="220" hits="0" branch="false"/>
|
|
4753
4916
|
<line number="221" hits="0" branch="false"/>
|
|
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)"/>
|
|
4920
|
+
<line number="227" hits="0" branch="false"/>
|
|
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"/>
|
|
4754
4924
|
<line number="234" hits="0" branch="false"/>
|
|
4755
|
-
<line number="
|
|
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)"/>
|
|
4756
4929
|
</lines>
|
|
4757
4930
|
</class>
|
|
4758
4931
|
</classes>
|
|
@@ -4906,132 +5079,132 @@
|
|
|
4906
5079
|
</method>
|
|
4907
5080
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
4908
5081
|
<lines>
|
|
4909
|
-
<line number="
|
|
5082
|
+
<line number="50" hits="0"/>
|
|
4910
5083
|
</lines>
|
|
4911
5084
|
</method>
|
|
4912
5085
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
4913
5086
|
<lines>
|
|
4914
|
-
<line number="
|
|
5087
|
+
<line number="55" hits="0"/>
|
|
4915
5088
|
</lines>
|
|
4916
5089
|
</method>
|
|
4917
5090
|
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
4918
5091
|
<lines>
|
|
4919
|
-
<line number="
|
|
5092
|
+
<line number="60" hits="0"/>
|
|
4920
5093
|
</lines>
|
|
4921
5094
|
</method>
|
|
4922
5095
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
4923
5096
|
<lines>
|
|
4924
|
-
<line number="
|
|
5097
|
+
<line number="62" hits="0"/>
|
|
4925
5098
|
</lines>
|
|
4926
5099
|
</method>
|
|
4927
5100
|
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
4928
5101
|
<lines>
|
|
4929
|
-
<line number="
|
|
5102
|
+
<line number="103" hits="0"/>
|
|
4930
5103
|
</lines>
|
|
4931
5104
|
</method>
|
|
4932
5105
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
4933
5106
|
<lines>
|
|
4934
|
-
<line number="
|
|
5107
|
+
<line number="114" hits="0"/>
|
|
4935
5108
|
</lines>
|
|
4936
5109
|
</method>
|
|
4937
5110
|
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
4938
5111
|
<lines>
|
|
4939
|
-
<line number="
|
|
5112
|
+
<line number="123" hits="0"/>
|
|
4940
5113
|
</lines>
|
|
4941
5114
|
</method>
|
|
4942
5115
|
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
4943
5116
|
<lines>
|
|
4944
|
-
<line number="
|
|
5117
|
+
<line number="156" hits="0"/>
|
|
4945
5118
|
</lines>
|
|
4946
5119
|
</method>
|
|
4947
5120
|
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
4948
5121
|
<lines>
|
|
4949
|
-
<line number="
|
|
5122
|
+
<line number="188" hits="0"/>
|
|
4950
5123
|
</lines>
|
|
4951
5124
|
</method>
|
|
4952
5125
|
<method name="(anonymous_10)" hits="0" signature="()V">
|
|
4953
5126
|
<lines>
|
|
4954
|
-
<line number="
|
|
5127
|
+
<line number="190" hits="0"/>
|
|
4955
5128
|
</lines>
|
|
4956
5129
|
</method>
|
|
4957
5130
|
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
4958
5131
|
<lines>
|
|
4959
|
-
<line number="
|
|
5132
|
+
<line number="206" hits="0"/>
|
|
4960
5133
|
</lines>
|
|
4961
5134
|
</method>
|
|
4962
5135
|
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
4963
5136
|
<lines>
|
|
4964
|
-
<line number="
|
|
5137
|
+
<line number="252" hits="0"/>
|
|
4965
5138
|
</lines>
|
|
4966
5139
|
</method>
|
|
4967
5140
|
<method name="(anonymous_13)" hits="0" signature="()V">
|
|
4968
5141
|
<lines>
|
|
4969
|
-
<line number="
|
|
5142
|
+
<line number="267" hits="0"/>
|
|
4970
5143
|
</lines>
|
|
4971
5144
|
</method>
|
|
4972
5145
|
<method name="(anonymous_14)" hits="0" signature="()V">
|
|
4973
5146
|
<lines>
|
|
4974
|
-
<line number="
|
|
5147
|
+
<line number="273" hits="0"/>
|
|
4975
5148
|
</lines>
|
|
4976
5149
|
</method>
|
|
4977
5150
|
<method name="(anonymous_15)" hits="0" signature="()V">
|
|
4978
5151
|
<lines>
|
|
4979
|
-
<line number="
|
|
5152
|
+
<line number="310" hits="0"/>
|
|
4980
5153
|
</lines>
|
|
4981
5154
|
</method>
|
|
4982
5155
|
</methods>
|
|
4983
5156
|
<lines>
|
|
4984
5157
|
<line number="15" hits="27" branch="false"/>
|
|
4985
|
-
<line number="39" hits="0" branch="false"/>
|
|
4986
5158
|
<line number="40" hits="0" branch="false"/>
|
|
4987
|
-
<line number="
|
|
4988
|
-
<line number="
|
|
5159
|
+
<line number="41" hits="0" branch="false"/>
|
|
5160
|
+
<line number="44" hits="0" branch="false"/>
|
|
4989
5161
|
<line number="47" hits="0" branch="false"/>
|
|
4990
|
-
<line number="
|
|
5162
|
+
<line number="48" hits="0" branch="false"/>
|
|
4991
5163
|
<line number="50" hits="0" branch="false"/>
|
|
4992
|
-
<line number="
|
|
5164
|
+
<line number="51" hits="0" branch="false"/>
|
|
4993
5165
|
<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="
|
|
5166
|
+
<line number="56" hits="0" branch="false"/>
|
|
5167
|
+
<line number="57" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5168
|
+
<line number="58" hits="0" branch="false"/>
|
|
5169
|
+
<line number="59" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
5170
|
+
<line number="60" hits="0" branch="false"/>
|
|
5171
|
+
<line number="61" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5172
|
+
<line number="62" hits="0" branch="false"/>
|
|
5173
|
+
<line number="64" hits="0" branch="false"/>
|
|
5174
|
+
<line number="67" hits="0" branch="false"/>
|
|
5175
|
+
<line number="69" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
5176
|
+
<line number="70" hits="0" branch="false"/>
|
|
5177
|
+
<line number="72" hits="0" branch="false"/>
|
|
5178
|
+
<line number="95" hits="0" branch="false"/>
|
|
5179
|
+
<line number="103" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
5180
|
+
<line number="104" hits="0" branch="false"/>
|
|
5009
5181
|
<line number="114" hits="0" branch="false"/>
|
|
5010
5182
|
<line number="115" hits="0" branch="false"/>
|
|
5011
|
-
<line number="
|
|
5012
|
-
<line number="118" hits="0" branch="
|
|
5013
|
-
<line number="
|
|
5183
|
+
<line number="116" hits="0" branch="false"/>
|
|
5184
|
+
<line number="118" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5185
|
+
<line number="119" hits="0" branch="false"/>
|
|
5014
5186
|
<line number="123" hits="0" branch="false"/>
|
|
5015
5187
|
<line number="124" hits="0" branch="false"/>
|
|
5016
|
-
<line number="
|
|
5017
|
-
<line number="
|
|
5018
|
-
<line number="
|
|
5019
|
-
<line number="
|
|
5188
|
+
<line number="125" hits="0" branch="false"/>
|
|
5189
|
+
<line number="156" hits="0" branch="false"/>
|
|
5190
|
+
<line number="157" hits="0" branch="false"/>
|
|
5191
|
+
<line number="188" hits="0" branch="false"/>
|
|
5020
5192
|
<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="
|
|
5193
|
+
<line number="193" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5194
|
+
<line number="195" hits="0" branch="false"/>
|
|
5195
|
+
<line number="196" hits="0" branch="false"/>
|
|
5196
|
+
<line number="207" hits="0" branch="false"/>
|
|
5197
|
+
<line number="208" hits="0" branch="false"/>
|
|
5198
|
+
<line number="252" hits="0" branch="false"/>
|
|
5199
|
+
<line number="253" hits="0" branch="false"/>
|
|
5200
|
+
<line number="267" hits="0" branch="false"/>
|
|
5201
|
+
<line number="273" hits="0" branch="false"/>
|
|
5202
|
+
<line number="275" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5203
|
+
<line number="276" hits="0" branch="false"/>
|
|
5204
|
+
<line number="282" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
5205
|
+
<line number="285" hits="0" branch="false"/>
|
|
5206
|
+
<line number="310" hits="0" branch="false"/>
|
|
5207
|
+
<line number="323" hits="27" branch="false"/>
|
|
5035
5208
|
</lines>
|
|
5036
5209
|
</class>
|
|
5037
5210
|
<class name="index.js" filename="src/lib/Typedown/index.js" line-rate="0" branch-rate="0">
|
|
@@ -5380,9 +5553,9 @@
|
|
|
5380
5553
|
<line number="7" hits="196"/>
|
|
5381
5554
|
</lines>
|
|
5382
5555
|
</method>
|
|
5383
|
-
<method name="(anonymous_1)" hits="
|
|
5556
|
+
<method name="(anonymous_1)" hits="892" signature="()V">
|
|
5384
5557
|
<lines>
|
|
5385
|
-
<line number="26" hits="
|
|
5558
|
+
<line number="26" hits="892"/>
|
|
5386
5559
|
</lines>
|
|
5387
5560
|
</method>
|
|
5388
5561
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
@@ -5405,17 +5578,17 @@
|
|
|
5405
5578
|
<line number="19" hits="32" branch="false"/>
|
|
5406
5579
|
<line number="21" hits="14" branch="false"/>
|
|
5407
5580
|
<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="
|
|
5581
|
+
<line number="27" hits="892" branch="false"/>
|
|
5582
|
+
<line number="28" hits="892" branch="false"/>
|
|
5583
|
+
<line number="29" hits="892" branch="false"/>
|
|
5584
|
+
<line number="30" hits="892" branch="false"/>
|
|
5585
|
+
<line number="32" hits="892" branch="false"/>
|
|
5586
|
+
<line number="34" hits="892" branch="true" condition-coverage="100% (2/2)"/>
|
|
5414
5587
|
<line number="35" hits="31" branch="false"/>
|
|
5415
|
-
<line number="38" hits="
|
|
5588
|
+
<line number="38" hits="892" branch="false"/>
|
|
5416
5589
|
<line number="39" hits="196" branch="false"/>
|
|
5417
5590
|
<line number="40" hits="196" branch="false"/>
|
|
5418
|
-
<line number="42" hits="
|
|
5591
|
+
<line number="42" hits="892" branch="false"/>
|
|
5419
5592
|
</lines>
|
|
5420
5593
|
</class>
|
|
5421
5594
|
<class name="useLocalPageStore.js" filename="src/lib/hooks/useLocalPageStore.js" line-rate="0.4" branch-rate="0">
|
|
@@ -5446,9 +5619,9 @@
|
|
|
5446
5619
|
</class>
|
|
5447
5620
|
<class name="useLocalStorageState.js" filename="src/lib/hooks/useLocalStorageState.js" line-rate="1" branch-rate="1">
|
|
5448
5621
|
<methods>
|
|
5449
|
-
<method name="(anonymous_0)" hits="
|
|
5622
|
+
<method name="(anonymous_0)" hits="892" signature="()V">
|
|
5450
5623
|
<lines>
|
|
5451
|
-
<line number="5" hits="
|
|
5624
|
+
<line number="5" hits="892"/>
|
|
5452
5625
|
</lines>
|
|
5453
5626
|
</method>
|
|
5454
5627
|
<method name="(anonymous_1)" hits="22" signature="()V">
|
|
@@ -5459,12 +5632,12 @@
|
|
|
5459
5632
|
</methods>
|
|
5460
5633
|
<lines>
|
|
5461
5634
|
<line number="5" hits="27" branch="false"/>
|
|
5462
|
-
<line number="6" hits="
|
|
5463
|
-
<line number="7" hits="
|
|
5464
|
-
<line number="9" hits="
|
|
5635
|
+
<line number="6" hits="892" branch="false"/>
|
|
5636
|
+
<line number="7" hits="892" branch="false"/>
|
|
5637
|
+
<line number="9" hits="892" branch="false"/>
|
|
5465
5638
|
<line number="10" hits="22" branch="false"/>
|
|
5466
5639
|
<line number="11" hits="22" branch="false"/>
|
|
5467
|
-
<line number="14" hits="
|
|
5640
|
+
<line number="14" hits="892" branch="false"/>
|
|
5468
5641
|
</lines>
|
|
5469
5642
|
</class>
|
|
5470
5643
|
<class name="useModConfigEntries.js" filename="src/lib/hooks/useModConfigEntries.js" line-rate="0.1666" branch-rate="0">
|
|
@@ -5542,24 +5715,24 @@
|
|
|
5542
5715
|
</class>
|
|
5543
5716
|
<class name="usePrevNextPagination.js" filename="src/lib/hooks/usePrevNextPagination.js" line-rate="0.6271" branch-rate="0.5652">
|
|
5544
5717
|
<methods>
|
|
5545
|
-
<method name="(anonymous_0)" hits="
|
|
5718
|
+
<method name="(anonymous_0)" hits="913" signature="()V">
|
|
5546
5719
|
<lines>
|
|
5547
|
-
<line number="18" hits="
|
|
5720
|
+
<line number="18" hits="913"/>
|
|
5548
5721
|
</lines>
|
|
5549
5722
|
</method>
|
|
5550
|
-
<method name="(anonymous_1)" hits="
|
|
5723
|
+
<method name="(anonymous_1)" hits="2465" signature="()V">
|
|
5551
5724
|
<lines>
|
|
5552
|
-
<line number="28" hits="
|
|
5725
|
+
<line number="28" hits="2465"/>
|
|
5553
5726
|
</lines>
|
|
5554
5727
|
</method>
|
|
5555
|
-
<method name="(anonymous_2)" hits="
|
|
5728
|
+
<method name="(anonymous_2)" hits="2465" signature="()V">
|
|
5556
5729
|
<lines>
|
|
5557
|
-
<line number="29" hits="
|
|
5730
|
+
<line number="29" hits="2465"/>
|
|
5558
5731
|
</lines>
|
|
5559
5732
|
</method>
|
|
5560
|
-
<method name="(anonymous_3)" hits="
|
|
5733
|
+
<method name="(anonymous_3)" hits="913" signature="()V">
|
|
5561
5734
|
<lines>
|
|
5562
|
-
<line number="33" hits="
|
|
5735
|
+
<line number="33" hits="913"/>
|
|
5563
5736
|
</lines>
|
|
5564
5737
|
</method>
|
|
5565
5738
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
@@ -5595,19 +5768,19 @@
|
|
|
5595
5768
|
</methods>
|
|
5596
5769
|
<lines>
|
|
5597
5770
|
<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="
|
|
5771
|
+
<line number="28" hits="2465" branch="false"/>
|
|
5772
|
+
<line number="29" hits="2465" branch="false"/>
|
|
5773
|
+
<line number="33" hits="913" branch="false"/>
|
|
5774
|
+
<line number="35" hits="913" branch="true" condition-coverage="50% (1/2)"/>
|
|
5602
5775
|
<line number="36" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5603
5776
|
<line number="37" hits="0" branch="false"/>
|
|
5604
5777
|
<line number="40" hits="0" branch="false"/>
|
|
5605
5778
|
<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="
|
|
5779
|
+
<line number="45" hits="913" branch="false"/>
|
|
5780
|
+
<line number="48" hits="913" branch="false"/>
|
|
5781
|
+
<line number="50" hits="913" branch="false"/>
|
|
5782
|
+
<line number="51" hits="913" branch="false"/>
|
|
5783
|
+
<line number="56" hits="913" branch="false"/>
|
|
5611
5784
|
<line number="57" hits="0" branch="false"/>
|
|
5612
5785
|
<line number="60" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5613
5786
|
<line number="61" hits="0" branch="false"/>
|
|
@@ -5619,13 +5792,13 @@
|
|
|
5619
5792
|
<line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5620
5793
|
<line number="73" hits="0" branch="false"/>
|
|
5621
5794
|
<line number="77" hits="0" branch="false"/>
|
|
5622
|
-
<line number="94" hits="
|
|
5623
|
-
<line number="95" hits="
|
|
5795
|
+
<line number="94" hits="913" branch="false"/>
|
|
5796
|
+
<line number="95" hits="913" branch="false"/>
|
|
5624
5797
|
<line number="96" hits="34" branch="true" condition-coverage="50% (1/2)"/>
|
|
5625
5798
|
<line number="97" hits="34" branch="false"/>
|
|
5626
5799
|
<line number="99" hits="0" branch="false"/>
|
|
5627
5800
|
<line number="100" hits="0" branch="false"/>
|
|
5628
|
-
<line number="104" hits="
|
|
5801
|
+
<line number="104" hits="913" branch="false"/>
|
|
5629
5802
|
<line number="105" hits="639" branch="true" condition-coverage="50% (1/2)"/>
|
|
5630
5803
|
<line number="106" hits="639" branch="false"/>
|
|
5631
5804
|
<line number="108" hits="639" branch="true" condition-coverage="50% (2/4)"/>
|
|
@@ -5640,26 +5813,26 @@
|
|
|
5640
5813
|
<line number="135" hits="32" branch="false"/>
|
|
5641
5814
|
<line number="137" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5642
5815
|
<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="
|
|
5816
|
+
<line number="154" hits="913" branch="true" condition-coverage="100% (3/3)"/>
|
|
5817
|
+
<line number="155" hits="913" branch="true" condition-coverage="100% (2/2)"/>
|
|
5818
|
+
<line number="156" hits="913" branch="true" condition-coverage="100% (2/2)"/>
|
|
5819
|
+
<line number="157" hits="913" branch="false"/>
|
|
5647
5820
|
<line number="158" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5648
5821
|
<line number="159" hits="0" branch="false"/>
|
|
5649
|
-
<line number="166" hits="
|
|
5822
|
+
<line number="166" hits="913" branch="false"/>
|
|
5650
5823
|
<line number="167" hits="1048" branch="false"/>
|
|
5651
5824
|
<line number="177" hits="1048" branch="true" condition-coverage="100% (2/2)"/>
|
|
5652
5825
|
<line number="178" hits="34" branch="false"/>
|
|
5653
5826
|
<line number="181" hits="1048" branch="false"/>
|
|
5654
|
-
<line number="184" hits="
|
|
5655
|
-
<line number="188" hits="
|
|
5827
|
+
<line number="184" hits="913" branch="false"/>
|
|
5828
|
+
<line number="188" hits="913" branch="false"/>
|
|
5656
5829
|
</lines>
|
|
5657
5830
|
</class>
|
|
5658
5831
|
<class name="useQIndex.js" filename="src/lib/hooks/useQIndex.js" line-rate="0.5625" branch-rate="0.1666">
|
|
5659
5832
|
<methods>
|
|
5660
|
-
<method name="(anonymous_0)" hits="
|
|
5833
|
+
<method name="(anonymous_0)" hits="892" signature="()V">
|
|
5661
5834
|
<lines>
|
|
5662
|
-
<line number="5" hits="
|
|
5835
|
+
<line number="5" hits="892"/>
|
|
5663
5836
|
</lines>
|
|
5664
5837
|
</method>
|
|
5665
5838
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
@@ -5675,21 +5848,21 @@
|
|
|
5675
5848
|
</methods>
|
|
5676
5849
|
<lines>
|
|
5677
5850
|
<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="
|
|
5851
|
+
<line number="6" hits="892" branch="false"/>
|
|
5852
|
+
<line number="7" hits="892" branch="false"/>
|
|
5853
|
+
<line number="9" hits="892" branch="false"/>
|
|
5854
|
+
<line number="10" hits="892" branch="false"/>
|
|
5855
|
+
<line number="12" hits="892" branch="false"/>
|
|
5683
5856
|
<line number="13" hits="0" branch="false"/>
|
|
5684
5857
|
<line number="14" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5685
5858
|
<line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5686
5859
|
<line number="17" hits="0" branch="false"/>
|
|
5687
5860
|
<line number="22" hits="0" branch="false"/>
|
|
5688
5861
|
<line number="28" hits="0" branch="false"/>
|
|
5689
|
-
<line number="35" hits="
|
|
5862
|
+
<line number="35" hits="892" branch="false"/>
|
|
5690
5863
|
<line number="36" hits="618" branch="true" condition-coverage="50% (1/2)"/>
|
|
5691
5864
|
<line number="37" hits="0" branch="false"/>
|
|
5692
|
-
<line number="46" hits="
|
|
5865
|
+
<line number="46" hits="892" branch="false"/>
|
|
5693
5866
|
</lines>
|
|
5694
5867
|
</class>
|
|
5695
5868
|
<class name="useRefdata.js" filename="src/lib/hooks/useRefdata.js" line-rate="0.125" branch-rate="0">
|
|
@@ -5814,28 +5987,28 @@
|
|
|
5814
5987
|
</class>
|
|
5815
5988
|
<class name="useIntlKey.js" filename="src/lib/hooks/intlHooks/useIntlKey/useIntlKey.js" line-rate="0.7" branch-rate="0.5">
|
|
5816
5989
|
<methods>
|
|
5817
|
-
<method name="(anonymous_0)" hits="
|
|
5990
|
+
<method name="(anonymous_0)" hits="1080" signature="()V">
|
|
5818
5991
|
<lines>
|
|
5819
|
-
<line number="3" hits="
|
|
5992
|
+
<line number="3" hits="1080"/>
|
|
5820
5993
|
</lines>
|
|
5821
5994
|
</method>
|
|
5822
|
-
<method name="(anonymous_1)" hits="
|
|
5995
|
+
<method name="(anonymous_1)" hits="2429" signature="()V">
|
|
5823
5996
|
<lines>
|
|
5824
|
-
<line number="4" hits="
|
|
5997
|
+
<line number="4" hits="2429"/>
|
|
5825
5998
|
</lines>
|
|
5826
5999
|
</method>
|
|
5827
6000
|
</methods>
|
|
5828
6001
|
<lines>
|
|
5829
6002
|
<line number="3" hits="27" branch="false"/>
|
|
5830
|
-
<line number="4" hits="
|
|
5831
|
-
<line number="7" hits="
|
|
6003
|
+
<line number="4" hits="2429" branch="false"/>
|
|
6004
|
+
<line number="7" hits="1080" branch="true" condition-coverage="50% (1/2)"/>
|
|
5832
6005
|
<line number="8" hits="0" branch="false"/>
|
|
5833
|
-
<line number="9" hits="
|
|
6006
|
+
<line number="9" hits="1080" branch="true" condition-coverage="50% (1/2)"/>
|
|
5834
6007
|
<line number="10" hits="0" branch="false"/>
|
|
5835
|
-
<line number="12" hits="
|
|
5836
|
-
<line number="15" hits="
|
|
6008
|
+
<line number="12" hits="1080" branch="false"/>
|
|
6009
|
+
<line number="15" hits="1080" branch="true" condition-coverage="50% (1/2)"/>
|
|
5837
6010
|
<line number="16" hits="0" branch="false"/>
|
|
5838
|
-
<line number="19" hits="
|
|
6011
|
+
<line number="19" hits="1080" branch="false"/>
|
|
5839
6012
|
</lines>
|
|
5840
6013
|
</class>
|
|
5841
6014
|
</classes>
|
|
@@ -5875,9 +6048,9 @@
|
|
|
5875
6048
|
<line number="17" hits="0"/>
|
|
5876
6049
|
</lines>
|
|
5877
6050
|
</method>
|
|
5878
|
-
<method name="(anonymous_5)" hits="
|
|
6051
|
+
<method name="(anonymous_5)" hits="901" signature="()V">
|
|
5879
6052
|
<lines>
|
|
5880
|
-
<line number="27" hits="
|
|
6053
|
+
<line number="27" hits="901"/>
|
|
5881
6054
|
</lines>
|
|
5882
6055
|
</method>
|
|
5883
6056
|
</methods>
|
|
@@ -5896,11 +6069,11 @@
|
|
|
5896
6069
|
<line number="21" hits="0" branch="false"/>
|
|
5897
6070
|
<line number="24" hits="0" branch="false"/>
|
|
5898
6071
|
<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="
|
|
6072
|
+
<line number="28" hits="901" branch="false"/>
|
|
6073
|
+
<line number="29" hits="901" branch="false"/>
|
|
6074
|
+
<line number="30" hits="901" branch="true" condition-coverage="50% (1/2)"/>
|
|
6075
|
+
<line number="31" hits="901" branch="false"/>
|
|
6076
|
+
<line number="34" hits="901" branch="false"/>
|
|
5904
6077
|
</lines>
|
|
5905
6078
|
</class>
|
|
5906
6079
|
</classes>
|
|
@@ -5915,9 +6088,9 @@
|
|
|
5915
6088
|
</class>
|
|
5916
6089
|
<class name="useKintIntl.js" filename="src/lib/hooks/intlHooks/useKintIntl/useKintIntl.js" line-rate="0.8234999999999999" branch-rate="0.75">
|
|
5917
6090
|
<methods>
|
|
5918
|
-
<method name="(anonymous_0)" hits="
|
|
6091
|
+
<method name="(anonymous_0)" hits="1080" signature="()V">
|
|
5919
6092
|
<lines>
|
|
5920
|
-
<line number="5" hits="
|
|
6093
|
+
<line number="5" hits="1080"/>
|
|
5921
6094
|
</lines>
|
|
5922
6095
|
</method>
|
|
5923
6096
|
<method name="(anonymous_1)" hits="2742" signature="()V">
|
|
@@ -5933,9 +6106,9 @@
|
|
|
5933
6106
|
</methods>
|
|
5934
6107
|
<lines>
|
|
5935
6108
|
<line number="5" hits="27" branch="false"/>
|
|
5936
|
-
<line number="6" hits="
|
|
5937
|
-
<line number="7" hits="
|
|
5938
|
-
<line number="11" hits="
|
|
6109
|
+
<line number="6" hits="1080" branch="false"/>
|
|
6110
|
+
<line number="7" hits="1080" branch="false"/>
|
|
6111
|
+
<line number="11" hits="1080" branch="false"/>
|
|
5939
6112
|
<line number="12" hits="2742" branch="true" condition-coverage="100% (2/2)"/>
|
|
5940
6113
|
<line number="14" hits="4" branch="true" condition-coverage="50% (1/2)"/>
|
|
5941
6114
|
<line number="15" hits="0" branch="false"/>
|
|
@@ -5947,8 +6120,8 @@
|
|
|
5947
6120
|
<line number="32" hits="0" branch="false"/>
|
|
5948
6121
|
<line number="35" hits="6" branch="false"/>
|
|
5949
6122
|
<line number="39" hits="2732" branch="false"/>
|
|
5950
|
-
<line number="42" hits="
|
|
5951
|
-
<line number="44" hits="
|
|
6123
|
+
<line number="42" hits="1080" branch="false"/>
|
|
6124
|
+
<line number="44" hits="1080" branch="false"/>
|
|
5952
6125
|
</lines>
|
|
5953
6126
|
</class>
|
|
5954
6127
|
</classes>
|