x-sccba 0.0.6 → 0.0.8

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.
@@ -0,0 +1,30 @@
1
+ import { defineComponent, createBlock, createElementBlock, unref, openBlock, resolveDynamicComponent, normalizeProps, mergeProps, withCtx, renderSlot } from "vue";
2
+ import * as EP from "element-plus";
3
+ import { useForwardProps } from "./es/hooks/useForwardProps.js";
4
+ const _hoisted_1 = {
5
+ key: 1,
6
+ class: "x-avatar-group-fallback",
7
+ style: { "display": "inline-flex", "flex-wrap": "wrap", "gap": "8px", "align-items": "center" }
8
+ };
9
+ const _sfc_main = /* @__PURE__ */ defineComponent({
10
+ ...{ name: "XAvatarGroup", inheritAttrs: false },
11
+ __name: "XAvatarGroup",
12
+ setup(__props) {
13
+ const props = __props;
14
+ const forwarded = useForwardProps(props);
15
+ const ElAvatarGroup = EP["ElAvatarGroup"];
16
+ return (_ctx, _cache) => {
17
+ return unref(ElAvatarGroup) ? (openBlock(), createBlock(resolveDynamicComponent(unref(ElAvatarGroup)), normalizeProps(mergeProps({ key: 0 }, { ...unref(forwarded), ..._ctx.$attrs })), {
18
+ default: withCtx(() => [
19
+ renderSlot(_ctx.$slots, "default")
20
+ ]),
21
+ _: 3
22
+ }, 16)) : (openBlock(), createElementBlock("div", _hoisted_1, [
23
+ renderSlot(_ctx.$slots, "default")
24
+ ]));
25
+ };
26
+ }
27
+ });
28
+ export {
29
+ _sfc_main as _
30
+ };
@@ -1,4 +1,4 @@
1
- import { _ as _sfc_main } from "../../XAvatarGroup.vue_vue_type_script_setup_true_lang-DX9TukEb.js";
1
+ import { _ as _sfc_main } from "../../XAvatarGroup.vue_vue_type_script_setup_true_lang-Czc5iekB.js";
2
2
  export {
3
3
  _sfc_main as default
4
4
  };
@@ -5,7 +5,7 @@ import { _ as _3 } from "../index.vue_vue_type_script_setup_true_lang-vagxukX1.j
5
5
  import { _ as _4 } from "../XAnchorLink.vue_vue_type_script_setup_true_lang-DDwo1DVC.js";
6
6
  import { _ as _5 } from "../index.vue_vue_type_script_setup_true_lang-DXqIN_9E.js";
7
7
  import { default as default3 } from "./XAvatar/index.js";
8
- import { _ as _6 } from "../XAvatarGroup.vue_vue_type_script_setup_true_lang-DX9TukEb.js";
8
+ import { _ as _6 } from "../XAvatarGroup.vue_vue_type_script_setup_true_lang-Czc5iekB.js";
9
9
  import { _ as _7 } from "../index.vue_vue_type_script_setup_true_lang-BX8Mlyp9.js";
10
10
  import { default as default4 } from "./XBadge/index.js";
11
11
  import { _ as _8 } from "../index.vue_vue_type_script_setup_true_lang-BRZPxMMb.js";
package/dist/es/index.js CHANGED
@@ -5,7 +5,7 @@ import { _ as _sfc_main$2 } from "../index.vue_vue_type_script_setup_true_lang-v
5
5
  import { _ as _sfc_main$3 } from "../XAnchorLink.vue_vue_type_script_setup_true_lang-DDwo1DVC.js";
6
6
  import { _ as _sfc_main$4 } from "../index.vue_vue_type_script_setup_true_lang-DXqIN_9E.js";
7
7
  import XAvatar from "./XAvatar/index.js";
8
- import { _ as _sfc_main$5 } from "../XAvatarGroup.vue_vue_type_script_setup_true_lang-DX9TukEb.js";
8
+ import { _ as _sfc_main$5 } from "../XAvatarGroup.vue_vue_type_script_setup_true_lang-Czc5iekB.js";
9
9
  import { _ as _sfc_main$6 } from "../index.vue_vue_type_script_setup_true_lang-BX8Mlyp9.js";
10
10
  import XBadge from "./XBadge/index.js";
11
11
  import { _ as _sfc_main$7 } from "../index.vue_vue_type_script_setup_true_lang-BRZPxMMb.js";