@k-int/stripes-kint-components 2.8.4 → 2.8.5

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.
Files changed (162) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/junit.xml +146 -146
  3. package/package.json +1 -1
  4. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +23 -5
  5. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +282 -48
  6. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +9 -9
  7. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
  8. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +171 -39
  9. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +271 -52
  10. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +293 -74
  11. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +126 -54
  12. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +41 -56
  13. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
  14. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +23 -5
  15. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +54 -42
  16. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +213 -54
  17. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +260 -41
  18. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +41 -68
  19. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +53 -53
  20. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
  21. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +62 -3065
  22. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +45 -45
  23. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +103 -64
  24. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +54 -63
  25. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +49 -16
  26. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +69 -18
  27. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +81 -81
  28. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
  29. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +33 -786
  30. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +45 -45
  31. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +6 -6
  32. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +43 -28
  33. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +20 -2
  34. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +52 -46
  35. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +53 -74
  36. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +25 -25
  37. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
  38. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
  39. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
  40. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
  41. package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
  42. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
  43. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
  44. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +86 -32
  45. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +3 -3
  46. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
  47. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +109 -37
  48. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +3 -3
  49. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
  50. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +41 -14
  51. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +45 -6
  52. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +47 -11
  53. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +65 -14
  54. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +154 -31
  55. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +26 -26
  56. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
  57. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +18 -18
  58. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
  59. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +35 -17
  60. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +15 -15
  61. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
  62. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  63. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
  64. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
  65. package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +67 -34
  66. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +7 -7
  67. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
  68. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +49 -7
  69. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +7 -7
  70. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
  71. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
  72. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
  73. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
  74. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +3 -3
  75. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
  76. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
  77. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +1 -1
  78. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +1 -1
  79. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
  80. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
  81. package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +24 -81
  82. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +3 -3
  83. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
  84. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
  85. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +146 -14
  86. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +31 -4
  87. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +3 -3
  88. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
  89. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +9 -9
  90. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
  91. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +53 -8
  92. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +7 -7
  93. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
  94. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +65 -11
  95. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +9 -9
  96. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
  97. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
  98. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
  99. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
  100. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +24 -27
  101. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +47 -17
  102. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +22 -22
  103. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
  104. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
  105. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
  106. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
  107. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
  108. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
  109. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
  110. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
  111. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
  112. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
  113. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +151 -106
  114. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +12 -3
  115. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +25 -25
  116. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
  117. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +7 -7
  118. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +7 -7
  119. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +61 -22
  120. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
  121. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
  122. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
  123. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
  124. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  125. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +7 -7
  126. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +37 -37
  127. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +7 -7
  128. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
  129. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +1 -1
  130. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +7 -7
  131. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
  132. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +7 -7
  133. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +9 -9
  134. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +7 -7
  135. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +7 -7
  136. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +7 -7
  137. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +7 -7
  138. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +7 -7
  139. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +9 -9
  140. package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
  141. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +7 -7
  142. package/src/artifacts/coverage-jest/lcov-report/index.html +167 -137
  143. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
  144. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +16 -16
  145. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +116 -74
  146. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +7 -7
  147. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +3 -3
  148. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +41 -56
  149. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +33 -3
  150. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +2 -2
  151. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +3 -3
  152. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
  153. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +2 -2
  154. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +2 -2
  155. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +2 -2
  156. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +2 -2
  157. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +2 -2
  158. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +124 -76
  159. package/src/artifacts/coverage-jest/lcov.info +2535 -2369
  160. package/translations/stripes-kint-components/de.json +41 -41
  161. package/translations/stripes-kint-components/ja.json +43 -43
  162. package/translations/stripes-kint-components/ko.json +49 -49
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.8.5 2022-12-07
2
+ * Fixes to translation json files directly for German, Japanese and Korean locales.
3
+
1
4
  ## 2.8.4 2022-11-22
2
5
  * Fixed missing locale translations
3
6
 
package/junit.xml CHANGED
@@ -1,273 +1,273 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuites name="jest tests" tests="115" failures="0" errors="0" time="13.31">
3
- <testsuite name="CustomPropertyFormCard" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:07" time="4.977" tests="3">
4
- <testcase classname="CustomPropertyFormCard displays Author Identification card heading " name="CustomPropertyFormCard displays Author Identification card heading " time="0.091">
2
+ <testsuites name="jest tests" tests="115" failures="0" errors="0" time="10.956">
3
+ <testsuite name="CustomPropertyFormCard" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:26" time="4.875" tests="3">
4
+ <testcase classname="CustomPropertyFormCard displays Author Identification card heading " name="CustomPropertyFormCard displays Author Identification card heading " time="0.114">
5
5
  </testcase>
6
- <testcase classname="CustomPropertyFormCard renders CustomPropertyField component " name="CustomPropertyFormCard renders CustomPropertyField component " time="0.018">
6
+ <testcase classname="CustomPropertyFormCard renders CustomPropertyField component " name="CustomPropertyFormCard renders CustomPropertyField component " time="0.022">
7
7
  </testcase>
8
- <testcase classname="CustomPropertyFormCard renders CustomPropertyFormCard by its test ID " name="CustomPropertyFormCard renders CustomPropertyFormCard by its test ID " time="0.016">
8
+ <testcase classname="CustomPropertyFormCard renders CustomPropertyFormCard by its test ID " name="CustomPropertyFormCard renders CustomPropertyFormCard by its test ID " time="0.025">
9
9
  </testcase>
10
10
  </testsuite>
11
- <testsuite name="RenderSettingValue" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:07" time="5.251" tests="12">
12
- <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.093">
11
+ <testsuite name="RenderSettingValue" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:26" time="5.53" tests="12">
12
+ <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.094">
13
13
  </testcase>
14
- <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.012">
14
+ <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.024">
15
15
  </testcase>
16
- <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.008">
16
+ <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.033">
17
17
  </testcase>
18
- <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">
18
+ <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.011">
19
19
  </testcase>
20
- <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.011">
20
+ <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.025">
21
21
  </testcase>
22
- <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">
22
+ <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.016">
23
23
  </testcase>
24
- <testcase classname="RenderSettingValue render password settings render a password setting renders the value" name="RenderSettingValue render password settings render a password setting renders the value" time="0.007">
24
+ <testcase classname="RenderSettingValue render password settings render a password setting renders the value" name="RenderSettingValue render password settings render a password setting renders the value" time="0.013">
25
25
  </testcase>
26
- <testcase classname="RenderSettingValue render password settings render a password setting without a value renders the default value" name="RenderSettingValue render password settings render a password setting without a value renders the default value" time="0.006">
26
+ <testcase classname="RenderSettingValue render password settings render a password setting without a value renders the default value" name="RenderSettingValue render password settings render a password setting without a value renders the default value" time="0.007">
27
27
  </testcase>
28
- <testcase classname="RenderSettingValue render password settings render a password setting without a value or default renders the empty message" name="RenderSettingValue render password settings render a password setting without a value or default renders the empty message" time="0.013">
28
+ <testcase classname="RenderSettingValue render password settings render a password setting without a value or default renders the empty message" name="RenderSettingValue render password settings render a password setting without a value or default renders the empty message" time="0.033">
29
29
  </testcase>
30
- <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.006">
30
+ <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.009">
31
31
  </testcase>
32
- <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.006">
32
+ <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.007">
33
33
  </testcase>
34
- <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">
34
+ <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.01">
35
35
  </testcase>
36
36
  </testsuite>
37
- <testsuite name="SettingField" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:07" time="6.501" tests="3">
38
- <testcase classname="SettingField renders RenderSettingValue" name="SettingField renders RenderSettingValue" time="0.137">
37
+ <testsuite name="SettingField" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:26" time="5.654" tests="3">
38
+ <testcase classname="SettingField renders RenderSettingValue" name="SettingField renders RenderSettingValue" time="0.133">
39
39
  </testcase>
40
- <testcase classname="SettingField renders the edit button" name="SettingField renders the edit button" time="0.023">
40
+ <testcase classname="SettingField renders the edit button" name="SettingField renders the edit button" time="0.061">
41
41
  </testcase>
42
- <testcase classname="SettingField clicking edit/save works as expected" name="SettingField clicking edit/save works as expected" time="0.267">
42
+ <testcase classname="SettingField clicking edit/save works as expected" name="SettingField clicking edit/save works as expected" time="0.344">
43
43
  </testcase>
44
44
  </testsuite>
45
- <testsuite name="EditableSettingsListFieldArray" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:12" time="1.563" tests="3">
46
- <testcase classname="EditableSettingsListFieldArray with empty initial values renders empty field" name="EditableSettingsListFieldArray with empty initial values renders empty field" time="0.055">
45
+ <testsuite name="EditableSettingsListFieldArray" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:26" time="5.836" tests="3">
46
+ <testcase classname="EditableSettingsListFieldArray with empty initial values renders empty field" name="EditableSettingsListFieldArray with empty initial values renders empty field" time="0.142">
47
47
  </testcase>
48
- <testcase classname="EditableSettingsListFieldArray with initial value set renders the SettingField component" name="EditableSettingsListFieldArray with initial value set renders the SettingField component" time="0.034">
48
+ <testcase classname="EditableSettingsListFieldArray with initial value set renders the SettingField component" name="EditableSettingsListFieldArray with initial value set renders the SettingField component" time="0.037">
49
49
  </testcase>
50
- <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.017">
50
+ <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.037">
51
51
  </testcase>
52
52
  </testsuite>
53
- <testsuite name="CustomPropertyView" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:07" time="6.513" tests="9">
54
- <testcase classname="CustomPropertyView displays expected label value" name="CustomPropertyView displays expected label value" time="0.111">
53
+ <testsuite name="CustomPropertyView" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:26" time="6.624" tests="9">
54
+ <testcase classname="CustomPropertyView displays expected label value" name="CustomPropertyView displays expected label value" time="0.281">
55
55
  </testcase>
56
- <testcase classname="CustomPropertyView displays expected name value" name="CustomPropertyView displays expected name value" time="0.043">
56
+ <testcase classname="CustomPropertyView displays expected name value" name="CustomPropertyView displays expected name value" time="0.062">
57
57
  </testcase>
58
- <testcase classname="CustomPropertyView displays expected Description value" name="CustomPropertyView displays expected Description value" time="0.046">
58
+ <testcase classname="CustomPropertyView displays expected Description value" name="CustomPropertyView displays expected Description value" time="0.114">
59
59
  </testcase>
60
- <testcase classname="CustomPropertyView displays expected Primary value" name="CustomPropertyView displays expected Primary value" time="0.023">
60
+ <testcase classname="CustomPropertyView displays expected Primary value" name="CustomPropertyView displays expected Primary value" time="0.046">
61
61
  </testcase>
62
- <testcase classname="CustomPropertyView displays expected Deprecated value" name="CustomPropertyView displays expected Deprecated value" time="0.031">
62
+ <testcase classname="CustomPropertyView displays expected Retired value" name="CustomPropertyView displays expected Retired value" time="0.076">
63
63
  </testcase>
64
- <testcase classname="CustomPropertyView displays expected Order weight value" name="CustomPropertyView displays expected Order weight value" time="0.024">
64
+ <testcase classname="CustomPropertyView displays expected Weight value" name="CustomPropertyView displays expected Weight value" time="0.079">
65
65
  </testcase>
66
- <testcase classname="CustomPropertyView displays expected Default visibility value" name="CustomPropertyView displays expected Default visibility value" time="0.021">
66
+ <testcase classname="CustomPropertyView displays expected Default visibility value" name="CustomPropertyView displays expected Default visibility value" time="0.02">
67
67
  </testcase>
68
- <testcase classname="CustomPropertyView displays expected Context value" name="CustomPropertyView displays expected Context value" time="0.027">
68
+ <testcase classname="CustomPropertyView displays expected Context value" name="CustomPropertyView displays expected Context value" time="0.049">
69
69
  </testcase>
70
- <testcase classname="CustomPropertyView displays expected Type value" name="CustomPropertyView displays expected Type value" time="0.022">
70
+ <testcase classname="CustomPropertyView displays expected Type value" name="CustomPropertyView displays expected Type value" time="0.043">
71
71
  </testcase>
72
72
  </testsuite>
73
- <testsuite name="CustomPropertiesRule" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:07" time="7.646" tests="8">
74
- <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.422">
73
+ <testsuite name="CustomPropertiesFilter" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:31" time="2.634" tests="4">
74
+ <testcase classname="CustomPropertiesFilter renders the Custom properties Accordion by id" name="CustomPropertiesFilter renders the Custom properties Accordion by id" time="0.181">
75
75
  </testcase>
76
- <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.173">
76
+ <testcase classname="CustomPropertiesFilter renders the Custom properties Accordion" name="CustomPropertiesFilter renders the Custom properties Accordion" time="0.087">
77
77
  </testcase>
78
- <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.156">
78
+ <testcase classname="CustomPropertiesFilter renders the edit custom property filters button" name="CustomPropertiesFilter renders the edit custom property filters button" time="0.086">
79
79
  </testcase>
80
- <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.174">
80
+ <testcase classname="CustomPropertiesFilter renders CustomPropertiesFilterForm component " name="CustomPropertiesFilter renders CustomPropertiesFilterForm component " time="0.023">
81
81
  </testcase>
82
- <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.158">
83
- </testcase>
84
- <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.147">
85
- </testcase>
86
- <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.15">
82
+ </testsuite>
83
+ <testsuite name="CustomPropertiesRule" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:26" time="7.785" tests="8">
84
+ <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.576">
87
85
  </testcase>
88
- <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.118">
86
+ <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.283">
89
87
  </testcase>
90
- </testsuite>
91
- <testsuite name="EditSettingValue" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:07" time="7.892" tests="16">
92
- <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.242">
88
+ <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.239">
93
89
  </testcase>
94
- <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.108">
90
+ <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.223">
95
91
  </testcase>
96
- <testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with &lt;4 options renders the expected radio buttons" name="EditSettingValue edit refdata setting with no initial value for refdata with &lt;4 options renders the expected radio buttons" time="0.339">
92
+ <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.201">
97
93
  </testcase>
98
- <testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with &lt;4 options no radio buttons are checked" name="EditSettingValue edit refdata setting with no initial value for refdata with &lt;4 options no radio buttons are checked" time="0.292">
94
+ <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.192">
99
95
  </testcase>
100
- <testcase classname="EditSettingValue edit refdata setting with initial value for refdata with &lt;4 options renders the expected radio buttons" name="EditSettingValue edit refdata setting with initial value for refdata with &lt;4 options renders the expected radio buttons" time="0.267">
96
+ <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.188">
101
97
  </testcase>
102
- <testcase classname="EditSettingValue edit refdata setting with initial value for refdata with &lt;4 options the correct radio button is checked" name="EditSettingValue edit refdata setting with initial value for refdata with &lt;4 options the correct radio button is checked" time="0.288">
98
+ <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.157">
103
99
  </testcase>
104
- <testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with &gt;4 options renders the expected select field" name="EditSettingValue edit refdata setting with no initial value for refdata with &gt;4 options renders the expected select field" time="0.051">
100
+ </testsuite>
101
+ <testsuite name="CustomPropertiesListField" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:26" time="7.785" tests="5">
102
+ <testcase classname="CustomPropertiesListField displays expected primary properties key value" name="CustomPropertiesListField displays expected primary properties key value" time="0.15">
105
103
  </testcase>
106
- <testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with &gt;4 options renders the expected refdata options" name="EditSettingValue edit refdata setting with no initial value for refdata with &gt;4 options renders the expected refdata options" time="0.445">
104
+ <testcase classname="CustomPropertiesListField displays expected optional properties key value" name="CustomPropertiesListField displays expected optional properties key value" time="0.08">
107
105
  </testcase>
108
- <testcase classname="EditSettingValue edit refdata setting with initial value for refdata with &gt;4 options renders the expected refdata options" name="EditSettingValue edit refdata setting with initial value for refdata with &gt;4 options renders the expected refdata options" time="0.457">
106
+ <testcase classname="CustomPropertiesListField renders CustomPropertyFormCard component " name="CustomPropertiesListField renders CustomPropertyFormCard component " time="0.065">
109
107
  </testcase>
110
- <testcase classname="EditSettingValue edit refdata setting with initial value for refdata with &gt;4 options renders the expected value in the refdata dropdown" name="EditSettingValue edit refdata setting with initial value for refdata with &gt;4 options renders the expected value in the refdata dropdown" time="0.097">
108
+ <testcase classname="CustomPropertiesListField renders CustomPropertiesList component " name="CustomPropertiesListField renders CustomPropertiesList component " time="0.034">
111
109
  </testcase>
112
- <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.033">
110
+ <testcase classname="CustomPropertiesListField renders the Add property button" name="CustomPropertiesListField renders the Add property button" time="0.147">
113
111
  </testcase>
114
- <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.13">
112
+ </testsuite>
113
+ <testsuite name="CustomPropertiesSettings" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:26" time="7.952" tests="5">
114
+ <testcase classname="CustomPropertiesSettings renders FormModal component " name="CustomPropertiesSettings renders FormModal component " time="0.229">
115
115
  </testcase>
116
- <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.038">
116
+ <testcase classname="CustomPropertiesSettings renders CustomPropertiesLookup component " name="CustomPropertiesSettings renders CustomPropertiesLookup component " time="0.027">
117
117
  </testcase>
118
- <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.039">
118
+ <testcase classname="CustomPropertiesSettings renders the expected New button" name="CustomPropertiesSettings renders the expected New button" time="0.179">
119
119
  </testcase>
120
- <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.124">
120
+ <testcase classname="CustomPropertiesSettings renders the expected Pane " name="CustomPropertiesSettings renders the expected Pane " time="0.051">
121
121
  </testcase>
122
- <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.022">
122
+ <testcase classname="CustomPropertiesSettings renders the expected Pane header" name="CustomPropertiesSettings renders the expected Pane header" time="0.077">
123
123
  </testcase>
124
124
  </testsuite>
125
- <testsuite name="CustomPropertiesSettings" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:07" time="8.22" tests="5">
126
- <testcase classname="CustomPropertiesSettings renders FormModal component " name="CustomPropertiesSettings renders FormModal component " time="0.11">
125
+ <testsuite name="EditSettingValue" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:26" time="8.498" tests="16">
126
+ <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.283">
127
127
  </testcase>
128
- <testcase classname="CustomPropertiesSettings renders CustomPropertiesLookup component " name="CustomPropertiesSettings renders CustomPropertiesLookup component " time="0.023">
128
+ <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.088">
129
129
  </testcase>
130
- <testcase classname="CustomPropertiesSettings renders the expected New button" name="CustomPropertiesSettings renders the expected New button" time="0.156">
130
+ <testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with &lt;4 options renders the expected radio buttons" name="EditSettingValue edit refdata setting with no initial value for refdata with &lt;4 options renders the expected radio buttons" time="0.361">
131
131
  </testcase>
132
- <testcase classname="CustomPropertiesSettings renders the expected Pane " name="CustomPropertiesSettings renders the expected Pane " time="0.062">
132
+ <testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with &lt;4 options no radio buttons are checked" name="EditSettingValue edit refdata setting with no initial value for refdata with &lt;4 options no radio buttons are checked" time="0.353">
133
133
  </testcase>
134
- <testcase classname="CustomPropertiesSettings renders the expected Pane header" name="CustomPropertiesSettings renders the expected Pane header" time="0.077">
134
+ <testcase classname="EditSettingValue edit refdata setting with initial value for refdata with &lt;4 options renders the expected radio buttons" name="EditSettingValue edit refdata setting with initial value for refdata with &lt;4 options renders the expected radio buttons" time="0.366">
135
135
  </testcase>
136
- </testsuite>
137
- <testsuite name="CustomPropertyField" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:07" time="8.615" tests="14">
138
- <testcase classname="CustomPropertyField CustomPropertyField Displays expected value(s) lable " name="CustomPropertyField CustomPropertyField Displays expected value(s) lable " time="0.154">
136
+ <testcase classname="EditSettingValue edit refdata setting with initial value for refdata with &lt;4 options the correct radio button is checked" name="EditSettingValue edit refdata setting with initial value for refdata with &lt;4 options the correct radio button is checked" time="0.269">
139
137
  </testcase>
140
- <testcase classname="CustomPropertyField CustomPropertyField Displays expected Valu(s) dropdwon values " name="CustomPropertyField CustomPropertyField Displays expected Valu(s) dropdwon values " time="0.038">
138
+ <testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with &gt;4 options renders the expected select field" name="EditSettingValue edit refdata setting with no initial value for refdata with &gt;4 options renders the expected select field" time="0.083">
141
139
  </testcase>
142
- <testcase classname="CustomPropertyField CustomPropertyField Displays expected Internal note lable " name="CustomPropertyField CustomPropertyField Displays expected Internal note lable " time="0.034">
140
+ <testcase classname="EditSettingValue edit refdata setting with no initial value for refdata with &gt;4 options renders the expected refdata options" name="EditSettingValue edit refdata setting with no initial value for refdata with &gt;4 options renders the expected refdata options" time="0.383">
143
141
  </testcase>
144
- <testcase classname="CustomPropertyField CustomPropertyField Displays expected internal note value" name="CustomPropertyField CustomPropertyField Displays expected internal note value" time="0.194">
142
+ <testcase classname="EditSettingValue edit refdata setting with initial value for refdata with &gt;4 options renders the expected refdata options" name="EditSettingValue edit refdata setting with initial value for refdata with &gt;4 options renders the expected refdata options" time="0.264">
145
143
  </testcase>
146
- <testcase classname="CustomPropertyField CustomPropertyField Displays expected visibilities dropdwon values " name="CustomPropertyField CustomPropertyField Displays expected visibilities dropdwon values " time="0.034">
144
+ <testcase classname="EditSettingValue edit refdata setting with initial value for refdata with &gt;4 options renders the expected value in the refdata dropdown" name="EditSettingValue edit refdata setting with initial value for refdata with &gt;4 options renders the expected value in the refdata dropdown" time="0.048">
147
145
  </testcase>
148
- <testcase classname="CustomPropertyField CustomPropertyField Displays expected Public note lable " name="CustomPropertyField CustomPropertyField Displays expected Public note lable " time="0.045">
146
+ <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.048">
149
147
  </testcase>
150
- <testcase classname="CustomPropertyField CustomPropertyField Displays expected public note value" name="CustomPropertyField CustomPropertyField Displays expected public note value" time="0.088">
148
+ <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.115">
151
149
  </testcase>
152
- <testcase classname="CustomPropertyField Decimal field Displays expected Decimal field" name="CustomPropertyField Decimal field Displays expected Decimal field" time="0.102">
150
+ <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.064">
153
151
  </testcase>
154
- <testcase classname="CustomPropertyField Integer field Displays expected integer Field" name="CustomPropertyField Integer field Displays expected integer Field" time="0.106">
152
+ <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.047">
155
153
  </testcase>
156
- <testcase classname="CustomPropertyField Date field renders values DatePicker" name="CustomPropertyField Date field renders values DatePicker" time="0.1">
154
+ <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.148">
157
155
  </testcase>
158
- <testcase classname="CustomPropertyField Date field Displays expected date Field" name="CustomPropertyField Date field Displays expected date Field" time="0.101">
156
+ <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.07">
159
157
  </testcase>
160
- <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.136">
161
- </testcase>
162
- <testcase classname="CustomPropertyField Refdata multi-select field Displays expected value(s) lable " name="CustomPropertyField Refdata multi-select field Displays expected value(s) lable " time="0.043">
158
+ </testsuite>
159
+ <testsuite name="CustomPropertiesLookup" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:32" time="2.779" tests="2">
160
+ <testcase classname="CustomPropertiesLookup renders expected options" name="CustomPropertiesLookup renders expected options" time="0.3">
163
161
  </testcase>
164
- <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.38">
162
+ <testcase classname="CustomPropertiesLookup renders SearchField component " name="CustomPropertiesLookup renders SearchField component " time="0.218">
165
163
  </testcase>
166
164
  </testsuite>
167
- <testsuite name="CustomPropertiesFilterFieldArray" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:14" time="2.386" tests="3">
168
- <testcase classname="CustomPropertiesFilterFieldArray renders CustomPropertiesFilterField component" name="CustomPropertiesFilterFieldArray renders CustomPropertiesFilterField component" time="0.152">
165
+ <testsuite name="CustomPropertyFiltersForm" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:32" time="2.937" tests="3">
166
+ <testcase classname="CustomPropertyFiltersForm renders CustomPropertiesFilterFieldArray component " name="CustomPropertyFiltersForm renders CustomPropertiesFilterFieldArray component " time="0.147">
169
167
  </testcase>
170
- <testcase classname="CustomPropertiesFilterFieldArray renders the Add custom property filter button" name="CustomPropertiesFilterFieldArray renders the Add custom property filter button" time="0.107">
168
+ <testcase classname="CustomPropertyFiltersForm renders the apply button (disabled)" name="CustomPropertyFiltersForm renders the apply button (disabled)" time="0.158">
171
169
  </testcase>
172
- <testcase classname="CustomPropertiesFilterFieldArray renders the submit button" name="CustomPropertiesFilterFieldArray renders the submit button" time="0.053">
170
+ <testcase classname="CustomPropertyFiltersForm renders the Edit custom property filters button" name="CustomPropertyFiltersForm renders the Edit custom property filters button" time="0.071">
173
171
  </testcase>
174
172
  </testsuite>
175
- <testsuite name="CustomPropertiesFilterField" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:15" time="1.716" tests="1">
176
- <testcase classname="CustomPropertiesFilterField displays the Supplementary property label" name="CustomPropertiesFilterField displays the Supplementary property label" time="0.014">
173
+ <testsuite name="CustomPropertiesFilterField" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:32" time="2.787" tests="1">
174
+ <testcase classname="CustomPropertiesFilterField displays the Custom property label" name="CustomPropertiesFilterField displays the Custom property label" time="0.039">
177
175
  </testcase>
178
176
  </testsuite>
179
- <testsuite name="CustomPropertyForm" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:07" time="9.45" tests="20">
180
- <testcase classname="CustomPropertyForm Displays expected lable " name="CustomPropertyForm Displays expected lable " time="0.299">
177
+ <testsuite name="CustomPropertyForm" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:26" time="9.066" tests="20">
178
+ <testcase classname="CustomPropertyForm Displays expected label " name="CustomPropertyForm Displays expected label " time="0.526">
181
179
  </testcase>
182
- <testcase classname="CustomPropertyForm Displays expected name label" name="CustomPropertyForm Displays expected name label" time="0.15">
180
+ <testcase classname="CustomPropertyForm Displays expected name label" name="CustomPropertyForm Displays expected name label" time="0.193">
183
181
  </testcase>
184
- <testcase classname="CustomPropertyForm Displays expected description label" name="CustomPropertyForm Displays expected description label" time="0.156">
182
+ <testcase classname="CustomPropertyForm Displays expected description label" name="CustomPropertyForm Displays expected description label" time="0.236">
185
183
  </testcase>
186
- <testcase classname="CustomPropertyForm Displays expected context label " name="CustomPropertyForm Displays expected context label " time="0.144">
184
+ <testcase classname="CustomPropertyForm Displays expected context label " name="CustomPropertyForm Displays expected context label " time="0.208">
187
185
  </testcase>
188
- <testcase classname="CustomPropertyForm Displays expected order weight label " name="CustomPropertyForm Displays expected order weight label " time="0.139">
186
+ <testcase classname="CustomPropertyForm Displays expected order weight label " name="CustomPropertyForm Displays expected order weight label " time="0.19">
189
187
  </testcase>
190
- <testcase classname="CustomPropertyForm Displays expectred primary label " name="CustomPropertyForm Displays expectred primary label " time="0.135">
188
+ <testcase classname="CustomPropertyForm Displays expectred primary label " name="CustomPropertyForm Displays expectred primary label " time="0.152">
191
189
  </testcase>
192
- <testcase classname="CustomPropertyForm Displays expected default visibility label" name="CustomPropertyForm Displays expected default visibility label" time="0.146">
190
+ <testcase classname="CustomPropertyForm Displays expected default visibility label" name="CustomPropertyForm Displays expected default visibility label" time="0.159">
193
191
  </testcase>
194
- <testcase classname="CustomPropertyForm Displays expected type label " name="CustomPropertyForm Displays expected type label " time="0.12">
192
+ <testcase classname="CustomPropertyForm Displays expected type label " name="CustomPropertyForm Displays expected type label " time="0.108">
195
193
  </testcase>
196
- <testcase classname="CustomPropertyForm Displays expected description value" name="CustomPropertyForm Displays expected description value" time="0.282">
194
+ <testcase classname="CustomPropertyForm Displays expected description value" name="CustomPropertyForm Displays expected description value" time="0.378">
197
195
  </testcase>
198
- <testcase classname="CustomPropertyForm renders the Name TextField" name="CustomPropertyForm renders the Name TextField" time="0.121">
196
+ <testcase classname="CustomPropertyForm renders the Name TextField" name="CustomPropertyForm renders the Name TextField" time="0.205">
199
197
  </testcase>
200
- <testcase classname="CustomPropertyForm renders the Lable TextField" name="CustomPropertyForm renders the Lable TextField" time="0.129">
198
+ <testcase classname="CustomPropertyForm renders the Lable TextField" name="CustomPropertyForm renders the Lable TextField" time="0.143">
201
199
  </testcase>
202
- <testcase classname="CustomPropertyForm renders the order weight TextField" name="CustomPropertyForm renders the order weight TextField" time="0.126">
200
+ <testcase classname="CustomPropertyForm renders the order weight TextField" name="CustomPropertyForm renders the order weight TextField" time="0.163">
203
201
  </testcase>
204
- <testcase classname="CustomPropertyForm renders the expected value in the Deprecated dropdown" name="CustomPropertyForm renders the expected value in the Deprecated dropdown" time="0.313">
202
+ <testcase classname="CustomPropertyForm renders the expected value in the Retired dropdown" name="CustomPropertyForm renders the expected value in the Retired dropdown" time="0.246">
205
203
  </testcase>
206
- <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.269">
204
+ <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.19">
207
205
  </testcase>
208
- <testcase classname="CustomPropertyForm renders the expected value in the Primary dropdown" name="CustomPropertyForm renders the expected value in the Primary dropdown" time="0.276">
206
+ <testcase classname="CustomPropertyForm renders the expected value in the Primary dropdown" name="CustomPropertyForm renders the expected value in the Primary dropdown" time="0.216">
209
207
  </testcase>
210
- <testcase classname="CustomPropertyForm Displays expected Decimal option " name="CustomPropertyForm Displays expected Decimal option " time="0.096">
208
+ <testcase classname="CustomPropertyForm Displays expected Decimal option" name="CustomPropertyForm Displays expected Decimal option" time="0.106">
211
209
  </testcase>
212
- <testcase classname="CustomPropertyForm Displays expected Refdata (multi-select) option " name="CustomPropertyForm Displays expected Refdata (multi-select) option " time="0.087">
210
+ <testcase classname="CustomPropertyForm Displays expected Refdata (multi-select) option" name="CustomPropertyForm Displays expected Refdata (multi-select) option" time="0.121">
213
211
  </testcase>
214
- <testcase classname="CustomPropertyForm Displays expected Refdata option " name="CustomPropertyForm Displays expected Refdata option " time="0.116">
212
+ <testcase classname="CustomPropertyForm Displays expected Refdata option" name="CustomPropertyForm Displays expected Refdata option" time="0.078">
215
213
  </testcase>
216
- <testcase classname="CustomPropertyForm Displays expected Text option " name="CustomPropertyForm Displays expected Text option " time="0.095">
214
+ <testcase classname="CustomPropertyForm Displays expected Text option" name="CustomPropertyForm Displays expected Text option" time="0.089">
217
215
  </testcase>
218
- <testcase classname="CustomPropertyForm Displays expected Integer option " name="CustomPropertyForm Displays expected Integer option " time="0.147">
216
+ <testcase classname="CustomPropertyForm Displays expected Integer option" name="CustomPropertyForm Displays expected Integer option" time="0.075">
219
217
  </testcase>
220
218
  </testsuite>
221
- <testsuite name="CustomPropertiesView" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:15" time="1.55" tests="1">
222
- <testcase classname="CustomPropertiesView renders CustomPropertiesViewCtx component " name="CustomPropertiesView renders CustomPropertiesViewCtx component " time="0.039">
219
+ <testsuite name="CustomPropertiesFilterFieldArray" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:33" time="2.409" tests="3">
220
+ <testcase classname="CustomPropertiesFilterFieldArray renders CustomPropertiesFilterField component" name="CustomPropertiesFilterFieldArray renders CustomPropertiesFilterField component" time="0.099">
221
+ </testcase>
222
+ <testcase classname="CustomPropertiesFilterFieldArray renders the Add custom property filter button" name="CustomPropertiesFilterFieldArray renders the Add custom property filter button" time="0.134">
223
+ </testcase>
224
+ <testcase classname="CustomPropertiesFilterFieldArray renders the submit button" name="CustomPropertiesFilterFieldArray renders the submit button" time="0.057">
223
225
  </testcase>
224
226
  </testsuite>
225
- <testsuite name="CustomPropertiesFilter" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:07" time="9.571" tests="4">
226
- <testcase classname="CustomPropertiesFilter renders the Supplementrary properties Accordion by id" name="CustomPropertiesFilter renders the Supplementrary properties Accordion by id" time="0.161">
227
+ <testsuite name="CustomPropertyField" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:26" time="9.132" tests="14">
228
+ <testcase classname="CustomPropertyField CustomPropertyField Displays expected value(s) label " name="CustomPropertyField CustomPropertyField Displays expected value(s) label " time="0.21">
227
229
  </testcase>
228
- <testcase classname="CustomPropertiesFilter renders the Supplementrary properties Accordion" name="CustomPropertiesFilter renders the Supplementrary properties Accordion" time="0.078">
230
+ <testcase classname="CustomPropertyField CustomPropertyField Displays expected Value(s) dropdown values " name="CustomPropertyField CustomPropertyField Displays expected Value(s) dropdown values " time="0.042">
229
231
  </testcase>
230
- <testcase classname="CustomPropertiesFilter renders the edit supplementary property filters button" name="CustomPropertiesFilter renders the edit supplementary property filters button" time="0.09">
232
+ <testcase classname="CustomPropertyField CustomPropertyField Displays expected Internal note label " name="CustomPropertyField CustomPropertyField Displays expected Internal note label " time="0.053">
231
233
  </testcase>
232
- <testcase classname="CustomPropertiesFilter renders CustomPropertiesFilterForm component " name="CustomPropertiesFilter renders CustomPropertiesFilterForm component " time="0.046">
234
+ <testcase classname="CustomPropertyField CustomPropertyField Displays expected internal note value" name="CustomPropertyField CustomPropertyField Displays expected internal note value" time="0.247">
233
235
  </testcase>
234
- </testsuite>
235
- <testsuite name="CustomPropertyFiltersForm" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:14" time="3.03" tests="3">
236
- <testcase classname="CustomPropertyFiltersForm renders CustomPropertiesFilterFieldArray component " name="CustomPropertyFiltersForm renders CustomPropertiesFilterFieldArray component " time="0.189">
236
+ <testcase classname="CustomPropertyField CustomPropertyField Displays expected visibilities dropdwon values " name="CustomPropertyField CustomPropertyField Displays expected visibilities dropdwon values " time="0.037">
237
237
  </testcase>
238
- <testcase classname="CustomPropertyFiltersForm renders the submit button" name="CustomPropertyFiltersForm renders the submit button" time="0.07">
238
+ <testcase classname="CustomPropertyField CustomPropertyField Displays expected Public note label " name="CustomPropertyField CustomPropertyField Displays expected Public note label " time="0.037">
239
239
  </testcase>
240
- <testcase classname="CustomPropertyFiltersForm renders the Edit supplementary property filters button" name="CustomPropertyFiltersForm renders the Edit supplementary property filters button" time="0.043">
240
+ <testcase classname="CustomPropertyField CustomPropertyField Displays expected public note value" name="CustomPropertyField CustomPropertyField Displays expected public note value" time="0.172">
241
241
  </testcase>
242
- </testsuite>
243
- <testsuite name="CustomPropertiesViewCtx" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:16" time="1.522" tests="1">
244
- <testcase classname="CustomPropertiesViewCtx renders CustomPropertyCard component " name="CustomPropertiesViewCtx renders CustomPropertyCard component " time="0.043">
242
+ <testcase classname="CustomPropertyField Decimal field Displays expected Decimal field" name="CustomPropertyField Decimal field Displays expected Decimal field" time="0.18">
245
243
  </testcase>
246
- </testsuite>
247
- <testsuite name="CustomPropertiesLookup" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:13" time="4.597" tests="2">
248
- <testcase classname="CustomPropertiesLookup renders expected options" name="CustomPropertiesLookup renders expected options" time="0.082">
244
+ <testcase classname="CustomPropertyField Integer field Displays expected integer Field" name="CustomPropertyField Integer field Displays expected integer Field" time="0.206">
249
245
  </testcase>
250
- <testcase classname="CustomPropertiesLookup renders SearchField component " name="CustomPropertiesLookup renders SearchField component " time="0.031">
246
+ <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.135">
251
247
  </testcase>
252
- </testsuite>
253
- <testsuite name="CustomPropertiesEdit" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:16" time="1.314" tests="1">
254
- <testcase classname="CustomPropertiesEdit renders CustomPropertiesEditCtx component " name="CustomPropertiesEdit renders CustomPropertiesEditCtx component " time="0.03">
248
+ <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.097">
255
249
  </testcase>
256
- </testsuite>
257
- <testsuite name="CustomPropertiesListField" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:07" time="10.375" tests="5">
258
- <testcase classname="CustomPropertiesListField displays expected Primary terms key value" name="CustomPropertiesListField displays expected Primary terms key value" time="0.063">
250
+ <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.854">
259
251
  </testcase>
260
- <testcase classname="CustomPropertiesListField displays expected Optional terms key value" name="CustomPropertiesListField displays expected Optional terms key value" time="0.013">
252
+ <testcase classname="CustomPropertyField Date field renders values DatePicker" name="CustomPropertyField Date field renders values DatePicker" time="0.072">
261
253
  </testcase>
262
- <testcase classname="CustomPropertiesListField renders CustomPropertyFormCard component " name="CustomPropertiesListField renders CustomPropertyFormCard component " time="0.021">
254
+ <testcase classname="CustomPropertyField Date field Displays expected date Field" name="CustomPropertyField Date field Displays expected date Field" time="0.081">
263
255
  </testcase>
264
- <testcase classname="CustomPropertiesListField renders CustomPropertiesList component " name="CustomPropertiesListField renders CustomPropertiesList component " time="0.008">
256
+ </testsuite>
257
+ <testsuite name="CustomPropertiesView" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:34" time="1.87" tests="1">
258
+ <testcase classname="CustomPropertiesView renders CustomPropertiesViewCtx component " name="CustomPropertiesView renders CustomPropertiesViewCtx component " time="0.051">
265
259
  </testcase>
266
- <testcase classname="CustomPropertiesListField renders the Add property button" name="CustomPropertiesListField renders the Add property button" time="0.08">
260
+ </testsuite>
261
+ <testsuite name="CustomPropertiesEditCtx" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:34" time="1.784" tests="1">
262
+ <testcase classname="CustomPropertiesEditCtx renders CustomPropertiesListField component " name="CustomPropertiesEditCtx renders CustomPropertiesListField component " time="0.055">
263
+ </testcase>
264
+ </testsuite>
265
+ <testsuite name="CustomPropertiesEdit" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:34" time="1.75" tests="1">
266
+ <testcase classname="CustomPropertiesEdit renders CustomPropertiesEditCtx component " name="CustomPropertiesEdit renders CustomPropertiesEditCtx component " time="0.032">
267
267
  </testcase>
268
268
  </testsuite>
269
- <testsuite name="CustomPropertiesEditCtx" errors="0" failures="0" skipped="0" timestamp="2022-11-22T09:57:14" time="3.914" tests="1">
270
- <testcase classname="CustomPropertiesEditCtx renders CustomPropertiesListField component " name="CustomPropertiesEditCtx renders CustomPropertiesListField component " time="0.023">
269
+ <testsuite name="CustomPropertiesViewCtx" errors="0" failures="0" skipped="0" timestamp="2022-11-22T10:07:34" time="1.694" tests="1">
270
+ <testcase classname="CustomPropertiesViewCtx renders CustomPropertyCard component " name="CustomPropertiesViewCtx renders CustomPropertyCard component " time="0.059">
271
271
  </testcase>
272
272
  </testsuite>
273
273
  </testsuites>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k-int/stripes-kint-components",
3
- "version": "2.8.4",
3
+ "version": "2.8.5",
4
4
  "description": "Stripes Component library for K-Int specific applications",
5
5
  "sideEffects": [
6
6
  "*.css"