@tencentcloud/roomkit-web-vue3
Version:
<h1 align="center"> TUIRoomKit</h1> Conference (TUIRoomKit) is a product suitable for multi-person audio and video conversation scenarios such as business meetings, webinars, and online education. By integrating this product, you can add room management,
38 lines (37 loc) • 1.68 kB
JavaScript
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
const Vue = require("vue");
const uikitBaseComponentVue3 = require("@tencentcloud/uikit-base-component-vue3");
const index = require("../../../locales/index.js");
require("../../hooks/useAudioDeviceState/index.js");
require("../../hooks/useVideoDeviceState/index.js");
const index$1 = require("../../hooks/useUserState/index.js");
require("@tencentcloud/tuiroom-engine-js");
require("../../../stores/room.js");
require("../../../utils/environment.js");
require("../../../hooks/useZIndex.js");
;/* empty css */
require("../../../hooks/useRoomEngine.js");
require("../../hooks/useFreeBeautyState/index.js");
const _hoisted_1 = { class: "user-search-content" };
const _hoisted_2 = ["placeholder"];
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
__name: "index",
setup(__props) {
const { t } = index.useI18n();
const { userSearchText } = index$1.default();
return (_ctx, _cache) => {
return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
Vue.createVNode(Vue.unref(uikitBaseComponentVue3.IconSearch), { size: "20" }),
Vue.withDirectives(Vue.createElementVNode("input", {
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => Vue.isRef(userSearchText) ? userSearchText.value = $event : null),
class: "search-input",
placeholder: Vue.unref(t)("Search Member")
}, null, 8, _hoisted_2), [
[Vue.vModelText, Vue.unref(userSearchText)]
])
]);
};
}
});
exports.default = _sfc_main;
;