@fangzhongya/fang-ui 0.0.87 → 0.0.89

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.
Files changed (134) hide show
  1. package/dist/components/alert/src/index2.cjs +6 -1
  2. package/dist/components/alert/src/index2.js +7 -2
  3. package/dist/components/autocomplete/src/index2.cjs +6 -1
  4. package/dist/components/autocomplete/src/index2.js +7 -2
  5. package/dist/components/button/src/index2.cjs +6 -1
  6. package/dist/components/button/src/index2.js +7 -2
  7. package/dist/components/card/src/index2.cjs +6 -1
  8. package/dist/components/card/src/index2.js +7 -2
  9. package/dist/components/cascader/src/index2.cjs +6 -1
  10. package/dist/components/cascader/src/index2.js +7 -2
  11. package/dist/components/cascader-panel/src/index2.cjs +6 -1
  12. package/dist/components/cascader-panel/src/index2.js +7 -2
  13. package/dist/components/checkbox/src/index2.cjs +6 -1
  14. package/dist/components/checkbox/src/index2.js +7 -2
  15. package/dist/components/checkbox-button/src/index2.cjs +4 -1
  16. package/dist/components/checkbox-button/src/index2.js +5 -2
  17. package/dist/components/checkbox-group/src/index2.cjs +4 -1
  18. package/dist/components/checkbox-group/src/index2.js +5 -2
  19. package/dist/components/collapse/src/index2.cjs +6 -1
  20. package/dist/components/collapse/src/index2.js +7 -2
  21. package/dist/components/collapse-item/src/index2.cjs +4 -1
  22. package/dist/components/collapse-item/src/index2.js +5 -2
  23. package/dist/components/color-picker/src/index2.cjs +6 -1
  24. package/dist/components/color-picker/src/index2.js +7 -2
  25. package/dist/components/config-provider/src/index2.cjs +6 -1
  26. package/dist/components/config-provider/src/index2.js +7 -2
  27. package/dist/components/date-picker/src/index2.cjs +6 -1
  28. package/dist/components/date-picker/src/index2.js +7 -2
  29. package/dist/components/date-picker-panel/src/index2.cjs +6 -1
  30. package/dist/components/date-picker-panel/src/index2.js +7 -2
  31. package/dist/components/dialog/src/index2.cjs +6 -1
  32. package/dist/components/dialog/src/index2.js +7 -2
  33. package/dist/components/divider/src/index2.cjs +6 -1
  34. package/dist/components/divider/src/index2.js +7 -2
  35. package/dist/components/drawer/src/index2.cjs +6 -1
  36. package/dist/components/drawer/src/index2.js +7 -2
  37. package/dist/components/dropdown/src/index2.cjs +6 -1
  38. package/dist/components/dropdown/src/index2.js +7 -2
  39. package/dist/components/dropdown-item/src/index2.cjs +4 -1
  40. package/dist/components/dropdown-item/src/index2.js +5 -2
  41. package/dist/components/dropdown-menu/src/index2.cjs +4 -1
  42. package/dist/components/dropdown-menu/src/index2.js +5 -2
  43. package/dist/components/form/src/index2.cjs +6 -1
  44. package/dist/components/form/src/index2.js +7 -2
  45. package/dist/components/form-item/src/index2.cjs +4 -1
  46. package/dist/components/form-item/src/index2.js +5 -2
  47. package/dist/components/image/src/index2.cjs +6 -1
  48. package/dist/components/image/src/index2.js +7 -2
  49. package/dist/components/index.cjs +114 -114
  50. package/dist/components/index.d.ts +6 -6
  51. package/dist/components/index.js +6 -6
  52. package/dist/components/index.scss +8 -8
  53. package/dist/components/index2.scss +8 -8
  54. package/dist/components/input/src/index2.cjs +6 -1
  55. package/dist/components/input/src/index2.js +7 -2
  56. package/dist/components/input-number/src/index2.cjs +6 -1
  57. package/dist/components/input-number/src/index2.js +7 -2
  58. package/dist/components/input-tag/src/index2.cjs +6 -1
  59. package/dist/components/input-tag/src/index2.js +7 -2
  60. package/dist/components/mention/src/index2.cjs +6 -1
  61. package/dist/components/mention/src/index2.js +7 -2
  62. package/dist/components/menu/src/index2.cjs +6 -1
  63. package/dist/components/menu/src/index2.js +7 -2
  64. package/dist/components/menu-item/src/index2.cjs +4 -1
  65. package/dist/components/menu-item/src/index2.js +5 -2
  66. package/dist/components/menu-item-group/src/index2.cjs +4 -1
  67. package/dist/components/menu-item-group/src/index2.js +5 -2
  68. package/dist/components/option-group/src/index2.cjs +4 -1
  69. package/dist/components/option-group/src/index2.js +5 -2
  70. package/dist/components/pagination/src/index2.cjs +6 -1
  71. package/dist/components/pagination/src/index2.js +7 -2
  72. package/dist/components/popconfirm/src/index2.cjs +6 -1
  73. package/dist/components/popconfirm/src/index2.js +7 -2
  74. package/dist/components/popover/src/index2.cjs +6 -1
  75. package/dist/components/popover/src/index2.js +7 -2
  76. package/dist/components/radio/src/index2.cjs +6 -1
  77. package/dist/components/radio/src/index2.js +7 -2
  78. package/dist/components/radio-button/src/index2.cjs +4 -1
  79. package/dist/components/radio-button/src/index2.js +5 -2
  80. package/dist/components/radio-group/src/index2.cjs +4 -1
  81. package/dist/components/radio-group/src/index2.js +5 -2
  82. package/dist/components/scrollbar/src/index2.cjs +6 -1
  83. package/dist/components/scrollbar/src/index2.js +7 -2
  84. package/dist/components/select/src/index2.cjs +6 -1
  85. package/dist/components/select/src/index2.js +7 -2
  86. package/dist/components/slider/src/index2.cjs +6 -1
  87. package/dist/components/slider/src/index2.js +7 -2
  88. package/dist/components/switch/src/index2.cjs +6 -1
  89. package/dist/components/switch/src/index2.js +7 -2
  90. package/dist/components/tab-pane/src/index2.cjs +4 -1
  91. package/dist/components/tab-pane/src/index2.js +5 -2
  92. package/dist/components/table/src/index2.cjs +6 -1
  93. package/dist/components/table/src/index2.js +7 -2
  94. package/dist/components/table-column/src/index2.cjs +4 -1
  95. package/dist/components/table-column/src/index2.js +5 -2
  96. package/dist/components/tabs/src/index2.cjs +6 -1
  97. package/dist/components/tabs/src/index2.js +7 -2
  98. package/dist/components/tag/src/index2.cjs +6 -1
  99. package/dist/components/tag/src/index2.js +7 -2
  100. package/dist/components/text/src/index2.cjs +6 -1
  101. package/dist/components/text/src/index2.js +7 -2
  102. package/dist/components/time-picker/src/index2.cjs +6 -1
  103. package/dist/components/time-picker/src/index2.js +7 -2
  104. package/dist/components/time-select/src/index2.cjs +6 -1
  105. package/dist/components/time-select/src/index2.js +7 -2
  106. package/dist/components/tooltip/src/index2.cjs +6 -1
  107. package/dist/components/tooltip/src/index2.js +7 -2
  108. package/dist/components/transfer/src/index2.cjs +6 -1
  109. package/dist/components/transfer/src/index2.js +7 -2
  110. package/dist/components/tree/src/index2.cjs +6 -1
  111. package/dist/components/tree/src/index2.js +7 -2
  112. package/dist/components/tree-select/src/index2.cjs +6 -1
  113. package/dist/components/tree-select/src/index2.js +7 -2
  114. package/dist/components/upload/src/index2.cjs +6 -1
  115. package/dist/components/upload/src/index2.js +7 -2
  116. package/dist/css/index.css +0 -22
  117. package/dist/directives/expose/index.cjs +4 -3
  118. package/dist/directives/expose/index.js +4 -3
  119. package/dist/expand/components.cjs +5 -5
  120. package/dist/expand/components.js +1 -1
  121. package/dist/expand/config.cjs +2 -2
  122. package/dist/expand/config.js +1 -1
  123. package/dist/icons/index.css +29 -29
  124. package/dist/icons/index.json +9 -9
  125. package/dist/index.cjs +115 -115
  126. package/dist/index.css +0 -22
  127. package/dist/index.js +6 -6
  128. package/package.json +6 -6
  129. package/dist/components/{forms-items → forms-item}/index.css +0 -0
  130. package/dist/components/{collapse → global-config}/index.css +0 -0
  131. package/dist/css/{forms-items.css → forms-item.css} +0 -0
  132. package/dist/css/{collapse.css → global-config.css} +0 -0
  133. package/dist/expand/{chunk-BQIJIDYI.js → chunk-BPL5WRRH.js} +14 -14
  134. package/dist/expand/{chunk-AMUG4N2H.cjs → chunk-YQJPHB3B.cjs} +14 -14
@@ -15,11 +15,14 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
15
15
  const cs = index.useCssName("alert");
16
16
  const props = __props;
17
17
  const emit = __emit;
18
+ const elRef = vues.ref();
18
19
  __expose({
19
20
  ...data.dataExpose
20
21
  });
21
22
  return (_ctx, _cache) => {
22
23
  return vues.withDirectives((vues.openBlock(), vues.createBlock(vues.unref(index$1.ElAlert), vues.mergeProps({
24
+ ref_key: "elRef",
25
+ ref: elRef,
23
26
  class: vues.unref(cs).z()
24
27
  }, vues.unref(attrs)), vues.createSlots({ _: 2 }, [
25
28
  vues.renderList(Object.keys(vues.unref(slots)), (k) => {
@@ -31,7 +34,9 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
31
34
  };
32
35
  })
33
36
  ]), 1040, ["class"])), [
34
- [vues.unref(index$2.default), {}]
37
+ [vues.unref(index$2.default), {
38
+ el: elRef.value
39
+ }]
35
40
  ]);
36
41
  };
37
42
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent, useAttrs, useSlots, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
1
+ import { defineComponent, useAttrs, useSlots, ref, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
2
2
  import vExpose from "../../../directives/expose/index.js";
3
3
  import { dataExpose, dataEmits, dataProps } from "./data.js";
4
4
  import { useCssName } from "../../../hooks/cssname/index.js";
@@ -13,11 +13,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  const cs = useCssName("alert");
14
14
  const props = __props;
15
15
  const emit = __emit;
16
+ const elRef = ref();
16
17
  __expose({
17
18
  ...dataExpose
18
19
  });
19
20
  return (_ctx, _cache) => {
20
21
  return withDirectives((openBlock(), createBlock(unref(ElAlert), mergeProps({
22
+ ref_key: "elRef",
23
+ ref: elRef,
21
24
  class: unref(cs).z()
22
25
  }, unref(attrs)), createSlots({ _: 2 }, [
23
26
  renderList(Object.keys(unref(slots)), (k) => {
@@ -29,7 +32,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
29
32
  };
30
33
  })
31
34
  ]), 1040, ["class"])), [
32
- [unref(vExpose), {}]
35
+ [unref(vExpose), {
36
+ el: elRef.value
37
+ }]
33
38
  ]);
34
39
  };
35
40
  }
@@ -15,11 +15,14 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
15
15
  const cs = index.useCssName("autocomplete");
16
16
  const props = __props;
17
17
  const emit = __emit;
18
+ const elRef = vues.ref();
18
19
  __expose({
19
20
  ...data.dataExpose
20
21
  });
21
22
  return (_ctx, _cache) => {
22
23
  return vues.withDirectives((vues.openBlock(), vues.createBlock(vues.unref(index$1.ElAutocomplete), vues.mergeProps({
24
+ ref_key: "elRef",
25
+ ref: elRef,
23
26
  class: vues.unref(cs).z()
24
27
  }, vues.unref(attrs)), vues.createSlots({ _: 2 }, [
25
28
  vues.renderList(Object.keys(vues.unref(slots)), (k) => {
@@ -31,7 +34,9 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
31
34
  };
32
35
  })
33
36
  ]), 1040, ["class"])), [
34
- [vues.unref(index$2.default), {}]
37
+ [vues.unref(index$2.default), {
38
+ el: elRef.value
39
+ }]
35
40
  ]);
36
41
  };
37
42
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent, useAttrs, useSlots, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
1
+ import { defineComponent, useAttrs, useSlots, ref, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
2
2
  import vExpose from "../../../directives/expose/index.js";
3
3
  import { dataExpose, dataEmits, dataProps } from "./data.js";
4
4
  import { useCssName } from "../../../hooks/cssname/index.js";
@@ -13,11 +13,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  const cs = useCssName("autocomplete");
14
14
  const props = __props;
15
15
  const emit = __emit;
16
+ const elRef = ref();
16
17
  __expose({
17
18
  ...dataExpose
18
19
  });
19
20
  return (_ctx, _cache) => {
20
21
  return withDirectives((openBlock(), createBlock(unref(ElAutocomplete), mergeProps({
22
+ ref_key: "elRef",
23
+ ref: elRef,
21
24
  class: unref(cs).z()
22
25
  }, unref(attrs)), createSlots({ _: 2 }, [
23
26
  renderList(Object.keys(unref(slots)), (k) => {
@@ -29,7 +32,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
29
32
  };
30
33
  })
31
34
  ]), 1040, ["class"])), [
32
- [unref(vExpose), {}]
35
+ [unref(vExpose), {
36
+ el: elRef.value
37
+ }]
33
38
  ]);
34
39
  };
35
40
  }
@@ -15,11 +15,14 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
15
15
  const cs = index.useCssName("button");
16
16
  const props = __props;
17
17
  const emit = __emit;
18
+ const elRef = vues.ref();
18
19
  __expose({
19
20
  ...data.dataExpose
20
21
  });
21
22
  return (_ctx, _cache) => {
22
23
  return vues.withDirectives((vues.openBlock(), vues.createBlock(vues.unref(index$1.ElButton), vues.mergeProps({
24
+ ref_key: "elRef",
25
+ ref: elRef,
23
26
  class: vues.unref(cs).z()
24
27
  }, vues.unref(attrs)), vues.createSlots({ _: 2 }, [
25
28
  vues.renderList(Object.keys(vues.unref(slots)), (k) => {
@@ -31,7 +34,9 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
31
34
  };
32
35
  })
33
36
  ]), 1040, ["class"])), [
34
- [vues.unref(index$2.default), {}]
37
+ [vues.unref(index$2.default), {
38
+ el: elRef.value
39
+ }]
35
40
  ]);
36
41
  };
37
42
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent, useAttrs, useSlots, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
1
+ import { defineComponent, useAttrs, useSlots, ref, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
2
2
  import vExpose from "../../../directives/expose/index.js";
3
3
  import { dataExpose, dataEmits, dataProps } from "./data.js";
4
4
  import { useCssName } from "../../../hooks/cssname/index.js";
@@ -13,11 +13,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  const cs = useCssName("button");
14
14
  const props = __props;
15
15
  const emit = __emit;
16
+ const elRef = ref();
16
17
  __expose({
17
18
  ...dataExpose
18
19
  });
19
20
  return (_ctx, _cache) => {
20
21
  return withDirectives((openBlock(), createBlock(unref(ElButton), mergeProps({
22
+ ref_key: "elRef",
23
+ ref: elRef,
21
24
  class: unref(cs).z()
22
25
  }, unref(attrs)), createSlots({ _: 2 }, [
23
26
  renderList(Object.keys(unref(slots)), (k) => {
@@ -29,7 +32,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
29
32
  };
30
33
  })
31
34
  ]), 1040, ["class"])), [
32
- [unref(vExpose), {}]
35
+ [unref(vExpose), {
36
+ el: elRef.value
37
+ }]
33
38
  ]);
34
39
  };
35
40
  }
@@ -15,11 +15,14 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
15
15
  const cs = index.useCssName("card");
16
16
  const props = __props;
17
17
  const emit = __emit;
18
+ const elRef = vues.ref();
18
19
  __expose({
19
20
  ...data.dataExpose
20
21
  });
21
22
  return (_ctx, _cache) => {
22
23
  return vues.withDirectives((vues.openBlock(), vues.createBlock(vues.unref(index$1.ElCard), vues.mergeProps({
24
+ ref_key: "elRef",
25
+ ref: elRef,
23
26
  class: vues.unref(cs).z()
24
27
  }, vues.unref(attrs)), vues.createSlots({ _: 2 }, [
25
28
  vues.renderList(Object.keys(vues.unref(slots)), (k) => {
@@ -31,7 +34,9 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
31
34
  };
32
35
  })
33
36
  ]), 1040, ["class"])), [
34
- [vues.unref(index$2.default), {}]
37
+ [vues.unref(index$2.default), {
38
+ el: elRef.value
39
+ }]
35
40
  ]);
36
41
  };
37
42
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent, useAttrs, useSlots, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
1
+ import { defineComponent, useAttrs, useSlots, ref, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
2
2
  import vExpose from "../../../directives/expose/index.js";
3
3
  import { dataExpose, dataEmits, dataProps } from "./data.js";
4
4
  import { useCssName } from "../../../hooks/cssname/index.js";
@@ -13,11 +13,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  const cs = useCssName("card");
14
14
  const props = __props;
15
15
  const emit = __emit;
16
+ const elRef = ref();
16
17
  __expose({
17
18
  ...dataExpose
18
19
  });
19
20
  return (_ctx, _cache) => {
20
21
  return withDirectives((openBlock(), createBlock(unref(ElCard), mergeProps({
22
+ ref_key: "elRef",
23
+ ref: elRef,
21
24
  class: unref(cs).z()
22
25
  }, unref(attrs)), createSlots({ _: 2 }, [
23
26
  renderList(Object.keys(unref(slots)), (k) => {
@@ -29,7 +32,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
29
32
  };
30
33
  })
31
34
  ]), 1040, ["class"])), [
32
- [unref(vExpose), {}]
35
+ [unref(vExpose), {
36
+ el: elRef.value
37
+ }]
33
38
  ]);
34
39
  };
35
40
  }
@@ -15,11 +15,14 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
15
15
  const cs = index.useCssName("cascader");
16
16
  const props = __props;
17
17
  const emit = __emit;
18
+ const elRef = vues.ref();
18
19
  __expose({
19
20
  ...data.dataExpose
20
21
  });
21
22
  return (_ctx, _cache) => {
22
23
  return vues.withDirectives((vues.openBlock(), vues.createBlock(vues.unref(index$1.ElCascader), vues.mergeProps({
24
+ ref_key: "elRef",
25
+ ref: elRef,
23
26
  class: vues.unref(cs).z()
24
27
  }, vues.unref(attrs)), vues.createSlots({ _: 2 }, [
25
28
  vues.renderList(Object.keys(vues.unref(slots)), (k) => {
@@ -31,7 +34,9 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
31
34
  };
32
35
  })
33
36
  ]), 1040, ["class"])), [
34
- [vues.unref(index$2.default), {}]
37
+ [vues.unref(index$2.default), {
38
+ el: elRef.value
39
+ }]
35
40
  ]);
36
41
  };
37
42
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent, useAttrs, useSlots, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
1
+ import { defineComponent, useAttrs, useSlots, ref, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
2
2
  import vExpose from "../../../directives/expose/index.js";
3
3
  import { dataExpose, dataEmits, dataProps } from "./data.js";
4
4
  import { useCssName } from "../../../hooks/cssname/index.js";
@@ -13,11 +13,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  const cs = useCssName("cascader");
14
14
  const props = __props;
15
15
  const emit = __emit;
16
+ const elRef = ref();
16
17
  __expose({
17
18
  ...dataExpose
18
19
  });
19
20
  return (_ctx, _cache) => {
20
21
  return withDirectives((openBlock(), createBlock(unref(ElCascader), mergeProps({
22
+ ref_key: "elRef",
23
+ ref: elRef,
21
24
  class: unref(cs).z()
22
25
  }, unref(attrs)), createSlots({ _: 2 }, [
23
26
  renderList(Object.keys(unref(slots)), (k) => {
@@ -29,7 +32,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
29
32
  };
30
33
  })
31
34
  ]), 1040, ["class"])), [
32
- [unref(vExpose), {}]
35
+ [unref(vExpose), {
36
+ el: elRef.value
37
+ }]
33
38
  ]);
34
39
  };
35
40
  }
@@ -15,11 +15,14 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
15
15
  const cs = index.useCssName("cascader-panel");
16
16
  const props = __props;
17
17
  const emit = __emit;
18
+ const elRef = vues.ref();
18
19
  __expose({
19
20
  ...data.dataExpose
20
21
  });
21
22
  return (_ctx, _cache) => {
22
23
  return vues.withDirectives((vues.openBlock(), vues.createBlock(vues.unref(index$1.ElCascaderPanel), vues.mergeProps({
24
+ ref_key: "elRef",
25
+ ref: elRef,
23
26
  class: vues.unref(cs).z()
24
27
  }, vues.unref(attrs)), vues.createSlots({ _: 2 }, [
25
28
  vues.renderList(Object.keys(vues.unref(slots)), (k) => {
@@ -31,7 +34,9 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
31
34
  };
32
35
  })
33
36
  ]), 1040, ["class"])), [
34
- [vues.unref(index$2.default), {}]
37
+ [vues.unref(index$2.default), {
38
+ el: elRef.value
39
+ }]
35
40
  ]);
36
41
  };
37
42
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent, useAttrs, useSlots, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
1
+ import { defineComponent, useAttrs, useSlots, ref, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
2
2
  import vExpose from "../../../directives/expose/index.js";
3
3
  import { dataExpose, dataEmits, dataProps } from "./data.js";
4
4
  import { useCssName } from "../../../hooks/cssname/index.js";
@@ -13,11 +13,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  const cs = useCssName("cascader-panel");
14
14
  const props = __props;
15
15
  const emit = __emit;
16
+ const elRef = ref();
16
17
  __expose({
17
18
  ...dataExpose
18
19
  });
19
20
  return (_ctx, _cache) => {
20
21
  return withDirectives((openBlock(), createBlock(unref(ElCascaderPanel), mergeProps({
22
+ ref_key: "elRef",
23
+ ref: elRef,
21
24
  class: unref(cs).z()
22
25
  }, unref(attrs)), createSlots({ _: 2 }, [
23
26
  renderList(Object.keys(unref(slots)), (k) => {
@@ -29,7 +32,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
29
32
  };
30
33
  })
31
34
  ]), 1040, ["class"])), [
32
- [unref(vExpose), {}]
35
+ [unref(vExpose), {
36
+ el: elRef.value
37
+ }]
33
38
  ]);
34
39
  };
35
40
  }
@@ -15,11 +15,14 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
15
15
  const cs = index.useCssName("checkbox");
16
16
  const props = __props;
17
17
  const emit = __emit;
18
+ const elRef = vues.ref();
18
19
  __expose({
19
20
  ...data.dataExpose
20
21
  });
21
22
  return (_ctx, _cache) => {
22
23
  return vues.withDirectives((vues.openBlock(), vues.createBlock(vues.unref(index$1.ElCheckbox), vues.mergeProps({
24
+ ref_key: "elRef",
25
+ ref: elRef,
23
26
  class: vues.unref(cs).z()
24
27
  }, vues.unref(attrs)), vues.createSlots({ _: 2 }, [
25
28
  vues.renderList(Object.keys(vues.unref(slots)), (k) => {
@@ -31,7 +34,9 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
31
34
  };
32
35
  })
33
36
  ]), 1040, ["class"])), [
34
- [vues.unref(index$2.default), {}]
37
+ [vues.unref(index$2.default), {
38
+ el: elRef.value
39
+ }]
35
40
  ]);
36
41
  };
37
42
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent, useAttrs, useSlots, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
1
+ import { defineComponent, useAttrs, useSlots, ref, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
2
2
  import vExpose from "../../../directives/expose/index.js";
3
3
  import { dataExpose, dataEmits, dataProps } from "./data.js";
4
4
  import { useCssName } from "../../../hooks/cssname/index.js";
@@ -13,11 +13,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  const cs = useCssName("checkbox");
14
14
  const props = __props;
15
15
  const emit = __emit;
16
+ const elRef = ref();
16
17
  __expose({
17
18
  ...dataExpose
18
19
  });
19
20
  return (_ctx, _cache) => {
20
21
  return withDirectives((openBlock(), createBlock(unref(ElCheckbox), mergeProps({
22
+ ref_key: "elRef",
23
+ ref: elRef,
21
24
  class: unref(cs).z()
22
25
  }, unref(attrs)), createSlots({ _: 2 }, [
23
26
  renderList(Object.keys(unref(slots)), (k) => {
@@ -29,7 +32,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
29
32
  };
30
33
  })
31
34
  ]), 1040, ["class"])), [
32
- [unref(vExpose), {}]
35
+ [unref(vExpose), {
36
+ el: elRef.value
37
+ }]
33
38
  ]);
34
39
  };
35
40
  }
@@ -15,11 +15,14 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
15
15
  const cs = index.useCssName("checkbox-button");
16
16
  const props = __props;
17
17
  const emit = __emit;
18
+ const elRef = vues.ref();
18
19
  __expose({
19
20
  ...data.dataExpose
20
21
  });
21
22
  return (_ctx, _cache) => {
22
23
  return vues.withDirectives((vues.openBlock(), vues.createBlock(vues.unref(index$1.ElCheckboxButton), vues.mergeProps({
24
+ ref_key: "elRef",
25
+ ref: elRef,
23
26
  class: vues.unref(cs).z()
24
27
  }, vues.unref(attrs)), vues.createSlots({ _: 2 }, [
25
28
  vues.renderList(Object.keys(vues.unref(slots)), (k) => {
@@ -31,7 +34,7 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
31
34
  };
32
35
  })
33
36
  ]), 1040, ["class"])), [
34
- [vues.unref(index$2.default), {}]
37
+ [vues.unref(index$2.default), { el: elRef.value }]
35
38
  ]);
36
39
  };
37
40
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent, useAttrs, useSlots, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
1
+ import { defineComponent, useAttrs, useSlots, ref, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
2
2
  import vExpose from "../../../directives/expose/index.js";
3
3
  import { dataExpose, dataEmits, dataProps } from "./data.js";
4
4
  import { useCssName } from "../../../hooks/cssname/index.js";
@@ -13,11 +13,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  const cs = useCssName("checkbox-button");
14
14
  const props = __props;
15
15
  const emit = __emit;
16
+ const elRef = ref();
16
17
  __expose({
17
18
  ...dataExpose
18
19
  });
19
20
  return (_ctx, _cache) => {
20
21
  return withDirectives((openBlock(), createBlock(unref(ElCheckboxButton), mergeProps({
22
+ ref_key: "elRef",
23
+ ref: elRef,
21
24
  class: unref(cs).z()
22
25
  }, unref(attrs)), createSlots({ _: 2 }, [
23
26
  renderList(Object.keys(unref(slots)), (k) => {
@@ -29,7 +32,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
29
32
  };
30
33
  })
31
34
  ]), 1040, ["class"])), [
32
- [unref(vExpose), {}]
35
+ [unref(vExpose), { el: elRef.value }]
33
36
  ]);
34
37
  };
35
38
  }
@@ -15,11 +15,14 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
15
15
  const cs = index.useCssName("checkbox-group");
16
16
  const props = __props;
17
17
  const emit = __emit;
18
+ const elRef = vues.ref();
18
19
  __expose({
19
20
  ...data.dataExpose
20
21
  });
21
22
  return (_ctx, _cache) => {
22
23
  return vues.withDirectives((vues.openBlock(), vues.createBlock(vues.unref(index$1.ElCheckboxGroup), vues.mergeProps({
24
+ ref_key: "elRef",
25
+ ref: elRef,
23
26
  class: vues.unref(cs).z()
24
27
  }, vues.unref(attrs)), vues.createSlots({ _: 2 }, [
25
28
  vues.renderList(Object.keys(vues.unref(slots)), (k) => {
@@ -31,7 +34,7 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
31
34
  };
32
35
  })
33
36
  ]), 1040, ["class"])), [
34
- [vues.unref(index$2.default), {}]
37
+ [vues.unref(index$2.default), { el: elRef.value }]
35
38
  ]);
36
39
  };
37
40
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent, useAttrs, useSlots, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
1
+ import { defineComponent, useAttrs, useSlots, ref, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
2
2
  import vExpose from "../../../directives/expose/index.js";
3
3
  import { dataExpose, dataEmits, dataProps } from "./data.js";
4
4
  import { useCssName } from "../../../hooks/cssname/index.js";
@@ -13,11 +13,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  const cs = useCssName("checkbox-group");
14
14
  const props = __props;
15
15
  const emit = __emit;
16
+ const elRef = ref();
16
17
  __expose({
17
18
  ...dataExpose
18
19
  });
19
20
  return (_ctx, _cache) => {
20
21
  return withDirectives((openBlock(), createBlock(unref(ElCheckboxGroup), mergeProps({
22
+ ref_key: "elRef",
23
+ ref: elRef,
21
24
  class: unref(cs).z()
22
25
  }, unref(attrs)), createSlots({ _: 2 }, [
23
26
  renderList(Object.keys(unref(slots)), (k) => {
@@ -29,7 +32,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
29
32
  };
30
33
  })
31
34
  ]), 1040, ["class"])), [
32
- [unref(vExpose), {}]
35
+ [unref(vExpose), { el: elRef.value }]
33
36
  ]);
34
37
  };
35
38
  }
@@ -15,11 +15,14 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
15
15
  const cs = index.useCssName("collapse");
16
16
  const props = __props;
17
17
  const emit = __emit;
18
+ const elRef = vues.ref();
18
19
  __expose({
19
20
  ...data.dataExpose
20
21
  });
21
22
  return (_ctx, _cache) => {
22
23
  return vues.withDirectives((vues.openBlock(), vues.createBlock(vues.unref(index$1.ElCollapse), vues.mergeProps({
24
+ ref_key: "elRef",
25
+ ref: elRef,
23
26
  class: vues.unref(cs).z()
24
27
  }, vues.unref(attrs)), vues.createSlots({ _: 2 }, [
25
28
  vues.renderList(Object.keys(vues.unref(slots)), (k) => {
@@ -31,7 +34,9 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
31
34
  };
32
35
  })
33
36
  ]), 1040, ["class"])), [
34
- [vues.unref(index$2.default), {}]
37
+ [vues.unref(index$2.default), {
38
+ el: elRef.value
39
+ }]
35
40
  ]);
36
41
  };
37
42
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent, useAttrs, useSlots, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
1
+ import { defineComponent, useAttrs, useSlots, ref, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
2
2
  import vExpose from "../../../directives/expose/index.js";
3
3
  import { dataExpose, dataEmits, dataProps } from "./data.js";
4
4
  import { useCssName } from "../../../hooks/cssname/index.js";
@@ -13,11 +13,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  const cs = useCssName("collapse");
14
14
  const props = __props;
15
15
  const emit = __emit;
16
+ const elRef = ref();
16
17
  __expose({
17
18
  ...dataExpose
18
19
  });
19
20
  return (_ctx, _cache) => {
20
21
  return withDirectives((openBlock(), createBlock(unref(ElCollapse), mergeProps({
22
+ ref_key: "elRef",
23
+ ref: elRef,
21
24
  class: unref(cs).z()
22
25
  }, unref(attrs)), createSlots({ _: 2 }, [
23
26
  renderList(Object.keys(unref(slots)), (k) => {
@@ -29,7 +32,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
29
32
  };
30
33
  })
31
34
  ]), 1040, ["class"])), [
32
- [unref(vExpose), {}]
35
+ [unref(vExpose), {
36
+ el: elRef.value
37
+ }]
33
38
  ]);
34
39
  };
35
40
  }
@@ -15,11 +15,14 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
15
15
  const cs = index.useCssName("collapse-item");
16
16
  const props = __props;
17
17
  const emit = __emit;
18
+ const elRef = vues.ref();
18
19
  __expose({
19
20
  ...data.dataExpose
20
21
  });
21
22
  return (_ctx, _cache) => {
22
23
  return vues.withDirectives((vues.openBlock(), vues.createBlock(vues.unref(index$1.ElCollapseItem), vues.mergeProps({
24
+ ref_key: "elRef",
25
+ ref: elRef,
23
26
  class: vues.unref(cs).z()
24
27
  }, vues.unref(attrs)), vues.createSlots({ _: 2 }, [
25
28
  vues.renderList(Object.keys(vues.unref(slots)), (k) => {
@@ -31,7 +34,7 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
31
34
  };
32
35
  })
33
36
  ]), 1040, ["class"])), [
34
- [vues.unref(index$2.default), {}]
37
+ [vues.unref(index$2.default), { el: elRef.value }]
35
38
  ]);
36
39
  };
37
40
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent, useAttrs, useSlots, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
1
+ import { defineComponent, useAttrs, useSlots, ref, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
2
2
  import vExpose from "../../../directives/expose/index.js";
3
3
  import { dataExpose, dataEmits, dataProps } from "./data.js";
4
4
  import { useCssName } from "../../../hooks/cssname/index.js";
@@ -13,11 +13,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  const cs = useCssName("collapse-item");
14
14
  const props = __props;
15
15
  const emit = __emit;
16
+ const elRef = ref();
16
17
  __expose({
17
18
  ...dataExpose
18
19
  });
19
20
  return (_ctx, _cache) => {
20
21
  return withDirectives((openBlock(), createBlock(unref(ElCollapseItem), mergeProps({
22
+ ref_key: "elRef",
23
+ ref: elRef,
21
24
  class: unref(cs).z()
22
25
  }, unref(attrs)), createSlots({ _: 2 }, [
23
26
  renderList(Object.keys(unref(slots)), (k) => {
@@ -29,7 +32,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
29
32
  };
30
33
  })
31
34
  ]), 1040, ["class"])), [
32
- [unref(vExpose), {}]
35
+ [unref(vExpose), { el: elRef.value }]
33
36
  ]);
34
37
  };
35
38
  }
@@ -15,11 +15,14 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
15
15
  const cs = index.useCssName("color-picker");
16
16
  const props = __props;
17
17
  const emit = __emit;
18
+ const elRef = vues.ref();
18
19
  __expose({
19
20
  ...data.dataExpose
20
21
  });
21
22
  return (_ctx, _cache) => {
22
23
  return vues.withDirectives((vues.openBlock(), vues.createBlock(vues.unref(index$1.ElColorPicker), vues.mergeProps({
24
+ ref_key: "elRef",
25
+ ref: elRef,
23
26
  class: vues.unref(cs).z()
24
27
  }, vues.unref(attrs)), vues.createSlots({ _: 2 }, [
25
28
  vues.renderList(Object.keys(vues.unref(slots)), (k) => {
@@ -31,7 +34,9 @@ const _sfc_main = /* @__PURE__ */ vues.defineComponent({
31
34
  };
32
35
  })
33
36
  ]), 1040, ["class"])), [
34
- [vues.unref(index$2.default), {}]
37
+ [vues.unref(index$2.default), {
38
+ el: elRef.value
39
+ }]
35
40
  ]);
36
41
  };
37
42
  }