@syncfusion/ej2-angular-inputs 20.2.44 → 20.2.48-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 +1563 -0
- package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-inputs.js +1472 -0
- package/@syncfusion/ej2-angular-inputs.js.map +1 -0
- package/CHANGELOG.md +1453 -0
- package/dist/ej2-angular-inputs.umd.js +1644 -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 +11 -0
- package/ej2-angular-inputs.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +105 -0
- package/schematics/generators/colorpicker-default/index.d.ts +3 -0
- package/schematics/generators/colorpicker-default/index.js +8 -0
- package/schematics/generators/colorpicker-default/sample-details.d.ts +5 -0
- package/schematics/generators/colorpicker-default/sample-details.js +7 -0
- package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/colorpicker-default/schema.d.ts +3 -0
- package/schematics/generators/colorpicker-default/schema.js +2 -0
- package/schematics/generators/colorpicker-default/schema.json +125 -0
- package/schematics/generators/maskedtextbox-custommask/index.d.ts +3 -0
- package/schematics/generators/maskedtextbox-custommask/index.js +8 -0
- package/schematics/generators/maskedtextbox-custommask/sample-details.d.ts +5 -0
- package/schematics/generators/maskedtextbox-custommask/sample-details.js +7 -0
- package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
- package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
- package/schematics/generators/maskedtextbox-custommask/schema.d.ts +3 -0
- package/schematics/generators/maskedtextbox-custommask/schema.js +2 -0
- package/schematics/generators/maskedtextbox-custommask/schema.json +125 -0
- package/schematics/generators/maskedtextbox-default/index.d.ts +3 -0
- package/schematics/generators/maskedtextbox-default/index.js +8 -0
- package/schematics/generators/maskedtextbox-default/sample-details.d.ts +5 -0
- package/schematics/generators/maskedtextbox-default/sample-details.js +7 -0
- package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
- package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
- package/schematics/generators/maskedtextbox-default/schema.d.ts +3 -0
- package/schematics/generators/maskedtextbox-default/schema.js +2 -0
- package/schematics/generators/maskedtextbox-default/schema.json +125 -0
- package/schematics/generators/maskedtextbox-formats/index.d.ts +3 -0
- package/schematics/generators/maskedtextbox-formats/index.js +8 -0
- package/schematics/generators/maskedtextbox-formats/sample-details.d.ts +5 -0
- package/schematics/generators/maskedtextbox-formats/sample-details.js +7 -0
- package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
- package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +9 -0
- package/schematics/generators/maskedtextbox-formats/schema.d.ts +3 -0
- package/schematics/generators/maskedtextbox-formats/schema.js +2 -0
- package/schematics/generators/maskedtextbox-formats/schema.json +125 -0
- package/schematics/generators/numerictextbox-customformat/index.d.ts +3 -0
- package/schematics/generators/numerictextbox-customformat/index.js +8 -0
- package/schematics/generators/numerictextbox-customformat/sample-details.d.ts +5 -0
- package/schematics/generators/numerictextbox-customformat/sample-details.js +7 -0
- package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
- package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +23 -0
- package/schematics/generators/numerictextbox-customformat/schema.d.ts +3 -0
- package/schematics/generators/numerictextbox-customformat/schema.js +2 -0
- package/schematics/generators/numerictextbox-customformat/schema.json +125 -0
- package/schematics/generators/numerictextbox-decimals/index.d.ts +3 -0
- package/schematics/generators/numerictextbox-decimals/index.js +8 -0
- package/schematics/generators/numerictextbox-decimals/sample-details.d.ts +5 -0
- package/schematics/generators/numerictextbox-decimals/sample-details.js +7 -0
- package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
- package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
- package/schematics/generators/numerictextbox-decimals/schema.d.ts +3 -0
- package/schematics/generators/numerictextbox-decimals/schema.js +2 -0
- package/schematics/generators/numerictextbox-decimals/schema.json +125 -0
- package/schematics/generators/numerictextbox-default/index.d.ts +3 -0
- package/schematics/generators/numerictextbox-default/index.js +8 -0
- package/schematics/generators/numerictextbox-default/sample-details.d.ts +5 -0
- package/schematics/generators/numerictextbox-default/sample-details.js +7 -0
- package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
- package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +22 -0
- package/schematics/generators/numerictextbox-default/schema.d.ts +3 -0
- package/schematics/generators/numerictextbox-default/schema.js +2 -0
- package/schematics/generators/numerictextbox-default/schema.json +125 -0
- package/schematics/generators/numerictextbox-range/index.d.ts +3 -0
- package/schematics/generators/numerictextbox-range/index.js +8 -0
- package/schematics/generators/numerictextbox-range/sample-details.d.ts +5 -0
- package/schematics/generators/numerictextbox-range/sample-details.js +7 -0
- package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +14 -0
- package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +9 -0
- package/schematics/generators/numerictextbox-range/schema.d.ts +3 -0
- package/schematics/generators/numerictextbox-range/schema.js +2 -0
- package/schematics/generators/numerictextbox-range/schema.json +125 -0
- package/schematics/generators/slider-default/index.d.ts +3 -0
- package/schematics/generators/slider-default/index.js +8 -0
- package/schematics/generators/slider-default/sample-details.d.ts +5 -0
- package/schematics/generators/slider-default/sample-details.js +7 -0
- package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
- package/schematics/generators/slider-default/schema.d.ts +3 -0
- package/schematics/generators/slider-default/schema.js +2 -0
- package/schematics/generators/slider-default/schema.json +125 -0
- package/schematics/generators/slider-limits/index.d.ts +3 -0
- package/schematics/generators/slider-limits/index.js +8 -0
- package/schematics/generators/slider-limits/sample-details.d.ts +5 -0
- package/schematics/generators/slider-limits/sample-details.js +7 -0
- package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
- package/schematics/generators/slider-limits/schema.d.ts +3 -0
- package/schematics/generators/slider-limits/schema.js +2 -0
- package/schematics/generators/slider-limits/schema.json +125 -0
- package/schematics/generators/slider-minrange/index.d.ts +3 -0
- package/schematics/generators/slider-minrange/index.js +8 -0
- package/schematics/generators/slider-minrange/sample-details.d.ts +5 -0
- package/schematics/generators/slider-minrange/sample-details.js +7 -0
- package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
- package/schematics/generators/slider-minrange/schema.d.ts +3 -0
- package/schematics/generators/slider-minrange/schema.js +2 -0
- package/schematics/generators/slider-minrange/schema.json +125 -0
- package/schematics/generators/slider-range/index.d.ts +3 -0
- package/schematics/generators/slider-range/index.js +8 -0
- package/schematics/generators/slider-range/sample-details.d.ts +5 -0
- package/schematics/generators/slider-range/sample-details.js +7 -0
- package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
- package/schematics/generators/slider-range/schema.d.ts +3 -0
- package/schematics/generators/slider-range/schema.js +2 -0
- package/schematics/generators/slider-range/schema.json +125 -0
- package/schematics/generators/slider-ticks/index.d.ts +3 -0
- package/schematics/generators/slider-ticks/index.js +8 -0
- package/schematics/generators/slider-ticks/sample-details.d.ts +5 -0
- package/schematics/generators/slider-ticks/sample-details.js +7 -0
- package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
- package/schematics/generators/slider-ticks/schema.d.ts +3 -0
- package/schematics/generators/slider-ticks/schema.js +2 -0
- package/schematics/generators/slider-ticks/schema.json +125 -0
- package/schematics/generators/slider-vertical/index.d.ts +3 -0
- package/schematics/generators/slider-vertical/index.js +8 -0
- package/schematics/generators/slider-vertical/sample-details.d.ts +5 -0
- package/schematics/generators/slider-vertical/sample-details.js +7 -0
- package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
- package/schematics/generators/slider-vertical/schema.d.ts +3 -0
- package/schematics/generators/slider-vertical/schema.js +2 -0
- package/schematics/generators/slider-vertical/schema.json +125 -0
- package/schematics/generators/textbox-floatinglabel/index.d.ts +3 -0
- package/schematics/generators/textbox-floatinglabel/index.js +8 -0
- package/schematics/generators/textbox-floatinglabel/sample-details.d.ts +5 -0
- package/schematics/generators/textbox-floatinglabel/sample-details.js +7 -0
- package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +15 -0
- package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +21 -0
- package/schematics/generators/textbox-floatinglabel/schema.d.ts +3 -0
- package/schematics/generators/textbox-floatinglabel/schema.js +2 -0
- package/schematics/generators/textbox-floatinglabel/schema.json +125 -0
- package/schematics/generators/uploader-autoupload/index.d.ts +3 -0
- package/schematics/generators/uploader-autoupload/index.js +8 -0
- package/schematics/generators/uploader-autoupload/sample-details.d.ts +5 -0
- package/schematics/generators/uploader-autoupload/sample-details.js +7 -0
- package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
- package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
- package/schematics/generators/uploader-autoupload/schema.d.ts +3 -0
- package/schematics/generators/uploader-autoupload/schema.js +2 -0
- package/schematics/generators/uploader-autoupload/schema.json +125 -0
- package/schematics/generators/uploader-chunkupload/index.d.ts +3 -0
- package/schematics/generators/uploader-chunkupload/index.js +8 -0
- package/schematics/generators/uploader-chunkupload/sample-details.d.ts +5 -0
- package/schematics/generators/uploader-chunkupload/sample-details.js +7 -0
- package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
- package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
- package/schematics/generators/uploader-chunkupload/schema.d.ts +3 -0
- package/schematics/generators/uploader-chunkupload/schema.js +2 -0
- package/schematics/generators/uploader-chunkupload/schema.json +125 -0
- package/schematics/generators/uploader-directoryupload/index.d.ts +3 -0
- package/schematics/generators/uploader-directoryupload/index.js +8 -0
- package/schematics/generators/uploader-directoryupload/sample-details.d.ts +5 -0
- package/schematics/generators/uploader-directoryupload/sample-details.js +7 -0
- package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
- package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
- package/schematics/generators/uploader-directoryupload/schema.d.ts +3 -0
- package/schematics/generators/uploader-directoryupload/schema.js +2 -0
- package/schematics/generators/uploader-directoryupload/schema.json +125 -0
- package/schematics/generators/uploader-validation/index.d.ts +3 -0
- package/schematics/generators/uploader-validation/index.js +8 -0
- package/schematics/generators/uploader-validation/sample-details.d.ts +5 -0
- package/schematics/generators/uploader-validation/sample-details.js +7 -0
- package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
- package/schematics/generators/uploader-validation/schema.d.ts +3 -0
- package/schematics/generators/uploader-validation/schema.js +2 -0
- package/schematics/generators/uploader-validation/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- 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/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/bootstrap-dark.css +13 -31
- package/styles/bootstrap.css +13 -31
- package/styles/bootstrap4.css +13 -31
- package/styles/bootstrap5-dark.css +13 -32
- package/styles/bootstrap5.css +13 -32
- package/styles/color-picker/bootstrap-dark.css +0 -2
- package/styles/color-picker/bootstrap-dark.scss +1 -11
- package/styles/color-picker/bootstrap.css +0 -2
- package/styles/color-picker/bootstrap.scss +1 -11
- package/styles/color-picker/bootstrap4.css +0 -2
- package/styles/color-picker/bootstrap4.scss +1 -11
- package/styles/color-picker/bootstrap5-dark.css +0 -3
- package/styles/color-picker/bootstrap5-dark.scss +1 -11
- package/styles/color-picker/bootstrap5.css +0 -3
- package/styles/color-picker/bootstrap5.scss +1 -11
- package/styles/color-picker/fabric-dark.css +0 -2
- package/styles/color-picker/fabric-dark.scss +1 -11
- package/styles/color-picker/fabric.css +0 -2
- package/styles/color-picker/fabric.scss +1 -11
- package/styles/color-picker/fluent-dark.css +0 -3
- package/styles/color-picker/fluent-dark.scss +1 -11
- package/styles/color-picker/fluent.css +0 -3
- package/styles/color-picker/fluent.scss +1 -11
- package/styles/color-picker/highcontrast-light.css +0 -2
- package/styles/color-picker/highcontrast-light.scss +1 -11
- package/styles/color-picker/highcontrast.css +0 -2
- package/styles/color-picker/highcontrast.scss +1 -11
- package/styles/color-picker/material-dark.css +0 -2
- package/styles/color-picker/material-dark.scss +1 -11
- package/styles/color-picker/material.css +0 -2
- package/styles/color-picker/material.scss +1 -11
- package/styles/color-picker/tailwind-dark.css +0 -3
- package/styles/color-picker/tailwind-dark.scss +1 -11
- package/styles/color-picker/tailwind.css +0 -3
- package/styles/color-picker/tailwind.scss +1 -11
- package/styles/fabric-dark.css +13 -31
- package/styles/fabric.css +13 -31
- package/styles/fluent-dark.css +13 -32
- package/styles/fluent.css +13 -32
- package/styles/highcontrast-light.css +13 -31
- package/styles/highcontrast.css +13 -31
- package/styles/input/bootstrap-dark.css +14 -22
- package/styles/input/bootstrap-dark.scss +1 -4
- package/styles/input/bootstrap.css +14 -22
- package/styles/input/bootstrap.scss +1 -4
- package/styles/input/bootstrap4.css +14 -22
- package/styles/input/bootstrap4.scss +1 -4
- package/styles/input/bootstrap5-dark.css +14 -22
- package/styles/input/bootstrap5-dark.scss +1 -4
- package/styles/input/bootstrap5.css +14 -22
- package/styles/input/bootstrap5.scss +1 -4
- package/styles/input/fabric-dark.css +14 -22
- package/styles/input/fabric-dark.scss +1 -4
- package/styles/input/fabric.css +14 -22
- package/styles/input/fabric.scss +1 -4
- package/styles/input/fluent-dark.css +14 -22
- package/styles/input/fluent-dark.scss +1 -4
- package/styles/input/fluent.css +14 -22
- package/styles/input/fluent.scss +1 -4
- package/styles/input/highcontrast-light.css +14 -22
- package/styles/input/highcontrast-light.scss +1 -4
- package/styles/input/highcontrast.css +14 -22
- package/styles/input/highcontrast.scss +1 -4
- package/styles/input/material-dark.css +18 -26
- package/styles/input/material-dark.scss +1 -4
- package/styles/input/material.css +18 -26
- package/styles/input/material.scss +1 -4
- package/styles/input/tailwind-dark.css +14 -22
- package/styles/input/tailwind-dark.scss +1 -4
- package/styles/input/tailwind.css +14 -22
- package/styles/input/tailwind.scss +1 -4
- package/styles/maskedtextbox/bootstrap-dark.css +0 -1
- package/styles/maskedtextbox/bootstrap-dark.scss +1 -4
- package/styles/maskedtextbox/bootstrap.css +0 -1
- package/styles/maskedtextbox/bootstrap.scss +1 -4
- package/styles/maskedtextbox/bootstrap4.css +0 -1
- package/styles/maskedtextbox/bootstrap4.scss +1 -4
- package/styles/maskedtextbox/bootstrap5-dark.css +0 -1
- package/styles/maskedtextbox/bootstrap5-dark.scss +1 -4
- package/styles/maskedtextbox/bootstrap5.css +0 -1
- package/styles/maskedtextbox/bootstrap5.scss +1 -4
- package/styles/maskedtextbox/fabric-dark.css +0 -1
- package/styles/maskedtextbox/fabric-dark.scss +1 -4
- package/styles/maskedtextbox/fabric.css +0 -1
- package/styles/maskedtextbox/fabric.scss +1 -4
- package/styles/maskedtextbox/fluent-dark.css +0 -1
- package/styles/maskedtextbox/fluent-dark.scss +1 -4
- package/styles/maskedtextbox/fluent.css +0 -1
- package/styles/maskedtextbox/fluent.scss +1 -4
- package/styles/maskedtextbox/highcontrast-light.css +0 -1
- package/styles/maskedtextbox/highcontrast-light.scss +1 -4
- package/styles/maskedtextbox/highcontrast.css +0 -1
- package/styles/maskedtextbox/highcontrast.scss +1 -4
- package/styles/maskedtextbox/material-dark.css +0 -1
- package/styles/maskedtextbox/material-dark.scss +1 -4
- package/styles/maskedtextbox/material.css +0 -1
- package/styles/maskedtextbox/material.scss +1 -4
- package/styles/maskedtextbox/tailwind-dark.css +0 -1
- package/styles/maskedtextbox/tailwind-dark.scss +1 -4
- package/styles/maskedtextbox/tailwind.css +0 -1
- package/styles/maskedtextbox/tailwind.scss +1 -4
- package/styles/material-dark.css +18 -50
- package/styles/material.css +18 -50
- package/styles/numerictextbox/bootstrap-dark.css +0 -1
- package/styles/numerictextbox/bootstrap-dark.scss +1 -5
- package/styles/numerictextbox/bootstrap.css +0 -1
- package/styles/numerictextbox/bootstrap.scss +1 -5
- package/styles/numerictextbox/bootstrap4.css +0 -1
- package/styles/numerictextbox/bootstrap4.scss +1 -5
- package/styles/numerictextbox/bootstrap5-dark.css +0 -1
- package/styles/numerictextbox/bootstrap5-dark.scss +1 -5
- package/styles/numerictextbox/bootstrap5.css +0 -1
- package/styles/numerictextbox/bootstrap5.scss +1 -5
- package/styles/numerictextbox/fabric-dark.css +0 -1
- package/styles/numerictextbox/fabric-dark.scss +1 -5
- package/styles/numerictextbox/fabric.css +0 -1
- package/styles/numerictextbox/fabric.scss +1 -5
- package/styles/numerictextbox/fluent-dark.css +0 -1
- package/styles/numerictextbox/fluent-dark.scss +1 -5
- package/styles/numerictextbox/fluent.css +0 -1
- package/styles/numerictextbox/fluent.scss +1 -5
- package/styles/numerictextbox/highcontrast-light.css +0 -1
- package/styles/numerictextbox/highcontrast-light.scss +1 -5
- package/styles/numerictextbox/highcontrast.css +0 -1
- package/styles/numerictextbox/highcontrast.scss +1 -5
- package/styles/numerictextbox/material-dark.css +0 -1
- package/styles/numerictextbox/material-dark.scss +1 -5
- package/styles/numerictextbox/material.css +0 -1
- package/styles/numerictextbox/material.scss +1 -5
- package/styles/numerictextbox/tailwind-dark.css +0 -1
- package/styles/numerictextbox/tailwind-dark.scss +1 -5
- package/styles/numerictextbox/tailwind.css +0 -1
- package/styles/numerictextbox/tailwind.scss +1 -5
- 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/tailwind-dark.scss +1 -3
- package/styles/signature/tailwind.scss +1 -3
- package/styles/slider/bootstrap-dark.css +0 -4
- package/styles/slider/bootstrap-dark.scss +1 -5
- package/styles/slider/bootstrap.css +0 -4
- package/styles/slider/bootstrap.scss +1 -5
- package/styles/slider/bootstrap4.css +0 -4
- package/styles/slider/bootstrap4.scss +1 -5
- package/styles/slider/bootstrap5-dark.css +0 -4
- package/styles/slider/bootstrap5-dark.scss +1 -5
- package/styles/slider/bootstrap5.css +0 -4
- package/styles/slider/bootstrap5.scss +1 -5
- package/styles/slider/fabric-dark.css +0 -4
- package/styles/slider/fabric-dark.scss +1 -5
- package/styles/slider/fabric.css +0 -4
- package/styles/slider/fabric.scss +1 -5
- package/styles/slider/fluent-dark.css +0 -4
- package/styles/slider/fluent-dark.scss +1 -5
- package/styles/slider/fluent.css +0 -4
- package/styles/slider/fluent.scss +1 -5
- package/styles/slider/highcontrast-light.css +0 -4
- package/styles/slider/highcontrast-light.scss +1 -5
- package/styles/slider/highcontrast.css +0 -4
- package/styles/slider/highcontrast.scss +1 -5
- package/styles/slider/material-dark.css +1 -19
- package/styles/slider/material-dark.scss +1 -5
- package/styles/slider/material.css +1 -19
- package/styles/slider/material.scss +1 -5
- package/styles/slider/tailwind-dark.css +0 -4
- package/styles/slider/tailwind-dark.scss +1 -5
- package/styles/slider/tailwind.css +0 -4
- package/styles/slider/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +13 -33
- package/styles/tailwind.css +13 -33
- package/styles/textbox/bootstrap-dark.css +0 -2
- package/styles/textbox/bootstrap-dark.scss +1 -4
- package/styles/textbox/bootstrap.css +0 -2
- package/styles/textbox/bootstrap.scss +1 -4
- package/styles/textbox/bootstrap4.css +0 -2
- package/styles/textbox/bootstrap4.scss +1 -4
- package/styles/textbox/bootstrap5-dark.css +0 -2
- package/styles/textbox/bootstrap5-dark.scss +1 -4
- package/styles/textbox/bootstrap5.css +0 -2
- package/styles/textbox/bootstrap5.scss +1 -4
- package/styles/textbox/fabric-dark.css +0 -2
- package/styles/textbox/fabric-dark.scss +1 -4
- package/styles/textbox/fabric.css +0 -2
- package/styles/textbox/fabric.scss +1 -4
- package/styles/textbox/fluent-dark.css +0 -2
- package/styles/textbox/fluent-dark.scss +1 -4
- package/styles/textbox/fluent.css +0 -2
- package/styles/textbox/fluent.scss +1 -4
- package/styles/textbox/highcontrast-light.css +0 -2
- package/styles/textbox/highcontrast-light.scss +1 -4
- package/styles/textbox/highcontrast.css +0 -2
- package/styles/textbox/highcontrast.scss +1 -4
- package/styles/textbox/material-dark.css +1 -3
- package/styles/textbox/material-dark.scss +1 -4
- package/styles/textbox/material.css +1 -3
- package/styles/textbox/material.scss +1 -4
- package/styles/textbox/tailwind-dark.css +1 -3
- package/styles/textbox/tailwind-dark.scss +1 -4
- package/styles/textbox/tailwind.css +1 -3
- package/styles/textbox/tailwind.scss +1 -4
- package/styles/uploader/bootstrap-dark.css +0 -1
- package/styles/uploader/bootstrap-dark.scss +1 -6
- package/styles/uploader/bootstrap.css +0 -1
- package/styles/uploader/bootstrap.scss +1 -6
- package/styles/uploader/bootstrap4.css +0 -1
- package/styles/uploader/bootstrap4.scss +1 -6
- package/styles/uploader/bootstrap5-dark.css +0 -1
- package/styles/uploader/bootstrap5-dark.scss +1 -6
- package/styles/uploader/bootstrap5.css +0 -1
- package/styles/uploader/bootstrap5.scss +1 -6
- package/styles/uploader/fabric-dark.css +0 -1
- package/styles/uploader/fabric-dark.scss +1 -6
- package/styles/uploader/fabric.css +0 -1
- package/styles/uploader/fabric.scss +1 -6
- package/styles/uploader/fluent-dark.css +0 -1
- package/styles/uploader/fluent-dark.scss +1 -6
- package/styles/uploader/fluent.css +0 -1
- package/styles/uploader/fluent.scss +1 -6
- package/styles/uploader/highcontrast-light.css +0 -1
- package/styles/uploader/highcontrast-light.scss +1 -6
- package/styles/uploader/highcontrast.css +0 -1
- package/styles/uploader/highcontrast.scss +1 -6
- package/styles/uploader/material-dark.css +0 -1
- package/styles/uploader/material-dark.scss +1 -6
- package/styles/uploader/material.css +0 -1
- package/styles/uploader/material.scss +1 -6
- package/styles/uploader/tailwind-dark.css +0 -2
- package/styles/uploader/tailwind-dark.scss +1 -6
- package/styles/uploader/tailwind.css +0 -2
- 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 -25
- 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/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 -1097
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1097
- 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 -1174
- package/styles/color-picker/_material-dark-definition.scss +0 -135
- package/styles/color-picker/_material-definition.scss +0 -130
- package/styles/color-picker/_material3-definition.scss +0 -133
- 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 -183
- 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 -11009
- package/styles/input/_material-dark-definition.scss +0 -573
- package/styles/input/_material-definition.scss +0 -573
- package/styles/input/_material3-definition.scss +0 -336
- 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 -4264
- 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/_material3-definition.scss +0 -7
- 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-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/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-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 -2421
- package/styles/slider/_material-dark-definition.scss +0 -159
- package/styles/slider/_material-definition.scss +0 -154
- package/styles/slider/_material3-definition.scss +0 -90
- package/styles/slider/_tailwind-dark-definition.scss +0 -1
- package/styles/slider/_tailwind-definition.scss +0 -84
- package/styles/slider/_theme.scss +0 -235
- 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/_material3-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 -984
- package/styles/uploader/_material-dark-definition.scss +0 -217
- package/styles/uploader/_material-definition.scss +0 -214
- package/styles/uploader/_material3-definition.scss +0 -216
- package/styles/uploader/_tailwind-dark-definition.scss +0 -1
- package/styles/uploader/_tailwind-definition.scss +0 -232
- package/styles/uploader/_theme.scss +0 -136
- 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
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-float-input .e-clear-icon::before,
|
|
3
2
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
4
3
|
content: "\e953";
|
|
@@ -43,14 +42,14 @@ textarea.e-input,
|
|
|
43
42
|
.e-input-group.e-control-wrapper {
|
|
44
43
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
45
44
|
font-size: 14px;
|
|
46
|
-
font-weight:
|
|
45
|
+
font-weight: 400;
|
|
47
46
|
}
|
|
48
47
|
|
|
49
48
|
.e-input-group.e-disabled,
|
|
50
49
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
51
50
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
52
51
|
font-size: 14px;
|
|
53
|
-
font-weight:
|
|
52
|
+
font-weight: 400;
|
|
54
53
|
}
|
|
55
54
|
|
|
56
55
|
.e-input-group input.e-input,
|
|
@@ -208,7 +207,6 @@ textarea.e-input.e-bigger,
|
|
|
208
207
|
text-align: center;
|
|
209
208
|
}
|
|
210
209
|
|
|
211
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
212
210
|
.e-input-group:not(.e-disabled) .e-input-group-icon:hover,
|
|
213
211
|
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
|
|
214
212
|
-moz-box-sizing: border-box;
|
|
@@ -618,7 +616,7 @@ label.e-float-text,
|
|
|
618
616
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
619
617
|
font-size: 14px;
|
|
620
618
|
font-style: italic;
|
|
621
|
-
font-weight:
|
|
619
|
+
font-weight: 400;
|
|
622
620
|
left: 0;
|
|
623
621
|
overflow: hidden;
|
|
624
622
|
padding-left: 10px;
|
|
@@ -1031,7 +1029,7 @@ label.e-float-text,
|
|
|
1031
1029
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1032
1030
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
1033
1031
|
font-size: 14px;
|
|
1034
|
-
font-weight:
|
|
1032
|
+
font-weight: 400;
|
|
1035
1033
|
}
|
|
1036
1034
|
|
|
1037
1035
|
.e-float-input input,
|
|
@@ -1228,7 +1226,7 @@ label.e-float-text,
|
|
|
1228
1226
|
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1229
1227
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1230
1228
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1231
|
-
font-weight:
|
|
1229
|
+
font-weight: 400;
|
|
1232
1230
|
}
|
|
1233
1231
|
|
|
1234
1232
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1247,7 +1245,7 @@ label.e-float-text,
|
|
|
1247
1245
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1248
1246
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1249
1247
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1250
|
-
font-weight:
|
|
1248
|
+
font-weight: 400;
|
|
1251
1249
|
}
|
|
1252
1250
|
|
|
1253
1251
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1317,7 +1315,6 @@ label.e-float-text,
|
|
|
1317
1315
|
transform-origin: right top;
|
|
1318
1316
|
}
|
|
1319
1317
|
|
|
1320
|
-
/* stylelint-disable selector-max-empty-lines */
|
|
1321
1318
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1322
1319
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1323
1320
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1414,7 +1411,6 @@ label.e-float-text,
|
|
|
1414
1411
|
padding-right: 10px;
|
|
1415
1412
|
}
|
|
1416
1413
|
|
|
1417
|
-
/* stylelint-enable selector-max-empty-lines */
|
|
1418
1414
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1419
1415
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1420
1416
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1841,22 +1837,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1841
1837
|
user-select: none;
|
|
1842
1838
|
}
|
|
1843
1839
|
|
|
1844
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1840
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1845
1841
|
font-style: italic;
|
|
1846
1842
|
user-select: none;
|
|
1847
1843
|
}
|
|
1848
1844
|
|
|
1849
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1845
|
+
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1850
1846
|
font-style: italic;
|
|
1851
1847
|
user-select: none;
|
|
1852
1848
|
}
|
|
1853
1849
|
|
|
1854
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1850
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1855
1851
|
font-style: italic;
|
|
1856
1852
|
user-select: none;
|
|
1857
1853
|
}
|
|
1858
1854
|
|
|
1859
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1855
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1860
1856
|
font-style: italic;
|
|
1861
1857
|
user-select: none;
|
|
1862
1858
|
}
|
|
@@ -1866,12 +1862,12 @@ input.e-input:-moz-placeholder {
|
|
|
1866
1862
|
user-select: none;
|
|
1867
1863
|
}
|
|
1868
1864
|
|
|
1869
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1865
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1870
1866
|
font-style: italic;
|
|
1871
1867
|
user-select: none;
|
|
1872
1868
|
}
|
|
1873
1869
|
|
|
1874
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1870
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1875
1871
|
font-style: italic;
|
|
1876
1872
|
user-select: none;
|
|
1877
1873
|
}
|
|
@@ -3345,7 +3341,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3345
3341
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3346
3342
|
font-size: 14px;
|
|
3347
3343
|
font-style: italic;
|
|
3348
|
-
font-weight:
|
|
3344
|
+
font-weight: 400;
|
|
3349
3345
|
left: 0;
|
|
3350
3346
|
overflow: hidden;
|
|
3351
3347
|
padding-left: 10px;
|
|
@@ -3827,8 +3823,6 @@ textarea.e-input,
|
|
|
3827
3823
|
color: #757575;
|
|
3828
3824
|
}
|
|
3829
3825
|
|
|
3830
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3831
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
3832
3826
|
.e-input[disabled],
|
|
3833
3827
|
.e-input-group .e-input[disabled],
|
|
3834
3828
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4826,6 +4820,4 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4826
4820
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4827
4821
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4828
4822
|
color: #000;
|
|
4829
|
-
}
|
|
4830
|
-
|
|
4831
|
-
/* stylelint-disable-line no-empty-source */
|
|
4823
|
+
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-float-input .e-clear-icon::before,
|
|
3
2
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
4
3
|
content: "\e953";
|
|
@@ -43,14 +42,14 @@ textarea.e-input,
|
|
|
43
42
|
.e-input-group.e-control-wrapper {
|
|
44
43
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
45
44
|
font-size: 14px;
|
|
46
|
-
font-weight:
|
|
45
|
+
font-weight: 400;
|
|
47
46
|
}
|
|
48
47
|
|
|
49
48
|
.e-input-group.e-disabled,
|
|
50
49
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
51
50
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
52
51
|
font-size: 14px;
|
|
53
|
-
font-weight:
|
|
52
|
+
font-weight: 400;
|
|
54
53
|
}
|
|
55
54
|
|
|
56
55
|
.e-input-group input.e-input,
|
|
@@ -208,7 +207,6 @@ textarea.e-input.e-bigger,
|
|
|
208
207
|
text-align: center;
|
|
209
208
|
}
|
|
210
209
|
|
|
211
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
212
210
|
.e-input-group:not(.e-disabled) .e-input-group-icon:hover,
|
|
213
211
|
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
|
|
214
212
|
-moz-box-sizing: border-box;
|
|
@@ -618,7 +616,7 @@ label.e-float-text,
|
|
|
618
616
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
619
617
|
font-size: 14px;
|
|
620
618
|
font-style: italic;
|
|
621
|
-
font-weight:
|
|
619
|
+
font-weight: 400;
|
|
622
620
|
left: 0;
|
|
623
621
|
overflow: hidden;
|
|
624
622
|
padding-left: 10px;
|
|
@@ -1031,7 +1029,7 @@ label.e-float-text,
|
|
|
1031
1029
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1032
1030
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
1033
1031
|
font-size: 14px;
|
|
1034
|
-
font-weight:
|
|
1032
|
+
font-weight: 400;
|
|
1035
1033
|
}
|
|
1036
1034
|
|
|
1037
1035
|
.e-float-input input,
|
|
@@ -1228,7 +1226,7 @@ label.e-float-text,
|
|
|
1228
1226
|
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1229
1227
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1230
1228
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1231
|
-
font-weight:
|
|
1229
|
+
font-weight: 400;
|
|
1232
1230
|
}
|
|
1233
1231
|
|
|
1234
1232
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1247,7 +1245,7 @@ label.e-float-text,
|
|
|
1247
1245
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1248
1246
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1249
1247
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1250
|
-
font-weight:
|
|
1248
|
+
font-weight: 400;
|
|
1251
1249
|
}
|
|
1252
1250
|
|
|
1253
1251
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1317,7 +1315,6 @@ label.e-float-text,
|
|
|
1317
1315
|
transform-origin: right top;
|
|
1318
1316
|
}
|
|
1319
1317
|
|
|
1320
|
-
/* stylelint-disable selector-max-empty-lines */
|
|
1321
1318
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1322
1319
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1323
1320
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1414,7 +1411,6 @@ label.e-float-text,
|
|
|
1414
1411
|
padding-right: 10px;
|
|
1415
1412
|
}
|
|
1416
1413
|
|
|
1417
|
-
/* stylelint-enable selector-max-empty-lines */
|
|
1418
1414
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1419
1415
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1420
1416
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1841,22 +1837,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1841
1837
|
user-select: none;
|
|
1842
1838
|
}
|
|
1843
1839
|
|
|
1844
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1840
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1845
1841
|
font-style: italic;
|
|
1846
1842
|
user-select: none;
|
|
1847
1843
|
}
|
|
1848
1844
|
|
|
1849
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1845
|
+
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1850
1846
|
font-style: italic;
|
|
1851
1847
|
user-select: none;
|
|
1852
1848
|
}
|
|
1853
1849
|
|
|
1854
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1850
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1855
1851
|
font-style: italic;
|
|
1856
1852
|
user-select: none;
|
|
1857
1853
|
}
|
|
1858
1854
|
|
|
1859
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1855
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1860
1856
|
font-style: italic;
|
|
1861
1857
|
user-select: none;
|
|
1862
1858
|
}
|
|
@@ -1866,12 +1862,12 @@ input.e-input:-moz-placeholder {
|
|
|
1866
1862
|
user-select: none;
|
|
1867
1863
|
}
|
|
1868
1864
|
|
|
1869
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1865
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1870
1866
|
font-style: italic;
|
|
1871
1867
|
user-select: none;
|
|
1872
1868
|
}
|
|
1873
1869
|
|
|
1874
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1870
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1875
1871
|
font-style: italic;
|
|
1876
1872
|
user-select: none;
|
|
1877
1873
|
}
|
|
@@ -3345,7 +3341,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3345
3341
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3346
3342
|
font-size: 14px;
|
|
3347
3343
|
font-style: italic;
|
|
3348
|
-
font-weight:
|
|
3344
|
+
font-weight: 400;
|
|
3349
3345
|
left: 0;
|
|
3350
3346
|
overflow: hidden;
|
|
3351
3347
|
padding-left: 10px;
|
|
@@ -3827,8 +3823,6 @@ textarea.e-input,
|
|
|
3827
3823
|
color: #757575;
|
|
3828
3824
|
}
|
|
3829
3825
|
|
|
3830
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3831
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
3832
3826
|
.e-input[disabled],
|
|
3833
3827
|
.e-input-group .e-input[disabled],
|
|
3834
3828
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4826,6 +4820,4 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4826
4820
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4827
4821
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4828
4822
|
color: #fff;
|
|
4829
|
-
}
|
|
4830
|
-
|
|
4831
|
-
/* stylelint-disable-line no-empty-source */
|
|
4823
|
+
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@keyframes e-input-ripple {
|
|
4
3
|
100% {
|
|
5
4
|
opacity: 0;
|
|
@@ -74,14 +73,14 @@ textarea.e-input,
|
|
|
74
73
|
.e-input-group.e-control-wrapper {
|
|
75
74
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
76
75
|
font-size: 13px;
|
|
77
|
-
font-weight:
|
|
76
|
+
font-weight: 400;
|
|
78
77
|
}
|
|
79
78
|
|
|
80
79
|
.e-input-group.e-disabled,
|
|
81
80
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
82
81
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
83
82
|
font-size: 13px;
|
|
84
|
-
font-weight:
|
|
83
|
+
font-weight: 400;
|
|
85
84
|
}
|
|
86
85
|
|
|
87
86
|
.e-input-group input.e-input,
|
|
@@ -257,7 +256,6 @@ textarea.e-input.e-bigger,
|
|
|
257
256
|
text-align: center;
|
|
258
257
|
}
|
|
259
258
|
|
|
260
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
261
259
|
.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
262
260
|
.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
263
261
|
.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
@@ -613,7 +611,7 @@ label.e-float-text,
|
|
|
613
611
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
614
612
|
font-size: 13px;
|
|
615
613
|
font-style: normal;
|
|
616
|
-
font-weight:
|
|
614
|
+
font-weight: 400;
|
|
617
615
|
left: 0;
|
|
618
616
|
overflow: hidden;
|
|
619
617
|
padding-left: 0;
|
|
@@ -1136,7 +1134,7 @@ label.e-float-text,
|
|
|
1136
1134
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1137
1135
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
1138
1136
|
font-size: 13px;
|
|
1139
|
-
font-weight:
|
|
1137
|
+
font-weight: 400;
|
|
1140
1138
|
}
|
|
1141
1139
|
|
|
1142
1140
|
.e-float-input input,
|
|
@@ -1333,7 +1331,7 @@ label.e-float-text,
|
|
|
1333
1331
|
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1334
1332
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1335
1333
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1336
|
-
font-weight:
|
|
1334
|
+
font-weight: 400;
|
|
1337
1335
|
}
|
|
1338
1336
|
|
|
1339
1337
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1352,7 +1350,7 @@ label.e-float-text,
|
|
|
1352
1350
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1353
1351
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1354
1352
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1355
|
-
font-weight:
|
|
1353
|
+
font-weight: 400;
|
|
1356
1354
|
}
|
|
1357
1355
|
|
|
1358
1356
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1422,7 +1420,6 @@ label.e-float-text,
|
|
|
1422
1420
|
transform-origin: right top;
|
|
1423
1421
|
}
|
|
1424
1422
|
|
|
1425
|
-
/* stylelint-disable selector-max-empty-lines */
|
|
1426
1423
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1427
1424
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1428
1425
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1519,7 +1516,6 @@ label.e-float-text,
|
|
|
1519
1516
|
padding-right: 0;
|
|
1520
1517
|
}
|
|
1521
1518
|
|
|
1522
|
-
/* stylelint-enable selector-max-empty-lines */
|
|
1523
1519
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1524
1520
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1525
1521
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -2053,22 +2049,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
2053
2049
|
user-select: none;
|
|
2054
2050
|
}
|
|
2055
2051
|
|
|
2056
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2052
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
2057
2053
|
font-style: normal;
|
|
2058
2054
|
user-select: none;
|
|
2059
2055
|
}
|
|
2060
2056
|
|
|
2061
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
2057
|
+
.e-input-group textarea.e-input:-moz-placeholder {
|
|
2062
2058
|
font-style: normal;
|
|
2063
2059
|
user-select: none;
|
|
2064
2060
|
}
|
|
2065
2061
|
|
|
2066
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2062
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2067
2063
|
font-style: normal;
|
|
2068
2064
|
user-select: none;
|
|
2069
2065
|
}
|
|
2070
2066
|
|
|
2071
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
2067
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
2072
2068
|
font-style: normal;
|
|
2073
2069
|
user-select: none;
|
|
2074
2070
|
}
|
|
@@ -2078,12 +2074,12 @@ input.e-input:-moz-placeholder {
|
|
|
2078
2074
|
user-select: none;
|
|
2079
2075
|
}
|
|
2080
2076
|
|
|
2081
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2077
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
2082
2078
|
font-style: normal;
|
|
2083
2079
|
user-select: none;
|
|
2084
2080
|
}
|
|
2085
2081
|
|
|
2086
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2082
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2087
2083
|
font-style: normal;
|
|
2088
2084
|
user-select: none;
|
|
2089
2085
|
}
|
|
@@ -3660,7 +3656,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3660
3656
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3661
3657
|
font-size: 13px;
|
|
3662
3658
|
font-style: normal;
|
|
3663
|
-
font-weight:
|
|
3659
|
+
font-weight: 400;
|
|
3664
3660
|
left: 0;
|
|
3665
3661
|
overflow: hidden;
|
|
3666
3662
|
padding-left: 0;
|
|
@@ -5893,7 +5889,7 @@ textarea.e-outline,
|
|
|
5893
5889
|
.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
|
|
5894
5890
|
.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5895
5891
|
.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5896
|
-
animation-name: slideTopUp;
|
|
5892
|
+
animation-name: slideTopUp;
|
|
5897
5893
|
}
|
|
5898
5894
|
|
|
5899
5895
|
.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5908,7 +5904,7 @@ textarea.e-outline,
|
|
|
5908
5904
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5909
5905
|
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5910
5906
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5911
|
-
animation-name: slideTopUp;
|
|
5907
|
+
animation-name: slideTopUp;
|
|
5912
5908
|
}
|
|
5913
5909
|
|
|
5914
5910
|
.e-bigger .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5926,7 +5922,7 @@ textarea.e-outline,
|
|
|
5926
5922
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5927
5923
|
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5928
5924
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5929
|
-
animation-name: slideTopUp;
|
|
5925
|
+
animation-name: slideTopUp;
|
|
5930
5926
|
}
|
|
5931
5927
|
|
|
5932
5928
|
.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5948,7 +5944,7 @@ textarea.e-outline,
|
|
|
5948
5944
|
.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5949
5945
|
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5950
5946
|
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5951
|
-
animation-name: slideTopUp;
|
|
5947
|
+
animation-name: slideTopUp;
|
|
5952
5948
|
}
|
|
5953
5949
|
|
|
5954
5950
|
.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -9206,8 +9202,6 @@ textarea.e-input,
|
|
|
9206
9202
|
color: rgba(255, 255, 255, 0.3);
|
|
9207
9203
|
}
|
|
9208
9204
|
|
|
9209
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
9210
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
9211
9205
|
.e-input[disabled],
|
|
9212
9206
|
.e-input-group .e-input[disabled],
|
|
9213
9207
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -12373,6 +12367,4 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12373
12367
|
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
12374
12368
|
.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
12375
12369
|
color: #ffca1c;
|
|
12376
|
-
}
|
|
12377
|
-
|
|
12378
|
-
/* stylelint-disable-line no-empty-source */
|
|
12370
|
+
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
2
|
@keyframes e-input-ripple {
|
|
4
3
|
100% {
|
|
5
4
|
opacity: 0;
|
|
@@ -82,14 +81,14 @@ textarea.e-input,
|
|
|
82
81
|
.e-input-group.e-control-wrapper {
|
|
83
82
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
84
83
|
font-size: 13px;
|
|
85
|
-
font-weight:
|
|
84
|
+
font-weight: 400;
|
|
86
85
|
}
|
|
87
86
|
|
|
88
87
|
.e-input-group.e-disabled,
|
|
89
88
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
90
89
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
91
90
|
font-size: 13px;
|
|
92
|
-
font-weight:
|
|
91
|
+
font-weight: 400;
|
|
93
92
|
}
|
|
94
93
|
|
|
95
94
|
.e-input-group input.e-input,
|
|
@@ -265,7 +264,6 @@ textarea.e-input.e-bigger,
|
|
|
265
264
|
text-align: center;
|
|
266
265
|
}
|
|
267
266
|
|
|
268
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
269
267
|
.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
270
268
|
.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
271
269
|
.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
@@ -621,7 +619,7 @@ label.e-float-text,
|
|
|
621
619
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
622
620
|
font-size: 13px;
|
|
623
621
|
font-style: normal;
|
|
624
|
-
font-weight:
|
|
622
|
+
font-weight: 400;
|
|
625
623
|
left: 0;
|
|
626
624
|
overflow: hidden;
|
|
627
625
|
padding-left: 0;
|
|
@@ -1144,7 +1142,7 @@ label.e-float-text,
|
|
|
1144
1142
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1145
1143
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
1146
1144
|
font-size: 13px;
|
|
1147
|
-
font-weight:
|
|
1145
|
+
font-weight: 400;
|
|
1148
1146
|
}
|
|
1149
1147
|
|
|
1150
1148
|
.e-float-input input,
|
|
@@ -1341,7 +1339,7 @@ label.e-float-text,
|
|
|
1341
1339
|
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1342
1340
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1343
1341
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1344
|
-
font-weight:
|
|
1342
|
+
font-weight: 400;
|
|
1345
1343
|
}
|
|
1346
1344
|
|
|
1347
1345
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1360,7 +1358,7 @@ label.e-float-text,
|
|
|
1360
1358
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1361
1359
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1362
1360
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1363
|
-
font-weight:
|
|
1361
|
+
font-weight: 400;
|
|
1364
1362
|
}
|
|
1365
1363
|
|
|
1366
1364
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1430,7 +1428,6 @@ label.e-float-text,
|
|
|
1430
1428
|
transform-origin: right top;
|
|
1431
1429
|
}
|
|
1432
1430
|
|
|
1433
|
-
/* stylelint-disable selector-max-empty-lines */
|
|
1434
1431
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1435
1432
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1436
1433
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1527,7 +1524,6 @@ label.e-float-text,
|
|
|
1527
1524
|
padding-right: 0;
|
|
1528
1525
|
}
|
|
1529
1526
|
|
|
1530
|
-
/* stylelint-enable selector-max-empty-lines */
|
|
1531
1527
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1532
1528
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1533
1529
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -2061,22 +2057,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
2061
2057
|
user-select: none;
|
|
2062
2058
|
}
|
|
2063
2059
|
|
|
2064
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2060
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
2065
2061
|
font-style: normal;
|
|
2066
2062
|
user-select: none;
|
|
2067
2063
|
}
|
|
2068
2064
|
|
|
2069
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
2065
|
+
.e-input-group textarea.e-input:-moz-placeholder {
|
|
2070
2066
|
font-style: normal;
|
|
2071
2067
|
user-select: none;
|
|
2072
2068
|
}
|
|
2073
2069
|
|
|
2074
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2070
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2075
2071
|
font-style: normal;
|
|
2076
2072
|
user-select: none;
|
|
2077
2073
|
}
|
|
2078
2074
|
|
|
2079
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
2075
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
2080
2076
|
font-style: normal;
|
|
2081
2077
|
user-select: none;
|
|
2082
2078
|
}
|
|
@@ -2086,12 +2082,12 @@ input.e-input:-moz-placeholder {
|
|
|
2086
2082
|
user-select: none;
|
|
2087
2083
|
}
|
|
2088
2084
|
|
|
2089
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2085
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
2090
2086
|
font-style: normal;
|
|
2091
2087
|
user-select: none;
|
|
2092
2088
|
}
|
|
2093
2089
|
|
|
2094
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2090
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2095
2091
|
font-style: normal;
|
|
2096
2092
|
user-select: none;
|
|
2097
2093
|
}
|
|
@@ -3668,7 +3664,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3668
3664
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3669
3665
|
font-size: 13px;
|
|
3670
3666
|
font-style: normal;
|
|
3671
|
-
font-weight:
|
|
3667
|
+
font-weight: 400;
|
|
3672
3668
|
left: 0;
|
|
3673
3669
|
overflow: hidden;
|
|
3674
3670
|
padding-left: 0;
|
|
@@ -5901,7 +5897,7 @@ textarea.e-outline,
|
|
|
5901
5897
|
.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
|
|
5902
5898
|
.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5903
5899
|
.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5904
|
-
animation-name: slideTopUp;
|
|
5900
|
+
animation-name: slideTopUp;
|
|
5905
5901
|
}
|
|
5906
5902
|
|
|
5907
5903
|
.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5916,7 +5912,7 @@ textarea.e-outline,
|
|
|
5916
5912
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5917
5913
|
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5918
5914
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5919
|
-
animation-name: slideTopUp;
|
|
5915
|
+
animation-name: slideTopUp;
|
|
5920
5916
|
}
|
|
5921
5917
|
|
|
5922
5918
|
.e-bigger .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5934,7 +5930,7 @@ textarea.e-outline,
|
|
|
5934
5930
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5935
5931
|
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5936
5932
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5937
|
-
animation-name: slideTopUp;
|
|
5933
|
+
animation-name: slideTopUp;
|
|
5938
5934
|
}
|
|
5939
5935
|
|
|
5940
5936
|
.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5956,7 +5952,7 @@ textarea.e-outline,
|
|
|
5956
5952
|
.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5957
5953
|
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5958
5954
|
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5959
|
-
animation-name: slideTopUp;
|
|
5955
|
+
animation-name: slideTopUp;
|
|
5960
5956
|
}
|
|
5961
5957
|
|
|
5962
5958
|
.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -9214,8 +9210,6 @@ textarea.e-input,
|
|
|
9214
9210
|
color: rgba(0, 0, 0, 0.26);
|
|
9215
9211
|
}
|
|
9216
9212
|
|
|
9217
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
9218
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
9219
9213
|
.e-input[disabled],
|
|
9220
9214
|
.e-input-group .e-input[disabled],
|
|
9221
9215
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -12381,6 +12375,4 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12381
12375
|
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
12382
12376
|
.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
12383
12377
|
color: #ffca1c;
|
|
12384
|
-
}
|
|
12385
|
-
|
|
12386
|
-
/* stylelint-disable-line no-empty-source */
|
|
12378
|
+
}
|