UNPKG

tdesign-mobile-vue

Version:
28 lines (24 loc) 930 B
/** * tdesign v1.12.1 * (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.mjs'; import zhCn from '../_common/js/global-config/mobile/locale/zh_CN.mjs'; import '../_chunks/dep-8ed34ed3.mjs'; import '../_chunks/dep-87a42381.mjs'; import '../_chunks/dep-f7af29a2.mjs'; import '../_chunks/dep-0289d91c.mjs'; import '../_chunks/dep-3daaaafa.mjs'; 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.mjs.map