@energycap/components 0.39.25-ECAP-26539-Item-Picker-Select-All.20240919-0932 → 0.39.25-ECAP-26539-Item-Picker-Select-All.20240923-1519
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/esm2020/lib/controls/item-picker/item-picker.component.mjs +9 -4
- package/fesm2015/energycap-components.mjs +6 -2
- package/fesm2015/energycap-components.mjs.map +1 -1
- package/fesm2020/energycap-components.mjs +6 -2
- package/fesm2020/energycap-components.mjs.map +1 -1
- package/lib/controls/item-picker/item-picker.component.d.ts +3 -1
- package/package.json +1 -1
@@ -41,6 +41,8 @@ export declare class ItemPickerComponent<T> implements OnInit, OnChanges, OnDest
|
|
41
41
|
id?: string;
|
42
42
|
/** Title displayed above the available items table */
|
43
43
|
availableTitle: string;
|
44
|
+
/** Help popover next to the available title. If supplied will show, otherwise is hidden */
|
45
|
+
availableTitleHelpPopover: string;
|
44
46
|
/** Title displayed above the selected items list */
|
45
47
|
selectedTitle: string;
|
46
48
|
/** The type of item being selected. Ex. Meters, Addresses */
|
@@ -156,5 +158,5 @@ export declare class ItemPickerComponent<T> implements OnInit, OnChanges, OnDest
|
|
156
158
|
private setupSelectedItemsChangedWatcher;
|
157
159
|
private setInternalizedTemplates;
|
158
160
|
static ɵfac: i0.ɵɵFactoryDeclaration<ItemPickerComponent<any>, never>;
|
159
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItemPickerComponent<any>, "ec-item-picker", never, { "id": "id"; "availableTitle": "availableTitle"; "selectedTitle": "selectedTitle"; "itemName": "itemName"; "formModel": "formModel"; "customAvailableHeaderTemplate": "customAvailableHeaderTemplate"; "customAvailableItemTemplate": "customAvailableItemTemplate"; "customSelectedItemTemplate": "customSelectedItemTemplate"; "ready": "ready"; "getItems": "getItems"; "selectionContext": "selectionContext"; "noDataMessage": "noDataMessage"; "noSelectedItemsMessage": "noSelectedItemsMessage"; "enableSelectAllItems": "enableSelectAllItems"; "selectAllItemsMessage": "selectAllItemsMessage"; }, {}, never, never, false, never>;
|
161
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ItemPickerComponent<any>, "ec-item-picker", never, { "id": "id"; "availableTitle": "availableTitle"; "availableTitleHelpPopover": "availableTitleHelpPopover"; "selectedTitle": "selectedTitle"; "itemName": "itemName"; "formModel": "formModel"; "customAvailableHeaderTemplate": "customAvailableHeaderTemplate"; "customAvailableItemTemplate": "customAvailableItemTemplate"; "customSelectedItemTemplate": "customSelectedItemTemplate"; "ready": "ready"; "getItems": "getItems"; "selectionContext": "selectionContext"; "noDataMessage": "noDataMessage"; "noSelectedItemsMessage": "noSelectedItemsMessage"; "enableSelectAllItems": "enableSelectAllItems"; "selectAllItemsMessage": "selectAllItemsMessage"; }, {}, never, never, false, never>;
|
160
162
|
}
|