@k-int/stripes-kint-components 2.4.1 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -1
- package/README.md +14 -1
- package/es/artifacts/coverage-jest/lcov-report/block-navigation.js +1 -28
- package/es/artifacts/coverage-jest/lcov-report/prettify.js +0 -4
- package/es/artifacts/coverage-jest/lcov-report/sorter.js +1 -28
- package/es/index.js +7 -5
- package/es/lib/ActionList/ActionList.js +20 -37
- package/es/lib/ActionList/ActionListFieldArray.js +85 -118
- package/es/lib/ActionList/index.js +1 -5
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +55 -46
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +53 -0
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +103 -65
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +125 -0
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +131 -138
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +200 -0
- package/es/lib/CustomProperties/Config/CustomPropertyView.js +22 -37
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +194 -0
- package/es/lib/CustomProperties/Config/index.js +1 -5
- package/es/lib/CustomProperties/Config/testResources.js +198 -0
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +1 -30
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +48 -0
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +1 -34
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +48 -0
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +1 -37
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +113 -0
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +63 -64
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +283 -0
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +2 -30
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +65 -0
- package/es/lib/CustomProperties/Edit/index.js +1 -5
- package/es/lib/CustomProperties/Edit/testResources.js +923 -0
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +10 -35
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +102 -0
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +1 -34
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +41 -0
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +1 -34
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +91 -0
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +1 -30
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +86 -0
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +1 -35
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +321 -0
- package/es/lib/CustomProperties/Filter/index.js +1 -5
- package/es/lib/CustomProperties/Filter/testResources.js +262 -0
- package/es/lib/CustomProperties/Filter/useOperators.js +9 -39
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +5 -36
- package/es/lib/CustomProperties/Filter/useValueProps.js +13 -35
- package/es/lib/CustomProperties/View/CustomPropertiesView.js +1 -30
- package/es/lib/CustomProperties/View/CustomPropertiesView.test.js +48 -0
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -34
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +55 -0
- package/es/lib/CustomProperties/View/CustomPropertyCard.js +15 -34
- package/es/lib/CustomProperties/View/index.js +1 -5
- package/es/lib/CustomProperties/View/testResources.js +144 -0
- package/es/lib/CustomProperties/index.js +1 -5
- package/es/lib/EditableRefdataList/EditableRefdataList.js +165 -63
- package/es/lib/EditableRefdataList/index.js +1 -5
- package/es/lib/EditableSettingsList/EditableSettingsList.js +5 -31
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +1 -30
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +10 -35
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +1 -34
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.test.js +1 -34
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.js +1 -34
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +28 -64
- package/es/lib/EditableSettingsList/SettingField/SettingField.js +1 -34
- package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +8 -33
- package/es/lib/EditableSettingsList/SettingField/index.js +1 -5
- package/es/lib/EditableSettingsList/index.js +1 -5
- package/es/lib/FormModal/FormModal.js +12 -32
- package/es/lib/FormModal/index.js +1 -5
- package/es/lib/NoResultsMessage/NoResultsMessage.js +1 -30
- package/es/lib/NoResultsMessage/index.js +1 -5
- package/es/lib/QueryTypedown/QueryTypedown.js +1 -34
- package/es/lib/QueryTypedown/index.js +1 -5
- package/es/lib/RefdataButtons/RefdataButtons.js +1 -34
- package/es/lib/RefdataButtons/index.js +1 -5
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +5 -36
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +1 -34
- package/es/lib/SASQLookupComponent/TableBody/index.js +1 -5
- package/es/lib/SASQLookupComponent/index.js +1 -5
- package/es/lib/SASQRoute/SASQRoute.js +1 -30
- package/es/lib/SASQRoute/index.js +1 -5
- package/es/lib/SASQViewComponent/SASQViewComponent.js +1 -34
- package/es/lib/SASQViewComponent/index.js +1 -5
- package/es/lib/SearchField/SearchField.js +1 -31
- package/es/lib/SearchField/index.js +1 -5
- package/es/lib/SettingPage/SettingPage.js +1 -34
- package/es/lib/SettingPage/SettingPagePane.js +1 -32
- package/es/lib/SettingPage/index.js +1 -5
- package/es/lib/Typedown/Typedown.js +6 -41
- package/es/lib/Typedown/index.js +1 -5
- package/es/lib/constants/customProperties.js +4 -39
- package/es/lib/constants/eventCodes.js +1 -31
- package/es/lib/contexts/SettingsContext.js +1 -30
- package/es/lib/contexts/index.js +1 -5
- package/es/lib/hooks/index.js +7 -5
- package/es/lib/hooks/settingsHooks/index.js +8 -4
- package/es/lib/hooks/settingsHooks/useAppSettings.js +84 -0
- package/es/lib/hooks/settingsHooks/useSettingSection.js +17 -37
- package/es/lib/hooks/settingsHooks/useSettings.js +15 -43
- package/es/lib/hooks/typedownHooks/index.js +1 -5
- package/es/lib/hooks/typedownHooks/useTypedown.js +1 -34
- package/es/lib/hooks/typedownHooks/useTypedownData.js +1 -34
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +1 -34
- package/es/lib/hooks/useActiveElement.js +1 -32
- package/es/lib/hooks/useAvailableCustomProperties.js +1 -34
- package/es/lib/hooks/useCustomProperties.js +4 -34
- package/es/lib/hooks/useHelperApp.js +1 -34
- package/es/lib/hooks/useInvalidateRefdata.js +1 -34
- package/es/lib/hooks/useKiwtFieldArray.js +1 -34
- package/es/lib/hooks/useKiwtSASQuery.js +9 -37
- package/es/lib/hooks/useLocalStorageState.js +1 -34
- package/es/lib/hooks/useMutateCustomProperties.js +14 -42
- package/es/lib/hooks/useMutateRefdataValue.js +11 -39
- package/es/lib/hooks/useQIndex.js +1 -34
- package/es/lib/hooks/useRefdata.js +1 -34
- package/es/lib/hooks/useTemplates.js +1 -34
- package/es/lib/utils/buildUrl.js +2 -31
- package/es/lib/utils/generateKiwtQuery.js +1 -30
- package/es/lib/utils/generateKiwtQueryParams.js +1 -30
- package/es/lib/utils/groupCustomPropertiesByCtx.js +1 -30
- package/es/lib/utils/highlightString.js +1 -29
- package/es/lib/utils/index.js +1 -5
- package/es/lib/utils/matchString.js +1 -30
- package/es/lib/utils/refdataOptions.js +1 -30
- package/es/lib/utils/refdataQueryKey.js +1 -30
- package/es/lib/utils/renderHelpText.js +1 -30
- package/es/lib/utils/selectorSafe.js +1 -30
- package/es/lib/utils/sortByLabel.js +1 -30
- package/es/lib/utils/toCamelCase.js +1 -30
- package/es/lib/utils/typedownQueryKey.js +1 -30
- package/es/lib/utils/validators.js +1 -32
- package/junit.xml +728 -35
- package/package.json +4 -5
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +42 -12
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +222 -93
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +12 -12
- 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 +142 -28
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +109 -40
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +308 -188
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +661 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +65 -50
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/testResources.js.html +793 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +190 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +340 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +667 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +1066 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +481 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +206 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +100 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +892 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +460 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +529 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +424 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +307 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +451 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +251 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +103 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +976 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +271 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +190 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +238 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +193 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +436 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +640 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +176 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +94 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +571 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +116 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +175 -0
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +158 -26
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +33 -12
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +13 -13
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +117 -39
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +21 -21
- package/src/artifacts/coverage-jest/lcov-report/FormModal/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 +14 -8
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +11 -11
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +62 -152
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +373 -0
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +131 -0
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +6 -3
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +2 -2
- 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 +9 -9
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +10 -10
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +18 -18
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +8 -26
- 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 +33 -24
- package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/index.html +13 -13
- package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +2 -2
- 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 +109 -79
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +8 -2
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +17 -17
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +292 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +61 -10
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +34 -13
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +7 -7
- 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 +26 -8
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +205 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +32 -17
- package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +118 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +29 -11
- package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +25 -13
- package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +14 -17
- package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/index.html +171 -96
- package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +36 -9
- package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +124 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +211 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/index.html +100 -25
- package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +29 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +127 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +112 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +112 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +145 -25
- package/src/artifacts/coverage-jest/lcov.info +2421 -888
- package/src/index.js +2 -1
- package/src/lib/ActionList/ActionList.js +12 -5
- package/src/lib/ActionList/ActionListFieldArray.js +87 -65
- package/src/lib/ActionList/README.md +31 -1
- package/src/lib/CustomProperties/Config/CustomPropertiesLookup.js +46 -8
- package/src/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +35 -0
- package/src/lib/CustomProperties/Config/CustomPropertiesSettings.js +64 -23
- package/src/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +51 -0
- package/src/lib/CustomProperties/Config/CustomPropertyForm.js +172 -132
- package/src/lib/CustomProperties/Config/CustomPropertyForm.test.js +126 -0
- package/src/lib/CustomProperties/Config/CustomPropertyView.js +29 -9
- package/src/lib/CustomProperties/Config/CustomPropertyView.test.js +55 -0
- package/src/lib/CustomProperties/Config/testResources.js +236 -0
- package/src/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +29 -0
- package/src/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +29 -0
- package/src/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +51 -0
- package/src/lib/CustomProperties/Edit/CustomPropertyField.js +56 -24
- package/src/lib/CustomProperties/Edit/CustomPropertyField.test.js +185 -0
- package/src/lib/CustomProperties/Edit/CustomPropertyFormCard.js +1 -0
- package/src/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +57 -0
- package/src/lib/CustomProperties/Edit/testResources.js +1063 -0
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilter.js +15 -3
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +43 -0
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +32 -0
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +44 -0
- package/src/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +40 -0
- package/src/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +111 -0
- package/src/lib/CustomProperties/Filter/testResources.js +297 -0
- package/src/lib/CustomProperties/Filter/useOperators.js +7 -0
- package/src/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +5 -2
- package/src/lib/CustomProperties/Filter/useValueProps.js +6 -0
- package/src/lib/CustomProperties/View/CustomPropertiesView.test.js +32 -0
- package/src/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +32 -0
- package/src/lib/CustomProperties/View/CustomPropertyCard.js +10 -2
- package/src/lib/CustomProperties/View/testResources.js +162 -0
- package/src/lib/EditableRefdataList/EditableRefdataList.js +98 -16
- package/src/lib/EditableRefdataList/README.md +3 -0
- package/src/lib/EditableSettingsList/EditableSettingsList.js +8 -1
- package/src/lib/FormModal/FormModal.js +7 -3
- package/src/lib/SASQLookupComponent/SASQLookupComponent.js +8 -0
- package/src/lib/Typedown/Typedown.js +4 -10
- package/src/lib/constants/customProperties.js +2 -0
- package/src/lib/hooks/README.md +28 -3
- package/src/lib/hooks/index.js +1 -1
- package/src/lib/hooks/settingsHooks/index.js +1 -0
- package/src/lib/hooks/settingsHooks/useAppSettings.js +69 -0
- package/src/lib/hooks/settingsHooks/useSettingSection.js +19 -2
- package/src/lib/hooks/settingsHooks/useSettings.js +12 -5
- package/src/lib/hooks/useCustomProperties.js +5 -0
- package/src/lib/hooks/useKiwtSASQuery.js +7 -1
- package/src/lib/hooks/useMutateCustomProperties.js +7 -3
- package/src/lib/hooks/useMutateRefdataValue.js +5 -2
- package/src/lib/utils/matchString.js +1 -1
- package/styles/ActionListFieldArray.css +11 -2
- package/styles/CustomProperties.css +17 -0
- package/translations/stripes-kint-components/ar.json +11 -2
- package/translations/stripes-kint-components/cs_CZ.json +10 -1
- package/translations/stripes-kint-components/de.json +11 -2
- package/translations/stripes-kint-components/en.json +12 -3
- package/translations/stripes-kint-components/es.json +11 -2
- package/translations/stripes-kint-components/fr.json +1 -105
- package/translations/stripes-kint-components/hi_IN.json +1 -105
- package/translations/stripes-kint-components/hu.json +11 -2
- package/translations/stripes-kint-components/it_IT.json +11 -2
- package/translations/stripes-kint-components/ja.json +10 -1
- package/translations/stripes-kint-components/ko.json +11 -2
- package/translations/stripes-kint-components/pl.json +11 -2
- package/translations/stripes-kint-components/pt_PT.json +11 -2
- package/translations/stripes-kint-components/ru.json +11 -2
- package/translations/stripes-kint-components/sv.json +11 -2
- package/translations/stripes-kint-components/zh_CN.json +10 -1
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { useQuery } from 'react-query';
|
|
2
|
+
import { useOkapiKy } from '@folio/stripes/core';
|
|
3
|
+
import { generateKiwtQueryParams } from '../../utils';
|
|
4
|
+
|
|
5
|
+
const useAppSettings = ({
|
|
6
|
+
endpoint,
|
|
7
|
+
keyName,
|
|
8
|
+
options,
|
|
9
|
+
returnQueryObject = false,
|
|
10
|
+
sectionName,
|
|
11
|
+
queryParams
|
|
12
|
+
}) => {
|
|
13
|
+
const ky = useOkapiKy();
|
|
14
|
+
|
|
15
|
+
const defaultQueryParamObject = {
|
|
16
|
+
perPage: 100,
|
|
17
|
+
stats: false,
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
const namespaceArray = [endpoint];
|
|
21
|
+
|
|
22
|
+
if (sectionName) {
|
|
23
|
+
defaultQueryParamObject.filters = [
|
|
24
|
+
...(defaultQueryParamObject.filters ?? []),
|
|
25
|
+
{
|
|
26
|
+
path: 'section',
|
|
27
|
+
value: sectionName
|
|
28
|
+
}
|
|
29
|
+
];
|
|
30
|
+
|
|
31
|
+
namespaceArray.push(sectionName);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
if (keyName) {
|
|
35
|
+
defaultQueryParamObject.filters = [
|
|
36
|
+
...(defaultQueryParamObject.filters ?? []),
|
|
37
|
+
{
|
|
38
|
+
path: 'key',
|
|
39
|
+
value: keyName
|
|
40
|
+
}
|
|
41
|
+
];
|
|
42
|
+
|
|
43
|
+
defaultQueryParamObject.perPage = 1;
|
|
44
|
+
|
|
45
|
+
namespaceArray.push(keyName);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
const queryParamArray = generateKiwtQueryParams(options ?? defaultQueryParamObject, {});
|
|
49
|
+
namespaceArray.push(queryParamArray);
|
|
50
|
+
|
|
51
|
+
const queryObject = useQuery(
|
|
52
|
+
namespaceArray,
|
|
53
|
+
() => ky(`${endpoint}?${queryParamArray?.join('&')}`).json(),
|
|
54
|
+
queryParams
|
|
55
|
+
);
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
if (returnQueryObject) {
|
|
59
|
+
return queryObject;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
if ((queryParams ?? defaultQueryParamObject)?.perPage && (queryParams ?? defaultQueryParamObject)?.perPage === 1) {
|
|
63
|
+
return queryObject?.data?.[0] ?? {};
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
return queryObject?.data ?? [];
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export default useAppSettings;
|
|
@@ -1,15 +1,32 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { useMutation, useQuery } from 'react-query';
|
|
3
3
|
import { useOkapiKy } from '@folio/stripes/core';
|
|
4
|
+
import { generateKiwtQueryParams } from '../../utils';
|
|
4
5
|
|
|
5
6
|
const useSettingSection = ({
|
|
6
7
|
sectionName,
|
|
7
8
|
settingEndpoint
|
|
8
9
|
}) => {
|
|
9
10
|
const ky = useOkapiKy();
|
|
11
|
+
const queryParams = generateKiwtQueryParams({
|
|
12
|
+
filters: [
|
|
13
|
+
{
|
|
14
|
+
path: 'section',
|
|
15
|
+
value: sectionName
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
sort: [
|
|
19
|
+
{
|
|
20
|
+
path: 'key'
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
perPage: 100,
|
|
24
|
+
stats: false
|
|
25
|
+
}, {});
|
|
26
|
+
|
|
10
27
|
const { data: settings = [] } = useQuery(
|
|
11
|
-
['stripes-kint-components', 'useSetting', 'appSettings', sectionName],
|
|
12
|
-
() => ky(`${settingEndpoint}
|
|
28
|
+
['stripes-kint-components', 'useSetting', 'appSettings', queryParams, sectionName],
|
|
29
|
+
() => ky(`${settingEndpoint}?${queryParams?.join('&')}`).json()
|
|
13
30
|
);
|
|
14
31
|
|
|
15
32
|
const { mutateAsync: putSetting } = useMutation(
|
|
@@ -10,7 +10,7 @@ import { Settings } from '@folio/stripes/smart-components';
|
|
|
10
10
|
import { SettingPage, SettingPagePane } from '../../SettingPage';
|
|
11
11
|
import { SettingsContext } from '../../contexts';
|
|
12
12
|
|
|
13
|
-
import { sortByLabel, toCamelCase } from '../../utils';
|
|
13
|
+
import { generateKiwtQueryParams, sortByLabel, toCamelCase } from '../../utils';
|
|
14
14
|
|
|
15
15
|
const useSettings = ({
|
|
16
16
|
dynamicPageExclusions,
|
|
@@ -22,12 +22,19 @@ const useSettings = ({
|
|
|
22
22
|
}) => {
|
|
23
23
|
const ky = useOkapiKy();
|
|
24
24
|
const intl = useIntl();
|
|
25
|
-
const
|
|
26
|
-
|
|
25
|
+
const queryParams = generateKiwtQueryParams({
|
|
26
|
+
filters: dynamicPageExclusions?.map(dpe => ({
|
|
27
|
+
path: 'section',
|
|
28
|
+
comparator: '!=',
|
|
29
|
+
value: dpe
|
|
30
|
+
})),
|
|
31
|
+
perPage: 100,
|
|
32
|
+
stats: false
|
|
33
|
+
}, {});
|
|
27
34
|
|
|
28
35
|
const { data: appSettings = [], isLoading } = useQuery(
|
|
29
|
-
['stripes-kint-components', 'useSettings', 'appSettings', settingEndpoint],
|
|
30
|
-
() => ky(`${settingEndpoint}?${
|
|
36
|
+
['stripes-kint-components', 'useSettings', 'appSettings', settingEndpoint, queryParams],
|
|
37
|
+
() => ky(`${settingEndpoint}?${queryParams?.join('&')}`).json()
|
|
31
38
|
);
|
|
32
39
|
|
|
33
40
|
const sections = [...new Set(appSettings.map(s => s.section))];
|
|
@@ -5,8 +5,14 @@ import buildUrl from '../utils/buildUrl';
|
|
|
5
5
|
import useQindex from './useQIndex';
|
|
6
6
|
|
|
7
7
|
const locationQuerySetter = ({ location, history, nsValues }) => {
|
|
8
|
+
const { pathname, search } = location;
|
|
8
9
|
const url = buildUrl(location, nsValues);
|
|
9
|
-
|
|
10
|
+
|
|
11
|
+
// Do not push to history if the url didn't change
|
|
12
|
+
// https://issues.folio.org/browse/STSMACOM-637
|
|
13
|
+
if (`${pathname}${search}` !== url) {
|
|
14
|
+
history.push(url);
|
|
15
|
+
}
|
|
10
16
|
};
|
|
11
17
|
|
|
12
18
|
const useKiwtSASQuery = () => {
|
|
@@ -4,6 +4,7 @@ import { useOkapiKy } from '@folio/stripes/core';
|
|
|
4
4
|
|
|
5
5
|
const useMutateCustomProperties = ({
|
|
6
6
|
afterQueryCalls,
|
|
7
|
+
catchQueryCalls,
|
|
7
8
|
endpoint,
|
|
8
9
|
id,
|
|
9
10
|
queryParams,
|
|
@@ -20,21 +21,24 @@ const useMutateCustomProperties = ({
|
|
|
20
21
|
const deleteQueryObject = useMutation(
|
|
21
22
|
['stripes-kint-components', 'useMutateCustomProperties', 'delete', id],
|
|
22
23
|
async () => ky.delete(`${endpoint}/${id}`).json()
|
|
23
|
-
.then(afterQueryCalls?.delete)
|
|
24
|
+
.then(afterQueryCalls?.delete)
|
|
25
|
+
.catch(catchQueryCalls?.delete),
|
|
24
26
|
queryParams?.delete
|
|
25
27
|
);
|
|
26
28
|
|
|
27
29
|
const putQueryObject = useMutation(
|
|
28
30
|
['stripes-kint-components', 'useMutateCustomProperties', 'put', id],
|
|
29
31
|
async (data) => ky.put(`${endpoint}/${id}`, { json: data }).json()
|
|
30
|
-
.then(afterQueryCalls?.put)
|
|
32
|
+
.then(afterQueryCalls?.put)
|
|
33
|
+
.catch(catchQueryCalls?.put),
|
|
31
34
|
queryParams?.put
|
|
32
35
|
);
|
|
33
36
|
|
|
34
37
|
const postQueryObject = useMutation(
|
|
35
38
|
['stripes-kint-components', 'useMutateCustomProperties', 'post'],
|
|
36
39
|
async (data) => ky.post(`${endpoint}`, { json: data }).json()
|
|
37
|
-
.then(afterQueryCalls?.post)
|
|
40
|
+
.then(afterQueryCalls?.post)
|
|
41
|
+
.catch(catchQueryCalls?.post),
|
|
38
42
|
queryParams?.post
|
|
39
43
|
);
|
|
40
44
|
|
|
@@ -6,6 +6,7 @@ import useInvalidateRefdata from './useInvalidateRefdata';
|
|
|
6
6
|
|
|
7
7
|
const useMutateRefdataValue = ({
|
|
8
8
|
afterQueryCalls,
|
|
9
|
+
catchQueryCalls,
|
|
9
10
|
endpoint,
|
|
10
11
|
id,
|
|
11
12
|
queryParams,
|
|
@@ -36,7 +37,8 @@ const useMutateRefdataValue = ({
|
|
|
36
37
|
}
|
|
37
38
|
).json()
|
|
38
39
|
.then(afterQueryCalls?.delete)
|
|
39
|
-
.then(() => invalidateRefdata())
|
|
40
|
+
.then(() => invalidateRefdata())
|
|
41
|
+
.catch(catchQueryCalls?.delete),
|
|
40
42
|
queryParams?.delete
|
|
41
43
|
);
|
|
42
44
|
|
|
@@ -54,7 +56,8 @@ const useMutateRefdataValue = ({
|
|
|
54
56
|
}
|
|
55
57
|
).json()
|
|
56
58
|
.then(afterQueryCalls?.put)
|
|
57
|
-
.then(() => invalidateRefdata())
|
|
59
|
+
.then(() => invalidateRefdata())
|
|
60
|
+
.catch(catchQueryCalls?.put),
|
|
58
61
|
queryParams?.put
|
|
59
62
|
);
|
|
60
63
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import escapeRegExp from 'lodash/escapeRegExp';
|
|
2
2
|
|
|
3
3
|
const matchString = (match, str, ignoreNull = true) => {
|
|
4
|
-
const regex = new RegExp(`${match.split(/(\s+)/).filter(h => h.trim()).map(hl => '(' + escapeRegExp(hl) + ')').join('|')}`, 'gi')
|
|
4
|
+
const regex = new RegExp(`${match.split(/(\s+)/).filter(h => h.trim()).map(hl => '(' + escapeRegExp(hl) + ')').join('|')}`, 'gi');
|
|
5
5
|
if (ignoreNull && !match) {
|
|
6
6
|
const nullRegex = /a^/gi; // Should match nothing
|
|
7
7
|
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* CustomProperties
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
@import '@folio/stripes-components/lib/variables.css';
|
|
6
|
+
|
|
7
|
+
.lookupSearchContainer {
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-wrap: wrap;
|
|
10
|
+
justify-content: space-between;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.lookupSearch {
|
|
14
|
+
flex-grow: 1;
|
|
15
|
+
margin-right: var(--gutter-static-two-thirds);
|
|
16
|
+
width: unset;
|
|
17
|
+
}
|
|
@@ -4,9 +4,11 @@
|
|
|
4
4
|
"create": "الإبداع",
|
|
5
5
|
"edit": "Edit",
|
|
6
6
|
"save": "أنقذ",
|
|
7
|
+
"saveAndClose": "إنقاذ قريب",
|
|
7
8
|
"cancel": "إلغاء",
|
|
8
9
|
"delete": "تحذف",
|
|
9
10
|
"apply": "التطبيق",
|
|
11
|
+
"new": "جديدة",
|
|
10
12
|
"notSet": "غير محدد",
|
|
11
13
|
"errors.hasNonAlphaName": "ولا يمكن أن يحتوي الاسم إلا على شخصيات أبجدية لاتينية (أ-ض) وشخصيات رقمية غير محررة.",
|
|
12
14
|
"settings.noCurrentValue": "لا قيمة جارية",
|
|
@@ -21,6 +23,9 @@
|
|
|
21
23
|
"actionList.actions": "الإجراءات",
|
|
22
24
|
"editableRefdataList.edit": "Edit",
|
|
23
25
|
"editableRefdataList.delete": "تحذف",
|
|
26
|
+
"editableRefdataList.deleteLabel": "تحذف علامة",
|
|
27
|
+
"editableRefdataList.deleteLabel.confirmMessage": "Label strong.{name}/strong. will be strong.deleted/strong..",
|
|
28
|
+
"editableRefdataList.deleteLabel.errorMessage": "strong.Error: {label}/strong. was not removed. {error}",
|
|
24
29
|
"editableRefdataList.label": "Label",
|
|
25
30
|
"editableRefdataList.value": "القيمة",
|
|
26
31
|
"sasqLookupComponent.mainPane.found": "السجلات وجدت",
|
|
@@ -41,7 +46,7 @@
|
|
|
41
46
|
"customProperties.publicNote": "ملاحظة عامة",
|
|
42
47
|
"customProperties.name": "الاسم",
|
|
43
48
|
"customProperties.description": "الوصف",
|
|
44
|
-
"customProperties.category": "
|
|
49
|
+
"customProperties.category": "الفئة",
|
|
45
50
|
"customProperties.defaultVisibility": "الرؤية غير المباشرة",
|
|
46
51
|
"customProperties.noCtxFound": "لا يوجد سياق مطابق",
|
|
47
52
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
|
|
@@ -53,15 +58,19 @@
|
|
|
53
58
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "تعريف البيانات",
|
|
54
59
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "النص",
|
|
55
60
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "التاريخ",
|
|
61
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
|
|
56
62
|
"customProperties.delete.confirmLabel": "تحذف",
|
|
57
63
|
"customProperties.delete.confirmHeading": "الممتلكات العرفية",
|
|
58
64
|
"customProperties.delete.confirmMessage": "Custom property TRIstrong.{name} /strong. will be strong.deleted/strong..",
|
|
65
|
+
"customPropertiesSettings.deleteCustomProperty.errorMessage": "strong.Error: {label}/strong. was not removed. {error}",
|
|
59
66
|
"customProperties.primaryProperties": "الممتلكات الأولية",
|
|
60
67
|
"customProperties.optionalProperties": "الممتلكات الاختيارية",
|
|
61
68
|
"customProperties.addProperty": "الممتلكات",
|
|
62
69
|
"customProperties.ctx.title": "الممتلكات العرفية ({ctx})",
|
|
63
70
|
"customProperty.optionalPropertyHeader": "الممتلكات {العدد}",
|
|
64
71
|
"customProperty.remove": "Remove property {number}",
|
|
72
|
+
"customProperty.newModal": "الممتلكات الجديدة",
|
|
73
|
+
"customProperty.editModal": "عقار إيديت",
|
|
65
74
|
"search": "البحث",
|
|
66
75
|
"yes": "نعم",
|
|
67
76
|
"no": "لا",
|
|
@@ -75,7 +84,7 @@
|
|
|
75
84
|
"errors.customPropertyMaxTwoDecimals": "من فضلك أدخل رقماً بحد أقصى لـ 2 عشريات",
|
|
76
85
|
"customProperty": "الممتلكات العرفية",
|
|
77
86
|
"customProperty.name": "الاسم",
|
|
78
|
-
"customProperty.value": "القيمة",
|
|
87
|
+
"customProperty.value": "القيمة (القيم)",
|
|
79
88
|
"customProperty.internalNote": "المذكرة الداخلية",
|
|
80
89
|
"customProperty.visibility": "الرؤية",
|
|
81
90
|
"customProperty.publicNote": "ملاحظة عامة",
|
|
@@ -4,9 +4,11 @@
|
|
|
4
4
|
"create": "Čeština",
|
|
5
5
|
"edit": "Editace",
|
|
6
6
|
"save": "Čeština",
|
|
7
|
+
"saveAndClose": "Uložit a zavřít",
|
|
7
8
|
"cancel": "Hledat",
|
|
8
9
|
"delete": "Čeština",
|
|
9
10
|
"apply": "Hledat",
|
|
11
|
+
"new": "Nové",
|
|
10
12
|
"notSet": "Není nastaveno",
|
|
11
13
|
"errors.hasNonAlphaName": "Jméno může obsahovat pouze latinské abecední znaky (a-z) a nevýrazné numerické znaky.",
|
|
12
14
|
"settings.noCurrentValue": "Žádné aktuální hodnoty",
|
|
@@ -21,6 +23,9 @@
|
|
|
21
23
|
"actionList.actions": "Akce",
|
|
22
24
|
"editableRefdataList.edit": "Editace",
|
|
23
25
|
"editableRefdataList.delete": "Čeština",
|
|
26
|
+
"editableRefdataList.deleteLabel": "Smazat štítek",
|
|
27
|
+
"editableRefdataList.deleteLabel.confirmMessage": "Štítky <strong>{name}</strong> bude <strong>deleted</strong>.",
|
|
28
|
+
"editableRefdataList.deleteLabel.errorMessage": "<strong>Error: {label}</strong> nebylo smazáno. {error}",
|
|
24
29
|
"editableRefdataList.label": "Čeština",
|
|
25
30
|
"editableRefdataList.value": "Hodnota",
|
|
26
31
|
"sasqLookupComponent.mainPane.found": "{total} záznamy nalezeno",
|
|
@@ -41,7 +46,7 @@
|
|
|
41
46
|
"customProperties.publicNote": "Veřejná poznámka",
|
|
42
47
|
"customProperties.name": "Jméno",
|
|
43
48
|
"customProperties.description": "Čeština",
|
|
44
|
-
"customProperties.category": "
|
|
49
|
+
"customProperties.category": "Kategorie",
|
|
45
50
|
"customProperties.defaultVisibility": "Výchozí viditelnost",
|
|
46
51
|
"customProperties.noCtxFound": "Nebyly nalezeny žádné odpovídající kontext",
|
|
47
52
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Čeština",
|
|
@@ -53,15 +58,19 @@
|
|
|
53
58
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Definice dat",
|
|
54
59
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Čeština",
|
|
55
60
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Datum",
|
|
61
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
|
|
56
62
|
"customProperties.delete.confirmLabel": "Čeština",
|
|
57
63
|
"customProperties.delete.confirmHeading": "Odstranit vlastní nemovitosti",
|
|
58
64
|
"customProperties.delete.confirmMessage": "Vlastní vlastnost <strong>{name}</strong> bude <strong>deleted</strong>.",
|
|
65
|
+
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label}</strong> nebylo smazáno. {error}",
|
|
59
66
|
"customProperties.primaryProperties": "Základní vlastnosti",
|
|
60
67
|
"customProperties.optionalProperties": "Volitelné vlastnosti",
|
|
61
68
|
"customProperties.addProperty": "Přidat nemovitost",
|
|
62
69
|
"customProperties.ctx.title": "Vlastní vlastnosti ({ctx})",
|
|
63
70
|
"customProperty.optionalPropertyHeader": "Nemovitosti {číslo}",
|
|
64
71
|
"customProperty.remove": "Odebrat nemovitost {číslo}",
|
|
72
|
+
"customProperty.newModal": "Nové vlastní nemovitosti",
|
|
73
|
+
"customProperty.editModal": "Úprava vlastní nemovitosti",
|
|
65
74
|
"search": "Hledat",
|
|
66
75
|
"yes": "Čeština",
|
|
67
76
|
"no": "Ne",
|
|
@@ -4,9 +4,11 @@
|
|
|
4
4
|
"create": "Erstellung",
|
|
5
5
|
"edit": "Bearbeiten",
|
|
6
6
|
"save": "Speichern",
|
|
7
|
+
"saveAndClose": "Speichern und schließen",
|
|
7
8
|
"cancel": "Abbrechen",
|
|
8
9
|
"delete": "Löschen",
|
|
9
10
|
"apply": "Anwendung",
|
|
11
|
+
"new": "Neu",
|
|
10
12
|
"notSet": "Nicht gesetzt",
|
|
11
13
|
"errors.hasNonAlphaName": "Der Name kann nur lateinische alphabetische Zeichen (a-z) und nicht-führende numerische Zeichen enthalten.",
|
|
12
14
|
"settings.noCurrentValue": "Kein aktueller Wert",
|
|
@@ -21,6 +23,9 @@
|
|
|
21
23
|
"actionList.actions": "Maßnahmen",
|
|
22
24
|
"editableRefdataList.edit": "Bearbeiten",
|
|
23
25
|
"editableRefdataList.delete": "Löschen",
|
|
26
|
+
"editableRefdataList.deleteLabel": "Löschzeichen",
|
|
27
|
+
"editableRefdataList.deleteLabel.confirmMessage": "Label <strong>{name}</strong> wird <strong>deleted</strong> sein.",
|
|
28
|
+
"editableRefdataList.deleteLabel.errorMessage": "<strong>Error: {label}</strong> wurde nicht gelöscht. {error}",
|
|
24
29
|
"editableRefdataList.label": "Bezeichnung",
|
|
25
30
|
"editableRefdataList.value": "Wert",
|
|
26
31
|
"sasqLookupComponent.mainPane.found": "{total} Einträge gefunden",
|
|
@@ -41,7 +46,7 @@
|
|
|
41
46
|
"customProperties.publicNote": "Anmerkung",
|
|
42
47
|
"customProperties.name": "Name",
|
|
43
48
|
"customProperties.description": "Warenbezeichnung",
|
|
44
|
-
"customProperties.category": "
|
|
49
|
+
"customProperties.category": "Kategorie",
|
|
45
50
|
"customProperties.defaultVisibility": "Standardsichtbarkeit",
|
|
46
51
|
"customProperties.noCtxFound": "Kein übereinstimmender Kontext gefunden",
|
|
47
52
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
|
|
@@ -53,15 +58,19 @@
|
|
|
53
58
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Definition der Referenzwerte",
|
|
54
59
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Text",
|
|
55
60
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Datum",
|
|
61
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
|
|
56
62
|
"customProperties.delete.confirmLabel": "Löschen",
|
|
57
63
|
"customProperties.delete.confirmHeading": "Benutzerdefinierte Eigenschaft löschen",
|
|
58
64
|
"customProperties.delete.confirmMessage": "Zollgebiet <strong>{name}</strong> wird <strong>deleted</strong> sein.",
|
|
65
|
+
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label}</strong> wurde nicht gelöscht. {error}",
|
|
59
66
|
"customProperties.primaryProperties": "Primäre Eigenschaften",
|
|
60
67
|
"customProperties.optionalProperties": "Optionale Eigenschaften",
|
|
61
68
|
"customProperties.addProperty": "Objekt hinzufügen",
|
|
62
69
|
"customProperties.ctx.title": "Benutzerdefinierte Eigenschaften ({ctx})",
|
|
63
70
|
"customProperty.optionalPropertyHeader": "Immobilien {number}",
|
|
64
71
|
"customProperty.remove": "Objekt entfernen {number}",
|
|
72
|
+
"customProperty.newModal": "Neue benutzerdefinierte Eigenschaft",
|
|
73
|
+
"customProperty.editModal": "Benutzerdefinierte Eigenschaft bearbeiten",
|
|
65
74
|
"search": "Suche",
|
|
66
75
|
"yes": "Ja.",
|
|
67
76
|
"no": "Nein",
|
|
@@ -75,7 +84,7 @@
|
|
|
75
84
|
"errors.customPropertyMaxTwoDecimals": "Bitte geben Sie eine Nummer mit maximal 2 Dezimalsstellen ein",
|
|
76
85
|
"customProperty": "Eigenes Eigentum",
|
|
77
86
|
"customProperty.name": "Name",
|
|
78
|
-
"customProperty.value": "
|
|
87
|
+
"customProperty.value": "Werte",
|
|
79
88
|
"customProperty.internalNote": "Interne Anmerkung",
|
|
80
89
|
"customProperty.visibility": "Sichtbarkeit",
|
|
81
90
|
"customProperty.publicNote": "Anmerkung",
|
|
@@ -4,9 +4,11 @@
|
|
|
4
4
|
"create": "Create",
|
|
5
5
|
"edit": "Edit",
|
|
6
6
|
"save": "Save",
|
|
7
|
+
"saveAndClose": "Save & close",
|
|
7
8
|
"cancel": "Cancel",
|
|
8
9
|
"delete": "Delete",
|
|
9
10
|
"apply": "Apply",
|
|
11
|
+
"new": "New",
|
|
10
12
|
|
|
11
13
|
"notSet": "Not set",
|
|
12
14
|
|
|
@@ -26,9 +28,12 @@
|
|
|
26
28
|
|
|
27
29
|
"editableRefdataList.edit": "Edit",
|
|
28
30
|
"editableRefdataList.delete": "Delete",
|
|
31
|
+
"editableRefdataList.deleteLabel": "Delete label",
|
|
32
|
+
"editableRefdataList.deleteLabel.confirmMessage": "Label <strong>{name}</strong> will be <strong>deleted</strong>.",
|
|
33
|
+
"editableRefdataList.deleteLabel.errorMessage": "<strong>Error: {label}</strong> was not deleted. {error}",
|
|
29
34
|
"editableRefdataList.label": "Label",
|
|
30
35
|
"editableRefdataList.value": "Value",
|
|
31
|
-
|
|
36
|
+
|
|
32
37
|
"sasqLookupComponent.mainPane.found": "{total} records found",
|
|
33
38
|
|
|
34
39
|
"noResultsMessage.showFilters": "Show filters",
|
|
@@ -51,7 +56,7 @@
|
|
|
51
56
|
"customProperties.publicNote": "Public note",
|
|
52
57
|
"customProperties.name": "Name",
|
|
53
58
|
"customProperties.description": "Description",
|
|
54
|
-
"customProperties.category": "
|
|
59
|
+
"customProperties.category": "Category",
|
|
55
60
|
"customProperties.defaultVisibility": "Default visibility",
|
|
56
61
|
|
|
57
62
|
"customProperties.noCtxFound": "No matching context found",
|
|
@@ -65,10 +70,12 @@
|
|
|
65
70
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Refdata definition",
|
|
66
71
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Text",
|
|
67
72
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Date",
|
|
73
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
|
|
68
74
|
|
|
69
75
|
"customProperties.delete.confirmLabel": "Delete",
|
|
70
76
|
"customProperties.delete.confirmHeading": "Delete custom property",
|
|
71
77
|
"customProperties.delete.confirmMessage": "Custom property <strong>{name}</strong> will be <strong>deleted</strong>.",
|
|
78
|
+
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label}</strong> was not deleted. {error}",
|
|
72
79
|
|
|
73
80
|
"customProperties.primaryProperties": "Primary properties",
|
|
74
81
|
"customProperties.optionalProperties": "Optional properties",
|
|
@@ -78,6 +85,8 @@
|
|
|
78
85
|
|
|
79
86
|
"customProperty.optionalPropertyHeader": "Property {number}",
|
|
80
87
|
"customProperty.remove": "Remove property {number}",
|
|
88
|
+
"customProperty.newModal": "New custom property",
|
|
89
|
+
"customProperty.editModal": "Edit custom property",
|
|
81
90
|
|
|
82
91
|
"search": "Search",
|
|
83
92
|
"yes": "Yes",
|
|
@@ -94,7 +103,7 @@
|
|
|
94
103
|
|
|
95
104
|
"customProperty": "Custom property",
|
|
96
105
|
"customProperty.name": "Name",
|
|
97
|
-
"customProperty.value": "Value",
|
|
106
|
+
"customProperty.value": "Value(s)",
|
|
98
107
|
"customProperty.internalNote": "Internal note",
|
|
99
108
|
"customProperty.visibility": "Visibility",
|
|
100
109
|
"customProperty.publicNote": "Public note",
|
|
@@ -4,9 +4,11 @@
|
|
|
4
4
|
"create": "Crear",
|
|
5
5
|
"edit": "Editar",
|
|
6
6
|
"save": "Guardar",
|
|
7
|
+
"saveAndClose": "Guardar y cerrar",
|
|
7
8
|
"cancel": "Cancelar",
|
|
8
9
|
"delete": "Suprimir",
|
|
9
10
|
"apply": "Aplicar",
|
|
11
|
+
"new": "Nuevo",
|
|
10
12
|
"notSet": "No está listo.",
|
|
11
13
|
"errors.hasNonAlphaName": "El nombre sólo puede contener caracteres alfabéticos latinos (a-z) y caracteres numéricos no lideres.",
|
|
12
14
|
"settings.noCurrentValue": "No valor actual",
|
|
@@ -21,6 +23,9 @@
|
|
|
21
23
|
"actionList.actions": "Acciones",
|
|
22
24
|
"editableRefdataList.edit": "Editar",
|
|
23
25
|
"editableRefdataList.delete": "Suprimir",
|
|
26
|
+
"editableRefdataList.deleteLabel": "Borrar la etiqueta",
|
|
27
|
+
"editableRefdataList.deleteLabel.confirmMessage": "Label нертеритититинихинанинанититиниринанитититититиненинининанининининаниянинанитититититининининининининанананинининининининининиянананинанананининининининининананинининининининининанинананититинининананининининининининининининанинининининининининининанани",
|
|
28
|
+
"editableRefdataList.deleteLabel.errorMessage": "No se suprimió el texto. {error}",
|
|
24
29
|
"editableRefdataList.label": "Label",
|
|
25
30
|
"editableRefdataList.value": "Valor",
|
|
26
31
|
"sasqLookupComponent.mainPane.found": "registros encontrados",
|
|
@@ -41,7 +46,7 @@
|
|
|
41
46
|
"customProperties.publicNote": "Nota pública",
|
|
42
47
|
"customProperties.name": "Nombre",
|
|
43
48
|
"customProperties.description": "Descripción",
|
|
44
|
-
"customProperties.category": "
|
|
49
|
+
"customProperties.category": "Categoría",
|
|
45
50
|
"customProperties.defaultVisibility": "Visión predeterminada",
|
|
46
51
|
"customProperties.noCtxFound": "No hay contexto encontrado",
|
|
47
52
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
|
|
@@ -53,15 +58,19 @@
|
|
|
53
58
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Definición de referencia",
|
|
54
59
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Texto",
|
|
55
60
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Fecha",
|
|
61
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
|
|
56
62
|
"customProperties.delete.confirmLabel": "Suprimir",
|
|
57
63
|
"customProperties.delete.confirmHeading": "Eliminar la propiedad personalizada",
|
|
58
64
|
"customProperties.delete.confirmMessage": "Propiedad personalizada неритититинанихинанинанитинаниринанитиниентинанинининанитинанинаниенннияниянининиянаниниянининиянананияниянинининининиянининияниянанананиянининияннининиянияннннанинтиннинния {no {no {no {no {no {no {no {nombre} {no {noctarнинннннннннннинининнннининнининаннининнннинананининннннн",
|
|
65
|
+
"customPropertiesSettings.deleteCustomProperty.errorMessage": "No se suprimió el texto. {error}",
|
|
59
66
|
"customProperties.primaryProperties": "Propiedades primarias",
|
|
60
67
|
"customProperties.optionalProperties": "Propiedades opcionales",
|
|
61
68
|
"customProperties.addProperty": "Agregar propiedad",
|
|
62
69
|
"customProperties.ctx.title": "Propiedades personalizadas ({ctx})",
|
|
63
70
|
"customProperty.optionalPropertyHeader": "Propiedad {número}",
|
|
64
71
|
"customProperty.remove": "Quitar la propiedad {número}",
|
|
72
|
+
"customProperty.newModal": "Nueva propiedad personalizada",
|
|
73
|
+
"customProperty.editModal": "Editar propiedad personalizada",
|
|
65
74
|
"search": "Buscar",
|
|
66
75
|
"yes": "Sí.",
|
|
67
76
|
"no": "No",
|
|
@@ -75,7 +84,7 @@
|
|
|
75
84
|
"errors.customPropertyMaxTwoDecimals": "Introduzca un número con un máximo de 2 decimales",
|
|
76
85
|
"customProperty": "Bienes inmuebles",
|
|
77
86
|
"customProperty.name": "Nombre",
|
|
78
|
-
"customProperty.value": "Valor",
|
|
87
|
+
"customProperty.value": "Valor(s)",
|
|
79
88
|
"customProperty.internalNote": "Nota interna",
|
|
80
89
|
"customProperty.visibility": "Visibilidad",
|
|
81
90
|
"customProperty.publicNote": "Nota pública",
|