@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
package/README.md
CHANGED
|
@@ -1,145 +1,216 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Angular Inputs Components
|
|
2
2
|
|
|
3
|
-
A package of
|
|
3
|
+
A package of Angular Inputs components. It comes with a collection of form components which is useful to get different input values from the users such as text, numbers, patterns, color and file inputs.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## What's Included in the Angular Inputs Package
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
The Angular Inputs package includes the following list of components.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
### Angular ColorPicker
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
The [Angular ColorPicker](https://www.syncfusion.com/angular-components/angular-color-picker?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm) component is a user interface that is used to select and adjust color values.
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
<p align="center">
|
|
14
|
+
<a href="https://ej2.syncfusion.com/angular/documentation/color-picker/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Getting Started</a> .
|
|
15
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm#/material/color-picker/default">Online demos</a> .
|
|
16
|
+
<a href="https://www.syncfusion.com/angular-components/angular-color-picker?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Learn more</a>
|
|
17
|
+
</p>
|
|
18
|
+
|
|
19
|
+
<p align="center">
|
|
20
|
+
<img alt="Angular ColorPicker Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-colorpicker.png">
|
|
21
|
+
</p>
|
|
22
|
+
|
|
23
|
+
#### Key features
|
|
24
|
+
|
|
25
|
+
* [Color specification](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=color-picker#/material/color-picker/default) - Supports `Red Green Blue`, `Hue Saturation Value` and `Hex` codes.
|
|
26
|
+
* [Mode](https://ej2.syncfusion.com/angular/documentation/color-picker/mode-and-value#mode-and-value) - Supports `Picker` and `Palette` mode.
|
|
27
|
+
* [Inline](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=color-picker#/material/color-picker/inline) - Supports inline type rendering of color picker.
|
|
28
|
+
* [Custom palettes](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=color-picker#/material/color-picker/custom) - Allows to customize palettes and supports multiple palette groups rendering.
|
|
29
|
+
* [Opacity](https://ej2.syncfusion.com/angular/documentation/color-picker/mode-and-value#color-value) - Allows to set and change the `opacity` of the selected color.
|
|
30
|
+
* [Accessibility](https://ej2.syncfusion.com/angular/documentation/color-picker/accessibility#accessibility) - Built-in accessibility features to access color picker using the keyboard, screen readers, or other assistive technology devices.
|
|
31
|
+
|
|
32
|
+
### Angular TextBox
|
|
33
|
+
|
|
34
|
+
The [Angular TextBox](https://www.syncfusion.com/angular-components/angular-textbox?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm) component is an extended version of the HTML input control which is used to edit or display text input on a form.
|
|
35
|
+
|
|
36
|
+
<p align="center">
|
|
37
|
+
<a href="https://ej2.syncfusion.com/angular/documentation/textbox/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Getting Started</a> .
|
|
38
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm#/material/textboxes/default">Online demos</a> .
|
|
39
|
+
<a href="https://www.syncfusion.com/angular-components/angular-textbox?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Learn more</a>
|
|
40
|
+
</p>
|
|
41
|
+
|
|
42
|
+
<p align="center">
|
|
43
|
+
<img alt="Angular TextBox Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-textbox.png">
|
|
44
|
+
</p>
|
|
45
|
+
|
|
46
|
+
#### Key features
|
|
47
|
+
|
|
48
|
+
* [Floating label](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=textbox#/material/textboxes/default) - Floats the placeholder text while focus.
|
|
49
|
+
* [Input group](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=textbox#/material/textboxes/default) - Group the icons, buttons along with textbox.
|
|
50
|
+
* [Validation states](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=textbox#/material/textboxes/default) - Provides styles for success, error, and warning states.
|
|
51
|
+
* [Multiline](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=textbox#/material/textboxes/default) - Handles multiline input with placeholder text.
|
|
52
|
+
|
|
53
|
+
### Angular MaskedTextBox
|
|
54
|
+
|
|
55
|
+
The [Angular MaskedTextBox](https://www.syncfusion.com/angular-components/angular-input-mask?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm) component allows the user to enter the valid input only based on the provided mask.
|
|
56
|
+
|
|
57
|
+
<p align="center">
|
|
58
|
+
<a href="https://ej2.syncfusion.com/angular/documentation/maskedtextbox/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Getting Started</a> .
|
|
59
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm#/material/maskedtextbox/default">Online demos</a> .
|
|
60
|
+
<a href="https://www.syncfusion.com/angular-components/angular-input-mask?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Learn more</a>
|
|
61
|
+
</p>
|
|
62
|
+
|
|
63
|
+
<p align="center">
|
|
64
|
+
<img alt="Angular MaskedTextBox Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-maskedtextbox.png">
|
|
65
|
+
</p>
|
|
66
|
+
|
|
67
|
+
#### Key features
|
|
68
|
+
|
|
69
|
+
* [Custom characters](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=maskedtextbox#/material/maskedtextbox/custommask) - Allows you to use your own characters as the mask elements.
|
|
70
|
+
* [Regular expression](https://ej2.syncfusion.com/angular/documentation/maskedtextbox/mask-configuration#regular-expression?utm_source=npm&utm_campaign=maskedtextbox#regular-expression) - Can be used as a mask element for each character of the MaskedTextBox.
|
|
71
|
+
* [Accessibility](https://ej2.syncfusion.com/angular/documentation/maskedtextbox/accessibility?utm_source=npm&utm_campaign=maskedtextbox) - Provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.
|
|
72
|
+
|
|
73
|
+
### Angular NumericTextBox
|
|
74
|
+
|
|
75
|
+
The [Angular NumericTextBox](https://www.syncfusion.com/angular-components/angular-numeric-textbox?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm) component is used to get the number inputs from the user. The input values can be incremented or decremented by a predefined step value.
|
|
76
|
+
|
|
77
|
+
<p align="center">
|
|
78
|
+
<a href="https://ej2.syncfusion.com/angular/documentation/numerictextbox/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Getting Started</a> .
|
|
79
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm#/material/numerictextbox/default">Online demos</a> .
|
|
80
|
+
<a href="https://www.syncfusion.com/angular-components/angular-numeric-textbox?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Learn more</a>
|
|
81
|
+
</p>
|
|
82
|
+
|
|
83
|
+
<p align="center">
|
|
84
|
+
<img alt="Angular NumericTextBox Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-numerictextbox.png">
|
|
85
|
+
</p>
|
|
16
86
|
|
|
17
|
-
|
|
87
|
+
#### Key features
|
|
18
88
|
|
|
19
|
-
|
|
89
|
+
* [Range validation](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=numerictextbox#/material/numerictextbox/range) - Allows to set the minimum and maximum range of values in the NumericTextBox.
|
|
90
|
+
* [Number formats](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=numerictextbox#/material/numerictextbox/format) - Supports the number display formatting with MSDN standard and custom number formats.
|
|
91
|
+
* [Precision Of numbers](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=numerictextbox#/material/numerictextbox/restrict) - Allows to restrict the number precision when enters the value.
|
|
92
|
+
* [Keyboard interaction](https://ej2.syncfusion.com/angular/documentation/numerictextbox/accessibility#keyboard-interaction?utm_source=npm&utm_campaign=numerictextbox#keyboard-interaction) - Allows users to interact with the NumericTextBox using the keyboard.
|
|
93
|
+
* [Accessibility](https://ej2.syncfusion.com/angular/documentation/numerictextbox/accessibility?utm_source=npm&utm_campaign=numerictextbox) - Provides built-in accessibility support which helps to access all the NumericTextBox component features through keyboard, on-screen readers or other assistive technology devices.
|
|
94
|
+
* [Internationalization](https://ej2.syncfusion.com/angular/documentation/numerictextbox/internationalization.html?utm_source=npm&utm_campaign=numerictextbox) - Library provides support for formatting and parsing number using the official Unicode CLDR JSON data.
|
|
95
|
+
* [Localization](https://ej2.syncfusion.com/angular/documentation/numerictextbox/globalization#internationalization?utm_source=npm&utm_campaign=numerictextbox#localization) - Supports to localize spin up and down buttons title for the tooltip to different cultures.
|
|
20
96
|
|
|
21
|
-
|
|
22
|
-
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/color-picker/getting-started/?utm_source=npm&utm_campaign=color-picker)
|
|
23
|
-
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=color-picker#/material/color-picker/default)
|
|
24
|
-
* [Product Page](https://www.syncfusion.com/angular-ui-components/color-picker)
|
|
97
|
+
### Angular Signature
|
|
25
98
|
|
|
26
|
-
|
|
27
|
-
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/textbox/getting-started/?utm_source=npm&utm_campaign=textbox)
|
|
28
|
-
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=textbox#/material/textboxes/default)
|
|
29
|
-
* [Product Page](https://www.syncfusion.com/angular-ui-components/text-box/?utm_source=npm&utm_campaign=text-box)
|
|
99
|
+
The [Angular Signature](https://www.syncfusion.com/angular-components/angular-signature?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm) component allows user to draw smooth signatures as vector outline of strokes using variable width bezier curve interpolation. It allows to save signature as image.
|
|
30
100
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
101
|
+
<p align="center">
|
|
102
|
+
<a href="https://ej2.syncfusion.com/angular/documentation/signature/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Getting Started</a> .
|
|
103
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm#/material/signature/default">Online demos</a> .
|
|
104
|
+
<a href="https://www.syncfusion.com/angular-components/angular-signature?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Learn more</a>
|
|
105
|
+
</p>
|
|
35
106
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
* [Product Page](https://www.syncfusion.com/angular-ui-components/numerictextbox/?utm_source=npm&utm_campaign=numerictextbox)
|
|
107
|
+
<p align="center">
|
|
108
|
+
<img alt="Angular Signature Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-signature.png">
|
|
109
|
+
</p>
|
|
40
110
|
|
|
41
|
-
|
|
42
|
-
* [Getting Started](https://ej2.syncfusion.com/documentation/signature/getting-started?lang=typescript&utm_source=npm&utm_campaign=signature)
|
|
43
|
-
* [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=signature#/material/signature/default.html)
|
|
44
|
-
* [Product Page](https://www.syncfusion.com/javascript-ui-controls/signature/?utm_source=npm&utm_campaign=signature)
|
|
111
|
+
#### Key features
|
|
45
112
|
|
|
46
|
-
*
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
113
|
+
* [Customization](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=slider#/material/signature/default.html) - Support various customization options like background color, background image, stroke color, stroke width, save with background, undo, redo, clear, readonly, and disabled.
|
|
114
|
+
* [Save](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=slider#/material/signature/default.html) - Support to save the signature as image like PNG, JPEG, and SVG.
|
|
115
|
+
* [Load](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=slider#/material/signature/default.html) - Support to load the signature as base64 url of the image.
|
|
116
|
+
* [Draw](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=slider#/material/signature/default.html) - Support to draw the text with the different font family and font size.
|
|
50
117
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
118
|
+
### Angular Slider
|
|
119
|
+
|
|
120
|
+
The [Angular Slider](https://www.syncfusion.com/angular-components/angular-slider?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm) component allows you to select a value or range of values between the min and max range.
|
|
121
|
+
|
|
122
|
+
<p align="center">
|
|
123
|
+
<a href="https://ej2.syncfusion.com/angular/documentation/range-slider/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Getting Started</a> .
|
|
124
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm#/material/range-slider/default">Online demos</a> .
|
|
125
|
+
<a href="https://www.syncfusion.com/angular-components/angular-slider?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Learn more</a>
|
|
126
|
+
</p>
|
|
127
|
+
|
|
128
|
+
<p align="center">
|
|
129
|
+
<img alt="Angular Slider Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-slider.png">
|
|
130
|
+
</p>
|
|
131
|
+
|
|
132
|
+
#### Key features
|
|
133
|
+
|
|
134
|
+
* [Types](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/default) - Provided three types of Slider.
|
|
135
|
+
* [Orientation](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/orientation) - Displays the Slider in horizontal or vertical direction.
|
|
136
|
+
* [Buttons](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/tooltip) - Provided built-in support to render the buttons in both edges of the Slider.
|
|
137
|
+
* [Tooltip](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/tooltip) - Displays a tooltip to show the currently selected value.
|
|
138
|
+
* [Ticks](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/ticks) - Displays a scale with small and big ticks.
|
|
139
|
+
* [Format](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/format) - Customize the slider values into various format.
|
|
140
|
+
* [Limits](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/limits) - Slider thumb movement restriction enabled with interval dragging in range-slider.
|
|
141
|
+
* [Accessibility](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/default) - Built-in compliance with the [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/) specifications.
|
|
142
|
+
* [Keyboard Interaction](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/api) - The Slider can be intractable through the keyboard.
|
|
143
|
+
|
|
144
|
+
### Angular File Upload
|
|
145
|
+
|
|
146
|
+
The Angular [File Upload](https://www.syncfusion.com/angular-ui-components/angular-file-upload/?utm_source=npm&utm_medium=listing&utm_campaign=anuglar-file-upload-npm) component is an extended version of the HTML5 upload control which is used to upload images, documents, and other files to a server.
|
|
147
|
+
|
|
148
|
+
<p align="center">
|
|
149
|
+
<a href="https://ej2.syncfusion.com/angular/documentation/uploader/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Getting Started</a> .
|
|
150
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm#/material/uploader/default">Online demos</a> .
|
|
151
|
+
<a href="https://www.syncfusion.com/angular-components/angular-file-upload?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm">Learn more</a>
|
|
152
|
+
</p>
|
|
153
|
+
|
|
154
|
+
<p align="center">
|
|
155
|
+
<img alt="Angular FileUpload Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-file-upload.png">
|
|
156
|
+
</p>
|
|
157
|
+
|
|
158
|
+
#### Key features
|
|
159
|
+
|
|
160
|
+
* [Chunk upload](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/chunk-upload) - Used to upload large files as chunks
|
|
161
|
+
* [Drag and drop](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/custom-drop-area) - Drag the files and drop into component to upload them.
|
|
162
|
+
* [Template](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/custom-file-list) - The file list and buttons can be customize using template.
|
|
163
|
+
* [Validation](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/file-validation) - Validate extension and size of upload file
|
|
164
|
+
* [Auto upload](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/default) - Process the file to upload without interaction.
|
|
165
|
+
* [Preload files](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/preload-files) - View and manipulate previously uploaded files.
|
|
166
|
+
|
|
167
|
+
<p align="center">
|
|
168
|
+
Trusted by the world's leading companies
|
|
169
|
+
<a href="https://www.syncfusion.com/">
|
|
170
|
+
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Syncfusion logo">
|
|
171
|
+
</a>
|
|
172
|
+
</p>
|
|
173
|
+
|
|
174
|
+
## Setup
|
|
175
|
+
|
|
176
|
+
To install `inputs` and its dependent packages, use the following command.
|
|
177
|
+
|
|
178
|
+
```sh
|
|
179
|
+
npm install @syncfusion/ej2-angular-inputs
|
|
180
|
+
```
|
|
55
181
|
|
|
56
182
|
## Supported frameworks
|
|
57
183
|
|
|
58
|
-
|
|
184
|
+
Inputs components are also offered in following list of frameworks.
|
|
59
185
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
3. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/numeric-textbox/?utm_source=npm&utm_campaign=input)
|
|
63
|
-
4. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/input-mask/?utm_source=npm&utm_campaign=input)
|
|
64
|
-
5. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/range-slider/?utm_source=npm&utm_campaign=input)
|
|
186
|
+
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/> [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/> [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/> [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github) |
|
|
187
|
+
| :-----: | :-----: | :-----: | :-----: | :-----: |
|
|
65
188
|
|
|
66
189
|
## Showcase samples
|
|
67
190
|
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
* Cloud Pricing ([Live Demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/azure-pricing))
|
|
71
|
-
|
|
72
|
-
## Key Features
|
|
73
|
-
|
|
74
|
-
### 1. ColorPicker
|
|
75
|
-
- [**Color specification**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=color-picker#/material/color-picker/default) - Supports `Red Green Blue`, `Hue Saturation Value` and `Hex` codes.
|
|
76
|
-
- [**Mode**](https://ej2.syncfusion.com/angular/documentation/color-picker/mode-and-value#mode-and-value) - Supports `Picker` and `Palette` mode.
|
|
77
|
-
- [**Inline**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=color-picker#/material/color-picker/inline) - Supports inline type rendering of color picker.
|
|
78
|
-
- [**Custom palettes**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=color-picker#/material/color-picker/custom) - Allows you to customize palettes and supports multiple palette groups rendering.
|
|
79
|
-
- [**Opacity**](https://ej2.syncfusion.com/angular/documentation/color-picker/mode-and-value#color-value) - Allows to set and change the `opacity` of the selected color.
|
|
80
|
-
- [**Accessibility**](https://ej2.syncfusion.com/angular/documentation/color-picker/accessibility#accessibility) - Built-in accessibility features to access color picker using the keyboard, screen readers, or other assistive technology devices.
|
|
81
|
-
|
|
82
|
-
### 2. TextBox
|
|
83
|
-
- [**Floating Label**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=textbox#/material/textboxes/default) – floats the placeholder text while focus.
|
|
84
|
-
- [**Input Group**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=textbox#/material/textboxes/default) – group the icons, buttons along with textbox.
|
|
85
|
-
- [**Validation States**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=textbox#/material/textboxes/default) – provides styles for success, error, and warning states.
|
|
86
|
-
- [**Multiline**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=textbox#/material/textboxes/default) – handles multiline input with placeholder text
|
|
87
|
-
|
|
88
|
-
### 3. MaskedTextBox
|
|
89
|
-
- [**Custom Characters**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=maskedtextbox#/material/maskedtextbox/custommask) - allows you to use your own characters as the mask elements.
|
|
90
|
-
- [**Regular Expression**](https://ej2.syncfusion.com/angular/documentation/maskedtextbox/mask-configuration#regular-expression?utm_source=npm&utm_campaign=maskedtextbox#regular-expression) - can be used as a mask element for each character of the MaskedTextBox.
|
|
91
|
-
- [**Accessibility**](https://ej2.syncfusion.com/angular/documentation/maskedtextbox/accessibility?utm_source=npm&utm_campaign=maskedtextbox) - provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.
|
|
92
|
-
|
|
93
|
-
### 4. NumericTextBox
|
|
94
|
-
- [**Range Validation**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=numerictextbox#/material/numerictextbox/range) - allows to set the minimum and maximum range of values in the NumericTextBox.
|
|
95
|
-
- [**Number Formats**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=numerictextbox#/material/numerictextbox/format) - supports the number display formatting with MSDN standard and custom number formats.
|
|
96
|
-
- [**Precision Of Numbers**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=numerictextbox#/material/numerictextbox/restrict) - allows to restrict the number precision when enters the value.
|
|
97
|
-
- [**Keyboard Interaction**](https://ej2.syncfusion.com/angular/documentation/numerictextbox/accessibility#keyboard-interaction?utm_source=npm&utm_campaign=numerictextbox#keyboard-interaction) - allows users to interact with the NumericTextBox using the keyboard.
|
|
98
|
-
- [**Accessibility**](https://ej2.syncfusion.com/angular/documentation/numerictextbox/accessibility?utm_source=npm&utm_campaign=numerictextbox) - provides built-in accessibility support which helps to access all the NumericTextBox component features through keyboard, on-screen readers or other assistive technology devices.
|
|
99
|
-
- [**Internationalization**](https://ej2.syncfusion.com/angular/documentation/numerictextbox/internationalization.html?utm_source=npm&utm_campaign=numerictextbox) - library provides support for formatting and parsing number using the official Unicode CLDR JSON data.
|
|
100
|
-
- [**Localization**](https://ej2.syncfusion.com/angular/documentation/numerictextbox/globalization#internationalization?utm_source=npm&utm_campaign=numerictextbox#localization) - Supports to localize spin up and down buttons title for the tooltip to different cultures.
|
|
101
|
-
|
|
102
|
-
### 5. Signature
|
|
103
|
-
- [**Customization**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=slider#/material/signature/default.html) - Support various customization options like background color, background image, stroke color, stroke width, save with background, undo, redo, clear, readonly, and disabled.
|
|
104
|
-
- [**Save**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=slider#/material/signature/default.html) - Support to save the signature as image like PNG, JPEG, and SVG.
|
|
105
|
-
- [**Load**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=slider#/material/signature/default.html)
|
|
106
|
-
- Support to load the signature as base64 url of the image.
|
|
107
|
-
- [**Draw**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=slider#/material/signature/default.html)
|
|
108
|
-
- Support to draw the text with the different font family and font size.
|
|
109
|
-
|
|
110
|
-
### 6. Slider
|
|
111
|
-
- [**Types**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/default) - Provided three types of Slider.
|
|
112
|
-
- [**Orientation**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/orientation) - Displays the Slider in horizontal or vertical direction.
|
|
113
|
-
- [**Buttons**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/tooltip) - Provided built-in support to render the buttons in both edges of the Slider.
|
|
114
|
-
- [**Tooltip**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/tooltip) - Displays a tooltip to show the currently selected value.
|
|
115
|
-
- [**Ticks**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/ticks) - Displays a scale with small and big ticks.
|
|
116
|
-
- [**Format**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/format) - Customize the slider values into various format.
|
|
117
|
-
- [**Limits**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/limits) - Slider thumb movement restriction enabled with interval dragging in range-slider.
|
|
118
|
-
- [**Accessibility**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/default) - Built-in compliance with the [WAI-ARIA](http://www.w3.org/WAI/PF/aria-practices/) specifications.
|
|
119
|
-
- [**Keyboard Interaction**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/api) - The Slider can be intractable through the keyboard.
|
|
120
|
-
|
|
121
|
-
### 7. Upload
|
|
122
|
-
- [**Chunk Upload**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/chunk-upload) – used to upload large files as chunks
|
|
123
|
-
- [**Drag-and-drop**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/custom-drop-area) – drag the files and drop into component to upload them.
|
|
124
|
-
- [**Template**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/custom-file-list) – the file list and buttons can be customize using template
|
|
125
|
-
- [**Validation**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/file-validation) – validate extension and size of upload file
|
|
126
|
-
- [**Auto Upload**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/default) – Process the file to upload without interaction.
|
|
127
|
-
- [**Preload Files**](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-file-upload-npm#/material/uploader/preload-files) – View and manipulate previously uploaded files
|
|
191
|
+
* Loan Calculator - [Source](https://github.com/syncfusion/ej2-showcase-angular-loancalculator), [Live Demo]( https://ej2.syncfusion.com/showcase/angular/loancalculator/?utm_source=npm&utm_campaign=slider)
|
|
192
|
+
* Cloud Pricing - [Live Demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=slider#/material/slider/azure-pricing)
|
|
128
193
|
|
|
129
194
|
## Support
|
|
130
195
|
|
|
131
|
-
Product support is available
|
|
196
|
+
Product support is available through following mediums.
|
|
132
197
|
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
198
|
+
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
199
|
+
* [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm)
|
|
200
|
+
* [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
|
|
201
|
+
* [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-inputs-npm)
|
|
202
|
+
* Live chat
|
|
136
203
|
|
|
137
|
-
##
|
|
204
|
+
## Changelog
|
|
138
205
|
|
|
139
|
-
Check the
|
|
206
|
+
Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/inputs/CHANGELOG.md/?utm_source=npm&utm_campaign=input). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
|
|
140
207
|
|
|
141
|
-
##
|
|
208
|
+
## License and copyright
|
|
209
|
+
|
|
210
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
211
|
+
|
|
212
|
+
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
142
213
|
|
|
143
|
-
|
|
214
|
+
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license/?utm_source=npm&utm_campaign=input) for more info.
|
|
144
215
|
|
|
145
|
-
|
|
216
|
+
& Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
package/esm2020/src/index.mjs
CHANGED
|
@@ -20,6 +20,9 @@ export { ColorPickerAllModule } from './color-picker/colorpicker-all.module';
|
|
|
20
20
|
export { SignatureComponent } from './signature/signature.component';
|
|
21
21
|
export { SignatureModule } from './signature/signature.module';
|
|
22
22
|
export { SignatureAllModule } from './signature/signature-all.module';
|
|
23
|
+
export { RatingComponent } from './rating/rating.component';
|
|
24
|
+
export { RatingModule } from './rating/rating.module';
|
|
25
|
+
export { RatingAllModule } from './rating/rating-all.module';
|
|
23
26
|
export * from './form-validator/form-validator';
|
|
24
27
|
export * from '@syncfusion/ej2-inputs';
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGdCQUFnQixFQUFDLE1BQU0sNkJBQTZCLENBQUM7QUFDOUQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ3pELE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ2hFLE9BQU8sRUFBRSx1QkFBdUIsRUFBQyxNQUFNLDJDQUEyQyxDQUFDO0FBQ25GLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQzlFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDRDQUE0QyxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxzQkFBc0IsRUFBQyxNQUFNLHlDQUF5QyxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQ2xGLE9BQU8sRUFBRSxlQUFlLEVBQUMsTUFBTSwyQkFBMkIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQzdELE9BQU8sRUFBQyxzQkFBc0IsRUFBQyxjQUFjLEVBQUMsTUFBTSw0QkFBNEIsQ0FBQztBQUNqRixPQUFPLEVBQUUsaUJBQWlCLEVBQUMsTUFBTSwrQkFBK0IsQ0FBQztBQUNqRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDNUQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFDbkUsT0FBTyxFQUFFLG9CQUFvQixFQUFDLE1BQU0sc0NBQXNDLENBQUM7QUFDM0UsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDdEUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDN0UsT0FBTyxFQUFFLGtCQUFrQixFQUFDLE1BQU0saUNBQWlDLENBQUM7QUFDcEUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQy9ELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQ3RFLE9BQU8sRUFBRSxlQUFlLEVBQUMsTUFBTSwyQkFBMkIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQzdELGNBQWMsaUNBQWlDLENBQUM7QUFDaEQsY0FBYyx3QkFBd0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IFRleHRCb3hDb21wb25lbnR9IGZyb20gJy4vdGV4dGJveC90ZXh0Ym94LmNvbXBvbmVudCc7XG5leHBvcnQgeyBUZXh0Qm94TW9kdWxlIH0gZnJvbSAnLi90ZXh0Ym94L3RleHRib3gubW9kdWxlJztcbmV4cG9ydCB7IFRleHRCb3hBbGxNb2R1bGUgfSBmcm9tICcuL3RleHRib3gvdGV4dGJveC1hbGwubW9kdWxlJztcbmV4cG9ydCB7IE51bWVyaWNUZXh0Qm94Q29tcG9uZW50fSBmcm9tICcuL251bWVyaWN0ZXh0Ym94L251bWVyaWN0ZXh0Ym94LmNvbXBvbmVudCc7XG5leHBvcnQgeyBOdW1lcmljVGV4dEJveE1vZHVsZSB9IGZyb20gJy4vbnVtZXJpY3RleHRib3gvbnVtZXJpY3RleHRib3gubW9kdWxlJztcbmV4cG9ydCB7IE51bWVyaWNUZXh0Qm94QWxsTW9kdWxlIH0gZnJvbSAnLi9udW1lcmljdGV4dGJveC9udW1lcmljdGV4dGJveC1hbGwubW9kdWxlJztcbmV4cG9ydCB7IE1hc2tlZFRleHRCb3hDb21wb25lbnR9IGZyb20gJy4vbWFza2VkdGV4dGJveC9tYXNrZWR0ZXh0Ym94LmNvbXBvbmVudCc7XG5leHBvcnQgeyBNYXNrZWRUZXh0Qm94TW9kdWxlIH0gZnJvbSAnLi9tYXNrZWR0ZXh0Ym94L21hc2tlZHRleHRib3gubW9kdWxlJztcbmV4cG9ydCB7IE1hc2tlZFRleHRCb3hBbGxNb2R1bGUgfSBmcm9tICcuL21hc2tlZHRleHRib3gvbWFza2VkdGV4dGJveC1hbGwubW9kdWxlJztcbmV4cG9ydCB7IFNsaWRlckNvbXBvbmVudH0gZnJvbSAnLi9zbGlkZXIvc2xpZGVyLmNvbXBvbmVudCc7XG5leHBvcnQgeyBTbGlkZXJNb2R1bGUgfSBmcm9tICcuL3NsaWRlci9zbGlkZXIubW9kdWxlJztcbmV4cG9ydCB7IFNsaWRlckFsbE1vZHVsZSB9IGZyb20gJy4vc2xpZGVyL3NsaWRlci1hbGwubW9kdWxlJztcbmV4cG9ydCB7VXBsb2FkZWRGaWxlc0RpcmVjdGl2ZSxGaWxlc0RpcmVjdGl2ZX0gZnJvbSAnLi91cGxvYWRlci9maWxlcy5kaXJlY3RpdmUnO1xuZXhwb3J0IHsgVXBsb2FkZXJDb21wb25lbnR9IGZyb20gJy4vdXBsb2FkZXIvdXBsb2FkZXIuY29tcG9uZW50JztcbmV4cG9ydCB7IFVwbG9hZGVyTW9kdWxlIH0gZnJvbSAnLi91cGxvYWRlci91cGxvYWRlci5tb2R1bGUnO1xuZXhwb3J0IHsgVXBsb2FkZXJBbGxNb2R1bGUgfSBmcm9tICcuL3VwbG9hZGVyL3VwbG9hZGVyLWFsbC5tb2R1bGUnO1xuZXhwb3J0IHsgQ29sb3JQaWNrZXJDb21wb25lbnR9IGZyb20gJy4vY29sb3ItcGlja2VyL2NvbG9ycGlja2VyLmNvbXBvbmVudCc7XG5leHBvcnQgeyBDb2xvclBpY2tlck1vZHVsZSB9IGZyb20gJy4vY29sb3ItcGlja2VyL2NvbG9ycGlja2VyLm1vZHVsZSc7XG5leHBvcnQgeyBDb2xvclBpY2tlckFsbE1vZHVsZSB9IGZyb20gJy4vY29sb3ItcGlja2VyL2NvbG9ycGlja2VyLWFsbC5tb2R1bGUnO1xuZXhwb3J0IHsgU2lnbmF0dXJlQ29tcG9uZW50fSBmcm9tICcuL3NpZ25hdHVyZS9zaWduYXR1cmUuY29tcG9uZW50JztcbmV4cG9ydCB7IFNpZ25hdHVyZU1vZHVsZSB9IGZyb20gJy4vc2lnbmF0dXJlL3NpZ25hdHVyZS5tb2R1bGUnO1xuZXhwb3J0IHsgU2lnbmF0dXJlQWxsTW9kdWxlIH0gZnJvbSAnLi9zaWduYXR1cmUvc2lnbmF0dXJlLWFsbC5tb2R1bGUnO1xuZXhwb3J0IHsgUmF0aW5nQ29tcG9uZW50fSBmcm9tICcuL3JhdGluZy9yYXRpbmcuY29tcG9uZW50JztcbmV4cG9ydCB7IFJhdGluZ01vZHVsZSB9IGZyb20gJy4vcmF0aW5nL3JhdGluZy5tb2R1bGUnO1xuZXhwb3J0IHsgUmF0aW5nQWxsTW9kdWxlIH0gZnJvbSAnLi9yYXRpbmcvcmF0aW5nLWFsbC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9mb3JtLXZhbGlkYXRvci9mb3JtLXZhbGlkYXRvcic7XG5leHBvcnQgKiBmcm9tICdAc3luY2Z1c2lvbi9lajItaW5wdXRzJzsiXX0=
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { RatingModule } from './rating.module';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* NgModule definition for the Rating component with providers.
|
|
7
|
+
*/
|
|
8
|
+
export class RatingAllModule {
|
|
9
|
+
}
|
|
10
|
+
RatingAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
+
RatingAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingAllModule, imports: [CommonModule, RatingModule], exports: [RatingModule] });
|
|
12
|
+
RatingAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingAllModule, providers: [], imports: [[CommonModule, RatingModule], RatingModule] });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingAllModule, decorators: [{
|
|
14
|
+
type: NgModule,
|
|
15
|
+
args: [{
|
|
16
|
+
imports: [CommonModule, RatingModule],
|
|
17
|
+
exports: [
|
|
18
|
+
RatingModule
|
|
19
|
+
],
|
|
20
|
+
providers: []
|
|
21
|
+
}]
|
|
22
|
+
}] });
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmF0aW5nLWFsbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvcmF0aW5nL3JhdGluZy1hbGwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBTS9DOztHQUVHO0FBVUgsTUFBTSxPQUFPLGVBQWU7OzRHQUFmLGVBQWU7NkdBQWYsZUFBZSxZQVJkLFlBQVksRUFBRSxZQUFZLGFBRWhDLFlBQVk7NkdBTVAsZUFBZSxhQUpkLEVBRVQsWUFOUSxDQUFDLFlBQVksRUFBRSxZQUFZLENBQUMsRUFFakMsWUFBWTsyRkFNUCxlQUFlO2tCQVQzQixRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxZQUFZLENBQUM7b0JBQ3JDLE9BQU8sRUFBRTt3QkFDTCxZQUFZO3FCQUNmO29CQUNELFNBQVMsRUFBQyxFQUVUO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUsIFZhbHVlUHJvdmlkZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBSYXRpbmdDb21wb25lbnQgfSBmcm9tICcuL3JhdGluZy5jb21wb25lbnQnO1xuaW1wb3J0IHsgUmF0aW5nTW9kdWxlIH0gZnJvbSAnLi9yYXRpbmcubW9kdWxlJztcblxuXG5cblxuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBSYXRpbmcgY29tcG9uZW50IHdpdGggcHJvdmlkZXJzLlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFJhdGluZ01vZHVsZV0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBSYXRpbmdNb2R1bGVcbiAgICBdLFxuICAgIHByb3ZpZGVyczpbXG4gICAgICAgIFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgUmF0aW5nQWxsTW9kdWxlIHsgfSJdfQ==
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
var RatingComponent_1;
|
|
2
|
+
import { __decorate } from "tslib";
|
|
3
|
+
import { Component, ChangeDetectionStrategy, forwardRef, ContentChild } from '@angular/core';
|
|
4
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
5
|
+
import { ComponentBase, ComponentMixins, FormBase, setValue } from '@syncfusion/ej2-angular-base';
|
|
6
|
+
import { Rating } from '@syncfusion/ej2-inputs';
|
|
7
|
+
import { Template } from '@syncfusion/ej2-angular-base';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export const inputs = ['allowReset', 'cssClass', 'disabled', 'emptyTemplate', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSingleSelection', 'fullTemplate', 'itemsCount', 'labelPosition', 'labelTemplate', 'locale', 'min', 'precision', 'readOnly', 'showLabel', 'showTooltip', 'tooltipTemplate', 'value', 'visible'];
|
|
10
|
+
export const outputs = ['focus', 'blur', 'beforeItemRender', 'created', 'onItemHover', 'valueChanged', 'valueChange'];
|
|
11
|
+
export const twoWays = ['value'];
|
|
12
|
+
/**
|
|
13
|
+
* Represents the EJ2 Angular Rating Component.
|
|
14
|
+
* ```html
|
|
15
|
+
* <input ejs-rating [value]='value' />
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
let RatingComponent = RatingComponent_1 = class RatingComponent extends Rating {
|
|
19
|
+
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
20
|
+
super();
|
|
21
|
+
this.ngEle = ngEle;
|
|
22
|
+
this.srenderer = srenderer;
|
|
23
|
+
this.viewContainerRef = viewContainerRef;
|
|
24
|
+
this.injector = injector;
|
|
25
|
+
this.element = this.ngEle.nativeElement;
|
|
26
|
+
this.injectedModules = this.injectedModules || [];
|
|
27
|
+
this.registerEvents(outputs);
|
|
28
|
+
this.addTwoWay.call(this, twoWays);
|
|
29
|
+
setValue('currentInstance', this, this.viewContainerRef);
|
|
30
|
+
this.formContext = new FormBase();
|
|
31
|
+
this.formCompContext = new ComponentBase();
|
|
32
|
+
}
|
|
33
|
+
registerOnChange(registerFunction) {
|
|
34
|
+
}
|
|
35
|
+
registerOnTouched(registerFunction) {
|
|
36
|
+
}
|
|
37
|
+
writeValue(value) {
|
|
38
|
+
}
|
|
39
|
+
setDisabledState(disabled) {
|
|
40
|
+
}
|
|
41
|
+
ngOnInit() {
|
|
42
|
+
this.formCompContext.ngOnInit(this);
|
|
43
|
+
}
|
|
44
|
+
ngAfterViewInit() {
|
|
45
|
+
this.formContext.ngAfterViewInit(this);
|
|
46
|
+
}
|
|
47
|
+
ngOnDestroy() {
|
|
48
|
+
this.formCompContext.ngOnDestroy(this);
|
|
49
|
+
}
|
|
50
|
+
ngAfterContentChecked() {
|
|
51
|
+
this.formCompContext.ngAfterContentChecked(this);
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
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 });
|
|
55
|
+
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: [
|
|
56
|
+
{
|
|
57
|
+
provide: NG_VALUE_ACCESSOR,
|
|
58
|
+
useExisting: forwardRef(() => RatingComponent_1),
|
|
59
|
+
multi: true
|
|
60
|
+
}
|
|
61
|
+
], 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 });
|
|
62
|
+
__decorate([
|
|
63
|
+
Template()
|
|
64
|
+
], RatingComponent.prototype, "fullTemplate", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
Template()
|
|
67
|
+
], RatingComponent.prototype, "emptyTemplate", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
Template()
|
|
70
|
+
], RatingComponent.prototype, "tooltipTemplate", void 0);
|
|
71
|
+
__decorate([
|
|
72
|
+
Template()
|
|
73
|
+
], RatingComponent.prototype, "labelTemplate", void 0);
|
|
74
|
+
RatingComponent = RatingComponent_1 = __decorate([
|
|
75
|
+
ComponentMixins([ComponentBase, FormBase])
|
|
76
|
+
], RatingComponent);
|
|
77
|
+
export { RatingComponent };
|
|
78
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingComponent, decorators: [{
|
|
79
|
+
type: Component,
|
|
80
|
+
args: [{
|
|
81
|
+
selector: '[ejs-rating]',
|
|
82
|
+
inputs: inputs,
|
|
83
|
+
outputs: outputs,
|
|
84
|
+
template: '',
|
|
85
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
86
|
+
providers: [
|
|
87
|
+
{
|
|
88
|
+
provide: NG_VALUE_ACCESSOR,
|
|
89
|
+
useExisting: forwardRef(() => RatingComponent),
|
|
90
|
+
multi: true
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
queries: {}
|
|
94
|
+
}]
|
|
95
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { fullTemplate: [{
|
|
96
|
+
type: ContentChild,
|
|
97
|
+
args: ['fullTemplate']
|
|
98
|
+
}], emptyTemplate: [{
|
|
99
|
+
type: ContentChild,
|
|
100
|
+
args: ['emptyTemplate']
|
|
101
|
+
}], tooltipTemplate: [{
|
|
102
|
+
type: ContentChild,
|
|
103
|
+
args: ['tooltipTemplate']
|
|
104
|
+
}], labelTemplate: [{
|
|
105
|
+
type: ContentChild,
|
|
106
|
+
args: ['labelTemplate']
|
|
107
|
+
}] } });
|
|
108
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmF0aW5nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9yYXRpbmcvcmF0aW5nLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQW9FLHVCQUF1QixFQUFFLFVBQVUsRUFBRSxZQUFZLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDL0osT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDbkQsT0FBTyxFQUFFLGFBQWEsRUFBK0IsZUFBZSxFQUEwQixRQUFRLEVBQUUsUUFBUSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDdkosT0FBTyxFQUFFLE1BQU0sRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ2hELE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQzs7QUFHeEQsTUFBTSxDQUFDLE1BQU0sTUFBTSxHQUFhLENBQUMsWUFBWSxFQUFDLFVBQVUsRUFBQyxVQUFVLEVBQUMsZUFBZSxFQUFDLGlCQUFpQixFQUFDLG1CQUFtQixFQUFDLFdBQVcsRUFBQyx1QkFBdUIsRUFBQyxjQUFjLEVBQUMsWUFBWSxFQUFDLGVBQWUsRUFBQyxlQUFlLEVBQUMsUUFBUSxFQUFDLEtBQUssRUFBQyxXQUFXLEVBQUMsVUFBVSxFQUFDLFdBQVcsRUFBQyxhQUFhLEVBQUMsaUJBQWlCLEVBQUMsT0FBTyxFQUFDLFNBQVMsQ0FBQyxDQUFDO0FBQy9ULE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBYSxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsa0JBQWtCLEVBQUMsU0FBUyxFQUFDLGFBQWEsRUFBQyxjQUFjLEVBQUMsYUFBYSxDQUFDLENBQUM7QUFDNUgsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFhLENBQUMsT0FBTyxDQUFDLENBQUM7QUFFM0M7Ozs7O0dBS0c7SUFtQlUsZUFBZSw2QkFBZixlQUFnQixTQUFRLE1BQU07SUF3RHZDLFlBQW9CLEtBQWlCLEVBQVUsU0FBb0IsRUFBVSxnQkFBaUMsRUFBVSxRQUFrQjtRQUN0SSxLQUFLLEVBQUUsQ0FBQztRQURRLFVBQUssR0FBTCxLQUFLLENBQVk7UUFBVSxjQUFTLEdBQVQsU0FBUyxDQUFXO1FBQVUscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFpQjtRQUFVLGFBQVEsR0FBUixRQUFRLENBQVU7UUFFdEksSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQztRQUN4QyxJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxlQUFlLElBQUksRUFBRSxDQUFDO1FBRWxELElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDN0IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBQ25DLFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLFdBQVcsR0FBSSxJQUFJLFFBQVEsRUFBRSxDQUFDO1FBQ25DLElBQUksQ0FBQyxlQUFlLEdBQUksSUFBSSxhQUFhLEVBQUUsQ0FBQztJQUNoRCxDQUFDO0lBRU0sZ0JBQWdCLENBQUMsZ0JBQWtDO0lBQzFELENBQUM7SUFFTSxpQkFBaUIsQ0FBQyxnQkFBNEI7SUFDckQsQ0FBQztJQUVNLFVBQVUsQ0FBQyxLQUFVO0lBQzVCLENBQUM7SUFFTSxnQkFBZ0IsQ0FBQyxRQUFpQjtJQUN6QyxDQUFDO0lBRU0sUUFBUTtRQUNYLElBQUksQ0FBQyxlQUFlLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3hDLENBQUM7SUFFTSxlQUFlO1FBQ2xCLElBQUksQ0FBQyxXQUFXLENBQUMsZUFBZSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFTSxXQUFXO1FBQ2QsSUFBSSxDQUFDLGVBQWUsQ0FBQyxXQUFXLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDM0MsQ0FBQztJQUVNLHFCQUFxQjtRQUV4QixJQUFJLENBQUMsZUFBZSxDQUFDLHFCQUFxQixDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3JELENBQUM7Q0FJSixDQUFBOzRHQW5HWSxlQUFlO2dHQUFmLGVBQWUsd3lCQVpiO1FBQ1A7WUFDSSxPQUFPLEVBQUUsaUJBQWlCO1lBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsaUJBQWUsQ0FBQztZQUM5QyxLQUFLLEVBQUUsSUFBSTtTQUNkO0tBQ0osa2NBUlMsRUFBRTtBQW1DWjtJQURDLFFBQVEsRUFBRTtxREFDYztBQVF6QjtJQURDLFFBQVEsRUFBRTtzREFDZTtBQVkxQjtJQURDLFFBQVEsRUFBRTt3REFDaUI7QUFXNUI7SUFEQyxRQUFRLEVBQUU7c0RBQ2U7QUFwRGpCLGVBQWU7SUFEM0IsZUFBZSxDQUFDLENBQUMsYUFBYSxFQUFFLFFBQVEsQ0FBQyxDQUFDO0dBQzlCLGVBQWUsQ0FtRzNCO1NBbkdZLGVBQWU7MkZBQWYsZUFBZTtrQkFsQjNCLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLGNBQWM7b0JBQ3hCLE1BQU0sRUFBRSxNQUFNO29CQUNkLE9BQU8sRUFBRSxPQUFPO29CQUNoQixRQUFRLEVBQUUsRUFBRTtvQkFDWixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsU0FBUyxFQUFFO3dCQUNQOzRCQUNJLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLGdCQUFnQixDQUFDOzRCQUM5QyxLQUFLLEVBQUUsSUFBSTt5QkFDZDtxQkFDSjtvQkFDRCxPQUFPLEVBQUUsRUFFUjtpQkFDSjsrS0F1QlUsWUFBWTtzQkFGbEIsWUFBWTt1QkFBQyxjQUFjO2dCQVVyQixhQUFhO3NCQUZuQixZQUFZO3VCQUFDLGVBQWU7Z0JBY3RCLGVBQWU7c0JBRnJCLFlBQVk7dUJBQUMsaUJBQWlCO2dCQWF4QixhQUFhO3NCQUZuQixZQUFZO3VCQUFDLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIFZpZXdDb250YWluZXJSZWYsIFZhbHVlUHJvdmlkZXIsIFJlbmRlcmVyMiwgSW5qZWN0b3IsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBmb3J3YXJkUmVmLCBDb250ZW50Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQ29tcG9uZW50QmFzZSwgSUNvbXBvbmVudEJhc2UsIGFwcGx5TWl4aW5zLCBDb21wb25lbnRNaXhpbnMsIFByb3BlcnR5Q29sbGVjdGlvbkluZm8sIEZvcm1CYXNlLCBzZXRWYWx1ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuaW1wb3J0IHsgUmF0aW5nIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWlucHV0cyc7XG5pbXBvcnQgeyBUZW1wbGF0ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuXG5cbmV4cG9ydCBjb25zdCBpbnB1dHM6IHN0cmluZ1tdID0gWydhbGxvd1Jlc2V0JywnY3NzQ2xhc3MnLCdkaXNhYmxlZCcsJ2VtcHR5VGVtcGxhdGUnLCdlbmFibGVBbmltYXRpb24nLCdlbmFibGVQZXJzaXN0ZW5jZScsJ2VuYWJsZVJ0bCcsJ2VuYWJsZVNpbmdsZVNlbGVjdGlvbicsJ2Z1bGxUZW1wbGF0ZScsJ2l0ZW1zQ291bnQnLCdsYWJlbFBvc2l0aW9uJywnbGFiZWxUZW1wbGF0ZScsJ2xvY2FsZScsJ21pbicsJ3ByZWNpc2lvbicsJ3JlYWRPbmx5Jywnc2hvd0xhYmVsJywnc2hvd1Rvb2x0aXAnLCd0b29sdGlwVGVtcGxhdGUnLCd2YWx1ZScsJ3Zpc2libGUnXTtcbmV4cG9ydCBjb25zdCBvdXRwdXRzOiBzdHJpbmdbXSA9IFsnZm9jdXMnLCAnYmx1cicsICdiZWZvcmVJdGVtUmVuZGVyJywnY3JlYXRlZCcsJ29uSXRlbUhvdmVyJywndmFsdWVDaGFuZ2VkJywndmFsdWVDaGFuZ2UnXTtcbmV4cG9ydCBjb25zdCB0d29XYXlzOiBzdHJpbmdbXSA9IFsndmFsdWUnXTtcblxuLyoqXG4gKiBSZXByZXNlbnRzIHRoZSBFSjIgQW5ndWxhciBSYXRpbmcgQ29tcG9uZW50LlxuICogYGBgaHRtbFxuICogPGlucHV0IGVqcy1yYXRpbmcgW3ZhbHVlXT0ndmFsdWUnIC8+XG4gKiBgYGBcbiAqL1xuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdbZWpzLXJhdGluZ10nLFxuICAgIGlucHV0czogaW5wdXRzLFxuICAgIG91dHB1dHM6IG91dHB1dHMsXG4gICAgdGVtcGxhdGU6ICcnLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICAgICAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IFJhdGluZ0NvbXBvbmVudCksXG4gICAgICAgICAgICBtdWx0aTogdHJ1ZVxuICAgICAgICB9XG4gICAgXSxcbiAgICBxdWVyaWVzOiB7XG5cbiAgICB9XG59KVxuQENvbXBvbmVudE1peGlucyhbQ29tcG9uZW50QmFzZSwgRm9ybUJhc2VdKVxuZXhwb3J0IGNsYXNzIFJhdGluZ0NvbXBvbmVudCBleHRlbmRzIFJhdGluZyBpbXBsZW1lbnRzIElDb21wb25lbnRCYXNlIHtcbiAgICBwdWJsaWMgZm9ybUNvbXBDb250ZXh0IDogYW55O1xuICAgIHB1YmxpYyBmb3JtQ29udGV4dCA6IGFueTtcbiAgICBwdWJsaWMgdGFnT2JqZWN0czogYW55O1xuXHRiZWZvcmVJdGVtUmVuZGVyOiBhbnk7XG5cdGNyZWF0ZWQ6IGFueTtcblx0b25JdGVtSG92ZXI6IGFueTtcblx0dmFsdWVDaGFuZ2VkOiBhbnk7XG5cdHB1YmxpYyB2YWx1ZUNoYW5nZTogYW55O1xuXG5cbiAgICAvKiogXG4gICAgICogRGVmaW5lcyB0aGUgdGVtcGxhdGUgdGhhdCBkZWZpbmVzIHRoZSBhcHBlYXJhbmNlIG9mIGVhY2ggcmF0ZWQgaXRlbSBpbiBhIHJhdGluZyBjb21wb25lbnQuXG4gICAgICogXG4gICAgICogeyUgY29kZUJsb2NrIHNyYz0ncmF0aW5nL2Z1bGxUZW1wbGF0ZS9pbmRleC5tZCcgJX17JSBlbmRjb2RlQmxvY2sgJX1cbiAgICAgKiAgICAgXG4gICAgICogQGRlZmF1bHQgJydcbiAgICAgKiBAYXNwdHlwZSBzdHJpbmdcbiAgICAgKi9cbiAgICBAQ29udGVudENoaWxkKCdmdWxsVGVtcGxhdGUnKVxuICAgIEBUZW1wbGF0ZSgpXG4gICAgcHVibGljIGZ1bGxUZW1wbGF0ZTogYW55O1xuICAgIC8qKiBcbiAgICAgKiBEZWZpbmVzIHRoZSB0ZW1wbGF0ZSB0aGF0IGRlZmluZXMgdGhlIGFwcGVhcmFuY2Ugb2YgZWFjaCB1bi1yYXRlZCBpdGVtIGluIGEgcmF0aW5nIGNvbXBvbmVudC5cbiAgICAgKiBAZGVmYXVsdCAnJ1xuICAgICAqIEBhc3B0eXBlIHN0cmluZ1xuICAgICAqL1xuICAgIEBDb250ZW50Q2hpbGQoJ2VtcHR5VGVtcGxhdGUnKVxuICAgIEBUZW1wbGF0ZSgpXG4gICAgcHVibGljIGVtcHR5VGVtcGxhdGU6IGFueTtcbiAgICAvKiogXG4gICAgICogRGVmaW5lcyB0aGUgdGVtcGxhdGUgdGhhdCB1c2VkIGFzIHRvb2x0aXAgY29udGVudCBvdmVyIGRlZmF1bHQgdG9vbHRpcCBjb250ZW50IG9mIHRoZSByYXRpbmcuIFxuICAgICAqIFRoZSBjdXJyZW50IHZhbHVlIG9mIHJhdGluZyBwYXNzZWQgYXMgY29udGV4dCB0byBidWlsZCB0aGUgY29udGVudC5cbiAgICAgKiBcbiAgICAgKiB7JSBjb2RlQmxvY2sgc3JjPSdyYXRpbmcvdG9vbHRpcFRlbXBsYXRlL2luZGV4Lm1kJyAlfXslIGVuZGNvZGVCbG9jayAlfVxuICAgICAqICAgICBcbiAgICAgKiBAZGVmYXVsdCAnJ1xuICAgICAqIEBhc3B0eXBlIHN0cmluZ1xuICAgICAqL1xuICAgIEBDb250ZW50Q2hpbGQoJ3Rvb2x0aXBUZW1wbGF0ZScpXG4gICAgQFRlbXBsYXRlKClcbiAgICBwdWJsaWMgdG9vbHRpcFRlbXBsYXRlOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIERlZmluZXMgdGhlIHRlbXBsYXRlIHRoYXQgdXNlZCBhcyBsYWJlbCBvdmVyIGRlZmF1bHQgbGFiZWwgb2YgdGhlIHJhdGluZy4gVGhlIGN1cnJlbnQgdmFsdWUgb2YgcmF0aW5nIHBhc3NlZCBhcyBjb250ZXh0IHRvIGJ1aWxkIHRoZSBjb250ZW50LlxuICAgICAqIFxuICAgICAqIHslIGNvZGVCbG9jayBzcmM9J3JhdGluZy9sYWJlbFRlbXBsYXRlL2luZGV4Lm1kJyAlfXslIGVuZGNvZGVCbG9jayAlfVxuICAgICAqICAgICBcbiAgICAgKiBAZGVmYXVsdCAnJ1xuICAgICAqIEBhc3B0eXBlIHN0cmluZ1xuICAgICAqL1xuICAgIEBDb250ZW50Q2hpbGQoJ2xhYmVsVGVtcGxhdGUnKVxuICAgIEBUZW1wbGF0ZSgpXG4gICAgcHVibGljIGxhYmVsVGVtcGxhdGU6IGFueTtcblxuICAgIHB1YmxpYyBmb2N1czogYW55O1xuICAgIHB1YmxpYyBibHVyOiBhbnk7XG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBuZ0VsZTogRWxlbWVudFJlZiwgcHJpdmF0ZSBzcmVuZGVyZXI6IFJlbmRlcmVyMiwgcHJpdmF0ZSB2aWV3Q29udGFpbmVyUmVmOlZpZXdDb250YWluZXJSZWYsIHByaXZhdGUgaW5qZWN0b3I6IEluamVjdG9yKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIHRoaXMuZWxlbWVudCA9IHRoaXMubmdFbGUubmF0aXZlRWxlbWVudDtcbiAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMgPSB0aGlzLmluamVjdGVkTW9kdWxlcyB8fCBbXTtcblxuICAgICAgICB0aGlzLnJlZ2lzdGVyRXZlbnRzKG91dHB1dHMpO1xuICAgICAgICB0aGlzLmFkZFR3b1dheS5jYWxsKHRoaXMsIHR3b1dheXMpO1xuICAgICAgICBzZXRWYWx1ZSgnY3VycmVudEluc3RhbmNlJywgdGhpcywgdGhpcy52aWV3Q29udGFpbmVyUmVmKTtcbiAgICAgICAgdGhpcy5mb3JtQ29udGV4dCAgPSBuZXcgRm9ybUJhc2UoKTtcbiAgICAgICAgdGhpcy5mb3JtQ29tcENvbnRleHQgID0gbmV3IENvbXBvbmVudEJhc2UoKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgcmVnaXN0ZXJPbkNoYW5nZShyZWdpc3RlckZ1bmN0aW9uOiAoXzogYW55KSA9PiB2b2lkKTogdm9pZCB7XG4gICAgfVxuXG4gICAgcHVibGljIHJlZ2lzdGVyT25Ub3VjaGVkKHJlZ2lzdGVyRnVuY3Rpb246ICgpID0+IHZvaWQpOiB2b2lkIHtcbiAgICB9XG5cbiAgICBwdWJsaWMgd3JpdGVWYWx1ZSh2YWx1ZTogYW55KTogdm9pZCB7XG4gICAgfVxuICAgIFxuICAgIHB1YmxpYyBzZXREaXNhYmxlZFN0YXRlKGRpc2FibGVkOiBib29sZWFuKTogdm9pZCB7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25Jbml0KCkge1xuICAgICAgICB0aGlzLmZvcm1Db21wQ29udGV4dC5uZ09uSW5pdCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmZvcm1Db250ZXh0Lm5nQWZ0ZXJWaWV3SW5pdCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIHRoaXMuZm9ybUNvbXBDb250ZXh0Lm5nT25EZXN0cm95KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ0FmdGVyQ29udGVudENoZWNrZWQoKTogdm9pZCB7XG4gICAgICAgIFxuICAgICAgICB0aGlzLmZvcm1Db21wQ29udGV4dC5uZ0FmdGVyQ29udGVudENoZWNrZWQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIHJlZ2lzdGVyRXZlbnRzOiAoZXZlbnRMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbiAgICBwdWJsaWMgYWRkVHdvV2F5OiAocHJvcExpc3Q6IHN0cmluZ1tdKSA9PiB2b2lkO1xufVxuXG4iXX0=
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { CommonModule } from '@angular/common';
|
|
3
|
+
import { RatingComponent } from './rating.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* NgModule definition for the Rating component.
|
|
7
|
+
*/
|
|
8
|
+
export class RatingModule {
|
|
9
|
+
}
|
|
10
|
+
RatingModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
+
RatingModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingModule, declarations: [RatingComponent], imports: [CommonModule], exports: [RatingComponent] });
|
|
12
|
+
RatingModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingModule, imports: [[CommonModule]] });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RatingModule, decorators: [{
|
|
14
|
+
type: NgModule,
|
|
15
|
+
args: [{
|
|
16
|
+
imports: [CommonModule],
|
|
17
|
+
declarations: [
|
|
18
|
+
RatingComponent
|
|
19
|
+
],
|
|
20
|
+
exports: [
|
|
21
|
+
RatingComponent
|
|
22
|
+
]
|
|
23
|
+
}]
|
|
24
|
+
}] });
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmF0aW5nLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9yYXRpbmcvcmF0aW5nLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7O0FBRXJEOztHQUVHO0FBVUgsTUFBTSxPQUFPLFlBQVk7O3lHQUFaLFlBQVk7MEdBQVosWUFBWSxpQkFOakIsZUFBZSxhQUZULFlBQVksYUFLbEIsZUFBZTswR0FHVixZQUFZLFlBUlosQ0FBQyxZQUFZLENBQUM7MkZBUWQsWUFBWTtrQkFUeEIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLFlBQVksRUFBRTt3QkFDVixlQUFlO3FCQUNsQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsZUFBZTtxQkFDbEI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFJhdGluZ0NvbXBvbmVudCB9IGZyb20gJy4vcmF0aW5nLmNvbXBvbmVudCc7XG5cbi8qKlxuICogTmdNb2R1bGUgZGVmaW5pdGlvbiBmb3IgdGhlIFJhdGluZyBjb21wb25lbnQuXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIFJhdGluZ0NvbXBvbmVudFxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBSYXRpbmdDb21wb25lbnRcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIFJhdGluZ01vZHVsZSB7IH0iXX0=
|