@hmcts/ccd-case-ui-toolkit 5.0.25-case-file-sort-documents-v2 → 5.0.25-case-file-sort-documents-v5
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/bundles/hmcts-ccd-case-ui-toolkit.umd.js +3 -3
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.js.map +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js +1 -1
- package/bundles/hmcts-ccd-case-ui-toolkit.umd.min.js.map +1 -1
- package/esm2015/lib/shared/components/loading-spinner/loading-spinner.component.js +1 -1
- package/esm2015/lib/shared/components/palette/case-file-view/components/case-file-view-folder/case-file-view-folder-sort/case-file-view-folder-sort.component.js +2 -2
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +2 -2
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/package.json +1 -1
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
function step(op) {
|
|
564
564
|
if (f)
|
|
565
565
|
throw new TypeError("Generator is already executing.");
|
|
566
|
-
while (_)
|
|
566
|
+
while (g && (g = 0, op[0] && (_ = 0)), _)
|
|
567
567
|
try {
|
|
568
568
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
|
569
569
|
return t;
|
|
@@ -9691,7 +9691,7 @@
|
|
|
9691
9691
|
this.sortAscending = new i0.EventEmitter();
|
|
9692
9692
|
this.sortDescending = new i0.EventEmitter();
|
|
9693
9693
|
this.overlayMenuItems = [
|
|
9694
|
-
{ actionText: 'A to Z
|
|
9694
|
+
{ actionText: 'A to Z ascending', iconSrc: '/assets/img/sort/sort-down-arrow.svg', actionFn: function () { return _this.sortAscending.emit(); } },
|
|
9695
9695
|
{ actionText: 'Z to A descending', iconSrc: '/assets/img/sort/sort-up-arrow.svg', actionFn: function () { return _this.sortDescending.emit(); } },
|
|
9696
9696
|
];
|
|
9697
9697
|
}
|
|
@@ -17551,7 +17551,7 @@
|
|
|
17551
17551
|
i0__namespace.ɵɵadvance(3);
|
|
17552
17552
|
i0__namespace.ɵɵtextInterpolate(ctx.loadingText);
|
|
17553
17553
|
}
|
|
17554
|
-
}, styles: [".spinner-container{position:fixed;top:0;left:0;height:100%;width:100%;display:flex;justify-content:center;align-items:center;background:hsla(0,0%,100%,.5);z-index:99}.spinner-container .spinner-inner-container p{text-align:center}.spinner-container .spinner-inner-container .spinner{border:10px solid #ddd;border-top-color:#000;border-radius:50%;width:40px;height:40px
|
|
17554
|
+
}, styles: [".spinner-container{position:fixed;top:0;left:0;height:100%;width:100%;display:flex;justify-content:center;align-items:center;background:hsla(0,0%,100%,.5);z-index:99}.spinner-container .spinner-inner-container p{text-align:center}.spinner-container .spinner-inner-container .spinner{border:10px solid #ddd;border-top-color:#000;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}"], encapsulation: 2 });
|
|
17555
17555
|
(function () {
|
|
17556
17556
|
(typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(LoadingSpinnerComponent, [{
|
|
17557
17557
|
type: i0.Component,
|