@dialpad/dialtone-vue
Version:
Vue component library for Dialpad's design system Dialtone
23 lines (22 loc) • 751 B
JavaScript
import { n as e } from "../../_plugin-vue2_normalizer-DSLOjnn3.js";
import r from "../skeleton/skeleton.js";
import s from "../list-item/list-item.js";
const i = {
name: "ComboboxLoadingList",
components: { DtListItem: s, DtSkeleton: r }
};
var a = function() {
var o = this, t = o._self._c;
return t("ol", { staticClass: "d-combobox__loading-list", attrs: { "aria-busy": "true" } }, o._l(7, function(n) {
return t("dt-list-item", { key: n, attrs: { role: "option", "navigation-type": "none" } }, [t("dt-skeleton", { attrs: { "text-option": { type: "body" }, offset: 0 } })], 1);
}), 1);
}, m = [], _ = /* @__PURE__ */ e(
i,
a,
m
);
const d = _.exports;
export {
d as default
};
//# sourceMappingURL=combobox-loading-list.js.map