@juzhenfe/page-model 3.18.98 → 3.18.99

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.es.js CHANGED
@@ -13905,6 +13905,9 @@ const _sfc_main$4 = defineComponent({
13905
13905
  const trigTableToolboxEvent = (event) => {
13906
13906
  tableToolsboxRef.value && tableToolsboxRef.value.trigEvent(event);
13907
13907
  };
13908
+ const applyConfig = () => {
13909
+ genConfig(props.config);
13910
+ };
13908
13911
  const exposeActions = {
13909
13912
  doTableLayout,
13910
13913
  refreshTableData,
@@ -13914,6 +13917,7 @@ const _sfc_main$4 = defineComponent({
13914
13917
  getTableData,
13915
13918
  showImport,
13916
13919
  trigTableToolboxEvent,
13920
+ applyConfig,
13917
13921
  getSearchFormData,
13918
13922
  updateSearchFormData,
13919
13923
  doSearchFormLayout,
@@ -15066,7 +15070,7 @@ const defineEditableTable = function(config) {
15066
15070
  };
15067
15071
  var iconfont = "";
15068
15072
  const name = "@juzhenfe/page-model";
15069
- const version = "3.18.98";
15073
+ const version = "3.18.99";
15070
15074
  const types = "dist/main.d.ts";
15071
15075
  const main = "dist/index.umd.js";
15072
15076
  const keywords = [
@@ -15111,6 +15115,7 @@ const devDependencies = {
15111
15115
  "xlsx-style": "^0.8.13"
15112
15116
  };
15113
15117
  const dependencies = {
15118
+ "@juzhenfe/page-model": "^3.18.98",
15114
15119
  clipboard: "2.0.10",
15115
15120
  "lodash-es": "^4.17.21",
15116
15121
  sortablejs: "^1.15.0"