@vcd/sdk 15.0.2 → 15.0.4

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.
@@ -849,6 +849,17 @@ class _WizardExtensionWithValidationComponent extends _WizardExtensionComponent
849
849
  }
850
850
  // tslint:disable-next-line:max-line-length
851
851
  const WizardExtensionWithValidationComponent = containerHooks.WizardExtensionWithValidationComponent;
852
+ /**
853
+ * Every component-based Extension Point that is renderd in Cloud Director UI Entity Details
854
+ * must extend that class to obtain context about the Entity.
855
+ *
856
+ * See comments of the methods of the abstract class for more information.
857
+ */
858
+ // tslint:disable-next-line:class-name
859
+ class _WizardExtensionWithContextComponent extends _WizardExtensionComponent {
860
+ }
861
+ // tslint:disable-next-line:max-line-length
862
+ const WizardExtensionWithContextComponent = containerHooks.WizardExtensionWithContextComponent;
852
863
 
853
864
  class PluginModule {
854
865
  constructor(appStore) {
@@ -1504,5 +1515,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.0", ngImpor
1504
1515
  * Generated bundle index. Do not edit.
1505
1516
  */
1506
1517
 
1507
- export { API_ROOT_URL, ApiResult, ApiResultService, AuthTokenHolderService, EXTENSION_ASSET_URL, EXTENSION_ROUTE, EntityActionExtensionComponent, ExtensionNavRegistrationAction, FLEX_APP_URL, Filter, HATEOAS_HEADER, LinkRelType, LoggingInterceptor, MAX_CHUNK_RETRY_COUNT, MAX_CHUNK_SIZE, PluginModule, Query, RequestHeadersInterceptor, ResponseNormalizationInterceptor, SDK_MODE, SESSION_ORGANIZATION, SESSION_ORG_ID, SESSION_SCOPE, TRANSFER_LINK_REL, TransferError, VcdApiClient, VcdHttpClient, VcdSdkConfig, VcdSdkModule, VcdTransferClient, WizardExtensionComponent, WizardExtensionWithValidationComponent, _EntityActionExtensionComponent, _WizardExtensionComponent, _WizardExtensionWithValidationComponent, parseHeaderHateoasLinks };
1518
+ export { API_ROOT_URL, ApiResult, ApiResultService, AuthTokenHolderService, EXTENSION_ASSET_URL, EXTENSION_ROUTE, EntityActionExtensionComponent, ExtensionNavRegistrationAction, FLEX_APP_URL, Filter, HATEOAS_HEADER, LinkRelType, LoggingInterceptor, MAX_CHUNK_RETRY_COUNT, MAX_CHUNK_SIZE, PluginModule, Query, RequestHeadersInterceptor, ResponseNormalizationInterceptor, SDK_MODE, SESSION_ORGANIZATION, SESSION_ORG_ID, SESSION_SCOPE, TRANSFER_LINK_REL, TransferError, VcdApiClient, VcdHttpClient, VcdSdkConfig, VcdSdkModule, VcdTransferClient, WizardExtensionComponent, WizardExtensionWithContextComponent, WizardExtensionWithValidationComponent, _EntityActionExtensionComponent, _WizardExtensionComponent, _WizardExtensionWithContextComponent, _WizardExtensionWithValidationComponent, parseHeaderHateoasLinks };
1508
1519
  //# sourceMappingURL=vcd-sdk.mjs.map