@alexochihua/exos-library-components 2.6.2 → 2.6.3
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.
|
@@ -4464,7 +4464,7 @@ const ECheckboxvue_type_script_setup_true_lang_js_hoisted_1 = {
|
|
|
4464
4464
|
const boxClass = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.computed)(() => {
|
|
4465
4465
|
const border = isFalse.value && !props.uncheckedIcon ? `exos-border` : '';
|
|
4466
4466
|
const borderColor = isFalse.value && !props.uncheckedIcon ? `${props.borderColor} exos-border-gray-400` : '';
|
|
4467
|
-
const bgColor = isTrue.value && !props.checkedIcon ? `${props.checkColor} exos-bg-blue-500` : `${props.uncheckColor ?? '
|
|
4467
|
+
const bgColor = isTrue.value && !props.checkedIcon ? `${props.checkColor} exos-bg-blue-500` : `${props.uncheckColor ?? ''}`;
|
|
4468
4468
|
return ` e-checkbox__boxClass ${border} ${borderColor} ${bgColor} ${roundedClass.value}`;
|
|
4469
4469
|
});
|
|
4470
4470
|
const roundedClass = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.computed)(() => {
|
|
@@ -4482,7 +4482,7 @@ const ECheckboxvue_type_script_setup_true_lang_js_hoisted_1 = {
|
|
|
4482
4482
|
const boxClass = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.computed)(() => {
|
|
4483
4483
|
const border = isFalse.value && !props.uncheckedIcon ? `exos-border` : '';
|
|
4484
4484
|
const borderColor = isFalse.value && !props.uncheckedIcon ? `${props.borderColor} exos-border-gray-400` : '';
|
|
4485
|
-
const bgColor = isTrue.value && !props.checkedIcon ? `${props.checkColor} exos-bg-blue-500` : `${props.uncheckColor ?? '
|
|
4485
|
+
const bgColor = isTrue.value && !props.checkedIcon ? `${props.checkColor} exos-bg-blue-500` : `${props.uncheckColor ?? ''}`;
|
|
4486
4486
|
return ` e-checkbox__boxClass ${border} ${borderColor} ${bgColor} ${roundedClass.value}`;
|
|
4487
4487
|
});
|
|
4488
4488
|
const roundedClass = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.computed)(() => {
|