@ibiz-template/vue3-components 0.7.41-alpha.16 → 0.7.41-alpha.17
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-U4v1OOOD.js → index-AOFxMmyX.js} +1 -1
- package/dist/{index-lFGFvnYE.js → index-swminiXb.js} +1 -1
- package/dist/index-t1aZ8OJE.js +11 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/{wang-editor-_06OYPpu.js → wang-editor-Y8puaTx2.js} +1 -1
- package/dist/{xlsx-util-FNiwKrqm.js → xlsx-util-jYyM8alm.js} +1 -1
- package/es/control/calendar/components/custom-calendar/custom-calendar.css +1 -1
- package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +25 -8
- package/es/control/calendar/components/custom-calendar/use-custom-calendar.d.ts +8 -0
- package/es/control/calendar/components/custom-calendar/use-custom-calendar.mjs +20 -1
- package/es/control/data-view/data-view.css +1 -1
- package/es/control/data-view/data-view.mjs +95 -29
- package/es/control/drbar/drbar.css +1 -1
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/drtab/drtab.controller.d.ts +24 -0
- package/es/control/drtab/drtab.controller.mjs +34 -0
- package/es/control/drtab/drtab.css +1 -1
- package/es/control/drtab/drtab.d.ts +2 -0
- package/es/control/drtab/drtab.mjs +5 -2
- package/es/control/drtab/flow-drtab.css +1 -1
- package/es/control/drtab/flow-drtab.d.ts +17 -2
- package/es/control/drtab/flow-drtab.mjs +189 -11
- package/es/control/drtab/index.d.ts +2 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.css +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +55 -4
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +11 -11
- package/es/control/gantt/gantt.mjs +1 -0
- package/es/control/grid/grid/grid-control.util.mjs +36 -14
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.mjs +8 -3
- package/es/control/kanban/index.d.ts +4 -1
- package/es/control/kanban/kanban.css +1 -1
- package/es/control/kanban/kanban.d.ts +4 -1
- package/es/control/kanban/kanban.mjs +51 -15
- package/es/control/kanban/swimlane-kanban/swimlane-kanban.css +1 -1
- package/es/control/kanban/swimlane-kanban/swimlane-kanban.d.ts +2 -1
- package/es/control/kanban/swimlane-kanban/swimlane-kanban.mjs +52 -6
- package/es/control/list/list.css +1 -1
- package/es/control/list/list.d.ts +1 -1
- package/es/control/list/list.mjs +83 -11
- package/es/control/medit-view-panel/medit-view-panel.css +1 -1
- package/es/control/medit-view-panel/medit-view-panel.mjs +37 -30
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.d.ts +1 -1
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +47 -8
- package/es/editor/upload/ibiz-file-upload/ibiz-file-upload.d.ts +1 -0
- package/es/editor/upload/ibiz-image-cropping/ibiz-image-cropping.d.ts +1 -0
- package/es/editor/upload/ibiz-image-upload/ibiz-image-upload.d.ts +1 -0
- package/es/editor/upload/upload-editor.controller.d.ts +25 -0
- package/es/editor/upload/upload-editor.controller.mjs +43 -1
- package/es/editor/upload/use/use-iview-upload.mjs +9 -2
- package/es/locale/en/index.d.ts +9 -5
- package/es/locale/en/index.mjs +5 -2
- package/es/locale/zh-CN/index.d.ts +9 -5
- package/es/locale/zh-CN/index.mjs +5 -2
- package/es/node_modules/.pnpm/sortablejs@1.15.6/node_modules/sortablejs/modular/sortable.esm.mjs +3377 -0
- package/es/panel-component/panel-button/panel-button.mjs +1 -0
- package/es/util/fullscreen/fullscreen-util.mjs +1 -1
- package/es/view-engine/calendar-view.engine.d.ts +11 -1
- package/es/view-engine/calendar-view.engine.mjs +10 -0
- package/es/view-engine/chart-exp-view.engine.d.ts +6 -6
- package/es/view-engine/chart-exp-view.engine.mjs +6 -15
- package/es/view-engine/gantt-view.engine.d.ts +3 -3
- package/es/view-engine/gantt-view.engine.mjs +3 -46
- package/es/view-engine/login-view.engine.mjs +7 -0
- package/es/view-engine/tab-exp-view.engine.mjs +1 -1
- package/es/view-engine/tab-search-view.engine.mjs +4 -2
- package/es/view-engine/tree-view.engine.d.ts +12 -2
- package/es/view-engine/tree-view.engine.mjs +39 -11
- package/lib/control/calendar/components/custom-calendar/custom-calendar.cjs +23 -6
- package/lib/control/calendar/components/custom-calendar/custom-calendar.css +1 -1
- package/lib/control/calendar/components/custom-calendar/use-custom-calendar.cjs +20 -0
- package/lib/control/data-view/data-view.cjs +95 -29
- package/lib/control/data-view/data-view.css +1 -1
- package/lib/control/drbar/drbar.css +1 -1
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/drtab/drtab.cjs +5 -2
- package/lib/control/drtab/drtab.controller.cjs +34 -0
- package/lib/control/drtab/drtab.css +1 -1
- package/lib/control/drtab/flow-drtab.cjs +188 -10
- package/lib/control/drtab/flow-drtab.css +1 -1
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.cjs +54 -3
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.css +1 -1
- package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.cjs +11 -11
- package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -1
- package/lib/control/gantt/gantt.cjs +1 -0
- package/lib/control/grid/grid/grid-control.util.cjs +36 -14
- package/lib/control/grid/grid/grid.cjs +8 -3
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/kanban/kanban.cjs +50 -14
- package/lib/control/kanban/kanban.css +1 -1
- package/lib/control/kanban/swimlane-kanban/swimlane-kanban.cjs +50 -4
- package/lib/control/kanban/swimlane-kanban/swimlane-kanban.css +1 -1
- package/lib/control/list/list.cjs +83 -11
- package/lib/control/list/list.css +1 -1
- package/lib/control/medit-view-panel/medit-view-panel.cjs +36 -29
- package/lib/control/medit-view-panel/medit-view-panel.css +1 -1
- package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +47 -8
- package/lib/editor/upload/upload-editor.controller.cjs +43 -1
- package/lib/editor/upload/use/use-iview-upload.cjs +9 -2
- package/lib/locale/en/index.cjs +5 -2
- package/lib/locale/zh-CN/index.cjs +5 -2
- package/lib/node_modules/.pnpm/sortablejs@1.15.6/node_modules/sortablejs/modular/sortable.esm.cjs +3384 -0
- package/lib/panel-component/panel-button/panel-button.cjs +1 -0
- package/lib/util/fullscreen/fullscreen-util.cjs +1 -1
- package/lib/view-engine/calendar-view.engine.cjs +10 -0
- package/lib/view-engine/chart-exp-view.engine.cjs +6 -15
- package/lib/view-engine/gantt-view.engine.cjs +2 -45
- package/lib/view-engine/login-view.engine.cjs +7 -0
- package/lib/view-engine/tab-exp-view.engine.cjs +1 -1
- package/lib/view-engine/tab-search-view.engine.cjs +4 -2
- package/lib/view-engine/tree-view.engine.cjs +39 -11
- package/package.json +9 -7
- package/dist/index-m8q8r8br.js +0 -4
- /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.41-alpha.14_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.41-alpha.17_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
- /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.41-alpha.14_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.41-alpha.17_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
|
@@ -99,6 +99,7 @@ const PanelButton = /* @__PURE__ */ vue.defineComponent({
|
|
|
99
99
|
}, [vue.createVNode(vue.resolveComponent("el-button"), {
|
|
100
100
|
"type": this.buttonType,
|
|
101
101
|
"text": this.isText,
|
|
102
|
+
"data-id": this.modelData.id,
|
|
102
103
|
"title": core.showTitle(this.tooltip),
|
|
103
104
|
"disabled": this.state.disabled,
|
|
104
105
|
"loading": this.state.loading,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var vue = require('vue');
|
|
4
4
|
var ElementPlus = require('element-plus');
|
|
5
|
-
var namespace = require('../../node_modules/.pnpm/@ibiz-template_core@0.7.41-alpha.
|
|
5
|
+
var namespace = require('../../node_modules/.pnpm/@ibiz-template_core@0.7.41-alpha.17_axios@1.6.8_lodash-es@4.17.21_qs@6.11.2_qx-util@0.4.8_ramda@0.29.1/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs');
|
|
6
6
|
var fullscreenToolbar = require('../../common/fullscreen-toolbar/fullscreen-toolbar.cjs');
|
|
7
7
|
|
|
8
8
|
"use strict";
|
|
@@ -15,6 +15,16 @@ class CalendarViewEngine extends runtime.MDViewEngine {
|
|
|
15
15
|
}
|
|
16
16
|
this.view.slotProps.calendar.mdctrlActiveMode = model.mdctrlActiveMode;
|
|
17
17
|
}
|
|
18
|
+
async openData(args) {
|
|
19
|
+
const { data, event } = args;
|
|
20
|
+
const result = await this.xdataControl.openData(data[0], event);
|
|
21
|
+
return result;
|
|
22
|
+
}
|
|
23
|
+
async newData(args) {
|
|
24
|
+
const { data, event } = args;
|
|
25
|
+
const result = await this.xdataControl.newData(data[0], event);
|
|
26
|
+
return result;
|
|
27
|
+
}
|
|
18
28
|
}
|
|
19
29
|
|
|
20
30
|
exports.CalendarViewEngine = CalendarViewEngine;
|
|
@@ -1,26 +1,17 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var expView_engine = require('./exp-view.engine.cjs');
|
|
4
4
|
|
|
5
5
|
"use strict";
|
|
6
|
-
class ChartExpViewEngine extends
|
|
6
|
+
class ChartExpViewEngine extends expView_engine.ExpViewEngine {
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
9
|
-
*
|
|
8
|
+
* @description 导航栏部件名称
|
|
10
9
|
* @readonly
|
|
10
|
+
* @type {string}
|
|
11
11
|
* @memberof ChartExpViewEngine
|
|
12
12
|
*/
|
|
13
|
-
get
|
|
14
|
-
return
|
|
15
|
-
}
|
|
16
|
-
async onCreated() {
|
|
17
|
-
await super.onCreated();
|
|
18
|
-
const { childNames } = this.view;
|
|
19
|
-
childNames.push("chartexpbar");
|
|
20
|
-
if (!this.view.slotProps.chartexpbar) {
|
|
21
|
-
this.view.slotProps.chartexpbar = {};
|
|
22
|
-
}
|
|
23
|
-
this.view.slotProps.chartexpbar.srfnav = this.view.state.srfnav;
|
|
13
|
+
get expBarName() {
|
|
14
|
+
return "chartexpbar";
|
|
24
15
|
}
|
|
25
16
|
}
|
|
26
17
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var core = require('@ibiz-template/core');
|
|
4
3
|
var runtime = require('@ibiz-template/runtime');
|
|
4
|
+
var treeGridExView_engine = require('./tree-grid-ex-view.engine.cjs');
|
|
5
5
|
|
|
6
6
|
"use strict";
|
|
7
|
-
class GanttViewEngine extends
|
|
7
|
+
class GanttViewEngine extends treeGridExView_engine.TreeGridExViewEngine {
|
|
8
8
|
get gantt() {
|
|
9
9
|
return this.view.getController("gantt");
|
|
10
10
|
}
|
|
@@ -25,51 +25,8 @@ class GanttViewEngine extends runtime.MDViewEngine {
|
|
|
25
25
|
this.gantt.saveAll();
|
|
26
26
|
return null;
|
|
27
27
|
}
|
|
28
|
-
if (key === runtime.SysUIActionTag.EXPAND) {
|
|
29
|
-
const { srfcollapsetag } = args.params || {};
|
|
30
|
-
let tag = srfcollapsetag || "";
|
|
31
|
-
if (!tag) {
|
|
32
|
-
const { selectedData } = this.gantt.state;
|
|
33
|
-
const selectedGroup = selectedData.filter((x) => !x._leaf);
|
|
34
|
-
if (selectedGroup.length > 0) {
|
|
35
|
-
tag = selectedGroup[0].srfnodeid;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
if (!tag) {
|
|
39
|
-
throw new core.RuntimeError(ibiz.i18n.t("viewEngine.noExpandTag"));
|
|
40
|
-
}
|
|
41
|
-
this.gantt.changeCollapse({ tag, expand: true });
|
|
42
|
-
return null;
|
|
43
|
-
}
|
|
44
|
-
if (key === runtime.SysUIActionTag.COLLAPSE) {
|
|
45
|
-
const { srfcollapsetag } = args.params || {};
|
|
46
|
-
let tag = srfcollapsetag || "";
|
|
47
|
-
if (!tag) {
|
|
48
|
-
const { selectedData } = this.gantt.state;
|
|
49
|
-
const selectedGroup = selectedData.filter((x) => !x._leaf);
|
|
50
|
-
if (selectedGroup.length > 0) {
|
|
51
|
-
tag = selectedGroup[0].srfnodeid;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
if (!tag) {
|
|
55
|
-
throw new core.RuntimeError(ibiz.i18n.t("viewEngine.noCollapseTag"));
|
|
56
|
-
}
|
|
57
|
-
this.gantt.changeCollapse({ tag, expand: false });
|
|
58
|
-
return null;
|
|
59
|
-
}
|
|
60
|
-
if (key === runtime.SysUIActionTag.EXPANDALL) {
|
|
61
|
-
this.gantt.changeCollapse({ expand: true });
|
|
62
|
-
return null;
|
|
63
|
-
}
|
|
64
|
-
if (key === runtime.SysUIActionTag.COLLAPSEALL) {
|
|
65
|
-
this.gantt.changeCollapse({ expand: false });
|
|
66
|
-
return null;
|
|
67
|
-
}
|
|
68
28
|
return super.call(key, args);
|
|
69
29
|
}
|
|
70
|
-
// eslint-disable-next-line no-unused-vars, @typescript-eslint/no-unused-vars
|
|
71
|
-
async onXDataActive(event) {
|
|
72
|
-
}
|
|
73
30
|
async onCreated() {
|
|
74
31
|
super.onCreated();
|
|
75
32
|
const { model } = this.view;
|
|
@@ -32,6 +32,13 @@ class LoginViewEngine extends runtime.ViewEngineBase {
|
|
|
32
32
|
}
|
|
33
33
|
]
|
|
34
34
|
};
|
|
35
|
+
const targetID = event.target.dataset.id;
|
|
36
|
+
if (targetID) {
|
|
37
|
+
const targetPanelItem = this.view.layoutPanel.findPanelItemByName(targetID);
|
|
38
|
+
if (targetPanelItem) {
|
|
39
|
+
args.data = [targetPanelItem.data];
|
|
40
|
+
}
|
|
41
|
+
}
|
|
35
42
|
await this.login(args);
|
|
36
43
|
}
|
|
37
44
|
});
|
|
@@ -169,7 +169,7 @@ class TabExpViewEngine extends runtime.ViewEngineBase {
|
|
|
169
169
|
calcViewHeaderVisible() {
|
|
170
170
|
let showHeader = super.calcViewHeaderVisible();
|
|
171
171
|
const { tabLayout } = this.view.model;
|
|
172
|
-
if (tabLayout === void 0 ||
|
|
172
|
+
if (tabLayout === void 0 || ["TOP", "TOP_DROPDOWNLIST"].includes(tabLayout) && runtime.getControl(this.view.model, "tabexppanel")) {
|
|
173
173
|
showHeader = true;
|
|
174
174
|
}
|
|
175
175
|
return showHeader;
|
|
@@ -115,8 +115,10 @@ class TabSearchViewEngine extends tabExpView_engine.TabExpViewEngine {
|
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
|
-
this.searchBar
|
|
119
|
-
|
|
118
|
+
if (this.searchBar) {
|
|
119
|
+
this.searchBar.placeHolder = caption || "";
|
|
120
|
+
this.searchBar.state.quickSearchPlaceHolder = caption || "";
|
|
121
|
+
}
|
|
120
122
|
}
|
|
121
123
|
async call(key, args) {
|
|
122
124
|
if (key === runtime.SysUIActionTag.SEARCH) {
|
|
@@ -5,31 +5,37 @@ var core = require('@ibiz-template/core');
|
|
|
5
5
|
|
|
6
6
|
"use strict";
|
|
7
7
|
class TreeViewEngine extends runtime.MDViewEngine {
|
|
8
|
-
get tree() {
|
|
9
|
-
return this.view.getController("tree");
|
|
10
|
-
}
|
|
11
8
|
async onCreated() {
|
|
12
9
|
await super.onCreated();
|
|
13
10
|
if (!this.view.slotProps.tree) {
|
|
14
11
|
this.view.slotProps.tree = {};
|
|
15
12
|
}
|
|
16
13
|
}
|
|
14
|
+
get tree() {
|
|
15
|
+
return this.view.getController("tree");
|
|
16
|
+
}
|
|
17
17
|
async call(key, args) {
|
|
18
18
|
var _a;
|
|
19
19
|
if (key === runtime.SysUIActionTag.REFRESH_ALL) {
|
|
20
|
-
await this.
|
|
20
|
+
await this.xdataControl.refresh();
|
|
21
21
|
return null;
|
|
22
22
|
}
|
|
23
23
|
if (key === runtime.SysUIActionTag.REFRESH) {
|
|
24
24
|
if ((_a = args == null ? void 0 : args.data) == null ? void 0 : _a[0]) {
|
|
25
|
-
await this.
|
|
25
|
+
await this.xdataControl.refreshNodeChildren(
|
|
26
|
+
args.data[0],
|
|
27
|
+
false
|
|
28
|
+
);
|
|
26
29
|
} else {
|
|
27
|
-
await this.
|
|
30
|
+
await this.xdataControl.refresh();
|
|
28
31
|
}
|
|
29
32
|
return null;
|
|
30
33
|
}
|
|
31
34
|
if (key === runtime.SysUIActionTag.REFRESH_PARENT) {
|
|
32
|
-
await this.
|
|
35
|
+
await this.xdataControl.refreshNodeChildren(
|
|
36
|
+
args.data[0],
|
|
37
|
+
true
|
|
38
|
+
);
|
|
33
39
|
return null;
|
|
34
40
|
}
|
|
35
41
|
if (key === runtime.SysUIActionTag.EXPAND) {
|
|
@@ -42,7 +48,10 @@ class TreeViewEngine extends runtime.MDViewEngine {
|
|
|
42
48
|
if (!tag) {
|
|
43
49
|
throw new core.RuntimeError(ibiz.i18n.t("viewEngine.noExpandTag"));
|
|
44
50
|
}
|
|
45
|
-
this.
|
|
51
|
+
this.xdataControl.changeCollapse({
|
|
52
|
+
tag,
|
|
53
|
+
expand: true
|
|
54
|
+
});
|
|
46
55
|
return null;
|
|
47
56
|
}
|
|
48
57
|
if (key === runtime.SysUIActionTag.COLLAPSE) {
|
|
@@ -55,19 +64,38 @@ class TreeViewEngine extends runtime.MDViewEngine {
|
|
|
55
64
|
if (!tag) {
|
|
56
65
|
throw new core.RuntimeError(ibiz.i18n.t("viewEngine.noCollapseTag"));
|
|
57
66
|
}
|
|
58
|
-
this.
|
|
67
|
+
this.xdataControl.changeCollapse({
|
|
68
|
+
tag,
|
|
69
|
+
expand: false
|
|
70
|
+
});
|
|
59
71
|
return null;
|
|
60
72
|
}
|
|
61
73
|
if (key === runtime.SysUIActionTag.EXPANDALL) {
|
|
62
|
-
this.
|
|
74
|
+
this.xdataControl.changeCollapse({ expand: true });
|
|
63
75
|
return null;
|
|
64
76
|
}
|
|
65
77
|
if (key === runtime.SysUIActionTag.COLLAPSEALL) {
|
|
66
|
-
this.
|
|
78
|
+
this.xdataControl.changeCollapse({ expand: false });
|
|
67
79
|
return null;
|
|
68
80
|
}
|
|
69
81
|
return super.call(key, args);
|
|
70
82
|
}
|
|
83
|
+
async openData(args) {
|
|
84
|
+
const { data, event } = args;
|
|
85
|
+
const result = await this.xdataControl.openData(
|
|
86
|
+
data[0],
|
|
87
|
+
event
|
|
88
|
+
);
|
|
89
|
+
return result;
|
|
90
|
+
}
|
|
91
|
+
async newData(args) {
|
|
92
|
+
const { data, event } = args;
|
|
93
|
+
const result = await this.xdataControl.newData(
|
|
94
|
+
data[0],
|
|
95
|
+
event
|
|
96
|
+
);
|
|
97
|
+
return result;
|
|
98
|
+
}
|
|
71
99
|
}
|
|
72
100
|
|
|
73
101
|
exports.TreeViewEngine = TreeViewEngine;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/vue3-components",
|
|
3
|
-
"version": "0.7.41-alpha.
|
|
3
|
+
"version": "0.7.41-alpha.17",
|
|
4
4
|
"description": "web端组件库(vue3)",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"@ibiz-template-plugin/gantt": "0.1.8-alpha.270",
|
|
35
35
|
"@ibiz-template-plugin/bi-report": "0.0.26",
|
|
36
36
|
"@ibiz-template-plugin/data-view": "0.0.4",
|
|
37
|
-
"@ibiz-template/core": "0.7.41-alpha.
|
|
37
|
+
"@ibiz-template/core": "0.7.41-alpha.17",
|
|
38
38
|
"@ibiz-template/devtool": "0.0.11",
|
|
39
|
-
"@ibiz-template/model-helper": "0.7.41-alpha.
|
|
40
|
-
"@ibiz-template/runtime": "0.7.41-alpha.
|
|
39
|
+
"@ibiz-template/model-helper": "0.7.41-alpha.17",
|
|
40
|
+
"@ibiz-template/runtime": "0.7.41-alpha.17",
|
|
41
41
|
"@ibiz-template/theme": "0.7.39",
|
|
42
|
-
"@ibiz-template/vue3-util": "0.7.41-alpha.
|
|
43
|
-
"@ibiz-template/web-theme": "3.
|
|
42
|
+
"@ibiz-template/vue3-util": "0.7.41-alpha.17",
|
|
43
|
+
"@ibiz-template/web-theme": "3.8.0",
|
|
44
44
|
"@ibiz/model-core": "^0.1.79",
|
|
45
45
|
"@imengyu/vue3-context-menu": "^1.3.5",
|
|
46
46
|
"@monaco-editor/loader": "^1.4.0",
|
|
@@ -66,14 +66,16 @@
|
|
|
66
66
|
"vue-i18n": "^9.6.5",
|
|
67
67
|
"vue-router": "^4.2.5",
|
|
68
68
|
"vuedraggable": "^4.1.0",
|
|
69
|
+
"sortablejs": "^1.15.6",
|
|
69
70
|
"snabbdom": "^3.3.1",
|
|
70
71
|
"xlsx": "^0.18.5"
|
|
71
72
|
},
|
|
72
73
|
"devDependencies": {
|
|
73
74
|
"@commitlint/cli": "^18.5.0",
|
|
74
75
|
"@commitlint/config-conventional": "^18.5.0",
|
|
75
|
-
"@ibiz-template/cli": "^0.3.
|
|
76
|
+
"@ibiz-template/cli": "^0.3.23",
|
|
76
77
|
"@types/lodash-es": "^4.17.12",
|
|
78
|
+
"@types/sortablejs": "^1.15.8",
|
|
77
79
|
"@types/node": "^20.11.5",
|
|
78
80
|
"@types/nprogress": "^0.2.3",
|
|
79
81
|
"@types/qs": "^6.9.11",
|