@opendesign-plus-test/components 0.0.1-rc.128 → 0.0.1-rc.129
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/components.cjs.js +1 -1
- package/dist/components.css +1 -1
- package/dist/components.es.js +4 -4
- package/dist/treeshaking/components/header/components/HeaderContent.css +184 -184
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +3 -3
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./HeaderContent.vue2.mjs";
|
|
2
2
|
import './HeaderContent.css';
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const HeaderContent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const HeaderContent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-716addc0"]]);
|
|
5
5
|
export {
|
|
6
6
|
HeaderContent as default
|
|
7
7
|
};
|
|
@@ -163,7 +163,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
163
163
|
key: subItem.label,
|
|
164
164
|
class: normalizeClass(["content-item", { "content-item-disabled": subItem == null ? void 0 : subItem.disabled }])
|
|
165
165
|
}, [
|
|
166
|
-
withDirectives((openBlock(), createElementBlock("
|
|
166
|
+
withDirectives((openBlock(), createElementBlock("a", {
|
|
167
167
|
href: subItem.href,
|
|
168
168
|
target: linkTarget(subItem.href, subItem == null ? void 0 : subItem.target),
|
|
169
169
|
rel: "noopener noreferrer",
|
|
@@ -250,7 +250,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
250
250
|
key: shortcut.label,
|
|
251
251
|
class: "shortcut"
|
|
252
252
|
}, [
|
|
253
|
-
withDirectives((openBlock(), createElementBlock("
|
|
253
|
+
withDirectives((openBlock(), createElementBlock("a", {
|
|
254
254
|
href: shortcut.href,
|
|
255
255
|
target: linkTarget(shortcut.href, shortcut == null ? void 0 : shortcut.target),
|
|
256
256
|
rel: "noopener noreferrer",
|
|
@@ -290,7 +290,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
290
290
|
])
|
|
291
291
|
]);
|
|
292
292
|
}), 128)) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList((_h = props.itemData) == null ? void 0 : _h.shortcut, (shortcut) => {
|
|
293
|
-
return withDirectives((openBlock(), createElementBlock("
|
|
293
|
+
return withDirectives((openBlock(), createElementBlock("a", {
|
|
294
294
|
key: shortcut.label,
|
|
295
295
|
href: shortcut.href,
|
|
296
296
|
target: linkTarget(shortcut.href, shortcut == null ? void 0 : shortcut.target),
|