@progress/kendo-react-layout 5.13.0-dev.202304180747 → 5.13.0-dev.202304200917
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/actionsheet/ActionSheet.js +4 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/actionsheet/ActionSheet.js +4 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-react-layout.js +1 -1
- package/package.json +13 -13
|
@@ -142,7 +142,10 @@ var ActionSheet = /** @class */ (function (_super) {
|
|
|
142
142
|
_this.children = function (children) {
|
|
143
143
|
var components = {};
|
|
144
144
|
React.Children.forEach(children, function (child) {
|
|
145
|
-
|
|
145
|
+
if (child) {
|
|
146
|
+
components[child.type.displayName] = child;
|
|
147
|
+
}
|
|
148
|
+
;
|
|
146
149
|
});
|
|
147
150
|
return components;
|
|
148
151
|
};
|
|
@@ -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: 1681980748,
|
|
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
|
};
|
|
@@ -145,7 +145,10 @@ var ActionSheet = /** @class */ (function (_super) {
|
|
|
145
145
|
_this.children = function (children) {
|
|
146
146
|
var components = {};
|
|
147
147
|
React.Children.forEach(children, function (child) {
|
|
148
|
-
|
|
148
|
+
if (child) {
|
|
149
|
+
components[child.type.displayName] = child;
|
|
150
|
+
}
|
|
151
|
+
;
|
|
149
152
|
});
|
|
150
153
|
return components;
|
|
151
154
|
};
|
|
@@ -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: 1681980748,
|
|
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
|
};
|