@ibiz-template/mob-theme 0.0.1 → 0.2.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 (48) hide show
  1. package/CHANGELOG.md +83 -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 +24 -0
  8. package/es/publish/app-wf-step-trace-view-layout.d.ts +33 -0
  9. package/es/publish/index.d.ts +9 -0
  10. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +170 -0
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +179 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.d.ts +40 -0
  13. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +174 -0
  14. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +170 -0
  15. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +201 -0
  16. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.d.ts +39 -0
  17. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +200 -0
  18. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +41 -0
  19. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +41 -0
  20. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +218 -0
  21. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +125 -0
  22. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +170 -0
  23. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +113 -0
  24. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +176 -0
  25. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +170 -0
  26. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +112 -0
  27. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs +1 -1
  28. package/es/theme/elements/index.css +1 -0
  29. package/es/theme/generic/index.css +1 -0
  30. package/es/theme/index.css +1 -0
  31. package/es/theme/objects/index.css +1 -0
  32. package/es/theme/objects/state/state.css +0 -0
  33. package/es/theme/theme/dark/dark-theme.css +1 -0
  34. package/es/theme/theme/index.css +1 -0
  35. package/es/theme/theme/light/light-theme.css +1 -0
  36. package/es/theme/tumps/index.css +1 -0
  37. package/lib/index.cjs +1 -0
  38. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs +1 -1
  39. package/lib/theme/elements/index.css +1 -0
  40. package/lib/theme/generic/index.css +1 -0
  41. package/lib/theme/index.css +1 -0
  42. package/lib/theme/objects/index.css +1 -0
  43. package/lib/theme/objects/state/state.css +0 -0
  44. package/lib/theme/theme/dark/dark-theme.css +1 -0
  45. package/lib/theme/theme/index.css +1 -0
  46. package/lib/theme/theme/light/light-theme.css +1 -0
  47. package/lib/theme/tumps/index.css +1 -0
  48. package/package.json +9 -7
@@ -0,0 +1,218 @@
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
+ panelItems: {
161
+ panelItems: {
162
+ actionType: string;
163
+ uiactionId: string;
164
+ tooltip: string;
165
+ caption: string;
166
+ itemStyle: string;
167
+ itemType: string;
168
+ layoutPos: {
169
+ shrink: number;
170
+ layout: string;
171
+ };
172
+ showCaption: boolean;
173
+ id: string;
174
+ }[];
175
+ layout: {
176
+ dir: string;
177
+ layout: string;
178
+ };
179
+ dataRegionType: string;
180
+ caption: string;
181
+ contentHeight: number;
182
+ height: number;
183
+ itemStyle: string;
184
+ itemType: string;
185
+ layoutPos: {
186
+ shrink: number;
187
+ height: number;
188
+ heightMode: string;
189
+ layout: string;
190
+ };
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
+ shrink: number;
203
+ layout: string;
204
+ };
205
+ id: string;
206
+ showCaption?: undefined;
207
+ })[];
208
+ layoutPanel: boolean;
209
+ mobilePanel: boolean;
210
+ codeName: string;
211
+ controlType: string;
212
+ logicName: string;
213
+ appDataEntityId: string;
214
+ controlParam: {};
215
+ name: string;
216
+ id: string;
217
+ };
218
+ export default _default;
@@ -0,0 +1,125 @@
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
+ heightMode?: undefined;
14
+ };
15
+ showCaption: boolean;
16
+ id: string;
17
+ } | {
18
+ caption: string;
19
+ itemStyle: string;
20
+ itemType: string;
21
+ layoutPos: {
22
+ shrink: number;
23
+ heightMode: string;
24
+ layout: string;
25
+ };
26
+ showCaption: boolean;
27
+ id: string;
28
+ })[];
29
+ predefinedType: string;
30
+ layout: {
31
+ dir: string;
32
+ layout: string;
33
+ };
34
+ dataRegionType: string;
35
+ caption: string;
36
+ itemStyle: string;
37
+ itemType: string;
38
+ layoutPos: {
39
+ shrink: number;
40
+ layout: string;
41
+ };
42
+ id: string;
43
+ } | {
44
+ panelItems: {
45
+ caption: string;
46
+ itemStyle: string;
47
+ itemType: string;
48
+ layoutPos: {
49
+ shrink: number;
50
+ layout: string;
51
+ };
52
+ showCaption: boolean;
53
+ id: string;
54
+ }[];
55
+ predefinedType: string;
56
+ layout: {
57
+ layout: string;
58
+ dir?: undefined;
59
+ };
60
+ dataRegionType: string;
61
+ caption: string;
62
+ itemStyle: string;
63
+ itemType: string;
64
+ layoutPos: {
65
+ shrink: number;
66
+ layout: string;
67
+ };
68
+ id: string;
69
+ })[];
70
+ predefinedType: string;
71
+ layout: {
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
+ grow?: undefined;
82
+ };
83
+ id: string;
84
+ } | {
85
+ panelItems: {
86
+ rawItem: {
87
+ predefinedType: string;
88
+ id: string;
89
+ };
90
+ caption: string;
91
+ itemStyle: string;
92
+ itemType: string;
93
+ layoutPos: {
94
+ shrink: number;
95
+ layout: string;
96
+ };
97
+ showCaption: boolean;
98
+ id: string;
99
+ }[];
100
+ predefinedType: string;
101
+ layout: {
102
+ layout: string;
103
+ };
104
+ dataRegionType: string;
105
+ caption: string;
106
+ itemStyle: string;
107
+ itemType: string;
108
+ layoutPos: {
109
+ grow: number;
110
+ shrink: number;
111
+ layout: string;
112
+ };
113
+ id: string;
114
+ })[];
115
+ layoutPanel: boolean;
116
+ mobilePanel: boolean;
117
+ codeName: string;
118
+ controlType: string;
119
+ logicName: string;
120
+ appDataEntityId: string;
121
+ controlParam: {};
122
+ name: string;
123
+ id: string;
124
+ };
125
+ export default _default;
@@ -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,113 @@
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
+ layout: string;
19
+ };
20
+ dataRegionType: string;
21
+ caption: string;
22
+ itemStyle: string;
23
+ itemType: string;
24
+ layoutPos: {
25
+ shrink: number;
26
+ layout: string;
27
+ };
28
+ id: string;
29
+ }[];
30
+ predefinedType: string;
31
+ layout: {
32
+ dir: string;
33
+ layout: string;
34
+ align?: undefined;
35
+ };
36
+ dataRegionType: string;
37
+ caption: string;
38
+ itemStyle: string;
39
+ itemType: string;
40
+ layoutPos: {
41
+ shrink: number;
42
+ layout: string;
43
+ };
44
+ id: string;
45
+ } | {
46
+ panelItems: {
47
+ caption: string;
48
+ itemStyle: string;
49
+ itemType: string;
50
+ layoutPos: {
51
+ shrink: number;
52
+ layout: string;
53
+ };
54
+ showCaption: boolean;
55
+ id: string;
56
+ }[];
57
+ predefinedType: string;
58
+ layout: {
59
+ layout: string;
60
+ dir?: undefined;
61
+ align?: undefined;
62
+ };
63
+ dataRegionType: string;
64
+ caption: string;
65
+ itemStyle: string;
66
+ itemType: string;
67
+ layoutPos: {
68
+ shrink: number;
69
+ layout: string;
70
+ };
71
+ id: string;
72
+ } | {
73
+ panelItems: {
74
+ actionType: string;
75
+ uiactionId: string;
76
+ tooltip: string;
77
+ caption: string;
78
+ itemStyle: string;
79
+ itemType: string;
80
+ layoutPos: {
81
+ shrink: number;
82
+ layout: string;
83
+ };
84
+ showCaption: boolean;
85
+ id: string;
86
+ }[];
87
+ predefinedType: string;
88
+ layout: {
89
+ align: string;
90
+ dir: string;
91
+ layout: string;
92
+ };
93
+ dataRegionType: string;
94
+ caption: string;
95
+ itemStyle: string;
96
+ itemType: string;
97
+ layoutPos: {
98
+ shrink: number;
99
+ layout: string;
100
+ };
101
+ id: string;
102
+ })[];
103
+ layoutPanel: boolean;
104
+ mobilePanel: boolean;
105
+ codeName: string;
106
+ controlType: string;
107
+ logicName: string;
108
+ appDataEntityId: string;
109
+ controlParam: {};
110
+ name: string;
111
+ id: string;
112
+ };
113
+ export default _default;