ids-enterprise-ng 21.0.5 → 21.0.7

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.
@@ -8930,6 +8930,18 @@ class SohoDataGridComponent {
8930
8930
  }
8931
8931
  return this._gridOptions.overrideTabbing;
8932
8932
  }
8933
+ set headerTabStops(headerTabStops) {
8934
+ this._gridOptions.headerTabStops = headerTabStops;
8935
+ if (this.jQueryElement && this.datagrid) {
8936
+ this.datagrid.settings.headerTabStops = headerTabStops;
8937
+ }
8938
+ }
8939
+ get headerTabStops() {
8940
+ if (this.datagrid) {
8941
+ return this.datagrid.settings.headerTabStops;
8942
+ }
8943
+ return this._gridOptions.headerTabStops;
8944
+ }
8933
8945
  set showEditorIcons(showEditorIcons) {
8934
8946
  this._gridOptions.showEditorIcons = showEditorIcons;
8935
8947
  if (this.jQueryElement && this.datagrid) {
@@ -10771,7 +10783,7 @@ class SohoDataGridComponent {
10771
10783
  }
10772
10784
  }
10773
10785
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SohoDataGridComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.ComponentFactoryResolver }, { token: i0.Injector }, { token: i0.ApplicationRef }, { token: SohoDataGridService, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
10774
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: SohoDataGridComponent, isStandalone: false, selector: "[soho-datagrid]", inputs: { gridOptions: "gridOptions", idProperty: "idProperty", ellipsisWithIcon: "ellipsisWithIcon", ariaLabel: "ariaLabel", frozenColumns: "frozenColumns", cellNavigation: "cellNavigation", rowNavigation: "rowNavigation", alternateRowShading: "alternateRowShading", dataset: "dataset", columnReorder: "columnReorder", disableClientSort: "disableClientSort", disableClientFilter: "disableClientFilter", resultsText: "resultsText", showFilterTotal: "showFilterTotal", editable: "editable", isRowDisabled: "isRowDisabled", allowOneExpandedRow: "allowOneExpandedRow", rowTemplate: "rowTemplate", rowTemplateComponent: "rowTemplateComponent", rowTemplateComponentInputs: "rowTemplateComponentInputs", rowTemplateField: "rowTemplateField", selectOnEdit: "selectOnEdit", isList: "isList", menuId: "menuId", menuBeforeOpen: "menuBeforeOpen", rowHeight: "rowHeight", fixedRowHeight: "fixedRowHeight", selectable: "selectable", showSelectAllCheckBox: "showSelectAllCheckBox", clickToSelect: "clickToSelect", toolbar: "toolbar", initializeToolbar: "initializeToolbar", saveUserSettings: "saveUserSettings", paging: "paging", pagesize: "pagesize", pagesizes: "pagesizes", indeterminate: "indeterminate", actionableMode: "actionableMode", saveColumns: "saveColumns", source: "source", filterable: "filterable", filterWhenTyping: "filterWhenTyping", treeGrid: "treeGrid", uniqueId: "uniqueId", rowReorder: "rowReorder", showDirty: "showDirty", addCellLayoutClass: "addCellLayoutClass", resizeMode: "resizeMode", headerBackgroundColor: "headerBackgroundColor", headerMenuId: "headerMenuId", headerMenuSelected: "headerMenuSelected", headerMenuBeforeOpen: "headerMenuBeforeOpen", disableRowDeactivation: "disableRowDeactivation", disableRowDeselection: "disableRowDeselection", userObject: "userObject", groupable: "groupable", data: "data", columns: "columns", summaryRowColumns: "summaryRowColumns", spacerColumn: "spacerColumn", sizeColumnsEqually: "sizeColumnsEqually", expandableRow: "expandableRow", redrawOnResize: "redrawOnResize", exportConvertNegative: "exportConvertNegative", overrideTabbing: "overrideTabbing", showEditorIcons: "showEditorIcons", stickyHeader: "stickyHeader", attributes: "attributes", columnSizing: "columnSizing", stretchColumn: "stretchColumn", stretchColumnOnChange: "stretchColumnOnChange", showPageSizeSelector: "showPageSizeSelector", hidePagerOnOnePage: "hidePagerOnOnePage", columnGroup: "columnGroup", emptyMessage: "emptyMessage", enableTooltips: "enableTooltips", selectChildren: "selectChildren", allowChildExpandOnMatch: "allowChildExpandOnMatch", sohoDatagrid: ["soho-datagrid", "sohoDatagrid"], onBeforeSelect: "onBeforeSelect", allowSelectAcrossPages: "allowSelectAcrossPages", selectAllCurrentPage: "selectAllCurrentPage", columnIds: "columnIds", showNewRowIndicator: "showNewRowIndicator", onExpandChildren: "onExpandChildren", onCollapseChildren: "onCollapseChildren", onPostRenderCell: "onPostRenderCell", onDestroyCell: "onDestroyCell", onEditCell: "onEditCell", onKeyDown: "onKeyDown", onExpandRow: "onExpandRow", fallbackImage: "fallbackImage", fallbackTooltip: "fallbackTooltip" }, outputs: { selected: "selected", deselected: "deselected", cellchange: "cellchange", rowRemove: "rowRemove", rowAdd: "rowAdd", filtered: "filtered", expandrow: "expandrow", keydown: "keydown", exiteditmode: "exiteditmode", beforeentereditmode: "beforeentereditmode", entereditmode: "entereditmode", collapserow: "collapserow", sorted: "sorted", searched: "searched", nextPage: "nextPage", previousPage: "previousPage", firstPage: "firstPage", lastPage: "lastPage", pageSizeChange: "pageSizeChange", beforePaging: "beforePaging", afterPaging: "afterPaging", beforeRowActivated: "beforeRowActivated", rowActivated: "rowActivated", columnChange: "columnChange", rowDeactivated: "rowDeactivated", rowClicked: "rowClicked", rowDoubleClicked: "rowDoubleClicked", contextMenu: "contextMenu", rowReordered: "rowReordered", openFilterRow: "openFilterRow", closeFilterRow: "closeFilterRow", settingsChanged: "settingsChanged", rendered: "rendered", afterRender: "afterRender", verticalScroll: "verticalScroll", filteroperatorchanged: "filteroperatorchanged" }, host: { properties: { "class.is-disabled": "this.isDisabled", "attr.role": "this.datagridRole" } }, ngImport: i0, template: ' <ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
10786
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: SohoDataGridComponent, isStandalone: false, selector: "[soho-datagrid]", inputs: { gridOptions: "gridOptions", idProperty: "idProperty", ellipsisWithIcon: "ellipsisWithIcon", ariaLabel: "ariaLabel", frozenColumns: "frozenColumns", cellNavigation: "cellNavigation", rowNavigation: "rowNavigation", alternateRowShading: "alternateRowShading", dataset: "dataset", columnReorder: "columnReorder", disableClientSort: "disableClientSort", disableClientFilter: "disableClientFilter", resultsText: "resultsText", showFilterTotal: "showFilterTotal", editable: "editable", isRowDisabled: "isRowDisabled", allowOneExpandedRow: "allowOneExpandedRow", rowTemplate: "rowTemplate", rowTemplateComponent: "rowTemplateComponent", rowTemplateComponentInputs: "rowTemplateComponentInputs", rowTemplateField: "rowTemplateField", selectOnEdit: "selectOnEdit", isList: "isList", menuId: "menuId", menuBeforeOpen: "menuBeforeOpen", rowHeight: "rowHeight", fixedRowHeight: "fixedRowHeight", selectable: "selectable", showSelectAllCheckBox: "showSelectAllCheckBox", clickToSelect: "clickToSelect", toolbar: "toolbar", initializeToolbar: "initializeToolbar", saveUserSettings: "saveUserSettings", paging: "paging", pagesize: "pagesize", pagesizes: "pagesizes", indeterminate: "indeterminate", actionableMode: "actionableMode", saveColumns: "saveColumns", source: "source", filterable: "filterable", filterWhenTyping: "filterWhenTyping", treeGrid: "treeGrid", uniqueId: "uniqueId", rowReorder: "rowReorder", showDirty: "showDirty", addCellLayoutClass: "addCellLayoutClass", resizeMode: "resizeMode", headerBackgroundColor: "headerBackgroundColor", headerMenuId: "headerMenuId", headerMenuSelected: "headerMenuSelected", headerMenuBeforeOpen: "headerMenuBeforeOpen", disableRowDeactivation: "disableRowDeactivation", disableRowDeselection: "disableRowDeselection", userObject: "userObject", groupable: "groupable", data: "data", columns: "columns", summaryRowColumns: "summaryRowColumns", spacerColumn: "spacerColumn", sizeColumnsEqually: "sizeColumnsEqually", expandableRow: "expandableRow", redrawOnResize: "redrawOnResize", exportConvertNegative: "exportConvertNegative", overrideTabbing: "overrideTabbing", headerTabStops: "headerTabStops", showEditorIcons: "showEditorIcons", stickyHeader: "stickyHeader", attributes: "attributes", columnSizing: "columnSizing", stretchColumn: "stretchColumn", stretchColumnOnChange: "stretchColumnOnChange", showPageSizeSelector: "showPageSizeSelector", hidePagerOnOnePage: "hidePagerOnOnePage", columnGroup: "columnGroup", emptyMessage: "emptyMessage", enableTooltips: "enableTooltips", selectChildren: "selectChildren", allowChildExpandOnMatch: "allowChildExpandOnMatch", sohoDatagrid: ["soho-datagrid", "sohoDatagrid"], onBeforeSelect: "onBeforeSelect", allowSelectAcrossPages: "allowSelectAcrossPages", selectAllCurrentPage: "selectAllCurrentPage", columnIds: "columnIds", showNewRowIndicator: "showNewRowIndicator", onExpandChildren: "onExpandChildren", onCollapseChildren: "onCollapseChildren", onPostRenderCell: "onPostRenderCell", onDestroyCell: "onDestroyCell", onEditCell: "onEditCell", onKeyDown: "onKeyDown", onExpandRow: "onExpandRow", fallbackImage: "fallbackImage", fallbackTooltip: "fallbackTooltip" }, outputs: { selected: "selected", deselected: "deselected", cellchange: "cellchange", rowRemove: "rowRemove", rowAdd: "rowAdd", filtered: "filtered", expandrow: "expandrow", keydown: "keydown", exiteditmode: "exiteditmode", beforeentereditmode: "beforeentereditmode", entereditmode: "entereditmode", collapserow: "collapserow", sorted: "sorted", searched: "searched", nextPage: "nextPage", previousPage: "previousPage", firstPage: "firstPage", lastPage: "lastPage", pageSizeChange: "pageSizeChange", beforePaging: "beforePaging", afterPaging: "afterPaging", beforeRowActivated: "beforeRowActivated", rowActivated: "rowActivated", columnChange: "columnChange", rowDeactivated: "rowDeactivated", rowClicked: "rowClicked", rowDoubleClicked: "rowDoubleClicked", contextMenu: "contextMenu", rowReordered: "rowReordered", openFilterRow: "openFilterRow", closeFilterRow: "closeFilterRow", settingsChanged: "settingsChanged", rendered: "rendered", afterRender: "afterRender", verticalScroll: "verticalScroll", filteroperatorchanged: "filteroperatorchanged" }, host: { properties: { "class.is-disabled": "this.isDisabled", "attr.role": "this.datagridRole" } }, ngImport: i0, template: ' <ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
10775
10787
  }
10776
10788
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SohoDataGridComponent, decorators: [{
10777
10789
  type: Component,
@@ -10913,6 +10925,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImpor
10913
10925
  type: Input
10914
10926
  }], overrideTabbing: [{
10915
10927
  type: Input
10928
+ }], headerTabStops: [{
10929
+ type: Input
10916
10930
  }], showEditorIcons: [{
10917
10931
  type: Input
10918
10932
  }], stickyHeader: [{
@@ -12145,10 +12159,10 @@ class SohoDropDownComponent {
12145
12159
  return this.options.multiple;
12146
12160
  }
12147
12161
  get isDropdown() {
12148
- return !this.options.multiple;
12162
+ return !this.options.multiple && !this.element.nativeElement.hasAttribute('multiple');
12149
12163
  }
12150
12164
  get isMultiSelect() {
12151
- return this.options.multiple;
12165
+ return this.options.multiple || this.element.nativeElement.hasAttribute('multiple');
12152
12166
  }
12153
12167
  set readonly(readonly) {
12154
12168
  this.isReadOnly = readonly;
@@ -18050,6 +18064,41 @@ class SohoListBuilderComponent {
18050
18064
  this.updateRequired = true;
18051
18065
  }
18052
18066
  }
18067
+ /** When true, hides the entire toolbar and removes the space it occupies. */
18068
+ set hideToolbar(value) {
18069
+ this.options.hideToolbar = value;
18070
+ if (this.jQueryElement && this.listbuilder) {
18071
+ this.listbuilder.settings.hideToolbar = value;
18072
+ this.updateRequired = true;
18073
+ }
18074
+ }
18075
+ get hideToolbar() {
18076
+ return this.options.hideToolbar ?? false;
18077
+ }
18078
+ /** When set, clears all existing buttons from the toolbar's buttonset and rebuilds them in the specified order.
18079
+ * Valid values: 'add', 'up', 'down', 'edit', 'delete', 'separator'. */
18080
+ set buttons(value) {
18081
+ this.options.buttons = value;
18082
+ if (this.jQueryElement && this.listbuilder) {
18083
+ this.listbuilder.settings.buttons = value;
18084
+ this.updateRequired = true;
18085
+ }
18086
+ }
18087
+ get buttons() {
18088
+ return this.options.buttons;
18089
+ }
18090
+ /** When set, excludes the specified buttons from the toolbar.
18091
+ * Valid values: 'add', 'up', 'down', 'edit', 'delete'. */
18092
+ set excludeButtons(value) {
18093
+ this.options.excludeButtons = value;
18094
+ if (this.jQueryElement && this.listbuilder) {
18095
+ this.listbuilder.settings.excludeButtons = value;
18096
+ this.updateRequired = true;
18097
+ }
18098
+ }
18099
+ get excludeButtons() {
18100
+ return this.options.excludeButtons;
18101
+ }
18053
18102
  ngAfterViewInit() {
18054
18103
  if (!this.listBuilderRef) {
18055
18104
  throw Error('Unable to find listbuilder reference...');
@@ -18090,11 +18139,11 @@ class SohoListBuilderComponent {
18090
18139
  });
18091
18140
  }
18092
18141
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SohoListBuilderComponent, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
18093
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.8", type: SohoListBuilderComponent, isStandalone: false, selector: "[soho-listbuilder]", inputs: { sohoListBuilderElementId: "sohoListBuilderElementId", class: "class", dataset: "dataset", handle: "handle", btnAdd: "btnAdd", btnEdit: "btnEdit", btnDelete: "btnDelete", btnGoUp: "btnGoUp", btnGoDown: "btnGoDown", attributes: "attributes", template: "template", templateNewItem: "templateNewItem", templateItemContent: "templateItemContent" }, outputs: { afteradd: "afteradd", aftergoup: "aftergoup", aftergodown: "aftergodown", afterdelete: "afterdelete", beforeedit: "beforeedit", beforeadd: "beforeadd", beforegoup: "beforegoup", beforegodown: "beforegodown", beforedelete: "beforedelete", arrangeupdate: "arrangeupdate", entereditmode: "entereditmode", exiteditmode: "exiteditmode" }, host: { properties: { "class.listbuilder": "this.isListbuilder" } }, viewQueries: [{ propertyName: "listBuilderRef", first: true, predicate: ["listbuilder"], descendants: true, static: true }], ngImport: i0, template: "<div #listbuilder [class]=\"listClass\" [attr.id]=\"sohoListBuilderElementId\" >\n <soho-toolbar class=\"formatter-toolbar\">\n <soho-toolbar-button-set>\n <button soho-button=\"secondary\" icon=\"add\" data-action=\"add\" title=\"Add New\">Add</button>\n <div class=\"separator\"></div>\n <button soho-button=\"secondary\" icon=\"up-arrow\" data-action=\"goup\" title=\"Go Up\">Go Up</button>\n <button soho-button=\"secondary\" icon=\"down-arrow\" data-action=\"godown\" title=\"Go Down\">Go Down</button>\n <div class=\"separator\"></div>\n <button soho-button=\"secondary\" icon=\"edit\" data-action=\"edit\" title=\"Edit\">Edit</button>\n <button soho-button=\"secondary\" icon=\"delete\" data-action=\"delete\" title=\"Delete\">Delete</button>\n </soho-toolbar-button-set>\n </soho-toolbar>\n <div class=\"listbuilder-content\">\n <div class=\"listview\">\n <ul>\n <ng-content select=\"li[soho-listview-item]\"></ng-content>\n </ul>\n <ng-content select=\"[soho-emptymessage]\"></ng-content>\n </div>\n </div>\n</div>", dependencies: [{ kind: "component", type: SohoButtonComponent, selector: "button[soho-button]", inputs: ["soho-button", "buttonOptions", "toggleOnIcon", "toggleOffIcon", "replaceText", "hideMenuArrow", "hitbox", "notificationBadge", "notificationBadgeOptions", "extraIconClass", "isToggle", "isTogglePressed", "icon", "iconAlign", "isSubmit", "ripple", "state", "toggle", "expandableExpander", "moveToLeft", "moveToRight", "moveToSelected"] }, { kind: "component", type: SohoToolbarComponent, selector: "soho-toolbar, div[soho-toolbar]", inputs: ["noActionsButton", "hasMoreButton", "maxVisibleButtons", "rightAligned", "rightAlign", "resizeContainers", "favorButtonset", "moreMenuSettings", "attributes"], outputs: ["beforeActivated", "activated", "afterActivated", "selected", "menuItemMouseOver"] }, { kind: "component", type: SohoToolbarButtonSetComponent, selector: "soho-toolbar-button-set" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
18142
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.8", type: SohoListBuilderComponent, isStandalone: false, selector: "[soho-listbuilder]", inputs: { sohoListBuilderElementId: "sohoListBuilderElementId", class: "class", dataset: "dataset", handle: "handle", btnAdd: "btnAdd", btnEdit: "btnEdit", btnDelete: "btnDelete", btnGoUp: "btnGoUp", btnGoDown: "btnGoDown", attributes: "attributes", template: "template", templateNewItem: "templateNewItem", templateItemContent: "templateItemContent", hideToolbar: "hideToolbar", buttons: "buttons", excludeButtons: "excludeButtons" }, outputs: { afteradd: "afteradd", aftergoup: "aftergoup", aftergodown: "aftergodown", afterdelete: "afterdelete", beforeedit: "beforeedit", beforeadd: "beforeadd", beforegoup: "beforegoup", beforegodown: "beforegodown", beforedelete: "beforedelete", arrangeupdate: "arrangeupdate", entereditmode: "entereditmode", exiteditmode: "exiteditmode" }, host: { properties: { "class.listbuilder": "this.isListbuilder" } }, viewQueries: [{ propertyName: "listBuilderRef", first: true, predicate: ["listbuilder"], descendants: true, static: true }], ngImport: i0, template: "<div #listbuilder [class]=\"listClass\" [attr.id]=\"sohoListBuilderElementId\" >\n <soho-toolbar class=\"formatter-toolbar\">\n @if (buttons) {\n <soho-toolbar-button-set></soho-toolbar-button-set>\n } @else {\n <soho-toolbar-button-set>\n <button soho-button=\"secondary\" icon=\"add\" data-action=\"add\" title=\"Add New\"></button>\n <div class=\"separator\"></div>\n <button soho-button=\"secondary\" icon=\"up-arrow\" data-action=\"goup\" title=\"Go Up\"></button>\n <button soho-button=\"secondary\" icon=\"down-arrow\" data-action=\"godown\" title=\"Go Down\"></button>\n <div class=\"separator\"></div>\n <button soho-button=\"secondary\" icon=\"edit\" data-action=\"edit\" title=\"Edit\"></button>\n <button soho-button=\"secondary\" icon=\"delete\" data-action=\"delete\" title=\"Delete\"></button>\n </soho-toolbar-button-set>\n }\n </soho-toolbar>\n <div class=\"listbuilder-content\">\n <div class=\"listview\">\n <ul>\n <ng-content select=\"li[soho-listview-item]\"></ng-content>\n </ul>\n <ng-content select=\"[soho-emptymessage]\"></ng-content>\n </div>\n </div>\n</div>", dependencies: [{ kind: "component", type: SohoButtonComponent, selector: "button[soho-button]", inputs: ["soho-button", "buttonOptions", "toggleOnIcon", "toggleOffIcon", "replaceText", "hideMenuArrow", "hitbox", "notificationBadge", "notificationBadgeOptions", "extraIconClass", "isToggle", "isTogglePressed", "icon", "iconAlign", "isSubmit", "ripple", "state", "toggle", "expandableExpander", "moveToLeft", "moveToRight", "moveToSelected"] }, { kind: "component", type: SohoToolbarComponent, selector: "soho-toolbar, div[soho-toolbar]", inputs: ["noActionsButton", "hasMoreButton", "maxVisibleButtons", "rightAligned", "rightAlign", "resizeContainers", "favorButtonset", "moreMenuSettings", "attributes"], outputs: ["beforeActivated", "activated", "afterActivated", "selected", "menuItemMouseOver"] }, { kind: "component", type: SohoToolbarButtonSetComponent, selector: "soho-toolbar-button-set" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
18094
18143
  }
18095
18144
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SohoListBuilderComponent, decorators: [{
18096
18145
  type: Component,
18097
- args: [{ selector: '[soho-listbuilder]', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<div #listbuilder [class]=\"listClass\" [attr.id]=\"sohoListBuilderElementId\" >\n <soho-toolbar class=\"formatter-toolbar\">\n <soho-toolbar-button-set>\n <button soho-button=\"secondary\" icon=\"add\" data-action=\"add\" title=\"Add New\">Add</button>\n <div class=\"separator\"></div>\n <button soho-button=\"secondary\" icon=\"up-arrow\" data-action=\"goup\" title=\"Go Up\">Go Up</button>\n <button soho-button=\"secondary\" icon=\"down-arrow\" data-action=\"godown\" title=\"Go Down\">Go Down</button>\n <div class=\"separator\"></div>\n <button soho-button=\"secondary\" icon=\"edit\" data-action=\"edit\" title=\"Edit\">Edit</button>\n <button soho-button=\"secondary\" icon=\"delete\" data-action=\"delete\" title=\"Delete\">Delete</button>\n </soho-toolbar-button-set>\n </soho-toolbar>\n <div class=\"listbuilder-content\">\n <div class=\"listview\">\n <ul>\n <ng-content select=\"li[soho-listview-item]\"></ng-content>\n </ul>\n <ng-content select=\"[soho-emptymessage]\"></ng-content>\n </div>\n </div>\n</div>" }]
18146
+ args: [{ selector: '[soho-listbuilder]', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "<div #listbuilder [class]=\"listClass\" [attr.id]=\"sohoListBuilderElementId\" >\n <soho-toolbar class=\"formatter-toolbar\">\n @if (buttons) {\n <soho-toolbar-button-set></soho-toolbar-button-set>\n } @else {\n <soho-toolbar-button-set>\n <button soho-button=\"secondary\" icon=\"add\" data-action=\"add\" title=\"Add New\"></button>\n <div class=\"separator\"></div>\n <button soho-button=\"secondary\" icon=\"up-arrow\" data-action=\"goup\" title=\"Go Up\"></button>\n <button soho-button=\"secondary\" icon=\"down-arrow\" data-action=\"godown\" title=\"Go Down\"></button>\n <div class=\"separator\"></div>\n <button soho-button=\"secondary\" icon=\"edit\" data-action=\"edit\" title=\"Edit\"></button>\n <button soho-button=\"secondary\" icon=\"delete\" data-action=\"delete\" title=\"Delete\"></button>\n </soho-toolbar-button-set>\n }\n </soho-toolbar>\n <div class=\"listbuilder-content\">\n <div class=\"listview\">\n <ul>\n <ng-content select=\"li[soho-listview-item]\"></ng-content>\n </ul>\n <ng-content select=\"[soho-emptymessage]\"></ng-content>\n </div>\n </div>\n</div>" }]
18098
18147
  }], ctorParameters: () => [{ type: i0.NgZone }], propDecorators: { isListbuilder: [{
18099
18148
  type: HostBinding,
18100
18149
  args: ['class.listbuilder']
@@ -18127,6 +18176,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImpor
18127
18176
  type: Input
18128
18177
  }], templateItemContent: [{
18129
18178
  type: Input
18179
+ }], hideToolbar: [{
18180
+ type: Input
18181
+ }], buttons: [{
18182
+ type: Input
18183
+ }], excludeButtons: [{
18184
+ type: Input
18130
18185
  }], afteradd: [{
18131
18186
  type: Output
18132
18187
  }], aftergoup: [{
@@ -31918,7 +31973,7 @@ class SohoVersionInitializerService {
31918
31973
  * Initializes the version attribute.
31919
31974
  */
31920
31975
  initialize() {
31921
- $('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '21.0.5');
31976
+ $('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '21.0.7');
31922
31977
  }
31923
31978
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SohoVersionInitializerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
31924
31979
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.8", ngImport: i0, type: SohoVersionInitializerService, providedIn: 'root' }); }