@k-int/stripes-kint-components 5.33.0 → 5.33.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/LICENSE +1 -1
- package/es/__mocks__/@folio/stripes/components.js +3 -7
- package/es/__mocks__/@folio/stripes/core.js +4 -6
- package/es/__mocks__/@folio/stripes/smart-components.js +4 -6
- package/es/__mocks__/react-query.js +4 -6
- package/es/__mocks__/react-router-dom.js +6 -6
- package/es/lib/ActionList/ActionList.js +26 -33
- package/es/lib/ActionList/ActionListFieldArray.js +103 -119
- package/es/lib/ButtonTypedown/ButtonTypedown.js +25 -33
- package/es/lib/ComboButton/ComboButton.js +42 -47
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +11 -17
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +42 -46
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +58 -58
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +4 -8
- package/es/lib/CustomProperties/Config/CustomPropertyView.js +32 -33
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -1
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +1 -1
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +3 -3
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +29 -35
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +61 -59
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +20 -20
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +2 -2
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +1 -1
- package/es/lib/CustomProperties/Edit/testResources.js +11 -12
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +22 -33
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +24 -37
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +1 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +6 -6
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +3 -6
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +4 -8
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +15 -19
- package/es/lib/CustomProperties/Filter/testResources.js +1 -2
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +1 -2
- package/es/lib/CustomProperties/View/CustomPropertiesView.js +1 -1
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +17 -25
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +3 -6
- package/es/lib/CustomProperties/View/CustomPropertyCard.js +7 -11
- package/es/lib/CycleButton/CycleButton.js +9 -17
- package/es/lib/FormModal/FormModal.js +24 -32
- package/es/lib/FormattedKintMessage/FormattedKintMessage.js +23 -30
- package/es/lib/IconSelect/IconSelect.js +22 -32
- package/es/lib/NoResultsMessage/NoResultsMessage.js +4 -5
- package/es/lib/NumberField/NumberField.js +17 -25
- package/es/lib/NumberField/NumberField.test.js +6 -7
- package/es/lib/QueryTypedown/QueryTypedown.js +8 -15
- package/es/lib/RefdataButtons/RefdataButtons.js +6 -9
- package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +48 -60
- package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +5 -6
- package/es/lib/RichSelect/RichSelect.js +31 -36
- package/es/lib/RichSelect/useSelectedOption.js +1 -2
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +91 -94
- package/es/lib/SASQLookupComponent/SASQLookupComponent.test.js +44 -36
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +42 -53
- package/es/lib/SASQLookupComponent/TableBody/TableBody.test.js +19 -23
- package/es/lib/SASQRoute/SASQRoute.js +25 -29
- package/es/lib/SASQRoute/SASQRoute.test.js +11 -13
- package/es/lib/SASQViewComponent/SASQViewComponent.js +68 -76
- package/es/lib/SASQViewComponent/SASQViewComponent.test.js +4 -8
- package/es/lib/SearchField/SearchField.js +7 -13
- package/es/lib/SearchKeyControl/SearchKeyControl.js +8 -13
- package/es/lib/SearchKeyControl/SearchKeyControl.test.js +2 -6
- package/es/lib/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js +30 -46
- package/es/lib/Settings/EditableRefdataList/EditableRefdataList.js +33 -43
- package/es/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js +7 -11
- package/es/lib/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js +13 -20
- package/es/lib/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js +10 -12
- package/es/lib/Settings/EditableSettingsList/SettingField/SettingField.js +10 -15
- package/es/lib/Settings/EditableSettingsList/SettingField/SettingField.test.js +3 -3
- package/es/lib/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js +19 -26
- package/es/lib/Settings/SettingPage/SettingPagePane/SettingPagePane.js +2 -2
- package/es/lib/Settings/Settings/Settings.js +14 -16
- package/es/lib/Settings/SettingsFormContainer/SettingsFormContainer.js +30 -35
- package/es/lib/Settings/StaticSettingsField/StaticSettingsField.js +5 -8
- package/es/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js +18 -22
- package/es/lib/Settings/hooks/staticSettingsPages/useSettingCallout/useSettingCallout.js +2 -2
- package/es/lib/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/useSettingsSectionInitalValues.js +1 -1
- package/es/lib/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js +3 -7
- package/es/lib/Settings/hooks/useAppSettings/useAppSettings.js +7 -11
- package/es/lib/Settings/hooks/useSettingSection/useSettingSection.js +16 -22
- package/es/lib/Settings/hooks/useSettings/useSettings.js +62 -60
- package/es/lib/Tags/Tags.js +5 -8
- package/es/lib/Tags/hooks/useTags.js +1 -1
- package/es/lib/Tags/hooks/useTagsEnabled.js +2 -3
- package/es/lib/Tags/tagsConfig.js +1 -1
- package/es/lib/Typedown/Typedown.js +21 -28
- package/es/lib/hooks/__mocks__/index.js +3 -7
- package/es/lib/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js +20 -26
- package/es/lib/hooks/intlHooks/useKintIntl/useKintIntl.js +24 -34
- package/es/lib/hooks/typedownHooks/useTypedown.js +11 -12
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +2 -2
- package/es/lib/hooks/useActionListRef.js +1 -1
- package/es/lib/hooks/useActiveElement.js +1 -1
- package/es/lib/hooks/useCustomProperties.js +6 -10
- package/es/lib/hooks/useHelperApp.js +13 -16
- package/es/lib/hooks/useKiwtFieldArray.js +7 -8
- package/es/lib/hooks/useKiwtSASQuery.js +15 -19
- package/es/lib/hooks/useLocalPageStore.js +7 -10
- package/es/lib/hooks/useModConfigEntries.js +2 -2
- package/es/lib/hooks/useMutateCustomProperties/useMutateCustomProperties.js +10 -17
- package/es/lib/hooks/useMutateGeneric/useMutateGeneric.js +2 -2
- package/es/lib/hooks/useMutateModConfigEntry.js +2 -2
- package/es/lib/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js +15 -21
- package/es/lib/hooks/useMutateRefdataValue/useMutateRefdataValue.js +16 -23
- package/es/lib/hooks/usePrevNextPagination.js +17 -19
- package/es/lib/hooks/useQIndex.js +11 -14
- package/es/lib/hooks/useRefdata.js +3 -3
- package/es/lib/hooks/useStandaloneSASQQueryParameter/useStandaloneSASQQueryParameter.js +9 -13
- package/es/lib/hooks/useTemplates.js +4 -4
- package/es/lib/utils/buildUrl.js +2 -3
- package/es/lib/utils/filterParsers/deparseKiwtQueryFilters.js +5 -5
- package/es/lib/utils/filterParsers/parseKiwtQueryFilters.js +2 -2
- package/es/lib/utils/filterParsers/parseKiwtQueryGroups.js +4 -5
- package/es/lib/utils/filterParsers/parseKiwtQueryString.js +1 -1
- package/es/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js +94 -107
- package/es/lib/utils/groupCustomPropertiesByCtx.js +5 -9
- package/es/lib/utils/index.js +34 -13
- package/es/lib/utils/matchString/index.js +13 -0
- package/es/lib/utils/{matchString.js → matchString/matchString.js} +8 -9
- package/es/lib/utils/matchString/matchString.test.js +40 -0
- package/es/lib/utils/parseErrorResponse.js +3 -7
- package/es/lib/utils/selectorSafe.js +2 -3
- package/es/lib/utils/sortByLabel.js +2 -3
- package/es/lib/utils/stringStyling/boldString.js +30 -0
- package/es/lib/utils/stringStyling/boldString.test.js +47 -0
- package/es/lib/utils/stringStyling/highlightString.js +30 -0
- package/es/lib/utils/stringStyling/highlightString.test.js +51 -0
- package/es/lib/utils/stringStyling/index.js +20 -0
- package/es/lib/validators/validators.js +6 -9
- package/package.json +1 -1
- package/src/artifacts/coverage-jest/ActionList/ActionList.js.html +1 -1
- package/src/artifacts/coverage-jest/ActionList/ActionListFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/ActionList/index.html +1 -1
- package/src/artifacts/coverage-jest/ActionList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/ButtonTypedown/ButtonTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/ButtonTypedown/index.html +1 -1
- package/src/artifacts/coverage-jest/ButtonTypedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/ComboButton/ComboButton.js.html +1 -1
- package/src/artifacts/coverage-jest/ComboButton/index.html +1 -1
- package/src/artifacts/coverage-jest/ComboButton/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyView.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/index.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesListField.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/index.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/index.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/useOperators.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/useValueProps.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesView.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertyCard.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/index.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/index.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CycleButton/CycleButton.js.html +1 -1
- package/src/artifacts/coverage-jest/CycleButton/index.html +1 -1
- package/src/artifacts/coverage-jest/CycleButton/index.js.html +1 -1
- package/src/artifacts/coverage-jest/FieldLabel/FieldLabel.js.html +1 -1
- package/src/artifacts/coverage-jest/FieldLabel/index.html +1 -1
- package/src/artifacts/coverage-jest/FieldLabel/index.js.html +1 -1
- package/src/artifacts/coverage-jest/FormModal/FormModal.js.html +1 -1
- package/src/artifacts/coverage-jest/FormModal/index.html +1 -1
- package/src/artifacts/coverage-jest/FormModal/index.js.html +1 -1
- package/src/artifacts/coverage-jest/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
- package/src/artifacts/coverage-jest/FormattedKintMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/FormattedKintMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/IconSelect/IconSelect.js.html +1 -1
- package/src/artifacts/coverage-jest/IconSelect/index.html +1 -1
- package/src/artifacts/coverage-jest/IconSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/NoResultsMessage/NoResultsMessage.js.html +1 -1
- package/src/artifacts/coverage-jest/NoResultsMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/NoResultsMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/NumberField/NumberField.js.html +15 -15
- package/src/artifacts/coverage-jest/NumberField/index.html +1 -1
- package/src/artifacts/coverage-jest/NumberField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/QueryTypedown/QueryTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/QueryTypedown/index.html +1 -1
- package/src/artifacts/coverage-jest/QueryTypedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/RefdataButtons/RefdataButtons.js.html +1 -1
- package/src/artifacts/coverage-jest/RefdataButtons/index.html +1 -1
- package/src/artifacts/coverage-jest/RefdataButtons/index.js.html +1 -1
- package/src/artifacts/coverage-jest/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +1 -1
- package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.html +1 -1
- package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.js.html +1 -1
- package/src/artifacts/coverage-jest/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
- package/src/artifacts/coverage-jest/RichSelect/RichSelect.js.html +1 -1
- package/src/artifacts/coverage-jest/RichSelect/index.html +1 -1
- package/src/artifacts/coverage-jest/RichSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/RichSelect/useSelectedOption.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/SASQLookupComponent.js.html +31 -31
- package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQRoute/SASQRoute.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQRoute/index.html +1 -1
- package/src/artifacts/coverage-jest/SASQRoute/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQViewComponent/SASQViewComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQViewComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/SASQViewComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SearchField/SearchField.js.html +1 -1
- package/src/artifacts/coverage-jest/SearchField/index.html +1 -1
- package/src/artifacts/coverage-jest/SearchField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SearchKeyControl/SearchKeyControl.js.html +1 -1
- package/src/artifacts/coverage-jest/SearchKeyControl/index.html +1 -1
- package/src/artifacts/coverage-jest/SearchKeyControl/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataList/EditableRefdataList.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsList.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/SettingField.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPage.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/SettingPagePane.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/Settings/Settings.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/Settings/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/Settings/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/SettingsFormContainer.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsField.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/constants/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/constants/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/constants/queryKeys.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/contexts/SettingsContext.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/contexts/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/contexts/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/useSettingCallout.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/useSettingsSectionInitalValues.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/useAppSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/useSettingSection.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettings/useSettings.js.html +1 -1
- 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 +1 -1
- package/src/artifacts/coverage-jest/Typedown/index.html +1 -1
- package/src/artifacts/coverage-jest/Typedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/cobertura-coverage.xml +267 -238
- 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 +49 -19
- package/src/artifacts/coverage-jest/utils/buildUrl.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/filterParsers/deparseKiwtQueryFilters.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/filterParsers/index.html +1 -1
- package/src/artifacts/coverage-jest/utils/filterParsers/index.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryFilters.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryGroups.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryString.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/generateKiwtQuery.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/generateKiwtQueryParams.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.html +1 -1
- package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/groupCustomPropertiesByCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/index.html +9 -39
- package/src/artifacts/coverage-jest/utils/index.js.html +2 -2
- package/src/artifacts/coverage-jest/utils/matchString/index.html +131 -0
- package/src/artifacts/coverage-jest/utils/matchString/index.js.html +88 -0
- package/src/artifacts/coverage-jest/utils/{matchString.js.html → matchString/matchString.js.html} +82 -55
- package/src/artifacts/coverage-jest/utils/modConfigEntriesQueryKey.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/parseErrorResponse.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/parseModConfigEntry.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/refdataOptions.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.html +1 -1
- package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/refdataQueryKey/refdataQueryKey.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/selectorSafe.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/sortByLabel.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/stringStyling/boldString.js.html +190 -0
- package/src/artifacts/coverage-jest/utils/stringStyling/highlightString.js.html +190 -0
- package/src/artifacts/coverage-jest/utils/stringStyling/index.html +146 -0
- package/src/artifacts/coverage-jest/utils/stringStyling/index.js.html +91 -0
- package/src/artifacts/coverage-jest/utils/toCamelCase.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/typedownQueryKey.js.html +1 -1
- package/src/artifacts/coverage-jest/validators/index.html +1 -1
- package/src/artifacts/coverage-jest/validators/index.js.html +1 -1
- package/src/artifacts/coverage-jest/validators/validators.js.html +1 -1
- package/src/lib/utils/index.js +1 -1
- package/src/lib/utils/matchString/index.js +1 -0
- package/src/lib/utils/matchString/matchString.js +44 -0
- package/src/lib/utils/matchString/matchString.test.js +68 -0
- package/src/lib/utils/stringStyling/boldString.js +35 -0
- package/src/lib/utils/stringStyling/boldString.test.js +59 -0
- package/src/lib/utils/stringStyling/highlightString.js +35 -0
- package/src/lib/utils/stringStyling/highlightString.test.js +67 -0
- package/src/lib/utils/stringStyling/index.js +2 -0
- package/styles/TypeDown.css +2 -2
- package/styles/stringMatchStyles.css +3 -0
- package/es/lib/utils/highlightString.js +0 -45
- package/src/artifacts/coverage-jest/utils/highlightString.js.html +0 -259
- package/src/lib/utils/highlightString.js +0 -58
- package/src/lib/utils/matchString.js +0 -35
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" ?>
|
|
2
2
|
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
|
|
3
|
-
<coverage lines-valid="
|
|
3
|
+
<coverage lines-valid="2426" lines-covered="1021" line-rate="0.4208" branches-valid="1776" branches-covered="544" branch-rate="0.3063" timestamp="1773329402027" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/builds/knowledge-integration/folio/stripes-kint-components</source>
|
|
6
6
|
</sources>
|
|
@@ -2226,9 +2226,9 @@
|
|
|
2226
2226
|
<classes>
|
|
2227
2227
|
<class name="NumberField.js" filename="src/lib/NumberField/NumberField.js" line-rate="1" branch-rate="0.8845999999999999">
|
|
2228
2228
|
<methods>
|
|
2229
|
-
<method name="(anonymous_0)" hits="
|
|
2229
|
+
<method name="(anonymous_0)" hits="606" signature="()V">
|
|
2230
2230
|
<lines>
|
|
2231
|
-
<line number="16" hits="
|
|
2231
|
+
<line number="16" hits="606"/>
|
|
2232
2232
|
</lines>
|
|
2233
2233
|
</method>
|
|
2234
2234
|
<method name="(anonymous_1)" hits="140" signature="()V">
|
|
@@ -2236,9 +2236,9 @@
|
|
|
2236
2236
|
<line number="34" hits="140"/>
|
|
2237
2237
|
</lines>
|
|
2238
2238
|
</method>
|
|
2239
|
-
<method name="(anonymous_2)" hits="
|
|
2239
|
+
<method name="(anonymous_2)" hits="606" signature="()V">
|
|
2240
2240
|
<lines>
|
|
2241
|
-
<line number="39" hits="
|
|
2241
|
+
<line number="39" hits="606"/>
|
|
2242
2242
|
</lines>
|
|
2243
2243
|
</method>
|
|
2244
2244
|
<method name="(anonymous_3)" hits="140" signature="()V">
|
|
@@ -2259,35 +2259,35 @@
|
|
|
2259
2259
|
</methods>
|
|
2260
2260
|
<lines>
|
|
2261
2261
|
<line number="16" hits="27" branch="false"/>
|
|
2262
|
-
<line number="23" hits="
|
|
2263
|
-
<line number="27" hits="
|
|
2264
|
-
<line number="29" hits="
|
|
2265
|
-
<line number="30" hits="
|
|
2266
|
-
<line number="32" hits="
|
|
2267
|
-
<line number="34" hits="
|
|
2262
|
+
<line number="23" hits="606" branch="false"/>
|
|
2263
|
+
<line number="27" hits="606" branch="true" condition-coverage="100% (2/2)"/>
|
|
2264
|
+
<line number="29" hits="606" branch="false"/>
|
|
2265
|
+
<line number="30" hits="606" branch="false"/>
|
|
2266
|
+
<line number="32" hits="606" branch="false"/>
|
|
2267
|
+
<line number="34" hits="606" branch="false"/>
|
|
2268
2268
|
<line number="35" hits="140" branch="false"/>
|
|
2269
|
-
<line number="39" hits="
|
|
2270
|
-
<line number="40" hits="
|
|
2271
|
-
<line number="42" hits="
|
|
2269
|
+
<line number="39" hits="606" branch="false"/>
|
|
2270
|
+
<line number="40" hits="606" branch="true" condition-coverage="100% (2/2)"/>
|
|
2271
|
+
<line number="42" hits="606" branch="true" condition-coverage="100% (4/4)"/>
|
|
2272
2272
|
<line number="44" hits="8" branch="false"/>
|
|
2273
|
-
<line number="47" hits="
|
|
2273
|
+
<line number="47" hits="606" branch="true" condition-coverage="100% (4/4)"/>
|
|
2274
2274
|
<line number="48" hits="162" branch="false"/>
|
|
2275
|
-
<line number="51" hits="
|
|
2275
|
+
<line number="51" hits="606" branch="true" condition-coverage="100% (2/2)"/>
|
|
2276
2276
|
<line number="52" hits="352" branch="false"/>
|
|
2277
|
-
<line number="56" hits="
|
|
2277
|
+
<line number="56" hits="606" branch="false"/>
|
|
2278
2278
|
<line number="58" hits="140" branch="true" condition-coverage="50% (1/2)"/>
|
|
2279
2279
|
<line number="59" hits="140" branch="false"/>
|
|
2280
2280
|
<line number="63" hits="140" branch="false"/>
|
|
2281
2281
|
<line number="66" hits="140" branch="true" condition-coverage="50% (1/2)"/>
|
|
2282
2282
|
<line number="67" hits="140" branch="false"/>
|
|
2283
|
-
<line number="71" hits="
|
|
2283
|
+
<line number="71" hits="606" branch="false"/>
|
|
2284
2284
|
<line number="72" hits="140" branch="false"/>
|
|
2285
2285
|
<line number="75" hits="140" branch="true" condition-coverage="100% (4/4)"/>
|
|
2286
2286
|
<line number="76" hits="136" branch="false"/>
|
|
2287
2287
|
<line number="77" hits="136" branch="false"/>
|
|
2288
2288
|
<line number="79" hits="4" branch="false"/>
|
|
2289
2289
|
<line number="80" hits="4" branch="false"/>
|
|
2290
|
-
<line number="84" hits="
|
|
2290
|
+
<line number="84" hits="606" branch="false"/>
|
|
2291
2291
|
<line number="91" hits="28" branch="true" condition-coverage="50% (1/2)"/>
|
|
2292
2292
|
<line number="92" hits="28" branch="false"/>
|
|
2293
2293
|
<line number="94" hits="28" branch="false"/>
|
|
@@ -2763,9 +2763,9 @@
|
|
|
2763
2763
|
<classes>
|
|
2764
2764
|
<class name="SASQLookupComponent.js" filename="src/lib/SASQLookupComponent/SASQLookupComponent.js" line-rate="0.9826999999999999" branch-rate="0.8823000000000001">
|
|
2765
2765
|
<methods>
|
|
2766
|
-
<method name="(anonymous_0)" hits="
|
|
2766
|
+
<method name="(anonymous_0)" hits="893" signature="()V">
|
|
2767
2767
|
<lines>
|
|
2768
|
-
<line number="41" hits="
|
|
2768
|
+
<line number="41" hits="893"/>
|
|
2769
2769
|
</lines>
|
|
2770
2770
|
</method>
|
|
2771
2771
|
<method name="(anonymous_1)" hits="976" signature="()V">
|
|
@@ -2778,9 +2778,9 @@
|
|
|
2778
2778
|
<line number="46" hits="976"/>
|
|
2779
2779
|
</lines>
|
|
2780
2780
|
</method>
|
|
2781
|
-
<method name="(anonymous_3)" hits="
|
|
2781
|
+
<method name="(anonymous_3)" hits="814" signature="()V">
|
|
2782
2782
|
<lines>
|
|
2783
|
-
<line number="53" hits="
|
|
2783
|
+
<line number="53" hits="814"/>
|
|
2784
2784
|
</lines>
|
|
2785
2785
|
</method>
|
|
2786
2786
|
<method name="(anonymous_4)" hits="204" signature="()V">
|
|
@@ -2788,9 +2788,9 @@
|
|
|
2788
2788
|
<line number="69" hits="204"/>
|
|
2789
2789
|
</lines>
|
|
2790
2790
|
</method>
|
|
2791
|
-
<method name="(anonymous_5)" hits="
|
|
2791
|
+
<method name="(anonymous_5)" hits="812" signature="()V">
|
|
2792
2792
|
<lines>
|
|
2793
|
-
<line number="70" hits="
|
|
2793
|
+
<line number="70" hits="812"/>
|
|
2794
2794
|
</lines>
|
|
2795
2795
|
</method>
|
|
2796
2796
|
<method name="(anonymous_6)" hits="395" signature="()V">
|
|
@@ -2798,14 +2798,14 @@
|
|
|
2798
2798
|
<line number="112" hits="395"/>
|
|
2799
2799
|
</lines>
|
|
2800
2800
|
</method>
|
|
2801
|
-
<method name="(anonymous_7)" hits="
|
|
2801
|
+
<method name="(anonymous_7)" hits="893" signature="()V">
|
|
2802
2802
|
<lines>
|
|
2803
|
-
<line number="116" hits="
|
|
2803
|
+
<line number="116" hits="893"/>
|
|
2804
2804
|
</lines>
|
|
2805
2805
|
</method>
|
|
2806
|
-
<method name="(anonymous_8)" hits="
|
|
2806
|
+
<method name="(anonymous_8)" hits="893" signature="()V">
|
|
2807
2807
|
<lines>
|
|
2808
|
-
<line number="120" hits="
|
|
2808
|
+
<line number="120" hits="893"/>
|
|
2809
2809
|
</lines>
|
|
2810
2810
|
</method>
|
|
2811
2811
|
<method name="(anonymous_9)" hits="571" signature="()V">
|
|
@@ -2823,9 +2823,9 @@
|
|
|
2823
2823
|
<line number="164" hits="204"/>
|
|
2824
2824
|
</lines>
|
|
2825
2825
|
</method>
|
|
2826
|
-
<method name="(anonymous_12)" hits="
|
|
2826
|
+
<method name="(anonymous_12)" hits="893" signature="()V">
|
|
2827
2827
|
<lines>
|
|
2828
|
-
<line number="177" hits="
|
|
2828
|
+
<line number="177" hits="893"/>
|
|
2829
2829
|
</lines>
|
|
2830
2830
|
</method>
|
|
2831
2831
|
<method name="(anonymous_13)" hits="352" signature="()V">
|
|
@@ -2858,42 +2858,42 @@
|
|
|
2858
2858
|
<line number="41" hits="26" branch="false"/>
|
|
2859
2859
|
<line number="45" hits="976" branch="true" condition-coverage="100% (1/1)"/>
|
|
2860
2860
|
<line number="46" hits="976" branch="true" condition-coverage="100% (1/1)"/>
|
|
2861
|
-
<line number="59" hits="
|
|
2862
|
-
<line number="60" hits="
|
|
2863
|
-
<line number="61" hits="
|
|
2864
|
-
<line number="63" hits="
|
|
2865
|
-
<line number="64" hits="
|
|
2866
|
-
<line number="65" hits="
|
|
2867
|
-
<line number="67" hits="
|
|
2861
|
+
<line number="59" hits="814" branch="false"/>
|
|
2862
|
+
<line number="60" hits="814" branch="true" condition-coverage="50% (1/2)"/>
|
|
2863
|
+
<line number="61" hits="814" branch="false"/>
|
|
2864
|
+
<line number="63" hits="814" branch="false"/>
|
|
2865
|
+
<line number="64" hits="814" branch="false"/>
|
|
2866
|
+
<line number="65" hits="814" branch="false"/>
|
|
2867
|
+
<line number="67" hits="814" branch="false"/>
|
|
2868
2868
|
<line number="69" hits="204" branch="true" condition-coverage="100% (1/1)"/>
|
|
2869
|
-
<line number="70" hits="
|
|
2870
|
-
<line number="83" hits="
|
|
2871
|
-
<line number="85" hits="
|
|
2872
|
-
<line number="86" hits="
|
|
2873
|
-
<line number="94" hits="
|
|
2874
|
-
<line number="99" hits="
|
|
2875
|
-
<line number="109" hits="
|
|
2876
|
-
<line number="111" hits="
|
|
2869
|
+
<line number="70" hits="812" branch="true" condition-coverage="100% (1/1)"/>
|
|
2870
|
+
<line number="83" hits="893" branch="false"/>
|
|
2871
|
+
<line number="85" hits="893" branch="false"/>
|
|
2872
|
+
<line number="86" hits="893" branch="false"/>
|
|
2873
|
+
<line number="94" hits="893" branch="true" condition-coverage="100% (2/2)"/>
|
|
2874
|
+
<line number="99" hits="893" branch="false"/>
|
|
2875
|
+
<line number="109" hits="893" branch="false"/>
|
|
2876
|
+
<line number="111" hits="893" branch="false"/>
|
|
2877
2877
|
<line number="112" hits="395" branch="true" condition-coverage="100% (2/2)"/>
|
|
2878
|
-
<line number="115" hits="
|
|
2879
|
-
<line number="116" hits="
|
|
2880
|
-
<line number="119" hits="
|
|
2881
|
-
<line number="120" hits="
|
|
2882
|
-
<line number="124" hits="
|
|
2883
|
-
<line number="125" hits="
|
|
2884
|
-
<line number="127" hits="
|
|
2885
|
-
<line number="129" hits="
|
|
2878
|
+
<line number="115" hits="893" branch="false"/>
|
|
2879
|
+
<line number="116" hits="893" branch="true" condition-coverage="100% (2/2)"/>
|
|
2880
|
+
<line number="119" hits="893" branch="false"/>
|
|
2881
|
+
<line number="120" hits="893" branch="true" condition-coverage="100% (2/2)"/>
|
|
2882
|
+
<line number="124" hits="893" branch="false"/>
|
|
2883
|
+
<line number="125" hits="893" branch="false"/>
|
|
2884
|
+
<line number="127" hits="893" branch="false"/>
|
|
2885
|
+
<line number="129" hits="893" branch="false"/>
|
|
2886
2886
|
<line number="130" hits="571" branch="false"/>
|
|
2887
|
-
<line number="149" hits="
|
|
2888
|
-
<line number="153" hits="
|
|
2889
|
-
<line number="155" hits="
|
|
2887
|
+
<line number="149" hits="893" branch="false"/>
|
|
2888
|
+
<line number="153" hits="893" branch="false"/>
|
|
2889
|
+
<line number="155" hits="893" branch="true" condition-coverage="0% (0/1)"/>
|
|
2890
2890
|
<line number="165" hits="204" branch="false"/>
|
|
2891
|
-
<line number="178" hits="
|
|
2892
|
-
<line number="183" hits="
|
|
2891
|
+
<line number="178" hits="893" branch="false"/>
|
|
2892
|
+
<line number="183" hits="893" branch="false"/>
|
|
2893
2893
|
<line number="184" hits="352" branch="true" condition-coverage="100% (2/2)"/>
|
|
2894
2894
|
<line number="185" hits="176" branch="false"/>
|
|
2895
|
-
<line number="189" hits="
|
|
2896
|
-
<line number="197" hits="
|
|
2895
|
+
<line number="189" hits="893" branch="false"/>
|
|
2896
|
+
<line number="197" hits="893" branch="false"/>
|
|
2897
2897
|
<line number="216" hits="1130" branch="false"/>
|
|
2898
2898
|
<line number="218" hits="1130" branch="false"/>
|
|
2899
2899
|
<line number="219" hits="1130" branch="true" condition-coverage="100% (2/2)"/>
|
|
@@ -5553,9 +5553,9 @@
|
|
|
5553
5553
|
<line number="7" hits="196"/>
|
|
5554
5554
|
</lines>
|
|
5555
5555
|
</method>
|
|
5556
|
-
<method name="(anonymous_1)" hits="
|
|
5556
|
+
<method name="(anonymous_1)" hits="893" signature="()V">
|
|
5557
5557
|
<lines>
|
|
5558
|
-
<line number="26" hits="
|
|
5558
|
+
<line number="26" hits="893"/>
|
|
5559
5559
|
</lines>
|
|
5560
5560
|
</method>
|
|
5561
5561
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
@@ -5578,17 +5578,17 @@
|
|
|
5578
5578
|
<line number="19" hits="32" branch="false"/>
|
|
5579
5579
|
<line number="21" hits="14" branch="false"/>
|
|
5580
5580
|
<line number="26" hits="27" branch="false"/>
|
|
5581
|
-
<line number="27" hits="
|
|
5582
|
-
<line number="28" hits="
|
|
5583
|
-
<line number="29" hits="
|
|
5584
|
-
<line number="30" hits="
|
|
5585
|
-
<line number="32" hits="
|
|
5586
|
-
<line number="34" hits="
|
|
5581
|
+
<line number="27" hits="893" branch="false"/>
|
|
5582
|
+
<line number="28" hits="893" branch="false"/>
|
|
5583
|
+
<line number="29" hits="893" branch="false"/>
|
|
5584
|
+
<line number="30" hits="893" branch="false"/>
|
|
5585
|
+
<line number="32" hits="893" branch="false"/>
|
|
5586
|
+
<line number="34" hits="893" branch="true" condition-coverage="100% (2/2)"/>
|
|
5587
5587
|
<line number="35" hits="31" branch="false"/>
|
|
5588
|
-
<line number="38" hits="
|
|
5588
|
+
<line number="38" hits="893" branch="false"/>
|
|
5589
5589
|
<line number="39" hits="196" branch="false"/>
|
|
5590
5590
|
<line number="40" hits="196" branch="false"/>
|
|
5591
|
-
<line number="42" hits="
|
|
5591
|
+
<line number="42" hits="893" branch="false"/>
|
|
5592
5592
|
</lines>
|
|
5593
5593
|
</class>
|
|
5594
5594
|
<class name="useLocalPageStore.js" filename="src/lib/hooks/useLocalPageStore.js" line-rate="0.4" branch-rate="0">
|
|
@@ -5619,9 +5619,9 @@
|
|
|
5619
5619
|
</class>
|
|
5620
5620
|
<class name="useLocalStorageState.js" filename="src/lib/hooks/useLocalStorageState.js" line-rate="1" branch-rate="1">
|
|
5621
5621
|
<methods>
|
|
5622
|
-
<method name="(anonymous_0)" hits="
|
|
5622
|
+
<method name="(anonymous_0)" hits="893" signature="()V">
|
|
5623
5623
|
<lines>
|
|
5624
|
-
<line number="5" hits="
|
|
5624
|
+
<line number="5" hits="893"/>
|
|
5625
5625
|
</lines>
|
|
5626
5626
|
</method>
|
|
5627
5627
|
<method name="(anonymous_1)" hits="22" signature="()V">
|
|
@@ -5632,12 +5632,12 @@
|
|
|
5632
5632
|
</methods>
|
|
5633
5633
|
<lines>
|
|
5634
5634
|
<line number="5" hits="27" branch="false"/>
|
|
5635
|
-
<line number="6" hits="
|
|
5636
|
-
<line number="7" hits="
|
|
5637
|
-
<line number="9" hits="
|
|
5635
|
+
<line number="6" hits="893" branch="false"/>
|
|
5636
|
+
<line number="7" hits="893" branch="false"/>
|
|
5637
|
+
<line number="9" hits="893" branch="false"/>
|
|
5638
5638
|
<line number="10" hits="22" branch="false"/>
|
|
5639
5639
|
<line number="11" hits="22" branch="false"/>
|
|
5640
|
-
<line number="14" hits="
|
|
5640
|
+
<line number="14" hits="893" branch="false"/>
|
|
5641
5641
|
</lines>
|
|
5642
5642
|
</class>
|
|
5643
5643
|
<class name="useModConfigEntries.js" filename="src/lib/hooks/useModConfigEntries.js" line-rate="0.1666" branch-rate="0">
|
|
@@ -5715,24 +5715,24 @@
|
|
|
5715
5715
|
</class>
|
|
5716
5716
|
<class name="usePrevNextPagination.js" filename="src/lib/hooks/usePrevNextPagination.js" line-rate="0.6271" branch-rate="0.5652">
|
|
5717
5717
|
<methods>
|
|
5718
|
-
<method name="(anonymous_0)" hits="
|
|
5718
|
+
<method name="(anonymous_0)" hits="914" signature="()V">
|
|
5719
5719
|
<lines>
|
|
5720
|
-
<line number="18" hits="
|
|
5720
|
+
<line number="18" hits="914"/>
|
|
5721
5721
|
</lines>
|
|
5722
5722
|
</method>
|
|
5723
|
-
<method name="(anonymous_1)" hits="
|
|
5723
|
+
<method name="(anonymous_1)" hits="2467" signature="()V">
|
|
5724
5724
|
<lines>
|
|
5725
|
-
<line number="28" hits="
|
|
5725
|
+
<line number="28" hits="2467"/>
|
|
5726
5726
|
</lines>
|
|
5727
5727
|
</method>
|
|
5728
|
-
<method name="(anonymous_2)" hits="
|
|
5728
|
+
<method name="(anonymous_2)" hits="2467" signature="()V">
|
|
5729
5729
|
<lines>
|
|
5730
|
-
<line number="29" hits="
|
|
5730
|
+
<line number="29" hits="2467"/>
|
|
5731
5731
|
</lines>
|
|
5732
5732
|
</method>
|
|
5733
|
-
<method name="(anonymous_3)" hits="
|
|
5733
|
+
<method name="(anonymous_3)" hits="914" signature="()V">
|
|
5734
5734
|
<lines>
|
|
5735
|
-
<line number="33" hits="
|
|
5735
|
+
<line number="33" hits="914"/>
|
|
5736
5736
|
</lines>
|
|
5737
5737
|
</method>
|
|
5738
5738
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
@@ -5768,19 +5768,19 @@
|
|
|
5768
5768
|
</methods>
|
|
5769
5769
|
<lines>
|
|
5770
5770
|
<line number="18" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
5771
|
-
<line number="28" hits="
|
|
5772
|
-
<line number="29" hits="
|
|
5773
|
-
<line number="33" hits="
|
|
5774
|
-
<line number="35" hits="
|
|
5771
|
+
<line number="28" hits="2467" branch="false"/>
|
|
5772
|
+
<line number="29" hits="2467" branch="false"/>
|
|
5773
|
+
<line number="33" hits="914" branch="false"/>
|
|
5774
|
+
<line number="35" hits="914" branch="true" condition-coverage="50% (1/2)"/>
|
|
5775
5775
|
<line number="36" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5776
5776
|
<line number="37" hits="0" branch="false"/>
|
|
5777
5777
|
<line number="40" hits="0" branch="false"/>
|
|
5778
5778
|
<line number="41" hits="0" branch="false"/>
|
|
5779
|
-
<line number="45" hits="
|
|
5780
|
-
<line number="48" hits="
|
|
5781
|
-
<line number="50" hits="
|
|
5782
|
-
<line number="51" hits="
|
|
5783
|
-
<line number="56" hits="
|
|
5779
|
+
<line number="45" hits="914" branch="false"/>
|
|
5780
|
+
<line number="48" hits="914" branch="false"/>
|
|
5781
|
+
<line number="50" hits="914" branch="false"/>
|
|
5782
|
+
<line number="51" hits="914" branch="false"/>
|
|
5783
|
+
<line number="56" hits="914" branch="false"/>
|
|
5784
5784
|
<line number="57" hits="0" branch="false"/>
|
|
5785
5785
|
<line number="60" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5786
5786
|
<line number="61" hits="0" branch="false"/>
|
|
@@ -5792,13 +5792,13 @@
|
|
|
5792
5792
|
<line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5793
5793
|
<line number="73" hits="0" branch="false"/>
|
|
5794
5794
|
<line number="77" hits="0" branch="false"/>
|
|
5795
|
-
<line number="94" hits="
|
|
5796
|
-
<line number="95" hits="
|
|
5795
|
+
<line number="94" hits="914" branch="false"/>
|
|
5796
|
+
<line number="95" hits="914" branch="false"/>
|
|
5797
5797
|
<line number="96" hits="34" branch="true" condition-coverage="50% (1/2)"/>
|
|
5798
5798
|
<line number="97" hits="34" branch="false"/>
|
|
5799
5799
|
<line number="99" hits="0" branch="false"/>
|
|
5800
5800
|
<line number="100" hits="0" branch="false"/>
|
|
5801
|
-
<line number="104" hits="
|
|
5801
|
+
<line number="104" hits="914" branch="false"/>
|
|
5802
5802
|
<line number="105" hits="639" branch="true" condition-coverage="50% (1/2)"/>
|
|
5803
5803
|
<line number="106" hits="639" branch="false"/>
|
|
5804
5804
|
<line number="108" hits="639" branch="true" condition-coverage="50% (2/4)"/>
|
|
@@ -5813,26 +5813,26 @@
|
|
|
5813
5813
|
<line number="135" hits="32" branch="false"/>
|
|
5814
5814
|
<line number="137" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5815
5815
|
<line number="140" hits="0" branch="false"/>
|
|
5816
|
-
<line number="154" hits="
|
|
5817
|
-
<line number="155" hits="
|
|
5818
|
-
<line number="156" hits="
|
|
5819
|
-
<line number="157" hits="
|
|
5816
|
+
<line number="154" hits="914" branch="true" condition-coverage="100% (3/3)"/>
|
|
5817
|
+
<line number="155" hits="914" branch="true" condition-coverage="100% (2/2)"/>
|
|
5818
|
+
<line number="156" hits="914" branch="true" condition-coverage="100% (2/2)"/>
|
|
5819
|
+
<line number="157" hits="914" branch="false"/>
|
|
5820
5820
|
<line number="158" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5821
5821
|
<line number="159" hits="0" branch="false"/>
|
|
5822
|
-
<line number="166" hits="
|
|
5822
|
+
<line number="166" hits="914" branch="false"/>
|
|
5823
5823
|
<line number="167" hits="1048" branch="false"/>
|
|
5824
5824
|
<line number="177" hits="1048" branch="true" condition-coverage="100% (2/2)"/>
|
|
5825
5825
|
<line number="178" hits="34" branch="false"/>
|
|
5826
5826
|
<line number="181" hits="1048" branch="false"/>
|
|
5827
|
-
<line number="184" hits="
|
|
5828
|
-
<line number="188" hits="
|
|
5827
|
+
<line number="184" hits="914" branch="false"/>
|
|
5828
|
+
<line number="188" hits="914" branch="false"/>
|
|
5829
5829
|
</lines>
|
|
5830
5830
|
</class>
|
|
5831
5831
|
<class name="useQIndex.js" filename="src/lib/hooks/useQIndex.js" line-rate="0.5625" branch-rate="0.1666">
|
|
5832
5832
|
<methods>
|
|
5833
|
-
<method name="(anonymous_0)" hits="
|
|
5833
|
+
<method name="(anonymous_0)" hits="893" signature="()V">
|
|
5834
5834
|
<lines>
|
|
5835
|
-
<line number="5" hits="
|
|
5835
|
+
<line number="5" hits="893"/>
|
|
5836
5836
|
</lines>
|
|
5837
5837
|
</method>
|
|
5838
5838
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
@@ -5848,21 +5848,21 @@
|
|
|
5848
5848
|
</methods>
|
|
5849
5849
|
<lines>
|
|
5850
5850
|
<line number="5" hits="27" branch="false"/>
|
|
5851
|
-
<line number="6" hits="
|
|
5852
|
-
<line number="7" hits="
|
|
5853
|
-
<line number="9" hits="
|
|
5854
|
-
<line number="10" hits="
|
|
5855
|
-
<line number="12" hits="
|
|
5851
|
+
<line number="6" hits="893" branch="false"/>
|
|
5852
|
+
<line number="7" hits="893" branch="false"/>
|
|
5853
|
+
<line number="9" hits="893" branch="false"/>
|
|
5854
|
+
<line number="10" hits="893" branch="false"/>
|
|
5855
|
+
<line number="12" hits="893" branch="false"/>
|
|
5856
5856
|
<line number="13" hits="0" branch="false"/>
|
|
5857
5857
|
<line number="14" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5858
5858
|
<line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5859
5859
|
<line number="17" hits="0" branch="false"/>
|
|
5860
5860
|
<line number="22" hits="0" branch="false"/>
|
|
5861
5861
|
<line number="28" hits="0" branch="false"/>
|
|
5862
|
-
<line number="35" hits="
|
|
5862
|
+
<line number="35" hits="893" branch="false"/>
|
|
5863
5863
|
<line number="36" hits="618" branch="true" condition-coverage="50% (1/2)"/>
|
|
5864
5864
|
<line number="37" hits="0" branch="false"/>
|
|
5865
|
-
<line number="46" hits="
|
|
5865
|
+
<line number="46" hits="893" branch="false"/>
|
|
5866
5866
|
</lines>
|
|
5867
5867
|
</class>
|
|
5868
5868
|
<class name="useRefdata.js" filename="src/lib/hooks/useRefdata.js" line-rate="0.125" branch-rate="0">
|
|
@@ -5987,28 +5987,28 @@
|
|
|
5987
5987
|
</class>
|
|
5988
5988
|
<class name="useIntlKey.js" filename="src/lib/hooks/intlHooks/useIntlKey/useIntlKey.js" line-rate="0.7" branch-rate="0.5">
|
|
5989
5989
|
<methods>
|
|
5990
|
-
<method name="(anonymous_0)" hits="
|
|
5990
|
+
<method name="(anonymous_0)" hits="1081" signature="()V">
|
|
5991
5991
|
<lines>
|
|
5992
|
-
<line number="3" hits="
|
|
5992
|
+
<line number="3" hits="1081"/>
|
|
5993
5993
|
</lines>
|
|
5994
5994
|
</method>
|
|
5995
|
-
<method name="(anonymous_1)" hits="
|
|
5995
|
+
<method name="(anonymous_1)" hits="2431" signature="()V">
|
|
5996
5996
|
<lines>
|
|
5997
|
-
<line number="4" hits="
|
|
5997
|
+
<line number="4" hits="2431"/>
|
|
5998
5998
|
</lines>
|
|
5999
5999
|
</method>
|
|
6000
6000
|
</methods>
|
|
6001
6001
|
<lines>
|
|
6002
6002
|
<line number="3" hits="27" branch="false"/>
|
|
6003
|
-
<line number="4" hits="
|
|
6004
|
-
<line number="7" hits="
|
|
6003
|
+
<line number="4" hits="2431" branch="false"/>
|
|
6004
|
+
<line number="7" hits="1081" branch="true" condition-coverage="50% (1/2)"/>
|
|
6005
6005
|
<line number="8" hits="0" branch="false"/>
|
|
6006
|
-
<line number="9" hits="
|
|
6006
|
+
<line number="9" hits="1081" branch="true" condition-coverage="50% (1/2)"/>
|
|
6007
6007
|
<line number="10" hits="0" branch="false"/>
|
|
6008
|
-
<line number="12" hits="
|
|
6009
|
-
<line number="15" hits="
|
|
6008
|
+
<line number="12" hits="1081" branch="false"/>
|
|
6009
|
+
<line number="15" hits="1081" branch="true" condition-coverage="50% (1/2)"/>
|
|
6010
6010
|
<line number="16" hits="0" branch="false"/>
|
|
6011
|
-
<line number="19" hits="
|
|
6011
|
+
<line number="19" hits="1081" branch="false"/>
|
|
6012
6012
|
</lines>
|
|
6013
6013
|
</class>
|
|
6014
6014
|
</classes>
|
|
@@ -6048,9 +6048,9 @@
|
|
|
6048
6048
|
<line number="17" hits="0"/>
|
|
6049
6049
|
</lines>
|
|
6050
6050
|
</method>
|
|
6051
|
-
<method name="(anonymous_5)" hits="
|
|
6051
|
+
<method name="(anonymous_5)" hits="902" signature="()V">
|
|
6052
6052
|
<lines>
|
|
6053
|
-
<line number="27" hits="
|
|
6053
|
+
<line number="27" hits="902"/>
|
|
6054
6054
|
</lines>
|
|
6055
6055
|
</method>
|
|
6056
6056
|
</methods>
|
|
@@ -6069,11 +6069,11 @@
|
|
|
6069
6069
|
<line number="21" hits="0" branch="false"/>
|
|
6070
6070
|
<line number="24" hits="0" branch="false"/>
|
|
6071
6071
|
<line number="25" hits="0" branch="false"/>
|
|
6072
|
-
<line number="28" hits="
|
|
6073
|
-
<line number="29" hits="
|
|
6074
|
-
<line number="30" hits="
|
|
6075
|
-
<line number="31" hits="
|
|
6076
|
-
<line number="34" hits="
|
|
6072
|
+
<line number="28" hits="902" branch="false"/>
|
|
6073
|
+
<line number="29" hits="902" branch="false"/>
|
|
6074
|
+
<line number="30" hits="902" branch="true" condition-coverage="50% (1/2)"/>
|
|
6075
|
+
<line number="31" hits="902" branch="false"/>
|
|
6076
|
+
<line number="34" hits="902" branch="false"/>
|
|
6077
6077
|
</lines>
|
|
6078
6078
|
</class>
|
|
6079
6079
|
</classes>
|
|
@@ -6088,9 +6088,9 @@
|
|
|
6088
6088
|
</class>
|
|
6089
6089
|
<class name="useKintIntl.js" filename="src/lib/hooks/intlHooks/useKintIntl/useKintIntl.js" line-rate="0.8234999999999999" branch-rate="0.75">
|
|
6090
6090
|
<methods>
|
|
6091
|
-
<method name="(anonymous_0)" hits="
|
|
6091
|
+
<method name="(anonymous_0)" hits="1081" signature="()V">
|
|
6092
6092
|
<lines>
|
|
6093
|
-
<line number="5" hits="
|
|
6093
|
+
<line number="5" hits="1081"/>
|
|
6094
6094
|
</lines>
|
|
6095
6095
|
</method>
|
|
6096
6096
|
<method name="(anonymous_1)" hits="2742" signature="()V">
|
|
@@ -6106,9 +6106,9 @@
|
|
|
6106
6106
|
</methods>
|
|
6107
6107
|
<lines>
|
|
6108
6108
|
<line number="5" hits="27" branch="false"/>
|
|
6109
|
-
<line number="6" hits="
|
|
6110
|
-
<line number="7" hits="
|
|
6111
|
-
<line number="11" hits="
|
|
6109
|
+
<line number="6" hits="1081" branch="false"/>
|
|
6110
|
+
<line number="7" hits="1081" branch="false"/>
|
|
6111
|
+
<line number="11" hits="1081" branch="false"/>
|
|
6112
6112
|
<line number="12" hits="2742" branch="true" condition-coverage="100% (2/2)"/>
|
|
6113
6113
|
<line number="14" hits="4" branch="true" condition-coverage="50% (1/2)"/>
|
|
6114
6114
|
<line number="15" hits="0" branch="false"/>
|
|
@@ -6120,8 +6120,8 @@
|
|
|
6120
6120
|
<line number="32" hits="0" branch="false"/>
|
|
6121
6121
|
<line number="35" hits="6" branch="false"/>
|
|
6122
6122
|
<line number="39" hits="2732" branch="false"/>
|
|
6123
|
-
<line number="42" hits="
|
|
6124
|
-
<line number="44" hits="
|
|
6123
|
+
<line number="42" hits="1081" branch="false"/>
|
|
6124
|
+
<line number="44" hits="1081" branch="false"/>
|
|
6125
6125
|
</lines>
|
|
6126
6126
|
</class>
|
|
6127
6127
|
</classes>
|
|
@@ -6773,7 +6773,7 @@
|
|
|
6773
6773
|
</class>
|
|
6774
6774
|
</classes>
|
|
6775
6775
|
</package>
|
|
6776
|
-
<package name="utils" line-rate="0.
|
|
6776
|
+
<package name="utils" line-rate="0.4461" branch-rate="0.38630000000000003">
|
|
6777
6777
|
<classes>
|
|
6778
6778
|
<class name="buildUrl.js" filename="src/lib/utils/buildUrl.js" line-rate="1" branch-rate="1">
|
|
6779
6779
|
<methods>
|
|
@@ -6843,112 +6843,12 @@
|
|
|
6843
6843
|
<line number="9" hits="48" branch="false"/>
|
|
6844
6844
|
</lines>
|
|
6845
6845
|
</class>
|
|
6846
|
-
<class name="highlightString.js" filename="src/lib/utils/highlightString.js" line-rate="0.14279999999999998" branch-rate="0">
|
|
6847
|
-
<methods>
|
|
6848
|
-
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
6849
|
-
<lines>
|
|
6850
|
-
<line number="3" hits="0"/>
|
|
6851
|
-
</lines>
|
|
6852
|
-
</method>
|
|
6853
|
-
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
6854
|
-
<lines>
|
|
6855
|
-
<line number="7" hits="0"/>
|
|
6856
|
-
</lines>
|
|
6857
|
-
</method>
|
|
6858
|
-
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
6859
|
-
<lines>
|
|
6860
|
-
<line number="29" hits="0"/>
|
|
6861
|
-
</lines>
|
|
6862
|
-
</method>
|
|
6863
|
-
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
6864
|
-
<lines>
|
|
6865
|
-
<line number="33" hits="0"/>
|
|
6866
|
-
</lines>
|
|
6867
|
-
</method>
|
|
6868
|
-
</methods>
|
|
6869
|
-
<lines>
|
|
6870
|
-
<line number="3" hits="27" branch="true" condition-coverage="0% (0/2)"/>
|
|
6871
|
-
<line number="4" hits="0" branch="false"/>
|
|
6872
|
-
<line number="6" hits="0" branch="false"/>
|
|
6873
|
-
<line number="9" hits="0" branch="false"/>
|
|
6874
|
-
<line number="10" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6875
|
-
<line number="11" hits="0" branch="false"/>
|
|
6876
|
-
<line number="20" hits="0" branch="false"/>
|
|
6877
|
-
<line number="29" hits="27" branch="true" condition-coverage="0% (0/2)"/>
|
|
6878
|
-
<line number="30" hits="0" branch="false"/>
|
|
6879
|
-
<line number="32" hits="0" branch="false"/>
|
|
6880
|
-
<line number="35" hits="0" branch="false"/>
|
|
6881
|
-
<line number="36" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6882
|
-
<line number="37" hits="0" branch="false"/>
|
|
6883
|
-
<line number="46" hits="0" branch="false"/>
|
|
6884
|
-
</lines>
|
|
6885
|
-
</class>
|
|
6886
6846
|
<class name="index.js" filename="src/lib/utils/index.js" line-rate="0" branch-rate="0">
|
|
6887
6847
|
<methods>
|
|
6888
6848
|
</methods>
|
|
6889
6849
|
<lines>
|
|
6890
6850
|
</lines>
|
|
6891
6851
|
</class>
|
|
6892
|
-
<class name="matchString.js" filename="src/lib/utils/matchString.js" line-rate="0.07139999999999999" branch-rate="0">
|
|
6893
|
-
<methods>
|
|
6894
|
-
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
6895
|
-
<lines>
|
|
6896
|
-
<line number="3" hits="0"/>
|
|
6897
|
-
</lines>
|
|
6898
|
-
</method>
|
|
6899
|
-
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
6900
|
-
<lines>
|
|
6901
|
-
<line number="5" hits="0"/>
|
|
6902
|
-
</lines>
|
|
6903
|
-
</method>
|
|
6904
|
-
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
6905
|
-
<lines>
|
|
6906
|
-
<line number="5" hits="0"/>
|
|
6907
|
-
</lines>
|
|
6908
|
-
</method>
|
|
6909
|
-
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
6910
|
-
<lines>
|
|
6911
|
-
<line number="10" hits="0"/>
|
|
6912
|
-
</lines>
|
|
6913
|
-
</method>
|
|
6914
|
-
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
6915
|
-
<lines>
|
|
6916
|
-
<line number="11" hits="0"/>
|
|
6917
|
-
</lines>
|
|
6918
|
-
</method>
|
|
6919
|
-
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
6920
|
-
<lines>
|
|
6921
|
-
<line number="17" hits="0"/>
|
|
6922
|
-
</lines>
|
|
6923
|
-
</method>
|
|
6924
|
-
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
6925
|
-
<lines>
|
|
6926
|
-
<line number="29" hits="0"/>
|
|
6927
|
-
</lines>
|
|
6928
|
-
</method>
|
|
6929
|
-
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
6930
|
-
<lines>
|
|
6931
|
-
<line number="32" hits="0"/>
|
|
6932
|
-
</lines>
|
|
6933
|
-
</method>
|
|
6934
|
-
</methods>
|
|
6935
|
-
<lines>
|
|
6936
|
-
<line number="3" hits="27" branch="true" condition-coverage="0% (0/2)"/>
|
|
6937
|
-
<line number="5" hits="0" branch="false"/>
|
|
6938
|
-
<line number="8" hits="0" branch="false"/>
|
|
6939
|
-
<line number="10" hits="0" branch="false"/>
|
|
6940
|
-
<line number="12" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
6941
|
-
<line number="13" hits="0" branch="false"/>
|
|
6942
|
-
<line number="15" hits="0" branch="false"/>
|
|
6943
|
-
<line number="17" hits="0" branch="false"/>
|
|
6944
|
-
<line number="22" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
6945
|
-
<line number="23" hits="0" branch="false"/>
|
|
6946
|
-
<line number="25" hits="0" branch="false"/>
|
|
6947
|
-
<line number="28" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6948
|
-
<line number="29" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6949
|
-
<line number="32" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6950
|
-
</lines>
|
|
6951
|
-
</class>
|
|
6952
6852
|
<class name="modConfigEntriesQueryKey.js" filename="src/lib/utils/modConfigEntriesQueryKey.js" line-rate="0.125" branch-rate="0">
|
|
6953
6853
|
<methods>
|
|
6954
6854
|
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
@@ -7455,6 +7355,79 @@
|
|
|
7455
7355
|
</class>
|
|
7456
7356
|
</classes>
|
|
7457
7357
|
</package>
|
|
7358
|
+
<package name="utils.matchString" line-rate="1" branch-rate="1">
|
|
7359
|
+
<classes>
|
|
7360
|
+
<class name="index.js" filename="src/lib/utils/matchString/index.js" line-rate="0" branch-rate="0">
|
|
7361
|
+
<methods>
|
|
7362
|
+
</methods>
|
|
7363
|
+
<lines>
|
|
7364
|
+
</lines>
|
|
7365
|
+
</class>
|
|
7366
|
+
<class name="matchString.js" filename="src/lib/utils/matchString/matchString.js" line-rate="1" branch-rate="1">
|
|
7367
|
+
<methods>
|
|
7368
|
+
<method name="(anonymous_0)" hits="54" signature="()V">
|
|
7369
|
+
<lines>
|
|
7370
|
+
<line number="3" hits="54"/>
|
|
7371
|
+
</lines>
|
|
7372
|
+
</method>
|
|
7373
|
+
<method name="(anonymous_1)" hits="78" signature="()V">
|
|
7374
|
+
<lines>
|
|
7375
|
+
<line number="7" hits="78"/>
|
|
7376
|
+
</lines>
|
|
7377
|
+
</method>
|
|
7378
|
+
<method name="(anonymous_2)" hits="61" signature="()V">
|
|
7379
|
+
<lines>
|
|
7380
|
+
<line number="8" hits="61"/>
|
|
7381
|
+
</lines>
|
|
7382
|
+
</method>
|
|
7383
|
+
<method name="(anonymous_3)" hits="59" signature="()V">
|
|
7384
|
+
<lines>
|
|
7385
|
+
<line number="18" hits="59"/>
|
|
7386
|
+
</lines>
|
|
7387
|
+
</method>
|
|
7388
|
+
<method name="(anonymous_4)" hits="59" signature="()V">
|
|
7389
|
+
<lines>
|
|
7390
|
+
<line number="19" hits="59"/>
|
|
7391
|
+
</lines>
|
|
7392
|
+
</method>
|
|
7393
|
+
<method name="(anonymous_5)" hits="59" signature="()V">
|
|
7394
|
+
<lines>
|
|
7395
|
+
<line number="25" hits="59"/>
|
|
7396
|
+
</lines>
|
|
7397
|
+
</method>
|
|
7398
|
+
<method name="(anonymous_6)" hits="122" signature="()V">
|
|
7399
|
+
<lines>
|
|
7400
|
+
<line number="38" hits="122"/>
|
|
7401
|
+
</lines>
|
|
7402
|
+
</method>
|
|
7403
|
+
<method name="(anonymous_7)" hits="77" signature="()V">
|
|
7404
|
+
<lines>
|
|
7405
|
+
<line number="41" hits="77"/>
|
|
7406
|
+
</lines>
|
|
7407
|
+
</method>
|
|
7408
|
+
</methods>
|
|
7409
|
+
<lines>
|
|
7410
|
+
<line number="3" hits="30" branch="true" condition-coverage="100% (2/2)"/>
|
|
7411
|
+
<line number="5" hits="54" branch="false"/>
|
|
7412
|
+
<line number="7" hits="78" branch="false"/>
|
|
7413
|
+
<line number="8" hits="61" branch="false"/>
|
|
7414
|
+
<line number="14" hits="54" branch="true" condition-coverage="100% (2/2)"/>
|
|
7415
|
+
<line number="15" hits="54" branch="false"/>
|
|
7416
|
+
<line number="18" hits="59" branch="false"/>
|
|
7417
|
+
<line number="20" hits="59" branch="true" condition-coverage="100% (4/4)"/>
|
|
7418
|
+
<line number="21" hits="2" branch="false"/>
|
|
7419
|
+
<line number="23" hits="57" branch="false"/>
|
|
7420
|
+
<line number="25" hits="59" branch="false"/>
|
|
7421
|
+
<line number="31" hits="54" branch="true" condition-coverage="100% (4/4)"/>
|
|
7422
|
+
<line number="32" hits="1" branch="false"/>
|
|
7423
|
+
<line number="34" hits="1" branch="false"/>
|
|
7424
|
+
<line number="37" hits="53" branch="true" condition-coverage="100% (2/2)"/>
|
|
7425
|
+
<line number="38" hits="122" branch="true" condition-coverage="100% (2/2)"/>
|
|
7426
|
+
<line number="41" hits="77" branch="true" condition-coverage="100% (2/2)"/>
|
|
7427
|
+
</lines>
|
|
7428
|
+
</class>
|
|
7429
|
+
</classes>
|
|
7430
|
+
</package>
|
|
7458
7431
|
<package name="utils.refdataQueryKey" line-rate="0.2" branch-rate="0">
|
|
7459
7432
|
<classes>
|
|
7460
7433
|
<class name="index.js" filename="src/lib/utils/refdataQueryKey/index.js" line-rate="0" branch-rate="0">
|
|
@@ -7481,6 +7454,62 @@
|
|
|
7481
7454
|
</class>
|
|
7482
7455
|
</classes>
|
|
7483
7456
|
</package>
|
|
7457
|
+
<package name="utils.stringStyling" line-rate="1" branch-rate="1">
|
|
7458
|
+
<classes>
|
|
7459
|
+
<class name="boldString.js" filename="src/lib/utils/stringStyling/boldString.js" line-rate="1" branch-rate="1">
|
|
7460
|
+
<methods>
|
|
7461
|
+
<method name="(anonymous_0)" hits="11" signature="()V">
|
|
7462
|
+
<lines>
|
|
7463
|
+
<line number="5" hits="11"/>
|
|
7464
|
+
</lines>
|
|
7465
|
+
</method>
|
|
7466
|
+
<method name="(anonymous_1)" hits="30" signature="()V">
|
|
7467
|
+
<lines>
|
|
7468
|
+
<line number="9" hits="30"/>
|
|
7469
|
+
</lines>
|
|
7470
|
+
</method>
|
|
7471
|
+
</methods>
|
|
7472
|
+
<lines>
|
|
7473
|
+
<line number="5" hits="28" branch="true" condition-coverage="100% (2/2)"/>
|
|
7474
|
+
<line number="6" hits="11" branch="false"/>
|
|
7475
|
+
<line number="8" hits="11" branch="false"/>
|
|
7476
|
+
<line number="11" hits="30" branch="false"/>
|
|
7477
|
+
<line number="12" hits="30" branch="true" condition-coverage="100% (2/2)"/>
|
|
7478
|
+
<line number="13" hits="15" branch="false"/>
|
|
7479
|
+
<line number="23" hits="15" branch="false"/>
|
|
7480
|
+
</lines>
|
|
7481
|
+
</class>
|
|
7482
|
+
<class name="highlightString.js" filename="src/lib/utils/stringStyling/highlightString.js" line-rate="1" branch-rate="1">
|
|
7483
|
+
<methods>
|
|
7484
|
+
<method name="(anonymous_0)" hits="18" signature="()V">
|
|
7485
|
+
<lines>
|
|
7486
|
+
<line number="5" hits="18"/>
|
|
7487
|
+
</lines>
|
|
7488
|
+
</method>
|
|
7489
|
+
<method name="(anonymous_1)" hits="46" signature="()V">
|
|
7490
|
+
<lines>
|
|
7491
|
+
<line number="9" hits="46"/>
|
|
7492
|
+
</lines>
|
|
7493
|
+
</method>
|
|
7494
|
+
</methods>
|
|
7495
|
+
<lines>
|
|
7496
|
+
<line number="5" hits="28" branch="true" condition-coverage="100% (2/2)"/>
|
|
7497
|
+
<line number="6" hits="18" branch="false"/>
|
|
7498
|
+
<line number="8" hits="18" branch="false"/>
|
|
7499
|
+
<line number="11" hits="46" branch="false"/>
|
|
7500
|
+
<line number="12" hits="46" branch="true" condition-coverage="100% (2/2)"/>
|
|
7501
|
+
<line number="13" hits="24" branch="false"/>
|
|
7502
|
+
<line number="23" hits="22" branch="false"/>
|
|
7503
|
+
</lines>
|
|
7504
|
+
</class>
|
|
7505
|
+
<class name="index.js" filename="src/lib/utils/stringStyling/index.js" line-rate="0" branch-rate="0">
|
|
7506
|
+
<methods>
|
|
7507
|
+
</methods>
|
|
7508
|
+
<lines>
|
|
7509
|
+
</lines>
|
|
7510
|
+
</class>
|
|
7511
|
+
</classes>
|
|
7512
|
+
</package>
|
|
7484
7513
|
<package name="validators" line-rate="0.46659999999999996" branch-rate="0.2666">
|
|
7485
7514
|
<classes>
|
|
7486
7515
|
<class name="index.js" filename="src/lib/validators/index.js" line-rate="0" branch-rate="0">
|