@syncfusion/ej2-angular-inputs 20.3.49-ngcc → 20.3.49
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/color-picker/colorpicker-all.module.mjs +23 -0
- package/esm2020/src/color-picker/colorpicker.component.mjs +83 -0
- package/esm2020/src/color-picker/colorpicker.module.mjs +25 -0
- package/esm2020/src/form-validator/form-validator.mjs +193 -0
- package/esm2020/src/index.mjs +25 -0
- package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +23 -0
- package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +84 -0
- package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +25 -0
- package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +23 -0
- package/esm2020/src/numerictextbox/numerictextbox.component.mjs +84 -0
- package/esm2020/src/numerictextbox/numerictextbox.module.mjs +25 -0
- package/esm2020/src/signature/signature-all.module.mjs +23 -0
- package/esm2020/src/signature/signature.component.mjs +83 -0
- package/esm2020/src/signature/signature.module.mjs +25 -0
- package/esm2020/src/slider/slider-all.module.mjs +23 -0
- package/esm2020/src/slider/slider.component.mjs +83 -0
- package/esm2020/src/slider/slider.module.mjs +25 -0
- package/esm2020/src/textbox/textbox-all.module.mjs +23 -0
- package/esm2020/src/textbox/textbox.component.mjs +84 -0
- package/esm2020/src/textbox/textbox.module.mjs +25 -0
- package/esm2020/src/uploader/files.directive.mjs +58 -0
- package/esm2020/src/uploader/uploader-all.module.mjs +23 -0
- package/esm2020/src/uploader/uploader.component.mjs +95 -0
- package/esm2020/src/uploader/uploader.module.mjs +34 -0
- package/esm2020/syncfusion-ej2-angular-inputs.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs +1097 -0
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +1097 -0
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -0
- package/package.json +26 -12
- package/src/color-picker/colorpicker-all.module.d.ts +6 -0
- package/src/color-picker/colorpicker.component.d.ts +3 -0
- package/src/color-picker/colorpicker.module.d.ts +6 -0
- package/src/maskedtextbox/maskedtextbox-all.module.d.ts +6 -0
- package/src/maskedtextbox/maskedtextbox.component.d.ts +3 -0
- package/src/maskedtextbox/maskedtextbox.module.d.ts +6 -0
- package/src/numerictextbox/numerictextbox-all.module.d.ts +6 -0
- package/src/numerictextbox/numerictextbox.component.d.ts +3 -0
- package/src/numerictextbox/numerictextbox.module.d.ts +6 -0
- package/src/signature/signature-all.module.d.ts +6 -0
- package/src/signature/signature.component.d.ts +3 -0
- package/src/signature/signature.module.d.ts +6 -0
- package/src/slider/slider-all.module.d.ts +6 -0
- package/src/slider/slider.component.d.ts +3 -0
- package/src/slider/slider.module.d.ts +6 -0
- package/src/textbox/textbox-all.module.d.ts +6 -0
- package/src/textbox/textbox.component.d.ts +3 -0
- package/src/textbox/textbox.module.d.ts +6 -0
- package/src/uploader/files.directive.d.ts +5 -0
- package/src/uploader/uploader-all.module.d.ts +6 -0
- package/src/uploader/uploader.component.d.ts +3 -0
- package/src/uploader/uploader.module.d.ts +7 -0
- package/styles/color-picker/_all.scss +2 -0
- package/styles/color-picker/_bootstrap-dark-definition.scss +131 -0
- package/styles/color-picker/_bootstrap-definition.scss +128 -0
- package/styles/color-picker/_bootstrap4-definition.scss +127 -0
- package/styles/color-picker/_bootstrap5-dark-definition.scss +1 -0
- package/styles/color-picker/_bootstrap5-definition.scss +133 -0
- package/styles/color-picker/_fabric-dark-definition.scss +131 -0
- package/styles/color-picker/_fabric-definition.scss +127 -0
- package/styles/color-picker/_fluent-dark-definition.scss +1 -0
- package/styles/color-picker/_fluent-definition.scss +133 -0
- package/styles/color-picker/_fusionnew-definition.scss +133 -0
- package/styles/color-picker/_highcontrast-definition.scss +127 -0
- package/styles/color-picker/_highcontrast-light-definition.scss +130 -0
- package/styles/color-picker/_layout.scss +1174 -0
- package/styles/color-picker/_material-dark-definition.scss +135 -0
- package/styles/color-picker/_material-definition.scss +130 -0
- package/styles/color-picker/_material3-definition.scss +133 -0
- package/styles/color-picker/_tailwind-dark-definition.scss +1 -0
- package/styles/color-picker/_tailwind-definition.scss +132 -0
- package/styles/color-picker/_theme.scss +183 -0
- package/styles/color-picker/bootstrap-dark.scss +11 -1
- package/styles/color-picker/bootstrap.scss +11 -1
- package/styles/color-picker/bootstrap4.scss +11 -1
- package/styles/color-picker/bootstrap5-dark.scss +11 -1
- package/styles/color-picker/bootstrap5.scss +11 -1
- package/styles/color-picker/fabric-dark.scss +11 -1
- package/styles/color-picker/fabric.scss +11 -1
- package/styles/color-picker/fluent-dark.scss +11 -1
- package/styles/color-picker/fluent.scss +11 -1
- package/styles/color-picker/highcontrast-light.scss +11 -1
- package/styles/color-picker/highcontrast.scss +11 -1
- package/styles/color-picker/icons/_bootstrap-dark.scss +9 -0
- package/styles/color-picker/icons/_bootstrap.scss +9 -0
- package/styles/color-picker/icons/_bootstrap4.scss +9 -0
- package/styles/color-picker/icons/_bootstrap5-dark.scss +1 -0
- package/styles/color-picker/icons/_bootstrap5.scss +9 -0
- package/styles/color-picker/icons/_fabric-dark.scss +9 -0
- package/styles/color-picker/icons/_fabric.scss +9 -0
- package/styles/color-picker/icons/_fluent-dark.scss +1 -0
- package/styles/color-picker/icons/_fluent.scss +9 -0
- package/styles/color-picker/icons/_fusionnew.scss +9 -0
- package/styles/color-picker/icons/_highcontrast-light.scss +9 -0
- package/styles/color-picker/icons/_highcontrast.scss +9 -0
- package/styles/color-picker/icons/_material-dark.scss +9 -0
- package/styles/color-picker/icons/_material.scss +9 -0
- package/styles/color-picker/icons/_material3.scss +9 -0
- package/styles/color-picker/icons/_tailwind-dark.scss +9 -0
- package/styles/color-picker/icons/_tailwind.scss +9 -0
- package/styles/color-picker/material-dark.scss +11 -1
- package/styles/color-picker/material.scss +11 -1
- package/styles/color-picker/tailwind-dark.scss +11 -1
- package/styles/color-picker/tailwind.scss +11 -1
- package/styles/input/_all.scss +3 -0
- package/styles/input/_bootstrap-dark-definition.scss +329 -0
- package/styles/input/_bootstrap-definition.scss +320 -0
- package/styles/input/_bootstrap4-definition.scss +325 -0
- package/styles/input/_bootstrap5-dark-definition.scss +1 -0
- package/styles/input/_bootstrap5-definition.scss +336 -0
- package/styles/input/_definition.scss +232 -0
- package/styles/input/_fabric-dark-definition.scss +319 -0
- package/styles/input/_fabric-definition.scss +311 -0
- package/styles/input/_fluent-dark-definition.scss +1 -0
- package/styles/input/_fluent-definition.scss +338 -0
- package/styles/input/_fusionnew-definition.scss +336 -0
- package/styles/input/_highcontrast-definition.scss +312 -0
- package/styles/input/_highcontrast-light-definition.scss +320 -0
- package/styles/input/_layout.scss +11009 -0
- package/styles/input/_material-dark-definition.scss +573 -0
- package/styles/input/_material-definition.scss +573 -0
- package/styles/input/_material3-definition.scss +336 -0
- package/styles/input/_responsive.scss +1 -0
- package/styles/input/_tailwind-dark-definition.scss +1 -0
- package/styles/input/_tailwind-definition.scss +335 -0
- package/styles/input/_theme.scss +4264 -0
- package/styles/input/bootstrap-dark.scss +4 -1
- package/styles/input/bootstrap.scss +4 -1
- package/styles/input/bootstrap4.scss +4 -1
- package/styles/input/bootstrap5-dark.scss +4 -1
- package/styles/input/bootstrap5.scss +4 -1
- package/styles/input/fabric-dark.scss +4 -1
- package/styles/input/fabric.scss +4 -1
- package/styles/input/fluent-dark.scss +4 -1
- package/styles/input/fluent.scss +4 -1
- package/styles/input/highcontrast-light.scss +4 -1
- package/styles/input/highcontrast.scss +4 -1
- package/styles/input/icons/_bootstrap-dark.scss +17 -0
- package/styles/input/icons/_bootstrap.scss +17 -0
- package/styles/input/icons/_bootstrap4.scss +17 -0
- package/styles/input/icons/_bootstrap5-dark.scss +1 -0
- package/styles/input/icons/_bootstrap5.scss +17 -0
- package/styles/input/icons/_fabric-dark.scss +17 -0
- package/styles/input/icons/_fabric.scss +17 -0
- package/styles/input/icons/_fluent-dark.scss +1 -0
- package/styles/input/icons/_fluent.scss +17 -0
- package/styles/input/icons/_fusionnew.scss +17 -0
- package/styles/input/icons/_highcontrast-light.scss +17 -0
- package/styles/input/icons/_highcontrast.scss +17 -0
- package/styles/input/icons/_material-dark.scss +49 -0
- package/styles/input/icons/_material.scss +49 -0
- package/styles/input/icons/_material3.scss +17 -0
- package/styles/input/icons/_tailwind-dark.scss +1 -0
- package/styles/input/icons/_tailwind.scss +17 -0
- package/styles/input/material-dark.scss +4 -1
- package/styles/input/material.scss +4 -1
- package/styles/input/tailwind-dark.scss +4 -1
- package/styles/input/tailwind.scss +4 -1
- package/styles/maskedtextbox/_all.scss +2 -0
- package/styles/maskedtextbox/_bootstrap-dark-definition.scss +7 -0
- package/styles/maskedtextbox/_bootstrap-definition.scss +4 -0
- package/styles/maskedtextbox/_bootstrap4-definition.scss +4 -0
- package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +1 -0
- package/styles/maskedtextbox/_bootstrap5-definition.scss +7 -0
- package/styles/maskedtextbox/_fabric-dark-definition.scss +7 -0
- package/styles/maskedtextbox/_fabric-definition.scss +4 -0
- package/styles/maskedtextbox/_fluent-dark-definition.scss +1 -0
- package/styles/maskedtextbox/_fluent-definition.scss +7 -0
- package/styles/maskedtextbox/_fusionnew-definition.scss +7 -0
- package/styles/maskedtextbox/_highcontrast-definition.scss +4 -0
- package/styles/maskedtextbox/_highcontrast-light-definition.scss +7 -0
- package/styles/maskedtextbox/_layout.scss +33 -0
- package/styles/maskedtextbox/_material-dark-definition.scss +7 -0
- package/styles/maskedtextbox/_material-definition.scss +4 -0
- package/styles/maskedtextbox/_material3-definition.scss +7 -0
- package/styles/maskedtextbox/_tailwind-dark-definition.scss +1 -0
- package/styles/maskedtextbox/_tailwind-definition.scss +7 -0
- package/styles/maskedtextbox/_theme.scss +15 -0
- package/styles/maskedtextbox/bootstrap-dark.scss +4 -1
- package/styles/maskedtextbox/bootstrap.scss +4 -1
- package/styles/maskedtextbox/bootstrap4.scss +4 -1
- package/styles/maskedtextbox/bootstrap5-dark.scss +4 -1
- package/styles/maskedtextbox/bootstrap5.scss +4 -1
- package/styles/maskedtextbox/fabric-dark.scss +4 -1
- package/styles/maskedtextbox/fabric.scss +4 -1
- package/styles/maskedtextbox/fluent-dark.scss +4 -1
- package/styles/maskedtextbox/fluent.scss +4 -1
- package/styles/maskedtextbox/highcontrast-light.scss +4 -1
- package/styles/maskedtextbox/highcontrast.scss +4 -1
- package/styles/maskedtextbox/material-dark.scss +4 -1
- package/styles/maskedtextbox/material.scss +4 -1
- package/styles/maskedtextbox/tailwind-dark.scss +4 -1
- package/styles/maskedtextbox/tailwind.scss +4 -1
- package/styles/numerictextbox/_all.scss +2 -0
- package/styles/numerictextbox/_bootstrap-dark-definition.scss +6 -0
- package/styles/numerictextbox/_bootstrap-definition.scss +3 -0
- package/styles/numerictextbox/_bootstrap4-definition.scss +3 -0
- package/styles/numerictextbox/_bootstrap5-dark-definition.scss +1 -0
- package/styles/numerictextbox/_bootstrap5-definition.scss +3 -0
- package/styles/numerictextbox/_fabric-dark-definition.scss +6 -0
- package/styles/numerictextbox/_fabric-definition.scss +3 -0
- package/styles/numerictextbox/_fluent-dark-definition.scss +1 -0
- package/styles/numerictextbox/_fluent-definition.scss +5 -0
- package/styles/numerictextbox/_fusionnew-definition.scss +3 -0
- package/styles/numerictextbox/_highcontrast-definition.scss +3 -0
- package/styles/numerictextbox/_highcontrast-light-definition.scss +6 -0
- package/styles/numerictextbox/_layout.scss +30 -0
- package/styles/numerictextbox/_material-dark-definition.scss +6 -0
- package/styles/numerictextbox/_material-definition.scss +3 -0
- package/styles/numerictextbox/_material3-definition.scss +3 -0
- package/styles/numerictextbox/_tailwind-dark-definition.scss +1 -0
- package/styles/numerictextbox/_tailwind-definition.scss +3 -0
- package/styles/numerictextbox/_theme.scss +39 -0
- package/styles/numerictextbox/bootstrap-dark.scss +5 -1
- package/styles/numerictextbox/bootstrap.scss +5 -1
- package/styles/numerictextbox/bootstrap4.scss +5 -1
- package/styles/numerictextbox/bootstrap5-dark.scss +5 -1
- package/styles/numerictextbox/bootstrap5.scss +5 -1
- package/styles/numerictextbox/fabric-dark.scss +5 -1
- package/styles/numerictextbox/fabric.scss +5 -1
- package/styles/numerictextbox/fluent-dark.scss +5 -1
- package/styles/numerictextbox/fluent.scss +5 -1
- package/styles/numerictextbox/highcontrast-light.scss +5 -1
- package/styles/numerictextbox/highcontrast.scss +5 -1
- package/styles/numerictextbox/icons/_bootstrap-dark.scss +11 -0
- package/styles/numerictextbox/icons/_bootstrap.scss +11 -0
- package/styles/numerictextbox/icons/_bootstrap4.scss +11 -0
- package/styles/numerictextbox/icons/_bootstrap5-dark.scss +1 -0
- package/styles/numerictextbox/icons/_bootstrap5.scss +11 -0
- package/styles/numerictextbox/icons/_fabric-dark.scss +11 -0
- package/styles/numerictextbox/icons/_fabric.scss +11 -0
- package/styles/numerictextbox/icons/_fluent-dark.scss +1 -0
- package/styles/numerictextbox/icons/_fluent.scss +11 -0
- package/styles/numerictextbox/icons/_fusionnew.scss +11 -0
- package/styles/numerictextbox/icons/_highcontrast-light.scss +11 -0
- package/styles/numerictextbox/icons/_highcontrast.scss +11 -0
- package/styles/numerictextbox/icons/_material-dark.scss +11 -0
- package/styles/numerictextbox/icons/_material.scss +11 -0
- package/styles/numerictextbox/icons/_material3.scss +11 -0
- package/styles/numerictextbox/icons/_tailwind-dark.scss +1 -0
- package/styles/numerictextbox/icons/_tailwind.scss +11 -0
- package/styles/numerictextbox/material-dark.scss +5 -1
- package/styles/numerictextbox/material.scss +5 -1
- package/styles/numerictextbox/tailwind-dark.scss +5 -1
- package/styles/numerictextbox/tailwind.scss +5 -1
- package/styles/signature/_all.scss +2 -0
- package/styles/signature/_bootstrap-dark-definition.scss +3 -0
- package/styles/signature/_bootstrap-definition.scss +3 -0
- package/styles/signature/_bootstrap4-definition.scss +3 -0
- package/styles/signature/_bootstrap5-dark-definition.scss +1 -0
- package/styles/signature/_bootstrap5-definition.scss +3 -0
- package/styles/signature/_fabric-dark-definition.scss +3 -0
- package/styles/signature/_fabric-definition.scss +3 -0
- package/styles/signature/_fluent-dark-definition.scss +1 -0
- package/styles/signature/_fluent-definition.scss +3 -0
- package/styles/signature/_fusionnew-definition.scss +3 -0
- package/styles/signature/_highcontrast-definition.scss +3 -0
- package/styles/signature/_highcontrast-light-definition.scss +3 -0
- package/styles/signature/_layout.scss +5 -0
- package/styles/signature/_material-dark-definition.scss +3 -0
- package/styles/signature/_material-definition.scss +3 -0
- package/styles/signature/_material3-definition.scss +3 -0
- package/styles/signature/_tailwind-dark-definition.scss +1 -0
- package/styles/signature/_tailwind-definition.scss +3 -0
- package/styles/signature/_theme.scss +7 -0
- package/styles/signature/bootstrap-dark.scss +3 -1
- package/styles/signature/bootstrap.scss +3 -1
- package/styles/signature/bootstrap4.scss +3 -1
- package/styles/signature/bootstrap5-dark.scss +3 -1
- package/styles/signature/bootstrap5.scss +3 -1
- package/styles/signature/fabric-dark.scss +3 -1
- package/styles/signature/fabric.scss +3 -1
- package/styles/signature/fluent-dark.scss +3 -1
- package/styles/signature/fluent.scss +3 -1
- package/styles/signature/highcontrast-light.scss +3 -1
- package/styles/signature/highcontrast.scss +3 -1
- package/styles/signature/material-dark.scss +3 -1
- package/styles/signature/material.scss +3 -1
- package/styles/signature/tailwind-dark.scss +3 -1
- package/styles/signature/tailwind.scss +3 -1
- package/styles/slider/_all.scss +3 -0
- package/styles/slider/_bootstrap-dark-definition.scss +156 -0
- package/styles/slider/_bootstrap-definition.scss +152 -0
- package/styles/slider/_bootstrap4-definition.scss +147 -0
- package/styles/slider/_bootstrap5-dark-definition.scss +1 -0
- package/styles/slider/_bootstrap5-definition.scss +90 -0
- package/styles/slider/_fabric-dark-definition.scss +162 -0
- package/styles/slider/_fabric-definition.scss +156 -0
- package/styles/slider/_fluent-dark-definition.scss +1 -0
- package/styles/slider/_fluent-definition.scss +74 -0
- package/styles/slider/_fusionnew-definition.scss +90 -0
- package/styles/slider/_highcontrast-definition.scss +145 -0
- package/styles/slider/_highcontrast-light-definition.scss +149 -0
- package/styles/slider/_icons.scss +1 -0
- package/styles/slider/_layout.scss +2421 -0
- package/styles/slider/_material-dark-definition.scss +159 -0
- package/styles/slider/_material-definition.scss +154 -0
- package/styles/slider/_material3-definition.scss +90 -0
- package/styles/slider/_tailwind-dark-definition.scss +1 -0
- package/styles/slider/_tailwind-definition.scss +84 -0
- package/styles/slider/_theme.scss +235 -0
- package/styles/slider/bootstrap-dark.scss +5 -1
- package/styles/slider/bootstrap.scss +5 -1
- package/styles/slider/bootstrap4.scss +5 -1
- package/styles/slider/bootstrap5-dark.scss +5 -1
- package/styles/slider/bootstrap5.scss +5 -1
- package/styles/slider/fabric-dark.scss +5 -1
- package/styles/slider/fabric.scss +5 -1
- package/styles/slider/fluent-dark.scss +5 -1
- package/styles/slider/fluent.scss +5 -1
- package/styles/slider/highcontrast-light.scss +5 -1
- package/styles/slider/highcontrast.scss +5 -1
- package/styles/slider/material-dark.scss +5 -1
- package/styles/slider/material.scss +5 -1
- package/styles/slider/tailwind-dark.scss +5 -1
- package/styles/slider/tailwind.scss +5 -1
- package/styles/textbox/_all.scss +1 -0
- package/styles/textbox/_bootstrap-dark-definition.scss +1 -0
- package/styles/textbox/_bootstrap-definition.scss +1 -0
- package/styles/textbox/_bootstrap4-definition.scss +1 -0
- package/styles/textbox/_bootstrap5-dark-definition.scss +1 -0
- package/styles/textbox/_bootstrap5-definition.scss +1 -0
- package/styles/textbox/_fabric-dark-definition.scss +1 -0
- package/styles/textbox/_fabric-definition.scss +1 -0
- package/styles/textbox/_fluent-dark-definition.scss +1 -0
- package/styles/textbox/_fluent-definition.scss +1 -0
- package/styles/textbox/_fusionnew-definition.scss +1 -0
- package/styles/textbox/_highcontrast-definition.scss +1 -0
- package/styles/textbox/_highcontrast-light-definition.scss +1 -0
- package/styles/textbox/_layout.scss +10 -0
- package/styles/textbox/_material-dark-definition.scss +1 -0
- package/styles/textbox/_material-definition.scss +1 -0
- package/styles/textbox/_material3-definition.scss +1 -0
- package/styles/textbox/_tailwind-dark-definition.scss +1 -0
- package/styles/textbox/_tailwind-definition.scss +1 -0
- package/styles/textbox/_theme.scss +1 -0
- package/styles/textbox/bootstrap-dark.scss +4 -1
- package/styles/textbox/bootstrap.scss +4 -1
- package/styles/textbox/bootstrap4.scss +4 -1
- package/styles/textbox/bootstrap5-dark.scss +4 -1
- package/styles/textbox/bootstrap5.scss +4 -1
- package/styles/textbox/fabric-dark.scss +4 -1
- package/styles/textbox/fabric.scss +4 -1
- package/styles/textbox/fluent-dark.scss +4 -1
- package/styles/textbox/fluent.scss +4 -1
- package/styles/textbox/highcontrast-light.scss +4 -1
- package/styles/textbox/highcontrast.scss +4 -1
- package/styles/textbox/material-dark.scss +4 -1
- package/styles/textbox/material.scss +4 -1
- package/styles/textbox/tailwind-dark.scss +4 -1
- package/styles/textbox/tailwind.scss +4 -1
- package/styles/uploader/_all.scss +2 -0
- package/styles/uploader/_bootstrap-dark-definition.scss +213 -0
- package/styles/uploader/_bootstrap-definition.scss +208 -0
- package/styles/uploader/_bootstrap4-definition.scss +211 -0
- package/styles/uploader/_bootstrap5-dark-definition.scss +1 -0
- package/styles/uploader/_bootstrap5-definition.scss +216 -0
- package/styles/uploader/_definition.scss +142 -0
- package/styles/uploader/_fabric-dark-definition.scss +216 -0
- package/styles/uploader/_fabric-definition.scss +210 -0
- package/styles/uploader/_fluent-dark-definition.scss +1 -0
- package/styles/uploader/_fluent-definition.scss +234 -0
- package/styles/uploader/_fusionnew-definition.scss +216 -0
- package/styles/uploader/_highcontrast-definition.scss +211 -0
- package/styles/uploader/_highcontrast-light-definition.scss +219 -0
- package/styles/uploader/_layout.scss +984 -0
- package/styles/uploader/_material-dark-definition.scss +217 -0
- package/styles/uploader/_material-definition.scss +214 -0
- package/styles/uploader/_material3-definition.scss +216 -0
- package/styles/uploader/_tailwind-dark-definition.scss +1 -0
- package/styles/uploader/_tailwind-definition.scss +232 -0
- package/styles/uploader/_theme.scss +136 -0
- package/styles/uploader/bootstrap-dark.scss +6 -1
- package/styles/uploader/bootstrap.scss +6 -1
- package/styles/uploader/bootstrap4.scss +6 -1
- package/styles/uploader/bootstrap5-dark.scss +6 -1
- package/styles/uploader/bootstrap5.scss +6 -1
- package/styles/uploader/fabric-dark.scss +6 -1
- package/styles/uploader/fabric.scss +6 -1
- package/styles/uploader/fluent-dark.scss +6 -1
- package/styles/uploader/fluent.scss +6 -1
- package/styles/uploader/highcontrast-light.scss +6 -1
- package/styles/uploader/highcontrast.scss +6 -1
- package/styles/uploader/icons/_bootstrap-dark.scss +34 -0
- package/styles/uploader/icons/_bootstrap.scss +34 -0
- package/styles/uploader/icons/_bootstrap4.scss +34 -0
- package/styles/uploader/icons/_bootstrap5-dark.scss +1 -0
- package/styles/uploader/icons/_bootstrap5.scss +34 -0
- package/styles/uploader/icons/_fabric-dark.scss +34 -0
- package/styles/uploader/icons/_fabric.scss +34 -0
- package/styles/uploader/icons/_fluent-dark.scss +1 -0
- package/styles/uploader/icons/_fluent.scss +34 -0
- package/styles/uploader/icons/_fusionnew.scss +34 -0
- package/styles/uploader/icons/_highcontrast-light.scss +34 -0
- package/styles/uploader/icons/_highcontrast.scss +34 -0
- package/styles/uploader/icons/_material-dark.scss +34 -0
- package/styles/uploader/icons/_material.scss +34 -0
- package/styles/uploader/icons/_material3.scss +34 -0
- package/styles/uploader/icons/_tailwind-dark.scss +1 -0
- package/styles/uploader/icons/_tailwind.scss +34 -0
- package/styles/uploader/material-dark.scss +6 -1
- package/styles/uploader/material.scss +6 -1
- package/styles/uploader/tailwind-dark.scss +6 -1
- package/styles/uploader/tailwind.scss +6 -1
- package/syncfusion-ej2-angular-inputs.d.ts +5 -0
- package/@syncfusion/ej2-angular-inputs.es5.js +0 -1563
- package/@syncfusion/ej2-angular-inputs.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-inputs.js +0 -1472
- package/@syncfusion/ej2-angular-inputs.js.map +0 -1
- package/CHANGELOG.md +0 -1439
- package/dist/ej2-angular-inputs.umd.js +0 -1644
- package/dist/ej2-angular-inputs.umd.js.map +0 -1
- package/dist/ej2-angular-inputs.umd.min.js +0 -11
- package/dist/ej2-angular-inputs.umd.min.js.map +0 -1
- package/ej2-angular-inputs.d.ts +0 -11
- package/ej2-angular-inputs.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"syncfusion-ej2-angular-inputs.mjs","sources":["../../src/textbox/textbox.component.ts","../../src/textbox/textbox.module.ts","../../src/textbox/textbox-all.module.ts","../../src/numerictextbox/numerictextbox.component.ts","../../src/numerictextbox/numerictextbox.module.ts","../../src/numerictextbox/numerictextbox-all.module.ts","../../src/maskedtextbox/maskedtextbox.component.ts","../../src/maskedtextbox/maskedtextbox.module.ts","../../src/maskedtextbox/maskedtextbox-all.module.ts","../../src/slider/slider.component.ts","../../src/slider/slider.module.ts","../../src/slider/slider-all.module.ts","../../src/uploader/files.directive.ts","../../src/uploader/uploader.component.ts","../../src/uploader/uploader.module.ts","../../src/uploader/uploader-all.module.ts","../../src/color-picker/colorpicker.component.ts","../../src/color-picker/colorpicker.module.ts","../../src/color-picker/colorpicker-all.module.ts","../../src/signature/signature.component.ts","../../src/signature/signature.module.ts","../../src/signature/signature-all.module.ts","../../src/form-validator/form-validator.ts","../../public_api.ts","../../syncfusion-ej2-angular-inputs.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { TextBox } from '@syncfusion/ej2-inputs';\n\n\n\nexport const inputs: string[] = ['autocomplete','cssClass','enablePersistence','enableRtl','enabled','floatLabelType','htmlAttributes','locale','multiline','placeholder','readonly','showClearButton','type','value','width'];\nexport const outputs: string[] = ['blur','change','created','destroyed','focus','input','valueChange'];\nexport const twoWays: string[] = ['value'];\n\n/**\n * Represents the EJ2 Angular TextBox Component.\n * ```html\n * <ejs-textbox [value]='value'></ejs-textbox>\n * ```\n */\n@Component({\n selector: 'ejs-textbox',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => TextBoxComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase, FormBase])\nexport class TextBoxComponent extends TextBox implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\tinput: any;\n\tpublic valueChange: any;\n\n\n\n private skipFromEvent:boolean = true;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n\n public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TextBoxComponent } from './textbox.component';\n\n/**\n * NgModule definition for the TextBox component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n TextBoxComponent\n ],\n exports: [\n TextBoxComponent\n ]\n})\nexport class TextBoxModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TextBoxComponent } from './textbox.component';\nimport { TextBoxModule } from './textbox.module';\n\n\n\n\n\n/**\n * NgModule definition for the TextBox component with providers.\n */\n@NgModule({\n imports: [CommonModule, TextBoxModule],\n exports: [\n TextBoxModule\n ],\n providers:[\n \n ]\n})\nexport class TextBoxAllModule { }","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { NumericTextBox } from '@syncfusion/ej2-inputs';\n\n\n\nexport const inputs: string[] = ['cssClass','currency','currencyCode','decimals','enablePersistence','enableRtl','enabled','floatLabelType','format','htmlAttributes','locale','max','min','placeholder','readonly','showClearButton','showSpinButton','step','strictMode','validateDecimalOnType','value','width'];\nexport const outputs: string[] = ['blur','change','created','destroyed','focus','valueChange'];\nexport const twoWays: string[] = ['value'];\n\n/**\n * Represents the EJ2 Angular NumericTextBox Component.\n * ```html\n * <ej-numerictextbox [value]='value'></ej-numerictextbox>\n * ```\n */\n@Component({\n selector: 'ejs-numerictextbox',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => NumericTextBoxComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase, FormBase])\nexport class NumericTextBoxComponent extends NumericTextBox implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\tpublic valueChange: any;\n\n\n\n private skipFromEvent:boolean = true;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n\n public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NumericTextBoxComponent } from './numerictextbox.component';\n\n/**\n * NgModule definition for the NumericTextBox component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n NumericTextBoxComponent\n ],\n exports: [\n NumericTextBoxComponent\n ]\n})\nexport class NumericTextBoxModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { NumericTextBoxComponent } from './numerictextbox.component';\nimport { NumericTextBoxModule } from './numerictextbox.module';\n\n\n\n\n\n/**\n * NgModule definition for the NumericTextBox component with providers.\n */\n@NgModule({\n imports: [CommonModule, NumericTextBoxModule],\n exports: [\n NumericTextBoxModule\n ],\n providers:[\n \n ]\n})\nexport class NumericTextBoxAllModule { }","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { MaskedTextBox } from '@syncfusion/ej2-inputs';\n\n\n\nexport const inputs: string[] = ['cssClass','customCharacters','enablePersistence','enableRtl','enabled','floatLabelType','htmlAttributes','locale','mask','placeholder','promptChar','readonly','showClearButton','value','width'];\nexport const outputs: string[] = ['blur','change','created','destroyed','focus','valueChange'];\nexport const twoWays: string[] = ['value'];\n\n/**\n * Represents the EJ2 Angular MaskedTextbox Component.\n * ```html\n * <ej-maskedtextbox [value]='value'></ej-maskedtextbox>\n * ```\n */\n@Component({\n selector: 'ejs-maskedtextbox',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => MaskedTextBoxComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase, FormBase])\nexport class MaskedTextBoxComponent extends MaskedTextBox implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public tagObjects: any;\n\tblur: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tfocus: any;\n\tpublic valueChange: any;\n\n\n\n private skipFromEvent:boolean = true;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n\n public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MaskedTextBoxComponent } from './maskedtextbox.component';\n\n/**\n * NgModule definition for the MaskedTextBox component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n MaskedTextBoxComponent\n ],\n exports: [\n MaskedTextBoxComponent\n ]\n})\nexport class MaskedTextBoxModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MaskedTextBoxComponent } from './maskedtextbox.component';\nimport { MaskedTextBoxModule } from './maskedtextbox.module';\n\n\n\n\n\n/**\n * NgModule definition for the MaskedTextBox component with providers.\n */\n@NgModule({\n imports: [CommonModule, MaskedTextBoxModule],\n exports: [\n MaskedTextBoxModule\n ],\n providers:[\n \n ]\n})\nexport class MaskedTextBoxAllModule { }","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Slider } from '@syncfusion/ej2-inputs';\n\n\n\nexport const inputs: string[] = ['colorRange','cssClass','customValues','enableAnimation','enableHtmlSanitizer','enablePersistence','enableRtl','enabled','limits','locale','max','min','orientation','readonly','showButtons','step','ticks','tooltip','type','value','width'];\nexport const outputs: string[] = ['focus', 'blur', 'change','changed','created','renderedTicks','renderingTicks','tooltipChange','valueChange'];\nexport const twoWays: string[] = ['value'];\n\n/**\n * Represents the EJ2 Angular Slider Component.\n * ```html\n * <ejs-slider [value]='value'></ejs-slider>\n * ```\n */\n@Component({\n selector: 'ejs-slider',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => SliderComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase, FormBase])\nexport class SliderComponent extends Slider implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public tagObjects: any;\n\tchange: any;\n\tchanged: any;\n\tcreated: any;\n\trenderedTicks: any;\n\trenderingTicks: any;\n\ttooltipChange: any;\n\tpublic valueChange: any;\n\n\n\n public focus: any;\n public blur: any;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n\n public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SliderComponent } from './slider.component';\n\n/**\n * NgModule definition for the Slider component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n SliderComponent\n ],\n exports: [\n SliderComponent\n ]\n})\nexport class SliderModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SliderComponent } from './slider.component';\nimport { SliderModule } from './slider.module';\n\n\n\n\n\n/**\n * NgModule definition for the Slider component with providers.\n */\n@NgModule({\n imports: [CommonModule, SliderModule],\n exports: [\n SliderModule\n ],\n providers:[\n \n ]\n})\nexport class SliderAllModule { }","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['name', 'size', 'type'];\nlet outputs: string[] = [];\n/**\n * 'e-files' directive represent a file of angular uploader \n * It must be contained in a Uploader component(`ejs-uploader`). \n * ```html\n * <ejs-uploader id='fileupload' multiple=true> \n * <e-files>\n * <e-file name='Java' size=23000 type='pdf'></e-file>\n * <e-file name='C++' size=30000 type='.docx'></e-file>\n * </e-files>\n * </ejs-uploader>\n * ```\n */\n@Directive({\n selector: 'e-files>e-uploadedfiles',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class UploadedFilesDirective extends ComplexBase<UploadedFilesDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Specifies the type of the file\n * @default ''\n */\n public type: any;\n /** \n * Specifies the name of the file\n * @default ''\n */\n public name: any;\n /** \n * Specifies the size of the file\n * @default null\n */\n public size: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * UploadedFiles Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-uploader>e-files',\n queries: {\n children: new ContentChildren(UploadedFilesDirective)\n },\n})\nexport class FilesDirective extends ArrayBase<FilesDirective> {\n constructor() {\n super('files');\n }\n}","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Uploader } from '@syncfusion/ej2-inputs';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { FilesDirective } from './files.directive';\n\nexport const inputs: string[] = ['allowedExtensions','asyncSettings','autoUpload','buttons','cssClass','directoryUpload','dropArea','dropEffect','enablePersistence','enableRtl','enabled','files','htmlAttributes','locale','maxFileSize','minFileSize','multiple','sequentialUpload','showFileList','template'];\nexport const outputs: string[] = ['focus', 'blur', 'actionComplete','beforeRemove','beforeUpload','canceling','change','chunkFailure','chunkSuccess','chunkUploading','clearing','created','failure','fileListRendering','pausing','progress','removing','rendering','resuming','selected','success','uploading'];\nexport const twoWays: string[] = [];\n\n/**\n * Represents the EJ2 Angular Uploader Component.\n * ```html\n * <ejs-uploader></ejs-uploader>\n * ```\n */\n@Component({\n selector: 'ejs-uploader',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => UploaderComponent),\n multi: true\n }\n ],\n queries: {\n childFiles: new ContentChild(FilesDirective)\n }\n})\n@ComponentMixins([ComponentBase, FormBase])\nexport class UploaderComponent extends Uploader implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public tagObjects: any;\n\tactionComplete: any;\n\tbeforeRemove: any;\n\tbeforeUpload: any;\n\tcanceling: any;\n\tchange: any;\n\tchunkFailure: any;\n\tchunkSuccess: any;\n\tchunkUploading: any;\n\tclearing: any;\n\tcreated: any;\n\tfailure: any;\n\tfileListRendering: any;\n\tpausing: any;\n\tprogress: any;\n\tremoving: any;\n\trendering: any;\n\tresuming: any;\n\tselected: any;\n\tsuccess: any;\n\tpublic uploading: any;\n public childFiles: any;\n public tags: string[] = ['files'];\n /** \n * Specifies the HTML string that used to customize the content of each file in the list.\n * \n * > For more information, refer to the [template](../../uploader/template/) section from the documentation.\n * \n * @default null\n */\n @ContentChild('template')\n @Template()\n public template: any;\n\n public focus: any;\n public blur: any;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n\n public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childFiles;\n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { UploadedFilesDirective, FilesDirective } from './files.directive';\nimport { UploaderComponent } from './uploader.component';\n\n/**\n * NgModule definition for the Uploader component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n UploaderComponent,\n UploadedFilesDirective,\n FilesDirective\n ],\n exports: [\n UploaderComponent,\n UploadedFilesDirective,\n FilesDirective\n ]\n})\nexport class UploaderModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { UploadedFilesDirective, FilesDirective } from './files.directive';\nimport { UploaderComponent } from './uploader.component';\nimport { UploaderModule } from './uploader.module';\n\n\n\n\n\n/**\n * NgModule definition for the Uploader component with providers.\n */\n@NgModule({\n imports: [CommonModule, UploaderModule],\n exports: [\n UploaderModule\n ],\n providers:[\n \n ]\n})\nexport class UploaderAllModule { }","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { ColorPicker } from '@syncfusion/ej2-inputs';\n\n\n\nexport const inputs: string[] = ['columns','createPopupOnClick','cssClass','disabled','enableOpacity','enablePersistence','enableRtl','inline','locale','mode','modeSwitcher','noColor','presetColors','showButtons','value'];\nexport const outputs: string[] = ['focus', 'blur', 'beforeClose','beforeModeSwitch','beforeOpen','beforeTileRender','change','created','onModeSwitch','open','select','valueChange'];\nexport const twoWays: string[] = ['value'];\n\n/**\n * Represents the EJ2 Angular ColorPicker Component.\n * ```html\n * <input ejs-colorpicker type='color'/>\n * ```\n */\n@Component({\n selector: '[ejs-colorpicker]',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => ColorPickerComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase, FormBase])\nexport class ColorPickerComponent extends ColorPicker implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public tagObjects: any;\n\tbeforeClose: any;\n\tbeforeModeSwitch: any;\n\tbeforeOpen: any;\n\tbeforeTileRender: any;\n\tchange: any;\n\tcreated: any;\n\tonModeSwitch: any;\n\topen: any;\n\tselect: any;\n\tpublic valueChange: any;\n\n\n\n public focus: any;\n public blur: any;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n\n public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColorPickerComponent } from './colorpicker.component';\n\n/**\n * NgModule definition for the ColorPicker component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n ColorPickerComponent\n ],\n exports: [\n ColorPickerComponent\n ]\n})\nexport class ColorPickerModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ColorPickerComponent } from './colorpicker.component';\nimport { ColorPickerModule } from './colorpicker.module';\n\n\n\n\n\n/**\n * NgModule definition for the ColorPicker component with providers.\n */\n@NgModule({\n imports: [CommonModule, ColorPickerModule],\n exports: [\n ColorPickerModule\n ],\n providers:[\n \n ]\n})\nexport class ColorPickerAllModule { }","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, forwardRef } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Signature } from '@syncfusion/ej2-inputs';\n\n\n\nexport const inputs: string[] = ['backgroundColor','backgroundImage','disabled','enablePersistence','enableRtl','isReadOnly','locale','maxStrokeWidth','minStrokeWidth','saveWithBackground','strokeColor','velocity'];\nexport const outputs: string[] = ['focus', 'blur', 'beforeSave','change','created'];\nexport const twoWays: string[] = [];\n\n/**\n * Represents the EJ2 Angular Signature Component.\n * ```html\n * <canvas ejs-signature />\n * ```\n */\n@Component({\n selector: '[ejs-signature]',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => SignatureComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase, FormBase])\nexport class SignatureComponent extends Signature implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public tagObjects: any;\n\tbeforeSave: any;\n\tchange: any;\n\tpublic created: any;\n\n\n\n public focus: any;\n public blur: any;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n\n public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SignatureComponent } from './signature.component';\n\n/**\n * NgModule definition for the Signature component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n SignatureComponent\n ],\n exports: [\n SignatureComponent\n ]\n})\nexport class SignatureModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SignatureComponent } from './signature.component';\nimport { SignatureModule } from './signature.module';\n\n\n\n\n\n/**\n * NgModule definition for the Signature component with providers.\n */\n@NgModule({\n imports: [CommonModule, SignatureModule],\n exports: [\n SignatureModule\n ],\n providers:[\n \n ]\n})\nexport class SignatureAllModule { }","import { AbstractControl, ValidatorFn } from '@angular/forms';\nimport { FormValidator } from '@syncfusion/ej2-inputs';\n\nexport class FormValidators {\n\n //max validation\n\n public static max(number: number|Date): ValidatorFn {\n let max: number|Date = number;\n return (control: AbstractControl): { [key: string]: boolean } | null => {\n //tslint:disable-next-line\n let result: boolean = (FormValidator as any).checkValidator.max({ value: control.value, param: max });\n if (result === true) {\n return null;\n } else {\n return { 'max': true };\n }\n };\n }\n\n // min validation\n\n public static min(number: number|Date): ValidatorFn {\n let min: number|Date = number;\n return (control: AbstractControl): { [key: string]: boolean } | null => {\n //tslint:disable-next-line\n let result: boolean = (FormValidator as any).checkValidator.min({ value: control.value, param: min });\n if (result === true) {\n return null;\n } else {\n return { 'min': true };\n }\n };\n }\n\n // Credit card validation\n\n public static creditcard(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let result: boolean = (FormValidator as any).checkValidator.creditcard({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'cardno': true };\n }\n }\n\n // date validation\n\n public static date(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let result: boolean = (FormValidator as any).checkValidator.date({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'date': true };\n }\n }\n\n // Date-ISO validation\n\n public static dateIso(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let result: boolean = (FormValidator as any).checkValidator.dateIso({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'dateiso': true };\n }\n }\n\n // Digit validation\n\n public static digits(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let result: boolean = (FormValidator as any).checkValidator.digits({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'digit': true };\n }\n }\n\n // Email validation\n\n public static email(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let result: boolean = (FormValidator as any).checkValidator.email({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'email': true };\n }\n }\n\n //maxlength validation\n\n public static maxLength(number: number): ValidatorFn {\n let maxlength: number = number;\n return (control: AbstractControl): { [key: string]: boolean } | null => {\n //tslint:disable-next-line\n let result: boolean = (FormValidator as any).checkValidator.maxLength({ value: control.value, param: maxlength });\n if (result === true) {\n return null;\n } else {\n return { 'maxlength': true };\n }\n };\n }\n\n //minlength validation\n\n public static minLength(number: number): ValidatorFn {\n let minlength: number = number;\n return (control: AbstractControl): { [key: string]: boolean } | null => {\n //tslint:disable-next-line\n let result: boolean = (FormValidator as any).checkValidator.minLength({ value: control.value, param: minlength });\n if (result === true) {\n return null;\n } else {\n return { 'minlength': true };\n }\n };\n }\n\n //number validation\n\n public static number(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let result: boolean = (FormValidator as any).checkValidator.number({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'number': true };\n }\n }\n\n // required validation\n\n public static required(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let result: boolean = (control.value === null) ? false : (FormValidator as any).checkValidator.required({ value: control.value });\n if (result === true) {\n return null;\n }\n else {\n return { 'required': true };\n }\n }\n\n // Telephone number validation\n\n public static tel(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let result: boolean = (FormValidator as any).checkValidator.tel({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'telno': true };\n }\n }\n\n // Url validation\n\n public static url(control: AbstractControl): { [key: string]: boolean } | null {\n //tslint:disable-next-line\n let result: boolean = (FormValidator as any).checkValidator.url({ value: control.value });\n if (result === true) {\n return null;\n } else {\n return { 'url': true };\n }\n }\n\n // RangeLength validation\n\n public static rangeLength(number1: number, number2: number): ValidatorFn {\n let minRL: number = number1;\n let maxRL: number = number2;\n //tslint:disable-next-line\n let param: any = [minRL, maxRL];\n return (control: AbstractControl): { [key: string]: boolean } | null => {\n //tslint:disable-next-line\n let result: boolean = (FormValidator as any).checkValidator.rangeLength({ value: control.value, param: param });\n if (result === true) {\n return null;\n } else {\n return { 'rangelength': true };\n }\n };\n }\n\n // Range validation\n\n public static range(number1: number, number2: number): ValidatorFn {\n let minR: number = number1;\n let maxR: number = number2;\n //tslint:disable-next-line\n let param1: any = [minR, maxR];\n return (control: AbstractControl): { [key: string]: boolean } | null => {\n //tslint:disable-next-line\n let result: boolean = (FormValidator as any).checkValidator.range({ value: control.value, param: param1 });\n if (result === true) {\n return null;\n } else {\n return { 'range': true };\n }\n };\n }\n}","// Mapping root file for package generation\nexport * from './src/index';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["inputs","outputs","twoWays"],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-inputs@*",
|
|
3
3
|
"_id": "@syncfusion/ej2-angular-inputs@20.3.47",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-HCLlyKN0d51GILmyqSUFm8qWxp9U5pE3Iel3zZOTyQ4cpSPJtVZe7jYZU2Dz1piGDRV0FYWGqJ/GI/5D3citxw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-inputs",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-20.3.47.tgz",
|
|
23
|
+
"_shasum": "12f8f4684facc6a28cc13632ff8fd05b5b7dc2c6",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-inputs@*",
|
|
25
|
-
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/
|
|
25
|
+
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/ivypackages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -33,12 +33,28 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~20.3.47",
|
|
35
35
|
"@syncfusion/ej2-base": "~20.3.49",
|
|
36
|
-
"@syncfusion/ej2-inputs": "20.3.49"
|
|
36
|
+
"@syncfusion/ej2-inputs": "20.3.49",
|
|
37
|
+
"tslib": "^2.3.0"
|
|
37
38
|
},
|
|
38
39
|
"deprecated": false,
|
|
39
40
|
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Angular",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
41
|
+
"es2020": "fesm2020/syncfusion-ej2-angular-inputs.mjs",
|
|
42
|
+
"esm2020": "esm2020/syncfusion-ej2-angular-inputs.mjs",
|
|
43
|
+
"exports": {
|
|
44
|
+
"./package.json": {
|
|
45
|
+
"default": "./package.json"
|
|
46
|
+
},
|
|
47
|
+
".": {
|
|
48
|
+
"types": "./syncfusion-ej2-angular-inputs.d.ts",
|
|
49
|
+
"esm2020": "./esm2020/syncfusion-ej2-angular-inputs.mjs",
|
|
50
|
+
"es2020": "./fesm2020/syncfusion-ej2-angular-inputs.mjs",
|
|
51
|
+
"es2015": "./fesm2015/syncfusion-ej2-angular-inputs.mjs",
|
|
52
|
+
"node": "./fesm2015/syncfusion-ej2-angular-inputs.mjs",
|
|
53
|
+
"default": "./fesm2020/syncfusion-ej2-angular-inputs.mjs"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-inputs.mjs",
|
|
57
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-inputs.mjs",
|
|
42
58
|
"homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
|
|
43
59
|
"keywords": [
|
|
44
60
|
"ej2",
|
|
@@ -119,9 +135,7 @@
|
|
|
119
135
|
"angular-chunk-upload"
|
|
120
136
|
],
|
|
121
137
|
"license": "SEE LICENSE IN license",
|
|
122
|
-
"
|
|
123
|
-
"metadata": "ej2-angular-inputs.metadata.json",
|
|
124
|
-
"module": "@syncfusion/ej2-angular-inputs.es5.js",
|
|
138
|
+
"module": "fesm2015/syncfusion-ej2-angular-inputs.mjs",
|
|
125
139
|
"name": "@syncfusion/ej2-angular-inputs",
|
|
126
140
|
"repository": {
|
|
127
141
|
"type": "git",
|
|
@@ -129,6 +143,6 @@
|
|
|
129
143
|
},
|
|
130
144
|
"schematics": "./schematics/collection.json",
|
|
131
145
|
"sideEffects": false,
|
|
132
|
-
"typings": "ej2-angular-inputs.d.ts",
|
|
133
|
-
"version": "20.3.49
|
|
146
|
+
"typings": "syncfusion-ej2-angular-inputs.d.ts",
|
|
147
|
+
"version": "20.3.49"
|
|
134
148
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./colorpicker.module";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the ColorPicker component with providers.
|
|
3
6
|
*/
|
|
4
7
|
export declare class ColorPickerAllModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerAllModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerAllModule, never, [typeof i1.CommonModule, typeof i2.ColorPickerModule], [typeof i2.ColorPickerModule]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ColorPickerAllModule>;
|
|
5
11
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { ColorPicker } from '@syncfusion/ej2-inputs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const inputs: string[];
|
|
5
6
|
export declare const outputs: string[];
|
|
6
7
|
export declare const twoWays: string[];
|
|
@@ -41,4 +42,6 @@ export declare class ColorPickerComponent extends ColorPicker implements ICompon
|
|
|
41
42
|
ngAfterContentChecked(): void;
|
|
42
43
|
registerEvents: (eventList: string[]) => void;
|
|
43
44
|
addTwoWay: (propList: string[]) => void;
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerComponent, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerComponent, "[ejs-colorpicker]", never, { "columns": "columns"; "createPopupOnClick": "createPopupOnClick"; "cssClass": "cssClass"; "disabled": "disabled"; "enableOpacity": "enableOpacity"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "inline": "inline"; "locale": "locale"; "mode": "mode"; "modeSwitcher": "modeSwitcher"; "noColor": "noColor"; "presetColors": "presetColors"; "showButtons": "showButtons"; "value": "value"; }, { "focus": "focus"; "blur": "blur"; "beforeClose": "beforeClose"; "beforeModeSwitch": "beforeModeSwitch"; "beforeOpen": "beforeOpen"; "beforeTileRender": "beforeTileRender"; "change": "change"; "created": "created"; "onModeSwitch": "onModeSwitch"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, never, never>;
|
|
44
47
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./colorpicker.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the ColorPicker component.
|
|
3
6
|
*/
|
|
4
7
|
export declare class ColorPickerModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerModule, [typeof i1.ColorPickerComponent], [typeof i2.CommonModule], [typeof i1.ColorPickerComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ColorPickerModule>;
|
|
5
11
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./maskedtextbox.module";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the MaskedTextBox component with providers.
|
|
3
6
|
*/
|
|
4
7
|
export declare class MaskedTextBoxAllModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxAllModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MaskedTextBoxAllModule, never, [typeof i1.CommonModule, typeof i2.MaskedTextBoxModule], [typeof i2.MaskedTextBoxModule]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MaskedTextBoxAllModule>;
|
|
5
11
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { MaskedTextBox } from '@syncfusion/ej2-inputs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const inputs: string[];
|
|
5
6
|
export declare const outputs: string[];
|
|
6
7
|
export declare const twoWays: string[];
|
|
@@ -36,4 +37,6 @@ export declare class MaskedTextBoxComponent extends MaskedTextBox implements ICo
|
|
|
36
37
|
ngAfterContentChecked(): void;
|
|
37
38
|
registerEvents: (eventList: string[]) => void;
|
|
38
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>;
|
|
39
42
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./maskedtextbox.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the MaskedTextBox component.
|
|
3
6
|
*/
|
|
4
7
|
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>;
|
|
5
11
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./numerictextbox.module";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the NumericTextBox component with providers.
|
|
3
6
|
*/
|
|
4
7
|
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>;
|
|
5
11
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { NumericTextBox } from '@syncfusion/ej2-inputs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const inputs: string[];
|
|
5
6
|
export declare const outputs: string[];
|
|
6
7
|
export declare const twoWays: string[];
|
|
@@ -36,4 +37,6 @@ export declare class NumericTextBoxComponent extends NumericTextBox implements I
|
|
|
36
37
|
ngAfterContentChecked(): void;
|
|
37
38
|
registerEvents: (eventList: string[]) => void;
|
|
38
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>;
|
|
39
42
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./numerictextbox.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the NumericTextBox component.
|
|
3
6
|
*/
|
|
4
7
|
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>;
|
|
5
11
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./signature.module";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the Signature component with providers.
|
|
3
6
|
*/
|
|
4
7
|
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>;
|
|
5
11
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Signature } from '@syncfusion/ej2-inputs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const inputs: string[];
|
|
5
6
|
export declare const outputs: string[];
|
|
6
7
|
export declare const twoWays: string[];
|
|
@@ -34,4 +35,6 @@ export declare class SignatureComponent extends Signature implements IComponentB
|
|
|
34
35
|
ngAfterContentChecked(): void;
|
|
35
36
|
registerEvents: (eventList: string[]) => void;
|
|
36
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>;
|
|
37
40
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./signature.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the Signature component.
|
|
3
6
|
*/
|
|
4
7
|
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>;
|
|
5
11
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./slider.module";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the Slider component with providers.
|
|
3
6
|
*/
|
|
4
7
|
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>;
|
|
5
11
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Slider } from '@syncfusion/ej2-inputs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const inputs: string[];
|
|
5
6
|
export declare const outputs: string[];
|
|
6
7
|
export declare const twoWays: string[];
|
|
@@ -38,4 +39,6 @@ export declare class SliderComponent extends Slider implements IComponentBase {
|
|
|
38
39
|
ngAfterContentChecked(): void;
|
|
39
40
|
registerEvents: (eventList: string[]) => void;
|
|
40
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>;
|
|
41
44
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./slider.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the Slider component.
|
|
3
6
|
*/
|
|
4
7
|
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>;
|
|
5
11
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./textbox.module";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the TextBox component with providers.
|
|
3
6
|
*/
|
|
4
7
|
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>;
|
|
5
11
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { TextBox } from '@syncfusion/ej2-inputs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const inputs: string[];
|
|
5
6
|
export declare const outputs: string[];
|
|
6
7
|
export declare const twoWays: string[];
|
|
@@ -37,4 +38,6 @@ export declare class TextBoxComponent extends TextBox implements IComponentBase
|
|
|
37
38
|
ngAfterContentChecked(): void;
|
|
38
39
|
registerEvents: (eventList: string[]) => void;
|
|
39
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>;
|
|
40
43
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./textbox.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the TextBox component.
|
|
3
6
|
*/
|
|
4
7
|
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>;
|
|
5
11
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
/**
|
|
4
5
|
* 'e-files' directive represent a file of angular uploader
|
|
5
6
|
* It must be contained in a Uploader component(`ejs-uploader`).
|
|
@@ -31,6 +32,8 @@ export declare class UploadedFilesDirective extends ComplexBase<UploadedFilesDir
|
|
|
31
32
|
*/
|
|
32
33
|
size: any;
|
|
33
34
|
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>;
|
|
34
37
|
}
|
|
35
38
|
/**
|
|
36
39
|
* UploadedFiles Array Directive
|
|
@@ -38,4 +41,6 @@ export declare class UploadedFilesDirective extends ComplexBase<UploadedFilesDir
|
|
|
38
41
|
*/
|
|
39
42
|
export declare class FilesDirective extends ArrayBase<FilesDirective> {
|
|
40
43
|
constructor();
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilesDirective, never>;
|
|
45
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesDirective, "ejs-uploader>e-files", never, {}, {}, ["children"]>;
|
|
41
46
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./uploader.module";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the Uploader component with providers.
|
|
3
6
|
*/
|
|
4
7
|
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>;
|
|
5
11
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Uploader } from '@syncfusion/ej2-inputs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const inputs: string[];
|
|
5
6
|
export declare const outputs: string[];
|
|
6
7
|
export declare const twoWays: string[];
|
|
@@ -61,4 +62,6 @@ export declare class UploaderComponent extends Uploader implements IComponentBas
|
|
|
61
62
|
ngAfterContentChecked(): void;
|
|
62
63
|
registerEvents: (eventList: string[]) => void;
|
|
63
64
|
addTwoWay: (propList: string[]) => void;
|
|
65
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UploaderComponent, never>;
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UploaderComponent, "ejs-uploader", never, { "allowedExtensions": "allowedExtensions"; "asyncSettings": "asyncSettings"; "autoUpload": "autoUpload"; "buttons": "buttons"; "cssClass": "cssClass"; "directoryUpload": "directoryUpload"; "dropArea": "dropArea"; "dropEffect": "dropEffect"; "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>;
|
|
64
67
|
}
|
|
@@ -1,5 +1,12 @@
|
|
|
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";
|
|
1
5
|
/**
|
|
2
6
|
* NgModule definition for the Uploader component.
|
|
3
7
|
*/
|
|
4
8
|
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>;
|
|
5
12
|
}
|