@ibiz-template/vue3-components 0.7.30-alpha.3 → 0.7.30
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/chart-J-0VPQfg.js +1 -0
- package/dist/index-5Hb8nfPm.js +4 -0
- package/dist/index-YQyitjSg.js +1 -0
- package/dist/index-trS6uS3E.js +1 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/wang-editor-AcjI1Mdj.js +1 -0
- package/dist/{xlsx-util-cTIccUxx.js → xlsx-util-sKVlHqdj.js} +1 -1
- package/es/common/fullscreen-toolbar/fullscreen-toolbar.css +1 -1
- package/es/common/fullscreen-toolbar/fullscreen-toolbar.mjs +10 -0
- package/es/control/chart/chart.css +1 -1
- package/es/control/chart/chart.d.ts +5 -5
- package/es/control/chart/chart.mjs +32 -21
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +16 -13
- package/es/control/dashboard/portlet/report-portlet/report-portlet.provider.d.ts +2 -2
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +15 -12
- package/es/control/list/list.mjs +13 -1
- package/es/control/tree-grid/index.d.ts +1 -0
- package/es/control/tree-grid/tree-grid.d.ts +1 -0
- package/es/control/tree-grid/tree-grid.mjs +4 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/index.d.ts +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.d.ts +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.mjs +4 -9
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.d.ts +1 -1
- package/es/editor/html/wang-editor/wang-editor.mjs +3 -0
- package/es/locale/en/index.d.ts +9 -4
- package/es/locale/en/index.mjs +6 -6
- package/es/locale/zh-CN/index.d.ts +9 -4
- package/es/locale/zh-CN/index.mjs +6 -6
- package/es/panel-component/short-cut/index.d.ts +1 -1
- package/es/panel-component/short-cut/short-cut.d.ts +1 -1
- package/es/util/fullscreen/fullscreen-util.d.ts +8 -2
- package/es/util/fullscreen/fullscreen-util.mjs +22 -2
- package/es/view-engine/edit-view.engine.mjs +28 -32
- package/lib/common/fullscreen-toolbar/fullscreen-toolbar.cjs +10 -0
- package/lib/common/fullscreen-toolbar/fullscreen-toolbar.css +1 -1
- package/lib/control/chart/chart.cjs +32 -21
- package/lib/control/chart/chart.css +1 -1
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/list/list.cjs +13 -1
- package/lib/control/tree-grid/tree-grid.cjs +4 -1
- package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.cjs +3 -8
- package/lib/editor/html/wang-editor/wang-editor.cjs +3 -0
- package/lib/locale/en/index.cjs +6 -6
- package/lib/locale/zh-CN/index.cjs +6 -6
- package/lib/util/fullscreen/fullscreen-util.cjs +22 -2
- package/lib/view-engine/edit-view.engine.cjs +28 -32
- package/package.json +9 -8
- package/dist/chart-JFzIz6Oa.js +0 -1
- package/dist/index-Nw4GzACH.js +0 -1
- package/dist/index-Va9AxP7w.js +0 -4
- package/dist/index-qjfHTzTv.js +0 -1
- package/dist/wang-editor-YqnK5uQU.js +0 -1
- /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.28_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.30_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.28_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.30_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
|
@@ -418,12 +418,14 @@ const IBizHtml = /* @__PURE__ */ defineComponent({
|
|
|
418
418
|
return createVNode("i", {
|
|
419
419
|
"class": "fa fa-compress",
|
|
420
420
|
"aria-hidden": "true",
|
|
421
|
+
"title": ibiz.i18n.t("editor.html.reduce"),
|
|
421
422
|
"onClick": () => changeFullScreenState()
|
|
422
423
|
}, null);
|
|
423
424
|
}
|
|
424
425
|
return createVNode("i", {
|
|
425
426
|
"class": "fa fa-expand",
|
|
426
427
|
"aria-hidden": "true",
|
|
428
|
+
"title": ibiz.i18n.t("editor.html.expand"),
|
|
427
429
|
"onClick": () => changeFullScreenState()
|
|
428
430
|
}, null);
|
|
429
431
|
}
|
|
@@ -436,6 +438,7 @@ const IBizHtml = /* @__PURE__ */ defineComponent({
|
|
|
436
438
|
}, [hasEnableEdit.value && enableEdit.value && readonlyState.value ? createVNode("i", {
|
|
437
439
|
"class": "fa fa-edit",
|
|
438
440
|
"aria-hidden": "true",
|
|
441
|
+
"title": ibiz.i18n.t("editor.html.enableedit"),
|
|
439
442
|
"onClick": () => changeEditState()
|
|
440
443
|
}, null) : null, isAllowRenderFullScreen()]);
|
|
441
444
|
}
|
package/es/locale/en/index.d.ts
CHANGED
|
@@ -669,6 +669,11 @@ declare const _default: {
|
|
|
669
669
|
conditionalValues: string;
|
|
670
670
|
};
|
|
671
671
|
firstregister: string;
|
|
672
|
+
recordNav: {
|
|
673
|
+
noFoundCtrl: string;
|
|
674
|
+
firstRecord: string;
|
|
675
|
+
lastRecord: string;
|
|
676
|
+
};
|
|
672
677
|
};
|
|
673
678
|
deAction: {
|
|
674
679
|
responseDataError: string;
|
|
@@ -741,9 +746,6 @@ declare const _default: {
|
|
|
741
746
|
refreshRemind: string;
|
|
742
747
|
confirmRefreshPrompt: string;
|
|
743
748
|
missingErr: string;
|
|
744
|
-
noFoundViewId: string;
|
|
745
|
-
firstPieceOfData: string;
|
|
746
|
-
lastPieceOfData: string;
|
|
747
749
|
subclassAchieve: string;
|
|
748
750
|
missingConfigErr: string;
|
|
749
751
|
noFoundLayoutOccupied: string;
|
|
@@ -969,7 +971,7 @@ declare const _default: {
|
|
|
969
971
|
};
|
|
970
972
|
chart: {
|
|
971
973
|
chartPlaceholder: string;
|
|
972
|
-
|
|
974
|
+
drillDetail: string;
|
|
973
975
|
};
|
|
974
976
|
dashboard: {
|
|
975
977
|
customDashboardContainer: {
|
|
@@ -1170,6 +1172,9 @@ declare const _default: {
|
|
|
1170
1172
|
customTips: string;
|
|
1171
1173
|
emoji: string;
|
|
1172
1174
|
};
|
|
1175
|
+
enableedit: string;
|
|
1176
|
+
expand: string;
|
|
1177
|
+
reduce: string;
|
|
1173
1178
|
};
|
|
1174
1179
|
markdown: {
|
|
1175
1180
|
uploadJsonFormatErr: string;
|
package/es/locale/en/index.mjs
CHANGED
|
@@ -73,10 +73,7 @@ var index = {
|
|
|
73
73
|
refreshPagePrompt: "The data has been modified. Do you want to refresh the page?",
|
|
74
74
|
refreshRemind: "Refresh reminder",
|
|
75
75
|
confirmRefreshPrompt: "The form data has been modified. Are you sure you want to refresh it?",
|
|
76
|
-
missingErr: "context missing
|
|
77
|
-
noFoundViewId: "Cannot find the view whose id is {id}",
|
|
78
|
-
firstPieceOfData: "This is already the first piece of data",
|
|
79
|
-
lastPieceOfData: "This is already the last piece of data",
|
|
76
|
+
missingErr: "context missing srfnavctrlid",
|
|
80
77
|
subclassAchieve: "Subclass implementation",
|
|
81
78
|
missingConfigErr: "Missing configuration for a list component called simplelist",
|
|
82
79
|
noFoundLayoutOccupied: "No tabexppanel layout placeholders found",
|
|
@@ -303,7 +300,7 @@ var index = {
|
|
|
303
300
|
},
|
|
304
301
|
chart: {
|
|
305
302
|
chartPlaceholder: "Chart",
|
|
306
|
-
|
|
303
|
+
drillDetail: "drillDetail"
|
|
307
304
|
},
|
|
308
305
|
dashboard: {
|
|
309
306
|
customDashboardContainer: {
|
|
@@ -505,7 +502,10 @@ var index = {
|
|
|
505
502
|
wangEditor: {
|
|
506
503
|
customTips: "Custom tip",
|
|
507
504
|
emoji: "Emoji"
|
|
508
|
-
}
|
|
505
|
+
},
|
|
506
|
+
enableedit: "Enable edit",
|
|
507
|
+
expand: "Expand",
|
|
508
|
+
reduce: "Reduce"
|
|
509
509
|
},
|
|
510
510
|
markdown: {
|
|
511
511
|
uploadJsonFormatErr: "The configuration of uploadparams did not follow the standard JSON format",
|
|
@@ -667,6 +667,11 @@ declare const _default: {
|
|
|
667
667
|
conditionalValues: string;
|
|
668
668
|
};
|
|
669
669
|
firstregister: string;
|
|
670
|
+
recordNav: {
|
|
671
|
+
noFoundCtrl: string;
|
|
672
|
+
firstRecord: string;
|
|
673
|
+
lastRecord: string;
|
|
674
|
+
};
|
|
670
675
|
};
|
|
671
676
|
deAction: {
|
|
672
677
|
responseDataError: string;
|
|
@@ -739,9 +744,6 @@ declare const _default: {
|
|
|
739
744
|
refreshRemind: string;
|
|
740
745
|
confirmRefreshPrompt: string;
|
|
741
746
|
missingErr: string;
|
|
742
|
-
noFoundViewId: string;
|
|
743
|
-
firstPieceOfData: string;
|
|
744
|
-
lastPieceOfData: string;
|
|
745
747
|
subclassAchieve: string;
|
|
746
748
|
missingConfigErr: string;
|
|
747
749
|
noFoundLayoutOccupied: string;
|
|
@@ -963,7 +965,7 @@ declare const _default: {
|
|
|
963
965
|
};
|
|
964
966
|
chart: {
|
|
965
967
|
chartPlaceholder: string;
|
|
966
|
-
|
|
968
|
+
drillDetail: string;
|
|
967
969
|
};
|
|
968
970
|
dashboard: {
|
|
969
971
|
customDashboardContainer: {
|
|
@@ -1164,6 +1166,9 @@ declare const _default: {
|
|
|
1164
1166
|
customTips: string;
|
|
1165
1167
|
emoji: string;
|
|
1166
1168
|
};
|
|
1169
|
+
enableedit: string;
|
|
1170
|
+
expand: string;
|
|
1171
|
+
reduce: string;
|
|
1167
1172
|
};
|
|
1168
1173
|
markdown: {
|
|
1169
1174
|
uploadJsonFormatErr: string;
|
|
@@ -73,10 +73,7 @@ var index = {
|
|
|
73
73
|
refreshPagePrompt: "\u6570\u636E\u5DF2\u88AB\u4FEE\u6539\u662F\u5426\u5237\u65B0\u9875\u9762\uFF1F",
|
|
74
74
|
refreshRemind: "\u5237\u65B0\u63D0\u9192",
|
|
75
75
|
confirmRefreshPrompt: "\u8868\u5355\u6570\u636E\u5DF2\u7ECF\u4FEE\u6539\uFF0C\u786E\u5B9A\u8981\u5237\u65B0\uFF1F",
|
|
76
|
-
missingErr: "
|
|
77
|
-
noFoundViewId: "\u627E\u4E0D\u5230id\u662F{id}\u7684\u89C6\u56FE",
|
|
78
|
-
firstPieceOfData: "\u5DF2\u7ECF\u662F\u7B2C\u4E00\u6761\u6570\u636E\u4E86",
|
|
79
|
-
lastPieceOfData: "\u5DF2\u7ECF\u662F\u6700\u540E\u4E00\u6761\u6570\u636E\u4E86",
|
|
76
|
+
missingErr: "\u5E94\u7528\u4E0A\u4E0B\u6587\u7F3A\u5C11srfnavctrlid",
|
|
80
77
|
subclassAchieve: "\u5B50\u7C7B\u5B9E\u73B0",
|
|
81
78
|
missingConfigErr: "\u7F3A\u5C11\u914D\u7F6E\u53EBsimplelist\u7684\u5217\u8868\u90E8\u4EF6",
|
|
82
79
|
noFoundLayoutOccupied: "\u672A\u627E\u5230tabexppanel\u5E03\u5C40\u5360\u4F4D",
|
|
@@ -299,7 +296,7 @@ var index = {
|
|
|
299
296
|
},
|
|
300
297
|
chart: {
|
|
301
298
|
chartPlaceholder: "\u56FE\u8868",
|
|
302
|
-
|
|
299
|
+
drillDetail: "\u68C0\u67E5\u660E\u7EC6"
|
|
303
300
|
},
|
|
304
301
|
dashboard: {
|
|
305
302
|
customDashboardContainer: {
|
|
@@ -501,7 +498,10 @@ var index = {
|
|
|
501
498
|
wangEditor: {
|
|
502
499
|
customTips: "\u81EA\u5B9A\u4E49\u63D0\u793A",
|
|
503
500
|
emoji: "\u8868\u60C5"
|
|
504
|
-
}
|
|
501
|
+
},
|
|
502
|
+
enableedit: "\u7F16\u8F91",
|
|
503
|
+
expand: "\u653E\u5927",
|
|
504
|
+
reduce: "\u7F29\u5C0F"
|
|
505
505
|
},
|
|
506
506
|
markdown: {
|
|
507
507
|
uploadJsonFormatErr: "\u914D\u7F6Euploadparams\u6CA1\u6709\u6309\u6807\u51C6JSON\u683C\u5F0F",
|
|
@@ -19,7 +19,7 @@ export declare const IBizShortCut: import("@ibiz-template/vue3-util").TypeWithIn
|
|
|
19
19
|
srfsessionid: string;
|
|
20
20
|
srfappid: string;
|
|
21
21
|
srfsimple?: boolean | undefined;
|
|
22
|
-
|
|
22
|
+
srfnavctrlid?: string | undefined;
|
|
23
23
|
};
|
|
24
24
|
params: IParams;
|
|
25
25
|
openMode: string;
|
|
@@ -23,7 +23,7 @@ export declare const ShortCut: import("vue").DefineComponent<{
|
|
|
23
23
|
srfsessionid: string;
|
|
24
24
|
srfappid: string;
|
|
25
25
|
srfsimple?: boolean | undefined;
|
|
26
|
-
|
|
26
|
+
srfnavctrlid?: string | undefined;
|
|
27
27
|
};
|
|
28
28
|
params: IParams;
|
|
29
29
|
openMode: string;
|
|
@@ -10,16 +10,22 @@ export declare class FullscreenUtil {
|
|
|
10
10
|
* @memberof FullscreenUtil
|
|
11
11
|
*/
|
|
12
12
|
constructor();
|
|
13
|
+
/**
|
|
14
|
+
* 全屏样式
|
|
15
|
+
* @author fzh
|
|
16
|
+
* @date 2024-07-15 19:39:40
|
|
17
|
+
*/
|
|
18
|
+
FullscreenClass: string;
|
|
13
19
|
/**
|
|
14
20
|
* 指定元素全屏
|
|
15
21
|
* @author fzh
|
|
16
22
|
* @date 2024-07-09 19:39:40
|
|
17
23
|
*/
|
|
18
|
-
openElementFullscreen(div: HTMLDivElement): void;
|
|
24
|
+
openElementFullscreen(div: HTMLDivElement, data?: IData): void;
|
|
19
25
|
/**
|
|
20
26
|
* 页面退出全屏
|
|
21
27
|
* @author fzh
|
|
22
28
|
* @date 2024-07-09 19:39:40
|
|
23
29
|
*/
|
|
24
|
-
|
|
30
|
+
closeElementFullscreen(): void;
|
|
25
31
|
}
|
|
@@ -3,21 +3,41 @@ import ElementPlus from 'element-plus';
|
|
|
3
3
|
import { IBizFullscreenToolbar } from '../../common/fullscreen-toolbar/fullscreen-toolbar.mjs';
|
|
4
4
|
|
|
5
5
|
"use strict";
|
|
6
|
+
var __defProp = Object.defineProperty;
|
|
7
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
+
var __publicField = (obj, key, value) => {
|
|
9
|
+
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
10
|
+
return value;
|
|
11
|
+
};
|
|
6
12
|
class FullscreenUtil {
|
|
7
13
|
/**
|
|
8
14
|
* Creates an instance of FullscreenUtil.
|
|
9
15
|
* @memberof FullscreenUtil
|
|
10
16
|
*/
|
|
11
17
|
constructor() {
|
|
18
|
+
/**
|
|
19
|
+
* 全屏样式
|
|
20
|
+
* @author fzh
|
|
21
|
+
* @date 2024-07-15 19:39:40
|
|
22
|
+
*/
|
|
23
|
+
__publicField(this, "FullscreenClass", "");
|
|
12
24
|
}
|
|
13
25
|
/**
|
|
14
26
|
* 指定元素全屏
|
|
15
27
|
* @author fzh
|
|
16
28
|
* @date 2024-07-09 19:39:40
|
|
17
29
|
*/
|
|
18
|
-
openElementFullscreen(div) {
|
|
30
|
+
openElementFullscreen(div, data) {
|
|
31
|
+
if (!this.FullscreenClass && data) {
|
|
32
|
+
if (data.class) {
|
|
33
|
+
this.FullscreenClass = data.class;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
19
36
|
if (!document.fullscreenElement && div) {
|
|
20
37
|
div.requestFullscreen();
|
|
38
|
+
if (this.FullscreenClass) {
|
|
39
|
+
div.classList.toggle(this.FullscreenClass);
|
|
40
|
+
}
|
|
21
41
|
div.style.background = "white";
|
|
22
42
|
const content = document.createElement("div");
|
|
23
43
|
content.id = "fullscreen";
|
|
@@ -35,7 +55,7 @@ class FullscreenUtil {
|
|
|
35
55
|
* @author fzh
|
|
36
56
|
* @date 2024-07-09 19:39:40
|
|
37
57
|
*/
|
|
38
|
-
|
|
58
|
+
closeElementFullscreen() {
|
|
39
59
|
document.exitFullscreen();
|
|
40
60
|
}
|
|
41
61
|
}
|
|
@@ -424,54 +424,50 @@ class EditViewEngine extends ViewEngineBase {
|
|
|
424
424
|
* @param {string} type
|
|
425
425
|
*/
|
|
426
426
|
async changeRecord(type) {
|
|
427
|
-
|
|
428
|
-
|
|
427
|
+
var _a;
|
|
428
|
+
const controlId = "".concat(this.view.context.srfnavctrlid);
|
|
429
|
+
if (!controlId) {
|
|
429
430
|
throw new RuntimeError(ibiz.i18n.t("viewEngine.missingErr"));
|
|
430
431
|
}
|
|
431
|
-
const
|
|
432
|
-
if (!view) {
|
|
433
|
-
throw new RuntimeError(
|
|
434
|
-
ibiz.i18n.t("viewEngine.noFoundViewId", { id: viewId })
|
|
435
|
-
);
|
|
436
|
-
}
|
|
437
|
-
const items = await view.call(ViewCallTag.GET_ALL_DATA);
|
|
438
|
-
const index = items.findIndex(
|
|
439
|
-
(item) => item.srfkey === this.form.state.data.srfkey
|
|
440
|
-
);
|
|
432
|
+
const dataKey = this.form.state.data.srfkey;
|
|
441
433
|
let targetItem;
|
|
442
434
|
switch (type) {
|
|
443
435
|
case SysUIActionTag.FIRST_RECORD:
|
|
444
|
-
|
|
445
|
-
ibiz.message.info(ibiz.i18n.t("viewEngine.firstPieceOfData"));
|
|
446
|
-
return;
|
|
447
|
-
}
|
|
448
|
-
targetItem = items[0];
|
|
436
|
+
targetItem = await ibiz.util.record.getFirstRecord(controlId, dataKey);
|
|
449
437
|
break;
|
|
450
438
|
case SysUIActionTag.LAST_RECORD:
|
|
451
|
-
|
|
452
|
-
ibiz.message.info(ibiz.i18n.t("viewEngine.lastPieceOfData"));
|
|
453
|
-
return;
|
|
454
|
-
}
|
|
455
|
-
targetItem = items[items.length - 1];
|
|
439
|
+
targetItem = await ibiz.util.record.getLastRecord(controlId, dataKey);
|
|
456
440
|
break;
|
|
457
441
|
case SysUIActionTag.PREV_RECORD:
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
targetItem = items[index - 1];
|
|
442
|
+
targetItem = await ibiz.util.record.getPreviousRecord(
|
|
443
|
+
controlId,
|
|
444
|
+
dataKey
|
|
445
|
+
);
|
|
463
446
|
break;
|
|
464
447
|
case SysUIActionTag.NEXT_RECORD:
|
|
465
|
-
|
|
466
|
-
ibiz.message.info(ibiz.i18n.t("viewEngine.lastPieceOfData"));
|
|
467
|
-
return;
|
|
468
|
-
}
|
|
469
|
-
targetItem = items[index + 1];
|
|
448
|
+
targetItem = await ibiz.util.record.getNextRecord(controlId, dataKey);
|
|
470
449
|
break;
|
|
471
450
|
default:
|
|
472
451
|
break;
|
|
473
452
|
}
|
|
474
453
|
if (targetItem) {
|
|
454
|
+
const appDataEntity = await ibiz.hub.getAppDataEntity(
|
|
455
|
+
this.form.model.appDataEntityId,
|
|
456
|
+
this.form.context.srfappid
|
|
457
|
+
);
|
|
458
|
+
if (appDataEntity && appDataEntity.minorAppDERSs && appDataEntity.minorAppDERSs.length > 0) {
|
|
459
|
+
(_a = appDataEntity.minorAppDERSs) == null ? void 0 : _a.forEach((minorAppDERS) => {
|
|
460
|
+
if (minorAppDERS.majorAppDataEntityId && minorAppDERS.parentAppDEFieldId) {
|
|
461
|
+
const majorAppDataEntityCodeName = calcDeCodeNameById(
|
|
462
|
+
minorAppDERS.majorAppDataEntityId
|
|
463
|
+
);
|
|
464
|
+
if (majorAppDataEntityCodeName && targetItem[minorAppDERS.parentAppDEFieldId]) {
|
|
465
|
+
this.view.context[majorAppDataEntityCodeName] = targetItem[minorAppDERS.parentAppDEFieldId];
|
|
466
|
+
this.form.context[majorAppDataEntityCodeName] = targetItem[minorAppDERS.parentAppDEFieldId];
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
});
|
|
470
|
+
}
|
|
475
471
|
this.view.context[this.deName] = targetItem.srfkey;
|
|
476
472
|
this.form.context[this.deName] = targetItem.srfkey;
|
|
477
473
|
this.load();
|
|
@@ -106,10 +106,19 @@ const IBizFullscreenToolbar = /* @__PURE__ */ vue.defineComponent({
|
|
|
106
106
|
app.mount(content);
|
|
107
107
|
}
|
|
108
108
|
};
|
|
109
|
+
const clearFullscreenClass = () => {
|
|
110
|
+
if (ibiz.fullscreenUtil.FullscreenClass) {
|
|
111
|
+
const divFull = document.querySelector(".".concat(ibiz.fullscreenUtil.FullscreenClass));
|
|
112
|
+
if (divFull) {
|
|
113
|
+
divFull.classList.toggle(ibiz.fullscreenUtil.FullscreenClass);
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
};
|
|
109
117
|
const compressArrowsClick = () => {
|
|
110
118
|
const div = document.getElementById("fullscreen");
|
|
111
119
|
if (div) {
|
|
112
120
|
document.exitFullscreen();
|
|
121
|
+
clearFullscreenClass();
|
|
113
122
|
if (div.parentElement) {
|
|
114
123
|
div.parentElement.removeChild(div);
|
|
115
124
|
}
|
|
@@ -121,6 +130,7 @@ const IBizFullscreenToolbar = /* @__PURE__ */ vue.defineComponent({
|
|
|
121
130
|
} else {
|
|
122
131
|
const div = document.getElementById("fullscreen");
|
|
123
132
|
if (div) {
|
|
133
|
+
clearFullscreenClass();
|
|
124
134
|
if (div.parentElement) {
|
|
125
135
|
div.parentElement.removeChild(div);
|
|
126
136
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ibiz-fullscreen-toolbar{position:fixed;bottom:28px;left:0;display:flex;flex-flow:row nowrap;place-content:center center;align-items:center;width:100%;height:30px}.ibiz-fullscreen-toolbar__wrapper{z-index:101;display:flex;flex-flow:row nowrap;place-content:center center;align-items:center;width:100%;height:inherit}.ibiz-fullscreen-toolbar__wrapper:hover .ibiz-fullscreen-toolbar__wrapper-content{display:flex}.ibiz-fullscreen-toolbar__wrapper-content{z-index:101;display:none;flex-flow:row nowrap;place-content:center center;align-items:center;width:169px;height:56px;padding:12px 16px;background-color:#333;border-radius:6px}.ibiz-fullscreen-toolbar__item{display:flex;flex-flow:row nowrap;place-content:center center;align-items:center;width:32px;height:32px;padding:8px;margin-right:8px;cursor:pointer;border-radius:4px;fill:#fff}.ibiz-fullscreen-toolbar__item:hover{background-color:#5c5c5c;fill:#6698ff}.ibiz-fullscreen-toolbar__divider{position:relative;box-sizing:border-box;display:inline-block;height:1rem;padding:0;margin:0;margin:0 16px;font-size:.875rem;line-height:1.5715;color:#333;vertical-align:middle;list-style:none;border-top:0;border-left:1px solid #666}.ibiz-fullscreen-toolbar__canvas{z-index:100}.ibiz-fullscreen-toolbar__canvas>.cursor{cursor:none!important}.ibiz-fullscreen-toolbar__canvas>.nocursor{display:none!important}.ibiz-fullscreen-toolbar__canvas>canvas{position:fixed;top:0;left:0;z-index:-1;width:100vw;height:100vh;background:0 0}.ibiz-fullscreen-toolbar__tooltip .el-popper__arrow{display:block}
|
|
1
|
+
.ibiz-fullscreen-toolbar{position:fixed;bottom:28px;left:0;z-index:100;display:flex;flex-flow:row nowrap;place-content:center center;align-items:center;width:100%;height:30px}.ibiz-fullscreen-toolbar__wrapper{z-index:101;display:flex;flex-flow:row nowrap;place-content:center center;align-items:center;width:100%;height:inherit}.ibiz-fullscreen-toolbar__wrapper:hover .ibiz-fullscreen-toolbar__wrapper-content{display:flex}.ibiz-fullscreen-toolbar__wrapper-content{z-index:101;display:none;flex-flow:row nowrap;place-content:center center;align-items:center;width:169px;height:56px;padding:12px 16px;background-color:#333;border-radius:6px}.ibiz-fullscreen-toolbar__item{display:flex;flex-flow:row nowrap;place-content:center center;align-items:center;width:32px;height:32px;padding:8px;margin-right:8px;cursor:pointer;border-radius:4px;fill:#fff}.ibiz-fullscreen-toolbar__item:hover{background-color:#5c5c5c;fill:#6698ff}.ibiz-fullscreen-toolbar__divider{position:relative;box-sizing:border-box;display:inline-block;height:1rem;padding:0;margin:0;margin:0 16px;font-size:.875rem;line-height:1.5715;color:#333;vertical-align:middle;list-style:none;border-top:0;border-left:1px solid #666}.ibiz-fullscreen-toolbar__canvas{z-index:100}.ibiz-fullscreen-toolbar__canvas>.cursor{cursor:none!important}.ibiz-fullscreen-toolbar__canvas>.nocursor{display:none!important}.ibiz-fullscreen-toolbar__canvas>canvas{position:fixed;top:0;left:0;z-index:-1;width:100vw;height:100vh;background:0 0}.ibiz-fullscreen-toolbar__tooltip .el-popper__arrow{display:block}
|
|
@@ -48,7 +48,7 @@ const ChartControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
48
48
|
required: false
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
emits: ["
|
|
51
|
+
emits: ["drillDetail"],
|
|
52
52
|
setup(props, {
|
|
53
53
|
emit
|
|
54
54
|
}) {
|
|
@@ -58,8 +58,8 @@ const ChartControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
58
58
|
const maxHeight = vue.ref(0);
|
|
59
59
|
const uuid = qxUtil.createUUID();
|
|
60
60
|
const showCheck = vue.ref(false);
|
|
61
|
-
const
|
|
62
|
-
const
|
|
61
|
+
const drillDetailPos = vue.ref({});
|
|
62
|
+
const drillDetailRef = vue.ref();
|
|
63
63
|
let func;
|
|
64
64
|
let tempParams;
|
|
65
65
|
const initSimpleData = () => {
|
|
@@ -97,7 +97,7 @@ const ChartControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
97
97
|
const getGridData = () => {
|
|
98
98
|
return c.state.gridData || [];
|
|
99
99
|
};
|
|
100
|
-
const
|
|
100
|
+
const computedDrillDetailPos = (params) => {
|
|
101
101
|
if (params.event) {
|
|
102
102
|
const event = params.event.event;
|
|
103
103
|
event.stopPropagation();
|
|
@@ -106,7 +106,7 @@ const ChartControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
106
106
|
offsetX,
|
|
107
107
|
offsetY
|
|
108
108
|
} = params.event;
|
|
109
|
-
|
|
109
|
+
drillDetailPos.value = {
|
|
110
110
|
top: "".concat(offsetY, "px"),
|
|
111
111
|
left: "".concat(offsetX + 16, "px")
|
|
112
112
|
};
|
|
@@ -125,31 +125,42 @@ const ChartControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
125
125
|
resizeObserver.observe(chartRef.value);
|
|
126
126
|
}
|
|
127
127
|
setHeight();
|
|
128
|
-
|
|
128
|
+
const drillDetails = (_b = (_a = props.modelData.controlParam) == null ? void 0 : _a.ctrlParams) == null ? void 0 : _b.ENABLEDRILLDETAIL;
|
|
129
|
+
if (drillDetails == null ? void 0 : drillDetails.length) {
|
|
129
130
|
chart.on("click", (params) => {
|
|
131
|
+
const serieModel = c.computedClickSerieModel(params);
|
|
132
|
+
if (!serieModel) {
|
|
133
|
+
return;
|
|
134
|
+
}
|
|
135
|
+
const tempDrill = drillDetails.find((item) => {
|
|
136
|
+
return item.name === serieModel.valueField;
|
|
137
|
+
});
|
|
138
|
+
if (!tempDrill || !tempDrill.isDrill) {
|
|
139
|
+
return;
|
|
140
|
+
}
|
|
130
141
|
tempParams = params;
|
|
131
142
|
chart.dispatchAction({
|
|
132
143
|
type: "hideTip"
|
|
133
144
|
});
|
|
134
145
|
showCheck.value = true;
|
|
135
146
|
c.changeTooltipState(false);
|
|
136
|
-
func = vue3Util.useClickOutside(
|
|
147
|
+
func = vue3Util.useClickOutside(drillDetailRef, () => {
|
|
137
148
|
showCheck.value = false;
|
|
138
149
|
c.changeTooltipState(true);
|
|
139
150
|
func.stop();
|
|
140
151
|
});
|
|
141
|
-
|
|
152
|
+
computedDrillDetailPos(params);
|
|
142
153
|
});
|
|
143
154
|
}
|
|
144
155
|
});
|
|
145
|
-
const
|
|
156
|
+
const openDrillDetail = (_event) => {
|
|
146
157
|
showCheck.value = false;
|
|
147
158
|
if (func) {
|
|
148
159
|
func.stop();
|
|
149
160
|
}
|
|
150
161
|
c.changeTooltipState(true);
|
|
151
|
-
const param = c.
|
|
152
|
-
emit("
|
|
162
|
+
const param = c.computedDrillDetailParam(tempParams);
|
|
163
|
+
emit("drillDetail", param);
|
|
153
164
|
};
|
|
154
165
|
vue.watch(() => c.state.showGrid, () => {
|
|
155
166
|
setHeight();
|
|
@@ -187,9 +198,9 @@ const ChartControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
187
198
|
chartRef,
|
|
188
199
|
uuid,
|
|
189
200
|
showCheck,
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
201
|
+
drillDetailPos,
|
|
202
|
+
drillDetailRef,
|
|
203
|
+
openDrillDetail,
|
|
193
204
|
renderGrid
|
|
194
205
|
};
|
|
195
206
|
},
|
|
@@ -213,12 +224,12 @@ const ChartControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
213
224
|
"ref": "chartRef",
|
|
214
225
|
"class": [this.ns.e("chart")]
|
|
215
226
|
}, [ibiz.i18n.t("control.chart.chartPlaceholder")]), this.showCheck ? vue.createVNode("div", {
|
|
216
|
-
"ref": "
|
|
217
|
-
"class": this.ns.e("drill-
|
|
218
|
-
"style": this.
|
|
219
|
-
"onClick": this.
|
|
227
|
+
"ref": "drillDetailRef",
|
|
228
|
+
"class": this.ns.e("drill-detail"),
|
|
229
|
+
"style": this.drillDetailPos,
|
|
230
|
+
"onClick": this.openDrillDetail
|
|
220
231
|
}, [vue.createVNode("div", {
|
|
221
|
-
"class": this.ns.em("drill-
|
|
232
|
+
"class": this.ns.em("drill-detail", "item")
|
|
222
233
|
}, [vue.createVNode("svg", {
|
|
223
234
|
"viewBox": "0 0 16 16",
|
|
224
235
|
"xmlns": "http://www.w3.org/2000/svg",
|
|
@@ -234,8 +245,8 @@ const ChartControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
234
245
|
"d": "M11.626 0c1.057 0 1.923.818 2 1.855l.005.15v3.411a.6.6 0 0 1-1.192.097l-.008-.097.001-1.348V2.005c0-.41-.31-.749-.705-.799l-.101-.006h-9.62c-.41 0-.75.308-.8.704l-.006.101v11.989c0 .41.308.75.705.8l.101.006h5.906l.017-.004.016-.003h2.074a.598.598 0 1 1 .107 1.187l-.095.01V16H2.006a2.006 2.006 0 0 1-2-1.856L0 13.994V2.005C0 .948.818.082 1.856.005L2.006 0h9.62zm-1.595 6.328a3.669 3.669 0 0 1 3.665 3.665c0 .79-.251 1.523-.678 2.123l2.412 2.412a.6.6 0 1 1-.848.85l-2.41-2.412a3.646 3.646 0 0 1-2.14.692 3.67 3.67 0 0 1-3.667-3.665 3.67 3.67 0 0 1 3.666-3.665zm-5.106 5.29a.6.6 0 0 1 .097 1.191l-.097.008H2.85a.6.6 0 0 1-.097-1.192l.097-.008h2.074zm5.106-4.09a2.468 2.468 0 0 0-2.466 2.465 2.468 2.468 0 0 0 2.466 2.466 2.47 2.47 0 0 0 2.466-2.466 2.469 2.469 0 0 0-2.466-2.465zm-4.815-.126a.6.6 0 0 1 .097 1.193l-.097.007h-2.35A.6.6 0 0 1 2.77 7.41l.098-.008h2.349zm5.58-4a.6.6 0 0 1 .097 1.192l-.097.008H2.867A.6.6 0 0 1 2.77 3.41l.097-.008h7.929z",
|
|
235
246
|
"id": "asp\u5408\u5E76\u5F62\u72B6"
|
|
236
247
|
}, null)])]), vue.createVNode("div", {
|
|
237
|
-
"class": this.ns.em("drill-
|
|
238
|
-
}, [ibiz.i18n.t("control.chart.
|
|
248
|
+
"class": this.ns.em("drill-detail", "item-text")
|
|
249
|
+
}, [ibiz.i18n.t("control.chart.drillDetail")])])]) : null]), this.c.state.showGrid ? vue.createVNode("div", {
|
|
239
250
|
"class": this.ns.e("grid")
|
|
240
251
|
}, [this.renderGrid()]) : null])])]
|
|
241
252
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ibiz-control-chart{width:100%;height:100%}.ibiz-control-chart__chart-grid{width:100%;height:100%}.ibiz-control-chart__chart-grid.is-show-grid{display:flex;height:calc(100% - 16px)}.ibiz-control-chart__chart-grid--bottom{flex-direction:column}.ibiz-control-chart__chart-grid--top{flex-direction:column-reverse}.ibiz-control-chart__chart-grid--left{flex-direction:row-reverse}.ibiz-control-chart__chart-grid--right{flex-direction:row}.ibiz-control-chart__chart-grid.is-no-data{display:none}.ibiz-control-chart__chart-grid-container{position:relative;flex:1;height:50%}.ibiz-control-chart__chart-grid-container.is-bottom{width:100%;height:50%;min-height:50%}.ibiz-control-chart__chart-grid-container.is-top{width:100%;height:50%;min-height:50%}.ibiz-control-chart__chart-grid-container.is-left{width:50%;min-width:50%;height:100%}.ibiz-control-chart__chart-grid-container.is-right{width:50%;min-width:50%;height:100%}.ibiz-control-chart__chart-grid-container.is-no-grid{flex:unset;width:100%;height:100%}.ibiz-control-chart__chart{width:100%;height:100%}.ibiz-control-chart__drill-
|
|
1
|
+
.ibiz-control-chart{width:100%;height:100%}.ibiz-control-chart__chart-grid{width:100%;height:100%}.ibiz-control-chart__chart-grid.is-show-grid{display:flex;height:calc(100% - 16px)}.ibiz-control-chart__chart-grid--bottom{flex-direction:column}.ibiz-control-chart__chart-grid--top{flex-direction:column-reverse}.ibiz-control-chart__chart-grid--left{flex-direction:row-reverse}.ibiz-control-chart__chart-grid--right{flex-direction:row}.ibiz-control-chart__chart-grid.is-no-data{display:none}.ibiz-control-chart__chart-grid-container{position:relative;flex:1;height:50%}.ibiz-control-chart__chart-grid-container.is-bottom{width:100%;height:50%;min-height:50%}.ibiz-control-chart__chart-grid-container.is-top{width:100%;height:50%;min-height:50%}.ibiz-control-chart__chart-grid-container.is-left{width:50%;min-width:50%;height:100%}.ibiz-control-chart__chart-grid-container.is-right{width:50%;min-width:50%;height:100%}.ibiz-control-chart__chart-grid-container.is-no-grid{flex:unset;width:100%;height:100%}.ibiz-control-chart__chart{width:100%;height:100%}.ibiz-control-chart__drill-detail{position:absolute;top:0;left:0;width:150px;padding:var(--ibiz-spacing-tight) 0;background:var(--ibiz-color-bg-1);border:1px solid var(--ibiz-color-border);border-radius:var(--ibiz-border-radius-small);box-shadow:var(--ibiz-color-elevated)}.ibiz-control-chart__drill-detail--item{display:flex;gap:var(--ibiz-spacing-tight);align-items:center;height:40px;padding:var(--ibiz-spacing-tight) var(--ibiz-spacing-base-loose);font-size:var(--ibiz-font-size-regular);cursor:pointer}.ibiz-control-chart__drill-detail--item:hover{background-color:var(--ibiz-color-fill-1)}.ibiz-control-chart__drill-detail--item-text{margin-bottom:var(--ibiz-spacing-super-tight)}.ibiz-control-chart__grid{flex:1;height:auto}.ibiz-control-chart__grid .cell{text-overflow:ellipsis;white-space:nowrap}.ibiz-control-chart__grid .el-table__body-wrapper{border-bottom:1px solid var(--ibiz-color-border)}.ibiz-control-chart__empty{display:none;height:100%}.ibiz-control-chart__empty.is-no-data{display:flex}.ibiz-control-chart-chart-container{width:100%;height:100%}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var vue = require('vue');
|
|
4
|
-
var namespace = require('../../node_modules/.pnpm/@ibiz-template_core@0.7.
|
|
4
|
+
var namespace = require('../../node_modules/.pnpm/@ibiz-template_core@0.7.30_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');
|
|
5
5
|
|
|
6
6
|
"use strict";
|
|
7
7
|
function useAppDRTab(c, controlRef, counterData) {
|
|
@@ -83,6 +83,15 @@ const ListControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
83
83
|
});
|
|
84
84
|
const infiniteScroll = vue.ref();
|
|
85
85
|
const infiniteScrollKey = vue.ref(qxUtil.createUUID());
|
|
86
|
+
const defaultOpens = vue.ref();
|
|
87
|
+
if (c.controlParams.defaultexpandall === "true") {
|
|
88
|
+
vue.watch(() => c.state.groups, () => {
|
|
89
|
+
if (c.state.groups.length > 0) {
|
|
90
|
+
defaultOpens.value = c.state.groups.map((x) => x.key);
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
defaultOpens.value = c.state.groups.map((x) => x.key);
|
|
94
|
+
}
|
|
86
95
|
vue.watch(() => c.state.curPage, () => {
|
|
87
96
|
var _a, _b;
|
|
88
97
|
if (c.state.curPage === 1 && (c.model.pagingMode === 2 || c.model.pagingMode === 3)) {
|
|
@@ -129,7 +138,8 @@ const ListControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
129
138
|
const panel = props.modelData.itemLayoutPanel;
|
|
130
139
|
return vue.createVNode(vue.resolveComponent("el-collapse-item"), {
|
|
131
140
|
"title": core.showTitle(group.caption),
|
|
132
|
-
"class": ns.be("group-content", "item")
|
|
141
|
+
"class": ns.be("group-content", "item"),
|
|
142
|
+
"name": group.key
|
|
133
143
|
}, {
|
|
134
144
|
default: () => [group.children.length > 0 ? group.children.map((item) => {
|
|
135
145
|
return panel ? renderPanelItem(item, panel) : renderDefaultItem(item);
|
|
@@ -142,6 +152,8 @@ const ListControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
142
152
|
let _slot;
|
|
143
153
|
if (c.model.enableGroup && !c.state.isSimple) {
|
|
144
154
|
return vue.createVNode(vue.resolveComponent("el-collapse"), {
|
|
155
|
+
"modelValue": defaultOpens.value,
|
|
156
|
+
"onUpdate:modelValue": ($event) => defaultOpens.value = $event,
|
|
145
157
|
"class": [ns.b("group-content"), ns.b("content")]
|
|
146
158
|
}, {
|
|
147
159
|
default: () => {
|
|
@@ -83,7 +83,8 @@ const TreeGridControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
83
83
|
tableData,
|
|
84
84
|
renderColumns,
|
|
85
85
|
defaultSort,
|
|
86
|
-
summaryMethod
|
|
86
|
+
summaryMethod,
|
|
87
|
+
headerDragend
|
|
87
88
|
} = gridControl_util.useAppGridBase(c, props);
|
|
88
89
|
const {
|
|
89
90
|
renderPopover
|
|
@@ -196,6 +197,7 @@ const TreeGridControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
196
197
|
renderNoData,
|
|
197
198
|
loadData,
|
|
198
199
|
summaryMethod,
|
|
200
|
+
headerDragend,
|
|
199
201
|
renderPopover,
|
|
200
202
|
renderBatchToolBar,
|
|
201
203
|
headerCssVars
|
|
@@ -228,6 +230,7 @@ const TreeGridControl = /* @__PURE__ */ vue.defineComponent({
|
|
|
228
230
|
"onRowDblclick": this.onDbRowClick,
|
|
229
231
|
"onSelectionChange": this.onSelectionChange,
|
|
230
232
|
"onSortChange": this.onSortChange,
|
|
233
|
+
"onHeaderDragend": this.headerDragend,
|
|
231
234
|
"tooltip-effect": "light",
|
|
232
235
|
"tree-props": {
|
|
233
236
|
children: "children",
|
|
@@ -24,16 +24,11 @@ const TreeGridExFieldColumn = /* @__PURE__ */ vue.defineComponent({
|
|
|
24
24
|
},
|
|
25
25
|
setup(props) {
|
|
26
26
|
const ns = vue3Util.useNamespace("tree-grid-ex-field-column");
|
|
27
|
-
const fieldValue = vue.
|
|
28
|
-
vue.watch(() => props.row.data, () => {
|
|
27
|
+
const fieldValue = vue.computed(() => {
|
|
29
28
|
if (props.row.data._nodeType !== "DE" && props.controller.isFirstShowColumn) {
|
|
30
|
-
|
|
31
|
-
} else {
|
|
32
|
-
fieldValue.value = props.row.data[props.controller.name];
|
|
29
|
+
return props.row.data._text;
|
|
33
30
|
}
|
|
34
|
-
|
|
35
|
-
deep: true,
|
|
36
|
-
immediate: true
|
|
31
|
+
return props.row.data[props.controller.name];
|
|
37
32
|
});
|
|
38
33
|
const nodeColumn = vue.computed(() => {
|
|
39
34
|
return props.controller.nodeColumnControllerMap.get(props.row.data._nodeId);
|
|
@@ -422,12 +422,14 @@ const IBizHtml = /* @__PURE__ */ vue.defineComponent({
|
|
|
422
422
|
return vue.createVNode("i", {
|
|
423
423
|
"class": "fa fa-compress",
|
|
424
424
|
"aria-hidden": "true",
|
|
425
|
+
"title": ibiz.i18n.t("editor.html.reduce"),
|
|
425
426
|
"onClick": () => changeFullScreenState()
|
|
426
427
|
}, null);
|
|
427
428
|
}
|
|
428
429
|
return vue.createVNode("i", {
|
|
429
430
|
"class": "fa fa-expand",
|
|
430
431
|
"aria-hidden": "true",
|
|
432
|
+
"title": ibiz.i18n.t("editor.html.expand"),
|
|
431
433
|
"onClick": () => changeFullScreenState()
|
|
432
434
|
}, null);
|
|
433
435
|
}
|
|
@@ -440,6 +442,7 @@ const IBizHtml = /* @__PURE__ */ vue.defineComponent({
|
|
|
440
442
|
}, [hasEnableEdit.value && enableEdit.value && readonlyState.value ? vue.createVNode("i", {
|
|
441
443
|
"class": "fa fa-edit",
|
|
442
444
|
"aria-hidden": "true",
|
|
445
|
+
"title": ibiz.i18n.t("editor.html.enableedit"),
|
|
443
446
|
"onClick": () => changeEditState()
|
|
444
447
|
}, null) : null, isAllowRenderFullScreen()]);
|
|
445
448
|
}
|