tdesign-mobile-vue
Version:
tdesign-mobile-vue
28 lines (24 loc) • 903 B
JavaScript
/**
* tdesign v1.9.3
* (c) 2025 TDesign Group
* @license MIT
*/
import { merge, mergeWith as mergeWith$1, isArray } from 'lodash-es';
import defaultConfig from '../_common/js/global-config/mobile/default-config.js';
import zhCn from '../_common/js/global-config/mobile/locale/zh_CN.js';
import '../_chunks/dep-fe4ae270.js';
import '@babel/runtime/helpers/typeof';
import '../_chunks/dep-a8acd638.js';
import 'dayjs';
import '../_chunks/dep-2200259b.js';
var defaultGlobalConfig = merge(defaultConfig, zhCn);
var configProviderInjectKey = Symbol("configProvide");
var mergeWith = function mergeWith(defaultGlobalConfig2, injectConfig) {
return mergeWith$1(defaultGlobalConfig2, injectConfig, function (objValue, srcValue) {
if (isArray(objValue)) {
return srcValue;
}
});
};
export { configProviderInjectKey, defaultGlobalConfig, mergeWith };
//# sourceMappingURL=context.js.map