@ibiz-template/mob-vue3-components 0.0.11 → 0.0.13
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.min.css +1 -1
- package/dist/index.system.min.js +5 -5
- package/dist/index.system.min.js.map +1 -1
- package/es/control/app-menu/app-menu.d.ts +1 -1
- package/es/control/app-menu/app-menu.mjs +5 -3
- package/es/control/app-menu/index.d.ts +1 -1
- package/es/control/form/form-detail/form-item/form-item-container/form-item-container.mjs +1 -1
- package/es/editor/date-picker/date-picker-editor.controller.d.ts +0 -8
- package/es/editor/date-picker/date-picker-editor.controller.mjs +0 -11
- package/es/editor/date-range/date-range-editor.controller.d.ts +0 -8
- package/es/editor/date-range/date-range-editor.controller.mjs +0 -20
- package/es/editor/span/span/span.d.ts +3 -0
- package/es/editor/span/span/span.mjs +1 -1
- package/es/ibiz-vue3.d.ts +6 -0
- package/es/ibiz-vue3.mjs +75 -0
- package/es/index.d.ts +6 -10
- package/es/index.mjs +89 -135
- package/es/mob-app/App.css +1 -0
- package/es/mob-app/App.d.ts +11 -0
- package/es/mob-app/App.mjs +64 -0
- package/es/mob-app/attach-environment-config.d.ts +1 -0
- package/es/mob-app/attach-environment-config.mjs +22 -0
- package/es/mob-app/components/home-view/home-view.css +1 -0
- package/es/mob-app/components/home-view/home-view.d.ts +17 -0
- package/es/mob-app/components/home-view/home-view.mjs +38 -0
- package/es/mob-app/components/index.d.ts +3 -0
- package/es/mob-app/components/index.mjs +4 -0
- package/es/mob-app/components/router-shell/router-shell.d.ts +3867 -0
- package/es/mob-app/components/router-shell/router-shell.mjs +82 -0
- package/es/mob-app/create-vue-app.d.ts +12 -0
- package/es/mob-app/create-vue-app.mjs +38 -0
- package/es/mob-app/guard/auth-guard/auth-guard.d.ts +9 -0
- package/es/mob-app/guard/auth-guard/auth-guard.mjs +141 -0
- package/es/mob-app/guard/index.d.ts +1 -0
- package/es/mob-app/guard/index.mjs +3 -0
- package/es/mob-app/index.d.ts +1 -0
- package/es/mob-app/index.mjs +3 -0
- package/es/mob-app/main.d.ts +2 -0
- package/es/mob-app/main.mjs +60 -0
- package/es/mob-app/router/index.d.ts +21 -0
- package/es/mob-app/router/index.mjs +174 -0
- package/es/mob-app/util/index.d.ts +1 -0
- package/es/mob-app/util/index.mjs +3 -0
- package/es/mob-app/util/unauthorized-handler/unauthorized-handler.d.ts +46 -0
- package/es/mob-app/util/unauthorized-handler/unauthorized-handler.mjs +100 -0
- package/es/panel-component/index.mjs +2 -1
- package/es/util/open-view-util/open-view-util.d.ts +2 -1
- package/es/util/open-view-util/open-view-util.mjs +5 -2
- package/es/view-engine/mob-edit-view.engine.mjs +5 -1
- package/lib/control/app-menu/app-menu.cjs +5 -3
- package/lib/control/form/form-detail/form-item/form-item-container/form-item-container.cjs +1 -1
- package/lib/editor/date-picker/date-picker-editor.controller.cjs +0 -11
- package/lib/editor/date-range/date-range-editor.controller.cjs +0 -20
- package/lib/editor/span/span/span.cjs +1 -1
- package/lib/editor/upload/ibiz-image-select/ibiz-image-select.cjs +2 -2
- package/lib/editor/upload/ibiz-image-upload/ibiz-image-upload.cjs +2 -2
- package/lib/ibiz-vue3.cjs +79 -0
- package/lib/index.cjs +177 -221
- package/lib/mob-app/App.cjs +68 -0
- package/lib/mob-app/App.css +1 -0
- package/lib/mob-app/attach-environment-config.cjs +24 -0
- package/lib/mob-app/components/home-view/home-view.cjs +40 -0
- package/lib/mob-app/components/home-view/home-view.css +1 -0
- package/lib/mob-app/components/index.cjs +9 -0
- package/lib/mob-app/components/router-shell/router-shell.cjs +84 -0
- package/lib/mob-app/create-vue-app.cjs +40 -0
- package/lib/mob-app/guard/auth-guard/auth-guard.cjs +143 -0
- package/lib/mob-app/guard/index.cjs +7 -0
- package/lib/mob-app/index.cjs +7 -0
- package/lib/mob-app/main.cjs +62 -0
- package/lib/mob-app/router/index.cjs +176 -0
- package/lib/mob-app/util/index.cjs +7 -0
- package/lib/mob-app/util/unauthorized-handler/unauthorized-handler.cjs +102 -0
- package/lib/panel-component/index.cjs +1 -0
- package/lib/util/confirm-util/confirm-util.cjs +5 -5
- package/lib/util/directive/loading.cjs +2 -2
- package/lib/util/loading-util/loading-util.cjs +2 -2
- package/lib/util/message-util/message-util.cjs +5 -5
- package/lib/util/modal-util/modal-util.cjs +6 -6
- package/lib/util/notification-util/notification-util.cjs +5 -5
- package/lib/util/open-view-util/open-view-util.cjs +5 -2
- package/lib/view-engine/mob-edit-view.engine.cjs +5 -1
- package/package.json +8 -7
|
@@ -19,7 +19,7 @@ export declare const AppMenuControl: import("vue").DefineComponent<{
|
|
|
19
19
|
controlClass: string[];
|
|
20
20
|
activeName: import("vue").Ref<any>;
|
|
21
21
|
c: AppMenuController;
|
|
22
|
-
onTabChange: (active: string, event?: MouseEvent) => Promise<void>;
|
|
22
|
+
onTabChange: (active: string, event?: MouseEvent, opts?: IData) => Promise<void>;
|
|
23
23
|
ns: import("@ibiz-template/core").Namespace;
|
|
24
24
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
modelData: {
|
|
@@ -44,9 +44,9 @@ const AppMenuControl = /* @__PURE__ */ defineComponent({
|
|
|
44
44
|
return false;
|
|
45
45
|
});
|
|
46
46
|
};
|
|
47
|
-
const onTabChange = async (active, event) => {
|
|
47
|
+
const onTabChange = async (active, event, opts = {}) => {
|
|
48
48
|
activeName.value = active;
|
|
49
|
-
await c.onClickMenuItem(active, event);
|
|
49
|
+
await c.onClickMenuItem(active, event, true, opts);
|
|
50
50
|
};
|
|
51
51
|
onMounted(async () => {
|
|
52
52
|
const allItems = c.getAllItems();
|
|
@@ -54,7 +54,9 @@ const AppMenuControl = /* @__PURE__ */ defineComponent({
|
|
|
54
54
|
return item.openDefault && !item.hidden;
|
|
55
55
|
});
|
|
56
56
|
if (defaultActiveMenuItem && !route.params.view2 && !route.fullPath.includes("404")) {
|
|
57
|
-
onTabChange(defaultActiveMenuItem.id, void 0
|
|
57
|
+
onTabChange(defaultActiveMenuItem.id, void 0, {
|
|
58
|
+
replace: true
|
|
59
|
+
});
|
|
58
60
|
} else if (ibiz.config.appMenu.enableEcho) {
|
|
59
61
|
const activeMenu = calcCurMenu();
|
|
60
62
|
activeName.value = activeMenu ? activeMenu.id : "";
|
|
@@ -16,7 +16,7 @@ export declare const IBizAppMenuControl: import("@ibiz-template/vue3-util").Type
|
|
|
16
16
|
controlClass: string[];
|
|
17
17
|
activeName: import("vue").Ref<any>;
|
|
18
18
|
c: import("@ibiz-template/runtime").AppMenuController;
|
|
19
|
-
onTabChange: (active: string, event?: MouseEvent | undefined) => Promise<void>;
|
|
19
|
+
onTabChange: (active: string, event?: MouseEvent | undefined, opts?: IData) => Promise<void>;
|
|
20
20
|
ns: import("@ibiz-template/core").Namespace;
|
|
21
21
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
22
|
modelData: {
|
|
@@ -69,7 +69,7 @@ const IBizFormItemContainer = /* @__PURE__ */ defineComponent({
|
|
|
69
69
|
render() {
|
|
70
70
|
var _a, _b;
|
|
71
71
|
return createVNode("div", {
|
|
72
|
-
"class": [this.ns.b(), this.ns.m(this.labelPos.toLowerCase()), this.ns.is("required", this.required), this.ns.is("error", !!this.error)],
|
|
72
|
+
"class": [this.ns.b(), this.ns.m(this.labelPos.toLowerCase()), this.ns.is("required", this.required), this.ns.is("error", !!this.error), this.ns.is("show-label", this.labelPos === "NONE")],
|
|
73
73
|
"style": this.cssVars
|
|
74
74
|
}, [createVNode("div", {
|
|
75
75
|
"class": [this.ns.b("content")]
|
|
@@ -23,12 +23,4 @@ export declare class DatePickerEditorController extends EditorController<IDatePi
|
|
|
23
23
|
* @returns {*} {string}
|
|
24
24
|
*/
|
|
25
25
|
getFormatByType(editorType: string | undefined): string;
|
|
26
|
-
/**
|
|
27
|
-
* 值格式化
|
|
28
|
-
* @return {*}
|
|
29
|
-
* @author: zhujiamin
|
|
30
|
-
* @Date: 2022-08-25 14:33:14
|
|
31
|
-
*/
|
|
32
|
-
valueFormat: string | undefined;
|
|
33
|
-
protected onInit(): Promise<void>;
|
|
34
26
|
}
|
|
@@ -17,13 +17,6 @@ class DatePickerEditorController extends EditorController {
|
|
|
17
17
|
* @Date: 2022-08-25 14:33:14
|
|
18
18
|
*/
|
|
19
19
|
__publicField(this, "placeHolder", "\u8BF7\u9009\u62E9\u65E5\u671F");
|
|
20
|
-
/**
|
|
21
|
-
* 值格式化
|
|
22
|
-
* @return {*}
|
|
23
|
-
* @author: zhujiamin
|
|
24
|
-
* @Date: 2022-08-25 14:33:14
|
|
25
|
-
*/
|
|
26
|
-
__publicField(this, "valueFormat");
|
|
27
20
|
}
|
|
28
21
|
/**
|
|
29
22
|
* 根据编辑器类型获取格式化
|
|
@@ -53,10 +46,6 @@ class DatePickerEditorController extends EditorController {
|
|
|
53
46
|
return "YYYY-MM-DD hh:mm:ss";
|
|
54
47
|
}
|
|
55
48
|
}
|
|
56
|
-
async onInit() {
|
|
57
|
-
super.onInit();
|
|
58
|
-
this.valueFormat = this.getFormatByType(this.model.editorType);
|
|
59
|
-
}
|
|
60
49
|
}
|
|
61
50
|
|
|
62
51
|
export { DatePickerEditorController };
|
|
@@ -17,12 +17,4 @@ export declare class DateRangeEditorController extends EditorController<IDateRan
|
|
|
17
17
|
* @returns {*} {string}
|
|
18
18
|
*/
|
|
19
19
|
getFormatByType(): string;
|
|
20
|
-
/**
|
|
21
|
-
* 值格式化
|
|
22
|
-
* @return {*}
|
|
23
|
-
* @author: zhujiamin
|
|
24
|
-
* @Date: 2022-08-25 14:33:14
|
|
25
|
-
*/
|
|
26
|
-
valueFormat: string | undefined;
|
|
27
|
-
protected onInit(): Promise<void>;
|
|
28
20
|
}
|
|
@@ -1,23 +1,7 @@
|
|
|
1
1
|
import { EditorController } from '@ibiz-template/runtime';
|
|
2
2
|
|
|
3
3
|
"use strict";
|
|
4
|
-
var __defProp = Object.defineProperty;
|
|
5
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
-
var __publicField = (obj, key, value) => {
|
|
7
|
-
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
8
|
-
return value;
|
|
9
|
-
};
|
|
10
4
|
class DateRangeEditorController extends EditorController {
|
|
11
|
-
constructor() {
|
|
12
|
-
super(...arguments);
|
|
13
|
-
/**
|
|
14
|
-
* 值格式化
|
|
15
|
-
* @return {*}
|
|
16
|
-
* @author: zhujiamin
|
|
17
|
-
* @Date: 2022-08-25 14:33:14
|
|
18
|
-
*/
|
|
19
|
-
__publicField(this, "valueFormat");
|
|
20
|
-
}
|
|
21
5
|
/**
|
|
22
6
|
* 根据编辑器类型获取格式化
|
|
23
7
|
*
|
|
@@ -36,10 +20,6 @@ class DateRangeEditorController extends EditorController {
|
|
|
36
20
|
return "YYYY-MM-DD hh:mm:ss";
|
|
37
21
|
}
|
|
38
22
|
}
|
|
39
|
-
async onInit() {
|
|
40
|
-
super.onInit();
|
|
41
|
-
this.valueFormat = this.getFormatByType();
|
|
42
|
-
}
|
|
43
23
|
}
|
|
44
24
|
|
|
45
25
|
export { DateRangeEditorController };
|
|
@@ -50,9 +50,12 @@ export declare const IBizSpan: import("vue").DefineComponent<{
|
|
|
50
50
|
id?: string | undefined;
|
|
51
51
|
name?: string | undefined;
|
|
52
52
|
userParam?: Record<string, string> | undefined;
|
|
53
|
+
modelId?: string | undefined;
|
|
54
|
+
modelType?: string | undefined;
|
|
53
55
|
} | undefined;
|
|
54
56
|
data?: IData | undefined;
|
|
55
57
|
tooltip?: string | undefined;
|
|
58
|
+
userData?: string | undefined;
|
|
56
59
|
}[]>;
|
|
57
60
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
58
61
|
value: (ArrayConstructor | ObjectConstructor | StringConstructor | NumberConstructor)[];
|
|
@@ -121,7 +121,7 @@ const IBizSpan = /* @__PURE__ */ defineComponent({
|
|
|
121
121
|
content = "";
|
|
122
122
|
}
|
|
123
123
|
return createVNode("span", {
|
|
124
|
-
"class": [this.ns.b(), this.readonly ? this.ns.m("readonly") : "", this.
|
|
124
|
+
"class": [this.ns.b(), this.readonly ? this.ns.m("readonly") : "", this.disabled ? this.ns.m("disabled") : ""],
|
|
125
125
|
"ref": "editorRef"
|
|
126
126
|
}, [content]);
|
|
127
127
|
}
|
package/es/ibiz-vue3.mjs
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { PlatformType, registerPlatformProvider } from '@ibiz-template/runtime';
|
|
2
|
+
import { IBizView, IBizDeRedirectView, IBizViewLayoutPanelControl, IBizPanelControl } from '@ibiz-template/vue3-util';
|
|
3
|
+
import { IBizCommonComponents } from './common/index.mjs';
|
|
4
|
+
import './control/index.mjs';
|
|
5
|
+
import { iBizI18n } from './locale/index.mjs';
|
|
6
|
+
import { IBizPanelComponents } from './panel-component/index.mjs';
|
|
7
|
+
import './platform/index.mjs';
|
|
8
|
+
import { IBizPortalView } from './view/portal-view/index.mjs';
|
|
9
|
+
import './style/index.css';
|
|
10
|
+
import { IBizViewEngine } from './view-engine/index.mjs';
|
|
11
|
+
import { IBizEditor } from './editor/index.mjs';
|
|
12
|
+
import { VueBrowserPlatformProvider } from './platform/vue-browser-platform-provider.mjs';
|
|
13
|
+
import { IBizMDCtrlControl } from './control/list/md-ctrl/index.mjs';
|
|
14
|
+
import { IBizAppMenuControl } from './control/app-menu/index.mjs';
|
|
15
|
+
import { IBizAppMenuIconViewControl } from './control/app-menu-icon-view/index.mjs';
|
|
16
|
+
import { IBizAppMenuListViewControl } from './control/app-menu-list-view/index.mjs';
|
|
17
|
+
import { IBizFormControl } from './control/form/form/index.mjs';
|
|
18
|
+
import { IBizSearchFormControl } from './control/form/search-form/index.mjs';
|
|
19
|
+
import { IBizEditFormControl } from './control/form/edit-form/index.mjs';
|
|
20
|
+
import { IBizPickupViewPanelControl } from './control/pickup-view-panel/index.mjs';
|
|
21
|
+
import { IBizListControl } from './control/list/list/index.mjs';
|
|
22
|
+
import { IBizTabExpPanelControl } from './control/tab-exp-panel/index.mjs';
|
|
23
|
+
import { IBizToolbarControl } from './control/toolbar/index.mjs';
|
|
24
|
+
import { IBizCaptionBarControl } from './control/caption-bar/index.mjs';
|
|
25
|
+
import { IBizSearchBarControl } from './control/search-bar/index.mjs';
|
|
26
|
+
import { IBizDRTabControl } from './control/drtab/index.mjs';
|
|
27
|
+
import { IBizTreeControl } from './control/tree/index.mjs';
|
|
28
|
+
import { IBizDataViewControl } from './control/data-view/index.mjs';
|
|
29
|
+
import { IBizDashboardControl } from './control/dashboard/index.mjs';
|
|
30
|
+
import { IBizChartControl } from './control/chart/index.mjs';
|
|
31
|
+
import { IBizCalendarControl } from './control/calendar/index.mjs';
|
|
32
|
+
import { IBizWizardPanelControl } from './control/wizard-panel/index.mjs';
|
|
33
|
+
|
|
34
|
+
"use strict";
|
|
35
|
+
var IBizVue3 = {
|
|
36
|
+
install: (v) => {
|
|
37
|
+
ibiz.i18n = iBizI18n;
|
|
38
|
+
const browserPlatformProvider = new VueBrowserPlatformProvider();
|
|
39
|
+
registerPlatformProvider(
|
|
40
|
+
PlatformType.BROWSER,
|
|
41
|
+
() => browserPlatformProvider
|
|
42
|
+
);
|
|
43
|
+
v.use(IBizCommonComponents);
|
|
44
|
+
v.use(IBizViewEngine);
|
|
45
|
+
v.use(IBizView);
|
|
46
|
+
v.use(IBizDeRedirectView);
|
|
47
|
+
v.use(IBizViewLayoutPanelControl);
|
|
48
|
+
v.use(IBizPortalView);
|
|
49
|
+
v.use(IBizPanelComponents);
|
|
50
|
+
v.use(IBizMDCtrlControl);
|
|
51
|
+
v.use(IBizPanelControl);
|
|
52
|
+
v.use(IBizAppMenuControl);
|
|
53
|
+
v.use(IBizAppMenuIconViewControl);
|
|
54
|
+
v.use(IBizAppMenuListViewControl);
|
|
55
|
+
v.use(IBizFormControl);
|
|
56
|
+
v.use(IBizSearchFormControl);
|
|
57
|
+
v.use(IBizEditFormControl);
|
|
58
|
+
v.use(IBizPickupViewPanelControl);
|
|
59
|
+
v.use(IBizListControl);
|
|
60
|
+
v.use(IBizTabExpPanelControl);
|
|
61
|
+
v.use(IBizToolbarControl);
|
|
62
|
+
v.use(IBizCaptionBarControl);
|
|
63
|
+
v.use(IBizSearchBarControl);
|
|
64
|
+
v.use(IBizDRTabControl);
|
|
65
|
+
v.use(IBizTreeControl);
|
|
66
|
+
v.use(IBizDataViewControl);
|
|
67
|
+
v.use(IBizDashboardControl);
|
|
68
|
+
v.use(IBizChartControl);
|
|
69
|
+
v.use(IBizCalendarControl);
|
|
70
|
+
v.use(IBizWizardPanelControl);
|
|
71
|
+
v.use(IBizEditor);
|
|
72
|
+
}
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
export { IBizVue3 as default };
|
package/es/index.d.ts
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
import { App } from 'vue';
|
|
2
|
-
import './style/index.scss';
|
|
3
|
-
export { i18n } from './locale';
|
|
4
1
|
export * from './common';
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './view';
|
|
2
|
+
export * from './control';
|
|
7
3
|
export * from './panel-component';
|
|
8
4
|
export * from './editor';
|
|
9
|
-
export * from './
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
};
|
|
13
|
-
export
|
|
5
|
+
export * from './view';
|
|
6
|
+
export * from './view-engine';
|
|
7
|
+
export * from './util';
|
|
8
|
+
export { i18n } from './locale';
|
|
9
|
+
export * from './mob-app';
|
package/es/index.mjs
CHANGED
|
@@ -1,52 +1,85 @@
|
|
|
1
|
-
|
|
2
|
-
import { IBizView, IBizDeRedirectView, IBizViewLayoutPanelControl, IBizPanelControl } from '@ibiz-template/vue3-util';
|
|
3
|
-
import { IBizCommonComponents } from './common/index.mjs';
|
|
1
|
+
export { IBizCommonComponents } from './common/index.mjs';
|
|
4
2
|
import './control/index.mjs';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export { i18n } from './locale/index.mjs';
|
|
8
|
-
import { IBizPanelComponents } from './panel-component/index.mjs';
|
|
9
|
-
import './platform/index.mjs';
|
|
10
|
-
import { IBizViewEngine } from './view-engine/index.mjs';
|
|
11
|
-
import { IBizPortalView } from './view/portal-view/index.mjs';
|
|
12
|
-
import './style/index.css';
|
|
13
|
-
import './util/index.mjs';
|
|
3
|
+
export { IBizPanelComponents } from './panel-component/index.mjs';
|
|
4
|
+
export { IBizEditor } from './editor/index.mjs';
|
|
14
5
|
import './view/index.mjs';
|
|
15
|
-
|
|
16
|
-
import
|
|
17
|
-
|
|
18
|
-
import
|
|
19
|
-
import { IBizAppMenuListViewControl } from './control/app-menu-list-view/index.mjs';
|
|
20
|
-
import { IBizFormControl } from './control/form/form/index.mjs';
|
|
21
|
-
import { IBizSearchFormControl } from './control/form/search-form/index.mjs';
|
|
22
|
-
import { IBizEditFormControl } from './control/form/edit-form/index.mjs';
|
|
23
|
-
import { IBizPickupViewPanelControl } from './control/pickup-view-panel/index.mjs';
|
|
24
|
-
import { IBizListControl } from './control/list/list/index.mjs';
|
|
25
|
-
import { IBizTabExpPanelControl } from './control/tab-exp-panel/index.mjs';
|
|
26
|
-
import { IBizToolbarControl } from './control/toolbar/index.mjs';
|
|
27
|
-
import { IBizCaptionBarControl } from './control/caption-bar/index.mjs';
|
|
28
|
-
import { IBizSearchBarControl } from './control/search-bar/index.mjs';
|
|
29
|
-
import { IBizDRTabControl } from './control/drtab/index.mjs';
|
|
30
|
-
import { IBizTreeControl } from './control/tree/index.mjs';
|
|
31
|
-
import { IBizDataViewControl } from './control/data-view/index.mjs';
|
|
32
|
-
import { IBizDashboardControl } from './control/dashboard/index.mjs';
|
|
33
|
-
import { IBizChartControl } from './control/chart/index.mjs';
|
|
34
|
-
import { IBizCalendarControl } from './control/calendar/index.mjs';
|
|
35
|
-
import { IBizWizardPanelControl } from './control/wizard-panel/index.mjs';
|
|
6
|
+
export { IBizViewEngine } from './view-engine/index.mjs';
|
|
7
|
+
import './util/index.mjs';
|
|
8
|
+
export { i18n } from './locale/index.mjs';
|
|
9
|
+
import './mob-app/index.mjs';
|
|
36
10
|
export { IBizCol } from './common/col/col.mjs';
|
|
37
11
|
export { IBizRow } from './common/row/row.mjs';
|
|
38
12
|
export { IBizKeepAlive, MoveType, ShapeFlags, devtoolsComponentAdded, invokeArrayFns, invokeVNodeHook, isAsyncWrapper, isKeepAlive, queuePostRenderEffect, setTransitionHooks } from './common/keep-alive/keep-alive.mjs';
|
|
39
|
-
export {
|
|
40
|
-
export {
|
|
41
|
-
export {
|
|
42
|
-
export {
|
|
43
|
-
export {
|
|
44
|
-
export {
|
|
45
|
-
export {
|
|
46
|
-
export {
|
|
47
|
-
export {
|
|
48
|
-
export {
|
|
49
|
-
export {
|
|
13
|
+
export { MDCtrlProvider } from './control/list/md-ctrl/md-ctrl.provider.mjs';
|
|
14
|
+
export { IBizMDCtrlControl } from './control/list/md-ctrl/index.mjs';
|
|
15
|
+
export { AppMenuProvider } from './control/app-menu/app-menu.provider.mjs';
|
|
16
|
+
export { IBizAppMenuControl } from './control/app-menu/index.mjs';
|
|
17
|
+
export { IBizAppMenuIconViewControl } from './control/app-menu-icon-view/index.mjs';
|
|
18
|
+
export { IBizAppMenuListViewControl } from './control/app-menu-list-view/index.mjs';
|
|
19
|
+
export { SearchFormProvider } from './control/form/search-form/search-form.provider.mjs';
|
|
20
|
+
export { IBizSearchFormControl } from './control/form/search-form/index.mjs';
|
|
21
|
+
export { FormGroupPanelProvider } from './control/form/form-detail/form-group-panel/form-group-panel.provider.mjs';
|
|
22
|
+
export { IBizFormGroupPanel } from './control/form/form-detail/form-group-panel/index.mjs';
|
|
23
|
+
export { FormItemProvider } from './control/form/form-detail/form-item/form-item.provider.mjs';
|
|
24
|
+
export { IBizFormItemContainer } from './control/form/form-detail/form-item/form-item-container/form-item-container.mjs';
|
|
25
|
+
export { IBizFormItem } from './control/form/form-detail/form-item/index.mjs';
|
|
26
|
+
export { IBizFormPageItem } from './control/form/form-detail/form-page/form-page-item/form-page-item.mjs';
|
|
27
|
+
export { FormPageProvider } from './control/form/form-detail/form-page/form-page.provider.mjs';
|
|
28
|
+
export { IBizFormPage } from './control/form/form-detail/form-page/index.mjs';
|
|
29
|
+
export { FormButtonProvider } from './control/form/form-detail/form-button/form-button.provider.mjs';
|
|
30
|
+
export { IBizFormButton } from './control/form/form-detail/form-button/index.mjs';
|
|
31
|
+
export { FormDRUIPartProvider } from './control/form/form-detail/form-druipart/form-druipart.provider.mjs';
|
|
32
|
+
export { IBizFormDRUIPart } from './control/form/form-detail/form-druipart/index.mjs';
|
|
33
|
+
export { FormRawItemProvider } from './control/form/form-detail/form-rawitem/form-rawitem.provider.mjs';
|
|
34
|
+
export { IBizFormRawItem } from './control/form/form-detail/form-rawitem/index.mjs';
|
|
35
|
+
export { FormTabPanelProvider } from './control/form/form-detail/form-tab-panel/form-tab-panel.provider.mjs';
|
|
36
|
+
export { IBizFormTabPanel } from './control/form/form-detail/form-tab-panel/index.mjs';
|
|
37
|
+
export { FormTabPageProvider } from './control/form/form-detail/form-tab-page/form-tab-page.provider.mjs';
|
|
38
|
+
export { IBizFormTabPage } from './control/form/form-detail/form-tab-page/index.mjs';
|
|
39
|
+
export { IBizFormMDCtrl } from './control/form/form-detail/form-mdctrl/index.mjs';
|
|
40
|
+
export { MDCtrlContainer } from './control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs';
|
|
41
|
+
export { FormMDCtrlProvider } from './control/form/form-detail/form-mdctrl/form-mdctrl.provider.mjs';
|
|
42
|
+
export { FormMDCtrlRepeater } from './control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs';
|
|
43
|
+
export { FormMDCtrlMD } from './control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.mjs';
|
|
44
|
+
export { FormMDCtrlForm } from './control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs';
|
|
45
|
+
export { FormMDCtrl } from './control/form/form-detail/form-mdctrl/form-mdctrl.mjs';
|
|
46
|
+
export { IBizEditFormControl } from './control/form/edit-form/index.mjs';
|
|
47
|
+
export { IBizFormControl } from './control/form/form/index.mjs';
|
|
48
|
+
export { PickupViewPanelProvider } from './control/pickup-view-panel/pickup-view-panel.provider.mjs';
|
|
49
|
+
export { PickupViewPanelController } from './control/pickup-view-panel/pickup-view-panel.controller.mjs';
|
|
50
|
+
export { IBizPickupViewPanelControl } from './control/pickup-view-panel/index.mjs';
|
|
51
|
+
export { ListProvider } from './control/list/list/list.provider.mjs';
|
|
52
|
+
export { IBizListControl } from './control/list/list/index.mjs';
|
|
53
|
+
export { TabExpPanelProvider } from './control/tab-exp-panel/tab-exp-panel.provider.mjs';
|
|
54
|
+
export { IBizTabExpPanelControl } from './control/tab-exp-panel/index.mjs';
|
|
55
|
+
export { IBizToolbarControl } from './control/toolbar/index.mjs';
|
|
56
|
+
export { CaptionBarProvider } from './control/caption-bar/caption-bar.provider.mjs';
|
|
57
|
+
export { IBizCaptionBarControl } from './control/caption-bar/index.mjs';
|
|
58
|
+
export { SearchBarProvider } from './control/search-bar/search-bar.provider.mjs';
|
|
59
|
+
export { IBizSearchBarControl } from './control/search-bar/index.mjs';
|
|
60
|
+
export { DRTabProvider } from './control/drtab/drtab.provider.mjs';
|
|
61
|
+
export { DRTabController } from './control/drtab/drtab.controller.mjs';
|
|
62
|
+
export { IBizDRTabControl } from './control/drtab/index.mjs';
|
|
63
|
+
export { TreeProvider } from './control/tree/tree.provider.mjs';
|
|
64
|
+
export { IBizTreeControl } from './control/tree/index.mjs';
|
|
65
|
+
export { DataViewControlProvider } from './control/data-view/data-view.provider.mjs';
|
|
66
|
+
export { IBizDataViewControl } from './control/data-view/index.mjs';
|
|
67
|
+
export { DashboardProvider } from './control/dashboard/dashboard.provider.mjs';
|
|
68
|
+
export { PortletPartState } from './control/dashboard/portlet/portlet-part/portlet-part.state.mjs';
|
|
69
|
+
export { ContainerPortletProvider } from './control/dashboard/portlet/container-portlet/container-portlet.provider.mjs';
|
|
70
|
+
export { ContainerPortlet } from './control/dashboard/portlet/container-portlet/container-portlet.mjs';
|
|
71
|
+
export { IBizContainerPortlet } from './control/dashboard/portlet/container-portlet/index.mjs';
|
|
72
|
+
export { PortletLayout } from './control/dashboard/portlet/portlet-layout/portlet-layout.mjs';
|
|
73
|
+
export { MenuPortletProvider } from './control/dashboard/portlet/menu-portlet/menu-portlet.provider.mjs';
|
|
74
|
+
export { MenuPortlet } from './control/dashboard/portlet/menu-portlet/menu-portlet.mjs';
|
|
75
|
+
export { IBizMenuPortlet } from './control/dashboard/portlet/menu-portlet/index.mjs';
|
|
76
|
+
export { ViewPortlet } from './control/dashboard/portlet/view-portlet/view-portlet.mjs';
|
|
77
|
+
export { IBizViewPortlet } from './control/dashboard/portlet/view-portlet/index.mjs';
|
|
78
|
+
export { IBizDashboardControl } from './control/dashboard/index.mjs';
|
|
79
|
+
export { IBizChartControl } from './control/chart/index.mjs';
|
|
80
|
+
export { CalendarProvider } from './control/calendar/calendar.provider.mjs';
|
|
81
|
+
export { IBizCalendarControl } from './control/calendar/index.mjs';
|
|
82
|
+
export { IBizWizardPanelControl } from './control/wizard-panel/index.mjs';
|
|
50
83
|
export { IBizCascader } from './editor/cascader/ibiz-cascader/ibiz-cascader.mjs';
|
|
51
84
|
export { CascaderEditorController } from './editor/cascader/cascader-editor.controller.mjs';
|
|
52
85
|
export { CascaderEditorProvider } from './editor/cascader/cascader-editor.provider.mjs';
|
|
@@ -109,96 +142,17 @@ export { ColorPickerEditorController } from './editor/color-picker/color-picker-
|
|
|
109
142
|
export { ColorPickerEditorProvider } from './editor/color-picker/color-picker-editor.provider.mjs';
|
|
110
143
|
export { IBizDataMPicker } from './editor/common/data-mpicker/ibiz-data-mpicker.mjs';
|
|
111
144
|
export { IBizCommonRightIcon } from './editor/common/right-icon/right-icon.mjs';
|
|
112
|
-
export {
|
|
113
|
-
export {
|
|
114
|
-
export {
|
|
115
|
-
export {
|
|
116
|
-
export {
|
|
117
|
-
export {
|
|
118
|
-
export {
|
|
119
|
-
export {
|
|
120
|
-
export {
|
|
121
|
-
export {
|
|
122
|
-
export {
|
|
123
|
-
export {
|
|
124
|
-
export { IBizFormButton } from './control/form/form-detail/form-button/index.mjs';
|
|
125
|
-
export { FormDRUIPartProvider } from './control/form/form-detail/form-druipart/form-druipart.provider.mjs';
|
|
126
|
-
export { IBizFormDRUIPart } from './control/form/form-detail/form-druipart/index.mjs';
|
|
127
|
-
export { FormRawItemProvider } from './control/form/form-detail/form-rawitem/form-rawitem.provider.mjs';
|
|
128
|
-
export { IBizFormRawItem } from './control/form/form-detail/form-rawitem/index.mjs';
|
|
129
|
-
export { FormTabPanelProvider } from './control/form/form-detail/form-tab-panel/form-tab-panel.provider.mjs';
|
|
130
|
-
export { IBizFormTabPanel } from './control/form/form-detail/form-tab-panel/index.mjs';
|
|
131
|
-
export { FormTabPageProvider } from './control/form/form-detail/form-tab-page/form-tab-page.provider.mjs';
|
|
132
|
-
export { IBizFormTabPage } from './control/form/form-detail/form-tab-page/index.mjs';
|
|
133
|
-
export { IBizFormMDCtrl } from './control/form/form-detail/form-mdctrl/index.mjs';
|
|
134
|
-
export { MDCtrlContainer } from './control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs';
|
|
135
|
-
export { FormMDCtrlProvider } from './control/form/form-detail/form-mdctrl/form-mdctrl.provider.mjs';
|
|
136
|
-
export { FormMDCtrlRepeater } from './control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs';
|
|
137
|
-
export { FormMDCtrlMD } from './control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.mjs';
|
|
138
|
-
export { FormMDCtrlForm } from './control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs';
|
|
139
|
-
export { FormMDCtrl } from './control/form/form-detail/form-mdctrl/form-mdctrl.mjs';
|
|
140
|
-
export { PickupViewPanelProvider } from './control/pickup-view-panel/pickup-view-panel.provider.mjs';
|
|
141
|
-
export { PickupViewPanelController } from './control/pickup-view-panel/pickup-view-panel.controller.mjs';
|
|
142
|
-
export { ListProvider } from './control/list/list/list.provider.mjs';
|
|
143
|
-
export { TabExpPanelProvider } from './control/tab-exp-panel/tab-exp-panel.provider.mjs';
|
|
144
|
-
export { CaptionBarProvider } from './control/caption-bar/caption-bar.provider.mjs';
|
|
145
|
-
export { SearchBarProvider } from './control/search-bar/search-bar.provider.mjs';
|
|
146
|
-
export { DRTabProvider } from './control/drtab/drtab.provider.mjs';
|
|
147
|
-
export { DRTabController } from './control/drtab/drtab.controller.mjs';
|
|
148
|
-
export { TreeProvider } from './control/tree/tree.provider.mjs';
|
|
149
|
-
export { DataViewControlProvider } from './control/data-view/data-view.provider.mjs';
|
|
150
|
-
export { DashboardProvider } from './control/dashboard/dashboard.provider.mjs';
|
|
151
|
-
export { PortletPartState } from './control/dashboard/portlet/portlet-part/portlet-part.state.mjs';
|
|
152
|
-
export { ContainerPortletProvider } from './control/dashboard/portlet/container-portlet/container-portlet.provider.mjs';
|
|
153
|
-
export { ContainerPortlet } from './control/dashboard/portlet/container-portlet/container-portlet.mjs';
|
|
154
|
-
export { IBizContainerPortlet } from './control/dashboard/portlet/container-portlet/index.mjs';
|
|
155
|
-
export { PortletLayout } from './control/dashboard/portlet/portlet-layout/portlet-layout.mjs';
|
|
156
|
-
export { MenuPortletProvider } from './control/dashboard/portlet/menu-portlet/menu-portlet.provider.mjs';
|
|
157
|
-
export { MenuPortlet } from './control/dashboard/portlet/menu-portlet/menu-portlet.mjs';
|
|
158
|
-
export { IBizMenuPortlet } from './control/dashboard/portlet/menu-portlet/index.mjs';
|
|
159
|
-
export { ViewPortlet } from './control/dashboard/portlet/view-portlet/view-portlet.mjs';
|
|
160
|
-
export { IBizViewPortlet } from './control/dashboard/portlet/view-portlet/index.mjs';
|
|
161
|
-
export { CalendarProvider } from './control/calendar/calendar.provider.mjs';
|
|
145
|
+
export { View404 } from './view/404-view/404-view.mjs';
|
|
146
|
+
export { LoginView } from './view/login-view/login-view.mjs';
|
|
147
|
+
export { LoadingUtil } from './util/loading-util/loading-util.mjs';
|
|
148
|
+
export { MessageUtil } from './util/message-util/message-util.mjs';
|
|
149
|
+
export { ModalUtil } from './util/modal-util/modal-util.mjs';
|
|
150
|
+
export { NotificationUtil } from './util/notification-util/notification-util.mjs';
|
|
151
|
+
export { OpenViewUtil } from './util/open-view-util/open-view-util.mjs';
|
|
152
|
+
export { OverlayController } from './util/overlay-controller/overlay-controller.mjs';
|
|
153
|
+
export { loadingDirective } from './util/directive/loading.mjs';
|
|
154
|
+
export { ConfirmUtil } from './util/confirm-util/confirm-util.mjs';
|
|
155
|
+
export { calcUniqueKey, useViewStack } from './util/store/view-stack/view-stack.mjs';
|
|
156
|
+
export { runApp } from './mob-app/main.mjs';
|
|
162
157
|
|
|
163
158
|
"use strict";
|
|
164
|
-
var index = {
|
|
165
|
-
install: (v) => {
|
|
166
|
-
ibiz.i18n = iBizI18n;
|
|
167
|
-
const browserPlatformProvider = new VueBrowserPlatformProvider();
|
|
168
|
-
registerPlatformProvider(
|
|
169
|
-
PlatformType.BROWSER,
|
|
170
|
-
() => browserPlatformProvider
|
|
171
|
-
);
|
|
172
|
-
v.use(IBizCommonComponents);
|
|
173
|
-
v.use(IBizViewEngine);
|
|
174
|
-
v.use(IBizView);
|
|
175
|
-
v.use(IBizDeRedirectView);
|
|
176
|
-
v.use(IBizViewLayoutPanelControl);
|
|
177
|
-
v.use(IBizPortalView);
|
|
178
|
-
v.use(IBizPanelComponents);
|
|
179
|
-
v.use(IBizMDCtrlControl);
|
|
180
|
-
v.use(IBizPanelControl);
|
|
181
|
-
v.use(IBizAppMenuControl);
|
|
182
|
-
v.use(IBizAppMenuIconViewControl);
|
|
183
|
-
v.use(IBizAppMenuListViewControl);
|
|
184
|
-
v.use(IBizFormControl);
|
|
185
|
-
v.use(IBizSearchFormControl);
|
|
186
|
-
v.use(IBizEditFormControl);
|
|
187
|
-
v.use(IBizPickupViewPanelControl);
|
|
188
|
-
v.use(IBizListControl);
|
|
189
|
-
v.use(IBizTabExpPanelControl);
|
|
190
|
-
v.use(IBizToolbarControl);
|
|
191
|
-
v.use(IBizCaptionBarControl);
|
|
192
|
-
v.use(IBizSearchBarControl);
|
|
193
|
-
v.use(IBizDRTabControl);
|
|
194
|
-
v.use(IBizTreeControl);
|
|
195
|
-
v.use(IBizDataViewControl);
|
|
196
|
-
v.use(IBizDashboardControl);
|
|
197
|
-
v.use(IBizChartControl);
|
|
198
|
-
v.use(IBizCalendarControl);
|
|
199
|
-
v.use(IBizWizardPanelControl);
|
|
200
|
-
v.use(IBizEditor);
|
|
201
|
-
}
|
|
202
|
-
};
|
|
203
|
-
|
|
204
|
-
export { IBizAppMenuControl, IBizAppMenuIconViewControl, IBizAppMenuListViewControl, IBizCalendarControl, IBizCaptionBarControl, IBizChartControl, IBizCommonComponents, IBizDRTabControl, IBizDashboardControl, IBizDataViewControl, IBizEditFormControl, IBizEditor, IBizFormControl, IBizListControl, IBizMDCtrlControl, IBizPanelComponents, IBizPickupViewPanelControl, IBizSearchBarControl, IBizSearchFormControl, IBizTabExpPanelControl, IBizToolbarControl, IBizTreeControl, IBizWizardPanelControl, index as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#app{width:100vw;height:100vh;background:var(--ibiz-color-bg-0)}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Modal } from '@ibiz-template/runtime';
|
|
2
|
+
import './App.scss';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
4
|
+
viewStack: {
|
|
5
|
+
cacheKeys: string[];
|
|
6
|
+
currentKey: string;
|
|
7
|
+
};
|
|
8
|
+
getViewModal: (key: string) => Modal | undefined;
|
|
9
|
+
transitionName: import("vue").Ref<string>;
|
|
10
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { ref, onUnmounted, resolveComponent, createVNode, defineComponent } from 'vue';
|
|
2
|
+
import { routerCallback } from '@ibiz-template/vue3-util';
|
|
3
|
+
import { ViewMode, Modal } from '@ibiz-template/runtime';
|
|
4
|
+
import './App.css';
|
|
5
|
+
import '../util/index.mjs';
|
|
6
|
+
import { useViewStack } from '../util/store/view-stack/view-stack.mjs';
|
|
7
|
+
|
|
8
|
+
"use strict";
|
|
9
|
+
var App = /* @__PURE__ */ defineComponent({
|
|
10
|
+
setup() {
|
|
11
|
+
const {
|
|
12
|
+
viewStack,
|
|
13
|
+
on,
|
|
14
|
+
off
|
|
15
|
+
} = useViewStack();
|
|
16
|
+
const transitionName = ref("forward");
|
|
17
|
+
const onViewStackChange = (type) => {
|
|
18
|
+
transitionName.value = type === "push" ? "forward" : "back";
|
|
19
|
+
};
|
|
20
|
+
on("onBeforeStackChange", onViewStackChange);
|
|
21
|
+
onUnmounted(() => {
|
|
22
|
+
off("onBeforeStackChange", onViewStackChange);
|
|
23
|
+
});
|
|
24
|
+
const viewModals = /* @__PURE__ */ new Map();
|
|
25
|
+
const getViewModal = (key) => {
|
|
26
|
+
if (!viewModals.has(key)) {
|
|
27
|
+
viewModals.set(key, new Modal({
|
|
28
|
+
mode: ViewMode.ROUTE,
|
|
29
|
+
viewUsage: 1,
|
|
30
|
+
routeDepth: 1,
|
|
31
|
+
dismiss: (modal) => {
|
|
32
|
+
routerCallback.close(key, modal);
|
|
33
|
+
ibiz.platform.back();
|
|
34
|
+
viewModals.delete(key);
|
|
35
|
+
}
|
|
36
|
+
}));
|
|
37
|
+
}
|
|
38
|
+
return viewModals.get(key);
|
|
39
|
+
};
|
|
40
|
+
return {
|
|
41
|
+
viewStack,
|
|
42
|
+
getViewModal,
|
|
43
|
+
transitionName
|
|
44
|
+
};
|
|
45
|
+
},
|
|
46
|
+
render() {
|
|
47
|
+
return createVNode(resolveComponent("iBizRouterView"), {
|
|
48
|
+
"manualKey": this.viewStack.currentKey,
|
|
49
|
+
"modal": this.getViewModal(this.viewStack.currentKey)
|
|
50
|
+
}, {
|
|
51
|
+
default: ({
|
|
52
|
+
Component
|
|
53
|
+
}) => {
|
|
54
|
+
return createVNode(resolveComponent("iBizKeepAlive"), {
|
|
55
|
+
"keyList": this.viewStack.cacheKeys
|
|
56
|
+
}, {
|
|
57
|
+
default: () => [Component && createVNode(Component, null, null)]
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
});
|
|
63
|
+
|
|
64
|
+
export { App as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function attachEnvironmentConfig(): Promise<void>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const envMap = /* @__PURE__ */ new Map([
|
|
3
|
+
["baseUrl", "BaseUrl"],
|
|
4
|
+
["remoteModelUrl", "remoteDynaPath"],
|
|
5
|
+
["dcSystem", "mockDcSystemId"],
|
|
6
|
+
["enablePermission", "enablePermissionValid"]
|
|
7
|
+
]);
|
|
8
|
+
async function attachEnvironmentConfig() {
|
|
9
|
+
const env = window.Environment;
|
|
10
|
+
Object.keys(ibiz.env).forEach((key) => {
|
|
11
|
+
const key2 = envMap.has(key) ? envMap.get(key) : key;
|
|
12
|
+
if (env[key2] != null) {
|
|
13
|
+
ibiz.env[key] = env[key2];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
if (env.AppTitle) {
|
|
17
|
+
document.title = env.AppTitle;
|
|
18
|
+
}
|
|
19
|
+
ibiz.log.setLevel(ibiz.env.logLevel);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export { attachEnvironmentConfig };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.ibiz-home-view.ibiz-view-appindexview .ibiz-view-content{overflow-y:auto}
|