@steedos-widgets/amis-object 6.10.3 → 6.10.5

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.
@@ -405,6 +405,8 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
405
405
  maxRows?: undefined;
406
406
  placeholder?: undefined;
407
407
  requiredOn?: undefined;
408
+ value?: undefined;
409
+ onEvent?: undefined;
408
410
  } | {
409
411
  type: string;
410
412
  label: boolean;
@@ -414,6 +416,20 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
414
416
  maxRows: number;
415
417
  placeholder: any;
416
418
  requiredOn: string;
419
+ 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
+ };
417
433
  })[];
418
434
  onEvent: {
419
435
  approve_judge_change: {
@@ -423,21 +439,6 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
423
439
  args: {};
424
440
  }[];
425
441
  };
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
442
  };
442
443
  }[];
443
444
  id: string;
@@ -473,7 +474,10 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
473
474
  };
474
475
  id: string;
475
476
  level: string;
476
- className: string;
477
+ className: {
478
+ "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;
479
+ hidden: boolean;
480
+ };
477
481
  } | {
478
482
  type: string;
479
483
  debug: boolean;
@@ -601,21 +605,6 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
601
605
  })[];
602
606
  id: string;
603
607
  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
608
  change: {
620
609
  weight: number;
621
610
  actions: any[];
@@ -1,4 +1,4 @@
1
1
  import './index.less';
2
2
  declare const generatedFunctions: any;
3
- export declare const SteedosFieldText: any, SteedosFieldTextarea: any, SteedosFieldHtml: any, SteedosFieldLookup: any, SteedosFieldMasterDetail: any, SteedosFieldSelect: any, SteedosFieldBoolean: any, SteedosFieldDate: any, SteedosFieldDatetime: any, SteedosFieldTime: any, SteedosFieldNumber: any, SteedosFieldCurrency: any, SteedosFieldPercent: any, SteedosFieldImage: any, SteedosFieldFile: any, SteedosFieldCode: any, SteedosFieldMarkdown: any, SteedosFieldColor: any, SteedosFieldToggle: any, SteedosFieldPassword: any, SteedosFieldAutonumber: any, SteedosFieldUrl: any, SteedosFieldEmail: any, SteedosFieldLocation: any, SteedosFieldFormula: any, SteedosFieldSummary: any, SteedosFieldTable: any;
3
+ export declare const SteedosFieldText: any, SteedosFieldTextarea: any, SteedosFieldHtml: any, SteedosFieldLookup: any, SteedosFieldMasterDetail: any, SteedosFieldSelect: any, SteedosFieldBoolean: any, SteedosFieldDate: any, SteedosFieldDatetime: any, SteedosFieldTime: any, SteedosFieldNumber: any, SteedosFieldCurrency: any, SteedosFieldPercent: any, SteedosFieldImage: any, SteedosFieldFile: any, SteedosFieldCode: any, SteedosFieldMarkdown: any, SteedosFieldColor: any, SteedosFieldToggle: any, SteedosFieldPassword: any, SteedosFieldAutonumber: any, SteedosFieldUrl: any, SteedosFieldEmail: any, SteedosFieldLocation: any, SteedosFieldFormula: any, SteedosFieldSummary: any, SteedosFieldTable: any, SteedosFieldApprovalComments: any;
4
4
  export default generatedFunctions;
@@ -734,6 +734,9 @@ fieldset.antd-Collapse > legend{
734
734
  .m-2 {
735
735
  margin: 0.5rem
736
736
  }
737
+ .m-2\.5 {
738
+ margin: 0.625rem
739
+ }
737
740
  .m-4 {
738
741
  margin: 1rem
739
742
  }
@@ -1100,6 +1103,9 @@ fieldset.antd-Collapse > legend{
1100
1103
  .border-b-\[3px\] {
1101
1104
  border-bottom-width: 3px
1102
1105
  }
1106
+ .border-l-2 {
1107
+ border-left-width: 2px
1108
+ }
1103
1109
  .border-r {
1104
1110
  border-right-width: 1px
1105
1111
  }
@@ -1115,6 +1121,10 @@ fieldset.antd-Collapse > legend{
1115
1121
  .border-none {
1116
1122
  border-style: none
1117
1123
  }
1124
+ .border-blue-500 {
1125
+ --tw-border-opacity: 1;
1126
+ border-color: rgb(59 130 246 / var(--tw-border-opacity, 1))
1127
+ }
1118
1128
  .border-gray-200 {
1119
1129
  --tw-border-opacity: 1;
1120
1130
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
@@ -1380,8 +1390,8 @@ fieldset.antd-Collapse > legend{
1380
1390
  opacity: 0.75
1381
1391
  }
1382
1392
  .shadow {
1383
- --tw-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 2px 4px;;
1384
- --tw-shadow-colored: 0px 0px 2px var(--tw-shadow-color), 0px 2px 4px; var(--tw-shadow-color);
1393
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1394
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1385
1395
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
1386
1396
  }
1387
1397
  .shadow-lg {
@@ -1453,8 +1463,8 @@ fieldset.antd-Collapse > legend{
1453
1463
  }
1454
1464
 
1455
1465
  .hover\:shadow:hover {
1456
- --tw-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 2px 4px;;
1457
- --tw-shadow-colored: 0px 0px 2px var(--tw-shadow-color), 0px 2px 4px; var(--tw-shadow-color);
1466
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1467
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1458
1468
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
1459
1469
  }
1460
1470
 
@@ -1517,8 +1527,8 @@ fieldset.antd-Collapse > legend{
1517
1527
  padding: 0.75rem
1518
1528
  }
1519
1529
  .sm\:shadow {
1520
- --tw-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px, rgba(0, 0, 0, 0.14) 0px 2px 4px;;
1521
- --tw-shadow-colored: 0px 0px 2px var(--tw-shadow-color), 0px 2px 4px; var(--tw-shadow-color);
1530
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1531
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1522
1532
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
1523
1533
  }
1524
1534
  }
@@ -2973,6 +2983,11 @@ body.sidebar #sidebar {
2973
2983
  text-overflow: ellipsis;
2974
2984
  width: 100%;
2975
2985
  }
2986
+ .antd-Nav.stacked .antd-Nav-Menu-item-link .antd-Nav-Menu-item-label > span > span {
2987
+ white-space: nowrap;
2988
+ overflow: hidden;
2989
+ text-overflow: ellipsis;
2990
+ }
2976
2991
  @media (min-width: 768px) {
2977
2992
  body.sidebar.sidebar-open #main {
2978
2993
  margin-left: 220px;
@@ -3229,6 +3244,18 @@ body.sidebar #sidebar {
3229
3244
  .steedos-amis-instance-view table {
3230
3245
  border-collapse: collapse;
3231
3246
  }
3247
+ .steedos-amis-instance-view.steedos-instance-style-table table.instance-form-view .steedos-input-number-edit .antd-Number-handler-wrap {
3248
+ border-left: none;
3249
+ outline: none;
3250
+ }
3251
+ .steedos-amis-instance-view .image-sign {
3252
+ max-width: 180px;
3253
+ max-height: 90px;
3254
+ }
3255
+ .steedos-amis-instance-view .instance-approve-history .image-sign {
3256
+ max-width: 90px;
3257
+ max-height: 60px;
3258
+ }
3232
3259
 
3233
3260
  .steedos-input-table .steedos-delete-button:hover {
3234
3261
  color: rgb(239 68 68) !important;