@ibiz-template/mob-theme 3.1.2 → 4.0.0
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 +2 -2
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/control-layout/control-layout-model-repository-mob-search-form-layout.d.ts +139 -0
- package/es/publish/control-layout/control-layout-model-repository-mob-search-form-layout.mjs +155 -0
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +78 -2
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +79 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.d.ts +27 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.d.ts +27 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +135 -80
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +209 -125
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +42 -15
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +83 -20
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +27 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +64 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +25 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +28 -5
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +136 -79
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +206 -124
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +30 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +28 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +28 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs +42 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +31 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.d.ts +52 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.mjs +42 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +147 -21
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +182 -29
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.d.ts +174 -7
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.mjs +258 -13
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +31 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +64 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +26 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +30 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +35 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +65 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +31 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.d.ts +27 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs +63 -0
- package/es/theme/generic/index.css +1 -1
- package/es/theme/generic/rolldate.css +1 -0
- package/es/theme/generic/vant.css +1 -1
- package/es/theme/index.css +1 -1
- package/es/theme/objects/editor/editor.css +1 -0
- package/es/theme/objects/index.css +1 -1
- package/es/theme/objects/view/view.css +1 -0
- package/es/theme/theme/dark/dark-theme.css +1 -1
- package/es/theme/theme/index.css +1 -1
- package/es/theme/theme/light/light-theme.css +1 -1
- package/es/theme/var.css +1 -1
- package/lib/publish/control-layout/control-layout-model-repository-mob-search-form-layout.cjs +159 -0
- package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +79 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +209 -125
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +83 -20
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +64 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +206 -124
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.cjs +42 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.cjs +42 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +182 -29
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.cjs +258 -13
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +64 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +65 -2
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.cjs +63 -0
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/generic/rolldate.css +1 -0
- package/lib/theme/generic/vant.css +1 -1
- package/lib/theme/index.css +1 -1
- package/lib/theme/objects/app/app.css +0 -0
- package/lib/theme/objects/ctrl/ctrl.css +0 -0
- package/lib/theme/objects/editor/editor.css +1 -0
- package/lib/theme/objects/index.css +1 -1
- package/lib/theme/objects/view/view.css +1 -0
- package/lib/theme/theme/dark/dark-theme.css +1 -1
- package/lib/theme/theme/index.css +1 -1
- package/lib/theme/theme/light/light-theme.css +1 -1
- package/lib/theme/var.css +1 -1
- package/package.json +1 -1
- /package/es/theme/objects/{state/state.css → app/app.css} +0 -0
- /package/{lib/theme/objects/state/state.css → es/theme/objects/ctrl/ctrl.css} +0 -0
package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs
CHANGED
|
@@ -9,6 +9,85 @@ var TreeExpBar = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
14
|
+
"panelItems": [
|
|
15
|
+
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
17
|
+
"panelItems": [
|
|
18
|
+
{
|
|
19
|
+
"caption": "\u9875\u9762\u6807\u9898",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "CTRLPOS",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 1,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "captionbar"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"layout": {
|
|
31
|
+
"align": "center",
|
|
32
|
+
"dir": "row",
|
|
33
|
+
"layout": "FLEX",
|
|
34
|
+
"valign": "center"
|
|
35
|
+
},
|
|
36
|
+
"dataRegionType": "INHERIT",
|
|
37
|
+
"caption": "\u5BB9\u5668",
|
|
38
|
+
"itemStyle": "DEFAULT",
|
|
39
|
+
"itemType": "CONTAINER",
|
|
40
|
+
"layoutPos": {
|
|
41
|
+
"shrink": 1,
|
|
42
|
+
"layout": "FLEX"
|
|
43
|
+
},
|
|
44
|
+
"id": "control_header_left"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"actionGroupExtractMode": "ITEM",
|
|
48
|
+
"panelItems": [
|
|
49
|
+
{
|
|
50
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
51
|
+
"itemStyle": "DEFAULT",
|
|
52
|
+
"itemType": "CTRLPOS",
|
|
53
|
+
"layoutPos": {
|
|
54
|
+
"shrink": 1,
|
|
55
|
+
"layout": "FLEX"
|
|
56
|
+
},
|
|
57
|
+
"showCaption": true,
|
|
58
|
+
"id": "treeexpbar_toolbar"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"layout": {
|
|
62
|
+
"dir": "row-reverse",
|
|
63
|
+
"layout": "FLEX"
|
|
64
|
+
},
|
|
65
|
+
"dataRegionType": "INHERIT",
|
|
66
|
+
"caption": "\u5BB9\u5668",
|
|
67
|
+
"itemStyle": "DEFAULT",
|
|
68
|
+
"itemType": "CONTAINER",
|
|
69
|
+
"layoutPos": {
|
|
70
|
+
"grow": 1,
|
|
71
|
+
"shrink": 1,
|
|
72
|
+
"layout": "FLEX"
|
|
73
|
+
},
|
|
74
|
+
"id": "control_header_right"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"layout": {
|
|
78
|
+
"dir": "row",
|
|
79
|
+
"layout": "FLEX"
|
|
80
|
+
},
|
|
81
|
+
"dataRegionType": "INHERIT",
|
|
82
|
+
"caption": "\u5BB9\u5668",
|
|
83
|
+
"itemStyle": "DEFAULT",
|
|
84
|
+
"itemType": "CONTAINER",
|
|
85
|
+
"layoutPos": {
|
|
86
|
+
"shrink": 0,
|
|
87
|
+
"layout": "FLEX"
|
|
88
|
+
},
|
|
89
|
+
"id": "control_header"
|
|
90
|
+
},
|
|
12
91
|
{
|
|
13
92
|
"actionGroupExtractMode": "ITEM",
|
|
14
93
|
"panelItems": [
|
|
@@ -10,6 +10,27 @@ var DEMobCalendarView = {
|
|
|
10
10
|
"layout": "FLEX"
|
|
11
11
|
},
|
|
12
12
|
"rootPanelItems": [
|
|
13
|
+
{
|
|
14
|
+
"rawItem": {
|
|
15
|
+
"rawItemParams": [
|
|
16
|
+
{
|
|
17
|
+
"key": "POSITION",
|
|
18
|
+
"value": "TOP"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"predefinedType": "VIEWMSG_POS",
|
|
22
|
+
"id": "viewmsg_pos_top"
|
|
23
|
+
},
|
|
24
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
25
|
+
"itemStyle": "DEFAULT",
|
|
26
|
+
"itemType": "RAWITEM",
|
|
27
|
+
"layoutPos": {
|
|
28
|
+
"shrink": 0,
|
|
29
|
+
"layout": "FLEX"
|
|
30
|
+
},
|
|
31
|
+
"showCaption": true,
|
|
32
|
+
"id": "viewmsg_pos_top"
|
|
33
|
+
},
|
|
13
34
|
{
|
|
14
35
|
"actionGroupExtractMode": "ITEM",
|
|
15
36
|
"panelItems": [
|
|
@@ -249,6 +270,27 @@ var DEMobCalendarView = {
|
|
|
249
270
|
"showCaption": true,
|
|
250
271
|
"id": "panelpart"
|
|
251
272
|
},
|
|
273
|
+
{
|
|
274
|
+
"rawItem": {
|
|
275
|
+
"rawItemParams": [
|
|
276
|
+
{
|
|
277
|
+
"key": "POSITION",
|
|
278
|
+
"value": "BODY"
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"predefinedType": "VIEWMSG_POS",
|
|
282
|
+
"id": "viewmsg_pos_body"
|
|
283
|
+
},
|
|
284
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
285
|
+
"itemStyle": "DEFAULT",
|
|
286
|
+
"itemType": "RAWITEM",
|
|
287
|
+
"layoutPos": {
|
|
288
|
+
"shrink": 0,
|
|
289
|
+
"layout": "FLEX"
|
|
290
|
+
},
|
|
291
|
+
"showCaption": true,
|
|
292
|
+
"id": "viewmsg_pos_body"
|
|
293
|
+
},
|
|
252
294
|
{
|
|
253
295
|
"actionGroupExtractMode": "ITEM",
|
|
254
296
|
"panelItems": [
|
|
@@ -280,6 +322,27 @@ var DEMobCalendarView = {
|
|
|
280
322
|
},
|
|
281
323
|
"id": "view_content"
|
|
282
324
|
},
|
|
325
|
+
{
|
|
326
|
+
"rawItem": {
|
|
327
|
+
"rawItemParams": [
|
|
328
|
+
{
|
|
329
|
+
"key": "POSITION",
|
|
330
|
+
"value": "BOTTOM"
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"predefinedType": "VIEWMSG_POS",
|
|
334
|
+
"id": "viewmsg_pos_bottom"
|
|
335
|
+
},
|
|
336
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
337
|
+
"itemStyle": "DEFAULT",
|
|
338
|
+
"itemType": "RAWITEM",
|
|
339
|
+
"layoutPos": {
|
|
340
|
+
"shrink": 0,
|
|
341
|
+
"layout": "FLEX"
|
|
342
|
+
},
|
|
343
|
+
"showCaption": true,
|
|
344
|
+
"id": "viewmsg_pos_bottom"
|
|
345
|
+
},
|
|
283
346
|
{
|
|
284
347
|
"actionGroupExtractMode": "ITEM",
|
|
285
348
|
"panelItems": [
|
|
@@ -9,6 +9,27 @@ var DEMobChartView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"actionGroupExtractMode": "ITEM",
|
|
14
35
|
"panelItems": [
|
|
@@ -248,6 +269,27 @@ var DEMobChartView = {
|
|
|
248
269
|
"showCaption": true,
|
|
249
270
|
"id": "panelpart"
|
|
250
271
|
},
|
|
272
|
+
{
|
|
273
|
+
"rawItem": {
|
|
274
|
+
"rawItemParams": [
|
|
275
|
+
{
|
|
276
|
+
"key": "POSITION",
|
|
277
|
+
"value": "BODY"
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"predefinedType": "VIEWMSG_POS",
|
|
281
|
+
"id": "viewmsg_pos_body"
|
|
282
|
+
},
|
|
283
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
284
|
+
"itemStyle": "DEFAULT",
|
|
285
|
+
"itemType": "RAWITEM",
|
|
286
|
+
"layoutPos": {
|
|
287
|
+
"shrink": 0,
|
|
288
|
+
"layout": "FLEX"
|
|
289
|
+
},
|
|
290
|
+
"showCaption": true,
|
|
291
|
+
"id": "viewmsg_pos_body"
|
|
292
|
+
},
|
|
251
293
|
{
|
|
252
294
|
"actionGroupExtractMode": "ITEM",
|
|
253
295
|
"panelItems": [
|
|
@@ -279,6 +321,27 @@ var DEMobChartView = {
|
|
|
279
321
|
},
|
|
280
322
|
"id": "view_content"
|
|
281
323
|
},
|
|
324
|
+
{
|
|
325
|
+
"rawItem": {
|
|
326
|
+
"rawItemParams": [
|
|
327
|
+
{
|
|
328
|
+
"key": "POSITION",
|
|
329
|
+
"value": "BOTTOM"
|
|
330
|
+
}
|
|
331
|
+
],
|
|
332
|
+
"predefinedType": "VIEWMSG_POS",
|
|
333
|
+
"id": "viewmsg_pos_bottom"
|
|
334
|
+
},
|
|
335
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
336
|
+
"itemStyle": "DEFAULT",
|
|
337
|
+
"itemType": "RAWITEM",
|
|
338
|
+
"layoutPos": {
|
|
339
|
+
"shrink": 0,
|
|
340
|
+
"layout": "FLEX"
|
|
341
|
+
},
|
|
342
|
+
"showCaption": true,
|
|
343
|
+
"id": "viewmsg_pos_bottom"
|
|
344
|
+
},
|
|
282
345
|
{
|
|
283
346
|
"actionGroupExtractMode": "ITEM",
|
|
284
347
|
"panelItems": [
|