@syncfusion/ej2-angular-inputs 20.4.54 → 21.1.35-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 +1437 -0
- package/README.md +185 -114
- 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 -29
- 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 +9 -3
- 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 +6 -0
- package/styles/bootstrap.css +6 -0
- package/styles/bootstrap4.css +6 -0
- package/styles/bootstrap5-dark.css +10 -4
- package/styles/bootstrap5.css +10 -4
- package/styles/color-picker/bootstrap-dark.css +6 -0
- package/styles/color-picker/bootstrap-dark.scss +1 -11
- package/styles/color-picker/bootstrap.css +6 -0
- package/styles/color-picker/bootstrap.scss +1 -11
- package/styles/color-picker/bootstrap4.css +6 -0
- package/styles/color-picker/bootstrap4.scss +1 -11
- package/styles/color-picker/bootstrap5-dark.css +6 -0
- package/styles/color-picker/bootstrap5-dark.scss +1 -11
- package/styles/color-picker/bootstrap5.css +6 -0
- package/styles/color-picker/bootstrap5.scss +1 -11
- package/styles/color-picker/fabric-dark.css +6 -0
- package/styles/color-picker/fabric-dark.scss +1 -11
- package/styles/color-picker/fabric.css +6 -0
- 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.css +6 -0
- package/styles/color-picker/highcontrast-light.scss +1 -11
- package/styles/color-picker/highcontrast.css +6 -0
- package/styles/color-picker/highcontrast.scss +1 -11
- package/styles/color-picker/material-dark.css +6 -0
- package/styles/color-picker/material-dark.scss +1 -11
- package/styles/color-picker/material.css +6 -0
- package/styles/color-picker/material.scss +1 -11
- package/styles/color-picker/tailwind-dark.css +6 -0
- package/styles/color-picker/tailwind-dark.scss +1 -11
- package/styles/color-picker/tailwind.css +6 -0
- package/styles/color-picker/tailwind.scss +1 -11
- package/styles/fabric-dark.css +6 -0
- package/styles/fabric.css +6 -0
- package/styles/fluent-dark.css +6 -0
- package/styles/fluent.css +6 -0
- package/styles/highcontrast-light.css +6 -0
- package/styles/highcontrast.css +6 -0
- package/styles/input/bootstrap-dark.scss +1 -4
- package/styles/input/bootstrap.scss +1 -4
- package/styles/input/bootstrap4.scss +1 -4
- package/styles/input/bootstrap5-dark.scss +1 -4
- package/styles/input/bootstrap5.scss +1 -4
- package/styles/input/fabric-dark.scss +1 -4
- package/styles/input/fabric.scss +1 -4
- package/styles/input/fluent-dark.scss +1 -4
- package/styles/input/fluent.scss +1 -4
- package/styles/input/highcontrast-light.scss +1 -4
- package/styles/input/highcontrast.scss +1 -4
- package/styles/input/material-dark.css +1 -1
- package/styles/input/material-dark.scss +1 -4
- package/styles/input/material.css +1 -1
- package/styles/input/material.scss +1 -4
- package/styles/input/tailwind-dark.scss +1 -4
- 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 +7 -5
- package/styles/material.css +7 -1
- 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.scss +1 -4
- package/styles/rating/bootstrap.scss +1 -4
- package/styles/rating/bootstrap4.scss +1 -4
- package/styles/rating/bootstrap5-dark.scss +1 -4
- package/styles/rating/bootstrap5.scss +1 -4
- package/styles/rating/fabric-dark.scss +1 -4
- package/styles/rating/fabric.scss +1 -4
- package/styles/rating/fluent-dark.scss +1 -4
- package/styles/rating/fluent.scss +1 -4
- package/styles/rating/highcontrast-light.scss +1 -4
- package/styles/rating/highcontrast.scss +1 -4
- package/styles/rating/material-dark.scss +1 -4
- package/styles/rating/material.scss +1 -4
- package/styles/rating/tailwind-dark.css +1 -1
- package/styles/rating/tailwind-dark.scss +1 -4
- package/styles/rating/tailwind.css +1 -1
- 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 +8 -2
- package/styles/tailwind.css +8 -2
- 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.css +4 -4
- package/styles/uploader/bootstrap5-dark.scss +1 -6
- package/styles/uploader/bootstrap5.css +4 -4
- 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.css +0 -4
- package/styles/uploader/material-dark.scss +1 -6
- package/styles/uploader/material.scss +1 -6
- package/styles/uploader/tailwind-dark.css +1 -1
- package/styles/uploader/tailwind-dark.scss +1 -6
- package/styles/uploader/tailwind.css +1 -1
- 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 -1188
- 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 -11010
- 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 -46
- package/styles/rating/_bootstrap-definition.scss +0 -46
- package/styles/rating/_bootstrap4-definition.scss +0 -46
- package/styles/rating/_bootstrap5-dark-definition.scss +0 -1
- package/styles/rating/_bootstrap5-definition.scss +0 -46
- package/styles/rating/_fabric-dark-definition.scss +0 -46
- package/styles/rating/_fabric-definition.scss +0 -46
- package/styles/rating/_fluent-dark-definition.scss +0 -1
- package/styles/rating/_fluent-definition.scss +0 -46
- package/styles/rating/_fusionnew-definition.scss +0 -46
- package/styles/rating/_highcontrast-definition.scss +0 -46
- package/styles/rating/_highcontrast-light-definition.scss +0 -46
- package/styles/rating/_layout.scss +0 -209
- package/styles/rating/_material-dark-definition.scss +0 -46
- package/styles/rating/_material-definition.scss +0 -46
- package/styles/rating/_material3-definition.scss +0 -46
- package/styles/rating/_tailwind-dark-definition.scss +0 -1
- package/styles/rating/_tailwind-definition.scss +0 -46
- 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 "./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[];
|
|
@@ -26,6 +25,9 @@ export declare class RatingComponent extends Rating implements IComponentBase {
|
|
|
26
25
|
valueChange: any;
|
|
27
26
|
/**
|
|
28
27
|
* Defines the template that defines the appearance of each rated item in a rating component.
|
|
28
|
+
*
|
|
29
|
+
* {% codeBlock src='rating/fullTemplate/index.md' %}{% endcodeBlock %}
|
|
30
|
+
*
|
|
29
31
|
* @default ''
|
|
30
32
|
*/
|
|
31
33
|
fullTemplate: any;
|
|
@@ -37,11 +39,17 @@ export declare class RatingComponent extends Rating implements IComponentBase {
|
|
|
37
39
|
/**
|
|
38
40
|
* Defines the template that used as tooltip content over default tooltip content of the rating.
|
|
39
41
|
* The current value of rating passed as context to build the content.
|
|
42
|
+
*
|
|
43
|
+
* {% codeBlock src='rating/tooltipTemplate/index.md' %}{% endcodeBlock %}
|
|
44
|
+
*
|
|
40
45
|
* @default ''
|
|
41
46
|
*/
|
|
42
47
|
tooltipTemplate: any;
|
|
43
48
|
/**
|
|
44
49
|
* 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.
|
|
50
|
+
*
|
|
51
|
+
* {% codeBlock src='rating/labelTemplate/index.md' %}{% endcodeBlock %}
|
|
52
|
+
*
|
|
45
53
|
* @default ''
|
|
46
54
|
*/
|
|
47
55
|
labelTemplate: any;
|
|
@@ -58,6 +66,4 @@ export declare class RatingComponent extends Rating implements IComponentBase {
|
|
|
58
66
|
ngAfterContentChecked(): void;
|
|
59
67
|
registerEvents: (eventList: string[]) => void;
|
|
60
68
|
addTwoWay: (propList: string[]) => void;
|
|
61
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RatingComponent, never>;
|
|
62
|
-
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>;
|
|
63
69
|
}
|
|
@@ -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
|
}
|
|
@@ -6162,6 +6162,12 @@ body.e-colorpicker-overflow {
|
|
|
6162
6162
|
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
6163
6163
|
padding: 0 6px;
|
|
6164
6164
|
}
|
|
6165
|
+
.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6166
|
+
.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6167
|
+
.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6168
|
+
.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
|
|
6169
|
+
line-height: 0;
|
|
6170
|
+
}
|
|
6165
6171
|
|
|
6166
6172
|
.e-container {
|
|
6167
6173
|
border: 0;
|
package/styles/bootstrap.css
CHANGED
|
@@ -6141,6 +6141,12 @@ body.e-colorpicker-overflow {
|
|
|
6141
6141
|
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
6142
6142
|
padding: 0 6px;
|
|
6143
6143
|
}
|
|
6144
|
+
.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6145
|
+
.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6146
|
+
.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6147
|
+
.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
|
|
6148
|
+
line-height: 0;
|
|
6149
|
+
}
|
|
6144
6150
|
|
|
6145
6151
|
.e-container {
|
|
6146
6152
|
border: 0;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -6225,6 +6225,12 @@ body.e-colorpicker-overflow {
|
|
|
6225
6225
|
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
6226
6226
|
padding: 10px;
|
|
6227
6227
|
}
|
|
6228
|
+
.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6229
|
+
.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6230
|
+
.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6231
|
+
.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
|
|
6232
|
+
line-height: 0;
|
|
6233
|
+
}
|
|
6228
6234
|
|
|
6229
6235
|
.e-container {
|
|
6230
6236
|
border: 0;
|
|
@@ -5517,7 +5517,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5517
5517
|
padding: 16px 0 16px 16px;
|
|
5518
5518
|
}
|
|
5519
5519
|
.e-bigger .e-upload .e-file-select-wrap .e-file-drop {
|
|
5520
|
-
font-size:
|
|
5520
|
+
font-size: 16px;
|
|
5521
5521
|
margin-left: 16px;
|
|
5522
5522
|
}
|
|
5523
5523
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list {
|
|
@@ -5530,7 +5530,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5530
5530
|
top: 0;
|
|
5531
5531
|
}
|
|
5532
5532
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
|
|
5533
|
-
font-size:
|
|
5533
|
+
font-size: 16px;
|
|
5534
5534
|
padding-top: 15px;
|
|
5535
5535
|
}
|
|
5536
5536
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
|
|
@@ -5538,7 +5538,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5538
5538
|
padding: 10px 0;
|
|
5539
5539
|
}
|
|
5540
5540
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
|
|
5541
|
-
font-size:
|
|
5541
|
+
font-size: 16px;
|
|
5542
5542
|
padding-top: 15px;
|
|
5543
5543
|
top: initial;
|
|
5544
5544
|
}
|
|
@@ -6114,7 +6114,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6114
6114
|
padding: 12px 0 12px 12px;
|
|
6115
6115
|
}
|
|
6116
6116
|
.e-small .e-upload .e-file-select-wrap .e-file-drop {
|
|
6117
|
-
font-size:
|
|
6117
|
+
font-size: 12px;
|
|
6118
6118
|
margin-left: 10px;
|
|
6119
6119
|
}
|
|
6120
6120
|
.e-small .e-upload .e-upload-files .e-upload-file-list {
|
|
@@ -6417,6 +6417,12 @@ body.e-colorpicker-overflow {
|
|
|
6417
6417
|
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
6418
6418
|
padding: 7px 12px;
|
|
6419
6419
|
}
|
|
6420
|
+
.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6421
|
+
.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6422
|
+
.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6423
|
+
.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
|
|
6424
|
+
line-height: 0;
|
|
6425
|
+
}
|
|
6420
6426
|
|
|
6421
6427
|
.e-container {
|
|
6422
6428
|
border: 0;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -5517,7 +5517,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5517
5517
|
padding: 16px 0 16px 16px;
|
|
5518
5518
|
}
|
|
5519
5519
|
.e-bigger .e-upload .e-file-select-wrap .e-file-drop {
|
|
5520
|
-
font-size:
|
|
5520
|
+
font-size: 16px;
|
|
5521
5521
|
margin-left: 16px;
|
|
5522
5522
|
}
|
|
5523
5523
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list {
|
|
@@ -5530,7 +5530,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5530
5530
|
top: 0;
|
|
5531
5531
|
}
|
|
5532
5532
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name {
|
|
5533
|
-
font-size:
|
|
5533
|
+
font-size: 16px;
|
|
5534
5534
|
padding-top: 15px;
|
|
5535
5535
|
}
|
|
5536
5536
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size {
|
|
@@ -5538,7 +5538,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5538
5538
|
padding: 10px 0;
|
|
5539
5539
|
}
|
|
5540
5540
|
.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type {
|
|
5541
|
-
font-size:
|
|
5541
|
+
font-size: 16px;
|
|
5542
5542
|
padding-top: 15px;
|
|
5543
5543
|
top: initial;
|
|
5544
5544
|
}
|
|
@@ -6114,7 +6114,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6114
6114
|
padding: 12px 0 12px 12px;
|
|
6115
6115
|
}
|
|
6116
6116
|
.e-small .e-upload .e-file-select-wrap .e-file-drop {
|
|
6117
|
-
font-size:
|
|
6117
|
+
font-size: 12px;
|
|
6118
6118
|
margin-left: 10px;
|
|
6119
6119
|
}
|
|
6120
6120
|
.e-small .e-upload .e-upload-files .e-upload-file-list {
|
|
@@ -6417,6 +6417,12 @@ body.e-colorpicker-overflow {
|
|
|
6417
6417
|
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
6418
6418
|
padding: 7px 12px;
|
|
6419
6419
|
}
|
|
6420
|
+
.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6421
|
+
.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6422
|
+
.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6423
|
+
.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
|
|
6424
|
+
line-height: 0;
|
|
6425
|
+
}
|
|
6420
6426
|
|
|
6421
6427
|
.e-container {
|
|
6422
6428
|
border: 0;
|
|
@@ -131,6 +131,12 @@ body.e-colorpicker-overflow {
|
|
|
131
131
|
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
132
132
|
padding: 0 6px;
|
|
133
133
|
}
|
|
134
|
+
.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
135
|
+
.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
136
|
+
.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
137
|
+
.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
|
|
138
|
+
line-height: 0;
|
|
139
|
+
}
|
|
134
140
|
|
|
135
141
|
.e-container {
|
|
136
142
|
border: 0;
|
|
@@ -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';
|
|
@@ -131,6 +131,12 @@ body.e-colorpicker-overflow {
|
|
|
131
131
|
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
132
132
|
padding: 0 6px;
|
|
133
133
|
}
|
|
134
|
+
.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
135
|
+
.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
136
|
+
.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
137
|
+
.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
|
|
138
|
+
line-height: 0;
|
|
139
|
+
}
|
|
134
140
|
|
|
135
141
|
.e-container {
|
|
136
142
|
border: 0;
|
|
@@ -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';
|
|
@@ -144,6 +144,12 @@ body.e-colorpicker-overflow {
|
|
|
144
144
|
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
145
145
|
padding: 10px;
|
|
146
146
|
}
|
|
147
|
+
.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
148
|
+
.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
149
|
+
.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
150
|
+
.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
|
|
151
|
+
line-height: 0;
|
|
152
|
+
}
|
|
147
153
|
|
|
148
154
|
.e-container {
|
|
149
155
|
border: 0;
|
|
@@ -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';
|
|
@@ -154,6 +154,12 @@ body.e-colorpicker-overflow {
|
|
|
154
154
|
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
155
155
|
padding: 7px 12px;
|
|
156
156
|
}
|
|
157
|
+
.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
158
|
+
.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
159
|
+
.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
160
|
+
.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
|
|
161
|
+
line-height: 0;
|
|
162
|
+
}
|
|
157
163
|
|
|
158
164
|
.e-container {
|
|
159
165
|
border: 0;
|
|
@@ -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';
|
|
@@ -154,6 +154,12 @@ body.e-colorpicker-overflow {
|
|
|
154
154
|
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
155
155
|
padding: 7px 12px;
|
|
156
156
|
}
|
|
157
|
+
.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
158
|
+
.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
159
|
+
.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
160
|
+
.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
|
|
161
|
+
line-height: 0;
|
|
162
|
+
}
|
|
157
163
|
|
|
158
164
|
.e-container {
|
|
159
165
|
border: 0;
|
|
@@ -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';
|
|
@@ -131,6 +131,12 @@ body.e-colorpicker-overflow {
|
|
|
131
131
|
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
132
132
|
padding: 0 7px;
|
|
133
133
|
}
|
|
134
|
+
.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
135
|
+
.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
136
|
+
.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
137
|
+
.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
|
|
138
|
+
line-height: 0;
|
|
139
|
+
}
|
|
134
140
|
|
|
135
141
|
.e-container {
|
|
136
142
|
border: 0;
|
|
@@ -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';
|