@syncfusion/ej2-angular-inputs 20.4.42 → 20.4.48-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-inputs.es5.js +1759 -0
- package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-inputs.js +1657 -0
- package/@syncfusion/ej2-angular-inputs.js.map +1 -0
- package/CHANGELOG.md +1452 -0
- package/dist/ej2-angular-inputs.umd.js +1848 -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 +12 -0
- package/ej2-angular-inputs.metadata.json +1 -0
- package/package.json +15 -83
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- 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/rating/rating-all.module.d.ts +0 -6
- package/src/rating/rating.component.d.ts +5 -11
- package/src/rating/rating.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 +5 -0
- package/styles/bootstrap.css +5 -0
- package/styles/bootstrap4.css +5 -0
- package/styles/bootstrap5-dark.css +5 -0
- package/styles/bootstrap5.css +5 -0
- package/styles/color-picker/bootstrap-dark.scss +1 -11
- package/styles/color-picker/bootstrap.scss +1 -11
- package/styles/color-picker/bootstrap4.scss +1 -11
- package/styles/color-picker/bootstrap5-dark.scss +1 -11
- package/styles/color-picker/bootstrap5.scss +1 -11
- package/styles/color-picker/fabric-dark.scss +1 -11
- package/styles/color-picker/fabric.scss +1 -11
- package/styles/color-picker/fluent-dark.css +6 -0
- package/styles/color-picker/fluent-dark.scss +1 -11
- package/styles/color-picker/fluent.css +6 -0
- package/styles/color-picker/fluent.scss +1 -11
- package/styles/color-picker/highcontrast-light.scss +1 -11
- package/styles/color-picker/highcontrast.scss +1 -11
- package/styles/color-picker/material-dark.scss +1 -11
- package/styles/color-picker/material.scss +1 -11
- package/styles/color-picker/tailwind-dark.scss +1 -11
- package/styles/color-picker/tailwind.scss +1 -11
- package/styles/fabric-dark.css +5 -0
- package/styles/fabric.css +5 -0
- package/styles/fluent-dark.css +12 -1
- package/styles/fluent.css +12 -1
- package/styles/highcontrast-light.css +5 -0
- package/styles/highcontrast.css +5 -0
- package/styles/input/bootstrap-dark.css +1 -0
- package/styles/input/bootstrap-dark.scss +1 -4
- package/styles/input/bootstrap.css +1 -0
- package/styles/input/bootstrap.scss +1 -4
- package/styles/input/bootstrap4.css +1 -0
- package/styles/input/bootstrap4.scss +1 -4
- package/styles/input/bootstrap5-dark.css +1 -0
- package/styles/input/bootstrap5-dark.scss +1 -4
- package/styles/input/bootstrap5.css +1 -0
- package/styles/input/bootstrap5.scss +1 -4
- package/styles/input/fabric-dark.css +1 -0
- package/styles/input/fabric-dark.scss +1 -4
- package/styles/input/fabric.css +1 -0
- package/styles/input/fabric.scss +1 -4
- package/styles/input/fluent-dark.css +1 -0
- package/styles/input/fluent-dark.scss +1 -4
- package/styles/input/fluent.css +1 -0
- package/styles/input/fluent.scss +1 -4
- package/styles/input/highcontrast-light.css +1 -0
- package/styles/input/highcontrast-light.scss +1 -4
- package/styles/input/highcontrast.css +1 -0
- package/styles/input/highcontrast.scss +1 -4
- package/styles/input/material-dark.css +1 -0
- package/styles/input/material-dark.scss +1 -4
- package/styles/input/material.css +1 -0
- package/styles/input/material.scss +1 -4
- package/styles/input/tailwind-dark.css +1 -0
- package/styles/input/tailwind-dark.scss +1 -4
- package/styles/input/tailwind.css +1 -0
- package/styles/input/tailwind.scss +1 -4
- package/styles/maskedtextbox/bootstrap-dark.scss +1 -4
- package/styles/maskedtextbox/bootstrap.scss +1 -4
- package/styles/maskedtextbox/bootstrap4.scss +1 -4
- package/styles/maskedtextbox/bootstrap5-dark.scss +1 -4
- package/styles/maskedtextbox/bootstrap5.scss +1 -4
- package/styles/maskedtextbox/fabric-dark.scss +1 -4
- package/styles/maskedtextbox/fabric.scss +1 -4
- package/styles/maskedtextbox/fluent-dark.scss +1 -4
- package/styles/maskedtextbox/fluent.scss +1 -4
- package/styles/maskedtextbox/highcontrast-light.scss +1 -4
- package/styles/maskedtextbox/highcontrast.scss +1 -4
- package/styles/maskedtextbox/material-dark.scss +1 -4
- package/styles/maskedtextbox/material.scss +1 -4
- package/styles/maskedtextbox/tailwind-dark.scss +1 -4
- package/styles/maskedtextbox/tailwind.scss +1 -4
- package/styles/material-dark.css +5 -0
- package/styles/material.css +5 -0
- package/styles/numerictextbox/bootstrap-dark.scss +1 -5
- package/styles/numerictextbox/bootstrap.scss +1 -5
- package/styles/numerictextbox/bootstrap4.scss +1 -5
- package/styles/numerictextbox/bootstrap5-dark.scss +1 -5
- package/styles/numerictextbox/bootstrap5.scss +1 -5
- package/styles/numerictextbox/fabric-dark.scss +1 -5
- package/styles/numerictextbox/fabric.scss +1 -5
- package/styles/numerictextbox/fluent-dark.scss +1 -5
- package/styles/numerictextbox/fluent.scss +1 -5
- package/styles/numerictextbox/highcontrast-light.scss +1 -5
- package/styles/numerictextbox/highcontrast.scss +1 -5
- package/styles/numerictextbox/material-dark.scss +1 -5
- package/styles/numerictextbox/material.scss +1 -5
- package/styles/numerictextbox/tailwind-dark.scss +1 -5
- package/styles/numerictextbox/tailwind.scss +1 -5
- package/styles/rating/bootstrap-dark.css +4 -0
- package/styles/rating/bootstrap-dark.scss +1 -4
- package/styles/rating/bootstrap.css +4 -0
- package/styles/rating/bootstrap.scss +1 -4
- package/styles/rating/bootstrap4.css +4 -0
- package/styles/rating/bootstrap4.scss +1 -4
- package/styles/rating/bootstrap5-dark.css +4 -0
- package/styles/rating/bootstrap5-dark.scss +1 -4
- package/styles/rating/bootstrap5.css +4 -0
- package/styles/rating/bootstrap5.scss +1 -4
- package/styles/rating/fabric-dark.css +4 -0
- package/styles/rating/fabric-dark.scss +1 -4
- package/styles/rating/fabric.css +4 -0
- package/styles/rating/fabric.scss +1 -4
- package/styles/rating/fluent-dark.css +5 -1
- package/styles/rating/fluent-dark.scss +1 -4
- package/styles/rating/fluent.css +5 -1
- package/styles/rating/fluent.scss +1 -4
- package/styles/rating/highcontrast-light.css +4 -0
- package/styles/rating/highcontrast-light.scss +1 -4
- package/styles/rating/highcontrast.css +4 -0
- package/styles/rating/highcontrast.scss +1 -4
- package/styles/rating/material-dark.css +4 -0
- package/styles/rating/material-dark.scss +1 -4
- package/styles/rating/material.css +4 -0
- package/styles/rating/material.scss +1 -4
- package/styles/rating/tailwind-dark.css +4 -0
- package/styles/rating/tailwind-dark.scss +1 -4
- package/styles/rating/tailwind.css +4 -0
- package/styles/rating/tailwind.scss +1 -4
- 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.scss +1 -5
- package/styles/slider/bootstrap.scss +1 -5
- package/styles/slider/bootstrap4.scss +1 -5
- package/styles/slider/bootstrap5-dark.scss +1 -5
- package/styles/slider/bootstrap5.scss +1 -5
- package/styles/slider/fabric-dark.scss +1 -5
- package/styles/slider/fabric.scss +1 -5
- package/styles/slider/fluent-dark.scss +1 -5
- package/styles/slider/fluent.scss +1 -5
- package/styles/slider/highcontrast-light.scss +1 -5
- package/styles/slider/highcontrast.scss +1 -5
- package/styles/slider/material-dark.scss +1 -5
- package/styles/slider/material.scss +1 -5
- package/styles/slider/tailwind-dark.scss +1 -5
- package/styles/slider/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +5 -0
- package/styles/tailwind.css +5 -0
- package/styles/textbox/bootstrap-dark.scss +1 -4
- package/styles/textbox/bootstrap.scss +1 -4
- package/styles/textbox/bootstrap4.scss +1 -4
- package/styles/textbox/bootstrap5-dark.scss +1 -4
- package/styles/textbox/bootstrap5.scss +1 -4
- package/styles/textbox/fabric-dark.scss +1 -4
- package/styles/textbox/fabric.scss +1 -4
- package/styles/textbox/fluent-dark.scss +1 -4
- package/styles/textbox/fluent.scss +1 -4
- package/styles/textbox/highcontrast-light.scss +1 -4
- package/styles/textbox/highcontrast.scss +1 -4
- package/styles/textbox/material-dark.scss +1 -4
- package/styles/textbox/material.scss +1 -4
- package/styles/textbox/tailwind-dark.scss +1 -4
- package/styles/textbox/tailwind.scss +1 -4
- package/styles/uploader/bootstrap-dark.scss +1 -6
- package/styles/uploader/bootstrap.scss +1 -6
- package/styles/uploader/bootstrap4.scss +1 -6
- package/styles/uploader/bootstrap5-dark.scss +1 -6
- package/styles/uploader/bootstrap5.scss +1 -6
- package/styles/uploader/fabric-dark.scss +1 -6
- package/styles/uploader/fabric.scss +1 -6
- package/styles/uploader/fluent-dark.scss +1 -6
- package/styles/uploader/fluent.scss +1 -6
- package/styles/uploader/highcontrast-light.scss +1 -6
- package/styles/uploader/highcontrast.scss +1 -6
- package/styles/uploader/material-dark.scss +1 -6
- package/styles/uploader/material.scss +1 -6
- package/styles/uploader/tailwind-dark.scss +1 -6
- 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 -28
- 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/rating/rating-all.module.mjs +0 -23
- package/esm2020/src/rating/rating.component.mjs +0 -108
- package/esm2020/src/rating/rating.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 -1237
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1237
- 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/rating/_all.scss +0 -2
- package/styles/rating/_bootstrap-dark-definition.scss +0 -45
- package/styles/rating/_bootstrap-definition.scss +0 -45
- package/styles/rating/_bootstrap4-definition.scss +0 -45
- package/styles/rating/_bootstrap5-dark-definition.scss +0 -1
- package/styles/rating/_bootstrap5-definition.scss +0 -45
- package/styles/rating/_fabric-dark-definition.scss +0 -45
- package/styles/rating/_fabric-definition.scss +0 -45
- package/styles/rating/_fluent-dark-definition.scss +0 -1
- package/styles/rating/_fluent-definition.scss +0 -45
- package/styles/rating/_fusionnew-definition.scss +0 -45
- package/styles/rating/_highcontrast-definition.scss +0 -45
- package/styles/rating/_highcontrast-light-definition.scss +0 -45
- package/styles/rating/_layout.scss +0 -204
- package/styles/rating/_material-dark-definition.scss +0 -45
- package/styles/rating/_material-definition.scss +0 -45
- package/styles/rating/_material3-definition.scss +0 -45
- package/styles/rating/_tailwind-dark-definition.scss +0 -1
- package/styles/rating/_tailwind-definition.scss +0 -45
- package/styles/rating/_theme.scss +0 -158
- package/styles/signature/_all.scss +0 -2
- package/styles/signature/_bootstrap-dark-definition.scss +0 -3
- package/styles/signature/_bootstrap-definition.scss +0 -3
- package/styles/signature/_bootstrap4-definition.scss +0 -3
- package/styles/signature/_bootstrap5-dark-definition.scss +0 -1
- package/styles/signature/_bootstrap5-definition.scss +0 -3
- package/styles/signature/_fabric-dark-definition.scss +0 -3
- package/styles/signature/_fabric-definition.scss +0 -3
- package/styles/signature/_fluent-dark-definition.scss +0 -1
- package/styles/signature/_fluent-definition.scss +0 -3
- package/styles/signature/_fusionnew-definition.scss +0 -3
- package/styles/signature/_highcontrast-definition.scss +0 -3
- package/styles/signature/_highcontrast-light-definition.scss +0 -3
- package/styles/signature/_layout.scss +0 -5
- package/styles/signature/_material-dark-definition.scss +0 -3
- package/styles/signature/_material-definition.scss +0 -3
- package/styles/signature/_material3-definition.scss +0 -3
- package/styles/signature/_tailwind-dark-definition.scss +0 -1
- package/styles/signature/_tailwind-definition.scss +0 -3
- package/styles/signature/_theme.scss +0 -7
- package/styles/slider/_all.scss +0 -3
- package/styles/slider/_bootstrap-dark-definition.scss +0 -156
- package/styles/slider/_bootstrap-definition.scss +0 -152
- package/styles/slider/_bootstrap4-definition.scss +0 -147
- package/styles/slider/_bootstrap5-dark-definition.scss +0 -1
- package/styles/slider/_bootstrap5-definition.scss +0 -90
- package/styles/slider/_fabric-dark-definition.scss +0 -162
- package/styles/slider/_fabric-definition.scss +0 -156
- package/styles/slider/_fluent-dark-definition.scss +0 -1
- package/styles/slider/_fluent-definition.scss +0 -74
- package/styles/slider/_fusionnew-definition.scss +0 -90
- package/styles/slider/_highcontrast-definition.scss +0 -145
- package/styles/slider/_highcontrast-light-definition.scss +0 -149
- package/styles/slider/_icons.scss +0 -1
- package/styles/slider/_layout.scss +0 -2421
- package/styles/slider/_material-dark-definition.scss +0 -159
- package/styles/slider/_material-definition.scss +0 -154
- package/styles/slider/_material3-definition.scss +0 -90
- package/styles/slider/_tailwind-dark-definition.scss +0 -1
- package/styles/slider/_tailwind-definition.scss +0 -84
- package/styles/slider/_theme.scss +0 -235
- package/styles/textbox/_all.scss +0 -1
- package/styles/textbox/_bootstrap-dark-definition.scss +0 -1
- package/styles/textbox/_bootstrap-definition.scss +0 -1
- package/styles/textbox/_bootstrap4-definition.scss +0 -1
- package/styles/textbox/_bootstrap5-dark-definition.scss +0 -1
- package/styles/textbox/_bootstrap5-definition.scss +0 -1
- package/styles/textbox/_fabric-dark-definition.scss +0 -1
- package/styles/textbox/_fabric-definition.scss +0 -1
- package/styles/textbox/_fluent-dark-definition.scss +0 -1
- package/styles/textbox/_fluent-definition.scss +0 -1
- package/styles/textbox/_fusionnew-definition.scss +0 -1
- package/styles/textbox/_highcontrast-definition.scss +0 -1
- package/styles/textbox/_highcontrast-light-definition.scss +0 -1
- package/styles/textbox/_layout.scss +0 -10
- package/styles/textbox/_material-dark-definition.scss +0 -1
- package/styles/textbox/_material-definition.scss +0 -1
- package/styles/textbox/_material3-definition.scss +0 -1
- package/styles/textbox/_tailwind-dark-definition.scss +0 -1
- package/styles/textbox/_tailwind-definition.scss +0 -1
- package/styles/textbox/_theme.scss +0 -1
- package/styles/uploader/_all.scss +0 -2
- package/styles/uploader/_bootstrap-dark-definition.scss +0 -213
- package/styles/uploader/_bootstrap-definition.scss +0 -208
- package/styles/uploader/_bootstrap4-definition.scss +0 -211
- package/styles/uploader/_bootstrap5-dark-definition.scss +0 -1
- package/styles/uploader/_bootstrap5-definition.scss +0 -216
- package/styles/uploader/_definition.scss +0 -142
- package/styles/uploader/_fabric-dark-definition.scss +0 -216
- package/styles/uploader/_fabric-definition.scss +0 -210
- package/styles/uploader/_fluent-dark-definition.scss +0 -1
- package/styles/uploader/_fluent-definition.scss +0 -234
- package/styles/uploader/_fusionnew-definition.scss +0 -216
- package/styles/uploader/_highcontrast-definition.scss +0 -211
- package/styles/uploader/_highcontrast-light-definition.scss +0 -219
- package/styles/uploader/_layout.scss +0 -984
- package/styles/uploader/_material-dark-definition.scss +0 -217
- package/styles/uploader/_material-definition.scss +0 -214
- package/styles/uploader/_material3-definition.scss +0 -216
- package/styles/uploader/_tailwind-dark-definition.scss +0 -1
- package/styles/uploader/_tailwind-definition.scss +0 -232
- package/styles/uploader/_theme.scss +0 -136
- package/styles/uploader/icons/_bootstrap-dark.scss +0 -34
- package/styles/uploader/icons/_bootstrap.scss +0 -34
- package/styles/uploader/icons/_bootstrap4.scss +0 -34
- package/styles/uploader/icons/_bootstrap5-dark.scss +0 -1
- package/styles/uploader/icons/_bootstrap5.scss +0 -34
- package/styles/uploader/icons/_fabric-dark.scss +0 -34
- package/styles/uploader/icons/_fabric.scss +0 -34
- package/styles/uploader/icons/_fluent-dark.scss +0 -1
- package/styles/uploader/icons/_fluent.scss +0 -34
- package/styles/uploader/icons/_fusionnew.scss +0 -34
- package/styles/uploader/icons/_highcontrast-light.scss +0 -34
- package/styles/uploader/icons/_highcontrast.scss +0 -34
- package/styles/uploader/icons/_material-dark.scss +0 -34
- package/styles/uploader/icons/_material.scss +0 -34
- package/styles/uploader/icons/_material3.scss +0 -34
- package/styles/uploader/icons/_tailwind-dark.scss +0 -1
- package/styles/uploader/icons/_tailwind.scss +0 -34
- package/syncfusion-ej2-angular-inputs.d.ts +0 -5
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./maskedtextbox.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the MaskedTextBox component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class MaskedTextBoxAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MaskedTextBoxAllModule, never, [typeof i1.CommonModule, typeof i2.MaskedTextBoxModule], [typeof i2.MaskedTextBoxModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MaskedTextBoxAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { MaskedTextBox } from '@syncfusion/ej2-inputs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -37,6 +36,4 @@ export declare class MaskedTextBoxComponent extends MaskedTextBox implements ICo
|
|
|
37
36
|
ngAfterContentChecked(): void;
|
|
38
37
|
registerEvents: (eventList: string[]) => void;
|
|
39
38
|
addTwoWay: (propList: string[]) => void;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MaskedTextBoxComponent, "ejs-maskedtextbox", never, { "cssClass": "cssClass"; "customCharacters": "customCharacters"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "mask": "mask"; "placeholder": "placeholder"; "promptChar": "promptChar"; "readonly": "readonly"; "showClearButton": "showClearButton"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "valueChange": "valueChange"; }, never, never>;
|
|
42
39
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./maskedtextbox.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the MaskedTextBox component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class MaskedTextBoxModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MaskedTextBoxModule, [typeof i1.MaskedTextBoxComponent], [typeof i2.CommonModule], [typeof i1.MaskedTextBoxComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MaskedTextBoxModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./numerictextbox.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the NumericTextBox component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class NumericTextBoxAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NumericTextBoxAllModule, never, [typeof i1.CommonModule, typeof i2.NumericTextBoxModule], [typeof i2.NumericTextBoxModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NumericTextBoxAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { NumericTextBox } from '@syncfusion/ej2-inputs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -37,6 +36,4 @@ export declare class NumericTextBoxComponent extends NumericTextBox implements I
|
|
|
37
36
|
ngAfterContentChecked(): void;
|
|
38
37
|
registerEvents: (eventList: string[]) => void;
|
|
39
38
|
addTwoWay: (propList: string[]) => void;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericTextBoxComponent, "ejs-numerictextbox", never, { "cssClass": "cssClass"; "currency": "currency"; "currencyCode": "currencyCode"; "decimals": "decimals"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "format": "format"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "max": "max"; "min": "min"; "placeholder": "placeholder"; "readonly": "readonly"; "showClearButton": "showClearButton"; "showSpinButton": "showSpinButton"; "step": "step"; "strictMode": "strictMode"; "validateDecimalOnType": "validateDecimalOnType"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "valueChange": "valueChange"; }, never, never>;
|
|
42
39
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./numerictextbox.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the NumericTextBox component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class NumericTextBoxModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NumericTextBoxModule, [typeof i1.NumericTextBoxComponent], [typeof i2.CommonModule], [typeof i1.NumericTextBoxComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NumericTextBoxModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./rating.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Rating component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class RatingAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RatingAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RatingAllModule, never, [typeof i1.CommonModule, typeof i2.RatingModule], [typeof i2.RatingModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RatingAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Rating } from '@syncfusion/ej2-inputs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -25,26 +24,23 @@ export declare class RatingComponent extends Rating implements IComponentBase {
|
|
|
25
24
|
valueChanged: any;
|
|
26
25
|
valueChange: any;
|
|
27
26
|
/**
|
|
28
|
-
* Defines the template
|
|
29
|
-
* The template context will contain the current item value for customization.
|
|
27
|
+
* Defines the template that defines the appearance of each rated item in a rating component.
|
|
30
28
|
* @default ''
|
|
31
29
|
*/
|
|
32
30
|
fullTemplate: any;
|
|
33
31
|
/**
|
|
34
|
-
* Defines the template
|
|
35
|
-
* The template context will contain the current item value for customization.
|
|
32
|
+
* Defines the template that defines the appearance of each un-rated item in a rating component.
|
|
36
33
|
* @default ''
|
|
37
34
|
*/
|
|
38
35
|
emptyTemplate: any;
|
|
39
36
|
/**
|
|
40
|
-
* Defines the template content
|
|
41
|
-
* The
|
|
37
|
+
* Defines the template that used as tooltip content over default tooltip content of the rating.
|
|
38
|
+
* The current value of rating passed as context to build the content.
|
|
42
39
|
* @default ''
|
|
43
40
|
*/
|
|
44
41
|
tooltipTemplate: any;
|
|
45
42
|
/**
|
|
46
|
-
* Defines the template
|
|
47
|
-
* The template context will contain the current value and maximum value for customization.
|
|
43
|
+
* Defines the template that used as label over default label of the rating. The current value of rating passed as context to build the content.
|
|
48
44
|
* @default ''
|
|
49
45
|
*/
|
|
50
46
|
labelTemplate: any;
|
|
@@ -61,6 +57,4 @@ export declare class RatingComponent extends Rating implements IComponentBase {
|
|
|
61
57
|
ngAfterContentChecked(): void;
|
|
62
58
|
registerEvents: (eventList: string[]) => void;
|
|
63
59
|
addTwoWay: (propList: string[]) => void;
|
|
64
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RatingComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RatingComponent, "[ejs-rating]", never, { "allowReset": "allowReset"; "cssClass": "cssClass"; "disabled": "disabled"; "emptyTemplate": "emptyTemplate"; "enableAnimation": "enableAnimation"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSingleSelection": "enableSingleSelection"; "fullTemplate": "fullTemplate"; "itemsCount": "itemsCount"; "labelPosition": "labelPosition"; "labelTemplate": "labelTemplate"; "locale": "locale"; "min": "min"; "precision": "precision"; "readOnly": "readOnly"; "showLabel": "showLabel"; "showTooltip": "showTooltip"; "tooltipTemplate": "tooltipTemplate"; "value": "value"; "visible": "visible"; }, { "focus": "focus"; "blur": "blur"; "beforeItemRender": "beforeItemRender"; "created": "created"; "onItemHover": "onItemHover"; "valueChanged": "valueChanged"; "valueChange": "valueChange"; }, ["fullTemplate", "emptyTemplate", "tooltipTemplate", "labelTemplate"], never>;
|
|
66
60
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./rating.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Rating component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class RatingModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RatingModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RatingModule, [typeof i1.RatingComponent], [typeof i2.CommonModule], [typeof i1.RatingComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RatingModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./signature.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Signature component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class SignatureAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SignatureAllModule, never, [typeof i1.CommonModule, typeof i2.SignatureModule], [typeof i2.SignatureModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SignatureAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Signature } from '@syncfusion/ej2-inputs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -35,6 +34,4 @@ export declare class SignatureComponent extends Signature implements IComponentB
|
|
|
35
34
|
ngAfterContentChecked(): void;
|
|
36
35
|
registerEvents: (eventList: string[]) => void;
|
|
37
36
|
addTwoWay: (propList: string[]) => void;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SignatureComponent, "[ejs-signature]", never, { "backgroundColor": "backgroundColor"; "backgroundImage": "backgroundImage"; "disabled": "disabled"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "isReadOnly": "isReadOnly"; "locale": "locale"; "maxStrokeWidth": "maxStrokeWidth"; "minStrokeWidth": "minStrokeWidth"; "saveWithBackground": "saveWithBackground"; "strokeColor": "strokeColor"; "velocity": "velocity"; }, { "focus": "focus"; "blur": "blur"; "beforeSave": "beforeSave"; "change": "change"; "created": "created"; }, never, never>;
|
|
40
37
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./signature.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Signature component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class SignatureModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SignatureModule, [typeof i1.SignatureComponent], [typeof i2.CommonModule], [typeof i1.SignatureComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SignatureModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./slider.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Slider component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class SliderAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SliderAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderAllModule, never, [typeof i1.CommonModule, typeof i2.SliderModule], [typeof i2.SliderModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SliderAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Slider } from '@syncfusion/ej2-inputs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -39,6 +38,4 @@ export declare class SliderComponent extends Slider implements IComponentBase {
|
|
|
39
38
|
ngAfterContentChecked(): void;
|
|
40
39
|
registerEvents: (eventList: string[]) => void;
|
|
41
40
|
addTwoWay: (propList: string[]) => void;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "ejs-slider", never, { "colorRange": "colorRange"; "cssClass": "cssClass"; "customValues": "customValues"; "enableAnimation": "enableAnimation"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "limits": "limits"; "locale": "locale"; "max": "max"; "min": "min"; "orientation": "orientation"; "readonly": "readonly"; "showButtons": "showButtons"; "step": "step"; "ticks": "ticks"; "tooltip": "tooltip"; "type": "type"; "value": "value"; "width": "width"; }, { "focus": "focus"; "blur": "blur"; "change": "change"; "changed": "changed"; "created": "created"; "renderedTicks": "renderedTicks"; "renderingTicks": "renderingTicks"; "tooltipChange": "tooltipChange"; "valueChange": "valueChange"; }, never, never>;
|
|
44
41
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./slider.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Slider component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class SliderModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SliderModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, [typeof i1.SliderComponent], [typeof i2.CommonModule], [typeof i1.SliderComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SliderModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./textbox.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the TextBox component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class TextBoxAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextBoxAllModule, never, [typeof i1.CommonModule, typeof i2.TextBoxModule], [typeof i2.TextBoxModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TextBoxAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { TextBox } from '@syncfusion/ej2-inputs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -38,6 +37,4 @@ export declare class TextBoxComponent extends TextBox implements IComponentBase
|
|
|
38
37
|
ngAfterContentChecked(): void;
|
|
39
38
|
registerEvents: (eventList: string[]) => void;
|
|
40
39
|
addTwoWay: (propList: string[]) => void;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextBoxComponent, "ejs-textbox", never, { "autocomplete": "autocomplete"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "multiline": "multiline"; "placeholder": "placeholder"; "readonly": "readonly"; "showClearButton": "showClearButton"; "type": "type"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "input": "input"; "valueChange": "valueChange"; }, never, never>;
|
|
43
40
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./textbox.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the TextBox component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class TextBoxModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextBoxModule, [typeof i1.TextBoxComponent], [typeof i2.CommonModule], [typeof i1.TextBoxComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TextBoxModule>;
|
|
11
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* 'e-files' directive represent a file of angular uploader
|
|
6
5
|
* It must be contained in a Uploader component(`ejs-uploader`).
|
|
@@ -32,8 +31,6 @@ export declare class UploadedFilesDirective extends ComplexBase<UploadedFilesDir
|
|
|
32
31
|
*/
|
|
33
32
|
size: any;
|
|
34
33
|
constructor(viewContainerRef: ViewContainerRef);
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UploadedFilesDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadedFilesDirective, "e-files>e-uploadedfiles", never, { "name": "name"; "size": "size"; "type": "type"; }, {}, never>;
|
|
37
34
|
}
|
|
38
35
|
/**
|
|
39
36
|
* UploadedFiles Array Directive
|
|
@@ -41,6 +38,4 @@ export declare class UploadedFilesDirective extends ComplexBase<UploadedFilesDir
|
|
|
41
38
|
*/
|
|
42
39
|
export declare class FilesDirective extends ArrayBase<FilesDirective> {
|
|
43
40
|
constructor();
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilesDirective, never>;
|
|
45
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesDirective, "ejs-uploader>e-files", never, {}, {}, ["children"]>;
|
|
46
41
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./uploader.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Uploader component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class UploaderAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UploaderAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UploaderAllModule, never, [typeof i1.CommonModule, typeof i2.UploaderModule], [typeof i2.UploaderModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<UploaderAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Uploader } from '@syncfusion/ej2-inputs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -62,6 +61,4 @@ export declare class UploaderComponent extends Uploader implements IComponentBas
|
|
|
62
61
|
ngAfterContentChecked(): void;
|
|
63
62
|
registerEvents: (eventList: string[]) => void;
|
|
64
63
|
addTwoWay: (propList: string[]) => void;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UploaderComponent, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UploaderComponent, "ejs-uploader", never, { "allowedExtensions": "allowedExtensions"; "asyncSettings": "asyncSettings"; "autoUpload": "autoUpload"; "buttons": "buttons"; "cssClass": "cssClass"; "directoryUpload": "directoryUpload"; "dropArea": "dropArea"; "dropEffect": "dropEffect"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "files": "files"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "maxFileSize": "maxFileSize"; "minFileSize": "minFileSize"; "multiple": "multiple"; "sequentialUpload": "sequentialUpload"; "showFileList": "showFileList"; "template": "template"; }, { "focus": "focus"; "blur": "blur"; "actionComplete": "actionComplete"; "beforeRemove": "beforeRemove"; "beforeUpload": "beforeUpload"; "canceling": "canceling"; "change": "change"; "chunkFailure": "chunkFailure"; "chunkSuccess": "chunkSuccess"; "chunkUploading": "chunkUploading"; "clearing": "clearing"; "created": "created"; "failure": "failure"; "fileListRendering": "fileListRendering"; "pausing": "pausing"; "progress": "progress"; "removing": "removing"; "rendering": "rendering"; "resuming": "resuming"; "selected": "selected"; "success": "success"; "uploading": "uploading"; }, ["template", "childFiles"], never>;
|
|
67
64
|
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./uploader.component";
|
|
3
|
-
import * as i2 from "./files.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
1
|
/**
|
|
6
2
|
* NgModule definition for the Uploader component.
|
|
7
3
|
*/
|
|
8
4
|
export declare class UploaderModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UploaderModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UploaderModule, [typeof i1.UploaderComponent, typeof i2.UploadedFilesDirective, typeof i2.FilesDirective], [typeof i3.CommonModule], [typeof i1.UploaderComponent, typeof i2.UploadedFilesDirective, typeof i2.FilesDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<UploaderModule>;
|
|
12
5
|
}
|
|
@@ -2124,6 +2124,7 @@ textarea.e-input,
|
|
|
2124
2124
|
|
|
2125
2125
|
input.e-input.e-rtl,
|
|
2126
2126
|
.e-input-group.e-rtl input.e-input,
|
|
2127
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
2127
2128
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
2128
2129
|
.e-float-input.e-rtl input,
|
|
2129
2130
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -6830,6 +6831,10 @@ body.e-colorpicker-overflow {
|
|
|
6830
6831
|
.e-rating-container .e-reset.e-disabled {
|
|
6831
6832
|
cursor: default;
|
|
6832
6833
|
}
|
|
6834
|
+
.e-rating-container .e-reset:focus-visible {
|
|
6835
|
+
outline: 1px solid;
|
|
6836
|
+
border-radius: 2px;
|
|
6837
|
+
}
|
|
6833
6838
|
.e-rating-container .e-rating-label {
|
|
6834
6839
|
font-size: 12px;
|
|
6835
6840
|
line-height: 18px;
|
package/styles/bootstrap.css
CHANGED
|
@@ -2124,6 +2124,7 @@ textarea.e-input,
|
|
|
2124
2124
|
|
|
2125
2125
|
input.e-input.e-rtl,
|
|
2126
2126
|
.e-input-group.e-rtl input.e-input,
|
|
2127
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
2127
2128
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
2128
2129
|
.e-float-input.e-rtl input,
|
|
2129
2130
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -6809,6 +6810,10 @@ body.e-colorpicker-overflow {
|
|
|
6809
6810
|
.e-rating-container .e-reset.e-disabled {
|
|
6810
6811
|
cursor: default;
|
|
6811
6812
|
}
|
|
6813
|
+
.e-rating-container .e-reset:focus-visible {
|
|
6814
|
+
outline: 1px solid;
|
|
6815
|
+
border-radius: 2px;
|
|
6816
|
+
}
|
|
6812
6817
|
.e-rating-container .e-rating-label {
|
|
6813
6818
|
font-size: 12px;
|
|
6814
6819
|
line-height: 18px;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2124,6 +2124,7 @@ textarea.e-input,
|
|
|
2124
2124
|
|
|
2125
2125
|
input.e-input.e-rtl,
|
|
2126
2126
|
.e-input-group.e-rtl input.e-input,
|
|
2127
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
2127
2128
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
2128
2129
|
.e-float-input.e-rtl input,
|
|
2129
2130
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -6963,6 +6964,10 @@ body.e-colorpicker-overflow {
|
|
|
6963
6964
|
.e-rating-container .e-reset.e-disabled {
|
|
6964
6965
|
cursor: default;
|
|
6965
6966
|
}
|
|
6967
|
+
.e-rating-container .e-reset:focus-visible {
|
|
6968
|
+
outline: 1px solid;
|
|
6969
|
+
border-radius: 4px;
|
|
6970
|
+
}
|
|
6966
6971
|
.e-rating-container .e-rating-label {
|
|
6967
6972
|
font-size: 12px;
|
|
6968
6973
|
line-height: 18px;
|
|
@@ -2213,6 +2213,7 @@ textarea.e-input,
|
|
|
2213
2213
|
|
|
2214
2214
|
input.e-input.e-rtl,
|
|
2215
2215
|
.e-input-group.e-rtl input.e-input,
|
|
2216
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
2216
2217
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
2217
2218
|
.e-float-input.e-rtl input,
|
|
2218
2219
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -7113,6 +7114,10 @@ body.e-colorpicker-overflow {
|
|
|
7113
7114
|
.e-rating-container .e-reset.e-disabled {
|
|
7114
7115
|
cursor: default;
|
|
7115
7116
|
}
|
|
7117
|
+
.e-rating-container .e-reset:focus-visible {
|
|
7118
|
+
outline: 1px solid;
|
|
7119
|
+
border-radius: 4px;
|
|
7120
|
+
}
|
|
7116
7121
|
.e-rating-container .e-rating-label {
|
|
7117
7122
|
font-size: 12px;
|
|
7118
7123
|
line-height: 18px;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2213,6 +2213,7 @@ textarea.e-input,
|
|
|
2213
2213
|
|
|
2214
2214
|
input.e-input.e-rtl,
|
|
2215
2215
|
.e-input-group.e-rtl input.e-input,
|
|
2216
|
+
.e-input-group.e-control-container.e-rtl input.e-control,
|
|
2216
2217
|
.e-input-group.e-control-wrapper.e-rtl input.e-input,
|
|
2217
2218
|
.e-float-input.e-rtl input,
|
|
2218
2219
|
.e-float-input.e-control-wrapper.e-rtl input,
|
|
@@ -7113,6 +7114,10 @@ body.e-colorpicker-overflow {
|
|
|
7113
7114
|
.e-rating-container .e-reset.e-disabled {
|
|
7114
7115
|
cursor: default;
|
|
7115
7116
|
}
|
|
7117
|
+
.e-rating-container .e-reset:focus-visible {
|
|
7118
|
+
outline: 1px solid;
|
|
7119
|
+
border-radius: 4px;
|
|
7120
|
+
}
|
|
7116
7121
|
.e-rating-container .e-rating-label {
|
|
7117
7122
|
font-size: 12px;
|
|
7118
7123
|
line-height: 18px;
|
|
@@ -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,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,11 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap4-definition.scss';
|
|
5
|
-
@import './../input/bootstrap4-definition.scss';
|
|
6
|
-
@import './../numerictextbox/bootstrap4-definition.scss';
|
|
7
|
-
@import './../slider/bootstrap4-definition.scss';
|
|
8
|
-
@import 'ej2-popups/styles/tooltip/bootstrap4-definition.scss';
|
|
9
|
-
@import 'bootstrap4-definition.scss';
|
|
10
|
-
@import 'icons/bootstrap4.scss';
|
|
11
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/color-picker/bootstrap4.scss';
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap5-dark-definition.scss';
|
|
5
|
-
@import './../input/bootstrap5-dark-definition.scss';
|
|
6
|
-
@import './../numerictextbox/bootstrap5-dark-definition.scss';
|
|
7
|
-
@import './../slider/bootstrap5-dark-definition.scss';
|
|
8
|
-
@import 'ej2-popups/styles/tooltip/bootstrap5-dark-definition.scss';
|
|
9
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
10
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
11
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/color-picker/bootstrap5-dark.scss';
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
|
|
4
|
-
@import 'ej2-splitbuttons/styles/split-button/bootstrap5-definition.scss';
|
|
5
|
-
@import './../input/bootstrap5-definition.scss';
|
|
6
|
-
@import './../numerictextbox/bootstrap5-definition.scss';
|
|
7
|
-
@import './../slider/bootstrap5-definition.scss';
|
|
8
|
-
@import 'ej2-popups/styles/tooltip/bootstrap5-definition.scss';
|
|
9
|
-
@import 'bootstrap5-definition.scss';
|
|
10
|
-
@import 'icons/bootstrap5.scss';
|
|
11
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/color-picker/bootstrap5.scss';
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fabric-dark-definition.scss';
|
|
4
|
-
@import 'ej2-splitbuttons/styles/split-button/fabric-dark-definition.scss';
|
|
5
|
-
@import './../input/fabric-dark-definition.scss';
|
|
6
|
-
@import './../numerictextbox/fabric-dark-definition.scss';
|
|
7
|
-
@import './../slider/fabric-dark-definition.scss';
|
|
8
|
-
@import 'ej2-popups/styles/tooltip/fabric-dark-definition.scss';
|
|
9
|
-
@import 'fabric-dark-definition.scss';
|
|
10
|
-
@import 'icons/fabric-dark.scss';
|
|
11
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/color-picker/fabric-dark.scss';
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fabric-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fabric-definition.scss';
|
|
4
|
-
@import 'ej2-splitbuttons/styles/split-button/fabric-definition.scss';
|
|
5
|
-
@import './../input/fabric-definition.scss';
|
|
6
|
-
@import './../numerictextbox/fabric-definition.scss';
|
|
7
|
-
@import './../slider/fabric-definition.scss';
|
|
8
|
-
@import 'ej2-popups/styles/tooltip/fabric-definition.scss';
|
|
9
|
-
@import 'fabric-definition.scss';
|
|
10
|
-
@import 'icons/fabric.scss';
|
|
11
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/color-picker/fabric.scss';
|
|
@@ -470,10 +470,16 @@ body.e-colorpicker-overflow {
|
|
|
470
470
|
.e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track {
|
|
471
471
|
background: linear-gradient(to left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
|
|
472
472
|
}
|
|
473
|
+
.e-rtl .e-container .e-slider-preview .e-hue-slider .e-handle {
|
|
474
|
+
top: calc(66% - 10px) !important; /* stylelint-disable-line declaration-no-important */
|
|
475
|
+
}
|
|
473
476
|
.e-rtl .e-container .e-slider-preview .e-preview-container {
|
|
474
477
|
margin-left: 0;
|
|
475
478
|
margin-right: 4.205%;
|
|
476
479
|
}
|
|
480
|
+
.e-rtl .e-container .e-slider-preview .e-opacity-slider .e-handle-first {
|
|
481
|
+
top: calc(66% - 10px) !important; /* stylelint-disable-line declaration-no-important */
|
|
482
|
+
}
|
|
477
483
|
.e-rtl .e-container .e-selected-value .e-float-input {
|
|
478
484
|
margin-left: 2.75%;
|
|
479
485
|
margin-right: 0;
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fluent-dark-definition.scss';
|
|
4
|
-
@import 'ej2-splitbuttons/styles/split-button/fluent-dark-definition.scss';
|
|
5
|
-
@import './../input/fluent-dark-definition.scss';
|
|
6
|
-
@import './../numerictextbox/fluent-dark-definition.scss';
|
|
7
|
-
@import './../slider/fluent-dark-definition.scss';
|
|
8
|
-
@import 'ej2-popups/styles/tooltip/fluent-dark-definition.scss';
|
|
9
|
-
@import 'fluent-dark-definition.scss';
|
|
10
|
-
@import 'icons/fluent-dark.scss';
|
|
11
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/color-picker/fluent-dark.scss';
|
|
@@ -470,10 +470,16 @@ body.e-colorpicker-overflow {
|
|
|
470
470
|
.e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track {
|
|
471
471
|
background: linear-gradient(to left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
|
|
472
472
|
}
|
|
473
|
+
.e-rtl .e-container .e-slider-preview .e-hue-slider .e-handle {
|
|
474
|
+
top: calc(66% - 10px) !important; /* stylelint-disable-line declaration-no-important */
|
|
475
|
+
}
|
|
473
476
|
.e-rtl .e-container .e-slider-preview .e-preview-container {
|
|
474
477
|
margin-left: 0;
|
|
475
478
|
margin-right: 4.205%;
|
|
476
479
|
}
|
|
480
|
+
.e-rtl .e-container .e-slider-preview .e-opacity-slider .e-handle-first {
|
|
481
|
+
top: calc(66% - 10px) !important; /* stylelint-disable-line declaration-no-important */
|
|
482
|
+
}
|
|
477
483
|
.e-rtl .e-container .e-selected-value .e-float-input {
|
|
478
484
|
margin-left: 2.75%;
|
|
479
485
|
margin-right: 0;
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/fluent-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fluent-definition.scss';
|
|
4
|
-
@import 'ej2-splitbuttons/styles/split-button/fluent-definition.scss';
|
|
5
|
-
@import './../input/fluent-definition.scss';
|
|
6
|
-
@import './../numerictextbox/fluent-definition.scss';
|
|
7
|
-
@import './../slider/fluent-definition.scss';
|
|
8
|
-
@import 'ej2-popups/styles/tooltip/fluent-definition.scss';
|
|
9
|
-
@import 'fluent-definition.scss';
|
|
10
|
-
@import 'icons/fluent.scss';
|
|
11
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/color-picker/fluent.scss';
|