@k-int/stripes-kint-components 2.8.2 → 2.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/es/artifacts/coverage-jest/lcov-report/block-navigation.js +6 -19
- package/es/artifacts/coverage-jest/lcov-report/prettify.js +2 -182
- package/es/artifacts/coverage-jest/lcov-report/sorter.js +64 -94
- package/es/index.js +0 -27
- package/es/lib/ActionList/ActionList.js +18 -38
- package/es/lib/ActionList/ActionListFieldArray.js +57 -112
- package/es/lib/ActionList/index.js +0 -2
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +32 -63
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +2 -13
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +91 -140
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +3 -22
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +14 -50
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +17 -34
- package/es/lib/CustomProperties/Config/CustomPropertyView.js +3 -12
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -26
- package/es/lib/CustomProperties/Config/index.js +0 -5
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +6 -12
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +1 -13
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +24 -39
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +1 -13
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +25 -69
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +3 -23
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +26 -77
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +6 -33
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +19 -33
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +3 -14
- package/es/lib/CustomProperties/Edit/index.js +0 -6
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +33 -70
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +2 -18
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +14 -44
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +1 -10
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +4 -23
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +2 -19
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +8 -22
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +2 -20
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +9 -27
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +1 -32
- package/es/lib/CustomProperties/Filter/index.js +0 -7
- package/es/lib/CustomProperties/Filter/useOperators.js +5 -21
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +3 -15
- package/es/lib/CustomProperties/Filter/useValueProps.js +5 -20
- package/es/lib/CustomProperties/View/CustomPropertiesView.js +6 -12
- package/es/lib/CustomProperties/View/CustomPropertiesView.test.js +1 -10
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +43 -65
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +1 -13
- package/es/lib/CustomProperties/View/CustomPropertyCard.js +10 -38
- package/es/lib/CustomProperties/View/index.js +0 -4
- package/es/lib/CustomProperties/index.js +0 -4
- package/es/lib/CycleButton/CycleButton.js +8 -33
- package/es/lib/CycleButton/index.js +0 -2
- package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +85 -131
- package/es/lib/EditableRefdataCategoryList/index.js +0 -2
- package/es/lib/EditableRefdataList/EditableRefdataList.js +90 -139
- package/es/lib/EditableRefdataList/index.js +0 -2
- package/es/lib/EditableSettingsList/EditableSettingsList.js +3 -13
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +2 -15
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +4 -19
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +3 -25
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.test.js +19 -26
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.js +2 -20
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +14 -35
- package/es/lib/EditableSettingsList/SettingField/SettingField.js +15 -51
- package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +6 -31
- package/es/lib/EditableSettingsList/SettingField/index.js +0 -4
- package/es/lib/EditableSettingsList/index.js +0 -4
- package/es/lib/FormModal/FormModal.js +14 -34
- package/es/lib/FormModal/index.js +0 -2
- package/es/lib/IconSelect/IconSelect.js +29 -67
- package/es/lib/IconSelect/index.js +0 -2
- package/es/lib/NoResultsMessage/NoResultsMessage.js +13 -22
- package/es/lib/NoResultsMessage/index.js +0 -2
- package/es/lib/QueryTypedown/QueryTypedown.js +9 -36
- package/es/lib/QueryTypedown/index.js +0 -2
- package/es/lib/RefdataButtons/RefdataButtons.js +5 -24
- package/es/lib/RefdataButtons/index.js +0 -2
- package/es/lib/RichSelect/RichSelect.js +39 -67
- package/es/lib/RichSelect/index.js +0 -3
- package/es/lib/RichSelect/useSelectedOption.js +3 -14
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +36 -80
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +16 -29
- package/es/lib/SASQLookupComponent/TableBody/index.js +0 -2
- package/es/lib/SASQLookupComponent/index.js +0 -3
- package/es/lib/SASQRoute/SASQRoute.js +6 -23
- package/es/lib/SASQRoute/index.js +0 -2
- package/es/lib/SASQViewComponent/SASQViewComponent.js +17 -36
- package/es/lib/SASQViewComponent/index.js +0 -2
- package/es/lib/SearchField/SearchField.js +1 -17
- package/es/lib/SearchField/index.js +0 -2
- package/es/lib/SettingPage/SettingPage.js +6 -21
- package/es/lib/SettingPage/SettingPagePane.js +2 -17
- package/es/lib/SettingPage/index.js +0 -3
- package/es/lib/Typedown/Typedown.js +51 -82
- package/es/lib/Typedown/index.js +0 -2
- package/es/lib/contexts/SettingsContext.js +0 -2
- package/es/lib/contexts/index.js +0 -2
- package/es/lib/hooks/index.js +0 -16
- package/es/lib/hooks/settingsHooks/index.js +0 -4
- package/es/lib/hooks/settingsHooks/useAppSettings.js +6 -27
- package/es/lib/hooks/settingsHooks/useSettingSection.js +10 -20
- package/es/lib/hooks/settingsHooks/useSettings.js +10 -43
- package/es/lib/hooks/typedownHooks/index.js +0 -4
- package/es/lib/hooks/typedownHooks/useTypedown.js +17 -37
- package/es/lib/hooks/typedownHooks/useTypedownData.js +12 -26
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +5 -19
- package/es/lib/hooks/useActiveElement.js +3 -15
- package/es/lib/hooks/useAvailableCustomProperties.js +3 -22
- package/es/lib/hooks/useCustomProperties.js +11 -25
- package/es/lib/hooks/useHelperApp.js +7 -30
- package/es/lib/hooks/useInvalidateRefdata.js +0 -4
- package/es/lib/hooks/useKiwtFieldArray.js +5 -29
- package/es/lib/hooks/useKiwtSASQuery.js +12 -37
- package/es/lib/hooks/useLocalStorageState.js +5 -21
- package/es/lib/hooks/useMutateCustomProperties.js +11 -28
- package/es/lib/hooks/useMutateRefdataCategory.js +9 -29
- package/es/lib/hooks/useMutateRefdataValue.js +10 -27
- package/es/lib/hooks/useQIndex.js +3 -27
- package/es/lib/hooks/useRefdata.js +7 -16
- package/es/lib/hooks/useTemplates.js +6 -17
- package/es/lib/utils/buildUrl.js +1 -10
- package/es/lib/utils/generateKiwtQuery.js +0 -4
- package/es/lib/utils/generateKiwtQueryParams.js +24 -62
- package/es/lib/utils/groupCustomPropertiesByCtx.js +0 -14
- package/es/lib/utils/highlightString.js +6 -23
- package/es/lib/utils/index.js +0 -15
- package/es/lib/utils/matchString.js +0 -6
- package/es/lib/utils/parseErrorResponse.js +2 -24
- package/es/lib/utils/refdataQueryKey.js +0 -4
- package/es/lib/utils/renderHelpText.js +0 -7
- package/es/lib/utils/selectorSafe.js +0 -2
- package/es/lib/utils/sortByLabel.js +0 -6
- package/es/lib/utils/toCamelCase.js +6 -5
- package/es/lib/utils/typedownQueryKey.js +0 -4
- package/es/lib/utils/validators.js +4 -35
- package/junit.xml +164 -663
- package/package.json +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +35 -5
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +120 -24
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +8 -8
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +29 -26
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +136 -70
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +10 -10
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +5 -5
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +35 -35
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +15 -15
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +88 -88
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +92 -80
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +4 -4
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +44 -44
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +2394 -12
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +72 -33
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +4 -4
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +4 -4
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +37 -37
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +4 -4
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +14 -14
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +45 -36
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +9 -6
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +6 -6
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +217 -0
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +131 -0
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +610 -0
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +131 -0
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +192 -39
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +3 -3
- 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 +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +247 -0
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +131 -0
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +475 -0
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +131 -0
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +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/{CustomProperties/Config/CustomPropertiesView.js.html → ResponsiveButtonGroup/ResponsiveButtonGroup.js.html} +186 -252
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +146 -0
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +253 -0
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +775 -0
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +146 -0
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +91 -0
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +127 -0
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +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/favicon.png +0 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +44 -29
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +6 -3
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +22 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +5 -2
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +32 -32
- package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +34 -37
- package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +151 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +199 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +238 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +18 -6
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +274 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +14 -5
- package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +187 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/index.html +138 -78
- package/src/artifacts/coverage-jest/lcov-report/sort-arrow-sprite.png +0 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +16 -16
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +66 -66
- package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/utils/index.html +53 -38
- package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +11 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +139 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +5 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +2 -2
- 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 +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +28 -28
- package/src/artifacts/coverage-jest/lcov.info +1724 -1155
- package/src/lib/CustomProperties/Config/CustomPropertiesSettings.js +1 -1
- package/src/lib/CustomProperties/Edit/CustomPropertiesListField.js +0 -1
- package/src/lib/utils/parseErrorResponse.js +1 -1
- package/translate.sh +4 -0
- package/translations/stripes-kint-components/ar.json +12 -12
- package/translations/stripes-kint-components/cs_CZ.json +4 -4
- package/translations/stripes-kint-components/en_GB.json +1 -0
- package/translations/stripes-kint-components/en_SE.json +1 -0
- package/translations/stripes-kint-components/es_419.json +122 -0
- package/translations/stripes-kint-components/es_ES.json +122 -0
- package/translations/stripes-kint-components/fr.json +105 -1
- package/translations/stripes-kint-components/fr_FR.json +105 -0
- package/translations/stripes-kint-components/hu.json +12 -12
- package/translations/stripes-kint-components/it_IT.json +6 -6
- package/translations/stripes-kint-components/pt_PT.json +6 -6
- package/translations/stripes-kint-components/ru.json +1 -1
- package/translations/stripes-kint-components/sv.json +7 -7
- package/translations/stripes-kint-components/zh_TW.json +122 -0
- package/yarn-error.log +147 -0
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"actionList.create": "Teremtés",
|
|
23
23
|
"actionList.actions": "Akciók",
|
|
24
24
|
"editableRefdataList.deleteRefdataValue": "Törölje a refdata értéket",
|
|
25
|
-
"editableRefdataList.deleteRefdataValue.confirmMessage": "<strong> {name
|
|
26
|
-
"editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: {label
|
|
25
|
+
"editableRefdataList.deleteRefdataValue.confirmMessage": "<strong> {name}</strong> törlésre kerül.",
|
|
26
|
+
"editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: {label}</strong> nem törölték. {LS}",
|
|
27
27
|
"editableRefdataList.label": "Címke",
|
|
28
28
|
"editableRefdataList.value": "Érték",
|
|
29
29
|
"editableRefdataList.editAriaLabel": "Edit érték {label}",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"editableRefdataCategoryList.refdataCategories": "Kategóriák",
|
|
34
34
|
"editableRefdataCategoryList.deleteAriaLabel": "Törlési érték {label}",
|
|
35
35
|
"editableRefdataCategoryList.deleteRefdataCategory": "Törölje a refdata kategóriát",
|
|
36
|
-
"editableRefdataCategoryList.deleteRefdataCategory.confirmMessage": "<strong> {name
|
|
37
|
-
"editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "<strong>Error: {label
|
|
38
|
-
"sasqLookupComponent.mainPane.found": "{
|
|
36
|
+
"editableRefdataCategoryList.deleteRefdataCategory.confirmMessage": "<strong> {name}</strong> törlésre kerül.",
|
|
37
|
+
"editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "<strong>Error: {label}</strong> nem törölték. {LS}",
|
|
38
|
+
"sasqLookupComponent.mainPane.found": "{total} rekordok",
|
|
39
39
|
"noResultsMessage.showFilters": "Mutasd meg a szűrőket",
|
|
40
40
|
"customProperties": "Vám tulajdonságok",
|
|
41
41
|
"customProperties.all": "Minden",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"customProperties.primary": "Elsődleges",
|
|
45
45
|
"customProperties.retired": "Nyugodt",
|
|
46
46
|
"customProperties.ctx": "Kontextus",
|
|
47
|
-
"customProperties.ctx.addContext": "Add hozzá a kontextust {
|
|
47
|
+
"customProperties.ctx.addContext": "Add hozzá a kontextust {value}",
|
|
48
48
|
"customProperties.weight": "Order súly",
|
|
49
49
|
"customProperties.type": "Típus",
|
|
50
50
|
"customProperties.internalFalse": "nyilvános",
|
|
@@ -67,14 +67,14 @@
|
|
|
67
67
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Dátum",
|
|
68
68
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
|
|
69
69
|
"customProperties.delete.confirmHeading": "Törölje az egyéni tulajdont",
|
|
70
|
-
"customProperties.delete.confirmMessage": "Az egyedi tulajdon <strong>{name
|
|
71
|
-
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label
|
|
70
|
+
"customProperties.delete.confirmMessage": "Az egyedi tulajdon <strong>{name}</strong> lesz <strong>deleted</strong>.",
|
|
71
|
+
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label}</strong> nem törölték. {LS}",
|
|
72
72
|
"customProperties.primaryProperties": "Elsődleges tulajdonságok",
|
|
73
73
|
"customProperties.optionalProperties": "Opcionális tulajdonságok",
|
|
74
74
|
"customProperties.addProperty": "Adjon hozzá ingatlant",
|
|
75
75
|
"customProperties.ctx.title": "egyedi tulajdonságok ({ctx})",
|
|
76
|
-
"customProperty.optionalPropertyHeader": "Tulajdonság {
|
|
77
|
-
"customProperty.remove": "Távolítsa el az ingatlant {
|
|
76
|
+
"customProperty.optionalPropertyHeader": "Tulajdonság {number}",
|
|
77
|
+
"customProperty.remove": "Távolítsa el az ingatlant {number}",
|
|
78
78
|
"customProperty.newModal": "Új egyéni tulajdon",
|
|
79
79
|
"customProperty.editModal": "Edit egyedi tulajdon",
|
|
80
80
|
"search": "Keresés",
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"customProperty.editCustomPropertyFilters": "Szerkeszteni egyedi ingatlanszűrők",
|
|
101
101
|
"customProperty.filterBuilder": "Custom ingatlanszűrő építő",
|
|
102
102
|
"customProperty.filterIndex": "egyedi tulajdonszűrő {index}",
|
|
103
|
-
"customProperty.removeFilter": "Távolítsa el az egyéni tulajdonszűrőt {
|
|
104
|
-
"customProperty.removeRule": "Távolítsa el a szabályt {
|
|
103
|
+
"customProperty.removeFilter": "Távolítsa el az egyéni tulajdonszűrőt {number}",
|
|
104
|
+
"customProperty.removeRule": "Távolítsa el a szabályt {number}",
|
|
105
105
|
"customProperty.addFilter": "Adjon hozzá egyedi ingatlanszűrőt",
|
|
106
106
|
"customProperty.retiredName": "Olvasson bele a(z)",
|
|
107
107
|
"customProperty.notSet": "Nem",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"customProperties.primary": "Primario",
|
|
45
45
|
"customProperties.retired": "Ritiro",
|
|
46
46
|
"customProperties.ctx": "Contesto",
|
|
47
|
-
"customProperties.ctx.addContext": "Aggiungi contesto {
|
|
47
|
+
"customProperties.ctx.addContext": "Aggiungi contesto {value}",
|
|
48
48
|
"customProperties.weight": "Peso dell'ordine",
|
|
49
49
|
"customProperties.type": "Tipo",
|
|
50
50
|
"customProperties.internalFalse": "Pubblico",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"customProperties.optionalProperties": "Proprietà opzionali",
|
|
74
74
|
"customProperties.addProperty": "Aggiungi proprietà",
|
|
75
75
|
"customProperties.ctx.title": "Proprietà personalizzate ({ctx})",
|
|
76
|
-
"customProperty.optionalPropertyHeader": "Proprietà {
|
|
77
|
-
"customProperty.remove": "Rimuovere la proprietà {
|
|
76
|
+
"customProperty.optionalPropertyHeader": "Proprietà {number}",
|
|
77
|
+
"customProperty.remove": "Rimuovere la proprietà {number}",
|
|
78
78
|
"customProperty.newModal": "Nuova proprietà personalizzata",
|
|
79
79
|
"customProperty.editModal": "Modifica della proprietà personalizzata",
|
|
80
80
|
"search": "Ricerca",
|
|
@@ -99,9 +99,9 @@
|
|
|
99
99
|
"customProperty.filtersApplied": "{count} proprietà personalizzate filtri applicati",
|
|
100
100
|
"customProperty.editCustomPropertyFilters": "Modifica filtri di proprietà personalizzati",
|
|
101
101
|
"customProperty.filterBuilder": "Costruttore di filtro personalizzato",
|
|
102
|
-
"customProperty.filterIndex": "Filtro di proprietà personalizzato {
|
|
103
|
-
"customProperty.removeFilter": "Rimuovere il filtro di proprietà personalizzato {
|
|
104
|
-
"customProperty.removeRule": "Rimuovi la regola {
|
|
102
|
+
"customProperty.filterIndex": "Filtro di proprietà personalizzato {index}",
|
|
103
|
+
"customProperty.removeFilter": "Rimuovere il filtro di proprietà personalizzato {number}",
|
|
104
|
+
"customProperty.removeRule": "Rimuovi la regola {number}",
|
|
105
105
|
"customProperty.addFilter": "Aggiungi filtro proprietà personalizzato",
|
|
106
106
|
"customProperty.retiredName": "RETIRED: {name}",
|
|
107
107
|
"customProperty.notSet": "Non impostato",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"settings.edit": "Editar",
|
|
17
17
|
"settings.settingLoading": "A carregar",
|
|
18
18
|
"settings.finishEditing": "Edição de acabamento",
|
|
19
|
-
"settings.valueFor": "Valor para configuração {
|
|
19
|
+
"settings.valueFor": "Valor para configuração {name}",
|
|
20
20
|
"actionList.save": "Salvar",
|
|
21
21
|
"actionList.cancel": "Cancelar Cancelar Cancelar",
|
|
22
22
|
"actionList.create": "Criar",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"customProperties.primary": "Primário",
|
|
45
45
|
"customProperties.retired": "Reformado",
|
|
46
46
|
"customProperties.ctx": "Contexto",
|
|
47
|
-
"customProperties.ctx.addContext": "Adicionar contexto {
|
|
47
|
+
"customProperties.ctx.addContext": "Adicionar contexto {value}",
|
|
48
48
|
"customProperties.weight": "Peso da ordem",
|
|
49
49
|
"customProperties.type": "Tipo",
|
|
50
50
|
"customProperties.internalFalse": "Público",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"customProperties.optionalProperties": "Propriedades opcionais",
|
|
74
74
|
"customProperties.addProperty": "Adicionar propriedade",
|
|
75
75
|
"customProperties.ctx.title": "Propriedades personalizadas ({ctx})",
|
|
76
|
-
"customProperty.optionalPropertyHeader": "Propriedade {
|
|
77
|
-
"customProperty.remove": "Remover propriedade {
|
|
76
|
+
"customProperty.optionalPropertyHeader": "Propriedade {number}",
|
|
77
|
+
"customProperty.remove": "Remover propriedade {number}",
|
|
78
78
|
"customProperty.newModal": "Nova propriedade personalizada",
|
|
79
79
|
"customProperty.editModal": "Editar propriedade personalizada",
|
|
80
80
|
"search": "Pesquisar",
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
"customProperty.editCustomPropertyFilters": "Editar filtros de propriedade personalizados",
|
|
101
101
|
"customProperty.filterBuilder": "Construtor de filtro de propriedade personalizada",
|
|
102
102
|
"customProperty.filterIndex": "Filtro de propriedade personalizado {index}",
|
|
103
|
-
"customProperty.removeFilter": "Remover filtro de propriedade personalizado {
|
|
104
|
-
"customProperty.removeRule": "Remover regra {
|
|
103
|
+
"customProperty.removeFilter": "Remover filtro de propriedade personalizado {number}",
|
|
104
|
+
"customProperty.removeRule": "Remover regra {number}",
|
|
105
105
|
"customProperty.addFilter": "Adicionar filtro de propriedade personalizado",
|
|
106
106
|
"customProperty.retiredName": "Não.",
|
|
107
107
|
"customProperty.notSet": "Não definido",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"customProperty.removeFilter": "Удалить пользовательский фильтр недвижимости {number}",
|
|
104
104
|
"customProperty.removeRule": "Удалить правило {number}",
|
|
105
105
|
"customProperty.addFilter": "Добавить пользовательский фильтр недвижимости",
|
|
106
|
-
"customProperty.retiredName": "RETIRED: {
|
|
106
|
+
"customProperty.retiredName": "RETIRED: {name}",
|
|
107
107
|
"customProperty.notSet": "Не установлено",
|
|
108
108
|
"operator.isSet": "Сет",
|
|
109
109
|
"operator.isNotSet": "Не установлено",
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"settings.edit": "Edit",
|
|
17
17
|
"settings.settingLoading": "Loading",
|
|
18
18
|
"settings.finishEditing": "Finish redigering",
|
|
19
|
-
"settings.valueFor": "Värde för inställning {
|
|
19
|
+
"settings.valueFor": "Värde för inställning {name}",
|
|
20
20
|
"actionList.save": "Spara",
|
|
21
21
|
"actionList.cancel": "Avbokning",
|
|
22
22
|
"actionList.create": "Skapa",
|
|
23
23
|
"actionList.actions": "Åtgärder",
|
|
24
24
|
"editableRefdataList.deleteRefdataValue": "Radera refdata värde",
|
|
25
25
|
"editableRefdataList.deleteRefdataValue.confirmMessage": "<strong>{name|/strong> kommer att raderas.",
|
|
26
|
-
"editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: {label
|
|
26
|
+
"editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: {label}</strong> raderades inte. {error}",
|
|
27
27
|
"editableRefdataList.label": "Etikett",
|
|
28
28
|
"editableRefdataList.value": "Värde",
|
|
29
29
|
"editableRefdataList.editAriaLabel": "Redigera värde {label}",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"editableRefdataCategoryList.deleteAriaLabel": "Ta bort värdet {label}",
|
|
35
35
|
"editableRefdataCategoryList.deleteRefdataCategory": "Delete refdata kategori",
|
|
36
36
|
"editableRefdataCategoryList.deleteRefdataCategory.confirmMessage": "<strong>{name|/strong> kommer att raderas.",
|
|
37
|
-
"editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "<strong>Error: {label
|
|
37
|
+
"editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "<strong>Error: {label}</strong> raderades inte. {error}",
|
|
38
38
|
"sasqLookupComponent.mainPane.found": "{total} rekord funna",
|
|
39
39
|
"noResultsMessage.showFilters": "Visa filter",
|
|
40
40
|
"customProperties": "Anpassade egenskaper",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"customProperties.primary": "Primär",
|
|
45
45
|
"customProperties.retired": "Pensionerad",
|
|
46
46
|
"customProperties.ctx": "Kontext",
|
|
47
|
-
"customProperties.ctx.addContext": "Lägg till kontext {
|
|
47
|
+
"customProperties.ctx.addContext": "Lägg till kontext {value}",
|
|
48
48
|
"customProperties.weight": "Ordervikt",
|
|
49
49
|
"customProperties.type": "Typ",
|
|
50
50
|
"customProperties.internalFalse": "Offentliga",
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
|
|
69
69
|
"customProperties.delete.confirmHeading": "Ta bort anpassad egendom",
|
|
70
70
|
"customProperties.delete.confirmMessage": "Anpassad egendom <strong>{nameś/strong> kommer att vara <strong>rade</strong>.",
|
|
71
|
-
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label
|
|
71
|
+
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label}</strong> raderades inte. {error}",
|
|
72
72
|
"customProperties.primaryProperties": "Primära egenskaper",
|
|
73
73
|
"customProperties.optionalProperties": "Valfria egenskaper",
|
|
74
74
|
"customProperties.addProperty": "Lägg till egendom",
|
|
75
|
-
"customProperties.ctx.title": "Anpassade egenskaper ({
|
|
75
|
+
"customProperties.ctx.title": "Anpassade egenskaper ({ctx})",
|
|
76
76
|
"customProperty.optionalPropertyHeader": "Fastighet {number}",
|
|
77
77
|
"customProperty.remove": "Ta bort egendom {number}",
|
|
78
78
|
"customProperty.newModal": "Ny anpassad egendom",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"customProperty.removeFilter": "Ta bort anpassat fastighetsfilter {number}",
|
|
104
104
|
"customProperty.removeRule": "Ta bort regeln {number}",
|
|
105
105
|
"customProperty.addFilter": "Lägg till anpassat fastighetsfilter",
|
|
106
|
-
"customProperty.retiredName": "RETIRED: {
|
|
106
|
+
"customProperty.retiredName": "RETIRED: {name}",
|
|
107
107
|
"customProperty.notSet": "Inte set",
|
|
108
108
|
"operator.isSet": "Är set",
|
|
109
109
|
"operator.isNotSet": "Är inte inställd",
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
{
|
|
2
|
+
"AND": "导 言",
|
|
3
|
+
"OR": "其他资源",
|
|
4
|
+
"create": "创建",
|
|
5
|
+
"edit": "编辑",
|
|
6
|
+
"save": "拯救",
|
|
7
|
+
"saveAndClose": "拯救与关闭",
|
|
8
|
+
"cancel": "增 编",
|
|
9
|
+
"delete": "删除",
|
|
10
|
+
"apply": "附录",
|
|
11
|
+
"new": "新的",
|
|
12
|
+
"notSet": "没有",
|
|
13
|
+
"errors.hasNonAlphaName": "该名称只可包括拉丁美洲名录(a-z)和非导体。",
|
|
14
|
+
"settings.noCurrentValue": "现值",
|
|
15
|
+
"settings.default": "违约",
|
|
16
|
+
"settings.edit": "编辑",
|
|
17
|
+
"settings.settingLoading": "损失",
|
|
18
|
+
"settings.finishEditing": "编辑",
|
|
19
|
+
"settings.valueFor": "确定名称的价值",
|
|
20
|
+
"actionList.save": "拯救",
|
|
21
|
+
"actionList.cancel": "增 编",
|
|
22
|
+
"actionList.create": "创建",
|
|
23
|
+
"actionList.actions": "行动",
|
|
24
|
+
"editableRefdataList.deleteRefdataValue": "删除复合数据价值",
|
|
25
|
+
"editableRefdataList.deleteRefdataValue.confirmMessage": "<strong> 缩略><<->/strong> 。",
|
|
26
|
+
"editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: 不可删除。 页:1",
|
|
27
|
+
"editableRefdataList.label": "Label",
|
|
28
|
+
"editableRefdataList.value": "价值",
|
|
29
|
+
"editableRefdataList.editAriaLabel": "编辑",
|
|
30
|
+
"editableRefdataList.deleteAriaLabel": "删除数值label",
|
|
31
|
+
"editableRefdataCategoryList.refdataCategory": "类",
|
|
32
|
+
"editableRefdataCategoryList.noOfValues": "A. 价值观的编号",
|
|
33
|
+
"editableRefdataCategoryList.refdataCategories": "类别",
|
|
34
|
+
"editableRefdataCategoryList.deleteAriaLabel": "删除数值label",
|
|
35
|
+
"editableRefdataCategoryList.deleteRefdataCategory": "删除复 注数据类别",
|
|
36
|
+
"editableRefdataCategoryList.deleteRefdataCategory.confirmMessage": "<strong> 缩略><<->/strong> 。",
|
|
37
|
+
"editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "<strong>Error: 不可删除。 页:1",
|
|
38
|
+
"sasqLookupComponent.mainPane.found": "目 录",
|
|
39
|
+
"noResultsMessage.showFilters": "技术过滤",
|
|
40
|
+
"customProperties": "习惯财产",
|
|
41
|
+
"customProperties.all": "一. 导言",
|
|
42
|
+
"customProperties.none": "无",
|
|
43
|
+
"customProperties.label": "Label",
|
|
44
|
+
"customProperties.primary": "小学",
|
|
45
|
+
"customProperties.retired": "重新谈判",
|
|
46
|
+
"customProperties.ctx": "背景",
|
|
47
|
+
"customProperties.ctx.addContext": "增 温",
|
|
48
|
+
"customProperties.weight": "命令",
|
|
49
|
+
"customProperties.type": "类型",
|
|
50
|
+
"customProperties.internalFalse": "公共",
|
|
51
|
+
"customProperties.internalNote": "内部说明",
|
|
52
|
+
"customProperties.internalTrue": "内部",
|
|
53
|
+
"customProperties.publicNote": "公开说明",
|
|
54
|
+
"customProperties.name": "姓名",
|
|
55
|
+
"customProperties.description": "说明",
|
|
56
|
+
"customProperties.category": "类",
|
|
57
|
+
"customProperties.defaultVisibility": "A. Default可见度",
|
|
58
|
+
"customProperties.noCtxFound": "未发现的匹配情况",
|
|
59
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
|
|
60
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolean",
|
|
61
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "集装箱",
|
|
62
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "残疾",
|
|
63
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "附录",
|
|
64
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "数据",
|
|
65
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "数据定义",
|
|
66
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "案文",
|
|
67
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "日期",
|
|
68
|
+
"customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
|
|
69
|
+
"customProperties.delete.confirmHeading": "删除习俗财产",
|
|
70
|
+
"customProperties.delete.confirmMessage": "习惯财产<strong> ivi-</strong><strong>。",
|
|
71
|
+
"customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: 不可删除。 页:1",
|
|
72
|
+
"customProperties.primaryProperties": "初级财产",
|
|
73
|
+
"customProperties.optionalProperties": "备选案文财产",
|
|
74
|
+
"customProperties.addProperty": "增加财产",
|
|
75
|
+
"customProperties.ctx.title": "习惯财产(四分之三)",
|
|
76
|
+
"customProperty.optionalPropertyHeader": "财产编号",
|
|
77
|
+
"customProperty.remove": "搬离财产编号",
|
|
78
|
+
"customProperty.newModal": "新习惯财产",
|
|
79
|
+
"customProperty.editModal": "编辑财产",
|
|
80
|
+
"search": "建 议",
|
|
81
|
+
"yes": "否",
|
|
82
|
+
"no": "注",
|
|
83
|
+
"errors.invalidNumber": "请获得继续有效数目",
|
|
84
|
+
"errors.primaryRetired": "习惯财产不能是初级和退休。",
|
|
85
|
+
"errors.customPropertyNoteInvalidNumber": "必须持有有效数目以挽救说明",
|
|
86
|
+
"errors.customPropertyInvalidNumber": "请获得继续有效数目",
|
|
87
|
+
"errors.customPropertyNoteWithoutValue": "必须确定价值,以挽救说明",
|
|
88
|
+
"errors.customPropertyValueNotInRange": "请进入继续保留的编号。",
|
|
89
|
+
"errors.customPropertyDecimalValueNotInRange": "请进入继续保留的编号。",
|
|
90
|
+
"errors.customPropertyMaxTwoDecimals": "请注意",
|
|
91
|
+
"customProperty": "习惯财产",
|
|
92
|
+
"customProperty.name": "姓名",
|
|
93
|
+
"customProperty.value": "价值",
|
|
94
|
+
"customProperty.internalNote": "内部说明",
|
|
95
|
+
"customProperty.visibility": "有效性",
|
|
96
|
+
"customProperty.publicNote": "公开说明",
|
|
97
|
+
"customProperty.internalTrue": "内部",
|
|
98
|
+
"customProperty.internalFalse": "公共",
|
|
99
|
+
"customProperty.filtersApplied": "(三) 习惯财产过滤",
|
|
100
|
+
"customProperty.editCustomPropertyFilters": "编辑财产过滤",
|
|
101
|
+
"customProperty.filterBuilder": "习惯财产过滤器",
|
|
102
|
+
"customProperty.filterIndex": "习惯财产过滤器",
|
|
103
|
+
"customProperty.removeFilter": "移用习俗财产过滤编号",
|
|
104
|
+
"customProperty.removeRule": "搬离规则编号",
|
|
105
|
+
"customProperty.addFilter": "增加习俗财产",
|
|
106
|
+
"customProperty.retiredName": "评 注:",
|
|
107
|
+
"customProperty.notSet": "没有",
|
|
108
|
+
"operator.isSet": "附 件",
|
|
109
|
+
"operator.isNotSet": "未作规定",
|
|
110
|
+
"operator.equals": "平等",
|
|
111
|
+
"operator.doesNotEqual": "否",
|
|
112
|
+
"operator.isGreaterThanOrEqual": "大于或等于",
|
|
113
|
+
"operator.isLessThanOrEqual": "低于或等于",
|
|
114
|
+
"operator.isOnOrAfter": "地点或之后",
|
|
115
|
+
"operator.isOnOrBefore": "议 程",
|
|
116
|
+
"operator.is": "附 件",
|
|
117
|
+
"operator.isNot": "目 录",
|
|
118
|
+
"operator.contains": "集装箱",
|
|
119
|
+
"operator.doesNotContain": "不含",
|
|
120
|
+
"iconSelect.notSet": "没有",
|
|
121
|
+
"richSelect.placeholder": "请选择备选案文"
|
|
122
|
+
}
|
package/yarn-error.log
ADDED
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
Arguments:
|
|
2
|
+
/home/ethan/.nvm/versions/node/v16.17.0/bin/node /usr/share/yarn/bin/yarn.js install --ignore-scripts
|
|
3
|
+
|
|
4
|
+
PATH:
|
|
5
|
+
/home/ethan/.rd/bin:/home/ethan/.nvm/versions/node/v16.17.0/bin:/home/ethan/.sdkman/candidates/java/current/bin:/home/ethan/.sdkman/candidates/groovy/current/bin:/home/ethan/.sdkman/candidates/grails/current/bin:/home/ethan/.sdkman/candidates/gradle/current/bin:/home/ethan/.rd/bin:/home/ethan/.yarn/bin:/home/ethan/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin
|
|
6
|
+
|
|
7
|
+
Yarn version:
|
|
8
|
+
1.22.19
|
|
9
|
+
|
|
10
|
+
Node version:
|
|
11
|
+
16.17.0
|
|
12
|
+
|
|
13
|
+
Platform:
|
|
14
|
+
linux x64
|
|
15
|
+
|
|
16
|
+
Trace:
|
|
17
|
+
Error: https://repository.folio.org/repository/npm-folio/@folio%2fstripes-erm-testing: Package '@folio/stripes-erm-testing' not found
|
|
18
|
+
at Request.params.callback [as _callback] (/usr/share/yarn/lib/cli.js:66145:18)
|
|
19
|
+
at Request.self.callback (/usr/share/yarn/lib/cli.js:140890:22)
|
|
20
|
+
at Request.emit (node:events:513:28)
|
|
21
|
+
at Request.<anonymous> (/usr/share/yarn/lib/cli.js:141862:10)
|
|
22
|
+
at Request.emit (node:events:513:28)
|
|
23
|
+
at IncomingMessage.<anonymous> (/usr/share/yarn/lib/cli.js:141784:12)
|
|
24
|
+
at Object.onceWrapper (node:events:627:28)
|
|
25
|
+
at IncomingMessage.emit (node:events:525:35)
|
|
26
|
+
at endReadableNT (node:internal/streams/readable:1358:12)
|
|
27
|
+
at processTicksAndRejections (node:internal/process/task_queues:83:21)
|
|
28
|
+
|
|
29
|
+
npm manifest:
|
|
30
|
+
{
|
|
31
|
+
"name": "@k-int/stripes-kint-components",
|
|
32
|
+
"version": "3.1.0",
|
|
33
|
+
"description": "Stripes Component library for K-Int specific applications",
|
|
34
|
+
"sideEffects": [
|
|
35
|
+
"*.css"
|
|
36
|
+
],
|
|
37
|
+
"license": "Apache-2.0",
|
|
38
|
+
"engines": {
|
|
39
|
+
"node": ">=10.0.0"
|
|
40
|
+
},
|
|
41
|
+
"scripts": {
|
|
42
|
+
"lint": "eslint src",
|
|
43
|
+
"test": "yarn run test:jest",
|
|
44
|
+
"test:jest": "jest --ci --coverage",
|
|
45
|
+
"build:es": "rm -rf ./es && babel --extensions .js --ignore ./src/**/tests/**/* ./src --out-dir es",
|
|
46
|
+
"build": "yarn build:es",
|
|
47
|
+
"clean": "rm -rf ./node_modules ./*/node_modules ./yarn.lock && yarn install",
|
|
48
|
+
"clean-build": "yarn clean && yarn build",
|
|
49
|
+
"prepare": "yarn build"
|
|
50
|
+
},
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"@rehooks/local-storage": "2.4.0",
|
|
53
|
+
"compose-function": "^3.0.3",
|
|
54
|
+
"react-resize-detector": "^7.1.2",
|
|
55
|
+
"zustand": "^4.0.0"
|
|
56
|
+
},
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"@babel/cli": "^7.18.10",
|
|
59
|
+
"@babel/core": "^7.18.6",
|
|
60
|
+
"@babel/eslint-parser": "^7.15.0",
|
|
61
|
+
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
62
|
+
"@babel/plugin-proposal-decorators": "^7.12.1",
|
|
63
|
+
"@babel/plugin-proposal-function-sent": "^7.18.6",
|
|
64
|
+
"@babel/plugin-proposal-throw-expressions": "^7.18.6",
|
|
65
|
+
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
66
|
+
"@babel/plugin-transform-runtime": "^7.12.1",
|
|
67
|
+
"@babel/preset-env": "^7.18.9",
|
|
68
|
+
"@babel/preset-flow": "^7.18.6",
|
|
69
|
+
"@babel/preset-react": "^7.18.6",
|
|
70
|
+
"@babel/preset-typescript": "^7.18.6",
|
|
71
|
+
"@folio/eslint-config-stripes": "^6.1.0",
|
|
72
|
+
"@folio/stripes": "^7.2.0",
|
|
73
|
+
"@folio/stripes-cli": "^2.6.0",
|
|
74
|
+
"@folio/stripes-erm-testing": "^1.0.0",
|
|
75
|
+
"@folio/stripes-testing": "^4.2.0",
|
|
76
|
+
"@formatjs/cli": "^4.2.31",
|
|
77
|
+
"@interactors/html": "^1.0.0-rc1.2",
|
|
78
|
+
"@testing-library/dom": "^8.16.0",
|
|
79
|
+
"@testing-library/jest-dom": "^5.16.4",
|
|
80
|
+
"@testing-library/react": "^12.1.5",
|
|
81
|
+
"@testing-library/user-event": "^14.3.0",
|
|
82
|
+
"babel-eslint": "^10.1.0",
|
|
83
|
+
"babel-jest": "^28.1.3",
|
|
84
|
+
"babel-plugin-const-enum": "^1.0.1",
|
|
85
|
+
"babel-plugin-module-resolver": "^4.0.0",
|
|
86
|
+
"babel-plugin-require-context-hook": "^1.0.0",
|
|
87
|
+
"babel-plugin-transform-async-to-promises": "^0.8.15",
|
|
88
|
+
"babel-polyfill": "^6.26.0",
|
|
89
|
+
"classnames": ">=2.2.6",
|
|
90
|
+
"core-js": "^3.6.1",
|
|
91
|
+
"eslint": "^7.32.0",
|
|
92
|
+
"eslint-plugin-import": "^2.26.0",
|
|
93
|
+
"eslint-plugin-jest": "^26.6.0",
|
|
94
|
+
"eslint-plugin-jest-dom": "^4.0.2",
|
|
95
|
+
"eslint-plugin-testing-library": "^5.5.1",
|
|
96
|
+
"graphql": "^16.0.0",
|
|
97
|
+
"identity-obj-proxy": "^3.0.0",
|
|
98
|
+
"jest": "^28.1.0",
|
|
99
|
+
"jest-css-modules": "^2.1.0",
|
|
100
|
+
"jest-css-modules-transform": "^4.0.0",
|
|
101
|
+
"jest-environment-jsdom": "^28.1.2",
|
|
102
|
+
"jest-junit": "^13.2.0",
|
|
103
|
+
"jest-webpack": "^0.5.1",
|
|
104
|
+
"moment": "^2.29.4",
|
|
105
|
+
"prop-types-extra": ">=1.1.0",
|
|
106
|
+
"react": "^17.0.2",
|
|
107
|
+
"react-dom": "^17.0.2",
|
|
108
|
+
"react-intl": "^5.8.1",
|
|
109
|
+
"react-query": "^3.6.0",
|
|
110
|
+
"react-redux": "^7.0.0",
|
|
111
|
+
"react-router": "^5.2.0",
|
|
112
|
+
"react-router-dom": "^5.2.0",
|
|
113
|
+
"redux": "^4.0.0",
|
|
114
|
+
"redux-observable": "^1.2.0",
|
|
115
|
+
"regenerator-runtime": "^0.13.3",
|
|
116
|
+
"rxjs": "^6.6.3",
|
|
117
|
+
"sinon": "^14.0.0",
|
|
118
|
+
"typescript": "^2.8.0"
|
|
119
|
+
},
|
|
120
|
+
"peerDependencies": {
|
|
121
|
+
"@folio/stripes": ">=7.0.3",
|
|
122
|
+
"final-form": ">=4.18.4",
|
|
123
|
+
"final-form-arrays": ">=3.0.1",
|
|
124
|
+
"lodash": ">=4.17.0",
|
|
125
|
+
"prop-types": ">=15.6.0",
|
|
126
|
+
"query-string": ">=6.6.0",
|
|
127
|
+
"react": "*",
|
|
128
|
+
"react-final-form": ">=6.3.0",
|
|
129
|
+
"react-final-form-arrays": ">=3.1.0",
|
|
130
|
+
"react-intl": ">=5.8.1",
|
|
131
|
+
"react-query": ">=3.9.0",
|
|
132
|
+
"react-router-dom": ">=5.2.0"
|
|
133
|
+
},
|
|
134
|
+
"main": "src/index.js",
|
|
135
|
+
"module": "es/index.js",
|
|
136
|
+
"repository": {
|
|
137
|
+
"type": "git",
|
|
138
|
+
"url": "git@gitlab.com:knowledge-integration/folio/stripes-kint-components.git"
|
|
139
|
+
},
|
|
140
|
+
"author": "knowledgeintegration"
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
yarn manifest:
|
|
144
|
+
No manifest
|
|
145
|
+
|
|
146
|
+
Lockfile:
|
|
147
|
+
No lockfile
|