@syncfusion/ej2-angular-inputs 20.2.45 → 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
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
border-color: #757575;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
12
11
|
.e-float-input .e-clear-icon::before,
|
|
13
12
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
14
13
|
content: "\e953";
|
|
@@ -53,14 +52,14 @@ textarea.e-input,
|
|
|
53
52
|
.e-input-group.e-control-wrapper {
|
|
54
53
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
55
54
|
font-size: 14px;
|
|
56
|
-
font-weight:
|
|
55
|
+
font-weight: 400;
|
|
57
56
|
}
|
|
58
57
|
|
|
59
58
|
.e-input-group.e-disabled,
|
|
60
59
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
61
60
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
62
61
|
font-size: 14px;
|
|
63
|
-
font-weight:
|
|
62
|
+
font-weight: 400;
|
|
64
63
|
}
|
|
65
64
|
|
|
66
65
|
.e-input-group input.e-input,
|
|
@@ -218,7 +217,6 @@ textarea.e-input.e-bigger,
|
|
|
218
217
|
text-align: center;
|
|
219
218
|
}
|
|
220
219
|
|
|
221
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
222
220
|
.e-input-group:not(.e-disabled) .e-input-group-icon:hover,
|
|
223
221
|
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
|
|
224
222
|
-moz-box-sizing: border-box;
|
|
@@ -628,7 +626,7 @@ label.e-float-text,
|
|
|
628
626
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
629
627
|
font-size: 14px;
|
|
630
628
|
font-style: italic;
|
|
631
|
-
font-weight:
|
|
629
|
+
font-weight: 400;
|
|
632
630
|
left: 0;
|
|
633
631
|
overflow: hidden;
|
|
634
632
|
padding-left: 10px;
|
|
@@ -1041,7 +1039,7 @@ label.e-float-text,
|
|
|
1041
1039
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1042
1040
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
1043
1041
|
font-size: 14px;
|
|
1044
|
-
font-weight:
|
|
1042
|
+
font-weight: 400;
|
|
1045
1043
|
}
|
|
1046
1044
|
|
|
1047
1045
|
.e-float-input input,
|
|
@@ -1238,7 +1236,7 @@ label.e-float-text,
|
|
|
1238
1236
|
.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,
|
|
1239
1237
|
.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,
|
|
1240
1238
|
.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 {
|
|
1241
|
-
font-weight:
|
|
1239
|
+
font-weight: 400;
|
|
1242
1240
|
}
|
|
1243
1241
|
|
|
1244
1242
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1257,7 +1255,7 @@ label.e-float-text,
|
|
|
1257
1255
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1258
1256
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1259
1257
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1260
|
-
font-weight:
|
|
1258
|
+
font-weight: 400;
|
|
1261
1259
|
}
|
|
1262
1260
|
|
|
1263
1261
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1327,7 +1325,6 @@ label.e-float-text,
|
|
|
1327
1325
|
transform-origin: right top;
|
|
1328
1326
|
}
|
|
1329
1327
|
|
|
1330
|
-
/* stylelint-disable selector-max-empty-lines */
|
|
1331
1328
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1332
1329
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1333
1330
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1424,7 +1421,6 @@ label.e-float-text,
|
|
|
1424
1421
|
padding-right: 10px;
|
|
1425
1422
|
}
|
|
1426
1423
|
|
|
1427
|
-
/* stylelint-enable selector-max-empty-lines */
|
|
1428
1424
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1429
1425
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1430
1426
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1851,22 +1847,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1851
1847
|
user-select: none;
|
|
1852
1848
|
}
|
|
1853
1849
|
|
|
1854
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1850
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1855
1851
|
font-style: italic;
|
|
1856
1852
|
user-select: none;
|
|
1857
1853
|
}
|
|
1858
1854
|
|
|
1859
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1855
|
+
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1860
1856
|
font-style: italic;
|
|
1861
1857
|
user-select: none;
|
|
1862
1858
|
}
|
|
1863
1859
|
|
|
1864
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1860
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1865
1861
|
font-style: italic;
|
|
1866
1862
|
user-select: none;
|
|
1867
1863
|
}
|
|
1868
1864
|
|
|
1869
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1865
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1870
1866
|
font-style: italic;
|
|
1871
1867
|
user-select: none;
|
|
1872
1868
|
}
|
|
@@ -1876,12 +1872,12 @@ input.e-input:-moz-placeholder {
|
|
|
1876
1872
|
user-select: none;
|
|
1877
1873
|
}
|
|
1878
1874
|
|
|
1879
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1875
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1880
1876
|
font-style: italic;
|
|
1881
1877
|
user-select: none;
|
|
1882
1878
|
}
|
|
1883
1879
|
|
|
1884
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1880
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1885
1881
|
font-style: italic;
|
|
1886
1882
|
user-select: none;
|
|
1887
1883
|
}
|
|
@@ -3355,7 +3351,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3355
3351
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3356
3352
|
font-size: 14px;
|
|
3357
3353
|
font-style: italic;
|
|
3358
|
-
font-weight:
|
|
3354
|
+
font-weight: 400;
|
|
3359
3355
|
left: 0;
|
|
3360
3356
|
overflow: hidden;
|
|
3361
3357
|
padding-left: 10px;
|
|
@@ -3837,8 +3833,6 @@ textarea.e-input,
|
|
|
3837
3833
|
color: #757575;
|
|
3838
3834
|
}
|
|
3839
3835
|
|
|
3840
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3841
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
3842
3836
|
.e-input[disabled],
|
|
3843
3837
|
.e-input-group .e-input[disabled],
|
|
3844
3838
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4838,8 +4832,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4838
4832
|
color: #000;
|
|
4839
4833
|
}
|
|
4840
4834
|
|
|
4841
|
-
/* stylelint-disable-line no-empty-source */
|
|
4842
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4843
4835
|
.e-input-group-icon.e-spin-up::before {
|
|
4844
4836
|
content: "\e85e";
|
|
4845
4837
|
font-family: "e-icons";
|
|
@@ -4888,7 +4880,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4888
4880
|
font-size: 12px;
|
|
4889
4881
|
}
|
|
4890
4882
|
|
|
4891
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4892
4883
|
/*! maskedtextbox layout */
|
|
4893
4884
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4894
4885
|
font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4923,8 +4914,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4923
4914
|
color: #ff6161;
|
|
4924
4915
|
}
|
|
4925
4916
|
|
|
4926
|
-
/* stylelint-disable-line no-empty-source */
|
|
4927
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4928
4917
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4929
4918
|
cursor: default;
|
|
4930
4919
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5242,8 +5231,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5242
5231
|
}
|
|
5243
5232
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5244
5233
|
border-color: #3d3d3d;
|
|
5245
|
-
/* stylelint-disable */
|
|
5246
|
-
/* stylelint-enable */
|
|
5247
5234
|
}
|
|
5248
5235
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
5249
5236
|
height: 4px;
|
|
@@ -5470,9 +5457,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5470
5457
|
.e-control-wrapper.e-slider-container .e-slider .e-handle:active {
|
|
5471
5458
|
background-color: #fff;
|
|
5472
5459
|
}
|
|
5473
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5474
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5475
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5476
5460
|
@keyframes material-spinner-rotate {
|
|
5477
5461
|
0% {
|
|
5478
5462
|
transform: rotate(0);
|
|
@@ -6273,7 +6257,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6273
6257
|
box-shadow: 0 0 0 transparent;
|
|
6274
6258
|
}
|
|
6275
6259
|
|
|
6276
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6277
6260
|
.e-container .e-value-switch-btn::before {
|
|
6278
6261
|
content: "\e429";
|
|
6279
6262
|
}
|
|
@@ -6352,7 +6335,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6352
6335
|
line-height: 0;
|
|
6353
6336
|
}
|
|
6354
6337
|
|
|
6355
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6356
6338
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6357
6339
|
-webkit-overflow-scrolling: touch;
|
|
6358
6340
|
height: 100%;
|
package/styles/highcontrast.css
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
border-color: #969696;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
12
11
|
.e-float-input .e-clear-icon::before,
|
|
13
12
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
14
13
|
content: "\e953";
|
|
@@ -53,14 +52,14 @@ textarea.e-input,
|
|
|
53
52
|
.e-input-group.e-control-wrapper {
|
|
54
53
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
55
54
|
font-size: 14px;
|
|
56
|
-
font-weight:
|
|
55
|
+
font-weight: 400;
|
|
57
56
|
}
|
|
58
57
|
|
|
59
58
|
.e-input-group.e-disabled,
|
|
60
59
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
61
60
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
62
61
|
font-size: 14px;
|
|
63
|
-
font-weight:
|
|
62
|
+
font-weight: 400;
|
|
64
63
|
}
|
|
65
64
|
|
|
66
65
|
.e-input-group input.e-input,
|
|
@@ -218,7 +217,6 @@ textarea.e-input.e-bigger,
|
|
|
218
217
|
text-align: center;
|
|
219
218
|
}
|
|
220
219
|
|
|
221
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
222
220
|
.e-input-group:not(.e-disabled) .e-input-group-icon:hover,
|
|
223
221
|
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
|
|
224
222
|
-moz-box-sizing: border-box;
|
|
@@ -628,7 +626,7 @@ label.e-float-text,
|
|
|
628
626
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
629
627
|
font-size: 14px;
|
|
630
628
|
font-style: italic;
|
|
631
|
-
font-weight:
|
|
629
|
+
font-weight: 400;
|
|
632
630
|
left: 0;
|
|
633
631
|
overflow: hidden;
|
|
634
632
|
padding-left: 10px;
|
|
@@ -1041,7 +1039,7 @@ label.e-float-text,
|
|
|
1041
1039
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1042
1040
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
1043
1041
|
font-size: 14px;
|
|
1044
|
-
font-weight:
|
|
1042
|
+
font-weight: 400;
|
|
1045
1043
|
}
|
|
1046
1044
|
|
|
1047
1045
|
.e-float-input input,
|
|
@@ -1238,7 +1236,7 @@ label.e-float-text,
|
|
|
1238
1236
|
.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,
|
|
1239
1237
|
.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,
|
|
1240
1238
|
.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 {
|
|
1241
|
-
font-weight:
|
|
1239
|
+
font-weight: 400;
|
|
1242
1240
|
}
|
|
1243
1241
|
|
|
1244
1242
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1257,7 +1255,7 @@ label.e-float-text,
|
|
|
1257
1255
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1258
1256
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1259
1257
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1260
|
-
font-weight:
|
|
1258
|
+
font-weight: 400;
|
|
1261
1259
|
}
|
|
1262
1260
|
|
|
1263
1261
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1327,7 +1325,6 @@ label.e-float-text,
|
|
|
1327
1325
|
transform-origin: right top;
|
|
1328
1326
|
}
|
|
1329
1327
|
|
|
1330
|
-
/* stylelint-disable selector-max-empty-lines */
|
|
1331
1328
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1332
1329
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1333
1330
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1424,7 +1421,6 @@ label.e-float-text,
|
|
|
1424
1421
|
padding-right: 10px;
|
|
1425
1422
|
}
|
|
1426
1423
|
|
|
1427
|
-
/* stylelint-enable selector-max-empty-lines */
|
|
1428
1424
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1429
1425
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1430
1426
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1851,22 +1847,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1851
1847
|
user-select: none;
|
|
1852
1848
|
}
|
|
1853
1849
|
|
|
1854
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1850
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1855
1851
|
font-style: italic;
|
|
1856
1852
|
user-select: none;
|
|
1857
1853
|
}
|
|
1858
1854
|
|
|
1859
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1855
|
+
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1860
1856
|
font-style: italic;
|
|
1861
1857
|
user-select: none;
|
|
1862
1858
|
}
|
|
1863
1859
|
|
|
1864
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1860
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1865
1861
|
font-style: italic;
|
|
1866
1862
|
user-select: none;
|
|
1867
1863
|
}
|
|
1868
1864
|
|
|
1869
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1865
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1870
1866
|
font-style: italic;
|
|
1871
1867
|
user-select: none;
|
|
1872
1868
|
}
|
|
@@ -1876,12 +1872,12 @@ input.e-input:-moz-placeholder {
|
|
|
1876
1872
|
user-select: none;
|
|
1877
1873
|
}
|
|
1878
1874
|
|
|
1879
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1875
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1880
1876
|
font-style: italic;
|
|
1881
1877
|
user-select: none;
|
|
1882
1878
|
}
|
|
1883
1879
|
|
|
1884
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1880
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1885
1881
|
font-style: italic;
|
|
1886
1882
|
user-select: none;
|
|
1887
1883
|
}
|
|
@@ -3355,7 +3351,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3355
3351
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3356
3352
|
font-size: 14px;
|
|
3357
3353
|
font-style: italic;
|
|
3358
|
-
font-weight:
|
|
3354
|
+
font-weight: 400;
|
|
3359
3355
|
left: 0;
|
|
3360
3356
|
overflow: hidden;
|
|
3361
3357
|
padding-left: 10px;
|
|
@@ -3837,8 +3833,6 @@ textarea.e-input,
|
|
|
3837
3833
|
color: #757575;
|
|
3838
3834
|
}
|
|
3839
3835
|
|
|
3840
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3841
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
3842
3836
|
.e-input[disabled],
|
|
3843
3837
|
.e-input-group .e-input[disabled],
|
|
3844
3838
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4838,8 +4832,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4838
4832
|
color: #fff;
|
|
4839
4833
|
}
|
|
4840
4834
|
|
|
4841
|
-
/* stylelint-disable-line no-empty-source */
|
|
4842
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4843
4835
|
.e-input-group-icon.e-spin-up::before {
|
|
4844
4836
|
content: "\e85e";
|
|
4845
4837
|
font-family: "e-icons";
|
|
@@ -4888,7 +4880,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4888
4880
|
font-size: 12px;
|
|
4889
4881
|
}
|
|
4890
4882
|
|
|
4891
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4892
4883
|
/*! maskedtextbox layout */
|
|
4893
4884
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4894
4885
|
font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4923,8 +4914,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4923
4914
|
color: #fff;
|
|
4924
4915
|
}
|
|
4925
4916
|
|
|
4926
|
-
/* stylelint-disable-line no-empty-source */
|
|
4927
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4928
4917
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4929
4918
|
cursor: default;
|
|
4930
4919
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5242,8 +5231,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5242
5231
|
}
|
|
5243
5232
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5244
5233
|
border-color: #bfbfbf;
|
|
5245
|
-
/* stylelint-disable */
|
|
5246
|
-
/* stylelint-enable */
|
|
5247
5234
|
}
|
|
5248
5235
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
5249
5236
|
height: 4px;
|
|
@@ -5470,9 +5457,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5470
5457
|
.e-control-wrapper.e-slider-container .e-slider .e-handle:active {
|
|
5471
5458
|
background-color: #000;
|
|
5472
5459
|
}
|
|
5473
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5474
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5475
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5476
5460
|
@keyframes material-spinner-rotate {
|
|
5477
5461
|
0% {
|
|
5478
5462
|
transform: rotate(0);
|
|
@@ -6273,7 +6257,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6273
6257
|
box-shadow: 0 0 0 transparent;
|
|
6274
6258
|
}
|
|
6275
6259
|
|
|
6276
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6277
6260
|
.e-container .e-value-switch-btn::before {
|
|
6278
6261
|
content: "\e429";
|
|
6279
6262
|
}
|
|
@@ -6352,7 +6335,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6352
6335
|
line-height: 0;
|
|
6353
6336
|
}
|
|
6354
6337
|
|
|
6355
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6356
6338
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6357
6339
|
-webkit-overflow-scrolling: touch;
|
|
6358
6340
|
height: 100%;
|
|
@@ -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: "\e96c";
|
|
@@ -43,14 +42,14 @@ textarea.e-input,
|
|
|
43
42
|
.e-input-group.e-control-wrapper {
|
|
44
43
|
font-family: "Helvetica Neue", "Helvetica", "Arial", 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: "Helvetica Neue", "Helvetica", "Arial", 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,
|
|
@@ -212,7 +211,6 @@ textarea.e-input.e-bigger,
|
|
|
212
211
|
border-top: 0;
|
|
213
212
|
}
|
|
214
213
|
|
|
215
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
216
214
|
.e-input-group .e-input-group-icon:last-child,
|
|
217
215
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
218
216
|
border-right-width: 0;
|
|
@@ -552,7 +550,7 @@ label.e-float-text,
|
|
|
552
550
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
553
551
|
font-size: 14px;
|
|
554
552
|
font-style: normal;
|
|
555
|
-
font-weight:
|
|
553
|
+
font-weight: 400;
|
|
556
554
|
left: 0;
|
|
557
555
|
overflow: hidden;
|
|
558
556
|
padding-left: 10px;
|
|
@@ -964,7 +962,7 @@ label.e-float-text,
|
|
|
964
962
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
965
963
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
966
964
|
font-size: 14px;
|
|
967
|
-
font-weight:
|
|
965
|
+
font-weight: 400;
|
|
968
966
|
}
|
|
969
967
|
|
|
970
968
|
.e-float-input input,
|
|
@@ -1163,7 +1161,7 @@ label.e-float-text,
|
|
|
1163
1161
|
.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,
|
|
1164
1162
|
.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,
|
|
1165
1163
|
.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 {
|
|
1166
|
-
font-weight:
|
|
1164
|
+
font-weight: 400;
|
|
1167
1165
|
}
|
|
1168
1166
|
|
|
1169
1167
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1182,7 +1180,7 @@ label.e-float-text,
|
|
|
1182
1180
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1183
1181
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1184
1182
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1185
|
-
font-weight:
|
|
1183
|
+
font-weight: 400;
|
|
1186
1184
|
}
|
|
1187
1185
|
|
|
1188
1186
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1252,7 +1250,6 @@ label.e-float-text,
|
|
|
1252
1250
|
transform-origin: right top;
|
|
1253
1251
|
}
|
|
1254
1252
|
|
|
1255
|
-
/* stylelint-disable selector-max-empty-lines */
|
|
1256
1253
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1257
1254
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1258
1255
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1349,7 +1346,6 @@ label.e-float-text,
|
|
|
1349
1346
|
padding-right: 10px;
|
|
1350
1347
|
}
|
|
1351
1348
|
|
|
1352
|
-
/* stylelint-enable selector-max-empty-lines */
|
|
1353
1349
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1354
1350
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1355
1351
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1768,22 +1764,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1768
1764
|
user-select: none;
|
|
1769
1765
|
}
|
|
1770
1766
|
|
|
1771
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1767
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1772
1768
|
font-style: normal;
|
|
1773
1769
|
user-select: none;
|
|
1774
1770
|
}
|
|
1775
1771
|
|
|
1776
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1772
|
+
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1777
1773
|
font-style: normal;
|
|
1778
1774
|
user-select: none;
|
|
1779
1775
|
}
|
|
1780
1776
|
|
|
1781
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1777
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1782
1778
|
font-style: normal;
|
|
1783
1779
|
user-select: none;
|
|
1784
1780
|
}
|
|
1785
1781
|
|
|
1786
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1782
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1787
1783
|
font-style: normal;
|
|
1788
1784
|
user-select: none;
|
|
1789
1785
|
}
|
|
@@ -1793,12 +1789,12 @@ input.e-input:-moz-placeholder {
|
|
|
1793
1789
|
user-select: none;
|
|
1794
1790
|
}
|
|
1795
1791
|
|
|
1796
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1792
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1797
1793
|
font-style: normal;
|
|
1798
1794
|
user-select: none;
|
|
1799
1795
|
}
|
|
1800
1796
|
|
|
1801
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1797
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1802
1798
|
font-style: normal;
|
|
1803
1799
|
user-select: none;
|
|
1804
1800
|
}
|
|
@@ -3242,7 +3238,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3242
3238
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3243
3239
|
font-size: 14px;
|
|
3244
3240
|
font-style: normal;
|
|
3245
|
-
font-weight:
|
|
3241
|
+
font-weight: 400;
|
|
3246
3242
|
left: 0;
|
|
3247
3243
|
overflow: hidden;
|
|
3248
3244
|
padding-left: 10px;
|
|
@@ -3720,8 +3716,6 @@ textarea.e-input,
|
|
|
3720
3716
|
color: #585858;
|
|
3721
3717
|
}
|
|
3722
3718
|
|
|
3723
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3724
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
3725
3719
|
.e-input[disabled],
|
|
3726
3720
|
.e-input-group .e-input[disabled],
|
|
3727
3721
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4632,6 +4626,4 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4632
4626
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4633
4627
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4634
4628
|
color: #f0f0f0;
|
|
4635
|
-
}
|
|
4636
|
-
|
|
4637
|
-
/* stylelint-disable-line no-empty-source */
|
|
4629
|
+
}
|