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.
- package/bundles/tnx-shared.umd.js +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/components/radio-button-list/radio-button-list.component.js +1 -1
- package/fesm2015/tnx-shared.js +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
|
@@ -53749,7 +53749,7 @@
|
|
|
53749
53749
|
{ type: i0.Component, args: [{
|
|
53750
53750
|
selector: 'radio-button-list',
|
|
53751
53751
|
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",
|
|
53752
|
-
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}"]
|
|
53752
|
+
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}"]
|
|
53753
53753
|
},] }
|
|
53754
53754
|
];
|
|
53755
53755
|
RadioButtonListComponent.ctorParameters = function () { return [
|