@syncfusion/ej2-angular-inputs 26.1.41 → 26.1.42-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 +2149 -0
- package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-inputs.js +2025 -0
- package/@syncfusion/ej2-angular-inputs.js.map +1 -0
- package/dist/ej2-angular-inputs.umd.js +2252 -0
- package/dist/ej2-angular-inputs.umd.js.map +1 -0
- package/dist/ej2-angular-inputs.umd.min.js +11 -0
- package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
- package/ej2-angular-inputs.d.ts +14 -0
- package/ej2-angular-inputs.metadata.json +1 -0
- package/license +10 -0
- package/package.json +14 -28
- package/schematics/utils/lib-details.ts +2 -2
- package/src/color-picker/colorpicker-all.module.d.ts +0 -6
- package/src/color-picker/colorpicker.component.d.ts +0 -3
- package/src/color-picker/colorpicker.module.d.ts +0 -6
- package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
- package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
- package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
- package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
- package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
- package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
- package/src/otp-input/otpinput-all.module.d.ts +0 -6
- package/src/otp-input/otpinput.component.d.ts +0 -3
- package/src/otp-input/otpinput.module.d.ts +0 -6
- package/src/rating/rating-all.module.d.ts +0 -6
- package/src/rating/rating.component.d.ts +0 -3
- package/src/rating/rating.module.d.ts +0 -6
- package/src/signature/signature-all.module.d.ts +0 -6
- package/src/signature/signature.component.d.ts +0 -3
- package/src/signature/signature.module.d.ts +0 -6
- package/src/slider/slider-all.module.d.ts +0 -6
- package/src/slider/slider.component.d.ts +0 -3
- package/src/slider/slider.module.d.ts +0 -6
- package/src/textarea/textarea-all.module.d.ts +0 -6
- package/src/textarea/textarea.component.d.ts +0 -3
- package/src/textarea/textarea.module.d.ts +0 -6
- package/src/textbox/textbox-all.module.d.ts +0 -6
- package/src/textbox/textbox.component.d.ts +0 -3
- package/src/textbox/textbox.module.d.ts +0 -6
- package/src/uploader/files.directive.d.ts +0 -5
- package/src/uploader/uploader-all.module.d.ts +0 -6
- package/src/uploader/uploader.component.d.ts +0 -3
- package/src/uploader/uploader.module.d.ts +0 -7
- package/styles/material-dark.css +22 -7
- package/styles/material.css +1 -1
- package/styles/slider/material-dark.css +22 -7
- package/styles/slider/material.css +1 -1
- package/CHANGELOG.md +0 -1533
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
- package/esm2020/src/color-picker/colorpicker.component.mjs +0 -84
- package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
- package/esm2020/src/form-validator/form-validator.mjs +0 -193
- package/esm2020/src/index.mjs +0 -34
- package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
- package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -85
- package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
- package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
- package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -85
- package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
- package/esm2020/src/otp-input/otpinput-all.module.mjs +0 -23
- package/esm2020/src/otp-input/otpinput.component.mjs +0 -85
- package/esm2020/src/otp-input/otpinput.module.mjs +0 -25
- package/esm2020/src/rating/rating-all.module.mjs +0 -23
- package/esm2020/src/rating/rating.component.mjs +0 -109
- package/esm2020/src/rating/rating.module.mjs +0 -25
- package/esm2020/src/signature/signature-all.module.mjs +0 -23
- package/esm2020/src/signature/signature.component.mjs +0 -84
- package/esm2020/src/signature/signature.module.mjs +0 -25
- package/esm2020/src/slider/slider-all.module.mjs +0 -23
- package/esm2020/src/slider/slider.component.mjs +0 -84
- package/esm2020/src/slider/slider.module.mjs +0 -25
- package/esm2020/src/textarea/textarea-all.module.mjs +0 -23
- package/esm2020/src/textarea/textarea.component.mjs +0 -85
- package/esm2020/src/textarea/textarea.module.mjs +0 -25
- package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
- package/esm2020/src/textbox/textbox.component.mjs +0 -85
- package/esm2020/src/textbox/textbox.module.mjs +0 -25
- package/esm2020/src/uploader/files.directive.mjs +0 -58
- package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
- package/esm2020/src/uploader/uploader.component.mjs +0 -96
- package/esm2020/src/uploader/uploader.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1479
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1479
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
- package/syncfusion-ej2-angular-inputs.d.ts +0 -5
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./numerictextbox.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the NumericTextBox component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class NumericTextBoxModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NumericTextBoxModule, [typeof i1.NumericTextBoxComponent], [typeof i2.CommonModule], [typeof i1.NumericTextBoxComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NumericTextBoxModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./otpinput.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the OtpInput component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class OtpInputAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OtpInputAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OtpInputAllModule, never, [typeof i1.CommonModule, typeof i2.OtpInputModule], [typeof i2.OtpInputModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<OtpInputAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { OtpInput } from '@syncfusion/ej2-inputs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -38,6 +37,4 @@ export declare class OtpInputComponent extends OtpInput implements IComponentBas
|
|
|
38
37
|
ngAfterContentChecked(): void;
|
|
39
38
|
registerEvents: (eventList: string[]) => void;
|
|
40
39
|
addTwoWay: (propList: string[]) => void;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OtpInputComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OtpInputComponent, "[ejs-otpinput]", never, { "ariaLabels": "ariaLabels"; "cssClass": "cssClass"; "disabled": "disabled"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "htmlAttributes": "htmlAttributes"; "length": "length"; "locale": "locale"; "placeholder": "placeholder"; "separator": "separator"; "stylingMode": "stylingMode"; "type": "type"; "value": "value"; }, { "blur": "blur"; "created": "created"; "focus": "focus"; "input": "input"; "valueChanged": "valueChanged"; "valueChange": "valueChange"; }, never, never>;
|
|
43
40
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./otpinput.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the OtpInput component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class OtpInputModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OtpInputModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OtpInputModule, [typeof i1.OtpInputComponent], [typeof i2.CommonModule], [typeof i1.OtpInputComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<OtpInputModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./rating.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Rating component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class RatingAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RatingAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RatingAllModule, never, [typeof i1.CommonModule, typeof i2.RatingModule], [typeof i2.RatingModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RatingAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Rating } from '@syncfusion/ej2-inputs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -84,6 +83,4 @@ export declare class RatingComponent extends Rating implements IComponentBase {
|
|
|
84
83
|
ngAfterContentChecked(): void;
|
|
85
84
|
registerEvents: (eventList: string[]) => void;
|
|
86
85
|
addTwoWay: (propList: string[]) => void;
|
|
87
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RatingComponent, never>;
|
|
88
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RatingComponent, "[ejs-rating]", never, { "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"; }, { "focus": "focus"; "blur": "blur"; "beforeItemRender": "beforeItemRender"; "created": "created"; "onItemHover": "onItemHover"; "valueChanged": "valueChanged"; "valueChange": "valueChange"; }, ["fullTemplate", "emptyTemplate", "tooltipTemplate", "labelTemplate"], never>;
|
|
89
86
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./rating.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Rating component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class RatingModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RatingModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RatingModule, [typeof i1.RatingComponent], [typeof i2.CommonModule], [typeof i1.RatingComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RatingModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./signature.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Signature component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class SignatureAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SignatureAllModule, never, [typeof i1.CommonModule, typeof i2.SignatureModule], [typeof i2.SignatureModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SignatureAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Signature } from '@syncfusion/ej2-inputs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -36,6 +35,4 @@ export declare class SignatureComponent extends Signature implements IComponentB
|
|
|
36
35
|
ngAfterContentChecked(): void;
|
|
37
36
|
registerEvents: (eventList: string[]) => void;
|
|
38
37
|
addTwoWay: (propList: string[]) => void;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SignatureComponent, "[ejs-signature]", never, { "backgroundColor": "backgroundColor"; "backgroundImage": "backgroundImage"; "disabled": "disabled"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "isReadOnly": "isReadOnly"; "locale": "locale"; "maxStrokeWidth": "maxStrokeWidth"; "minStrokeWidth": "minStrokeWidth"; "saveWithBackground": "saveWithBackground"; "strokeColor": "strokeColor"; "velocity": "velocity"; }, { "focus": "focus"; "blur": "blur"; "beforeSave": "beforeSave"; "change": "change"; "created": "created"; }, never, never>;
|
|
41
38
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./signature.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Signature component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class SignatureModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SignatureModule, [typeof i1.SignatureComponent], [typeof i2.CommonModule], [typeof i1.SignatureComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SignatureModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./slider.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Slider component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class SliderAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SliderAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderAllModule, never, [typeof i1.CommonModule, typeof i2.SliderModule], [typeof i2.SliderModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SliderAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Slider } from '@syncfusion/ej2-inputs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -40,6 +39,4 @@ export declare class SliderComponent extends Slider implements IComponentBase {
|
|
|
40
39
|
ngAfterContentChecked(): void;
|
|
41
40
|
registerEvents: (eventList: string[]) => void;
|
|
42
41
|
addTwoWay: (propList: string[]) => void;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "ejs-slider", never, { "colorRange": "colorRange"; "cssClass": "cssClass"; "customValues": "customValues"; "enableAnimation": "enableAnimation"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "limits": "limits"; "locale": "locale"; "max": "max"; "min": "min"; "orientation": "orientation"; "readonly": "readonly"; "showButtons": "showButtons"; "step": "step"; "ticks": "ticks"; "tooltip": "tooltip"; "type": "type"; "value": "value"; "width": "width"; }, { "focus": "focus"; "blur": "blur"; "change": "change"; "changed": "changed"; "created": "created"; "renderedTicks": "renderedTicks"; "renderingTicks": "renderingTicks"; "tooltipChange": "tooltipChange"; "valueChange": "valueChange"; }, never, never>;
|
|
45
42
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./slider.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Slider component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class SliderModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SliderModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, [typeof i1.SliderComponent], [typeof i2.CommonModule], [typeof i1.SliderComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SliderModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./textarea.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the TextArea component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class TextAreaAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextAreaAllModule, never, [typeof i1.CommonModule, typeof i2.TextAreaModule], [typeof i2.TextAreaModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TextAreaAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { TextArea } from '@syncfusion/ej2-inputs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -39,6 +38,4 @@ export declare class TextAreaComponent extends TextArea implements IComponentBas
|
|
|
39
38
|
ngAfterContentChecked(): void;
|
|
40
39
|
registerEvents: (eventList: string[]) => void;
|
|
41
40
|
addTwoWay: (propList: string[]) => void;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "ejs-textarea", never, { "cols": "cols"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "maxLength": "maxLength"; "placeholder": "placeholder"; "readonly": "readonly"; "resizeMode": "resizeMode"; "rows": "rows"; "showClearButton": "showClearButton"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "input": "input"; "valueChange": "valueChange"; }, never, never>;
|
|
44
41
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./textarea.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the TextArea component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class TextAreaModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextAreaModule, [typeof i1.TextAreaComponent], [typeof i2.CommonModule], [typeof i1.TextAreaComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TextAreaModule>;
|
|
11
5
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./textbox.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the TextBox component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class TextBoxAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextBoxAllModule, never, [typeof i1.CommonModule, typeof i2.TextBoxModule], [typeof i2.TextBoxModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TextBoxAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { TextBox } from '@syncfusion/ej2-inputs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -39,6 +38,4 @@ export declare class TextBoxComponent extends TextBox implements IComponentBase
|
|
|
39
38
|
ngAfterContentChecked(): void;
|
|
40
39
|
registerEvents: (eventList: string[]) => void;
|
|
41
40
|
addTwoWay: (propList: string[]) => void;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TextBoxComponent, "ejs-textbox", never, { "autocomplete": "autocomplete"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "multiline": "multiline"; "placeholder": "placeholder"; "readonly": "readonly"; "showClearButton": "showClearButton"; "type": "type"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "input": "input"; "valueChange": "valueChange"; }, never, never>;
|
|
44
41
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./textbox.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the TextBox component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class TextBoxModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TextBoxModule, [typeof i1.TextBoxComponent], [typeof i2.CommonModule], [typeof i1.TextBoxComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TextBoxModule>;
|
|
11
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* 'e-files' directive represent a file of angular uploader
|
|
6
5
|
* It must be contained in a Uploader component(`ejs-uploader`).
|
|
@@ -32,8 +31,6 @@ export declare class UploadedFilesDirective extends ComplexBase<UploadedFilesDir
|
|
|
32
31
|
*/
|
|
33
32
|
size: any;
|
|
34
33
|
constructor(viewContainerRef: ViewContainerRef);
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UploadedFilesDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadedFilesDirective, "e-files>e-uploadedfiles", never, { "name": "name"; "size": "size"; "type": "type"; }, {}, never>;
|
|
37
34
|
}
|
|
38
35
|
/**
|
|
39
36
|
* UploadedFiles Array Directive
|
|
@@ -41,6 +38,4 @@ export declare class UploadedFilesDirective extends ComplexBase<UploadedFilesDir
|
|
|
41
38
|
*/
|
|
42
39
|
export declare class FilesDirective extends ArrayBase<FilesDirective> {
|
|
43
40
|
constructor();
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilesDirective, never>;
|
|
45
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesDirective, "ejs-uploader>e-files", never, {}, {}, ["children"]>;
|
|
46
41
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "./uploader.module";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the Uploader component with providers.
|
|
6
3
|
*/
|
|
7
4
|
export declare class UploaderAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UploaderAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UploaderAllModule, never, [typeof i1.CommonModule, typeof i2.UploaderModule], [typeof i2.UploaderModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<UploaderAllModule>;
|
|
11
5
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { Uploader } from '@syncfusion/ej2-inputs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -64,6 +63,4 @@ export declare class UploaderComponent extends Uploader implements IComponentBas
|
|
|
64
63
|
ngAfterContentChecked(): void;
|
|
65
64
|
registerEvents: (eventList: string[]) => void;
|
|
66
65
|
addTwoWay: (propList: string[]) => void;
|
|
67
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UploaderComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UploaderComponent, "ejs-uploader", never, { "allowedExtensions": "allowedExtensions"; "asyncSettings": "asyncSettings"; "autoUpload": "autoUpload"; "buttons": "buttons"; "cssClass": "cssClass"; "directoryUpload": "directoryUpload"; "dropArea": "dropArea"; "dropEffect": "dropEffect"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "files": "files"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "maxFileSize": "maxFileSize"; "minFileSize": "minFileSize"; "multiple": "multiple"; "sequentialUpload": "sequentialUpload"; "showFileList": "showFileList"; "template": "template"; }, { "focus": "focus"; "blur": "blur"; "actionComplete": "actionComplete"; "beforeRemove": "beforeRemove"; "beforeUpload": "beforeUpload"; "canceling": "canceling"; "change": "change"; "chunkFailure": "chunkFailure"; "chunkSuccess": "chunkSuccess"; "chunkUploading": "chunkUploading"; "clearing": "clearing"; "created": "created"; "failure": "failure"; "fileListRendering": "fileListRendering"; "pausing": "pausing"; "progress": "progress"; "removing": "removing"; "rendering": "rendering"; "resuming": "resuming"; "selected": "selected"; "success": "success"; "uploading": "uploading"; }, ["template", "childFiles"], never>;
|
|
69
66
|
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./uploader.component";
|
|
3
|
-
import * as i2 from "./files.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
1
|
/**
|
|
6
2
|
* NgModule definition for the Uploader component.
|
|
7
3
|
*/
|
|
8
4
|
export declare class UploaderModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UploaderModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UploaderModule, [typeof i1.UploaderComponent, typeof i2.UploadedFilesDirective, typeof i2.FilesDirective], [typeof i3.CommonModule], [typeof i1.UploaderComponent, typeof i2.UploadedFilesDirective, typeof i2.FilesDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<UploaderModule>;
|
|
12
5
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -12096,9 +12096,13 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder,
|
|
|
12096
12096
|
cursor: pointer;
|
|
12097
12097
|
}
|
|
12098
12098
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
12099
|
+
height: 7px;
|
|
12100
|
+
top: 5px;
|
|
12099
12101
|
background-position: bottom;
|
|
12100
|
-
|
|
12101
|
-
|
|
12102
|
+
}
|
|
12103
|
+
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-large {
|
|
12104
|
+
height: 10px;
|
|
12105
|
+
top: 5px;
|
|
12102
12106
|
}
|
|
12103
12107
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-tick {
|
|
12104
12108
|
background-position: right;
|
|
@@ -12106,9 +12110,13 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder,
|
|
|
12106
12110
|
left: 1px;
|
|
12107
12111
|
}
|
|
12108
12112
|
.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-tick {
|
|
12113
|
+
height: 7px;
|
|
12114
|
+
top: 10px;
|
|
12109
12115
|
background-position-x: center;
|
|
12110
|
-
|
|
12111
|
-
|
|
12116
|
+
}
|
|
12117
|
+
.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-large {
|
|
12118
|
+
height: 10px;
|
|
12119
|
+
top: 13px;
|
|
12112
12120
|
}
|
|
12113
12121
|
.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-tick {
|
|
12114
12122
|
background-position: left;
|
|
@@ -12117,7 +12125,11 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder,
|
|
|
12117
12125
|
}
|
|
12118
12126
|
.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-tick {
|
|
12119
12127
|
background-position: center;
|
|
12120
|
-
height:
|
|
12128
|
+
height: 12px;
|
|
12129
|
+
}
|
|
12130
|
+
.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-large {
|
|
12131
|
+
height: 20px;
|
|
12132
|
+
top: 4px;
|
|
12121
12133
|
}
|
|
12122
12134
|
.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-tick {
|
|
12123
12135
|
background-position: center;
|
|
@@ -12142,7 +12154,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder,
|
|
|
12142
12154
|
z-index: 1;
|
|
12143
12155
|
}
|
|
12144
12156
|
.e-control-wrapper.e-slider-container .e-scale .e-tick {
|
|
12145
|
-
background-image: url("data:image/png;base64,
|
|
12157
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAHCAYAAAAie5yXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBlcYxAQAACAJBNOlHMboMFOCmG+Bkq6jyZBgBrr7SD7YAAAAASUVORK5CYII=");
|
|
12146
12158
|
cursor: default;
|
|
12147
12159
|
outline: none;
|
|
12148
12160
|
position: relative;
|
|
@@ -12151,6 +12163,9 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder,
|
|
|
12151
12163
|
-ms-user-select: none;
|
|
12152
12164
|
user-select: none;
|
|
12153
12165
|
}
|
|
12166
|
+
.e-control-wrapper.e-slider-container .e-scale .e-tick.e-large {
|
|
12167
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAKCAYAAACe5Y9JAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAfSURBVHgBrcYxAQAACAJBNOlHMboMROCmG+Bkq2jlAZHeAbRZSr3QAAAAAElFTkSuQmCC");
|
|
12168
|
+
}
|
|
12154
12169
|
.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value {
|
|
12155
12170
|
color: #fff;
|
|
12156
12171
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
@@ -12180,7 +12195,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder,
|
|
|
12180
12195
|
}
|
|
12181
12196
|
.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick {
|
|
12182
12197
|
display: inline-block;
|
|
12183
|
-
background-repeat:
|
|
12198
|
+
background-repeat: repeat-y;
|
|
12184
12199
|
}
|
|
12185
12200
|
.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-before, .e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both:first-child {
|
|
12186
12201
|
top: -18px;
|
package/styles/material.css
CHANGED
|
@@ -12220,7 +12220,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder,
|
|
|
12220
12220
|
}
|
|
12221
12221
|
.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick {
|
|
12222
12222
|
display: inline-block;
|
|
12223
|
-
background-repeat:
|
|
12223
|
+
background-repeat: repeat-y;
|
|
12224
12224
|
}
|
|
12225
12225
|
.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-before, .e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both:first-child {
|
|
12226
12226
|
top: -18px;
|
|
@@ -332,9 +332,13 @@
|
|
|
332
332
|
cursor: pointer;
|
|
333
333
|
}
|
|
334
334
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
335
|
+
height: 7px;
|
|
336
|
+
top: 5px;
|
|
335
337
|
background-position: bottom;
|
|
336
|
-
|
|
337
|
-
|
|
338
|
+
}
|
|
339
|
+
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-large {
|
|
340
|
+
height: 10px;
|
|
341
|
+
top: 5px;
|
|
338
342
|
}
|
|
339
343
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-tick {
|
|
340
344
|
background-position: right;
|
|
@@ -342,9 +346,13 @@
|
|
|
342
346
|
left: 1px;
|
|
343
347
|
}
|
|
344
348
|
.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-tick {
|
|
349
|
+
height: 7px;
|
|
350
|
+
top: 10px;
|
|
345
351
|
background-position-x: center;
|
|
346
|
-
|
|
347
|
-
|
|
352
|
+
}
|
|
353
|
+
.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-large {
|
|
354
|
+
height: 10px;
|
|
355
|
+
top: 13px;
|
|
348
356
|
}
|
|
349
357
|
.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-tick {
|
|
350
358
|
background-position: left;
|
|
@@ -353,7 +361,11 @@
|
|
|
353
361
|
}
|
|
354
362
|
.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-tick {
|
|
355
363
|
background-position: center;
|
|
356
|
-
height:
|
|
364
|
+
height: 12px;
|
|
365
|
+
}
|
|
366
|
+
.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-large {
|
|
367
|
+
height: 20px;
|
|
368
|
+
top: 4px;
|
|
357
369
|
}
|
|
358
370
|
.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-tick {
|
|
359
371
|
background-position: center;
|
|
@@ -378,7 +390,7 @@
|
|
|
378
390
|
z-index: 1;
|
|
379
391
|
}
|
|
380
392
|
.e-control-wrapper.e-slider-container .e-scale .e-tick {
|
|
381
|
-
background-image: url("data:image/png;base64,
|
|
393
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAHCAYAAAAie5yXAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAeSURBVHgBlcYxAQAACAJBNOlHMboMFOCmG+Bkq6jyZBgBrr7SD7YAAAAASUVORK5CYII=");
|
|
382
394
|
cursor: default;
|
|
383
395
|
outline: none;
|
|
384
396
|
position: relative;
|
|
@@ -387,6 +399,9 @@
|
|
|
387
399
|
-ms-user-select: none;
|
|
388
400
|
user-select: none;
|
|
389
401
|
}
|
|
402
|
+
.e-control-wrapper.e-slider-container .e-scale .e-tick.e-large {
|
|
403
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAKCAYAAACe5Y9JAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAfSURBVHgBrcYxAQAACAJBNOlHMboMROCmG+Bkq2jlAZHeAbRZSr3QAAAAAElFTkSuQmCC");
|
|
404
|
+
}
|
|
390
405
|
.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value {
|
|
391
406
|
color: #fff;
|
|
392
407
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
@@ -416,7 +431,7 @@
|
|
|
416
431
|
}
|
|
417
432
|
.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick {
|
|
418
433
|
display: inline-block;
|
|
419
|
-
background-repeat:
|
|
434
|
+
background-repeat: repeat-y;
|
|
420
435
|
}
|
|
421
436
|
.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-before, .e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both:first-child {
|
|
422
437
|
top: -18px;
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
}
|
|
417
417
|
.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick {
|
|
418
418
|
display: inline-block;
|
|
419
|
-
background-repeat:
|
|
419
|
+
background-repeat: repeat-y;
|
|
420
420
|
}
|
|
421
421
|
.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-before, .e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both:first-child {
|
|
422
422
|
top: -18px;
|