@syncfusion/ej2-angular-inputs 22.2.9 → 22.2.12-ngcc
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/@syncfusion/ej2-angular-inputs.es5.js +1759 -0
- package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-inputs.js +1657 -0
- package/@syncfusion/ej2-angular-inputs.js.map +1 -0
- package/CHANGELOG.md +1556 -0
- package/dist/ej2-angular-inputs.umd.js +1848 -0
- package/dist/ej2-angular-inputs.umd.js.map +1 -0
- package/dist/ej2-angular-inputs.umd.min.js +11 -0
- package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
- package/ej2-angular-inputs.d.ts +12 -0
- package/ej2-angular-inputs.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/color-picker/colorpicker-all.module.d.ts +0 -6
- package/src/color-picker/colorpicker.component.d.ts +0 -3
- package/src/color-picker/colorpicker.module.d.ts +0 -6
- package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
- package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
- package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
- package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
- package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
- package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
- package/src/rating/rating-all.module.d.ts +0 -6
- package/src/rating/rating.component.d.ts +0 -3
- package/src/rating/rating.module.d.ts +0 -6
- package/src/signature/signature-all.module.d.ts +0 -6
- package/src/signature/signature.component.d.ts +0 -3
- package/src/signature/signature.module.d.ts +0 -6
- package/src/slider/slider-all.module.d.ts +0 -6
- package/src/slider/slider.component.d.ts +0 -3
- package/src/slider/slider.module.d.ts +0 -6
- package/src/textbox/textbox-all.module.d.ts +0 -6
- package/src/textbox/textbox.component.d.ts +0 -3
- package/src/textbox/textbox.module.d.ts +0 -6
- package/src/uploader/files.directive.d.ts +0 -5
- package/src/uploader/uploader-all.module.d.ts +0 -6
- package/src/uploader/uploader.component.d.ts +0 -3
- package/src/uploader/uploader.module.d.ts +0 -7
- package/styles/color-picker/bootstrap-dark.scss +1 -11
- package/styles/color-picker/bootstrap.scss +1 -11
- package/styles/color-picker/bootstrap4.scss +1 -11
- package/styles/color-picker/bootstrap5-dark.scss +1 -11
- package/styles/color-picker/bootstrap5.scss +1 -11
- package/styles/color-picker/fabric-dark.scss +1 -11
- package/styles/color-picker/fabric.scss +1 -11
- package/styles/color-picker/fluent-dark.scss +1 -11
- package/styles/color-picker/fluent.scss +1 -11
- package/styles/color-picker/highcontrast-light.scss +1 -11
- package/styles/color-picker/highcontrast.scss +1 -11
- package/styles/color-picker/material-dark.scss +1 -11
- package/styles/color-picker/material.css +1 -1
- package/styles/color-picker/material.scss +1 -11
- package/styles/color-picker/material3-dark.scss +1 -11
- package/styles/color-picker/material3.scss +1 -11
- package/styles/color-picker/tailwind-dark.scss +1 -11
- package/styles/color-picker/tailwind.scss +1 -11
- package/styles/input/bootstrap-dark.scss +1 -4
- package/styles/input/bootstrap.scss +1 -4
- package/styles/input/bootstrap4.scss +1 -4
- package/styles/input/bootstrap5-dark.scss +1 -4
- package/styles/input/bootstrap5.scss +1 -4
- package/styles/input/fabric-dark.scss +1 -4
- package/styles/input/fabric.scss +1 -4
- package/styles/input/fluent-dark.scss +1 -4
- package/styles/input/fluent.scss +1 -4
- package/styles/input/highcontrast-light.scss +1 -4
- package/styles/input/highcontrast.scss +1 -4
- package/styles/input/material-dark.css +74 -13
- package/styles/input/material-dark.scss +1 -4
- package/styles/input/material.css +75 -14
- package/styles/input/material.scss +1 -4
- package/styles/input/material3-dark.css +74 -13
- package/styles/input/material3-dark.scss +1 -4
- package/styles/input/material3.css +74 -13
- package/styles/input/material3.scss +1 -4
- package/styles/input/tailwind-dark.scss +1 -4
- package/styles/input/tailwind.scss +1 -4
- package/styles/maskedtextbox/bootstrap-dark.scss +1 -4
- package/styles/maskedtextbox/bootstrap.scss +1 -4
- package/styles/maskedtextbox/bootstrap4.scss +1 -4
- package/styles/maskedtextbox/bootstrap5-dark.scss +1 -4
- package/styles/maskedtextbox/bootstrap5.scss +1 -4
- package/styles/maskedtextbox/fabric-dark.scss +1 -4
- package/styles/maskedtextbox/fabric.scss +1 -4
- package/styles/maskedtextbox/fluent-dark.scss +1 -4
- package/styles/maskedtextbox/fluent.scss +1 -4
- package/styles/maskedtextbox/highcontrast-light.scss +1 -4
- package/styles/maskedtextbox/highcontrast.scss +1 -4
- package/styles/maskedtextbox/material-dark.scss +1 -4
- package/styles/maskedtextbox/material.css +1 -1
- package/styles/maskedtextbox/material.scss +1 -4
- package/styles/maskedtextbox/material3-dark.scss +1 -4
- package/styles/maskedtextbox/material3.scss +1 -4
- package/styles/maskedtextbox/tailwind-dark.scss +1 -4
- package/styles/maskedtextbox/tailwind.scss +1 -4
- package/styles/material-dark.css +74 -13
- package/styles/material.css +75 -14
- package/styles/material3-dark.css +522 -13
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +1020 -71
- package/styles/material3.scss +0 -1
- package/styles/numerictextbox/bootstrap-dark.scss +1 -5
- package/styles/numerictextbox/bootstrap.scss +1 -5
- package/styles/numerictextbox/bootstrap4.scss +1 -5
- package/styles/numerictextbox/bootstrap5-dark.scss +1 -5
- package/styles/numerictextbox/bootstrap5.scss +1 -5
- package/styles/numerictextbox/fabric-dark.scss +1 -5
- package/styles/numerictextbox/fabric.scss +1 -5
- package/styles/numerictextbox/fluent-dark.scss +1 -5
- package/styles/numerictextbox/fluent.scss +1 -5
- package/styles/numerictextbox/highcontrast-light.scss +1 -5
- package/styles/numerictextbox/highcontrast.scss +1 -5
- package/styles/numerictextbox/material-dark.scss +1 -5
- package/styles/numerictextbox/material.css +1 -1
- package/styles/numerictextbox/material.scss +1 -5
- package/styles/numerictextbox/material3-dark.scss +1 -5
- package/styles/numerictextbox/material3.scss +1 -5
- package/styles/numerictextbox/tailwind-dark.scss +1 -5
- package/styles/numerictextbox/tailwind.scss +1 -5
- package/styles/rating/bootstrap-dark.scss +1 -4
- package/styles/rating/bootstrap.scss +1 -4
- package/styles/rating/bootstrap4.scss +1 -4
- package/styles/rating/bootstrap5-dark.scss +1 -4
- package/styles/rating/bootstrap5.scss +1 -4
- package/styles/rating/fabric-dark.scss +1 -4
- package/styles/rating/fabric.scss +1 -4
- package/styles/rating/fluent-dark.scss +1 -4
- package/styles/rating/fluent.scss +1 -4
- package/styles/rating/highcontrast-light.scss +1 -4
- package/styles/rating/highcontrast.scss +1 -4
- package/styles/rating/material-dark.scss +1 -4
- package/styles/rating/material.css +1 -1
- package/styles/rating/material.scss +1 -4
- package/styles/rating/material3-dark.scss +1 -4
- package/styles/rating/material3.scss +1 -4
- package/styles/rating/tailwind-dark.scss +1 -4
- package/styles/rating/tailwind.scss +1 -4
- package/styles/signature/bootstrap-dark.scss +1 -3
- package/styles/signature/bootstrap.scss +1 -3
- package/styles/signature/bootstrap4.scss +1 -3
- package/styles/signature/bootstrap5-dark.scss +1 -3
- package/styles/signature/bootstrap5.scss +1 -3
- package/styles/signature/fabric-dark.scss +1 -3
- package/styles/signature/fabric.scss +1 -3
- package/styles/signature/fluent-dark.scss +1 -3
- package/styles/signature/fluent.scss +1 -3
- package/styles/signature/highcontrast-light.scss +1 -3
- package/styles/signature/highcontrast.scss +1 -3
- package/styles/signature/material-dark.scss +1 -3
- package/styles/signature/material.css +1 -1
- package/styles/signature/material.scss +1 -3
- package/styles/signature/material3-dark.scss +1 -3
- package/styles/signature/material3.scss +1 -3
- package/styles/signature/tailwind-dark.scss +1 -3
- package/styles/signature/tailwind.scss +1 -3
- package/styles/slider/bootstrap-dark.scss +1 -5
- package/styles/slider/bootstrap.scss +1 -5
- package/styles/slider/bootstrap4.scss +1 -5
- package/styles/slider/bootstrap5-dark.scss +1 -5
- package/styles/slider/bootstrap5.scss +1 -5
- package/styles/slider/fabric-dark.scss +1 -5
- package/styles/slider/fabric.scss +1 -5
- package/styles/slider/fluent-dark.scss +1 -5
- package/styles/slider/fluent.scss +1 -5
- package/styles/slider/highcontrast-light.scss +1 -5
- package/styles/slider/highcontrast.scss +1 -5
- package/styles/slider/material-dark.scss +1 -5
- package/styles/slider/material.css +1 -1
- package/styles/slider/material.scss +1 -5
- package/styles/slider/material3-dark.scss +1 -5
- package/styles/slider/material3.scss +1 -5
- package/styles/slider/tailwind-dark.scss +1 -5
- package/styles/slider/tailwind.scss +1 -5
- package/styles/textbox/bootstrap-dark.scss +1 -4
- package/styles/textbox/bootstrap.scss +1 -4
- package/styles/textbox/bootstrap4.scss +1 -4
- package/styles/textbox/bootstrap5-dark.scss +1 -4
- package/styles/textbox/bootstrap5.scss +1 -4
- package/styles/textbox/fabric-dark.scss +1 -4
- package/styles/textbox/fabric.scss +1 -4
- package/styles/textbox/fluent-dark.scss +1 -4
- package/styles/textbox/fluent.scss +1 -4
- package/styles/textbox/highcontrast-light.scss +1 -4
- package/styles/textbox/highcontrast.scss +1 -4
- package/styles/textbox/material-dark.scss +1 -4
- package/styles/textbox/material.css +1 -1
- package/styles/textbox/material.scss +1 -4
- package/styles/textbox/material3-dark.scss +1 -4
- package/styles/textbox/material3.scss +1 -4
- package/styles/textbox/tailwind-dark.scss +1 -4
- package/styles/textbox/tailwind.scss +1 -4
- package/styles/uploader/bootstrap-dark.scss +1 -6
- package/styles/uploader/bootstrap.scss +1 -6
- package/styles/uploader/bootstrap4.scss +1 -6
- package/styles/uploader/bootstrap5-dark.scss +1 -6
- package/styles/uploader/bootstrap5.scss +1 -6
- package/styles/uploader/fabric-dark.scss +1 -6
- package/styles/uploader/fabric.scss +1 -6
- package/styles/uploader/fluent-dark.scss +1 -6
- package/styles/uploader/fluent.scss +1 -6
- package/styles/uploader/highcontrast-light.scss +1 -6
- package/styles/uploader/highcontrast.scss +1 -6
- package/styles/uploader/material-dark.scss +1 -6
- package/styles/uploader/material.css +1 -1
- package/styles/uploader/material.scss +1 -6
- package/styles/uploader/material3-dark.scss +1 -6
- package/styles/uploader/material3.scss +1 -6
- package/styles/uploader/tailwind-dark.scss +1 -6
- package/styles/uploader/tailwind.scss +1 -6
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
- package/esm2020/src/color-picker/colorpicker.component.mjs +0 -83
- package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
- package/esm2020/src/form-validator/form-validator.mjs +0 -193
- package/esm2020/src/index.mjs +0 -28
- package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
- package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -84
- package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
- package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
- package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -84
- package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
- package/esm2020/src/rating/rating-all.module.mjs +0 -23
- package/esm2020/src/rating/rating.component.mjs +0 -108
- package/esm2020/src/rating/rating.module.mjs +0 -25
- package/esm2020/src/signature/signature-all.module.mjs +0 -23
- package/esm2020/src/signature/signature.component.mjs +0 -83
- package/esm2020/src/signature/signature.module.mjs +0 -25
- package/esm2020/src/slider/slider-all.module.mjs +0 -23
- package/esm2020/src/slider/slider.component.mjs +0 -83
- package/esm2020/src/slider/slider.module.mjs +0 -25
- package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
- package/esm2020/src/textbox/textbox.component.mjs +0 -84
- package/esm2020/src/textbox/textbox.module.mjs +0 -25
- package/esm2020/src/uploader/files.directive.mjs +0 -58
- package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
- package/esm2020/src/uploader/uploader.component.mjs +0 -95
- package/esm2020/src/uploader/uploader.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1237
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1237
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
- package/styles/color-picker/_all.scss +0 -2
- package/styles/color-picker/_bootstrap-dark-definition.scss +0 -131
- package/styles/color-picker/_bootstrap-definition.scss +0 -128
- package/styles/color-picker/_bootstrap4-definition.scss +0 -127
- package/styles/color-picker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/color-picker/_bootstrap5-definition.scss +0 -133
- package/styles/color-picker/_fabric-dark-definition.scss +0 -131
- package/styles/color-picker/_fabric-definition.scss +0 -127
- package/styles/color-picker/_fluent-dark-definition.scss +0 -1
- package/styles/color-picker/_fluent-definition.scss +0 -133
- package/styles/color-picker/_fusionnew-definition.scss +0 -133
- package/styles/color-picker/_highcontrast-definition.scss +0 -127
- package/styles/color-picker/_highcontrast-light-definition.scss +0 -130
- package/styles/color-picker/_layout.scss +0 -1304
- package/styles/color-picker/_material-dark-definition.scss +0 -135
- package/styles/color-picker/_material-definition.scss +0 -130
- package/styles/color-picker/_material3-dark-definition.scss +0 -1
- package/styles/color-picker/_material3-definition.scss +0 -141
- package/styles/color-picker/_tailwind-dark-definition.scss +0 -1
- package/styles/color-picker/_tailwind-definition.scss +0 -132
- package/styles/color-picker/_theme.scss +0 -191
- package/styles/color-picker/icons/_bootstrap-dark.scss +0 -9
- package/styles/color-picker/icons/_bootstrap.scss +0 -9
- package/styles/color-picker/icons/_bootstrap4.scss +0 -9
- package/styles/color-picker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/color-picker/icons/_bootstrap5.scss +0 -9
- package/styles/color-picker/icons/_fabric-dark.scss +0 -9
- package/styles/color-picker/icons/_fabric.scss +0 -9
- package/styles/color-picker/icons/_fluent-dark.scss +0 -1
- package/styles/color-picker/icons/_fluent.scss +0 -9
- package/styles/color-picker/icons/_fusionnew.scss +0 -9
- package/styles/color-picker/icons/_highcontrast-light.scss +0 -9
- package/styles/color-picker/icons/_highcontrast.scss +0 -9
- package/styles/color-picker/icons/_material-dark.scss +0 -9
- package/styles/color-picker/icons/_material.scss +0 -9
- package/styles/color-picker/icons/_material3-dark.scss +0 -1
- package/styles/color-picker/icons/_material3.scss +0 -9
- package/styles/color-picker/icons/_tailwind-dark.scss +0 -9
- package/styles/color-picker/icons/_tailwind.scss +0 -9
- package/styles/input/_all.scss +0 -3
- package/styles/input/_bootstrap-dark-definition.scss +0 -329
- package/styles/input/_bootstrap-definition.scss +0 -320
- package/styles/input/_bootstrap4-definition.scss +0 -325
- package/styles/input/_bootstrap5-dark-definition.scss +0 -1
- package/styles/input/_bootstrap5-definition.scss +0 -336
- package/styles/input/_definition.scss +0 -232
- package/styles/input/_fabric-dark-definition.scss +0 -319
- package/styles/input/_fabric-definition.scss +0 -311
- package/styles/input/_fluent-dark-definition.scss +0 -1
- package/styles/input/_fluent-definition.scss +0 -338
- package/styles/input/_fusionnew-definition.scss +0 -336
- package/styles/input/_highcontrast-definition.scss +0 -312
- package/styles/input/_highcontrast-light-definition.scss +0 -320
- package/styles/input/_layout.scss +0 -11285
- package/styles/input/_material-dark-definition.scss +0 -573
- package/styles/input/_material-definition.scss +0 -573
- package/styles/input/_material3-dark-definition.scss +0 -1
- package/styles/input/_material3-definition.scss +0 -548
- package/styles/input/_responsive.scss +0 -1
- package/styles/input/_tailwind-dark-definition.scss +0 -1
- package/styles/input/_tailwind-definition.scss +0 -335
- package/styles/input/_theme.scss +0 -4284
- package/styles/input/icons/_bootstrap-dark.scss +0 -17
- package/styles/input/icons/_bootstrap.scss +0 -17
- package/styles/input/icons/_bootstrap4.scss +0 -17
- package/styles/input/icons/_bootstrap5-dark.scss +0 -1
- package/styles/input/icons/_bootstrap5.scss +0 -17
- package/styles/input/icons/_fabric-dark.scss +0 -17
- package/styles/input/icons/_fabric.scss +0 -17
- package/styles/input/icons/_fluent-dark.scss +0 -1
- package/styles/input/icons/_fluent.scss +0 -17
- package/styles/input/icons/_fusionnew.scss +0 -17
- package/styles/input/icons/_highcontrast-light.scss +0 -17
- package/styles/input/icons/_highcontrast.scss +0 -17
- package/styles/input/icons/_material-dark.scss +0 -49
- package/styles/input/icons/_material.scss +0 -49
- package/styles/input/icons/_material3-dark.scss +0 -1
- package/styles/input/icons/_material3.scss +0 -17
- package/styles/input/icons/_tailwind-dark.scss +0 -1
- package/styles/input/icons/_tailwind.scss +0 -17
- package/styles/maskedtextbox/_all.scss +0 -2
- package/styles/maskedtextbox/_bootstrap-dark-definition.scss +0 -7
- package/styles/maskedtextbox/_bootstrap-definition.scss +0 -4
- package/styles/maskedtextbox/_bootstrap4-definition.scss +0 -4
- package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +0 -1
- package/styles/maskedtextbox/_bootstrap5-definition.scss +0 -7
- package/styles/maskedtextbox/_fabric-dark-definition.scss +0 -7
- package/styles/maskedtextbox/_fabric-definition.scss +0 -4
- package/styles/maskedtextbox/_fluent-dark-definition.scss +0 -1
- package/styles/maskedtextbox/_fluent-definition.scss +0 -7
- package/styles/maskedtextbox/_fusionnew-definition.scss +0 -7
- package/styles/maskedtextbox/_highcontrast-definition.scss +0 -4
- package/styles/maskedtextbox/_highcontrast-light-definition.scss +0 -7
- package/styles/maskedtextbox/_layout.scss +0 -33
- package/styles/maskedtextbox/_material-dark-definition.scss +0 -7
- package/styles/maskedtextbox/_material-definition.scss +0 -4
- package/styles/maskedtextbox/_material3-dark-definition.scss +0 -1
- package/styles/maskedtextbox/_material3-definition.scss +0 -4
- package/styles/maskedtextbox/_tailwind-dark-definition.scss +0 -1
- package/styles/maskedtextbox/_tailwind-definition.scss +0 -7
- package/styles/maskedtextbox/_theme.scss +0 -15
- package/styles/numerictextbox/_all.scss +0 -2
- package/styles/numerictextbox/_bootstrap-dark-definition.scss +0 -6
- package/styles/numerictextbox/_bootstrap-definition.scss +0 -3
- package/styles/numerictextbox/_bootstrap4-definition.scss +0 -3
- package/styles/numerictextbox/_bootstrap5-dark-definition.scss +0 -1
- package/styles/numerictextbox/_bootstrap5-definition.scss +0 -3
- package/styles/numerictextbox/_fabric-dark-definition.scss +0 -6
- package/styles/numerictextbox/_fabric-definition.scss +0 -3
- package/styles/numerictextbox/_fluent-dark-definition.scss +0 -1
- package/styles/numerictextbox/_fluent-definition.scss +0 -5
- package/styles/numerictextbox/_fusionnew-definition.scss +0 -3
- package/styles/numerictextbox/_highcontrast-definition.scss +0 -3
- package/styles/numerictextbox/_highcontrast-light-definition.scss +0 -6
- package/styles/numerictextbox/_layout.scss +0 -30
- package/styles/numerictextbox/_material-dark-definition.scss +0 -6
- package/styles/numerictextbox/_material-definition.scss +0 -3
- package/styles/numerictextbox/_material3-dark-definition.scss +0 -1
- package/styles/numerictextbox/_material3-definition.scss +0 -4
- package/styles/numerictextbox/_tailwind-dark-definition.scss +0 -1
- package/styles/numerictextbox/_tailwind-definition.scss +0 -3
- package/styles/numerictextbox/_theme.scss +0 -39
- package/styles/numerictextbox/icons/_bootstrap-dark.scss +0 -11
- package/styles/numerictextbox/icons/_bootstrap.scss +0 -11
- package/styles/numerictextbox/icons/_bootstrap4.scss +0 -11
- package/styles/numerictextbox/icons/_bootstrap5-dark.scss +0 -1
- package/styles/numerictextbox/icons/_bootstrap5.scss +0 -11
- package/styles/numerictextbox/icons/_fabric-dark.scss +0 -11
- package/styles/numerictextbox/icons/_fabric.scss +0 -11
- package/styles/numerictextbox/icons/_fluent-dark.scss +0 -1
- package/styles/numerictextbox/icons/_fluent.scss +0 -11
- package/styles/numerictextbox/icons/_fusionnew.scss +0 -11
- package/styles/numerictextbox/icons/_highcontrast-light.scss +0 -11
- package/styles/numerictextbox/icons/_highcontrast.scss +0 -11
- package/styles/numerictextbox/icons/_material-dark.scss +0 -11
- package/styles/numerictextbox/icons/_material.scss +0 -11
- package/styles/numerictextbox/icons/_material3-dark.scss +0 -1
- package/styles/numerictextbox/icons/_material3.scss +0 -11
- package/styles/numerictextbox/icons/_tailwind-dark.scss +0 -1
- package/styles/numerictextbox/icons/_tailwind.scss +0 -11
- package/styles/rating/_all.scss +0 -2
- package/styles/rating/_bootstrap-dark-definition.scss +0 -47
- package/styles/rating/_bootstrap-definition.scss +0 -47
- package/styles/rating/_bootstrap4-definition.scss +0 -47
- package/styles/rating/_bootstrap5-dark-definition.scss +0 -1
- package/styles/rating/_bootstrap5-definition.scss +0 -47
- package/styles/rating/_fabric-dark-definition.scss +0 -47
- package/styles/rating/_fabric-definition.scss +0 -47
- package/styles/rating/_fluent-dark-definition.scss +0 -1
- package/styles/rating/_fluent-definition.scss +0 -47
- package/styles/rating/_fusionnew-definition.scss +0 -47
- package/styles/rating/_highcontrast-definition.scss +0 -47
- package/styles/rating/_highcontrast-light-definition.scss +0 -47
- package/styles/rating/_layout.scss +0 -211
- package/styles/rating/_material-dark-definition.scss +0 -47
- package/styles/rating/_material-definition.scss +0 -47
- package/styles/rating/_material3-dark-definition.scss +0 -1
- package/styles/rating/_material3-definition.scss +0 -47
- package/styles/rating/_tailwind-dark-definition.scss +0 -1
- package/styles/rating/_tailwind-definition.scss +0 -47
- package/styles/rating/_theme.scss +0 -192
- package/styles/signature/_all.scss +0 -2
- package/styles/signature/_bootstrap-dark-definition.scss +0 -3
- package/styles/signature/_bootstrap-definition.scss +0 -3
- package/styles/signature/_bootstrap4-definition.scss +0 -3
- package/styles/signature/_bootstrap5-dark-definition.scss +0 -1
- package/styles/signature/_bootstrap5-definition.scss +0 -3
- package/styles/signature/_fabric-dark-definition.scss +0 -3
- package/styles/signature/_fabric-definition.scss +0 -3
- package/styles/signature/_fluent-dark-definition.scss +0 -1
- package/styles/signature/_fluent-definition.scss +0 -3
- package/styles/signature/_fusionnew-definition.scss +0 -3
- package/styles/signature/_highcontrast-definition.scss +0 -3
- package/styles/signature/_highcontrast-light-definition.scss +0 -3
- package/styles/signature/_layout.scss +0 -5
- package/styles/signature/_material-dark-definition.scss +0 -3
- package/styles/signature/_material-definition.scss +0 -3
- package/styles/signature/_material3-dark-definition.scss +0 -1
- package/styles/signature/_material3-definition.scss +0 -3
- package/styles/signature/_tailwind-dark-definition.scss +0 -1
- package/styles/signature/_tailwind-definition.scss +0 -3
- package/styles/signature/_theme.scss +0 -7
- package/styles/slider/_all.scss +0 -3
- package/styles/slider/_bootstrap-dark-definition.scss +0 -156
- package/styles/slider/_bootstrap-definition.scss +0 -152
- package/styles/slider/_bootstrap4-definition.scss +0 -147
- package/styles/slider/_bootstrap5-dark-definition.scss +0 -1
- package/styles/slider/_bootstrap5-definition.scss +0 -90
- package/styles/slider/_fabric-dark-definition.scss +0 -162
- package/styles/slider/_fabric-definition.scss +0 -156
- package/styles/slider/_fluent-dark-definition.scss +0 -1
- package/styles/slider/_fluent-definition.scss +0 -74
- package/styles/slider/_fusionnew-definition.scss +0 -90
- package/styles/slider/_highcontrast-definition.scss +0 -145
- package/styles/slider/_highcontrast-light-definition.scss +0 -149
- package/styles/slider/_icons.scss +0 -1
- package/styles/slider/_layout.scss +0 -2485
- package/styles/slider/_material-dark-definition.scss +0 -159
- package/styles/slider/_material-definition.scss +0 -154
- package/styles/slider/_material3-dark-definition.scss +0 -1
- package/styles/slider/_material3-definition.scss +0 -97
- package/styles/slider/_tailwind-dark-definition.scss +0 -1
- package/styles/slider/_tailwind-definition.scss +0 -84
- package/styles/slider/_theme.scss +0 -249
- package/styles/textbox/_all.scss +0 -1
- package/styles/textbox/_bootstrap-dark-definition.scss +0 -4
- package/styles/textbox/_bootstrap-definition.scss +0 -4
- package/styles/textbox/_bootstrap4-definition.scss +0 -4
- package/styles/textbox/_bootstrap5-dark-definition.scss +0 -1
- package/styles/textbox/_bootstrap5-definition.scss +0 -4
- package/styles/textbox/_fabric-dark-definition.scss +0 -4
- package/styles/textbox/_fabric-definition.scss +0 -4
- package/styles/textbox/_fluent-dark-definition.scss +0 -1
- package/styles/textbox/_fluent-definition.scss +0 -4
- package/styles/textbox/_fusionnew-definition.scss +0 -4
- package/styles/textbox/_highcontrast-definition.scss +0 -4
- package/styles/textbox/_highcontrast-light-definition.scss +0 -4
- package/styles/textbox/_layout.scss +0 -37
- package/styles/textbox/_material-dark-definition.scss +0 -4
- package/styles/textbox/_material-definition.scss +0 -4
- package/styles/textbox/_material3-dark-definition.scss +0 -1
- package/styles/textbox/_material3-definition.scss +0 -4
- package/styles/textbox/_tailwind-dark-definition.scss +0 -1
- package/styles/textbox/_tailwind-definition.scss +0 -4
- package/styles/textbox/_theme.scss +0 -1
- package/styles/uploader/_all.scss +0 -2
- package/styles/uploader/_bootstrap-dark-definition.scss +0 -213
- package/styles/uploader/_bootstrap-definition.scss +0 -208
- package/styles/uploader/_bootstrap4-definition.scss +0 -211
- package/styles/uploader/_bootstrap5-dark-definition.scss +0 -1
- package/styles/uploader/_bootstrap5-definition.scss +0 -216
- package/styles/uploader/_definition.scss +0 -142
- package/styles/uploader/_fabric-dark-definition.scss +0 -216
- package/styles/uploader/_fabric-definition.scss +0 -210
- package/styles/uploader/_fluent-dark-definition.scss +0 -1
- package/styles/uploader/_fluent-definition.scss +0 -234
- package/styles/uploader/_fusionnew-definition.scss +0 -216
- package/styles/uploader/_highcontrast-definition.scss +0 -211
- package/styles/uploader/_highcontrast-light-definition.scss +0 -219
- package/styles/uploader/_layout.scss +0 -989
- package/styles/uploader/_material-dark-definition.scss +0 -217
- package/styles/uploader/_material-definition.scss +0 -214
- package/styles/uploader/_material3-dark-definition.scss +0 -1
- package/styles/uploader/_material3-definition.scss +0 -215
- package/styles/uploader/_tailwind-dark-definition.scss +0 -1
- package/styles/uploader/_tailwind-definition.scss +0 -232
- package/styles/uploader/_theme.scss +0 -146
- package/styles/uploader/icons/_bootstrap-dark.scss +0 -34
- package/styles/uploader/icons/_bootstrap.scss +0 -34
- package/styles/uploader/icons/_bootstrap4.scss +0 -34
- package/styles/uploader/icons/_bootstrap5-dark.scss +0 -1
- package/styles/uploader/icons/_bootstrap5.scss +0 -34
- package/styles/uploader/icons/_fabric-dark.scss +0 -34
- package/styles/uploader/icons/_fabric.scss +0 -34
- package/styles/uploader/icons/_fluent-dark.scss +0 -1
- package/styles/uploader/icons/_fluent.scss +0 -34
- package/styles/uploader/icons/_fusionnew.scss +0 -34
- package/styles/uploader/icons/_highcontrast-light.scss +0 -34
- package/styles/uploader/icons/_highcontrast.scss +0 -34
- package/styles/uploader/icons/_material-dark.scss +0 -34
- package/styles/uploader/icons/_material.scss +0 -34
- package/styles/uploader/icons/_material3-dark.scss +0 -1
- package/styles/uploader/icons/_material3.scss +0 -34
- package/styles/uploader/icons/_tailwind-dark.scss +0 -1
- package/styles/uploader/icons/_tailwind.scss +0 -34
- package/syncfusion-ej2-angular-inputs.d.ts +0 -5
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
3
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
4
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
5
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
6
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
7
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
8
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
9
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
10
|
:root {
|
|
3
11
|
--color-sf-black: 0, 0, 0;
|
|
4
12
|
--color-sf-white: 255, 255, 255;
|
|
@@ -64,6 +72,61 @@
|
|
|
64
72
|
border-color: rgba(var(--color-sf-outline-variant));
|
|
65
73
|
}
|
|
66
74
|
|
|
75
|
+
:root {
|
|
76
|
+
--color-sf-black: 0, 0, 0;
|
|
77
|
+
--color-sf-white: 255, 255, 255;
|
|
78
|
+
--color-sf-primary: 208, 188, 255;
|
|
79
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
80
|
+
--color-sf-secondary: 204, 194, 220;
|
|
81
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
82
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
83
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
84
|
+
--color-sf-surface: 28, 27, 31;
|
|
85
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
86
|
+
--color-sf-background: var(--color-sf-surface);
|
|
87
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
88
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
89
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
90
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
91
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
92
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
93
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
94
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
95
|
+
--color-sf-on-background: 230, 225, 229;
|
|
96
|
+
--color-sf-outline: 147, 143, 153;
|
|
97
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
98
|
+
--color-sf-shadow: 0, 0, 0;
|
|
99
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
100
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
101
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
102
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
103
|
+
--color-sf-scrim: 0, 0, 0;
|
|
104
|
+
--color-sf-error: 242, 184, 181;
|
|
105
|
+
--color-sf-error-container: 140, 29, 24;
|
|
106
|
+
--color-sf-on-error: 96, 20, 16;
|
|
107
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
108
|
+
--color-sf-success: 83, 202, 23;
|
|
109
|
+
--color-sf-success-container: 22, 62, 2;
|
|
110
|
+
--color-sf-on-success: 13, 39, 0;
|
|
111
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
112
|
+
--color-sf-info: 71, 172, 251;
|
|
113
|
+
--color-sf-info-container: 0, 67, 120;
|
|
114
|
+
--color-sf-on-info: 0, 51, 91;
|
|
115
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
116
|
+
--color-sf-warning: 245, 180, 130;
|
|
117
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
118
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
119
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
120
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
121
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
122
|
+
--color-sf-success-text: 0, 0, 0;
|
|
123
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
124
|
+
--color-sf-info-text: 0, 0, 0;
|
|
125
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
126
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
127
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
128
|
+
}
|
|
129
|
+
|
|
67
130
|
/* stylelint-disable property-no-vendor-prefix */
|
|
68
131
|
@keyframes e-input-ripple {
|
|
69
132
|
100% {
|
|
@@ -1368,6 +1431,26 @@ label.e-float-text,
|
|
|
1368
1431
|
user-select: text;
|
|
1369
1432
|
}
|
|
1370
1433
|
|
|
1434
|
+
.e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
1435
|
+
left: -34px;
|
|
1436
|
+
width: auto;
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
.e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
1440
|
+
right: -34px;
|
|
1441
|
+
width: auto;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.e-bigger .e-float-input.e-outline.e-float-icon-left:not(.e-rtl) .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
1445
|
+
left: -40px;
|
|
1446
|
+
width: auto;
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
.e-bigger .e-float-input.e-outline.e-float-icon-left.e-rtl .e-input-in-wrap input ~ label.e-float-text.e-label-top {
|
|
1450
|
+
right: -40px;
|
|
1451
|
+
width: auto;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1371
1454
|
label.e-float-text,
|
|
1372
1455
|
.e-float-input label.e-float-text,
|
|
1373
1456
|
.e-float-input.e-control-wrapper label.e-float-text,
|
|
@@ -3246,7 +3329,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3246
3329
|
.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
3247
3330
|
border: 1px solid;
|
|
3248
3331
|
border-width: 0 0 1px 0;
|
|
3249
|
-
margin-left:
|
|
3332
|
+
margin-left: 8px;
|
|
3250
3333
|
}
|
|
3251
3334
|
|
|
3252
3335
|
.e-rtl .e-float-input.e-float-icon-left .e-input-in-wrap,
|
|
@@ -3257,7 +3340,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3257
3340
|
.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap,
|
|
3258
3341
|
.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap {
|
|
3259
3342
|
margin-left: 0;
|
|
3260
|
-
margin-right:
|
|
3343
|
+
margin-right: 8px;
|
|
3261
3344
|
}
|
|
3262
3345
|
|
|
3263
3346
|
.e-float-input input.e-input,
|
|
@@ -4164,6 +4247,14 @@ textarea.e-outline.e-input,
|
|
|
4164
4247
|
border-top-color: transparent;
|
|
4165
4248
|
}
|
|
4166
4249
|
|
|
4250
|
+
.e-outline.e-input-group.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4251
|
+
.e-outline.e-input-group.e-valid-input.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4252
|
+
.e-outline.e-float-input.e-valid-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4253
|
+
.e-outline.e-float-input.e-valid-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4254
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-float-icon-left:not(.e-warning):not(.e-success):not(.e-error) {
|
|
4255
|
+
border-top-color: transparent;
|
|
4256
|
+
}
|
|
4257
|
+
|
|
4167
4258
|
.e-outline.e-input-group,
|
|
4168
4259
|
.e-outline .e-input-group,
|
|
4169
4260
|
.e-outline .e-input-group.e-control-wrapper,
|
|
@@ -4292,20 +4383,12 @@ textarea.e-outline.e-input,
|
|
|
4292
4383
|
.e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
|
|
4293
4384
|
.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
|
|
4294
4385
|
.e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left),
|
|
4295
|
-
.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4296
|
-
.e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4297
|
-
.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4298
|
-
.e-outline.e-float-input.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4299
4386
|
.e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4300
4387
|
.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4301
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
4302
|
-
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error),
|
|
4303
4388
|
.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4304
4389
|
.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4305
4390
|
.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4306
|
-
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled)
|
|
4307
|
-
.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled),
|
|
4308
|
-
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
4391
|
+
.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) {
|
|
4309
4392
|
border-color: rgba(var(--color-sf-primary));
|
|
4310
4393
|
box-shadow: inset 1px 1px rgba(var(--color-sf-primary)), inset -1px 0 rgba(var(--color-sf-primary)), inset 0 -1px rgba(var(--color-sf-primary));
|
|
4311
4394
|
}
|
|
@@ -4319,11 +4402,27 @@ textarea.e-outline.e-input,
|
|
|
4319
4402
|
margin-left: 0;
|
|
4320
4403
|
}
|
|
4321
4404
|
|
|
4405
|
+
.e-outline.e-float-input.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
4406
|
+
.e-outline.e-float-input.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap,
|
|
4407
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left .e-input-in-wrap,
|
|
4408
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left .e-input-in-wrap {
|
|
4409
|
+
margin-right: 0;
|
|
4410
|
+
}
|
|
4411
|
+
|
|
4322
4412
|
.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
4323
4413
|
.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
4324
4414
|
.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
4325
4415
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
4326
|
-
margin:
|
|
4416
|
+
margin-left: 4px;
|
|
4417
|
+
margin-right: 0;
|
|
4418
|
+
}
|
|
4419
|
+
|
|
4420
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
4421
|
+
.e-outline.e-float-input.e-rtl.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
4422
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
4423
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
4424
|
+
margin-right: 4px;
|
|
4425
|
+
margin-left: 0;
|
|
4327
4426
|
}
|
|
4328
4427
|
|
|
4329
4428
|
.e-outline.e-float-input .e-clear-icon,
|
|
@@ -4738,6 +4837,22 @@ textarea.e-input.e-small.e-outline,
|
|
|
4738
4837
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
4739
4838
|
.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
4740
4839
|
.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
4840
|
+
margin-left: 8px;
|
|
4841
|
+
margin-right: 0;
|
|
4842
|
+
}
|
|
4843
|
+
|
|
4844
|
+
.e-outline.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
4845
|
+
.e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
4846
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
4847
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
4848
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
4849
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-float-icon-left > .e-input-group-icon,
|
|
4850
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
4851
|
+
.e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
4852
|
+
.e-bigger .e-outline.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
4853
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon,
|
|
4854
|
+
.e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger,
|
|
4855
|
+
.e-bigger .e-outline.e-float-input.e-input-group.e-rtl.e-control-wrapper.e-float-icon-left > .e-input-group-icon {
|
|
4741
4856
|
margin-left: 0;
|
|
4742
4857
|
margin-right: 8px;
|
|
4743
4858
|
}
|
|
@@ -5124,7 +5239,7 @@ textarea.e-input.e-bigger.e-small.e-outline,
|
|
|
5124
5239
|
.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text,
|
|
5125
5240
|
.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
|
|
5126
5241
|
.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
|
|
5127
|
-
line-height:
|
|
5242
|
+
line-height: 54px;
|
|
5128
5243
|
}
|
|
5129
5244
|
|
|
5130
5245
|
.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -5239,6 +5354,15 @@ textarea.e-input.e-bigger.e-small.e-outline,
|
|
|
5239
5354
|
transition: border-color 0.1s, box-shadow 0.2s;
|
|
5240
5355
|
}
|
|
5241
5356
|
|
|
5357
|
+
.e-outline.e-float-icon-left label.e-float-text::before,
|
|
5358
|
+
.e-outline.e-float-icon-left label.e-float-text::after,
|
|
5359
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::before,
|
|
5360
|
+
.e-outline.e-float-input.e-float-icon-left label.e-float-text::after,
|
|
5361
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::before,
|
|
5362
|
+
.e-outline.e-float-input.e-control-wrapper.e-float-icon-left label.e-float-text::after {
|
|
5363
|
+
transition: none;
|
|
5364
|
+
}
|
|
5365
|
+
|
|
5242
5366
|
.e-bigger.e-outline label.e-float-text::before,
|
|
5243
5367
|
.e-bigger.e-outline label.e-float-text::after,
|
|
5244
5368
|
.e-bigger.e-outline.e-float-input label.e-float-text::before,
|
|
@@ -12392,6 +12516,61 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12392
12516
|
}
|
|
12393
12517
|
|
|
12394
12518
|
/* stylelint-disable-line no-empty-source */
|
|
12519
|
+
:root {
|
|
12520
|
+
--color-sf-black: 0, 0, 0;
|
|
12521
|
+
--color-sf-white: 255, 255, 255;
|
|
12522
|
+
--color-sf-primary: 208, 188, 255;
|
|
12523
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
12524
|
+
--color-sf-secondary: 204, 194, 220;
|
|
12525
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
12526
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
12527
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
12528
|
+
--color-sf-surface: 28, 27, 31;
|
|
12529
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
12530
|
+
--color-sf-background: var(--color-sf-surface);
|
|
12531
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
12532
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
12533
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
12534
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
12535
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
12536
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
12537
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
12538
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
12539
|
+
--color-sf-on-background: 230, 225, 229;
|
|
12540
|
+
--color-sf-outline: 147, 143, 153;
|
|
12541
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
12542
|
+
--color-sf-shadow: 0, 0, 0;
|
|
12543
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
12544
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
12545
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
12546
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
12547
|
+
--color-sf-scrim: 0, 0, 0;
|
|
12548
|
+
--color-sf-error: 242, 184, 181;
|
|
12549
|
+
--color-sf-error-container: 140, 29, 24;
|
|
12550
|
+
--color-sf-on-error: 96, 20, 16;
|
|
12551
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
12552
|
+
--color-sf-success: 83, 202, 23;
|
|
12553
|
+
--color-sf-success-container: 22, 62, 2;
|
|
12554
|
+
--color-sf-on-success: 13, 39, 0;
|
|
12555
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
12556
|
+
--color-sf-info: 71, 172, 251;
|
|
12557
|
+
--color-sf-info-container: 0, 67, 120;
|
|
12558
|
+
--color-sf-on-info: 0, 51, 91;
|
|
12559
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
12560
|
+
--color-sf-warning: 245, 180, 130;
|
|
12561
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
12562
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
12563
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
12564
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
12565
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
12566
|
+
--color-sf-success-text: 0, 0, 0;
|
|
12567
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
12568
|
+
--color-sf-info-text: 0, 0, 0;
|
|
12569
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
12570
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
12571
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
12572
|
+
}
|
|
12573
|
+
|
|
12395
12574
|
/* stylelint-disable property-no-vendor-prefix */
|
|
12396
12575
|
@keyframes e-input-ripple {
|
|
12397
12576
|
100% {
|
|
@@ -12455,6 +12634,61 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12455
12634
|
font-size: 18px;
|
|
12456
12635
|
}
|
|
12457
12636
|
|
|
12637
|
+
:root {
|
|
12638
|
+
--color-sf-black: 0, 0, 0;
|
|
12639
|
+
--color-sf-white: 255, 255, 255;
|
|
12640
|
+
--color-sf-primary: 208, 188, 255;
|
|
12641
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
12642
|
+
--color-sf-secondary: 204, 194, 220;
|
|
12643
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
12644
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
12645
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
12646
|
+
--color-sf-surface: 28, 27, 31;
|
|
12647
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
12648
|
+
--color-sf-background: var(--color-sf-surface);
|
|
12649
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
12650
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
12651
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
12652
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
12653
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
12654
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
12655
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
12656
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
12657
|
+
--color-sf-on-background: 230, 225, 229;
|
|
12658
|
+
--color-sf-outline: 147, 143, 153;
|
|
12659
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
12660
|
+
--color-sf-shadow: 0, 0, 0;
|
|
12661
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
12662
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
12663
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
12664
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
12665
|
+
--color-sf-scrim: 0, 0, 0;
|
|
12666
|
+
--color-sf-error: 242, 184, 181;
|
|
12667
|
+
--color-sf-error-container: 140, 29, 24;
|
|
12668
|
+
--color-sf-on-error: 96, 20, 16;
|
|
12669
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
12670
|
+
--color-sf-success: 83, 202, 23;
|
|
12671
|
+
--color-sf-success-container: 22, 62, 2;
|
|
12672
|
+
--color-sf-on-success: 13, 39, 0;
|
|
12673
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
12674
|
+
--color-sf-info: 71, 172, 251;
|
|
12675
|
+
--color-sf-info-container: 0, 67, 120;
|
|
12676
|
+
--color-sf-on-info: 0, 51, 91;
|
|
12677
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
12678
|
+
--color-sf-warning: 245, 180, 130;
|
|
12679
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
12680
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
12681
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
12682
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
12683
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
12684
|
+
--color-sf-success-text: 0, 0, 0;
|
|
12685
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
12686
|
+
--color-sf-info-text: 0, 0, 0;
|
|
12687
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
12688
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
12689
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
12690
|
+
}
|
|
12691
|
+
|
|
12458
12692
|
/* stylelint-disable property-no-vendor-prefix */
|
|
12459
12693
|
@keyframes e-input-ripple {
|
|
12460
12694
|
100% {
|
|
@@ -12504,6 +12738,61 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12504
12738
|
color: rgba(var(--color-sf-error));
|
|
12505
12739
|
}
|
|
12506
12740
|
|
|
12741
|
+
:root {
|
|
12742
|
+
--color-sf-black: 0, 0, 0;
|
|
12743
|
+
--color-sf-white: 255, 255, 255;
|
|
12744
|
+
--color-sf-primary: 208, 188, 255;
|
|
12745
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
12746
|
+
--color-sf-secondary: 204, 194, 220;
|
|
12747
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
12748
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
12749
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
12750
|
+
--color-sf-surface: 28, 27, 31;
|
|
12751
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
12752
|
+
--color-sf-background: var(--color-sf-surface);
|
|
12753
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
12754
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
12755
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
12756
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
12757
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
12758
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
12759
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
12760
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
12761
|
+
--color-sf-on-background: 230, 225, 229;
|
|
12762
|
+
--color-sf-outline: 147, 143, 153;
|
|
12763
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
12764
|
+
--color-sf-shadow: 0, 0, 0;
|
|
12765
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
12766
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
12767
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
12768
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
12769
|
+
--color-sf-scrim: 0, 0, 0;
|
|
12770
|
+
--color-sf-error: 242, 184, 181;
|
|
12771
|
+
--color-sf-error-container: 140, 29, 24;
|
|
12772
|
+
--color-sf-on-error: 96, 20, 16;
|
|
12773
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
12774
|
+
--color-sf-success: 83, 202, 23;
|
|
12775
|
+
--color-sf-success-container: 22, 62, 2;
|
|
12776
|
+
--color-sf-on-success: 13, 39, 0;
|
|
12777
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
12778
|
+
--color-sf-info: 71, 172, 251;
|
|
12779
|
+
--color-sf-info-container: 0, 67, 120;
|
|
12780
|
+
--color-sf-on-info: 0, 51, 91;
|
|
12781
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
12782
|
+
--color-sf-warning: 245, 180, 130;
|
|
12783
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
12784
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
12785
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
12786
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
12787
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
12788
|
+
--color-sf-success-text: 0, 0, 0;
|
|
12789
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
12790
|
+
--color-sf-info-text: 0, 0, 0;
|
|
12791
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
12792
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
12793
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
12794
|
+
}
|
|
12795
|
+
|
|
12507
12796
|
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
12508
12797
|
/* stylelint-disable property-no-vendor-prefix */
|
|
12509
12798
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
@@ -13213,6 +13502,61 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13213
13502
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
13214
13503
|
border-color: rgba(var(--color-sf-primary));
|
|
13215
13504
|
}
|
|
13505
|
+
:root {
|
|
13506
|
+
--color-sf-black: 0, 0, 0;
|
|
13507
|
+
--color-sf-white: 255, 255, 255;
|
|
13508
|
+
--color-sf-primary: 208, 188, 255;
|
|
13509
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
13510
|
+
--color-sf-secondary: 204, 194, 220;
|
|
13511
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
13512
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
13513
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
13514
|
+
--color-sf-surface: 28, 27, 31;
|
|
13515
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
13516
|
+
--color-sf-background: var(--color-sf-surface);
|
|
13517
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
13518
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
13519
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
13520
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
13521
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
13522
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
13523
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
13524
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
13525
|
+
--color-sf-on-background: 230, 225, 229;
|
|
13526
|
+
--color-sf-outline: 147, 143, 153;
|
|
13527
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
13528
|
+
--color-sf-shadow: 0, 0, 0;
|
|
13529
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
13530
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
13531
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
13532
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
13533
|
+
--color-sf-scrim: 0, 0, 0;
|
|
13534
|
+
--color-sf-error: 242, 184, 181;
|
|
13535
|
+
--color-sf-error-container: 140, 29, 24;
|
|
13536
|
+
--color-sf-on-error: 96, 20, 16;
|
|
13537
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
13538
|
+
--color-sf-success: 83, 202, 23;
|
|
13539
|
+
--color-sf-success-container: 22, 62, 2;
|
|
13540
|
+
--color-sf-on-success: 13, 39, 0;
|
|
13541
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
13542
|
+
--color-sf-info: 71, 172, 251;
|
|
13543
|
+
--color-sf-info-container: 0, 67, 120;
|
|
13544
|
+
--color-sf-on-info: 0, 51, 91;
|
|
13545
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
13546
|
+
--color-sf-warning: 245, 180, 130;
|
|
13547
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
13548
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
13549
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
13550
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
13551
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
13552
|
+
--color-sf-success-text: 0, 0, 0;
|
|
13553
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
13554
|
+
--color-sf-info-text: 0, 0, 0;
|
|
13555
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
13556
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
13557
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
13558
|
+
}
|
|
13559
|
+
|
|
13216
13560
|
/* stylelint-disable property-no-vendor-prefix */
|
|
13217
13561
|
@keyframes e-input-ripple {
|
|
13218
13562
|
100% {
|
|
@@ -13229,6 +13573,61 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13229
13573
|
}
|
|
13230
13574
|
}
|
|
13231
13575
|
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
13576
|
+
:root {
|
|
13577
|
+
--color-sf-black: 0, 0, 0;
|
|
13578
|
+
--color-sf-white: 255, 255, 255;
|
|
13579
|
+
--color-sf-primary: 208, 188, 255;
|
|
13580
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
13581
|
+
--color-sf-secondary: 204, 194, 220;
|
|
13582
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
13583
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
13584
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
13585
|
+
--color-sf-surface: 28, 27, 31;
|
|
13586
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
13587
|
+
--color-sf-background: var(--color-sf-surface);
|
|
13588
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
13589
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
13590
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
13591
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
13592
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
13593
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
13594
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
13595
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
13596
|
+
--color-sf-on-background: 230, 225, 229;
|
|
13597
|
+
--color-sf-outline: 147, 143, 153;
|
|
13598
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
13599
|
+
--color-sf-shadow: 0, 0, 0;
|
|
13600
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
13601
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
13602
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
13603
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
13604
|
+
--color-sf-scrim: 0, 0, 0;
|
|
13605
|
+
--color-sf-error: 242, 184, 181;
|
|
13606
|
+
--color-sf-error-container: 140, 29, 24;
|
|
13607
|
+
--color-sf-on-error: 96, 20, 16;
|
|
13608
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
13609
|
+
--color-sf-success: 83, 202, 23;
|
|
13610
|
+
--color-sf-success-container: 22, 62, 2;
|
|
13611
|
+
--color-sf-on-success: 13, 39, 0;
|
|
13612
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
13613
|
+
--color-sf-info: 71, 172, 251;
|
|
13614
|
+
--color-sf-info-container: 0, 67, 120;
|
|
13615
|
+
--color-sf-on-info: 0, 51, 91;
|
|
13616
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
13617
|
+
--color-sf-warning: 245, 180, 130;
|
|
13618
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
13619
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
13620
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
13621
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
13622
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
13623
|
+
--color-sf-success-text: 0, 0, 0;
|
|
13624
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
13625
|
+
--color-sf-info-text: 0, 0, 0;
|
|
13626
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
13627
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
13628
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
13629
|
+
}
|
|
13630
|
+
|
|
13232
13631
|
/* stylelint-disable property-no-vendor-prefix */
|
|
13233
13632
|
@keyframes material-spinner-rotate {
|
|
13234
13633
|
0% {
|
|
@@ -14035,6 +14434,61 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
14035
14434
|
box-shadow: 0 0 0 transparent;
|
|
14036
14435
|
}
|
|
14037
14436
|
|
|
14437
|
+
:root {
|
|
14438
|
+
--color-sf-black: 0, 0, 0;
|
|
14439
|
+
--color-sf-white: 255, 255, 255;
|
|
14440
|
+
--color-sf-primary: 208, 188, 255;
|
|
14441
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
14442
|
+
--color-sf-secondary: 204, 194, 220;
|
|
14443
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
14444
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
14445
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
14446
|
+
--color-sf-surface: 28, 27, 31;
|
|
14447
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
14448
|
+
--color-sf-background: var(--color-sf-surface);
|
|
14449
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
14450
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
14451
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
14452
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
14453
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
14454
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
14455
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
14456
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
14457
|
+
--color-sf-on-background: 230, 225, 229;
|
|
14458
|
+
--color-sf-outline: 147, 143, 153;
|
|
14459
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
14460
|
+
--color-sf-shadow: 0, 0, 0;
|
|
14461
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
14462
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
14463
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
14464
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
14465
|
+
--color-sf-scrim: 0, 0, 0;
|
|
14466
|
+
--color-sf-error: 242, 184, 181;
|
|
14467
|
+
--color-sf-error-container: 140, 29, 24;
|
|
14468
|
+
--color-sf-on-error: 96, 20, 16;
|
|
14469
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
14470
|
+
--color-sf-success: 83, 202, 23;
|
|
14471
|
+
--color-sf-success-container: 22, 62, 2;
|
|
14472
|
+
--color-sf-on-success: 13, 39, 0;
|
|
14473
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
14474
|
+
--color-sf-info: 71, 172, 251;
|
|
14475
|
+
--color-sf-info-container: 0, 67, 120;
|
|
14476
|
+
--color-sf-on-info: 0, 51, 91;
|
|
14477
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
14478
|
+
--color-sf-warning: 245, 180, 130;
|
|
14479
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
14480
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
14481
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
14482
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
14483
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
14484
|
+
--color-sf-success-text: 0, 0, 0;
|
|
14485
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
14486
|
+
--color-sf-info-text: 0, 0, 0;
|
|
14487
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
14488
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
14489
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
14490
|
+
}
|
|
14491
|
+
|
|
14038
14492
|
/* stylelint-disable-line no-empty-source */
|
|
14039
14493
|
/* stylelint-disable property-no-vendor-prefix */
|
|
14040
14494
|
@keyframes e-input-ripple {
|
|
@@ -14860,6 +15314,61 @@ body.e-colorpicker-overflow {
|
|
|
14860
15314
|
border-color: rgba(var(--color-sf-white));
|
|
14861
15315
|
}
|
|
14862
15316
|
|
|
15317
|
+
:root {
|
|
15318
|
+
--color-sf-black: 0, 0, 0;
|
|
15319
|
+
--color-sf-white: 255, 255, 255;
|
|
15320
|
+
--color-sf-primary: 208, 188, 255;
|
|
15321
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
15322
|
+
--color-sf-secondary: 204, 194, 220;
|
|
15323
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
15324
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
15325
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
15326
|
+
--color-sf-surface: 28, 27, 31;
|
|
15327
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
15328
|
+
--color-sf-background: var(--color-sf-surface);
|
|
15329
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
15330
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
15331
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
15332
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
15333
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
15334
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
15335
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
15336
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
15337
|
+
--color-sf-on-background: 230, 225, 229;
|
|
15338
|
+
--color-sf-outline: 147, 143, 153;
|
|
15339
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
15340
|
+
--color-sf-shadow: 0, 0, 0;
|
|
15341
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
15342
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
15343
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
15344
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
15345
|
+
--color-sf-scrim: 0, 0, 0;
|
|
15346
|
+
--color-sf-error: 242, 184, 181;
|
|
15347
|
+
--color-sf-error-container: 140, 29, 24;
|
|
15348
|
+
--color-sf-on-error: 96, 20, 16;
|
|
15349
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
15350
|
+
--color-sf-success: 83, 202, 23;
|
|
15351
|
+
--color-sf-success-container: 22, 62, 2;
|
|
15352
|
+
--color-sf-on-success: 13, 39, 0;
|
|
15353
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
15354
|
+
--color-sf-info: 71, 172, 251;
|
|
15355
|
+
--color-sf-info-container: 0, 67, 120;
|
|
15356
|
+
--color-sf-on-info: 0, 51, 91;
|
|
15357
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
15358
|
+
--color-sf-warning: 245, 180, 130;
|
|
15359
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
15360
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
15361
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
15362
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
15363
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
15364
|
+
--color-sf-success-text: 0, 0, 0;
|
|
15365
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
15366
|
+
--color-sf-info-text: 0, 0, 0;
|
|
15367
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
15368
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
15369
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
15370
|
+
}
|
|
15371
|
+
|
|
14863
15372
|
.e-rating-container {
|
|
14864
15373
|
display: -ms-inline-flexbox;
|
|
14865
15374
|
display: inline-flex;
|