@syncfusion/ej2-angular-inputs 23.1.36 → 23.1.37
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/src/color-picker/colorpicker.component.mjs +5 -4
- package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +5 -4
- package/esm2020/src/numerictextbox/numerictextbox.component.mjs +5 -4
- package/esm2020/src/rating/rating.component.mjs +5 -4
- package/esm2020/src/signature/signature.component.mjs +5 -4
- package/esm2020/src/slider/slider.component.mjs +5 -4
- package/esm2020/src/textbox/textbox.component.mjs +5 -4
- package/esm2020/src/uploader/uploader.component.mjs +5 -4
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs +32 -24
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +32 -24
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/package.json +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/color-picker/colorpicker.component.d.ts +3 -2
- package/src/maskedtextbox/maskedtextbox.component.d.ts +3 -2
- package/src/numerictextbox/numerictextbox.component.d.ts +3 -2
- package/src/rating/rating.component.d.ts +15 -2
- package/src/signature/signature.component.d.ts +3 -2
- package/src/slider/slider.component.d.ts +3 -2
- package/src/textbox/textbox.component.d.ts +3 -2
- package/src/uploader/uploader.component.d.ts +3 -2
- package/styles/bootstrap-dark.css +1 -4
- package/styles/bootstrap.css +1 -4
- package/styles/bootstrap4.css +1 -4
- package/styles/bootstrap5-dark.css +1 -4
- package/styles/bootstrap5.css +1 -4
- package/styles/color-picker/bootstrap-dark.scss +1 -1
- package/styles/color-picker/bootstrap.scss +1 -1
- package/styles/color-picker/bootstrap4.scss +1 -1
- package/styles/color-picker/bootstrap5-dark.scss +1 -1
- package/styles/color-picker/bootstrap5.scss +1 -1
- package/styles/color-picker/fabric-dark.scss +1 -1
- package/styles/color-picker/fabric.scss +1 -1
- package/styles/color-picker/fluent-dark.scss +1 -1
- package/styles/color-picker/fluent.scss +1 -1
- package/styles/color-picker/highcontrast-light.scss +1 -1
- package/styles/color-picker/highcontrast.scss +1 -1
- package/styles/color-picker/material-dark.css +0 -1
- package/styles/color-picker/material-dark.scss +1 -1
- package/styles/color-picker/material.css +0 -1
- package/styles/color-picker/material.scss +1 -1
- package/styles/color-picker/material3-dark.css +0 -1
- package/styles/color-picker/material3-dark.scss +1 -1
- package/styles/color-picker/material3.css +0 -1
- package/styles/color-picker/material3.scss +1 -1
- package/styles/color-picker/tailwind-dark.css +0 -1
- package/styles/color-picker/tailwind-dark.scss +1 -1
- package/styles/color-picker/tailwind.css +0 -1
- package/styles/color-picker/tailwind.scss +1 -1
- package/styles/fabric-dark.css +1 -4
- package/styles/fabric.css +1 -4
- package/styles/fluent-dark.css +1 -4
- package/styles/fluent.css +1 -4
- package/styles/highcontrast-light.css +1 -4
- package/styles/highcontrast.css +1 -4
- package/styles/input/_layout.scss +124 -12
- package/styles/input/_material-dark-definition.scss +2 -2
- package/styles/input/_material-definition.scss +2 -2
- package/styles/input/_material3-definition.scss +2 -2
- package/styles/input/bootstrap-dark.css +1 -0
- package/styles/input/bootstrap-dark.scss +1 -1
- package/styles/input/bootstrap.css +1 -0
- package/styles/input/bootstrap.scss +1 -1
- package/styles/input/bootstrap4.css +1 -0
- package/styles/input/bootstrap4.scss +1 -1
- package/styles/input/bootstrap5-dark.css +1 -0
- package/styles/input/bootstrap5-dark.scss +1 -1
- package/styles/input/bootstrap5.css +1 -0
- package/styles/input/bootstrap5.scss +1 -1
- package/styles/input/fabric-dark.css +1 -0
- package/styles/input/fabric-dark.scss +1 -1
- package/styles/input/fabric.css +1 -0
- package/styles/input/fabric.scss +1 -1
- package/styles/input/fluent-dark.css +1 -0
- package/styles/input/fluent-dark.scss +1 -1
- package/styles/input/fluent.css +1 -0
- package/styles/input/fluent.scss +1 -1
- package/styles/input/highcontrast-light.css +1 -0
- package/styles/input/highcontrast-light.scss +1 -1
- package/styles/input/highcontrast.css +1 -0
- package/styles/input/highcontrast.scss +1 -1
- package/styles/input/material-dark.css +103 -16
- package/styles/input/material-dark.scss +1 -1
- package/styles/input/material.css +103 -16
- package/styles/input/material.scss +1 -1
- package/styles/input/material3-dark.css +103 -16
- package/styles/input/material3-dark.scss +1 -1
- package/styles/input/material3.css +103 -16
- package/styles/input/material3.scss +1 -1
- package/styles/input/tailwind-dark.css +1 -1
- package/styles/input/tailwind-dark.scss +1 -1
- package/styles/input/tailwind.css +1 -1
- package/styles/input/tailwind.scss +1 -1
- package/styles/maskedtextbox/bootstrap-dark.scss +1 -1
- package/styles/maskedtextbox/bootstrap.scss +1 -1
- package/styles/maskedtextbox/bootstrap4.scss +1 -1
- package/styles/maskedtextbox/bootstrap5-dark.scss +1 -1
- package/styles/maskedtextbox/bootstrap5.scss +1 -1
- package/styles/maskedtextbox/fabric-dark.scss +1 -1
- package/styles/maskedtextbox/fabric.scss +1 -1
- package/styles/maskedtextbox/fluent-dark.scss +1 -1
- package/styles/maskedtextbox/fluent.scss +1 -1
- package/styles/maskedtextbox/highcontrast-light.scss +1 -1
- package/styles/maskedtextbox/highcontrast.scss +1 -1
- package/styles/maskedtextbox/material-dark.css +0 -1
- package/styles/maskedtextbox/material-dark.scss +1 -1
- package/styles/maskedtextbox/material.css +0 -1
- package/styles/maskedtextbox/material.scss +1 -1
- package/styles/maskedtextbox/material3-dark.css +0 -1
- package/styles/maskedtextbox/material3-dark.scss +1 -1
- package/styles/maskedtextbox/material3.css +0 -1
- package/styles/maskedtextbox/material3.scss +1 -1
- package/styles/maskedtextbox/tailwind-dark.css +0 -1
- package/styles/maskedtextbox/tailwind-dark.scss +1 -1
- package/styles/maskedtextbox/tailwind.css +0 -1
- package/styles/maskedtextbox/tailwind.scss +1 -1
- package/styles/material-dark.css +103 -20
- package/styles/material.css +103 -20
- package/styles/material3-dark.css +104 -21
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +104 -21
- package/styles/material3.scss +1 -1
- package/styles/numerictextbox/bootstrap-dark.scss +1 -1
- package/styles/numerictextbox/bootstrap.scss +1 -1
- package/styles/numerictextbox/bootstrap4.scss +1 -1
- package/styles/numerictextbox/bootstrap5-dark.scss +1 -1
- package/styles/numerictextbox/bootstrap5.scss +1 -1
- package/styles/numerictextbox/fabric-dark.scss +1 -1
- package/styles/numerictextbox/fabric.scss +1 -1
- package/styles/numerictextbox/fluent-dark.scss +1 -1
- package/styles/numerictextbox/fluent.scss +1 -1
- package/styles/numerictextbox/highcontrast-light.scss +1 -1
- package/styles/numerictextbox/highcontrast.scss +1 -1
- package/styles/numerictextbox/material-dark.css +0 -1
- package/styles/numerictextbox/material-dark.scss +1 -1
- package/styles/numerictextbox/material.css +0 -1
- package/styles/numerictextbox/material.scss +1 -1
- package/styles/numerictextbox/material3-dark.css +0 -1
- package/styles/numerictextbox/material3-dark.scss +1 -1
- package/styles/numerictextbox/material3.css +0 -1
- package/styles/numerictextbox/material3.scss +1 -1
- package/styles/numerictextbox/tailwind-dark.css +0 -1
- package/styles/numerictextbox/tailwind-dark.scss +1 -1
- package/styles/numerictextbox/tailwind.css +0 -1
- package/styles/numerictextbox/tailwind.scss +1 -1
- package/styles/rating/_bootstrap-dark-definition.scss +0 -4
- package/styles/rating/_bootstrap-definition.scss +0 -4
- package/styles/rating/_bootstrap4-definition.scss +0 -4
- package/styles/rating/_bootstrap5-definition.scss +0 -4
- package/styles/rating/_fabric-dark-definition.scss +0 -4
- package/styles/rating/_fabric-definition.scss +0 -4
- package/styles/rating/_fluent-definition.scss +0 -4
- package/styles/rating/_fusionnew-definition.scss +0 -4
- package/styles/rating/_highcontrast-definition.scss +0 -4
- package/styles/rating/_highcontrast-light-definition.scss +0 -4
- package/styles/rating/_layout.scss +0 -4
- package/styles/rating/_material-dark-definition.scss +0 -4
- package/styles/rating/_material-definition.scss +0 -4
- package/styles/rating/_material3-definition.scss +0 -4
- package/styles/rating/_tailwind-definition.scss +0 -4
- package/styles/rating/_theme.scss +3 -0
- package/styles/rating/bootstrap-dark.css +0 -4
- package/styles/rating/bootstrap-dark.scss +1 -1
- package/styles/rating/bootstrap.css +0 -4
- package/styles/rating/bootstrap.scss +1 -1
- package/styles/rating/bootstrap4.css +0 -4
- package/styles/rating/bootstrap4.scss +1 -1
- package/styles/rating/bootstrap5-dark.css +0 -4
- package/styles/rating/bootstrap5-dark.scss +1 -1
- package/styles/rating/bootstrap5.css +0 -4
- package/styles/rating/bootstrap5.scss +1 -1
- package/styles/rating/fabric-dark.css +0 -4
- package/styles/rating/fabric-dark.scss +1 -1
- package/styles/rating/fabric.css +0 -4
- package/styles/rating/fabric.scss +1 -1
- package/styles/rating/fluent-dark.css +0 -4
- package/styles/rating/fluent-dark.scss +1 -1
- package/styles/rating/fluent.css +0 -4
- package/styles/rating/fluent.scss +1 -1
- package/styles/rating/highcontrast-light.css +0 -4
- package/styles/rating/highcontrast-light.scss +1 -1
- package/styles/rating/highcontrast.css +0 -4
- package/styles/rating/highcontrast.scss +1 -1
- package/styles/rating/material-dark.css +0 -5
- package/styles/rating/material-dark.scss +1 -1
- package/styles/rating/material.css +0 -5
- package/styles/rating/material.scss +1 -1
- package/styles/rating/material3-dark.css +1 -6
- package/styles/rating/material3-dark.scss +1 -1
- package/styles/rating/material3.css +1 -6
- package/styles/rating/material3.scss +1 -1
- package/styles/rating/tailwind-dark.css +0 -5
- package/styles/rating/tailwind-dark.scss +1 -1
- package/styles/rating/tailwind.css +0 -5
- package/styles/rating/tailwind.scss +1 -1
- package/styles/signature/bootstrap-dark.scss +1 -1
- package/styles/signature/bootstrap.scss +1 -1
- package/styles/signature/bootstrap4.scss +1 -1
- package/styles/signature/bootstrap5-dark.scss +1 -1
- package/styles/signature/bootstrap5.scss +1 -1
- package/styles/signature/fabric-dark.scss +1 -1
- package/styles/signature/fabric.scss +1 -1
- package/styles/signature/fluent-dark.scss +1 -1
- package/styles/signature/fluent.scss +1 -1
- package/styles/signature/highcontrast-light.scss +1 -1
- package/styles/signature/highcontrast.scss +1 -1
- package/styles/signature/material-dark.css +0 -1
- package/styles/signature/material-dark.scss +1 -1
- package/styles/signature/material.css +0 -1
- package/styles/signature/material.scss +1 -1
- package/styles/signature/material3-dark.css +0 -1
- package/styles/signature/material3-dark.scss +1 -1
- package/styles/signature/material3.css +0 -1
- package/styles/signature/material3.scss +1 -1
- package/styles/signature/tailwind-dark.css +0 -1
- package/styles/signature/tailwind-dark.scss +1 -1
- package/styles/signature/tailwind.css +0 -1
- package/styles/signature/tailwind.scss +1 -1
- package/styles/slider/bootstrap-dark.scss +1 -1
- package/styles/slider/bootstrap.scss +1 -1
- package/styles/slider/bootstrap4.scss +1 -1
- package/styles/slider/bootstrap5-dark.scss +1 -1
- package/styles/slider/bootstrap5.scss +1 -1
- package/styles/slider/fabric-dark.scss +1 -1
- package/styles/slider/fabric.scss +1 -1
- package/styles/slider/fluent-dark.scss +1 -1
- package/styles/slider/fluent.scss +1 -1
- package/styles/slider/highcontrast-light.scss +1 -1
- package/styles/slider/highcontrast.scss +1 -1
- package/styles/slider/material-dark.css +0 -1
- package/styles/slider/material-dark.scss +1 -1
- package/styles/slider/material.css +0 -1
- package/styles/slider/material.scss +1 -1
- package/styles/slider/material3-dark.css +0 -1
- package/styles/slider/material3-dark.scss +1 -1
- package/styles/slider/material3.css +0 -1
- package/styles/slider/material3.scss +1 -1
- package/styles/slider/tailwind-dark.css +0 -1
- package/styles/slider/tailwind-dark.scss +1 -1
- package/styles/slider/tailwind.css +0 -1
- package/styles/slider/tailwind.scss +1 -1
- package/styles/tailwind-dark.css +1 -13
- package/styles/tailwind.css +1 -13
- package/styles/textbox/bootstrap-dark.scss +1 -1
- package/styles/textbox/bootstrap.scss +1 -1
- package/styles/textbox/bootstrap4.scss +1 -1
- package/styles/textbox/bootstrap5-dark.scss +1 -1
- package/styles/textbox/bootstrap5.scss +1 -1
- package/styles/textbox/fabric-dark.scss +1 -1
- package/styles/textbox/fabric.scss +1 -1
- package/styles/textbox/fluent-dark.scss +1 -1
- package/styles/textbox/fluent.scss +1 -1
- package/styles/textbox/highcontrast-light.scss +1 -1
- package/styles/textbox/highcontrast.scss +1 -1
- package/styles/textbox/material-dark.css +0 -1
- package/styles/textbox/material-dark.scss +1 -1
- package/styles/textbox/material.css +0 -1
- package/styles/textbox/material.scss +1 -1
- package/styles/textbox/material3-dark.css +0 -1
- package/styles/textbox/material3-dark.scss +1 -1
- package/styles/textbox/material3.css +0 -1
- package/styles/textbox/material3.scss +1 -1
- package/styles/textbox/tailwind-dark.css +0 -1
- package/styles/textbox/tailwind-dark.scss +1 -1
- package/styles/textbox/tailwind.css +0 -1
- package/styles/textbox/tailwind.scss +1 -1
- package/styles/uploader/bootstrap-dark.scss +1 -1
- package/styles/uploader/bootstrap.scss +1 -1
- package/styles/uploader/bootstrap4.scss +1 -1
- package/styles/uploader/bootstrap5-dark.scss +1 -1
- package/styles/uploader/bootstrap5.scss +1 -1
- package/styles/uploader/fabric-dark.scss +1 -1
- package/styles/uploader/fabric.scss +1 -1
- package/styles/uploader/fluent-dark.scss +1 -1
- package/styles/uploader/fluent.scss +1 -1
- package/styles/uploader/highcontrast-light.scss +1 -1
- package/styles/uploader/highcontrast.scss +1 -1
- package/styles/uploader/material-dark.css +0 -1
- package/styles/uploader/material-dark.scss +1 -1
- package/styles/uploader/material.css +0 -1
- package/styles/uploader/material.scss +1 -1
- package/styles/uploader/material3-dark.css +0 -1
- package/styles/uploader/material3-dark.scss +1 -1
- package/styles/uploader/material3.css +0 -1
- package/styles/uploader/material3.scss +1 -1
- package/styles/uploader/tailwind-dark.css +0 -1
- package/styles/uploader/tailwind-dark.scss +1 -1
- package/styles/uploader/tailwind.css +0 -1
- package/styles/uploader/tailwind.scss +1 -1
|
@@ -18,12 +18,13 @@ const twoWays$7 = ['value'];
|
|
|
18
18
|
* ```
|
|
19
19
|
*/
|
|
20
20
|
let TextBoxComponent = TextBoxComponent_1 = class TextBoxComponent extends TextBox {
|
|
21
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
21
|
+
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
22
22
|
super();
|
|
23
23
|
this.ngEle = ngEle;
|
|
24
24
|
this.srenderer = srenderer;
|
|
25
25
|
this.viewContainerRef = viewContainerRef;
|
|
26
26
|
this.injector = injector;
|
|
27
|
+
this.cdr = cdr;
|
|
27
28
|
this.skipFromEvent = true;
|
|
28
29
|
this.element = this.ngEle.nativeElement;
|
|
29
30
|
this.injectedModules = this.injectedModules || [];
|
|
@@ -54,7 +55,7 @@ let TextBoxComponent = TextBoxComponent_1 = class TextBoxComponent extends TextB
|
|
|
54
55
|
this.formCompContext.ngAfterContentChecked(this);
|
|
55
56
|
}
|
|
56
57
|
};
|
|
57
|
-
TextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TextBoxComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
58
|
+
TextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TextBoxComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
58
59
|
TextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: TextBoxComponent, selector: "ejs-textbox", inputs: { 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" }, outputs: { blur: "blur", change: "change", created: "created", destroyed: "destroyed", focus: "focus", input: "input", valueChange: "valueChange" }, providers: [
|
|
59
60
|
{
|
|
60
61
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -82,7 +83,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
82
83
|
],
|
|
83
84
|
queries: {}
|
|
84
85
|
}]
|
|
85
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
|
|
86
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } });
|
|
86
87
|
|
|
87
88
|
/**
|
|
88
89
|
* NgModule definition for the TextBox component.
|
|
@@ -135,12 +136,13 @@ const twoWays$6 = ['value'];
|
|
|
135
136
|
* ```
|
|
136
137
|
*/
|
|
137
138
|
let NumericTextBoxComponent = NumericTextBoxComponent_1 = class NumericTextBoxComponent extends NumericTextBox {
|
|
138
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
139
|
+
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
139
140
|
super();
|
|
140
141
|
this.ngEle = ngEle;
|
|
141
142
|
this.srenderer = srenderer;
|
|
142
143
|
this.viewContainerRef = viewContainerRef;
|
|
143
144
|
this.injector = injector;
|
|
145
|
+
this.cdr = cdr;
|
|
144
146
|
this.skipFromEvent = true;
|
|
145
147
|
this.element = this.ngEle.nativeElement;
|
|
146
148
|
this.injectedModules = this.injectedModules || [];
|
|
@@ -171,7 +173,7 @@ let NumericTextBoxComponent = NumericTextBoxComponent_1 = class NumericTextBoxCo
|
|
|
171
173
|
this.formCompContext.ngAfterContentChecked(this);
|
|
172
174
|
}
|
|
173
175
|
};
|
|
174
|
-
NumericTextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NumericTextBoxComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
176
|
+
NumericTextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: NumericTextBoxComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
175
177
|
NumericTextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: NumericTextBoxComponent, selector: "ejs-numerictextbox", inputs: { 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" }, outputs: { blur: "blur", change: "change", created: "created", destroyed: "destroyed", focus: "focus", valueChange: "valueChange" }, providers: [
|
|
176
178
|
{
|
|
177
179
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -199,7 +201,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
199
201
|
],
|
|
200
202
|
queries: {}
|
|
201
203
|
}]
|
|
202
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
|
|
204
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } });
|
|
203
205
|
|
|
204
206
|
/**
|
|
205
207
|
* NgModule definition for the NumericTextBox component.
|
|
@@ -252,12 +254,13 @@ const twoWays$5 = ['value'];
|
|
|
252
254
|
* ```
|
|
253
255
|
*/
|
|
254
256
|
let MaskedTextBoxComponent = MaskedTextBoxComponent_1 = class MaskedTextBoxComponent extends MaskedTextBox {
|
|
255
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
257
|
+
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
256
258
|
super();
|
|
257
259
|
this.ngEle = ngEle;
|
|
258
260
|
this.srenderer = srenderer;
|
|
259
261
|
this.viewContainerRef = viewContainerRef;
|
|
260
262
|
this.injector = injector;
|
|
263
|
+
this.cdr = cdr;
|
|
261
264
|
this.skipFromEvent = true;
|
|
262
265
|
this.element = this.ngEle.nativeElement;
|
|
263
266
|
this.injectedModules = this.injectedModules || [];
|
|
@@ -288,7 +291,7 @@ let MaskedTextBoxComponent = MaskedTextBoxComponent_1 = class MaskedTextBoxCompo
|
|
|
288
291
|
this.formCompContext.ngAfterContentChecked(this);
|
|
289
292
|
}
|
|
290
293
|
};
|
|
291
|
-
MaskedTextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MaskedTextBoxComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
294
|
+
MaskedTextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MaskedTextBoxComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
292
295
|
MaskedTextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: MaskedTextBoxComponent, selector: "ejs-maskedtextbox", inputs: { 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" }, outputs: { blur: "blur", change: "change", created: "created", destroyed: "destroyed", focus: "focus", valueChange: "valueChange" }, providers: [
|
|
293
296
|
{
|
|
294
297
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -316,7 +319,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
316
319
|
],
|
|
317
320
|
queries: {}
|
|
318
321
|
}]
|
|
319
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
|
|
322
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } });
|
|
320
323
|
|
|
321
324
|
/**
|
|
322
325
|
* NgModule definition for the MaskedTextBox component.
|
|
@@ -369,12 +372,13 @@ const twoWays$4 = ['value'];
|
|
|
369
372
|
* ```
|
|
370
373
|
*/
|
|
371
374
|
let SliderComponent = SliderComponent_1 = class SliderComponent extends Slider {
|
|
372
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
375
|
+
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
373
376
|
super();
|
|
374
377
|
this.ngEle = ngEle;
|
|
375
378
|
this.srenderer = srenderer;
|
|
376
379
|
this.viewContainerRef = viewContainerRef;
|
|
377
380
|
this.injector = injector;
|
|
381
|
+
this.cdr = cdr;
|
|
378
382
|
this.element = this.ngEle.nativeElement;
|
|
379
383
|
this.injectedModules = this.injectedModules || [];
|
|
380
384
|
this.registerEvents(outputs$5);
|
|
@@ -404,7 +408,7 @@ let SliderComponent = SliderComponent_1 = class SliderComponent extends Slider {
|
|
|
404
408
|
this.formCompContext.ngAfterContentChecked(this);
|
|
405
409
|
}
|
|
406
410
|
};
|
|
407
|
-
SliderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SliderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
411
|
+
SliderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SliderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
408
412
|
SliderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SliderComponent, selector: "ejs-slider", inputs: { 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" }, outputs: { focus: "focus", blur: "blur", change: "change", changed: "changed", created: "created", renderedTicks: "renderedTicks", renderingTicks: "renderingTicks", tooltipChange: "tooltipChange", valueChange: "valueChange" }, providers: [
|
|
409
413
|
{
|
|
410
414
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -432,7 +436,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
432
436
|
],
|
|
433
437
|
queries: {}
|
|
434
438
|
}]
|
|
435
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
|
|
439
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } });
|
|
436
440
|
|
|
437
441
|
/**
|
|
438
442
|
* NgModule definition for the Slider component.
|
|
@@ -540,12 +544,13 @@ const twoWays$3 = [];
|
|
|
540
544
|
* ```
|
|
541
545
|
*/
|
|
542
546
|
let UploaderComponent = UploaderComponent_1 = class UploaderComponent extends Uploader {
|
|
543
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
547
|
+
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
544
548
|
super();
|
|
545
549
|
this.ngEle = ngEle;
|
|
546
550
|
this.srenderer = srenderer;
|
|
547
551
|
this.viewContainerRef = viewContainerRef;
|
|
548
552
|
this.injector = injector;
|
|
553
|
+
this.cdr = cdr;
|
|
549
554
|
this.tags = ['files'];
|
|
550
555
|
this.element = this.ngEle.nativeElement;
|
|
551
556
|
this.injectedModules = this.injectedModules || [];
|
|
@@ -577,7 +582,7 @@ let UploaderComponent = UploaderComponent_1 = class UploaderComponent extends Up
|
|
|
577
582
|
this.formCompContext.ngAfterContentChecked(this);
|
|
578
583
|
}
|
|
579
584
|
};
|
|
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 });
|
|
585
|
+
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 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
581
586
|
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
587
|
{
|
|
583
588
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -610,7 +615,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
610
615
|
childFiles: new ContentChild(FilesDirective)
|
|
611
616
|
}
|
|
612
617
|
}]
|
|
613
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { template: [{
|
|
618
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { template: [{
|
|
614
619
|
type: ContentChild,
|
|
615
620
|
args: ['template']
|
|
616
621
|
}] } });
|
|
@@ -674,12 +679,13 @@ const twoWays$2 = ['value'];
|
|
|
674
679
|
* ```
|
|
675
680
|
*/
|
|
676
681
|
let ColorPickerComponent = ColorPickerComponent_1 = class ColorPickerComponent extends ColorPicker {
|
|
677
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
682
|
+
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
678
683
|
super();
|
|
679
684
|
this.ngEle = ngEle;
|
|
680
685
|
this.srenderer = srenderer;
|
|
681
686
|
this.viewContainerRef = viewContainerRef;
|
|
682
687
|
this.injector = injector;
|
|
688
|
+
this.cdr = cdr;
|
|
683
689
|
this.element = this.ngEle.nativeElement;
|
|
684
690
|
this.injectedModules = this.injectedModules || [];
|
|
685
691
|
this.registerEvents(outputs$2);
|
|
@@ -709,7 +715,7 @@ let ColorPickerComponent = ColorPickerComponent_1 = class ColorPickerComponent e
|
|
|
709
715
|
this.formCompContext.ngAfterContentChecked(this);
|
|
710
716
|
}
|
|
711
717
|
};
|
|
712
|
-
ColorPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColorPickerComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
718
|
+
ColorPickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ColorPickerComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
713
719
|
ColorPickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: ColorPickerComponent, selector: "[ejs-colorpicker]", inputs: { 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" }, outputs: { focus: "focus", blur: "blur", beforeClose: "beforeClose", beforeModeSwitch: "beforeModeSwitch", beforeOpen: "beforeOpen", beforeTileRender: "beforeTileRender", change: "change", created: "created", onModeSwitch: "onModeSwitch", open: "open", select: "select", valueChange: "valueChange" }, providers: [
|
|
714
720
|
{
|
|
715
721
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -737,7 +743,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
737
743
|
],
|
|
738
744
|
queries: {}
|
|
739
745
|
}]
|
|
740
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
|
|
746
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } });
|
|
741
747
|
|
|
742
748
|
/**
|
|
743
749
|
* NgModule definition for the ColorPicker component.
|
|
@@ -790,12 +796,13 @@ const twoWays$1 = [];
|
|
|
790
796
|
* ```
|
|
791
797
|
*/
|
|
792
798
|
let SignatureComponent = SignatureComponent_1 = class SignatureComponent extends Signature {
|
|
793
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
799
|
+
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
794
800
|
super();
|
|
795
801
|
this.ngEle = ngEle;
|
|
796
802
|
this.srenderer = srenderer;
|
|
797
803
|
this.viewContainerRef = viewContainerRef;
|
|
798
804
|
this.injector = injector;
|
|
805
|
+
this.cdr = cdr;
|
|
799
806
|
this.element = this.ngEle.nativeElement;
|
|
800
807
|
this.injectedModules = this.injectedModules || [];
|
|
801
808
|
this.registerEvents(outputs$1);
|
|
@@ -825,7 +832,7 @@ let SignatureComponent = SignatureComponent_1 = class SignatureComponent extends
|
|
|
825
832
|
this.formCompContext.ngAfterContentChecked(this);
|
|
826
833
|
}
|
|
827
834
|
};
|
|
828
|
-
SignatureComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SignatureComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
835
|
+
SignatureComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SignatureComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
829
836
|
SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SignatureComponent, selector: "[ejs-signature]", inputs: { backgroundColor: "backgroundColor", backgroundImage: "backgroundImage", disabled: "disabled", enablePersistence: "enablePersistence", enableRtl: "enableRtl", isReadOnly: "isReadOnly", locale: "locale", maxStrokeWidth: "maxStrokeWidth", minStrokeWidth: "minStrokeWidth", saveWithBackground: "saveWithBackground", strokeColor: "strokeColor", velocity: "velocity" }, outputs: { focus: "focus", blur: "blur", beforeSave: "beforeSave", change: "change", created: "created" }, providers: [
|
|
830
837
|
{
|
|
831
838
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -853,7 +860,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
853
860
|
],
|
|
854
861
|
queries: {}
|
|
855
862
|
}]
|
|
856
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
|
|
863
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } });
|
|
857
864
|
|
|
858
865
|
/**
|
|
859
866
|
* NgModule definition for the Signature component.
|
|
@@ -906,12 +913,13 @@ const twoWays = ['value'];
|
|
|
906
913
|
* ```
|
|
907
914
|
*/
|
|
908
915
|
let RatingComponent = RatingComponent_1 = class RatingComponent extends Rating {
|
|
909
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
916
|
+
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
910
917
|
super();
|
|
911
918
|
this.ngEle = ngEle;
|
|
912
919
|
this.srenderer = srenderer;
|
|
913
920
|
this.viewContainerRef = viewContainerRef;
|
|
914
921
|
this.injector = injector;
|
|
922
|
+
this.cdr = cdr;
|
|
915
923
|
this.element = this.ngEle.nativeElement;
|
|
916
924
|
this.injectedModules = this.injectedModules || [];
|
|
917
925
|
this.registerEvents(outputs);
|
|
@@ -941,7 +949,7 @@ let RatingComponent = RatingComponent_1 = class RatingComponent extends Rating {
|
|
|
941
949
|
this.formCompContext.ngAfterContentChecked(this);
|
|
942
950
|
}
|
|
943
951
|
};
|
|
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 });
|
|
952
|
+
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 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
945
953
|
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
954
|
{
|
|
947
955
|
provide: NG_VALUE_ACCESSOR,
|
|
@@ -981,7 +989,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
981
989
|
],
|
|
982
990
|
queries: {}
|
|
983
991
|
}]
|
|
984
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { fullTemplate: [{
|
|
992
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { fullTemplate: [{
|
|
985
993
|
type: ContentChild,
|
|
986
994
|
args: ['fullTemplate']
|
|
987
995
|
}], emptyTemplate: [{
|