@steedos-widgets/amis-object 1.0.34 → 1.0.36
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/AmisAppLauncher.d.ts +3 -81
- package/dist/amis-object.cjs.css +3 -9
- package/dist/amis-object.cjs.js +1 -1
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +3 -9
- package/dist/amis-object.esm.js +1 -1
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +3 -9
- package/dist/amis-object.umd.js +1 -1
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +10 -10
- package/dist/meta.js +9 -9
- package/package.json +3 -3
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const AmisAppLauncher: (props: any) => Promise<{
|
|
2
2
|
type: string;
|
|
3
|
+
className: any;
|
|
3
4
|
body: {
|
|
4
5
|
type: string;
|
|
5
6
|
actionType: string;
|
|
@@ -8,21 +9,12 @@ export declare const AmisAppLauncher: (props: any) => Promise<{
|
|
|
8
9
|
type: string;
|
|
9
10
|
className: string;
|
|
10
11
|
tpl: string;
|
|
11
|
-
badge: {
|
|
12
|
-
mode: string;
|
|
13
|
-
text: string;
|
|
14
|
-
style: {
|
|
15
|
-
right: string;
|
|
16
|
-
"margin-right": string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
12
|
hiddenOn?: undefined;
|
|
20
13
|
} | {
|
|
21
14
|
type: string;
|
|
22
15
|
className: string;
|
|
23
16
|
tpl: string;
|
|
24
17
|
hiddenOn: string;
|
|
25
|
-
badge?: undefined;
|
|
26
18
|
})[];
|
|
27
19
|
dialog: {
|
|
28
20
|
size: string;
|
|
@@ -32,62 +24,7 @@ export declare const AmisAppLauncher: (props: any) => Promise<{
|
|
|
32
24
|
className: string;
|
|
33
25
|
};
|
|
34
26
|
actions: any[];
|
|
35
|
-
body:
|
|
36
|
-
type: string;
|
|
37
|
-
affixFooter: boolean;
|
|
38
|
-
body: {
|
|
39
|
-
type: string;
|
|
40
|
-
name: string;
|
|
41
|
-
items: {
|
|
42
|
-
type: string;
|
|
43
|
-
level: string;
|
|
44
|
-
actionType: string;
|
|
45
|
-
link: string;
|
|
46
|
-
body: {
|
|
47
|
-
type: string;
|
|
48
|
-
tpl: string;
|
|
49
|
-
badge: {
|
|
50
|
-
mode: string;
|
|
51
|
-
text: string;
|
|
52
|
-
style: {
|
|
53
|
-
right: string;
|
|
54
|
-
"margin-right": string;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
}[];
|
|
58
|
-
onEvent: {
|
|
59
|
-
click: {
|
|
60
|
-
actions: {
|
|
61
|
-
actionType: string;
|
|
62
|
-
}[];
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
className: string;
|
|
66
|
-
style: {
|
|
67
|
-
display: string;
|
|
68
|
-
"justify-content": string;
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
className: string;
|
|
72
|
-
id: string;
|
|
73
|
-
}[];
|
|
74
|
-
clearValueOnHidden: boolean;
|
|
75
|
-
visible: boolean;
|
|
76
|
-
messages: {};
|
|
77
|
-
api: {
|
|
78
|
-
method: string;
|
|
79
|
-
url: string;
|
|
80
|
-
headers: {
|
|
81
|
-
Authorization: string;
|
|
82
|
-
};
|
|
83
|
-
adaptor: string;
|
|
84
|
-
messages: {};
|
|
85
|
-
data?: undefined;
|
|
86
|
-
};
|
|
87
|
-
id: string;
|
|
88
|
-
className?: undefined;
|
|
89
|
-
visibleOn?: undefined;
|
|
90
|
-
} | {
|
|
27
|
+
body: {
|
|
91
28
|
type: string;
|
|
92
29
|
id: string;
|
|
93
30
|
affixFooter: boolean;
|
|
@@ -171,24 +108,9 @@ export declare const AmisAppLauncher: (props: any) => Promise<{
|
|
|
171
108
|
Authorization: string;
|
|
172
109
|
};
|
|
173
110
|
adaptor: string;
|
|
174
|
-
messages?: undefined;
|
|
175
111
|
};
|
|
176
|
-
}
|
|
112
|
+
}[];
|
|
177
113
|
};
|
|
178
114
|
id: string;
|
|
179
115
|
}[];
|
|
180
|
-
id: string;
|
|
181
|
-
messages: {};
|
|
182
|
-
api: {
|
|
183
|
-
url: string;
|
|
184
|
-
method: string;
|
|
185
|
-
messages: {};
|
|
186
|
-
headers: {
|
|
187
|
-
Authorization: string;
|
|
188
|
-
};
|
|
189
|
-
data: {
|
|
190
|
-
query: string;
|
|
191
|
-
};
|
|
192
|
-
adaptor: string;
|
|
193
|
-
};
|
|
194
116
|
}>;
|
package/dist/amis-object.cjs.css
CHANGED
|
@@ -350,9 +350,6 @@ body {
|
|
|
350
350
|
.flex {
|
|
351
351
|
display: flex
|
|
352
352
|
}
|
|
353
|
-
.inline-flex {
|
|
354
|
-
display: inline-flex
|
|
355
|
-
}
|
|
356
353
|
.table {
|
|
357
354
|
display: table
|
|
358
355
|
}
|
|
@@ -404,6 +401,9 @@ body {
|
|
|
404
401
|
.\!max-h-\[80vh\] {
|
|
405
402
|
max-height: 80vh !important
|
|
406
403
|
}
|
|
404
|
+
.min-h-\[50px\] {
|
|
405
|
+
min-height: 50px
|
|
406
|
+
}
|
|
407
407
|
.w-14 {
|
|
408
408
|
width: 3.5rem
|
|
409
409
|
}
|
|
@@ -419,9 +419,6 @@ body {
|
|
|
419
419
|
.w-12 {
|
|
420
420
|
width: 3rem
|
|
421
421
|
}
|
|
422
|
-
.w-1\/3 {
|
|
423
|
-
width: 33.333333%
|
|
424
|
-
}
|
|
425
422
|
.w-10 {
|
|
426
423
|
width: 2.5rem
|
|
427
424
|
}
|
|
@@ -478,9 +475,6 @@ body {
|
|
|
478
475
|
.flex-col {
|
|
479
476
|
flex-direction: column
|
|
480
477
|
}
|
|
481
|
-
.flex-wrap {
|
|
482
|
-
flex-wrap: wrap
|
|
483
|
-
}
|
|
484
478
|
.items-center {
|
|
485
479
|
align-items: center
|
|
486
480
|
}
|