@ibiz-template/mob-theme 0.0.1 → 0.2.2

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 (68) hide show
  1. package/CHANGELOG.md +102 -0
  2. package/dist/index.min.css +1 -0
  3. package/dist/index.system.min.js +1 -1
  4. package/dist/index.system.min.js.map +1 -1
  5. package/es/index.d.ts +2 -0
  6. package/es/index.mjs +1 -0
  7. package/es/publish/app-index-view-layout.d.ts +25 -0
  8. package/es/publish/app-index-view-layout.mjs +1 -0
  9. package/es/publish/app-wf-step-trace-view-layout.d.ts +33 -0
  10. package/es/publish/index.d.ts +9 -0
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +170 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +210 -0
  13. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +4 -0
  14. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.d.ts +40 -0
  15. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +174 -0
  16. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +170 -0
  17. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +247 -0
  18. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +31 -12
  19. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.d.ts +39 -0
  20. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +200 -0
  21. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +41 -0
  22. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +41 -0
  23. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +262 -0
  24. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +23 -4
  25. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +148 -0
  26. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +25 -5
  27. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +170 -0
  28. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +155 -0
  29. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +23 -4
  30. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +212 -0
  31. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +6 -0
  32. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +173 -0
  33. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +1 -0
  34. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +112 -0
  35. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs +1 -1
  36. package/es/theme/elements/index.css +1 -0
  37. package/es/theme/generic/index.css +1 -0
  38. package/es/theme/generic/vant.css +1 -0
  39. package/es/theme/index.css +1 -0
  40. package/es/theme/objects/index.css +1 -0
  41. package/es/theme/objects/state/state.css +0 -0
  42. package/es/theme/theme/dark/dark-theme.css +1 -0
  43. package/es/theme/theme/index.css +1 -0
  44. package/es/theme/theme/light/light-theme.css +1 -0
  45. package/es/theme/tumps/index.css +1 -0
  46. package/es/theme/var.css +1 -0
  47. package/lib/index.cjs +1 -0
  48. package/lib/publish/app-index-view-layout.cjs +1 -0
  49. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +4 -0
  50. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +31 -12
  51. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +23 -4
  52. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +25 -5
  53. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +23 -4
  54. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +6 -0
  55. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +1 -0
  56. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs +1 -1
  57. package/lib/theme/elements/index.css +1 -0
  58. package/lib/theme/generic/index.css +1 -0
  59. package/lib/theme/generic/vant.css +1 -0
  60. package/lib/theme/index.css +1 -0
  61. package/lib/theme/objects/index.css +1 -0
  62. package/lib/theme/objects/state/state.css +0 -0
  63. package/lib/theme/theme/dark/dark-theme.css +1 -0
  64. package/lib/theme/theme/index.css +1 -0
  65. package/lib/theme/theme/light/light-theme.css +1 -0
  66. package/lib/theme/tumps/index.css +1 -0
  67. package/lib/theme/var.css +1 -0
  68. package/package.json +9 -7
@@ -0,0 +1,148 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ rootPanelItems: ({
5
+ panelItems: ({
6
+ panelItems: ({
7
+ caption: string;
8
+ itemStyle: string;
9
+ itemType: string;
10
+ layoutPos: {
11
+ shrink: number;
12
+ layout: string;
13
+ grow?: undefined;
14
+ heightMode?: undefined;
15
+ };
16
+ showCaption: boolean;
17
+ id: string;
18
+ panelItems?: undefined;
19
+ layout?: undefined;
20
+ dataRegionType?: undefined;
21
+ } | {
22
+ panelItems: {
23
+ caption: string;
24
+ itemStyle: string;
25
+ itemType: string;
26
+ layoutPos: {
27
+ shrink: number;
28
+ heightMode: string;
29
+ layout: string;
30
+ };
31
+ showCaption: boolean;
32
+ id: string;
33
+ }[];
34
+ layout: {
35
+ align: string;
36
+ dir: string;
37
+ layout: string;
38
+ };
39
+ dataRegionType: string;
40
+ caption: string;
41
+ itemStyle: string;
42
+ itemType: string;
43
+ layoutPos: {
44
+ grow: number;
45
+ shrink: number;
46
+ heightMode: string;
47
+ layout: string;
48
+ };
49
+ id: string;
50
+ showCaption?: undefined;
51
+ })[];
52
+ predefinedType: string;
53
+ layout: {
54
+ dir: string;
55
+ layout: string;
56
+ };
57
+ dataRegionType: string;
58
+ caption: string;
59
+ itemStyle: string;
60
+ itemType: string;
61
+ layoutPos: {
62
+ shrink: number;
63
+ layout: string;
64
+ };
65
+ id: string;
66
+ } | {
67
+ panelItems: {
68
+ caption: string;
69
+ itemStyle: string;
70
+ itemType: string;
71
+ layoutPos: {
72
+ shrink: number;
73
+ layout: string;
74
+ };
75
+ showCaption: boolean;
76
+ id: string;
77
+ }[];
78
+ predefinedType: string;
79
+ layout: {
80
+ layout: string;
81
+ dir?: undefined;
82
+ };
83
+ dataRegionType: string;
84
+ caption: string;
85
+ itemStyle: string;
86
+ itemType: string;
87
+ layoutPos: {
88
+ shrink: number;
89
+ layout: string;
90
+ };
91
+ id: string;
92
+ })[];
93
+ predefinedType: string;
94
+ layout: {
95
+ layout: string;
96
+ };
97
+ dataRegionType: string;
98
+ caption: string;
99
+ itemStyle: string;
100
+ itemType: string;
101
+ layoutPos: {
102
+ shrink: number;
103
+ layout: string;
104
+ grow?: undefined;
105
+ };
106
+ id: string;
107
+ } | {
108
+ panelItems: {
109
+ rawItem: {
110
+ predefinedType: string;
111
+ id: string;
112
+ };
113
+ caption: string;
114
+ itemStyle: string;
115
+ itemType: string;
116
+ layoutPos: {
117
+ shrink: number;
118
+ layout: string;
119
+ };
120
+ showCaption: boolean;
121
+ id: string;
122
+ }[];
123
+ predefinedType: string;
124
+ layout: {
125
+ layout: string;
126
+ };
127
+ dataRegionType: string;
128
+ caption: string;
129
+ itemStyle: string;
130
+ itemType: string;
131
+ layoutPos: {
132
+ grow: number;
133
+ shrink: number;
134
+ layout: string;
135
+ };
136
+ id: string;
137
+ })[];
138
+ layoutPanel: boolean;
139
+ mobilePanel: boolean;
140
+ codeName: string;
141
+ controlType: string;
142
+ logicName: string;
143
+ appDataEntityId: string;
144
+ controlParam: {};
145
+ name: string;
146
+ id: string;
147
+ };
148
+ export default _default;
@@ -18,16 +18,36 @@ var DEMobTabExpView = {
18
18
  "id": "lefttoolbar"
19
19
  },
20
20
  {
21
- "caption": "\u6807\u9898\u680F",
21
+ "panelItems": [
22
+ {
23
+ "caption": "\u6807\u9898\u680F",
24
+ "itemStyle": "DEFAULT",
25
+ "itemType": "CTRLPOS",
26
+ "layoutPos": {
27
+ "shrink": 1,
28
+ "heightMode": "FULL",
29
+ "layout": "FLEX"
30
+ },
31
+ "showCaption": true,
32
+ "id": "captionbar"
33
+ }
34
+ ],
35
+ "layout": {
36
+ "align": "center",
37
+ "dir": "row",
38
+ "layout": "FLEX"
39
+ },
40
+ "dataRegionType": "INHERIT",
41
+ "caption": "\u5BB9\u5668",
22
42
  "itemStyle": "DEFAULT",
23
- "itemType": "CTRLPOS",
43
+ "itemType": "CONTAINER",
24
44
  "layoutPos": {
45
+ "grow": 1,
25
46
  "shrink": 1,
26
- "heightMode": "FULL",
47
+ "heightMode": "PERCENTAGE",
27
48
  "layout": "FLEX"
28
49
  },
29
- "showCaption": true,
30
- "id": "captionbar"
50
+ "id": "view_captionbar"
31
51
  },
32
52
  {
33
53
  "caption": "\u5DE5\u5177\u680F",
@@ -0,0 +1,170 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ rootPanelItems: ({
5
+ panelItems: {
6
+ panelItems: ({
7
+ panelItems: ({
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
+ align?: undefined;
22
+ dir?: undefined;
23
+ };
24
+ dataRegionType: string;
25
+ caption: string;
26
+ itemStyle: string;
27
+ itemType: string;
28
+ layoutPos: {
29
+ shrink: number;
30
+ layout: string;
31
+ grow?: undefined;
32
+ };
33
+ id: string;
34
+ } | {
35
+ panelItems: {
36
+ caption: string;
37
+ itemStyle: string;
38
+ itemType: string;
39
+ layoutPos: {
40
+ shrink: number;
41
+ heightMode: string;
42
+ layout: string;
43
+ };
44
+ showCaption: boolean;
45
+ id: string;
46
+ }[];
47
+ layout: {
48
+ align: string;
49
+ dir: string;
50
+ layout: string;
51
+ };
52
+ dataRegionType: string;
53
+ caption: string;
54
+ itemStyle: string;
55
+ itemType: string;
56
+ layoutPos: {
57
+ grow: number;
58
+ shrink: number;
59
+ layout: string;
60
+ };
61
+ id: string;
62
+ })[];
63
+ predefinedType: string;
64
+ layout: {
65
+ dir: string;
66
+ layout: string;
67
+ };
68
+ dataRegionType: string;
69
+ caption: string;
70
+ itemStyle: string;
71
+ itemType: string;
72
+ layoutPos: {
73
+ shrink: number;
74
+ layout: string;
75
+ };
76
+ id: string;
77
+ } | {
78
+ panelItems: {
79
+ caption: string;
80
+ itemStyle: string;
81
+ itemType: string;
82
+ layoutPos: {
83
+ shrink: number;
84
+ layout: string;
85
+ };
86
+ showCaption: boolean;
87
+ id: string;
88
+ }[];
89
+ predefinedType: string;
90
+ layout: {
91
+ layout: string;
92
+ dir?: undefined;
93
+ };
94
+ dataRegionType: string;
95
+ caption: string;
96
+ itemStyle: string;
97
+ itemType: string;
98
+ layoutPos: {
99
+ shrink: number;
100
+ layout: string;
101
+ };
102
+ id: string;
103
+ })[];
104
+ predefinedType: string;
105
+ layout: {
106
+ dir: string;
107
+ layout: string;
108
+ };
109
+ dataRegionType: string;
110
+ caption: string;
111
+ itemStyle: string;
112
+ itemType: string;
113
+ layoutPos: {
114
+ shrink: number;
115
+ layout: string;
116
+ };
117
+ id: string;
118
+ }[];
119
+ predefinedType: string;
120
+ layout: {
121
+ layout: string;
122
+ };
123
+ dataRegionType: string;
124
+ caption: string;
125
+ itemStyle: string;
126
+ itemType: string;
127
+ layoutPos: {
128
+ shrink: number;
129
+ layout: string;
130
+ };
131
+ showCaption: boolean;
132
+ id: string;
133
+ } | {
134
+ panelItems: {
135
+ caption: string;
136
+ itemStyle: string;
137
+ itemType: string;
138
+ layoutPos: {
139
+ shrink: number;
140
+ layout: string;
141
+ };
142
+ showCaption: boolean;
143
+ id: string;
144
+ }[];
145
+ predefinedType: string;
146
+ layout: {
147
+ layout: string;
148
+ };
149
+ dataRegionType: string;
150
+ caption: string;
151
+ itemStyle: string;
152
+ itemType: string;
153
+ layoutPos: {
154
+ shrink: number;
155
+ layout: string;
156
+ };
157
+ id: string;
158
+ showCaption?: undefined;
159
+ })[];
160
+ layoutPanel: boolean;
161
+ mobilePanel: boolean;
162
+ codeName: string;
163
+ controlType: string;
164
+ logicName: string;
165
+ appDataEntityId: string;
166
+ controlParam: {};
167
+ name: string;
168
+ id: string;
169
+ };
170
+ export default _default;
@@ -0,0 +1,155 @@
1
+ declare const _default: {
2
+ layoutMode: string;
3
+ rootPanelItems: ({
4
+ panelItems: {
5
+ panelItems: {
6
+ caption: string;
7
+ itemStyle: string;
8
+ itemType: string;
9
+ layoutPos: {
10
+ shrink: number;
11
+ heightMode: string;
12
+ layout: string;
13
+ };
14
+ showCaption: boolean;
15
+ id: string;
16
+ }[];
17
+ layout: {
18
+ align: string;
19
+ dir: string;
20
+ layout: string;
21
+ };
22
+ dataRegionType: string;
23
+ caption: string;
24
+ itemStyle: string;
25
+ itemType: string;
26
+ layoutPos: {
27
+ shrink: number;
28
+ heightMode: string;
29
+ layout: string;
30
+ };
31
+ id: string;
32
+ }[];
33
+ predefinedType: string;
34
+ layout: {
35
+ dir: string;
36
+ layout: string;
37
+ align?: undefined;
38
+ };
39
+ dataRegionType: string;
40
+ caption: string;
41
+ itemStyle: string;
42
+ itemType: string;
43
+ layoutPos: {
44
+ shrink: number;
45
+ layout: string;
46
+ grow?: undefined;
47
+ spacingBottom?: undefined;
48
+ spacingLeft?: undefined;
49
+ spacingRight?: undefined;
50
+ };
51
+ id: string;
52
+ } | {
53
+ panelItems: {
54
+ caption: string;
55
+ itemStyle: string;
56
+ itemType: string;
57
+ layoutPos: {
58
+ shrink: number;
59
+ layout: string;
60
+ };
61
+ showCaption: boolean;
62
+ id: string;
63
+ }[];
64
+ predefinedType: string;
65
+ layout: {
66
+ layout: string;
67
+ dir?: undefined;
68
+ align?: undefined;
69
+ };
70
+ dataRegionType: string;
71
+ caption: string;
72
+ itemStyle: string;
73
+ itemType: string;
74
+ layoutPos: {
75
+ grow: number;
76
+ shrink: number;
77
+ layout: string;
78
+ spacingBottom?: undefined;
79
+ spacingLeft?: undefined;
80
+ spacingRight?: undefined;
81
+ };
82
+ id: string;
83
+ } | {
84
+ panelItems: ({
85
+ actionType: string;
86
+ uiactionId: string;
87
+ tooltip: string;
88
+ caption: string;
89
+ contentHeight: number;
90
+ height: number;
91
+ itemStyle: string;
92
+ itemType: string;
93
+ layoutPos: {
94
+ grow: number;
95
+ shrink: number;
96
+ height: number;
97
+ heightMode: string;
98
+ layout: string;
99
+ spacingRight: string;
100
+ spacingLeft?: undefined;
101
+ };
102
+ showCaption: boolean;
103
+ id: string;
104
+ } | {
105
+ actionType: string;
106
+ uiactionId: string;
107
+ tooltip: string;
108
+ caption: string;
109
+ contentHeight: number;
110
+ height: number;
111
+ itemStyle: string;
112
+ itemType: string;
113
+ layoutPos: {
114
+ grow: number;
115
+ shrink: number;
116
+ height: number;
117
+ heightMode: string;
118
+ layout: string;
119
+ spacingLeft: string;
120
+ spacingRight?: undefined;
121
+ };
122
+ showCaption: boolean;
123
+ id: string;
124
+ })[];
125
+ predefinedType: string;
126
+ layout: {
127
+ align: string;
128
+ dir: string;
129
+ layout: string;
130
+ };
131
+ dataRegionType: string;
132
+ caption: string;
133
+ itemStyle: string;
134
+ itemType: string;
135
+ layoutPos: {
136
+ shrink: number;
137
+ layout: string;
138
+ spacingBottom: string;
139
+ spacingLeft: string;
140
+ spacingRight: string;
141
+ grow?: undefined;
142
+ };
143
+ id: string;
144
+ })[];
145
+ layoutPanel: boolean;
146
+ mobilePanel: boolean;
147
+ codeName: string;
148
+ controlType: string;
149
+ logicName: string;
150
+ appDataEntityId: string;
151
+ controlParam: {};
152
+ name: string;
153
+ id: string;
154
+ };
155
+ export default _default;
@@ -19,6 +19,8 @@ var DEMobWFDynaActionView = {
19
19
  }
20
20
  ],
21
21
  "layout": {
22
+ "align": "center",
23
+ "dir": "row",
22
24
  "layout": "FLEX"
23
25
  },
24
26
  "dataRegionType": "INHERIT",
@@ -27,6 +29,7 @@ var DEMobWFDynaActionView = {
27
29
  "itemType": "CONTAINER",
28
30
  "layoutPos": {
29
31
  "shrink": 1,
32
+ "heightMode": "FULL",
30
33
  "layout": "FLEX"
31
34
  },
32
35
  "id": "view_captionbar"
@@ -70,6 +73,7 @@ var DEMobWFDynaActionView = {
70
73
  "itemStyle": "DEFAULT",
71
74
  "itemType": "CONTAINER",
72
75
  "layoutPos": {
76
+ "grow": 1,
73
77
  "shrink": 1,
74
78
  "layout": "FLEX"
75
79
  },
@@ -82,11 +86,17 @@ var DEMobWFDynaActionView = {
82
86
  "uiactionId": "cancel",
83
87
  "tooltip": "\u53D6\u6D88",
84
88
  "caption": "\u53D6\u6D88",
89
+ "contentHeight": 40,
90
+ "height": 40,
85
91
  "itemStyle": "DEFAULT",
86
92
  "itemType": "BUTTON",
87
93
  "layoutPos": {
94
+ "grow": 1,
88
95
  "shrink": 1,
89
- "layout": "FLEX"
96
+ "height": 40,
97
+ "heightMode": "PX",
98
+ "layout": "FLEX",
99
+ "spacingRight": "OUTERSMALL"
90
100
  },
91
101
  "showCaption": true,
92
102
  "id": "button_cancelaction"
@@ -96,11 +106,17 @@ var DEMobWFDynaActionView = {
96
106
  "uiactionId": "ok",
97
107
  "tooltip": "\u786E\u5B9A",
98
108
  "caption": "\u786E\u5B9A",
99
- "itemStyle": "DEFAULT",
109
+ "contentHeight": 40,
110
+ "height": 40,
111
+ "itemStyle": "PRIMARY",
100
112
  "itemType": "BUTTON",
101
113
  "layoutPos": {
114
+ "grow": 1,
102
115
  "shrink": 1,
103
- "layout": "FLEX"
116
+ "height": 40,
117
+ "heightMode": "PX",
118
+ "layout": "FLEX",
119
+ "spacingLeft": "OUTERSMALL"
104
120
  },
105
121
  "showCaption": true,
106
122
  "id": "button_okaction"
@@ -118,7 +134,10 @@ var DEMobWFDynaActionView = {
118
134
  "itemType": "CONTAINER",
119
135
  "layoutPos": {
120
136
  "shrink": 1,
121
- "layout": "FLEX"
137
+ "layout": "FLEX",
138
+ "spacingBottom": "OUTERLARGE",
139
+ "spacingLeft": "OUTERSMALL",
140
+ "spacingRight": "OUTERSMALL"
122
141
  },
123
142
  "id": "view_footer"
124
143
  }