@datarailsshared/datarailsshared 1.6.159 → 1.6.161
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/datarailsshared-datarailsshared-1.6.161.tgz +0 -0
- package/esm2022/lib/dr-inputs/radio-button/radio-button.component.mjs +2 -2
- package/fesm2022/datarailsshared-datarailsshared.mjs +2 -2
- package/fesm2022/datarailsshared-datarailsshared.mjs.map +1 -1
- package/package.json +1 -1
- package/datarailsshared-datarailsshared-1.6.159.tgz +0 -0
|
Binary file
|
|
@@ -68,7 +68,7 @@ export class RadioButtonComponent {
|
|
|
68
68
|
i0.ɵɵadvance(1);
|
|
69
69
|
i0.ɵɵproperty("name", ctx.name)("value", ctx.value)("ngModel", ctx.modelValue)("disabled", ctx.disabled);
|
|
70
70
|
i0.ɵɵattribute("id", ctx.id);
|
|
71
|
-
} }, dependencies: [i1.DefaultValueAccessor, i1.RadioControlValueAccessor, i1.NgControlStatus, i1.NgModel], styles: ["[_nghost-%COMP%]{display:flex;line-height:22px;font-size:14px;font-family:Poppins,sans-serif}
|
|
71
|
+
} }, dependencies: [i1.DefaultValueAccessor, i1.RadioControlValueAccessor, i1.NgControlStatus, i1.NgModel], styles: ["[_nghost-%COMP%]{display:flex;line-height:22px;font-size:14px;font-family:Poppins,sans-serif}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]{display:inline-flex;align-items:center;gap:8px;vertical-align:middle;line-height:22px;position:relative;z-index:19;margin:0 4px 0 0;min-height:16px;min-width:16px;cursor:pointer}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]:before{content:\"\";border-radius:50%;display:inline-block;text-align:center;vertical-align:middle;height:16px;width:16px;border:1px solid #9ea1aa;background-color:#fff}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]:hover:before{border-color:#6d6e6f}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[_ngcontent-%COMP%]{visibility:hidden;position:absolute;width:0!important;height:0!important;margin:0}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[_ngcontent-%COMP%]:checked + span[_ngcontent-%COMP%]:before, [_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[_ngcontent-%COMP%]:checked + span[_ngcontent-%COMP%]:hover:before{background-image:url('data:image/svg+xml; utf8, <svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"5\" cy=\"5\" r=\"4.5\" fill=\"%234646CE\"/></svg> ');background-repeat:no-repeat;background-position:center;border-color:#4646ce}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[disabled][_ngcontent-%COMP%] + span[_ngcontent-%COMP%], [_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[_ngcontent-%COMP%]:disabled + span[_ngcontent-%COMP%]{cursor:default}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[disabled][_ngcontent-%COMP%] + span[_ngcontent-%COMP%]:before, [_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[_ngcontent-%COMP%]:disabled + span[_ngcontent-%COMP%]:before{border-color:#dfe0e3}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[disabled][_ngcontent-%COMP%]:checked + span[_ngcontent-%COMP%]:before, [_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[disabled][_ngcontent-%COMP%]:checked + span[_ngcontent-%COMP%]:hover:before, [_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[_ngcontent-%COMP%]:disabled:checked + span[_ngcontent-%COMP%]:before, [_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[_ngcontent-%COMP%]:disabled:checked + span[_ngcontent-%COMP%]:hover:before{background-image:url('data:image/svg+xml; utf8, <svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"5\" cy=\"5\" r=\"4.5\" fill=\"%23AEABAC\"/></svg> ');background-repeat:no-repeat;background-position:center;border-color:#aeabac!important}"], changeDetection: 0 }); }
|
|
72
72
|
}
|
|
73
73
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RadioButtonComponent, [{
|
|
74
74
|
type: Component,
|
|
@@ -78,7 +78,7 @@ export class RadioButtonComponent {
|
|
|
78
78
|
useExisting: RadioButtonComponent,
|
|
79
79
|
multi: true,
|
|
80
80
|
},
|
|
81
|
-
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<label>\n <input\n [attr.id]=\"id\"\n type=\"radio\"\n [name]=\"name\"\n [value]=\"value\"\n (change)=\"valueChanged(value)\"\n [(ngModel)]=\"modelValue\"\n [disabled]=\"disabled\"\n (click)=\"toggleChange($event)\" />\n <span>\n <ng-content></ng-content>\n </span>\n</label>\n", styles: [":host{display:flex;line-height:22px;font-size:14px;font-family:Poppins,sans-serif}label
|
|
81
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<label>\n <input\n [attr.id]=\"id\"\n type=\"radio\"\n [name]=\"name\"\n [value]=\"value\"\n (change)=\"valueChanged(value)\"\n [(ngModel)]=\"modelValue\"\n [disabled]=\"disabled\"\n (click)=\"toggleChange($event)\" />\n <span>\n <ng-content></ng-content>\n </span>\n</label>\n", styles: [":host{display:flex;line-height:22px;font-size:14px;font-family:Poppins,sans-serif}:host>label>span{display:inline-flex;align-items:center;gap:8px;vertical-align:middle;line-height:22px;position:relative;z-index:19;margin:0 4px 0 0;min-height:16px;min-width:16px;cursor:pointer}:host>label>span:before{content:\"\";border-radius:50%;display:inline-block;text-align:center;vertical-align:middle;height:16px;width:16px;border:1px solid #9ea1aa;background-color:#fff}:host>label>span:hover:before{border-color:#6d6e6f}:host>label>input{visibility:hidden;position:absolute;width:0!important;height:0!important;margin:0}:host>label>input:checked+span:before,:host>label>input:checked+span:hover:before{background-image:url('data:image/svg+xml; utf8, <svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"5\" cy=\"5\" r=\"4.5\" fill=\"%234646CE\"/></svg> ');background-repeat:no-repeat;background-position:center;border-color:#4646ce}:host>label>input[disabled]+span,:host>label>input:disabled+span{cursor:default}:host>label>input[disabled]+span:before,:host>label>input:disabled+span:before{border-color:#dfe0e3}:host>label>input[disabled]:checked+span:before,:host>label>input[disabled]:checked+span:hover:before,:host>label>input:disabled:checked+span:before,:host>label>input:disabled:checked+span:hover:before{background-image:url('data:image/svg+xml; utf8, <svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"5\" cy=\"5\" r=\"4.5\" fill=\"%23AEABAC\"/></svg> ');background-repeat:no-repeat;background-position:center;border-color:#aeabac!important}\n"] }]
|
|
82
82
|
}], function () { return [{ type: i0.ChangeDetectorRef }]; }, { id: [{
|
|
83
83
|
type: Input
|
|
84
84
|
}], hostId: [{
|
|
@@ -4558,7 +4558,7 @@ class RadioButtonComponent {
|
|
|
4558
4558
|
i0.ɵɵadvance(1);
|
|
4559
4559
|
i0.ɵɵproperty("name", ctx.name)("value", ctx.value)("ngModel", ctx.modelValue)("disabled", ctx.disabled);
|
|
4560
4560
|
i0.ɵɵattribute("id", ctx.id);
|
|
4561
|
-
} }, dependencies: [i1$2.DefaultValueAccessor, i1$2.RadioControlValueAccessor, i1$2.NgControlStatus, i1$2.NgModel], styles: ["[_nghost-%COMP%]{display:flex;line-height:22px;font-size:14px;font-family:Poppins,sans-serif}
|
|
4561
|
+
} }, dependencies: [i1$2.DefaultValueAccessor, i1$2.RadioControlValueAccessor, i1$2.NgControlStatus, i1$2.NgModel], styles: ["[_nghost-%COMP%]{display:flex;line-height:22px;font-size:14px;font-family:Poppins,sans-serif}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]{display:inline-flex;align-items:center;gap:8px;vertical-align:middle;line-height:22px;position:relative;z-index:19;margin:0 4px 0 0;min-height:16px;min-width:16px;cursor:pointer}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]:before{content:\"\";border-radius:50%;display:inline-block;text-align:center;vertical-align:middle;height:16px;width:16px;border:1px solid #9ea1aa;background-color:#fff}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]:hover:before{border-color:#6d6e6f}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[_ngcontent-%COMP%]{visibility:hidden;position:absolute;width:0!important;height:0!important;margin:0}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[_ngcontent-%COMP%]:checked + span[_ngcontent-%COMP%]:before, [_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[_ngcontent-%COMP%]:checked + span[_ngcontent-%COMP%]:hover:before{background-image:url('data:image/svg+xml; utf8, <svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"5\" cy=\"5\" r=\"4.5\" fill=\"%234646CE\"/></svg> ');background-repeat:no-repeat;background-position:center;border-color:#4646ce}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[disabled][_ngcontent-%COMP%] + span[_ngcontent-%COMP%], [_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[_ngcontent-%COMP%]:disabled + span[_ngcontent-%COMP%]{cursor:default}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[disabled][_ngcontent-%COMP%] + span[_ngcontent-%COMP%]:before, [_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[_ngcontent-%COMP%]:disabled + span[_ngcontent-%COMP%]:before{border-color:#dfe0e3}[_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[disabled][_ngcontent-%COMP%]:checked + span[_ngcontent-%COMP%]:before, [_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[disabled][_ngcontent-%COMP%]:checked + span[_ngcontent-%COMP%]:hover:before, [_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[_ngcontent-%COMP%]:disabled:checked + span[_ngcontent-%COMP%]:before, [_nghost-%COMP%] > label[_ngcontent-%COMP%] > input[_ngcontent-%COMP%]:disabled:checked + span[_ngcontent-%COMP%]:hover:before{background-image:url('data:image/svg+xml; utf8, <svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"5\" cy=\"5\" r=\"4.5\" fill=\"%23AEABAC\"/></svg> ');background-repeat:no-repeat;background-position:center;border-color:#aeabac!important}"], changeDetection: 0 }); }
|
|
4562
4562
|
}
|
|
4563
4563
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(RadioButtonComponent, [{
|
|
4564
4564
|
type: Component,
|
|
@@ -4568,7 +4568,7 @@ class RadioButtonComponent {
|
|
|
4568
4568
|
useExisting: RadioButtonComponent,
|
|
4569
4569
|
multi: true,
|
|
4570
4570
|
},
|
|
4571
|
-
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<label>\n <input\n [attr.id]=\"id\"\n type=\"radio\"\n [name]=\"name\"\n [value]=\"value\"\n (change)=\"valueChanged(value)\"\n [(ngModel)]=\"modelValue\"\n [disabled]=\"disabled\"\n (click)=\"toggleChange($event)\" />\n <span>\n <ng-content></ng-content>\n </span>\n</label>\n", styles: [":host{display:flex;line-height:22px;font-size:14px;font-family:Poppins,sans-serif}label
|
|
4571
|
+
], changeDetection: ChangeDetectionStrategy.OnPush, template: "<label>\n <input\n [attr.id]=\"id\"\n type=\"radio\"\n [name]=\"name\"\n [value]=\"value\"\n (change)=\"valueChanged(value)\"\n [(ngModel)]=\"modelValue\"\n [disabled]=\"disabled\"\n (click)=\"toggleChange($event)\" />\n <span>\n <ng-content></ng-content>\n </span>\n</label>\n", styles: [":host{display:flex;line-height:22px;font-size:14px;font-family:Poppins,sans-serif}:host>label>span{display:inline-flex;align-items:center;gap:8px;vertical-align:middle;line-height:22px;position:relative;z-index:19;margin:0 4px 0 0;min-height:16px;min-width:16px;cursor:pointer}:host>label>span:before{content:\"\";border-radius:50%;display:inline-block;text-align:center;vertical-align:middle;height:16px;width:16px;border:1px solid #9ea1aa;background-color:#fff}:host>label>span:hover:before{border-color:#6d6e6f}:host>label>input{visibility:hidden;position:absolute;width:0!important;height:0!important;margin:0}:host>label>input:checked+span:before,:host>label>input:checked+span:hover:before{background-image:url('data:image/svg+xml; utf8, <svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"5\" cy=\"5\" r=\"4.5\" fill=\"%234646CE\"/></svg> ');background-repeat:no-repeat;background-position:center;border-color:#4646ce}:host>label>input[disabled]+span,:host>label>input:disabled+span{cursor:default}:host>label>input[disabled]+span:before,:host>label>input:disabled+span:before{border-color:#dfe0e3}:host>label>input[disabled]:checked+span:before,:host>label>input[disabled]:checked+span:hover:before,:host>label>input:disabled:checked+span:before,:host>label>input:disabled:checked+span:hover:before{background-image:url('data:image/svg+xml; utf8, <svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"5\" cy=\"5\" r=\"4.5\" fill=\"%23AEABAC\"/></svg> ');background-repeat:no-repeat;background-position:center;border-color:#aeabac!important}\n"] }]
|
|
4572
4572
|
}], function () { return [{ type: i0.ChangeDetectorRef }]; }, { id: [{
|
|
4573
4573
|
type: Input
|
|
4574
4574
|
}], hostId: [{
|