@progress/kendo-angular-layout 14.4.0-develop.11 → 14.4.0-develop.12
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.
|
@@ -74,7 +74,7 @@ export class CardActionsComponent {
|
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
77
|
-
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardActionsComponent, selector: "kendo-card-actions", inputs: { orientation: "orientation", layout: "layout", actions: "actions" }, outputs: { action: "action" }, host: { properties: { "class.k-
|
|
77
|
+
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardActionsComponent, selector: "kendo-card-actions", inputs: { orientation: "orientation", layout: "layout", actions: "actions" }, outputs: { action: "action" }, host: { properties: { "class.k-actions": "this.hostClass", "class.k-card-actions": "this.hostClass", "class.k-actions-stretched": "this.stretchedClass", "class.k-actions-start": "this.startClass", "class.k-actions-end": "this.endClass", "class.k-actions-center": "this.centerClass", "class.k-actions-vertical": "this.verticalClass", "class.k-actions-horizontal": "this.horizontalClass" } }, ngImport: i0, template: `
|
|
78
78
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
79
79
|
|
|
80
80
|
<ng-container *ngIf="actionsArray">
|
|
@@ -124,26 +124,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
124
124
|
`
|
|
125
125
|
}]
|
|
126
126
|
}], propDecorators: { hostClass: [{
|
|
127
|
+
type: HostBinding,
|
|
128
|
+
args: ['class.k-actions']
|
|
129
|
+
}, {
|
|
127
130
|
type: HostBinding,
|
|
128
131
|
args: ['class.k-card-actions']
|
|
129
132
|
}], stretchedClass: [{
|
|
130
133
|
type: HostBinding,
|
|
131
|
-
args: ['class.k-
|
|
134
|
+
args: ['class.k-actions-stretched']
|
|
132
135
|
}], startClass: [{
|
|
133
136
|
type: HostBinding,
|
|
134
|
-
args: ['class.k-
|
|
137
|
+
args: ['class.k-actions-start']
|
|
135
138
|
}], endClass: [{
|
|
136
139
|
type: HostBinding,
|
|
137
|
-
args: ['class.k-
|
|
140
|
+
args: ['class.k-actions-end']
|
|
138
141
|
}], centerClass: [{
|
|
139
142
|
type: HostBinding,
|
|
140
|
-
args: ['class.k-
|
|
143
|
+
args: ['class.k-actions-center']
|
|
141
144
|
}], verticalClass: [{
|
|
142
145
|
type: HostBinding,
|
|
143
|
-
args: ['class.k-
|
|
146
|
+
args: ['class.k-actions-vertical']
|
|
144
147
|
}], horizontalClass: [{
|
|
145
148
|
type: HostBinding,
|
|
146
|
-
args: ['class.k-
|
|
149
|
+
args: ['class.k-actions-horizontal']
|
|
147
150
|
}], orientation: [{
|
|
148
151
|
type: Input
|
|
149
152
|
}], layout: [{
|
|
@@ -52,7 +52,7 @@ export class CardComponent {
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
55
|
-
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardComponent, selector: "kendo-card", inputs: { orientation: "orientation", width: "width" }, host: { properties: { "class.k-
|
|
55
|
+
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardComponent, selector: "kendo-card", inputs: { orientation: "orientation", width: "width" }, host: { properties: { "class.k-card": "this.hostClass", "style.width": "this.widthStyle", "class.k-card-vertical": "this.vertical", "class.k-card-horizontal": "this.horizontal", "attr.dir": "this.direction" } }, providers: [
|
|
56
56
|
LocalizationService,
|
|
57
57
|
{
|
|
58
58
|
provide: L10N_PREFIX,
|
|
@@ -77,9 +77,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
77
77
|
`
|
|
78
78
|
}]
|
|
79
79
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
80
|
-
type: HostBinding,
|
|
81
|
-
args: ['class.k-widget']
|
|
82
|
-
}, {
|
|
83
80
|
type: HostBinding,
|
|
84
81
|
args: ['class.k-card']
|
|
85
82
|
}], widthStyle: [{
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-layout',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '14.4.0-develop.
|
|
12
|
+
publishDate: 1705561385,
|
|
13
|
+
version: '14.4.0-develop.12',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -31,8 +31,8 @@ const packageMetadata = {
|
|
|
31
31
|
name: '@progress/kendo-angular-layout',
|
|
32
32
|
productName: 'Kendo UI for Angular',
|
|
33
33
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
34
|
-
publishDate:
|
|
35
|
-
version: '14.4.0-develop.
|
|
34
|
+
publishDate: 1705561385,
|
|
35
|
+
version: '14.4.0-develop.12',
|
|
36
36
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
37
37
|
};
|
|
38
38
|
|
|
@@ -7179,7 +7179,7 @@ class CardComponent {
|
|
|
7179
7179
|
}
|
|
7180
7180
|
}
|
|
7181
7181
|
CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7182
|
-
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardComponent, selector: "kendo-card", inputs: { orientation: "orientation", width: "width" }, host: { properties: { "class.k-
|
|
7182
|
+
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardComponent, selector: "kendo-card", inputs: { orientation: "orientation", width: "width" }, host: { properties: { "class.k-card": "this.hostClass", "style.width": "this.widthStyle", "class.k-card-vertical": "this.vertical", "class.k-card-horizontal": "this.horizontal", "attr.dir": "this.direction" } }, providers: [
|
|
7183
7183
|
LocalizationService,
|
|
7184
7184
|
{
|
|
7185
7185
|
provide: L10N_PREFIX,
|
|
@@ -7204,9 +7204,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7204
7204
|
`
|
|
7205
7205
|
}]
|
|
7206
7206
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
7207
|
-
type: HostBinding,
|
|
7208
|
-
args: ['class.k-widget']
|
|
7209
|
-
}, {
|
|
7210
7207
|
type: HostBinding,
|
|
7211
7208
|
args: ['class.k-card']
|
|
7212
7209
|
}], widthStyle: [{
|
|
@@ -7371,7 +7368,7 @@ class CardActionsComponent {
|
|
|
7371
7368
|
}
|
|
7372
7369
|
}
|
|
7373
7370
|
CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7374
|
-
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardActionsComponent, selector: "kendo-card-actions", inputs: { orientation: "orientation", layout: "layout", actions: "actions" }, outputs: { action: "action" }, host: { properties: { "class.k-
|
|
7371
|
+
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardActionsComponent, selector: "kendo-card-actions", inputs: { orientation: "orientation", layout: "layout", actions: "actions" }, outputs: { action: "action" }, host: { properties: { "class.k-actions": "this.hostClass", "class.k-card-actions": "this.hostClass", "class.k-actions-stretched": "this.stretchedClass", "class.k-actions-start": "this.startClass", "class.k-actions-end": "this.endClass", "class.k-actions-center": "this.centerClass", "class.k-actions-vertical": "this.verticalClass", "class.k-actions-horizontal": "this.horizontalClass" } }, ngImport: i0, template: `
|
|
7375
7372
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
7376
7373
|
|
|
7377
7374
|
<ng-container *ngIf="actionsArray">
|
|
@@ -7421,26 +7418,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7421
7418
|
`
|
|
7422
7419
|
}]
|
|
7423
7420
|
}], propDecorators: { hostClass: [{
|
|
7421
|
+
type: HostBinding,
|
|
7422
|
+
args: ['class.k-actions']
|
|
7423
|
+
}, {
|
|
7424
7424
|
type: HostBinding,
|
|
7425
7425
|
args: ['class.k-card-actions']
|
|
7426
7426
|
}], stretchedClass: [{
|
|
7427
7427
|
type: HostBinding,
|
|
7428
|
-
args: ['class.k-
|
|
7428
|
+
args: ['class.k-actions-stretched']
|
|
7429
7429
|
}], startClass: [{
|
|
7430
7430
|
type: HostBinding,
|
|
7431
|
-
args: ['class.k-
|
|
7431
|
+
args: ['class.k-actions-start']
|
|
7432
7432
|
}], endClass: [{
|
|
7433
7433
|
type: HostBinding,
|
|
7434
|
-
args: ['class.k-
|
|
7434
|
+
args: ['class.k-actions-end']
|
|
7435
7435
|
}], centerClass: [{
|
|
7436
7436
|
type: HostBinding,
|
|
7437
|
-
args: ['class.k-
|
|
7437
|
+
args: ['class.k-actions-center']
|
|
7438
7438
|
}], verticalClass: [{
|
|
7439
7439
|
type: HostBinding,
|
|
7440
|
-
args: ['class.k-
|
|
7440
|
+
args: ['class.k-actions-vertical']
|
|
7441
7441
|
}], horizontalClass: [{
|
|
7442
7442
|
type: HostBinding,
|
|
7443
|
-
args: ['class.k-
|
|
7443
|
+
args: ['class.k-actions-horizontal']
|
|
7444
7444
|
}], orientation: [{
|
|
7445
7445
|
type: Input
|
|
7446
7446
|
}], layout: [{
|
|
@@ -31,8 +31,8 @@ const packageMetadata = {
|
|
|
31
31
|
name: '@progress/kendo-angular-layout',
|
|
32
32
|
productName: 'Kendo UI for Angular',
|
|
33
33
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
34
|
-
publishDate:
|
|
35
|
-
version: '14.4.0-develop.
|
|
34
|
+
publishDate: 1705561385,
|
|
35
|
+
version: '14.4.0-develop.12',
|
|
36
36
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
37
37
|
};
|
|
38
38
|
|
|
@@ -7154,7 +7154,7 @@ class CardComponent {
|
|
|
7154
7154
|
}
|
|
7155
7155
|
}
|
|
7156
7156
|
CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
7157
|
-
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardComponent, selector: "kendo-card", inputs: { orientation: "orientation", width: "width" }, host: { properties: { "class.k-
|
|
7157
|
+
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardComponent, selector: "kendo-card", inputs: { orientation: "orientation", width: "width" }, host: { properties: { "class.k-card": "this.hostClass", "style.width": "this.widthStyle", "class.k-card-vertical": "this.vertical", "class.k-card-horizontal": "this.horizontal", "attr.dir": "this.direction" } }, providers: [
|
|
7158
7158
|
LocalizationService,
|
|
7159
7159
|
{
|
|
7160
7160
|
provide: L10N_PREFIX,
|
|
@@ -7179,9 +7179,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7179
7179
|
`
|
|
7180
7180
|
}]
|
|
7181
7181
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
7182
|
-
type: HostBinding,
|
|
7183
|
-
args: ['class.k-widget']
|
|
7184
|
-
}, {
|
|
7185
7182
|
type: HostBinding,
|
|
7186
7183
|
args: ['class.k-card']
|
|
7187
7184
|
}], widthStyle: [{
|
|
@@ -7346,7 +7343,7 @@ class CardActionsComponent {
|
|
|
7346
7343
|
}
|
|
7347
7344
|
}
|
|
7348
7345
|
CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
7349
|
-
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardActionsComponent, selector: "kendo-card-actions", inputs: { orientation: "orientation", layout: "layout", actions: "actions" }, outputs: { action: "action" }, host: { properties: { "class.k-
|
|
7346
|
+
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardActionsComponent, selector: "kendo-card-actions", inputs: { orientation: "orientation", layout: "layout", actions: "actions" }, outputs: { action: "action" }, host: { properties: { "class.k-actions": "this.hostClass", "class.k-card-actions": "this.hostClass", "class.k-actions-stretched": "this.stretchedClass", "class.k-actions-start": "this.startClass", "class.k-actions-end": "this.endClass", "class.k-actions-center": "this.centerClass", "class.k-actions-vertical": "this.verticalClass", "class.k-actions-horizontal": "this.horizontalClass" } }, ngImport: i0, template: `
|
|
7350
7347
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
7351
7348
|
|
|
7352
7349
|
<ng-container *ngIf="actionsArray">
|
|
@@ -7396,26 +7393,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
7396
7393
|
`
|
|
7397
7394
|
}]
|
|
7398
7395
|
}], propDecorators: { hostClass: [{
|
|
7396
|
+
type: HostBinding,
|
|
7397
|
+
args: ['class.k-actions']
|
|
7398
|
+
}, {
|
|
7399
7399
|
type: HostBinding,
|
|
7400
7400
|
args: ['class.k-card-actions']
|
|
7401
7401
|
}], stretchedClass: [{
|
|
7402
7402
|
type: HostBinding,
|
|
7403
|
-
args: ['class.k-
|
|
7403
|
+
args: ['class.k-actions-stretched']
|
|
7404
7404
|
}], startClass: [{
|
|
7405
7405
|
type: HostBinding,
|
|
7406
|
-
args: ['class.k-
|
|
7406
|
+
args: ['class.k-actions-start']
|
|
7407
7407
|
}], endClass: [{
|
|
7408
7408
|
type: HostBinding,
|
|
7409
|
-
args: ['class.k-
|
|
7409
|
+
args: ['class.k-actions-end']
|
|
7410
7410
|
}], centerClass: [{
|
|
7411
7411
|
type: HostBinding,
|
|
7412
|
-
args: ['class.k-
|
|
7412
|
+
args: ['class.k-actions-center']
|
|
7413
7413
|
}], verticalClass: [{
|
|
7414
7414
|
type: HostBinding,
|
|
7415
|
-
args: ['class.k-
|
|
7415
|
+
args: ['class.k-actions-vertical']
|
|
7416
7416
|
}], horizontalClass: [{
|
|
7417
7417
|
type: HostBinding,
|
|
7418
|
-
args: ['class.k-
|
|
7418
|
+
args: ['class.k-actions-horizontal']
|
|
7419
7419
|
}], orientation: [{
|
|
7420
7420
|
type: Input
|
|
7421
7421
|
}], layout: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "14.4.0-develop.
|
|
3
|
+
"version": "14.4.0-develop.12",
|
|
4
4
|
"description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"@angular/core": "13 - 17",
|
|
40
40
|
"@angular/platform-browser": "13 - 17",
|
|
41
41
|
"@progress/kendo-licensing": "^1.0.2",
|
|
42
|
-
"@progress/kendo-angular-common": "14.4.0-develop.
|
|
43
|
-
"@progress/kendo-angular-l10n": "14.4.0-develop.
|
|
44
|
-
"@progress/kendo-angular-progressbar": "14.4.0-develop.
|
|
45
|
-
"@progress/kendo-angular-icons": "14.4.0-develop.
|
|
46
|
-
"@progress/kendo-angular-buttons": "14.4.0-develop.
|
|
42
|
+
"@progress/kendo-angular-common": "14.4.0-develop.12",
|
|
43
|
+
"@progress/kendo-angular-l10n": "14.4.0-develop.12",
|
|
44
|
+
"@progress/kendo-angular-progressbar": "14.4.0-develop.12",
|
|
45
|
+
"@progress/kendo-angular-icons": "14.4.0-develop.12",
|
|
46
|
+
"@progress/kendo-angular-buttons": "14.4.0-develop.12",
|
|
47
47
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"tslib": "^2.3.1",
|
|
51
|
-
"@progress/kendo-angular-schematics": "14.4.0-develop.
|
|
51
|
+
"@progress/kendo-angular-schematics": "14.4.0-develop.12",
|
|
52
52
|
"@progress/kendo-draggable": "^3.0.2"
|
|
53
53
|
},
|
|
54
54
|
"schematics": "./schematics/collection.json",
|