@ibiz-template/vue3-components 0.7.9 → 0.7.11
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-jfPZ04eU.js → chart-Wh3LMgZ1.js} +1 -1
- package/dist/index-0Z8KS6t6.js +1 -0
- package/dist/index-GZW20-jI.js +4 -0
- package/dist/index-OkS9bkdl.js +1 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/map-chart-A4-TpWet.js +1 -0
- package/dist/wang-editor-HlmvPsb1.js +1 -0
- package/dist/{xlsx-util-Fc3O95jH.js → xlsx-util-lBpTaCO_.js} +1 -1
- package/es/common/data-import2/data-import2.mjs +1 -1
- package/es/common/doing-notice/doing-notice.mjs +7 -5
- package/es/common/map-chart/map-chart.util.mjs +4 -1
- package/es/common/view-message/view-message.css +1 -1
- package/es/common/view-message/view-message.d.ts +848 -1
- package/es/common/view-message/view-message.mjs +52 -22
- package/es/control/app-menu/app-menu.mjs +6 -2
- package/es/control/calendar/calendar.mjs +1 -1
- package/es/control/chart/chart.mjs +1 -1
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +19000 -27
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs +4 -2
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +64 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs +14 -11
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +1 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.mjs +2 -2
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.provider.mjs +3 -1
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +17 -11
- package/es/control/gantt/gantt.d.ts +1 -0
- package/es/control/gantt/gantt.mjs +15 -4
- package/es/control/gantt/index.d.ts +1 -0
- package/es/control/grid/grid/grid.mjs +3 -1
- package/es/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.mjs +3 -1
- package/es/control/grid/row-edit-popover/row-edit-popover.mjs +9 -5
- package/es/control/grid/row-edit-popover/use-row-edit-popover.mjs +3 -3
- package/es/control/kanban/kanban.mjs +17 -9
- package/es/control/report-panel/report-detail/user2-report-panel/user2-report-panel.mjs +2 -2
- package/es/control/report-panel/report-panel.mjs +2 -2
- package/es/control/search-bar/filter-tree/filter-tree.mjs +7 -5
- package/es/control/search-bar/search-bar.mjs +2 -2
- package/es/control/search-bar/search-groups/edit-group-util.mjs +10 -2
- package/es/control/search-bar/search-groups/new-group-util.mjs +13 -3
- package/es/control/search-bar/search-groups/search-groups.d.ts +1 -1
- package/es/control/search-bar/search-groups/search-groups.mjs +47 -38
- package/es/control/toolbar/export-excel/export-excel.mjs +23 -21
- package/es/control/tree/el-tree-util.mjs +4 -2
- package/es/control/tree/tree.mjs +3 -1
- package/es/control/tree-grid/tree-grid.mjs +3 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.mjs +3 -1
- package/es/control/tree-grid-ex/tree-grid-ex.mjs +6 -2
- package/es/control/tree-grid-ex/use-row-edit-popover.mjs +3 -3
- package/es/control/wizard-panel/wizard-panel.mjs +3 -3
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +2 -1
- package/es/editor/html/html-editor.controller.mjs +11 -0
- package/es/editor/html/wang-editor/ai/ai-modules.d.ts +1 -0
- package/es/editor/html/wang-editor/ai/ai-modules.mjs +2 -2
- package/es/editor/html/wang-editor/wang-editor.mjs +11 -13
- package/es/index.mjs +1 -0
- package/es/locale/en/index.d.ts +109 -1
- package/es/locale/en/index.mjs +123 -15
- package/es/locale/zh-CN/index.d.ts +109 -1
- package/es/locale/zh-CN/index.mjs +113 -5
- package/es/panel-component/view-msg-pos/view-msg-pos.mjs +4 -1
- package/es/util/index.d.ts +1 -0
- package/es/util/index.mjs +1 -0
- package/es/util/render-util/render-util.d.ts +48 -0
- package/es/util/render-util/render-util.mjs +60 -0
- package/es/web-app/guard/auth-guard/auth-guard.mjs +6 -4
- package/es/web-app/main.mjs +2 -0
- package/lib/common/data-import2/data-import2.cjs +1 -1
- package/lib/common/doing-notice/doing-notice.cjs +6 -4
- package/lib/common/map-chart/map-chart.util.cjs +4 -1
- package/lib/common/view-message/view-message.cjs +52 -22
- package/lib/common/view-message/view-message.css +1 -1
- package/lib/control/app-menu/app-menu.cjs +6 -2
- package/lib/control/calendar/calendar.cjs +1 -1
- package/lib/control/chart/chart.cjs +1 -1
- package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +1 -1
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.cjs +1 -1
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.cjs +3 -1
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.cjs +13 -10
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.cjs +1 -1
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.cjs +1 -1
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.provider.cjs +3 -1
- package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.cjs +16 -10
- package/lib/control/gantt/gantt.cjs +14 -3
- package/lib/control/grid/grid/grid.cjs +3 -1
- package/lib/control/grid/grid-column/grid-field-edit-column/grid-field-edit-column.cjs +3 -1
- package/lib/control/grid/row-edit-popover/row-edit-popover.cjs +8 -4
- package/lib/control/grid/row-edit-popover/use-row-edit-popover.cjs +3 -3
- package/lib/control/kanban/kanban.cjs +16 -8
- package/lib/control/report-panel/report-detail/user2-report-panel/user2-report-panel.cjs +1 -1
- package/lib/control/report-panel/report-panel.cjs +1 -1
- package/lib/control/search-bar/filter-tree/filter-tree.cjs +7 -5
- package/lib/control/search-bar/search-bar.cjs +2 -2
- package/lib/control/search-bar/search-groups/edit-group-util.cjs +10 -2
- package/lib/control/search-bar/search-groups/new-group-util.cjs +13 -3
- package/lib/control/search-bar/search-groups/search-groups.cjs +46 -37
- package/lib/control/toolbar/export-excel/export-excel.cjs +23 -21
- package/lib/control/tree/el-tree-util.cjs +4 -2
- package/lib/control/tree/tree.cjs +3 -1
- package/lib/control/tree-grid/tree-grid.cjs +3 -1
- package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-edit-column/tree-grid-ex-edit-column.cjs +3 -1
- package/lib/control/tree-grid-ex/tree-grid-ex.cjs +6 -2
- package/lib/control/tree-grid-ex/use-row-edit-popover.cjs +3 -3
- package/lib/control/wizard-panel/wizard-panel.cjs +3 -3
- package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +2 -1
- package/lib/editor/html/html-editor.controller.cjs +11 -0
- package/lib/editor/html/wang-editor/ai/ai-modules.cjs +2 -2
- package/lib/editor/html/wang-editor/wang-editor.cjs +11 -13
- package/lib/index.cjs +2 -0
- package/lib/locale/en/index.cjs +123 -15
- package/lib/locale/zh-CN/index.cjs +113 -5
- package/lib/panel-component/view-msg-pos/view-msg-pos.cjs +4 -1
- package/lib/util/index.cjs +2 -0
- package/lib/util/render-util/render-util.cjs +62 -0
- package/lib/web-app/guard/auth-guard/auth-guard.cjs +6 -4
- package/lib/web-app/main.cjs +2 -0
- package/package.json +6 -6
- package/dist/index-GAvjatsT.js +0 -4
- package/dist/index-dsmTOMa5.js +0 -1
- package/dist/index-sGpuIVYT.js +0 -1
- package/dist/map-chart-cmVrWpPw.js +0 -1
- package/dist/wang-editor-mq8sQSDK.js +0 -1
|
@@ -122,7 +122,7 @@ const CustomDashboardContainer = /* @__PURE__ */ defineComponent({
|
|
|
122
122
|
"class": this.ns.b("build-btn")
|
|
123
123
|
}, [this.showTypeDir ? createVNode("div", null, [createVNode(resolveComponent("el-button"), {
|
|
124
124
|
"class": this.ns.b("deisgn-btn"),
|
|
125
|
-
"title": "
|
|
125
|
+
"title": ibiz.i18n.t("control.dashboard.customDashboardContainer.portalCustomPrompt"),
|
|
126
126
|
"onClick": this.openDesign
|
|
127
127
|
}, {
|
|
128
128
|
default: () => [createVNode("ion-icon", {
|
|
@@ -57,7 +57,7 @@ const FormMDCtrlForm = /* @__PURE__ */ defineComponent({
|
|
|
57
57
|
data
|
|
58
58
|
}) => {
|
|
59
59
|
if (!formProvider) {
|
|
60
|
-
return createVNode("div", null, [ibiz.i18n.t("control.form.formMDctrlForm.
|
|
60
|
+
return createVNode("div", null, [ibiz.i18n.t("control.form.formMDctrlForm.noFindProvider")]);
|
|
61
61
|
}
|
|
62
62
|
const formComponent = h(resolveComponent(formProvider.component), {
|
|
63
63
|
class: this.ns.be("item", "form"),
|
package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createVNode, defineComponent } from 'vue';
|
|
2
2
|
import { FormMDCtrlRepeaterController } from '@ibiz-template/runtime';
|
|
3
3
|
import { useNamespace } from '@ibiz-template/vue3-util';
|
|
4
4
|
import { RepeaterSingleForm } from './repeater-single-form/repeater-single-form.mjs';
|
|
@@ -49,7 +49,9 @@ const FormMDCtrlRepeater = /* @__PURE__ */ defineComponent({
|
|
|
49
49
|
default:
|
|
50
50
|
return createVNode("div", {
|
|
51
51
|
"class": classNames
|
|
52
|
-
}, [
|
|
52
|
+
}, [ibiz.i18n.t("control.form.formMDctrlRepeater.noSupportStyle", {
|
|
53
|
+
repeaterStyle: this.controller.repeaterStyle
|
|
54
|
+
})]);
|
|
53
55
|
}
|
|
54
56
|
}
|
|
55
57
|
});
|
|
@@ -3096,6 +3096,38 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
3096
3096
|
destroyed: () => Promise<void>;
|
|
3097
3097
|
force: (_callback?: (() => void) | undefined) => void;
|
|
3098
3098
|
} | undefined;
|
|
3099
|
+
viewMsgController?: {
|
|
3100
|
+
msgGroup: {
|
|
3101
|
+
bodyStyle?: string | undefined;
|
|
3102
|
+
bottomStyle?: string | undefined;
|
|
3103
|
+
codeName?: string | undefined;
|
|
3104
|
+
appViewMsgGroupDetails?: {
|
|
3105
|
+
appViewMsgId?: string | undefined;
|
|
3106
|
+
position?: string | undefined;
|
|
3107
|
+
appId: string;
|
|
3108
|
+
id?: string | undefined;
|
|
3109
|
+
name?: string | undefined;
|
|
3110
|
+
codeName?: string | undefined;
|
|
3111
|
+
userParam?: Record<string, string> | undefined;
|
|
3112
|
+
modelId?: string | undefined;
|
|
3113
|
+
modelType?: string | undefined;
|
|
3114
|
+
}[] | undefined;
|
|
3115
|
+
topStyle?: string | undefined;
|
|
3116
|
+
appId: string;
|
|
3117
|
+
id?: string | undefined;
|
|
3118
|
+
name?: string | undefined;
|
|
3119
|
+
userParam?: Record<string, string> | undefined;
|
|
3120
|
+
modelId?: string | undefined;
|
|
3121
|
+
modelType?: string | undefined;
|
|
3122
|
+
};
|
|
3123
|
+
viewMsgMap: Map<string, import("@ibiz/model-core").IAppViewMsg>;
|
|
3124
|
+
init: (context: IContext) => Promise<void>;
|
|
3125
|
+
getDeFieldName: (appDataEntity: import("@ibiz/model-core").IAppDataEntity, fieldId?: string | undefined) => string | undefined;
|
|
3126
|
+
getMsgRemoveModeStorage: (item: import("@ibiz-template/runtime").IViewMessage) => string | null;
|
|
3127
|
+
setMsgRemoveModeStorage: (item: import("@ibiz-template/runtime").IViewMessage) => void;
|
|
3128
|
+
calcViewMsgVisible: (model: import("@ibiz/model-core").IAppViewMsg, data: IData, context: IContext, params: IParams) => Promise<boolean>;
|
|
3129
|
+
calcViewMessages: (context: IContext, params: IParams) => Promise<import("@ibiz-template/runtime").IViewMessage[]>;
|
|
3130
|
+
} | undefined;
|
|
3099
3131
|
closeView: (modalData?: import("@ibiz-template/runtime").IModalData | undefined) => Promise<void>;
|
|
3100
3132
|
call: <A_1 extends IData>(key: string, args?: A_1 | undefined) => Promise<any>;
|
|
3101
3133
|
callUIAction: (key: string, args?: Partial<import("@ibiz-template/runtime").IUILogicParams> | undefined) => Promise<import("@ibiz-template/runtime").IUIActionResult | null>;
|
|
@@ -7282,6 +7314,38 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
7282
7314
|
readonly parentView: any | undefined;
|
|
7283
7315
|
readonly isActive: boolean;
|
|
7284
7316
|
layoutPanel?: any | undefined;
|
|
7317
|
+
viewMsgController?: {
|
|
7318
|
+
msgGroup: {
|
|
7319
|
+
bodyStyle?: string | undefined;
|
|
7320
|
+
bottomStyle?: string | undefined;
|
|
7321
|
+
codeName?: string | undefined;
|
|
7322
|
+
appViewMsgGroupDetails?: {
|
|
7323
|
+
appViewMsgId?: string | undefined;
|
|
7324
|
+
position?: string | undefined;
|
|
7325
|
+
appId: string;
|
|
7326
|
+
id?: string | undefined;
|
|
7327
|
+
name?: string | undefined;
|
|
7328
|
+
codeName?: string | undefined;
|
|
7329
|
+
userParam?: Record<string, string> | undefined;
|
|
7330
|
+
modelId?: string | undefined;
|
|
7331
|
+
modelType?: string | undefined;
|
|
7332
|
+
}[] | undefined;
|
|
7333
|
+
topStyle?: string | undefined;
|
|
7334
|
+
appId: string;
|
|
7335
|
+
id?: string | undefined;
|
|
7336
|
+
name?: string | undefined;
|
|
7337
|
+
userParam?: Record<string, string> | undefined;
|
|
7338
|
+
modelId?: string | undefined;
|
|
7339
|
+
modelType?: string | undefined;
|
|
7340
|
+
};
|
|
7341
|
+
viewMsgMap: Map<string, import("@ibiz/model-core").IAppViewMsg>;
|
|
7342
|
+
init: (context: IContext) => Promise<void>;
|
|
7343
|
+
getDeFieldName: (appDataEntity: import("@ibiz/model-core").IAppDataEntity, fieldId?: string | undefined) => string | undefined;
|
|
7344
|
+
getMsgRemoveModeStorage: (item: import("@ibiz-template/runtime").IViewMessage) => string | null;
|
|
7345
|
+
setMsgRemoveModeStorage: (item: import("@ibiz-template/runtime").IViewMessage) => void;
|
|
7346
|
+
calcViewMsgVisible: (model: import("@ibiz/model-core").IAppViewMsg, data: IData, context: IContext, params: IParams) => Promise<boolean>;
|
|
7347
|
+
calcViewMessages: (context: IContext, params: IParams) => Promise<import("@ibiz-template/runtime").IViewMessage[]>;
|
|
7348
|
+
} | undefined;
|
|
7285
7349
|
closeView: (modalData?: import("@ibiz-template/runtime").IModalData | undefined) => Promise<void>;
|
|
7286
7350
|
call: <A_1 extends IData>(key: string, args?: A_1 | undefined) => Promise<any>;
|
|
7287
7351
|
callUIAction: (key: string, args?: Partial<import("@ibiz-template/runtime").IUILogicParams> | undefined) => Promise<import("@ibiz-template/runtime").IUIActionResult | null>;
|
package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isVNode, reactive, watch, resolveComponent,
|
|
1
|
+
import { isVNode, reactive, watch, resolveComponent, createVNode, toRaw, h, defineComponent } from 'vue';
|
|
2
2
|
import { FormMDCtrlRepeaterController, EditFormController } from '@ibiz-template/runtime';
|
|
3
3
|
import { useNamespace, useCtx } from '@ibiz-template/vue3-util';
|
|
4
4
|
import './repeater-grid.css';
|
|
@@ -81,23 +81,25 @@ const RepeaterGrid = /* @__PURE__ */ defineComponent({
|
|
|
81
81
|
deep: true
|
|
82
82
|
});
|
|
83
83
|
const renderRemoveBtn = (index) => {
|
|
84
|
+
let _slot2;
|
|
84
85
|
if (!props.controller.enableDelete) {
|
|
85
86
|
return null;
|
|
86
87
|
}
|
|
87
88
|
if (ibiz.config.form.mdCtrlConfirmBeforeRemove) {
|
|
88
89
|
return createVNode(resolveComponent("el-popconfirm"), {
|
|
89
|
-
"title": "
|
|
90
|
-
"confirm-button-text": "
|
|
91
|
-
"cancel-button-text": "
|
|
90
|
+
"title": ibiz.i18n.t("control.form.repeaterGrid.promptInformation"),
|
|
91
|
+
"confirm-button-text": ibiz.i18n.t("app.confirm"),
|
|
92
|
+
"cancel-button-text": ibiz.i18n.t("app.cancel"),
|
|
92
93
|
"onConfirm": () => props.controller.remove(index)
|
|
93
94
|
}, {
|
|
94
95
|
reference: () => {
|
|
96
|
+
let _slot;
|
|
95
97
|
return createVNode(resolveComponent("el-button"), {
|
|
96
98
|
"text": true,
|
|
97
99
|
"type": "danger",
|
|
98
100
|
"class": [ns.be("index", "remove")]
|
|
99
|
-
}, {
|
|
100
|
-
default: () => [
|
|
101
|
+
}, _isSlot(_slot = ibiz.i18n.t("app.delete")) ? _slot : {
|
|
102
|
+
default: () => [_slot]
|
|
101
103
|
});
|
|
102
104
|
}
|
|
103
105
|
});
|
|
@@ -107,8 +109,8 @@ const RepeaterGrid = /* @__PURE__ */ defineComponent({
|
|
|
107
109
|
"type": "danger",
|
|
108
110
|
"class": [ns.be("index", "remove")],
|
|
109
111
|
"onClick": () => props.controller.remove(index)
|
|
110
|
-
}, {
|
|
111
|
-
default: () => [
|
|
112
|
+
}, _isSlot(_slot2 = ibiz.i18n.t("app.delete")) ? _slot2 : {
|
|
113
|
+
default: () => [_slot2]
|
|
112
114
|
});
|
|
113
115
|
};
|
|
114
116
|
return {
|
|
@@ -119,6 +121,7 @@ const RepeaterGrid = /* @__PURE__ */ defineComponent({
|
|
|
119
121
|
};
|
|
120
122
|
},
|
|
121
123
|
render() {
|
|
124
|
+
let _slot3;
|
|
122
125
|
return createVNode("div", {
|
|
123
126
|
"class": this.ns.b()
|
|
124
127
|
}, [this.controller.enableCreate && createVNode(resolveComponent("el-button"), {
|
|
@@ -126,8 +129,8 @@ const RepeaterGrid = /* @__PURE__ */ defineComponent({
|
|
|
126
129
|
"onClick": () => {
|
|
127
130
|
this.controller.create();
|
|
128
131
|
}
|
|
129
|
-
}, {
|
|
130
|
-
default: () => [
|
|
132
|
+
}, _isSlot(_slot3 = ibiz.i18n.t("app.add")) ? _slot3 : {
|
|
133
|
+
default: () => [_slot3]
|
|
131
134
|
}), createVNode(resolveComponent("el-table"), {
|
|
132
135
|
"class": this.ns.e("table"),
|
|
133
136
|
"show-header": true,
|
|
@@ -172,7 +175,7 @@ const RepeaterGrid = /* @__PURE__ */ defineComponent({
|
|
|
172
175
|
} = opts;
|
|
173
176
|
const formC = toRaw(this.formControllers[$index]);
|
|
174
177
|
if (!formC || !formC.state.isLoaded) {
|
|
175
|
-
return createVNode("div", null, [
|
|
178
|
+
return createVNode("div", null, [ibiz.i18n.t("control.form.repeaterGrid.absentOrLoad")]);
|
|
176
179
|
}
|
|
177
180
|
const formItemC = formC.formItems.find((x) => x.name === item.id);
|
|
178
181
|
let editor = null;
|
|
@@ -44,7 +44,7 @@ const RepeaterSingleForm = /* @__PURE__ */ defineComponent({
|
|
|
44
44
|
},
|
|
45
45
|
render() {
|
|
46
46
|
if (!this.controller.repeatedForm) {
|
|
47
|
-
throw new RuntimeError("
|
|
47
|
+
throw new RuntimeError(ibiz.i18n.t("control.form.repeaterSingleForm.errorMessage"));
|
|
48
48
|
}
|
|
49
49
|
return createVNode(resolveComponent("iBizControlShell"), {
|
|
50
50
|
"class": this.ns.b(),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createVNode, resolveComponent, defineComponent } from 'vue';
|
|
2
2
|
import { useNamespace, useController } from '@ibiz-template/vue3-util';
|
|
3
3
|
import { FormMDCtrlController } from '@ibiz-template/runtime';
|
|
4
4
|
import './form-mdctrl.css';
|
|
@@ -57,7 +57,7 @@ const FormMDCtrl = /* @__PURE__ */ defineComponent({
|
|
|
57
57
|
}, null);
|
|
58
58
|
break;
|
|
59
59
|
default:
|
|
60
|
-
createVNode("div", null, [
|
|
60
|
+
createVNode("div", null, [ibiz.i18n.t("app.noSupport")]);
|
|
61
61
|
break;
|
|
62
62
|
}
|
|
63
63
|
return createVNode("div", {
|
|
@@ -29,7 +29,9 @@ class FormMDCtrlProvider {
|
|
|
29
29
|
default:
|
|
30
30
|
throw new ModelError(
|
|
31
31
|
detailModel,
|
|
32
|
-
"
|
|
32
|
+
"".concat(ibiz.i18n.t("control.form.formMDctrl.errorMessage", {
|
|
33
|
+
contentType: detailModel.contentType
|
|
34
|
+
}))
|
|
33
35
|
);
|
|
34
36
|
}
|
|
35
37
|
await c.init();
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import { computed, resolveComponent,
|
|
1
|
+
import { isVNode, computed, resolveComponent, createVNode, defineComponent } from 'vue';
|
|
2
2
|
import { useNamespace } from '@ibiz-template/vue3-util';
|
|
3
3
|
import './mdctrl-container.css';
|
|
4
4
|
|
|
5
5
|
"use strict";
|
|
6
|
+
function _isSlot(s) {
|
|
7
|
+
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
|
|
8
|
+
}
|
|
6
9
|
const MDCtrlContainer = /* @__PURE__ */ defineComponent({
|
|
7
10
|
name: "IBizMDCtrlContainer",
|
|
8
11
|
props: {
|
|
@@ -31,30 +34,33 @@ const MDCtrlContainer = /* @__PURE__ */ defineComponent({
|
|
|
31
34
|
return props.enableCreate || props.enableDelete;
|
|
32
35
|
});
|
|
33
36
|
const renderAddBtn = () => {
|
|
37
|
+
let _slot;
|
|
34
38
|
return createVNode(resolveComponent("el-button"), {
|
|
35
39
|
"class": [ns.be("item-actions", "create"), ns.be("item-actions", "btn")],
|
|
36
40
|
"onClick": () => emit("addClick")
|
|
37
|
-
}, {
|
|
38
|
-
default: () => [
|
|
41
|
+
}, _isSlot(_slot = ibiz.i18n.t("app.add")) ? _slot : {
|
|
42
|
+
default: () => [_slot]
|
|
39
43
|
});
|
|
40
44
|
};
|
|
41
45
|
const renderRemoveBtn = (item, index) => {
|
|
46
|
+
let _slot3;
|
|
42
47
|
if (!props.enableDelete) {
|
|
43
48
|
return null;
|
|
44
49
|
}
|
|
45
50
|
if (ibiz.config.form.mdCtrlConfirmBeforeRemove) {
|
|
46
51
|
return createVNode(resolveComponent("el-popconfirm"), {
|
|
47
|
-
"title": "
|
|
48
|
-
"confirm-button-text": "
|
|
49
|
-
"cancel-button-text": "
|
|
52
|
+
"title": ibiz.i18n.t("control.form.mdCtrlContainer.promptInformation"),
|
|
53
|
+
"confirm-button-text": ibiz.i18n.t("app.confirm"),
|
|
54
|
+
"cancel-button-text": ibiz.i18n.t("app.cancel"),
|
|
50
55
|
"onConfirm": () => emit("removeClick", item, index)
|
|
51
56
|
}, {
|
|
52
57
|
reference: () => {
|
|
58
|
+
let _slot2;
|
|
53
59
|
return createVNode(resolveComponent("el-button"), {
|
|
54
60
|
"type": "danger",
|
|
55
61
|
"class": [ns.be("item-actions", "remove"), ns.be("item-actions", "btn")]
|
|
56
|
-
}, {
|
|
57
|
-
default: () => [
|
|
62
|
+
}, _isSlot(_slot2 = ibiz.i18n.t("app.delete")) ? _slot2 : {
|
|
63
|
+
default: () => [_slot2]
|
|
58
64
|
});
|
|
59
65
|
}
|
|
60
66
|
});
|
|
@@ -63,8 +69,8 @@ const MDCtrlContainer = /* @__PURE__ */ defineComponent({
|
|
|
63
69
|
"type": "danger",
|
|
64
70
|
"class": [ns.be("item-actions", "remove"), ns.be("item-actions", "btn")],
|
|
65
71
|
"onClick": () => emit("removeClick", item, index)
|
|
66
|
-
}, {
|
|
67
|
-
default: () => [
|
|
72
|
+
}, _isSlot(_slot3 = ibiz.i18n.t("app.delete")) ? _slot3 : {
|
|
73
|
+
default: () => [_slot3]
|
|
68
74
|
});
|
|
69
75
|
};
|
|
70
76
|
return {
|
|
@@ -82,7 +88,7 @@ const MDCtrlContainer = /* @__PURE__ */ defineComponent({
|
|
|
82
88
|
const formComponent = this.$slots.item ? this.$slots.item({
|
|
83
89
|
data: item,
|
|
84
90
|
index
|
|
85
|
-
}) : createVNode("div", null, [
|
|
91
|
+
}) : createVNode("div", null, [ibiz.i18n.t("control.form.mdCtrlContainer.noSlot")]);
|
|
86
92
|
return createVNode("div", {
|
|
87
93
|
"class": this.ns.b("item")
|
|
88
94
|
}, [formComponent, this.showActions && createVNode("div", {
|
|
@@ -47,6 +47,7 @@ export declare const GanttControl: import("vue").DefineComponent<{
|
|
|
47
47
|
onNodeClick: (nodeData: IGanttNodeData, evt: MouseEvent) => void;
|
|
48
48
|
onNodeDbClick: (nodeData: IGanttNodeData) => void;
|
|
49
49
|
onNodeExpand: (nodeData: IGanttNodeData) => void;
|
|
50
|
+
onNodeCollapse: (nodeData: IGanttNodeData) => void;
|
|
50
51
|
renderContent: () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
51
52
|
[key: string]: any;
|
|
52
53
|
}>[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, resolveComponent, getCurrentInstance, onMounted, computed, createVNode, h,
|
|
1
|
+
import { ref, resolveComponent, getCurrentInstance, onMounted, computed, createVNode, h, resolveDirective, withDirectives, defineComponent } from 'vue';
|
|
2
2
|
import { useControlController, useNamespace } from '@ibiz-template/vue3-util';
|
|
3
3
|
import { GanttController } from '@ibiz-template/runtime';
|
|
4
4
|
import dayjs from 'dayjs';
|
|
@@ -137,10 +137,19 @@ const GanttControl = /* @__PURE__ */ defineComponent({
|
|
|
137
137
|
c.onDbTreeNodeClick(nodeData);
|
|
138
138
|
};
|
|
139
139
|
const onNodeExpand = (nodeData) => {
|
|
140
|
+
c.onExpandChange(nodeData, true);
|
|
140
141
|
if (nodeData && !nodeData._children) {
|
|
141
142
|
c.refreshNodeChildren(nodeData);
|
|
142
143
|
}
|
|
143
144
|
};
|
|
145
|
+
c.evt.on("onDefaultExpand", (event) => {
|
|
146
|
+
if (ganttRef.value) {
|
|
147
|
+
ganttRef.value.refresh();
|
|
148
|
+
}
|
|
149
|
+
});
|
|
150
|
+
const onNodeCollapse = (nodeData) => {
|
|
151
|
+
c.onExpandChange(nodeData, false);
|
|
152
|
+
};
|
|
144
153
|
c.evt.on("onNewRow", (event) => {
|
|
145
154
|
if (ganttRef.value) {
|
|
146
155
|
const nodeData = event.row.data;
|
|
@@ -317,19 +326,19 @@ const GanttControl = /* @__PURE__ */ defineComponent({
|
|
|
317
326
|
"class": "detail"
|
|
318
327
|
}, [createVNode("div", {
|
|
319
328
|
"class": "caption"
|
|
320
|
-
}, [
|
|
329
|
+
}, [ibiz.i18n.t("control.gantt.complete")]), createVNode("div", {
|
|
321
330
|
"class": "description"
|
|
322
331
|
}, [item._finishDataItemValue])]), createVNode("div", {
|
|
323
332
|
"class": "detail"
|
|
324
333
|
}, [createVNode("div", {
|
|
325
334
|
"class": "caption"
|
|
326
|
-
}, [
|
|
335
|
+
}, [ibiz.i18n.t("control.gantt.total")]), createVNode("div", {
|
|
327
336
|
"class": "description"
|
|
328
337
|
}, [item._totalDataItemValue])]), createVNode("div", {
|
|
329
338
|
"class": "detail"
|
|
330
339
|
}, [createVNode("div", {
|
|
331
340
|
"class": "caption"
|
|
332
|
-
}, [
|
|
341
|
+
}, [ibiz.i18n.t("control.gantt.deadline")]), createVNode("div", {
|
|
333
342
|
"class": "description"
|
|
334
343
|
}, [dayjs(item._endDataItemValue).format("YYYY-MM-DD HH:mm:ss")])])])]);
|
|
335
344
|
};
|
|
@@ -390,6 +399,7 @@ const GanttControl = /* @__PURE__ */ defineComponent({
|
|
|
390
399
|
onNodeClick,
|
|
391
400
|
onNodeDbClick,
|
|
392
401
|
onNodeExpand,
|
|
402
|
+
onNodeCollapse,
|
|
393
403
|
renderContent,
|
|
394
404
|
onSliderMove,
|
|
395
405
|
renderNoData
|
|
@@ -417,6 +427,7 @@ const GanttControl = /* @__PURE__ */ defineComponent({
|
|
|
417
427
|
"locale": this.locale,
|
|
418
428
|
"showCheckbox": !this.c.state.singleSelect,
|
|
419
429
|
"onNodeExpand": this.onNodeExpand,
|
|
430
|
+
"onNodeCollapse": this.onNodeCollapse,
|
|
420
431
|
"onRowClick": this.onNodeClick,
|
|
421
432
|
"onRowDblClick": this.onNodeDbClick,
|
|
422
433
|
"onRowChecked": this.onCheck,
|
|
@@ -43,6 +43,7 @@ export declare const IBizGanttControl: import("@ibiz-template/vue3-util").TypeWi
|
|
|
43
43
|
onNodeClick: (nodeData: import("@ibiz-template/runtime").IGanttNodeData, evt: MouseEvent) => void;
|
|
44
44
|
onNodeDbClick: (nodeData: import("@ibiz-template/runtime").IGanttNodeData) => void;
|
|
45
45
|
onNodeExpand: (nodeData: import("@ibiz-template/runtime").IGanttNodeData) => void;
|
|
46
|
+
onNodeCollapse: (nodeData: import("@ibiz-template/runtime").IGanttNodeData) => void;
|
|
46
47
|
renderContent: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
48
|
[key: string]: any;
|
|
48
49
|
}>[];
|
|
@@ -213,7 +213,9 @@ const GridControl = /* @__PURE__ */ defineComponent({
|
|
|
213
213
|
"class": ns.b("batch-toolbar-content")
|
|
214
214
|
}, [createVNode("div", {
|
|
215
215
|
"class": ns.b("batch-toolbar-text")
|
|
216
|
-
}, [
|
|
216
|
+
}, [ibiz.i18n.t("control.common.itemsSelected", {
|
|
217
|
+
length: c.state.selectedData.length
|
|
218
|
+
})]), createVNode("div", {
|
|
217
219
|
"class": ns.b("batch-toolbar-separator")
|
|
218
220
|
}, [createTextVNode("|")]), createVNode(resolveComponent("iBizToolbarControl"), {
|
|
219
221
|
"modelData": batchToolbar,
|
|
@@ -42,7 +42,9 @@ const GridFieldEditColumn = /* @__PURE__ */ defineComponent({
|
|
|
42
42
|
case "all":
|
|
43
43
|
return useAllEdit(props, componentRef);
|
|
44
44
|
default:
|
|
45
|
-
throw new RuntimeError(
|
|
45
|
+
throw new RuntimeError(ibiz.i18n.t("control.common.noSupportItem", {
|
|
46
|
+
name: ibiz.config.grid.editShowMode
|
|
47
|
+
}));
|
|
46
48
|
}
|
|
47
49
|
};
|
|
48
50
|
const {
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import { ref, resolveComponent,
|
|
1
|
+
import { isVNode, ref, resolveComponent, createVNode, defineComponent } from 'vue';
|
|
2
2
|
import { useNamespace, useEventListener } from '@ibiz-template/vue3-util';
|
|
3
3
|
import './row-edit-popover.css';
|
|
4
4
|
|
|
5
5
|
"use strict";
|
|
6
|
+
function _isSlot(s) {
|
|
7
|
+
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
|
|
8
|
+
}
|
|
6
9
|
const IBizRowEditPopover = /* @__PURE__ */ defineComponent({
|
|
7
10
|
name: "IBizRowEditPopover",
|
|
8
11
|
props: {
|
|
@@ -46,16 +49,17 @@ const IBizRowEditPopover = /* @__PURE__ */ defineComponent({
|
|
|
46
49
|
};
|
|
47
50
|
},
|
|
48
51
|
render() {
|
|
52
|
+
let _slot, _slot2;
|
|
49
53
|
return createVNode("div", {
|
|
50
54
|
"class": [this.ns.b(), this.ns.is("hidden", !this.show)]
|
|
51
55
|
}, [createVNode(resolveComponent("el-button"), {
|
|
52
56
|
"onClick": this.onConfirm
|
|
53
|
-
}, {
|
|
54
|
-
default: () => [
|
|
57
|
+
}, _isSlot(_slot = ibiz.i18n.t("control.common.determine")) ? _slot : {
|
|
58
|
+
default: () => [_slot]
|
|
55
59
|
}), createVNode(resolveComponent("el-button"), {
|
|
56
60
|
"onClick": this.onCancel
|
|
57
|
-
}, {
|
|
58
|
-
default: () => [
|
|
61
|
+
}, _isSlot(_slot2 = ibiz.i18n.t("app.cancel")) ? _slot2 : {
|
|
62
|
+
default: () => [_slot2]
|
|
59
63
|
})]);
|
|
60
64
|
}
|
|
61
65
|
});
|
|
@@ -10,7 +10,7 @@ function useRowEditPopover(tableRef, c) {
|
|
|
10
10
|
const popStyle = reactive({});
|
|
11
11
|
const findTrEl = (row) => {
|
|
12
12
|
if (!tableRef.value) {
|
|
13
|
-
throw new RuntimeError("
|
|
13
|
+
throw new RuntimeError(ibiz.i18n.t("control.common.citeErrMessage"));
|
|
14
14
|
}
|
|
15
15
|
const tableEl = tableRef.value.$el;
|
|
16
16
|
let selector = ".el-table__row";
|
|
@@ -19,14 +19,14 @@ function useRowEditPopover(tableRef, c) {
|
|
|
19
19
|
}
|
|
20
20
|
const trEl = tableEl.querySelector(selector);
|
|
21
21
|
if (!trEl) {
|
|
22
|
-
throw new RuntimeError("
|
|
22
|
+
throw new RuntimeError(ibiz.i18n.t("control.common.noDomErrMessage"));
|
|
23
23
|
}
|
|
24
24
|
return trEl;
|
|
25
25
|
};
|
|
26
26
|
const showRowEditPop = async (row) => {
|
|
27
27
|
const trEl = findTrEl(row);
|
|
28
28
|
if (!popInstance) {
|
|
29
|
-
throw new RuntimeError("
|
|
29
|
+
throw new RuntimeError(ibiz.i18n.t("control.common.noPopErrMessage"));
|
|
30
30
|
}
|
|
31
31
|
const popEl = popInstance.$el;
|
|
32
32
|
const {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref, computed, onMounted, onBeforeUnmount, resolveComponent, createVNode, createTextVNode, defineComponent } from 'vue';
|
|
1
|
+
import { isVNode, ref, computed, onMounted, onBeforeUnmount, resolveComponent, createVNode, createTextVNode, defineComponent } from 'vue';
|
|
2
2
|
import { useControlController, useNamespace } from '@ibiz-template/vue3-util';
|
|
3
3
|
import draggable from 'vuedraggable';
|
|
4
4
|
import { KanbanController } from '@ibiz-template/runtime';
|
|
@@ -6,6 +6,9 @@ import { NOOP, listenJSEvent } from '@ibiz-template/core';
|
|
|
6
6
|
import './kanban.css';
|
|
7
7
|
|
|
8
8
|
"use strict";
|
|
9
|
+
function _isSlot(s) {
|
|
10
|
+
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
|
|
11
|
+
}
|
|
9
12
|
const KanbanControl = /* @__PURE__ */ defineComponent({
|
|
10
13
|
name: "IBizKanbanControl",
|
|
11
14
|
components: {
|
|
@@ -167,6 +170,7 @@ const KanbanControl = /* @__PURE__ */ defineComponent({
|
|
|
167
170
|
}, null)]);
|
|
168
171
|
};
|
|
169
172
|
const renderBatchCheck = (group) => {
|
|
173
|
+
let _slot;
|
|
170
174
|
const selectedData = group.selectedData || [];
|
|
171
175
|
const checkAll = selectedData.length === group.children.length;
|
|
172
176
|
const isIndeterminate = selectedData.length > 0 && selectedData.length < group.children.length;
|
|
@@ -176,11 +180,14 @@ const KanbanControl = /* @__PURE__ */ defineComponent({
|
|
|
176
180
|
"model-value": checkAll,
|
|
177
181
|
"indeterminate": isIndeterminate,
|
|
178
182
|
"onChange": () => handleCheckAllGroup(group, checkAll)
|
|
179
|
-
}, {
|
|
180
|
-
default: () => [
|
|
183
|
+
}, _isSlot(_slot = ibiz.i18n.t("control.kanban.selectAll")) ? _slot : {
|
|
184
|
+
default: () => [_slot]
|
|
181
185
|
}), createVNode("span", {
|
|
182
|
-
"class": ns.be("batch", "info")
|
|
183
|
-
|
|
186
|
+
"class": ns.be("batch", "info"),
|
|
187
|
+
"innerHTML": ibiz.i18n.t("control.kanban.selectedDataCount", {
|
|
188
|
+
length: selectedData.length
|
|
189
|
+
})
|
|
190
|
+
}, null)]);
|
|
184
191
|
};
|
|
185
192
|
const renderBatchContainer = (group) => {
|
|
186
193
|
if (batchKey.value !== group.key) {
|
|
@@ -265,14 +272,15 @@ const KanbanControl = /* @__PURE__ */ defineComponent({
|
|
|
265
272
|
const renderGroupToolbar = (group) => {
|
|
266
273
|
const showActionBar = c.model.groupUIActionGroup && group.groupActionGroupState || batchToolbarModel;
|
|
267
274
|
if (batchKey.value === group.key) {
|
|
275
|
+
let _slot2;
|
|
268
276
|
return createVNode("span", {
|
|
269
277
|
"class": ns.be("group", "header-right"),
|
|
270
278
|
"onClick": (event) => stopPropagation(event)
|
|
271
279
|
}, [createVNode(resolveComponent("el-button"), {
|
|
272
280
|
"text": true,
|
|
273
281
|
"onClick": () => c.closeBatch()
|
|
274
|
-
}, {
|
|
275
|
-
default: () => [
|
|
282
|
+
}, _isSlot(_slot2 = ibiz.i18n.t("app.complete")) ? _slot2 : {
|
|
283
|
+
default: () => [_slot2]
|
|
276
284
|
})]);
|
|
277
285
|
}
|
|
278
286
|
return createVNode("span", {
|
|
@@ -288,7 +296,7 @@ const KanbanControl = /* @__PURE__ */ defineComponent({
|
|
|
288
296
|
}, {
|
|
289
297
|
default: () => [createVNode("ion-icon", {
|
|
290
298
|
"name": "add-outline",
|
|
291
|
-
"title": "
|
|
299
|
+
"title": ibiz.i18n.t("control.kanban.newPrompt")
|
|
292
300
|
}, null)]
|
|
293
301
|
}), showActionBar && createVNode(resolveComponent("el-dropdown"), {
|
|
294
302
|
"class": ns.be("group", "header-actions"),
|
|
@@ -312,7 +320,7 @@ const KanbanControl = /* @__PURE__ */ defineComponent({
|
|
|
312
320
|
}, {
|
|
313
321
|
default: () => [createVNode("ion-icon", {
|
|
314
322
|
"name": "checkmark-sharp"
|
|
315
|
-
}, null),
|
|
323
|
+
}, null), ibiz.i18n.t("control.kanban.natchOperation")]
|
|
316
324
|
})])
|
|
317
325
|
})]);
|
|
318
326
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createVNode,
|
|
1
|
+
import { createVNode, defineComponent } from 'vue';
|
|
2
2
|
import { UIActionUtil } from '@ibiz-template/runtime';
|
|
3
3
|
import { useNamespace } from '@ibiz-template/vue3-util';
|
|
4
4
|
import './user2-report-panel.css';
|
|
@@ -57,7 +57,7 @@ const User2ReportPanel = /* @__PURE__ */ defineComponent({
|
|
|
57
57
|
}
|
|
58
58
|
return createVNode("div", {
|
|
59
59
|
"class": this.ns.e("empty")
|
|
60
|
-
}, [
|
|
60
|
+
}, [ibiz.i18n.t("control.common.currentNoData")]);
|
|
61
61
|
}
|
|
62
62
|
});
|
|
63
63
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isVNode,
|
|
1
|
+
import { isVNode, createVNode, resolveComponent, defineComponent } from 'vue';
|
|
2
2
|
import { ReportPanelController } from '@ibiz-template/runtime';
|
|
3
3
|
import { useControlController, useNamespace } from '@ibiz-template/vue3-util';
|
|
4
4
|
import './report-panel.css';
|
|
@@ -47,7 +47,7 @@ const ReportPanelControl = /* @__PURE__ */ defineComponent({
|
|
|
47
47
|
"controller": c
|
|
48
48
|
}, null);
|
|
49
49
|
default:
|
|
50
|
-
return createVNode("div", null, [
|
|
50
|
+
return createVNode("div", null, [ibiz.i18n.t("control.reportPanel.unrealized")]);
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
53
|
return {
|
|
@@ -356,6 +356,7 @@ const FilterTreeControl = /* @__PURE__ */ defineComponent({
|
|
|
356
356
|
})])]);
|
|
357
357
|
};
|
|
358
358
|
renderFilterItems = (node) => {
|
|
359
|
+
let _slot3;
|
|
359
360
|
const itemsC = findFilterController(node);
|
|
360
361
|
if (node.simple) {
|
|
361
362
|
let _slot2;
|
|
@@ -394,8 +395,8 @@ const FilterTreeControl = /* @__PURE__ */ defineComponent({
|
|
|
394
395
|
"onClick": () => {
|
|
395
396
|
addItem(node);
|
|
396
397
|
}
|
|
397
|
-
}, {
|
|
398
|
-
default: () => [
|
|
398
|
+
}, _isSlot(_slot3 = ibiz.i18n.t("control.searchBar.filterTree.addItem")) ? _slot3 : {
|
|
399
|
+
default: () => [_slot3]
|
|
399
400
|
})]), createVNode("div", {
|
|
400
401
|
"class": ns.be("group", "list")
|
|
401
402
|
}, [node.children.length > 0 && node.children.map((child, index) => {
|
|
@@ -432,6 +433,7 @@ const FilterTreeControl = /* @__PURE__ */ defineComponent({
|
|
|
432
433
|
};
|
|
433
434
|
},
|
|
434
435
|
render() {
|
|
436
|
+
let _slot4;
|
|
435
437
|
return createVNode("div", {
|
|
436
438
|
"class": [this.ns.b()]
|
|
437
439
|
}, [this.UiFilterNodes.length > 0 && this.UiFilterNodes.map((node) => {
|
|
@@ -446,13 +448,13 @@ const FilterTreeControl = /* @__PURE__ */ defineComponent({
|
|
|
446
448
|
this.onConfirm();
|
|
447
449
|
}
|
|
448
450
|
}, {
|
|
449
|
-
default: () => [this.isInSearchBar ? "
|
|
451
|
+
default: () => [this.isInSearchBar ? ibiz.i18n.t("control.searchBar.filterTree.search") : ibiz.i18n.t("control.common.determine")]
|
|
450
452
|
}), createVNode(resolveComponent("el-button"), {
|
|
451
453
|
"onClick": () => {
|
|
452
454
|
this.onCancel();
|
|
453
455
|
}
|
|
454
|
-
}, {
|
|
455
|
-
default: () => [
|
|
456
|
+
}, _isSlot(_slot4 = ibiz.i18n.t("control.searchBar.filterTree.reset")) ? _slot4 : {
|
|
457
|
+
default: () => [_slot4]
|
|
456
458
|
})])]);
|
|
457
459
|
}
|
|
458
460
|
});
|