@progress/kendo-react-dateinputs 5.19.0-dev.202309211913 → 5.19.0-dev.202309261220

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.
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-dateinputs',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1695321220,
8
+ publishDate: 1695728693,
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
  };
@@ -213,7 +213,8 @@ var TimePart = /** @class */ (function (_super) {
213
213
  .splitDateFormat(format || TimePart.defaultProps.format)
214
214
  .filter(this.timeFormatFilter);
215
215
  var rootClassName = classNames({
216
- 'k-disabled': disabled
216
+ 'k-disabled': disabled,
217
+ 'k-time-part': mobileMode
217
218
  }, className);
218
219
  this.timeLists = [];
219
220
  var localizationService = provideLocalizationService(this);
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-dateinputs',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1695321220,
11
+ publishDate: 1695728693,
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
  };
@@ -216,7 +216,8 @@ var TimePart = /** @class */ (function (_super) {
216
216
  .splitDateFormat(format || TimePart.defaultProps.format)
217
217
  .filter(this.timeFormatFilter);
218
218
  var rootClassName = (0, kendo_react_common_1.classNames)({
219
- 'k-disabled': disabled
219
+ 'k-disabled': disabled,
220
+ 'k-time-part': mobileMode
220
221
  }, className);
221
222
  this.timeLists = [];
222
223
  var localizationService = (0, kendo_react_intl_1.provideLocalizationService)(this);