@swimlane/ngx-datatable 18.0.0 → 19.0.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.
- package/bundles/swimlane-ngx-datatable.umd.js +7 -7
- package/bundles/swimlane-ngx-datatable.umd.js.map +1 -1
- package/bundles/swimlane-ngx-datatable.umd.min.js +1 -1
- package/bundles/swimlane-ngx-datatable.umd.min.js.map +1 -1
- package/esm2015/lib/components/body/body-cell.component.js +1 -1
- package/esm2015/lib/components/body/body-group-header-template.directive.js +1 -1
- package/esm2015/lib/components/body/body-group-header.directive.js +1 -1
- package/esm2015/lib/components/body/body-row-wrapper.component.js +2 -2
- package/esm2015/lib/components/body/body-row.component.js +1 -1
- package/esm2015/lib/components/body/body.component.js +1 -1
- package/esm2015/lib/components/body/progress-bar.component.js +1 -1
- package/esm2015/lib/components/body/scroller.component.js +1 -1
- package/esm2015/lib/components/body/selection.component.js +1 -1
- package/esm2015/lib/components/body/summary/summary-row.component.js +1 -1
- package/esm2015/lib/components/columns/column-cell.directive.js +1 -1
- package/esm2015/lib/components/columns/column-header.directive.js +1 -1
- package/esm2015/lib/components/columns/column.directive.js +1 -1
- package/esm2015/lib/components/columns/tree.directive.js +1 -1
- package/esm2015/lib/components/datatable.component.js +1 -1
- package/esm2015/lib/components/footer/footer-template.directive.js +1 -1
- package/esm2015/lib/components/footer/footer.component.js +1 -1
- package/esm2015/lib/components/footer/footer.directive.js +1 -1
- package/esm2015/lib/components/footer/pager.component.js +1 -1
- package/esm2015/lib/components/header/header-cell.component.js +1 -1
- package/esm2015/lib/components/header/header.component.js +1 -1
- package/esm2015/lib/components/row-detail/row-detail-template.directive.js +1 -1
- package/esm2015/lib/components/row-detail/row-detail.directive.js +1 -1
- package/esm2015/lib/directives/draggable.directive.js +1 -1
- package/esm2015/lib/directives/long-press.directive.js +1 -1
- package/esm2015/lib/directives/orderable.directive.js +1 -1
- package/esm2015/lib/directives/resizeable.directive.js +1 -1
- package/esm2015/lib/directives/visibility.directive.js +1 -1
- package/esm2015/lib/events.js +1 -1
- package/esm2015/lib/ngx-datatable.module.js +1 -1
- package/esm2015/lib/services/column-changes.service.js +1 -1
- package/esm2015/lib/services/dimensions-helper.service.js +1 -1
- package/esm2015/lib/services/scrollbar-helper.service.js +1 -1
- package/esm2015/lib/types/click.type.js +1 -1
- package/esm2015/lib/types/column-mode.type.js +1 -1
- package/esm2015/lib/types/contextmenu.type.js +1 -1
- package/esm2015/lib/types/selection.type.js +1 -1
- package/esm2015/lib/types/sort-direction.type.js +1 -1
- package/esm2015/lib/types/sort-prop-dir.type.js +2 -1
- package/esm2015/lib/types/sort.type.js +1 -1
- package/esm2015/lib/types/table-column.type.js +2 -1
- package/esm2015/lib/utils/camel-case.js +1 -1
- package/esm2015/lib/utils/column-helper.js +1 -1
- package/esm2015/lib/utils/column-prop-getters.js +1 -1
- package/esm2015/lib/utils/column.js +1 -1
- package/esm2015/lib/utils/elm-from-point.js +1 -1
- package/esm2015/lib/utils/id.js +1 -1
- package/esm2015/lib/utils/keys.js +1 -1
- package/esm2015/lib/utils/math.js +1 -1
- package/esm2015/lib/utils/prefixes.js +1 -1
- package/esm2015/lib/utils/row-height-cache.js +1 -1
- package/esm2015/lib/utils/selection.js +1 -1
- package/esm2015/lib/utils/sort.js +1 -1
- package/esm2015/lib/utils/throttle.js +1 -1
- package/esm2015/lib/utils/translate.js +1 -1
- package/esm2015/lib/utils/tree.js +1 -1
- package/esm2015/public-api.js +1 -1
- package/esm2015/swimlane-ngx-datatable.js +1 -1
- package/fesm2015/swimlane-ngx-datatable.js +1 -1
- package/fesm2015/swimlane-ngx-datatable.js.map +1 -1
- package/package.json +5 -5
- package/swimlane-ngx-datatable.metadata.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('rxjs'), require('rxjs/operators')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@swimlane/ngx-datatable', ['exports', '@angular/core', '@angular/common', 'rxjs', 'rxjs/operators'], factory) :
|
|
4
|
-
(global = global || self, factory((global.swimlane = global.swimlane || {}, global.swimlane['ngx-datatable'] = {}), global.ng.core, global.ng.common, global.rxjs, global.rxjs.operators));
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.swimlane = global.swimlane || {}, global.swimlane['ngx-datatable'] = {}), global.ng.core, global.ng.common, global.rxjs, global.rxjs.operators));
|
|
5
5
|
}(this, (function (exports, core, common, rxjs, operators) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
extendStatics = Object.setPrototypeOf ||
|
|
363
363
|
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
364
364
|
function (d, b) { for (var p in b)
|
|
365
|
-
if (
|
|
365
|
+
if (Object.prototype.hasOwnProperty.call(b, p))
|
|
366
366
|
d[p] = b[p]; };
|
|
367
367
|
return extendStatics(d, b);
|
|
368
368
|
};
|
|
@@ -509,10 +509,10 @@
|
|
|
509
509
|
k2 = k;
|
|
510
510
|
o[k2] = m[k];
|
|
511
511
|
});
|
|
512
|
-
function __exportStar(m,
|
|
512
|
+
function __exportStar(m, o) {
|
|
513
513
|
for (var p in m)
|
|
514
|
-
if (p !== "default" && !
|
|
515
|
-
__createBinding(
|
|
514
|
+
if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
|
|
515
|
+
__createBinding(o, m, p);
|
|
516
516
|
}
|
|
517
517
|
function __values(o) {
|
|
518
518
|
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
var result = {};
|
|
623
623
|
if (mod != null)
|
|
624
624
|
for (var k in mod)
|
|
625
|
-
if (Object.hasOwnProperty.call(mod, k))
|
|
625
|
+
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
|
626
626
|
__createBinding(result, mod, k);
|
|
627
627
|
__setModuleDefault(result, mod);
|
|
628
628
|
return result;
|
|
@@ -4963,6 +4963,7 @@
|
|
|
4963
4963
|
this.cd = cd;
|
|
4964
4964
|
this.differs = differs;
|
|
4965
4965
|
this.rowContextmenu = new core.EventEmitter(false);
|
|
4966
|
+
this._expanded = false;
|
|
4966
4967
|
this.groupContext = {
|
|
4967
4968
|
group: this.row,
|
|
4968
4969
|
expanded: this.expanded,
|
|
@@ -4973,7 +4974,6 @@
|
|
|
4973
4974
|
expanded: this.expanded,
|
|
4974
4975
|
rowIndex: this.rowIndex
|
|
4975
4976
|
};
|
|
4976
|
-
this._expanded = false;
|
|
4977
4977
|
this.rowDiffer = differs.find({}).create();
|
|
4978
4978
|
}
|
|
4979
4979
|
Object.defineProperty(DataTableRowWrapperComponent.prototype, "rowIndex", {
|