@steedos-widgets/amis-object 6.10.10 → 6.10.12

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.
@@ -406,7 +406,6 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
406
406
  placeholder?: undefined;
407
407
  requiredOn?: undefined;
408
408
  value?: undefined;
409
- onEvent?: undefined;
410
409
  } | {
411
410
  type: string;
412
411
  label: boolean;
@@ -417,19 +416,6 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
417
416
  placeholder: any;
418
417
  requiredOn: string;
419
418
  value: any;
420
- onEvent: {
421
- change: {
422
- actions: {
423
- componentId: string;
424
- actionType: string;
425
- args: {
426
- value: {
427
- instance_my_approve_description: string;
428
- };
429
- };
430
- }[];
431
- };
432
- };
433
419
  })[];
434
420
  onEvent: {
435
421
  approve_judge_change: {
@@ -456,7 +456,7 @@ fieldset.antd-Collapse > legend{
456
456
  }
457
457
 
458
458
  :root, .antd-Nav-Menu {
459
- --Menu-width--collapsed: 2.5rem;
459
+ --Menu-width--collapsed: 32px;
460
460
  --Menu-light-fontColor: var(--Layout-light-fontColor);
461
461
  --Menu-light-fontColor-onHover: var(--link-color);
462
462
  --Menu-light-fontColor-onActive: var(--link-color);
@@ -2839,7 +2839,7 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2839
2839
 
2840
2840
  .sidebar-wrapper {
2841
2841
  overflow-x: hidden;
2842
- width: 40px;
2842
+ width: 50px;
2843
2843
  }
2844
2844
  .sidebar.sidebar-open .sidebar-wrapper {
2845
2845
  width: 220px;
@@ -2918,16 +2918,16 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
2918
2918
  margin: 0;
2919
2919
  }
2920
2920
  .sidebar.sidebar-open .sidebar-wrapper {
2921
- position: fixed;
2922
2921
  left: 0;
2922
+ }
2923
+ .sidebar .sidebar-wrapper {
2924
+ position: fixed;
2923
2925
  top: 50px;
2924
2926
  bottom: 0;
2925
2927
  width: 220px;
2926
2928
  background: #fff;
2927
2929
  z-index: 1001;
2928
- }
2929
- .sidebar .sidebar-wrapper {
2930
- width: 0;
2930
+ left: -220px;
2931
2931
  }
2932
2932
  }
2933
2933
  .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler,