pds-dev-kit-web-test 2.6.20 → 2.6.21
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.
@@ -40,7 +40,7 @@ var LANGUAGE_I18N_KEYS = {
|
|
40
40
|
function MultilingualModal(_a) {
|
41
41
|
var _b, _c;
|
42
42
|
var isOpen = _a.isOpen, onClose = _a.onClose, config = _a.config, _d = _a.size, size = _d === void 0 ? 'medium' : _d, onHiddenInputUpdate = _a.onHiddenInputUpdate, _e = _a.scrollVisibleType, scrollVisibleType = _e === void 0 ? 'visible' : _e;
|
43
|
-
var t = (0, react_i18next_1.useTranslation)().t;
|
43
|
+
var t = (0, react_i18next_1.useTranslation)('pds_translation').t;
|
44
44
|
var allLangInReadonly = (_b = config === null || config === void 0 ? void 0 : config.visibleLanguages) === null || _b === void 0 ? void 0 : _b.every(function (item) { var _a; return (_a = config === null || config === void 0 ? void 0 : config.readonlyLanguages) === null || _a === void 0 ? void 0 : _a.includes(item); });
|
45
45
|
// FormProvider에서 사용할 기본값 계산
|
46
46
|
var getDefaultValues = function () {
|