@skyux/layout 6.0.0-beta.5 → 6.0.0-beta.8

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.
@@ -1242,8 +1242,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
1242
1242
  * Creates a definition list to display label-value pairs.
1243
1243
  */
1244
1244
  class SkyDefinitionListComponent {
1245
- constructor(service) {
1245
+ constructor(service, logger) {
1246
1246
  this.service = service;
1247
+ logger.deprecated('SkyDefinitionListComponent', {
1248
+ deprecationMajorVersion: 6,
1249
+ moreInfoUrl: 'https://developer.blackbaud.com/skyux/components/description-list',
1250
+ replacementRecommendation: 'Use `SkyDescriptionListComponent` instead.',
1251
+ });
1247
1252
  }
1248
1253
  /**
1249
1254
  * Specifies the width of the label portion of the definition list.
@@ -1261,17 +1266,20 @@ class SkyDefinitionListComponent {
1261
1266
  this.service.defaultValue.next(value);
1262
1267
  }
1263
1268
  }
1264
- SkyDefinitionListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: SkyDefinitionListComponent, deps: [{ token: SkyDefinitionListService }], target: i0.ɵɵFactoryTarget.Component });
1269
+ SkyDefinitionListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: SkyDefinitionListComponent, deps: [{ token: SkyDefinitionListService }, { token: i1.SkyLogService }], target: i0.ɵɵFactoryTarget.Component });
1265
1270
  SkyDefinitionListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: SkyDefinitionListComponent, selector: "sky-definition-list", inputs: { labelWidth: "labelWidth", defaultValue: "defaultValue" }, providers: [SkyDefinitionListService], ngImport: i0, template: "<div class=\"sky-definition-list\">\n <ng-content select=\"sky-definition-list-heading\"></ng-content>\n <ng-content select=\"sky-definition-list-content\"></ng-content>\n</div>\n", styles: [".sky-definition-list{margin-right:50px;margin-bottom:20px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1266
1271
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: SkyDefinitionListComponent, decorators: [{
1267
1272
  type: Component,
1268
1273
  args: [{ selector: 'sky-definition-list', providers: [SkyDefinitionListService], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"sky-definition-list\">\n <ng-content select=\"sky-definition-list-heading\"></ng-content>\n <ng-content select=\"sky-definition-list-content\"></ng-content>\n</div>\n", styles: [".sky-definition-list{margin-right:50px;margin-bottom:20px}\n"] }]
1269
- }], ctorParameters: function () { return [{ type: SkyDefinitionListService }]; }, propDecorators: { labelWidth: [{
1274
+ }], ctorParameters: function () { return [{ type: SkyDefinitionListService }, { type: i1.SkyLogService }]; }, propDecorators: { labelWidth: [{
1270
1275
  type: Input
1271
1276
  }], defaultValue: [{
1272
1277
  type: Input
1273
1278
  }] } });
1274
1279
 
1280
+ /**
1281
+ * @deprecated Use `SkyDescriptionListModule` instead.
1282
+ */
1275
1283
  class SkyDefinitionListModule {
1276
1284
  }
1277
1285
  SkyDefinitionListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: SkyDefinitionListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });