UNPKG

@dialpad/dialtone

Version:

Dialpad's Dialtone design system monorepo

25 lines (24 loc) 1.16 kB
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); const _pluginVue2_normalizer = require("../../_virtual/_plugin-vue2_normalizer.cjs"); const list_item = require("../list_item/list_item.vue.cjs"); const skeleton = require("../skeleton/skeleton.vue.cjs"); const _sfc_main = { name: "ComboboxLoadingList", components: { DtListItem: list_item.default, DtSkeleton: skeleton.default } }; var _sfc_render = function render() { var _vm = this, _c = _vm._self._c; return _c("ol", { staticClass: "d-combobox__loading-list", attrs: { "aria-busy": "true" } }, _vm._l(7, function(index) { return _c("dt-list-item", { key: index, attrs: { "role": "option", "navigation-type": "none" } }, [_c("dt-skeleton", { attrs: { "text-option": { type: "body" }, "offset": 0 } })], 1); }), 1); }; var _sfc_staticRenderFns = []; var __component__ = /* @__PURE__ */ _pluginVue2_normalizer.default( _sfc_main, _sfc_render, _sfc_staticRenderFns ); const ComboboxLoadingList = __component__.exports; exports.default = ComboboxLoadingList; //# sourceMappingURL=combobox_loading-list.vue.cjs.map