@hmcts/ccd-case-ui-toolkit 6.18.2-rc1 → 6.18.2-rc2
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 +0 -6
- 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/app.config.js +1 -7
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js +0 -6
- package/fesm2015/hmcts-ccd-case-ui-toolkit.js.map +1 -1
- package/lib/app.config.d.ts +2 -2
- package/lib/app.config.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1913,12 +1913,6 @@
|
|
|
1913
1913
|
var AbstractAppConfig = /** @class */ (function () {
|
|
1914
1914
|
function AbstractAppConfig() {
|
|
1915
1915
|
}
|
|
1916
|
-
AbstractAppConfig.prototype.getDocumentManagementUrlV2 = function () {
|
|
1917
|
-
return undefined;
|
|
1918
|
-
};
|
|
1919
|
-
AbstractAppConfig.prototype.getDocumentSecureMode = function () {
|
|
1920
|
-
return undefined;
|
|
1921
|
-
};
|
|
1922
1916
|
/**
|
|
1923
1917
|
* Dummy version replacing deprecated `getRemotePrintServiceUrl()`, to be removed in next major release
|
|
1924
1918
|
* @deprecated
|