@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/bootstrap4.css
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
border-color: #dee2e6;
|
|
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: "\e745";
|
|
@@ -53,14 +52,14 @@ textarea.e-input,
|
|
|
53
52
|
.e-input-group.e-control-wrapper {
|
|
54
53
|
font-family: "Helvetica Neue", "Helvetica", "Arial", 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: "Helvetica Neue", "Helvetica", "Arial", 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,
|
|
@@ -222,7 +221,6 @@ textarea.e-input.e-bigger,
|
|
|
222
221
|
border-top: 0;
|
|
223
222
|
}
|
|
224
223
|
|
|
225
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
226
224
|
.e-input-group .e-input-group-icon:last-child,
|
|
227
225
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
228
226
|
border-right-width: 0;
|
|
@@ -562,7 +560,7 @@ label.e-float-text,
|
|
|
562
560
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
563
561
|
font-size: 14px;
|
|
564
562
|
font-style: normal;
|
|
565
|
-
font-weight:
|
|
563
|
+
font-weight: 400;
|
|
566
564
|
left: 0;
|
|
567
565
|
overflow: hidden;
|
|
568
566
|
padding-left: 10px;
|
|
@@ -974,7 +972,7 @@ label.e-float-text,
|
|
|
974
972
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
975
973
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
976
974
|
font-size: 14px;
|
|
977
|
-
font-weight:
|
|
975
|
+
font-weight: 400;
|
|
978
976
|
}
|
|
979
977
|
|
|
980
978
|
.e-float-input input,
|
|
@@ -1173,7 +1171,7 @@ label.e-float-text,
|
|
|
1173
1171
|
.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,
|
|
1174
1172
|
.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,
|
|
1175
1173
|
.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 {
|
|
1176
|
-
font-weight:
|
|
1174
|
+
font-weight: 400;
|
|
1177
1175
|
}
|
|
1178
1176
|
|
|
1179
1177
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1192,7 +1190,7 @@ label.e-float-text,
|
|
|
1192
1190
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1193
1191
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1194
1192
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1195
|
-
font-weight:
|
|
1193
|
+
font-weight: 400;
|
|
1196
1194
|
}
|
|
1197
1195
|
|
|
1198
1196
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1262,7 +1260,6 @@ label.e-float-text,
|
|
|
1262
1260
|
transform-origin: right top;
|
|
1263
1261
|
}
|
|
1264
1262
|
|
|
1265
|
-
/* stylelint-disable selector-max-empty-lines */
|
|
1266
1263
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1267
1264
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1268
1265
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1359,7 +1356,6 @@ label.e-float-text,
|
|
|
1359
1356
|
padding-right: 10px;
|
|
1360
1357
|
}
|
|
1361
1358
|
|
|
1362
|
-
/* stylelint-enable selector-max-empty-lines */
|
|
1363
1359
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1364
1360
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1365
1361
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1778,22 +1774,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1778
1774
|
user-select: none;
|
|
1779
1775
|
}
|
|
1780
1776
|
|
|
1781
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1777
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1782
1778
|
font-style: normal;
|
|
1783
1779
|
user-select: none;
|
|
1784
1780
|
}
|
|
1785
1781
|
|
|
1786
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1782
|
+
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1787
1783
|
font-style: normal;
|
|
1788
1784
|
user-select: none;
|
|
1789
1785
|
}
|
|
1790
1786
|
|
|
1791
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1787
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1792
1788
|
font-style: normal;
|
|
1793
1789
|
user-select: none;
|
|
1794
1790
|
}
|
|
1795
1791
|
|
|
1796
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1792
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1797
1793
|
font-style: normal;
|
|
1798
1794
|
user-select: none;
|
|
1799
1795
|
}
|
|
@@ -1803,12 +1799,12 @@ input.e-input:-moz-placeholder {
|
|
|
1803
1799
|
user-select: none;
|
|
1804
1800
|
}
|
|
1805
1801
|
|
|
1806
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1802
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1807
1803
|
font-style: normal;
|
|
1808
1804
|
user-select: none;
|
|
1809
1805
|
}
|
|
1810
1806
|
|
|
1811
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1807
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1812
1808
|
font-style: normal;
|
|
1813
1809
|
user-select: none;
|
|
1814
1810
|
}
|
|
@@ -3246,7 +3242,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3246
3242
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3247
3243
|
font-size: 14px;
|
|
3248
3244
|
font-style: normal;
|
|
3249
|
-
font-weight:
|
|
3245
|
+
font-weight: 400;
|
|
3250
3246
|
left: 0;
|
|
3251
3247
|
overflow: hidden;
|
|
3252
3248
|
padding-left: 10px;
|
|
@@ -3709,8 +3705,6 @@ textarea.e-input,
|
|
|
3709
3705
|
color: #6c757d;
|
|
3710
3706
|
}
|
|
3711
3707
|
|
|
3712
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3713
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
3714
3708
|
.e-input[disabled],
|
|
3715
3709
|
.e-input-group .e-input[disabled],
|
|
3716
3710
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4626,8 +4620,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4626
4620
|
color: #212529;
|
|
4627
4621
|
}
|
|
4628
4622
|
|
|
4629
|
-
/* stylelint-disable-line no-empty-source */
|
|
4630
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4631
4623
|
.e-input-group-icon.e-spin-up::before {
|
|
4632
4624
|
content: "\e721";
|
|
4633
4625
|
font-family: "e-icons";
|
|
@@ -4676,7 +4668,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4676
4668
|
font-size: 10px;
|
|
4677
4669
|
}
|
|
4678
4670
|
|
|
4679
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4680
4671
|
/*! maskedtextbox layout */
|
|
4681
4672
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4682
4673
|
font-family: Arial, "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4711,8 +4702,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4711
4702
|
color: #dc3545;
|
|
4712
4703
|
}
|
|
4713
4704
|
|
|
4714
|
-
/* stylelint-disable-line no-empty-source */
|
|
4715
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4716
4705
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4717
4706
|
cursor: default;
|
|
4718
4707
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5078,11 +5067,9 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5078
5067
|
z-index: 10;
|
|
5079
5068
|
}
|
|
5080
5069
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5081
|
-
/* stylelint-disable */
|
|
5082
5070
|
background-color: #007bff;
|
|
5083
5071
|
border-color: #007bff;
|
|
5084
5072
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 123, 255, 0.25);
|
|
5085
|
-
/* stylelint-enable */
|
|
5086
5073
|
}
|
|
5087
5074
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
5088
5075
|
height: 6px;
|
|
@@ -5275,9 +5262,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5275
5262
|
background-color: transparent;
|
|
5276
5263
|
border-color: transparent;
|
|
5277
5264
|
}
|
|
5278
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5279
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5280
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5281
5265
|
@keyframes material-spinner-rotate {
|
|
5282
5266
|
0% {
|
|
5283
5267
|
transform: rotate(0);
|
|
@@ -6078,7 +6062,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6078
6062
|
box-shadow: 0 0 0 transparent;
|
|
6079
6063
|
}
|
|
6080
6064
|
|
|
6081
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6082
6065
|
.e-container .e-value-switch-btn::before {
|
|
6083
6066
|
content: "\e799";
|
|
6084
6067
|
}
|
|
@@ -6170,7 +6153,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6170
6153
|
line-height: 0;
|
|
6171
6154
|
}
|
|
6172
6155
|
|
|
6173
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6174
6156
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6175
6157
|
-webkit-overflow-scrolling: touch;
|
|
6176
6158
|
height: 100%;
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
border-color: #444c54;
|
|
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: "\e7e7";
|
|
@@ -53,14 +52,14 @@ textarea.e-input,
|
|
|
53
52
|
.e-input-group.e-control-wrapper {
|
|
54
53
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
62
61
|
font-size: 14px;
|
|
63
|
-
font-weight:
|
|
62
|
+
font-weight: 400;
|
|
64
63
|
}
|
|
65
64
|
|
|
66
65
|
.e-input-group input.e-input,
|
|
@@ -307,7 +306,6 @@ textarea.e-input.e-bigger,
|
|
|
307
306
|
border-top: 0;
|
|
308
307
|
}
|
|
309
308
|
|
|
310
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
311
309
|
.e-input-group .e-input-group-icon:last-child,
|
|
312
310
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
313
311
|
border-right-width: 0;
|
|
@@ -647,7 +645,7 @@ label.e-float-text,
|
|
|
647
645
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
648
646
|
font-size: 14px;
|
|
649
647
|
font-style: normal;
|
|
650
|
-
font-weight:
|
|
648
|
+
font-weight: 400;
|
|
651
649
|
left: 0;
|
|
652
650
|
overflow: hidden;
|
|
653
651
|
padding-left: 10px;
|
|
@@ -1063,7 +1061,7 @@ label.e-float-text,
|
|
|
1063
1061
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1064
1062
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1065
1063
|
font-size: 14px;
|
|
1066
|
-
font-weight:
|
|
1064
|
+
font-weight: 400;
|
|
1067
1065
|
}
|
|
1068
1066
|
|
|
1069
1067
|
.e-float-input input,
|
|
@@ -1262,7 +1260,7 @@ label.e-float-text,
|
|
|
1262
1260
|
.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,
|
|
1263
1261
|
.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,
|
|
1264
1262
|
.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 {
|
|
1265
|
-
font-weight:
|
|
1263
|
+
font-weight: 400;
|
|
1266
1264
|
}
|
|
1267
1265
|
|
|
1268
1266
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1281,7 +1279,7 @@ label.e-float-text,
|
|
|
1281
1279
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1282
1280
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1283
1281
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1284
|
-
font-weight:
|
|
1282
|
+
font-weight: 400;
|
|
1285
1283
|
}
|
|
1286
1284
|
|
|
1287
1285
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1351,7 +1349,6 @@ label.e-float-text,
|
|
|
1351
1349
|
transform-origin: right top;
|
|
1352
1350
|
}
|
|
1353
1351
|
|
|
1354
|
-
/* stylelint-disable selector-max-empty-lines */
|
|
1355
1352
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1356
1353
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1357
1354
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1448,7 +1445,6 @@ label.e-float-text,
|
|
|
1448
1445
|
padding-right: 10px;
|
|
1449
1446
|
}
|
|
1450
1447
|
|
|
1451
|
-
/* stylelint-enable selector-max-empty-lines */
|
|
1452
1448
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1453
1449
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1454
1450
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1867,22 +1863,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1867
1863
|
user-select: none;
|
|
1868
1864
|
}
|
|
1869
1865
|
|
|
1870
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1866
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1871
1867
|
font-style: normal;
|
|
1872
1868
|
user-select: none;
|
|
1873
1869
|
}
|
|
1874
1870
|
|
|
1875
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1871
|
+
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1876
1872
|
font-style: normal;
|
|
1877
1873
|
user-select: none;
|
|
1878
1874
|
}
|
|
1879
1875
|
|
|
1880
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1876
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1881
1877
|
font-style: normal;
|
|
1882
1878
|
user-select: none;
|
|
1883
1879
|
}
|
|
1884
1880
|
|
|
1885
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1881
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1886
1882
|
font-style: normal;
|
|
1887
1883
|
user-select: none;
|
|
1888
1884
|
}
|
|
@@ -1892,12 +1888,12 @@ input.e-input:-moz-placeholder {
|
|
|
1892
1888
|
user-select: none;
|
|
1893
1889
|
}
|
|
1894
1890
|
|
|
1895
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1891
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1896
1892
|
font-style: normal;
|
|
1897
1893
|
user-select: none;
|
|
1898
1894
|
}
|
|
1899
1895
|
|
|
1900
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1896
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1901
1897
|
font-style: normal;
|
|
1902
1898
|
user-select: none;
|
|
1903
1899
|
}
|
|
@@ -3354,7 +3350,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3354
3350
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3355
3351
|
font-size: 14px;
|
|
3356
3352
|
font-style: normal;
|
|
3357
|
-
font-weight:
|
|
3353
|
+
font-weight: 400;
|
|
3358
3354
|
left: 0;
|
|
3359
3355
|
overflow: hidden;
|
|
3360
3356
|
padding-left: 10px;
|
|
@@ -3823,8 +3819,6 @@ textarea.e-input,
|
|
|
3823
3819
|
color: #adb5bd;
|
|
3824
3820
|
}
|
|
3825
3821
|
|
|
3826
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3827
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
3828
3822
|
.e-input[disabled],
|
|
3829
3823
|
.e-input-group .e-input[disabled],
|
|
3830
3824
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4737,8 +4731,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
4737
4731
|
color: #6c757d;
|
|
4738
4732
|
}
|
|
4739
4733
|
|
|
4740
|
-
/* stylelint-disable-line no-empty-source */
|
|
4741
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4742
4734
|
.e-input-group-icon.e-spin-up::before {
|
|
4743
4735
|
content: "\e776";
|
|
4744
4736
|
font-family: "e-icons";
|
|
@@ -4787,7 +4779,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
4787
4779
|
font-size: 16px;
|
|
4788
4780
|
}
|
|
4789
4781
|
|
|
4790
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4791
4782
|
/*! maskedtextbox layout */
|
|
4792
4783
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4793
4784
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -4822,8 +4813,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
4822
4813
|
color: #e4606d;
|
|
4823
4814
|
}
|
|
4824
4815
|
|
|
4825
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
4826
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4827
4816
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4828
4817
|
cursor: default;
|
|
4829
4818
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5250,11 +5239,9 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5250
5239
|
z-index: 10;
|
|
5251
5240
|
}
|
|
5252
5241
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5253
|
-
/* stylelint-disable */
|
|
5254
5242
|
background-color: #0b5ed7;
|
|
5255
5243
|
border: 1px solid #212529;
|
|
5256
5244
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
5257
|
-
/* stylelint-enable */
|
|
5258
5245
|
}
|
|
5259
5246
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
5260
5247
|
height: 6px;
|
|
@@ -5451,9 +5438,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5451
5438
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
5452
5439
|
border-color: #0d6efd;
|
|
5453
5440
|
}
|
|
5454
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5455
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5456
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5457
5441
|
@keyframes material-spinner-rotate {
|
|
5458
5442
|
0% {
|
|
5459
5443
|
transform: rotate(0);
|
|
@@ -6260,8 +6244,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6260
6244
|
box-shadow: 0 0 0 transparent;
|
|
6261
6245
|
}
|
|
6262
6246
|
|
|
6263
|
-
/* stylelint-disable-line no-empty-source */
|
|
6264
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6265
6247
|
.e-container .e-value-switch-btn::before {
|
|
6266
6248
|
content: "\e748";
|
|
6267
6249
|
}
|
|
@@ -6360,7 +6342,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6360
6342
|
line-height: 0;
|
|
6361
6343
|
}
|
|
6362
6344
|
|
|
6363
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6364
6345
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6365
6346
|
-webkit-overflow-scrolling: touch;
|
|
6366
6347
|
height: 100%;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
border-color: #dee2e6;
|
|
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: "\e7e7";
|
|
@@ -53,14 +52,14 @@ textarea.e-input,
|
|
|
53
52
|
.e-input-group.e-control-wrapper {
|
|
54
53
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
62
61
|
font-size: 14px;
|
|
63
|
-
font-weight:
|
|
62
|
+
font-weight: 400;
|
|
64
63
|
}
|
|
65
64
|
|
|
66
65
|
.e-input-group input.e-input,
|
|
@@ -307,7 +306,6 @@ textarea.e-input.e-bigger,
|
|
|
307
306
|
border-top: 0;
|
|
308
307
|
}
|
|
309
308
|
|
|
310
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
311
309
|
.e-input-group .e-input-group-icon:last-child,
|
|
312
310
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
313
311
|
border-right-width: 0;
|
|
@@ -647,7 +645,7 @@ label.e-float-text,
|
|
|
647
645
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
648
646
|
font-size: 14px;
|
|
649
647
|
font-style: normal;
|
|
650
|
-
font-weight:
|
|
648
|
+
font-weight: 400;
|
|
651
649
|
left: 0;
|
|
652
650
|
overflow: hidden;
|
|
653
651
|
padding-left: 10px;
|
|
@@ -1063,7 +1061,7 @@ label.e-float-text,
|
|
|
1063
1061
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1064
1062
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1065
1063
|
font-size: 14px;
|
|
1066
|
-
font-weight:
|
|
1064
|
+
font-weight: 400;
|
|
1067
1065
|
}
|
|
1068
1066
|
|
|
1069
1067
|
.e-float-input input,
|
|
@@ -1262,7 +1260,7 @@ label.e-float-text,
|
|
|
1262
1260
|
.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,
|
|
1263
1261
|
.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,
|
|
1264
1262
|
.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 {
|
|
1265
|
-
font-weight:
|
|
1263
|
+
font-weight: 400;
|
|
1266
1264
|
}
|
|
1267
1265
|
|
|
1268
1266
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1281,7 +1279,7 @@ label.e-float-text,
|
|
|
1281
1279
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1282
1280
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1283
1281
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1284
|
-
font-weight:
|
|
1282
|
+
font-weight: 400;
|
|
1285
1283
|
}
|
|
1286
1284
|
|
|
1287
1285
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1351,7 +1349,6 @@ label.e-float-text,
|
|
|
1351
1349
|
transform-origin: right top;
|
|
1352
1350
|
}
|
|
1353
1351
|
|
|
1354
|
-
/* stylelint-disable selector-max-empty-lines */
|
|
1355
1352
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1356
1353
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1357
1354
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1448,7 +1445,6 @@ label.e-float-text,
|
|
|
1448
1445
|
padding-right: 10px;
|
|
1449
1446
|
}
|
|
1450
1447
|
|
|
1451
|
-
/* stylelint-enable selector-max-empty-lines */
|
|
1452
1448
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1453
1449
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1454
1450
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1867,22 +1863,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1867
1863
|
user-select: none;
|
|
1868
1864
|
}
|
|
1869
1865
|
|
|
1870
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1866
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1871
1867
|
font-style: normal;
|
|
1872
1868
|
user-select: none;
|
|
1873
1869
|
}
|
|
1874
1870
|
|
|
1875
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1871
|
+
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1876
1872
|
font-style: normal;
|
|
1877
1873
|
user-select: none;
|
|
1878
1874
|
}
|
|
1879
1875
|
|
|
1880
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1876
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1881
1877
|
font-style: normal;
|
|
1882
1878
|
user-select: none;
|
|
1883
1879
|
}
|
|
1884
1880
|
|
|
1885
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1881
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1886
1882
|
font-style: normal;
|
|
1887
1883
|
user-select: none;
|
|
1888
1884
|
}
|
|
@@ -1892,12 +1888,12 @@ input.e-input:-moz-placeholder {
|
|
|
1892
1888
|
user-select: none;
|
|
1893
1889
|
}
|
|
1894
1890
|
|
|
1895
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1891
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1896
1892
|
font-style: normal;
|
|
1897
1893
|
user-select: none;
|
|
1898
1894
|
}
|
|
1899
1895
|
|
|
1900
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1896
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1901
1897
|
font-style: normal;
|
|
1902
1898
|
user-select: none;
|
|
1903
1899
|
}
|
|
@@ -3354,7 +3350,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3354
3350
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3355
3351
|
font-size: 14px;
|
|
3356
3352
|
font-style: normal;
|
|
3357
|
-
font-weight:
|
|
3353
|
+
font-weight: 400;
|
|
3358
3354
|
left: 0;
|
|
3359
3355
|
overflow: hidden;
|
|
3360
3356
|
padding-left: 10px;
|
|
@@ -3823,8 +3819,6 @@ textarea.e-input,
|
|
|
3823
3819
|
color: #adb5bd;
|
|
3824
3820
|
}
|
|
3825
3821
|
|
|
3826
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3827
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
3828
3822
|
.e-input[disabled],
|
|
3829
3823
|
.e-input-group .e-input[disabled],
|
|
3830
3824
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4737,8 +4731,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
4737
4731
|
color: #6c757d;
|
|
4738
4732
|
}
|
|
4739
4733
|
|
|
4740
|
-
/* stylelint-disable-line no-empty-source */
|
|
4741
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4742
4734
|
.e-input-group-icon.e-spin-up::before {
|
|
4743
4735
|
content: "\e776";
|
|
4744
4736
|
font-family: "e-icons";
|
|
@@ -4787,7 +4779,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
4787
4779
|
font-size: 16px;
|
|
4788
4780
|
}
|
|
4789
4781
|
|
|
4790
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4791
4782
|
/*! maskedtextbox layout */
|
|
4792
4783
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4793
4784
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -4822,8 +4813,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
4822
4813
|
color: #dc3545;
|
|
4823
4814
|
}
|
|
4824
4815
|
|
|
4825
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
4826
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4827
4816
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4828
4817
|
cursor: default;
|
|
4829
4818
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5250,11 +5239,9 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5250
5239
|
z-index: 10;
|
|
5251
5240
|
}
|
|
5252
5241
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5253
|
-
/* stylelint-disable */
|
|
5254
5242
|
background-color: #0b5ed7;
|
|
5255
5243
|
border: 1px solid #fff;
|
|
5256
5244
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
5257
|
-
/* stylelint-enable */
|
|
5258
5245
|
}
|
|
5259
5246
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
5260
5247
|
height: 6px;
|
|
@@ -5451,9 +5438,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5451
5438
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
5452
5439
|
border-color: #0d6efd;
|
|
5453
5440
|
}
|
|
5454
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5455
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5456
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5457
5441
|
@keyframes material-spinner-rotate {
|
|
5458
5442
|
0% {
|
|
5459
5443
|
transform: rotate(0);
|
|
@@ -6260,8 +6244,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6260
6244
|
box-shadow: 0 0 0 transparent;
|
|
6261
6245
|
}
|
|
6262
6246
|
|
|
6263
|
-
/* stylelint-disable-line no-empty-source */
|
|
6264
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6265
6247
|
.e-container .e-value-switch-btn::before {
|
|
6266
6248
|
content: "\e748";
|
|
6267
6249
|
}
|
|
@@ -6360,7 +6342,6 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6360
6342
|
line-height: 0;
|
|
6361
6343
|
}
|
|
6362
6344
|
|
|
6363
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6364
6345
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6365
6346
|
-webkit-overflow-scrolling: touch;
|
|
6366
6347
|
height: 100%;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-container .e-value-switch-btn::before {
|
|
3
2
|
content: "\e431";
|
|
4
3
|
}
|
|
@@ -77,7 +76,6 @@
|
|
|
77
76
|
line-height: 0;
|
|
78
77
|
}
|
|
79
78
|
|
|
80
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
81
79
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
82
80
|
-webkit-overflow-scrolling: touch;
|
|
83
81
|
height: 100%;
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap-dark-definition.scss';
|
|
5
|
-
@import './../input/bootstrap-dark-definition.scss';
|
|
6
|
-
@import './../numerictextbox/bootstrap-dark-definition.scss';
|
|
7
|
-
@import './../slider/bootstrap-dark-definition.scss';
|
|
8
|
-
@import 'ej2-popups/styles/tooltip/bootstrap-dark-definition.scss';
|
|
9
|
-
@import 'bootstrap-dark-definition.scss';
|
|
10
|
-
@import 'icons/bootstrap-dark.scss';
|
|
11
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/color-picker/bootstrap-dark.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-container .e-value-switch-btn::before {
|
|
3
2
|
content: "\e431";
|
|
4
3
|
}
|
|
@@ -77,7 +76,6 @@
|
|
|
77
76
|
line-height: 0;
|
|
78
77
|
}
|
|
79
78
|
|
|
80
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
81
79
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
82
80
|
-webkit-overflow-scrolling: touch;
|
|
83
81
|
height: 100%;
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap-definition.scss';
|
|
5
|
-
@import './../input/bootstrap-definition.scss';
|
|
6
|
-
@import './../numerictextbox/bootstrap-definition.scss';
|
|
7
|
-
@import './../slider/bootstrap-definition.scss';
|
|
8
|
-
@import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
|
|
9
|
-
@import 'bootstrap-definition.scss';
|
|
10
|
-
@import 'icons/bootstrap.scss';
|
|
11
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/color-picker/bootstrap.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
.e-container .e-value-switch-btn::before {
|
|
3
2
|
content: "\e799";
|
|
4
3
|
}
|
|
@@ -90,7 +89,6 @@
|
|
|
90
89
|
line-height: 0;
|
|
91
90
|
}
|
|
92
91
|
|
|
93
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
94
92
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
95
93
|
-webkit-overflow-scrolling: touch;
|
|
96
94
|
height: 100%;
|