@syncfusion/ej2-angular-inputs 22.2.12 → 23.1.36-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 +1791 -0
- package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-inputs.js +1689 -0
- package/@syncfusion/ej2-angular-inputs.js.map +1 -0
- package/CHANGELOG.md +1459 -0
- package/dist/ej2-angular-inputs.umd.js +1880 -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 +3 -5
- 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 +3 -5
- 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 +3 -5
- 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 +15 -5
- 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 +3 -5
- 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 +3 -5
- 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 +3 -5
- 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 +3 -5
- package/src/uploader/uploader.module.d.ts +0 -7
- package/styles/bootstrap-dark.css +0 -4
- package/styles/bootstrap.css +0 -4
- package/styles/bootstrap4.css +0 -4
- package/styles/bootstrap5-dark.css +0 -4
- package/styles/bootstrap5.css +0 -4
- 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.scss +1 -11
- 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.css +0 -1
- package/styles/color-picker/material-dark.scss +1 -11
- package/styles/color-picker/material.css +0 -1
- package/styles/color-picker/material.scss +1 -11
- package/styles/color-picker/material3-dark.css +0 -1
- package/styles/color-picker/material3-dark.scss +1 -11
- package/styles/color-picker/material3.css +0 -1
- package/styles/color-picker/material3.scss +1 -11
- package/styles/color-picker/tailwind-dark.css +0 -1
- package/styles/color-picker/tailwind-dark.scss +1 -11
- package/styles/color-picker/tailwind.css +0 -1
- package/styles/color-picker/tailwind.scss +1 -11
- package/styles/fabric-dark.css +0 -4
- package/styles/fabric.css +0 -4
- package/styles/fluent-dark.css +0 -4
- package/styles/fluent.css +0 -4
- package/styles/highcontrast-light.css +0 -4
- package/styles/highcontrast.css +0 -4
- 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 +0 -1
- package/styles/input/material-dark.scss +1 -4
- package/styles/input/material.css +0 -1
- package/styles/input/material.scss +1 -4
- package/styles/input/material3-dark.css +0 -1
- package/styles/input/material3-dark.scss +1 -4
- package/styles/input/material3.css +0 -1
- package/styles/input/material3.scss +1 -4
- package/styles/input/tailwind-dark.css +0 -1
- package/styles/input/tailwind-dark.scss +1 -4
- package/styles/input/tailwind.css +0 -1
- 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.css +0 -1
- package/styles/maskedtextbox/material-dark.scss +1 -4
- package/styles/maskedtextbox/material.css +0 -1
- package/styles/maskedtextbox/material.scss +1 -4
- package/styles/maskedtextbox/material3-dark.css +0 -1
- package/styles/maskedtextbox/material3-dark.scss +1 -4
- package/styles/maskedtextbox/material3.css +0 -1
- package/styles/maskedtextbox/material3.scss +1 -4
- package/styles/maskedtextbox/tailwind-dark.css +0 -1
- package/styles/maskedtextbox/tailwind-dark.scss +1 -4
- package/styles/maskedtextbox/tailwind.css +0 -1
- package/styles/maskedtextbox/tailwind.scss +1 -4
- package/styles/material-dark.css +0 -5
- package/styles/material.css +0 -5
- package/styles/material3-dark.css +441 -6
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +924 -41
- package/styles/material3.scss +0 -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.css +0 -1
- package/styles/numerictextbox/material-dark.scss +1 -5
- package/styles/numerictextbox/material.css +0 -1
- package/styles/numerictextbox/material.scss +1 -5
- package/styles/numerictextbox/material3-dark.css +0 -1
- package/styles/numerictextbox/material3-dark.scss +1 -5
- package/styles/numerictextbox/material3.css +0 -1
- package/styles/numerictextbox/material3.scss +1 -5
- package/styles/numerictextbox/tailwind-dark.css +0 -1
- package/styles/numerictextbox/tailwind-dark.scss +1 -5
- package/styles/numerictextbox/tailwind.css +0 -1
- package/styles/numerictextbox/tailwind.scss +1 -5
- package/styles/rating/bootstrap-dark.css +0 -4
- package/styles/rating/bootstrap-dark.scss +1 -4
- package/styles/rating/bootstrap.css +0 -4
- package/styles/rating/bootstrap.scss +1 -4
- package/styles/rating/bootstrap4.css +0 -4
- package/styles/rating/bootstrap4.scss +1 -4
- package/styles/rating/bootstrap5-dark.css +0 -4
- package/styles/rating/bootstrap5-dark.scss +1 -4
- package/styles/rating/bootstrap5.css +0 -4
- package/styles/rating/bootstrap5.scss +1 -4
- package/styles/rating/fabric-dark.css +0 -4
- package/styles/rating/fabric-dark.scss +1 -4
- package/styles/rating/fabric.css +0 -4
- package/styles/rating/fabric.scss +1 -4
- package/styles/rating/fluent-dark.css +0 -4
- package/styles/rating/fluent-dark.scss +1 -4
- package/styles/rating/fluent.css +0 -4
- package/styles/rating/fluent.scss +1 -4
- package/styles/rating/highcontrast-light.css +0 -4
- package/styles/rating/highcontrast-light.scss +1 -4
- package/styles/rating/highcontrast.css +0 -4
- package/styles/rating/highcontrast.scss +1 -4
- package/styles/rating/material-dark.css +0 -5
- package/styles/rating/material-dark.scss +1 -4
- package/styles/rating/material.css +0 -5
- package/styles/rating/material.scss +1 -4
- package/styles/rating/material3-dark.css +1 -6
- package/styles/rating/material3-dark.scss +1 -4
- package/styles/rating/material3.css +1 -6
- package/styles/rating/material3.scss +1 -4
- package/styles/rating/tailwind-dark.css +0 -5
- package/styles/rating/tailwind-dark.scss +1 -4
- package/styles/rating/tailwind.css +0 -5
- 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.css +0 -1
- package/styles/signature/material-dark.scss +1 -3
- package/styles/signature/material.css +0 -1
- package/styles/signature/material.scss +1 -3
- package/styles/signature/material3-dark.css +0 -1
- package/styles/signature/material3-dark.scss +1 -3
- package/styles/signature/material3.css +0 -1
- package/styles/signature/material3.scss +1 -3
- package/styles/signature/tailwind-dark.css +0 -1
- package/styles/signature/tailwind-dark.scss +1 -3
- package/styles/signature/tailwind.css +0 -1
- 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.css +0 -1
- package/styles/slider/material-dark.scss +1 -5
- package/styles/slider/material.css +0 -1
- package/styles/slider/material.scss +1 -5
- package/styles/slider/material3-dark.css +0 -1
- package/styles/slider/material3-dark.scss +1 -5
- package/styles/slider/material3.css +0 -1
- package/styles/slider/material3.scss +1 -5
- package/styles/slider/tailwind-dark.css +0 -1
- package/styles/slider/tailwind-dark.scss +1 -5
- package/styles/slider/tailwind.css +0 -1
- package/styles/slider/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +0 -13
- package/styles/tailwind.css +0 -13
- 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.css +0 -1
- package/styles/textbox/material-dark.scss +1 -4
- package/styles/textbox/material.css +0 -1
- package/styles/textbox/material.scss +1 -4
- package/styles/textbox/material3-dark.css +0 -1
- package/styles/textbox/material3-dark.scss +1 -4
- package/styles/textbox/material3.css +0 -1
- package/styles/textbox/material3.scss +1 -4
- package/styles/textbox/tailwind-dark.css +0 -1
- package/styles/textbox/tailwind-dark.scss +1 -4
- package/styles/textbox/tailwind.css +0 -1
- 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.css +0 -1
- package/styles/uploader/material-dark.scss +1 -6
- package/styles/uploader/material.css +0 -1
- package/styles/uploader/material.scss +1 -6
- package/styles/uploader/material3-dark.css +0 -1
- package/styles/uploader/material3-dark.scss +1 -6
- package/styles/uploader/material3.css +0 -1
- package/styles/uploader/material3.scss +1 -6
- package/styles/uploader/tailwind-dark.css +0 -1
- package/styles/uploader/tailwind-dark.scss +1 -6
- package/styles/uploader/tailwind.css +0 -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 -1304
- package/styles/color-picker/_material-dark-definition.scss +0 -135
- package/styles/color-picker/_material-definition.scss +0 -130
- package/styles/color-picker/_material3-dark-definition.scss +0 -1
- package/styles/color-picker/_material3-definition.scss +0 -141
- 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 -191
- 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-dark.scss +0 -1
- 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 -11364
- package/styles/input/_material-dark-definition.scss +0 -573
- package/styles/input/_material-definition.scss +0 -573
- package/styles/input/_material3-dark-definition.scss +0 -1
- package/styles/input/_material3-definition.scss +0 -548
- 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 -4284
- 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-dark.scss +0 -1
- 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-dark-definition.scss +0 -1
- package/styles/maskedtextbox/_material3-definition.scss +0 -4
- 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-dark-definition.scss +0 -1
- package/styles/numerictextbox/_material3-definition.scss +0 -4
- 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-dark.scss +0 -1
- 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 -47
- package/styles/rating/_bootstrap-definition.scss +0 -47
- package/styles/rating/_bootstrap4-definition.scss +0 -47
- package/styles/rating/_bootstrap5-dark-definition.scss +0 -1
- package/styles/rating/_bootstrap5-definition.scss +0 -47
- package/styles/rating/_fabric-dark-definition.scss +0 -47
- package/styles/rating/_fabric-definition.scss +0 -47
- package/styles/rating/_fluent-dark-definition.scss +0 -1
- package/styles/rating/_fluent-definition.scss +0 -47
- package/styles/rating/_fusionnew-definition.scss +0 -47
- package/styles/rating/_highcontrast-definition.scss +0 -47
- package/styles/rating/_highcontrast-light-definition.scss +0 -47
- package/styles/rating/_layout.scss +0 -211
- package/styles/rating/_material-dark-definition.scss +0 -47
- package/styles/rating/_material-definition.scss +0 -47
- package/styles/rating/_material3-dark-definition.scss +0 -1
- package/styles/rating/_material3-definition.scss +0 -47
- package/styles/rating/_tailwind-dark-definition.scss +0 -1
- package/styles/rating/_tailwind-definition.scss +0 -47
- package/styles/rating/_theme.scss +0 -192
- 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-dark-definition.scss +0 -1
- 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 -2485
- package/styles/slider/_material-dark-definition.scss +0 -159
- package/styles/slider/_material-definition.scss +0 -154
- package/styles/slider/_material3-dark-definition.scss +0 -1
- package/styles/slider/_material3-definition.scss +0 -97
- package/styles/slider/_tailwind-dark-definition.scss +0 -1
- package/styles/slider/_tailwind-definition.scss +0 -84
- package/styles/slider/_theme.scss +0 -249
- package/styles/textbox/_all.scss +0 -1
- package/styles/textbox/_bootstrap-dark-definition.scss +0 -4
- package/styles/textbox/_bootstrap-definition.scss +0 -4
- package/styles/textbox/_bootstrap4-definition.scss +0 -4
- package/styles/textbox/_bootstrap5-dark-definition.scss +0 -1
- package/styles/textbox/_bootstrap5-definition.scss +0 -4
- package/styles/textbox/_fabric-dark-definition.scss +0 -4
- package/styles/textbox/_fabric-definition.scss +0 -4
- package/styles/textbox/_fluent-dark-definition.scss +0 -1
- package/styles/textbox/_fluent-definition.scss +0 -4
- package/styles/textbox/_fusionnew-definition.scss +0 -4
- package/styles/textbox/_highcontrast-definition.scss +0 -4
- package/styles/textbox/_highcontrast-light-definition.scss +0 -4
- package/styles/textbox/_layout.scss +0 -37
- package/styles/textbox/_material-dark-definition.scss +0 -4
- package/styles/textbox/_material-definition.scss +0 -4
- package/styles/textbox/_material3-dark-definition.scss +0 -1
- package/styles/textbox/_material3-definition.scss +0 -4
- package/styles/textbox/_tailwind-dark-definition.scss +0 -1
- package/styles/textbox/_tailwind-definition.scss +0 -4
- 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 -989
- package/styles/uploader/_material-dark-definition.scss +0 -217
- package/styles/uploader/_material-definition.scss +0 -214
- package/styles/uploader/_material3-dark-definition.scss +0 -1
- package/styles/uploader/_material3-definition.scss +0 -215
- package/styles/uploader/_tailwind-dark-definition.scss +0 -1
- package/styles/uploader/_tailwind-definition.scss +0 -232
- package/styles/uploader/_theme.scss +0 -146
- 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-dark.scss +0 -1
- 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,7 +1,6 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } 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[];
|
|
@@ -16,6 +15,7 @@ export declare class MaskedTextBoxComponent extends MaskedTextBox implements ICo
|
|
|
16
15
|
private srenderer;
|
|
17
16
|
private viewContainerRef;
|
|
18
17
|
private injector;
|
|
18
|
+
private cdr;
|
|
19
19
|
formCompContext: any;
|
|
20
20
|
formContext: any;
|
|
21
21
|
tagObjects: any;
|
|
@@ -26,7 +26,7 @@ export declare class MaskedTextBoxComponent extends MaskedTextBox implements ICo
|
|
|
26
26
|
focus: any;
|
|
27
27
|
valueChange: any;
|
|
28
28
|
private skipFromEvent;
|
|
29
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
29
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
30
30
|
registerOnChange(registerFunction: (_: any) => void): void;
|
|
31
31
|
registerOnTouched(registerFunction: () => void): void;
|
|
32
32
|
writeValue(value: any): void;
|
|
@@ -37,6 +37,4 @@ export declare class MaskedTextBoxComponent extends MaskedTextBox implements ICo
|
|
|
37
37
|
ngAfterContentChecked(): void;
|
|
38
38
|
registerEvents: (eventList: string[]) => void;
|
|
39
39
|
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
40
|
}
|
|
@@ -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
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } 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[];
|
|
@@ -16,6 +15,7 @@ export declare class NumericTextBoxComponent extends NumericTextBox implements I
|
|
|
16
15
|
private srenderer;
|
|
17
16
|
private viewContainerRef;
|
|
18
17
|
private injector;
|
|
18
|
+
private cdr;
|
|
19
19
|
formCompContext: any;
|
|
20
20
|
formContext: any;
|
|
21
21
|
tagObjects: any;
|
|
@@ -26,7 +26,7 @@ export declare class NumericTextBoxComponent extends NumericTextBox implements I
|
|
|
26
26
|
focus: any;
|
|
27
27
|
valueChange: any;
|
|
28
28
|
private skipFromEvent;
|
|
29
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
29
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
30
30
|
registerOnChange(registerFunction: (_: any) => void): void;
|
|
31
31
|
registerOnTouched(registerFunction: () => void): void;
|
|
32
32
|
writeValue(value: any): void;
|
|
@@ -37,6 +37,4 @@ export declare class NumericTextBoxComponent extends NumericTextBox implements I
|
|
|
37
37
|
ngAfterContentChecked(): void;
|
|
38
38
|
registerEvents: (eventList: string[]) => void;
|
|
39
39
|
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
40
|
}
|
|
@@ -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
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } 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[];
|
|
@@ -16,6 +15,7 @@ export declare class RatingComponent extends Rating implements IComponentBase {
|
|
|
16
15
|
private srenderer;
|
|
17
16
|
private viewContainerRef;
|
|
18
17
|
private injector;
|
|
18
|
+
private cdr;
|
|
19
19
|
formCompContext: any;
|
|
20
20
|
formContext: any;
|
|
21
21
|
tagObjects: any;
|
|
@@ -30,12 +30,18 @@ export declare class RatingComponent extends Rating implements IComponentBase {
|
|
|
30
30
|
* {% codeBlock src='rating/fullTemplate/index.md' %}{% endcodeBlock %}
|
|
31
31
|
*
|
|
32
32
|
* @default ''
|
|
33
|
+
* @angulartype string | object
|
|
34
|
+
* @reacttype string | function | JSX.Element
|
|
35
|
+
* @vuetype string | function
|
|
33
36
|
* @asptype string
|
|
34
37
|
*/
|
|
35
38
|
fullTemplate: any;
|
|
36
39
|
/**
|
|
37
40
|
* Defines the template that defines the appearance of each un-rated item in a rating component.
|
|
38
41
|
* @default ''
|
|
42
|
+
* @angulartype string | object
|
|
43
|
+
* @reacttype string | function | JSX.Element
|
|
44
|
+
* @vuetype string | function
|
|
39
45
|
* @asptype string
|
|
40
46
|
*/
|
|
41
47
|
emptyTemplate: any;
|
|
@@ -46,6 +52,9 @@ export declare class RatingComponent extends Rating implements IComponentBase {
|
|
|
46
52
|
* {% codeBlock src='rating/tooltipTemplate/index.md' %}{% endcodeBlock %}
|
|
47
53
|
*
|
|
48
54
|
* @default ''
|
|
55
|
+
* @angulartype string | object
|
|
56
|
+
* @reacttype string | function | JSX.Element
|
|
57
|
+
* @vuetype string | function
|
|
49
58
|
* @asptype string
|
|
50
59
|
*/
|
|
51
60
|
tooltipTemplate: any;
|
|
@@ -55,12 +64,15 @@ export declare class RatingComponent extends Rating implements IComponentBase {
|
|
|
55
64
|
* {% codeBlock src='rating/labelTemplate/index.md' %}{% endcodeBlock %}
|
|
56
65
|
*
|
|
57
66
|
* @default ''
|
|
67
|
+
* @angulartype string | object
|
|
68
|
+
* @reacttype string | function | JSX.Element
|
|
69
|
+
* @vuetype string | function
|
|
58
70
|
* @asptype string
|
|
59
71
|
*/
|
|
60
72
|
labelTemplate: any;
|
|
61
73
|
focus: any;
|
|
62
74
|
blur: any;
|
|
63
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
75
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
64
76
|
registerOnChange(registerFunction: (_: any) => void): void;
|
|
65
77
|
registerOnTouched(registerFunction: () => void): void;
|
|
66
78
|
writeValue(value: any): void;
|
|
@@ -71,6 +83,4 @@ export declare class RatingComponent extends Rating implements IComponentBase {
|
|
|
71
83
|
ngAfterContentChecked(): void;
|
|
72
84
|
registerEvents: (eventList: string[]) => void;
|
|
73
85
|
addTwoWay: (propList: string[]) => void;
|
|
74
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RatingComponent, never>;
|
|
75
|
-
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>;
|
|
76
86
|
}
|
|
@@ -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
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } 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[];
|
|
@@ -16,6 +15,7 @@ export declare class SignatureComponent extends Signature implements IComponentB
|
|
|
16
15
|
private srenderer;
|
|
17
16
|
private viewContainerRef;
|
|
18
17
|
private injector;
|
|
18
|
+
private cdr;
|
|
19
19
|
formCompContext: any;
|
|
20
20
|
formContext: any;
|
|
21
21
|
tagObjects: any;
|
|
@@ -24,7 +24,7 @@ export declare class SignatureComponent extends Signature implements IComponentB
|
|
|
24
24
|
created: any;
|
|
25
25
|
focus: any;
|
|
26
26
|
blur: any;
|
|
27
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
27
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
28
28
|
registerOnChange(registerFunction: (_: any) => void): void;
|
|
29
29
|
registerOnTouched(registerFunction: () => void): void;
|
|
30
30
|
writeValue(value: any): void;
|
|
@@ -35,6 +35,4 @@ export declare class SignatureComponent extends Signature implements IComponentB
|
|
|
35
35
|
ngAfterContentChecked(): void;
|
|
36
36
|
registerEvents: (eventList: string[]) => void;
|
|
37
37
|
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
38
|
}
|
|
@@ -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
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } 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[];
|
|
@@ -16,6 +15,7 @@ export declare class SliderComponent extends Slider implements IComponentBase {
|
|
|
16
15
|
private srenderer;
|
|
17
16
|
private viewContainerRef;
|
|
18
17
|
private injector;
|
|
18
|
+
private cdr;
|
|
19
19
|
formCompContext: any;
|
|
20
20
|
formContext: any;
|
|
21
21
|
tagObjects: any;
|
|
@@ -28,7 +28,7 @@ export declare class SliderComponent extends Slider implements IComponentBase {
|
|
|
28
28
|
valueChange: any;
|
|
29
29
|
focus: any;
|
|
30
30
|
blur: any;
|
|
31
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
31
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
32
32
|
registerOnChange(registerFunction: (_: any) => void): void;
|
|
33
33
|
registerOnTouched(registerFunction: () => void): void;
|
|
34
34
|
writeValue(value: any): void;
|
|
@@ -39,6 +39,4 @@ export declare class SliderComponent extends Slider implements IComponentBase {
|
|
|
39
39
|
ngAfterContentChecked(): void;
|
|
40
40
|
registerEvents: (eventList: string[]) => void;
|
|
41
41
|
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
42
|
}
|
|
@@ -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
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } 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[];
|
|
@@ -16,6 +15,7 @@ export declare class TextBoxComponent extends TextBox implements IComponentBase
|
|
|
16
15
|
private srenderer;
|
|
17
16
|
private viewContainerRef;
|
|
18
17
|
private injector;
|
|
18
|
+
private cdr;
|
|
19
19
|
formCompContext: any;
|
|
20
20
|
formContext: any;
|
|
21
21
|
tagObjects: any;
|
|
@@ -27,7 +27,7 @@ export declare class TextBoxComponent extends TextBox implements IComponentBase
|
|
|
27
27
|
input: any;
|
|
28
28
|
valueChange: any;
|
|
29
29
|
private skipFromEvent;
|
|
30
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
30
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
31
31
|
registerOnChange(registerFunction: (_: any) => void): void;
|
|
32
32
|
registerOnTouched(registerFunction: () => void): void;
|
|
33
33
|
writeValue(value: any): void;
|
|
@@ -38,6 +38,4 @@ export declare class TextBoxComponent extends TextBox implements IComponentBase
|
|
|
38
38
|
ngAfterContentChecked(): void;
|
|
39
39
|
registerEvents: (eventList: string[]) => void;
|
|
40
40
|
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
41
|
}
|
|
@@ -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
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } 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[];
|
|
@@ -16,6 +15,7 @@ export declare class UploaderComponent extends Uploader implements IComponentBas
|
|
|
16
15
|
private srenderer;
|
|
17
16
|
private viewContainerRef;
|
|
18
17
|
private injector;
|
|
18
|
+
private cdr;
|
|
19
19
|
formCompContext: any;
|
|
20
20
|
formContext: any;
|
|
21
21
|
tagObjects: any;
|
|
@@ -52,7 +52,7 @@ export declare class UploaderComponent extends Uploader implements IComponentBas
|
|
|
52
52
|
template: any;
|
|
53
53
|
focus: any;
|
|
54
54
|
blur: any;
|
|
55
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
55
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
56
56
|
registerOnChange(registerFunction: (_: any) => void): void;
|
|
57
57
|
registerOnTouched(registerFunction: () => void): void;
|
|
58
58
|
writeValue(value: any): void;
|
|
@@ -63,6 +63,4 @@ export declare class UploaderComponent extends Uploader implements IComponentBas
|
|
|
63
63
|
ngAfterContentChecked(): void;
|
|
64
64
|
registerEvents: (eventList: string[]) => void;
|
|
65
65
|
addTwoWay: (propList: string[]) => void;
|
|
66
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UploaderComponent, never>;
|
|
67
|
-
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>;
|
|
68
66
|
}
|
|
@@ -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
|
}
|
|
@@ -6823,7 +6823,6 @@ body.e-colorpicker-overflow {
|
|
|
6823
6823
|
cursor: pointer;
|
|
6824
6824
|
font-size: 20px;
|
|
6825
6825
|
padding: 4px;
|
|
6826
|
-
line-height: 9px;
|
|
6827
6826
|
display: block;
|
|
6828
6827
|
min-width: calc(1em + 8px);
|
|
6829
6828
|
min-height: calc(1em + 8px);
|
|
@@ -6921,7 +6920,6 @@ body.e-colorpicker-overflow {
|
|
|
6921
6920
|
.e-small.e-rating-container .e-rating-item-container,
|
|
6922
6921
|
.e-small .e-rating-container .e-rating-item-container {
|
|
6923
6922
|
font-size: 16px;
|
|
6924
|
-
line-height: 4px;
|
|
6925
6923
|
}
|
|
6926
6924
|
.e-small.e-rating-container .e-rating-label,
|
|
6927
6925
|
.e-small .e-rating-container .e-rating-label {
|
|
@@ -6936,7 +6934,6 @@ body.e-colorpicker-overflow {
|
|
|
6936
6934
|
.e-bigger.e-rating-container .e-rating-item-container,
|
|
6937
6935
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
6938
6936
|
font-size: 32px;
|
|
6939
|
-
line-height: 16px;
|
|
6940
6937
|
}
|
|
6941
6938
|
.e-bigger.e-rating-container .e-rating-label,
|
|
6942
6939
|
.e-bigger .e-rating-container .e-rating-label {
|
|
@@ -6953,7 +6950,6 @@ body.e-colorpicker-overflow {
|
|
|
6953
6950
|
.e-bigger .e-small.e-rating-container .e-rating-item-container,
|
|
6954
6951
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
6955
6952
|
font-size: 26px;
|
|
6956
|
-
line-height: 9px;
|
|
6957
6953
|
}
|
|
6958
6954
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
6959
6955
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
package/styles/bootstrap.css
CHANGED
|
@@ -6802,7 +6802,6 @@ body.e-colorpicker-overflow {
|
|
|
6802
6802
|
cursor: pointer;
|
|
6803
6803
|
font-size: 20px;
|
|
6804
6804
|
padding: 4px;
|
|
6805
|
-
line-height: 9px;
|
|
6806
6805
|
display: block;
|
|
6807
6806
|
min-width: calc(1em + 8px);
|
|
6808
6807
|
min-height: calc(1em + 8px);
|
|
@@ -6900,7 +6899,6 @@ body.e-colorpicker-overflow {
|
|
|
6900
6899
|
.e-small.e-rating-container .e-rating-item-container,
|
|
6901
6900
|
.e-small .e-rating-container .e-rating-item-container {
|
|
6902
6901
|
font-size: 16px;
|
|
6903
|
-
line-height: 4px;
|
|
6904
6902
|
}
|
|
6905
6903
|
.e-small.e-rating-container .e-rating-label,
|
|
6906
6904
|
.e-small .e-rating-container .e-rating-label {
|
|
@@ -6915,7 +6913,6 @@ body.e-colorpicker-overflow {
|
|
|
6915
6913
|
.e-bigger.e-rating-container .e-rating-item-container,
|
|
6916
6914
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
6917
6915
|
font-size: 32px;
|
|
6918
|
-
line-height: 16px;
|
|
6919
6916
|
}
|
|
6920
6917
|
.e-bigger.e-rating-container .e-rating-label,
|
|
6921
6918
|
.e-bigger .e-rating-container .e-rating-label {
|
|
@@ -6932,7 +6929,6 @@ body.e-colorpicker-overflow {
|
|
|
6932
6929
|
.e-bigger .e-small.e-rating-container .e-rating-item-container,
|
|
6933
6930
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
6934
6931
|
font-size: 26px;
|
|
6935
|
-
line-height: 9px;
|
|
6936
6932
|
}
|
|
6937
6933
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
6938
6934
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -6956,7 +6956,6 @@ body.e-colorpicker-overflow {
|
|
|
6956
6956
|
cursor: pointer;
|
|
6957
6957
|
font-size: 20px;
|
|
6958
6958
|
padding: 4px;
|
|
6959
|
-
line-height: 11px;
|
|
6960
6959
|
display: block;
|
|
6961
6960
|
min-width: calc(1em + 8px);
|
|
6962
6961
|
min-height: calc(1em + 8px);
|
|
@@ -7054,7 +7053,6 @@ body.e-colorpicker-overflow {
|
|
|
7054
7053
|
.e-small.e-rating-container .e-rating-item-container,
|
|
7055
7054
|
.e-small .e-rating-container .e-rating-item-container {
|
|
7056
7055
|
font-size: 16px;
|
|
7057
|
-
line-height: 4px;
|
|
7058
7056
|
}
|
|
7059
7057
|
.e-small.e-rating-container .e-rating-label,
|
|
7060
7058
|
.e-small .e-rating-container .e-rating-label {
|
|
@@ -7069,7 +7067,6 @@ body.e-colorpicker-overflow {
|
|
|
7069
7067
|
.e-bigger.e-rating-container .e-rating-item-container,
|
|
7070
7068
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
7071
7069
|
font-size: 32px;
|
|
7072
|
-
line-height: 13px;
|
|
7073
7070
|
}
|
|
7074
7071
|
.e-bigger.e-rating-container .e-rating-label,
|
|
7075
7072
|
.e-bigger .e-rating-container .e-rating-label {
|
|
@@ -7086,7 +7083,6 @@ body.e-colorpicker-overflow {
|
|
|
7086
7083
|
.e-bigger .e-small.e-rating-container .e-rating-item-container,
|
|
7087
7084
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
7088
7085
|
font-size: 24px;
|
|
7089
|
-
line-height: 9px;
|
|
7090
7086
|
}
|
|
7091
7087
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
7092
7088
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
|
@@ -7106,7 +7106,6 @@ body.e-colorpicker-overflow {
|
|
|
7106
7106
|
cursor: pointer;
|
|
7107
7107
|
font-size: 22px;
|
|
7108
7108
|
padding: 4px;
|
|
7109
|
-
line-height: 13px;
|
|
7110
7109
|
display: block;
|
|
7111
7110
|
min-width: calc(1em + 8px);
|
|
7112
7111
|
min-height: calc(1em + 8px);
|
|
@@ -7204,7 +7203,6 @@ body.e-colorpicker-overflow {
|
|
|
7204
7203
|
.e-small.e-rating-container .e-rating-item-container,
|
|
7205
7204
|
.e-small .e-rating-container .e-rating-item-container {
|
|
7206
7205
|
font-size: 16px;
|
|
7207
|
-
line-height: 6px;
|
|
7208
7206
|
}
|
|
7209
7207
|
.e-small.e-rating-container .e-rating-label,
|
|
7210
7208
|
.e-small .e-rating-container .e-rating-label {
|
|
@@ -7219,7 +7217,6 @@ body.e-colorpicker-overflow {
|
|
|
7219
7217
|
.e-bigger.e-rating-container .e-rating-item-container,
|
|
7220
7218
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
7221
7219
|
font-size: 32px;
|
|
7222
|
-
line-height: 13px;
|
|
7223
7220
|
}
|
|
7224
7221
|
.e-bigger.e-rating-container .e-rating-label,
|
|
7225
7222
|
.e-bigger .e-rating-container .e-rating-label {
|
|
@@ -7236,7 +7233,6 @@ body.e-colorpicker-overflow {
|
|
|
7236
7233
|
.e-bigger .e-small.e-rating-container .e-rating-item-container,
|
|
7237
7234
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
7238
7235
|
font-size: 26px;
|
|
7239
|
-
line-height: 13px;
|
|
7240
7236
|
}
|
|
7241
7237
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
7242
7238
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -7106,7 +7106,6 @@ body.e-colorpicker-overflow {
|
|
|
7106
7106
|
cursor: pointer;
|
|
7107
7107
|
font-size: 22px;
|
|
7108
7108
|
padding: 4px;
|
|
7109
|
-
line-height: 13px;
|
|
7110
7109
|
display: block;
|
|
7111
7110
|
min-width: calc(1em + 8px);
|
|
7112
7111
|
min-height: calc(1em + 8px);
|
|
@@ -7204,7 +7203,6 @@ body.e-colorpicker-overflow {
|
|
|
7204
7203
|
.e-small.e-rating-container .e-rating-item-container,
|
|
7205
7204
|
.e-small .e-rating-container .e-rating-item-container {
|
|
7206
7205
|
font-size: 16px;
|
|
7207
|
-
line-height: 6px;
|
|
7208
7206
|
}
|
|
7209
7207
|
.e-small.e-rating-container .e-rating-label,
|
|
7210
7208
|
.e-small .e-rating-container .e-rating-label {
|
|
@@ -7219,7 +7217,6 @@ body.e-colorpicker-overflow {
|
|
|
7219
7217
|
.e-bigger.e-rating-container .e-rating-item-container,
|
|
7220
7218
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
7221
7219
|
font-size: 32px;
|
|
7222
|
-
line-height: 13px;
|
|
7223
7220
|
}
|
|
7224
7221
|
.e-bigger.e-rating-container .e-rating-label,
|
|
7225
7222
|
.e-bigger .e-rating-container .e-rating-label {
|
|
@@ -7236,7 +7233,6 @@ body.e-colorpicker-overflow {
|
|
|
7236
7233
|
.e-bigger .e-small.e-rating-container .e-rating-item-container,
|
|
7237
7234
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
7238
7235
|
font-size: 26px;
|
|
7239
|
-
line-height: 13px;
|
|
7240
7236
|
}
|
|
7241
7237
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
7242
7238
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
|
@@ -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';
|