@syncfusion/ej2-angular-inputs 30.1.37-ngcc → 30.1.38-ngcc
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/@syncfusion/ej2-angular-inputs.es5.js +2468 -2468
- package/@syncfusion/ej2-angular-inputs.js +2236 -2236
- package/dist/ej2-angular-inputs.umd.js +2458 -2458
- package/dist/ej2-angular-inputs.umd.min.js +1 -1
- package/ej2-angular-inputs.d.ts +16 -16
- package/{LICENSE → license} +10 -10
- package/package.json +45 -14
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/src/color-picker/colorpicker-all.module.d.ts +5 -5
- package/src/color-picker/colorpicker.component.d.ts +45 -45
- package/src/color-picker/colorpicker.module.d.ts +5 -5
- package/src/form-validator/form-validator.d.ts +36 -36
- package/src/index.d.ts +39 -39
- package/src/maskedtextbox/maskedtextbox-all.module.d.ts +5 -5
- package/src/maskedtextbox/maskedtextbox.component.d.ts +40 -40
- package/src/maskedtextbox/maskedtextbox.module.d.ts +5 -5
- package/src/numerictextbox/numerictextbox-all.module.d.ts +5 -5
- package/src/numerictextbox/numerictextbox.component.d.ts +40 -40
- package/src/numerictextbox/numerictextbox.module.d.ts +5 -5
- package/src/otp-input/otpinput-all.module.d.ts +5 -5
- package/src/otp-input/otpinput.component.d.ts +40 -40
- package/src/otp-input/otpinput.module.d.ts +5 -5
- package/src/rating/rating-all.module.d.ts +5 -5
- package/src/rating/rating.component.d.ts +86 -86
- package/src/rating/rating.module.d.ts +5 -5
- package/src/signature/signature-all.module.d.ts +5 -5
- package/src/signature/signature.component.d.ts +38 -38
- package/src/signature/signature.module.d.ts +5 -5
- package/src/slider/slider-all.module.d.ts +5 -5
- package/src/slider/slider.component.d.ts +42 -42
- package/src/slider/slider.module.d.ts +5 -5
- package/src/smart-textarea/smarttextarea-all.module.d.ts +5 -5
- package/src/smart-textarea/smarttextarea.component.d.ts +41 -41
- package/src/smart-textarea/smarttextarea.module.d.ts +5 -5
- package/src/speech-to-text/speechtotext-all.module.d.ts +5 -5
- package/src/speech-to-text/speechtotext.component.d.ts +33 -33
- package/src/speech-to-text/speechtotext.module.d.ts +5 -5
- package/src/textarea/textarea-all.module.d.ts +5 -5
- package/src/textarea/textarea.component.d.ts +41 -41
- package/src/textarea/textarea.module.d.ts +5 -5
- package/src/textbox/textbox-all.module.d.ts +5 -5
- package/src/textbox/textbox.component.d.ts +41 -41
- package/src/textbox/textbox.module.d.ts +5 -5
- package/src/uploader/files.directive.d.ts +41 -41
- package/src/uploader/uploader-all.module.d.ts +5 -5
- package/src/uploader/uploader.component.d.ts +66 -66
- package/src/uploader/uploader.module.d.ts +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-inputs.umd.min.js
|
|
3
|
-
* version : 30.1.
|
|
3
|
+
* version : 30.1.38
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/ej2-angular-inputs.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public_api';
|
|
5
|
-
export { inputs as ɵm, outputs as ɵn } from './src/color-picker/colorpicker.component';
|
|
6
|
-
export { inputs as ɵg, outputs as ɵh } from './src/maskedtextbox/maskedtextbox.component';
|
|
7
|
-
export { inputs as ɵe, outputs as ɵf } from './src/numerictextbox/numerictextbox.component';
|
|
8
|
-
export { inputs as ɵs, outputs as ɵt } from './src/otp-input/otpinput.component';
|
|
9
|
-
export { inputs as ɵq, outputs as ɵr } from './src/rating/rating.component';
|
|
10
|
-
export { inputs as ɵo, outputs as ɵp } from './src/signature/signature.component';
|
|
11
|
-
export { inputs as ɵi, outputs as ɵj } from './src/slider/slider.component';
|
|
12
|
-
export { inputs as ɵu, outputs as ɵv } from './src/smart-textarea/smarttextarea.component';
|
|
13
|
-
export { inputs as ɵw, outputs as ɵx } from './src/speech-to-text/speechtotext.component';
|
|
14
|
-
export { inputs as ɵc, outputs as ɵd } from './src/textarea/textarea.component';
|
|
15
|
-
export { inputs as ɵa, outputs as ɵb } from './src/textbox/textbox.component';
|
|
16
|
-
export { inputs as ɵk, outputs as ɵl } from './src/uploader/uploader.component';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public_api';
|
|
5
|
+
export { inputs as ɵm, outputs as ɵn } from './src/color-picker/colorpicker.component';
|
|
6
|
+
export { inputs as ɵg, outputs as ɵh } from './src/maskedtextbox/maskedtextbox.component';
|
|
7
|
+
export { inputs as ɵe, outputs as ɵf } from './src/numerictextbox/numerictextbox.component';
|
|
8
|
+
export { inputs as ɵs, outputs as ɵt } from './src/otp-input/otpinput.component';
|
|
9
|
+
export { inputs as ɵq, outputs as ɵr } from './src/rating/rating.component';
|
|
10
|
+
export { inputs as ɵo, outputs as ɵp } from './src/signature/signature.component';
|
|
11
|
+
export { inputs as ɵi, outputs as ɵj } from './src/slider/slider.component';
|
|
12
|
+
export { inputs as ɵu, outputs as ɵv } from './src/smart-textarea/smarttextarea.component';
|
|
13
|
+
export { inputs as ɵw, outputs as ɵx } from './src/speech-to-text/speechtotext.component';
|
|
14
|
+
export { inputs as ɵc, outputs as ɵd } from './src/textarea/textarea.component';
|
|
15
|
+
export { inputs as ɵa, outputs as ɵb } from './src/textbox/textbox.component';
|
|
16
|
+
export { inputs as ɵk, outputs as ɵl } from './src/uploader/uploader.component';
|
package/{LICENSE → license}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
|
|
2
|
-
|
|
3
|
-
To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
|
|
4
|
-
|
|
5
|
-
Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
|
|
6
|
-
|
|
7
|
-
Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
|
|
8
|
-
|
|
9
|
-
The Syncfusion license that contains the terms and conditions can be found at
|
|
10
|
-
https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
|
|
1
|
+
Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
|
|
2
|
+
|
|
3
|
+
To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
|
|
4
|
+
|
|
5
|
+
Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
|
|
6
|
+
|
|
7
|
+
Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
|
|
8
|
+
|
|
9
|
+
The Syncfusion license that contains the terms and conditions can be found at
|
|
10
|
+
https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
|
package/package.json
CHANGED
|
@@ -1,16 +1,45 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
2
|
+
"_from": "@syncfusion/ej2-angular-inputs@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-inputs@18.79.0",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-Z9uEDFgmh3F+AMqWyIiA/MIyQ4wbfzyaL4QobVRgKiFVPRsKaIJSaDnrYRvxRyNwPfwsXvRkEVDQ1wYQVVmEqw==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-angular-inputs",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "range",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-angular-inputs@*",
|
|
12
|
+
"name": "@syncfusion/ej2-angular-inputs",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-angular-inputs",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "*",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "*"
|
|
18
|
+
},
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"/"
|
|
21
|
+
],
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-development/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-18.79.0.tgz",
|
|
23
|
+
"_shasum": "410f83c54c16746a4883d54511b765d3af6c0ae3",
|
|
24
|
+
"_spec": "@syncfusion/ej2-angular-inputs@*",
|
|
25
|
+
"_where": "D:\\SF3992\\WFH\\Nexus\\ej2-nexus-branch-switching-dev\\release",
|
|
26
|
+
"author": {
|
|
27
|
+
"name": "Syncfusion Inc."
|
|
28
|
+
},
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
+
},
|
|
32
|
+
"bundleDependencies": false,
|
|
8
33
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~30.1.37",
|
|
10
34
|
"@syncfusion/ej2-angular-base": "~30.1.37",
|
|
11
|
-
"@syncfusion/ej2-
|
|
35
|
+
"@syncfusion/ej2-base": "~30.1.38",
|
|
36
|
+
"@syncfusion/ej2-inputs": "30.1.38"
|
|
12
37
|
},
|
|
38
|
+
"deprecated": false,
|
|
39
|
+
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Angular",
|
|
13
40
|
"devDependencies": {},
|
|
41
|
+
"es2015": "@syncfusion/ej2-angular-inputs.js",
|
|
42
|
+
"homepage": "https://www.syncfusion.com/angular-components",
|
|
14
43
|
"keywords": [
|
|
15
44
|
"angular",
|
|
16
45
|
"ng",
|
|
@@ -44,15 +73,17 @@
|
|
|
44
73
|
"ng-smart-textarea",
|
|
45
74
|
"ng-smart-text-area"
|
|
46
75
|
],
|
|
76
|
+
"license": "SEE LICENSE IN license",
|
|
77
|
+
"main": "dist/ej2-angular-inputs.umd.js",
|
|
78
|
+
"metadata": "ej2-angular-inputs.metadata.json",
|
|
79
|
+
"module": "@syncfusion/ej2-angular-inputs.es5.js",
|
|
80
|
+
"name": "@syncfusion/ej2-angular-inputs",
|
|
47
81
|
"repository": {
|
|
48
82
|
"type": "git",
|
|
49
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
83
|
+
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
50
84
|
},
|
|
85
|
+
"schematics": "./schematics/collection.json",
|
|
51
86
|
"sideEffects": false,
|
|
52
|
-
"main": "dist/ej2-angular-inputs.umd.js",
|
|
53
|
-
"module": "@syncfusion/ej2-angular-inputs.es5.js",
|
|
54
|
-
"es2015": "@syncfusion/ej2-angular-inputs.js",
|
|
55
87
|
"typings": "ej2-angular-inputs.d.ts",
|
|
56
|
-
"
|
|
57
|
-
"homepage": "https://www.syncfusion.com/angular-components"
|
|
88
|
+
"version": "30.1.38-ngcc"
|
|
58
89
|
}
|
package/public_api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './src/index';
|
|
1
|
+
export * from './src/index';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-inputs";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^18.79.0";
|
|
3
3
|
export declare const moduleName = "TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~18.79.0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-inputs';
|
|
4
|
-
exports.pkgVer = '^30.1.
|
|
4
|
+
exports.pkgVer = '^30.1.38';
|
|
5
5
|
exports.moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
|
|
6
|
-
exports.themeVer = '~30.1.
|
|
6
|
+
exports.themeVer = '~30.1.38';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-inputs';
|
|
2
|
-
export const pkgVer = '^30.1.
|
|
3
|
-
export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
|
|
4
|
-
export const themeVer = '~30.1.
|
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-inputs';
|
|
2
|
+
export const pkgVer = '^30.1.38';
|
|
3
|
+
export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
|
|
4
|
+
export const themeVer = '~30.1.38';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the ColorPicker component with providers.
|
|
3
|
-
*/
|
|
4
|
-
export declare class ColorPickerAllModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the ColorPicker component with providers.
|
|
3
|
+
*/
|
|
4
|
+
export declare class ColorPickerAllModule {
|
|
5
|
+
}
|
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { ColorPicker } from '@syncfusion/ej2-inputs';
|
|
4
|
-
export declare const inputs: string[];
|
|
5
|
-
export declare const outputs: string[];
|
|
6
|
-
export declare const twoWays: string[];
|
|
7
|
-
/**
|
|
8
|
-
* Represents the EJ2 Angular ColorPicker Component.
|
|
9
|
-
* ```html
|
|
10
|
-
* <input ejs-colorpicker type='color'/>
|
|
11
|
-
* ```
|
|
12
|
-
*/
|
|
13
|
-
export declare class ColorPickerComponent extends ColorPicker implements IComponentBase {
|
|
14
|
-
private ngEle;
|
|
15
|
-
private srenderer;
|
|
16
|
-
private viewContainerRef;
|
|
17
|
-
private injector;
|
|
18
|
-
private cdr;
|
|
19
|
-
formCompContext: any;
|
|
20
|
-
formContext: any;
|
|
21
|
-
tagObjects: any;
|
|
22
|
-
beforeClose: any;
|
|
23
|
-
beforeModeSwitch: any;
|
|
24
|
-
beforeOpen: any;
|
|
25
|
-
beforeTileRender: any;
|
|
26
|
-
change: any;
|
|
27
|
-
created: any;
|
|
28
|
-
onModeSwitch: any;
|
|
29
|
-
open: any;
|
|
30
|
-
select: any;
|
|
31
|
-
valueChange: any;
|
|
32
|
-
focus: any;
|
|
33
|
-
blur: any;
|
|
34
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
35
|
-
registerOnChange(registerFunction: (_: any) => void): void;
|
|
36
|
-
registerOnTouched(registerFunction: () => void): void;
|
|
37
|
-
writeValue(value: any): void;
|
|
38
|
-
setDisabledState(disabled: boolean): void;
|
|
39
|
-
ngOnInit(): void;
|
|
40
|
-
ngAfterViewInit(): void;
|
|
41
|
-
ngOnDestroy(): void;
|
|
42
|
-
ngAfterContentChecked(): void;
|
|
43
|
-
registerEvents: (eventList: string[]) => void;
|
|
44
|
-
addTwoWay: (propList: string[]) => void;
|
|
45
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { ColorPicker } from '@syncfusion/ej2-inputs';
|
|
4
|
+
export declare const inputs: string[];
|
|
5
|
+
export declare const outputs: string[];
|
|
6
|
+
export declare const twoWays: string[];
|
|
7
|
+
/**
|
|
8
|
+
* Represents the EJ2 Angular ColorPicker Component.
|
|
9
|
+
* ```html
|
|
10
|
+
* <input ejs-colorpicker type='color'/>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class ColorPickerComponent extends ColorPicker implements IComponentBase {
|
|
14
|
+
private ngEle;
|
|
15
|
+
private srenderer;
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
private injector;
|
|
18
|
+
private cdr;
|
|
19
|
+
formCompContext: any;
|
|
20
|
+
formContext: any;
|
|
21
|
+
tagObjects: any;
|
|
22
|
+
beforeClose: any;
|
|
23
|
+
beforeModeSwitch: any;
|
|
24
|
+
beforeOpen: any;
|
|
25
|
+
beforeTileRender: any;
|
|
26
|
+
change: any;
|
|
27
|
+
created: any;
|
|
28
|
+
onModeSwitch: any;
|
|
29
|
+
open: any;
|
|
30
|
+
select: any;
|
|
31
|
+
valueChange: any;
|
|
32
|
+
focus: any;
|
|
33
|
+
blur: any;
|
|
34
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
35
|
+
registerOnChange(registerFunction: (_: any) => void): void;
|
|
36
|
+
registerOnTouched(registerFunction: () => void): void;
|
|
37
|
+
writeValue(value: any): void;
|
|
38
|
+
setDisabledState(disabled: boolean): void;
|
|
39
|
+
ngOnInit(): void;
|
|
40
|
+
ngAfterViewInit(): void;
|
|
41
|
+
ngOnDestroy(): void;
|
|
42
|
+
ngAfterContentChecked(): void;
|
|
43
|
+
registerEvents: (eventList: string[]) => void;
|
|
44
|
+
addTwoWay: (propList: string[]) => void;
|
|
45
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the ColorPicker component.
|
|
3
|
-
*/
|
|
4
|
-
export declare class ColorPickerModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the ColorPicker component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class ColorPickerModule {
|
|
5
|
+
}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { AbstractControl, ValidatorFn } from '@angular/forms';
|
|
2
|
-
export declare class FormValidators {
|
|
3
|
-
static max(number: number | Date): ValidatorFn;
|
|
4
|
-
static min(number: number | Date): ValidatorFn;
|
|
5
|
-
static creditcard(control: AbstractControl): {
|
|
6
|
-
[key: string]: boolean;
|
|
7
|
-
} | null;
|
|
8
|
-
static date(control: AbstractControl): {
|
|
9
|
-
[key: string]: boolean;
|
|
10
|
-
} | null;
|
|
11
|
-
static dateIso(control: AbstractControl): {
|
|
12
|
-
[key: string]: boolean;
|
|
13
|
-
} | null;
|
|
14
|
-
static digits(control: AbstractControl): {
|
|
15
|
-
[key: string]: boolean;
|
|
16
|
-
} | null;
|
|
17
|
-
static email(control: AbstractControl): {
|
|
18
|
-
[key: string]: boolean;
|
|
19
|
-
} | null;
|
|
20
|
-
static maxLength(number: number): ValidatorFn;
|
|
21
|
-
static minLength(number: number): ValidatorFn;
|
|
22
|
-
static number(control: AbstractControl): {
|
|
23
|
-
[key: string]: boolean;
|
|
24
|
-
} | null;
|
|
25
|
-
static required(control: AbstractControl): {
|
|
26
|
-
[key: string]: boolean;
|
|
27
|
-
} | null;
|
|
28
|
-
static tel(control: AbstractControl): {
|
|
29
|
-
[key: string]: boolean;
|
|
30
|
-
} | null;
|
|
31
|
-
static url(control: AbstractControl): {
|
|
32
|
-
[key: string]: boolean;
|
|
33
|
-
} | null;
|
|
34
|
-
static rangeLength(number1: number, number2: number): ValidatorFn;
|
|
35
|
-
static range(number1: number, number2: number): ValidatorFn;
|
|
36
|
-
}
|
|
1
|
+
import { AbstractControl, ValidatorFn } from '@angular/forms';
|
|
2
|
+
export declare class FormValidators {
|
|
3
|
+
static max(number: number | Date): ValidatorFn;
|
|
4
|
+
static min(number: number | Date): ValidatorFn;
|
|
5
|
+
static creditcard(control: AbstractControl): {
|
|
6
|
+
[key: string]: boolean;
|
|
7
|
+
} | null;
|
|
8
|
+
static date(control: AbstractControl): {
|
|
9
|
+
[key: string]: boolean;
|
|
10
|
+
} | null;
|
|
11
|
+
static dateIso(control: AbstractControl): {
|
|
12
|
+
[key: string]: boolean;
|
|
13
|
+
} | null;
|
|
14
|
+
static digits(control: AbstractControl): {
|
|
15
|
+
[key: string]: boolean;
|
|
16
|
+
} | null;
|
|
17
|
+
static email(control: AbstractControl): {
|
|
18
|
+
[key: string]: boolean;
|
|
19
|
+
} | null;
|
|
20
|
+
static maxLength(number: number): ValidatorFn;
|
|
21
|
+
static minLength(number: number): ValidatorFn;
|
|
22
|
+
static number(control: AbstractControl): {
|
|
23
|
+
[key: string]: boolean;
|
|
24
|
+
} | null;
|
|
25
|
+
static required(control: AbstractControl): {
|
|
26
|
+
[key: string]: boolean;
|
|
27
|
+
} | null;
|
|
28
|
+
static tel(control: AbstractControl): {
|
|
29
|
+
[key: string]: boolean;
|
|
30
|
+
} | null;
|
|
31
|
+
static url(control: AbstractControl): {
|
|
32
|
+
[key: string]: boolean;
|
|
33
|
+
} | null;
|
|
34
|
+
static rangeLength(number1: number, number2: number): ValidatorFn;
|
|
35
|
+
static range(number1: number, number2: number): ValidatorFn;
|
|
36
|
+
}
|
package/src/index.d.ts
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
export { TextBoxComponent } from './textbox/textbox.component';
|
|
2
|
-
export { TextBoxModule } from './textbox/textbox.module';
|
|
3
|
-
export { TextBoxAllModule } from './textbox/textbox-all.module';
|
|
4
|
-
export { TextAreaComponent } from './textarea/textarea.component';
|
|
5
|
-
export { TextAreaModule } from './textarea/textarea.module';
|
|
6
|
-
export { TextAreaAllModule } from './textarea/textarea-all.module';
|
|
7
|
-
export { NumericTextBoxComponent } from './numerictextbox/numerictextbox.component';
|
|
8
|
-
export { NumericTextBoxModule } from './numerictextbox/numerictextbox.module';
|
|
9
|
-
export { NumericTextBoxAllModule } from './numerictextbox/numerictextbox-all.module';
|
|
10
|
-
export { MaskedTextBoxComponent } from './maskedtextbox/maskedtextbox.component';
|
|
11
|
-
export { MaskedTextBoxModule } from './maskedtextbox/maskedtextbox.module';
|
|
12
|
-
export { MaskedTextBoxAllModule } from './maskedtextbox/maskedtextbox-all.module';
|
|
13
|
-
export { SliderComponent } from './slider/slider.component';
|
|
14
|
-
export { SliderModule } from './slider/slider.module';
|
|
15
|
-
export { SliderAllModule } from './slider/slider-all.module';
|
|
16
|
-
export { UploadedFilesDirective, FilesDirective } from './uploader/files.directive';
|
|
17
|
-
export { UploaderComponent } from './uploader/uploader.component';
|
|
18
|
-
export { UploaderModule } from './uploader/uploader.module';
|
|
19
|
-
export { UploaderAllModule } from './uploader/uploader-all.module';
|
|
20
|
-
export { ColorPickerComponent } from './color-picker/colorpicker.component';
|
|
21
|
-
export { ColorPickerModule } from './color-picker/colorpicker.module';
|
|
22
|
-
export { ColorPickerAllModule } from './color-picker/colorpicker-all.module';
|
|
23
|
-
export { SignatureComponent } from './signature/signature.component';
|
|
24
|
-
export { SignatureModule } from './signature/signature.module';
|
|
25
|
-
export { SignatureAllModule } from './signature/signature-all.module';
|
|
26
|
-
export { RatingComponent } from './rating/rating.component';
|
|
27
|
-
export { RatingModule } from './rating/rating.module';
|
|
28
|
-
export { RatingAllModule } from './rating/rating-all.module';
|
|
29
|
-
export { OtpInputComponent } from './otp-input/otpinput.component';
|
|
30
|
-
export { OtpInputModule } from './otp-input/otpinput.module';
|
|
31
|
-
export { OtpInputAllModule } from './otp-input/otpinput-all.module';
|
|
32
|
-
export { SmartTextAreaComponent } from './smart-textarea/smarttextarea.component';
|
|
33
|
-
export { SmartTextAreaModule } from './smart-textarea/smarttextarea.module';
|
|
34
|
-
export { SmartTextAreaAllModule } from './smart-textarea/smarttextarea-all.module';
|
|
35
|
-
export { SpeechToTextComponent } from './speech-to-text/speechtotext.component';
|
|
36
|
-
export { SpeechToTextModule } from './speech-to-text/speechtotext.module';
|
|
37
|
-
export { SpeechToTextAllModule } from './speech-to-text/speechtotext-all.module';
|
|
38
|
-
export * from './form-validator/form-validator';
|
|
39
|
-
export * from '@syncfusion/ej2-inputs';
|
|
1
|
+
export { TextBoxComponent } from './textbox/textbox.component';
|
|
2
|
+
export { TextBoxModule } from './textbox/textbox.module';
|
|
3
|
+
export { TextBoxAllModule } from './textbox/textbox-all.module';
|
|
4
|
+
export { TextAreaComponent } from './textarea/textarea.component';
|
|
5
|
+
export { TextAreaModule } from './textarea/textarea.module';
|
|
6
|
+
export { TextAreaAllModule } from './textarea/textarea-all.module';
|
|
7
|
+
export { NumericTextBoxComponent } from './numerictextbox/numerictextbox.component';
|
|
8
|
+
export { NumericTextBoxModule } from './numerictextbox/numerictextbox.module';
|
|
9
|
+
export { NumericTextBoxAllModule } from './numerictextbox/numerictextbox-all.module';
|
|
10
|
+
export { MaskedTextBoxComponent } from './maskedtextbox/maskedtextbox.component';
|
|
11
|
+
export { MaskedTextBoxModule } from './maskedtextbox/maskedtextbox.module';
|
|
12
|
+
export { MaskedTextBoxAllModule } from './maskedtextbox/maskedtextbox-all.module';
|
|
13
|
+
export { SliderComponent } from './slider/slider.component';
|
|
14
|
+
export { SliderModule } from './slider/slider.module';
|
|
15
|
+
export { SliderAllModule } from './slider/slider-all.module';
|
|
16
|
+
export { UploadedFilesDirective, FilesDirective } from './uploader/files.directive';
|
|
17
|
+
export { UploaderComponent } from './uploader/uploader.component';
|
|
18
|
+
export { UploaderModule } from './uploader/uploader.module';
|
|
19
|
+
export { UploaderAllModule } from './uploader/uploader-all.module';
|
|
20
|
+
export { ColorPickerComponent } from './color-picker/colorpicker.component';
|
|
21
|
+
export { ColorPickerModule } from './color-picker/colorpicker.module';
|
|
22
|
+
export { ColorPickerAllModule } from './color-picker/colorpicker-all.module';
|
|
23
|
+
export { SignatureComponent } from './signature/signature.component';
|
|
24
|
+
export { SignatureModule } from './signature/signature.module';
|
|
25
|
+
export { SignatureAllModule } from './signature/signature-all.module';
|
|
26
|
+
export { RatingComponent } from './rating/rating.component';
|
|
27
|
+
export { RatingModule } from './rating/rating.module';
|
|
28
|
+
export { RatingAllModule } from './rating/rating-all.module';
|
|
29
|
+
export { OtpInputComponent } from './otp-input/otpinput.component';
|
|
30
|
+
export { OtpInputModule } from './otp-input/otpinput.module';
|
|
31
|
+
export { OtpInputAllModule } from './otp-input/otpinput-all.module';
|
|
32
|
+
export { SmartTextAreaComponent } from './smart-textarea/smarttextarea.component';
|
|
33
|
+
export { SmartTextAreaModule } from './smart-textarea/smarttextarea.module';
|
|
34
|
+
export { SmartTextAreaAllModule } from './smart-textarea/smarttextarea-all.module';
|
|
35
|
+
export { SpeechToTextComponent } from './speech-to-text/speechtotext.component';
|
|
36
|
+
export { SpeechToTextModule } from './speech-to-text/speechtotext.module';
|
|
37
|
+
export { SpeechToTextAllModule } from './speech-to-text/speechtotext-all.module';
|
|
38
|
+
export * from './form-validator/form-validator';
|
|
39
|
+
export * from '@syncfusion/ej2-inputs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the MaskedTextBox component with providers.
|
|
3
|
-
*/
|
|
4
|
-
export declare class MaskedTextBoxAllModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the MaskedTextBox component with providers.
|
|
3
|
+
*/
|
|
4
|
+
export declare class MaskedTextBoxAllModule {
|
|
5
|
+
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { MaskedTextBox } from '@syncfusion/ej2-inputs';
|
|
4
|
-
export declare const inputs: string[];
|
|
5
|
-
export declare const outputs: string[];
|
|
6
|
-
export declare const twoWays: string[];
|
|
7
|
-
/**
|
|
8
|
-
* Represents the EJ2 Angular MaskedTextbox Component.
|
|
9
|
-
* ```html
|
|
10
|
-
* <ej-maskedtextbox [value]='value'></ej-maskedtextbox>
|
|
11
|
-
* ```
|
|
12
|
-
*/
|
|
13
|
-
export declare class MaskedTextBoxComponent extends MaskedTextBox implements IComponentBase {
|
|
14
|
-
private ngEle;
|
|
15
|
-
private srenderer;
|
|
16
|
-
private viewContainerRef;
|
|
17
|
-
private injector;
|
|
18
|
-
private cdr;
|
|
19
|
-
formCompContext: any;
|
|
20
|
-
formContext: any;
|
|
21
|
-
tagObjects: any;
|
|
22
|
-
blur: any;
|
|
23
|
-
change: any;
|
|
24
|
-
created: any;
|
|
25
|
-
destroyed: any;
|
|
26
|
-
focus: any;
|
|
27
|
-
valueChange: any;
|
|
28
|
-
private skipFromEvent;
|
|
29
|
-
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
30
|
-
registerOnChange(registerFunction: (_: any) => void): void;
|
|
31
|
-
registerOnTouched(registerFunction: () => void): void;
|
|
32
|
-
writeValue(value: any): void;
|
|
33
|
-
setDisabledState(disabled: boolean): void;
|
|
34
|
-
ngOnInit(): void;
|
|
35
|
-
ngAfterViewInit(): void;
|
|
36
|
-
ngOnDestroy(): void;
|
|
37
|
-
ngAfterContentChecked(): void;
|
|
38
|
-
registerEvents: (eventList: string[]) => void;
|
|
39
|
-
addTwoWay: (propList: string[]) => void;
|
|
40
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { MaskedTextBox } from '@syncfusion/ej2-inputs';
|
|
4
|
+
export declare const inputs: string[];
|
|
5
|
+
export declare const outputs: string[];
|
|
6
|
+
export declare const twoWays: string[];
|
|
7
|
+
/**
|
|
8
|
+
* Represents the EJ2 Angular MaskedTextbox Component.
|
|
9
|
+
* ```html
|
|
10
|
+
* <ej-maskedtextbox [value]='value'></ej-maskedtextbox>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class MaskedTextBoxComponent extends MaskedTextBox implements IComponentBase {
|
|
14
|
+
private ngEle;
|
|
15
|
+
private srenderer;
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
private injector;
|
|
18
|
+
private cdr;
|
|
19
|
+
formCompContext: any;
|
|
20
|
+
formContext: any;
|
|
21
|
+
tagObjects: any;
|
|
22
|
+
blur: any;
|
|
23
|
+
change: any;
|
|
24
|
+
created: any;
|
|
25
|
+
destroyed: any;
|
|
26
|
+
focus: any;
|
|
27
|
+
valueChange: any;
|
|
28
|
+
private skipFromEvent;
|
|
29
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
|
|
30
|
+
registerOnChange(registerFunction: (_: any) => void): void;
|
|
31
|
+
registerOnTouched(registerFunction: () => void): void;
|
|
32
|
+
writeValue(value: any): void;
|
|
33
|
+
setDisabledState(disabled: boolean): void;
|
|
34
|
+
ngOnInit(): void;
|
|
35
|
+
ngAfterViewInit(): void;
|
|
36
|
+
ngOnDestroy(): void;
|
|
37
|
+
ngAfterContentChecked(): void;
|
|
38
|
+
registerEvents: (eventList: string[]) => void;
|
|
39
|
+
addTwoWay: (propList: string[]) => void;
|
|
40
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the MaskedTextBox component.
|
|
3
|
-
*/
|
|
4
|
-
export declare class MaskedTextBoxModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the MaskedTextBox component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class MaskedTextBoxModule {
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NgModule definition for the NumericTextBox component with providers.
|
|
3
|
-
*/
|
|
4
|
-
export declare class NumericTextBoxAllModule {
|
|
5
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the NumericTextBox component with providers.
|
|
3
|
+
*/
|
|
4
|
+
export declare class NumericTextBoxAllModule {
|
|
5
|
+
}
|