@ibiz-template/mob-theme 3.1.2 → 4.1.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.
Files changed (115) hide show
  1. package/dist/index.min.css +1 -1
  2. package/dist/index.system.min.js +2 -2
  3. package/dist/index.system.min.js.map +1 -1
  4. package/es/publish/control-layout/control-layout-model-repository-mob-search-form-layout.mjs +155 -0
  5. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +79 -0
  6. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +63 -0
  7. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +63 -0
  8. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +209 -125
  9. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +83 -20
  10. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +64 -1
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +63 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +63 -10
  13. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +206 -124
  14. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +63 -10
  15. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs +63 -0
  16. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs +42 -0
  17. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +63 -10
  18. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.mjs +42 -0
  19. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +182 -29
  20. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.mjs +258 -13
  21. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +64 -1
  22. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +63 -0
  23. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +63 -10
  24. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +65 -2
  25. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +63 -0
  26. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs +63 -0
  27. package/es/theme/elements/index.css +1 -1
  28. package/es/theme/generic/index.css +1 -1
  29. package/es/theme/generic/rolldate.css +1 -0
  30. package/es/theme/generic/vant-rem.css +1 -0
  31. package/es/theme/generic/vant.css +1 -1
  32. package/es/theme/index.css +1 -1
  33. package/es/theme/objects/editor/editor.css +1 -0
  34. package/es/theme/objects/index.css +1 -1
  35. package/es/theme/objects/view/view.css +1 -0
  36. package/es/theme/theme/dark/dark-theme.css +1 -1
  37. package/es/theme/theme/index.css +1 -1
  38. package/es/theme/theme/light/light-theme.css +1 -1
  39. package/es/theme/var.css +1 -1
  40. package/lib/publish/control-layout/control-layout-model-repository-mob-search-form-layout.cjs +159 -0
  41. package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +79 -0
  42. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +63 -0
  43. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +63 -0
  44. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +209 -125
  45. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +83 -20
  46. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +64 -1
  47. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +63 -0
  48. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +63 -10
  49. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +206 -124
  50. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +63 -10
  51. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.cjs +63 -0
  52. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.cjs +42 -0
  53. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +63 -10
  54. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.cjs +42 -0
  55. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +182 -29
  56. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.cjs +258 -13
  57. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +64 -1
  58. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +63 -0
  59. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +63 -10
  60. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +65 -2
  61. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +63 -0
  62. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.cjs +63 -0
  63. package/lib/theme/elements/index.css +1 -1
  64. package/lib/theme/generic/index.css +1 -1
  65. package/lib/theme/generic/rolldate.css +1 -0
  66. package/lib/theme/generic/vant-rem.css +1 -0
  67. package/lib/theme/generic/vant.css +1 -1
  68. package/lib/theme/index.css +1 -1
  69. package/lib/theme/objects/app/app.css +0 -0
  70. package/lib/theme/objects/ctrl/ctrl.css +0 -0
  71. package/lib/theme/objects/editor/editor.css +1 -0
  72. package/lib/theme/objects/index.css +1 -1
  73. package/lib/theme/objects/view/view.css +1 -0
  74. package/lib/theme/theme/dark/dark-theme.css +1 -1
  75. package/lib/theme/theme/index.css +1 -1
  76. package/lib/theme/theme/light/light-theme.css +1 -1
  77. package/lib/theme/var.css +1 -1
  78. package/package.json +2 -2
  79. package/es/index.d.ts +0 -5
  80. package/es/publish/app-index-view-layout-blank-mode.d.ts +0 -33
  81. package/es/publish/app-index-view-layout.d.ts +0 -46
  82. package/es/publish/app-login-view.d.ts +0 -341
  83. package/es/publish/app-wf-step-trace-view-layout.d.ts +0 -38
  84. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +0 -45
  85. package/es/publish/control-layout/control-layout-model-repository-mob-tree-layout.d.ts +0 -99
  86. package/es/publish/index.d.ts +0 -9
  87. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.d.ts +0 -45
  88. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.d.ts +0 -271
  89. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.d.ts +0 -47
  90. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.d.ts +0 -270
  91. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +0 -242
  92. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +0 -278
  93. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.d.ts +0 -46
  94. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +0 -201
  95. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +0 -240
  96. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +0 -324
  97. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.d.ts +0 -45
  98. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +0 -271
  99. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +0 -254
  100. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +0 -75
  101. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +0 -47
  102. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +0 -342
  103. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.d.ts +0 -95
  104. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.d.ts +0 -186
  105. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +0 -221
  106. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.d.ts +0 -127
  107. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +0 -242
  108. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +0 -243
  109. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +0 -252
  110. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +0 -323
  111. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +0 -245
  112. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +0 -208
  113. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.d.ts +0 -201
  114. /package/es/theme/objects/{state/state.css → app/app.css} +0 -0
  115. /package/{lib/theme/objects/state/state.css → es/theme/objects/ctrl/ctrl.css} +0 -0
@@ -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": [