@ebiz/designer-components 0.0.19-beta.6 → 0.0.19-beta.7

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.mjs CHANGED
@@ -114476,7 +114476,7 @@ const wc = {
114476
114476
  r("submit", s);
114477
114477
  }, i = (s) => {
114478
114478
  r("validate", s);
114479
- }, l = ref();
114479
+ }, l = ne();
114480
114480
  return t({
114481
114481
  formRef: l
114482
114482
  }), (s, u) => (T(), ie(at(_Q), {
@@ -114507,7 +114507,7 @@ const wc = {
114507
114507
  _: 3
114508
114508
  }, 8, ["class", "data", "colon", "disabled", "form-controlled", "label-align", "label-width", "layout", "prevent-submit-default", "reset-type", "required-mark", "rules", "show-error-message", "status-icon", "submit-with-warning-message"]));
114509
114509
  }
114510
- }), mCt = /* @__PURE__ */ $t(tyt, [["__scopeId", "data-v-91da55c1"]]), nyt = {
114510
+ }), mCt = /* @__PURE__ */ $t(tyt, [["__scopeId", "data-v-d61ab7a4"]]), nyt = {
114511
114511
  name: "EbizTdesignFormItem"
114512
114512
  }, ryt = /* @__PURE__ */ Object.assign(nyt, {
114513
114513
  props: {
@@ -123377,7 +123377,8 @@ const aSt = /* @__PURE__ */ $t(L1t, [["render", F1t], ["__scopeId", "data-v-491f
123377
123377
  const F = JL;
123378
123378
  return T(), x("div", null, [
123379
123379
  S(F, {
123380
- re: "tableRef",
123380
+ ref_key: "tableRef",
123381
+ ref: I,
123381
123382
  data: e.data,
123382
123383
  columns: i.value,
123383
123384
  "row-key": e.rowKey,
@@ -123535,7 +123536,7 @@ const aSt = /* @__PURE__ */ $t(L1t, [["render", F1t], ["__scopeId", "data-v-491f
123535
123536
  ]);
123536
123537
  };
123537
123538
  }
123538
- }), uSt = /* @__PURE__ */ $t(nwt, [["__scopeId", "data-v-2450914c"]]), cSt = {
123539
+ }), uSt = /* @__PURE__ */ $t(nwt, [["__scopeId", "data-v-591f4bac"]]), cSt = {
123539
123540
  __name: "EbizTableColumn",
123540
123541
  props: {
123541
123542
  // 列唯一标识
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebiz/designer-components",
3
- "version": "0.0.19-beta.6",
3
+ "version": "0.0.19-beta.7",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div>
3
- <t-table re="tableRef" :data="data" :columns="mergedColumns" :row-key="rowKey" :vertical-align="verticalAlign"
3
+ <t-table ref="tableRef" :data="data" :columns="mergedColumns" :row-key="rowKey" :vertical-align="verticalAlign"
4
4
  :horizontal-align="horizontalAlign" :size="size" :bordered="bordered" :stripe="stripe" :hover="hover"
5
5
  :height="height" :max-height="maxHeight" :loading="loading" :loading-props="loadingProps" :load-more="loadMore"
6
6
  :empty="empty" :table-layout="tableLayout" :cell-empty-content="cellEmptyContent" :pagination="pagination"
@@ -31,7 +31,7 @@ export default {
31
31
  </script>
32
32
 
33
33
  <script setup>
34
- import { defineProps, defineEmits } from 'vue';
34
+ import { defineProps, defineEmits, ref, defineExpose } from 'vue';
35
35
  import { Form as TForm } from 'tdesign-vue-next';
36
36
 
37
37
  defineProps({