@steedos-widgets/amis-object 6.10.3 → 6.10.4
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/AmisInstanceDetail.d.ts +4 -31
- package/dist/amis-object.umd.css +19 -6
- package/dist/amis-object.umd.js +235 -204
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +19 -19
- package/dist/meta.js +1 -1
- package/package.json +3 -3
|
@@ -423,21 +423,6 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
423
423
|
args: {};
|
|
424
424
|
}[];
|
|
425
425
|
};
|
|
426
|
-
validateError: {
|
|
427
|
-
weight: number;
|
|
428
|
-
actions: {
|
|
429
|
-
componentId: string;
|
|
430
|
-
args: {
|
|
431
|
-
msgType: string;
|
|
432
|
-
position: string;
|
|
433
|
-
closeButton: boolean;
|
|
434
|
-
showIcon: boolean;
|
|
435
|
-
title: any;
|
|
436
|
-
msg: any;
|
|
437
|
-
};
|
|
438
|
-
actionType: string;
|
|
439
|
-
}[];
|
|
440
|
-
};
|
|
441
426
|
};
|
|
442
427
|
}[];
|
|
443
428
|
id: string;
|
|
@@ -473,7 +458,10 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
473
458
|
};
|
|
474
459
|
id: string;
|
|
475
460
|
level: string;
|
|
476
|
-
className:
|
|
461
|
+
className: {
|
|
462
|
+
"approve-button w-14 h-14 rounded-full fixed bottom-4 right-4 shadow-lg text-white text-base text-center font-semibold bg-blue-500 p-0": boolean;
|
|
463
|
+
hidden: boolean;
|
|
464
|
+
};
|
|
477
465
|
} | {
|
|
478
466
|
type: string;
|
|
479
467
|
debug: boolean;
|
|
@@ -601,21 +589,6 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
|
|
|
601
589
|
})[];
|
|
602
590
|
id: string;
|
|
603
591
|
onEvent: {
|
|
604
|
-
validateError: {
|
|
605
|
-
weight: number;
|
|
606
|
-
actions: {
|
|
607
|
-
componentId: string;
|
|
608
|
-
args: {
|
|
609
|
-
msgType: string;
|
|
610
|
-
position: string;
|
|
611
|
-
closeButton: boolean;
|
|
612
|
-
showIcon: boolean;
|
|
613
|
-
title: any;
|
|
614
|
-
msg: any;
|
|
615
|
-
};
|
|
616
|
-
actionType: string;
|
|
617
|
-
}[];
|
|
618
|
-
};
|
|
619
592
|
change: {
|
|
620
593
|
weight: number;
|
|
621
594
|
actions: any[];
|
package/dist/amis-object.umd.css
CHANGED
|
@@ -1380,8 +1380,8 @@ fieldset.antd-Collapse > legend{
|
|
|
1380
1380
|
opacity: 0.75
|
|
1381
1381
|
}
|
|
1382
1382
|
.shadow {
|
|
1383
|
-
--tw-shadow:
|
|
1384
|
-
--tw-shadow-colored:
|
|
1383
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1384
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1385
1385
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1386
1386
|
}
|
|
1387
1387
|
.shadow-lg {
|
|
@@ -1453,8 +1453,8 @@ fieldset.antd-Collapse > legend{
|
|
|
1453
1453
|
}
|
|
1454
1454
|
|
|
1455
1455
|
.hover\:shadow:hover {
|
|
1456
|
-
--tw-shadow:
|
|
1457
|
-
--tw-shadow-colored:
|
|
1456
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1457
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1458
1458
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1459
1459
|
}
|
|
1460
1460
|
|
|
@@ -1517,8 +1517,8 @@ fieldset.antd-Collapse > legend{
|
|
|
1517
1517
|
padding: 0.75rem
|
|
1518
1518
|
}
|
|
1519
1519
|
.sm\:shadow {
|
|
1520
|
-
--tw-shadow:
|
|
1521
|
-
--tw-shadow-colored:
|
|
1520
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1521
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1522
1522
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
1523
1523
|
}
|
|
1524
1524
|
}
|
|
@@ -2973,6 +2973,11 @@ body.sidebar #sidebar {
|
|
|
2973
2973
|
text-overflow: ellipsis;
|
|
2974
2974
|
width: 100%;
|
|
2975
2975
|
}
|
|
2976
|
+
.antd-Nav.stacked .antd-Nav-Menu-item-link .antd-Nav-Menu-item-label > span > span {
|
|
2977
|
+
white-space: nowrap;
|
|
2978
|
+
overflow: hidden;
|
|
2979
|
+
text-overflow: ellipsis;
|
|
2980
|
+
}
|
|
2976
2981
|
@media (min-width: 768px) {
|
|
2977
2982
|
body.sidebar.sidebar-open #main {
|
|
2978
2983
|
margin-left: 220px;
|
|
@@ -3229,6 +3234,14 @@ body.sidebar #sidebar {
|
|
|
3229
3234
|
.steedos-amis-instance-view table {
|
|
3230
3235
|
border-collapse: collapse;
|
|
3231
3236
|
}
|
|
3237
|
+
.steedos-amis-instance-view.steedos-instance-style-table table.instance-form-view .steedos-input-number-edit .antd-Number-handler-wrap {
|
|
3238
|
+
border-left: none;
|
|
3239
|
+
outline: none;
|
|
3240
|
+
}
|
|
3241
|
+
.steedos-amis-instance-view .instance-approve-history .image-sign {
|
|
3242
|
+
max-width: 90px;
|
|
3243
|
+
max-height: 60px;
|
|
3244
|
+
}
|
|
3232
3245
|
|
|
3233
3246
|
.steedos-input-table .steedos-delete-button:hover {
|
|
3234
3247
|
color: rgb(239 68 68) !important;
|