codexly-ui 0.10.9 → 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,8 +4392,7 @@ class ClxCheckboxComponent {
|
|
|
4392
4392
|
<input
|
|
4393
4393
|
type="checkbox"
|
|
4394
4394
|
class="sr-only"
|
|
4395
|
-
|
|
4396
|
-
tabindex="-1"
|
|
4395
|
+
inert
|
|
4397
4396
|
[checked]="_checked()"
|
|
4398
4397
|
[disabled]="_disabled()"
|
|
4399
4398
|
(click)="$event.stopPropagation()"
|
|
@@ -4427,8 +4426,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
4427
4426
|
<input
|
|
4428
4427
|
type="checkbox"
|
|
4429
4428
|
class="sr-only"
|
|
4430
|
-
|
|
4431
|
-
tabindex="-1"
|
|
4429
|
+
inert
|
|
4432
4430
|
[checked]="_checked()"
|
|
4433
4431
|
[disabled]="_disabled()"
|
|
4434
4432
|
(click)="$event.stopPropagation()"
|
|
@@ -4598,8 +4596,7 @@ class ClxRadioComponent {
|
|
|
4598
4596
|
<input
|
|
4599
4597
|
type="radio"
|
|
4600
4598
|
class="sr-only"
|
|
4601
|
-
|
|
4602
|
-
tabindex="-1"
|
|
4599
|
+
inert
|
|
4603
4600
|
[checked]="_checked()"
|
|
4604
4601
|
[disabled]="_isDisabled()"
|
|
4605
4602
|
(click)="$event.stopPropagation()"
|
|
@@ -4622,8 +4619,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
4622
4619
|
<input
|
|
4623
4620
|
type="radio"
|
|
4624
4621
|
class="sr-only"
|
|
4625
|
-
|
|
4626
|
-
tabindex="-1"
|
|
4622
|
+
inert
|
|
4627
4623
|
[checked]="_checked()"
|
|
4628
4624
|
[disabled]="_isDisabled()"
|
|
4629
4625
|
(click)="$event.stopPropagation()"
|
|
@@ -4726,7 +4722,7 @@ class ClxSwitchComponent {
|
|
|
4726
4722
|
<input
|
|
4727
4723
|
type="checkbox"
|
|
4728
4724
|
class="sr-only"
|
|
4729
|
-
|
|
4725
|
+
inert
|
|
4730
4726
|
[checked]="_checked()"
|
|
4731
4727
|
[disabled]="_disabled()"
|
|
4732
4728
|
(change)="_handleChange($event)"
|
|
@@ -4756,7 +4752,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
4756
4752
|
<input
|
|
4757
4753
|
type="checkbox"
|
|
4758
4754
|
class="sr-only"
|
|
4759
|
-
|
|
4755
|
+
inert
|
|
4760
4756
|
[checked]="_checked()"
|
|
4761
4757
|
[disabled]="_disabled()"
|
|
4762
4758
|
(change)="_handleChange($event)"
|