@progress/kendo-react-layout 5.4.0 → 5.5.0-dev.202206241236
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/dist/cdn/js/kendo-react-layout.js +1 -1
- package/dist/es/breadcrumb/Breadcrumb.d.ts +3 -2
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/breadcrumb/Breadcrumb.d.ts +3 -2
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-react-layout.js +1 -1
- package/package.json +13 -13
|
@@ -86,9 +86,10 @@ export interface BreadcrumbProps {
|
|
|
86
86
|
*/
|
|
87
87
|
export interface DataModel {
|
|
88
88
|
/**
|
|
89
|
-
* Represents the `id` of the data object.
|
|
89
|
+
* Represents the `id` of the data object.
|
|
90
|
+
* Used for setting the `key` of the BreadcrumbListItem component and the `id` of the BreadcrumbLink component.
|
|
90
91
|
*/
|
|
91
|
-
id
|
|
92
|
+
id?: string;
|
|
92
93
|
/**
|
|
93
94
|
* Represents the `text` used inside the BreadcrumbLink component.
|
|
94
95
|
*/
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-react-layout',
|
|
6
6
|
productName: 'KendoReact',
|
|
7
7
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1656073156,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
11
11
|
};
|
|
@@ -86,9 +86,10 @@ export interface BreadcrumbProps {
|
|
|
86
86
|
*/
|
|
87
87
|
export interface DataModel {
|
|
88
88
|
/**
|
|
89
|
-
* Represents the `id` of the data object.
|
|
89
|
+
* Represents the `id` of the data object.
|
|
90
|
+
* Used for setting the `key` of the BreadcrumbListItem component and the `id` of the BreadcrumbLink component.
|
|
90
91
|
*/
|
|
91
|
-
id
|
|
92
|
+
id?: string;
|
|
92
93
|
/**
|
|
93
94
|
* Represents the `text` used inside the BreadcrumbLink component.
|
|
94
95
|
*/
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-react-layout',
|
|
9
9
|
productName: 'KendoReact',
|
|
10
10
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1656073156,
|
|
12
12
|
version: '',
|
|
13
13
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
14
14
|
};
|