@k-int/stripes-kint-components 2.8.3 → 2.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/es/artifacts/coverage-jest/lcov-report/block-navigation.js +6 -19
- package/es/artifacts/coverage-jest/lcov-report/prettify.js +2 -182
- package/es/artifacts/coverage-jest/lcov-report/sorter.js +64 -94
- package/es/index.js +0 -27
- package/es/lib/ActionList/ActionList.js +18 -38
- package/es/lib/ActionList/ActionListFieldArray.js +57 -112
- package/es/lib/ActionList/index.js +0 -2
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +32 -63
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +2 -13
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +89 -138
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +3 -22
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +14 -50
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +17 -34
- package/es/lib/CustomProperties/Config/CustomPropertyView.js +3 -12
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -26
- package/es/lib/CustomProperties/Config/index.js +0 -5
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +6 -12
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +1 -13
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +24 -39
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +1 -13
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +25 -69
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +3 -23
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +26 -77
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +6 -33
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +19 -33
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +3 -14
- package/es/lib/CustomProperties/Edit/index.js +0 -6
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +33 -70
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +2 -18
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +14 -44
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +1 -10
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +4 -23
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +2 -19
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +8 -22
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +2 -20
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +9 -27
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +1 -32
- package/es/lib/CustomProperties/Filter/index.js +0 -7
- package/es/lib/CustomProperties/Filter/useOperators.js +5 -21
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +3 -15
- package/es/lib/CustomProperties/Filter/useValueProps.js +5 -20
- package/es/lib/CustomProperties/View/CustomPropertiesView.js +6 -12
- package/es/lib/CustomProperties/View/CustomPropertiesView.test.js +1 -10
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +43 -65
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +1 -13
- package/es/lib/CustomProperties/View/CustomPropertyCard.js +10 -38
- package/es/lib/CustomProperties/View/index.js +0 -4
- package/es/lib/CustomProperties/index.js +0 -4
- package/es/lib/CycleButton/CycleButton.js +8 -33
- package/es/lib/CycleButton/index.js +0 -2
- package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +85 -131
- package/es/lib/EditableRefdataCategoryList/index.js +0 -2
- package/es/lib/EditableRefdataList/EditableRefdataList.js +90 -139
- package/es/lib/EditableRefdataList/index.js +0 -2
- package/es/lib/EditableSettingsList/EditableSettingsList.js +3 -13
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +2 -15
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +4 -19
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +3 -25
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.test.js +19 -26
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.js +2 -20
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +14 -35
- package/es/lib/EditableSettingsList/SettingField/SettingField.js +15 -51
- package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +6 -31
- package/es/lib/EditableSettingsList/SettingField/index.js +0 -4
- package/es/lib/EditableSettingsList/index.js +0 -4
- package/es/lib/FormModal/FormModal.js +14 -34
- package/es/lib/FormModal/index.js +0 -2
- package/es/lib/IconSelect/IconSelect.js +29 -67
- package/es/lib/IconSelect/index.js +0 -2
- package/es/lib/NoResultsMessage/NoResultsMessage.js +13 -22
- package/es/lib/NoResultsMessage/index.js +0 -2
- package/es/lib/QueryTypedown/QueryTypedown.js +9 -36
- package/es/lib/QueryTypedown/index.js +0 -2
- package/es/lib/RefdataButtons/RefdataButtons.js +5 -24
- package/es/lib/RefdataButtons/index.js +0 -2
- package/es/lib/RichSelect/RichSelect.js +39 -67
- package/es/lib/RichSelect/index.js +0 -3
- package/es/lib/RichSelect/useSelectedOption.js +3 -14
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +36 -80
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +16 -29
- package/es/lib/SASQLookupComponent/TableBody/index.js +0 -2
- package/es/lib/SASQLookupComponent/index.js +0 -3
- package/es/lib/SASQRoute/SASQRoute.js +6 -23
- package/es/lib/SASQRoute/index.js +0 -2
- package/es/lib/SASQViewComponent/SASQViewComponent.js +17 -36
- package/es/lib/SASQViewComponent/index.js +0 -2
- package/es/lib/SearchField/SearchField.js +1 -17
- package/es/lib/SearchField/index.js +0 -2
- package/es/lib/SettingPage/SettingPage.js +6 -21
- package/es/lib/SettingPage/SettingPagePane.js +2 -17
- package/es/lib/SettingPage/index.js +0 -3
- package/es/lib/Typedown/Typedown.js +51 -82
- package/es/lib/Typedown/index.js +0 -2
- package/es/lib/contexts/SettingsContext.js +0 -2
- package/es/lib/contexts/index.js +0 -2
- package/es/lib/hooks/index.js +0 -16
- package/es/lib/hooks/settingsHooks/index.js +0 -4
- package/es/lib/hooks/settingsHooks/useAppSettings.js +6 -27
- package/es/lib/hooks/settingsHooks/useSettingSection.js +10 -20
- package/es/lib/hooks/settingsHooks/useSettings.js +10 -43
- package/es/lib/hooks/typedownHooks/index.js +0 -4
- package/es/lib/hooks/typedownHooks/useTypedown.js +17 -37
- package/es/lib/hooks/typedownHooks/useTypedownData.js +12 -26
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +5 -19
- package/es/lib/hooks/useActiveElement.js +3 -15
- package/es/lib/hooks/useAvailableCustomProperties.js +3 -22
- package/es/lib/hooks/useCustomProperties.js +11 -25
- package/es/lib/hooks/useHelperApp.js +7 -30
- package/es/lib/hooks/useInvalidateRefdata.js +0 -4
- package/es/lib/hooks/useKiwtFieldArray.js +5 -29
- package/es/lib/hooks/useKiwtSASQuery.js +12 -37
- package/es/lib/hooks/useLocalStorageState.js +5 -21
- package/es/lib/hooks/useMutateCustomProperties.js +11 -28
- package/es/lib/hooks/useMutateRefdataCategory.js +9 -29
- package/es/lib/hooks/useMutateRefdataValue.js +10 -27
- package/es/lib/hooks/useQIndex.js +3 -27
- package/es/lib/hooks/useRefdata.js +7 -16
- package/es/lib/hooks/useTemplates.js +6 -17
- package/es/lib/utils/buildUrl.js +1 -10
- package/es/lib/utils/generateKiwtQuery.js +0 -4
- package/es/lib/utils/generateKiwtQueryParams.js +24 -62
- package/es/lib/utils/groupCustomPropertiesByCtx.js +0 -14
- package/es/lib/utils/highlightString.js +6 -23
- package/es/lib/utils/index.js +0 -15
- package/es/lib/utils/matchString.js +0 -6
- package/es/lib/utils/parseErrorResponse.js +2 -24
- package/es/lib/utils/refdataQueryKey.js +0 -4
- package/es/lib/utils/renderHelpText.js +0 -7
- package/es/lib/utils/selectorSafe.js +0 -2
- package/es/lib/utils/sortByLabel.js +0 -6
- package/es/lib/utils/toCamelCase.js +6 -5
- package/es/lib/utils/typedownQueryKey.js +0 -4
- package/es/lib/utils/validators.js +4 -35
- package/junit.xml +151 -151
- package/package.json +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +5 -23
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +48 -282
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +39 -171
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +53 -272
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +74 -293
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +54 -126
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +56 -41
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/testResources.js.html +793 -0
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +5 -23
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +42 -54
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +54 -216
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +37 -319
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +68 -41
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +53 -53
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +3077 -74
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +45 -45
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +64 -103
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +63 -54
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +16 -49
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +18 -69
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +81 -81
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +786 -33
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +45 -45
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +6 -6
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +28 -43
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +2 -20
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +39 -45
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +74 -53
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +24 -24
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +32 -86
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +37 -109
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +14 -41
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +6 -45
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +11 -47
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +14 -65
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +31 -154
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +26 -26
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +18 -18
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +17 -35
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +15 -15
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +14 -41
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +6 -48
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +535 -0
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +146 -0
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +253 -0
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +82 -22
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +7 -52
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +4 -31
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +27 -24
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +17 -47
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +22 -22
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +106 -136
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +3 -9
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +25 -25
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +22 -61
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +205 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +37 -37
- package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +187 -0
- package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/index.html +129 -144
- package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +16 -16
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +66 -66
- package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/utils/index.html +55 -40
- package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +3 -33
- package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +166 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +80 -128
- package/src/artifacts/coverage-jest/lcov.info +2284 -2232
- package/src/lib/CustomProperties/Edit/CustomPropertiesListField.js +0 -1
- package/src/lib/utils/parseErrorResponse.js +1 -1
- package/translate.sh +4 -0
- package/translations/stripes-kint-components/ar.json +12 -12
- package/translations/stripes-kint-components/cs_CZ.json +4 -4
- package/translations/stripes-kint-components/en_GB.json +1 -0
- package/translations/stripes-kint-components/en_SE.json +1 -0
- package/translations/stripes-kint-components/es_419.json +122 -0
- package/translations/stripes-kint-components/es_ES.json +122 -0
- package/translations/stripes-kint-components/fr.json +105 -1
- package/translations/stripes-kint-components/fr_FR.json +105 -0
- package/translations/stripes-kint-components/hu.json +12 -12
- package/translations/stripes-kint-components/it_IT.json +6 -6
- package/translations/stripes-kint-components/pt_PT.json +6 -6
- package/translations/stripes-kint-components/ru.json +1 -1
- package/translations/stripes-kint-components/sv.json +7 -7
- package/translations/stripes-kint-components/zh_TW.json +122 -0
- package/yarn-error.log +147 -0
|
@@ -4,40 +4,25 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
-
|
|
12
9
|
var _reactIntl = require("react-intl");
|
|
13
|
-
|
|
14
10
|
var _reactFinalForm = require("react-final-form");
|
|
15
|
-
|
|
16
11
|
var _components = require("@folio/stripes/components");
|
|
17
|
-
|
|
18
12
|
var _RefdataButtons = _interopRequireDefault(require("../../RefdataButtons"));
|
|
19
|
-
|
|
20
13
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
21
|
-
|
|
22
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
23
|
-
|
|
24
15
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
25
|
-
|
|
26
16
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
27
|
-
|
|
28
17
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
29
|
-
|
|
30
18
|
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
31
|
-
|
|
32
19
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
33
|
-
|
|
34
20
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
35
|
-
|
|
36
21
|
var EditSettingValue = function EditSettingValue(props) {
|
|
37
22
|
var input = props.input,
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
23
|
+
setting = props.currentSetting,
|
|
24
|
+
refdata = props.refdata,
|
|
25
|
+
templates = props.templates;
|
|
41
26
|
var intl = (0, _reactIntl.useIntl)();
|
|
42
27
|
var fieldLabel = intl.formatMessage({
|
|
43
28
|
id: 'stripes-kint-components.settings.valueFor',
|
|
@@ -45,24 +30,20 @@ var EditSettingValue = function EditSettingValue(props) {
|
|
|
45
30
|
name: setting.key
|
|
46
31
|
}
|
|
47
32
|
});
|
|
48
|
-
|
|
49
33
|
switch (setting.settingType) {
|
|
50
34
|
case 'Refdata':
|
|
51
35
|
// Grab refdata values corresponding to setting
|
|
52
36
|
// eslint-disable-next-line no-case-declarations
|
|
53
37
|
var RefdataComponent = _components.Select;
|
|
54
|
-
|
|
55
38
|
if (refdata.length > 0 && refdata.length <= 4) {
|
|
56
39
|
RefdataComponent = _RefdataButtons.default;
|
|
57
40
|
}
|
|
58
|
-
|
|
59
41
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactFinalForm.Field, {
|
|
60
42
|
"aria-label": fieldLabel,
|
|
61
43
|
component: RefdataComponent,
|
|
62
44
|
dataOptions: refdata,
|
|
63
45
|
name: "".concat(input.name, ".value")
|
|
64
46
|
});
|
|
65
|
-
|
|
66
47
|
case 'Password':
|
|
67
48
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactFinalForm.Field, {
|
|
68
49
|
"aria-label": fieldLabel,
|
|
@@ -75,7 +56,6 @@ var EditSettingValue = function EditSettingValue(props) {
|
|
|
75
56
|
,
|
|
76
57
|
type: "password"
|
|
77
58
|
});
|
|
78
|
-
|
|
79
59
|
case 'Template':
|
|
80
60
|
{
|
|
81
61
|
// Grab refdata values corresponding to setting
|
|
@@ -99,7 +79,6 @@ var EditSettingValue = function EditSettingValue(props) {
|
|
|
99
79
|
}
|
|
100
80
|
});
|
|
101
81
|
}
|
|
102
|
-
|
|
103
82
|
default:
|
|
104
83
|
// If in doubt, go with String
|
|
105
84
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactFinalForm.Field, {
|
|
@@ -110,7 +89,6 @@ var EditSettingValue = function EditSettingValue(props) {
|
|
|
110
89
|
parse: function parse(v) {
|
|
111
90
|
return v;
|
|
112
91
|
} // Lets us send an empty string instead of 'undefined'
|
|
113
|
-
|
|
114
92
|
});
|
|
115
93
|
}
|
|
116
94
|
};
|
|
@@ -1,19 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _react = _interopRequireDefault(require("react"));
|
|
4
|
-
|
|
5
4
|
require("@folio/stripes-erm-components/test/jest/__mock__");
|
|
6
|
-
|
|
7
5
|
var _helpers = require("@folio/stripes-erm-components/test/jest/helpers");
|
|
8
|
-
|
|
9
6
|
var _EditSettingValue = _interopRequireDefault(require("./EditSettingValue"));
|
|
10
|
-
|
|
11
7
|
var _helpers2 = require("../../../../test/jest/helpers");
|
|
12
|
-
|
|
13
8
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
14
|
-
|
|
15
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
16
|
-
|
|
17
10
|
var onSubmit = jest.fn();
|
|
18
11
|
var stringSetting = {
|
|
19
12
|
id: '12345',
|
|
@@ -99,7 +92,7 @@ describe('EditSettingValue', function () {
|
|
|
99
92
|
});
|
|
100
93
|
test('renders the edit field', function () {
|
|
101
94
|
var _renderComponent = renderComponent,
|
|
102
|
-
|
|
95
|
+
getByRole = _renderComponent.getByRole;
|
|
103
96
|
expect(getByRole('textbox', {
|
|
104
97
|
name: 'Value for setting {name}'
|
|
105
98
|
}));
|
|
@@ -125,13 +118,15 @@ describe('EditSettingValue', function () {
|
|
|
125
118
|
});
|
|
126
119
|
test('renders the expected value in the edit field', function () {
|
|
127
120
|
var _renderComponent2 = renderComponent,
|
|
128
|
-
|
|
121
|
+
getByRole = _renderComponent2.getByRole;
|
|
129
122
|
expect(getByRole('textbox', {
|
|
130
123
|
name: 'Value for setting {name}'
|
|
131
124
|
})).toHaveDisplayValue('diku-shared');
|
|
132
125
|
});
|
|
133
126
|
});
|
|
134
|
-
});
|
|
127
|
+
});
|
|
128
|
+
|
|
129
|
+
// NOTE -- Password textbox works weirdly so isn't tested here
|
|
135
130
|
|
|
136
131
|
describe('edit refdata setting', function () {
|
|
137
132
|
describe('with no initial value for refdata with <4 options', function () {
|
|
@@ -151,7 +146,7 @@ describe('EditSettingValue', function () {
|
|
|
151
146
|
});
|
|
152
147
|
test('renders the expected radio buttons', function () {
|
|
153
148
|
var _renderComponent3 = renderComponent,
|
|
154
|
-
|
|
149
|
+
getByRole = _renderComponent3.getByRole;
|
|
155
150
|
expect(getByRole('radio', {
|
|
156
151
|
name: 'Test refdata value'
|
|
157
152
|
}));
|
|
@@ -164,7 +159,7 @@ describe('EditSettingValue', function () {
|
|
|
164
159
|
});
|
|
165
160
|
test('no radio buttons are checked', function () {
|
|
166
161
|
var _renderComponent4 = renderComponent,
|
|
167
|
-
|
|
162
|
+
getByRole = _renderComponent4.getByRole;
|
|
168
163
|
expect(getByRole('radio', {
|
|
169
164
|
name: 'Test refdata value'
|
|
170
165
|
})).not.toHaveAttribute('checked');
|
|
@@ -197,7 +192,7 @@ describe('EditSettingValue', function () {
|
|
|
197
192
|
});
|
|
198
193
|
test('renders the expected radio buttons', function () {
|
|
199
194
|
var _renderComponent5 = renderComponent,
|
|
200
|
-
|
|
195
|
+
getByRole = _renderComponent5.getByRole;
|
|
201
196
|
expect(getByRole('radio', {
|
|
202
197
|
name: 'Test refdata value'
|
|
203
198
|
}));
|
|
@@ -210,7 +205,7 @@ describe('EditSettingValue', function () {
|
|
|
210
205
|
});
|
|
211
206
|
test('the correct radio button is checked', function () {
|
|
212
207
|
var _renderComponent6 = renderComponent,
|
|
213
|
-
|
|
208
|
+
getByRole = _renderComponent6.getByRole;
|
|
214
209
|
expect(getByRole('radio', {
|
|
215
210
|
name: 'Test refdata value'
|
|
216
211
|
})).toHaveAttribute('checked');
|
|
@@ -239,14 +234,14 @@ describe('EditSettingValue', function () {
|
|
|
239
234
|
});
|
|
240
235
|
test('renders the expected select field', function () {
|
|
241
236
|
var _renderComponent7 = renderComponent,
|
|
242
|
-
|
|
237
|
+
getByRole = _renderComponent7.getByRole;
|
|
243
238
|
expect(getByRole('combobox', {
|
|
244
239
|
name: 'Value for setting {name}'
|
|
245
240
|
}));
|
|
246
241
|
});
|
|
247
242
|
test('renders the expected refdata options', function () {
|
|
248
243
|
var _renderComponent8 = renderComponent,
|
|
249
|
-
|
|
244
|
+
getByRole = _renderComponent8.getByRole;
|
|
250
245
|
expect(getByRole('option', {
|
|
251
246
|
name: 'Test refdata value'
|
|
252
247
|
}));
|
|
@@ -288,7 +283,7 @@ describe('EditSettingValue', function () {
|
|
|
288
283
|
});
|
|
289
284
|
test('renders the expected refdata options', function () {
|
|
290
285
|
var _renderComponent9 = renderComponent,
|
|
291
|
-
|
|
286
|
+
getByRole = _renderComponent9.getByRole;
|
|
292
287
|
expect(getByRole('option', {
|
|
293
288
|
name: 'Test refdata value'
|
|
294
289
|
}));
|
|
@@ -310,7 +305,7 @@ describe('EditSettingValue', function () {
|
|
|
310
305
|
});
|
|
311
306
|
test('renders the expected value in the refdata dropdown', function () {
|
|
312
307
|
var _renderComponent10 = renderComponent,
|
|
313
|
-
|
|
308
|
+
getByRole = _renderComponent10.getByRole;
|
|
314
309
|
expect(getByRole('combobox', {
|
|
315
310
|
name: 'Value for setting {name}'
|
|
316
311
|
})).toHaveDisplayValue('Test refdata value');
|
|
@@ -335,18 +330,17 @@ describe('EditSettingValue', function () {
|
|
|
335
330
|
});
|
|
336
331
|
test('renders the edit field', function () {
|
|
337
332
|
var _renderComponent11 = renderComponent,
|
|
338
|
-
|
|
333
|
+
getByRole = _renderComponent11.getByRole;
|
|
339
334
|
expect(getByRole('combobox', {
|
|
340
335
|
name: 'Value for setting {name}'
|
|
341
336
|
}));
|
|
342
337
|
});
|
|
343
338
|
test('renders the expected template options', function () {
|
|
344
339
|
var _renderComponent12 = renderComponent,
|
|
345
|
-
|
|
340
|
+
getByRole = _renderComponent12.getByRole;
|
|
346
341
|
expect(getByRole('option', {
|
|
347
342
|
name: ''
|
|
348
343
|
})); // empty option
|
|
349
|
-
|
|
350
344
|
expect(getByRole('option', {
|
|
351
345
|
name: 'Test template'
|
|
352
346
|
}));
|
|
@@ -356,7 +350,7 @@ describe('EditSettingValue', function () {
|
|
|
356
350
|
});
|
|
357
351
|
test('renders expected display item in template dropdown', function () {
|
|
358
352
|
var _renderComponent13 = renderComponent,
|
|
359
|
-
|
|
353
|
+
getByRole = _renderComponent13.getByRole;
|
|
360
354
|
expect(getByRole('combobox', {
|
|
361
355
|
name: 'Value for setting {name}'
|
|
362
356
|
})).toHaveDisplayValue('');
|
|
@@ -383,18 +377,17 @@ describe('EditSettingValue', function () {
|
|
|
383
377
|
});
|
|
384
378
|
test('renders the edit field', function () {
|
|
385
379
|
var _renderComponent14 = renderComponent,
|
|
386
|
-
|
|
380
|
+
getByRole = _renderComponent14.getByRole;
|
|
387
381
|
expect(getByRole('combobox', {
|
|
388
382
|
name: 'Value for setting {name}'
|
|
389
383
|
}));
|
|
390
384
|
});
|
|
391
385
|
test('renders the expected template options', function () {
|
|
392
386
|
var _renderComponent15 = renderComponent,
|
|
393
|
-
|
|
387
|
+
getByRole = _renderComponent15.getByRole;
|
|
394
388
|
expect(getByRole('option', {
|
|
395
389
|
name: ''
|
|
396
390
|
})); // empty option
|
|
397
|
-
|
|
398
391
|
expect(getByRole('option', {
|
|
399
392
|
name: 'Test template'
|
|
400
393
|
}));
|
|
@@ -404,7 +397,7 @@ describe('EditSettingValue', function () {
|
|
|
404
397
|
});
|
|
405
398
|
test('renders expected display item in template dropdown', function () {
|
|
406
399
|
var _renderComponent16 = renderComponent,
|
|
407
|
-
|
|
400
|
+
getByRole = _renderComponent16.getByRole;
|
|
408
401
|
expect(getByRole('combobox', {
|
|
409
402
|
name: 'Value for setting {name}'
|
|
410
403
|
})).toHaveDisplayValue('Test template');
|
|
@@ -4,19 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _reactIntl = require("react-intl");
|
|
11
|
-
|
|
12
9
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
|
-
|
|
14
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
|
-
|
|
16
11
|
var RenderSettingValue = function RenderSettingValue(props) {
|
|
17
12
|
var setting = props.currentSetting,
|
|
18
|
-
|
|
19
|
-
|
|
13
|
+
refdata = props.refdata,
|
|
14
|
+
templates = props.templates;
|
|
20
15
|
var intl = (0, _reactIntl.useIntl)();
|
|
21
16
|
var NoCurrentValue = /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactIntl.FormattedMessage, {
|
|
22
17
|
id: "stripes-kint-components.settings.noCurrentValue"
|
|
@@ -24,43 +19,34 @@ var RenderSettingValue = function RenderSettingValue(props) {
|
|
|
24
19
|
var defaultText = "[".concat(intl.formatMessage({
|
|
25
20
|
id: 'stripes-kint-components.settings.default'
|
|
26
21
|
}), "]");
|
|
27
|
-
|
|
28
22
|
switch (setting.settingType) {
|
|
29
23
|
case 'Refdata':
|
|
30
24
|
{
|
|
31
25
|
if (setting.value) {
|
|
32
26
|
var _refdata$filter$0$lab, _refdata$filter$;
|
|
33
|
-
|
|
34
27
|
return (_refdata$filter$0$lab = refdata === null || refdata === void 0 ? void 0 : (_refdata$filter$ = refdata.filter(function (obj) {
|
|
35
28
|
return obj.value === setting.value;
|
|
36
29
|
})[0]) === null || _refdata$filter$ === void 0 ? void 0 : _refdata$filter$.label) !== null && _refdata$filter$0$lab !== void 0 ? _refdata$filter$0$lab : null;
|
|
37
30
|
}
|
|
38
|
-
|
|
39
31
|
if (setting.defValue) {
|
|
40
32
|
var _refdata$filter$2;
|
|
41
|
-
|
|
42
33
|
var defValue = refdata === null || refdata === void 0 ? void 0 : (_refdata$filter$2 = refdata.filter(function (obj) {
|
|
43
34
|
return obj.value === setting.defValue;
|
|
44
35
|
})[0]) === null || _refdata$filter$2 === void 0 ? void 0 : _refdata$filter$2.label;
|
|
45
36
|
return "".concat(defaultText, " ").concat(defValue);
|
|
46
37
|
}
|
|
47
|
-
|
|
48
38
|
return NoCurrentValue;
|
|
49
39
|
}
|
|
50
|
-
|
|
51
40
|
case 'Password':
|
|
52
41
|
{
|
|
53
42
|
if (setting.value) {
|
|
54
43
|
return '********';
|
|
55
44
|
}
|
|
56
|
-
|
|
57
45
|
if (setting.defValue) {
|
|
58
46
|
return "".concat(defaultText, " ********");
|
|
59
47
|
}
|
|
60
|
-
|
|
61
48
|
return NoCurrentValue;
|
|
62
49
|
}
|
|
63
|
-
|
|
64
50
|
case 'Template':
|
|
65
51
|
{
|
|
66
52
|
var templateValue = templates.filter(function (obj) {
|
|
@@ -69,21 +55,17 @@ var RenderSettingValue = function RenderSettingValue(props) {
|
|
|
69
55
|
})[0];
|
|
70
56
|
return (templateValue === null || templateValue === void 0 ? void 0 : templateValue.name) || NoCurrentValue;
|
|
71
57
|
}
|
|
72
|
-
|
|
73
58
|
default:
|
|
74
59
|
{
|
|
75
60
|
if (setting.value) {
|
|
76
61
|
return setting.value;
|
|
77
62
|
}
|
|
78
|
-
|
|
79
63
|
if (setting.defValue) {
|
|
80
64
|
return "".concat(defaultText, " ").concat(setting.defValue);
|
|
81
65
|
}
|
|
82
|
-
|
|
83
66
|
return NoCurrentValue;
|
|
84
67
|
}
|
|
85
68
|
}
|
|
86
69
|
};
|
|
87
|
-
|
|
88
70
|
var _default = RenderSettingValue;
|
|
89
71
|
exports.default = _default;
|
|
@@ -1,25 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
4
|
var _react = _interopRequireDefault(require("react"));
|
|
6
|
-
|
|
7
5
|
require("@folio/stripes-erm-components/test/jest/__mock__");
|
|
8
|
-
|
|
9
6
|
var _RenderSettingValue = _interopRequireDefault(require("./RenderSettingValue"));
|
|
10
|
-
|
|
11
7
|
var _helpers = require("../../../../test/jest/helpers");
|
|
12
|
-
|
|
13
8
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
14
|
-
|
|
15
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
16
|
-
|
|
17
|
-
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return generator._invoke = function (innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; }(innerFn, self, context), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; this._invoke = function (method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, define(Gp, "constructor", GeneratorFunctionPrototype), define(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (object) { var keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
18
|
-
|
|
10
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var method = delegate.iterator[context.method]; if (undefined === method) { if (context.delegate = null, "throw" === context.method) { if (delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method)) return ContinueSentinel; context.method = "throw", context.arg = new TypeError("The iterator does not provide a 'throw' method"); } return ContinueSentinel; } var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) { if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; } return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) { keys.push(key); } return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) { "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); } }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
19
11
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
20
|
-
|
|
21
12
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
22
|
-
|
|
23
13
|
var stringSetting = {
|
|
24
14
|
id: '12345',
|
|
25
15
|
key: 'testSettingKey',
|
|
@@ -132,7 +122,6 @@ describe('RenderSettingValue', function () {
|
|
|
132
122
|
name: 'test'
|
|
133
123
|
}
|
|
134
124
|
}));
|
|
135
|
-
|
|
136
125
|
case 1:
|
|
137
126
|
case "end":
|
|
138
127
|
return _context.stop();
|
|
@@ -142,7 +131,7 @@ describe('RenderSettingValue', function () {
|
|
|
142
131
|
})));
|
|
143
132
|
it('renders the value', function () {
|
|
144
133
|
var _renderComponent = renderComponent,
|
|
145
|
-
|
|
134
|
+
getByText = _renderComponent.getByText;
|
|
146
135
|
expect(getByText('diku-shared')).toBeInTheDocument();
|
|
147
136
|
});
|
|
148
137
|
});
|
|
@@ -159,7 +148,6 @@ describe('RenderSettingValue', function () {
|
|
|
159
148
|
name: 'test'
|
|
160
149
|
}
|
|
161
150
|
}));
|
|
162
|
-
|
|
163
151
|
case 1:
|
|
164
152
|
case "end":
|
|
165
153
|
return _context2.stop();
|
|
@@ -169,7 +157,7 @@ describe('RenderSettingValue', function () {
|
|
|
169
157
|
})));
|
|
170
158
|
it('renders the default value', function () {
|
|
171
159
|
var _renderComponent2 = renderComponent,
|
|
172
|
-
|
|
160
|
+
getByText = _renderComponent2.getByText;
|
|
173
161
|
expect(getByText('[default] diku-shared')).toBeInTheDocument();
|
|
174
162
|
});
|
|
175
163
|
});
|
|
@@ -186,7 +174,6 @@ describe('RenderSettingValue', function () {
|
|
|
186
174
|
name: 'test'
|
|
187
175
|
}
|
|
188
176
|
}));
|
|
189
|
-
|
|
190
177
|
case 1:
|
|
191
178
|
case "end":
|
|
192
179
|
return _context3.stop();
|
|
@@ -196,7 +183,7 @@ describe('RenderSettingValue', function () {
|
|
|
196
183
|
})));
|
|
197
184
|
it('renders the empty message', function () {
|
|
198
185
|
var _renderComponent3 = renderComponent,
|
|
199
|
-
|
|
186
|
+
getByText = _renderComponent3.getByText;
|
|
200
187
|
expect(getByText('No current value')).toBeInTheDocument();
|
|
201
188
|
});
|
|
202
189
|
});
|
|
@@ -216,7 +203,6 @@ describe('RenderSettingValue', function () {
|
|
|
216
203
|
},
|
|
217
204
|
refdata: refdata
|
|
218
205
|
}));
|
|
219
|
-
|
|
220
206
|
case 1:
|
|
221
207
|
case "end":
|
|
222
208
|
return _context4.stop();
|
|
@@ -226,7 +212,7 @@ describe('RenderSettingValue', function () {
|
|
|
226
212
|
})));
|
|
227
213
|
it('renders the value', function () {
|
|
228
214
|
var _renderComponent4 = renderComponent,
|
|
229
|
-
|
|
215
|
+
getByText = _renderComponent4.getByText;
|
|
230
216
|
expect(getByText('Test refdata value')).toBeInTheDocument();
|
|
231
217
|
});
|
|
232
218
|
});
|
|
@@ -244,7 +230,6 @@ describe('RenderSettingValue', function () {
|
|
|
244
230
|
},
|
|
245
231
|
refdata: refdata
|
|
246
232
|
}));
|
|
247
|
-
|
|
248
233
|
case 1:
|
|
249
234
|
case "end":
|
|
250
235
|
return _context5.stop();
|
|
@@ -254,7 +239,7 @@ describe('RenderSettingValue', function () {
|
|
|
254
239
|
})));
|
|
255
240
|
it('renders the default value', function () {
|
|
256
241
|
var _renderComponent5 = renderComponent,
|
|
257
|
-
|
|
242
|
+
getByText = _renderComponent5.getByText;
|
|
258
243
|
expect(getByText('[default] Test refdata value')).toBeInTheDocument();
|
|
259
244
|
});
|
|
260
245
|
});
|
|
@@ -272,7 +257,6 @@ describe('RenderSettingValue', function () {
|
|
|
272
257
|
},
|
|
273
258
|
refdata: refdata
|
|
274
259
|
}));
|
|
275
|
-
|
|
276
260
|
case 1:
|
|
277
261
|
case "end":
|
|
278
262
|
return _context6.stop();
|
|
@@ -282,7 +266,7 @@ describe('RenderSettingValue', function () {
|
|
|
282
266
|
})));
|
|
283
267
|
it('renders the empty message', function () {
|
|
284
268
|
var _renderComponent6 = renderComponent,
|
|
285
|
-
|
|
269
|
+
getByText = _renderComponent6.getByText;
|
|
286
270
|
expect(getByText('No current value')).toBeInTheDocument();
|
|
287
271
|
});
|
|
288
272
|
});
|
|
@@ -301,7 +285,6 @@ describe('RenderSettingValue', function () {
|
|
|
301
285
|
name: 'test'
|
|
302
286
|
}
|
|
303
287
|
}));
|
|
304
|
-
|
|
305
288
|
case 1:
|
|
306
289
|
case "end":
|
|
307
290
|
return _context7.stop();
|
|
@@ -311,7 +294,7 @@ describe('RenderSettingValue', function () {
|
|
|
311
294
|
})));
|
|
312
295
|
it('renders the value', function () {
|
|
313
296
|
var _renderComponent7 = renderComponent,
|
|
314
|
-
|
|
297
|
+
getByText = _renderComponent7.getByText;
|
|
315
298
|
expect(getByText('********')).toBeInTheDocument();
|
|
316
299
|
});
|
|
317
300
|
});
|
|
@@ -328,7 +311,6 @@ describe('RenderSettingValue', function () {
|
|
|
328
311
|
name: 'test'
|
|
329
312
|
}
|
|
330
313
|
}));
|
|
331
|
-
|
|
332
314
|
case 1:
|
|
333
315
|
case "end":
|
|
334
316
|
return _context8.stop();
|
|
@@ -338,7 +320,7 @@ describe('RenderSettingValue', function () {
|
|
|
338
320
|
})));
|
|
339
321
|
it('renders the default value', function () {
|
|
340
322
|
var _renderComponent8 = renderComponent,
|
|
341
|
-
|
|
323
|
+
getByText = _renderComponent8.getByText;
|
|
342
324
|
expect(getByText('[default] ********')).toBeInTheDocument();
|
|
343
325
|
});
|
|
344
326
|
});
|
|
@@ -355,7 +337,6 @@ describe('RenderSettingValue', function () {
|
|
|
355
337
|
name: 'test'
|
|
356
338
|
}
|
|
357
339
|
}));
|
|
358
|
-
|
|
359
340
|
case 1:
|
|
360
341
|
case "end":
|
|
361
342
|
return _context9.stop();
|
|
@@ -365,7 +346,7 @@ describe('RenderSettingValue', function () {
|
|
|
365
346
|
})));
|
|
366
347
|
it('renders the empty message', function () {
|
|
367
348
|
var _renderComponent9 = renderComponent,
|
|
368
|
-
|
|
349
|
+
getByText = _renderComponent9.getByText;
|
|
369
350
|
expect(getByText('No current value')).toBeInTheDocument();
|
|
370
351
|
});
|
|
371
352
|
});
|
|
@@ -385,7 +366,6 @@ describe('RenderSettingValue', function () {
|
|
|
385
366
|
},
|
|
386
367
|
templates: templates
|
|
387
368
|
}));
|
|
388
|
-
|
|
389
369
|
case 1:
|
|
390
370
|
case "end":
|
|
391
371
|
return _context10.stop();
|
|
@@ -395,7 +375,7 @@ describe('RenderSettingValue', function () {
|
|
|
395
375
|
})));
|
|
396
376
|
it('renders the value', function () {
|
|
397
377
|
var _renderComponent10 = renderComponent,
|
|
398
|
-
|
|
378
|
+
getByText = _renderComponent10.getByText;
|
|
399
379
|
expect(getByText('Test template')).toBeInTheDocument();
|
|
400
380
|
});
|
|
401
381
|
});
|
|
@@ -413,7 +393,6 @@ describe('RenderSettingValue', function () {
|
|
|
413
393
|
},
|
|
414
394
|
templates: templates
|
|
415
395
|
}));
|
|
416
|
-
|
|
417
396
|
case 1:
|
|
418
397
|
case "end":
|
|
419
398
|
return _context11.stop();
|
|
@@ -423,10 +402,11 @@ describe('RenderSettingValue', function () {
|
|
|
423
402
|
})));
|
|
424
403
|
it('renders the default value', function () {
|
|
425
404
|
var _renderComponent11 = renderComponent,
|
|
426
|
-
|
|
405
|
+
getByText = _renderComponent11.getByText;
|
|
427
406
|
expect(getByText('Test template')).toBeInTheDocument(); // TODO this doesn't currently have a [default] marking on it
|
|
428
407
|
});
|
|
429
408
|
});
|
|
409
|
+
|
|
430
410
|
describe('render a template setting without a value or default', function () {
|
|
431
411
|
var renderComponent;
|
|
432
412
|
beforeEach( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee12() {
|
|
@@ -441,7 +421,6 @@ describe('RenderSettingValue', function () {
|
|
|
441
421
|
},
|
|
442
422
|
templates: templates
|
|
443
423
|
}));
|
|
444
|
-
|
|
445
424
|
case 1:
|
|
446
425
|
case "end":
|
|
447
426
|
return _context12.stop();
|
|
@@ -451,7 +430,7 @@ describe('RenderSettingValue', function () {
|
|
|
451
430
|
})));
|
|
452
431
|
it('renders the empty message', function () {
|
|
453
432
|
var _renderComponent12 = renderComponent,
|
|
454
|
-
|
|
433
|
+
getByText = _renderComponent12.getByText;
|
|
455
434
|
expect(getByText('No current value')).toBeInTheDocument();
|
|
456
435
|
});
|
|
457
436
|
});
|