@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,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,201 @@
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
+ panelItems?: undefined;
145
+ layout?: undefined;
146
+ dataRegionType?: undefined;
147
+ } | {
148
+ panelItems: {
149
+ actionType: string;
150
+ uiactionId: string;
151
+ tooltip: string;
152
+ caption: string;
153
+ itemStyle: string;
154
+ itemType: string;
155
+ layoutPos: {
156
+ shrink: number;
157
+ layout: string;
158
+ };
159
+ showCaption: boolean;
160
+ id: string;
161
+ }[];
162
+ layout: {
163
+ layout: string;
164
+ };
165
+ dataRegionType: string;
166
+ caption: string;
167
+ itemStyle: string;
168
+ itemType: string;
169
+ layoutPos: {
170
+ shrink: number;
171
+ layout: string;
172
+ };
173
+ id: string;
174
+ showCaption?: undefined;
175
+ })[];
176
+ predefinedType: string;
177
+ layout: {
178
+ layout: string;
179
+ };
180
+ dataRegionType: string;
181
+ caption: string;
182
+ itemStyle: string;
183
+ itemType: string;
184
+ layoutPos: {
185
+ shrink: number;
186
+ layout: string;
187
+ };
188
+ id: string;
189
+ showCaption?: undefined;
190
+ })[];
191
+ layoutPanel: boolean;
192
+ mobilePanel: boolean;
193
+ codeName: string;
194
+ controlType: string;
195
+ logicName: string;
196
+ appDataEntityId: string;
197
+ controlParam: {};
198
+ name: string;
199
+ id: string;
200
+ };
201
+ export default _default;
@@ -0,0 +1,39 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ rootPanelItems: {
5
+ panelItems: {
6
+ caption: string;
7
+ itemStyle: string;
8
+ itemType: string;
9
+ layoutPos: {
10
+ shrink: number;
11
+ layout: string;
12
+ };
13
+ showCaption: boolean;
14
+ id: string;
15
+ }[];
16
+ layout: {
17
+ layout: string;
18
+ };
19
+ dataRegionType: string;
20
+ caption: string;
21
+ itemStyle: string;
22
+ itemType: string;
23
+ layoutPos: {
24
+ shrink: number;
25
+ layout: string;
26
+ };
27
+ id: string;
28
+ }[];
29
+ layoutPanel: boolean;
30
+ mobilePanel: boolean;
31
+ codeName: string;
32
+ controlType: string;
33
+ logicName: string;
34
+ appDataEntityId: string;
35
+ controlParam: {};
36
+ name: string;
37
+ id: string;
38
+ };
39
+ export default _default;
@@ -0,0 +1,200 @@
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
+ grow?: undefined;
131
+ };
132
+ showCaption: boolean;
133
+ id: string;
134
+ } | {
135
+ panelItems: {
136
+ caption: string;
137
+ itemStyle: string;
138
+ itemType: string;
139
+ layoutPos: {
140
+ grow: number;
141
+ shrink: number;
142
+ layout: string;
143
+ };
144
+ showCaption: boolean;
145
+ id: string;
146
+ }[];
147
+ predefinedType: string;
148
+ layout: {
149
+ layout: string;
150
+ };
151
+ dataRegionType: string;
152
+ caption: string;
153
+ itemStyle: string;
154
+ itemType: string;
155
+ layoutPos: {
156
+ grow: number;
157
+ shrink: number;
158
+ layout: string;
159
+ };
160
+ id: string;
161
+ showCaption?: undefined;
162
+ } | {
163
+ panelItems: {
164
+ caption: string;
165
+ itemStyle: string;
166
+ itemType: string;
167
+ layoutPos: {
168
+ shrink: number;
169
+ layout: string;
170
+ };
171
+ showCaption: boolean;
172
+ id: string;
173
+ }[];
174
+ predefinedType: string;
175
+ layout: {
176
+ layout: string;
177
+ };
178
+ dataRegionType: string;
179
+ caption: string;
180
+ itemStyle: string;
181
+ itemType: string;
182
+ layoutPos: {
183
+ shrink: number;
184
+ layout: string;
185
+ grow?: undefined;
186
+ };
187
+ id: string;
188
+ showCaption?: undefined;
189
+ })[];
190
+ layoutPanel: boolean;
191
+ mobilePanel: boolean;
192
+ codeName: string;
193
+ controlType: string;
194
+ logicName: string;
195
+ appDataEntityId: string;
196
+ controlParam: {};
197
+ name: string;
198
+ id: string;
199
+ };
200
+ export default _default;
@@ -0,0 +1,41 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ rootPanelItems: {
5
+ panelItems: {
6
+ caption: string;
7
+ itemStyle: string;
8
+ itemType: string;
9
+ layoutPos: {
10
+ grow: number;
11
+ shrink: number;
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
+ grow: number;
26
+ shrink: number;
27
+ layout: string;
28
+ };
29
+ id: string;
30
+ }[];
31
+ layoutPanel: boolean;
32
+ mobilePanel: boolean;
33
+ codeName: string;
34
+ controlType: string;
35
+ logicName: string;
36
+ appDataEntityId: string;
37
+ controlParam: {};
38
+ name: string;
39
+ id: string;
40
+ };
41
+ export default _default;
@@ -0,0 +1,41 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ rootPanelItems: {
5
+ panelItems: {
6
+ caption: string;
7
+ itemStyle: string;
8
+ itemType: string;
9
+ layoutPos: {
10
+ shrink: number;
11
+ layout: string;
12
+ };
13
+ showCaption: boolean;
14
+ id: string;
15
+ }[];
16
+ predefinedType: string;
17
+ layout: {
18
+ layout: string;
19
+ };
20
+ dataRegionType: string;
21
+ caption: string;
22
+ itemStyle: string;
23
+ itemType: string;
24
+ layoutPos: {
25
+ grow: number;
26
+ shrink: number;
27
+ layout: string;
28
+ };
29
+ id: string;
30
+ }[];
31
+ layoutPanel: boolean;
32
+ mobilePanel: boolean;
33
+ codeName: string;
34
+ controlType: string;
35
+ logicName: string;
36
+ appDataEntityId: string;
37
+ controlParam: {};
38
+ name: string;
39
+ id: string;
40
+ };
41
+ export default _default;