@fmdeui/fmui 1.0.133 → 1.0.134

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.
@@ -28,4 +28,4 @@ export declare function showTabelColumn(field: string): boolean;
28
28
  export declare function getSubFormFields(flag: string): any;
29
29
  export declare function getShowColumn(flag: string, field: string): boolean;
30
30
  export declare function getShowColumnWidth(flag: string, field: string, defaultValue?: string, isJson?: boolean): any;
31
- export declare function getPageSetting(flag: string, field: string, defaultValue?: string): any;
31
+ export declare function getPageSetting(field: string, flag?: string, defaultValue?: string): any;
@@ -87,7 +87,7 @@ function getShowColumnWidth(flag, field, defaultValue = "", isJson = false) {
87
87
  }
88
88
  return isJson ? width != "" ? { width } : "" : width;
89
89
  }
90
- function getPageSetting(flag, field, defaultValue = "") {
90
+ function getPageSetting(field, flag = "main", defaultValue = "") {
91
91
  var _a, _b, _c;
92
92
  const stores = useUserInfo();
93
93
  const route = useRoute();
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! fmdeui-fmui v1.0.133 */
1
+ /*! fmdeui-fmui v1.0.134 */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vxe-table'), require('@vxe-ui/plugin-render-element'), require('@vxe-ui/plugin-export-xlsx'), require('vxe-pc-ui'), require('exceljs'), require('@element-plus/icons-vue'), require('vue'), require('element-plus'), require('lodash-es'), require('js-cookie'), require('pinia'), require('vue-router'), require('@vueuse/core'), require('crypto-js'), require('xlsx-js-style'), require('vue-i18n'), require('sortablejs'), require('screenfull'), require('push.js'), require('mitt'), require('@microsoft/signalr'), require('axios')) :
4
4
  typeof define === 'function' && define.amd ? define(['exports', 'vxe-table', '@vxe-ui/plugin-render-element', '@vxe-ui/plugin-export-xlsx', 'vxe-pc-ui', 'exceljs', '@element-plus/icons-vue', 'vue', 'element-plus', 'lodash-es', 'js-cookie', 'pinia', 'vue-router', '@vueuse/core', 'crypto-js', 'xlsx-js-style', 'vue-i18n', 'sortablejs', 'screenfull', 'push.js', 'mitt', '@microsoft/signalr', 'axios'], factory) :
@@ -21198,7 +21198,7 @@
21198
21198
  }
21199
21199
  return isJson ? width != "" ? { width } : "" : width;
21200
21200
  }
21201
- function getPageSetting(flag, field, defaultValue = "") {
21201
+ function getPageSetting(field, flag = "main", defaultValue = "") {
21202
21202
  var _a, _b, _c;
21203
21203
  const stores = useUserInfo();
21204
21204
  const route = vueRouter.useRoute();