@syncfusion/ej2-angular-inputs 21.2.9 → 22.1.34-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 +1491 -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/license +10 -0
- package/package.json +15 -29
- 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 +4 -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 +1 -3
- package/src/uploader/uploader.module.d.ts +0 -7
- package/styles/bootstrap-dark.css +22 -3
- package/styles/bootstrap.css +22 -3
- package/styles/bootstrap4.css +22 -4
- package/styles/bootstrap5-dark.css +22 -3
- package/styles/bootstrap5.css +22 -3
- 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.css +1 -0
- package/styles/color-picker/fluent-dark.scss +1 -11
- package/styles/color-picker/fluent.css +1 -0
- 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.scss +1 -11
- package/styles/color-picker/material3-dark.css +880 -0
- package/styles/color-picker/material3-dark.scss +2 -0
- package/styles/color-picker/material3.css +936 -0
- package/styles/color-picker/material3.scss +2 -0
- package/styles/color-picker/tailwind-dark.scss +1 -11
- package/styles/color-picker/tailwind.scss +1 -11
- package/styles/fabric-dark.css +22 -3
- package/styles/fabric.css +22 -3
- package/styles/fluent-dark.css +23 -3
- package/styles/fluent.css +23 -3
- package/styles/highcontrast-light.css +22 -3
- package/styles/highcontrast.css +22 -3
- package/styles/input/bootstrap-dark.css +14 -1
- package/styles/input/bootstrap-dark.scss +1 -4
- package/styles/input/bootstrap.css +14 -1
- package/styles/input/bootstrap.scss +1 -4
- package/styles/input/bootstrap4.css +14 -1
- package/styles/input/bootstrap4.scss +1 -4
- package/styles/input/bootstrap5-dark.css +14 -1
- package/styles/input/bootstrap5-dark.scss +1 -4
- package/styles/input/bootstrap5.css +14 -1
- package/styles/input/bootstrap5.scss +1 -4
- package/styles/input/fabric-dark.css +14 -1
- package/styles/input/fabric-dark.scss +1 -4
- package/styles/input/fabric.css +14 -1
- package/styles/input/fabric.scss +1 -4
- package/styles/input/fluent-dark.css +14 -1
- package/styles/input/fluent-dark.scss +1 -4
- package/styles/input/fluent.css +14 -1
- package/styles/input/fluent.scss +1 -4
- package/styles/input/highcontrast-light.css +14 -1
- package/styles/input/highcontrast-light.scss +1 -4
- package/styles/input/highcontrast.css +14 -1
- package/styles/input/highcontrast.scss +1 -4
- package/styles/input/material-dark.css +92 -64
- package/styles/input/material-dark.scss +1 -4
- package/styles/input/material.css +92 -64
- package/styles/input/material.scss +1 -4
- package/styles/input/material3-dark.css +12357 -0
- package/styles/input/material3-dark.scss +2 -0
- package/styles/input/material3.css +12413 -0
- package/styles/input/material3.scss +2 -0
- package/styles/input/tailwind-dark.css +14 -1
- package/styles/input/tailwind-dark.scss +1 -4
- package/styles/input/tailwind.css +14 -1
- 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.scss +1 -4
- package/styles/maskedtextbox/material3-dark.css +104 -0
- package/styles/maskedtextbox/material3-dark.scss +2 -0
- package/styles/maskedtextbox/material3.css +160 -0
- package/styles/maskedtextbox/material3.scss +2 -0
- package/styles/maskedtextbox/tailwind-dark.scss +1 -4
- package/styles/maskedtextbox/tailwind.scss +1 -4
- package/styles/material-dark.css +102 -66
- package/styles/material.css +102 -66
- package/styles/material3-dark.css +15567 -0
- package/styles/material3-dark.scss +10 -0
- package/styles/material3.css +16063 -0
- package/styles/material3.scss +10 -0
- 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.scss +1 -5
- package/styles/numerictextbox/material3-dark.css +118 -0
- package/styles/numerictextbox/material3-dark.scss +2 -0
- package/styles/numerictextbox/material3.css +174 -0
- package/styles/numerictextbox/material3.scss +2 -0
- package/styles/numerictextbox/tailwind-dark.scss +1 -5
- package/styles/numerictextbox/tailwind.scss +1 -5
- package/styles/rating/bootstrap-dark.css +8 -2
- package/styles/rating/bootstrap-dark.scss +1 -4
- package/styles/rating/bootstrap.css +8 -2
- package/styles/rating/bootstrap.scss +1 -4
- package/styles/rating/bootstrap4.css +8 -3
- package/styles/rating/bootstrap4.scss +1 -4
- package/styles/rating/bootstrap5-dark.css +8 -2
- package/styles/rating/bootstrap5-dark.scss +1 -4
- package/styles/rating/bootstrap5.css +8 -2
- package/styles/rating/bootstrap5.scss +1 -4
- package/styles/rating/fabric-dark.css +8 -2
- package/styles/rating/fabric-dark.scss +1 -4
- package/styles/rating/fabric.css +8 -2
- package/styles/rating/fabric.scss +1 -4
- package/styles/rating/fluent-dark.css +8 -2
- package/styles/rating/fluent-dark.scss +1 -4
- package/styles/rating/fluent.css +8 -2
- package/styles/rating/fluent.scss +1 -4
- package/styles/rating/highcontrast-light.css +8 -2
- package/styles/rating/highcontrast-light.scss +1 -4
- package/styles/rating/highcontrast.css +8 -2
- package/styles/rating/highcontrast.scss +1 -4
- package/styles/rating/material-dark.css +8 -2
- package/styles/rating/material-dark.scss +1 -4
- package/styles/rating/material.css +8 -2
- package/styles/rating/material.scss +1 -4
- package/styles/rating/material3-dark.css +340 -0
- package/styles/rating/material3-dark.scss +2 -0
- package/styles/rating/material3.css +396 -0
- package/styles/rating/material3.scss +2 -0
- package/styles/rating/tailwind-dark.css +8 -2
- package/styles/rating/tailwind-dark.scss +1 -4
- package/styles/rating/tailwind.css +8 -2
- 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.scss +1 -3
- package/styles/signature/material3-dark.css +65 -0
- package/styles/signature/material3-dark.scss +2 -0
- package/styles/signature/material3.css +121 -0
- package/styles/signature/material3.scss +2 -0
- 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.css +2 -0
- package/styles/slider/material-dark.scss +1 -5
- package/styles/slider/material.css +2 -0
- package/styles/slider/material.scss +1 -5
- package/styles/slider/material3-dark.css +765 -0
- package/styles/slider/material3-dark.scss +2 -0
- package/styles/slider/material3.css +821 -0
- package/styles/slider/material3.scss +2 -0
- package/styles/slider/tailwind-dark.scss +1 -5
- package/styles/slider/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +22 -3
- package/styles/tailwind.css +22 -3
- 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.scss +1 -4
- package/styles/textbox/material3-dark.css +72 -0
- package/styles/textbox/material3-dark.scss +2 -0
- package/styles/textbox/material3.css +128 -0
- package/styles/textbox/material3.scss +2 -0
- 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.scss +1 -6
- package/styles/uploader/material3-dark.css +861 -0
- package/styles/uploader/material3-dark.scss +2 -0
- package/styles/uploader/material3.css +917 -0
- package/styles/uploader/material3.scss +2 -0
- 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 -1260
- package/styles/color-picker/_material-dark-definition.scss +0 -135
- package/styles/color-picker/_material-definition.scss +0 -130
- 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 -186
- 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.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 -11091
- package/styles/input/_material-dark-definition.scss +0 -573
- package/styles/input/_material-definition.scss +0 -573
- 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 -4283
- 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.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/_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/_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.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 -46
- package/styles/rating/_bootstrap-definition.scss +0 -46
- package/styles/rating/_bootstrap4-definition.scss +0 -46
- package/styles/rating/_bootstrap5-dark-definition.scss +0 -1
- package/styles/rating/_bootstrap5-definition.scss +0 -43
- package/styles/rating/_fabric-dark-definition.scss +0 -46
- package/styles/rating/_fabric-definition.scss +0 -46
- package/styles/rating/_fluent-dark-definition.scss +0 -1
- package/styles/rating/_fluent-definition.scss +0 -43
- package/styles/rating/_fusionnew-definition.scss +0 -46
- package/styles/rating/_highcontrast-definition.scss +0 -46
- package/styles/rating/_highcontrast-light-definition.scss +0 -46
- package/styles/rating/_layout.scss +0 -209
- package/styles/rating/_material-dark-definition.scss +0 -46
- package/styles/rating/_material-definition.scss +0 -46
- package/styles/rating/_tailwind-dark-definition.scss +0 -1
- package/styles/rating/_tailwind-definition.scss +0 -43
- package/styles/rating/_theme.scss +0 -170
- 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/_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 -2440
- package/styles/slider/_material-dark-definition.scss +0 -159
- package/styles/slider/_material-definition.scss +0 -154
- package/styles/slider/_tailwind-dark-definition.scss +0 -1
- package/styles/slider/_tailwind-definition.scss +0 -84
- package/styles/slider/_theme.scss +0 -240
- package/styles/textbox/_all.scss +0 -1
- package/styles/textbox/_bootstrap-dark-definition.scss +0 -1
- package/styles/textbox/_bootstrap-definition.scss +0 -1
- package/styles/textbox/_bootstrap4-definition.scss +0 -1
- package/styles/textbox/_bootstrap5-dark-definition.scss +0 -1
- package/styles/textbox/_bootstrap5-definition.scss +0 -1
- package/styles/textbox/_fabric-dark-definition.scss +0 -1
- package/styles/textbox/_fabric-definition.scss +0 -1
- package/styles/textbox/_fluent-dark-definition.scss +0 -1
- package/styles/textbox/_fluent-definition.scss +0 -1
- package/styles/textbox/_fusionnew-definition.scss +0 -1
- package/styles/textbox/_highcontrast-definition.scss +0 -1
- package/styles/textbox/_highcontrast-light-definition.scss +0 -1
- package/styles/textbox/_layout.scss +0 -10
- package/styles/textbox/_material-dark-definition.scss +0 -1
- package/styles/textbox/_material-definition.scss +0 -1
- package/styles/textbox/_tailwind-dark-definition.scss +0 -1
- package/styles/textbox/_tailwind-definition.scss +0 -1
- 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/_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.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
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
|
|
2
|
+
@import 'signature/material3.scss';
|
|
3
|
+
@import 'input/material3.scss';
|
|
4
|
+
@import 'numerictextbox/material3.scss';
|
|
5
|
+
@import 'maskedtextbox/material3.scss';
|
|
6
|
+
@import 'slider/material3.scss';
|
|
7
|
+
@import 'textbox/material3.scss';
|
|
8
|
+
@import 'uploader/material3.scss';
|
|
9
|
+
@import 'color-picker/material3.scss';
|
|
10
|
+
@import 'rating/material3.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../input/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../input/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../input/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/numerictextbox/highcontrast-light.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../input/material-dark-definition.scss';
|
|
3
|
-
@import 'material-dark-definition.scss';
|
|
4
|
-
@import 'icons/material-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/numerictextbox/material-dark.scss';
|
|
@@ -0,0 +1,118 @@
|
|
|
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
|
+
:root {
|
|
3
|
+
--color-sf-black: 0, 0, 0;
|
|
4
|
+
--color-sf-white: 255, 255, 255;
|
|
5
|
+
--color-sf-primary: 208, 188, 255;
|
|
6
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
7
|
+
--color-sf-secondary: 204, 194, 220;
|
|
8
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
9
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
10
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
11
|
+
--color-sf-surface: 28, 27, 31;
|
|
12
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
13
|
+
--color-sf-background: var(--color-sf-surface);
|
|
14
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
15
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
16
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
17
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
18
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
19
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
20
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
21
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
22
|
+
--color-sf-on-background: 230, 225, 229;
|
|
23
|
+
--color-sf-outline: 147, 143, 153;
|
|
24
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
25
|
+
--color-sf-shadow: 0, 0, 0;
|
|
26
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
27
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
28
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
29
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
30
|
+
--color-sf-scrim: 0, 0, 0;
|
|
31
|
+
--color-sf-error: 242, 184, 181;
|
|
32
|
+
--color-sf-error-container: 140, 29, 24;
|
|
33
|
+
--color-sf-on-error: 96, 20, 16;
|
|
34
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
35
|
+
--color-sf-success: 83, 202, 23;
|
|
36
|
+
--color-sf-success-container: 22, 62, 2;
|
|
37
|
+
--color-sf-on-success: 13, 39, 0;
|
|
38
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
39
|
+
--color-sf-info: 71, 172, 251;
|
|
40
|
+
--color-sf-info-container: 0, 67, 120;
|
|
41
|
+
--color-sf-on-info: 0, 51, 91;
|
|
42
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
43
|
+
--color-sf-warning: 245, 180, 130;
|
|
44
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
45
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
46
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
47
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
48
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
49
|
+
--color-sf-success-text: 0, 0, 0;
|
|
50
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
51
|
+
--color-sf-info-text: 0, 0, 0;
|
|
52
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
53
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
54
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
58
|
+
@keyframes e-input-ripple {
|
|
59
|
+
100% {
|
|
60
|
+
opacity: 0;
|
|
61
|
+
transform: scale(4);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
@keyframes slideTopUp {
|
|
65
|
+
from {
|
|
66
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
67
|
+
}
|
|
68
|
+
to {
|
|
69
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
.e-input-group-icon.e-spin-up::before {
|
|
73
|
+
content: "\e87a";
|
|
74
|
+
font-family: "e-icons";
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.e-input-group-icon.e-spin-down::before {
|
|
78
|
+
content: "\e70d";
|
|
79
|
+
font-family: "e-icons";
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.e-numeric-container {
|
|
83
|
+
width: 100%;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
87
|
+
background-size: 300px 33px;
|
|
88
|
+
min-height: 33px;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
|
|
92
|
+
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
93
|
+
background-size: 300px 40px;
|
|
94
|
+
min-height: 40px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
98
|
+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
99
|
+
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
100
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
101
|
+
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
102
|
+
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
|
|
103
|
+
border: 0;
|
|
104
|
+
height: 0;
|
|
105
|
+
margin: 0;
|
|
106
|
+
padding: 0;
|
|
107
|
+
text-indent: 0;
|
|
108
|
+
visibility: hidden;
|
|
109
|
+
width: 0;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
113
|
+
font-size: 16px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
117
|
+
font-size: 18px;
|
|
118
|
+
}
|
|
@@ -0,0 +1,174 @@
|
|
|
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
|
+
:root {
|
|
3
|
+
--color-sf-black: 0, 0, 0;
|
|
4
|
+
--color-sf-white: 255, 255, 255;
|
|
5
|
+
--color-sf-primary: 103, 80, 164;
|
|
6
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
7
|
+
--color-sf-secondary: 98, 91, 113;
|
|
8
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
9
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
10
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
11
|
+
--color-sf-surface: 255, 255, 255;
|
|
12
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
13
|
+
--color-sf-background: var(--color-sf-surface);
|
|
14
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
15
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
16
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
17
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
18
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
19
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
20
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
21
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
22
|
+
--color-sf-on-background: 28, 27, 31;
|
|
23
|
+
--color-sf-outline: 121, 116, 126;
|
|
24
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
25
|
+
--color-sf-shadow: 0, 0, 0;
|
|
26
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
27
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
28
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
29
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
30
|
+
--color-sf-scrim: 0, 0, 0;
|
|
31
|
+
--color-sf-error: 179, 38, 30;
|
|
32
|
+
--color-sf-error-container: 249, 222, 220;
|
|
33
|
+
--color-sf-on-error: 255, 250, 250;
|
|
34
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
35
|
+
--color-sf-success: 32, 81, 7;
|
|
36
|
+
--color-sf-success-container: 209, 255, 186;
|
|
37
|
+
--color-sf-on-success: 244, 255, 239;
|
|
38
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
39
|
+
--color-sf-info: 1, 87, 155;
|
|
40
|
+
--color-sf-info-container: 233, 245, 255;
|
|
41
|
+
--color-sf-on-info: 250, 253, 255;
|
|
42
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
43
|
+
--color-sf-warning: 145, 76, 0;
|
|
44
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
45
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
46
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
47
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
48
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
49
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
50
|
+
--color-sf-success-text: 255, 255, 255;
|
|
51
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
52
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
53
|
+
--color-sf-info-text: 255, 255, 255;
|
|
54
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
55
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.e-dark-mode {
|
|
59
|
+
--color-sf-black: 0, 0, 0;
|
|
60
|
+
--color-sf-white: 255, 255, 255;
|
|
61
|
+
--color-sf-primary: 208, 188, 255;
|
|
62
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
63
|
+
--color-sf-secondary: 204, 194, 220;
|
|
64
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
65
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
66
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
67
|
+
--color-sf-surface: 28, 27, 31;
|
|
68
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
69
|
+
--color-sf-background: var(--color-sf-surface);
|
|
70
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
71
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
72
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
73
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
74
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
75
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
76
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
77
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
78
|
+
--color-sf-on-background: 230, 225, 229;
|
|
79
|
+
--color-sf-outline: 147, 143, 153;
|
|
80
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
81
|
+
--color-sf-shadow: 0, 0, 0;
|
|
82
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
83
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
84
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
85
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
86
|
+
--color-sf-scrim: 0, 0, 0;
|
|
87
|
+
--color-sf-error: 242, 184, 181;
|
|
88
|
+
--color-sf-error-container: 140, 29, 24;
|
|
89
|
+
--color-sf-on-error: 96, 20, 16;
|
|
90
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
91
|
+
--color-sf-success: 83, 202, 23;
|
|
92
|
+
--color-sf-success-container: 22, 62, 2;
|
|
93
|
+
--color-sf-on-success: 13, 39, 0;
|
|
94
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
95
|
+
--color-sf-info: 71, 172, 251;
|
|
96
|
+
--color-sf-info-container: 0, 67, 120;
|
|
97
|
+
--color-sf-on-info: 0, 51, 91;
|
|
98
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
99
|
+
--color-sf-warning: 245, 180, 130;
|
|
100
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
101
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
102
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
103
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
104
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
105
|
+
--color-sf-success-text: 0, 0, 0;
|
|
106
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
107
|
+
--color-sf-info-text: 0, 0, 0;
|
|
108
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
109
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
110
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
114
|
+
@keyframes e-input-ripple {
|
|
115
|
+
100% {
|
|
116
|
+
opacity: 0;
|
|
117
|
+
transform: scale(4);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
@keyframes slideTopUp {
|
|
121
|
+
from {
|
|
122
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
123
|
+
}
|
|
124
|
+
to {
|
|
125
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
.e-input-group-icon.e-spin-up::before {
|
|
129
|
+
content: "\e87a";
|
|
130
|
+
font-family: "e-icons";
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.e-input-group-icon.e-spin-down::before {
|
|
134
|
+
content: "\e70d";
|
|
135
|
+
font-family: "e-icons";
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.e-numeric-container {
|
|
139
|
+
width: 100%;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
143
|
+
background-size: 300px 33px;
|
|
144
|
+
min-height: 33px;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
|
|
148
|
+
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
149
|
+
background-size: 300px 40px;
|
|
150
|
+
min-height: 40px;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
154
|
+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
155
|
+
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
156
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
157
|
+
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
158
|
+
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
|
|
159
|
+
border: 0;
|
|
160
|
+
height: 0;
|
|
161
|
+
margin: 0;
|
|
162
|
+
padding: 0;
|
|
163
|
+
text-indent: 0;
|
|
164
|
+
visibility: hidden;
|
|
165
|
+
width: 0;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
169
|
+
font-size: 16px;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
173
|
+
font-size: 18px;
|
|
174
|
+
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../input/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'tailwind-dark-definition.scss';
|
|
4
|
-
@import 'icons/tailwind-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/numerictextbox/tailwind-dark.scss';
|
|
@@ -34,6 +34,8 @@
|
|
|
34
34
|
padding: 4px;
|
|
35
35
|
line-height: 9px;
|
|
36
36
|
display: block;
|
|
37
|
+
min-width: calc(1em + 8px);
|
|
38
|
+
min-height: calc(1em + 8px);
|
|
37
39
|
position: relative;
|
|
38
40
|
}
|
|
39
41
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -176,7 +178,7 @@
|
|
|
176
178
|
font-size: 22px;
|
|
177
179
|
}
|
|
178
180
|
|
|
179
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
181
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
180
182
|
outline-color: #676767;
|
|
181
183
|
border-radius: 2px;
|
|
182
184
|
}
|
|
@@ -188,6 +190,7 @@
|
|
|
188
190
|
}
|
|
189
191
|
.e-rating-container .e-reset.e-disabled {
|
|
190
192
|
color: #505050;
|
|
193
|
+
opacity: 1;
|
|
191
194
|
}
|
|
192
195
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
193
196
|
-webkit-text-fill-color: transparent;
|
|
@@ -241,6 +244,9 @@
|
|
|
241
244
|
-webkit-background-clip: text;
|
|
242
245
|
/* stylelint-enable property-no-vendor-prefix */
|
|
243
246
|
}
|
|
247
|
+
.e-rating-container.e-disabled {
|
|
248
|
+
opacity: 1;
|
|
249
|
+
}
|
|
244
250
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
245
251
|
-webkit-text-stroke: 1px #505050;
|
|
246
252
|
}
|
|
@@ -259,7 +265,7 @@
|
|
|
259
265
|
-webkit-background-clip: text;
|
|
260
266
|
/* stylelint-enable property-no-vendor-prefix */
|
|
261
267
|
}
|
|
262
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
268
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
263
269
|
background: linear-gradient(to left, #505050 var(--rating-value), transparent var(--rating-value));
|
|
264
270
|
background-clip: text;
|
|
265
271
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -34,6 +34,8 @@
|
|
|
34
34
|
padding: 4px;
|
|
35
35
|
line-height: 9px;
|
|
36
36
|
display: block;
|
|
37
|
+
min-width: calc(1em + 8px);
|
|
38
|
+
min-height: calc(1em + 8px);
|
|
37
39
|
position: relative;
|
|
38
40
|
}
|
|
39
41
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -176,7 +178,7 @@
|
|
|
176
178
|
font-size: 24px;
|
|
177
179
|
}
|
|
178
180
|
|
|
179
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
181
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
180
182
|
outline-color: #adadad;
|
|
181
183
|
border-radius: 2px;
|
|
182
184
|
}
|
|
@@ -188,6 +190,7 @@
|
|
|
188
190
|
}
|
|
189
191
|
.e-rating-container .e-reset.e-disabled {
|
|
190
192
|
color: #999;
|
|
193
|
+
opacity: 1;
|
|
191
194
|
}
|
|
192
195
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
193
196
|
-webkit-text-fill-color: transparent;
|
|
@@ -241,6 +244,9 @@
|
|
|
241
244
|
-webkit-background-clip: text;
|
|
242
245
|
/* stylelint-enable property-no-vendor-prefix */
|
|
243
246
|
}
|
|
247
|
+
.e-rating-container.e-disabled {
|
|
248
|
+
opacity: 1;
|
|
249
|
+
}
|
|
244
250
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
245
251
|
-webkit-text-stroke: 1px #999;
|
|
246
252
|
}
|
|
@@ -259,7 +265,7 @@
|
|
|
259
265
|
-webkit-background-clip: text;
|
|
260
266
|
/* stylelint-enable property-no-vendor-prefix */
|
|
261
267
|
}
|
|
262
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
268
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
263
269
|
background: linear-gradient(to left, #999 var(--rating-value), transparent var(--rating-value));
|
|
264
270
|
background-clip: text;
|
|
265
271
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -34,6 +34,8 @@
|
|
|
34
34
|
padding: 4px;
|
|
35
35
|
line-height: 11px;
|
|
36
36
|
display: block;
|
|
37
|
+
min-width: calc(1em + 8px);
|
|
38
|
+
min-height: calc(1em + 8px);
|
|
37
39
|
position: relative;
|
|
38
40
|
}
|
|
39
41
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -176,7 +178,7 @@
|
|
|
176
178
|
font-size: 20px;
|
|
177
179
|
}
|
|
178
180
|
|
|
179
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
181
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
180
182
|
outline-color: #007bff;
|
|
181
183
|
border-radius: 4px;
|
|
182
184
|
}
|
|
@@ -188,6 +190,7 @@
|
|
|
188
190
|
}
|
|
189
191
|
.e-rating-container .e-reset.e-disabled {
|
|
190
192
|
color: #343a40;
|
|
193
|
+
opacity: 1;
|
|
191
194
|
}
|
|
192
195
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
193
196
|
-webkit-text-fill-color: transparent;
|
|
@@ -218,7 +221,6 @@
|
|
|
218
221
|
/* stylelint-disable property-no-vendor-prefix */
|
|
219
222
|
-webkit-background-clip: text;
|
|
220
223
|
/* stylelint-enable property-no-vendor-prefix */
|
|
221
|
-
-webkit-text-stroke: 1px #dee2e6;
|
|
222
224
|
-webkit-text-stroke: 1px #007bff;
|
|
223
225
|
}
|
|
224
226
|
.e-rating-container.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
@@ -242,6 +244,9 @@
|
|
|
242
244
|
-webkit-background-clip: text;
|
|
243
245
|
/* stylelint-enable property-no-vendor-prefix */
|
|
244
246
|
}
|
|
247
|
+
.e-rating-container.e-disabled {
|
|
248
|
+
opacity: 1;
|
|
249
|
+
}
|
|
245
250
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
246
251
|
-webkit-text-stroke: 1px #343a40;
|
|
247
252
|
}
|
|
@@ -260,7 +265,7 @@
|
|
|
260
265
|
-webkit-background-clip: text;
|
|
261
266
|
/* stylelint-enable property-no-vendor-prefix */
|
|
262
267
|
}
|
|
263
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
268
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
264
269
|
background: linear-gradient(to left, #343a40 var(--rating-value), transparent var(--rating-value));
|
|
265
270
|
background-clip: text;
|
|
266
271
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -34,6 +34,8 @@
|
|
|
34
34
|
padding: 4px;
|
|
35
35
|
line-height: 13px;
|
|
36
36
|
display: block;
|
|
37
|
+
min-width: calc(1em + 8px);
|
|
38
|
+
min-height: calc(1em + 8px);
|
|
37
39
|
position: relative;
|
|
38
40
|
}
|
|
39
41
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -176,7 +178,7 @@
|
|
|
176
178
|
font-size: 22px;
|
|
177
179
|
}
|
|
178
180
|
|
|
179
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
181
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
180
182
|
outline-color: #0d6efd;
|
|
181
183
|
border-radius: 4px;
|
|
182
184
|
}
|
|
@@ -188,6 +190,7 @@
|
|
|
188
190
|
}
|
|
189
191
|
.e-rating-container .e-reset.e-disabled {
|
|
190
192
|
color: #6c757d;
|
|
193
|
+
opacity: 1;
|
|
191
194
|
}
|
|
192
195
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
193
196
|
-webkit-text-fill-color: transparent;
|
|
@@ -242,6 +245,9 @@
|
|
|
242
245
|
-webkit-background-clip: text;
|
|
243
246
|
/* stylelint-enable property-no-vendor-prefix */
|
|
244
247
|
}
|
|
248
|
+
.e-rating-container.e-disabled {
|
|
249
|
+
opacity: 1;
|
|
250
|
+
}
|
|
245
251
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
246
252
|
-webkit-text-stroke: 1px #495057;
|
|
247
253
|
}
|
|
@@ -260,7 +266,7 @@
|
|
|
260
266
|
-webkit-background-clip: text;
|
|
261
267
|
/* stylelint-enable property-no-vendor-prefix */
|
|
262
268
|
}
|
|
263
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
269
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
264
270
|
background: linear-gradient(to left, #6c757d var(--rating-value), transparent var(--rating-value));
|
|
265
271
|
background-clip: text;
|
|
266
272
|
/* stylelint-disable property-no-vendor-prefix */
|