UNPKG

@dialpad/dialtone-vue

Version:

Vue component library for Dialpad's design system Dialtone

31 lines (30 loc) 623 B
//#region components/rich_text_editor/channel_suggestion.js var e = { items({ query: e }) { let t = [ { id: "dialpad", name: "dialpad", channelKey: "ch-001" }, { id: "dialtone", name: "dialtone", channelKey: "ch-002" }, { id: "dialtone-vue", name: "dialtone-vue", channelKey: "ch-003" }, { id: "dialtone-internal", name: "dialtone-internal", locked: !0, channelKey: "ch-004" } ]; return e.length === 0 ? t : t.filter((t) => t.name.toLowerCase().startsWith(e.toLowerCase())); } }; //#endregion export { e as default }; //# sourceMappingURL=channel-suggestion.js.map