cnhis-design-vue 3.3.3-beta.18 → 3.3.3-beta.19

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.
@@ -162,7 +162,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
162
162
  return (_a = setRefs[type || "field"]) == null ? void 0 : _a.getTableFields();
163
163
  }
164
164
  expose({
165
- getTableFields
165
+ getTableFields,
166
+ getTableConfig() {
167
+ var _a, _b;
168
+ return (_b = (_a = setRefs["field"]) == null ? void 0 : _a.getTableConfig()) == null ? void 0 : _b.tableConfig;
169
+ }
166
170
  });
167
171
  return (_ctx, _cache) => {
168
172
  return unref(dataLength) > 0 ? (openBlock(), createElementBlock("div", {
@@ -1,5 +1,5 @@
1
1
  var name = "@cnhis-design-vue/shared";
2
- var version = "3.3.3-beta.18";
2
+ var version = "3.3.3-beta.19";
3
3
  var main = "index.ts";
4
4
  var peerDependencies = {
5
5
  "naive-ui": "^2.30.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
- "version": "3.3.3-beta.18",
3
+ "version": "3.3.3-beta.19",
4
4
  "license": "ISC",
5
5
  "module": "./es/components/index.js",
6
6
  "main": "./es/components/index.js",
@@ -73,5 +73,5 @@
73
73
  "iOS 7",
74
74
  "last 3 iOS versions"
75
75
  ],
76
- "gitHead": "60b93bcb3be0dacf681ca0a670b049a8eb767539"
76
+ "gitHead": "07ccd77e5ef62217c6c80d4881db82f9641c9252"
77
77
  }