@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
|
@@ -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
|