@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
package/es/index.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import './theme/index.scss';
2
+ export * from './publish';
package/es/index.mjs CHANGED
@@ -1 +1,2 @@
1
+ import './theme/index.css';
1
2
  export { install } from './publish/index.mjs';
@@ -0,0 +1,24 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ rootPanelItems: {
5
+ caption: string;
6
+ itemStyle: string;
7
+ itemType: string;
8
+ layoutPos: {
9
+ shrink: number;
10
+ layout: string;
11
+ };
12
+ showCaption: boolean;
13
+ id: string;
14
+ }[];
15
+ layoutPanel: boolean;
16
+ mobilePanel: boolean;
17
+ codeName: string;
18
+ controlType: string;
19
+ logicName: string;
20
+ controlParam: {};
21
+ name: string;
22
+ id: string;
23
+ };
24
+ export default _default;
@@ -0,0 +1,33 @@
1
+ declare const _default: {
2
+ layoutMode: string;
3
+ rootPanelItems: {
4
+ rawItem: {
5
+ halign: string;
6
+ renderMode: string;
7
+ valign: string;
8
+ wrapMode: string;
9
+ contentType: string;
10
+ predefinedType: string;
11
+ id: string;
12
+ };
13
+ caption: string;
14
+ itemStyle: string;
15
+ itemType: string;
16
+ layoutPos: {
17
+ shrink: number;
18
+ heightMode: string;
19
+ layout: string;
20
+ };
21
+ showCaption: boolean;
22
+ id: string;
23
+ }[];
24
+ layoutPanel: boolean;
25
+ mobilePanel: boolean;
26
+ codeName: string;
27
+ controlType: string;
28
+ logicName: string;
29
+ controlParam: {};
30
+ name: string;
31
+ id: string;
32
+ };
33
+ export default _default;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * 安装视图默认布局
3
+ *
4
+ * @author chitanda
5
+ * @date 2023-04-28 15:04:37
6
+ * @export
7
+ * @param {(key: string, model: any) => void} callBack
8
+ */
9
+ export declare function install(callBack: (key: string, model: any) => void): void;
@@ -0,0 +1,170 @@
1
+ declare const _default: {
2
+ layoutMode: string;
3
+ rootPanelItems: ({
4
+ panelItems: {
5
+ panelItems: ({
6
+ panelItems: ({
7
+ panelItems: {
8
+ caption: string;
9
+ itemStyle: string;
10
+ itemType: string;
11
+ layoutPos: {
12
+ shrink: number;
13
+ layout: string;
14
+ };
15
+ showCaption: boolean;
16
+ id: string;
17
+ }[];
18
+ layout: {
19
+ layout: string;
20
+ align?: undefined;
21
+ dir?: undefined;
22
+ };
23
+ dataRegionType: string;
24
+ caption: string;
25
+ itemStyle: string;
26
+ itemType: string;
27
+ layoutPos: {
28
+ shrink: number;
29
+ layout: string;
30
+ grow?: undefined;
31
+ };
32
+ id: string;
33
+ } | {
34
+ panelItems: {
35
+ caption: string;
36
+ itemStyle: string;
37
+ itemType: string;
38
+ layoutPos: {
39
+ shrink: number;
40
+ heightMode: string;
41
+ layout: string;
42
+ };
43
+ showCaption: boolean;
44
+ id: string;
45
+ }[];
46
+ layout: {
47
+ align: string;
48
+ dir: string;
49
+ layout: string;
50
+ };
51
+ dataRegionType: string;
52
+ caption: string;
53
+ itemStyle: string;
54
+ itemType: string;
55
+ layoutPos: {
56
+ grow: number;
57
+ shrink: number;
58
+ layout: string;
59
+ };
60
+ id: string;
61
+ })[];
62
+ predefinedType: string;
63
+ layout: {
64
+ dir: string;
65
+ layout: string;
66
+ };
67
+ dataRegionType: string;
68
+ caption: string;
69
+ itemStyle: string;
70
+ itemType: string;
71
+ layoutPos: {
72
+ shrink: number;
73
+ layout: string;
74
+ };
75
+ id: string;
76
+ } | {
77
+ panelItems: {
78
+ caption: string;
79
+ itemStyle: string;
80
+ itemType: string;
81
+ layoutPos: {
82
+ shrink: number;
83
+ layout: string;
84
+ };
85
+ showCaption: boolean;
86
+ id: string;
87
+ }[];
88
+ predefinedType: string;
89
+ layout: {
90
+ layout: string;
91
+ dir?: undefined;
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
+ predefinedType: string;
104
+ layout: {
105
+ dir: string;
106
+ layout: string;
107
+ };
108
+ dataRegionType: string;
109
+ caption: string;
110
+ itemStyle: string;
111
+ itemType: string;
112
+ layoutPos: {
113
+ shrink: number;
114
+ layout: string;
115
+ };
116
+ id: string;
117
+ }[];
118
+ predefinedType: string;
119
+ layout: {
120
+ layout: string;
121
+ dir?: undefined;
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
+ dir: string;
148
+ layout: string;
149
+ };
150
+ dataRegionType: string;
151
+ itemStyle: string;
152
+ itemType: string;
153
+ layoutPos: {
154
+ shrink: number;
155
+ layout: string;
156
+ };
157
+ id: string;
158
+ caption?: undefined;
159
+ showCaption?: undefined;
160
+ })[];
161
+ layoutPanel: 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,179 @@
1
+ declare const _default: {
2
+ layoutMode: string;
3
+ rootPanelItems: ({
4
+ panelItems: ({
5
+ panelItems: {
6
+ panelItems: {
7
+ caption: string;
8
+ itemStyle: string;
9
+ itemType: string;
10
+ layoutPos: {
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
+ shrink: number;
26
+ layout: string;
27
+ };
28
+ id: string;
29
+ }[];
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
+ layout: {
56
+ layout: string;
57
+ dir?: undefined;
58
+ };
59
+ dataRegionType: string;
60
+ caption: string;
61
+ itemStyle: string;
62
+ itemType: string;
63
+ layoutPos: {
64
+ shrink: number;
65
+ layout: string;
66
+ };
67
+ id: string;
68
+ })[];
69
+ predefinedType: string;
70
+ layout: {
71
+ dir: string;
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
+ };
82
+ id: string;
83
+ } | {
84
+ panelItems: ({
85
+ panelItems: {
86
+ caption: string;
87
+ itemStyle: string;
88
+ itemType: string;
89
+ layoutPos: {
90
+ shrink: number;
91
+ layout: string;
92
+ };
93
+ showCaption: boolean;
94
+ id: string;
95
+ }[];
96
+ layout: {
97
+ layout: string;
98
+ };
99
+ dataRegionType: string;
100
+ caption: string;
101
+ itemStyle: string;
102
+ itemType: string;
103
+ layoutPos: {
104
+ shrink: number;
105
+ layout: string;
106
+ };
107
+ id: string;
108
+ rawItem?: undefined;
109
+ showCaption?: undefined;
110
+ } | {
111
+ rawItem: {
112
+ predefinedType: string;
113
+ id: string;
114
+ };
115
+ caption: string;
116
+ itemStyle: string;
117
+ itemType: string;
118
+ layoutPos: {
119
+ shrink: number;
120
+ layout: string;
121
+ };
122
+ showCaption: boolean;
123
+ id: string;
124
+ panelItems?: undefined;
125
+ layout?: undefined;
126
+ dataRegionType?: undefined;
127
+ })[];
128
+ predefinedType: string;
129
+ layout: {
130
+ layout: string;
131
+ dir?: undefined;
132
+ };
133
+ dataRegionType: string;
134
+ caption: string;
135
+ itemStyle: string;
136
+ itemType: string;
137
+ layoutPos: {
138
+ shrink: number;
139
+ layout: string;
140
+ };
141
+ id: string;
142
+ } | {
143
+ panelItems: {
144
+ caption: string;
145
+ itemStyle: string;
146
+ itemType: string;
147
+ layoutPos: {
148
+ shrink: number;
149
+ layout: string;
150
+ };
151
+ showCaption: boolean;
152
+ id: string;
153
+ }[];
154
+ predefinedType: string;
155
+ layout: {
156
+ layout: string;
157
+ dir?: undefined;
158
+ };
159
+ dataRegionType: string;
160
+ caption: string;
161
+ itemStyle: string;
162
+ itemType: string;
163
+ layoutPos: {
164
+ shrink: number;
165
+ layout: string;
166
+ };
167
+ id: string;
168
+ })[];
169
+ layoutPanel: boolean;
170
+ mobilePanel: boolean;
171
+ codeName: string;
172
+ controlType: string;
173
+ logicName: string;
174
+ appDataEntityId: string;
175
+ controlParam: {};
176
+ name: string;
177
+ id: string;
178
+ };
179
+ export default _default;
@@ -0,0 +1,40 @@
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
+ grow: number;
25
+ shrink: number;
26
+ layout: string;
27
+ };
28
+ id: string;
29
+ }[];
30
+ layoutPanel: boolean;
31
+ mobilePanel: boolean;
32
+ codeName: string;
33
+ controlType: string;
34
+ logicName: string;
35
+ appDataEntityId: string;
36
+ controlParam: {};
37
+ name: string;
38
+ id: string;
39
+ };
40
+ export default _default;
@@ -0,0 +1,174 @@
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
+ predefinedType: string;
79
+ layout: {
80
+ dir: string;
81
+ layout: string;
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
+ showCaption: boolean;
107
+ id: string;
108
+ } | {
109
+ panelItems: {
110
+ caption: string;
111
+ itemStyle: string;
112
+ itemType: string;
113
+ layoutPos: {
114
+ grow: number;
115
+ shrink: number;
116
+ layout: string;
117
+ };
118
+ showCaption: boolean;
119
+ id: string;
120
+ }[];
121
+ predefinedType: string;
122
+ layout: {
123
+ layout: string;
124
+ };
125
+ dataRegionType: string;
126
+ caption: string;
127
+ itemStyle: string;
128
+ itemType: string;
129
+ layoutPos: {
130
+ grow: number;
131
+ shrink: number;
132
+ layout: string;
133
+ };
134
+ id: string;
135
+ showCaption?: undefined;
136
+ } | {
137
+ panelItems: {
138
+ caption: string;
139
+ itemStyle: string;
140
+ itemType: string;
141
+ layoutPos: {
142
+ shrink: number;
143
+ layout: string;
144
+ };
145
+ showCaption: boolean;
146
+ id: string;
147
+ }[];
148
+ predefinedType: string;
149
+ layout: {
150
+ layout: string;
151
+ };
152
+ dataRegionType: string;
153
+ caption: string;
154
+ itemStyle: string;
155
+ itemType: string;
156
+ layoutPos: {
157
+ shrink: number;
158
+ layout: string;
159
+ grow?: undefined;
160
+ };
161
+ id: string;
162
+ showCaption?: undefined;
163
+ })[];
164
+ layoutPanel: boolean;
165
+ mobilePanel: boolean;
166
+ codeName: string;
167
+ controlType: string;
168
+ logicName: string;
169
+ appDataEntityId: string;
170
+ controlParam: {};
171
+ name: string;
172
+ id: string;
173
+ };
174
+ export default _default;