@syncfusion/ej2-angular-inputs 22.1.34 → 22.1.35
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 +185 -114
- package/esm2020/src/index.mjs +4 -1
- package/esm2020/src/rating/rating-all.module.mjs +23 -0
- package/esm2020/src/rating/rating.component.mjs +108 -0
- package/esm2020/src/rating/rating.module.mjs +25 -0
- package/esm2020/src/uploader/uploader.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs +195 -55
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +195 -55
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/package.json +1 -1
- package/schematics/collection.json +105 -0
- package/schematics/generators/colorpicker-default/index.d.ts +3 -0
- package/schematics/generators/colorpicker-default/index.js +8 -0
- package/schematics/generators/colorpicker-default/sample-details.d.ts +5 -0
- package/schematics/generators/colorpicker-default/sample-details.js +7 -0
- package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/colorpicker-default/schema.d.ts +3 -0
- package/schematics/generators/colorpicker-default/schema.js +2 -0
- package/schematics/generators/colorpicker-default/schema.json +125 -0
- package/schematics/generators/maskedtextbox-custommask/index.d.ts +3 -0
- package/schematics/generators/maskedtextbox-custommask/index.js +8 -0
- package/schematics/generators/maskedtextbox-custommask/sample-details.d.ts +5 -0
- package/schematics/generators/maskedtextbox-custommask/sample-details.js +7 -0
- package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
- package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
- package/schematics/generators/maskedtextbox-custommask/schema.d.ts +3 -0
- package/schematics/generators/maskedtextbox-custommask/schema.js +2 -0
- package/schematics/generators/maskedtextbox-custommask/schema.json +125 -0
- package/schematics/generators/maskedtextbox-default/index.d.ts +3 -0
- package/schematics/generators/maskedtextbox-default/index.js +8 -0
- package/schematics/generators/maskedtextbox-default/sample-details.d.ts +5 -0
- package/schematics/generators/maskedtextbox-default/sample-details.js +7 -0
- package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
- package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
- package/schematics/generators/maskedtextbox-default/schema.d.ts +3 -0
- package/schematics/generators/maskedtextbox-default/schema.js +2 -0
- package/schematics/generators/maskedtextbox-default/schema.json +125 -0
- package/schematics/generators/maskedtextbox-formats/index.d.ts +3 -0
- package/schematics/generators/maskedtextbox-formats/index.js +8 -0
- package/schematics/generators/maskedtextbox-formats/sample-details.d.ts +5 -0
- package/schematics/generators/maskedtextbox-formats/sample-details.js +7 -0
- package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
- package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +9 -0
- package/schematics/generators/maskedtextbox-formats/schema.d.ts +3 -0
- package/schematics/generators/maskedtextbox-formats/schema.js +2 -0
- package/schematics/generators/maskedtextbox-formats/schema.json +125 -0
- package/schematics/generators/numerictextbox-customformat/index.d.ts +3 -0
- package/schematics/generators/numerictextbox-customformat/index.js +8 -0
- package/schematics/generators/numerictextbox-customformat/sample-details.d.ts +5 -0
- package/schematics/generators/numerictextbox-customformat/sample-details.js +7 -0
- package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
- package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +23 -0
- package/schematics/generators/numerictextbox-customformat/schema.d.ts +3 -0
- package/schematics/generators/numerictextbox-customformat/schema.js +2 -0
- package/schematics/generators/numerictextbox-customformat/schema.json +125 -0
- package/schematics/generators/numerictextbox-decimals/index.d.ts +3 -0
- package/schematics/generators/numerictextbox-decimals/index.js +8 -0
- package/schematics/generators/numerictextbox-decimals/sample-details.d.ts +5 -0
- package/schematics/generators/numerictextbox-decimals/sample-details.js +7 -0
- package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
- package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
- package/schematics/generators/numerictextbox-decimals/schema.d.ts +3 -0
- package/schematics/generators/numerictextbox-decimals/schema.js +2 -0
- package/schematics/generators/numerictextbox-decimals/schema.json +125 -0
- package/schematics/generators/numerictextbox-default/index.d.ts +3 -0
- package/schematics/generators/numerictextbox-default/index.js +8 -0
- package/schematics/generators/numerictextbox-default/sample-details.d.ts +5 -0
- package/schematics/generators/numerictextbox-default/sample-details.js +7 -0
- package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +10 -0
- package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +22 -0
- package/schematics/generators/numerictextbox-default/schema.d.ts +3 -0
- package/schematics/generators/numerictextbox-default/schema.js +2 -0
- package/schematics/generators/numerictextbox-default/schema.json +125 -0
- package/schematics/generators/numerictextbox-range/index.d.ts +3 -0
- package/schematics/generators/numerictextbox-range/index.js +8 -0
- package/schematics/generators/numerictextbox-range/sample-details.d.ts +5 -0
- package/schematics/generators/numerictextbox-range/sample-details.js +7 -0
- package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +14 -0
- package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +9 -0
- package/schematics/generators/numerictextbox-range/schema.d.ts +3 -0
- package/schematics/generators/numerictextbox-range/schema.js +2 -0
- package/schematics/generators/numerictextbox-range/schema.json +125 -0
- package/schematics/generators/slider-default/index.d.ts +3 -0
- package/schematics/generators/slider-default/index.js +8 -0
- package/schematics/generators/slider-default/sample-details.d.ts +5 -0
- package/schematics/generators/slider-default/sample-details.js +7 -0
- package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
- package/schematics/generators/slider-default/schema.d.ts +3 -0
- package/schematics/generators/slider-default/schema.js +2 -0
- package/schematics/generators/slider-default/schema.json +125 -0
- package/schematics/generators/slider-limits/index.d.ts +3 -0
- package/schematics/generators/slider-limits/index.js +8 -0
- package/schematics/generators/slider-limits/sample-details.d.ts +5 -0
- package/schematics/generators/slider-limits/sample-details.js +7 -0
- package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
- package/schematics/generators/slider-limits/schema.d.ts +3 -0
- package/schematics/generators/slider-limits/schema.js +2 -0
- package/schematics/generators/slider-limits/schema.json +125 -0
- package/schematics/generators/slider-minrange/index.d.ts +3 -0
- package/schematics/generators/slider-minrange/index.js +8 -0
- package/schematics/generators/slider-minrange/sample-details.d.ts +5 -0
- package/schematics/generators/slider-minrange/sample-details.js +7 -0
- package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
- package/schematics/generators/slider-minrange/schema.d.ts +3 -0
- package/schematics/generators/slider-minrange/schema.js +2 -0
- package/schematics/generators/slider-minrange/schema.json +125 -0
- package/schematics/generators/slider-range/index.d.ts +3 -0
- package/schematics/generators/slider-range/index.js +8 -0
- package/schematics/generators/slider-range/sample-details.d.ts +5 -0
- package/schematics/generators/slider-range/sample-details.js +7 -0
- package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
- package/schematics/generators/slider-range/schema.d.ts +3 -0
- package/schematics/generators/slider-range/schema.js +2 -0
- package/schematics/generators/slider-range/schema.json +125 -0
- package/schematics/generators/slider-ticks/index.d.ts +3 -0
- package/schematics/generators/slider-ticks/index.js +8 -0
- package/schematics/generators/slider-ticks/sample-details.d.ts +5 -0
- package/schematics/generators/slider-ticks/sample-details.js +7 -0
- package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
- package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
- package/schematics/generators/slider-ticks/schema.d.ts +3 -0
- package/schematics/generators/slider-ticks/schema.js +2 -0
- package/schematics/generators/slider-ticks/schema.json +125 -0
- package/schematics/generators/slider-vertical/index.d.ts +3 -0
- package/schematics/generators/slider-vertical/index.js +8 -0
- package/schematics/generators/slider-vertical/sample-details.d.ts +5 -0
- package/schematics/generators/slider-vertical/sample-details.js +7 -0
- package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +1 -0
- package/schematics/generators/slider-vertical/schema.d.ts +3 -0
- package/schematics/generators/slider-vertical/schema.js +2 -0
- package/schematics/generators/slider-vertical/schema.json +125 -0
- package/schematics/generators/textbox-floatinglabel/index.d.ts +3 -0
- package/schematics/generators/textbox-floatinglabel/index.js +8 -0
- package/schematics/generators/textbox-floatinglabel/sample-details.d.ts +5 -0
- package/schematics/generators/textbox-floatinglabel/sample-details.js +7 -0
- package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +15 -0
- package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +21 -0
- package/schematics/generators/textbox-floatinglabel/schema.d.ts +3 -0
- package/schematics/generators/textbox-floatinglabel/schema.js +2 -0
- package/schematics/generators/textbox-floatinglabel/schema.json +125 -0
- package/schematics/generators/uploader-autoupload/index.d.ts +3 -0
- package/schematics/generators/uploader-autoupload/index.js +8 -0
- package/schematics/generators/uploader-autoupload/sample-details.d.ts +5 -0
- package/schematics/generators/uploader-autoupload/sample-details.js +7 -0
- package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
- package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
- package/schematics/generators/uploader-autoupload/schema.d.ts +3 -0
- package/schematics/generators/uploader-autoupload/schema.js +2 -0
- package/schematics/generators/uploader-autoupload/schema.json +125 -0
- package/schematics/generators/uploader-chunkupload/index.d.ts +3 -0
- package/schematics/generators/uploader-chunkupload/index.js +8 -0
- package/schematics/generators/uploader-chunkupload/sample-details.d.ts +5 -0
- package/schematics/generators/uploader-chunkupload/sample-details.js +7 -0
- package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
- package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
- package/schematics/generators/uploader-chunkupload/schema.d.ts +3 -0
- package/schematics/generators/uploader-chunkupload/schema.js +2 -0
- package/schematics/generators/uploader-chunkupload/schema.json +125 -0
- package/schematics/generators/uploader-directoryupload/index.d.ts +3 -0
- package/schematics/generators/uploader-directoryupload/index.js +8 -0
- package/schematics/generators/uploader-directoryupload/sample-details.d.ts +5 -0
- package/schematics/generators/uploader-directoryupload/sample-details.js +7 -0
- package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +16 -0
- package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
- package/schematics/generators/uploader-directoryupload/schema.d.ts +3 -0
- package/schematics/generators/uploader-directoryupload/schema.js +2 -0
- package/schematics/generators/uploader-directoryupload/schema.json +125 -0
- package/schematics/generators/uploader-validation/index.d.ts +3 -0
- package/schematics/generators/uploader-validation/index.js +8 -0
- package/schematics/generators/uploader-validation/sample-details.d.ts +5 -0
- package/schematics/generators/uploader-validation/sample-details.js +7 -0
- package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +9 -0
- package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -0
- package/schematics/generators/uploader-validation/schema.d.ts +3 -0
- package/schematics/generators/uploader-validation/schema.js +2 -0
- package/schematics/generators/uploader-validation/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +3 -3
- package/src/index.d.ts +3 -0
- package/src/rating/rating-all.module.d.ts +11 -0
- package/src/rating/rating.component.d.ts +76 -0
- package/src/rating/rating.module.d.ts +11 -0
- package/src/uploader/uploader.component.d.ts +2 -1
|
@@ -7,7 +7,7 @@ import { Uploader } from '@syncfusion/ej2-inputs';
|
|
|
7
7
|
import { Template } from '@syncfusion/ej2-angular-base';
|
|
8
8
|
import { FilesDirective } from './files.directive';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
|
-
export const inputs = ['allowedExtensions', 'asyncSettings', 'autoUpload', 'buttons', 'cssClass', 'directoryUpload', 'dropArea', 'dropEffect', 'enablePersistence', 'enableRtl', 'enabled', 'files', 'htmlAttributes', 'locale', 'maxFileSize', 'minFileSize', 'multiple', 'sequentialUpload', 'showFileList', 'template'];
|
|
10
|
+
export const inputs = ['allowedExtensions', 'asyncSettings', 'autoUpload', 'buttons', 'cssClass', 'directoryUpload', 'dropArea', 'dropEffect', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'files', 'htmlAttributes', 'locale', 'maxFileSize', 'minFileSize', 'multiple', 'sequentialUpload', 'showFileList', 'template'];
|
|
11
11
|
export const outputs = ['focus', 'blur', 'actionComplete', 'beforeRemove', 'beforeUpload', 'canceling', 'change', 'chunkFailure', 'chunkSuccess', 'chunkUploading', 'clearing', 'created', 'failure', 'fileListRendering', 'pausing', 'progress', 'removing', 'rendering', 'resuming', 'selected', 'success', 'uploading'];
|
|
12
12
|
export const twoWays = [];
|
|
13
13
|
/**
|
|
@@ -55,7 +55,7 @@ let UploaderComponent = UploaderComponent_1 = class UploaderComponent extends Up
|
|
|
55
55
|
}
|
|
56
56
|
};
|
|
57
57
|
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 });
|
|
58
|
-
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: [
|
|
58
|
+
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", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enabled: "enabled", files: "files", htmlAttributes: "htmlAttributes", locale: "locale", maxFileSize: "maxFileSize", minFileSize: "minFileSize", multiple: "multiple", sequentialUpload: "sequentialUpload", showFileList: "showFileList", template: "template" }, 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: [
|
|
59
59
|
{
|
|
60
60
|
provide: NG_VALUE_ACCESSOR,
|
|
61
61
|
useExisting: forwardRef(() => UploaderComponent_1),
|
|
@@ -92,4 +92,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
92
92
|
type: ContentChild,
|
|
93
93
|
args: ['template']
|
|
94
94
|
}] } });
|
|
95
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
95
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXBsb2FkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3VwbG9hZGVyL3VwbG9hZGVyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQW9FLHVCQUF1QixFQUFFLFVBQVUsRUFBRSxZQUFZLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDL0osT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDbkQsT0FBTyxFQUFFLGFBQWEsRUFBK0IsZUFBZSxFQUEwQixRQUFRLEVBQUUsUUFBUSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDdkosT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ2xELE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sbUJBQW1CLENBQUM7O0FBRW5ELE1BQU0sQ0FBQyxNQUFNLE1BQU0sR0FBYSxDQUFDLG1CQUFtQixFQUFDLGVBQWUsRUFBQyxZQUFZLEVBQUMsU0FBUyxFQUFDLFVBQVUsRUFBQyxpQkFBaUIsRUFBQyxVQUFVLEVBQUMsWUFBWSxFQUFDLHFCQUFxQixFQUFDLG1CQUFtQixFQUFDLFdBQVcsRUFBQyxTQUFTLEVBQUMsT0FBTyxFQUFDLGdCQUFnQixFQUFDLFFBQVEsRUFBQyxhQUFhLEVBQUMsYUFBYSxFQUFDLFVBQVUsRUFBQyxrQkFBa0IsRUFBQyxjQUFjLEVBQUMsVUFBVSxDQUFDLENBQUM7QUFDeFUsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFhLENBQUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxnQkFBZ0IsRUFBQyxjQUFjLEVBQUMsY0FBYyxFQUFDLFdBQVcsRUFBQyxRQUFRLEVBQUMsY0FBYyxFQUFDLGNBQWMsRUFBQyxnQkFBZ0IsRUFBQyxVQUFVLEVBQUMsU0FBUyxFQUFDLFNBQVMsRUFB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LFVBQVUsQ0FBQyxHQUFHLEVBQUUsa0JBQWtCLENBQUM7NEJBQ2hELEtBQUssRUFBRSxJQUFJO3lCQUNkO3FCQUNKO29CQUNELE9BQU8sRUFBRTt3QkFDTCxVQUFVLEVBQUUsSUFBSSxZQUFZLENBQUMsY0FBYyxDQUFDO3FCQUMvQztpQkFDSjsrS0FzQ1UsUUFBUTtzQkFGZCxZQUFZO3VCQUFDLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIFZpZXdDb250YWluZXJSZWYsIFZhbHVlUHJvdmlkZXIsIFJlbmRlcmVyMiwgSW5qZWN0b3IsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBmb3J3YXJkUmVmLCBDb250ZW50Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQ29tcG9uZW50QmFzZSwgSUNvbXBvbmVudEJhc2UsIGFwcGx5TWl4aW5zLCBDb21wb25lbnRNaXhpbnMsIFByb3BlcnR5Q29sbGVjdGlvbkluZm8sIEZvcm1CYXNlLCBzZXRWYWx1ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuaW1wb3J0IHsgVXBsb2FkZXIgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItaW5wdXRzJztcbmltcG9ydCB7IFRlbXBsYXRlIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWFuZ3VsYXItYmFzZSc7XG5pbXBvcnQgeyBGaWxlc0RpcmVjdGl2ZSB9IGZyb20gJy4vZmlsZXMuZGlyZWN0aXZlJztcblxuZXhwb3J0IGNvbnN0IGlucHV0czogc3RyaW5nW10gPSBbJ2FsbG93ZWRFeHRlbnNpb25zJywnYXN5bmNTZXR0aW5ncycsJ2F1dG9VcGxvYWQnLCdidXR0b25zJywnY3NzQ2xhc3MnLCdkaXJlY3RvcnlVcGxvYWQnLCdkcm9wQXJlYScsJ2Ryb3BFZmZlY3QnLCdlbmFibGVIdG1sU2FuaXRpemVyJywnZW5hYmxlUGVyc2lzdGVuY2UnLCdlbmFibGVSdGwnLCdlbmFibGVkJywnZmlsZXMnLCdodG1sQXR0cmlidXRlcycsJ2xvY2FsZScsJ21heEZpbGVTaXplJywnbWluRmlsZVNpemUnLCdtdWx0aXBsZScsJ3NlcXVlbnRpYWxVcGxvYWQnLCdzaG93RmlsZUxpc3QnLCd0ZW1wbGF0ZSddO1xuZXhwb3J0IGNvbnN0IG91dHB1dHM6IHN0cmluZ1tdID0gWydmb2N1cycsICdibHVyJywgJ2FjdGlvbkNvbXBsZXRlJywnYmVmb3JlUmVtb3ZlJywnYmVmb3JlVXBsb2FkJywnY2FuY2VsaW5nJywnY2hhbmdlJywnY2h1bmtGYWlsdXJlJywnY2h1bmtTdWNjZXNzJywnY2h1bmtVcGxvYWRpbmcnLCdjbGVhcmluZycsJ2NyZWF0ZWQnLCdmYWlsdXJlJywnZmlsZUxpc3RSZW5kZXJpbmcnLCdwYXVzaW5nJywncHJvZ3Jlc3MnLCdyZW1vdmluZycsJ3JlbmRlcmluZycsJ3Jlc3VtaW5nJywnc2VsZWN0ZWQnLCdzdWNjZXNzJywndXBsb2FkaW5nJ107XG5leHBvcnQgY29uc3QgdHdvV2F5czogc3RyaW5nW10gPSBbXTtcblxuLyoqXG4gKiBSZXByZXNlbnRzIHRoZSBFSjIgQW5ndWxhciBVcGxvYWRlciBDb21wb25lbnQuXG4gKiBgYGBodG1sXG4gKiA8ZWpzLXVwbG9hZGVyPjwvZWpzLXVwbG9hZGVyPlxuICogYGBgXG4gKi9cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZWpzLXVwbG9hZGVyJyxcbiAgICBpbnB1dHM6IGlucHV0cyxcbiAgICBvdXRwdXRzOiBvdXRwdXRzLFxuICAgIHRlbXBsYXRlOiAnJyxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgcHJvdmlkZTogTkdfVkFMVUVfQUNDRVNTT1IsXG4gICAgICAgICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBVcGxvYWRlckNvbXBvbmVudCksXG4gICAgICAgICAgICBtdWx0aTogdHJ1ZVxuICAgICAgICB9XG4gICAgXSxcbiAgICBxdWVyaWVzOiB7XG4gICAgICAgIGNoaWxkRmlsZXM6IG5ldyBDb250ZW50Q2hpbGQoRmlsZXNEaXJlY3RpdmUpXG4gICAgfVxufSlcbkBDb21wb25lbnRNaXhpbnMoW0NvbXBvbmVudEJhc2UsIEZvcm1CYXNlXSlcbmV4cG9ydCBjbGFzcyBVcGxvYWRlckNvbXBvbmVudCBleHRlbmRzIFVwbG9hZGVyIGltcGxlbWVudHMgSUNvbXBvbmVudEJhc2Uge1xuICAgIHB1YmxpYyBmb3JtQ29tcENvbnRleHQgOiBhbnk7XG4gICAgcHVibGljIGZvcm1Db250ZXh0IDogYW55O1xuICAgIHB1YmxpYyB0YWdPYmplY3RzOiBhbnk7XG5cdGFjdGlvbkNvbXBsZXRlOiBhbnk7XG5cdGJlZm9yZVJlbW92ZTogYW55O1xuXHRiZWZvcmVVcGxvYWQ6IGFueTtcblx0Y2FuY2VsaW5nOiBhbnk7XG5cdGNoYW5nZTogYW55O1xuXHRjaHVua0ZhaWx1cmU6IGFueTtcblx0Y2h1bmtTdWNjZXNzOiBhbnk7XG5cdGNodW5rVXBsb2FkaW5nOiBhbnk7XG5cdGNsZWFyaW5nOiBhbnk7XG5cdGNyZWF0ZWQ6IGFueTtcblx0ZmFpbHVyZTogYW55O1xuXHRmaWxlTGlzdFJlbmRlcmluZzogYW55O1xuXHRwYXVzaW5nOiBhbnk7XG5cdHByb2dyZXNzOiBhbnk7XG5cdHJlbW92aW5nOiBhbnk7XG5cdHJlbmRlcmluZzogYW55O1xuXHRyZXN1bWluZzogYW55O1xuXHRzZWxlY3RlZDogYW55O1xuXHRzdWNjZXNzOiBhbnk7XG5cdHB1YmxpYyB1cGxvYWRpbmc6IGFueTtcbiAgICBwdWJsaWMgY2hpbGRGaWxlczogYW55O1xuICAgIHB1YmxpYyB0YWdzOiBzdHJpbmdbXSA9IFsnZmlsZXMnXTtcbiAgICAvKiogXG4gICAgICogU3BlY2lmaWVzIHRoZSBIVE1MIHN0cmluZyB0aGF0IHVzZWQgdG8gY3VzdG9taXplIHRoZSBjb250ZW50IG9mIGVhY2ggZmlsZSBpbiB0aGUgbGlzdC5cbiAgICAgKiBcbiAgICAgKiA+IEZvciBtb3JlIGluZm9ybWF0aW9uLCByZWZlciB0byB0aGUgW3RlbXBsYXRlXSguLi8uLi91cGxvYWRlci90ZW1wbGF0ZS8pIHNlY3Rpb24gZnJvbSB0aGUgZG9jdW1lbnRhdGlvbi5cbiAgICAgKiAgICAgXG4gICAgICogQGRlZmF1bHQgbnVsbFxuICAgICAqIEBhc3B0eXBlIHN0cmluZ1xuICAgICAqL1xuICAgIEBDb250ZW50Q2hpbGQoJ3RlbXBsYXRlJylcbiAgICBAVGVtcGxhdGUoKVxuICAgIHB1YmxpYyB0ZW1wbGF0ZTogYW55O1xuXG4gICAgcHVibGljIGZvY3VzOiBhbnk7XG4gICAgcHVibGljIGJsdXI6IGFueTtcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIG5nRWxlOiBFbGVtZW50UmVmLCBwcml2YXRlIHNyZW5kZXJlcjogUmVuZGVyZXIyLCBwcml2YXRlIHZpZXdDb250YWluZXJSZWY6Vmlld0NvbnRhaW5lclJlZiwgcHJpdmF0ZSBpbmplY3RvcjogSW5qZWN0b3IpIHtcbiAgICAgICAgc3VwZXIoKTtcbiAgICAgICAgdGhpcy5lbGVtZW50ID0gdGhpcy5uZ0VsZS5uYXRpdmVFbGVtZW50O1xuICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcyA9IHRoaXMuaW5qZWN0ZWRNb2R1bGVzIHx8IFtdO1xuXG4gICAgICAgIHRoaXMucmVnaXN0ZXJFdmVudHMob3V0cHV0cyk7XG4gICAgICAgIHRoaXMuYWRkVHdvV2F5LmNhbGwodGhpcywgdHdvV2F5cyk7XG4gICAgICAgIHNldFZhbHVlKCdjdXJyZW50SW5zdGFuY2UnLCB0aGlzLCB0aGlzLnZpZXdDb250YWluZXJSZWYpO1xuICAgICAgICB0aGlzLmZvcm1Db250ZXh0ICA9IG5ldyBGb3JtQmFzZSgpO1xuICAgICAgICB0aGlzLmZvcm1Db21wQ29udGV4dCAgPSBuZXcgQ29tcG9uZW50QmFzZSgpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3Rlck9uQ2hhbmdlKHJlZ2lzdGVyRnVuY3Rpb246IChfOiBhbnkpID0+IHZvaWQpOiB2b2lkIHtcbiAgICB9XG5cbiAgICBwdWJsaWMgcmVnaXN0ZXJPblRvdWNoZWQocmVnaXN0ZXJGdW5jdGlvbjogKCkgPT4gdm9pZCk6IHZvaWQge1xuICAgIH1cblxuICAgIHB1YmxpYyB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpOiB2b2lkIHtcbiAgICB9XG4gICAgXG4gICAgcHVibGljIHNldERpc2FibGVkU3RhdGUoZGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkluaXQoKSB7XG4gICAgICAgIHRoaXMuZm9ybUNvbXBDb250ZXh0Lm5nT25Jbml0KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuZm9ybUNvbnRleHQubmdBZnRlclZpZXdJbml0KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5mb3JtQ29tcENvbnRleHQubmdPbkRlc3Ryb3kodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJDb250ZW50Q2hlY2tlZCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy50YWdPYmplY3RzWzBdLmluc3RhbmNlID0gdGhpcy5jaGlsZEZpbGVzO1xuICAgICAgICB0aGlzLmZvcm1Db21wQ29udGV4dC5uZ0FmdGVyQ29udGVudENoZWNrZWQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIHJlZ2lzdGVyRXZlbnRzOiAoZXZlbnRMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbiAgICBwdWJsaWMgYWRkVHdvV2F5OiAocHJvcExpc3Q6IHN0cmluZ1tdKSA9PiB2b2lkO1xufVxuXG4iXX0=
|
|
@@ -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, FormValidator } from '@syncfusion/ej2-inputs';
|
|
6
|
+
import { TextBox, NumericTextBox, MaskedTextBox, Slider, Uploader, ColorPicker, Signature, Rating, 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$7 = ['autocomplete', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'multiline', 'placeholder', 'readonly', 'showClearButton', 'type', 'value', 'width'];
|
|
12
|
+
const outputs$8 = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
|
|
13
|
+
const twoWays$7 = ['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$8);
|
|
31
|
+
this.addTwoWay.call(this, twoWays$7);
|
|
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$7,
|
|
73
|
+
outputs: outputs$8,
|
|
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$6 = ['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$7 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
|
|
130
|
+
const twoWays$6 = ['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$7);
|
|
148
|
+
this.addTwoWay.call(this, twoWays$6);
|
|
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$6,
|
|
190
|
+
outputs: outputs$7,
|
|
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$5 = ['cssClass', 'customCharacters', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'mask', 'placeholder', 'promptChar', 'readonly', 'showClearButton', 'value', 'width'];
|
|
246
|
+
const outputs$6 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
|
|
247
|
+
const twoWays$5 = ['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$6);
|
|
265
|
+
this.addTwoWay.call(this, twoWays$5);
|
|
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$5,
|
|
307
|
+
outputs: outputs$6,
|
|
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$4 = ['colorRange', 'cssClass', 'customValues', 'enableAnimation', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'limits', 'locale', 'max', 'min', 'orientation', 'readonly', 'showButtons', 'step', 'ticks', 'tooltip', 'type', 'value', 'width'];
|
|
363
|
+
const outputs$5 = ['focus', 'blur', 'change', 'changed', 'created', 'renderedTicks', 'renderingTicks', 'tooltipChange', 'valueChange'];
|
|
364
|
+
const twoWays$4 = ['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$5);
|
|
381
|
+
this.addTwoWay.call(this, twoWays$4);
|
|
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$4,
|
|
423
|
+
outputs: outputs$5,
|
|
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$4 = [];
|
|
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$4);
|
|
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$4,
|
|
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$3 = ['allowedExtensions', 'asyncSettings', 'autoUpload', 'buttons', 'cssClass', 'directoryUpload', 'dropArea', 'dropEffect', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'files', 'htmlAttributes', 'locale', 'maxFileSize', 'minFileSize', 'multiple', 'sequentialUpload', 'showFileList', 'template'];
|
|
534
|
+
const outputs$3 = ['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$3 = [];
|
|
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$3);
|
|
553
|
+
this.addTwoWay.call(this, twoWays$3);
|
|
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", 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: [
|
|
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", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enabled: "enabled", files: "files", htmlAttributes: "htmlAttributes", locale: "locale", maxFileSize: "maxFileSize", minFileSize: "minFileSize", multiple: "multiple", sequentialUpload: "sequentialUpload", showFileList: "showFileList", template: "template" }, 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$3,
|
|
599
|
+
outputs: outputs$3,
|
|
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$2 = ['columns', 'createPopupOnClick', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'value'];
|
|
668
|
+
const outputs$2 = ['focus', 'blur', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select', 'valueChange'];
|
|
669
|
+
const twoWays$2 = ['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$2);
|
|
686
|
+
this.addTwoWay.call(this, twoWays$2);
|
|
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$2,
|
|
728
|
+
outputs: outputs$2,
|
|
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 = ['backgroundColor', 'backgroundImage', 'disabled', 'enablePersistence', 'enableRtl', 'isReadOnly', 'locale', 'maxStrokeWidth', 'minStrokeWidth', 'saveWithBackground', 'strokeColor', 'velocity'];
|
|
784
|
-
const outputs = ['focus', 'blur', 'beforeSave', 'change', 'created'];
|
|
785
|
-
const twoWays = [];
|
|
783
|
+
const inputs$1 = ['backgroundColor', 'backgroundImage', 'disabled', 'enablePersistence', 'enableRtl', 'isReadOnly', 'locale', 'maxStrokeWidth', 'minStrokeWidth', 'saveWithBackground', 'strokeColor', 'velocity'];
|
|
784
|
+
const outputs$1 = ['focus', 'blur', 'beforeSave', 'change', 'created'];
|
|
785
|
+
const twoWays$1 = [];
|
|
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$1);
|
|
802
|
+
this.addTwoWay.call(this, twoWays$1);
|
|
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$1,
|
|
844
|
+
outputs: outputs$1,
|
|
845
845
|
template: '',
|
|
846
846
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
847
847
|
providers: [
|
|
@@ -895,6 +895,146 @@ 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
|
+
|
|
898
1038
|
class FormValidators {
|
|
899
1039
|
//max validation
|
|
900
1040
|
static max(number) {
|
|
@@ -1093,5 +1233,5 @@ class FormValidators {
|
|
|
1093
1233
|
* Generated bundle index. Do not edit.
|
|
1094
1234
|
*/
|
|
1095
1235
|
|
|
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 };
|
|
1236
|
+
export { ColorPickerAllModule, ColorPickerComponent, ColorPickerModule, FilesDirective, FormValidators, MaskedTextBoxAllModule, MaskedTextBoxComponent, MaskedTextBoxModule, NumericTextBoxAllModule, NumericTextBoxComponent, NumericTextBoxModule, RatingAllModule, RatingComponent, RatingModule, SignatureAllModule, SignatureComponent, SignatureModule, SliderAllModule, SliderComponent, SliderModule, TextBoxAllModule, TextBoxComponent, TextBoxModule, UploadedFilesDirective, UploaderAllModule, UploaderComponent, UploaderModule };
|
|
1097
1237
|
//# sourceMappingURL=syncfusion-ej2-angular-inputs.mjs.map
|