@steedos-widgets/amis-object 1.0.20 → 1.0.21

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.
@@ -229,6 +229,15 @@ body {
229
229
  .fixed {
230
230
  position: fixed
231
231
  }
232
+ .absolute {
233
+ position: absolute
234
+ }
235
+ .bottom-4 {
236
+ bottom: 1rem
237
+ }
238
+ .right-4 {
239
+ right: 1rem
240
+ }
232
241
  .col-span-2 {
233
242
  grid-column: span 2 / span 2
234
243
  }
@@ -248,6 +257,9 @@ body {
248
257
  .mb-4 {
249
258
  margin-bottom: 1rem
250
259
  }
260
+ .mb-1 {
261
+ margin-bottom: 0.25rem
262
+ }
251
263
  .mb-2 {
252
264
  margin-bottom: 0.5rem
253
265
  }
@@ -314,6 +326,9 @@ body {
314
326
  .hidden {
315
327
  display: none
316
328
  }
329
+ .h-14 {
330
+ height: 3.5rem
331
+ }
317
332
  .h-5 {
318
333
  height: 1.25rem
319
334
  }
@@ -350,6 +365,9 @@ body {
350
365
  .\!max-h-\[80vh\] {
351
366
  max-height: 80vh !important
352
367
  }
368
+ .w-14 {
369
+ width: 3.5rem
370
+ }
353
371
  .w-4 {
354
372
  width: 1rem
355
373
  }
@@ -437,11 +455,14 @@ body {
437
455
  .rounded {
438
456
  border-radius: 0.25rem
439
457
  }
458
+ .rounded-full {
459
+ border-radius: 9999px
460
+ }
440
461
  .rounded-md {
441
462
  border-radius: 0.375rem
442
463
  }
443
- .rounded-full {
444
- border-radius: 9999px
464
+ .border {
465
+ border-width: 1px
445
466
  }
446
467
  .border-0 {
447
468
  border-width: 0px
@@ -450,6 +471,9 @@ body {
450
471
  border-top-width: 1px;
451
472
  border-bottom-width: 1px
452
473
  }
474
+ .border-t {
475
+ border-top-width: 1px
476
+ }
453
477
  .border-b {
454
478
  border-bottom-width: 1px
455
479
  }
@@ -478,12 +502,19 @@ body {
478
502
  --tw-bg-opacity: 1;
479
503
  background-color: rgb(243 244 246 / var(--tw-bg-opacity))
480
504
  }
505
+ .bg-blue-500 {
506
+ --tw-bg-opacity: 1;
507
+ background-color: rgb(59 130 246 / var(--tw-bg-opacity))
508
+ }
481
509
  .\!bg-transparent {
482
510
  background-color: transparent !important
483
511
  }
484
512
  .bg-transparent {
485
513
  background-color: transparent
486
514
  }
515
+ .bg-none {
516
+ background-image: none
517
+ }
487
518
  .fill-slate-500 {
488
519
  fill: #64748b
489
520
  }
@@ -546,6 +577,9 @@ body {
546
577
  .text-center {
547
578
  text-align: center
548
579
  }
580
+ .text-base {
581
+ font-size: 14px
582
+ }
549
583
  .text-md {
550
584
  font-size: 14px
551
585
  }
@@ -555,12 +589,12 @@ body {
555
589
  .text-xl {
556
590
  font-size: 18px
557
591
  }
558
- .text-base {
559
- font-size: 14px
560
- }
561
592
  .text-\[15px\] {
562
593
  font-size: 15px
563
594
  }
595
+ .font-semibold {
596
+ font-weight: 600
597
+ }
564
598
  .font-bold {
565
599
  font-weight: 700
566
600
  }
@@ -579,6 +613,22 @@ body {
579
613
  .leading-3 {
580
614
  line-height: .75rem
581
615
  }
616
+ .text-white {
617
+ --tw-text-opacity: 1;
618
+ color: rgb(255 255 255 / var(--tw-text-opacity))
619
+ }
620
+ .text-\[blue\] {
621
+ --tw-text-opacity: 1;
622
+ color: rgb(0 0 255 / var(--tw-text-opacity))
623
+ }
624
+ .text-\[red\] {
625
+ --tw-text-opacity: 1;
626
+ color: rgb(255 0 0 / var(--tw-text-opacity))
627
+ }
628
+ .text-green-600 {
629
+ --tw-text-opacity: 1;
630
+ color: rgb(22 163 74 / var(--tw-text-opacity))
631
+ }
582
632
  .text-gray-500 {
583
633
  --tw-text-opacity: 1;
584
634
  color: rgb(107 114 128 / var(--tw-text-opacity))
@@ -617,6 +667,11 @@ body {
617
667
  --tw-shadow-colored: 0 0 #0000;
618
668
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
619
669
  }
670
+ .shadow-lg {
671
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
672
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
673
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
674
+ }
620
675
  .shadow {
621
676
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
622
677
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
@@ -905,7 +960,7 @@ body.sidebar.sidebar-open #main {
905
960
  display: block;
906
961
  transition: ease-out opacity 0.2s;
907
962
  position: fixed;
908
- top: 50px;
963
+ top: 53px;
909
964
  right: 0;
910
965
  bottom: 0;
911
966
  left: 0;
@@ -914,3 +969,69 @@ body.sidebar.sidebar-open #main {
914
969
  opacity: 1;
915
970
  }
916
971
  }
972
+
973
+ .steedos-amis-instance-view {
974
+ font-size: 0.8125rem;
975
+ }
976
+ .steedos-amis-instance-view .instance-name {
977
+ font-size: 20px;
978
+ }
979
+ .steedos-amis-instance-view .instance-form-view {
980
+ width: 100%;
981
+ border-collapse: collapse;
982
+ border: 2px solid #000;
983
+ }
984
+ .steedos-amis-instance-view .instance-applicant-view {
985
+ border: none !important;
986
+ }
987
+ .steedos-amis-instance-view .instance-applicant-view td {
988
+ border: none !important;
989
+ }
990
+ .steedos-amis-instance-view .instance-form-view .antd-TextControl-input {
991
+ background-color: transparent !important;
992
+ border: none !important;
993
+ box-shadow: none !important;
994
+ }
995
+ .steedos-amis-instance-view .instance-form-view .antd-Select {
996
+ background-color: transparent !important;
997
+ border: none !important;
998
+ box-shadow: none !important;
999
+ }
1000
+ .steedos-amis-instance-view .instance-form-view .antd-DatePicker {
1001
+ background-color: transparent !important;
1002
+ border: none !important;
1003
+ box-shadow: none !important;
1004
+ }
1005
+ .steedos-amis-instance-view .instance-form-view .antd-TextareaControl-input {
1006
+ background-color: transparent !important;
1007
+ border: none !important;
1008
+ box-shadow: none !important;
1009
+ }
1010
+ .steedos-amis-instance-view .instance-form-view .antd-Number {
1011
+ background-color: transparent !important;
1012
+ border: none !important;
1013
+ box-shadow: none !important;
1014
+ }
1015
+ .steedos-amis-instance-view .instance-form-view .antd-Picker-input {
1016
+ background-color: transparent !important;
1017
+ border: none !important;
1018
+ box-shadow: none !important;
1019
+ }
1020
+ .approval-drawer .antd-Drawer-content {
1021
+ display: block !important;
1022
+ height: auto !important;
1023
+ }
1024
+ .steedos-amis-instance-view .antd-PullRefresh {
1025
+ height: 100%;
1026
+ }
1027
+ .steedos-amis-instance-view .instance-applicant-view .antd-Picker-input {
1028
+ background-color: transparent !important;
1029
+ border: none !important;
1030
+ box-shadow: none !important;
1031
+ }
1032
+ .steedos-amis-instance-view #amis-root-workflow .antd-List-placeholder {
1033
+ display: none;
1034
+ }
1035
+ .steedos-amis-instance-view .form-control {
1036
+ background: no-repeat;
1037
+ }