@hmcts/ccd-case-ui-toolkit 6.19.11-rc2 → 6.19.12-rc1
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 +1 -0
- 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/case-viewer/case-full-access-view/case-full-access-view.component.js +2 -1
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +1 -0
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -32426,6 +32426,7 @@
|
|
|
32426
32426
|
var targetTabIndex = this.tabGroup._tabs.toArray().findIndex(function (tab) { return tab.textLabel === triggerOutputEventText; });
|
|
32427
32427
|
if (targetTabIndex > -1) {
|
|
32428
32428
|
this.selectedTabIndex = targetTabIndex;
|
|
32429
|
+
this.tabGroup.selectedIndex = targetTabIndex;
|
|
32429
32430
|
}
|
|
32430
32431
|
};
|
|
32431
32432
|
CaseFullAccessViewComponent.prototype.hasActiveCaseFlags = function () {
|