@steedos-widgets/amis-object 6.10.1-beta.8 → 6.10.1
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 +0 -6
- package/dist/amis/AmisAppMenu.d.ts +0 -3
- package/dist/amis/AmisGlobalHeader.d.ts +2 -0
- package/dist/amis/AmisInstanceDetail.d.ts +141 -65
- package/dist/amis/AmisObjectListview.d.ts +8 -10
- package/dist/amis/AmisRecordDetail.d.ts +3 -0
- package/dist/amis/AmisSteedosFlowForm.d.ts +8 -0
- package/dist/amis/index.d.ts +1 -0
- package/dist/amis/steedos-fields/index.d.ts +1 -1
- package/dist/amis-object.umd.css +447 -270
- package/dist/amis-object.umd.js +546 -391
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +19 -19
- package/dist/components/Dropdown/index.d.ts +1 -1
- package/dist/components/SteedosObject.d.ts +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/meta.js +1874 -2769
- package/dist/metas/AmisSteedosFlowForm.d.ts +2 -0
- package/dist/pages/PageListView.d.ts +1 -0
- package/dist/pages/PageObject.d.ts +27 -1
- package/dist/pages/PageRecordDetail.d.ts +1 -0
- package/dist/tailwind-base.css +115 -105
- package/package.json +5 -5
- package/dist/amis-object.cjs.css +0 -3121
- package/dist/amis-object.cjs.js +0 -28472
- package/dist/amis-object.cjs.js.map +0 -1
- package/dist/amis-object.esm.css +0 -3121
- package/dist/amis-object.esm.js +0 -28378
- package/dist/amis-object.esm.js.map +0 -1
|
@@ -2,6 +2,7 @@ import './PageObject.less';
|
|
|
2
2
|
export declare const PageObject: (props: any) => Promise<{
|
|
3
3
|
type: string;
|
|
4
4
|
data: any;
|
|
5
|
+
id: string;
|
|
5
6
|
className: string;
|
|
6
7
|
body: {
|
|
7
8
|
type: string;
|
|
@@ -13,6 +14,22 @@ export declare const PageObject: (props: any) => Promise<{
|
|
|
13
14
|
uiSchema: any;
|
|
14
15
|
};
|
|
15
16
|
body: ({
|
|
17
|
+
type: string;
|
|
18
|
+
label: string;
|
|
19
|
+
className: string;
|
|
20
|
+
onEvent: {
|
|
21
|
+
click: {
|
|
22
|
+
actions: {
|
|
23
|
+
componentId: string;
|
|
24
|
+
actionType: string;
|
|
25
|
+
}[];
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
size?: undefined;
|
|
29
|
+
body?: undefined;
|
|
30
|
+
visibleOn?: undefined;
|
|
31
|
+
tpl?: undefined;
|
|
32
|
+
} | {
|
|
16
33
|
type: string;
|
|
17
34
|
size: string;
|
|
18
35
|
className: {
|
|
@@ -28,10 +45,13 @@ export declare const PageObject: (props: any) => Promise<{
|
|
|
28
45
|
appId: any;
|
|
29
46
|
display: any;
|
|
30
47
|
columnsTogglable: boolean;
|
|
48
|
+
_reloadKey: any;
|
|
31
49
|
sideObject?: undefined;
|
|
32
50
|
sideListviewId?: undefined;
|
|
33
51
|
};
|
|
34
52
|
visibleOn: string;
|
|
53
|
+
label?: undefined;
|
|
54
|
+
onEvent?: undefined;
|
|
35
55
|
tpl?: undefined;
|
|
36
56
|
} | {
|
|
37
57
|
type: string;
|
|
@@ -49,18 +69,24 @@ export declare const PageObject: (props: any) => Promise<{
|
|
|
49
69
|
sideListviewId: any;
|
|
50
70
|
display: any;
|
|
51
71
|
appId: any;
|
|
72
|
+
_reloadKey: any;
|
|
52
73
|
showHeader?: undefined;
|
|
53
74
|
columnsTogglable?: undefined;
|
|
54
75
|
};
|
|
55
76
|
visibleOn: string;
|
|
77
|
+
label?: undefined;
|
|
78
|
+
onEvent?: undefined;
|
|
56
79
|
tpl?: undefined;
|
|
57
80
|
} | {
|
|
58
81
|
type: string;
|
|
59
82
|
tpl: string;
|
|
60
83
|
visibleOn: string;
|
|
61
|
-
|
|
84
|
+
label?: undefined;
|
|
62
85
|
className?: undefined;
|
|
86
|
+
onEvent?: undefined;
|
|
87
|
+
size?: undefined;
|
|
63
88
|
body?: undefined;
|
|
64
89
|
})[];
|
|
65
90
|
};
|
|
91
|
+
dataProvider: (data: any, setData: any) => void;
|
|
66
92
|
}>;
|
package/dist/tailwind-base.css
CHANGED
|
@@ -1,5 +1,113 @@
|
|
|
1
|
+
*, ::before, ::after {
|
|
2
|
+
--tw-border-spacing-x: 0;
|
|
3
|
+
--tw-border-spacing-y: 0;
|
|
4
|
+
--tw-translate-x: 0;
|
|
5
|
+
--tw-translate-y: 0;
|
|
6
|
+
--tw-rotate: 0;
|
|
7
|
+
--tw-skew-x: 0;
|
|
8
|
+
--tw-skew-y: 0;
|
|
9
|
+
--tw-scale-x: 1;
|
|
10
|
+
--tw-scale-y: 1;
|
|
11
|
+
--tw-pan-x: ;
|
|
12
|
+
--tw-pan-y: ;
|
|
13
|
+
--tw-pinch-zoom: ;
|
|
14
|
+
--tw-scroll-snap-strictness: proximity;
|
|
15
|
+
--tw-gradient-from-position: ;
|
|
16
|
+
--tw-gradient-via-position: ;
|
|
17
|
+
--tw-gradient-to-position: ;
|
|
18
|
+
--tw-ordinal: ;
|
|
19
|
+
--tw-slashed-zero: ;
|
|
20
|
+
--tw-numeric-figure: ;
|
|
21
|
+
--tw-numeric-spacing: ;
|
|
22
|
+
--tw-numeric-fraction: ;
|
|
23
|
+
--tw-ring-inset: ;
|
|
24
|
+
--tw-ring-offset-width: 0px;
|
|
25
|
+
--tw-ring-offset-color: #fff;
|
|
26
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
27
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
28
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
29
|
+
--tw-shadow: 0 0 #0000;
|
|
30
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
31
|
+
--tw-blur: ;
|
|
32
|
+
--tw-brightness: ;
|
|
33
|
+
--tw-contrast: ;
|
|
34
|
+
--tw-grayscale: ;
|
|
35
|
+
--tw-hue-rotate: ;
|
|
36
|
+
--tw-invert: ;
|
|
37
|
+
--tw-saturate: ;
|
|
38
|
+
--tw-sepia: ;
|
|
39
|
+
--tw-drop-shadow: ;
|
|
40
|
+
--tw-backdrop-blur: ;
|
|
41
|
+
--tw-backdrop-brightness: ;
|
|
42
|
+
--tw-backdrop-contrast: ;
|
|
43
|
+
--tw-backdrop-grayscale: ;
|
|
44
|
+
--tw-backdrop-hue-rotate: ;
|
|
45
|
+
--tw-backdrop-invert: ;
|
|
46
|
+
--tw-backdrop-opacity: ;
|
|
47
|
+
--tw-backdrop-saturate: ;
|
|
48
|
+
--tw-backdrop-sepia: ;
|
|
49
|
+
--tw-contain-size: ;
|
|
50
|
+
--tw-contain-layout: ;
|
|
51
|
+
--tw-contain-paint: ;
|
|
52
|
+
--tw-contain-style: ;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
::backdrop {
|
|
56
|
+
--tw-border-spacing-x: 0;
|
|
57
|
+
--tw-border-spacing-y: 0;
|
|
58
|
+
--tw-translate-x: 0;
|
|
59
|
+
--tw-translate-y: 0;
|
|
60
|
+
--tw-rotate: 0;
|
|
61
|
+
--tw-skew-x: 0;
|
|
62
|
+
--tw-skew-y: 0;
|
|
63
|
+
--tw-scale-x: 1;
|
|
64
|
+
--tw-scale-y: 1;
|
|
65
|
+
--tw-pan-x: ;
|
|
66
|
+
--tw-pan-y: ;
|
|
67
|
+
--tw-pinch-zoom: ;
|
|
68
|
+
--tw-scroll-snap-strictness: proximity;
|
|
69
|
+
--tw-gradient-from-position: ;
|
|
70
|
+
--tw-gradient-via-position: ;
|
|
71
|
+
--tw-gradient-to-position: ;
|
|
72
|
+
--tw-ordinal: ;
|
|
73
|
+
--tw-slashed-zero: ;
|
|
74
|
+
--tw-numeric-figure: ;
|
|
75
|
+
--tw-numeric-spacing: ;
|
|
76
|
+
--tw-numeric-fraction: ;
|
|
77
|
+
--tw-ring-inset: ;
|
|
78
|
+
--tw-ring-offset-width: 0px;
|
|
79
|
+
--tw-ring-offset-color: #fff;
|
|
80
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
81
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
82
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
83
|
+
--tw-shadow: 0 0 #0000;
|
|
84
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
85
|
+
--tw-blur: ;
|
|
86
|
+
--tw-brightness: ;
|
|
87
|
+
--tw-contrast: ;
|
|
88
|
+
--tw-grayscale: ;
|
|
89
|
+
--tw-hue-rotate: ;
|
|
90
|
+
--tw-invert: ;
|
|
91
|
+
--tw-saturate: ;
|
|
92
|
+
--tw-sepia: ;
|
|
93
|
+
--tw-drop-shadow: ;
|
|
94
|
+
--tw-backdrop-blur: ;
|
|
95
|
+
--tw-backdrop-brightness: ;
|
|
96
|
+
--tw-backdrop-contrast: ;
|
|
97
|
+
--tw-backdrop-grayscale: ;
|
|
98
|
+
--tw-backdrop-hue-rotate: ;
|
|
99
|
+
--tw-backdrop-invert: ;
|
|
100
|
+
--tw-backdrop-opacity: ;
|
|
101
|
+
--tw-backdrop-saturate: ;
|
|
102
|
+
--tw-backdrop-sepia: ;
|
|
103
|
+
--tw-contain-size: ;
|
|
104
|
+
--tw-contain-layout: ;
|
|
105
|
+
--tw-contain-paint: ;
|
|
106
|
+
--tw-contain-style: ;
|
|
107
|
+
}
|
|
108
|
+
|
|
1
109
|
/*
|
|
2
|
-
! tailwindcss v3.4.
|
|
110
|
+
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
|
|
3
111
|
*/
|
|
4
112
|
|
|
5
113
|
/*
|
|
@@ -211,6 +319,8 @@ textarea {
|
|
|
211
319
|
/* 1 */
|
|
212
320
|
line-height: inherit;
|
|
213
321
|
/* 1 */
|
|
322
|
+
letter-spacing: inherit;
|
|
323
|
+
/* 1 */
|
|
214
324
|
color: inherit;
|
|
215
325
|
/* 1 */
|
|
216
326
|
margin: 0;
|
|
@@ -234,9 +344,9 @@ select {
|
|
|
234
344
|
*/
|
|
235
345
|
|
|
236
346
|
button,
|
|
237
|
-
[type='button'],
|
|
238
|
-
[type='reset'],
|
|
239
|
-
[type='submit'] {
|
|
347
|
+
input:where([type='button']),
|
|
348
|
+
input:where([type='reset']),
|
|
349
|
+
input:where([type='submit']) {
|
|
240
350
|
-webkit-appearance: button;
|
|
241
351
|
/* 1 */
|
|
242
352
|
background-color: transparent;
|
|
@@ -440,106 +550,6 @@ video {
|
|
|
440
550
|
|
|
441
551
|
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
442
552
|
|
|
443
|
-
[hidden] {
|
|
553
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
444
554
|
display: none;
|
|
445
555
|
}
|
|
446
|
-
|
|
447
|
-
*, ::before, ::after {
|
|
448
|
-
--tw-border-spacing-x: 0;
|
|
449
|
-
--tw-border-spacing-y: 0;
|
|
450
|
-
--tw-translate-x: 0;
|
|
451
|
-
--tw-translate-y: 0;
|
|
452
|
-
--tw-rotate: 0;
|
|
453
|
-
--tw-skew-x: 0;
|
|
454
|
-
--tw-skew-y: 0;
|
|
455
|
-
--tw-scale-x: 1;
|
|
456
|
-
--tw-scale-y: 1;
|
|
457
|
-
--tw-pan-x: ;
|
|
458
|
-
--tw-pan-y: ;
|
|
459
|
-
--tw-pinch-zoom: ;
|
|
460
|
-
--tw-scroll-snap-strictness: proximity;
|
|
461
|
-
--tw-gradient-from-position: ;
|
|
462
|
-
--tw-gradient-via-position: ;
|
|
463
|
-
--tw-gradient-to-position: ;
|
|
464
|
-
--tw-ordinal: ;
|
|
465
|
-
--tw-slashed-zero: ;
|
|
466
|
-
--tw-numeric-figure: ;
|
|
467
|
-
--tw-numeric-spacing: ;
|
|
468
|
-
--tw-numeric-fraction: ;
|
|
469
|
-
--tw-ring-inset: ;
|
|
470
|
-
--tw-ring-offset-width: 0px;
|
|
471
|
-
--tw-ring-offset-color: #fff;
|
|
472
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
473
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
474
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
475
|
-
--tw-shadow: 0 0 #0000;
|
|
476
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
477
|
-
--tw-blur: ;
|
|
478
|
-
--tw-brightness: ;
|
|
479
|
-
--tw-contrast: ;
|
|
480
|
-
--tw-grayscale: ;
|
|
481
|
-
--tw-hue-rotate: ;
|
|
482
|
-
--tw-invert: ;
|
|
483
|
-
--tw-saturate: ;
|
|
484
|
-
--tw-sepia: ;
|
|
485
|
-
--tw-drop-shadow: ;
|
|
486
|
-
--tw-backdrop-blur: ;
|
|
487
|
-
--tw-backdrop-brightness: ;
|
|
488
|
-
--tw-backdrop-contrast: ;
|
|
489
|
-
--tw-backdrop-grayscale: ;
|
|
490
|
-
--tw-backdrop-hue-rotate: ;
|
|
491
|
-
--tw-backdrop-invert: ;
|
|
492
|
-
--tw-backdrop-opacity: ;
|
|
493
|
-
--tw-backdrop-saturate: ;
|
|
494
|
-
--tw-backdrop-sepia: ;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
::backdrop {
|
|
498
|
-
--tw-border-spacing-x: 0;
|
|
499
|
-
--tw-border-spacing-y: 0;
|
|
500
|
-
--tw-translate-x: 0;
|
|
501
|
-
--tw-translate-y: 0;
|
|
502
|
-
--tw-rotate: 0;
|
|
503
|
-
--tw-skew-x: 0;
|
|
504
|
-
--tw-skew-y: 0;
|
|
505
|
-
--tw-scale-x: 1;
|
|
506
|
-
--tw-scale-y: 1;
|
|
507
|
-
--tw-pan-x: ;
|
|
508
|
-
--tw-pan-y: ;
|
|
509
|
-
--tw-pinch-zoom: ;
|
|
510
|
-
--tw-scroll-snap-strictness: proximity;
|
|
511
|
-
--tw-gradient-from-position: ;
|
|
512
|
-
--tw-gradient-via-position: ;
|
|
513
|
-
--tw-gradient-to-position: ;
|
|
514
|
-
--tw-ordinal: ;
|
|
515
|
-
--tw-slashed-zero: ;
|
|
516
|
-
--tw-numeric-figure: ;
|
|
517
|
-
--tw-numeric-spacing: ;
|
|
518
|
-
--tw-numeric-fraction: ;
|
|
519
|
-
--tw-ring-inset: ;
|
|
520
|
-
--tw-ring-offset-width: 0px;
|
|
521
|
-
--tw-ring-offset-color: #fff;
|
|
522
|
-
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
523
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
524
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
525
|
-
--tw-shadow: 0 0 #0000;
|
|
526
|
-
--tw-shadow-colored: 0 0 #0000;
|
|
527
|
-
--tw-blur: ;
|
|
528
|
-
--tw-brightness: ;
|
|
529
|
-
--tw-contrast: ;
|
|
530
|
-
--tw-grayscale: ;
|
|
531
|
-
--tw-hue-rotate: ;
|
|
532
|
-
--tw-invert: ;
|
|
533
|
-
--tw-saturate: ;
|
|
534
|
-
--tw-sepia: ;
|
|
535
|
-
--tw-drop-shadow: ;
|
|
536
|
-
--tw-backdrop-blur: ;
|
|
537
|
-
--tw-backdrop-brightness: ;
|
|
538
|
-
--tw-backdrop-contrast: ;
|
|
539
|
-
--tw-backdrop-grayscale: ;
|
|
540
|
-
--tw-backdrop-hue-rotate: ;
|
|
541
|
-
--tw-backdrop-invert: ;
|
|
542
|
-
--tw-backdrop-opacity: ;
|
|
543
|
-
--tw-backdrop-saturate: ;
|
|
544
|
-
--tw-backdrop-sepia: ;
|
|
545
|
-
}
|
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.1
|
|
4
|
+
"version": "6.10.1",
|
|
5
5
|
"main": "dist/amis-object.cjs.js",
|
|
6
6
|
"module": "dist/amis-object.esm.js",
|
|
7
7
|
"unpkg": "dist/amis-object.umd.js",
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
"ts-jest": "26.4.4",
|
|
58
58
|
"tslint-config-prettier": "^1.1.0",
|
|
59
59
|
"tslint-config-standard": "^7.0.0",
|
|
60
|
-
"typescript": "^
|
|
60
|
+
"typescript": "^5.6.2",
|
|
61
61
|
"uglify-js": "^3.17.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@steedos-widgets/amis-lib": "6.10.1
|
|
64
|
+
"@steedos-widgets/amis-lib": "6.10.1",
|
|
65
65
|
"autoprefixer": "^10.4.13",
|
|
66
66
|
"postcss": "^8.4.19",
|
|
67
|
-
"tailwindcss": "^3.
|
|
67
|
+
"tailwindcss": "^3.4.17"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "0579e42e8db9f51a3aaea6cd7accd67af87600f2"
|
|
70
70
|
}
|