@syncfusion/ej2-angular-inputs 20.2.44 → 20.2.45-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 +1445 -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 +14 -28
- 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
package/styles/material-dark.css
CHANGED
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
border-color: #616161;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
13
12
|
@keyframes e-input-ripple {
|
|
14
13
|
100% {
|
|
15
14
|
opacity: 0;
|
|
@@ -84,14 +83,14 @@ textarea.e-input,
|
|
|
84
83
|
.e-input-group.e-control-wrapper {
|
|
85
84
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
86
85
|
font-size: 13px;
|
|
87
|
-
font-weight:
|
|
86
|
+
font-weight: 400;
|
|
88
87
|
}
|
|
89
88
|
|
|
90
89
|
.e-input-group.e-disabled,
|
|
91
90
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
92
91
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
93
92
|
font-size: 13px;
|
|
94
|
-
font-weight:
|
|
93
|
+
font-weight: 400;
|
|
95
94
|
}
|
|
96
95
|
|
|
97
96
|
.e-input-group input.e-input,
|
|
@@ -267,7 +266,6 @@ textarea.e-input.e-bigger,
|
|
|
267
266
|
text-align: center;
|
|
268
267
|
}
|
|
269
268
|
|
|
270
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
271
269
|
.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
272
270
|
.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
273
271
|
.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
@@ -623,7 +621,7 @@ label.e-float-text,
|
|
|
623
621
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
624
622
|
font-size: 13px;
|
|
625
623
|
font-style: normal;
|
|
626
|
-
font-weight:
|
|
624
|
+
font-weight: 400;
|
|
627
625
|
left: 0;
|
|
628
626
|
overflow: hidden;
|
|
629
627
|
padding-left: 0;
|
|
@@ -1146,7 +1144,7 @@ label.e-float-text,
|
|
|
1146
1144
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1147
1145
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
1148
1146
|
font-size: 13px;
|
|
1149
|
-
font-weight:
|
|
1147
|
+
font-weight: 400;
|
|
1150
1148
|
}
|
|
1151
1149
|
|
|
1152
1150
|
.e-float-input input,
|
|
@@ -1343,7 +1341,7 @@ label.e-float-text,
|
|
|
1343
1341
|
.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,
|
|
1344
1342
|
.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,
|
|
1345
1343
|
.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 {
|
|
1346
|
-
font-weight:
|
|
1344
|
+
font-weight: 400;
|
|
1347
1345
|
}
|
|
1348
1346
|
|
|
1349
1347
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1362,7 +1360,7 @@ label.e-float-text,
|
|
|
1362
1360
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1363
1361
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1364
1362
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1365
|
-
font-weight:
|
|
1363
|
+
font-weight: 400;
|
|
1366
1364
|
}
|
|
1367
1365
|
|
|
1368
1366
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1432,7 +1430,6 @@ label.e-float-text,
|
|
|
1432
1430
|
transform-origin: right top;
|
|
1433
1431
|
}
|
|
1434
1432
|
|
|
1435
|
-
/* stylelint-disable selector-max-empty-lines */
|
|
1436
1433
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1437
1434
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1438
1435
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1529,7 +1526,6 @@ label.e-float-text,
|
|
|
1529
1526
|
padding-right: 0;
|
|
1530
1527
|
}
|
|
1531
1528
|
|
|
1532
|
-
/* stylelint-enable selector-max-empty-lines */
|
|
1533
1529
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1534
1530
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1535
1531
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -2063,22 +2059,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
2063
2059
|
user-select: none;
|
|
2064
2060
|
}
|
|
2065
2061
|
|
|
2066
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2062
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
2067
2063
|
font-style: normal;
|
|
2068
2064
|
user-select: none;
|
|
2069
2065
|
}
|
|
2070
2066
|
|
|
2071
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
2067
|
+
.e-input-group textarea.e-input:-moz-placeholder {
|
|
2072
2068
|
font-style: normal;
|
|
2073
2069
|
user-select: none;
|
|
2074
2070
|
}
|
|
2075
2071
|
|
|
2076
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2072
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2077
2073
|
font-style: normal;
|
|
2078
2074
|
user-select: none;
|
|
2079
2075
|
}
|
|
2080
2076
|
|
|
2081
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
2077
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
2082
2078
|
font-style: normal;
|
|
2083
2079
|
user-select: none;
|
|
2084
2080
|
}
|
|
@@ -2088,12 +2084,12 @@ input.e-input:-moz-placeholder {
|
|
|
2088
2084
|
user-select: none;
|
|
2089
2085
|
}
|
|
2090
2086
|
|
|
2091
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2087
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
2092
2088
|
font-style: normal;
|
|
2093
2089
|
user-select: none;
|
|
2094
2090
|
}
|
|
2095
2091
|
|
|
2096
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2092
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2097
2093
|
font-style: normal;
|
|
2098
2094
|
user-select: none;
|
|
2099
2095
|
}
|
|
@@ -3670,7 +3666,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3670
3666
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3671
3667
|
font-size: 13px;
|
|
3672
3668
|
font-style: normal;
|
|
3673
|
-
font-weight:
|
|
3669
|
+
font-weight: 400;
|
|
3674
3670
|
left: 0;
|
|
3675
3671
|
overflow: hidden;
|
|
3676
3672
|
padding-left: 0;
|
|
@@ -5903,7 +5899,7 @@ textarea.e-outline,
|
|
|
5903
5899
|
.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
|
|
5904
5900
|
.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5905
5901
|
.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 {
|
|
5906
|
-
animation-name: slideTopUp;
|
|
5902
|
+
animation-name: slideTopUp;
|
|
5907
5903
|
}
|
|
5908
5904
|
|
|
5909
5905
|
.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5918,7 +5914,7 @@ textarea.e-outline,
|
|
|
5918
5914
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5919
5915
|
.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,
|
|
5920
5916
|
.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 {
|
|
5921
|
-
animation-name: slideTopUp;
|
|
5917
|
+
animation-name: slideTopUp;
|
|
5922
5918
|
}
|
|
5923
5919
|
|
|
5924
5920
|
.e-bigger .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5936,7 +5932,7 @@ textarea.e-outline,
|
|
|
5936
5932
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5937
5933
|
.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,
|
|
5938
5934
|
.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 {
|
|
5939
|
-
animation-name: slideTopUp;
|
|
5935
|
+
animation-name: slideTopUp;
|
|
5940
5936
|
}
|
|
5941
5937
|
|
|
5942
5938
|
.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5958,7 +5954,7 @@ textarea.e-outline,
|
|
|
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
5955
|
.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,
|
|
5960
5956
|
.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 {
|
|
5961
|
-
animation-name: slideTopUp;
|
|
5957
|
+
animation-name: slideTopUp;
|
|
5962
5958
|
}
|
|
5963
5959
|
|
|
5964
5960
|
.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -9216,8 +9212,6 @@ textarea.e-input,
|
|
|
9216
9212
|
color: rgba(255, 255, 255, 0.3);
|
|
9217
9213
|
}
|
|
9218
9214
|
|
|
9219
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
9220
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
9221
9215
|
.e-input[disabled],
|
|
9222
9216
|
.e-input-group .e-input[disabled],
|
|
9223
9217
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -12385,8 +12379,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12385
12379
|
color: #ffca1c;
|
|
12386
12380
|
}
|
|
12387
12381
|
|
|
12388
|
-
/* stylelint-disable-line no-empty-source */
|
|
12389
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
12390
12382
|
@keyframes e-input-ripple {
|
|
12391
12383
|
100% {
|
|
12392
12384
|
opacity: 0;
|
|
@@ -12441,7 +12433,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12441
12433
|
font-size: 12px;
|
|
12442
12434
|
}
|
|
12443
12435
|
|
|
12444
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
12445
12436
|
@keyframes e-input-ripple {
|
|
12446
12437
|
100% {
|
|
12447
12438
|
opacity: 0;
|
|
@@ -12482,8 +12473,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12482
12473
|
color: #ff6652;
|
|
12483
12474
|
}
|
|
12484
12475
|
|
|
12485
|
-
/* stylelint-disable-line no-empty-source */
|
|
12486
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
12487
12476
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
12488
12477
|
cursor: default;
|
|
12489
12478
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -12500,9 +12489,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12500
12489
|
background-color: #00b0ff;
|
|
12501
12490
|
border: 0;
|
|
12502
12491
|
border-radius: 8px;
|
|
12503
|
-
/* stylelint-disable */
|
|
12504
12492
|
cursor: grab;
|
|
12505
|
-
/* stylelint-enable */
|
|
12506
12493
|
opacity: 1;
|
|
12507
12494
|
}
|
|
12508
12495
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close {
|
|
@@ -12529,9 +12516,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12529
12516
|
border-right-color: rgba(255, 255, 255, 0.26);
|
|
12530
12517
|
}
|
|
12531
12518
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active {
|
|
12532
|
-
/* stylelint-disable */
|
|
12533
12519
|
cursor: grabbing;
|
|
12534
|
-
/* stylelint-enable */
|
|
12535
12520
|
}
|
|
12536
12521
|
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip {
|
|
12537
12522
|
visibility: visible;
|
|
@@ -12573,18 +12558,14 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12573
12558
|
border-bottom-right-radius: 0%;
|
|
12574
12559
|
border-top-left-radius: 50%;
|
|
12575
12560
|
border-top-right-radius: 50%;
|
|
12576
|
-
/* stylelint-disable */
|
|
12577
12561
|
cursor: grab;
|
|
12578
|
-
/* stylelint-enable */
|
|
12579
12562
|
opacity: 1;
|
|
12580
12563
|
}
|
|
12581
12564
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start {
|
|
12582
12565
|
background-color: rgba(255, 255, 255, 0.26);
|
|
12583
12566
|
}
|
|
12584
12567
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active {
|
|
12585
|
-
/* stylelint-disable */
|
|
12586
12568
|
cursor: grabbing;
|
|
12587
|
-
/* stylelint-enable */
|
|
12588
12569
|
}
|
|
12589
12570
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
|
|
12590
12571
|
visibility: hidden;
|
|
@@ -12688,7 +12669,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12688
12669
|
}
|
|
12689
12670
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
|
|
12690
12671
|
background: #757575;
|
|
12691
|
-
transform: scale(0.5) !important;
|
|
12672
|
+
transform: scale(0.5) !important;
|
|
12692
12673
|
}
|
|
12693
12674
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first {
|
|
12694
12675
|
background-color: #757575;
|
|
@@ -12900,14 +12881,10 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12900
12881
|
transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
|
|
12901
12882
|
width: 12px;
|
|
12902
12883
|
z-index: 10;
|
|
12903
|
-
/* stylelint-disable */
|
|
12904
12884
|
cursor: grab;
|
|
12905
|
-
/* stylelint-enable */
|
|
12906
12885
|
}
|
|
12907
12886
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
|
|
12908
|
-
/* stylelint-disable */
|
|
12909
12887
|
cursor: grabbing;
|
|
12910
|
-
/* stylelint-enable */
|
|
12911
12888
|
}
|
|
12912
12889
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start {
|
|
12913
12890
|
background-color: #303030;
|
|
@@ -12933,10 +12910,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12933
12910
|
width: 32px;
|
|
12934
12911
|
z-index: -1;
|
|
12935
12912
|
}
|
|
12936
|
-
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
12937
|
-
/* stylelint-disable */
|
|
12938
|
-
/* stylelint-enable */
|
|
12939
|
-
}
|
|
12940
12913
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start::after {
|
|
12941
12914
|
background-color: #e0e0e0;
|
|
12942
12915
|
opacity: 0.38;
|
|
@@ -13122,15 +13095,12 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13122
13095
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
13123
13096
|
border-color: #00b0ff;
|
|
13124
13097
|
}
|
|
13125
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
13126
13098
|
@keyframes e-input-ripple {
|
|
13127
13099
|
100% {
|
|
13128
13100
|
opacity: 0;
|
|
13129
13101
|
transform: scale(4);
|
|
13130
13102
|
}
|
|
13131
13103
|
}
|
|
13132
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
13133
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
13134
13104
|
@keyframes material-spinner-rotate {
|
|
13135
13105
|
0% {
|
|
13136
13106
|
transform: rotate(0deg);
|
|
@@ -13935,7 +13905,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13935
13905
|
box-shadow: 0 0 0 transparent;
|
|
13936
13906
|
}
|
|
13937
13907
|
|
|
13938
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
13939
13908
|
@keyframes e-input-ripple {
|
|
13940
13909
|
100% {
|
|
13941
13910
|
opacity: 0;
|
|
@@ -14020,7 +13989,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
14020
13989
|
line-height: 0;
|
|
14021
13990
|
}
|
|
14022
13991
|
|
|
14023
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
14024
13992
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
14025
13993
|
-webkit-overflow-scrolling: touch;
|
|
14026
13994
|
height: 100%;
|
package/styles/material.css
CHANGED
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
border-color: #e0e0e0;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
13
12
|
@keyframes e-input-ripple {
|
|
14
13
|
100% {
|
|
15
14
|
opacity: 0;
|
|
@@ -92,14 +91,14 @@ textarea.e-input,
|
|
|
92
91
|
.e-input-group.e-control-wrapper {
|
|
93
92
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
94
93
|
font-size: 13px;
|
|
95
|
-
font-weight:
|
|
94
|
+
font-weight: 400;
|
|
96
95
|
}
|
|
97
96
|
|
|
98
97
|
.e-input-group.e-disabled,
|
|
99
98
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
100
99
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
101
100
|
font-size: 13px;
|
|
102
|
-
font-weight:
|
|
101
|
+
font-weight: 400;
|
|
103
102
|
}
|
|
104
103
|
|
|
105
104
|
.e-input-group input.e-input,
|
|
@@ -275,7 +274,6 @@ textarea.e-input.e-bigger,
|
|
|
275
274
|
text-align: center;
|
|
276
275
|
}
|
|
277
276
|
|
|
278
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
279
277
|
.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
280
278
|
.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
281
279
|
.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
@@ -631,7 +629,7 @@ label.e-float-text,
|
|
|
631
629
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
632
630
|
font-size: 13px;
|
|
633
631
|
font-style: normal;
|
|
634
|
-
font-weight:
|
|
632
|
+
font-weight: 400;
|
|
635
633
|
left: 0;
|
|
636
634
|
overflow: hidden;
|
|
637
635
|
padding-left: 0;
|
|
@@ -1154,7 +1152,7 @@ label.e-float-text,
|
|
|
1154
1152
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1155
1153
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
1156
1154
|
font-size: 13px;
|
|
1157
|
-
font-weight:
|
|
1155
|
+
font-weight: 400;
|
|
1158
1156
|
}
|
|
1159
1157
|
|
|
1160
1158
|
.e-float-input input,
|
|
@@ -1351,7 +1349,7 @@ label.e-float-text,
|
|
|
1351
1349
|
.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,
|
|
1352
1350
|
.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,
|
|
1353
1351
|
.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 {
|
|
1354
|
-
font-weight:
|
|
1352
|
+
font-weight: 400;
|
|
1355
1353
|
}
|
|
1356
1354
|
|
|
1357
1355
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1370,7 +1368,7 @@ label.e-float-text,
|
|
|
1370
1368
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1371
1369
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1372
1370
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1373
|
-
font-weight:
|
|
1371
|
+
font-weight: 400;
|
|
1374
1372
|
}
|
|
1375
1373
|
|
|
1376
1374
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1440,7 +1438,6 @@ label.e-float-text,
|
|
|
1440
1438
|
transform-origin: right top;
|
|
1441
1439
|
}
|
|
1442
1440
|
|
|
1443
|
-
/* stylelint-disable selector-max-empty-lines */
|
|
1444
1441
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1445
1442
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1446
1443
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1537,7 +1534,6 @@ label.e-float-text,
|
|
|
1537
1534
|
padding-right: 0;
|
|
1538
1535
|
}
|
|
1539
1536
|
|
|
1540
|
-
/* stylelint-enable selector-max-empty-lines */
|
|
1541
1537
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1542
1538
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1543
1539
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -2071,22 +2067,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
2071
2067
|
user-select: none;
|
|
2072
2068
|
}
|
|
2073
2069
|
|
|
2074
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2070
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
2075
2071
|
font-style: normal;
|
|
2076
2072
|
user-select: none;
|
|
2077
2073
|
}
|
|
2078
2074
|
|
|
2079
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
2075
|
+
.e-input-group textarea.e-input:-moz-placeholder {
|
|
2080
2076
|
font-style: normal;
|
|
2081
2077
|
user-select: none;
|
|
2082
2078
|
}
|
|
2083
2079
|
|
|
2084
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2080
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2085
2081
|
font-style: normal;
|
|
2086
2082
|
user-select: none;
|
|
2087
2083
|
}
|
|
2088
2084
|
|
|
2089
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
2085
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
2090
2086
|
font-style: normal;
|
|
2091
2087
|
user-select: none;
|
|
2092
2088
|
}
|
|
@@ -2096,12 +2092,12 @@ input.e-input:-moz-placeholder {
|
|
|
2096
2092
|
user-select: none;
|
|
2097
2093
|
}
|
|
2098
2094
|
|
|
2099
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2095
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
2100
2096
|
font-style: normal;
|
|
2101
2097
|
user-select: none;
|
|
2102
2098
|
}
|
|
2103
2099
|
|
|
2104
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2100
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2105
2101
|
font-style: normal;
|
|
2106
2102
|
user-select: none;
|
|
2107
2103
|
}
|
|
@@ -3678,7 +3674,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3678
3674
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3679
3675
|
font-size: 13px;
|
|
3680
3676
|
font-style: normal;
|
|
3681
|
-
font-weight:
|
|
3677
|
+
font-weight: 400;
|
|
3682
3678
|
left: 0;
|
|
3683
3679
|
overflow: hidden;
|
|
3684
3680
|
padding-left: 0;
|
|
@@ -5911,7 +5907,7 @@ textarea.e-outline,
|
|
|
5911
5907
|
.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
|
|
5912
5908
|
.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5913
5909
|
.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 {
|
|
5914
|
-
animation-name: slideTopUp;
|
|
5910
|
+
animation-name: slideTopUp;
|
|
5915
5911
|
}
|
|
5916
5912
|
|
|
5917
5913
|
.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5926,7 +5922,7 @@ textarea.e-outline,
|
|
|
5926
5922
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5927
5923
|
.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,
|
|
5928
5924
|
.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 {
|
|
5929
|
-
animation-name: slideTopUp;
|
|
5925
|
+
animation-name: slideTopUp;
|
|
5930
5926
|
}
|
|
5931
5927
|
|
|
5932
5928
|
.e-bigger .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5944,7 +5940,7 @@ textarea.e-outline,
|
|
|
5944
5940
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5945
5941
|
.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,
|
|
5946
5942
|
.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 {
|
|
5947
|
-
animation-name: slideTopUp;
|
|
5943
|
+
animation-name: slideTopUp;
|
|
5948
5944
|
}
|
|
5949
5945
|
|
|
5950
5946
|
.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5966,7 +5962,7 @@ textarea.e-outline,
|
|
|
5966
5962
|
.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,
|
|
5967
5963
|
.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,
|
|
5968
5964
|
.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 {
|
|
5969
|
-
animation-name: slideTopUp;
|
|
5965
|
+
animation-name: slideTopUp;
|
|
5970
5966
|
}
|
|
5971
5967
|
|
|
5972
5968
|
.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -9224,8 +9220,6 @@ textarea.e-input,
|
|
|
9224
9220
|
color: rgba(0, 0, 0, 0.26);
|
|
9225
9221
|
}
|
|
9226
9222
|
|
|
9227
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
9228
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
9229
9223
|
.e-input[disabled],
|
|
9230
9224
|
.e-input-group .e-input[disabled],
|
|
9231
9225
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -12393,8 +12387,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12393
12387
|
color: #ffca1c;
|
|
12394
12388
|
}
|
|
12395
12389
|
|
|
12396
|
-
/* stylelint-disable-line no-empty-source */
|
|
12397
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
12398
12390
|
@keyframes e-input-ripple {
|
|
12399
12391
|
100% {
|
|
12400
12392
|
opacity: 0;
|
|
@@ -12457,7 +12449,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12457
12449
|
font-size: 12px;
|
|
12458
12450
|
}
|
|
12459
12451
|
|
|
12460
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
12461
12452
|
@keyframes e-input-ripple {
|
|
12462
12453
|
100% {
|
|
12463
12454
|
opacity: 0;
|
|
@@ -12506,8 +12497,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12506
12497
|
color: #f44336;
|
|
12507
12498
|
}
|
|
12508
12499
|
|
|
12509
|
-
/* stylelint-disable-line no-empty-source */
|
|
12510
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
12511
12500
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
12512
12501
|
cursor: default;
|
|
12513
12502
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -12524,9 +12513,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12524
12513
|
background-color: #e3165b;
|
|
12525
12514
|
border: 0;
|
|
12526
12515
|
border-radius: 8px;
|
|
12527
|
-
/* stylelint-disable */
|
|
12528
12516
|
cursor: grab;
|
|
12529
|
-
/* stylelint-enable */
|
|
12530
12517
|
opacity: 1;
|
|
12531
12518
|
}
|
|
12532
12519
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close {
|
|
@@ -12553,9 +12540,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12553
12540
|
border-right-color: rgba(0, 0, 0, 0.26);
|
|
12554
12541
|
}
|
|
12555
12542
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active {
|
|
12556
|
-
/* stylelint-disable */
|
|
12557
12543
|
cursor: grabbing;
|
|
12558
|
-
/* stylelint-enable */
|
|
12559
12544
|
}
|
|
12560
12545
|
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip {
|
|
12561
12546
|
visibility: visible;
|
|
@@ -12597,18 +12582,14 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12597
12582
|
border-bottom-right-radius: 0%;
|
|
12598
12583
|
border-top-left-radius: 50%;
|
|
12599
12584
|
border-top-right-radius: 50%;
|
|
12600
|
-
/* stylelint-disable */
|
|
12601
12585
|
cursor: grab;
|
|
12602
|
-
/* stylelint-enable */
|
|
12603
12586
|
opacity: 1;
|
|
12604
12587
|
}
|
|
12605
12588
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start {
|
|
12606
12589
|
background-color: rgba(0, 0, 0, 0.26);
|
|
12607
12590
|
}
|
|
12608
12591
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active {
|
|
12609
|
-
/* stylelint-disable */
|
|
12610
12592
|
cursor: grabbing;
|
|
12611
|
-
/* stylelint-enable */
|
|
12612
12593
|
}
|
|
12613
12594
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
|
|
12614
12595
|
visibility: hidden;
|
|
@@ -12712,7 +12693,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12712
12693
|
}
|
|
12713
12694
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
|
|
12714
12695
|
background: #757575;
|
|
12715
|
-
transform: scale(0.5) !important;
|
|
12696
|
+
transform: scale(0.5) !important;
|
|
12716
12697
|
}
|
|
12717
12698
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first {
|
|
12718
12699
|
background-color: #757575;
|
|
@@ -12924,14 +12905,10 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12924
12905
|
transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
|
|
12925
12906
|
width: 12px;
|
|
12926
12907
|
z-index: 10;
|
|
12927
|
-
/* stylelint-disable */
|
|
12928
12908
|
cursor: grab;
|
|
12929
|
-
/* stylelint-enable */
|
|
12930
12909
|
}
|
|
12931
12910
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
|
|
12932
|
-
/* stylelint-disable */
|
|
12933
12911
|
cursor: grabbing;
|
|
12934
|
-
/* stylelint-enable */
|
|
12935
12912
|
}
|
|
12936
12913
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start {
|
|
12937
12914
|
background-color: #fff;
|
|
@@ -12957,10 +12934,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12957
12934
|
width: 32px;
|
|
12958
12935
|
z-index: -1;
|
|
12959
12936
|
}
|
|
12960
|
-
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
12961
|
-
/* stylelint-disable */
|
|
12962
|
-
/* stylelint-enable */
|
|
12963
|
-
}
|
|
12964
12937
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start::after {
|
|
12965
12938
|
background-color: #e0e0e0;
|
|
12966
12939
|
opacity: 0.38;
|
|
@@ -13146,7 +13119,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13146
13119
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
13147
13120
|
border-color: #e3165b;
|
|
13148
13121
|
}
|
|
13149
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
13150
13122
|
@keyframes e-input-ripple {
|
|
13151
13123
|
100% {
|
|
13152
13124
|
opacity: 0;
|
|
@@ -13161,8 +13133,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13161
13133
|
transform: translate3d(0, 0, 0) scale(1);
|
|
13162
13134
|
}
|
|
13163
13135
|
}
|
|
13164
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
13165
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
13166
13136
|
@keyframes material-spinner-rotate {
|
|
13167
13137
|
0% {
|
|
13168
13138
|
transform: rotate(0deg);
|
|
@@ -13967,7 +13937,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13967
13937
|
box-shadow: 0 0 0 transparent;
|
|
13968
13938
|
}
|
|
13969
13939
|
|
|
13970
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
13971
13940
|
@keyframes e-input-ripple {
|
|
13972
13941
|
100% {
|
|
13973
13942
|
opacity: 0;
|
|
@@ -14060,7 +14029,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
14060
14029
|
line-height: 0;
|
|
14061
14030
|
}
|
|
14062
14031
|
|
|
14063
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
14064
14032
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
14065
14033
|
-webkit-overflow-scrolling: touch;
|
|
14066
14034
|
height: 100%;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../input/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap-dark.scss';
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../input/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark.scss';
|