@syncfusion/ej2-angular-inputs 21.2.9 → 22.1.34
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/README.md +114 -185
- package/esm2020/src/index.mjs +1 -4
- package/esm2020/src/uploader/uploader.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs +55 -195
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +55 -195
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/license +10 -0
- package/package.json +60 -11
- package/schematics/utils/lib-details.ts +3 -3
- package/src/index.d.ts +0 -3
- package/src/uploader/uploader.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +22 -3
- package/styles/bootstrap.css +22 -3
- package/styles/bootstrap4.css +22 -4
- package/styles/bootstrap5-dark.css +22 -3
- package/styles/bootstrap5.css +22 -3
- package/styles/color-picker/_layout.scss +49 -5
- package/styles/color-picker/_material3-dark-definition.scss +1 -0
- package/styles/color-picker/_material3-definition.scss +141 -0
- package/styles/color-picker/_theme.scss +6 -1
- package/styles/color-picker/fluent-dark.css +1 -0
- package/styles/color-picker/fluent.css +1 -0
- package/styles/color-picker/icons/_material3-dark.scss +1 -0
- package/styles/color-picker/material3-dark.css +880 -0
- package/styles/color-picker/material3-dark.scss +12 -0
- package/styles/color-picker/material3.css +936 -0
- package/styles/color-picker/material3.scss +12 -0
- package/styles/fabric-dark.css +22 -3
- package/styles/fabric.css +22 -3
- package/styles/fluent-dark.css +23 -3
- package/styles/fluent.css +23 -3
- package/styles/highcontrast-light.css +22 -3
- package/styles/highcontrast.css +22 -3
- package/styles/input/_layout.scss +268 -107
- package/styles/input/_material3-dark-definition.scss +1 -0
- package/styles/input/_material3-definition.scss +548 -0
- package/styles/input/_theme.scss +3 -2
- package/styles/input/bootstrap-dark.css +14 -1
- package/styles/input/bootstrap.css +14 -1
- package/styles/input/bootstrap4.css +14 -1
- package/styles/input/bootstrap5-dark.css +14 -1
- package/styles/input/bootstrap5.css +14 -1
- package/styles/input/fabric-dark.css +14 -1
- package/styles/input/fabric.css +14 -1
- package/styles/input/fluent-dark.css +14 -1
- package/styles/input/fluent.css +14 -1
- package/styles/input/highcontrast-light.css +14 -1
- package/styles/input/highcontrast.css +14 -1
- package/styles/input/icons/_material3-dark.scss +1 -0
- package/styles/input/material-dark.css +92 -64
- package/styles/input/material.css +92 -64
- package/styles/input/material3-dark.css +12357 -0
- package/styles/input/material3-dark.scss +5 -0
- package/styles/input/material3.css +12413 -0
- package/styles/input/material3.scss +5 -0
- package/styles/input/tailwind-dark.css +14 -1
- package/styles/input/tailwind.css +14 -1
- package/styles/maskedtextbox/_material3-dark-definition.scss +1 -0
- package/styles/maskedtextbox/_material3-definition.scss +4 -0
- package/styles/maskedtextbox/material3-dark.css +104 -0
- package/styles/maskedtextbox/material3-dark.scss +5 -0
- package/styles/maskedtextbox/material3.css +160 -0
- package/styles/maskedtextbox/material3.scss +5 -0
- package/styles/material-dark.css +102 -66
- package/styles/material.css +102 -66
- package/styles/material3-dark.css +15119 -0
- package/styles/material3-dark.scss +11 -0
- package/styles/material3.css +15175 -0
- package/styles/material3.scss +11 -0
- package/styles/numerictextbox/_material3-dark-definition.scss +1 -0
- package/styles/numerictextbox/_material3-definition.scss +4 -0
- package/styles/numerictextbox/icons/_material3-dark.scss +1 -0
- package/styles/numerictextbox/material3-dark.css +118 -0
- package/styles/numerictextbox/material3-dark.scss +6 -0
- package/styles/numerictextbox/material3.css +174 -0
- package/styles/numerictextbox/material3.scss +6 -0
- package/styles/rating/_bootstrap-dark-definition.scss +4 -3
- package/styles/rating/_bootstrap-definition.scss +4 -3
- package/styles/rating/_bootstrap4-definition.scss +4 -3
- package/styles/rating/_bootstrap5-definition.scss +4 -0
- package/styles/rating/_fabric-dark-definition.scss +4 -3
- package/styles/rating/_fabric-definition.scss +4 -3
- package/styles/rating/_fluent-definition.scss +4 -0
- package/styles/rating/_fusionnew-definition.scss +4 -3
- package/styles/rating/_highcontrast-definition.scss +4 -3
- package/styles/rating/_highcontrast-light-definition.scss +4 -3
- package/styles/rating/_layout.scss +2 -0
- package/styles/rating/_material-dark-definition.scss +4 -3
- package/styles/rating/_material-definition.scss +4 -3
- package/styles/rating/_material3-dark-definition.scss +1 -0
- package/styles/rating/_material3-definition.scss +47 -0
- package/styles/rating/_tailwind-definition.scss +4 -0
- package/styles/rating/_theme.scss +36 -14
- package/styles/rating/bootstrap-dark.css +8 -2
- package/styles/rating/bootstrap.css +8 -2
- package/styles/rating/bootstrap4.css +8 -3
- package/styles/rating/bootstrap5-dark.css +8 -2
- package/styles/rating/bootstrap5.css +8 -2
- package/styles/rating/fabric-dark.css +8 -2
- package/styles/rating/fabric.css +8 -2
- package/styles/rating/fluent-dark.css +8 -2
- package/styles/rating/fluent.css +8 -2
- package/styles/rating/highcontrast-light.css +8 -2
- package/styles/rating/highcontrast.css +8 -2
- package/styles/rating/material-dark.css +8 -2
- package/styles/rating/material.css +8 -2
- package/styles/rating/material3-dark.css +340 -0
- package/styles/rating/material3-dark.scss +5 -0
- package/styles/rating/material3.css +396 -0
- package/styles/rating/material3.scss +5 -0
- package/styles/rating/tailwind-dark.css +8 -2
- package/styles/rating/tailwind.css +8 -2
- package/styles/signature/_material3-dark-definition.scss +1 -0
- package/styles/signature/_material3-definition.scss +3 -0
- package/styles/signature/material3-dark.css +65 -0
- package/styles/signature/material3-dark.scss +4 -0
- package/styles/signature/material3.css +121 -0
- package/styles/signature/material3.scss +4 -0
- package/styles/slider/_layout.scss +60 -15
- package/styles/slider/_material3-dark-definition.scss +1 -0
- package/styles/slider/_material3-definition.scss +97 -0
- package/styles/slider/_theme.scss +11 -2
- package/styles/slider/material-dark.css +2 -0
- package/styles/slider/material.css +2 -0
- package/styles/slider/material3-dark.css +765 -0
- package/styles/slider/material3-dark.scss +6 -0
- package/styles/slider/material3.css +821 -0
- package/styles/slider/material3.scss +6 -0
- package/styles/tailwind-dark.css +22 -3
- package/styles/tailwind.css +22 -3
- package/styles/textbox/_bootstrap-dark-definition.scss +3 -0
- package/styles/textbox/_bootstrap-definition.scss +3 -0
- package/styles/textbox/_bootstrap4-definition.scss +3 -0
- package/styles/textbox/_bootstrap5-definition.scss +3 -0
- package/styles/textbox/_fabric-dark-definition.scss +3 -0
- package/styles/textbox/_fabric-definition.scss +3 -0
- package/styles/textbox/_fluent-definition.scss +3 -0
- package/styles/textbox/_fusionnew-definition.scss +3 -0
- package/styles/textbox/_highcontrast-definition.scss +3 -0
- package/styles/textbox/_highcontrast-light-definition.scss +3 -0
- package/styles/textbox/_layout.scss +27 -0
- package/styles/textbox/_material-dark-definition.scss +3 -0
- package/styles/textbox/_material-definition.scss +3 -0
- package/styles/textbox/_material3-dark-definition.scss +1 -0
- package/styles/textbox/_material3-definition.scss +4 -0
- package/styles/textbox/_tailwind-definition.scss +3 -0
- package/styles/textbox/material3-dark.css +72 -0
- package/styles/textbox/material3-dark.scss +5 -0
- package/styles/textbox/material3.css +128 -0
- package/styles/textbox/material3.scss +5 -0
- package/styles/uploader/_material3-dark-definition.scss +1 -0
- package/styles/uploader/_material3-definition.scss +215 -0
- package/styles/uploader/icons/_material3-dark.scss +1 -0
- package/styles/uploader/material3-dark.css +861 -0
- package/styles/uploader/material3-dark.scss +7 -0
- package/styles/uploader/material3.css +917 -0
- package/styles/uploader/material3.scss +7 -0
- 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/schematics/collection.json +0 -105
- package/schematics/generators/colorpicker-default/index.d.ts +0 -3
- package/schematics/generators/colorpicker-default/index.js +0 -8
- package/schematics/generators/colorpicker-default/sample-details.d.ts +0 -5
- package/schematics/generators/colorpicker-default/sample-details.js +0 -7
- package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/colorpicker-default/schema.d.ts +0 -3
- package/schematics/generators/colorpicker-default/schema.js +0 -2
- package/schematics/generators/colorpicker-default/schema.json +0 -125
- package/schematics/generators/maskedtextbox-custommask/index.d.ts +0 -3
- package/schematics/generators/maskedtextbox-custommask/index.js +0 -8
- package/schematics/generators/maskedtextbox-custommask/sample-details.d.ts +0 -5
- package/schematics/generators/maskedtextbox-custommask/sample-details.js +0 -7
- package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
- package/schematics/generators/maskedtextbox-custommask/schema.d.ts +0 -3
- package/schematics/generators/maskedtextbox-custommask/schema.js +0 -2
- package/schematics/generators/maskedtextbox-custommask/schema.json +0 -125
- package/schematics/generators/maskedtextbox-default/index.d.ts +0 -3
- package/schematics/generators/maskedtextbox-default/index.js +0 -8
- package/schematics/generators/maskedtextbox-default/sample-details.d.ts +0 -5
- package/schematics/generators/maskedtextbox-default/sample-details.js +0 -7
- package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
- package/schematics/generators/maskedtextbox-default/schema.d.ts +0 -3
- package/schematics/generators/maskedtextbox-default/schema.js +0 -2
- package/schematics/generators/maskedtextbox-default/schema.json +0 -125
- package/schematics/generators/maskedtextbox-formats/index.d.ts +0 -3
- package/schematics/generators/maskedtextbox-formats/index.js +0 -8
- package/schematics/generators/maskedtextbox-formats/sample-details.d.ts +0 -5
- package/schematics/generators/maskedtextbox-formats/sample-details.js +0 -7
- package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
- package/schematics/generators/maskedtextbox-formats/schema.d.ts +0 -3
- package/schematics/generators/maskedtextbox-formats/schema.js +0 -2
- package/schematics/generators/maskedtextbox-formats/schema.json +0 -125
- package/schematics/generators/numerictextbox-customformat/index.d.ts +0 -3
- package/schematics/generators/numerictextbox-customformat/index.js +0 -8
- package/schematics/generators/numerictextbox-customformat/sample-details.d.ts +0 -5
- package/schematics/generators/numerictextbox-customformat/sample-details.js +0 -7
- package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -23
- package/schematics/generators/numerictextbox-customformat/schema.d.ts +0 -3
- package/schematics/generators/numerictextbox-customformat/schema.js +0 -2
- package/schematics/generators/numerictextbox-customformat/schema.json +0 -125
- package/schematics/generators/numerictextbox-decimals/index.d.ts +0 -3
- package/schematics/generators/numerictextbox-decimals/index.js +0 -8
- package/schematics/generators/numerictextbox-decimals/sample-details.d.ts +0 -5
- package/schematics/generators/numerictextbox-decimals/sample-details.js +0 -7
- package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
- package/schematics/generators/numerictextbox-decimals/schema.d.ts +0 -3
- package/schematics/generators/numerictextbox-decimals/schema.js +0 -2
- package/schematics/generators/numerictextbox-decimals/schema.json +0 -125
- package/schematics/generators/numerictextbox-default/index.d.ts +0 -3
- package/schematics/generators/numerictextbox-default/index.js +0 -8
- package/schematics/generators/numerictextbox-default/sample-details.d.ts +0 -5
- package/schematics/generators/numerictextbox-default/sample-details.js +0 -7
- package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -22
- package/schematics/generators/numerictextbox-default/schema.d.ts +0 -3
- package/schematics/generators/numerictextbox-default/schema.js +0 -2
- package/schematics/generators/numerictextbox-default/schema.json +0 -125
- package/schematics/generators/numerictextbox-range/index.d.ts +0 -3
- package/schematics/generators/numerictextbox-range/index.js +0 -8
- package/schematics/generators/numerictextbox-range/sample-details.d.ts +0 -5
- package/schematics/generators/numerictextbox-range/sample-details.js +0 -7
- package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
- package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
- package/schematics/generators/numerictextbox-range/schema.d.ts +0 -3
- package/schematics/generators/numerictextbox-range/schema.js +0 -2
- package/schematics/generators/numerictextbox-range/schema.json +0 -125
- package/schematics/generators/slider-default/index.d.ts +0 -3
- package/schematics/generators/slider-default/index.js +0 -8
- package/schematics/generators/slider-default/sample-details.d.ts +0 -5
- package/schematics/generators/slider-default/sample-details.js +0 -7
- package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-default/schema.d.ts +0 -3
- package/schematics/generators/slider-default/schema.js +0 -2
- package/schematics/generators/slider-default/schema.json +0 -125
- package/schematics/generators/slider-limits/index.d.ts +0 -3
- package/schematics/generators/slider-limits/index.js +0 -8
- package/schematics/generators/slider-limits/sample-details.d.ts +0 -5
- package/schematics/generators/slider-limits/sample-details.js +0 -7
- package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-limits/schema.d.ts +0 -3
- package/schematics/generators/slider-limits/schema.js +0 -2
- package/schematics/generators/slider-limits/schema.json +0 -125
- package/schematics/generators/slider-minrange/index.d.ts +0 -3
- package/schematics/generators/slider-minrange/index.js +0 -8
- package/schematics/generators/slider-minrange/sample-details.d.ts +0 -5
- package/schematics/generators/slider-minrange/sample-details.js +0 -7
- package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-minrange/schema.d.ts +0 -3
- package/schematics/generators/slider-minrange/schema.js +0 -2
- package/schematics/generators/slider-minrange/schema.json +0 -125
- package/schematics/generators/slider-range/index.d.ts +0 -3
- package/schematics/generators/slider-range/index.js +0 -8
- package/schematics/generators/slider-range/sample-details.d.ts +0 -5
- package/schematics/generators/slider-range/sample-details.js +0 -7
- package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-range/schema.d.ts +0 -3
- package/schematics/generators/slider-range/schema.js +0 -2
- package/schematics/generators/slider-range/schema.json +0 -125
- package/schematics/generators/slider-ticks/index.d.ts +0 -3
- package/schematics/generators/slider-ticks/index.js +0 -8
- package/schematics/generators/slider-ticks/sample-details.d.ts +0 -5
- package/schematics/generators/slider-ticks/sample-details.js +0 -7
- package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-ticks/schema.d.ts +0 -3
- package/schematics/generators/slider-ticks/schema.js +0 -2
- package/schematics/generators/slider-ticks/schema.json +0 -125
- package/schematics/generators/slider-vertical/index.d.ts +0 -3
- package/schematics/generators/slider-vertical/index.js +0 -8
- package/schematics/generators/slider-vertical/sample-details.d.ts +0 -5
- package/schematics/generators/slider-vertical/sample-details.js +0 -7
- package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-vertical/schema.d.ts +0 -3
- package/schematics/generators/slider-vertical/schema.js +0 -2
- package/schematics/generators/slider-vertical/schema.json +0 -125
- package/schematics/generators/textbox-floatinglabel/index.d.ts +0 -3
- package/schematics/generators/textbox-floatinglabel/index.js +0 -8
- package/schematics/generators/textbox-floatinglabel/sample-details.d.ts +0 -5
- package/schematics/generators/textbox-floatinglabel/sample-details.js +0 -7
- package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -15
- package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -21
- package/schematics/generators/textbox-floatinglabel/schema.d.ts +0 -3
- package/schematics/generators/textbox-floatinglabel/schema.js +0 -2
- package/schematics/generators/textbox-floatinglabel/schema.json +0 -125
- package/schematics/generators/uploader-autoupload/index.d.ts +0 -3
- package/schematics/generators/uploader-autoupload/index.js +0 -8
- package/schematics/generators/uploader-autoupload/sample-details.d.ts +0 -5
- package/schematics/generators/uploader-autoupload/sample-details.js +0 -7
- package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
- package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/uploader-autoupload/schema.d.ts +0 -3
- package/schematics/generators/uploader-autoupload/schema.js +0 -2
- package/schematics/generators/uploader-autoupload/schema.json +0 -125
- package/schematics/generators/uploader-chunkupload/index.d.ts +0 -3
- package/schematics/generators/uploader-chunkupload/index.js +0 -8
- package/schematics/generators/uploader-chunkupload/sample-details.d.ts +0 -5
- package/schematics/generators/uploader-chunkupload/sample-details.js +0 -7
- package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
- package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/uploader-chunkupload/schema.d.ts +0 -3
- package/schematics/generators/uploader-chunkupload/schema.js +0 -2
- package/schematics/generators/uploader-chunkupload/schema.json +0 -125
- package/schematics/generators/uploader-directoryupload/index.d.ts +0 -3
- package/schematics/generators/uploader-directoryupload/index.js +0 -8
- package/schematics/generators/uploader-directoryupload/sample-details.d.ts +0 -5
- package/schematics/generators/uploader-directoryupload/sample-details.js +0 -7
- package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
- package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/uploader-directoryupload/schema.d.ts +0 -3
- package/schematics/generators/uploader-directoryupload/schema.js +0 -2
- package/schematics/generators/uploader-directoryupload/schema.json +0 -125
- package/schematics/generators/uploader-validation/index.d.ts +0 -3
- package/schematics/generators/uploader-validation/index.js +0 -8
- package/schematics/generators/uploader-validation/sample-details.d.ts +0 -5
- package/schematics/generators/uploader-validation/sample-details.js +0 -7
- package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/uploader-validation/schema.d.ts +0 -3
- package/schematics/generators/uploader-validation/schema.js +0 -2
- package/schematics/generators/uploader-validation/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
- package/src/rating/rating-all.module.d.ts +0 -11
- package/src/rating/rating.component.d.ts +0 -72
- package/src/rating/rating.module.d.ts +0 -11
|
@@ -3,14 +3,14 @@ import * as i0 from '@angular/core';
|
|
|
3
3
|
import { forwardRef, Component, ChangeDetectionStrategy, NgModule, Directive, ContentChildren, ContentChild } from '@angular/core';
|
|
4
4
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
5
5
|
import { setValue, FormBase, ComponentBase, ComponentMixins, ComplexBase, ArrayBase, Template } from '@syncfusion/ej2-angular-base';
|
|
6
|
-
import { TextBox, NumericTextBox, MaskedTextBox, Slider, Uploader, ColorPicker, Signature,
|
|
6
|
+
import { TextBox, NumericTextBox, MaskedTextBox, Slider, Uploader, ColorPicker, Signature, FormValidator } from '@syncfusion/ej2-inputs';
|
|
7
7
|
export * from '@syncfusion/ej2-inputs';
|
|
8
8
|
import { CommonModule } from '@angular/common';
|
|
9
9
|
|
|
10
10
|
var TextBoxComponent_1;
|
|
11
|
-
const inputs$
|
|
12
|
-
const outputs$
|
|
13
|
-
const twoWays$
|
|
11
|
+
const inputs$6 = ['autocomplete', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'multiline', 'placeholder', 'readonly', 'showClearButton', 'type', 'value', 'width'];
|
|
12
|
+
const outputs$7 = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
|
|
13
|
+
const twoWays$6 = ['value'];
|
|
14
14
|
/**
|
|
15
15
|
* Represents the EJ2 Angular TextBox Component.
|
|
16
16
|
* ```html
|
|
@@ -27,8 +27,8 @@ let TextBoxComponent = TextBoxComponent_1 = class TextBoxComponent extends TextB
|
|
|
27
27
|
this.skipFromEvent = true;
|
|
28
28
|
this.element = this.ngEle.nativeElement;
|
|
29
29
|
this.injectedModules = this.injectedModules || [];
|
|
30
|
-
this.registerEvents(outputs$
|
|
31
|
-
this.addTwoWay.call(this, twoWays$
|
|
30
|
+
this.registerEvents(outputs$7);
|
|
31
|
+
this.addTwoWay.call(this, twoWays$6);
|
|
32
32
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
33
33
|
this.formContext = new FormBase();
|
|
34
34
|
this.formCompContext = new ComponentBase();
|
|
@@ -69,8 +69,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
69
69
|
type: Component,
|
|
70
70
|
args: [{
|
|
71
71
|
selector: 'ejs-textbox',
|
|
72
|
-
inputs: inputs$
|
|
73
|
-
outputs: outputs$
|
|
72
|
+
inputs: inputs$6,
|
|
73
|
+
outputs: outputs$7,
|
|
74
74
|
template: '',
|
|
75
75
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
76
76
|
providers: [
|
|
@@ -125,9 +125,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
125
125
|
}] });
|
|
126
126
|
|
|
127
127
|
var NumericTextBoxComponent_1;
|
|
128
|
-
const inputs$
|
|
129
|
-
const outputs$
|
|
130
|
-
const twoWays$
|
|
128
|
+
const inputs$5 = ['cssClass', 'currency', 'currencyCode', 'decimals', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'format', 'htmlAttributes', 'locale', 'max', 'min', 'placeholder', 'readonly', 'showClearButton', 'showSpinButton', 'step', 'strictMode', 'validateDecimalOnType', 'value', 'width'];
|
|
129
|
+
const outputs$6 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
|
|
130
|
+
const twoWays$5 = ['value'];
|
|
131
131
|
/**
|
|
132
132
|
* Represents the EJ2 Angular NumericTextBox Component.
|
|
133
133
|
* ```html
|
|
@@ -144,8 +144,8 @@ let NumericTextBoxComponent = NumericTextBoxComponent_1 = class NumericTextBoxCo
|
|
|
144
144
|
this.skipFromEvent = true;
|
|
145
145
|
this.element = this.ngEle.nativeElement;
|
|
146
146
|
this.injectedModules = this.injectedModules || [];
|
|
147
|
-
this.registerEvents(outputs$
|
|
148
|
-
this.addTwoWay.call(this, twoWays$
|
|
147
|
+
this.registerEvents(outputs$6);
|
|
148
|
+
this.addTwoWay.call(this, twoWays$5);
|
|
149
149
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
150
150
|
this.formContext = new FormBase();
|
|
151
151
|
this.formCompContext = new ComponentBase();
|
|
@@ -186,8 +186,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
186
186
|
type: Component,
|
|
187
187
|
args: [{
|
|
188
188
|
selector: 'ejs-numerictextbox',
|
|
189
|
-
inputs: inputs$
|
|
190
|
-
outputs: outputs$
|
|
189
|
+
inputs: inputs$5,
|
|
190
|
+
outputs: outputs$6,
|
|
191
191
|
template: '',
|
|
192
192
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
193
193
|
providers: [
|
|
@@ -242,9 +242,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
242
242
|
}] });
|
|
243
243
|
|
|
244
244
|
var MaskedTextBoxComponent_1;
|
|
245
|
-
const inputs$
|
|
246
|
-
const outputs$
|
|
247
|
-
const twoWays$
|
|
245
|
+
const inputs$4 = ['cssClass', 'customCharacters', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'mask', 'placeholder', 'promptChar', 'readonly', 'showClearButton', 'value', 'width'];
|
|
246
|
+
const outputs$5 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
|
|
247
|
+
const twoWays$4 = ['value'];
|
|
248
248
|
/**
|
|
249
249
|
* Represents the EJ2 Angular MaskedTextbox Component.
|
|
250
250
|
* ```html
|
|
@@ -261,8 +261,8 @@ let MaskedTextBoxComponent = MaskedTextBoxComponent_1 = class MaskedTextBoxCompo
|
|
|
261
261
|
this.skipFromEvent = true;
|
|
262
262
|
this.element = this.ngEle.nativeElement;
|
|
263
263
|
this.injectedModules = this.injectedModules || [];
|
|
264
|
-
this.registerEvents(outputs$
|
|
265
|
-
this.addTwoWay.call(this, twoWays$
|
|
264
|
+
this.registerEvents(outputs$5);
|
|
265
|
+
this.addTwoWay.call(this, twoWays$4);
|
|
266
266
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
267
267
|
this.formContext = new FormBase();
|
|
268
268
|
this.formCompContext = new ComponentBase();
|
|
@@ -303,8 +303,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
303
303
|
type: Component,
|
|
304
304
|
args: [{
|
|
305
305
|
selector: 'ejs-maskedtextbox',
|
|
306
|
-
inputs: inputs$
|
|
307
|
-
outputs: outputs$
|
|
306
|
+
inputs: inputs$4,
|
|
307
|
+
outputs: outputs$5,
|
|
308
308
|
template: '',
|
|
309
309
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
310
310
|
providers: [
|
|
@@ -359,9 +359,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
359
359
|
}] });
|
|
360
360
|
|
|
361
361
|
var SliderComponent_1;
|
|
362
|
-
const inputs$
|
|
363
|
-
const outputs$
|
|
364
|
-
const twoWays$
|
|
362
|
+
const inputs$3 = ['colorRange', 'cssClass', 'customValues', 'enableAnimation', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'limits', 'locale', 'max', 'min', 'orientation', 'readonly', 'showButtons', 'step', 'ticks', 'tooltip', 'type', 'value', 'width'];
|
|
363
|
+
const outputs$4 = ['focus', 'blur', 'change', 'changed', 'created', 'renderedTicks', 'renderingTicks', 'tooltipChange', 'valueChange'];
|
|
364
|
+
const twoWays$3 = ['value'];
|
|
365
365
|
/**
|
|
366
366
|
* Represents the EJ2 Angular Slider Component.
|
|
367
367
|
* ```html
|
|
@@ -377,8 +377,8 @@ let SliderComponent = SliderComponent_1 = class SliderComponent extends Slider {
|
|
|
377
377
|
this.injector = injector;
|
|
378
378
|
this.element = this.ngEle.nativeElement;
|
|
379
379
|
this.injectedModules = this.injectedModules || [];
|
|
380
|
-
this.registerEvents(outputs$
|
|
381
|
-
this.addTwoWay.call(this, twoWays$
|
|
380
|
+
this.registerEvents(outputs$4);
|
|
381
|
+
this.addTwoWay.call(this, twoWays$3);
|
|
382
382
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
383
383
|
this.formContext = new FormBase();
|
|
384
384
|
this.formCompContext = new ComponentBase();
|
|
@@ -419,8 +419,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
419
419
|
type: Component,
|
|
420
420
|
args: [{
|
|
421
421
|
selector: 'ejs-slider',
|
|
422
|
-
inputs: inputs$
|
|
423
|
-
outputs: outputs$
|
|
422
|
+
inputs: inputs$3,
|
|
423
|
+
outputs: outputs$4,
|
|
424
424
|
template: '',
|
|
425
425
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
426
426
|
providers: [
|
|
@@ -475,7 +475,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
475
475
|
}] });
|
|
476
476
|
|
|
477
477
|
let input = ['name', 'size', 'type'];
|
|
478
|
-
let outputs$
|
|
478
|
+
let outputs$3 = [];
|
|
479
479
|
/**
|
|
480
480
|
* 'e-files' directive represent a file of angular uploader
|
|
481
481
|
* It must be contained in a Uploader component(`ejs-uploader`).
|
|
@@ -493,7 +493,7 @@ class UploadedFilesDirective extends ComplexBase {
|
|
|
493
493
|
super();
|
|
494
494
|
this.viewContainerRef = viewContainerRef;
|
|
495
495
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
496
|
-
this.registerEvents(outputs$
|
|
496
|
+
this.registerEvents(outputs$3);
|
|
497
497
|
this.directivePropList = input;
|
|
498
498
|
}
|
|
499
499
|
}
|
|
@@ -504,7 +504,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
504
504
|
args: [{
|
|
505
505
|
selector: 'e-files>e-uploadedfiles',
|
|
506
506
|
inputs: input,
|
|
507
|
-
outputs: outputs$
|
|
507
|
+
outputs: outputs$3,
|
|
508
508
|
queries: {}
|
|
509
509
|
}]
|
|
510
510
|
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
|
|
@@ -530,9 +530,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
530
530
|
}], ctorParameters: function () { return []; } });
|
|
531
531
|
|
|
532
532
|
var UploaderComponent_1;
|
|
533
|
-
const inputs$
|
|
534
|
-
const outputs$
|
|
535
|
-
const twoWays$
|
|
533
|
+
const inputs$2 = ['allowedExtensions', 'asyncSettings', 'autoUpload', 'buttons', 'cssClass', 'directoryUpload', 'dropArea', 'dropEffect', 'enablePersistence', 'enableRtl', 'enabled', 'files', 'htmlAttributes', 'locale', 'maxFileSize', 'minFileSize', 'multiple', 'sequentialUpload', 'showFileList', 'template'];
|
|
534
|
+
const outputs$2 = ['focus', 'blur', 'actionComplete', 'beforeRemove', 'beforeUpload', 'canceling', 'change', 'chunkFailure', 'chunkSuccess', 'chunkUploading', 'clearing', 'created', 'failure', 'fileListRendering', 'pausing', 'progress', 'removing', 'rendering', 'resuming', 'selected', 'success', 'uploading'];
|
|
535
|
+
const twoWays$2 = [];
|
|
536
536
|
/**
|
|
537
537
|
* Represents the EJ2 Angular Uploader Component.
|
|
538
538
|
* ```html
|
|
@@ -549,8 +549,8 @@ let UploaderComponent = UploaderComponent_1 = class UploaderComponent extends Up
|
|
|
549
549
|
this.tags = ['files'];
|
|
550
550
|
this.element = this.ngEle.nativeElement;
|
|
551
551
|
this.injectedModules = this.injectedModules || [];
|
|
552
|
-
this.registerEvents(outputs$
|
|
553
|
-
this.addTwoWay.call(this, twoWays$
|
|
552
|
+
this.registerEvents(outputs$2);
|
|
553
|
+
this.addTwoWay.call(this, twoWays$2);
|
|
554
554
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
555
555
|
this.formContext = new FormBase();
|
|
556
556
|
this.formCompContext = new ComponentBase();
|
|
@@ -578,7 +578,7 @@ let UploaderComponent = UploaderComponent_1 = class UploaderComponent extends Up
|
|
|
578
578
|
}
|
|
579
579
|
};
|
|
580
580
|
UploaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: UploaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
581
|
-
UploaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: UploaderComponent, selector: "ejs-uploader", inputs: { allowedExtensions: "allowedExtensions", asyncSettings: "asyncSettings", autoUpload: "autoUpload", buttons: "buttons", cssClass: "cssClass", directoryUpload: "directoryUpload", dropArea: "dropArea", dropEffect: "dropEffect",
|
|
581
|
+
UploaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: UploaderComponent, selector: "ejs-uploader", inputs: { allowedExtensions: "allowedExtensions", asyncSettings: "asyncSettings", autoUpload: "autoUpload", buttons: "buttons", cssClass: "cssClass", directoryUpload: "directoryUpload", dropArea: "dropArea", dropEffect: "dropEffect", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enabled: "enabled", files: "files", htmlAttributes: "htmlAttributes", locale: "locale", maxFileSize: "maxFileSize", minFileSize: "minFileSize", multiple: "multiple", sequentialUpload: "sequentialUpload", showFileList: "showFileList", template: "template" }, outputs: { 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" }, providers: [
|
|
582
582
|
{
|
|
583
583
|
provide: NG_VALUE_ACCESSOR,
|
|
584
584
|
useExisting: forwardRef(() => UploaderComponent_1),
|
|
@@ -595,8 +595,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
595
595
|
type: Component,
|
|
596
596
|
args: [{
|
|
597
597
|
selector: 'ejs-uploader',
|
|
598
|
-
inputs: inputs$
|
|
599
|
-
outputs: outputs$
|
|
598
|
+
inputs: inputs$2,
|
|
599
|
+
outputs: outputs$2,
|
|
600
600
|
template: '',
|
|
601
601
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
602
602
|
providers: [
|
|
@@ -664,9 +664,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
664
664
|
}] });
|
|
665
665
|
|
|
666
666
|
var ColorPickerComponent_1;
|
|
667
|
-
const inputs$
|
|
668
|
-
const outputs$
|
|
669
|
-
const twoWays$
|
|
667
|
+
const inputs$1 = ['columns', 'createPopupOnClick', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'value'];
|
|
668
|
+
const outputs$1 = ['focus', 'blur', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select', 'valueChange'];
|
|
669
|
+
const twoWays$1 = ['value'];
|
|
670
670
|
/**
|
|
671
671
|
* Represents the EJ2 Angular ColorPicker Component.
|
|
672
672
|
* ```html
|
|
@@ -682,8 +682,8 @@ let ColorPickerComponent = ColorPickerComponent_1 = class ColorPickerComponent e
|
|
|
682
682
|
this.injector = injector;
|
|
683
683
|
this.element = this.ngEle.nativeElement;
|
|
684
684
|
this.injectedModules = this.injectedModules || [];
|
|
685
|
-
this.registerEvents(outputs$
|
|
686
|
-
this.addTwoWay.call(this, twoWays$
|
|
685
|
+
this.registerEvents(outputs$1);
|
|
686
|
+
this.addTwoWay.call(this, twoWays$1);
|
|
687
687
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
688
688
|
this.formContext = new FormBase();
|
|
689
689
|
this.formCompContext = new ComponentBase();
|
|
@@ -724,8 +724,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
724
724
|
type: Component,
|
|
725
725
|
args: [{
|
|
726
726
|
selector: '[ejs-colorpicker]',
|
|
727
|
-
inputs: inputs$
|
|
728
|
-
outputs: outputs$
|
|
727
|
+
inputs: inputs$1,
|
|
728
|
+
outputs: outputs$1,
|
|
729
729
|
template: '',
|
|
730
730
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
731
731
|
providers: [
|
|
@@ -780,9 +780,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
780
780
|
}] });
|
|
781
781
|
|
|
782
782
|
var SignatureComponent_1;
|
|
783
|
-
const inputs
|
|
784
|
-
const outputs
|
|
785
|
-
const twoWays
|
|
783
|
+
const inputs = ['backgroundColor', 'backgroundImage', 'disabled', 'enablePersistence', 'enableRtl', 'isReadOnly', 'locale', 'maxStrokeWidth', 'minStrokeWidth', 'saveWithBackground', 'strokeColor', 'velocity'];
|
|
784
|
+
const outputs = ['focus', 'blur', 'beforeSave', 'change', 'created'];
|
|
785
|
+
const twoWays = [];
|
|
786
786
|
/**
|
|
787
787
|
* Represents the EJ2 Angular Signature Component.
|
|
788
788
|
* ```html
|
|
@@ -798,8 +798,8 @@ let SignatureComponent = SignatureComponent_1 = class SignatureComponent extends
|
|
|
798
798
|
this.injector = injector;
|
|
799
799
|
this.element = this.ngEle.nativeElement;
|
|
800
800
|
this.injectedModules = this.injectedModules || [];
|
|
801
|
-
this.registerEvents(outputs
|
|
802
|
-
this.addTwoWay.call(this, twoWays
|
|
801
|
+
this.registerEvents(outputs);
|
|
802
|
+
this.addTwoWay.call(this, twoWays);
|
|
803
803
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
804
804
|
this.formContext = new FormBase();
|
|
805
805
|
this.formCompContext = new ComponentBase();
|
|
@@ -840,8 +840,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
840
840
|
type: Component,
|
|
841
841
|
args: [{
|
|
842
842
|
selector: '[ejs-signature]',
|
|
843
|
-
inputs: inputs
|
|
844
|
-
outputs: outputs
|
|
843
|
+
inputs: inputs,
|
|
844
|
+
outputs: outputs,
|
|
845
845
|
template: '',
|
|
846
846
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
847
847
|
providers: [
|
|
@@ -895,146 +895,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
895
895
|
}]
|
|
896
896
|
}] });
|
|
897
897
|
|
|
898
|
-
var RatingComponent_1;
|
|
899
|
-
const inputs = ['allowReset', 'cssClass', 'disabled', 'emptyTemplate', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSingleSelection', 'fullTemplate', 'itemsCount', 'labelPosition', 'labelTemplate', 'locale', 'min', 'precision', 'readOnly', 'showLabel', 'showTooltip', 'tooltipTemplate', 'value', 'visible'];
|
|
900
|
-
const outputs = ['focus', 'blur', 'beforeItemRender', 'created', 'onItemHover', 'valueChanged', 'valueChange'];
|
|
901
|
-
const twoWays = ['value'];
|
|
902
|
-
/**
|
|
903
|
-
* Represents the EJ2 Angular Rating Component.
|
|
904
|
-
* ```html
|
|
905
|
-
* <input ejs-rating [value]='value' />
|
|
906
|
-
* ```
|
|
907
|
-
*/
|
|
908
|
-
let RatingComponent = RatingComponent_1 = class RatingComponent extends Rating {
|
|
909
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
910
|
-
super();
|
|
911
|
-
this.ngEle = ngEle;
|
|
912
|
-
this.srenderer = srenderer;
|
|
913
|
-
this.viewContainerRef = viewContainerRef;
|
|
914
|
-
this.injector = injector;
|
|
915
|
-
this.element = this.ngEle.nativeElement;
|
|
916
|
-
this.injectedModules = this.injectedModules || [];
|
|
917
|
-
this.registerEvents(outputs);
|
|
918
|
-
this.addTwoWay.call(this, twoWays);
|
|
919
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
920
|
-
this.formContext = new FormBase();
|
|
921
|
-
this.formCompContext = new ComponentBase();
|
|
922
|
-
}
|
|
923
|
-
registerOnChange(registerFunction) {
|
|
924
|
-
}
|
|
925
|
-
registerOnTouched(registerFunction) {
|
|
926
|
-
}
|
|
927
|
-
writeValue(value) {
|
|
928
|
-
}
|
|
929
|
-
setDisabledState(disabled) {
|
|
930
|
-
}
|
|
931
|
-
ngOnInit() {
|
|
932
|
-
this.formCompContext.ngOnInit(this);
|
|
933
|
-
}
|
|
934
|
-
ngAfterViewInit() {
|
|
935
|
-
this.formContext.ngAfterViewInit(this);
|
|
936
|
-
}
|
|
937
|
-
ngOnDestroy() {
|
|
938
|
-
this.formCompContext.ngOnDestroy(this);
|
|
939
|
-
}
|
|
940
|
-
ngAfterContentChecked() {
|
|
941
|
-
this.formCompContext.ngAfterContentChecked(this);
|
|
942
|
-
}
|
|
943
|
-
};
|
|
944
|
-
RatingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
945
|
-
RatingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: RatingComponent, selector: "[ejs-rating]", inputs: { 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" }, outputs: { focus: "focus", blur: "blur", beforeItemRender: "beforeItemRender", created: "created", onItemHover: "onItemHover", valueChanged: "valueChanged", valueChange: "valueChange" }, providers: [
|
|
946
|
-
{
|
|
947
|
-
provide: NG_VALUE_ACCESSOR,
|
|
948
|
-
useExisting: forwardRef(() => RatingComponent_1),
|
|
949
|
-
multi: true
|
|
950
|
-
}
|
|
951
|
-
], queries: [{ propertyName: "fullTemplate", first: true, predicate: ["fullTemplate"], descendants: true }, { propertyName: "emptyTemplate", first: true, predicate: ["emptyTemplate"], descendants: true }, { propertyName: "tooltipTemplate", first: true, predicate: ["tooltipTemplate"], descendants: true }, { propertyName: "labelTemplate", first: true, predicate: ["labelTemplate"], descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
952
|
-
__decorate([
|
|
953
|
-
Template()
|
|
954
|
-
], RatingComponent.prototype, "fullTemplate", void 0);
|
|
955
|
-
__decorate([
|
|
956
|
-
Template()
|
|
957
|
-
], RatingComponent.prototype, "emptyTemplate", void 0);
|
|
958
|
-
__decorate([
|
|
959
|
-
Template()
|
|
960
|
-
], RatingComponent.prototype, "tooltipTemplate", void 0);
|
|
961
|
-
__decorate([
|
|
962
|
-
Template()
|
|
963
|
-
], RatingComponent.prototype, "labelTemplate", void 0);
|
|
964
|
-
RatingComponent = RatingComponent_1 = __decorate([
|
|
965
|
-
ComponentMixins([ComponentBase, FormBase])
|
|
966
|
-
], RatingComponent);
|
|
967
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingComponent, decorators: [{
|
|
968
|
-
type: Component,
|
|
969
|
-
args: [{
|
|
970
|
-
selector: '[ejs-rating]',
|
|
971
|
-
inputs: inputs,
|
|
972
|
-
outputs: outputs,
|
|
973
|
-
template: '',
|
|
974
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
975
|
-
providers: [
|
|
976
|
-
{
|
|
977
|
-
provide: NG_VALUE_ACCESSOR,
|
|
978
|
-
useExisting: forwardRef(() => RatingComponent),
|
|
979
|
-
multi: true
|
|
980
|
-
}
|
|
981
|
-
],
|
|
982
|
-
queries: {}
|
|
983
|
-
}]
|
|
984
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { fullTemplate: [{
|
|
985
|
-
type: ContentChild,
|
|
986
|
-
args: ['fullTemplate']
|
|
987
|
-
}], emptyTemplate: [{
|
|
988
|
-
type: ContentChild,
|
|
989
|
-
args: ['emptyTemplate']
|
|
990
|
-
}], tooltipTemplate: [{
|
|
991
|
-
type: ContentChild,
|
|
992
|
-
args: ['tooltipTemplate']
|
|
993
|
-
}], labelTemplate: [{
|
|
994
|
-
type: ContentChild,
|
|
995
|
-
args: ['labelTemplate']
|
|
996
|
-
}] } });
|
|
997
|
-
|
|
998
|
-
/**
|
|
999
|
-
* NgModule definition for the Rating component.
|
|
1000
|
-
*/
|
|
1001
|
-
class RatingModule {
|
|
1002
|
-
}
|
|
1003
|
-
RatingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1004
|
-
RatingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingModule, declarations: [RatingComponent], imports: [CommonModule], exports: [RatingComponent] });
|
|
1005
|
-
RatingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingModule, imports: [[CommonModule]] });
|
|
1006
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingModule, decorators: [{
|
|
1007
|
-
type: NgModule,
|
|
1008
|
-
args: [{
|
|
1009
|
-
imports: [CommonModule],
|
|
1010
|
-
declarations: [
|
|
1011
|
-
RatingComponent
|
|
1012
|
-
],
|
|
1013
|
-
exports: [
|
|
1014
|
-
RatingComponent
|
|
1015
|
-
]
|
|
1016
|
-
}]
|
|
1017
|
-
}] });
|
|
1018
|
-
|
|
1019
|
-
/**
|
|
1020
|
-
* NgModule definition for the Rating component with providers.
|
|
1021
|
-
*/
|
|
1022
|
-
class RatingAllModule {
|
|
1023
|
-
}
|
|
1024
|
-
RatingAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1025
|
-
RatingAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingAllModule, imports: [CommonModule, RatingModule], exports: [RatingModule] });
|
|
1026
|
-
RatingAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingAllModule, providers: [], imports: [[CommonModule, RatingModule], RatingModule] });
|
|
1027
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingAllModule, decorators: [{
|
|
1028
|
-
type: NgModule,
|
|
1029
|
-
args: [{
|
|
1030
|
-
imports: [CommonModule, RatingModule],
|
|
1031
|
-
exports: [
|
|
1032
|
-
RatingModule
|
|
1033
|
-
],
|
|
1034
|
-
providers: []
|
|
1035
|
-
}]
|
|
1036
|
-
}] });
|
|
1037
|
-
|
|
1038
898
|
class FormValidators {
|
|
1039
899
|
//max validation
|
|
1040
900
|
static max(number) {
|
|
@@ -1233,5 +1093,5 @@ class FormValidators {
|
|
|
1233
1093
|
* Generated bundle index. Do not edit.
|
|
1234
1094
|
*/
|
|
1235
1095
|
|
|
1236
|
-
export { ColorPickerAllModule, ColorPickerComponent, ColorPickerModule, FilesDirective, FormValidators, MaskedTextBoxAllModule, MaskedTextBoxComponent, MaskedTextBoxModule, NumericTextBoxAllModule, NumericTextBoxComponent, NumericTextBoxModule,
|
|
1096
|
+
export { ColorPickerAllModule, ColorPickerComponent, ColorPickerModule, FilesDirective, FormValidators, MaskedTextBoxAllModule, MaskedTextBoxComponent, MaskedTextBoxModule, NumericTextBoxAllModule, NumericTextBoxComponent, NumericTextBoxModule, SignatureAllModule, SignatureComponent, SignatureModule, SliderAllModule, SliderComponent, SliderModule, TextBoxAllModule, TextBoxComponent, TextBoxModule, UploadedFilesDirective, UploaderAllModule, UploaderComponent, UploaderModule };
|
|
1237
1097
|
//# sourceMappingURL=syncfusion-ej2-angular-inputs.mjs.map
|