@geneui/components 2.15.0-canary-2c19c64-17052024 → 2.15.0-canary-51314a1-20052024

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.
@@ -477,7 +477,7 @@ function DateRangePickerInput(_ref) {
477
477
  const end = dayjsWithPlugins(endDate);
478
478
  setStartDate(start);
479
479
  setEndDate(end);
480
- if (!withTime) {
480
+ if (!withTime && !isMobile) {
481
481
  inputRef.current.blur();
482
482
  setPopoverState(false);
483
483
  }
package/Range/index.js CHANGED
@@ -2,7 +2,7 @@ import { _ as _extends } from '../_rollupPluginBabelHelpers-e8fb2e5c.js';
2
2
  import React__default, { useState, useRef, useCallback } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import { c as classnames } from '../index-031ff73c.js';
5
- import { c as createSliderWithTooltip, R as Range } from '../rangeAndSlider-740a236c.js';
5
+ import { c as createSliderWithTooltip, R as Range } from '../rangeAndSlider-693a3d41.js';
6
6
  import useWidth from '../hooks/useWidth.js';
7
7
  import '../dateValidation-67caec66.js';
8
8
  import 'react-dom';
package/Slider/index.js CHANGED
@@ -2,7 +2,7 @@ import { _ as _extends } from '../_rollupPluginBabelHelpers-e8fb2e5c.js';
2
2
  import React__default, { useState, useRef, useCallback, useEffect } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import { c as classnames } from '../index-031ff73c.js';
5
- import { c as createSliderWithTooltip, S as Slider } from '../rangeAndSlider-740a236c.js';
5
+ import { c as createSliderWithTooltip, S as Slider } from '../rangeAndSlider-693a3d41.js';
6
6
  import useWidth from '../hooks/useWidth.js';
7
7
  import '../dateValidation-67caec66.js';
8
8
  import 'react-dom';
package/index.js CHANGED
@@ -139,7 +139,7 @@ import './localization-4ba17032.js';
139
139
  import './Popover-f4d1cac0.js';
140
140
  import './index-122432cd.js';
141
141
  import './debounce-4419bc2f.js';
142
- import './rangeAndSlider-740a236c.js';
142
+ import './rangeAndSlider-693a3d41.js';
143
143
  import './index-45eafea6.js';
144
144
  import './react-lifecycles-compat.es-6e1f3768.js';
145
145
  import './SuggestionList/index.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@geneui/components",
3
3
  "description": "The Gene UI components library designed for BI tools",
4
- "version": "2.15.0-canary-2c19c64-17052024",
4
+ "version": "2.15.0-canary-51314a1-20052024",
5
5
  "author": "SoftConstruct",
6
6
  "homepage": "https://github.com/softconstruct/gene-ui-components#readme",
7
7
  "repository": {
@@ -360,16 +360,24 @@ var _uid = function (key) {
360
360
  return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id$1 + px).toString(36));
361
361
  };
362
362
 
363
- var shared$1 = _sharedExports('keys');
364
- var uid$2 = _uid;
365
- var _sharedKey = function (key) {
366
- return shared$1[key] || (shared$1[key] = uid$2(key));
367
- };
363
+ var _sharedKey;
364
+ var hasRequired_sharedKey;
365
+
366
+ function require_sharedKey () {
367
+ if (hasRequired_sharedKey) return _sharedKey;
368
+ hasRequired_sharedKey = 1;
369
+ var shared = _sharedExports('keys');
370
+ var uid = _uid;
371
+ _sharedKey = function (key) {
372
+ return shared[key] || (shared[key] = uid(key));
373
+ };
374
+ return _sharedKey;
375
+ }
368
376
 
369
377
  var has$5 = _has;
370
378
  var toIObject$5 = _toIobject;
371
379
  var arrayIndexOf = _arrayIncludes(false);
372
- var IE_PROTO$1 = _sharedKey('IE_PROTO');
380
+ var IE_PROTO$1 = require_sharedKey()('IE_PROTO');
373
381
 
374
382
  var _objectKeysInternal = function (object, names) {
375
383
  var O = toIObject$5(object);
@@ -633,7 +641,7 @@ function require_objectCreate () {
633
641
  var anObject = _anObject;
634
642
  var dPs = require_objectDps();
635
643
  var enumBugKeys = require_enumBugKeys();
636
- var IE_PROTO = _sharedKey('IE_PROTO');
644
+ var IE_PROTO = require_sharedKey()('IE_PROTO');
637
645
  var Empty = function () { /* empty */ };
638
646
  var PROTOTYPE = 'prototype';
639
647
 
@@ -715,7 +723,7 @@ var _iterCreate = function (Constructor, NAME, next) {
715
723
  // 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
716
724
  var has$3 = _has;
717
725
  var toObject$3 = _toObject;
718
- var IE_PROTO = _sharedKey('IE_PROTO');
726
+ var IE_PROTO = require_sharedKey()('IE_PROTO');
719
727
  var ObjectProto$1 = Object.prototype;
720
728
 
721
729
  var _objectGpo = Object.getPrototypeOf || function (O) {