ros.grant.common 2.1.55 → 2.1.57

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.
@@ -435,6 +435,20 @@ function initCustomFileInputv2(index, fileInput, blazorComponent) {
435
435
  }]
436
436
  });
437
437
  }
438
+ if (xhr && xhr.status == 400) {
439
+ modal.find('.dialog_label').html(errorReason);
440
+ Modal.createModal({
441
+ selectorOrHtml: modal,
442
+ title: localizedFileStrings.getUploadingWarningMessage,
443
+ buttons: [{
444
+ text: localizedFileStrings.getButtonTextOk,
445
+ class: "btn btn-md",
446
+ click: function () {
447
+ modal.fadeOut(500);
448
+ }
449
+ }]
450
+ });
451
+ }
438
452
  },
439
453
  onTotalProgress: function (totalUploadedBytes, totalBytes) {
440
454
  if (totalUploadedBytes < totalBytes) {
@@ -51,6 +51,11 @@
51
51
  display: none;
52
52
  }
53
53
  }
54
+
55
+ h5{
56
+ position: relative;
57
+ z-index: 1;
58
+ }
54
59
  }
55
60
 
56
61
  &__divider {
@@ -94,6 +99,8 @@
94
99
  line-height: 150%;
95
100
  border-bottom: 1px solid var(--neutral-bg-stroke-default);
96
101
  transition: 0.2s all;
102
+ position: relative;
103
+ z-index: 1;
97
104
 
98
105
  &:hover {
99
106
  border-bottom: 1px solid var(--neutral-text-primary);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.1.55",
2
+ "version": "2.1.57",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {