tnx-shared 5.3.433 → 5.3.434

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.
@@ -229,7 +229,7 @@ RadioButtonListComponent.decorators = [
229
229
  { type: Component, args: [{
230
230
  selector: 'radio-button-list',
231
231
  template: "<div class=\"p-grid tn-check-box-list\" [class.flex-end]=\"control.align == 'right'\"\n [class.flex-center]=\"control.align == 'center'\">\n <div [class]=\"classCheckBox\" *ngFor=\"let chk of dataSourceInternal\">\n <p-radioButton [disabled]=\"disabled ? true : null\" [label]=\"chk.label\" [value]=\"chk.value\"\n [(ngModel)]=\"_value\" (onClick)=\"change($event)\">\n </p-radioButton>\n </div>\n</div>\n",
232
- styles: [".tn-check-box-list.p-grid{margin-bottom:-.5em}.btn-clear{height:30px;cursor:pointer;border:none;background:#337ab7;color:#fff;border-radius:3px;padding:0 10px;margin:1px .5em 0}.p-col-horizontal{padding:.5em}::ng-deep .tn-check-box-list{position:relative}::ng-deep .tn-check-box-list.flex-end{justify-content:flex-end}::ng-deep .tn-check-box-list.flex-center{justify-content:center}::ng-deep .tn-check-box-list label{cursor:pointer}"]
232
+ styles: [".tn-check-box-list.p-grid{margin-bottom:-.5em}.btn-clear{height:30px;cursor:pointer;border:none;background:#337ab7;color:#fff;border-radius:3px;padding:0 10px;margin:1px .5em 0}.p-col-horizontal{padding:.5em}::ng-deep .tn-check-box-list{position:relative}::ng-deep .tn-check-box-list.flex-end{justify-content:flex-end}::ng-deep .tn-check-box-list.flex-center{justify-content:center}::ng-deep .tn-check-box-list label{cursor:pointer}::ng-deep .tn-check-box-list .p-radiobutton-box.p-disabled.p-highlight{background:#2196f3!important}"]
233
233
  },] }
234
234
  ];
235
235
  RadioButtonListComponent.ctorParameters = () => [
@@ -46219,7 +46219,7 @@ RadioButtonListComponent.decorators = [
46219
46219
  { type: Component, args: [{
46220
46220
  selector: 'radio-button-list',
46221
46221
  template: "<div class=\"p-grid tn-check-box-list\" [class.flex-end]=\"control.align == 'right'\"\n [class.flex-center]=\"control.align == 'center'\">\n <div [class]=\"classCheckBox\" *ngFor=\"let chk of dataSourceInternal\">\n <p-radioButton [disabled]=\"disabled ? true : null\" [label]=\"chk.label\" [value]=\"chk.value\"\n [(ngModel)]=\"_value\" (onClick)=\"change($event)\">\n </p-radioButton>\n </div>\n</div>\n",
46222
- styles: [".tn-check-box-list.p-grid{margin-bottom:-.5em}.btn-clear{height:30px;cursor:pointer;border:none;background:#337ab7;color:#fff;border-radius:3px;padding:0 10px;margin:1px .5em 0}.p-col-horizontal{padding:.5em}::ng-deep .tn-check-box-list{position:relative}::ng-deep .tn-check-box-list.flex-end{justify-content:flex-end}::ng-deep .tn-check-box-list.flex-center{justify-content:center}::ng-deep .tn-check-box-list label{cursor:pointer}"]
46222
+ styles: [".tn-check-box-list.p-grid{margin-bottom:-.5em}.btn-clear{height:30px;cursor:pointer;border:none;background:#337ab7;color:#fff;border-radius:3px;padding:0 10px;margin:1px .5em 0}.p-col-horizontal{padding:.5em}::ng-deep .tn-check-box-list{position:relative}::ng-deep .tn-check-box-list.flex-end{justify-content:flex-end}::ng-deep .tn-check-box-list.flex-center{justify-content:center}::ng-deep .tn-check-box-list label{cursor:pointer}::ng-deep .tn-check-box-list .p-radiobutton-box.p-disabled.p-highlight{background:#2196f3!important}"]
46223
46223
  },] }
46224
46224
  ];
46225
46225
  RadioButtonListComponent.ctorParameters = () => [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnx-shared",
3
- "version": "5.3.433",
3
+ "version": "5.3.434",
4
4
  "clientVersion": "5.3",
5
5
  "version5.0": "5.0.21",
6
6
  "version5.1": "5.3.22",
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "tslib": "^2.2.0"
10
10
  },
11
- "versionPrev": "5.3.432",
11
+ "versionPrev": "5.3.433",
12
12
  "main": "bundles/tnx-shared.umd.js",
13
13
  "module": "fesm2015/tnx-shared.js",
14
14
  "es2015": "fesm2015/tnx-shared.js",