@skyux/lists 9.9.0 → 9.11.0

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.
@@ -29,9 +29,11 @@ export declare class SkyRepeaterItemComponent implements OnDestroy, OnInit, Afte
29
29
  * such as accessibility and instrumentation. For example, the component uses the name to
30
30
  * construct ARIA labels for the repeater item controls
31
31
  * to [support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
32
+ * If not specified, the repeater item's title will be used for this value.
32
33
  * For more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label).
33
34
  */
34
- itemName: string | undefined;
35
+ set itemName(value: string | undefined);
36
+ get itemName(): string | undefined;
35
37
  /**
36
38
  * Configuration options for the buttons to display on an inline form
37
39
  * within the repeater. This property accepts
@@ -109,7 +111,9 @@ export declare class SkyRepeaterItemComponent implements OnDestroy, OnInit, Afte
109
111
  itemContentRef: ElementRef | undefined;
110
112
  itemHeaderRef: ElementRef | undefined;
111
113
  itemRef: ElementRef | undefined;
114
+ set titleComponent(value: ElementRef | undefined);
112
115
  repeaterItemContentComponents: QueryList<SkyRepeaterItemContentComponent> | undefined;
116
+ protected titleId: string | undefined;
113
117
  constructor(repeaterService: SkyRepeaterService, changeDetector: ChangeDetectorRef, adapterService: SkyRepeaterAdapterService, elementRef: ElementRef, resourceService: SkyLibResourcesService);
114
118
  ngOnInit(): void;
115
119
  ngAfterViewInit(): void;
@@ -125,5 +129,5 @@ export declare class SkyRepeaterItemComponent implements OnDestroy, OnInit, Afte
125
129
  onReorderHandleKeyDown(event: KeyboardEvent): void;
126
130
  onReorderHandleBlur(event: any): void;
127
131
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyRepeaterItemComponent, never>;
128
- static ɵcmp: i0.ɵɵComponentDeclaration<SkyRepeaterItemComponent, "sky-repeater-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "itemName": { "alias": "itemName"; "required": false; }; "inlineFormConfig": { "alias": "inlineFormConfig"; "required": false; }; "inlineFormTemplate": { "alias": "inlineFormTemplate"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; "isSelected": { "alias": "isSelected"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "showInlineForm": { "alias": "showInlineForm"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; }, { "collapse": "collapse"; "expand": "expand"; "inlineFormClose": "inlineFormClose"; "isSelectedChange": "isSelectedChange"; }, ["contextMenu", "repeaterItemContentComponents"], ["sky-inline-delete", "sky-repeater-item-context-menu", "sky-repeater-item-title", "sky-repeater-item-content"], false, never>;
132
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyRepeaterItemComponent, "sky-repeater-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "itemName": { "alias": "itemName"; "required": false; }; "inlineFormConfig": { "alias": "inlineFormConfig"; "required": false; }; "inlineFormTemplate": { "alias": "inlineFormTemplate"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; "isSelected": { "alias": "isSelected"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "showInlineForm": { "alias": "showInlineForm"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; }, { "collapse": "collapse"; "expand": "expand"; "inlineFormClose": "inlineFormClose"; "isSelectedChange": "isSelectedChange"; }, ["contextMenu", "titleComponent", "repeaterItemContentComponents"], ["sky-inline-delete", "sky-repeater-item-context-menu", "sky-repeater-item-title", "sky-repeater-item-content"], false, never>;
129
133
  }
@@ -9,10 +9,11 @@ import * as i7 from "ng2-dragula";
9
9
  import * as i8 from "@angular/cdk/observers";
10
10
  import * as i9 from "@skyux/indicators";
11
11
  import * as i10 from "@skyux/forms";
12
- import * as i11 from "@skyux/inline-form";
13
- import * as i12 from "../shared/sky-lists-resources.module";
12
+ import * as i11 from "@skyux/core";
13
+ import * as i12 from "@skyux/inline-form";
14
+ import * as i13 from "../shared/sky-lists-resources.module";
14
15
  export declare class SkyRepeaterModule {
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyRepeaterModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<SkyRepeaterModule, [typeof i1.SkyRepeaterComponent, typeof i2.SkyRepeaterItemComponent, typeof i3.SkyRepeaterItemContentComponent, typeof i4.SkyRepeaterItemContextMenuComponent, typeof i5.SkyRepeaterItemTitleComponent], [typeof i6.CommonModule, typeof i7.DragulaModule, typeof i8.ObserversModule, typeof i9.SkyChevronModule, typeof i10.SkyCheckboxModule, typeof i9.SkyIconModule, typeof i11.SkyInlineFormModule, typeof i12.SkyListsResourcesModule], [typeof i1.SkyRepeaterComponent, typeof i2.SkyRepeaterItemComponent, typeof i3.SkyRepeaterItemContentComponent, typeof i4.SkyRepeaterItemContextMenuComponent, typeof i5.SkyRepeaterItemTitleComponent]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SkyRepeaterModule, [typeof i1.SkyRepeaterComponent, typeof i2.SkyRepeaterItemComponent, typeof i3.SkyRepeaterItemContentComponent, typeof i4.SkyRepeaterItemContextMenuComponent, typeof i5.SkyRepeaterItemTitleComponent], [typeof i6.CommonModule, typeof i7.DragulaModule, typeof i8.ObserversModule, typeof i9.SkyChevronModule, typeof i10.SkyCheckboxModule, typeof i9.SkyIconModule, typeof i11.SkyIdModule, typeof i12.SkyInlineFormModule, typeof i13.SkyListsResourcesModule], [typeof i1.SkyRepeaterComponent, typeof i2.SkyRepeaterItemComponent, typeof i3.SkyRepeaterItemContentComponent, typeof i4.SkyRepeaterItemContextMenuComponent, typeof i5.SkyRepeaterItemTitleComponent]>;
17
18
  static ɵinj: i0.ɵɵInjectorDeclaration<SkyRepeaterModule>;
18
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lists",
3
- "version": "9.9.0",
3
+ "version": "9.11.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -40,15 +40,15 @@
40
40
  "@angular/common": "^16.2.9",
41
41
  "@angular/core": "^16.2.9",
42
42
  "@angular/platform-browser": "^16.2.9",
43
- "@skyux-sdk/testing": "9.9.0",
44
- "@skyux/animations": "9.9.0",
45
- "@skyux/core": "9.9.0",
46
- "@skyux/forms": "9.9.0",
47
- "@skyux/i18n": "9.9.0",
48
- "@skyux/indicators": "9.9.0",
49
- "@skyux/inline-form": "9.9.0",
50
- "@skyux/popovers": "9.9.0",
51
- "@skyux/theme": "9.9.0"
43
+ "@skyux-sdk/testing": "9.11.0",
44
+ "@skyux/animations": "9.11.0",
45
+ "@skyux/core": "9.11.0",
46
+ "@skyux/forms": "9.11.0",
47
+ "@skyux/i18n": "9.11.0",
48
+ "@skyux/indicators": "9.11.0",
49
+ "@skyux/inline-form": "9.11.0",
50
+ "@skyux/popovers": "9.11.0",
51
+ "@skyux/theme": "9.11.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "@types/dragula": "2.1.36",