codexly-ui 0.10.8 → 0.10.10
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/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -4392,7 +4392,7 @@ class ClxCheckboxComponent {
|
|
|
4392
4392
|
<input
|
|
4393
4393
|
type="checkbox"
|
|
4394
4394
|
class="sr-only"
|
|
4395
|
-
|
|
4395
|
+
inert
|
|
4396
4396
|
[checked]="_checked()"
|
|
4397
4397
|
[disabled]="_disabled()"
|
|
4398
4398
|
(click)="$event.stopPropagation()"
|
|
@@ -4426,7 +4426,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
4426
4426
|
<input
|
|
4427
4427
|
type="checkbox"
|
|
4428
4428
|
class="sr-only"
|
|
4429
|
-
|
|
4429
|
+
inert
|
|
4430
4430
|
[checked]="_checked()"
|
|
4431
4431
|
[disabled]="_disabled()"
|
|
4432
4432
|
(click)="$event.stopPropagation()"
|
|
@@ -4596,7 +4596,7 @@ class ClxRadioComponent {
|
|
|
4596
4596
|
<input
|
|
4597
4597
|
type="radio"
|
|
4598
4598
|
class="sr-only"
|
|
4599
|
-
|
|
4599
|
+
inert
|
|
4600
4600
|
[checked]="_checked()"
|
|
4601
4601
|
[disabled]="_isDisabled()"
|
|
4602
4602
|
(click)="$event.stopPropagation()"
|
|
@@ -4619,7 +4619,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
4619
4619
|
<input
|
|
4620
4620
|
type="radio"
|
|
4621
4621
|
class="sr-only"
|
|
4622
|
-
|
|
4622
|
+
inert
|
|
4623
4623
|
[checked]="_checked()"
|
|
4624
4624
|
[disabled]="_isDisabled()"
|
|
4625
4625
|
(click)="$event.stopPropagation()"
|
|
@@ -4722,6 +4722,7 @@ class ClxSwitchComponent {
|
|
|
4722
4722
|
<input
|
|
4723
4723
|
type="checkbox"
|
|
4724
4724
|
class="sr-only"
|
|
4725
|
+
inert
|
|
4725
4726
|
[checked]="_checked()"
|
|
4726
4727
|
[disabled]="_disabled()"
|
|
4727
4728
|
(change)="_handleChange($event)"
|
|
@@ -4751,6 +4752,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
4751
4752
|
<input
|
|
4752
4753
|
type="checkbox"
|
|
4753
4754
|
class="sr-only"
|
|
4755
|
+
inert
|
|
4754
4756
|
[checked]="_checked()"
|
|
4755
4757
|
[disabled]="_disabled()"
|
|
4756
4758
|
(change)="_handleChange($event)"
|