@progress/kendo-angular-common 16.6.0-develop.9 → 16.6.0
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.
|
@@ -25,11 +25,22 @@ import * as i0 from "@angular/core";
|
|
|
25
25
|
*/
|
|
26
26
|
export declare class SeparatorComponent {
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* Specifies the orientation of the separator. Applicable for the adornments of the [`TextAreaComponent`](slug:api_inputs_textareacomponent).
|
|
29
|
+
*
|
|
30
|
+
* @default 'vertical'
|
|
29
31
|
*/
|
|
30
32
|
orientation: SeparatorOrientation;
|
|
33
|
+
/**
|
|
34
|
+
* @hidden
|
|
35
|
+
*/
|
|
31
36
|
get vertical(): boolean;
|
|
37
|
+
/**
|
|
38
|
+
* @hidden
|
|
39
|
+
*/
|
|
32
40
|
get horizontal(): boolean;
|
|
41
|
+
/**
|
|
42
|
+
* @hidden
|
|
43
|
+
*/
|
|
33
44
|
hostClass: boolean;
|
|
34
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<SeparatorComponent, never>;
|
|
35
46
|
static ɵcmp: i0.ɵɵComponentDeclaration<SeparatorComponent, "kendo-separator", never, { "orientation": "orientation"; }, {}, never, never, true, never>;
|
|
@@ -26,14 +26,25 @@ import * as i0 from "@angular/core";
|
|
|
26
26
|
export class SeparatorComponent {
|
|
27
27
|
constructor() {
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Specifies the orientation of the separator. Applicable for the adornments of the [`TextAreaComponent`](slug:api_inputs_textareacomponent).
|
|
30
|
+
*
|
|
31
|
+
* @default 'vertical'
|
|
30
32
|
*/
|
|
31
33
|
this.orientation = 'vertical';
|
|
34
|
+
/**
|
|
35
|
+
* @hidden
|
|
36
|
+
*/
|
|
32
37
|
this.hostClass = true;
|
|
33
38
|
}
|
|
39
|
+
/**
|
|
40
|
+
* @hidden
|
|
41
|
+
*/
|
|
34
42
|
get vertical() {
|
|
35
43
|
return this.orientation === 'vertical';
|
|
36
44
|
}
|
|
45
|
+
/**
|
|
46
|
+
* @hidden
|
|
47
|
+
*/
|
|
37
48
|
get horizontal() {
|
|
38
49
|
return this.orientation === 'horizontal';
|
|
39
50
|
}
|
|
@@ -1182,14 +1182,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1182
1182
|
class SeparatorComponent {
|
|
1183
1183
|
constructor() {
|
|
1184
1184
|
/**
|
|
1185
|
-
*
|
|
1185
|
+
* Specifies the orientation of the separator. Applicable for the adornments of the [`TextAreaComponent`](slug:api_inputs_textareacomponent).
|
|
1186
|
+
*
|
|
1187
|
+
* @default 'vertical'
|
|
1186
1188
|
*/
|
|
1187
1189
|
this.orientation = 'vertical';
|
|
1190
|
+
/**
|
|
1191
|
+
* @hidden
|
|
1192
|
+
*/
|
|
1188
1193
|
this.hostClass = true;
|
|
1189
1194
|
}
|
|
1195
|
+
/**
|
|
1196
|
+
* @hidden
|
|
1197
|
+
*/
|
|
1190
1198
|
get vertical() {
|
|
1191
1199
|
return this.orientation === 'vertical';
|
|
1192
1200
|
}
|
|
1201
|
+
/**
|
|
1202
|
+
* @hidden
|
|
1203
|
+
*/
|
|
1193
1204
|
get horizontal() {
|
|
1194
1205
|
return this.orientation === 'horizontal';
|
|
1195
1206
|
}
|
|
@@ -1173,14 +1173,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1173
1173
|
class SeparatorComponent {
|
|
1174
1174
|
constructor() {
|
|
1175
1175
|
/**
|
|
1176
|
-
*
|
|
1176
|
+
* Specifies the orientation of the separator. Applicable for the adornments of the [`TextAreaComponent`](slug:api_inputs_textareacomponent).
|
|
1177
|
+
*
|
|
1178
|
+
* @default 'vertical'
|
|
1177
1179
|
*/
|
|
1178
1180
|
this.orientation = 'vertical';
|
|
1181
|
+
/**
|
|
1182
|
+
* @hidden
|
|
1183
|
+
*/
|
|
1179
1184
|
this.hostClass = true;
|
|
1180
1185
|
}
|
|
1186
|
+
/**
|
|
1187
|
+
* @hidden
|
|
1188
|
+
*/
|
|
1181
1189
|
get vertical() {
|
|
1182
1190
|
return this.orientation === 'vertical';
|
|
1183
1191
|
}
|
|
1192
|
+
/**
|
|
1193
|
+
* @hidden
|
|
1194
|
+
*/
|
|
1184
1195
|
get horizontal() {
|
|
1185
1196
|
return this.orientation === 'horizontal';
|
|
1186
1197
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-common",
|
|
3
|
-
"version": "16.6.0
|
|
3
|
+
"version": "16.6.0",
|
|
4
4
|
"description": "Kendo UI for Angular - Utility Package",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@progress/kendo-common": "^0.2.1",
|
|
24
24
|
"@progress/kendo-draggable": "^3.0.2",
|
|
25
25
|
"tslib": "^2.3.1",
|
|
26
|
-
"@progress/kendo-angular-schematics": "16.6.0
|
|
26
|
+
"@progress/kendo-angular-schematics": "16.6.0"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|