ids-enterprise-ng 21.0.11 → 21.0.13
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.
|
@@ -8081,6 +8081,18 @@ class SohoDataGridComponent {
|
|
|
8081
8081
|
// options.
|
|
8082
8082
|
return this._gridOptions.disableClientSort;
|
|
8083
8083
|
}
|
|
8084
|
+
set useLocaleSort(useLocaleSort) {
|
|
8085
|
+
this._gridOptions.useLocaleSort = useLocaleSort;
|
|
8086
|
+
if (this.datagrid) {
|
|
8087
|
+
this.datagrid.settings.useLocaleSort = useLocaleSort;
|
|
8088
|
+
}
|
|
8089
|
+
}
|
|
8090
|
+
get useLocaleSort() {
|
|
8091
|
+
if (this.datagrid) {
|
|
8092
|
+
return this.datagrid.settings.useLocaleSort;
|
|
8093
|
+
}
|
|
8094
|
+
return this._gridOptions.useLocaleSort;
|
|
8095
|
+
}
|
|
8084
8096
|
set allowTriStateSort(allowTriStateSort) {
|
|
8085
8097
|
this._gridOptions.allowTriStateSort = allowTriStateSort;
|
|
8086
8098
|
if (this.datagrid) {
|
|
@@ -10721,7 +10733,7 @@ class SohoDataGridComponent {
|
|
|
10721
10733
|
}
|
|
10722
10734
|
}
|
|
10723
10735
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", 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 }); }
|
|
10724
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.13", type: SohoDataGridComponent, isStandalone: true, 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", allowTriStateSort: "allowTriStateSort", 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", suppressNonInteractiveFocus: "suppressNonInteractiveFocus", 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 }); }
|
|
10736
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.13", type: SohoDataGridComponent, isStandalone: true, 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", useLocaleSort: "useLocaleSort", allowTriStateSort: "allowTriStateSort", 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", suppressNonInteractiveFocus: "suppressNonInteractiveFocus", 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 }); }
|
|
10725
10737
|
}
|
|
10726
10738
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: SohoDataGridComponent, decorators: [{
|
|
10727
10739
|
type: Component,
|
|
@@ -10754,6 +10766,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImpo
|
|
|
10754
10766
|
type: Input
|
|
10755
10767
|
}], disableClientSort: [{
|
|
10756
10768
|
type: Input
|
|
10769
|
+
}], useLocaleSort: [{
|
|
10770
|
+
type: Input
|
|
10757
10771
|
}], allowTriStateSort: [{
|
|
10758
10772
|
type: Input
|
|
10759
10773
|
}], disableClientFilter: [{
|
|
@@ -26779,6 +26793,19 @@ class SohoTagComponent {
|
|
|
26779
26793
|
get info() {
|
|
26780
26794
|
return this.tagType === SohoTagComponent.INFO;
|
|
26781
26795
|
}
|
|
26796
|
+
/**
|
|
26797
|
+
* If set to true, the tag element will be focusable via keyboard tabbing.
|
|
26798
|
+
*/
|
|
26799
|
+
set tabbable(value) {
|
|
26800
|
+
this.options.tabbable = value;
|
|
26801
|
+
this.updated();
|
|
26802
|
+
}
|
|
26803
|
+
/**
|
|
26804
|
+
* Returns the current tabbable state of the tag.
|
|
26805
|
+
*/
|
|
26806
|
+
get tabbable() {
|
|
26807
|
+
return this.options.tabbable;
|
|
26808
|
+
}
|
|
26782
26809
|
/**
|
|
26783
26810
|
* Allow override of element name, to match the component name.
|
|
26784
26811
|
*/
|
|
@@ -26872,7 +26899,7 @@ class SohoTagComponent {
|
|
|
26872
26899
|
});
|
|
26873
26900
|
}
|
|
26874
26901
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: SohoTagComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
26875
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.13", type: SohoTagComponent, isStandalone: true, selector: "[soho-tag]", inputs: { isClickable: "isClickable", isDismissible: "isDismissible", sohoTag: ["soho-tag", "sohoTag"] }, outputs: { beforeTagRemove: "beforeTagRemove", click: "click" }, host: { properties: { "class.tag": "this.isTag", "class.alert": "this.alert", "class.good": "this.good", "class.secondary": "this.secondary", "class.error": "this.error", "class.info": "this.info", "class.is-linkable": "this.isClickable", "class.is-dismissible": "this.isDismissible" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
26902
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.13", type: SohoTagComponent, isStandalone: true, selector: "[soho-tag]", inputs: { isClickable: "isClickable", isDismissible: "isDismissible", tabbable: "tabbable", sohoTag: ["soho-tag", "sohoTag"] }, outputs: { beforeTagRemove: "beforeTagRemove", click: "click" }, host: { properties: { "class.tag": "this.isTag", "class.alert": "this.alert", "class.good": "this.good", "class.secondary": "this.secondary", "class.error": "this.error", "class.info": "this.info", "class.is-linkable": "this.isClickable", "class.is-dismissible": "this.isDismissible" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
26876
26903
|
}
|
|
26877
26904
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: SohoTagComponent, decorators: [{
|
|
26878
26905
|
type: Component,
|
|
@@ -26913,6 +26940,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImpo
|
|
|
26913
26940
|
args: ['class.is-dismissible']
|
|
26914
26941
|
}, {
|
|
26915
26942
|
type: Input
|
|
26943
|
+
}], tabbable: [{
|
|
26944
|
+
type: Input
|
|
26916
26945
|
}], sohoTag: [{
|
|
26917
26946
|
type: Input,
|
|
26918
26947
|
args: ['soho-tag']
|
|
@@ -31689,7 +31718,7 @@ class SohoVersionInitializerService {
|
|
|
31689
31718
|
* Initializes the version attribute.
|
|
31690
31719
|
*/
|
|
31691
31720
|
initialize() {
|
|
31692
|
-
$('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '21.0.
|
|
31721
|
+
$('html').attr(SohoVersionInitializerService.VERSION_ATTR_NAME, '21.0.13');
|
|
31693
31722
|
}
|
|
31694
31723
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: SohoVersionInitializerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
31695
31724
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: SohoVersionInitializerService, providedIn: 'root' }); }
|