@progress/kendo-angular-inputs 19.3.0-develop.15 → 19.3.0-develop.16
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.
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '19.3.0-develop.
|
|
13
|
+
publishDate: 1753435742,
|
|
14
|
+
version: '19.3.0-develop.16',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
export {};
|
|
@@ -550,8 +550,8 @@ const packageMetadata = {
|
|
|
550
550
|
productName: 'Kendo UI for Angular',
|
|
551
551
|
productCode: 'KENDOUIANGULAR',
|
|
552
552
|
productCodes: ['KENDOUIANGULAR'],
|
|
553
|
-
publishDate:
|
|
554
|
-
version: '19.3.0-develop.
|
|
553
|
+
publishDate: 1753435742,
|
|
554
|
+
version: '19.3.0-develop.16',
|
|
555
555
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
556
556
|
};
|
|
557
557
|
|
package/index.d.ts
CHANGED
|
@@ -65,6 +65,7 @@ export { RadioButtonComponent } from './radiobutton/radiobutton.component';
|
|
|
65
65
|
export { TextAreaComponent } from './textarea/textarea.component';
|
|
66
66
|
export { TextAreaFlow } from './textarea/models/flow';
|
|
67
67
|
export { TextAreaResize } from './textarea/models/resize';
|
|
68
|
+
export { TextAreaSettings } from './textarea/models/textarea-settings';
|
|
68
69
|
export { TextAreaPrefixComponent } from './textarea/textarea-prefix.component';
|
|
69
70
|
export { TextAreaSuffixComponent } from './textarea/textarea-suffix.component';
|
|
70
71
|
export { TextAreaAdornmentsOrientation } from './textarea/models/adornments-orientation';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-inputs",
|
|
3
|
-
"version": "19.3.0-develop.
|
|
3
|
+
"version": "19.3.0-develop.16",
|
|
4
4
|
"description": "Kendo UI for Angular Inputs Package - Everything you need to build professional form functionality (Checkbox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Slider, Switch, TextArea, and TextBox Components)",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"package": {
|
|
29
29
|
"productName": "Kendo UI for Angular",
|
|
30
30
|
"productCode": "KENDOUIANGULAR",
|
|
31
|
-
"publishDate":
|
|
31
|
+
"publishDate": 1753435742,
|
|
32
32
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
@@ -40,20 +40,20 @@
|
|
|
40
40
|
"@angular/platform-browser": "16 - 20",
|
|
41
41
|
"@progress/kendo-drawing": "^1.21.0",
|
|
42
42
|
"@progress/kendo-licensing": "^1.5.0",
|
|
43
|
-
"@progress/kendo-angular-buttons": "19.3.0-develop.
|
|
44
|
-
"@progress/kendo-angular-common": "19.3.0-develop.
|
|
45
|
-
"@progress/kendo-angular-utils": "19.3.0-develop.
|
|
46
|
-
"@progress/kendo-angular-navigation": "19.3.0-develop.
|
|
47
|
-
"@progress/kendo-angular-dialog": "19.3.0-develop.
|
|
48
|
-
"@progress/kendo-angular-intl": "19.3.0-develop.
|
|
49
|
-
"@progress/kendo-angular-l10n": "19.3.0-develop.
|
|
50
|
-
"@progress/kendo-angular-popup": "19.3.0-develop.
|
|
51
|
-
"@progress/kendo-angular-icons": "19.3.0-develop.
|
|
43
|
+
"@progress/kendo-angular-buttons": "19.3.0-develop.16",
|
|
44
|
+
"@progress/kendo-angular-common": "19.3.0-develop.16",
|
|
45
|
+
"@progress/kendo-angular-utils": "19.3.0-develop.16",
|
|
46
|
+
"@progress/kendo-angular-navigation": "19.3.0-develop.16",
|
|
47
|
+
"@progress/kendo-angular-dialog": "19.3.0-develop.16",
|
|
48
|
+
"@progress/kendo-angular-intl": "19.3.0-develop.16",
|
|
49
|
+
"@progress/kendo-angular-l10n": "19.3.0-develop.16",
|
|
50
|
+
"@progress/kendo-angular-popup": "19.3.0-develop.16",
|
|
51
|
+
"@progress/kendo-angular-icons": "19.3.0-develop.16",
|
|
52
52
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
|
-
"@progress/kendo-angular-schematics": "19.3.0-develop.
|
|
56
|
+
"@progress/kendo-angular-schematics": "19.3.0-develop.16",
|
|
57
57
|
"@progress/kendo-common": "^1.0.1",
|
|
58
58
|
"@progress/kendo-draggable": "^3.0.0",
|
|
59
59
|
"@progress/kendo-inputs-common": "^3.1.0"
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { InputFillMode, InputRounded, InputSize } from "../../common/models";
|
|
6
|
+
import { TextAreaAdornmentsOrientation } from "./adornments-orientation";
|
|
7
|
+
import { TextAreaFlow } from "./flow";
|
|
8
|
+
import { TextAreaResize } from "./resize";
|
|
9
|
+
/**
|
|
10
|
+
* Defines the settings for the TextArea.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```typescript
|
|
14
|
+
* const textareaSettings: TextAreaSettings = {
|
|
15
|
+
* rows: 5,
|
|
16
|
+
* placeholder: 'Enter your prompt here',
|
|
17
|
+
* maxlength: 1000,
|
|
18
|
+
* resizable: 'vertical'
|
|
19
|
+
* };
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
export interface TextAreaSettings {
|
|
23
|
+
/**
|
|
24
|
+
* Specifies the orientation of the TextArea adornments.
|
|
25
|
+
*/
|
|
26
|
+
adornmentsOrientation?: TextAreaAdornmentsOrientation;
|
|
27
|
+
/**
|
|
28
|
+
* Sets the visible width of the text area in average character width.
|
|
29
|
+
*/
|
|
30
|
+
cols?: number;
|
|
31
|
+
/**
|
|
32
|
+
* Sets the disabled state of the TextArea component.
|
|
33
|
+
*/
|
|
34
|
+
disabled?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Sets the background and border styles of the TextArea.
|
|
37
|
+
*/
|
|
38
|
+
fillMode?: InputFillMode;
|
|
39
|
+
/**
|
|
40
|
+
* Specifies the flow direction of the TextArea sections.
|
|
41
|
+
*/
|
|
42
|
+
flow?: TextAreaFlow;
|
|
43
|
+
/**
|
|
44
|
+
* Sets the HTML attributes of the inner focusable input element.
|
|
45
|
+
*/
|
|
46
|
+
inputAttributes?: {
|
|
47
|
+
[key: string]: string;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* Sets the maximum number of characters allowed in the TextArea.
|
|
51
|
+
*/
|
|
52
|
+
maxlength?: number;
|
|
53
|
+
/**
|
|
54
|
+
* The hint that appears when the Textarea is empty.
|
|
55
|
+
*/
|
|
56
|
+
placeholder?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Sets the read-only state of the TextArea component.
|
|
59
|
+
*/
|
|
60
|
+
readonly?: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Sets the resize behavior of the TextArea.
|
|
63
|
+
*/
|
|
64
|
+
resizable?: TextAreaResize;
|
|
65
|
+
/**
|
|
66
|
+
* Sets the border radius of the TextArea.
|
|
67
|
+
*/
|
|
68
|
+
rounded?: InputRounded;
|
|
69
|
+
/**
|
|
70
|
+
* Sets the visible height of the TextArea in lines.
|
|
71
|
+
*/
|
|
72
|
+
rows?: number;
|
|
73
|
+
/**
|
|
74
|
+
* Determines whether the component selects the whole value when you click the TextArea.
|
|
75
|
+
*/
|
|
76
|
+
selectOnFocus?: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Shows the prefix separator in the TextArea.
|
|
79
|
+
*/
|
|
80
|
+
showPrefixSeparator?: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* Shows the suffix separator in the TextArea.
|
|
83
|
+
*/
|
|
84
|
+
showSuffixSeparator?: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* Sets the size of the TextArea. Controls the padding of the text area element.
|
|
87
|
+
*/
|
|
88
|
+
size?: InputSize;
|
|
89
|
+
/**
|
|
90
|
+
* Sets the tabindex of the component.
|
|
91
|
+
*/
|
|
92
|
+
tabindex?: number;
|
|
93
|
+
/**
|
|
94
|
+
* Sets the title attribute of the internal TextArea input element of the component.
|
|
95
|
+
*/
|
|
96
|
+
title?: string;
|
|
97
|
+
/**
|
|
98
|
+
* Provides a value for the TextArea component.
|
|
99
|
+
*/
|
|
100
|
+
value?: string;
|
|
101
|
+
}
|