@fmdeui/fmui 1.0.73 → 1.0.75
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/es/api/index.d.ts +7 -0
- package/es/index.mjs +1 -1
- package/es/packages/api/index.mjs +23 -1
- package/es/packages/components/fmtree/index.vue2.mjs +0 -1
- package/index.js +24 -2
- package/index.min.js +6 -6
- package/index.min.mjs +6 -6
- package/index.mjs +24 -3
- package/lib/api/index.d.ts +7 -0
- package/lib/index.js +1 -0
- package/lib/packages/api/index.js +23 -0
- package/lib/packages/components/fmtree/index.vue2.js +0 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/package.json +1 -1
- /package/es/{component.css → index.css} +0 -0
- /package/lib/{component.css → index.css} +0 -0
package/es/api/index.d.ts
CHANGED
package/es/index.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import commonFunction from './packages/hooks/commonFunction.mjs';
|
|
|
6
6
|
export { default as other } from './packages/hooks/other.mjs';
|
|
7
7
|
export { default as initIconfont } from './packages/utils/getStyleSheets.mjs';
|
|
8
8
|
import './packages/types/index.mjs';
|
|
9
|
-
export { AccountTypeEnum, AppSysTypeData, AppSysTypeEnum, HttpMethodEnum, JobCreateTypeEnum } from './packages/api/index.mjs';
|
|
9
|
+
export { AccountTypeEnum, AppSysTypeData, AppSysTypeEnum, HttpMethodEnum, JobCreateTypeEnum, PowerAreaData } from './packages/api/index.mjs';
|
|
10
10
|
import './packages/utils/index.mjs';
|
|
11
11
|
import './packages/stores/index.mjs';
|
|
12
12
|
import './packages/hooks/index.mjs';
|
|
@@ -142,5 +142,27 @@ const AppSysTypeData = [
|
|
|
142
142
|
value: 22 /* DeliverySys */
|
|
143
143
|
}
|
|
144
144
|
];
|
|
145
|
+
const PowerAreaData = [
|
|
146
|
+
{
|
|
147
|
+
label: "\u4E2A\u4EBA",
|
|
148
|
+
value: 1
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
label: "\u5C0F\u7EC4",
|
|
152
|
+
value: 2
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
label: "\u90E8\u95E8",
|
|
156
|
+
value: 3
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
label: "\u516C\u53F8",
|
|
160
|
+
value: 4
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
label: "\u96C6\u56E2",
|
|
164
|
+
value: 5
|
|
165
|
+
}
|
|
166
|
+
];
|
|
145
167
|
|
|
146
|
-
export { AccountTypeEnum, AppSysTypeData, AppSysTypeEnum, HttpMethodEnum, JobCreateTypeEnum };
|
|
168
|
+
export { AccountTypeEnum, AppSysTypeData, AppSysTypeEnum, HttpMethodEnum, JobCreateTypeEnum, PowerAreaData };
|
|
@@ -178,7 +178,6 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
178
178
|
const setCheckedKeys = (orgData) => {
|
|
179
179
|
state.isShowCheckbox = true;
|
|
180
180
|
treeRef.value.setCheckedKeys(orgData);
|
|
181
|
-
state.folderData = orgData;
|
|
182
181
|
};
|
|
183
182
|
const setCurrentKey = (key, shouldAutoExpandParent) => {
|
|
184
183
|
var _a;
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fmdeui-fmui v1.0.
|
|
1
|
+
/*! fmdeui-fmui v1.0.75 */
|
|
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('@vueuse/core'), require('crypto-js'), require('xlsx-js-style'), require('vue-i18n'), require('vue-router'), 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', '@vueuse/core', 'crypto-js', 'xlsx-js-style', 'vue-i18n', 'vue-router', 'sortablejs', 'screenfull', 'push.js', 'mitt', '@microsoft/signalr', 'axios'], factory) :
|
|
@@ -3704,6 +3704,28 @@
|
|
|
3704
3704
|
value: 22 /* DeliverySys */
|
|
3705
3705
|
}
|
|
3706
3706
|
];
|
|
3707
|
+
const PowerAreaData = [
|
|
3708
|
+
{
|
|
3709
|
+
label: "\u4E2A\u4EBA",
|
|
3710
|
+
value: 1
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
label: "\u5C0F\u7EC4",
|
|
3714
|
+
value: 2
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
label: "\u90E8\u95E8",
|
|
3718
|
+
value: 3
|
|
3719
|
+
},
|
|
3720
|
+
{
|
|
3721
|
+
label: "\u516C\u53F8",
|
|
3722
|
+
value: 4
|
|
3723
|
+
},
|
|
3724
|
+
{
|
|
3725
|
+
label: "\u96C6\u56E2",
|
|
3726
|
+
value: 5
|
|
3727
|
+
}
|
|
3728
|
+
];
|
|
3707
3729
|
|
|
3708
3730
|
const useUserInfo = pinia$1.defineStore("userInfo", {
|
|
3709
3731
|
state: () => ({
|
|
@@ -26359,7 +26381,6 @@
|
|
|
26359
26381
|
const setCheckedKeys = (orgData) => {
|
|
26360
26382
|
state.isShowCheckbox = true;
|
|
26361
26383
|
treeRef.value.setCheckedKeys(orgData);
|
|
26362
|
-
state.folderData = orgData;
|
|
26363
26384
|
};
|
|
26364
26385
|
const setCurrentKey = (key, shouldAutoExpandParent) => {
|
|
26365
26386
|
var _a;
|
|
@@ -30416,6 +30437,7 @@
|
|
|
30416
30437
|
exports.JobCreateTypeEnum = JobCreateTypeEnum;
|
|
30417
30438
|
exports.Local = Local;
|
|
30418
30439
|
exports.NextLoading = NextLoading;
|
|
30440
|
+
exports.PowerAreaData = PowerAreaData;
|
|
30419
30441
|
exports.Session = Session;
|
|
30420
30442
|
exports.StringToObj = StringToObj;
|
|
30421
30443
|
exports.Watermark = watermark;
|