@k-int/stripes-kint-components 2.8.3 → 2.8.4
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 +3 -0
- package/es/artifacts/coverage-jest/lcov-report/block-navigation.js +6 -19
- package/es/artifacts/coverage-jest/lcov-report/prettify.js +2 -182
- package/es/artifacts/coverage-jest/lcov-report/sorter.js +64 -94
- package/es/index.js +0 -27
- package/es/lib/ActionList/ActionList.js +18 -38
- package/es/lib/ActionList/ActionListFieldArray.js +57 -112
- package/es/lib/ActionList/index.js +0 -2
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +32 -63
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +2 -13
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +89 -138
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +3 -22
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +14 -50
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +17 -34
- package/es/lib/CustomProperties/Config/CustomPropertyView.js +3 -12
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -26
- package/es/lib/CustomProperties/Config/index.js +0 -5
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +6 -12
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +1 -13
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +24 -39
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +1 -13
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +25 -69
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +3 -23
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +26 -77
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +6 -33
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +19 -33
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +3 -14
- package/es/lib/CustomProperties/Edit/index.js +0 -6
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +33 -70
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +2 -18
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +14 -44
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +1 -10
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +4 -23
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +2 -19
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +8 -22
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +2 -20
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +9 -27
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +1 -32
- package/es/lib/CustomProperties/Filter/index.js +0 -7
- package/es/lib/CustomProperties/Filter/useOperators.js +5 -21
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +3 -15
- package/es/lib/CustomProperties/Filter/useValueProps.js +5 -20
- package/es/lib/CustomProperties/View/CustomPropertiesView.js +6 -12
- package/es/lib/CustomProperties/View/CustomPropertiesView.test.js +1 -10
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +43 -65
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +1 -13
- package/es/lib/CustomProperties/View/CustomPropertyCard.js +10 -38
- package/es/lib/CustomProperties/View/index.js +0 -4
- package/es/lib/CustomProperties/index.js +0 -4
- package/es/lib/CycleButton/CycleButton.js +8 -33
- package/es/lib/CycleButton/index.js +0 -2
- package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +85 -131
- package/es/lib/EditableRefdataCategoryList/index.js +0 -2
- package/es/lib/EditableRefdataList/EditableRefdataList.js +90 -139
- package/es/lib/EditableRefdataList/index.js +0 -2
- package/es/lib/EditableSettingsList/EditableSettingsList.js +3 -13
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +2 -15
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +4 -19
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +3 -25
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.test.js +19 -26
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.js +2 -20
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +14 -35
- package/es/lib/EditableSettingsList/SettingField/SettingField.js +15 -51
- package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +6 -31
- package/es/lib/EditableSettingsList/SettingField/index.js +0 -4
- package/es/lib/EditableSettingsList/index.js +0 -4
- package/es/lib/FormModal/FormModal.js +14 -34
- package/es/lib/FormModal/index.js +0 -2
- package/es/lib/IconSelect/IconSelect.js +29 -67
- package/es/lib/IconSelect/index.js +0 -2
- package/es/lib/NoResultsMessage/NoResultsMessage.js +13 -22
- package/es/lib/NoResultsMessage/index.js +0 -2
- package/es/lib/QueryTypedown/QueryTypedown.js +9 -36
- package/es/lib/QueryTypedown/index.js +0 -2
- package/es/lib/RefdataButtons/RefdataButtons.js +5 -24
- package/es/lib/RefdataButtons/index.js +0 -2
- package/es/lib/RichSelect/RichSelect.js +39 -67
- package/es/lib/RichSelect/index.js +0 -3
- package/es/lib/RichSelect/useSelectedOption.js +3 -14
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +36 -80
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +16 -29
- package/es/lib/SASQLookupComponent/TableBody/index.js +0 -2
- package/es/lib/SASQLookupComponent/index.js +0 -3
- package/es/lib/SASQRoute/SASQRoute.js +6 -23
- package/es/lib/SASQRoute/index.js +0 -2
- package/es/lib/SASQViewComponent/SASQViewComponent.js +17 -36
- package/es/lib/SASQViewComponent/index.js +0 -2
- package/es/lib/SearchField/SearchField.js +1 -17
- package/es/lib/SearchField/index.js +0 -2
- package/es/lib/SettingPage/SettingPage.js +6 -21
- package/es/lib/SettingPage/SettingPagePane.js +2 -17
- package/es/lib/SettingPage/index.js +0 -3
- package/es/lib/Typedown/Typedown.js +51 -82
- package/es/lib/Typedown/index.js +0 -2
- package/es/lib/contexts/SettingsContext.js +0 -2
- package/es/lib/contexts/index.js +0 -2
- package/es/lib/hooks/index.js +0 -16
- package/es/lib/hooks/settingsHooks/index.js +0 -4
- package/es/lib/hooks/settingsHooks/useAppSettings.js +6 -27
- package/es/lib/hooks/settingsHooks/useSettingSection.js +10 -20
- package/es/lib/hooks/settingsHooks/useSettings.js +10 -43
- package/es/lib/hooks/typedownHooks/index.js +0 -4
- package/es/lib/hooks/typedownHooks/useTypedown.js +17 -37
- package/es/lib/hooks/typedownHooks/useTypedownData.js +12 -26
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +5 -19
- package/es/lib/hooks/useActiveElement.js +3 -15
- package/es/lib/hooks/useAvailableCustomProperties.js +3 -22
- package/es/lib/hooks/useCustomProperties.js +11 -25
- package/es/lib/hooks/useHelperApp.js +7 -30
- package/es/lib/hooks/useInvalidateRefdata.js +0 -4
- package/es/lib/hooks/useKiwtFieldArray.js +5 -29
- package/es/lib/hooks/useKiwtSASQuery.js +12 -37
- package/es/lib/hooks/useLocalStorageState.js +5 -21
- package/es/lib/hooks/useMutateCustomProperties.js +11 -28
- package/es/lib/hooks/useMutateRefdataCategory.js +9 -29
- package/es/lib/hooks/useMutateRefdataValue.js +10 -27
- package/es/lib/hooks/useQIndex.js +3 -27
- package/es/lib/hooks/useRefdata.js +7 -16
- package/es/lib/hooks/useTemplates.js +6 -17
- package/es/lib/utils/buildUrl.js +1 -10
- package/es/lib/utils/generateKiwtQuery.js +0 -4
- package/es/lib/utils/generateKiwtQueryParams.js +24 -62
- package/es/lib/utils/groupCustomPropertiesByCtx.js +0 -14
- package/es/lib/utils/highlightString.js +6 -23
- package/es/lib/utils/index.js +0 -15
- package/es/lib/utils/matchString.js +0 -6
- package/es/lib/utils/parseErrorResponse.js +2 -24
- package/es/lib/utils/refdataQueryKey.js +0 -4
- package/es/lib/utils/renderHelpText.js +0 -7
- package/es/lib/utils/selectorSafe.js +0 -2
- package/es/lib/utils/sortByLabel.js +0 -6
- package/es/lib/utils/toCamelCase.js +6 -5
- package/es/lib/utils/typedownQueryKey.js +0 -4
- package/es/lib/utils/validators.js +4 -35
- package/junit.xml +151 -151
- package/package.json +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +5 -23
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +48 -282
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +9 -9
- 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 +39 -171
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +53 -272
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +74 -293
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +54 -126
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +56 -41
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/testResources.js.html +793 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +5 -23
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +42 -54
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +54 -216
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +37 -319
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +68 -41
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +53 -53
- 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 +3077 -74
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +45 -45
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +64 -103
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +63 -54
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +16 -49
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +18 -69
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +81 -81
- 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 +786 -33
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +45 -45
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +6 -6
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +28 -43
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +2 -20
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +39 -45
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +74 -53
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +24 -24
- 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 +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +32 -86
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +37 -109
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +14 -41
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +6 -45
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +11 -47
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +14 -65
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +31 -154
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +26 -26
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +18 -18
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +17 -35
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +15 -15
- 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 +14 -41
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +6 -48
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
- 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 +535 -0
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +146 -0
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +253 -0
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +82 -22
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +7 -52
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +4 -31
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +27 -24
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +17 -47
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +22 -22
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
- 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 +106 -136
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +3 -9
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +25 -25
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +22 -61
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
- 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 +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +205 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +37 -37
- package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
- 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/useMutateCustomProperties.js.html +7 -7
- 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 +187 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/index.html +129 -144
- package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +16 -16
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +66 -66
- package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/utils/index.html +55 -40
- package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +3 -33
- package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +3 -3
- 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/renderHelpText.js.html +166 -0
- 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/utils/validators.js.html +80 -128
- package/src/artifacts/coverage-jest/lcov.info +2284 -2232
- package/src/lib/CustomProperties/Edit/CustomPropertiesListField.js +0 -1
- package/src/lib/utils/parseErrorResponse.js +1 -1
- package/translate.sh +4 -0
- package/translations/stripes-kint-components/ar.json +12 -12
- package/translations/stripes-kint-components/cs_CZ.json +4 -4
- package/translations/stripes-kint-components/en_GB.json +1 -0
- package/translations/stripes-kint-components/en_SE.json +1 -0
- package/translations/stripes-kint-components/es_419.json +122 -0
- package/translations/stripes-kint-components/es_ES.json +122 -0
- package/translations/stripes-kint-components/fr.json +105 -1
- package/translations/stripes-kint-components/fr_FR.json +105 -0
- package/translations/stripes-kint-components/hu.json +12 -12
- package/translations/stripes-kint-components/it_IT.json +6 -6
- package/translations/stripes-kint-components/pt_PT.json +6 -6
- package/translations/stripes-kint-components/ru.json +1 -1
- package/translations/stripes-kint-components/sv.json +7 -7
- package/translations/stripes-kint-components/zh_TW.json +122 -0
- package/yarn-error.log +147 -0
|
@@ -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">32.99% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>516/1564</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">28.2% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>330/1170</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">27
|
|
40
|
+
<span class="strong">23.27% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>111/477</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.62% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>503/1496</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -84,13 +84,13 @@
|
|
|
84
84
|
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
85
85
|
</td>
|
|
86
86
|
<td data-value="0" class="pct low">0%</td>
|
|
87
|
-
<td data-value="
|
|
87
|
+
<td data-value="114" class="abs low">0/114</td>
|
|
88
88
|
<td data-value="0" class="pct low">0%</td>
|
|
89
|
-
<td data-value="
|
|
89
|
+
<td data-value="83" class="abs low">0/83</td>
|
|
90
90
|
<td data-value="0" class="pct low">0%</td>
|
|
91
|
-
<td data-value="
|
|
91
|
+
<td data-value="33" class="abs low">0/33</td>
|
|
92
92
|
<td data-value="0" class="pct low">0%</td>
|
|
93
|
-
<td data-value="
|
|
93
|
+
<td data-value="104" class="abs low">0/104</td>
|
|
94
94
|
</tr>
|
|
95
95
|
|
|
96
96
|
<tr>
|
|
@@ -110,62 +110,62 @@
|
|
|
110
110
|
|
|
111
111
|
<tr>
|
|
112
112
|
<td class="file medium" data-value="CustomProperties/Config"><a href="CustomProperties/Config/index.html">CustomProperties/Config</a></td>
|
|
113
|
-
<td data-value="
|
|
114
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
113
|
+
<td data-value="52.58" class="pic medium">
|
|
114
|
+
<div class="chart"><div class="cover-fill" style="width: 52%"></div><div class="cover-empty" style="width: 48%"></div></div>
|
|
115
115
|
</td>
|
|
116
|
-
<td data-value="
|
|
117
|
-
<td data-value="
|
|
118
|
-
<td data-value="
|
|
119
|
-
<td data-value="
|
|
120
|
-
<td data-value="
|
|
121
|
-
<td data-value="
|
|
122
|
-
<td data-value="
|
|
123
|
-
<td data-value="
|
|
116
|
+
<td data-value="52.58" class="pct medium">52.58%</td>
|
|
117
|
+
<td data-value="116" class="abs medium">61/116</td>
|
|
118
|
+
<td data-value="59.89" class="pct medium">59.89%</td>
|
|
119
|
+
<td data-value="187" class="abs medium">112/187</td>
|
|
120
|
+
<td data-value="26.82" class="pct low">26.82%</td>
|
|
121
|
+
<td data-value="41" class="abs low">11/41</td>
|
|
122
|
+
<td data-value="52.21" class="pct medium">52.21%</td>
|
|
123
|
+
<td data-value="113" class="abs medium">59/113</td>
|
|
124
124
|
</tr>
|
|
125
125
|
|
|
126
126
|
<tr>
|
|
127
127
|
<td class="file medium" data-value="CustomProperties/Edit"><a href="CustomProperties/Edit/index.html">CustomProperties/Edit</a></td>
|
|
128
|
-
<td data-value="
|
|
129
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
128
|
+
<td data-value="66.25" class="pic medium">
|
|
129
|
+
<div class="chart"><div class="cover-fill" style="width: 66%"></div><div class="cover-empty" style="width: 34%"></div></div>
|
|
130
130
|
</td>
|
|
131
|
-
<td data-value="
|
|
132
|
-
<td data-value="
|
|
133
|
-
<td data-value="
|
|
134
|
-
<td data-value="
|
|
135
|
-
<td data-value="
|
|
136
|
-
<td data-value="
|
|
137
|
-
<td data-value="
|
|
138
|
-
<td data-value="
|
|
131
|
+
<td data-value="66.25" class="pct medium">66.25%</td>
|
|
132
|
+
<td data-value="163" class="abs medium">108/163</td>
|
|
133
|
+
<td data-value="42.85" class="pct low">42.85%</td>
|
|
134
|
+
<td data-value="119" class="abs low">51/119</td>
|
|
135
|
+
<td data-value="63.04" class="pct medium">63.04%</td>
|
|
136
|
+
<td data-value="46" class="abs medium">29/46</td>
|
|
137
|
+
<td data-value="67.94" class="pct medium">67.94%</td>
|
|
138
|
+
<td data-value="156" class="abs medium">106/156</td>
|
|
139
139
|
</tr>
|
|
140
140
|
|
|
141
141
|
<tr>
|
|
142
142
|
<td class="file medium" data-value="CustomProperties/Filter"><a href="CustomProperties/Filter/index.html">CustomProperties/Filter</a></td>
|
|
143
|
-
<td data-value="
|
|
144
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
143
|
+
<td data-value="61.53" class="pic medium">
|
|
144
|
+
<div class="chart"><div class="cover-fill" style="width: 61%"></div><div class="cover-empty" style="width: 39%"></div></div>
|
|
145
145
|
</td>
|
|
146
|
-
<td data-value="
|
|
147
|
-
<td data-value="
|
|
148
|
-
<td data-value="
|
|
149
|
-
<td data-value="
|
|
150
|
-
<td data-value="
|
|
151
|
-
<td data-value="
|
|
152
|
-
<td data-value="
|
|
153
|
-
<td data-value="
|
|
146
|
+
<td data-value="61.53" class="pct medium">61.53%</td>
|
|
147
|
+
<td data-value="156" class="abs medium">96/156</td>
|
|
148
|
+
<td data-value="32.17" class="pct low">32.17%</td>
|
|
149
|
+
<td data-value="115" class="abs low">37/115</td>
|
|
150
|
+
<td data-value="33.76" class="pct low">33.76%</td>
|
|
151
|
+
<td data-value="77" class="abs low">26/77</td>
|
|
152
|
+
<td data-value="62.93" class="pct medium">62.93%</td>
|
|
153
|
+
<td data-value="143" class="abs medium">90/143</td>
|
|
154
154
|
</tr>
|
|
155
155
|
|
|
156
156
|
<tr>
|
|
157
|
-
<td class="file
|
|
158
|
-
<td data-value="
|
|
159
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
157
|
+
<td class="file low" data-value="CustomProperties/View"><a href="CustomProperties/View/index.html">CustomProperties/View</a></td>
|
|
158
|
+
<td data-value="36.36" class="pic low">
|
|
159
|
+
<div class="chart"><div class="cover-fill" style="width: 36%"></div><div class="cover-empty" style="width: 64%"></div></div>
|
|
160
160
|
</td>
|
|
161
|
-
<td data-value="
|
|
162
|
-
<td data-value="
|
|
163
|
-
<td data-value="
|
|
164
|
-
<td data-value="
|
|
165
|
-
<td data-value="
|
|
166
|
-
<td data-value="
|
|
167
|
-
<td data-value="
|
|
168
|
-
<td data-value="
|
|
161
|
+
<td data-value="36.36" class="pct low">36.36%</td>
|
|
162
|
+
<td data-value="55" class="abs low">20/55</td>
|
|
163
|
+
<td data-value="9.75" class="pct low">9.75%</td>
|
|
164
|
+
<td data-value="82" class="abs low">8/82</td>
|
|
165
|
+
<td data-value="38.46" class="pct low">38.46%</td>
|
|
166
|
+
<td data-value="13" class="abs low">5/13</td>
|
|
167
|
+
<td data-value="37.03" class="pct low">37.03%</td>
|
|
168
|
+
<td data-value="54" class="abs low">20/54</td>
|
|
169
169
|
</tr>
|
|
170
170
|
|
|
171
171
|
<tr>
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
<td data-value="0" class="pct low">0%</td>
|
|
192
192
|
<td data-value="37" class="abs low">0/37</td>
|
|
193
193
|
<td data-value="0" class="pct low">0%</td>
|
|
194
|
-
<td data-value="
|
|
194
|
+
<td data-value="20" class="abs low">0/20</td>
|
|
195
195
|
<td data-value="0" class="pct low">0%</td>
|
|
196
196
|
<td data-value="15" class="abs low">0/15</td>
|
|
197
197
|
<td data-value="0" class="pct low">0%</td>
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
<td data-value="0" class="pct low">0%</td>
|
|
207
207
|
<td data-value="41" class="abs low">0/41</td>
|
|
208
208
|
<td data-value="0" class="pct low">0%</td>
|
|
209
|
-
<td data-value="
|
|
209
|
+
<td data-value="26" class="abs low">0/26</td>
|
|
210
210
|
<td data-value="0" class="pct low">0%</td>
|
|
211
211
|
<td data-value="17" class="abs low">0/17</td>
|
|
212
212
|
<td data-value="0" class="pct low">0%</td>
|
|
@@ -214,63 +214,48 @@
|
|
|
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
|
|
223
|
-
<td data-value="
|
|
224
|
-
<td data-value="
|
|
221
|
+
<td data-value="58.33" class="pct medium">58.33%</td>
|
|
222
|
+
<td data-value="12" class="abs medium">7/12</td>
|
|
223
|
+
<td data-value="100" class="pct high">100%</td>
|
|
224
|
+
<td data-value="0" class="abs high">0/0</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>
|
|
232
232
|
<td class="file high" data-value="EditableSettingsList/SettingField"><a href="EditableSettingsList/SettingField/index.html">EditableSettingsList/SettingField</a></td>
|
|
233
|
-
<td data-value="
|
|
234
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
233
|
+
<td data-value="94.11" class="pic high">
|
|
234
|
+
<div class="chart"><div class="cover-fill" style="width: 94%"></div><div class="cover-empty" style="width: 6%"></div></div>
|
|
235
235
|
</td>
|
|
236
|
-
<td data-value="
|
|
237
|
-
<td data-value="
|
|
238
|
-
<td data-value="
|
|
239
|
-
<td data-value="
|
|
240
|
-
<td data-value="
|
|
241
|
-
<td data-value="
|
|
242
|
-
<td data-value="
|
|
243
|
-
<td data-value="
|
|
236
|
+
<td data-value="94.11" class="pct high">94.11%</td>
|
|
237
|
+
<td data-value="68" class="abs high">64/68</td>
|
|
238
|
+
<td data-value="85.1" class="pct high">85.1%</td>
|
|
239
|
+
<td data-value="47" class="abs high">40/47</td>
|
|
240
|
+
<td data-value="78.57" class="pct medium">78.57%</td>
|
|
241
|
+
<td data-value="14" class="abs medium">11/14</td>
|
|
242
|
+
<td data-value="93.93" class="pct high">93.93%</td>
|
|
243
|
+
<td data-value="66" class="abs high">62/66</td>
|
|
244
244
|
</tr>
|
|
245
245
|
|
|
246
246
|
<tr>
|
|
247
247
|
<td class="file medium" data-value="FormModal"><a href="FormModal/index.html">FormModal</a></td>
|
|
248
|
-
<td data-value="
|
|
249
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
248
|
+
<td data-value="76.92" class="pic medium">
|
|
249
|
+
<div class="chart"><div class="cover-fill" style="width: 76%"></div><div class="cover-empty" style="width: 24%"></div></div>
|
|
250
250
|
</td>
|
|
251
|
-
<td data-value="
|
|
252
|
-
<td data-value="
|
|
253
|
-
<td data-value="
|
|
254
|
-
<td data-value="
|
|
251
|
+
<td data-value="76.92" class="pct medium">76.92%</td>
|
|
252
|
+
<td data-value="13" class="abs medium">10/13</td>
|
|
253
|
+
<td data-value="70" class="pct medium">70%</td>
|
|
254
|
+
<td data-value="10" class="abs medium">7/10</td>
|
|
255
255
|
<td data-value="75" class="pct medium">75%</td>
|
|
256
256
|
<td data-value="4" class="abs medium">3/4</td>
|
|
257
|
-
<td data-value="
|
|
258
|
-
<td data-value="
|
|
259
|
-
</tr>
|
|
260
|
-
|
|
261
|
-
<tr>
|
|
262
|
-
<td class="file low" data-value="FormattedKintMessage"><a href="FormattedKintMessage/index.html">FormattedKintMessage</a></td>
|
|
263
|
-
<td data-value="13.33" class="pic low">
|
|
264
|
-
<div class="chart"><div class="cover-fill" style="width: 13%"></div><div class="cover-empty" style="width: 87%"></div></div>
|
|
265
|
-
</td>
|
|
266
|
-
<td data-value="13.33" class="pct low">13.33%</td>
|
|
267
|
-
<td data-value="15" class="abs low">2/15</td>
|
|
268
|
-
<td data-value="0" class="pct low">0%</td>
|
|
269
|
-
<td data-value="12" class="abs low">0/12</td>
|
|
270
|
-
<td data-value="0" class="pct low">0%</td>
|
|
271
|
-
<td data-value="1" class="abs low">0/1</td>
|
|
272
|
-
<td data-value="13.33" class="pct low">13.33%</td>
|
|
273
|
-
<td data-value="15" class="abs low">2/15</td>
|
|
257
|
+
<td data-value="76.92" class="pct medium">76.92%</td>
|
|
258
|
+
<td data-value="13" class="abs medium">10/13</td>
|
|
274
259
|
</tr>
|
|
275
260
|
|
|
276
261
|
<tr>
|
|
@@ -279,13 +264,13 @@
|
|
|
279
264
|
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
280
265
|
</td>
|
|
281
266
|
<td data-value="0" class="pct low">0%</td>
|
|
282
|
-
<td data-value="
|
|
267
|
+
<td data-value="12" class="abs low">0/12</td>
|
|
283
268
|
<td data-value="0" class="pct low">0%</td>
|
|
284
|
-
<td data-value="
|
|
269
|
+
<td data-value="14" class="abs low">0/14</td>
|
|
285
270
|
<td data-value="0" class="pct low">0%</td>
|
|
286
271
|
<td data-value="4" class="abs low">0/4</td>
|
|
287
272
|
<td data-value="0" class="pct low">0%</td>
|
|
288
|
-
<td data-value="
|
|
273
|
+
<td data-value="11" class="abs low">0/11</td>
|
|
289
274
|
</tr>
|
|
290
275
|
|
|
291
276
|
<tr>
|
|
@@ -294,13 +279,13 @@
|
|
|
294
279
|
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
295
280
|
</td>
|
|
296
281
|
<td data-value="0" class="pct low">0%</td>
|
|
297
|
-
<td data-value="
|
|
282
|
+
<td data-value="14" class="abs low">0/14</td>
|
|
298
283
|
<td data-value="0" class="pct low">0%</td>
|
|
299
|
-
<td data-value="
|
|
284
|
+
<td data-value="15" class="abs low">0/15</td>
|
|
300
285
|
<td data-value="0" class="pct low">0%</td>
|
|
301
286
|
<td data-value="1" class="abs low">0/1</td>
|
|
302
287
|
<td data-value="0" class="pct low">0%</td>
|
|
303
|
-
<td data-value="
|
|
288
|
+
<td data-value="14" class="abs low">0/14</td>
|
|
304
289
|
</tr>
|
|
305
290
|
|
|
306
291
|
<tr>
|
|
@@ -341,7 +326,7 @@
|
|
|
341
326
|
<td data-value="0" class="pct low">0%</td>
|
|
342
327
|
<td data-value="46" class="abs low">0/46</td>
|
|
343
328
|
<td data-value="0" class="pct low">0%</td>
|
|
344
|
-
<td data-value="
|
|
329
|
+
<td data-value="56" class="abs low">0/56</td>
|
|
345
330
|
<td data-value="0" class="pct low">0%</td>
|
|
346
331
|
<td data-value="16" class="abs low">0/16</td>
|
|
347
332
|
<td data-value="0" class="pct low">0%</td>
|
|
@@ -354,13 +339,13 @@
|
|
|
354
339
|
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
355
340
|
</td>
|
|
356
341
|
<td data-value="0" class="pct low">0%</td>
|
|
357
|
-
<td data-value="
|
|
342
|
+
<td data-value="38" class="abs low">0/38</td>
|
|
358
343
|
<td data-value="0" class="pct low">0%</td>
|
|
359
|
-
<td data-value="
|
|
344
|
+
<td data-value="30" class="abs low">0/30</td>
|
|
360
345
|
<td data-value="0" class="pct low">0%</td>
|
|
361
346
|
<td data-value="10" class="abs low">0/10</td>
|
|
362
347
|
<td data-value="0" class="pct low">0%</td>
|
|
363
|
-
<td data-value="
|
|
348
|
+
<td data-value="37" class="abs low">0/37</td>
|
|
364
349
|
</tr>
|
|
365
350
|
|
|
366
351
|
<tr>
|
|
@@ -371,7 +356,7 @@
|
|
|
371
356
|
<td data-value="0" class="pct low">0%</td>
|
|
372
357
|
<td data-value="14" class="abs low">0/14</td>
|
|
373
358
|
<td data-value="0" class="pct low">0%</td>
|
|
374
|
-
<td data-value="
|
|
359
|
+
<td data-value="4" class="abs low">0/4</td>
|
|
375
360
|
<td data-value="0" class="pct low">0%</td>
|
|
376
361
|
<td data-value="6" class="abs low">0/6</td>
|
|
377
362
|
<td data-value="0" class="pct low">0%</td>
|
|
@@ -425,17 +410,17 @@
|
|
|
425
410
|
|
|
426
411
|
<tr>
|
|
427
412
|
<td class="file low" data-value="SettingPage"><a href="SettingPage/index.html">SettingPage</a></td>
|
|
428
|
-
<td data-value="
|
|
429
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
413
|
+
<td data-value="44.44" class="pic low">
|
|
414
|
+
<div class="chart"><div class="cover-fill" style="width: 44%"></div><div class="cover-empty" style="width: 56%"></div></div>
|
|
430
415
|
</td>
|
|
431
|
-
<td data-value="
|
|
432
|
-
<td data-value="9" class="abs low">
|
|
433
|
-
<td data-value="
|
|
434
|
-
<td data-value="
|
|
416
|
+
<td data-value="44.44" class="pct low">44.44%</td>
|
|
417
|
+
<td data-value="9" class="abs low">4/9</td>
|
|
418
|
+
<td data-value="100" class="pct high">100%</td>
|
|
419
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
435
420
|
<td data-value="0" class="pct low">0%</td>
|
|
436
421
|
<td data-value="2" class="abs low">0/2</td>
|
|
437
|
-
<td data-value="
|
|
438
|
-
<td data-value="9" class="abs low">
|
|
422
|
+
<td data-value="44.44" class="pct low">44.44%</td>
|
|
423
|
+
<td data-value="9" class="abs low">4/9</td>
|
|
439
424
|
</tr>
|
|
440
425
|
|
|
441
426
|
<tr>
|
|
@@ -485,32 +470,32 @@
|
|
|
485
470
|
|
|
486
471
|
<tr>
|
|
487
472
|
<td class="file low" data-value="hooks"><a href="hooks/index.html">hooks</a></td>
|
|
488
|
-
<td data-value="
|
|
489
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
473
|
+
<td data-value="17.19" class="pic low">
|
|
474
|
+
<div class="chart"><div class="cover-fill" style="width: 17%"></div><div class="cover-empty" style="width: 83%"></div></div>
|
|
490
475
|
</td>
|
|
491
|
-
<td data-value="
|
|
492
|
-
<td data-value="
|
|
493
|
-
<td data-value="
|
|
494
|
-
<td data-value="
|
|
495
|
-
<td data-value="
|
|
496
|
-
<td data-value="
|
|
497
|
-
<td data-value="
|
|
498
|
-
<td data-value="
|
|
476
|
+
<td data-value="17.19" class="pct low">17.19%</td>
|
|
477
|
+
<td data-value="221" class="abs low">38/221</td>
|
|
478
|
+
<td data-value="12.64" class="pct low">12.64%</td>
|
|
479
|
+
<td data-value="87" class="abs low">11/87</td>
|
|
480
|
+
<td data-value="6.77" class="pct low">6.77%</td>
|
|
481
|
+
<td data-value="59" class="abs low">4/59</td>
|
|
482
|
+
<td data-value="17.84" class="pct low">17.84%</td>
|
|
483
|
+
<td data-value="213" class="abs low">38/213</td>
|
|
499
484
|
</tr>
|
|
500
485
|
|
|
501
486
|
<tr>
|
|
502
487
|
<td class="file low" data-value="hooks/settingsHooks"><a href="hooks/settingsHooks/index.html">hooks/settingsHooks</a></td>
|
|
503
|
-
<td data-value="
|
|
504
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
488
|
+
<td data-value="6" class="pic low">
|
|
489
|
+
<div class="chart"><div class="cover-fill" style="width: 6%"></div><div class="cover-empty" style="width: 94%"></div></div>
|
|
505
490
|
</td>
|
|
491
|
+
<td data-value="6" class="pct low">6%</td>
|
|
492
|
+
<td data-value="50" class="abs low">3/50</td>
|
|
506
493
|
<td data-value="0" class="pct low">0%</td>
|
|
507
|
-
<td data-value="
|
|
508
|
-
<td data-value="0" class="pct low">0%</td>
|
|
509
|
-
<td data-value="30" class="abs low">0/30</td>
|
|
494
|
+
<td data-value="29" class="abs low">0/29</td>
|
|
510
495
|
<td data-value="0" class="pct low">0%</td>
|
|
511
496
|
<td data-value="14" class="abs low">0/14</td>
|
|
512
|
-
<td data-value="
|
|
513
|
-
<td data-value="49" class="abs low">
|
|
497
|
+
<td data-value="6.12" class="pct low">6.12%</td>
|
|
498
|
+
<td data-value="49" class="abs low">3/49</td>
|
|
514
499
|
</tr>
|
|
515
500
|
|
|
516
501
|
<tr>
|
|
@@ -530,17 +515,17 @@
|
|
|
530
515
|
|
|
531
516
|
<tr>
|
|
532
517
|
<td class="file low" data-value="utils"><a href="utils/index.html">utils</a></td>
|
|
533
|
-
<td data-value="
|
|
534
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
518
|
+
<td data-value="40" class="pic low">
|
|
519
|
+
<div class="chart"><div class="cover-fill" style="width: 40%"></div><div class="cover-empty" style="width: 60%"></div></div>
|
|
535
520
|
</td>
|
|
536
|
-
<td data-value="
|
|
537
|
-
<td data-value="
|
|
538
|
-
<td data-value="
|
|
539
|
-
<td data-value="
|
|
540
|
-
<td data-value="
|
|
541
|
-
<td data-value="
|
|
542
|
-
<td data-value="
|
|
543
|
-
<td data-value="
|
|
521
|
+
<td data-value="40" class="pct low">40%</td>
|
|
522
|
+
<td data-value="180" class="abs low">72/180</td>
|
|
523
|
+
<td data-value="39.41" class="pct low">39.41%</td>
|
|
524
|
+
<td data-value="137" class="abs low">54/137</td>
|
|
525
|
+
<td data-value="26.78" class="pct low">26.78%</td>
|
|
526
|
+
<td data-value="56" class="abs low">15/56</td>
|
|
527
|
+
<td data-value="42.01" class="pct low">42.01%</td>
|
|
528
|
+
<td data-value="169" class="abs low">71/169</td>
|
|
544
529
|
</tr>
|
|
545
530
|
|
|
546
531
|
</tbody>
|
|
@@ -551,7 +536,7 @@
|
|
|
551
536
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
552
537
|
Code coverage generated by
|
|
553
538
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
554
|
-
at 2022-
|
|
539
|
+
at 2022-11-22T09:57:19.883Z
|
|
555
540
|
</div>
|
|
556
541
|
<script src="prettify.js"></script>
|
|
557
542
|
<script>
|
|
@@ -178,7 +178,7 @@ export default function <span class="fstat-no" title="function not covered" >bui
|
|
|
178
178
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
179
179
|
Code coverage generated by
|
|
180
180
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
181
|
-
at 2022-
|
|
181
|
+
at 2022-11-22T09:57:19.883Z
|
|
182
182
|
</div>
|
|
183
183
|
<script src="../prettify.js"></script>
|
|
184
184
|
<script>
|
|
@@ -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">100% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>4/4</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">50% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>1/2</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>2/2</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>3/3</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
</div>
|
|
62
62
|
</template>
|
|
63
63
|
</div>
|
|
64
|
-
<div class='status-line
|
|
64
|
+
<div class='status-line high'></div>
|
|
65
65
|
<pre><table class="coverage">
|
|
66
66
|
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
67
67
|
<a name='L2'></a><a href='#L2'>2</a>
|
|
@@ -73,17 +73,17 @@
|
|
|
73
73
|
<a name='L8'></a><a href='#L8'>8</a>
|
|
74
74
|
<a name='L9'></a><a href='#L9'>9</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
75
75
|
<span class="cline-any cline-neutral"> </span>
|
|
76
|
-
<span class="cline-any cline-yes">
|
|
77
|
-
<span class="cline-any cline-
|
|
78
|
-
<span class="cline-any cline-
|
|
76
|
+
<span class="cline-any cline-yes">7x</span>
|
|
77
|
+
<span class="cline-any cline-yes">7x</span>
|
|
78
|
+
<span class="cline-any cline-yes">38x</span>
|
|
79
79
|
<span class="cline-any cline-neutral"> </span>
|
|
80
80
|
<span class="cline-any cline-neutral"> </span>
|
|
81
81
|
<span class="cline-any cline-neutral"> </span>
|
|
82
82
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import generateKiwtQueryParams from './generateKiwtQueryParams';
|
|
83
83
|
|
|
84
|
-
const generateKiwtQuery =
|
|
85
|
-
const paramsArray =
|
|
86
|
-
|
|
84
|
+
const generateKiwtQuery = (options, nsValues) => {
|
|
85
|
+
const paramsArray = generateKiwtQueryParams(options, nsValues);
|
|
86
|
+
return paramsArray.length ? '?' + paramsArray.map(p => encodeURI(p)).join('&') : <span class="branch-1 cbranch-no" title="branch not covered" >'';</span>
|
|
87
87
|
};
|
|
88
88
|
|
|
89
89
|
export default generateKiwtQuery;
|
|
@@ -94,7 +94,7 @@ export default generateKiwtQuery;
|
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
95
|
Code coverage generated by
|
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
97
|
-
at 2022-
|
|
97
|
+
at 2022-11-22T09:57:19.883Z
|
|
98
98
|
</div>
|
|
99
99
|
<script src="../prettify.js"></script>
|
|
100
100
|
<script>
|