UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

47 lines (41 loc) 1.39 kB
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tag_tag = require('./tag.js'); var tag_checkTag = require('./check-tag.js'); var utils_withInstall = require('../utils/withInstall.js'); require('../_chunks/dep-ac484abb.js'); require('vue'); require('@babel/runtime/helpers/defineProperty'); require('./props.js'); require('../hooks/useConfig.js'); require('../config-provider/useConfig.js'); require('lodash/isFunction'); require('lodash/cloneDeep'); require('lodash/isString'); require('../config-provider/context.js'); require('lodash/mergeWith'); require('lodash/merge'); require('../_common/js/global-config/default-config.js'); require('../_common/js/global-config/locale/en_US.js'); require('../_chunks/dep-8d10b59f.js'); require('lodash/isArray'); require('../hooks/tnode.js'); require('lodash/camelCase'); require('lodash/kebabCase'); require('../utils/render-tnode.js'); require('lodash/isEmpty'); require('lodash/isObject'); require('@babel/runtime/helpers/slicedToArray'); require('./check-tag-props.js'); require('../hooks/useVModel.js'); var Tag = utils_withInstall["default"](tag_tag["default"]); var CheckTag = utils_withInstall["default"](tag_checkTag["default"]); exports.CheckTag = CheckTag; exports.Tag = Tag; exports["default"] = Tag; //# sourceMappingURL=index.js.map