UNPKG

tdesign-vue-next

Version:
91 lines (87 loc) 3.53 kB
/** * tdesign v1.15.2 * (c) 2025 tdesign * @license MIT */ import * as Vue from 'vue'; export { TransitionGroup, computed, defineComponent, onMounted, reactive, ref, toRefs, watch } from 'vue'; import { j as useVModel$1, k as useDefaultValue } from '../../_chunks/dep-465c43e8.mjs'; export { i as useGlobalIcon, x as useLazyLoad, u as usePrefixClass, w as useVirtualScrollNew } from '../../_chunks/dep-465c43e8.mjs'; import { w as withInstall$1 } from '../../_chunks/dep-d58b61b6.mjs'; export { CaretRightSmallIcon as TdCaretRightSmallIcon } from 'tdesign-icons-vue-next'; export { Checkbox as TCheckBox } from '../../checkbox/index.mjs'; export { Loading as TLoading } from '../../loading/index.mjs'; export { T as TreeNode, p as privateKey } from '../../_chunks/dep-517a8ba2.mjs'; export { useConfig } from '../../config-provider/hooks/useConfig.mjs'; import 'lodash-es'; import '../../_chunks/dep-d0add92f.mjs'; import '../../_chunks/dep-32b59907.mjs'; import '../../_chunks/dep-15464fee.mjs'; import '../../_chunks/dep-d913bc66.mjs'; import '../../_chunks/dep-614f307d.mjs'; import '../../_chunks/dep-1690abc9.mjs'; import '../../_chunks/dep-62c11543.mjs'; import '../../config-provider/utils/context.mjs'; import '../../_chunks/dep-afae046d.mjs'; import '../../_chunks/dep-779bddf7.mjs'; import '../../_chunks/dep-8a6c1499.mjs'; import '../../_chunks/dep-5c28ada1.mjs'; import '../../_chunks/dep-27c2b283.mjs'; import '../../_chunks/dep-612a2c2b.mjs'; import '../../_chunks/dep-0bd8597f.mjs'; import '../../_chunks/dep-67238d91.mjs'; import '../../checkbox/checkbox.mjs'; import '../../checkbox/props.mjs'; import '../../checkbox/consts/index.mjs'; import '../../checkbox/hooks/useCheckboxLazyLoad.mjs'; import '../../checkbox/hooks/useKeyboardEvent.mjs'; import '../../checkbox/group.mjs'; import '../../checkbox/checkbox-group-props.mjs'; import './style/css.mjs'; import '../../loading/directive.mjs'; import '../../loading/plugin.mjs'; import '../../loading/loading.mjs'; import '../../loading/icon/gradient.mjs'; import '../../_chunks/dep-6b6765a0.mjs'; import '../../_chunks/dep-3ea2b330.mjs'; import '../../loading/props.mjs'; import '../../_chunks/dep-40c5ec80.mjs'; import '../../_chunks/dep-6686ef20.mjs'; var onDrag = { "default": void 0 }; var isVueNext = true; var TreeItemDefinition = { name: "TTreeNode", inject: { onDrag: onDrag } }; function useRipple(el) {} function withInstall(construct) { return withInstall$1(construct); } function getCreateElement(h) { if (h) {} return Vue.h; } function getScopedSlots(instance) { return instance.$slots; } function useVModel(props, refsProps) { var propName = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "value"; var defaultPropName = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : "defaultValue"; var eventPropName = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : "onChange"; var eventName = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : "change"; if (eventName) {} var modelValue = refsProps.modelValue; var vm; if (propName === "value") { vm = useVModel$1(refsProps[propName], modelValue, props[defaultPropName], props[eventPropName], propName); } else { vm = useDefaultValue(refsProps[propName], props[defaultPropName], props[eventPropName], propName); } return vm; } export { TreeItemDefinition, getCreateElement, getScopedSlots, isVueNext, useRipple, useVModel, withInstall }; //# sourceMappingURL=adapt.mjs.map