@syncfusion/ej2-angular-inputs 20.4.40 → 20.4.42
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
CHANGED
|
@@ -142,4 +142,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-com
|
|
|
142
142
|
|
|
143
143
|
Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/inputs/CHANGELOG.md/?utm_source=npm&utm_campaign=input)
|
|
144
144
|
|
|
145
|
-
© Copyright
|
|
145
|
+
© Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
package/package.json
CHANGED
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.4.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
36
|
-
"@syncfusion/ej2-inputs": "20.4.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.4.42",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.4.42",
|
|
36
|
+
"@syncfusion/ej2-inputs": "20.4.42",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"fesm2015": "fesm2015/syncfusion-ej2-angular-inputs.mjs",
|
|
57
57
|
"fesm2020": "fesm2020/syncfusion-ej2-angular-inputs.mjs",
|
|
58
|
-
"homepage": "https://
|
|
58
|
+
"homepage": "https://www.syncfusion.com/angular-components",
|
|
59
59
|
"keywords": [
|
|
60
60
|
"ej2",
|
|
61
61
|
"ej2-inputs",
|
|
@@ -149,5 +149,5 @@
|
|
|
149
149
|
"schematics": "./schematics/collection.json",
|
|
150
150
|
"sideEffects": false,
|
|
151
151
|
"typings": "syncfusion-ej2-angular-inputs.d.ts",
|
|
152
|
-
"version": "20.4.
|
|
152
|
+
"version": "20.4.42"
|
|
153
153
|
}
|
|
@@ -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 = '^20.4.
|
|
4
|
+
exports.pkgVer = '^20.4.42';
|
|
5
5
|
exports.moduleName = 'TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule';
|
|
6
|
-
exports.themeVer = '~20.4.
|
|
6
|
+
exports.themeVer = '~20.4.42';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-inputs';
|
|
2
|
-
export const pkgVer = '^20.4.
|
|
2
|
+
export const pkgVer = '^20.4.42';
|
|
3
3
|
export const moduleName = 'TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule';
|
|
4
|
-
export const themeVer = '~20.4.
|
|
4
|
+
export const themeVer = '~20.4.42';
|