@syncfusion/ej2-angular-inputs 20.2.43 → 20.2.44-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 +13 -27
- 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 +15 -34
- package/styles/bootstrap5.css +15 -34
- 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 +15 -34
- package/styles/fluent.css +15 -34
- 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 +45 -26
- package/styles/input/material-dark.scss +1 -4
- package/styles/input/material.css +45 -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 +45 -50
- package/styles/material.css +45 -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 +15 -35
- package/styles/tailwind.css +15 -35
- 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 +2 -3
- package/styles/uploader/bootstrap5-dark.scss +1 -6
- package/styles/uploader/bootstrap5.css +2 -3
- 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 +2 -3
- package/styles/uploader/fluent-dark.scss +1 -6
- package/styles/uploader/fluent.css +2 -3
- 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 +2 -4
- package/styles/uploader/tailwind-dark.scss +1 -6
- package/styles/uploader/tailwind.css +2 -4
- 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 -10972
- 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/fabric.css
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
border-color: #eaeaea;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
12
11
|
.e-float-input .e-clear-icon::before,
|
|
13
12
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
14
13
|
content: "\e953";
|
|
@@ -53,14 +52,14 @@ textarea.e-input,
|
|
|
53
52
|
.e-input-group.e-control-wrapper {
|
|
54
53
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
55
54
|
font-size: 14px;
|
|
56
|
-
font-weight:
|
|
55
|
+
font-weight: 400;
|
|
57
56
|
}
|
|
58
57
|
|
|
59
58
|
.e-input-group.e-disabled,
|
|
60
59
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
61
60
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
62
61
|
font-size: 14px;
|
|
63
|
-
font-weight:
|
|
62
|
+
font-weight: 400;
|
|
64
63
|
}
|
|
65
64
|
|
|
66
65
|
.e-input-group input.e-input,
|
|
@@ -218,7 +217,6 @@ textarea.e-input.e-bigger,
|
|
|
218
217
|
text-align: center;
|
|
219
218
|
}
|
|
220
219
|
|
|
221
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
222
220
|
.e-input-group.e-bigger .e-input-group-icon,
|
|
223
221
|
.e-input-group .e-input-group-icon.e-bigger,
|
|
224
222
|
.e-bigger .e-input-group .e-input-group-icon,
|
|
@@ -513,7 +511,7 @@ label.e-float-text,
|
|
|
513
511
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
514
512
|
font-size: 14px;
|
|
515
513
|
font-style: normal;
|
|
516
|
-
font-weight:
|
|
514
|
+
font-weight: 400;
|
|
517
515
|
left: 0;
|
|
518
516
|
overflow: hidden;
|
|
519
517
|
padding-left: 10px;
|
|
@@ -926,7 +924,7 @@ label.e-float-text,
|
|
|
926
924
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
927
925
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
928
926
|
font-size: 14px;
|
|
929
|
-
font-weight:
|
|
927
|
+
font-weight: 400;
|
|
930
928
|
}
|
|
931
929
|
|
|
932
930
|
.e-float-input input,
|
|
@@ -1123,7 +1121,7 @@ label.e-float-text,
|
|
|
1123
1121
|
.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,
|
|
1124
1122
|
.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,
|
|
1125
1123
|
.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 {
|
|
1126
|
-
font-weight:
|
|
1124
|
+
font-weight: 400;
|
|
1127
1125
|
}
|
|
1128
1126
|
|
|
1129
1127
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1142,7 +1140,7 @@ label.e-float-text,
|
|
|
1142
1140
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1143
1141
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1144
1142
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1145
|
-
font-weight:
|
|
1143
|
+
font-weight: 400;
|
|
1146
1144
|
}
|
|
1147
1145
|
|
|
1148
1146
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1212,7 +1210,6 @@ label.e-float-text,
|
|
|
1212
1210
|
transform-origin: right top;
|
|
1213
1211
|
}
|
|
1214
1212
|
|
|
1215
|
-
/* stylelint-disable selector-max-empty-lines */
|
|
1216
1213
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1217
1214
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1218
1215
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1309,7 +1306,6 @@ label.e-float-text,
|
|
|
1309
1306
|
padding-right: 10px;
|
|
1310
1307
|
}
|
|
1311
1308
|
|
|
1312
|
-
/* stylelint-enable selector-max-empty-lines */
|
|
1313
1309
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1314
1310
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1315
1311
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1735,22 +1731,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1735
1731
|
user-select: none;
|
|
1736
1732
|
}
|
|
1737
1733
|
|
|
1738
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1734
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1739
1735
|
font-style: normal;
|
|
1740
1736
|
user-select: none;
|
|
1741
1737
|
}
|
|
1742
1738
|
|
|
1743
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1739
|
+
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1744
1740
|
font-style: normal;
|
|
1745
1741
|
user-select: none;
|
|
1746
1742
|
}
|
|
1747
1743
|
|
|
1748
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1744
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1749
1745
|
font-style: normal;
|
|
1750
1746
|
user-select: none;
|
|
1751
1747
|
}
|
|
1752
1748
|
|
|
1753
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1749
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1754
1750
|
font-style: normal;
|
|
1755
1751
|
user-select: none;
|
|
1756
1752
|
}
|
|
@@ -1760,12 +1756,12 @@ input.e-input:-moz-placeholder {
|
|
|
1760
1756
|
user-select: none;
|
|
1761
1757
|
}
|
|
1762
1758
|
|
|
1763
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1759
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1764
1760
|
font-style: normal;
|
|
1765
1761
|
user-select: none;
|
|
1766
1762
|
}
|
|
1767
1763
|
|
|
1768
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1764
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1769
1765
|
font-style: normal;
|
|
1770
1766
|
user-select: none;
|
|
1771
1767
|
}
|
|
@@ -3211,7 +3207,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3211
3207
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3212
3208
|
font-size: 14px;
|
|
3213
3209
|
font-style: normal;
|
|
3214
|
-
font-weight:
|
|
3210
|
+
font-weight: 400;
|
|
3215
3211
|
left: 0;
|
|
3216
3212
|
overflow: hidden;
|
|
3217
3213
|
padding-left: 10px;
|
|
@@ -3692,8 +3688,6 @@ textarea.e-input,
|
|
|
3692
3688
|
color: #a6a6a6;
|
|
3693
3689
|
}
|
|
3694
3690
|
|
|
3695
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3696
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
3697
3691
|
.e-input[disabled],
|
|
3698
3692
|
.e-input-group .e-input[disabled],
|
|
3699
3693
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4564,8 +4558,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4564
4558
|
color: #333;
|
|
4565
4559
|
}
|
|
4566
4560
|
|
|
4567
|
-
/* stylelint-disable-line no-empty-source */
|
|
4568
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4569
4561
|
.e-input-group-icon.e-spin-up::before {
|
|
4570
4562
|
content: "\e85e";
|
|
4571
4563
|
font-family: "e-icons";
|
|
@@ -4614,7 +4606,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4614
4606
|
font-size: 12px;
|
|
4615
4607
|
}
|
|
4616
4608
|
|
|
4617
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4618
4609
|
/*! maskedtextbox layout */
|
|
4619
4610
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4620
4611
|
font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4649,8 +4640,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4649
4640
|
color: #a80000;
|
|
4650
4641
|
}
|
|
4651
4642
|
|
|
4652
|
-
/* stylelint-disable-line no-empty-source */
|
|
4653
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4654
4643
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4655
4644
|
cursor: default;
|
|
4656
4645
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -4927,8 +4916,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4927
4916
|
}
|
|
4928
4917
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
4929
4918
|
border-color: #0078d6;
|
|
4930
|
-
/* stylelint-disable */
|
|
4931
|
-
/* stylelint-enable */
|
|
4932
4919
|
}
|
|
4933
4920
|
.e-control-wrapper.e-slider-container .e-slider .e-tab-track {
|
|
4934
4921
|
background-color: #b7e0ff;
|
|
@@ -5154,9 +5141,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5154
5141
|
background-color: #b7e0ff;
|
|
5155
5142
|
}
|
|
5156
5143
|
|
|
5157
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5158
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5159
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5160
5144
|
@keyframes material-spinner-rotate {
|
|
5161
5145
|
0% {
|
|
5162
5146
|
transform: rotate(0);
|
|
@@ -5957,7 +5941,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5957
5941
|
box-shadow: 0 0 0 transparent;
|
|
5958
5942
|
}
|
|
5959
5943
|
|
|
5960
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5961
5944
|
.e-container .e-value-switch-btn::before {
|
|
5962
5945
|
content: "\e429";
|
|
5963
5946
|
}
|
|
@@ -6036,7 +6019,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6036
6019
|
line-height: 0;
|
|
6037
6020
|
}
|
|
6038
6021
|
|
|
6039
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6040
6022
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6041
6023
|
-webkit-overflow-scrolling: touch;
|
|
6042
6024
|
height: 100%;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
border-color: #292827;
|
|
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: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
55
54
|
font-size: 14px;
|
|
56
|
-
font-weight:
|
|
55
|
+
font-weight: 400;
|
|
57
56
|
}
|
|
58
57
|
|
|
59
58
|
.e-input-group.e-disabled,
|
|
60
59
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
61
60
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
62
61
|
font-size: 14px;
|
|
63
|
-
font-weight:
|
|
62
|
+
font-weight: 400;
|
|
64
63
|
}
|
|
65
64
|
|
|
66
65
|
.e-input-group input.e-input,
|
|
@@ -218,7 +217,6 @@ textarea.e-input.e-bigger,
|
|
|
218
217
|
text-align: center;
|
|
219
218
|
}
|
|
220
219
|
|
|
221
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
222
220
|
.e-input-group.e-bigger .e-input-group-icon,
|
|
223
221
|
.e-input-group .e-input-group-icon.e-bigger,
|
|
224
222
|
.e-bigger .e-input-group .e-input-group-icon,
|
|
@@ -475,7 +473,7 @@ label.e-float-text,
|
|
|
475
473
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
476
474
|
font-size: 14px;
|
|
477
475
|
font-style: normal;
|
|
478
|
-
font-weight:
|
|
476
|
+
font-weight: 400;
|
|
479
477
|
left: 0;
|
|
480
478
|
overflow: hidden;
|
|
481
479
|
padding-left: 10px;
|
|
@@ -894,7 +892,7 @@ label.e-float-text,
|
|
|
894
892
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
895
893
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
896
894
|
font-size: 14px;
|
|
897
|
-
font-weight:
|
|
895
|
+
font-weight: 400;
|
|
898
896
|
}
|
|
899
897
|
|
|
900
898
|
.e-float-input input,
|
|
@@ -1091,7 +1089,7 @@ label.e-float-text,
|
|
|
1091
1089
|
.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,
|
|
1092
1090
|
.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,
|
|
1093
1091
|
.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 {
|
|
1094
|
-
font-weight:
|
|
1092
|
+
font-weight: 400;
|
|
1095
1093
|
}
|
|
1096
1094
|
|
|
1097
1095
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1110,7 +1108,7 @@ label.e-float-text,
|
|
|
1110
1108
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1111
1109
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1112
1110
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1113
|
-
font-weight:
|
|
1111
|
+
font-weight: 400;
|
|
1114
1112
|
}
|
|
1115
1113
|
|
|
1116
1114
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1180,7 +1178,6 @@ label.e-float-text,
|
|
|
1180
1178
|
transform-origin: right top;
|
|
1181
1179
|
}
|
|
1182
1180
|
|
|
1183
|
-
/* stylelint-disable selector-max-empty-lines */
|
|
1184
1181
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1185
1182
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1186
1183
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1277,7 +1274,6 @@ label.e-float-text,
|
|
|
1277
1274
|
padding-right: 10px;
|
|
1278
1275
|
}
|
|
1279
1276
|
|
|
1280
|
-
/* stylelint-enable selector-max-empty-lines */
|
|
1281
1277
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1282
1278
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1283
1279
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1703,22 +1699,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1703
1699
|
user-select: none;
|
|
1704
1700
|
}
|
|
1705
1701
|
|
|
1706
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1702
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1707
1703
|
font-style: normal;
|
|
1708
1704
|
user-select: none;
|
|
1709
1705
|
}
|
|
1710
1706
|
|
|
1711
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1707
|
+
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1712
1708
|
font-style: normal;
|
|
1713
1709
|
user-select: none;
|
|
1714
1710
|
}
|
|
1715
1711
|
|
|
1716
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1712
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1717
1713
|
font-style: normal;
|
|
1718
1714
|
user-select: none;
|
|
1719
1715
|
}
|
|
1720
1716
|
|
|
1721
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1717
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1722
1718
|
font-style: normal;
|
|
1723
1719
|
user-select: none;
|
|
1724
1720
|
}
|
|
@@ -1728,12 +1724,12 @@ input.e-input:-moz-placeholder {
|
|
|
1728
1724
|
user-select: none;
|
|
1729
1725
|
}
|
|
1730
1726
|
|
|
1731
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1727
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1732
1728
|
font-style: normal;
|
|
1733
1729
|
user-select: none;
|
|
1734
1730
|
}
|
|
1735
1731
|
|
|
1736
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1732
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1737
1733
|
font-style: normal;
|
|
1738
1734
|
user-select: none;
|
|
1739
1735
|
}
|
|
@@ -3183,7 +3179,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3183
3179
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3184
3180
|
font-size: 14px;
|
|
3185
3181
|
font-style: normal;
|
|
3186
|
-
font-weight:
|
|
3182
|
+
font-weight: 400;
|
|
3187
3183
|
left: 0;
|
|
3188
3184
|
overflow: hidden;
|
|
3189
3185
|
padding-left: 10px;
|
|
@@ -3672,8 +3668,6 @@ textarea.e-input,
|
|
|
3672
3668
|
color: #484644;
|
|
3673
3669
|
}
|
|
3674
3670
|
|
|
3675
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3676
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
3677
3671
|
.e-input[disabled],
|
|
3678
3672
|
.e-input-group .e-input[disabled],
|
|
3679
3673
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4609,8 +4603,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4609
4603
|
color: #c8c6c4;
|
|
4610
4604
|
}
|
|
4611
4605
|
|
|
4612
|
-
/* stylelint-disable-line no-empty-source */
|
|
4613
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4614
4606
|
.e-input-group-icon.e-spin-up::before {
|
|
4615
4607
|
content: "\e776";
|
|
4616
4608
|
font-family: "e-icons";
|
|
@@ -4670,7 +4662,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4670
4662
|
font-size: 18px;
|
|
4671
4663
|
}
|
|
4672
4664
|
|
|
4673
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4674
4665
|
/*! maskedtextbox layout */
|
|
4675
4666
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4676
4667
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -4697,8 +4688,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4697
4688
|
}
|
|
4698
4689
|
|
|
4699
4690
|
/*! maskedtextbox theme */
|
|
4700
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
4701
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4702
4691
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4703
4692
|
cursor: default;
|
|
4704
4693
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5000,8 +4989,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5000
4989
|
}
|
|
5001
4990
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5002
4991
|
border-color: #006cbf;
|
|
5003
|
-
/* stylelint-disable */
|
|
5004
|
-
/* stylelint-enable */
|
|
5005
4992
|
}
|
|
5006
4993
|
.e-control-wrapper.e-slider-container .e-slider .e-tab-track {
|
|
5007
4994
|
background-color: #005a9e;
|
|
@@ -5230,9 +5217,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5230
5217
|
background-color: #005a9e;
|
|
5231
5218
|
}
|
|
5232
5219
|
|
|
5233
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5234
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5235
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5236
5220
|
@keyframes material-spinner-rotate {
|
|
5237
5221
|
0% {
|
|
5238
5222
|
transform: rotate(0);
|
|
@@ -5745,7 +5729,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5745
5729
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
|
|
5746
5730
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
|
|
5747
5731
|
.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
|
|
5748
|
-
background-color:
|
|
5732
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
5749
5733
|
border-color: transparent;
|
|
5750
5734
|
border-radius: 50%;
|
|
5751
5735
|
box-shadow: 0 0 0 transparent;
|
|
@@ -6076,7 +6060,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6076
6060
|
color: #f3f2f1;
|
|
6077
6061
|
}
|
|
6078
6062
|
.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, .e-upload .e-upload-files .e-clear-icon-focus {
|
|
6079
|
-
background-color:
|
|
6063
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
6080
6064
|
border-color: transparent;
|
|
6081
6065
|
box-shadow: 0 0 0 transparent;
|
|
6082
6066
|
}
|
|
@@ -6085,8 +6069,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6085
6069
|
border-color: transparent;
|
|
6086
6070
|
}
|
|
6087
6071
|
|
|
6088
|
-
/* stylelint-disable-line no-empty-source */
|
|
6089
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6090
6072
|
.e-container .e-value-switch-btn::before {
|
|
6091
6073
|
content: "\e748";
|
|
6092
6074
|
}
|
|
@@ -6165,7 +6147,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6165
6147
|
line-height: 0;
|
|
6166
6148
|
}
|
|
6167
6149
|
|
|
6168
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6169
6150
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6170
6151
|
-webkit-overflow-scrolling: touch;
|
|
6171
6152
|
height: 100%;
|
package/styles/fluent.css
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
border-color: #edebe9;
|
|
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: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
55
54
|
font-size: 14px;
|
|
56
|
-
font-weight:
|
|
55
|
+
font-weight: 400;
|
|
57
56
|
}
|
|
58
57
|
|
|
59
58
|
.e-input-group.e-disabled,
|
|
60
59
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
61
60
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
62
61
|
font-size: 14px;
|
|
63
|
-
font-weight:
|
|
62
|
+
font-weight: 400;
|
|
64
63
|
}
|
|
65
64
|
|
|
66
65
|
.e-input-group input.e-input,
|
|
@@ -218,7 +217,6 @@ textarea.e-input.e-bigger,
|
|
|
218
217
|
text-align: center;
|
|
219
218
|
}
|
|
220
219
|
|
|
221
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
222
220
|
.e-input-group.e-bigger .e-input-group-icon,
|
|
223
221
|
.e-input-group .e-input-group-icon.e-bigger,
|
|
224
222
|
.e-bigger .e-input-group .e-input-group-icon,
|
|
@@ -475,7 +473,7 @@ label.e-float-text,
|
|
|
475
473
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
476
474
|
font-size: 14px;
|
|
477
475
|
font-style: normal;
|
|
478
|
-
font-weight:
|
|
476
|
+
font-weight: 400;
|
|
479
477
|
left: 0;
|
|
480
478
|
overflow: hidden;
|
|
481
479
|
padding-left: 10px;
|
|
@@ -894,7 +892,7 @@ label.e-float-text,
|
|
|
894
892
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
895
893
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
896
894
|
font-size: 14px;
|
|
897
|
-
font-weight:
|
|
895
|
+
font-weight: 400;
|
|
898
896
|
}
|
|
899
897
|
|
|
900
898
|
.e-float-input input,
|
|
@@ -1091,7 +1089,7 @@ label.e-float-text,
|
|
|
1091
1089
|
.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,
|
|
1092
1090
|
.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,
|
|
1093
1091
|
.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 {
|
|
1094
|
-
font-weight:
|
|
1092
|
+
font-weight: 400;
|
|
1095
1093
|
}
|
|
1096
1094
|
|
|
1097
1095
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1110,7 +1108,7 @@ label.e-float-text,
|
|
|
1110
1108
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1111
1109
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1112
1110
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1113
|
-
font-weight:
|
|
1111
|
+
font-weight: 400;
|
|
1114
1112
|
}
|
|
1115
1113
|
|
|
1116
1114
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1180,7 +1178,6 @@ label.e-float-text,
|
|
|
1180
1178
|
transform-origin: right top;
|
|
1181
1179
|
}
|
|
1182
1180
|
|
|
1183
|
-
/* stylelint-disable selector-max-empty-lines */
|
|
1184
1181
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1185
1182
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1186
1183
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1277,7 +1274,6 @@ label.e-float-text,
|
|
|
1277
1274
|
padding-right: 10px;
|
|
1278
1275
|
}
|
|
1279
1276
|
|
|
1280
|
-
/* stylelint-enable selector-max-empty-lines */
|
|
1281
1277
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1282
1278
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1283
1279
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1703,22 +1699,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1703
1699
|
user-select: none;
|
|
1704
1700
|
}
|
|
1705
1701
|
|
|
1706
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1702
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1707
1703
|
font-style: normal;
|
|
1708
1704
|
user-select: none;
|
|
1709
1705
|
}
|
|
1710
1706
|
|
|
1711
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1707
|
+
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1712
1708
|
font-style: normal;
|
|
1713
1709
|
user-select: none;
|
|
1714
1710
|
}
|
|
1715
1711
|
|
|
1716
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1712
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1717
1713
|
font-style: normal;
|
|
1718
1714
|
user-select: none;
|
|
1719
1715
|
}
|
|
1720
1716
|
|
|
1721
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1717
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1722
1718
|
font-style: normal;
|
|
1723
1719
|
user-select: none;
|
|
1724
1720
|
}
|
|
@@ -1728,12 +1724,12 @@ input.e-input:-moz-placeholder {
|
|
|
1728
1724
|
user-select: none;
|
|
1729
1725
|
}
|
|
1730
1726
|
|
|
1731
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1727
|
+
.e-input-group input.e-input:-moz-placeholder {
|
|
1732
1728
|
font-style: normal;
|
|
1733
1729
|
user-select: none;
|
|
1734
1730
|
}
|
|
1735
1731
|
|
|
1736
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1732
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1737
1733
|
font-style: normal;
|
|
1738
1734
|
user-select: none;
|
|
1739
1735
|
}
|
|
@@ -3183,7 +3179,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3183
3179
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3184
3180
|
font-size: 14px;
|
|
3185
3181
|
font-style: normal;
|
|
3186
|
-
font-weight:
|
|
3182
|
+
font-weight: 400;
|
|
3187
3183
|
left: 0;
|
|
3188
3184
|
overflow: hidden;
|
|
3189
3185
|
padding-left: 10px;
|
|
@@ -3672,8 +3668,6 @@ textarea.e-input,
|
|
|
3672
3668
|
color: #a19f9d;
|
|
3673
3669
|
}
|
|
3674
3670
|
|
|
3675
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3676
|
-
/* stylelint-disable selector-no-vendor-prefix */
|
|
3677
3671
|
.e-input[disabled],
|
|
3678
3672
|
.e-input-group .e-input[disabled],
|
|
3679
3673
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4609,8 +4603,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4609
4603
|
color: #3b3a39;
|
|
4610
4604
|
}
|
|
4611
4605
|
|
|
4612
|
-
/* stylelint-disable-line no-empty-source */
|
|
4613
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4614
4606
|
.e-input-group-icon.e-spin-up::before {
|
|
4615
4607
|
content: "\e776";
|
|
4616
4608
|
font-family: "e-icons";
|
|
@@ -4670,7 +4662,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4670
4662
|
font-size: 18px;
|
|
4671
4663
|
}
|
|
4672
4664
|
|
|
4673
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4674
4665
|
/*! maskedtextbox layout */
|
|
4675
4666
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4676
4667
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -4697,8 +4688,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4697
4688
|
}
|
|
4698
4689
|
|
|
4699
4690
|
/*! maskedtextbox theme */
|
|
4700
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
4701
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4702
4691
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4703
4692
|
cursor: default;
|
|
4704
4693
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5000,8 +4989,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5000
4989
|
}
|
|
5001
4990
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5002
4991
|
border-color: #006cbf;
|
|
5003
|
-
/* stylelint-disable */
|
|
5004
|
-
/* stylelint-enable */
|
|
5005
4992
|
}
|
|
5006
4993
|
.e-control-wrapper.e-slider-container .e-slider .e-tab-track {
|
|
5007
4994
|
background-color: #c7e0f4;
|
|
@@ -5230,9 +5217,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5230
5217
|
background-color: #c7e0f4;
|
|
5231
5218
|
}
|
|
5232
5219
|
|
|
5233
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5234
|
-
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5235
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5236
5220
|
@keyframes material-spinner-rotate {
|
|
5237
5221
|
0% {
|
|
5238
5222
|
transform: rotate(0);
|
|
@@ -5745,7 +5729,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5745
5729
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover,
|
|
5746
5730
|
.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover,
|
|
5747
5731
|
.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus {
|
|
5748
|
-
background-color:
|
|
5732
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
5749
5733
|
border-color: transparent;
|
|
5750
5734
|
border-radius: 50%;
|
|
5751
5735
|
box-shadow: 0 0 0 transparent;
|
|
@@ -6076,7 +6060,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6076
6060
|
color: #323130;
|
|
6077
6061
|
}
|
|
6078
6062
|
.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, .e-upload .e-upload-files .e-clear-icon-focus {
|
|
6079
|
-
background-color:
|
|
6063
|
+
background-color: rgba(0, 0, 0, 0.12);
|
|
6080
6064
|
border-color: transparent;
|
|
6081
6065
|
box-shadow: 0 0 0 transparent;
|
|
6082
6066
|
}
|
|
@@ -6085,8 +6069,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6085
6069
|
border-color: transparent;
|
|
6086
6070
|
}
|
|
6087
6071
|
|
|
6088
|
-
/* stylelint-disable-line no-empty-source */
|
|
6089
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6090
6072
|
.e-container .e-value-switch-btn::before {
|
|
6091
6073
|
content: "\e748";
|
|
6092
6074
|
}
|
|
@@ -6165,7 +6147,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6165
6147
|
line-height: 0;
|
|
6166
6148
|
}
|
|
6167
6149
|
|
|
6168
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6169
6150
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6170
6151
|
-webkit-overflow-scrolling: touch;
|
|
6171
6152
|
height: 100%;
|