@ibiz-template/mob-theme 0.2.6 → 0.2.7
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/CHANGELOG.md +13 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/app-index-view-layout-blank-mode.d.ts +31 -0
- package/es/publish/app-index-view-layout-blank-mode.mjs +34 -0
- package/es/publish/app-index-view-layout.d.ts +26 -2
- package/es/publish/app-index-view-layout.mjs +21 -2
- package/es/publish/index.mjs +12 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.d.ts +42 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.mjs +47 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.d.ts +246 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +293 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.d.ts +44 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.mjs +49 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.d.ts +245 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +292 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +47 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +82 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +70 -35
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +107 -69
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +1 -29
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +2 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +45 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +81 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +45 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +81 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +45 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +81 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +1 -29
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +2 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +45 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +81 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.d.ts +90 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.mjs +98 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +70 -26
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +109 -39
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +45 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +81 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +70 -6
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +108 -14
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +117 -39
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +138 -70
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +48 -31
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +34 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +70 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs +109 -10
- package/es/theme/generic/index.css +1 -1
- package/es/theme/generic/vant.css +1 -1
- package/es/theme/index.css +1 -1
- package/lib/publish/app-index-view-layout-blank-mode.cjs +38 -0
- package/lib/publish/app-index-view-layout.cjs +21 -2
- package/lib/publish/index.cjs +12 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.cjs +51 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +297 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.cjs +53 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +296 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +82 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +107 -69
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +2 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +81 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +81 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +81 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +2 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +81 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.cjs +102 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +109 -39
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +81 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +108 -14
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +138 -70
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +34 -2
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs +109 -10
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/generic/vant.css +1 -1
- package/lib/theme/index.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: {
|
|
7
|
+
rawItem: {
|
|
8
|
+
predefinedType: string;
|
|
9
|
+
id: string;
|
|
10
|
+
};
|
|
11
|
+
caption: string;
|
|
12
|
+
itemStyle: string;
|
|
13
|
+
itemType: string;
|
|
14
|
+
layoutPos: {
|
|
15
|
+
shrink: number;
|
|
16
|
+
heightMode: string;
|
|
17
|
+
layout: string;
|
|
18
|
+
};
|
|
19
|
+
showCaption: boolean;
|
|
20
|
+
id: string;
|
|
21
|
+
}[];
|
|
22
|
+
layoutPanel: boolean;
|
|
23
|
+
mobilePanel: boolean;
|
|
24
|
+
codeName: string;
|
|
25
|
+
controlType: string;
|
|
26
|
+
logicName: string;
|
|
27
|
+
controlParam: {};
|
|
28
|
+
name: string;
|
|
29
|
+
id: string;
|
|
30
|
+
};
|
|
31
|
+
export default _default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
var AppIndexViewLayout_BLANK_MODE = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"layout": {
|
|
4
|
+
"layout": "FLEX"
|
|
5
|
+
},
|
|
6
|
+
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"rawItem": {
|
|
9
|
+
"predefinedType": "NAV_POS_INDEX",
|
|
10
|
+
"id": "nav_pos_index"
|
|
11
|
+
},
|
|
12
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
13
|
+
"itemStyle": "DEFAULT",
|
|
14
|
+
"itemType": "RAWITEM",
|
|
15
|
+
"layoutPos": {
|
|
16
|
+
"shrink": 1,
|
|
17
|
+
"heightMode": "FULL",
|
|
18
|
+
"layout": "FLEX"
|
|
19
|
+
},
|
|
20
|
+
"showCaption": true,
|
|
21
|
+
"id": "nav_pos_index"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"layoutPanel": true,
|
|
25
|
+
"mobilePanel": true,
|
|
26
|
+
"codeName": "MobIndexViewLayout_BLANK_MODE",
|
|
27
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
28
|
+
"logicName": "\u79FB\u52A8\u7AEF\u5E94\u7528\u9996\u9875\u89C6\u56FE\u5E03\u5C40_\u7A7A\u767D\u6A21\u5F0F(\u9884\u7F6E\u6A21\u578B)",
|
|
29
|
+
"controlParam": {},
|
|
30
|
+
"name": "layoutpanel",
|
|
31
|
+
"id": "mobindexviewlayout_blank_mode"
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export { AppIndexViewLayout_BLANK_MODE as default };
|
|
@@ -4,7 +4,11 @@ declare const _default: {
|
|
|
4
4
|
layout: {
|
|
5
5
|
layout: string;
|
|
6
6
|
};
|
|
7
|
-
rootPanelItems: {
|
|
7
|
+
rootPanelItems: ({
|
|
8
|
+
rawItem: {
|
|
9
|
+
predefinedType: string;
|
|
10
|
+
id: string;
|
|
11
|
+
};
|
|
8
12
|
caption: string;
|
|
9
13
|
itemStyle: string;
|
|
10
14
|
itemType: string;
|
|
@@ -12,10 +16,30 @@ declare const _default: {
|
|
|
12
16
|
grow: number;
|
|
13
17
|
shrink: number;
|
|
14
18
|
layout: string;
|
|
19
|
+
height?: undefined;
|
|
20
|
+
heightMode?: undefined;
|
|
21
|
+
};
|
|
22
|
+
showCaption: boolean;
|
|
23
|
+
id: string;
|
|
24
|
+
contentHeight?: undefined;
|
|
25
|
+
height?: undefined;
|
|
26
|
+
} | {
|
|
27
|
+
caption: string;
|
|
28
|
+
contentHeight: number;
|
|
29
|
+
height: number;
|
|
30
|
+
itemStyle: string;
|
|
31
|
+
itemType: string;
|
|
32
|
+
layoutPos: {
|
|
33
|
+
shrink: number;
|
|
34
|
+
height: number;
|
|
35
|
+
heightMode: string;
|
|
36
|
+
layout: string;
|
|
37
|
+
grow?: undefined;
|
|
15
38
|
};
|
|
16
39
|
showCaption: boolean;
|
|
17
40
|
id: string;
|
|
18
|
-
|
|
41
|
+
rawItem?: undefined;
|
|
42
|
+
})[];
|
|
19
43
|
layoutPanel: boolean;
|
|
20
44
|
mobilePanel: boolean;
|
|
21
45
|
codeName: string;
|
|
@@ -6,15 +6,34 @@ var AppIndexViewLayout = {
|
|
|
6
6
|
},
|
|
7
7
|
"rootPanelItems": [
|
|
8
8
|
{
|
|
9
|
-
"
|
|
9
|
+
"rawItem": {
|
|
10
|
+
"predefinedType": "NAV_POS_INDEX",
|
|
11
|
+
"id": "nav_pos_index"
|
|
12
|
+
},
|
|
13
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
10
14
|
"itemStyle": "DEFAULT",
|
|
11
|
-
"itemType": "
|
|
15
|
+
"itemType": "RAWITEM",
|
|
12
16
|
"layoutPos": {
|
|
13
17
|
"grow": 1,
|
|
14
18
|
"shrink": 1,
|
|
15
19
|
"layout": "FLEX"
|
|
16
20
|
},
|
|
17
21
|
"showCaption": true,
|
|
22
|
+
"id": "nav_pos_index"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"caption": "\u9996\u9875\u83DC\u5355",
|
|
26
|
+
"contentHeight": 50,
|
|
27
|
+
"height": 50,
|
|
28
|
+
"itemStyle": "DEFAULT",
|
|
29
|
+
"itemType": "CTRLPOS",
|
|
30
|
+
"layoutPos": {
|
|
31
|
+
"shrink": 0,
|
|
32
|
+
"height": 50,
|
|
33
|
+
"heightMode": "PX",
|
|
34
|
+
"layout": "FLEX"
|
|
35
|
+
},
|
|
36
|
+
"showCaption": true,
|
|
18
37
|
"id": "appmenu"
|
|
19
38
|
}
|
|
20
39
|
],
|
package/es/publish/index.mjs
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import AppIndexViewLayout from './app-index-view-layout.mjs';
|
|
2
|
+
import AppIndexViewLayout_BLANK_MODE from './app-index-view-layout-blank-mode.mjs';
|
|
2
3
|
import AppWFStepTraceViewLayout from './app-wf-step-trace-view-layout.mjs';
|
|
4
|
+
import DEMobCalendarView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs';
|
|
5
|
+
import DEMobCalendarView9 from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.mjs';
|
|
6
|
+
import DEMobChartView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs';
|
|
7
|
+
import DEMobChartView9 from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.mjs';
|
|
3
8
|
import DEMobDataView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs';
|
|
4
9
|
import DEMobEditView9 from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.mjs';
|
|
5
10
|
import DEMobEditView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs';
|
|
@@ -13,6 +18,7 @@ import DEMobPickupMDView from './mob-view-layout-model-repository/mob-view-layou
|
|
|
13
18
|
import DEMobPickupTreeView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs';
|
|
14
19
|
import DEMobPickupView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs';
|
|
15
20
|
import DEMobTabExpView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs';
|
|
21
|
+
import DEMobTabExpView9 from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.mjs';
|
|
16
22
|
import DEMobTreeView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs';
|
|
17
23
|
import DEMobWFDynaEditView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs';
|
|
18
24
|
import DEMobWFDynaEditView3 from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs';
|
|
@@ -21,7 +27,12 @@ import DEMobWFDynaStartView from './mob-view-layout-model-repository/mob-view-la
|
|
|
21
27
|
|
|
22
28
|
function install(callBack) {
|
|
23
29
|
callBack("APPINDEXVIEW_DEFAULT", AppIndexViewLayout);
|
|
30
|
+
callBack("APPINDEXVIEW_DEFAULT_BLANK_MODE", AppIndexViewLayout_BLANK_MODE);
|
|
24
31
|
callBack("APPWFSTEPTRACEVIEW_DEFAULT", AppWFStepTraceViewLayout);
|
|
32
|
+
callBack("DEMOBCALENDARVIEW_DEFAULT", DEMobCalendarView);
|
|
33
|
+
callBack("DEMOBCALENDARVIEW9_DEFAULT", DEMobCalendarView9);
|
|
34
|
+
callBack("DEMOBCHARTVIEW_DEFAULT", DEMobChartView);
|
|
35
|
+
callBack("DEMOBCHARTVIEW9_DEFAULT", DEMobChartView9);
|
|
25
36
|
callBack("DEMOBDATAVIEW_DEFAULT", DEMobDataView);
|
|
26
37
|
callBack("DEMOBEDITVIEW9_DEFAULT", DEMobEditView9);
|
|
27
38
|
callBack("DEMOBEDITVIEW_DEFAULT", DEMobEditView);
|
|
@@ -35,6 +46,7 @@ function install(callBack) {
|
|
|
35
46
|
callBack("DEMOBPICKUPTREEVIEW_DEFAULT", DEMobPickupTreeView);
|
|
36
47
|
callBack("DEMOBPICKUPVIEW_DEFAULT", DEMobPickupView);
|
|
37
48
|
callBack("DEMOBTABEXPVIEW_DEFAULT", DEMobTabExpView);
|
|
49
|
+
callBack("DEMOBTABEXPVIEW9_DEFAULT", DEMobTabExpView9);
|
|
38
50
|
callBack("DEMOBTREEVIEW_DEFAULT", DEMobTreeView);
|
|
39
51
|
callBack("DEMOBWFDYNAEDITVIEW_DEFAULT", DEMobWFDynaEditView);
|
|
40
52
|
callBack("DEMOBWFDYNAEDITVIEW3_DEFAULT", DEMobWFDynaEditView3);
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutBodyOnly: boolean;
|
|
3
|
+
layoutMode: string;
|
|
4
|
+
layout: {
|
|
5
|
+
layout: string;
|
|
6
|
+
};
|
|
7
|
+
rootPanelItems: {
|
|
8
|
+
panelItems: {
|
|
9
|
+
caption: string;
|
|
10
|
+
itemStyle: string;
|
|
11
|
+
itemType: string;
|
|
12
|
+
layoutPos: {
|
|
13
|
+
shrink: number;
|
|
14
|
+
layout: string;
|
|
15
|
+
};
|
|
16
|
+
showCaption: boolean;
|
|
17
|
+
id: string;
|
|
18
|
+
}[];
|
|
19
|
+
layout: {
|
|
20
|
+
layout: string;
|
|
21
|
+
};
|
|
22
|
+
dataRegionType: string;
|
|
23
|
+
caption: string;
|
|
24
|
+
itemStyle: string;
|
|
25
|
+
itemType: string;
|
|
26
|
+
layoutPos: {
|
|
27
|
+
shrink: number;
|
|
28
|
+
layout: string;
|
|
29
|
+
};
|
|
30
|
+
id: string;
|
|
31
|
+
}[];
|
|
32
|
+
layoutPanel: boolean;
|
|
33
|
+
mobilePanel: boolean;
|
|
34
|
+
codeName: string;
|
|
35
|
+
controlType: string;
|
|
36
|
+
logicName: string;
|
|
37
|
+
appDataEntityId: string;
|
|
38
|
+
controlParam: {};
|
|
39
|
+
name: string;
|
|
40
|
+
id: string;
|
|
41
|
+
};
|
|
42
|
+
export default _default;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
var DEMobCalendarView9 = {
|
|
2
|
+
"layoutBodyOnly": true,
|
|
3
|
+
"layoutMode": "FLEX",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"caption": "\u65E5\u5386\u90E8\u4EF6",
|
|
12
|
+
"itemStyle": "DEFAULT",
|
|
13
|
+
"itemType": "CTRLPOS",
|
|
14
|
+
"layoutPos": {
|
|
15
|
+
"shrink": 1,
|
|
16
|
+
"layout": "FLEX"
|
|
17
|
+
},
|
|
18
|
+
"showCaption": true,
|
|
19
|
+
"id": "calendar"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"layout": {
|
|
23
|
+
"layout": "FLEX"
|
|
24
|
+
},
|
|
25
|
+
"dataRegionType": "INHERIT",
|
|
26
|
+
"caption": "\u5BB9\u5668",
|
|
27
|
+
"itemStyle": "DEFAULT",
|
|
28
|
+
"itemType": "CONTAINER",
|
|
29
|
+
"layoutPos": {
|
|
30
|
+
"shrink": 1,
|
|
31
|
+
"layout": "FLEX"
|
|
32
|
+
},
|
|
33
|
+
"id": "view_content"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"layoutPanel": true,
|
|
37
|
+
"mobilePanel": true,
|
|
38
|
+
"codeName": "MobCALENDARView9Layout",
|
|
39
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
40
|
+
"logicName": "\u5B9E\u4F53\u79FB\u52A8\u7AEF\u65E5\u5386\u89C6\u56FE\uFF08\u90E8\u4EF6\u89C6\u56FE\uFF09\u5E03\u5C40\u9762\u677F\u5E03\u5C40\u9762\u677F",
|
|
41
|
+
"appDataEntityId": "mobfrontmodel.mobviewlayoutmodelrepository",
|
|
42
|
+
"controlParam": {},
|
|
43
|
+
"name": "layoutpanel",
|
|
44
|
+
"id": "mobcalendarview9layout"
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export { DEMobCalendarView9 as default };
|
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutBodyOnly: boolean;
|
|
3
|
+
layoutMode: string;
|
|
4
|
+
layout: {
|
|
5
|
+
layout: string;
|
|
6
|
+
};
|
|
7
|
+
rootPanelItems: ({
|
|
8
|
+
panelItems: {
|
|
9
|
+
panelItems: ({
|
|
10
|
+
panelItems: {
|
|
11
|
+
panelItems: ({
|
|
12
|
+
panelItems: {
|
|
13
|
+
caption: string;
|
|
14
|
+
itemStyle: string;
|
|
15
|
+
itemType: string;
|
|
16
|
+
layoutPos: {
|
|
17
|
+
shrink: number;
|
|
18
|
+
heightMode: string;
|
|
19
|
+
layout: string;
|
|
20
|
+
valignSelf: string;
|
|
21
|
+
};
|
|
22
|
+
showCaption: boolean;
|
|
23
|
+
id: string;
|
|
24
|
+
}[];
|
|
25
|
+
layout: {
|
|
26
|
+
layout: string;
|
|
27
|
+
align?: undefined;
|
|
28
|
+
dir?: undefined;
|
|
29
|
+
};
|
|
30
|
+
dataRegionType: string;
|
|
31
|
+
caption: string;
|
|
32
|
+
itemStyle: string;
|
|
33
|
+
itemType: string;
|
|
34
|
+
layoutPos: {
|
|
35
|
+
shrink: number;
|
|
36
|
+
layout: string;
|
|
37
|
+
grow?: undefined;
|
|
38
|
+
};
|
|
39
|
+
id: string;
|
|
40
|
+
} | {
|
|
41
|
+
panelItems: {
|
|
42
|
+
caption: string;
|
|
43
|
+
itemStyle: string;
|
|
44
|
+
itemType: string;
|
|
45
|
+
layoutPos: {
|
|
46
|
+
shrink: number;
|
|
47
|
+
heightMode: string;
|
|
48
|
+
layout: string;
|
|
49
|
+
};
|
|
50
|
+
showCaption: boolean;
|
|
51
|
+
id: string;
|
|
52
|
+
}[];
|
|
53
|
+
layout: {
|
|
54
|
+
align: string;
|
|
55
|
+
dir: string;
|
|
56
|
+
layout: string;
|
|
57
|
+
};
|
|
58
|
+
dataRegionType: string;
|
|
59
|
+
caption: string;
|
|
60
|
+
itemStyle: string;
|
|
61
|
+
itemType: string;
|
|
62
|
+
layoutPos: {
|
|
63
|
+
grow: number;
|
|
64
|
+
shrink: number;
|
|
65
|
+
layout: string;
|
|
66
|
+
};
|
|
67
|
+
id: string;
|
|
68
|
+
})[];
|
|
69
|
+
predefinedType: string;
|
|
70
|
+
layout: {
|
|
71
|
+
dir: string;
|
|
72
|
+
layout: string;
|
|
73
|
+
};
|
|
74
|
+
dataRegionType: string;
|
|
75
|
+
caption: string;
|
|
76
|
+
itemStyle: string;
|
|
77
|
+
itemType: string;
|
|
78
|
+
layoutPos: {
|
|
79
|
+
shrink: number;
|
|
80
|
+
layout: string;
|
|
81
|
+
};
|
|
82
|
+
id: string;
|
|
83
|
+
}[];
|
|
84
|
+
predefinedType: string;
|
|
85
|
+
layout: {
|
|
86
|
+
dir: string;
|
|
87
|
+
layout: string;
|
|
88
|
+
};
|
|
89
|
+
dataRegionType: string;
|
|
90
|
+
caption: string;
|
|
91
|
+
itemStyle: string;
|
|
92
|
+
itemType: string;
|
|
93
|
+
layoutPos: {
|
|
94
|
+
shrink: number;
|
|
95
|
+
layout: string;
|
|
96
|
+
};
|
|
97
|
+
id: string;
|
|
98
|
+
} | {
|
|
99
|
+
panelItems: {
|
|
100
|
+
caption: string;
|
|
101
|
+
itemStyle: string;
|
|
102
|
+
itemType: string;
|
|
103
|
+
layoutPos: {
|
|
104
|
+
shrink: number;
|
|
105
|
+
layout: string;
|
|
106
|
+
};
|
|
107
|
+
showCaption: boolean;
|
|
108
|
+
id: string;
|
|
109
|
+
}[];
|
|
110
|
+
predefinedType: string;
|
|
111
|
+
layout: {
|
|
112
|
+
layout: string;
|
|
113
|
+
dir?: undefined;
|
|
114
|
+
};
|
|
115
|
+
dataRegionType: string;
|
|
116
|
+
caption: string;
|
|
117
|
+
itemStyle: string;
|
|
118
|
+
itemType: string;
|
|
119
|
+
layoutPos: {
|
|
120
|
+
shrink: number;
|
|
121
|
+
layout: string;
|
|
122
|
+
};
|
|
123
|
+
id: string;
|
|
124
|
+
} | {
|
|
125
|
+
panelItems: {
|
|
126
|
+
caption: string;
|
|
127
|
+
itemStyle: string;
|
|
128
|
+
itemType: string;
|
|
129
|
+
layoutPos: {
|
|
130
|
+
shrink: number;
|
|
131
|
+
layout: string;
|
|
132
|
+
};
|
|
133
|
+
showCaption: boolean;
|
|
134
|
+
id: string;
|
|
135
|
+
}[];
|
|
136
|
+
layout: {
|
|
137
|
+
layout: string;
|
|
138
|
+
dir?: undefined;
|
|
139
|
+
};
|
|
140
|
+
dataRegionType: string;
|
|
141
|
+
caption: string;
|
|
142
|
+
itemStyle: string;
|
|
143
|
+
itemType: string;
|
|
144
|
+
layoutPos: {
|
|
145
|
+
shrink: number;
|
|
146
|
+
layout: string;
|
|
147
|
+
};
|
|
148
|
+
id: string;
|
|
149
|
+
predefinedType?: undefined;
|
|
150
|
+
})[];
|
|
151
|
+
layout: {
|
|
152
|
+
dir: string;
|
|
153
|
+
layout: string;
|
|
154
|
+
};
|
|
155
|
+
dataRegionType: string;
|
|
156
|
+
caption: string;
|
|
157
|
+
itemStyle: string;
|
|
158
|
+
itemType: string;
|
|
159
|
+
layoutPos: {
|
|
160
|
+
shrink: number;
|
|
161
|
+
layout: string;
|
|
162
|
+
};
|
|
163
|
+
id: string;
|
|
164
|
+
}[];
|
|
165
|
+
predefinedType: string;
|
|
166
|
+
layout: {
|
|
167
|
+
layout: string;
|
|
168
|
+
};
|
|
169
|
+
dataRegionType: string;
|
|
170
|
+
caption: string;
|
|
171
|
+
itemStyle: string;
|
|
172
|
+
itemType: string;
|
|
173
|
+
layoutPos: {
|
|
174
|
+
shrink: number;
|
|
175
|
+
layout: string;
|
|
176
|
+
grow?: undefined;
|
|
177
|
+
};
|
|
178
|
+
showCaption: boolean;
|
|
179
|
+
id: string;
|
|
180
|
+
} | {
|
|
181
|
+
panelItems: {
|
|
182
|
+
caption: string;
|
|
183
|
+
itemStyle: string;
|
|
184
|
+
itemType: string;
|
|
185
|
+
layoutPos: {
|
|
186
|
+
grow: number;
|
|
187
|
+
shrink: number;
|
|
188
|
+
layout: string;
|
|
189
|
+
};
|
|
190
|
+
showCaption: boolean;
|
|
191
|
+
id: string;
|
|
192
|
+
}[];
|
|
193
|
+
predefinedType: string;
|
|
194
|
+
layout: {
|
|
195
|
+
layout: string;
|
|
196
|
+
};
|
|
197
|
+
dataRegionType: string;
|
|
198
|
+
caption: string;
|
|
199
|
+
itemStyle: string;
|
|
200
|
+
itemType: string;
|
|
201
|
+
layoutPos: {
|
|
202
|
+
grow: number;
|
|
203
|
+
shrink: number;
|
|
204
|
+
layout: string;
|
|
205
|
+
};
|
|
206
|
+
id: string;
|
|
207
|
+
showCaption?: undefined;
|
|
208
|
+
} | {
|
|
209
|
+
panelItems: {
|
|
210
|
+
caption: string;
|
|
211
|
+
itemStyle: string;
|
|
212
|
+
itemType: string;
|
|
213
|
+
layoutPos: {
|
|
214
|
+
shrink: number;
|
|
215
|
+
layout: string;
|
|
216
|
+
};
|
|
217
|
+
showCaption: boolean;
|
|
218
|
+
id: string;
|
|
219
|
+
}[];
|
|
220
|
+
predefinedType: string;
|
|
221
|
+
layout: {
|
|
222
|
+
layout: string;
|
|
223
|
+
};
|
|
224
|
+
dataRegionType: string;
|
|
225
|
+
caption: string;
|
|
226
|
+
itemStyle: string;
|
|
227
|
+
itemType: string;
|
|
228
|
+
layoutPos: {
|
|
229
|
+
shrink: number;
|
|
230
|
+
layout: string;
|
|
231
|
+
grow?: undefined;
|
|
232
|
+
};
|
|
233
|
+
id: string;
|
|
234
|
+
showCaption?: undefined;
|
|
235
|
+
})[];
|
|
236
|
+
layoutPanel: boolean;
|
|
237
|
+
mobilePanel: boolean;
|
|
238
|
+
codeName: string;
|
|
239
|
+
controlType: string;
|
|
240
|
+
logicName: string;
|
|
241
|
+
appDataEntityId: string;
|
|
242
|
+
controlParam: {};
|
|
243
|
+
name: string;
|
|
244
|
+
id: string;
|
|
245
|
+
};
|
|
246
|
+
export default _default;
|