@k-int/stripes-kint-components 4.3.0 → 4.4.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 +15 -0
- package/es/index.js +17 -4
- package/es/lib/ActionList/ActionList.js +5 -4
- package/es/lib/ActionList/ActionListFieldArray.js +7 -4
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +2 -2
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +22 -24
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +26 -32
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +3 -3
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +39 -47
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +82 -100
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +2 -2
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +22 -28
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +1 -1
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +69 -85
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +2 -2
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +26 -32
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +3 -3
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +15 -19
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +17 -21
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +1 -1
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +129 -161
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +2 -2
- package/es/lib/CustomProperties/Filter/useValueProps.js +1 -1
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +2 -2
- package/es/lib/CycleButton/CycleButton.js +2 -2
- package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +45 -28
- package/es/lib/EditableRefdataList/EditableRefdataList.js +70 -50
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +44 -50
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +1 -1
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +139 -163
- package/es/lib/EditableSettingsList/SettingField/SettingField.js +9 -9
- package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +117 -133
- package/es/lib/IconSelect/IconSelect.js +2 -2
- package/es/lib/QueryTypedown/QueryTypedown.js +2 -2
- package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +1 -1
- package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +15 -5
- package/es/lib/RichSelect/RichSelect.js +2 -2
- package/es/lib/RichSelect/useSelectedOption.js +2 -2
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +2 -2
- package/es/lib/SettingPage/SettingPage.js +4 -2
- package/es/lib/Typedown/Typedown.js +6 -3
- package/es/lib/hooks/index.js +0 -19
- package/es/lib/hooks/typedownHooks/useTypedownData.js +2 -2
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +2 -2
- package/es/lib/hooks/useActiveElement.js +2 -2
- package/es/lib/hooks/useHelperApp.js +2 -2
- package/es/lib/hooks/useKiwtFieldArray.js +2 -2
- package/es/lib/hooks/useKiwtSASQuery.js +2 -2
- package/es/lib/hooks/useLocalStorageState.js +2 -2
- package/es/lib/hooks/useMutateCustomProperties.js +23 -29
- package/es/lib/hooks/useMutateRefdataCategory.js +21 -25
- package/es/lib/hooks/useMutateRefdataValue.js +30 -34
- package/es/lib/hooks/useQIndex.js +2 -2
- package/es/lib/hooks/useSASQQueryMeta.js +1 -1
- package/es/lib/{hooks/settingsHooks → settingsHooks}/index.js +0 -0
- package/es/lib/{hooks/settingsHooks → settingsHooks}/useAppSettings.js +2 -2
- package/es/lib/{hooks/settingsHooks → settingsHooks}/useSettingSection.js +1 -3
- package/es/lib/{hooks/settingsHooks → settingsHooks}/useSettings.js +7 -8
- package/es/lib/utils/generateKiwtQueryParams.js +2 -2
- package/es/lib/utils/groupCustomPropertiesByCtx.js +1 -1
- package/es/lib/utils/highlightString.js +2 -2
- package/es/lib/utils/index.js +0 -43
- package/es/lib/utils/parseErrorResponse.js +42 -44
- package/es/lib/validators/index.js +16 -0
- package/es/lib/{utils → validators}/validators.js +0 -0
- package/junit.xml +133 -133
- package/package.json +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +12 -3
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +53 -14
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +8 -8
- 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 +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +1 -1
- 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 +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
- 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 +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +2 -2
- 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 +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +1 -1
- 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 +96 -9
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +152 -29
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +1 -1
- 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 +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +1 -1
- 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 +1 -1
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +1 -1
- 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 +1 -1
- 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 +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +43 -10
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +1 -1
- 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 +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +1 -1
- 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 +6 -3
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +20 -8
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +3 -3
- 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 +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +2 -5
- 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 +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/index.html +60 -45
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.html +161 -0
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.js.html +94 -0
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useAppSettings.js.html +292 -0
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettingSection.js.html +211 -0
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettings.js.html +460 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/index.html +9 -24
- package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +2 -35
- package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/validators/index.html +131 -0
- package/src/artifacts/coverage-jest/lcov-report/validators/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/validators/validators.js.html +370 -0
- package/src/artifacts/coverage-jest/lcov.info +650 -588
- package/src/index.js +6 -2
- package/src/lib/ActionList/ActionList.js +3 -2
- package/src/lib/ActionList/ActionListFieldArray.js +9 -1
- package/src/lib/ActionList/README.md +1 -0
- package/src/lib/CustomProperties/Config/CustomPropertyForm.js +1 -1
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +1 -1
- package/src/lib/CustomProperties/Filter/CustomPropertiesRule.js +1 -1
- package/src/lib/CustomProperties/Filter/useValueProps.js +1 -1
- package/src/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +32 -3
- package/src/lib/EditableRefdataList/EditableRefdataList.js +50 -22
- package/src/lib/EditableRefdataList/README.md +2 -1
- package/src/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +15 -4
- package/src/lib/SettingPage/SettingPage.js +2 -1
- package/src/lib/Typedown/Typedown.js +9 -5
- package/src/lib/hooks/index.js +0 -1
- package/src/lib/{hooks/settingsHooks → settingsHooks}/index.js +0 -0
- package/src/lib/{hooks/settingsHooks → settingsHooks}/useAppSettings.js +1 -1
- package/src/lib/{hooks/settingsHooks → settingsHooks}/useSettingSection.js +1 -2
- package/src/lib/{hooks/settingsHooks → settingsHooks}/useSettings.js +4 -5
- package/src/lib/utils/index.js +0 -11
- package/src/lib/validators/index.js +1 -0
- package/src/lib/{utils → validators}/validators.js +0 -0
- package/styles/TypeDown.css +17 -17
package/junit.xml
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<testsuites name="jest tests" tests="115" failures="0" errors="0" time="
|
|
3
|
-
<testsuite name="CustomPropertyView" errors="0" failures="0" skipped="0" timestamp="2023-
|
|
4
|
-
<testcase classname="CustomPropertyView displays expected label value" name="CustomPropertyView displays expected label value" time="0.
|
|
2
|
+
<testsuites name="jest tests" tests="115" failures="0" errors="0" time="28.763">
|
|
3
|
+
<testsuite name="CustomPropertyView" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:16:38" time="21.556" tests="9">
|
|
4
|
+
<testcase classname="CustomPropertyView displays expected label value" name="CustomPropertyView displays expected label value" time="0.106">
|
|
5
5
|
</testcase>
|
|
6
|
-
<testcase classname="CustomPropertyView displays expected name value" name="CustomPropertyView displays expected name value" time="0.
|
|
6
|
+
<testcase classname="CustomPropertyView displays expected name value" name="CustomPropertyView displays expected name value" time="0.027">
|
|
7
7
|
</testcase>
|
|
8
|
-
<testcase classname="CustomPropertyView displays expected Description value" name="CustomPropertyView displays expected Description value" time="0.
|
|
8
|
+
<testcase classname="CustomPropertyView displays expected Description value" name="CustomPropertyView displays expected Description value" time="0.036">
|
|
9
9
|
</testcase>
|
|
10
|
-
<testcase classname="CustomPropertyView displays expected Primary value" name="CustomPropertyView displays expected Primary value" time="0.
|
|
10
|
+
<testcase classname="CustomPropertyView displays expected Primary value" name="CustomPropertyView displays expected Primary value" time="0.02">
|
|
11
11
|
</testcase>
|
|
12
|
-
<testcase classname="CustomPropertyView displays expected Retired value" name="CustomPropertyView displays expected Retired value" time="0.
|
|
12
|
+
<testcase classname="CustomPropertyView displays expected Retired value" name="CustomPropertyView displays expected Retired value" time="0.022">
|
|
13
13
|
</testcase>
|
|
14
|
-
<testcase classname="CustomPropertyView displays expected Weight value" name="CustomPropertyView displays expected Weight value" time="0.
|
|
14
|
+
<testcase classname="CustomPropertyView displays expected Weight value" name="CustomPropertyView displays expected Weight value" time="0.018">
|
|
15
15
|
</testcase>
|
|
16
|
-
<testcase classname="CustomPropertyView displays expected Default visibility value" name="CustomPropertyView displays expected Default visibility value" time="0.
|
|
16
|
+
<testcase classname="CustomPropertyView displays expected Default visibility value" name="CustomPropertyView displays expected Default visibility value" time="0.02">
|
|
17
17
|
</testcase>
|
|
18
|
-
<testcase classname="CustomPropertyView displays expected Context value" name="CustomPropertyView displays expected Context value" time="0.
|
|
18
|
+
<testcase classname="CustomPropertyView displays expected Context value" name="CustomPropertyView displays expected Context value" time="0.022">
|
|
19
19
|
</testcase>
|
|
20
|
-
<testcase classname="CustomPropertyView displays expected Type value" name="CustomPropertyView displays expected Type value" time="0.
|
|
20
|
+
<testcase classname="CustomPropertyView displays expected Type value" name="CustomPropertyView displays expected Type value" time="0.022">
|
|
21
21
|
</testcase>
|
|
22
22
|
</testsuite>
|
|
23
|
-
<testsuite name="RenderSettingValue" errors="0" failures="0" skipped="0" timestamp="2023-
|
|
24
|
-
<testcase classname="RenderSettingValue render string settings render a string setting renders the value" name="RenderSettingValue render string settings render a string setting renders the value" time="0.
|
|
23
|
+
<testsuite name="RenderSettingValue" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:16:38" time="21.953" tests="12">
|
|
24
|
+
<testcase classname="RenderSettingValue render string settings render a string setting renders the value" name="RenderSettingValue render string settings render a string setting renders the value" time="0.069">
|
|
25
25
|
</testcase>
|
|
26
|
-
<testcase classname="RenderSettingValue render string settings render a string setting without a value renders the default value" name="RenderSettingValue render string settings render a string setting without a value renders the default value" time="0.
|
|
26
|
+
<testcase classname="RenderSettingValue render string settings render a string setting without a value renders the default value" name="RenderSettingValue render string settings render a string setting without a value renders the default value" time="0.008">
|
|
27
27
|
</testcase>
|
|
28
|
-
<testcase classname="RenderSettingValue render string settings render a string setting without a value or default renders the empty message" name="RenderSettingValue render string settings render a string setting without a value or default renders the empty message" time="0.
|
|
28
|
+
<testcase classname="RenderSettingValue render string settings render a string setting without a value or default renders the empty message" name="RenderSettingValue render string settings render a string setting without a value or default renders the empty message" time="0.007">
|
|
29
29
|
</testcase>
|
|
30
|
-
<testcase classname="RenderSettingValue render refdata settings render a refdata setting renders the value" name="RenderSettingValue render refdata settings render a refdata setting renders the value" time="0.
|
|
30
|
+
<testcase classname="RenderSettingValue render refdata settings render a refdata setting renders the value" name="RenderSettingValue render refdata settings render a refdata setting renders the value" time="0.007">
|
|
31
31
|
</testcase>
|
|
32
|
-
<testcase classname="RenderSettingValue render refdata settings render a refdata setting without a value renders the default value" name="RenderSettingValue render refdata settings render a refdata setting without a value renders the default value" time="0.
|
|
32
|
+
<testcase classname="RenderSettingValue render refdata settings render a refdata setting without a value renders the default value" name="RenderSettingValue render refdata settings render a refdata setting without a value renders the default value" time="0.007">
|
|
33
33
|
</testcase>
|
|
34
34
|
<testcase classname="RenderSettingValue render refdata settings render a refdata setting without a value or default renders the empty message" name="RenderSettingValue render refdata settings render a refdata setting without a value or default renders the empty message" time="0.007">
|
|
35
35
|
</testcase>
|
|
@@ -41,233 +41,233 @@
|
|
|
41
41
|
</testcase>
|
|
42
42
|
<testcase classname="RenderSettingValue render template settings render a template setting renders the value" name="RenderSettingValue render template settings render a template setting renders the value" time="0.007">
|
|
43
43
|
</testcase>
|
|
44
|
-
<testcase classname="RenderSettingValue render template settings render a template setting without a value renders the default value" name="RenderSettingValue render template settings render a template setting without a value renders the default value" time="0.
|
|
44
|
+
<testcase classname="RenderSettingValue render template settings render a template setting without a value renders the default value" name="RenderSettingValue render template settings render a template setting without a value renders the default value" time="0.021">
|
|
45
45
|
</testcase>
|
|
46
46
|
<testcase classname="RenderSettingValue render template settings render a template setting without a value or default renders the empty message" name="RenderSettingValue render template settings render a template setting without a value or default renders the empty message" time="0.006">
|
|
47
47
|
</testcase>
|
|
48
48
|
</testsuite>
|
|
49
|
-
<testsuite name="CustomPropertiesListField" errors="0" failures="0" skipped="0" timestamp="2023-
|
|
50
|
-
<testcase classname="CustomPropertiesListField displays expected primary properties key value" name="CustomPropertiesListField displays expected primary properties key value" time="0.
|
|
49
|
+
<testsuite name="CustomPropertiesListField" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:16:38" time="21.948" tests="5">
|
|
50
|
+
<testcase classname="CustomPropertiesListField displays expected primary properties key value" name="CustomPropertiesListField displays expected primary properties key value" time="0.132">
|
|
51
51
|
</testcase>
|
|
52
|
-
<testcase classname="CustomPropertiesListField displays expected optional properties key value" name="CustomPropertiesListField displays expected optional properties key value" time="0.
|
|
52
|
+
<testcase classname="CustomPropertiesListField displays expected optional properties key value" name="CustomPropertiesListField displays expected optional properties key value" time="0.03">
|
|
53
53
|
</testcase>
|
|
54
|
-
<testcase classname="CustomPropertiesListField renders CustomPropertyFormCard component " name="CustomPropertiesListField renders CustomPropertyFormCard component " time="0.
|
|
54
|
+
<testcase classname="CustomPropertiesListField renders CustomPropertyFormCard component " name="CustomPropertiesListField renders CustomPropertyFormCard component " time="0.043">
|
|
55
55
|
</testcase>
|
|
56
|
-
<testcase classname="CustomPropertiesListField renders CustomPropertiesList component " name="CustomPropertiesListField renders CustomPropertiesList component " time="0.
|
|
56
|
+
<testcase classname="CustomPropertiesListField renders CustomPropertiesList component " name="CustomPropertiesListField renders CustomPropertiesList component " time="0.026">
|
|
57
57
|
</testcase>
|
|
58
|
-
<testcase classname="CustomPropertiesListField renders the Add property button" name="CustomPropertiesListField renders the Add property button" time="0.
|
|
58
|
+
<testcase classname="CustomPropertiesListField renders the Add property button" name="CustomPropertiesListField renders the Add property button" time="0.11">
|
|
59
59
|
</testcase>
|
|
60
60
|
</testsuite>
|
|
61
|
-
<testsuite name="CustomPropertyFormCard" errors="0" failures="0" skipped="0" timestamp="2023-
|
|
62
|
-
<testcase classname="CustomPropertyFormCard displays Author Identification card heading " name="CustomPropertyFormCard displays Author Identification card heading " time="0.
|
|
61
|
+
<testsuite name="CustomPropertyFormCard" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:16:38" time="22.023" tests="3">
|
|
62
|
+
<testcase classname="CustomPropertyFormCard displays Author Identification card heading " name="CustomPropertyFormCard displays Author Identification card heading " time="0.092">
|
|
63
63
|
</testcase>
|
|
64
|
-
<testcase classname="CustomPropertyFormCard renders CustomPropertyField component " name="CustomPropertyFormCard renders CustomPropertyField component " time="0.
|
|
64
|
+
<testcase classname="CustomPropertyFormCard renders CustomPropertyField component " name="CustomPropertyFormCard renders CustomPropertyField component " time="0.019">
|
|
65
65
|
</testcase>
|
|
66
|
-
<testcase classname="CustomPropertyFormCard renders CustomPropertyFormCard by its test ID " name="CustomPropertyFormCard renders CustomPropertyFormCard by its test ID " time="0.
|
|
66
|
+
<testcase classname="CustomPropertyFormCard renders CustomPropertyFormCard by its test ID " name="CustomPropertyFormCard renders CustomPropertyFormCard by its test ID " time="0.017">
|
|
67
67
|
</testcase>
|
|
68
68
|
</testsuite>
|
|
69
|
-
<testsuite name="EditableSettingsListFieldArray" errors="0" failures="0" skipped="0" timestamp="2023-
|
|
70
|
-
<testcase classname="EditableSettingsListFieldArray with empty initial values renders empty field" name="EditableSettingsListFieldArray with empty initial values renders empty field" time="0.
|
|
69
|
+
<testsuite name="EditableSettingsListFieldArray" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:16:38" time="22.158" tests="3">
|
|
70
|
+
<testcase classname="EditableSettingsListFieldArray with empty initial values renders empty field" name="EditableSettingsListFieldArray with empty initial values renders empty field" time="0.103">
|
|
71
71
|
</testcase>
|
|
72
|
-
<testcase classname="EditableSettingsListFieldArray with initial value set renders the SettingField component" name="EditableSettingsListFieldArray with initial value set renders the SettingField component" time="0.
|
|
72
|
+
<testcase classname="EditableSettingsListFieldArray with initial value set renders the SettingField component" name="EditableSettingsListFieldArray with initial value set renders the SettingField component" time="0.025">
|
|
73
73
|
</testcase>
|
|
74
|
-
<testcase classname="EditableSettingsListFieldArray with multiple initial values set renders the correct number of SettingField components" name="EditableSettingsListFieldArray with multiple initial values set renders the correct number of SettingField components" time="0.
|
|
74
|
+
<testcase classname="EditableSettingsListFieldArray with multiple initial values set renders the correct number of SettingField components" name="EditableSettingsListFieldArray with multiple initial values set renders the correct number of SettingField components" time="0.022">
|
|
75
75
|
</testcase>
|
|
76
76
|
</testsuite>
|
|
77
|
-
<testsuite name="CustomPropertiesRule" errors="0" failures="0" skipped="0" timestamp="2023-
|
|
78
|
-
<testcase classname="CustomPropertiesRule select Is set operator from comparator dropdown renders expected Is set operator" name="CustomPropertiesRule select Is set operator from comparator dropdown renders expected Is set operator" time="0.
|
|
77
|
+
<testsuite name="CustomPropertiesRule" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:16:38" time="23.541" tests="8">
|
|
78
|
+
<testcase classname="CustomPropertiesRule select Is set operator from comparator dropdown renders expected Is set operator" name="CustomPropertiesRule select Is set operator from comparator dropdown renders expected Is set operator" time="0.375">
|
|
79
79
|
</testcase>
|
|
80
|
-
<testcase classname="CustomPropertiesRule select Is not set operator from comparator dropdown renders expected is not set operator in comparator dropdown" name="CustomPropertiesRule select Is not set operator from comparator dropdown renders expected is not set operator in comparator dropdown" time="0.
|
|
80
|
+
<testcase classname="CustomPropertiesRule select Is not set operator from comparator dropdown renders expected is not set operator in comparator dropdown" name="CustomPropertiesRule select Is not set operator from comparator dropdown renders expected is not set operator in comparator dropdown" time="0.182">
|
|
81
81
|
</testcase>
|
|
82
|
-
<testcase classname="CustomPropertiesRule select Equals from comparator dropdown renders expected Equals operator" name="CustomPropertiesRule select Equals from comparator dropdown renders expected Equals operator" time="0.
|
|
82
|
+
<testcase classname="CustomPropertiesRule select Equals from comparator dropdown renders expected Equals operator" name="CustomPropertiesRule select Equals from comparator dropdown renders expected Equals operator" time="0.174">
|
|
83
83
|
</testcase>
|
|
84
|
-
<testcase classname="CustomPropertiesRule select not equal operator from comparator dropdown renders expected Does not equal operator in comparator dropdown" name="CustomPropertiesRule select not equal operator from comparator dropdown renders expected Does not equal operator in comparator dropdown" time="0.
|
|
84
|
+
<testcase classname="CustomPropertiesRule select not equal operator from comparator dropdown renders expected Does not equal operator in comparator dropdown" name="CustomPropertiesRule select not equal operator from comparator dropdown renders expected Does not equal operator in comparator dropdown" time="0.153">
|
|
85
85
|
</testcase>
|
|
86
|
-
<testcase classname="CustomPropertiesRule select Is greater than or equal to operator from comparator dropdown renders expected Is greater than or equal to operator in comparator dropdown" name="CustomPropertiesRule select Is greater than or equal to operator from comparator dropdown renders expected Is greater than or equal to operator in comparator dropdown" time="0.
|
|
86
|
+
<testcase classname="CustomPropertiesRule select Is greater than or equal to operator from comparator dropdown renders expected Is greater than or equal to operator in comparator dropdown" name="CustomPropertiesRule select Is greater than or equal to operator from comparator dropdown renders expected Is greater than or equal to operator in comparator dropdown" time="0.149">
|
|
87
87
|
</testcase>
|
|
88
|
-
<testcase classname="CustomPropertiesRule select Is less than or equal to operator from comparator dropdown renders expected Is less than or equal to operator in comparator dropdown" name="CustomPropertiesRule select Is less than or equal to operator from comparator dropdown renders expected Is less than or equal to operator in comparator dropdown" time="0.
|
|
88
|
+
<testcase classname="CustomPropertiesRule select Is less than or equal to operator from comparator dropdown renders expected Is less than or equal to operator in comparator dropdown" name="CustomPropertiesRule select Is less than or equal to operator from comparator dropdown renders expected Is less than or equal to operator in comparator dropdown" time="0.148">
|
|
89
89
|
</testcase>
|
|
90
|
-
<testcase classname="CustomPropertiesRule select Is operator from comparator dropdown renders expected is operator" name="CustomPropertiesRule select Is operator from comparator dropdown renders expected is operator" time="0.
|
|
90
|
+
<testcase classname="CustomPropertiesRule select Is operator from comparator dropdown renders expected is operator" name="CustomPropertiesRule select Is operator from comparator dropdown renders expected is operator" time="0.195">
|
|
91
91
|
</testcase>
|
|
92
|
-
<testcase classname="CustomPropertiesRule select Is not operator form comparator dropdown renders expected is not operator " name="CustomPropertiesRule select Is not operator form comparator dropdown renders expected is not operator " time="0.
|
|
92
|
+
<testcase classname="CustomPropertiesRule select Is not operator form comparator dropdown renders expected is not operator " name="CustomPropertiesRule select Is not operator form comparator dropdown renders expected is not operator " time="0.128">
|
|
93
93
|
</testcase>
|
|
94
94
|
</testsuite>
|
|
95
|
-
<testsuite name="SettingField" errors="0" failures="0" skipped="0" timestamp="2023-
|
|
96
|
-
<testcase classname="SettingField renders RenderSettingValue" name="SettingField renders RenderSettingValue" time="0.
|
|
95
|
+
<testsuite name="SettingField" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:16:38" time="23.825" tests="3">
|
|
96
|
+
<testcase classname="SettingField renders RenderSettingValue" name="SettingField renders RenderSettingValue" time="0.148">
|
|
97
97
|
</testcase>
|
|
98
98
|
<testcase classname="SettingField renders the edit button" name="SettingField renders the edit button" time="0.019">
|
|
99
99
|
</testcase>
|
|
100
|
-
<testcase classname="SettingField clicking edit/save works as expected" name="SettingField clicking edit/save works as expected" time="0.
|
|
100
|
+
<testcase classname="SettingField clicking edit/save works as expected" name="SettingField clicking edit/save works as expected" time="0.265">
|
|
101
101
|
</testcase>
|
|
102
102
|
</testsuite>
|
|
103
|
-
<testsuite name="
|
|
104
|
-
<testcase classname="
|
|
103
|
+
<testsuite name="CustomPropertyField" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:16:38" time="23.902" tests="14">
|
|
104
|
+
<testcase classname="CustomPropertyField CustomPropertyField Displays expected value(s) label " name="CustomPropertyField CustomPropertyField Displays expected value(s) label " time="0.145">
|
|
105
105
|
</testcase>
|
|
106
|
-
<testcase classname="
|
|
106
|
+
<testcase classname="CustomPropertyField CustomPropertyField Displays expected Value(s) dropdown values " name="CustomPropertyField CustomPropertyField Displays expected Value(s) dropdown values " time="0.031">
|
|
107
107
|
</testcase>
|
|
108
|
-
<testcase classname="
|
|
108
|
+
<testcase classname="CustomPropertyField CustomPropertyField Displays expected Internal note label " name="CustomPropertyField CustomPropertyField Displays expected Internal note label " time="0.038">
|
|
109
109
|
</testcase>
|
|
110
|
-
<testcase classname="
|
|
110
|
+
<testcase classname="CustomPropertyField CustomPropertyField Displays expected internal note value" name="CustomPropertyField CustomPropertyField Displays expected internal note value" time="0.186">
|
|
111
111
|
</testcase>
|
|
112
|
-
|
|
113
|
-
<testsuite name="CustomPropertiesFilterFieldArray" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:53:18" time="2.089" tests="3">
|
|
114
|
-
<testcase classname="CustomPropertiesFilterFieldArray renders CustomPropertiesFilterField component" name="CustomPropertiesFilterFieldArray renders CustomPropertiesFilterField component" time="0.074">
|
|
112
|
+
<testcase classname="CustomPropertyField CustomPropertyField Displays expected visibilities dropdwon values " name="CustomPropertyField CustomPropertyField Displays expected visibilities dropdwon values " time="0.035">
|
|
115
113
|
</testcase>
|
|
116
|
-
<testcase classname="
|
|
114
|
+
<testcase classname="CustomPropertyField CustomPropertyField Displays expected Public note label " name="CustomPropertyField CustomPropertyField Displays expected Public note label " time="0.029">
|
|
117
115
|
</testcase>
|
|
118
|
-
<testcase classname="
|
|
116
|
+
<testcase classname="CustomPropertyField CustomPropertyField Displays expected public note value" name="CustomPropertyField CustomPropertyField Displays expected public note value" time="0.072">
|
|
119
117
|
</testcase>
|
|
120
|
-
|
|
121
|
-
<testsuite name="CustomPropertyField" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:52:55" time="25.006" tests="14">
|
|
122
|
-
<testcase classname="CustomPropertyField CustomPropertyField Displays expected value(s) label " name="CustomPropertyField CustomPropertyField Displays expected value(s) label " time="0.143">
|
|
118
|
+
<testcase classname="CustomPropertyField Decimal field Displays expected Decimal field" name="CustomPropertyField Decimal field Displays expected Decimal field" time="0.099">
|
|
123
119
|
</testcase>
|
|
124
|
-
<testcase classname="CustomPropertyField
|
|
120
|
+
<testcase classname="CustomPropertyField Integer field Displays expected integer Field" name="CustomPropertyField Integer field Displays expected integer Field" time="0.097">
|
|
125
121
|
</testcase>
|
|
126
|
-
<testcase classname="CustomPropertyField
|
|
122
|
+
<testcase classname="CustomPropertyField Refdata multi-select field Displays expected multi-select Refdata Field" name="CustomPropertyField Refdata multi-select field Displays expected multi-select Refdata Field" time="0.06">
|
|
127
123
|
</testcase>
|
|
128
|
-
<testcase classname="CustomPropertyField
|
|
124
|
+
<testcase classname="CustomPropertyField Refdata multi-select field Displays expected value(s) label " name="CustomPropertyField Refdata multi-select field Displays expected value(s) label " time="0.04">
|
|
129
125
|
</testcase>
|
|
130
|
-
<testcase classname="CustomPropertyField
|
|
126
|
+
<testcase classname="CustomPropertyField Refdata multi-select field renders multi-select Refdata values" name="CustomPropertyField Refdata multi-select field renders multi-select Refdata values" time="1.34">
|
|
131
127
|
</testcase>
|
|
132
|
-
<testcase classname="CustomPropertyField
|
|
128
|
+
<testcase classname="CustomPropertyField Date field renders values DatePicker" name="CustomPropertyField Date field renders values DatePicker" time="0.086">
|
|
133
129
|
</testcase>
|
|
134
|
-
<testcase classname="CustomPropertyField
|
|
130
|
+
<testcase classname="CustomPropertyField Date field Displays expected date Field" name="CustomPropertyField Date field Displays expected date Field" time="0.06">
|
|
135
131
|
</testcase>
|
|
136
|
-
|
|
132
|
+
</testsuite>
|
|
133
|
+
<testsuite name="CustomPropertiesFilter" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:17:00" time="2.414" tests="4">
|
|
134
|
+
<testcase classname="CustomPropertiesFilter renders the Custom properties Accordion by id" name="CustomPropertiesFilter renders the Custom properties Accordion by id" time="0.168">
|
|
137
135
|
</testcase>
|
|
138
|
-
<testcase classname="
|
|
136
|
+
<testcase classname="CustomPropertiesFilter renders the Custom properties Accordion" name="CustomPropertiesFilter renders the Custom properties Accordion" time="0.061">
|
|
139
137
|
</testcase>
|
|
140
|
-
<testcase classname="
|
|
138
|
+
<testcase classname="CustomPropertiesFilter renders the edit custom property filters button" name="CustomPropertiesFilter renders the edit custom property filters button" time="0.09">
|
|
141
139
|
</testcase>
|
|
142
|
-
<testcase classname="
|
|
140
|
+
<testcase classname="CustomPropertiesFilter renders CustomPropertiesFilterForm component " name="CustomPropertiesFilter renders CustomPropertiesFilterForm component " time="0.021">
|
|
143
141
|
</testcase>
|
|
144
|
-
|
|
142
|
+
</testsuite>
|
|
143
|
+
<testsuite name="CustomPropertiesFilterFieldArray" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:17:00" time="2.025" tests="3">
|
|
144
|
+
<testcase classname="CustomPropertiesFilterFieldArray renders CustomPropertiesFilterField component" name="CustomPropertiesFilterFieldArray renders CustomPropertiesFilterField component" time="0.069">
|
|
145
145
|
</testcase>
|
|
146
|
-
<testcase classname="
|
|
146
|
+
<testcase classname="CustomPropertiesFilterFieldArray renders the Add custom property filter button" name="CustomPropertiesFilterFieldArray renders the Add custom property filter button" time="0.117">
|
|
147
147
|
</testcase>
|
|
148
|
-
<testcase classname="
|
|
148
|
+
<testcase classname="CustomPropertiesFilterFieldArray renders the submit button" name="CustomPropertiesFilterFieldArray renders the submit button" time="0.045">
|
|
149
149
|
</testcase>
|
|
150
150
|
</testsuite>
|
|
151
|
-
<testsuite name="
|
|
152
|
-
<testcase classname="
|
|
151
|
+
<testsuite name="CustomPropertiesFilterField" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:17:00" time="2.105" tests="1">
|
|
152
|
+
<testcase classname="CustomPropertiesFilterField displays the Custom property label" name="CustomPropertiesFilterField displays the Custom property label" time="0.013">
|
|
153
153
|
</testcase>
|
|
154
|
-
|
|
154
|
+
</testsuite>
|
|
155
|
+
<testsuite name="CustomPropertiesLookup" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:17:00" time="2.13" tests="2">
|
|
156
|
+
<testcase classname="CustomPropertiesLookup renders expected options" name="CustomPropertiesLookup renders expected options" time="0.229">
|
|
155
157
|
</testcase>
|
|
156
|
-
<testcase classname="
|
|
158
|
+
<testcase classname="CustomPropertiesLookup renders SearchField component " name="CustomPropertiesLookup renders SearchField component " time="0.15">
|
|
157
159
|
</testcase>
|
|
158
|
-
|
|
160
|
+
</testsuite>
|
|
161
|
+
<testsuite name="EditSettingValue" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:16:38" time="24.314" tests="16">
|
|
162
|
+
<testcase classname="EditSettingValue edit string setting with no initial value renders the edit field" name="EditSettingValue edit string setting with no initial value renders the edit field" time="0.186">
|
|
159
163
|
</testcase>
|
|
160
|
-
<testcase classname="EditSettingValue edit
|
|
164
|
+
<testcase classname="EditSettingValue edit string setting with initial value renders the expected value in the edit field" name="EditSettingValue edit string setting with initial value renders the expected value in the edit field" time="0.049">
|
|
161
165
|
</testcase>
|
|
162
|
-
<testcase classname="EditSettingValue edit refdata setting with initial value for refdata with <4 options the
|
|
166
|
+
<testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with <4 options renders the expected radio buttons" name="EditSettingValue edit refdata setting with no initial value for refdata with <4 options renders the expected radio buttons" time="0.282">
|
|
163
167
|
</testcase>
|
|
164
|
-
<testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with &
|
|
168
|
+
<testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with <4 options no radio buttons are checked" name="EditSettingValue edit refdata setting with no initial value for refdata with <4 options no radio buttons are checked" time="0.193">
|
|
165
169
|
</testcase>
|
|
166
|
-
<testcase classname="EditSettingValue edit refdata setting with
|
|
170
|
+
<testcase classname="EditSettingValue edit refdata setting with initial value for refdata with <4 options renders the expected radio buttons" name="EditSettingValue edit refdata setting with initial value for refdata with <4 options renders the expected radio buttons" time="0.204">
|
|
167
171
|
</testcase>
|
|
168
|
-
<testcase classname="EditSettingValue edit refdata setting with initial value for refdata with &
|
|
172
|
+
<testcase classname="EditSettingValue edit refdata setting with initial value for refdata with <4 options the correct radio button is checked" name="EditSettingValue edit refdata setting with initial value for refdata with <4 options the correct radio button is checked" time="0.184">
|
|
169
173
|
</testcase>
|
|
170
|
-
<testcase classname="EditSettingValue edit refdata setting with initial value for refdata with >4 options renders the expected
|
|
174
|
+
<testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with >4 options renders the expected select field" name="EditSettingValue edit refdata setting with no initial value for refdata with >4 options renders the expected select field" time="0.044">
|
|
171
175
|
</testcase>
|
|
172
|
-
<testcase classname="EditSettingValue edit
|
|
176
|
+
<testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with >4 options renders the expected refdata options" name="EditSettingValue edit refdata setting with no initial value for refdata with >4 options renders the expected refdata options" time="0.26">
|
|
173
177
|
</testcase>
|
|
174
|
-
<testcase classname="EditSettingValue edit
|
|
178
|
+
<testcase classname="EditSettingValue edit refdata setting with initial value for refdata with >4 options renders the expected refdata options" name="EditSettingValue edit refdata setting with initial value for refdata with >4 options renders the expected refdata options" time="0.237">
|
|
175
179
|
</testcase>
|
|
176
|
-
<testcase classname="EditSettingValue edit
|
|
180
|
+
<testcase classname="EditSettingValue edit refdata setting with initial value for refdata with >4 options renders the expected value in the refdata dropdown" name="EditSettingValue edit refdata setting with initial value for refdata with >4 options renders the expected value in the refdata dropdown" time="0.045">
|
|
177
181
|
</testcase>
|
|
178
|
-
<testcase classname="EditSettingValue edit template setting with initial value renders the edit field" name="EditSettingValue edit template setting with initial value renders the edit field" time="0.
|
|
182
|
+
<testcase classname="EditSettingValue edit template setting with no initial value renders the edit field" name="EditSettingValue edit template setting with no initial value renders the edit field" time="0.034">
|
|
179
183
|
</testcase>
|
|
180
|
-
<testcase classname="EditSettingValue edit template setting with initial value renders the expected template options" name="EditSettingValue edit template setting with initial value renders the expected template options" time="0.
|
|
184
|
+
<testcase classname="EditSettingValue edit template setting with no initial value renders the expected template options" name="EditSettingValue edit template setting with no initial value renders the expected template options" time="0.09">
|
|
181
185
|
</testcase>
|
|
182
|
-
<testcase classname="EditSettingValue edit template setting with initial value renders expected display item in template dropdown" name="EditSettingValue edit template setting with initial value renders expected display item in template dropdown" time="0.
|
|
186
|
+
<testcase classname="EditSettingValue edit template setting with no initial value renders expected display item in template dropdown" name="EditSettingValue edit template setting with no initial value renders expected display item in template dropdown" time="0.032">
|
|
183
187
|
</testcase>
|
|
184
|
-
|
|
185
|
-
<testsuite name="CustomPropertiesFilterField" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:53:18" time="2.188" tests="1">
|
|
186
|
-
<testcase classname="CustomPropertiesFilterField displays the Custom property label" name="CustomPropertiesFilterField displays the Custom property label" time="0.014">
|
|
188
|
+
<testcase classname="EditSettingValue edit template setting with initial value renders the edit field" name="EditSettingValue edit template setting with initial value renders the edit field" time="0.031">
|
|
187
189
|
</testcase>
|
|
188
|
-
|
|
189
|
-
<testsuite name="CustomPropertyForm" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:52:55" time="25.182" tests="20">
|
|
190
|
-
<testcase classname="CustomPropertyForm Displays expected label " name="CustomPropertyForm Displays expected label " time="0.251">
|
|
190
|
+
<testcase classname="EditSettingValue edit template setting with initial value renders the expected template options" name="EditSettingValue edit template setting with initial value renders the expected template options" time="0.102">
|
|
191
191
|
</testcase>
|
|
192
|
-
<testcase classname="
|
|
192
|
+
<testcase classname="EditSettingValue edit template setting with initial value renders expected display item in template dropdown" name="EditSettingValue edit template setting with initial value renders expected display item in template dropdown" time="0.062">
|
|
193
193
|
</testcase>
|
|
194
|
-
|
|
194
|
+
</testsuite>
|
|
195
|
+
<testsuite name="CustomPropertyForm" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:16:38" time="24.504" tests="20">
|
|
196
|
+
<testcase classname="CustomPropertyForm Displays expected label " name="CustomPropertyForm Displays expected label " time="0.282">
|
|
195
197
|
</testcase>
|
|
196
|
-
<testcase classname="CustomPropertyForm Displays expected
|
|
198
|
+
<testcase classname="CustomPropertyForm Displays expected name label" name="CustomPropertyForm Displays expected name label" time="0.135">
|
|
197
199
|
</testcase>
|
|
198
|
-
<testcase classname="CustomPropertyForm Displays expected
|
|
200
|
+
<testcase classname="CustomPropertyForm Displays expected description label" name="CustomPropertyForm Displays expected description label" time="0.132">
|
|
199
201
|
</testcase>
|
|
200
|
-
<testcase classname="CustomPropertyForm Displays
|
|
202
|
+
<testcase classname="CustomPropertyForm Displays expected context label " name="CustomPropertyForm Displays expected context label " time="0.12">
|
|
201
203
|
</testcase>
|
|
202
|
-
<testcase classname="CustomPropertyForm Displays expected
|
|
204
|
+
<testcase classname="CustomPropertyForm Displays expected order weight label " name="CustomPropertyForm Displays expected order weight label " time="0.135">
|
|
203
205
|
</testcase>
|
|
204
|
-
<testcase classname="CustomPropertyForm Displays
|
|
206
|
+
<testcase classname="CustomPropertyForm Displays expectred primary label " name="CustomPropertyForm Displays expectred primary label " time="0.133">
|
|
205
207
|
</testcase>
|
|
206
|
-
<testcase classname="CustomPropertyForm Displays expected
|
|
208
|
+
<testcase classname="CustomPropertyForm Displays expected default visibility label" name="CustomPropertyForm Displays expected default visibility label" time="0.13">
|
|
207
209
|
</testcase>
|
|
208
|
-
<testcase classname="CustomPropertyForm
|
|
210
|
+
<testcase classname="CustomPropertyForm Displays expected type label " name="CustomPropertyForm Displays expected type label " time="0.099">
|
|
209
211
|
</testcase>
|
|
210
|
-
<testcase classname="CustomPropertyForm
|
|
212
|
+
<testcase classname="CustomPropertyForm Displays expected description value" name="CustomPropertyForm Displays expected description value" time="0.232">
|
|
211
213
|
</testcase>
|
|
212
|
-
<testcase classname="CustomPropertyForm renders the
|
|
214
|
+
<testcase classname="CustomPropertyForm renders the Name TextField" name="CustomPropertyForm renders the Name TextField" time="0.122">
|
|
213
215
|
</testcase>
|
|
214
|
-
<testcase classname="CustomPropertyForm renders the
|
|
216
|
+
<testcase classname="CustomPropertyForm renders the Lable TextField" name="CustomPropertyForm renders the Lable TextField" time="0.121">
|
|
215
217
|
</testcase>
|
|
216
|
-
<testcase classname="CustomPropertyForm renders the
|
|
218
|
+
<testcase classname="CustomPropertyForm renders the order weight TextField" name="CustomPropertyForm renders the order weight TextField" time="0.112">
|
|
217
219
|
</testcase>
|
|
218
|
-
<testcase classname="CustomPropertyForm renders the expected value in the
|
|
220
|
+
<testcase classname="CustomPropertyForm renders the expected value in the Retired dropdown" name="CustomPropertyForm renders the expected value in the Retired dropdown" time="0.191">
|
|
219
221
|
</testcase>
|
|
220
|
-
<testcase classname="CustomPropertyForm
|
|
222
|
+
<testcase classname="CustomPropertyForm renders the expected value in the Default visibility dropdown" name="CustomPropertyForm renders the expected value in the Default visibility dropdown" time="0.149">
|
|
221
223
|
</testcase>
|
|
222
|
-
<testcase classname="CustomPropertyForm
|
|
224
|
+
<testcase classname="CustomPropertyForm renders the expected value in the Primary dropdown" name="CustomPropertyForm renders the expected value in the Primary dropdown" time="0.19">
|
|
223
225
|
</testcase>
|
|
224
|
-
<testcase classname="CustomPropertyForm Displays expected
|
|
226
|
+
<testcase classname="CustomPropertyForm Displays expected Decimal option" name="CustomPropertyForm Displays expected Decimal option" time="0.078">
|
|
225
227
|
</testcase>
|
|
226
|
-
<testcase classname="CustomPropertyForm Displays expected
|
|
228
|
+
<testcase classname="CustomPropertyForm Displays expected Refdata (multi-select) option" name="CustomPropertyForm Displays expected Refdata (multi-select) option" time="0.08">
|
|
227
229
|
</testcase>
|
|
228
|
-
<testcase classname="CustomPropertyForm Displays expected
|
|
230
|
+
<testcase classname="CustomPropertyForm Displays expected Refdata option" name="CustomPropertyForm Displays expected Refdata option" time="0.084">
|
|
229
231
|
</testcase>
|
|
230
|
-
|
|
231
|
-
<testsuite name="CustomPropertiesLookup" errors="0" failures="0" skipped="0" timestamp="2023-01-18T10:53:18" time="2.268" tests="2">
|
|
232
|
-
<testcase classname="CustomPropertiesLookup renders expected options" name="CustomPropertiesLookup renders expected options" time="0.222">
|
|
232
|
+
<testcase classname="CustomPropertyForm Displays expected Text option" name="CustomPropertyForm Displays expected Text option" time="0.079">
|
|
233
233
|
</testcase>
|
|
234
|
-
<testcase classname="
|
|
234
|
+
<testcase classname="CustomPropertyForm Displays expected Integer option" name="CustomPropertyForm Displays expected Integer option" time="0.092">
|
|
235
235
|
</testcase>
|
|
236
236
|
</testsuite>
|
|
237
|
-
<testsuite name="CustomPropertyFiltersForm" errors="0" failures="0" skipped="0" timestamp="2023-
|
|
238
|
-
<testcase classname="CustomPropertyFiltersForm renders CustomPropertiesFilterFieldArray component " name="CustomPropertyFiltersForm renders CustomPropertiesFilterFieldArray component " time="0.
|
|
237
|
+
<testsuite name="CustomPropertyFiltersForm" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:17:00" time="2.385" tests="3">
|
|
238
|
+
<testcase classname="CustomPropertyFiltersForm renders CustomPropertiesFilterFieldArray component " name="CustomPropertyFiltersForm renders CustomPropertiesFilterFieldArray component " time="0.123">
|
|
239
239
|
</testcase>
|
|
240
|
-
<testcase classname="CustomPropertyFiltersForm renders the apply button (disabled)" name="CustomPropertyFiltersForm renders the apply button (disabled)" time="0.
|
|
240
|
+
<testcase classname="CustomPropertyFiltersForm renders the apply button (disabled)" name="CustomPropertyFiltersForm renders the apply button (disabled)" time="0.078">
|
|
241
241
|
</testcase>
|
|
242
|
-
<testcase classname="CustomPropertyFiltersForm renders the Edit custom property filters button" name="CustomPropertyFiltersForm renders the Edit custom property filters button" time="0.
|
|
242
|
+
<testcase classname="CustomPropertyFiltersForm renders the Edit custom property filters button" name="CustomPropertyFiltersForm renders the Edit custom property filters button" time="0.034">
|
|
243
243
|
</testcase>
|
|
244
244
|
</testsuite>
|
|
245
|
-
<testsuite name="CustomPropertiesView" errors="0" failures="0" skipped="0" timestamp="2023-
|
|
246
|
-
<testcase classname="CustomPropertiesView renders CustomPropertiesViewCtx component " name="CustomPropertiesView renders CustomPropertiesViewCtx component " time="0.
|
|
245
|
+
<testsuite name="CustomPropertiesView" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:17:02" time="1.376" tests="1">
|
|
246
|
+
<testcase classname="CustomPropertiesView renders CustomPropertiesViewCtx component " name="CustomPropertiesView renders CustomPropertiesViewCtx component " time="0.032">
|
|
247
247
|
</testcase>
|
|
248
248
|
</testsuite>
|
|
249
|
-
<testsuite name="CustomPropertiesEdit" errors="0" failures="0" skipped="0" timestamp="2023-
|
|
250
|
-
<testcase classname="CustomPropertiesEdit renders CustomPropertiesEditCtx component " name="CustomPropertiesEdit renders CustomPropertiesEditCtx component " time="0.
|
|
249
|
+
<testsuite name="CustomPropertiesEdit" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:17:02" time="1.181" tests="1">
|
|
250
|
+
<testcase classname="CustomPropertiesEdit renders CustomPropertiesEditCtx component " name="CustomPropertiesEdit renders CustomPropertiesEditCtx component " time="0.027">
|
|
251
251
|
</testcase>
|
|
252
252
|
</testsuite>
|
|
253
|
-
<testsuite name="CustomPropertiesEditCtx" errors="0" failures="0" skipped="0" timestamp="2023-
|
|
254
|
-
<testcase classname="CustomPropertiesEditCtx renders CustomPropertiesListField component " name="CustomPropertiesEditCtx renders CustomPropertiesListField component " time="0.
|
|
253
|
+
<testsuite name="CustomPropertiesEditCtx" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:17:02" time="1.101" tests="1">
|
|
254
|
+
<testcase classname="CustomPropertiesEditCtx renders CustomPropertiesListField component " name="CustomPropertiesEditCtx renders CustomPropertiesListField component " time="0.039">
|
|
255
255
|
</testcase>
|
|
256
256
|
</testsuite>
|
|
257
|
-
<testsuite name="CustomPropertiesViewCtx" errors="0" failures="0" skipped="0" timestamp="2023-
|
|
258
|
-
<testcase classname="CustomPropertiesViewCtx renders CustomPropertyCard component " name="CustomPropertiesViewCtx renders CustomPropertyCard component " time="0.
|
|
257
|
+
<testsuite name="CustomPropertiesViewCtx" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:17:02" time="1.199" tests="1">
|
|
258
|
+
<testcase classname="CustomPropertiesViewCtx renders CustomPropertyCard component " name="CustomPropertiesViewCtx renders CustomPropertyCard component " time="0.041">
|
|
259
259
|
</testcase>
|
|
260
260
|
</testsuite>
|
|
261
|
-
<testsuite name="CustomPropertiesSettings" errors="0" failures="0" skipped="0" timestamp="2023-
|
|
262
|
-
<testcase classname="CustomPropertiesSettings renders FormModal component " name="CustomPropertiesSettings renders FormModal component " time="0.
|
|
261
|
+
<testsuite name="CustomPropertiesSettings" errors="0" failures="0" skipped="0" timestamp="2023-02-08T10:16:38" time="27.415" tests="5">
|
|
262
|
+
<testcase classname="CustomPropertiesSettings renders FormModal component " name="CustomPropertiesSettings renders FormModal component " time="0.051">
|
|
263
263
|
</testcase>
|
|
264
|
-
<testcase classname="CustomPropertiesSettings renders CustomPropertiesLookup component " name="CustomPropertiesSettings renders CustomPropertiesLookup component " time="0.
|
|
264
|
+
<testcase classname="CustomPropertiesSettings renders CustomPropertiesLookup component " name="CustomPropertiesSettings renders CustomPropertiesLookup component " time="0.012">
|
|
265
265
|
</testcase>
|
|
266
|
-
<testcase classname="CustomPropertiesSettings renders the expected New button" name="CustomPropertiesSettings renders the expected New button" time="0.
|
|
266
|
+
<testcase classname="CustomPropertiesSettings renders the expected New button" name="CustomPropertiesSettings renders the expected New button" time="0.049">
|
|
267
267
|
</testcase>
|
|
268
268
|
<testcase classname="CustomPropertiesSettings renders the expected Pane " name="CustomPropertiesSettings renders the expected Pane " time="0.017">
|
|
269
269
|
</testcase>
|
|
270
|
-
<testcase classname="CustomPropertiesSettings renders the expected Pane header" name="CustomPropertiesSettings renders the expected Pane header" time="0.
|
|
270
|
+
<testcase classname="CustomPropertiesSettings renders the expected Pane header" name="CustomPropertiesSettings renders the expected Pane header" time="0.022">
|
|
271
271
|
</testcase>
|
|
272
272
|
</testsuite>
|
|
273
273
|
</testsuites>
|
package/package.json
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
33
|
<span class="strong">0% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>0/
|
|
35
|
+
<span class='fraction'>0/6</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
@@ -156,7 +156,10 @@
|
|
|
156
156
|
<a name='L91'></a><a href='#L91'>91</a>
|
|
157
157
|
<a name='L92'></a><a href='#L92'>92</a>
|
|
158
158
|
<a name='L93'></a><a href='#L93'>93</a>
|
|
159
|
-
<a name='L94'></a><a href='#L94'>94</a
|
|
159
|
+
<a name='L94'></a><a href='#L94'>94</a>
|
|
160
|
+
<a name='L95'></a><a href='#L95'>95</a>
|
|
161
|
+
<a name='L96'></a><a href='#L96'>96</a>
|
|
162
|
+
<a name='L97'></a><a href='#L97'>97</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
160
163
|
<span class="cline-any cline-neutral"> </span>
|
|
161
164
|
<span class="cline-any cline-neutral"> </span>
|
|
162
165
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -186,6 +189,7 @@
|
|
|
186
189
|
<span class="cline-any cline-neutral"> </span>
|
|
187
190
|
<span class="cline-any cline-neutral"> </span>
|
|
188
191
|
<span class="cline-any cline-neutral"> </span>
|
|
192
|
+
<span class="cline-any cline-neutral"> </span>
|
|
189
193
|
<span class="cline-any cline-no"> </span>
|
|
190
194
|
<span class="cline-any cline-neutral"> </span>
|
|
191
195
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -204,6 +208,7 @@
|
|
|
204
208
|
<span class="cline-any cline-neutral"> </span>
|
|
205
209
|
<span class="cline-any cline-neutral"> </span>
|
|
206
210
|
<span class="cline-any cline-neutral"> </span>
|
|
211
|
+
<span class="cline-any cline-neutral"> </span>
|
|
207
212
|
<span class="cline-any cline-no"> </span>
|
|
208
213
|
<span class="cline-any cline-no"> </span>
|
|
209
214
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -246,6 +251,7 @@
|
|
|
246
251
|
<span class="cline-any cline-neutral"> </span>
|
|
247
252
|
<span class="cline-any cline-neutral"> </span>
|
|
248
253
|
<span class="cline-any cline-neutral"> </span>
|
|
254
|
+
<span class="cline-any cline-neutral"> </span>
|
|
249
255
|
<span class="cline-any cline-no"> </span>
|
|
250
256
|
<span class="cline-any cline-neutral"> </span>
|
|
251
257
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -267,6 +273,7 @@ const propTypes = <span class="cstat-no" title="statement not covered" >{</span>
|
|
|
267
273
|
defaultNewObject: PropTypes.object,
|
|
268
274
|
editableFields: PropTypes.object,
|
|
269
275
|
fieldComponents: PropTypes.object,
|
|
276
|
+
hideActionsColumn: PropTypes.bool,
|
|
270
277
|
hideCreateButton: PropTypes.bool,
|
|
271
278
|
intlKey: PropTypes.string,
|
|
272
279
|
intlNS: PropTypes.string,
|
|
@@ -288,6 +295,7 @@ const ActionList = <span class="cstat-no" title="statement not covered" >forward
|
|
|
288
295
|
defaultNewObject = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
|
|
289
296
|
editableFields = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
|
|
290
297
|
fieldComponents = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
|
|
298
|
+
hideActionsColumn = <span class="branch-0 cbranch-no" title="branch not covered" >false,</span>
|
|
291
299
|
hideCreateButton,
|
|
292
300
|
intlKey: passedIntlKey,
|
|
293
301
|
intlNS: passedIntlNS,
|
|
@@ -321,6 +329,7 @@ const ActionList = <span class="cstat-no" title="statement not covered" >forward
|
|
|
321
329
|
defaultNewObject={defaultNewObject}
|
|
322
330
|
editableFields={editableFields}
|
|
323
331
|
fieldComponents={fieldComponents}
|
|
332
|
+
hideActionsColumn={hideActionsColumn}
|
|
324
333
|
hideCreateButton={hideCreateButton}
|
|
325
334
|
intlKey={passedIntlKey}
|
|
326
335
|
intlNS={passedIntlNS}
|
|
@@ -349,7 +358,7 @@ export default ActionList;
|
|
|
349
358
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
350
359
|
Code coverage generated by
|
|
351
360
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
352
|
-
at 2023-
|
|
361
|
+
at 2023-02-08T10:17:09.386Z
|
|
353
362
|
</div>
|
|
354
363
|
<script src="../prettify.js"></script>
|
|
355
364
|
<script>
|