@@ -644,6 +644,36 @@ scriptContent:
644644 - xmlizable :
645645 - ↑classname : com.twinsoft.convertigo.beans.ngx.components.MobileSmartSourceType
646646 - MobileSmartSourceType : script:child.value
647+ ↓Style [ngx.components.UIStyle-1760953565964] :
648+ styleContent :
649+ - xmlizable :
650+ - ↑classname : com.twinsoft.convertigo.beans.common.FormatedContent
651+ - com.twinsoft.convertigo.beans.common.FormatedContent :
652+ → : |
653+ '/**
654+ * Custom properties (sometimes referred to as CSS variables or cascading variables)
655+ * are entities defined by CSS authors that contain specific values to be reused throughout a document.
656+ * They are set using custom property notation, e.g.: --main-color: black;
657+ * and are accessed using the var() function, e.g.: color: var(--main-color);
658+ * You can find below your component''s properties you can customize within the page.
659+ * If you''d like to make some customizations for whole app, please see your app Style & Theme components.
660+ * For more informations see https://ionicframework.com/docs/theming.
661+ **/
662+ //--border-color //Border color of the checkbox icon
663+ //--border-color-checked //Border color of the checkbox icon when checked
664+ //--border-radius //Border radius of the checkbox icon
665+ //--border-style //Border style of the checkbox icon
666+ //--border-width //Border width of the checkbox icon
667+ //--checkbox-background //Background of the checkbox icon
668+ //--checkbox-background-checked //Background of the checkbox icon when checked
669+ //--checkmark-color //Color of the checkbox checkmark when checked
670+ //--checkmark-width //Stroke width of the checkbox checkmark
671+ //--size //Size of the checkbox icon
672+ //--transition //Transition of the checkbox icon
673+ &::part(label){
674+ text-wrap: wrap;
675+ }
676+ '
647677 ↓CheckBoxDisabled [ngx.components.UIDynamicElement-1588839517756] :
648678 beanData : ' {"ionBean":"CheckBox","LabelPlacement":"plain:end"}'
649679 tagName : ion-checkbox
@@ -699,6 +729,36 @@ scriptContent:
699729 //--transition //Transition of the checkbox icon
700730 pointer-events: none;
701731 '
732+ ↓Style1 [ngx.components.UIStyle-1760953688657] :
733+ styleContent :
734+ - xmlizable :
735+ - ↑classname : com.twinsoft.convertigo.beans.common.FormatedContent
736+ - com.twinsoft.convertigo.beans.common.FormatedContent :
737+ → : |
738+ '/**
739+ * Custom properties (sometimes referred to as CSS variables or cascading variables)
740+ * are entities defined by CSS authors that contain specific values to be reused throughout a document.
741+ * They are set using custom property notation, e.g.: --main-color: black;
742+ * and are accessed using the var() function, e.g.: color: var(--main-color);
743+ * You can find below your component''s properties you can customize within the page.
744+ * If you''d like to make some customizations for whole app, please see your app Style & Theme components.
745+ * For more informations see https://ionicframework.com/docs/theming.
746+ **/
747+ //--border-color //Border color of the checkbox icon
748+ //--border-color-checked //Border color of the checkbox icon when checked
749+ //--border-radius //Border radius of the checkbox icon
750+ //--border-style //Border style of the checkbox icon
751+ //--border-width //Border width of the checkbox icon
752+ //--checkbox-background //Background of the checkbox icon
753+ //--checkbox-background-checked //Background of the checkbox icon when checked
754+ //--checkmark-color //Color of the checkbox checkmark when checked
755+ //--checkmark-width //Stroke width of the checkbox checkmark
756+ //--size //Size of the checkbox icon
757+ //--transition //Transition of the checkbox icon
758+ &::part(label){
759+ text-wrap: wrap;
760+ }
761+ '
702762 ↓Attr3 [ngx.components.UIAttribute-1588839517771] :
703763 attrName :
704764 attrValue :
0 commit comments