@progress/kendo-angular-layout 16.6.0-develop.8 → 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.
package/directives.d.ts CHANGED
@@ -46,16 +46,55 @@ import { TimelineCardActionsTemplateDirective } from "./timeline/templates/timel
46
46
  import { TimelineCardBodyTemplateDirective } from "./timeline/templates/timeline-card-body.directive";
47
47
  import { TimelineCardHeaderTemplateDirective } from "./timeline/templates/timeline-card-header.directive";
48
48
  import { TimelineComponent } from "./timeline/timeline.component";
49
+ /**
50
+ * Utility array that contains all `Avatar` related components and directives.
51
+ */
49
52
  export declare const KENDO_AVATAR: readonly [typeof AvatarComponent, typeof AvatarCustomMessagesComponent];
53
+ /**
54
+ * Utility array that contains all `Card` related components and directives.
55
+ */
50
56
  export declare const KENDO_CARD: readonly [typeof CardComponent, typeof CardActionsComponent, typeof CardBodyComponent, typeof CardFooterComponent, typeof CardHeaderComponent, typeof CardMediaDirective, typeof CardSeparatorDirective, typeof CardSubtitleDirective, typeof CardTitleDirective];
57
+ /**
58
+ * Utility array that contains all `Drawer` related components and directives.
59
+ */
51
60
  export declare const KENDO_DRAWER: readonly [typeof DrawerComponent, typeof DrawerContainerComponent, typeof DrawerContentComponent, typeof DrawerTemplateDirective, typeof DrawerFooterTemplateDirective, typeof DrawerHeaderTemplateDirective, typeof DrawerItemTemplateDirective];
61
+ /**
62
+ * Utility array that contains all `ExpansionPanel` related components and directives.
63
+ */
52
64
  export declare const KENDO_EXPANSIONPANEL: readonly [typeof ExpansionPanelComponent, typeof ExpansionPanelTitleDirective];
65
+ /**
66
+ * Utility array that contains all `GridLayout` related components and directives.
67
+ */
53
68
  export declare const KENDO_GRIDLAYOUT: readonly [typeof GridLayoutComponent, typeof GridLayoutItemComponent];
69
+ /**
70
+ * Utility array that contains all `PanelBar` related components and directives.
71
+ */
54
72
  export declare const KENDO_PANELBAR: readonly [typeof PanelBarComponent, typeof PanelBarItemComponent, typeof PanelBarContentDirective, typeof PanelBarItemTemplateDirective, typeof PanelBarItemTitleDirective];
73
+ /**
74
+ * Utility array that contains all `Splitter` related components and directives.
75
+ */
55
76
  export declare const KENDO_SPLITTER: readonly [typeof SplitterComponent, typeof SplitterPaneComponent];
77
+ /**
78
+ * Utility array that contains all `StackLayout` related components and directives.
79
+ */
56
80
  export declare const KENDO_STACKLAYOUT: readonly [typeof StackLayoutComponent];
81
+ /**
82
+ * Utility array that contains all `Stepper` related components and directives.
83
+ */
57
84
  export declare const KENDO_STEPPER: readonly [typeof StepperComponent, typeof StepperCustomMessagesComponent, typeof StepperIndicatorTemplateDirective, typeof StepperLabelTemplateDirective, typeof StepperStepTemplateDirective];
85
+ /**
86
+ * Utility array that contains all `TabStrip` related components and directives.
87
+ */
58
88
  export declare const KENDO_TABSTRIP: readonly [typeof TabStripComponent, typeof TabStripTabComponent, typeof TabContentDirective, typeof TabTitleDirective, typeof TabStripCustomMessagesComponent];
89
+ /**
90
+ * Utility array that contains all `TileLayout` related components and directives.
91
+ */
59
92
  export declare const KENDO_TILELAYOUT: readonly [typeof TileLayoutComponent, typeof TileLayoutItemBodyComponent, typeof TileLayoutItemComponent, typeof TileLayoutItemHeaderComponent];
93
+ /**
94
+ * Utility array that contains all `Timeline` related components and directives
95
+ */
60
96
  export declare const KENDO_TIMELINE: readonly [typeof TimelineComponent, typeof TimelineCustomMessagesComponent, typeof TimelineCardActionsTemplateDirective, typeof TimelineCardBodyTemplateDirective, typeof TimelineCardHeaderTemplateDirective];
97
+ /**
98
+ * Utility array that contains all `@progress/kendo-angular-layout` related components and directives.
99
+ */
61
100
  export declare const KENDO_LAYOUT: readonly [typeof AvatarComponent, typeof AvatarCustomMessagesComponent, typeof CardComponent, typeof CardActionsComponent, typeof CardBodyComponent, typeof CardFooterComponent, typeof CardHeaderComponent, typeof CardMediaDirective, typeof CardSeparatorDirective, typeof CardSubtitleDirective, typeof CardTitleDirective, typeof DrawerComponent, typeof DrawerContainerComponent, typeof DrawerContentComponent, typeof DrawerTemplateDirective, typeof DrawerFooterTemplateDirective, typeof DrawerHeaderTemplateDirective, typeof DrawerItemTemplateDirective, typeof ExpansionPanelComponent, typeof ExpansionPanelTitleDirective, typeof GridLayoutComponent, typeof GridLayoutItemComponent, typeof PanelBarComponent, typeof PanelBarItemComponent, typeof PanelBarContentDirective, typeof PanelBarItemTemplateDirective, typeof PanelBarItemTitleDirective, typeof SplitterComponent, typeof SplitterPaneComponent, typeof StackLayoutComponent, typeof StepperComponent, typeof StepperCustomMessagesComponent, typeof StepperIndicatorTemplateDirective, typeof StepperLabelTemplateDirective, typeof StepperStepTemplateDirective, typeof TabStripComponent, typeof TabStripTabComponent, typeof TabContentDirective, typeof TabTitleDirective, typeof TabStripCustomMessagesComponent, typeof TileLayoutComponent, typeof TileLayoutItemBodyComponent, typeof TileLayoutItemComponent, typeof TileLayoutItemHeaderComponent, typeof TimelineComponent, typeof TimelineCustomMessagesComponent, typeof TimelineCardActionsTemplateDirective, typeof TimelineCardBodyTemplateDirective, typeof TimelineCardHeaderTemplateDirective];
@@ -46,10 +46,16 @@ import { TimelineCardActionsTemplateDirective } from "./timeline/templates/timel
46
46
  import { TimelineCardBodyTemplateDirective } from "./timeline/templates/timeline-card-body.directive";
47
47
  import { TimelineCardHeaderTemplateDirective } from "./timeline/templates/timeline-card-header.directive";
48
48
  import { TimelineComponent } from "./timeline/timeline.component";
49
+ /**
50
+ * Utility array that contains all `Avatar` related components and directives.
51
+ */
49
52
  export const KENDO_AVATAR = [
50
53
  AvatarComponent,
51
54
  AvatarCustomMessagesComponent
52
55
  ];
56
+ /**
57
+ * Utility array that contains all `Card` related components and directives.
58
+ */
53
59
  export const KENDO_CARD = [
54
60
  CardComponent,
55
61
  CardActionsComponent,
@@ -61,6 +67,9 @@ export const KENDO_CARD = [
61
67
  CardSubtitleDirective,
62
68
  CardTitleDirective
63
69
  ];
70
+ /**
71
+ * Utility array that contains all `Drawer` related components and directives.
72
+ */
64
73
  export const KENDO_DRAWER = [
65
74
  DrawerComponent,
66
75
  DrawerContainerComponent,
@@ -70,14 +79,23 @@ export const KENDO_DRAWER = [
70
79
  DrawerHeaderTemplateDirective,
71
80
  DrawerItemTemplateDirective
72
81
  ];
82
+ /**
83
+ * Utility array that contains all `ExpansionPanel` related components and directives.
84
+ */
73
85
  export const KENDO_EXPANSIONPANEL = [
74
86
  ExpansionPanelComponent,
75
87
  ExpansionPanelTitleDirective
76
88
  ];
89
+ /**
90
+ * Utility array that contains all `GridLayout` related components and directives.
91
+ */
77
92
  export const KENDO_GRIDLAYOUT = [
78
93
  GridLayoutComponent,
79
94
  GridLayoutItemComponent
80
95
  ];
96
+ /**
97
+ * Utility array that contains all `PanelBar` related components and directives.
98
+ */
81
99
  export const KENDO_PANELBAR = [
82
100
  PanelBarComponent,
83
101
  PanelBarItemComponent,
@@ -85,13 +103,22 @@ export const KENDO_PANELBAR = [
85
103
  PanelBarItemTemplateDirective,
86
104
  PanelBarItemTitleDirective
87
105
  ];
106
+ /**
107
+ * Utility array that contains all `Splitter` related components and directives.
108
+ */
88
109
  export const KENDO_SPLITTER = [
89
110
  SplitterComponent,
90
111
  SplitterPaneComponent
91
112
  ];
113
+ /**
114
+ * Utility array that contains all `StackLayout` related components and directives.
115
+ */
92
116
  export const KENDO_STACKLAYOUT = [
93
117
  StackLayoutComponent
94
118
  ];
119
+ /**
120
+ * Utility array that contains all `Stepper` related components and directives.
121
+ */
95
122
  export const KENDO_STEPPER = [
96
123
  StepperComponent,
97
124
  StepperCustomMessagesComponent,
@@ -99,6 +126,9 @@ export const KENDO_STEPPER = [
99
126
  StepperLabelTemplateDirective,
100
127
  StepperStepTemplateDirective
101
128
  ];
129
+ /**
130
+ * Utility array that contains all `TabStrip` related components and directives.
131
+ */
102
132
  export const KENDO_TABSTRIP = [
103
133
  TabStripComponent,
104
134
  TabStripTabComponent,
@@ -106,12 +136,18 @@ export const KENDO_TABSTRIP = [
106
136
  TabTitleDirective,
107
137
  TabStripCustomMessagesComponent
108
138
  ];
139
+ /**
140
+ * Utility array that contains all `TileLayout` related components and directives.
141
+ */
109
142
  export const KENDO_TILELAYOUT = [
110
143
  TileLayoutComponent,
111
144
  TileLayoutItemBodyComponent,
112
145
  TileLayoutItemComponent,
113
146
  TileLayoutItemHeaderComponent
114
147
  ];
148
+ /**
149
+ * Utility array that contains all `Timeline` related components and directives
150
+ */
115
151
  export const KENDO_TIMELINE = [
116
152
  TimelineComponent,
117
153
  TimelineCustomMessagesComponent,
@@ -119,6 +155,9 @@ export const KENDO_TIMELINE = [
119
155
  TimelineCardBodyTemplateDirective,
120
156
  TimelineCardHeaderTemplateDirective
121
157
  ];
158
+ /**
159
+ * Utility array that contains all `@progress/kendo-angular-layout` related components and directives.
160
+ */
122
161
  export const KENDO_LAYOUT = [
123
162
  ...KENDO_AVATAR,
124
163
  ...KENDO_CARD,
@@ -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: 1722596616,
13
- version: '16.6.0-develop.8',
12
+ publishDate: 1722872123,
13
+ version: '16.6.0',
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
  };
@@ -28,8 +28,8 @@ const packageMetadata = {
28
28
  name: '@progress/kendo-angular-layout',
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
31
- publishDate: 1722596616,
32
- version: '16.6.0-develop.8',
31
+ publishDate: 1722872123,
32
+ version: '16.6.0',
33
33
  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'
34
34
  };
35
35
 
@@ -11974,10 +11974,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11974
11974
  type: Output
11975
11975
  }] } });
11976
11976
 
11977
+ /**
11978
+ * Utility array that contains all `Avatar` related components and directives.
11979
+ */
11977
11980
  const KENDO_AVATAR = [
11978
11981
  AvatarComponent,
11979
11982
  AvatarCustomMessagesComponent
11980
11983
  ];
11984
+ /**
11985
+ * Utility array that contains all `Card` related components and directives.
11986
+ */
11981
11987
  const KENDO_CARD = [
11982
11988
  CardComponent,
11983
11989
  CardActionsComponent,
@@ -11989,6 +11995,9 @@ const KENDO_CARD = [
11989
11995
  CardSubtitleDirective,
11990
11996
  CardTitleDirective
11991
11997
  ];
11998
+ /**
11999
+ * Utility array that contains all `Drawer` related components and directives.
12000
+ */
11992
12001
  const KENDO_DRAWER = [
11993
12002
  DrawerComponent,
11994
12003
  DrawerContainerComponent,
@@ -11998,14 +12007,23 @@ const KENDO_DRAWER = [
11998
12007
  DrawerHeaderTemplateDirective,
11999
12008
  DrawerItemTemplateDirective
12000
12009
  ];
12010
+ /**
12011
+ * Utility array that contains all `ExpansionPanel` related components and directives.
12012
+ */
12001
12013
  const KENDO_EXPANSIONPANEL = [
12002
12014
  ExpansionPanelComponent,
12003
12015
  ExpansionPanelTitleDirective
12004
12016
  ];
12017
+ /**
12018
+ * Utility array that contains all `GridLayout` related components and directives.
12019
+ */
12005
12020
  const KENDO_GRIDLAYOUT = [
12006
12021
  GridLayoutComponent,
12007
12022
  GridLayoutItemComponent
12008
12023
  ];
12024
+ /**
12025
+ * Utility array that contains all `PanelBar` related components and directives.
12026
+ */
12009
12027
  const KENDO_PANELBAR = [
12010
12028
  PanelBarComponent,
12011
12029
  PanelBarItemComponent,
@@ -12013,13 +12031,22 @@ const KENDO_PANELBAR = [
12013
12031
  PanelBarItemTemplateDirective,
12014
12032
  PanelBarItemTitleDirective
12015
12033
  ];
12034
+ /**
12035
+ * Utility array that contains all `Splitter` related components and directives.
12036
+ */
12016
12037
  const KENDO_SPLITTER = [
12017
12038
  SplitterComponent,
12018
12039
  SplitterPaneComponent
12019
12040
  ];
12041
+ /**
12042
+ * Utility array that contains all `StackLayout` related components and directives.
12043
+ */
12020
12044
  const KENDO_STACKLAYOUT = [
12021
12045
  StackLayoutComponent
12022
12046
  ];
12047
+ /**
12048
+ * Utility array that contains all `Stepper` related components and directives.
12049
+ */
12023
12050
  const KENDO_STEPPER = [
12024
12051
  StepperComponent,
12025
12052
  StepperCustomMessagesComponent,
@@ -12027,6 +12054,9 @@ const KENDO_STEPPER = [
12027
12054
  StepperLabelTemplateDirective,
12028
12055
  StepperStepTemplateDirective
12029
12056
  ];
12057
+ /**
12058
+ * Utility array that contains all `TabStrip` related components and directives.
12059
+ */
12030
12060
  const KENDO_TABSTRIP = [
12031
12061
  TabStripComponent,
12032
12062
  TabStripTabComponent,
@@ -12034,12 +12064,18 @@ const KENDO_TABSTRIP = [
12034
12064
  TabTitleDirective,
12035
12065
  TabStripCustomMessagesComponent
12036
12066
  ];
12067
+ /**
12068
+ * Utility array that contains all `TileLayout` related components and directives.
12069
+ */
12037
12070
  const KENDO_TILELAYOUT = [
12038
12071
  TileLayoutComponent,
12039
12072
  TileLayoutItemBodyComponent,
12040
12073
  TileLayoutItemComponent,
12041
12074
  TileLayoutItemHeaderComponent
12042
12075
  ];
12076
+ /**
12077
+ * Utility array that contains all `Timeline` related components and directives
12078
+ */
12043
12079
  const KENDO_TIMELINE = [
12044
12080
  TimelineComponent,
12045
12081
  TimelineCustomMessagesComponent,
@@ -12047,6 +12083,9 @@ const KENDO_TIMELINE = [
12047
12083
  TimelineCardBodyTemplateDirective,
12048
12084
  TimelineCardHeaderTemplateDirective
12049
12085
  ];
12086
+ /**
12087
+ * Utility array that contains all `@progress/kendo-angular-layout` related components and directives.
12088
+ */
12050
12089
  const KENDO_LAYOUT = [
12051
12090
  ...KENDO_AVATAR,
12052
12091
  ...KENDO_CARD,
@@ -28,8 +28,8 @@ const packageMetadata = {
28
28
  name: '@progress/kendo-angular-layout',
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
31
- publishDate: 1722596616,
32
- version: '16.6.0-develop.8',
31
+ publishDate: 1722872123,
32
+ version: '16.6.0',
33
33
  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'
34
34
  };
35
35
 
@@ -11918,10 +11918,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
11918
11918
  type: Output
11919
11919
  }] } });
11920
11920
 
11921
+ /**
11922
+ * Utility array that contains all `Avatar` related components and directives.
11923
+ */
11921
11924
  const KENDO_AVATAR = [
11922
11925
  AvatarComponent,
11923
11926
  AvatarCustomMessagesComponent
11924
11927
  ];
11928
+ /**
11929
+ * Utility array that contains all `Card` related components and directives.
11930
+ */
11925
11931
  const KENDO_CARD = [
11926
11932
  CardComponent,
11927
11933
  CardActionsComponent,
@@ -11933,6 +11939,9 @@ const KENDO_CARD = [
11933
11939
  CardSubtitleDirective,
11934
11940
  CardTitleDirective
11935
11941
  ];
11942
+ /**
11943
+ * Utility array that contains all `Drawer` related components and directives.
11944
+ */
11936
11945
  const KENDO_DRAWER = [
11937
11946
  DrawerComponent,
11938
11947
  DrawerContainerComponent,
@@ -11942,14 +11951,23 @@ const KENDO_DRAWER = [
11942
11951
  DrawerHeaderTemplateDirective,
11943
11952
  DrawerItemTemplateDirective
11944
11953
  ];
11954
+ /**
11955
+ * Utility array that contains all `ExpansionPanel` related components and directives.
11956
+ */
11945
11957
  const KENDO_EXPANSIONPANEL = [
11946
11958
  ExpansionPanelComponent,
11947
11959
  ExpansionPanelTitleDirective
11948
11960
  ];
11961
+ /**
11962
+ * Utility array that contains all `GridLayout` related components and directives.
11963
+ */
11949
11964
  const KENDO_GRIDLAYOUT = [
11950
11965
  GridLayoutComponent,
11951
11966
  GridLayoutItemComponent
11952
11967
  ];
11968
+ /**
11969
+ * Utility array that contains all `PanelBar` related components and directives.
11970
+ */
11953
11971
  const KENDO_PANELBAR = [
11954
11972
  PanelBarComponent,
11955
11973
  PanelBarItemComponent,
@@ -11957,13 +11975,22 @@ const KENDO_PANELBAR = [
11957
11975
  PanelBarItemTemplateDirective,
11958
11976
  PanelBarItemTitleDirective
11959
11977
  ];
11978
+ /**
11979
+ * Utility array that contains all `Splitter` related components and directives.
11980
+ */
11960
11981
  const KENDO_SPLITTER = [
11961
11982
  SplitterComponent,
11962
11983
  SplitterPaneComponent
11963
11984
  ];
11985
+ /**
11986
+ * Utility array that contains all `StackLayout` related components and directives.
11987
+ */
11964
11988
  const KENDO_STACKLAYOUT = [
11965
11989
  StackLayoutComponent
11966
11990
  ];
11991
+ /**
11992
+ * Utility array that contains all `Stepper` related components and directives.
11993
+ */
11967
11994
  const KENDO_STEPPER = [
11968
11995
  StepperComponent,
11969
11996
  StepperCustomMessagesComponent,
@@ -11971,6 +11998,9 @@ const KENDO_STEPPER = [
11971
11998
  StepperLabelTemplateDirective,
11972
11999
  StepperStepTemplateDirective
11973
12000
  ];
12001
+ /**
12002
+ * Utility array that contains all `TabStrip` related components and directives.
12003
+ */
11974
12004
  const KENDO_TABSTRIP = [
11975
12005
  TabStripComponent,
11976
12006
  TabStripTabComponent,
@@ -11978,12 +12008,18 @@ const KENDO_TABSTRIP = [
11978
12008
  TabTitleDirective,
11979
12009
  TabStripCustomMessagesComponent
11980
12010
  ];
12011
+ /**
12012
+ * Utility array that contains all `TileLayout` related components and directives.
12013
+ */
11981
12014
  const KENDO_TILELAYOUT = [
11982
12015
  TileLayoutComponent,
11983
12016
  TileLayoutItemBodyComponent,
11984
12017
  TileLayoutItemComponent,
11985
12018
  TileLayoutItemHeaderComponent
11986
12019
  ];
12020
+ /**
12021
+ * Utility array that contains all `Timeline` related components and directives
12022
+ */
11987
12023
  const KENDO_TIMELINE = [
11988
12024
  TimelineComponent,
11989
12025
  TimelineCustomMessagesComponent,
@@ -11991,6 +12027,9 @@ const KENDO_TIMELINE = [
11991
12027
  TimelineCardBodyTemplateDirective,
11992
12028
  TimelineCardHeaderTemplateDirective
11993
12029
  ];
12030
+ /**
12031
+ * Utility array that contains all `@progress/kendo-angular-layout` related components and directives.
12032
+ */
11994
12033
  const KENDO_LAYOUT = [
11995
12034
  ...KENDO_AVATAR,
11996
12035
  ...KENDO_CARD,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-layout",
3
- "version": "16.6.0-develop.8",
3
+ "version": "16.6.0",
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,17 +39,17 @@
39
39
  "@angular/core": "15 - 18",
40
40
  "@angular/platform-browser": "15 - 18",
41
41
  "@progress/kendo-licensing": "^1.0.2",
42
- "@progress/kendo-angular-common": "16.6.0-develop.8",
43
- "@progress/kendo-angular-l10n": "16.6.0-develop.8",
44
- "@progress/kendo-angular-progressbar": "16.6.0-develop.8",
45
- "@progress/kendo-angular-icons": "16.6.0-develop.8",
46
- "@progress/kendo-angular-buttons": "16.6.0-develop.8",
47
- "@progress/kendo-angular-intl": "16.6.0-develop.8",
42
+ "@progress/kendo-angular-common": "16.6.0",
43
+ "@progress/kendo-angular-l10n": "16.6.0",
44
+ "@progress/kendo-angular-progressbar": "16.6.0",
45
+ "@progress/kendo-angular-icons": "16.6.0",
46
+ "@progress/kendo-angular-buttons": "16.6.0",
47
+ "@progress/kendo-angular-intl": "16.6.0",
48
48
  "rxjs": "^6.5.3 || ^7.0.0"
49
49
  },
50
50
  "dependencies": {
51
51
  "tslib": "^2.3.1",
52
- "@progress/kendo-angular-schematics": "16.6.0-develop.8",
52
+ "@progress/kendo-angular-schematics": "16.6.0",
53
53
  "@progress/kendo-draggable": "^3.0.2"
54
54
  },
55
55
  "schematics": "./schematics/collection.json",