ps-toolkit-ui 1.13.20 → 1.13.22
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/ps-toolkit-ui.umd.js +1 -4
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/loading/loading.component.js +1 -1
- package/esm2015/lib/components/table/table.component.js +1 -4
- package/fesm2015/ps-toolkit-ui.js +1 -4
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -3469,9 +3469,6 @@
|
|
|
3469
3469
|
TableComponent.prototype.ngOnInit = function () {
|
|
3470
3470
|
var e_1, _a;
|
|
3471
3471
|
var _this = this;
|
|
3472
|
-
if (this.table.hasChildren) {
|
|
3473
|
-
this.table.cols.forEach(function (x) { return x.sort = false; });
|
|
3474
|
-
}
|
|
3475
3472
|
this.reload = new InputClass(this.table.environment, this.table.l, 'Reload', 'fa-duotone fa-sync-alt', exports.InputType.Icon, 'm-r-10-p');
|
|
3476
3473
|
this.maximum = new InputClass(this.table.environment, this.table.l, 'Maximum', 'fa-duotone fa-arrows-maximize', exports.InputType.Icon, 'm-r-10-p');
|
|
3477
3474
|
try {
|
|
@@ -7629,7 +7626,7 @@
|
|
|
7629
7626
|
{ type: core.Component, args: [{
|
|
7630
7627
|
selector: 'lib-loading',
|
|
7631
7628
|
template: "<div id=\"Loading\">\r\n <div class=\"content\">\r\n <div class=\"loading-cell\">\r\n <div class=\"icon\"><i class=\"fas fa-spin fa-spinner\"></i></div>\r\n <div class=\"title\" [innerHTML]=\"l('Loading', 'Process')\"></div>\r\n </div>\r\n </div>\r\n</div>\r\n",
|
|
7632
|
-
styles: ["#Loading{background-color:var(--black);display:table;height:100vh;overflow-y:auto;position:fixed;right:0;top:0;width:100%;z-index:
|
|
7629
|
+
styles: ["#Loading{background-color:var(--black);display:table;height:100vh;overflow-y:auto;position:fixed;right:0;top:0;width:100%;z-index:105}#Loading .content{display:table-cell;height:100%;vertical-align:middle;width:100%}#Loading .content .loading-cell{float:right;width:100%}#Loading .content .loading-cell .icon{color:#fff;float:right;font-size:40px;height:70px;line-height:70px;text-align:center;width:100%}#Loading .content .loading-cell .title{color:#fff;float:right;font-size:20px;height:50px;line-height:50px;text-align:center;width:100%}"]
|
|
7633
7630
|
},] }
|
|
7634
7631
|
];
|
|
7635
7632
|
LoadingComponent.ctorParameters = function () { return [
|