@jobber/components 6.11.0 → 6.11.1

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.
Files changed (55) hide show
  1. package/dist/Autocomplete/index.cjs +2 -11
  2. package/dist/Autocomplete/index.mjs +2 -11
  3. package/dist/Autocomplete-cjs.js +2 -2
  4. package/dist/Autocomplete-es.js +1 -1
  5. package/dist/Chips/InternalChipDismissible/hooks/index.cjs +2 -2
  6. package/dist/Chips/InternalChipDismissible/hooks/index.mjs +2 -2
  7. package/dist/Chips/InternalChipDismissible/index.cjs +2 -2
  8. package/dist/Chips/InternalChipDismissible/index.mjs +2 -2
  9. package/dist/Chips/index.cjs +2 -2
  10. package/dist/Chips/index.mjs +2 -2
  11. package/dist/DataList/components/DataListSearch/index.cjs +1 -10
  12. package/dist/DataList/components/DataListSearch/index.mjs +1 -10
  13. package/dist/DataList/index.cjs +1 -8
  14. package/dist/DataList/index.mjs +1 -8
  15. package/dist/DataListSearch-cjs.js +2 -2
  16. package/dist/DataListSearch-es.js +1 -1
  17. package/dist/DatePicker/index.cjs +2 -3
  18. package/dist/DatePicker/index.mjs +2 -3
  19. package/dist/DatePicker-cjs.js +781 -2
  20. package/dist/DatePicker-es.js +781 -3
  21. package/dist/FormField/FormFieldTypes.d.ts +3 -3
  22. package/dist/FormField/hooks/useFormFieldWrapperStyles.d.ts +3 -3
  23. package/dist/FormField-cjs.js +2 -5
  24. package/dist/FormField-es.js +3 -3
  25. package/dist/InputDate/index.cjs +15 -16
  26. package/dist/InputDate/index.mjs +15 -16
  27. package/dist/InputDate-cjs.js +2 -3
  28. package/dist/InputDate-es.js +1 -2
  29. package/dist/InputText/InputText.d.ts +20 -10
  30. package/dist/InputText/index.cjs +8 -263
  31. package/dist/InputText/index.d.ts +1 -5
  32. package/dist/InputText/index.mjs +7 -266
  33. package/dist/InputText-cjs.js +129 -0
  34. package/dist/InputText-es.js +127 -0
  35. package/dist/List/index.cjs +2 -2
  36. package/dist/List/index.mjs +2 -2
  37. package/dist/_baseEach-cjs.js +12 -12
  38. package/dist/_baseEach-es.js +2 -2
  39. package/dist/_baseFlatten-cjs.js +2 -2
  40. package/dist/_baseFlatten-es.js +1 -1
  41. package/dist/{_baseGet-cjs.js → _getAllKeys-cjs.js} +181 -181
  42. package/dist/{_baseGet-es.js → _getAllKeys-es.js} +183 -183
  43. package/dist/index.cjs +3 -4
  44. package/dist/index.mjs +2 -3
  45. package/dist/isTypedArray-es.js +1 -1
  46. package/dist/useScrollToActive-cjs.js +3 -3
  47. package/dist/useScrollToActive-es.js +1 -1
  48. package/package.json +2 -2
  49. package/dist/InputText/InputText.rebuilt.d.ts +0 -3
  50. package/dist/InputText/InputText.types.d.ts +0 -71
  51. package/dist/InputText/useInputTextActions.d.ts +0 -16
  52. package/dist/InputText/useInputTextFormField.d.ts +0 -347
  53. package/dist/InputText/useTextAreaResize.d.ts +0 -14
  54. package/dist/omit-cjs.js +0 -783
  55. package/dist/omit-es.js +0 -781
@@ -6,7 +6,15 @@ import { Popper, Manager, Reference } from 'react-popper';
6
6
  import { u as useRefocusOnActivator_2 } from './useRefocusOnActivator-es.js';
7
7
  import { T as Typography } from './Typography-es.js';
8
8
  import { B as Button } from './Button-es.js';
9
- import { o as omit } from './omit-es.js';
9
+ import { g as getDefaultExportFromCjs } from './_commonjsHelpers-es.js';
10
+ import { k as keys_1, g as _getSymbols, _ as _arrayPush, s as stubArray_1, h as _baseGetAllKeys, c as _getAllKeys, b as _baseGet, d as _castPath, e as _toKey, a as _arrayMap } from './_getAllKeys-es.js';
11
+ import { b as _Stack } from './identity-es.js';
12
+ import { _ as _copyObject, k as keysIn_1, e as _getPrototype, f as _cloneArrayBuffer, b as _cloneTypedArray, a as _cloneBufferExports, c as _copyArray, d as _initCloneObject, g as _assignValue, i as isPlainObject_1 } from './keysIn-es.js';
13
+ import { a as _getTag } from './_getTag-es.js';
14
+ import { b as _Symbol, a as isObjectLike_1, i as isObject_1 } from './isObjectLike-es.js';
15
+ import { m as _nodeUtilExports, k as _baseUnary, c as isBufferExports, a as isArray_1 } from './isTypedArray-es.js';
16
+ import { _ as _baseFlatten } from './_baseFlatten-es.js';
17
+ import { _ as _overRest, a as _setToString } from './_setToString-es.js';
10
18
  import { u as useAtlantisContext } from './AtlantisContext-es.js';
11
19
 
12
20
  function _typeof(o) {
@@ -7250,10 +7258,780 @@ function DatePickerCustomHeader({ monthDate, decreaseMonth, increaseMonth, prevM
7250
7258
  React.createElement(Button, { onClick: increaseMonth, disabled: nextMonthButtonDisabled, icon: "arrowRight", ariaLabel: "Next Month", variation: "work", type: "tertiary" })));
7251
7259
  }
7252
7260
 
7261
+ /**
7262
+ * A specialized version of `_.forEach` for arrays without support for
7263
+ * iteratee shorthands.
7264
+ *
7265
+ * @private
7266
+ * @param {Array} [array] The array to iterate over.
7267
+ * @param {Function} iteratee The function invoked per iteration.
7268
+ * @returns {Array} Returns `array`.
7269
+ */
7270
+
7271
+ function arrayEach$1(array, iteratee) {
7272
+ var index = -1,
7273
+ length = array == null ? 0 : array.length;
7274
+
7275
+ while (++index < length) {
7276
+ if (iteratee(array[index], index, array) === false) {
7277
+ break;
7278
+ }
7279
+ }
7280
+ return array;
7281
+ }
7282
+
7283
+ var _arrayEach = arrayEach$1;
7284
+
7285
+ var copyObject$4 = _copyObject,
7286
+ keys$1 = keys_1;
7287
+
7288
+ /**
7289
+ * The base implementation of `_.assign` without support for multiple sources
7290
+ * or `customizer` functions.
7291
+ *
7292
+ * @private
7293
+ * @param {Object} object The destination object.
7294
+ * @param {Object} source The source object.
7295
+ * @returns {Object} Returns `object`.
7296
+ */
7297
+ function baseAssign$1(object, source) {
7298
+ return object && copyObject$4(source, keys$1(source), object);
7299
+ }
7300
+
7301
+ var _baseAssign = baseAssign$1;
7302
+
7303
+ var copyObject$3 = _copyObject,
7304
+ keysIn$2 = keysIn_1;
7305
+
7306
+ /**
7307
+ * The base implementation of `_.assignIn` without support for multiple sources
7308
+ * or `customizer` functions.
7309
+ *
7310
+ * @private
7311
+ * @param {Object} object The destination object.
7312
+ * @param {Object} source The source object.
7313
+ * @returns {Object} Returns `object`.
7314
+ */
7315
+ function baseAssignIn$1(object, source) {
7316
+ return object && copyObject$3(source, keysIn$2(source), object);
7317
+ }
7318
+
7319
+ var _baseAssignIn = baseAssignIn$1;
7320
+
7321
+ var copyObject$2 = _copyObject,
7322
+ getSymbols$1 = _getSymbols;
7323
+
7324
+ /**
7325
+ * Copies own symbols of `source` to `object`.
7326
+ *
7327
+ * @private
7328
+ * @param {Object} source The object to copy symbols from.
7329
+ * @param {Object} [object={}] The object to copy symbols to.
7330
+ * @returns {Object} Returns `object`.
7331
+ */
7332
+ function copySymbols$1(source, object) {
7333
+ return copyObject$2(source, getSymbols$1(source), object);
7334
+ }
7335
+
7336
+ var _copySymbols = copySymbols$1;
7337
+
7338
+ var arrayPush = _arrayPush,
7339
+ getPrototype = _getPrototype,
7340
+ getSymbols = _getSymbols,
7341
+ stubArray = stubArray_1;
7342
+
7343
+ /* Built-in method references for those with the same name as other `lodash` methods. */
7344
+ var nativeGetSymbols = Object.getOwnPropertySymbols;
7345
+
7346
+ /**
7347
+ * Creates an array of the own and inherited enumerable symbols of `object`.
7348
+ *
7349
+ * @private
7350
+ * @param {Object} object The object to query.
7351
+ * @returns {Array} Returns the array of symbols.
7352
+ */
7353
+ var getSymbolsIn$2 = !nativeGetSymbols ? stubArray : function(object) {
7354
+ var result = [];
7355
+ while (object) {
7356
+ arrayPush(result, getSymbols(object));
7357
+ object = getPrototype(object);
7358
+ }
7359
+ return result;
7360
+ };
7361
+
7362
+ var _getSymbolsIn = getSymbolsIn$2;
7363
+
7364
+ var copyObject$1 = _copyObject,
7365
+ getSymbolsIn$1 = _getSymbolsIn;
7366
+
7367
+ /**
7368
+ * Copies own and inherited symbols of `source` to `object`.
7369
+ *
7370
+ * @private
7371
+ * @param {Object} source The object to copy symbols from.
7372
+ * @param {Object} [object={}] The object to copy symbols to.
7373
+ * @returns {Object} Returns `object`.
7374
+ */
7375
+ function copySymbolsIn$1(source, object) {
7376
+ return copyObject$1(source, getSymbolsIn$1(source), object);
7377
+ }
7378
+
7379
+ var _copySymbolsIn = copySymbolsIn$1;
7380
+
7381
+ var baseGetAllKeys = _baseGetAllKeys,
7382
+ getSymbolsIn = _getSymbolsIn,
7383
+ keysIn$1 = keysIn_1;
7384
+
7385
+ /**
7386
+ * Creates an array of own and inherited enumerable property names and
7387
+ * symbols of `object`.
7388
+ *
7389
+ * @private
7390
+ * @param {Object} object The object to query.
7391
+ * @returns {Array} Returns the array of property names and symbols.
7392
+ */
7393
+ function getAllKeysIn$2(object) {
7394
+ return baseGetAllKeys(object, keysIn$1, getSymbolsIn);
7395
+ }
7396
+
7397
+ var _getAllKeysIn = getAllKeysIn$2;
7398
+
7399
+ /** Used for built-in method references. */
7400
+
7401
+ var objectProto = Object.prototype;
7402
+
7403
+ /** Used to check objects for own properties. */
7404
+ var hasOwnProperty = objectProto.hasOwnProperty;
7405
+
7406
+ /**
7407
+ * Initializes an array clone.
7408
+ *
7409
+ * @private
7410
+ * @param {Array} array The array to clone.
7411
+ * @returns {Array} Returns the initialized clone.
7412
+ */
7413
+ function initCloneArray$1(array) {
7414
+ var length = array.length,
7415
+ result = new array.constructor(length);
7416
+
7417
+ // Add properties assigned by `RegExp#exec`.
7418
+ if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {
7419
+ result.index = array.index;
7420
+ result.input = array.input;
7421
+ }
7422
+ return result;
7423
+ }
7424
+
7425
+ var _initCloneArray = initCloneArray$1;
7426
+
7427
+ var cloneArrayBuffer$1 = _cloneArrayBuffer;
7428
+
7429
+ /**
7430
+ * Creates a clone of `dataView`.
7431
+ *
7432
+ * @private
7433
+ * @param {Object} dataView The data view to clone.
7434
+ * @param {boolean} [isDeep] Specify a deep clone.
7435
+ * @returns {Object} Returns the cloned data view.
7436
+ */
7437
+ function cloneDataView$1(dataView, isDeep) {
7438
+ var buffer = isDeep ? cloneArrayBuffer$1(dataView.buffer) : dataView.buffer;
7439
+ return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);
7440
+ }
7441
+
7442
+ var _cloneDataView = cloneDataView$1;
7443
+
7444
+ /** Used to match `RegExp` flags from their coerced string values. */
7445
+
7446
+ var reFlags = /\w*$/;
7447
+
7448
+ /**
7449
+ * Creates a clone of `regexp`.
7450
+ *
7451
+ * @private
7452
+ * @param {Object} regexp The regexp to clone.
7453
+ * @returns {Object} Returns the cloned regexp.
7454
+ */
7455
+ function cloneRegExp$1(regexp) {
7456
+ var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));
7457
+ result.lastIndex = regexp.lastIndex;
7458
+ return result;
7459
+ }
7460
+
7461
+ var _cloneRegExp = cloneRegExp$1;
7462
+
7463
+ var Symbol$1 = _Symbol;
7464
+
7465
+ /** Used to convert symbols to primitives and strings. */
7466
+ var symbolProto = Symbol$1 ? Symbol$1.prototype : undefined,
7467
+ symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;
7468
+
7469
+ /**
7470
+ * Creates a clone of the `symbol` object.
7471
+ *
7472
+ * @private
7473
+ * @param {Object} symbol The symbol object to clone.
7474
+ * @returns {Object} Returns the cloned symbol object.
7475
+ */
7476
+ function cloneSymbol$1(symbol) {
7477
+ return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {};
7478
+ }
7479
+
7480
+ var _cloneSymbol = cloneSymbol$1;
7481
+
7482
+ var cloneArrayBuffer = _cloneArrayBuffer,
7483
+ cloneDataView = _cloneDataView,
7484
+ cloneRegExp = _cloneRegExp,
7485
+ cloneSymbol = _cloneSymbol,
7486
+ cloneTypedArray = _cloneTypedArray;
7487
+
7488
+ /** `Object#toString` result references. */
7489
+ var boolTag$1 = '[object Boolean]',
7490
+ dateTag$1 = '[object Date]',
7491
+ mapTag$2 = '[object Map]',
7492
+ numberTag$1 = '[object Number]',
7493
+ regexpTag$1 = '[object RegExp]',
7494
+ setTag$2 = '[object Set]',
7495
+ stringTag$1 = '[object String]',
7496
+ symbolTag$1 = '[object Symbol]';
7497
+
7498
+ var arrayBufferTag$1 = '[object ArrayBuffer]',
7499
+ dataViewTag$1 = '[object DataView]',
7500
+ float32Tag$1 = '[object Float32Array]',
7501
+ float64Tag$1 = '[object Float64Array]',
7502
+ int8Tag$1 = '[object Int8Array]',
7503
+ int16Tag$1 = '[object Int16Array]',
7504
+ int32Tag$1 = '[object Int32Array]',
7505
+ uint8Tag$1 = '[object Uint8Array]',
7506
+ uint8ClampedTag$1 = '[object Uint8ClampedArray]',
7507
+ uint16Tag$1 = '[object Uint16Array]',
7508
+ uint32Tag$1 = '[object Uint32Array]';
7509
+
7510
+ /**
7511
+ * Initializes an object clone based on its `toStringTag`.
7512
+ *
7513
+ * **Note:** This function only supports cloning values with tags of
7514
+ * `Boolean`, `Date`, `Error`, `Map`, `Number`, `RegExp`, `Set`, or `String`.
7515
+ *
7516
+ * @private
7517
+ * @param {Object} object The object to clone.
7518
+ * @param {string} tag The `toStringTag` of the object to clone.
7519
+ * @param {boolean} [isDeep] Specify a deep clone.
7520
+ * @returns {Object} Returns the initialized clone.
7521
+ */
7522
+ function initCloneByTag$1(object, tag, isDeep) {
7523
+ var Ctor = object.constructor;
7524
+ switch (tag) {
7525
+ case arrayBufferTag$1:
7526
+ return cloneArrayBuffer(object);
7527
+
7528
+ case boolTag$1:
7529
+ case dateTag$1:
7530
+ return new Ctor(+object);
7531
+
7532
+ case dataViewTag$1:
7533
+ return cloneDataView(object, isDeep);
7534
+
7535
+ case float32Tag$1: case float64Tag$1:
7536
+ case int8Tag$1: case int16Tag$1: case int32Tag$1:
7537
+ case uint8Tag$1: case uint8ClampedTag$1: case uint16Tag$1: case uint32Tag$1:
7538
+ return cloneTypedArray(object, isDeep);
7539
+
7540
+ case mapTag$2:
7541
+ return new Ctor;
7542
+
7543
+ case numberTag$1:
7544
+ case stringTag$1:
7545
+ return new Ctor(object);
7546
+
7547
+ case regexpTag$1:
7548
+ return cloneRegExp(object);
7549
+
7550
+ case setTag$2:
7551
+ return new Ctor;
7552
+
7553
+ case symbolTag$1:
7554
+ return cloneSymbol(object);
7555
+ }
7556
+ }
7557
+
7558
+ var _initCloneByTag = initCloneByTag$1;
7559
+
7560
+ var getTag$2 = _getTag,
7561
+ isObjectLike$1 = isObjectLike_1;
7562
+
7563
+ /** `Object#toString` result references. */
7564
+ var mapTag$1 = '[object Map]';
7565
+
7566
+ /**
7567
+ * The base implementation of `_.isMap` without Node.js optimizations.
7568
+ *
7569
+ * @private
7570
+ * @param {*} value The value to check.
7571
+ * @returns {boolean} Returns `true` if `value` is a map, else `false`.
7572
+ */
7573
+ function baseIsMap$1(value) {
7574
+ return isObjectLike$1(value) && getTag$2(value) == mapTag$1;
7575
+ }
7576
+
7577
+ var _baseIsMap = baseIsMap$1;
7578
+
7579
+ var baseIsMap = _baseIsMap,
7580
+ baseUnary$1 = _baseUnary,
7581
+ nodeUtil$1 = _nodeUtilExports;
7582
+
7583
+ /* Node.js helper references. */
7584
+ var nodeIsMap = nodeUtil$1 && nodeUtil$1.isMap;
7585
+
7586
+ /**
7587
+ * Checks if `value` is classified as a `Map` object.
7588
+ *
7589
+ * @static
7590
+ * @memberOf _
7591
+ * @since 4.3.0
7592
+ * @category Lang
7593
+ * @param {*} value The value to check.
7594
+ * @returns {boolean} Returns `true` if `value` is a map, else `false`.
7595
+ * @example
7596
+ *
7597
+ * _.isMap(new Map);
7598
+ * // => true
7599
+ *
7600
+ * _.isMap(new WeakMap);
7601
+ * // => false
7602
+ */
7603
+ var isMap$1 = nodeIsMap ? baseUnary$1(nodeIsMap) : baseIsMap;
7604
+
7605
+ var isMap_1 = isMap$1;
7606
+
7607
+ var getTag$1 = _getTag,
7608
+ isObjectLike = isObjectLike_1;
7609
+
7610
+ /** `Object#toString` result references. */
7611
+ var setTag$1 = '[object Set]';
7612
+
7613
+ /**
7614
+ * The base implementation of `_.isSet` without Node.js optimizations.
7615
+ *
7616
+ * @private
7617
+ * @param {*} value The value to check.
7618
+ * @returns {boolean} Returns `true` if `value` is a set, else `false`.
7619
+ */
7620
+ function baseIsSet$1(value) {
7621
+ return isObjectLike(value) && getTag$1(value) == setTag$1;
7622
+ }
7623
+
7624
+ var _baseIsSet = baseIsSet$1;
7625
+
7626
+ var baseIsSet = _baseIsSet,
7627
+ baseUnary = _baseUnary,
7628
+ nodeUtil = _nodeUtilExports;
7629
+
7630
+ /* Node.js helper references. */
7631
+ var nodeIsSet = nodeUtil && nodeUtil.isSet;
7632
+
7633
+ /**
7634
+ * Checks if `value` is classified as a `Set` object.
7635
+ *
7636
+ * @static
7637
+ * @memberOf _
7638
+ * @since 4.3.0
7639
+ * @category Lang
7640
+ * @param {*} value The value to check.
7641
+ * @returns {boolean} Returns `true` if `value` is a set, else `false`.
7642
+ * @example
7643
+ *
7644
+ * _.isSet(new Set);
7645
+ * // => true
7646
+ *
7647
+ * _.isSet(new WeakSet);
7648
+ * // => false
7649
+ */
7650
+ var isSet$1 = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet;
7651
+
7652
+ var isSet_1 = isSet$1;
7653
+
7654
+ var Stack = _Stack,
7655
+ arrayEach = _arrayEach,
7656
+ assignValue = _assignValue,
7657
+ baseAssign = _baseAssign,
7658
+ baseAssignIn = _baseAssignIn,
7659
+ cloneBuffer = _cloneBufferExports,
7660
+ copyArray = _copyArray,
7661
+ copySymbols = _copySymbols,
7662
+ copySymbolsIn = _copySymbolsIn,
7663
+ getAllKeys = _getAllKeys,
7664
+ getAllKeysIn$1 = _getAllKeysIn,
7665
+ getTag = _getTag,
7666
+ initCloneArray = _initCloneArray,
7667
+ initCloneByTag = _initCloneByTag,
7668
+ initCloneObject = _initCloneObject,
7669
+ isArray = isArray_1,
7670
+ isBuffer = isBufferExports,
7671
+ isMap = isMap_1,
7672
+ isObject = isObject_1,
7673
+ isSet = isSet_1,
7674
+ keys = keys_1,
7675
+ keysIn = keysIn_1;
7676
+
7677
+ /** Used to compose bitmasks for cloning. */
7678
+ var CLONE_DEEP_FLAG$1 = 1,
7679
+ CLONE_FLAT_FLAG$1 = 2,
7680
+ CLONE_SYMBOLS_FLAG$1 = 4;
7681
+
7682
+ /** `Object#toString` result references. */
7683
+ var argsTag = '[object Arguments]',
7684
+ arrayTag = '[object Array]',
7685
+ boolTag = '[object Boolean]',
7686
+ dateTag = '[object Date]',
7687
+ errorTag = '[object Error]',
7688
+ funcTag = '[object Function]',
7689
+ genTag = '[object GeneratorFunction]',
7690
+ mapTag = '[object Map]',
7691
+ numberTag = '[object Number]',
7692
+ objectTag = '[object Object]',
7693
+ regexpTag = '[object RegExp]',
7694
+ setTag = '[object Set]',
7695
+ stringTag = '[object String]',
7696
+ symbolTag = '[object Symbol]',
7697
+ weakMapTag = '[object WeakMap]';
7698
+
7699
+ var arrayBufferTag = '[object ArrayBuffer]',
7700
+ dataViewTag = '[object DataView]',
7701
+ float32Tag = '[object Float32Array]',
7702
+ float64Tag = '[object Float64Array]',
7703
+ int8Tag = '[object Int8Array]',
7704
+ int16Tag = '[object Int16Array]',
7705
+ int32Tag = '[object Int32Array]',
7706
+ uint8Tag = '[object Uint8Array]',
7707
+ uint8ClampedTag = '[object Uint8ClampedArray]',
7708
+ uint16Tag = '[object Uint16Array]',
7709
+ uint32Tag = '[object Uint32Array]';
7710
+
7711
+ /** Used to identify `toStringTag` values supported by `_.clone`. */
7712
+ var cloneableTags = {};
7713
+ cloneableTags[argsTag] = cloneableTags[arrayTag] =
7714
+ cloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] =
7715
+ cloneableTags[boolTag] = cloneableTags[dateTag] =
7716
+ cloneableTags[float32Tag] = cloneableTags[float64Tag] =
7717
+ cloneableTags[int8Tag] = cloneableTags[int16Tag] =
7718
+ cloneableTags[int32Tag] = cloneableTags[mapTag] =
7719
+ cloneableTags[numberTag] = cloneableTags[objectTag] =
7720
+ cloneableTags[regexpTag] = cloneableTags[setTag] =
7721
+ cloneableTags[stringTag] = cloneableTags[symbolTag] =
7722
+ cloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] =
7723
+ cloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;
7724
+ cloneableTags[errorTag] = cloneableTags[funcTag] =
7725
+ cloneableTags[weakMapTag] = false;
7726
+
7727
+ /**
7728
+ * The base implementation of `_.clone` and `_.cloneDeep` which tracks
7729
+ * traversed objects.
7730
+ *
7731
+ * @private
7732
+ * @param {*} value The value to clone.
7733
+ * @param {boolean} bitmask The bitmask flags.
7734
+ * 1 - Deep clone
7735
+ * 2 - Flatten inherited properties
7736
+ * 4 - Clone symbols
7737
+ * @param {Function} [customizer] The function to customize cloning.
7738
+ * @param {string} [key] The key of `value`.
7739
+ * @param {Object} [object] The parent object of `value`.
7740
+ * @param {Object} [stack] Tracks traversed objects and their clone counterparts.
7741
+ * @returns {*} Returns the cloned value.
7742
+ */
7743
+ function baseClone$1(value, bitmask, customizer, key, object, stack) {
7744
+ var result,
7745
+ isDeep = bitmask & CLONE_DEEP_FLAG$1,
7746
+ isFlat = bitmask & CLONE_FLAT_FLAG$1,
7747
+ isFull = bitmask & CLONE_SYMBOLS_FLAG$1;
7748
+
7749
+ if (customizer) {
7750
+ result = object ? customizer(value, key, object, stack) : customizer(value);
7751
+ }
7752
+ if (result !== undefined) {
7753
+ return result;
7754
+ }
7755
+ if (!isObject(value)) {
7756
+ return value;
7757
+ }
7758
+ var isArr = isArray(value);
7759
+ if (isArr) {
7760
+ result = initCloneArray(value);
7761
+ if (!isDeep) {
7762
+ return copyArray(value, result);
7763
+ }
7764
+ } else {
7765
+ var tag = getTag(value),
7766
+ isFunc = tag == funcTag || tag == genTag;
7767
+
7768
+ if (isBuffer(value)) {
7769
+ return cloneBuffer(value, isDeep);
7770
+ }
7771
+ if (tag == objectTag || tag == argsTag || (isFunc && !object)) {
7772
+ result = (isFlat || isFunc) ? {} : initCloneObject(value);
7773
+ if (!isDeep) {
7774
+ return isFlat
7775
+ ? copySymbolsIn(value, baseAssignIn(result, value))
7776
+ : copySymbols(value, baseAssign(result, value));
7777
+ }
7778
+ } else {
7779
+ if (!cloneableTags[tag]) {
7780
+ return object ? value : {};
7781
+ }
7782
+ result = initCloneByTag(value, tag, isDeep);
7783
+ }
7784
+ }
7785
+ // Check for circular references and return its corresponding clone.
7786
+ stack || (stack = new Stack);
7787
+ var stacked = stack.get(value);
7788
+ if (stacked) {
7789
+ return stacked;
7790
+ }
7791
+ stack.set(value, result);
7792
+
7793
+ if (isSet(value)) {
7794
+ value.forEach(function(subValue) {
7795
+ result.add(baseClone$1(subValue, bitmask, customizer, subValue, value, stack));
7796
+ });
7797
+ } else if (isMap(value)) {
7798
+ value.forEach(function(subValue, key) {
7799
+ result.set(key, baseClone$1(subValue, bitmask, customizer, key, value, stack));
7800
+ });
7801
+ }
7802
+
7803
+ var keysFunc = isFull
7804
+ ? (isFlat ? getAllKeysIn$1 : getAllKeys)
7805
+ : (isFlat ? keysIn : keys);
7806
+
7807
+ var props = isArr ? undefined : keysFunc(value);
7808
+ arrayEach(props || value, function(subValue, key) {
7809
+ if (props) {
7810
+ key = subValue;
7811
+ subValue = value[key];
7812
+ }
7813
+ // Recursively populate clone (susceptible to call stack limits).
7814
+ assignValue(result, key, baseClone$1(subValue, bitmask, customizer, key, value, stack));
7815
+ });
7816
+ return result;
7817
+ }
7818
+
7819
+ var _baseClone = baseClone$1;
7820
+
7821
+ /**
7822
+ * Gets the last element of `array`.
7823
+ *
7824
+ * @static
7825
+ * @memberOf _
7826
+ * @since 0.1.0
7827
+ * @category Array
7828
+ * @param {Array} array The array to query.
7829
+ * @returns {*} Returns the last element of `array`.
7830
+ * @example
7831
+ *
7832
+ * _.last([1, 2, 3]);
7833
+ * // => 3
7834
+ */
7835
+
7836
+ function last$1(array) {
7837
+ var length = array == null ? 0 : array.length;
7838
+ return length ? array[length - 1] : undefined;
7839
+ }
7840
+
7841
+ var last_1 = last$1;
7842
+
7843
+ /**
7844
+ * The base implementation of `_.slice` without an iteratee call guard.
7845
+ *
7846
+ * @private
7847
+ * @param {Array} array The array to slice.
7848
+ * @param {number} [start=0] The start position.
7849
+ * @param {number} [end=array.length] The end position.
7850
+ * @returns {Array} Returns the slice of `array`.
7851
+ */
7852
+
7853
+ function baseSlice$1(array, start, end) {
7854
+ var index = -1,
7855
+ length = array.length;
7856
+
7857
+ if (start < 0) {
7858
+ start = -start > length ? 0 : (length + start);
7859
+ }
7860
+ end = end > length ? length : end;
7861
+ if (end < 0) {
7862
+ end += length;
7863
+ }
7864
+ length = start > end ? 0 : ((end - start) >>> 0);
7865
+ start >>>= 0;
7866
+
7867
+ var result = Array(length);
7868
+ while (++index < length) {
7869
+ result[index] = array[index + start];
7870
+ }
7871
+ return result;
7872
+ }
7873
+
7874
+ var _baseSlice = baseSlice$1;
7875
+
7876
+ var baseGet = _baseGet,
7877
+ baseSlice = _baseSlice;
7878
+
7879
+ /**
7880
+ * Gets the parent value at `path` of `object`.
7881
+ *
7882
+ * @private
7883
+ * @param {Object} object The object to query.
7884
+ * @param {Array} path The path to get the parent value of.
7885
+ * @returns {*} Returns the parent value.
7886
+ */
7887
+ function parent$1(object, path) {
7888
+ return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1));
7889
+ }
7890
+
7891
+ var _parent = parent$1;
7892
+
7893
+ var castPath$1 = _castPath,
7894
+ last = last_1,
7895
+ parent = _parent,
7896
+ toKey = _toKey;
7897
+
7898
+ /**
7899
+ * The base implementation of `_.unset`.
7900
+ *
7901
+ * @private
7902
+ * @param {Object} object The object to modify.
7903
+ * @param {Array|string} path The property path to unset.
7904
+ * @returns {boolean} Returns `true` if the property is deleted, else `false`.
7905
+ */
7906
+ function baseUnset$1(object, path) {
7907
+ path = castPath$1(path, object);
7908
+ object = parent(object, path);
7909
+ return object == null || delete object[toKey(last(path))];
7910
+ }
7911
+
7912
+ var _baseUnset = baseUnset$1;
7913
+
7914
+ var isPlainObject = isPlainObject_1;
7915
+
7916
+ /**
7917
+ * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain
7918
+ * objects.
7919
+ *
7920
+ * @private
7921
+ * @param {*} value The value to inspect.
7922
+ * @param {string} key The key of the property to inspect.
7923
+ * @returns {*} Returns the uncloned value or `undefined` to defer cloning to `_.cloneDeep`.
7924
+ */
7925
+ function customOmitClone$1(value) {
7926
+ return isPlainObject(value) ? undefined : value;
7927
+ }
7928
+
7929
+ var _customOmitClone = customOmitClone$1;
7930
+
7931
+ var baseFlatten = _baseFlatten;
7932
+
7933
+ /**
7934
+ * Flattens `array` a single level deep.
7935
+ *
7936
+ * @static
7937
+ * @memberOf _
7938
+ * @since 0.1.0
7939
+ * @category Array
7940
+ * @param {Array} array The array to flatten.
7941
+ * @returns {Array} Returns the new flattened array.
7942
+ * @example
7943
+ *
7944
+ * _.flatten([1, [2, [3, [4]], 5]]);
7945
+ * // => [1, 2, [3, [4]], 5]
7946
+ */
7947
+ function flatten$1(array) {
7948
+ var length = array == null ? 0 : array.length;
7949
+ return length ? baseFlatten(array, 1) : [];
7950
+ }
7951
+
7952
+ var flatten_1 = flatten$1;
7953
+
7954
+ var flatten = flatten_1,
7955
+ overRest = _overRest,
7956
+ setToString = _setToString;
7957
+
7958
+ /**
7959
+ * A specialized version of `baseRest` which flattens the rest array.
7960
+ *
7961
+ * @private
7962
+ * @param {Function} func The function to apply a rest parameter to.
7963
+ * @returns {Function} Returns the new function.
7964
+ */
7965
+ function flatRest$1(func) {
7966
+ return setToString(overRest(func, undefined, flatten), func + '');
7967
+ }
7968
+
7969
+ var _flatRest = flatRest$1;
7970
+
7971
+ var arrayMap = _arrayMap,
7972
+ baseClone = _baseClone,
7973
+ baseUnset = _baseUnset,
7974
+ castPath = _castPath,
7975
+ copyObject = _copyObject,
7976
+ customOmitClone = _customOmitClone,
7977
+ flatRest = _flatRest,
7978
+ getAllKeysIn = _getAllKeysIn;
7979
+
7980
+ /** Used to compose bitmasks for cloning. */
7981
+ var CLONE_DEEP_FLAG = 1,
7982
+ CLONE_FLAT_FLAG = 2,
7983
+ CLONE_SYMBOLS_FLAG = 4;
7984
+
7985
+ /**
7986
+ * The opposite of `_.pick`; this method creates an object composed of the
7987
+ * own and inherited enumerable property paths of `object` that are not omitted.
7988
+ *
7989
+ * **Note:** This method is considerably slower than `_.pick`.
7990
+ *
7991
+ * @static
7992
+ * @since 0.1.0
7993
+ * @memberOf _
7994
+ * @category Object
7995
+ * @param {Object} object The source object.
7996
+ * @param {...(string|string[])} [paths] The property paths to omit.
7997
+ * @returns {Object} Returns the new object.
7998
+ * @example
7999
+ *
8000
+ * var object = { 'a': 1, 'b': '2', 'c': 3 };
8001
+ *
8002
+ * _.omit(object, ['a', 'c']);
8003
+ * // => { 'b': '2' }
8004
+ */
8005
+ var omit = flatRest(function(object, paths) {
8006
+ var result = {};
8007
+ if (object == null) {
8008
+ return result;
8009
+ }
8010
+ var isDeep = false;
8011
+ paths = arrayMap(paths, function(path) {
8012
+ path = castPath(path, object);
8013
+ isDeep || (isDeep = path.length > 1);
8014
+ return path;
8015
+ });
8016
+ copyObject(object, getAllKeysIn(object), result);
8017
+ if (isDeep) {
8018
+ result = baseClone(result, CLONE_DEEP_FLAG | CLONE_FLAT_FLAG | CLONE_SYMBOLS_FLAG, customOmitClone);
8019
+ }
8020
+ var length = paths.length;
8021
+ while (length--) {
8022
+ baseUnset(result, paths[length]);
8023
+ }
8024
+ return result;
8025
+ });
8026
+
8027
+ var omit_1 = omit;
8028
+
8029
+ var omit$1 = /*@__PURE__*/getDefaultExportFromCjs(omit_1);
8030
+
7253
8031
  const DatePickerActivator = forwardRef(InternalActivator);
7254
8032
  function InternalActivator(props, ref) {
7255
8033
  const { activator, fullWidth } = props;
7256
- const newActivatorProps = omit(props, ["activator", "fullWidth"]);
8034
+ const newActivatorProps = omit$1(props, ["activator", "fullWidth"]);
7257
8035
  if (activator) {
7258
8036
  if (isValidElement(activator)) {
7259
8037
  const isAComponent = typeof activator.type === "function";
@@ -7364,4 +8142,4 @@ function useEscapeKeyToCloseDatePicker(open, ref) {
7364
8142
  };
7365
8143
  }
7366
8144
 
7367
- export { DatePicker as D };
8145
+ export { DatePicker as D, omit$1 as o };