@k-int/stripes-kint-components 4.5.0 → 4.6.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 +10 -0
- package/README.md +14 -0
- package/es/__mocks__/@folio/stripes/components.js +10 -21
- package/es/__mocks__/@folio/stripes/core.js +4 -7
- package/es/__mocks__/@folio/stripes/smart-components.js +4 -7
- package/es/__mocks__/react-query.js +4 -7
- package/es/__mocks__/react-router-dom.js +6 -7
- package/es/artifacts/coverage-jest/lcov-report/prettify.js +2 -2
- package/es/artifacts/coverage-jest/lcov-report/sorter.js +6 -6
- package/es/index.js +62 -49
- package/es/lib/ActionList/ActionList.js +38 -51
- package/es/lib/ActionList/ActionListFieldArray.js +143 -167
- package/es/lib/ActionList/index.js +1 -1
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +57 -77
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +15 -19
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +111 -160
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +30 -67
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +36 -48
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +83 -121
- package/es/lib/CustomProperties/Config/CustomPropertyView.js +9 -8
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +48 -135
- package/es/lib/CustomProperties/Config/index.js +4 -4
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +19 -21
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +11 -16
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +29 -27
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +11 -16
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +86 -103
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +26 -63
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +123 -115
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +95 -176
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +43 -44
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +23 -27
- package/es/lib/CustomProperties/Edit/index.js +5 -5
- package/es/lib/CustomProperties/Edit/testResources.js +13 -35
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +60 -81
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +23 -57
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +39 -54
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +17 -16
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +27 -23
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +18 -45
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +18 -20
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +23 -52
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +37 -41
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +77 -225
- package/es/lib/CustomProperties/Filter/index.js +6 -6
- package/es/lib/CustomProperties/Filter/testResources.js +12 -32
- package/es/lib/CustomProperties/Filter/useOperators.js +17 -16
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +17 -30
- package/es/lib/CustomProperties/Filter/useValueProps.js +22 -27
- package/es/lib/CustomProperties/View/CustomPropertiesView.js +19 -21
- package/es/lib/CustomProperties/View/CustomPropertiesView.test.js +11 -16
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +49 -57
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +14 -23
- package/es/lib/CustomProperties/View/CustomPropertyCard.js +17 -18
- package/es/lib/CustomProperties/View/index.js +3 -3
- package/es/lib/CustomProperties/View/testResources.js +4 -4
- package/es/lib/CustomProperties/index.js +18 -18
- package/es/lib/CycleButton/CycleButton.js +17 -32
- package/es/lib/CycleButton/index.js +1 -1
- package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +108 -150
- package/es/lib/EditableRefdataCategoryList/index.js +1 -1
- package/es/lib/EditableRefdataList/EditableRefdataList.js +127 -170
- package/es/lib/EditableRefdataList/index.js +1 -1
- package/es/lib/EditableSettingsList/EditableSettingsList.js +16 -13
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +18 -25
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +61 -90
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +21 -34
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.test.js +99 -83
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.js +17 -19
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +187 -275
- package/es/lib/EditableSettingsList/SettingField/SettingField.js +74 -109
- package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +52 -157
- package/es/lib/EditableSettingsList/SettingField/index.js +3 -3
- package/es/lib/EditableSettingsList/index.js +3 -3
- package/es/lib/FormModal/FormModal.js +43 -46
- package/es/lib/FormModal/index.js +1 -1
- package/es/lib/FormattedKintMessage/FormattedKintMessage.js +23 -27
- package/es/lib/FormattedKintMessage/index.js +1 -1
- package/es/lib/IconSelect/IconSelect.js +48 -68
- package/es/lib/IconSelect/index.js +1 -1
- package/es/lib/NoResultsMessage/NoResultsMessage.js +18 -17
- package/es/lib/NoResultsMessage/index.js +1 -1
- package/es/lib/QueryTypedown/QueryTypedown.js +17 -38
- package/es/lib/QueryTypedown/index.js +1 -1
- package/es/lib/RefdataButtons/RefdataButtons.js +26 -29
- package/es/lib/RefdataButtons/index.js +1 -1
- package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +83 -88
- package/es/lib/ResponsiveButtonGroup/index.js +1 -1
- package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +27 -40
- package/es/lib/RichSelect/RichSelect.js +70 -86
- package/es/lib/RichSelect/index.js +2 -2
- package/es/lib/RichSelect/useSelectedOption.js +3 -12
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +115 -137
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +39 -45
- package/es/lib/SASQLookupComponent/TableBody/index.js +1 -1
- package/es/lib/SASQLookupComponent/index.js +2 -2
- package/es/lib/SASQRoute/SASQRoute.js +31 -37
- package/es/lib/SASQRoute/index.js +1 -1
- package/es/lib/SASQViewComponent/SASQViewComponent.js +38 -45
- package/es/lib/SASQViewComponent/index.js +1 -1
- package/es/lib/SearchField/SearchField.js +10 -16
- package/es/lib/SearchField/index.js +1 -1
- package/es/lib/SettingPage/SettingPage.js +21 -20
- package/es/lib/SettingPage/SettingPagePane.js +8 -6
- package/es/lib/SettingPage/index.js +2 -2
- package/es/lib/SettingsFormContainer/SettingsFormContainer.js +87 -0
- package/es/lib/SettingsFormContainer/index.js +13 -0
- package/es/lib/Typedown/Typedown.js +61 -79
- package/es/lib/Typedown/index.js +1 -1
- package/es/lib/constants/customProperties.js +11 -11
- package/es/lib/constants/endpoints.js +9 -0
- package/es/lib/constants/eventCodes.js +3 -3
- package/es/lib/contexts/SettingsContext.js +1 -1
- package/es/lib/contexts/index.js +1 -1
- package/es/lib/hooks/__mocks__/index.js +9 -29
- package/es/lib/hooks/index.js +31 -17
- package/es/lib/hooks/typedownHooks/index.js +3 -3
- package/es/lib/hooks/typedownHooks/useTypedown.js +48 -48
- package/es/lib/hooks/typedownHooks/useTypedownData.js +11 -21
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +12 -20
- package/es/lib/hooks/useActiveElement.js +8 -17
- package/es/lib/hooks/useCustomProperties.js +22 -30
- package/es/lib/hooks/useHelperApp.js +30 -49
- package/es/lib/hooks/useIntlKey.js +3 -5
- package/es/lib/hooks/useIntlKeyStore.js +44 -49
- package/es/lib/hooks/useInvalidateRefdata.js +3 -5
- package/es/lib/hooks/useKintIntl.js +28 -31
- package/es/lib/hooks/useKiwtFieldArray.js +34 -45
- package/es/lib/hooks/useKiwtSASQuery.js +38 -48
- package/es/lib/hooks/useLocalStorageState.js +6 -18
- package/es/lib/hooks/useModConfigEntries.js +49 -0
- package/es/lib/hooks/useMutateCustomProperties.js +19 -62
- package/es/lib/hooks/useMutateModConfigEntry.js +40 -0
- package/es/lib/hooks/useMutateRefdataCategory.js +19 -60
- package/es/lib/hooks/useMutateRefdataValue.js +28 -65
- package/es/lib/hooks/useQIndex.js +12 -26
- package/es/lib/hooks/useRefdata.js +17 -19
- package/es/lib/hooks/useSASQQueryMeta.js +13 -20
- package/es/lib/hooks/useTemplates.js +13 -12
- package/es/lib/settingsHooks/index.js +3 -3
- package/es/lib/settingsHooks/useAppSettings.js +18 -25
- package/es/lib/settingsHooks/useSettingSection.js +16 -17
- package/es/lib/settingsHooks/useSettings.js +58 -72
- package/es/lib/utils/buildUrl.js +5 -5
- package/es/lib/utils/generateKiwtQuery.js +3 -3
- package/es/lib/utils/generateKiwtQueryParams.js +85 -93
- package/es/lib/utils/groupCustomPropertiesByCtx.js +8 -18
- package/es/lib/utils/highlightString.js +17 -37
- package/es/lib/utils/index.js +29 -15
- package/es/lib/utils/matchString.js +4 -8
- package/es/lib/utils/modConfigEntriesQueryKey.js +24 -0
- package/es/lib/utils/parseErrorResponse.js +22 -63
- package/es/lib/utils/parseKiwtQueryGroups.js +47 -19
- package/es/lib/utils/parseKiwtQueryGroups.test.js +54 -0
- package/es/lib/utils/parseModConfigEntry.js +21 -0
- package/es/lib/utils/refdataQueryKey.js +2 -2
- package/es/lib/utils/selectorSafe.js +3 -3
- package/es/lib/utils/sortByLabel.js +3 -3
- package/es/lib/utils/toCamelCase.js +7 -12
- package/es/lib/utils/typedownQueryKey.js +2 -2
- package/es/lib/validators/index.js +1 -1
- package/es/lib/validators/validators.js +22 -29
- package/junit.xml +167 -147
- package/package.json +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +21 -21
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +17 -17
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +6 -6
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +42 -42
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +4 -4
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +10 -10
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +13 -13
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +15 -15
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +17 -17
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +17 -17
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +12 -12
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +13 -13
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +10 -10
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +18 -18
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingsFormContainer/SettingsFormContainer.js.html +337 -0
- package/src/artifacts/coverage-jest/lcov-report/SettingsFormContainer/index.html +131 -0
- package/src/artifacts/coverage-jest/lcov-report/SettingsFormContainer/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +12 -12
- package/src/artifacts/coverage-jest/lcov-report/constants/endpoints.js.html +91 -0
- package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +12 -12
- package/src/artifacts/coverage-jest/lcov-report/constants/index.html +28 -13
- package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +131 -101
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +8 -2
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +23 -23
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +8 -8
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +21 -21
- package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +10 -10
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useModConfigEntries.js.html +226 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateModConfigEntry.js.html +238 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/index.html +172 -157
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.html +23 -23
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useAppSettings.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettingSection.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettings.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +4 -4
- package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/utils/index.html +48 -18
- package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +11 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/modConfigEntriesQueryKey.js.html +142 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +161 -80
- package/src/artifacts/coverage-jest/lcov-report/utils/parseModConfigEntry.js.html +130 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/validators/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/validators/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/validators/validators.js.html +8 -8
- package/src/artifacts/coverage-jest/lcov.info +543 -385
- package/src/index.js +6 -0
- package/src/lib/SettingsFormContainer/SettingsFormContainer.js +84 -0
- package/src/lib/SettingsFormContainer/index.js +1 -0
- package/src/lib/constants/endpoints.js +2 -0
- package/src/lib/hooks/index.js +2 -0
- package/src/lib/hooks/useModConfigEntries.js +47 -0
- package/src/lib/hooks/useMutateModConfigEntry.js +51 -0
- package/src/lib/utils/index.js +3 -0
- package/src/lib/utils/modConfigEntriesQueryKey.js +19 -0
- package/src/lib/utils/parseKiwtQueryGroups.js +39 -12
- package/src/lib/utils/parseKiwtQueryGroups.test.js +60 -0
- package/src/lib/utils/parseModConfigEntry.js +15 -0
- package/test/jest/helpers/KintHarness.js +21 -4
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">33.35% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>618/1853</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">23.41% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>288/1230</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">25.67% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>133/518</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">33.74% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>600/1778</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -80,17 +80,17 @@
|
|
|
80
80
|
</thead>
|
|
81
81
|
<tbody><tr>
|
|
82
82
|
<td class="file low" data-value="ActionList"><a href="ActionList/index.html">ActionList</a></td>
|
|
83
|
-
<td data-value="
|
|
84
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
83
|
+
<td data-value="8.27" class="pic low">
|
|
84
|
+
<div class="chart"><div class="cover-fill" style="width: 8%"></div><div class="cover-empty" style="width: 92%"></div></div>
|
|
85
85
|
</td>
|
|
86
|
-
<td data-value="
|
|
87
|
-
<td data-value="133" class="abs low">
|
|
86
|
+
<td data-value="8.27" class="pct low">8.27%</td>
|
|
87
|
+
<td data-value="133" class="abs low">11/133</td>
|
|
88
88
|
<td data-value="0" class="pct low">0%</td>
|
|
89
89
|
<td data-value="99" class="abs low">0/99</td>
|
|
90
90
|
<td data-value="0" class="pct low">0%</td>
|
|
91
91
|
<td data-value="33" class="abs low">0/33</td>
|
|
92
|
-
<td data-value="
|
|
93
|
-
<td data-value="126" class="abs low">
|
|
92
|
+
<td data-value="8.73" class="pct low">8.73%</td>
|
|
93
|
+
<td data-value="126" class="abs low">11/126</td>
|
|
94
94
|
</tr>
|
|
95
95
|
|
|
96
96
|
<tr>
|
|
@@ -155,77 +155,77 @@
|
|
|
155
155
|
|
|
156
156
|
<tr>
|
|
157
157
|
<td class="file medium" data-value="CustomProperties/View"><a href="CustomProperties/View/index.html">CustomProperties/View</a></td>
|
|
158
|
-
<td data-value="
|
|
159
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
158
|
+
<td data-value="60" class="pic medium">
|
|
159
|
+
<div class="chart"><div class="cover-fill" style="width: 60%"></div><div class="cover-empty" style="width: 40%"></div></div>
|
|
160
160
|
</td>
|
|
161
|
-
<td data-value="
|
|
162
|
-
<td data-value="45" class="abs medium">
|
|
161
|
+
<td data-value="60" class="pct medium">60%</td>
|
|
162
|
+
<td data-value="45" class="abs medium">27/45</td>
|
|
163
163
|
<td data-value="16.66" class="pct low">16.66%</td>
|
|
164
164
|
<td data-value="54" class="abs low">9/54</td>
|
|
165
165
|
<td data-value="72.72" class="pct medium">72.72%</td>
|
|
166
166
|
<td data-value="11" class="abs medium">8/11</td>
|
|
167
|
-
<td data-value="
|
|
168
|
-
<td data-value="44" class="abs medium">
|
|
167
|
+
<td data-value="59.09" class="pct medium">59.09%</td>
|
|
168
|
+
<td data-value="44" class="abs medium">26/44</td>
|
|
169
169
|
</tr>
|
|
170
170
|
|
|
171
171
|
<tr>
|
|
172
172
|
<td class="file low" data-value="CycleButton"><a href="CycleButton/index.html">CycleButton</a></td>
|
|
173
|
-
<td data-value="
|
|
174
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
173
|
+
<td data-value="25" class="pic low">
|
|
174
|
+
<div class="chart"><div class="cover-fill" style="width: 25%"></div><div class="cover-empty" style="width: 75%"></div></div>
|
|
175
175
|
</td>
|
|
176
|
-
<td data-value="
|
|
177
|
-
<td data-value="8" class="abs low">
|
|
176
|
+
<td data-value="25" class="pct low">25%</td>
|
|
177
|
+
<td data-value="8" class="abs low">2/8</td>
|
|
178
178
|
<td data-value="0" class="pct low">0%</td>
|
|
179
179
|
<td data-value="5" class="abs low">0/5</td>
|
|
180
180
|
<td data-value="0" class="pct low">0%</td>
|
|
181
181
|
<td data-value="2" class="abs low">0/2</td>
|
|
182
|
-
<td data-value="
|
|
183
|
-
<td data-value="8" class="abs low">
|
|
182
|
+
<td data-value="25" class="pct low">25%</td>
|
|
183
|
+
<td data-value="8" class="abs low">2/8</td>
|
|
184
184
|
</tr>
|
|
185
185
|
|
|
186
186
|
<tr>
|
|
187
187
|
<td class="file low" data-value="EditableRefdataCategoryList"><a href="EditableRefdataCategoryList/index.html">EditableRefdataCategoryList</a></td>
|
|
188
|
-
<td data-value="
|
|
189
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
188
|
+
<td data-value="7.69" class="pic low">
|
|
189
|
+
<div class="chart"><div class="cover-fill" style="width: 7%"></div><div class="cover-empty" style="width: 93%"></div></div>
|
|
190
190
|
</td>
|
|
191
|
-
<td data-value="
|
|
192
|
-
<td data-value="39" class="abs low">
|
|
191
|
+
<td data-value="7.69" class="pct low">7.69%</td>
|
|
192
|
+
<td data-value="39" class="abs low">3/39</td>
|
|
193
193
|
<td data-value="0" class="pct low">0%</td>
|
|
194
194
|
<td data-value="24" class="abs low">0/24</td>
|
|
195
195
|
<td data-value="0" class="pct low">0%</td>
|
|
196
196
|
<td data-value="16" class="abs low">0/16</td>
|
|
197
|
-
<td data-value="
|
|
198
|
-
<td data-value="38" class="abs low">
|
|
197
|
+
<td data-value="7.89" class="pct low">7.89%</td>
|
|
198
|
+
<td data-value="38" class="abs low">3/38</td>
|
|
199
199
|
</tr>
|
|
200
200
|
|
|
201
201
|
<tr>
|
|
202
202
|
<td class="file low" data-value="EditableRefdataList"><a href="EditableRefdataList/index.html">EditableRefdataList</a></td>
|
|
203
|
-
<td data-value="
|
|
204
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
203
|
+
<td data-value="6.66" class="pic low">
|
|
204
|
+
<div class="chart"><div class="cover-fill" style="width: 6%"></div><div class="cover-empty" style="width: 94%"></div></div>
|
|
205
205
|
</td>
|
|
206
|
-
<td data-value="
|
|
207
|
-
<td data-value="45" class="abs low">
|
|
206
|
+
<td data-value="6.66" class="pct low">6.66%</td>
|
|
207
|
+
<td data-value="45" class="abs low">3/45</td>
|
|
208
208
|
<td data-value="0" class="pct low">0%</td>
|
|
209
209
|
<td data-value="35" class="abs low">0/35</td>
|
|
210
210
|
<td data-value="0" class="pct low">0%</td>
|
|
211
211
|
<td data-value="16" class="abs low">0/16</td>
|
|
212
|
-
<td data-value="
|
|
213
|
-
<td data-value="44" class="abs low">
|
|
212
|
+
<td data-value="6.81" class="pct low">6.81%</td>
|
|
213
|
+
<td data-value="44" class="abs low">3/44</td>
|
|
214
214
|
</tr>
|
|
215
215
|
|
|
216
216
|
<tr>
|
|
217
|
-
<td class="file
|
|
218
|
-
<td data-value="
|
|
219
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
217
|
+
<td class="file medium" data-value="EditableSettingsList"><a href="EditableSettingsList/index.html">EditableSettingsList</a></td>
|
|
218
|
+
<td data-value="58.33" class="pic medium">
|
|
219
|
+
<div class="chart"><div class="cover-fill" style="width: 58%"></div><div class="cover-empty" style="width: 42%"></div></div>
|
|
220
220
|
</td>
|
|
221
|
-
<td data-value="
|
|
222
|
-
<td data-value="12" class="abs
|
|
221
|
+
<td data-value="58.33" class="pct medium">58.33%</td>
|
|
222
|
+
<td data-value="12" class="abs medium">7/12</td>
|
|
223
223
|
<td data-value="50" class="pct medium">50%</td>
|
|
224
224
|
<td data-value="4" class="abs medium">2/4</td>
|
|
225
225
|
<td data-value="33.33" class="pct low">33.33%</td>
|
|
226
226
|
<td data-value="6" class="abs low">2/6</td>
|
|
227
|
-
<td data-value="
|
|
228
|
-
<td data-value="12" class="abs
|
|
227
|
+
<td data-value="58.33" class="pct medium">58.33%</td>
|
|
228
|
+
<td data-value="12" class="abs medium">7/12</td>
|
|
229
229
|
</tr>
|
|
230
230
|
|
|
231
231
|
<tr>
|
|
@@ -275,47 +275,47 @@
|
|
|
275
275
|
|
|
276
276
|
<tr>
|
|
277
277
|
<td class="file low" data-value="IconSelect"><a href="IconSelect/index.html">IconSelect</a></td>
|
|
278
|
-
<td data-value="
|
|
279
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
278
|
+
<td data-value="15.38" class="pic low">
|
|
279
|
+
<div class="chart"><div class="cover-fill" style="width: 15%"></div><div class="cover-empty" style="width: 85%"></div></div>
|
|
280
280
|
</td>
|
|
281
|
-
<td data-value="
|
|
282
|
-
<td data-value="13" class="abs low">
|
|
281
|
+
<td data-value="15.38" class="pct low">15.38%</td>
|
|
282
|
+
<td data-value="13" class="abs low">2/13</td>
|
|
283
283
|
<td data-value="0" class="pct low">0%</td>
|
|
284
284
|
<td data-value="15" class="abs low">0/15</td>
|
|
285
285
|
<td data-value="0" class="pct low">0%</td>
|
|
286
286
|
<td data-value="4" class="abs low">0/4</td>
|
|
287
|
-
<td data-value="
|
|
288
|
-
<td data-value="12" class="abs low">
|
|
287
|
+
<td data-value="16.66" class="pct low">16.66%</td>
|
|
288
|
+
<td data-value="12" class="abs low">2/12</td>
|
|
289
289
|
</tr>
|
|
290
290
|
|
|
291
291
|
<tr>
|
|
292
292
|
<td class="file low" data-value="NoResultsMessage"><a href="NoResultsMessage/index.html">NoResultsMessage</a></td>
|
|
293
|
-
<td data-value="
|
|
294
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
293
|
+
<td data-value="13.33" class="pic low">
|
|
294
|
+
<div class="chart"><div class="cover-fill" style="width: 13%"></div><div class="cover-empty" style="width: 87%"></div></div>
|
|
295
295
|
</td>
|
|
296
|
-
<td data-value="
|
|
297
|
-
<td data-value="15" class="abs low">
|
|
296
|
+
<td data-value="13.33" class="pct low">13.33%</td>
|
|
297
|
+
<td data-value="15" class="abs low">2/15</td>
|
|
298
298
|
<td data-value="0" class="pct low">0%</td>
|
|
299
299
|
<td data-value="16" class="abs low">0/16</td>
|
|
300
300
|
<td data-value="0" class="pct low">0%</td>
|
|
301
301
|
<td data-value="1" class="abs low">0/1</td>
|
|
302
|
-
<td data-value="
|
|
303
|
-
<td data-value="15" class="abs low">
|
|
302
|
+
<td data-value="13.33" class="pct low">13.33%</td>
|
|
303
|
+
<td data-value="15" class="abs low">2/15</td>
|
|
304
304
|
</tr>
|
|
305
305
|
|
|
306
306
|
<tr>
|
|
307
307
|
<td class="file low" data-value="QueryTypedown"><a href="QueryTypedown/index.html">QueryTypedown</a></td>
|
|
308
|
-
<td data-value="
|
|
309
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
308
|
+
<td data-value="18.18" class="pic low">
|
|
309
|
+
<div class="chart"><div class="cover-fill" style="width: 18%"></div><div class="cover-empty" style="width: 82%"></div></div>
|
|
310
310
|
</td>
|
|
311
|
-
<td data-value="
|
|
312
|
-
<td data-value="11" class="abs low">
|
|
311
|
+
<td data-value="18.18" class="pct low">18.18%</td>
|
|
312
|
+
<td data-value="11" class="abs low">2/11</td>
|
|
313
313
|
<td data-value="0" class="pct low">0%</td>
|
|
314
314
|
<td data-value="1" class="abs low">0/1</td>
|
|
315
315
|
<td data-value="0" class="pct low">0%</td>
|
|
316
316
|
<td data-value="4" class="abs low">0/4</td>
|
|
317
|
-
<td data-value="
|
|
318
|
-
<td data-value="11" class="abs low">
|
|
317
|
+
<td data-value="18.18" class="pct low">18.18%</td>
|
|
318
|
+
<td data-value="11" class="abs low">2/11</td>
|
|
319
319
|
</tr>
|
|
320
320
|
|
|
321
321
|
<tr>
|
|
@@ -335,152 +335,167 @@
|
|
|
335
335
|
|
|
336
336
|
<tr>
|
|
337
337
|
<td class="file low" data-value="ResponsiveButtonGroup"><a href="ResponsiveButtonGroup/index.html">ResponsiveButtonGroup</a></td>
|
|
338
|
-
<td data-value="
|
|
339
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
338
|
+
<td data-value="9.83" class="pic low">
|
|
339
|
+
<div class="chart"><div class="cover-fill" style="width: 9%"></div><div class="cover-empty" style="width: 91%"></div></div>
|
|
340
340
|
</td>
|
|
341
|
-
<td data-value="
|
|
342
|
-
<td data-value="61" class="abs low">
|
|
341
|
+
<td data-value="9.83" class="pct low">9.83%</td>
|
|
342
|
+
<td data-value="61" class="abs low">6/61</td>
|
|
343
343
|
<td data-value="0" class="pct low">0%</td>
|
|
344
344
|
<td data-value="48" class="abs low">0/48</td>
|
|
345
345
|
<td data-value="0" class="pct low">0%</td>
|
|
346
346
|
<td data-value="19" class="abs low">0/19</td>
|
|
347
|
-
<td data-value="
|
|
348
|
-
<td data-value="60" class="abs low">
|
|
347
|
+
<td data-value="10" class="pct low">10%</td>
|
|
348
|
+
<td data-value="60" class="abs low">6/60</td>
|
|
349
349
|
</tr>
|
|
350
350
|
|
|
351
351
|
<tr>
|
|
352
352
|
<td class="file low" data-value="RichSelect"><a href="RichSelect/index.html">RichSelect</a></td>
|
|
353
|
-
<td data-value="
|
|
354
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
353
|
+
<td data-value="6.52" class="pic low">
|
|
354
|
+
<div class="chart"><div class="cover-fill" style="width: 6%"></div><div class="cover-empty" style="width: 94%"></div></div>
|
|
355
355
|
</td>
|
|
356
|
-
<td data-value="
|
|
357
|
-
<td data-value="46" class="abs low">
|
|
356
|
+
<td data-value="6.52" class="pct low">6.52%</td>
|
|
357
|
+
<td data-value="46" class="abs low">3/46</td>
|
|
358
358
|
<td data-value="0" class="pct low">0%</td>
|
|
359
359
|
<td data-value="54" class="abs low">0/54</td>
|
|
360
360
|
<td data-value="0" class="pct low">0%</td>
|
|
361
361
|
<td data-value="16" class="abs low">0/16</td>
|
|
362
|
-
<td data-value="
|
|
363
|
-
<td data-value="43" class="abs low">
|
|
362
|
+
<td data-value="6.97" class="pct low">6.97%</td>
|
|
363
|
+
<td data-value="43" class="abs low">3/43</td>
|
|
364
364
|
</tr>
|
|
365
365
|
|
|
366
366
|
<tr>
|
|
367
367
|
<td class="file low" data-value="SASQLookupComponent"><a href="SASQLookupComponent/index.html">SASQLookupComponent</a></td>
|
|
368
|
-
<td data-value="
|
|
369
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
368
|
+
<td data-value="4.25" class="pic low">
|
|
369
|
+
<div class="chart"><div class="cover-fill" style="width: 4%"></div><div class="cover-empty" style="width: 96%"></div></div>
|
|
370
370
|
</td>
|
|
371
|
-
<td data-value="
|
|
372
|
-
<td data-value="47" class="abs low">
|
|
371
|
+
<td data-value="4.25" class="pct low">4.25%</td>
|
|
372
|
+
<td data-value="47" class="abs low">2/47</td>
|
|
373
373
|
<td data-value="0" class="pct low">0%</td>
|
|
374
374
|
<td data-value="43" class="abs low">0/43</td>
|
|
375
375
|
<td data-value="0" class="pct low">0%</td>
|
|
376
376
|
<td data-value="9" class="abs low">0/9</td>
|
|
377
|
-
<td data-value="
|
|
378
|
-
<td data-value="46" class="abs low">
|
|
377
|
+
<td data-value="4.34" class="pct low">4.34%</td>
|
|
378
|
+
<td data-value="46" class="abs low">2/46</td>
|
|
379
379
|
</tr>
|
|
380
380
|
|
|
381
381
|
<tr>
|
|
382
382
|
<td class="file low" data-value="SASQLookupComponent/TableBody"><a href="SASQLookupComponent/TableBody/index.html">SASQLookupComponent/TableBody</a></td>
|
|
383
|
-
<td data-value="
|
|
384
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
383
|
+
<td data-value="14.28" class="pic low">
|
|
384
|
+
<div class="chart"><div class="cover-fill" style="width: 14%"></div><div class="cover-empty" style="width: 86%"></div></div>
|
|
385
385
|
</td>
|
|
386
|
-
<td data-value="
|
|
387
|
-
<td data-value="14" class="abs low">
|
|
386
|
+
<td data-value="14.28" class="pct low">14.28%</td>
|
|
387
|
+
<td data-value="14" class="abs low">2/14</td>
|
|
388
388
|
<td data-value="0" class="pct low">0%</td>
|
|
389
389
|
<td data-value="5" class="abs low">0/5</td>
|
|
390
390
|
<td data-value="0" class="pct low">0%</td>
|
|
391
391
|
<td data-value="6" class="abs low">0/6</td>
|
|
392
|
-
<td data-value="
|
|
393
|
-
<td data-value="13" class="abs low">
|
|
392
|
+
<td data-value="15.38" class="pct low">15.38%</td>
|
|
393
|
+
<td data-value="13" class="abs low">2/13</td>
|
|
394
394
|
</tr>
|
|
395
395
|
|
|
396
396
|
<tr>
|
|
397
397
|
<td class="file low" data-value="SASQRoute"><a href="SASQRoute/index.html">SASQRoute</a></td>
|
|
398
|
-
<td data-value="
|
|
399
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
398
|
+
<td data-value="14.28" class="pic low">
|
|
399
|
+
<div class="chart"><div class="cover-fill" style="width: 14%"></div><div class="cover-empty" style="width: 86%"></div></div>
|
|
400
400
|
</td>
|
|
401
|
-
<td data-value="
|
|
402
|
-
<td data-value="14" class="abs low">
|
|
401
|
+
<td data-value="14.28" class="pct low">14.28%</td>
|
|
402
|
+
<td data-value="14" class="abs low">2/14</td>
|
|
403
403
|
<td data-value="0" class="pct low">0%</td>
|
|
404
404
|
<td data-value="3" class="abs low">0/3</td>
|
|
405
405
|
<td data-value="0" class="pct low">0%</td>
|
|
406
406
|
<td data-value="4" class="abs low">0/4</td>
|
|
407
|
-
<td data-value="
|
|
408
|
-
<td data-value="13" class="abs low">
|
|
407
|
+
<td data-value="15.38" class="pct low">15.38%</td>
|
|
408
|
+
<td data-value="13" class="abs low">2/13</td>
|
|
409
409
|
</tr>
|
|
410
410
|
|
|
411
411
|
<tr>
|
|
412
412
|
<td class="file low" data-value="SASQViewComponent"><a href="SASQViewComponent/index.html">SASQViewComponent</a></td>
|
|
413
|
-
<td data-value="
|
|
414
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
413
|
+
<td data-value="12.5" class="pic low">
|
|
414
|
+
<div class="chart"><div class="cover-fill" style="width: 12%"></div><div class="cover-empty" style="width: 88%"></div></div>
|
|
415
415
|
</td>
|
|
416
|
-
<td data-value="
|
|
417
|
-
<td data-value="16" class="abs low">
|
|
416
|
+
<td data-value="12.5" class="pct low">12.5%</td>
|
|
417
|
+
<td data-value="16" class="abs low">2/16</td>
|
|
418
418
|
<td data-value="0" class="pct low">0%</td>
|
|
419
419
|
<td data-value="5" class="abs low">0/5</td>
|
|
420
420
|
<td data-value="0" class="pct low">0%</td>
|
|
421
421
|
<td data-value="4" class="abs low">0/4</td>
|
|
422
|
-
<td data-value="
|
|
423
|
-
<td data-value="16" class="abs low">
|
|
422
|
+
<td data-value="12.5" class="pct low">12.5%</td>
|
|
423
|
+
<td data-value="16" class="abs low">2/16</td>
|
|
424
424
|
</tr>
|
|
425
425
|
|
|
426
426
|
<tr>
|
|
427
|
-
<td class="file
|
|
428
|
-
<td data-value="
|
|
429
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
427
|
+
<td class="file medium" data-value="SearchField"><a href="SearchField/index.html">SearchField</a></td>
|
|
428
|
+
<td data-value="50" class="pic medium">
|
|
429
|
+
<div class="chart"><div class="cover-fill" style="width: 50%"></div><div class="cover-empty" style="width: 50%"></div></div>
|
|
430
430
|
</td>
|
|
431
|
-
<td data-value="
|
|
432
|
-
<td data-value="6" class="abs
|
|
431
|
+
<td data-value="50" class="pct medium">50%</td>
|
|
432
|
+
<td data-value="6" class="abs medium">3/6</td>
|
|
433
433
|
<td data-value="0" class="pct low">0%</td>
|
|
434
434
|
<td data-value="2" class="abs low">0/2</td>
|
|
435
435
|
<td data-value="0" class="pct low">0%</td>
|
|
436
436
|
<td data-value="1" class="abs low">0/1</td>
|
|
437
|
-
<td data-value="
|
|
438
|
-
<td data-value="6" class="abs
|
|
437
|
+
<td data-value="50" class="pct medium">50%</td>
|
|
438
|
+
<td data-value="6" class="abs medium">3/6</td>
|
|
439
439
|
</tr>
|
|
440
440
|
|
|
441
441
|
<tr>
|
|
442
442
|
<td class="file low" data-value="SettingPage"><a href="SettingPage/index.html">SettingPage</a></td>
|
|
443
|
-
<td data-value="
|
|
444
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
443
|
+
<td data-value="44.44" class="pic low">
|
|
444
|
+
<div class="chart"><div class="cover-fill" style="width: 44%"></div><div class="cover-empty" style="width: 56%"></div></div>
|
|
445
445
|
</td>
|
|
446
|
-
<td data-value="
|
|
447
|
-
<td data-value="9" class="abs low">
|
|
446
|
+
<td data-value="44.44" class="pct low">44.44%</td>
|
|
447
|
+
<td data-value="9" class="abs low">4/9</td>
|
|
448
448
|
<td data-value="0" class="pct low">0%</td>
|
|
449
449
|
<td data-value="2" class="abs low">0/2</td>
|
|
450
450
|
<td data-value="0" class="pct low">0%</td>
|
|
451
451
|
<td data-value="2" class="abs low">0/2</td>
|
|
452
|
+
<td data-value="44.44" class="pct low">44.44%</td>
|
|
453
|
+
<td data-value="9" class="abs low">4/9</td>
|
|
454
|
+
</tr>
|
|
455
|
+
|
|
456
|
+
<tr>
|
|
457
|
+
<td class="file low" data-value="SettingsFormContainer"><a href="SettingsFormContainer/index.html">SettingsFormContainer</a></td>
|
|
458
|
+
<td data-value="15.38" class="pic low">
|
|
459
|
+
<div class="chart"><div class="cover-fill" style="width: 15%"></div><div class="cover-empty" style="width: 85%"></div></div>
|
|
460
|
+
</td>
|
|
461
|
+
<td data-value="15.38" class="pct low">15.38%</td>
|
|
462
|
+
<td data-value="13" class="abs low">2/13</td>
|
|
452
463
|
<td data-value="0" class="pct low">0%</td>
|
|
453
|
-
<td data-value="
|
|
464
|
+
<td data-value="4" class="abs low">0/4</td>
|
|
465
|
+
<td data-value="0" class="pct low">0%</td>
|
|
466
|
+
<td data-value="3" class="abs low">0/3</td>
|
|
467
|
+
<td data-value="15.38" class="pct low">15.38%</td>
|
|
468
|
+
<td data-value="13" class="abs low">2/13</td>
|
|
454
469
|
</tr>
|
|
455
470
|
|
|
456
471
|
<tr>
|
|
457
472
|
<td class="file low" data-value="Typedown"><a href="Typedown/index.html">Typedown</a></td>
|
|
458
|
-
<td data-value="
|
|
459
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
473
|
+
<td data-value="4.87" class="pic low">
|
|
474
|
+
<div class="chart"><div class="cover-fill" style="width: 4%"></div><div class="cover-empty" style="width: 96%"></div></div>
|
|
460
475
|
</td>
|
|
461
|
-
<td data-value="
|
|
462
|
-
<td data-value="41" class="abs low">
|
|
476
|
+
<td data-value="4.87" class="pct low">4.87%</td>
|
|
477
|
+
<td data-value="41" class="abs low">2/41</td>
|
|
463
478
|
<td data-value="0" class="pct low">0%</td>
|
|
464
479
|
<td data-value="33" class="abs low">0/33</td>
|
|
465
480
|
<td data-value="0" class="pct low">0%</td>
|
|
466
481
|
<td data-value="13" class="abs low">0/13</td>
|
|
467
|
-
<td data-value="
|
|
468
|
-
<td data-value="39" class="abs low">
|
|
482
|
+
<td data-value="5.12" class="pct low">5.12%</td>
|
|
483
|
+
<td data-value="39" class="abs low">2/39</td>
|
|
469
484
|
</tr>
|
|
470
485
|
|
|
471
486
|
<tr>
|
|
472
|
-
<td class="file
|
|
473
|
-
<td data-value="
|
|
474
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
487
|
+
<td class="file high" data-value="constants"><a href="constants/index.html">constants</a></td>
|
|
488
|
+
<td data-value="100" class="pic high">
|
|
489
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
475
490
|
</td>
|
|
476
|
-
<td data-value="
|
|
477
|
-
<td data-value="
|
|
491
|
+
<td data-value="100" class="pct high">100%</td>
|
|
492
|
+
<td data-value="15" class="abs high">15/15</td>
|
|
478
493
|
<td data-value="100" class="pct high">100%</td>
|
|
479
494
|
<td data-value="0" class="abs high">0/0</td>
|
|
480
495
|
<td data-value="100" class="pct high">100%</td>
|
|
481
496
|
<td data-value="0" class="abs high">0/0</td>
|
|
482
|
-
<td data-value="
|
|
483
|
-
<td data-value="
|
|
497
|
+
<td data-value="100" class="pct high">100%</td>
|
|
498
|
+
<td data-value="15" class="abs high">15/15</td>
|
|
484
499
|
</tr>
|
|
485
500
|
|
|
486
501
|
<tr>
|
|
@@ -500,62 +515,62 @@
|
|
|
500
515
|
|
|
501
516
|
<tr>
|
|
502
517
|
<td class="file low" data-value="hooks"><a href="hooks/index.html">hooks</a></td>
|
|
503
|
-
<td data-value="
|
|
504
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
518
|
+
<td data-value="16.66" class="pic low">
|
|
519
|
+
<div class="chart"><div class="cover-fill" style="width: 16%"></div><div class="cover-empty" style="width: 84%"></div></div>
|
|
505
520
|
</td>
|
|
506
|
-
<td data-value="
|
|
507
|
-
<td data-value="
|
|
508
|
-
<td data-value="
|
|
509
|
-
<td data-value="
|
|
510
|
-
<td data-value="
|
|
511
|
-
<td data-value="
|
|
512
|
-
<td data-value="
|
|
513
|
-
<td data-value="
|
|
521
|
+
<td data-value="16.66" class="pct low">16.66%</td>
|
|
522
|
+
<td data-value="300" class="abs low">50/300</td>
|
|
523
|
+
<td data-value="11.11" class="pct low">11.11%</td>
|
|
524
|
+
<td data-value="117" class="abs low">13/117</td>
|
|
525
|
+
<td data-value="9.09" class="pct low">9.09%</td>
|
|
526
|
+
<td data-value="77" class="abs low">7/77</td>
|
|
527
|
+
<td data-value="16.6" class="pct low">16.6%</td>
|
|
528
|
+
<td data-value="289" class="abs low">48/289</td>
|
|
514
529
|
</tr>
|
|
515
530
|
|
|
516
531
|
<tr>
|
|
517
532
|
<td class="file low" data-value="hooks/typedownHooks"><a href="hooks/typedownHooks/index.html">hooks/typedownHooks</a></td>
|
|
518
|
-
<td data-value="
|
|
519
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
533
|
+
<td data-value="3.84" class="pic low">
|
|
534
|
+
<div class="chart"><div class="cover-fill" style="width: 3%"></div><div class="cover-empty" style="width: 97%"></div></div>
|
|
520
535
|
</td>
|
|
521
|
-
<td data-value="
|
|
522
|
-
<td data-value="78" class="abs low">
|
|
536
|
+
<td data-value="3.84" class="pct low">3.84%</td>
|
|
537
|
+
<td data-value="78" class="abs low">3/78</td>
|
|
523
538
|
<td data-value="0" class="pct low">0%</td>
|
|
524
539
|
<td data-value="50" class="abs low">0/50</td>
|
|
525
540
|
<td data-value="0" class="pct low">0%</td>
|
|
526
541
|
<td data-value="11" class="abs low">0/11</td>
|
|
527
|
-
<td data-value="
|
|
528
|
-
<td data-value="77" class="abs low">
|
|
542
|
+
<td data-value="3.89" class="pct low">3.89%</td>
|
|
543
|
+
<td data-value="77" class="abs low">3/77</td>
|
|
529
544
|
</tr>
|
|
530
545
|
|
|
531
546
|
<tr>
|
|
532
547
|
<td class="file low" data-value="settingsHooks"><a href="settingsHooks/index.html">settingsHooks</a></td>
|
|
533
|
-
<td data-value="
|
|
534
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
548
|
+
<td data-value="6" class="pic low">
|
|
549
|
+
<div class="chart"><div class="cover-fill" style="width: 6%"></div><div class="cover-empty" style="width: 94%"></div></div>
|
|
535
550
|
</td>
|
|
536
|
-
<td data-value="
|
|
537
|
-
<td data-value="50" class="abs low">
|
|
551
|
+
<td data-value="6" class="pct low">6%</td>
|
|
552
|
+
<td data-value="50" class="abs low">3/50</td>
|
|
538
553
|
<td data-value="0" class="pct low">0%</td>
|
|
539
554
|
<td data-value="31" class="abs low">0/31</td>
|
|
540
555
|
<td data-value="0" class="pct low">0%</td>
|
|
541
556
|
<td data-value="14" class="abs low">0/14</td>
|
|
542
|
-
<td data-value="
|
|
543
|
-
<td data-value="49" class="abs low">
|
|
557
|
+
<td data-value="6.12" class="pct low">6.12%</td>
|
|
558
|
+
<td data-value="49" class="abs low">3/49</td>
|
|
544
559
|
</tr>
|
|
545
560
|
|
|
546
561
|
<tr>
|
|
547
562
|
<td class="file low" data-value="utils"><a href="utils/index.html">utils</a></td>
|
|
548
|
-
<td data-value="
|
|
549
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
563
|
+
<td data-value="26.82" class="pic low">
|
|
564
|
+
<div class="chart"><div class="cover-fill" style="width: 26%"></div><div class="cover-empty" style="width: 74%"></div></div>
|
|
550
565
|
</td>
|
|
551
|
-
<td data-value="
|
|
552
|
-
<td data-value="
|
|
553
|
-
<td data-value="
|
|
554
|
-
<td data-value="
|
|
555
|
-
<td data-value="
|
|
556
|
-
<td data-value="
|
|
557
|
-
<td data-value="
|
|
558
|
-
<td data-value="
|
|
566
|
+
<td data-value="26.82" class="pct low">26.82%</td>
|
|
567
|
+
<td data-value="205" class="abs low">55/205</td>
|
|
568
|
+
<td data-value="16.1" class="pct low">16.1%</td>
|
|
569
|
+
<td data-value="149" class="abs low">24/149</td>
|
|
570
|
+
<td data-value="16.32" class="pct low">16.32%</td>
|
|
571
|
+
<td data-value="49" class="abs low">8/49</td>
|
|
572
|
+
<td data-value="28.64" class="pct low">28.64%</td>
|
|
573
|
+
<td data-value="192" class="abs low">55/192</td>
|
|
559
574
|
</tr>
|
|
560
575
|
|
|
561
576
|
<tr>
|
|
@@ -581,7 +596,7 @@
|
|
|
581
596
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
582
597
|
Code coverage generated by
|
|
583
598
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
584
|
-
at 2023-
|
|
599
|
+
at 2023-04-14T13:37:20.869Z
|
|
585
600
|
</div>
|
|
586
601
|
<script src="prettify.js"></script>
|
|
587
602
|
<script>
|