@ldmjs/ui 1.0.80 → 1.0.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +8 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -331,12 +331,15 @@ const ActiveDirectiveOptions = {
|
|
|
331
331
|
},
|
|
332
332
|
};
|
|
333
333
|
|
|
334
|
-
;// ./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!./src/ld-breadcrumbs/ld-breadcrumbs.vue?vue&type=template&id=
|
|
334
|
+
;// ./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use!./src/ld-breadcrumbs/ld-breadcrumbs.vue?vue&type=template&id=ff26d08e
|
|
335
335
|
|
|
336
336
|
|
|
337
337
|
const _hoisted_1 = ["onClick"]
|
|
338
338
|
const _hoisted_2 = { style: {"display":"block","height":"15px"} }
|
|
339
|
-
const _hoisted_3 = {
|
|
339
|
+
const _hoisted_3 = {
|
|
340
|
+
key: 0,
|
|
341
|
+
style: {"padding-left":"3px"}
|
|
342
|
+
}
|
|
340
343
|
|
|
341
344
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
342
345
|
const _component_ld_icon = (0,external_vue_.resolveComponent)("ld-icon")
|
|
@@ -366,7 +369,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
366
369
|
}, 8, ["onClick"]))
|
|
367
370
|
: ((0,external_vue_.openBlock)(), (0,external_vue_.createElementBlock)("div", {
|
|
368
371
|
key: 1,
|
|
369
|
-
onClick: $event => (_ctx.go(item))
|
|
372
|
+
onClick: $event => (_ctx.go(item)),
|
|
373
|
+
class: "d-flex"
|
|
370
374
|
}, [
|
|
371
375
|
(0,external_vue_.createElementVNode)("span", _hoisted_2, (0,external_vue_.toDisplayString)(item.text), 1),
|
|
372
376
|
_cache[1] || (_cache[1] = (0,external_vue_.createTextVNode)()),
|
|
@@ -378,7 +382,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
378
382
|
_: 1
|
|
379
383
|
}, 8, ["items"]))
|
|
380
384
|
}
|
|
381
|
-
;// ./src/ld-breadcrumbs/ld-breadcrumbs.vue?vue&type=template&id=
|
|
385
|
+
;// ./src/ld-breadcrumbs/ld-breadcrumbs.vue?vue&type=template&id=ff26d08e
|
|
382
386
|
|
|
383
387
|
// EXTERNAL MODULE: external "vue-property-decorator"
|
|
384
388
|
var external_vue_property_decorator_ = __webpack_require__(5070);
|