@steedos-widgets/amis-object 6.10.48 → 6.10.51-beta.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.
- package/dist/amis/AmisInputTable.d.ts +16 -0
- package/dist/amis/index.d.ts +0 -1
- package/dist/amis-object.umd.css +22 -151
- package/dist/amis-object.umd.js +1 -1
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +5 -5
- package/dist/components/SteedosOrgSelector.d.ts +11 -0
- package/dist/components/SteedosUserSelector.d.ts +12 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/meta.js +1166 -1119
- package/dist/metas/SteedosUserSelector.d.ts +5 -0
- package/package.json +4 -4
- package/dist/amis/AmisGlobalHeader.d.ts +0 -165
- /package/dist/metas/{AmisGlobalHeader.d.ts → SteedosOrgSelector.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/amis-object",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "6.10.
|
|
4
|
+
"version": "6.10.51-beta.2",
|
|
5
5
|
"main": "dist/amis-object.cjs.js",
|
|
6
6
|
"module": "dist/amis-object.esm.js",
|
|
7
7
|
"unpkg": "dist/amis-object.umd.js",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
36
36
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
37
37
|
"@rollup/plugin-typescript": "^8.4.0",
|
|
38
|
-
"@steedos-widgets/amis-lib": "6.10.
|
|
39
|
-
"@steedos-widgets/steedos-lib": "6.10.
|
|
38
|
+
"@steedos-widgets/amis-lib": "6.10.51-beta.2",
|
|
39
|
+
"@steedos-widgets/steedos-lib": "6.10.51-beta.2",
|
|
40
40
|
"autoprefixer": "^10.4.13",
|
|
41
41
|
"cors": "^2.8.5",
|
|
42
42
|
"dotenv-flow": "^3.2.0",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"typescript": "^5.6.2",
|
|
65
65
|
"uglify-js": "^3.17.0"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "bb1e8cf00f6fa06a8bf91f38ad88bcb21e0605fb"
|
|
68
68
|
}
|
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
export declare const AmisGlobalHeader: (props: any) => Promise<{
|
|
2
|
-
type: string;
|
|
3
|
-
className: string;
|
|
4
|
-
body: ({
|
|
5
|
-
type: string;
|
|
6
|
-
className: string;
|
|
7
|
-
body: ({
|
|
8
|
-
type: string;
|
|
9
|
-
className: string;
|
|
10
|
-
body: ({
|
|
11
|
-
type: string;
|
|
12
|
-
className: string;
|
|
13
|
-
onEvent: {
|
|
14
|
-
"@history_paths.changed": {
|
|
15
|
-
actions: {
|
|
16
|
-
actionType: string;
|
|
17
|
-
data: {};
|
|
18
|
-
}[];
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
body: ({
|
|
22
|
-
type: string;
|
|
23
|
-
className: string;
|
|
24
|
-
hiddenOn: string;
|
|
25
|
-
onEvent: {
|
|
26
|
-
click: {
|
|
27
|
-
actions: {
|
|
28
|
-
actionType: string;
|
|
29
|
-
script: string;
|
|
30
|
-
}[];
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
body: {
|
|
34
|
-
type: string;
|
|
35
|
-
category: string;
|
|
36
|
-
name: string;
|
|
37
|
-
colorVariant: string;
|
|
38
|
-
id: string;
|
|
39
|
-
className: string;
|
|
40
|
-
}[];
|
|
41
|
-
visibleOn?: undefined;
|
|
42
|
-
tpl?: undefined;
|
|
43
|
-
} | {
|
|
44
|
-
type: string;
|
|
45
|
-
visibleOn: string;
|
|
46
|
-
className: string;
|
|
47
|
-
onEvent: {
|
|
48
|
-
click: {
|
|
49
|
-
actions: {
|
|
50
|
-
actionType: string;
|
|
51
|
-
script: string;
|
|
52
|
-
}[];
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
body: {
|
|
56
|
-
type: string;
|
|
57
|
-
category: string;
|
|
58
|
-
name: string;
|
|
59
|
-
colorVariant: string;
|
|
60
|
-
className: string;
|
|
61
|
-
}[];
|
|
62
|
-
hiddenOn?: undefined;
|
|
63
|
-
tpl?: undefined;
|
|
64
|
-
} | {
|
|
65
|
-
className: string;
|
|
66
|
-
type: string;
|
|
67
|
-
tpl: string;
|
|
68
|
-
hiddenOn: string;
|
|
69
|
-
onEvent?: undefined;
|
|
70
|
-
body?: undefined;
|
|
71
|
-
visibleOn?: undefined;
|
|
72
|
-
})[];
|
|
73
|
-
label?: undefined;
|
|
74
|
-
logoutScript?: undefined;
|
|
75
|
-
customButtons?: undefined;
|
|
76
|
-
} | {
|
|
77
|
-
type: string;
|
|
78
|
-
label: string;
|
|
79
|
-
className: string;
|
|
80
|
-
logoutScript: string;
|
|
81
|
-
customButtons: any;
|
|
82
|
-
onEvent?: undefined;
|
|
83
|
-
body?: undefined;
|
|
84
|
-
})[];
|
|
85
|
-
hiddenOn?: undefined;
|
|
86
|
-
columns?: undefined;
|
|
87
|
-
} | {
|
|
88
|
-
type: string;
|
|
89
|
-
className: string;
|
|
90
|
-
hiddenOn: string;
|
|
91
|
-
columns: ({
|
|
92
|
-
columnClassName: string;
|
|
93
|
-
body: {
|
|
94
|
-
type: string;
|
|
95
|
-
showAppName: boolean;
|
|
96
|
-
appId: string;
|
|
97
|
-
}[];
|
|
98
|
-
md: string;
|
|
99
|
-
valign: string;
|
|
100
|
-
hiddenOn?: undefined;
|
|
101
|
-
id?: undefined;
|
|
102
|
-
} | {
|
|
103
|
-
columnClassName: string;
|
|
104
|
-
hiddenOn: string;
|
|
105
|
-
body: {
|
|
106
|
-
visibleOn: string;
|
|
107
|
-
type: string;
|
|
108
|
-
stacked: boolean;
|
|
109
|
-
showIcon: boolean;
|
|
110
|
-
appId: string;
|
|
111
|
-
overflow: {
|
|
112
|
-
enable: boolean;
|
|
113
|
-
itemWidth: number;
|
|
114
|
-
};
|
|
115
|
-
id: string;
|
|
116
|
-
}[];
|
|
117
|
-
id: string;
|
|
118
|
-
md: string;
|
|
119
|
-
valign: string;
|
|
120
|
-
})[];
|
|
121
|
-
body?: undefined;
|
|
122
|
-
})[];
|
|
123
|
-
hiddenOn?: undefined;
|
|
124
|
-
onEvent?: undefined;
|
|
125
|
-
} | {
|
|
126
|
-
type: string;
|
|
127
|
-
className: string;
|
|
128
|
-
hiddenOn: string;
|
|
129
|
-
body: ({
|
|
130
|
-
type: string;
|
|
131
|
-
className: string;
|
|
132
|
-
visibleOn: string;
|
|
133
|
-
body: ({
|
|
134
|
-
type: string;
|
|
135
|
-
className: string;
|
|
136
|
-
visibleOn: string;
|
|
137
|
-
showAppName: boolean;
|
|
138
|
-
stacked?: undefined;
|
|
139
|
-
appId?: undefined;
|
|
140
|
-
} | {
|
|
141
|
-
type: string;
|
|
142
|
-
stacked: boolean;
|
|
143
|
-
appId: string;
|
|
144
|
-
className?: undefined;
|
|
145
|
-
visibleOn?: undefined;
|
|
146
|
-
showAppName?: undefined;
|
|
147
|
-
})[];
|
|
148
|
-
hiddenOn?: undefined;
|
|
149
|
-
} | {
|
|
150
|
-
type: string;
|
|
151
|
-
className: string;
|
|
152
|
-
hiddenOn: string;
|
|
153
|
-
visibleOn?: undefined;
|
|
154
|
-
body?: undefined;
|
|
155
|
-
})[];
|
|
156
|
-
onEvent: {
|
|
157
|
-
click: {
|
|
158
|
-
actions: {
|
|
159
|
-
actionType: string;
|
|
160
|
-
script: string;
|
|
161
|
-
}[];
|
|
162
|
-
};
|
|
163
|
-
};
|
|
164
|
-
})[];
|
|
165
|
-
}>;
|
|
File without changes
|