@syncfusion/ej2-angular-inputs 26.2.14 → 27.1.48-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.
Files changed (221) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +2328 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +2193 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/README.md +42 -42
  6. package/dist/ej2-angular-inputs.umd.js +2438 -0
  7. package/dist/ej2-angular-inputs.umd.js.map +1 -0
  8. package/dist/ej2-angular-inputs.umd.min.js +11 -0
  9. package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
  10. package/ej2-angular-inputs.d.ts +15 -0
  11. package/ej2-angular-inputs.metadata.json +1 -0
  12. package/license +10 -0
  13. package/package.json +20 -30
  14. package/schematics/collection.json +10 -9
  15. package/schematics/ng-add/index.d.ts +3 -0
  16. package/schematics/ng-add/index.js +9 -0
  17. package/schematics/ng-add/index.ts +10 -10
  18. package/schematics/ng-add/schema.d.ts +13 -0
  19. package/schematics/ng-add/schema.js +2 -0
  20. package/schematics/ng-add/schema.json +34 -34
  21. package/schematics/ng-add/schema.ts +30 -30
  22. package/schematics/tsconfig.json +25 -25
  23. package/schematics/utils/lib-details.d.ts +4 -0
  24. package/schematics/utils/lib-details.js +6 -0
  25. package/schematics/utils/lib-details.ts +3 -3
  26. package/src/color-picker/colorpicker-all.module.d.ts +0 -6
  27. package/src/color-picker/colorpicker.component.d.ts +0 -3
  28. package/src/color-picker/colorpicker.module.d.ts +0 -6
  29. package/src/index.d.ts +3 -0
  30. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
  31. package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
  32. package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
  33. package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
  34. package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
  35. package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
  36. package/src/otp-input/otpinput-all.module.d.ts +0 -6
  37. package/src/otp-input/otpinput.component.d.ts +0 -3
  38. package/src/otp-input/otpinput.module.d.ts +0 -6
  39. package/src/rating/rating-all.module.d.ts +0 -6
  40. package/src/rating/rating.component.d.ts +0 -3
  41. package/src/rating/rating.module.d.ts +0 -6
  42. package/src/signature/signature-all.module.d.ts +0 -6
  43. package/src/signature/signature.component.d.ts +0 -3
  44. package/src/signature/signature.module.d.ts +0 -6
  45. package/src/slider/slider-all.module.d.ts +0 -6
  46. package/src/slider/slider.component.d.ts +0 -3
  47. package/src/slider/slider.module.d.ts +0 -6
  48. package/src/smart-textarea/smarttextarea-all.module.d.ts +5 -0
  49. package/src/smart-textarea/smarttextarea.component.d.ts +41 -0
  50. package/src/smart-textarea/smarttextarea.module.d.ts +5 -0
  51. package/src/textarea/textarea-all.module.d.ts +0 -6
  52. package/src/textarea/textarea.component.d.ts +0 -3
  53. package/src/textarea/textarea.module.d.ts +0 -6
  54. package/src/textbox/textbox-all.module.d.ts +0 -6
  55. package/src/textbox/textbox.component.d.ts +0 -3
  56. package/src/textbox/textbox.module.d.ts +0 -6
  57. package/src/uploader/files.directive.d.ts +0 -5
  58. package/src/uploader/uploader-all.module.d.ts +0 -6
  59. package/src/uploader/uploader.component.d.ts +0 -3
  60. package/src/uploader/uploader.module.d.ts +0 -7
  61. package/styles/bootstrap-dark-lite.css +1 -0
  62. package/styles/bootstrap-dark-lite.scss +1 -0
  63. package/styles/bootstrap-dark.scss +1 -0
  64. package/styles/bootstrap-lite.css +1 -0
  65. package/styles/bootstrap-lite.scss +1 -0
  66. package/styles/bootstrap.scss +1 -0
  67. package/styles/bootstrap4-lite.css +1 -0
  68. package/styles/bootstrap4-lite.scss +1 -0
  69. package/styles/bootstrap4.scss +1 -0
  70. package/styles/bootstrap5-dark-lite.css +1 -0
  71. package/styles/bootstrap5-dark-lite.scss +1 -0
  72. package/styles/bootstrap5-dark.scss +1 -0
  73. package/styles/bootstrap5-lite.css +1 -0
  74. package/styles/bootstrap5-lite.scss +1 -0
  75. package/styles/bootstrap5.3-lite.css +1 -0
  76. package/styles/bootstrap5.3-lite.scss +1 -0
  77. package/styles/bootstrap5.3.css +1 -0
  78. package/styles/bootstrap5.3.scss +13 -0
  79. package/styles/bootstrap5.scss +1 -0
  80. package/styles/color-picker/bootstrap5.3.css +1 -0
  81. package/styles/color-picker/bootstrap5.3.scss +1 -0
  82. package/styles/data-form/bootstrap5.3.css +1 -0
  83. package/styles/data-form/bootstrap5.3.scss +1 -0
  84. package/styles/fabric-dark-lite.css +1 -0
  85. package/styles/fabric-dark-lite.scss +1 -0
  86. package/styles/fabric-dark.scss +1 -0
  87. package/styles/fabric-lite.css +1 -0
  88. package/styles/fabric-lite.scss +1 -0
  89. package/styles/fabric.scss +1 -0
  90. package/styles/fluent-dark-lite.css +1 -0
  91. package/styles/fluent-dark-lite.scss +1 -0
  92. package/styles/fluent-dark.scss +1 -0
  93. package/styles/fluent-lite.css +1 -0
  94. package/styles/fluent-lite.scss +1 -0
  95. package/styles/fluent.scss +1 -0
  96. package/styles/fluent2-lite.css +1 -0
  97. package/styles/fluent2-lite.scss +1 -0
  98. package/styles/fluent2.scss +1 -0
  99. package/styles/highcontrast-light-lite.css +1 -0
  100. package/styles/highcontrast-light-lite.scss +1 -0
  101. package/styles/highcontrast-light.scss +1 -0
  102. package/styles/highcontrast-lite.css +1 -0
  103. package/styles/highcontrast-lite.scss +1 -0
  104. package/styles/highcontrast.scss +1 -0
  105. package/styles/input/bootstrap5.3.css +1 -0
  106. package/styles/input/bootstrap5.3.scss +1 -0
  107. package/styles/maskedtextbox/bootstrap5.3.css +1 -0
  108. package/styles/maskedtextbox/bootstrap5.3.scss +1 -0
  109. package/styles/material-dark-lite.css +1 -0
  110. package/styles/material-dark-lite.scss +1 -0
  111. package/styles/material-dark.scss +1 -0
  112. package/styles/material-lite.css +1 -0
  113. package/styles/material-lite.scss +1 -0
  114. package/styles/material.scss +1 -0
  115. package/styles/material3-dark-lite.css +1 -0
  116. package/styles/material3-dark-lite.scss +1 -0
  117. package/styles/material3-dark.scss +1 -0
  118. package/styles/material3-lite.css +1 -0
  119. package/styles/material3-lite.scss +1 -0
  120. package/styles/material3.scss +1 -0
  121. package/styles/numerictextbox/bootstrap5.3.css +1 -0
  122. package/styles/numerictextbox/bootstrap5.3.scss +1 -0
  123. package/styles/otp-input/bootstrap5.3.css +1 -0
  124. package/styles/otp-input/bootstrap5.3.scss +1 -0
  125. package/styles/rating/bootstrap5.3.css +1 -0
  126. package/styles/rating/bootstrap5.3.scss +1 -0
  127. package/styles/signature/bootstrap5.3.css +1 -0
  128. package/styles/signature/bootstrap5.3.scss +1 -0
  129. package/styles/slider/bootstrap5.3.css +1 -0
  130. package/styles/slider/bootstrap5.3.scss +1 -0
  131. package/styles/smart-textarea/bootstrap-dark.css +1 -0
  132. package/styles/smart-textarea/bootstrap-dark.scss +1 -0
  133. package/styles/smart-textarea/bootstrap.css +1 -0
  134. package/styles/smart-textarea/bootstrap.scss +1 -0
  135. package/styles/smart-textarea/bootstrap4.css +1 -0
  136. package/styles/smart-textarea/bootstrap4.scss +1 -0
  137. package/styles/smart-textarea/bootstrap5-dark.css +1 -0
  138. package/styles/smart-textarea/bootstrap5-dark.scss +1 -0
  139. package/styles/smart-textarea/bootstrap5.3.css +1 -0
  140. package/styles/smart-textarea/bootstrap5.3.scss +1 -0
  141. package/styles/smart-textarea/bootstrap5.css +1 -0
  142. package/styles/smart-textarea/bootstrap5.scss +1 -0
  143. package/styles/smart-textarea/fabric-dark.css +1 -0
  144. package/styles/smart-textarea/fabric-dark.scss +1 -0
  145. package/styles/smart-textarea/fabric.css +1 -0
  146. package/styles/smart-textarea/fabric.scss +1 -0
  147. package/styles/smart-textarea/fluent-dark.css +1 -0
  148. package/styles/smart-textarea/fluent-dark.scss +1 -0
  149. package/styles/smart-textarea/fluent.css +1 -0
  150. package/styles/smart-textarea/fluent.scss +1 -0
  151. package/styles/smart-textarea/fluent2.css +1 -0
  152. package/styles/smart-textarea/fluent2.scss +1 -0
  153. package/styles/smart-textarea/highcontrast-light.css +1 -0
  154. package/styles/smart-textarea/highcontrast-light.scss +1 -0
  155. package/styles/smart-textarea/highcontrast.css +1 -0
  156. package/styles/smart-textarea/highcontrast.scss +1 -0
  157. package/styles/smart-textarea/material-dark.css +1 -0
  158. package/styles/smart-textarea/material-dark.scss +1 -0
  159. package/styles/smart-textarea/material.css +1 -0
  160. package/styles/smart-textarea/material.scss +1 -0
  161. package/styles/smart-textarea/material3-dark.css +1 -0
  162. package/styles/smart-textarea/material3-dark.scss +2 -0
  163. package/styles/smart-textarea/material3.css +1 -0
  164. package/styles/smart-textarea/material3.scss +2 -0
  165. package/styles/smart-textarea/tailwind-dark.css +1 -0
  166. package/styles/smart-textarea/tailwind-dark.scss +1 -0
  167. package/styles/smart-textarea/tailwind.css +1 -0
  168. package/styles/smart-textarea/tailwind.scss +1 -0
  169. package/styles/tailwind-dark-lite.css +1 -0
  170. package/styles/tailwind-dark-lite.scss +1 -0
  171. package/styles/tailwind-dark.scss +1 -0
  172. package/styles/tailwind-lite.css +1 -0
  173. package/styles/tailwind-lite.scss +1 -0
  174. package/styles/tailwind.scss +1 -0
  175. package/styles/textarea/bootstrap5.3.css +1 -0
  176. package/styles/textarea/bootstrap5.3.scss +1 -0
  177. package/styles/textbox/bootstrap5.3.css +1 -0
  178. package/styles/textbox/bootstrap5.3.scss +1 -0
  179. package/styles/uploader/bootstrap5.3.css +1 -0
  180. package/styles/uploader/bootstrap5.3.scss +1 -0
  181. package/CHANGELOG.md +0 -1567
  182. package/esm2020/public_api.mjs +0 -2
  183. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  184. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -84
  185. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  186. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  187. package/esm2020/src/index.mjs +0 -34
  188. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  189. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -85
  190. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  191. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  192. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -85
  193. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  194. package/esm2020/src/otp-input/otpinput-all.module.mjs +0 -23
  195. package/esm2020/src/otp-input/otpinput.component.mjs +0 -85
  196. package/esm2020/src/otp-input/otpinput.module.mjs +0 -25
  197. package/esm2020/src/rating/rating-all.module.mjs +0 -23
  198. package/esm2020/src/rating/rating.component.mjs +0 -109
  199. package/esm2020/src/rating/rating.module.mjs +0 -25
  200. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  201. package/esm2020/src/signature/signature.component.mjs +0 -84
  202. package/esm2020/src/signature/signature.module.mjs +0 -25
  203. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  204. package/esm2020/src/slider/slider.component.mjs +0 -84
  205. package/esm2020/src/slider/slider.module.mjs +0 -25
  206. package/esm2020/src/textarea/textarea-all.module.mjs +0 -23
  207. package/esm2020/src/textarea/textarea.component.mjs +0 -85
  208. package/esm2020/src/textarea/textarea.module.mjs +0 -25
  209. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  210. package/esm2020/src/textbox/textbox.component.mjs +0 -85
  211. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  212. package/esm2020/src/uploader/files.directive.mjs +0 -58
  213. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  214. package/esm2020/src/uploader/uploader.component.mjs +0 -96
  215. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  216. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  217. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1479
  218. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  219. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1479
  220. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  221. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -1,10 +1,11 @@
1
1
  {
2
- "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
- "schematics": {
4
- "ng-add": {
5
- "description": "Adds Essential JS 2 specific Angular package to an application",
6
- "factory": "./ng-add",
7
- "schema": "./ng-add/schema.json"
8
- }
9
- }
10
- }
2
+ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
3
+ "schematics": {
4
+ "ng-add": {
5
+ "description": "Adds Essential JS 2 specific Angular package to an application",
6
+ "factory": "./ng-add",
7
+ "schema": "./ng-add/schema.json"
8
+ }
9
+ }
10
+ }
11
+
@@ -0,0 +1,3 @@
1
+ import { OptionsSchema } from './schema';
2
+ import { Rule } from '@angular-devkit/schematics';
3
+ export default function (options: OptionsSchema): Rule;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const lib_details_1 = require("./../utils/lib-details");
4
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
5
+ function default_1(options) {
6
+ const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
7
+ return schematics_1.install(options, libOptions);
8
+ }
9
+ exports.default = default_1;
@@ -1,10 +1,10 @@
1
- import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
- import { install } from '@syncfusion/ej2-angular-base/schematics';
3
- import { OptionsSchema, LibOptionsSchema } from './schema';
4
- import { Rule } from '@angular-devkit/schematics';
5
-
6
- export default function (options: OptionsSchema): Rule {
7
- const libOptions: LibOptionsSchema = Object.assign({},
8
- { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
- return install(options, libOptions);
10
- }
1
+ import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
2
+ import { install } from '@syncfusion/ej2-angular-base/schematics';
3
+ import { OptionsSchema, LibOptionsSchema } from './schema';
4
+ import { Rule } from '@angular-devkit/schematics';
5
+
6
+ export default function (options: OptionsSchema): Rule {
7
+ const libOptions: LibOptionsSchema = Object.assign({},
8
+ { 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
9
+ return install(options, libOptions);
10
+ }
@@ -0,0 +1,13 @@
1
+ export interface OptionsSchema {
2
+ skipPackageJson: boolean;
3
+ modules: string;
4
+ modulePath: string;
5
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
6
+ project?: string;
7
+ }
8
+ export interface LibOptionsSchema {
9
+ pkgName: string;
10
+ pkgVer: string;
11
+ moduleName: string;
12
+ themeVer: string;
13
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,34 +1,34 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "ngAdd",
4
- "title": "Add Essential JS 2 Angular packages",
5
- "type": "object",
6
- "properties": {
7
- "skipPackageJson": {
8
- "type": "boolean",
9
- "default": false,
10
- "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
- },
12
- "modules": {
13
- "type": "string",
14
- "default": "",
15
- "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
- },
17
- "modulePath": {
18
- "type": "string",
19
- "default": "",
20
- "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
- },
22
- "theme": {
23
- "enum": [
24
- "material",
25
- "fabric",
26
- "bootstrap",
27
- "highcontrast"
28
- ],
29
- "default": "material",
30
- "description": "Used to change the theme that needs to be imported"
31
- }
32
- },
33
- "required": []
34
- }
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "ngAdd",
4
+ "title": "Add Essential JS 2 Angular packages",
5
+ "type": "object",
6
+ "properties": {
7
+ "skipPackageJson": {
8
+ "type": "boolean",
9
+ "default": false,
10
+ "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
+ },
12
+ "modules": {
13
+ "type": "string",
14
+ "default": "",
15
+ "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
+ },
17
+ "modulePath": {
18
+ "type": "string",
19
+ "default": "",
20
+ "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
+ },
22
+ "theme": {
23
+ "enum": [
24
+ "material",
25
+ "fabric",
26
+ "bootstrap",
27
+ "highcontrast"
28
+ ],
29
+ "default": "material",
30
+ "description": "Used to change the theme that needs to be imported"
31
+ }
32
+ },
33
+ "required": []
34
+ }
@@ -1,30 +1,30 @@
1
- export interface OptionsSchema {
2
- // Whether to skip package.json install.
3
- skipPackageJson: boolean;
4
-
5
- // Used to specify required module names
6
- modules: string;
7
-
8
- // Used to specify custom module path
9
- modulePath: string;
10
-
11
- // Used to specify theme name
12
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
-
14
- // Name of the project to target.
15
- project?: string;
16
- }
17
-
18
- export interface LibOptionsSchema {
19
- // Package name
20
- pkgName: string;
21
-
22
- // Package version
23
- pkgVer: string;
24
-
25
- // Library base module name
26
- moduleName: string;
27
-
28
- // Theme version
29
- themeVer: string;
30
- }
1
+ export interface OptionsSchema {
2
+ // Whether to skip package.json install.
3
+ skipPackageJson: boolean;
4
+
5
+ // Used to specify required module names
6
+ modules: string;
7
+
8
+ // Used to specify custom module path
9
+ modulePath: string;
10
+
11
+ // Used to specify theme name
12
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
+
14
+ // Name of the project to target.
15
+ project?: string;
16
+ }
17
+
18
+ export interface LibOptionsSchema {
19
+ // Package name
20
+ pkgName: string;
21
+
22
+ // Package version
23
+ pkgVer: string;
24
+
25
+ // Library base module name
26
+ moduleName: string;
27
+
28
+ // Theme version
29
+ themeVer: string;
30
+ }
@@ -1,25 +1,25 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["es2017", "dom"],
4
- "module": "commonjs",
5
- "moduleResolution": "node",
6
- "noEmitOnError": false,
7
- "skipDefaultLibCheck": true,
8
- "skipLibCheck": true,
9
- "sourceMap": true,
10
- "target": "es6",
11
- "declaration": true,
12
- "types": [
13
- "jasmine",
14
- "node"
15
- ]
16
- },
17
- "exclude": [
18
- "node_modules",
19
- "src",
20
- "src/**/*.ts",
21
- "spec",
22
- "spec/**/*.ts",
23
- "@typings"
24
- ]
25
- }
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["es2017", "dom"],
4
+ "module": "commonjs",
5
+ "moduleResolution": "node",
6
+ "noEmitOnError": false,
7
+ "skipDefaultLibCheck": true,
8
+ "skipLibCheck": true,
9
+ "sourceMap": true,
10
+ "target": "es6",
11
+ "declaration": true,
12
+ "types": [
13
+ "jasmine",
14
+ "node"
15
+ ]
16
+ },
17
+ "exclude": [
18
+ "node_modules",
19
+ "src",
20
+ "src/**/*.ts",
21
+ "spec",
22
+ "spec/**/*.ts",
23
+ "@typings"
24
+ ]
25
+ }
@@ -0,0 +1,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-inputs";
2
+ export declare const pkgVer = "^18.78.15";
3
+ export declare const moduleName = "TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule";
4
+ export declare const themeVer = "~18.78.15";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-inputs';
4
+ exports.pkgVer = '^27.1.48';
5
+ exports.moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule';
6
+ exports.themeVer = '~27.1.48';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-inputs';
2
- export const pkgVer = '^26.2.11';
3
- export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule';
4
- export const themeVer = '~26.2.11';
2
+ export const pkgVer = '^27.1.48';
3
+ export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule';
4
+ export const themeVer = '~27.1.48';
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./colorpicker.module";
4
1
  /**
5
2
  * NgModule definition for the ColorPicker component with providers.
6
3
  */
7
4
  export declare class ColorPickerAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerAllModule, never, [typeof i1.CommonModule, typeof i2.ColorPickerModule], [typeof i2.ColorPickerModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ColorPickerAllModule>;
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 { ColorPicker } 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[];
@@ -43,6 +42,4 @@ export declare class ColorPickerComponent extends ColorPicker implements ICompon
43
42
  ngAfterContentChecked(): void;
44
43
  registerEvents: (eventList: string[]) => void;
45
44
  addTwoWay: (propList: string[]) => void;
46
- static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerComponent, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerComponent, "[ejs-colorpicker]", never, { "columns": "columns"; "createPopupOnClick": "createPopupOnClick"; "cssClass": "cssClass"; "disabled": "disabled"; "enableOpacity": "enableOpacity"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "inline": "inline"; "locale": "locale"; "mode": "mode"; "modeSwitcher": "modeSwitcher"; "noColor": "noColor"; "presetColors": "presetColors"; "showButtons": "showButtons"; "value": "value"; }, { "focus": "focus"; "blur": "blur"; "beforeClose": "beforeClose"; "beforeModeSwitch": "beforeModeSwitch"; "beforeOpen": "beforeOpen"; "beforeTileRender": "beforeTileRender"; "change": "change"; "created": "created"; "onModeSwitch": "onModeSwitch"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, never, never>;
48
45
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./colorpicker.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the ColorPicker component.
6
3
  */
7
4
  export declare class ColorPickerModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerModule, [typeof i1.ColorPickerComponent], [typeof i2.CommonModule], [typeof i1.ColorPickerComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ColorPickerModule>;
11
5
  }
package/src/index.d.ts CHANGED
@@ -29,5 +29,8 @@ export { RatingAllModule } from './rating/rating-all.module';
29
29
  export { OtpInputComponent } from './otp-input/otpinput.component';
30
30
  export { OtpInputModule } from './otp-input/otpinput.module';
31
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';
32
35
  export * from './form-validator/form-validator';
33
36
  export * from '@syncfusion/ej2-inputs';
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./maskedtextbox.module";
4
1
  /**
5
2
  * NgModule definition for the MaskedTextBox component with providers.
6
3
  */
7
4
  export declare class MaskedTextBoxAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<MaskedTextBoxAllModule, never, [typeof i1.CommonModule, typeof i2.MaskedTextBoxModule], [typeof i2.MaskedTextBoxModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<MaskedTextBoxAllModule>;
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 { MaskedTextBox } 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 MaskedTextBoxComponent extends MaskedTextBox implements ICo
38
37
  ngAfterContentChecked(): void;
39
38
  registerEvents: (eventList: string[]) => void;
40
39
  addTwoWay: (propList: string[]) => void;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<MaskedTextBoxComponent, "ejs-maskedtextbox", never, { "cssClass": "cssClass"; "customCharacters": "customCharacters"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "mask": "mask"; "placeholder": "placeholder"; "promptChar": "promptChar"; "readonly": "readonly"; "showClearButton": "showClearButton"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "valueChange": "valueChange"; }, never, never>;
43
40
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./maskedtextbox.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the MaskedTextBox component.
6
3
  */
7
4
  export declare class MaskedTextBoxModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<MaskedTextBoxModule, [typeof i1.MaskedTextBoxComponent], [typeof i2.CommonModule], [typeof i1.MaskedTextBoxComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<MaskedTextBoxModule>;
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 "./numerictextbox.module";
4
1
  /**
5
2
  * NgModule definition for the NumericTextBox component with providers.
6
3
  */
7
4
  export declare class NumericTextBoxAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<NumericTextBoxAllModule, never, [typeof i1.CommonModule, typeof i2.NumericTextBoxModule], [typeof i2.NumericTextBoxModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<NumericTextBoxAllModule>;
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 { NumericTextBox } 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 NumericTextBoxComponent extends NumericTextBox implements I
38
37
  ngAfterContentChecked(): void;
39
38
  registerEvents: (eventList: string[]) => void;
40
39
  addTwoWay: (propList: string[]) => void;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<NumericTextBoxComponent, "ejs-numerictextbox", never, { "cssClass": "cssClass"; "currency": "currency"; "currencyCode": "currencyCode"; "decimals": "decimals"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "format": "format"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "max": "max"; "min": "min"; "placeholder": "placeholder"; "readonly": "readonly"; "showClearButton": "showClearButton"; "showSpinButton": "showSpinButton"; "step": "step"; "strictMode": "strictMode"; "validateDecimalOnType": "validateDecimalOnType"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "valueChange": "valueChange"; }, never, never>;
43
40
  }
@@ -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
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * NgModule definition for the SmartTextArea component with providers.
3
+ */
4
+ export declare class SmartTextAreaAllModule {
5
+ }