@danielgindi/selectbox 1.0.71 → 1.0.74

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/lib.cjs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @danielgindi/selectbox 1.0.71
2
+ * @danielgindi/selectbox 1.0.74
3
3
  * git://github.com/danielgindi/selectbox.git
4
4
  */
5
5
  'use strict';
@@ -2364,7 +2364,7 @@ var global$l =
2364
2364
 
2365
2365
  var objectGetOwnPropertyDescriptor = {};
2366
2366
 
2367
- var fails$y = function (exec) {
2367
+ var fails$z = function (exec) {
2368
2368
  try {
2369
2369
  return !!exec();
2370
2370
  } catch (error) {
@@ -2372,17 +2372,17 @@ var fails$y = function (exec) {
2372
2372
  }
2373
2373
  };
2374
2374
 
2375
- var fails$x = fails$y;
2375
+ var fails$y = fails$z;
2376
2376
 
2377
2377
  // Detect IE8's incomplete defineProperty implementation
2378
- var descriptors = !fails$x(function () {
2378
+ var descriptors = !fails$y(function () {
2379
2379
  // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
2380
2380
  return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
2381
2381
  });
2382
2382
 
2383
- var fails$w = fails$y;
2383
+ var fails$x = fails$z;
2384
2384
 
2385
- var functionBindNative = !fails$w(function () {
2385
+ var functionBindNative = !fails$x(function () {
2386
2386
  // eslint-disable-next-line es-x/no-function-prototype-bind -- safe
2387
2387
  var test = (function () { /* empty */ }).bind();
2388
2388
  // eslint-disable-next-line no-prototype-builtins -- safe
@@ -2448,14 +2448,14 @@ var classofRaw$1 = function (it) {
2448
2448
  };
2449
2449
 
2450
2450
  var uncurryThis$x = functionUncurryThis;
2451
- var fails$v = fails$y;
2451
+ var fails$w = fails$z;
2452
2452
  var classof$b = classofRaw$1;
2453
2453
 
2454
2454
  var $Object$4 = Object;
2455
2455
  var split = uncurryThis$x(''.split);
2456
2456
 
2457
2457
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
2458
- var indexedObject = fails$v(function () {
2458
+ var indexedObject = fails$w(function () {
2459
2459
  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
2460
2460
  // eslint-disable-next-line no-prototype-builtins -- safe
2461
2461
  return !$Object$4('z').propertyIsEnumerable(0);
@@ -2542,10 +2542,10 @@ var engineV8Version = version;
2542
2542
  /* eslint-disable es-x/no-symbol -- required for testing */
2543
2543
 
2544
2544
  var V8_VERSION$2 = engineV8Version;
2545
- var fails$u = fails$y;
2545
+ var fails$v = fails$z;
2546
2546
 
2547
2547
  // eslint-disable-next-line es-x/no-object-getownpropertysymbols -- required for testing
2548
- var nativeSymbol = !!Object.getOwnPropertySymbols && !fails$u(function () {
2548
+ var nativeSymbol = !!Object.getOwnPropertySymbols && !fails$v(function () {
2549
2549
  var symbol = Symbol();
2550
2550
  // Chrome 38 Symbol has incorrect toString conversion
2551
2551
  // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
@@ -2765,11 +2765,11 @@ var documentCreateElement$2 = function (it) {
2765
2765
  };
2766
2766
 
2767
2767
  var DESCRIPTORS$f = descriptors;
2768
- var fails$t = fails$y;
2768
+ var fails$u = fails$z;
2769
2769
  var createElement = documentCreateElement$2;
2770
2770
 
2771
2771
  // Thanks to IE8 for its funny defineProperty
2772
- var ie8DomDefine = !DESCRIPTORS$f && !fails$t(function () {
2772
+ var ie8DomDefine = !DESCRIPTORS$f && !fails$u(function () {
2773
2773
  // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
2774
2774
  return Object.defineProperty(createElement('div'), 'a', {
2775
2775
  get: function () { return 7; }
@@ -2802,11 +2802,11 @@ var f$6 = objectGetOwnPropertyDescriptor.f = DESCRIPTORS$e ? $getOwnPropertyDesc
2802
2802
  var objectDefineProperty = {};
2803
2803
 
2804
2804
  var DESCRIPTORS$d = descriptors;
2805
- var fails$s = fails$y;
2805
+ var fails$t = fails$z;
2806
2806
 
2807
2807
  // V8 ~ Chrome 36-
2808
2808
  // https://bugs.chromium.org/p/v8/issues/detail?id=3334
2809
- var v8PrototypeDefineBug = DESCRIPTORS$d && fails$s(function () {
2809
+ var v8PrototypeDefineBug = DESCRIPTORS$d && fails$t(function () {
2810
2810
  // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
2811
2811
  return Object.defineProperty(function () { /* empty */ }, 'prototype', {
2812
2812
  value: 42,
@@ -3004,7 +3004,7 @@ var internalState = {
3004
3004
  getterFor: getterFor
3005
3005
  };
3006
3006
 
3007
- var fails$r = fails$y;
3007
+ var fails$s = fails$z;
3008
3008
  var isCallable$e = isCallable$m;
3009
3009
  var hasOwn$c = hasOwnProperty_1;
3010
3010
  var DESCRIPTORS$9 = descriptors;
@@ -3017,7 +3017,7 @@ var getInternalState$4 = InternalStateModule$4.get;
3017
3017
  // eslint-disable-next-line es-x/no-object-defineproperty -- safe
3018
3018
  var defineProperty$9 = Object.defineProperty;
3019
3019
 
3020
- var CONFIGURABLE_LENGTH = DESCRIPTORS$9 && !fails$r(function () {
3020
+ var CONFIGURABLE_LENGTH = DESCRIPTORS$9 && !fails$s(function () {
3021
3021
  return defineProperty$9(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
3022
3022
  });
3023
3023
 
@@ -3242,7 +3242,7 @@ var copyConstructorProperties$2 = function (target, source, exceptions) {
3242
3242
  }
3243
3243
  };
3244
3244
 
3245
- var fails$q = fails$y;
3245
+ var fails$r = fails$z;
3246
3246
  var isCallable$c = isCallable$m;
3247
3247
 
3248
3248
  var replacement = /#|\.prototype\./;
@@ -3251,7 +3251,7 @@ var isForced$3 = function (feature, detection) {
3251
3251
  var value = data[normalize(feature)];
3252
3252
  return value == POLYFILL ? true
3253
3253
  : value == NATIVE ? false
3254
- : isCallable$c(detection) ? fails$q(detection)
3254
+ : isCallable$c(detection) ? fails$r(detection)
3255
3255
  : !!detection;
3256
3256
  };
3257
3257
 
@@ -3625,7 +3625,7 @@ var isArray$4 = Array.isArray || function isArray(argument) {
3625
3625
  };
3626
3626
 
3627
3627
  var uncurryThis$o = functionUncurryThis;
3628
- var fails$p = fails$y;
3628
+ var fails$q = fails$z;
3629
3629
  var isCallable$a = isCallable$m;
3630
3630
  var classof$6 = classof$a;
3631
3631
  var getBuiltIn$3 = getBuiltIn$9;
@@ -3669,7 +3669,7 @@ isConstructorLegacy.sham = true;
3669
3669
 
3670
3670
  // `IsConstructor` abstract operation
3671
3671
  // https://tc39.es/ecma262/#sec-isconstructor
3672
- var isConstructor$4 = !construct || fails$p(function () {
3672
+ var isConstructor$4 = !construct || fails$q(function () {
3673
3673
  var called;
3674
3674
  return isConstructorModern(isConstructorModern.call)
3675
3675
  || !isConstructorModern(Object)
@@ -3783,14 +3783,14 @@ var arrayIteration = {
3783
3783
  };
3784
3784
 
3785
3785
  'use strict';
3786
- var $$r = _export;
3786
+ var $$s = _export;
3787
3787
  var global$a = global$l;
3788
3788
  var call$d = functionCall;
3789
3789
  var uncurryThis$m = functionUncurryThis;
3790
3790
  var IS_PURE$4 = isPure;
3791
3791
  var DESCRIPTORS$7 = descriptors;
3792
3792
  var NATIVE_SYMBOL$4 = nativeSymbol;
3793
- var fails$o = fails$y;
3793
+ var fails$p = fails$z;
3794
3794
  var hasOwn$7 = hasOwnProperty_1;
3795
3795
  var isPrototypeOf$5 = objectIsPrototypeOf;
3796
3796
  var anObject$b = anObject$g;
@@ -3846,7 +3846,7 @@ var WellKnownSymbolsStore = shared$3('wks');
3846
3846
  var USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;
3847
3847
 
3848
3848
  // fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687
3849
- var setSymbolDescriptor = DESCRIPTORS$7 && fails$o(function () {
3849
+ var setSymbolDescriptor = DESCRIPTORS$7 && fails$p(function () {
3850
3850
  return nativeObjectCreate(nativeDefineProperty({}, 'a', {
3851
3851
  get: function () { return nativeDefineProperty(this, 'a', { value: 7 }).a; }
3852
3852
  })).a != 7;
@@ -3991,7 +3991,7 @@ if (!NATIVE_SYMBOL$4) {
3991
3991
  }
3992
3992
  }
3993
3993
 
3994
- $$r({ global: true, constructor: true, wrap: true, forced: !NATIVE_SYMBOL$4, sham: !NATIVE_SYMBOL$4 }, {
3994
+ $$s({ global: true, constructor: true, wrap: true, forced: !NATIVE_SYMBOL$4, sham: !NATIVE_SYMBOL$4 }, {
3995
3995
  Symbol: $Symbol
3996
3996
  });
3997
3997
 
@@ -3999,12 +3999,12 @@ $forEach(objectKeys$2(WellKnownSymbolsStore), function (name) {
3999
3999
  defineWellKnownSymbol(name);
4000
4000
  });
4001
4001
 
4002
- $$r({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL$4 }, {
4002
+ $$s({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL$4 }, {
4003
4003
  useSetter: function () { USE_SETTER = true; },
4004
4004
  useSimple: function () { USE_SETTER = false; }
4005
4005
  });
4006
4006
 
4007
- $$r({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL$4, sham: !DESCRIPTORS$7 }, {
4007
+ $$s({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL$4, sham: !DESCRIPTORS$7 }, {
4008
4008
  // `Object.create` method
4009
4009
  // https://tc39.es/ecma262/#sec-object.create
4010
4010
  create: $create,
@@ -4019,7 +4019,7 @@ $$r({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL$4, sham: !DESCRIPTORS
4019
4019
  getOwnPropertyDescriptor: $getOwnPropertyDescriptor
4020
4020
  });
4021
4021
 
4022
- $$r({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL$4 }, {
4022
+ $$s({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL$4 }, {
4023
4023
  // `Object.getOwnPropertyNames` method
4024
4024
  // https://tc39.es/ecma262/#sec-object.getownpropertynames
4025
4025
  getOwnPropertyNames: $getOwnPropertyNames
@@ -4042,7 +4042,7 @@ var NATIVE_SYMBOL$3 = nativeSymbol;
4042
4042
  /* eslint-disable es-x/no-symbol -- safe */
4043
4043
  var nativeSymbolRegistry = NATIVE_SYMBOL$3 && !!Symbol['for'] && !!Symbol.keyFor;
4044
4044
 
4045
- var $$q = _export;
4045
+ var $$r = _export;
4046
4046
  var getBuiltIn$2 = getBuiltIn$9;
4047
4047
  var hasOwn$6 = hasOwnProperty_1;
4048
4048
  var toString$d = toString$e;
@@ -4054,7 +4054,7 @@ var SymbolToStringRegistry$1 = shared$2('symbol-to-string-registry');
4054
4054
 
4055
4055
  // `Symbol.for` method
4056
4056
  // https://tc39.es/ecma262/#sec-symbol.for
4057
- $$q({ target: 'Symbol', stat: true, forced: !NATIVE_SYMBOL_REGISTRY$1 }, {
4057
+ $$r({ target: 'Symbol', stat: true, forced: !NATIVE_SYMBOL_REGISTRY$1 }, {
4058
4058
  'for': function (key) {
4059
4059
  var string = toString$d(key);
4060
4060
  if (hasOwn$6(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string];
@@ -4067,7 +4067,7 @@ $$q({ target: 'Symbol', stat: true, forced: !NATIVE_SYMBOL_REGISTRY$1 }, {
4067
4067
 
4068
4068
  var es_symbol_keyFor = {};
4069
4069
 
4070
- var $$p = _export;
4070
+ var $$q = _export;
4071
4071
  var hasOwn$5 = hasOwnProperty_1;
4072
4072
  var isSymbol$1 = isSymbol$4;
4073
4073
  var tryToString$4 = tryToString$6;
@@ -4078,7 +4078,7 @@ var SymbolToStringRegistry = shared$1('symbol-to-string-registry');
4078
4078
 
4079
4079
  // `Symbol.keyFor` method
4080
4080
  // https://tc39.es/ecma262/#sec-symbol.keyfor
4081
- $$p({ target: 'Symbol', stat: true, forced: !NATIVE_SYMBOL_REGISTRY }, {
4081
+ $$q({ target: 'Symbol', stat: true, forced: !NATIVE_SYMBOL_REGISTRY }, {
4082
4082
  keyFor: function keyFor(sym) {
4083
4083
  if (!isSymbol$1(sym)) throw TypeError(tryToString$4(sym) + ' is not a symbol');
4084
4084
  if (hasOwn$5(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];
@@ -4102,12 +4102,12 @@ var uncurryThis$l = functionUncurryThis;
4102
4102
 
4103
4103
  var arraySlice$3 = uncurryThis$l([].slice);
4104
4104
 
4105
- var $$o = _export;
4105
+ var $$p = _export;
4106
4106
  var getBuiltIn$1 = getBuiltIn$9;
4107
4107
  var apply$2 = functionApply;
4108
4108
  var call$b = functionCall;
4109
4109
  var uncurryThis$k = functionUncurryThis;
4110
- var fails$n = fails$y;
4110
+ var fails$o = fails$z;
4111
4111
  var isArray$2 = isArray$4;
4112
4112
  var isCallable$9 = isCallable$m;
4113
4113
  var isObject$7 = isObject$e;
@@ -4126,7 +4126,7 @@ var tester = /[\uD800-\uDFFF]/g;
4126
4126
  var low = /^[\uD800-\uDBFF]$/;
4127
4127
  var hi = /^[\uDC00-\uDFFF]$/;
4128
4128
 
4129
- var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL$2 || fails$n(function () {
4129
+ var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL$2 || fails$o(function () {
4130
4130
  var symbol = getBuiltIn$1('Symbol')();
4131
4131
  // MS Edge converts symbol values to JSON as {}
4132
4132
  return $stringify([symbol]) != '[null]'
@@ -4137,7 +4137,7 @@ var WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL$2 || fails$n(function () {
4137
4137
  });
4138
4138
 
4139
4139
  // https://github.com/tc39/proposal-well-formed-stringify
4140
- var ILL_FORMED_UNICODE = fails$n(function () {
4140
+ var ILL_FORMED_UNICODE = fails$o(function () {
4141
4141
  return $stringify('\uDF06\uD834') !== '"\\udf06\\ud834"'
4142
4142
  || $stringify('\uDEAD') !== '"\\udead"';
4143
4143
  });
@@ -4165,7 +4165,7 @@ var fixIllFormed = function (match, offset, string) {
4165
4165
  if ($stringify) {
4166
4166
  // `JSON.stringify` method
4167
4167
  // https://tc39.es/ecma262/#sec-json.stringify
4168
- $$o({ target: 'JSON', stat: true, arity: 3, forced: WRONG_SYMBOLS_CONVERSION || ILL_FORMED_UNICODE }, {
4168
+ $$p({ target: 'JSON', stat: true, arity: 3, forced: WRONG_SYMBOLS_CONVERSION || ILL_FORMED_UNICODE }, {
4169
4169
  // eslint-disable-next-line no-unused-vars -- required for `.length`
4170
4170
  stringify: function stringify(it, replacer, space) {
4171
4171
  var args = arraySlice$2(arguments);
@@ -4177,19 +4177,19 @@ if ($stringify) {
4177
4177
 
4178
4178
  var es_object_getOwnPropertySymbols = {};
4179
4179
 
4180
- var $$n = _export;
4180
+ var $$o = _export;
4181
4181
  var NATIVE_SYMBOL$1 = nativeSymbol;
4182
- var fails$m = fails$y;
4182
+ var fails$n = fails$z;
4183
4183
  var getOwnPropertySymbolsModule$1 = objectGetOwnPropertySymbols;
4184
4184
  var toObject$8 = toObject$b;
4185
4185
 
4186
4186
  // V8 ~ Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
4187
4187
  // https://bugs.chromium.org/p/v8/issues/detail?id=3443
4188
- var FORCED$3 = !NATIVE_SYMBOL$1 || fails$m(function () { getOwnPropertySymbolsModule$1.f(1); });
4188
+ var FORCED$3 = !NATIVE_SYMBOL$1 || fails$n(function () { getOwnPropertySymbolsModule$1.f(1); });
4189
4189
 
4190
4190
  // `Object.getOwnPropertySymbols` method
4191
4191
  // https://tc39.es/ecma262/#sec-object.getownpropertysymbols
4192
- $$n({ target: 'Object', stat: true, forced: FORCED$3 }, {
4192
+ $$o({ target: 'Object', stat: true, forced: FORCED$3 }, {
4193
4193
  getOwnPropertySymbols: function getOwnPropertySymbols(it) {
4194
4194
  var $getOwnPropertySymbols = getOwnPropertySymbolsModule$1.f;
4195
4195
  return $getOwnPropertySymbols ? $getOwnPropertySymbols(toObject$8(it)) : [];
@@ -4201,7 +4201,7 @@ var es_symbol_description = {};
4201
4201
  // `Symbol.prototype.description` getter
4202
4202
  // https://tc39.es/ecma262/#sec-symbol.prototype.description
4203
4203
  'use strict';
4204
- var $$m = _export;
4204
+ var $$n = _export;
4205
4205
  var DESCRIPTORS$6 = descriptors;
4206
4206
  var global$9 = global$l;
4207
4207
  var uncurryThis$j = functionUncurryThis;
@@ -4253,7 +4253,7 @@ if (DESCRIPTORS$6 && isCallable$8(NativeSymbol) && (!('description' in SymbolPro
4253
4253
  }
4254
4254
  });
4255
4255
 
4256
- $$m({ global: true, constructor: true, forced: true }, {
4256
+ $$n({ global: true, constructor: true, forced: true }, {
4257
4257
  Symbol: SymbolWrapper
4258
4258
  });
4259
4259
  }
@@ -4319,12 +4319,12 @@ var objectToArray = {
4319
4319
  values: createMethod$3(false)
4320
4320
  };
4321
4321
 
4322
- var $$l = _export;
4322
+ var $$m = _export;
4323
4323
  var $entries = objectToArray.entries;
4324
4324
 
4325
4325
  // `Object.entries` method
4326
4326
  // https://tc39.es/ecma262/#sec-object.entries
4327
- $$l({ target: 'Object', stat: true }, {
4327
+ $$m({ target: 'Object', stat: true }, {
4328
4328
  entries: function entries(O) {
4329
4329
  return $entries(O);
4330
4330
  }
@@ -4340,7 +4340,7 @@ var doesNotExceedSafeInteger$2 = function (it) {
4340
4340
  return it;
4341
4341
  };
4342
4342
 
4343
- var fails$l = fails$y;
4343
+ var fails$m = fails$z;
4344
4344
  var wellKnownSymbol$g = wellKnownSymbol$p;
4345
4345
  var V8_VERSION$1 = engineV8Version;
4346
4346
 
@@ -4350,7 +4350,7 @@ var arrayMethodHasSpeciesSupport$5 = function (METHOD_NAME) {
4350
4350
  // We can't use this feature detection in V8 since it causes
4351
4351
  // deoptimization and serious performance degradation
4352
4352
  // https://github.com/zloirock/core-js/issues/677
4353
- return V8_VERSION$1 >= 51 || !fails$l(function () {
4353
+ return V8_VERSION$1 >= 51 || !fails$m(function () {
4354
4354
  var array = [];
4355
4355
  var constructor = array.constructor = {};
4356
4356
  constructor[SPECIES$4] = function () {
@@ -4361,8 +4361,8 @@ var arrayMethodHasSpeciesSupport$5 = function (METHOD_NAME) {
4361
4361
  };
4362
4362
 
4363
4363
  'use strict';
4364
- var $$k = _export;
4365
- var fails$k = fails$y;
4364
+ var $$l = _export;
4365
+ var fails$l = fails$z;
4366
4366
  var isArray$1 = isArray$4;
4367
4367
  var isObject$6 = isObject$e;
4368
4368
  var toObject$7 = toObject$b;
@@ -4379,7 +4379,7 @@ var IS_CONCAT_SPREADABLE = wellKnownSymbol$f('isConcatSpreadable');
4379
4379
  // We can't use this feature detection in V8 since it causes
4380
4380
  // deoptimization and serious performance degradation
4381
4381
  // https://github.com/zloirock/core-js/issues/679
4382
- var IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails$k(function () {
4382
+ var IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails$l(function () {
4383
4383
  var array = [];
4384
4384
  array[IS_CONCAT_SPREADABLE] = false;
4385
4385
  return array.concat()[0] !== array;
@@ -4398,7 +4398,7 @@ var FORCED$2 = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
4398
4398
  // `Array.prototype.concat` method
4399
4399
  // https://tc39.es/ecma262/#sec-array.prototype.concat
4400
4400
  // with adding support of @@isConcatSpreadable and @@species
4401
- $$k({ target: 'Array', proto: true, arity: 1, forced: FORCED$2 }, {
4401
+ $$l({ target: 'Array', proto: true, arity: 1, forced: FORCED$2 }, {
4402
4402
  // eslint-disable-next-line no-unused-vars -- required for `.length`
4403
4403
  concat: function concat(arg) {
4404
4404
  var O = toObject$7(this);
@@ -4424,7 +4424,7 @@ $$k({ target: 'Array', proto: true, arity: 1, forced: FORCED$2 }, {
4424
4424
  var es_array_filter = {};
4425
4425
 
4426
4426
  'use strict';
4427
- var $$j = _export;
4427
+ var $$k = _export;
4428
4428
  var $filter = arrayIteration.filter;
4429
4429
  var arrayMethodHasSpeciesSupport$3 = arrayMethodHasSpeciesSupport$5;
4430
4430
 
@@ -4433,7 +4433,7 @@ var HAS_SPECIES_SUPPORT$3 = arrayMethodHasSpeciesSupport$3('filter');
4433
4433
  // `Array.prototype.filter` method
4434
4434
  // https://tc39.es/ecma262/#sec-array.prototype.filter
4435
4435
  // with adding support of @@species
4436
- $$j({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$3 }, {
4436
+ $$k({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$3 }, {
4437
4437
  filter: function filter(callbackfn /* , thisArg */) {
4438
4438
  return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
4439
4439
  }
@@ -4459,13 +4459,13 @@ var regexpFlags$1 = function () {
4459
4459
  return result;
4460
4460
  };
4461
4461
 
4462
- var fails$j = fails$y;
4462
+ var fails$k = fails$z;
4463
4463
  var global$8 = global$l;
4464
4464
 
4465
4465
  // babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
4466
4466
  var $RegExp$2 = global$8.RegExp;
4467
4467
 
4468
- var UNSUPPORTED_Y$3 = fails$j(function () {
4468
+ var UNSUPPORTED_Y$3 = fails$k(function () {
4469
4469
  var re = $RegExp$2('a', 'y');
4470
4470
  re.lastIndex = 2;
4471
4471
  return re.exec('abcd') != null;
@@ -4473,11 +4473,11 @@ var UNSUPPORTED_Y$3 = fails$j(function () {
4473
4473
 
4474
4474
  // UC Browser bug
4475
4475
  // https://github.com/zloirock/core-js/issues/1008
4476
- var MISSED_STICKY$1 = UNSUPPORTED_Y$3 || fails$j(function () {
4476
+ var MISSED_STICKY$1 = UNSUPPORTED_Y$3 || fails$k(function () {
4477
4477
  return !$RegExp$2('a', 'y').sticky;
4478
4478
  });
4479
4479
 
4480
- var BROKEN_CARET = UNSUPPORTED_Y$3 || fails$j(function () {
4480
+ var BROKEN_CARET = UNSUPPORTED_Y$3 || fails$k(function () {
4481
4481
  // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
4482
4482
  var re = $RegExp$2('^r', 'gy');
4483
4483
  re.lastIndex = 2;
@@ -4490,24 +4490,24 @@ var regexpStickyHelpers = {
4490
4490
  UNSUPPORTED_Y: UNSUPPORTED_Y$3
4491
4491
  };
4492
4492
 
4493
- var fails$i = fails$y;
4493
+ var fails$j = fails$z;
4494
4494
  var global$7 = global$l;
4495
4495
 
4496
4496
  // babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError
4497
4497
  var $RegExp$1 = global$7.RegExp;
4498
4498
 
4499
- var regexpUnsupportedDotAll = fails$i(function () {
4499
+ var regexpUnsupportedDotAll = fails$j(function () {
4500
4500
  var re = $RegExp$1('.', 's');
4501
4501
  return !(re.dotAll && re.exec('\n') && re.flags === 's');
4502
4502
  });
4503
4503
 
4504
- var fails$h = fails$y;
4504
+ var fails$i = fails$z;
4505
4505
  var global$6 = global$l;
4506
4506
 
4507
4507
  // babel-minify and Closure Compiler transpiles RegExp('(?<a>b)', 'g') -> /(?<a>b)/g and it causes SyntaxError
4508
4508
  var $RegExp = global$6.RegExp;
4509
4509
 
4510
- var regexpUnsupportedNcg = fails$h(function () {
4510
+ var regexpUnsupportedNcg = fails$i(function () {
4511
4511
  var re = $RegExp('(?<a>b)', 'g');
4512
4512
  return re.exec('b').groups.a !== 'b' ||
4513
4513
  'b'.replace(re, '$<a>c') !== 'bc';
@@ -4632,12 +4632,12 @@ if (PATCH) {
4632
4632
  var regexpExec$3 = patchedExec;
4633
4633
 
4634
4634
  'use strict';
4635
- var $$i = _export;
4635
+ var $$j = _export;
4636
4636
  var exec$2 = regexpExec$3;
4637
4637
 
4638
4638
  // `RegExp.prototype.exec` method
4639
4639
  // https://tc39.es/ecma262/#sec-regexp.prototype.exec
4640
- $$i({ target: 'RegExp', proto: true, forced: /./.exec !== exec$2 }, {
4640
+ $$j({ target: 'RegExp', proto: true, forced: /./.exec !== exec$2 }, {
4641
4641
  exec: exec$2
4642
4642
  });
4643
4643
 
@@ -4649,7 +4649,7 @@ var es_string_split = {};
4649
4649
  var uncurryThis$g = functionUncurryThis;
4650
4650
  var defineBuiltIn$6 = defineBuiltIn$b;
4651
4651
  var regexpExec$2 = regexpExec$3;
4652
- var fails$g = fails$y;
4652
+ var fails$h = fails$z;
4653
4653
  var wellKnownSymbol$e = wellKnownSymbol$p;
4654
4654
  var createNonEnumerableProperty$3 = createNonEnumerableProperty$7;
4655
4655
 
@@ -4659,14 +4659,14 @@ var RegExpPrototype$3 = RegExp.prototype;
4659
4659
  var fixRegexpWellKnownSymbolLogic = function (KEY, exec, FORCED, SHAM) {
4660
4660
  var SYMBOL = wellKnownSymbol$e(KEY);
4661
4661
 
4662
- var DELEGATES_TO_SYMBOL = !fails$g(function () {
4662
+ var DELEGATES_TO_SYMBOL = !fails$h(function () {
4663
4663
  // String methods call symbol-named RegEp methods
4664
4664
  var O = {};
4665
4665
  O[SYMBOL] = function () { return 7; };
4666
4666
  return ''[KEY](O) != 7;
4667
4667
  });
4668
4668
 
4669
- var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails$g(function () {
4669
+ var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails$h(function () {
4670
4670
  // Symbol-named RegExp methods call .exec
4671
4671
  var execCalled = false;
4672
4672
  var re = /a/;
@@ -4840,7 +4840,7 @@ var arraySlice$1 = arraySliceSimple;
4840
4840
  var callRegExpExec = regexpExecAbstract;
4841
4841
  var regexpExec = regexpExec$3;
4842
4842
  var stickyHelpers$1 = regexpStickyHelpers;
4843
- var fails$f = fails$y;
4843
+ var fails$g = fails$z;
4844
4844
 
4845
4845
  var UNSUPPORTED_Y$1 = stickyHelpers$1.UNSUPPORTED_Y;
4846
4846
  var MAX_UINT32 = 0xFFFFFFFF;
@@ -4852,7 +4852,7 @@ var stringSlice$4 = uncurryThis$e(''.slice);
4852
4852
 
4853
4853
  // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
4854
4854
  // Weex JS has frozen built-in prototypes, so use try / catch wrapper
4855
- var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails$f(function () {
4855
+ var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails$g(function () {
4856
4856
  // eslint-disable-next-line regexp/no-empty-group -- required for testing
4857
4857
  var re = /(?:)/;
4858
4858
  var originalExec = re.exec;
@@ -4983,18 +4983,18 @@ fixRegExpWellKnownSymbolLogic$1('split', function (SPLIT, nativeSplit, maybeCall
4983
4983
  var es_array_join = {};
4984
4984
 
4985
4985
  'use strict';
4986
- var fails$e = fails$y;
4986
+ var fails$f = fails$z;
4987
4987
 
4988
4988
  var arrayMethodIsStrict$4 = function (METHOD_NAME, argument) {
4989
4989
  var method = [][METHOD_NAME];
4990
- return !!method && fails$e(function () {
4990
+ return !!method && fails$f(function () {
4991
4991
  // eslint-disable-next-line no-useless-call -- required for testing
4992
4992
  method.call(null, argument || function () { return 1; }, 1);
4993
4993
  });
4994
4994
  };
4995
4995
 
4996
4996
  'use strict';
4997
- var $$h = _export;
4997
+ var $$i = _export;
4998
4998
  var uncurryThis$d = functionUncurryThis;
4999
4999
  var IndexedObject$2 = indexedObject;
5000
5000
  var toIndexedObject$2 = toIndexedObject$a;
@@ -5007,7 +5007,7 @@ var STRICT_METHOD$3 = arrayMethodIsStrict$3('join', ',');
5007
5007
 
5008
5008
  // `Array.prototype.join` method
5009
5009
  // https://tc39.es/ecma262/#sec-array.prototype.join
5010
- $$h({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD$3 }, {
5010
+ $$i({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD$3 }, {
5011
5011
  join: function join(separator) {
5012
5012
  return un$Join(toIndexedObject$2(this), separator === undefined ? ',' : separator);
5013
5013
  }
@@ -5177,7 +5177,7 @@ var checkCorrectnessOfIteration$2 = function (exec, SKIP_CLOSING) {
5177
5177
  return ITERATION_SUPPORT;
5178
5178
  };
5179
5179
 
5180
- var $$g = _export;
5180
+ var $$h = _export;
5181
5181
  var from = arrayFrom;
5182
5182
  var checkCorrectnessOfIteration$1 = checkCorrectnessOfIteration$2;
5183
5183
 
@@ -5188,15 +5188,15 @@ var INCORRECT_ITERATION = !checkCorrectnessOfIteration$1(function (iterable) {
5188
5188
 
5189
5189
  // `Array.from` method
5190
5190
  // https://tc39.es/ecma262/#sec-array.from
5191
- $$g({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {
5191
+ $$h({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {
5192
5192
  from: from
5193
5193
  });
5194
5194
 
5195
5195
  var es_string_iterator = {};
5196
5196
 
5197
- var fails$d = fails$y;
5197
+ var fails$e = fails$z;
5198
5198
 
5199
- var correctPrototypeGetter = !fails$d(function () {
5199
+ var correctPrototypeGetter = !fails$e(function () {
5200
5200
  function F() { /* empty */ }
5201
5201
  F.prototype.constructor = null;
5202
5202
  // eslint-disable-next-line es-x/no-object-getprototypeof -- required for testing
@@ -5226,7 +5226,7 @@ var objectGetPrototypeOf = CORRECT_PROTOTYPE_GETTER ? $Object.getPrototypeOf : f
5226
5226
  };
5227
5227
 
5228
5228
  'use strict';
5229
- var fails$c = fails$y;
5229
+ var fails$d = fails$z;
5230
5230
  var isCallable$5 = isCallable$m;
5231
5231
  var create$3 = objectCreate;
5232
5232
  var getPrototypeOf$1 = objectGetPrototypeOf;
@@ -5252,7 +5252,7 @@ if ([].keys) {
5252
5252
  }
5253
5253
  }
5254
5254
 
5255
- var NEW_ITERATOR_PROTOTYPE = IteratorPrototype$2 == undefined || fails$c(function () {
5255
+ var NEW_ITERATOR_PROTOTYPE = IteratorPrototype$2 == undefined || fails$d(function () {
5256
5256
  var test = {};
5257
5257
  // FF44- legacy iterators case
5258
5258
  return IteratorPrototype$2[ITERATOR$3].call(test) !== test;
@@ -5331,7 +5331,7 @@ var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? functio
5331
5331
  }() : undefined);
5332
5332
 
5333
5333
  'use strict';
5334
- var $$f = _export;
5334
+ var $$g = _export;
5335
5335
  var call$4 = functionCall;
5336
5336
  var IS_PURE$2 = isPure;
5337
5337
  var FunctionName = functionName;
@@ -5418,7 +5418,7 @@ var defineIterator$3 = function (Iterable, NAME, IteratorConstructor, next, DEFA
5418
5418
  if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
5419
5419
  defineBuiltIn$4(IterablePrototype, KEY, methods[KEY]);
5420
5420
  }
5421
- } else $$f({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
5421
+ } else $$g({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
5422
5422
  }
5423
5423
 
5424
5424
  // define iterator
@@ -5490,7 +5490,7 @@ var correctIsRegexpLogic = function (METHOD_NAME) {
5490
5490
  };
5491
5491
 
5492
5492
  'use strict';
5493
- var $$e = _export;
5493
+ var $$f = _export;
5494
5494
  var uncurryThis$b = functionUncurryThis;
5495
5495
  var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
5496
5496
  var toLength$1 = toLength$4;
@@ -5514,7 +5514,7 @@ var MDN_POLYFILL_BUG = !IS_PURE$1 && !CORRECT_IS_REGEXP_LOGIC && !!function () {
5514
5514
 
5515
5515
  // `String.prototype.startsWith` method
5516
5516
  // https://tc39.es/ecma262/#sec-string.prototype.startswith
5517
- $$e({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {
5517
+ $$f({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {
5518
5518
  startsWith: function startsWith(searchString /* , position = 0 */) {
5519
5519
  var that = toString$6(requireObjectCoercible$3(this));
5520
5520
  notARegExp(searchString);
@@ -5538,7 +5538,7 @@ var deletePropertyOrThrow$2 = function (O, P) {
5538
5538
  };
5539
5539
 
5540
5540
  'use strict';
5541
- var $$d = _export;
5541
+ var $$e = _export;
5542
5542
  var toObject$4 = toObject$b;
5543
5543
  var toAbsoluteIndex$1 = toAbsoluteIndex$4;
5544
5544
  var toIntegerOrInfinity$1 = toIntegerOrInfinity$5;
@@ -5557,7 +5557,7 @@ var min$1 = Math.min;
5557
5557
  // `Array.prototype.splice` method
5558
5558
  // https://tc39.es/ecma262/#sec-array.prototype.splice
5559
5559
  // with adding support of @@species
5560
- $$d({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$2 }, {
5560
+ $$e({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$2 }, {
5561
5561
  splice: function splice(start, deleteCount /* , ...items */) {
5562
5562
  var O = toObject$4(this);
5563
5563
  var len = lengthOfArrayLike$4(O);
@@ -5607,7 +5607,7 @@ $$d({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$2 }, {
5607
5607
  var es_array_map = {};
5608
5608
 
5609
5609
  'use strict';
5610
- var $$c = _export;
5610
+ var $$d = _export;
5611
5611
  var $map = arrayIteration.map;
5612
5612
  var arrayMethodHasSpeciesSupport$1 = arrayMethodHasSpeciesSupport$5;
5613
5613
 
@@ -5616,7 +5616,7 @@ var HAS_SPECIES_SUPPORT$1 = arrayMethodHasSpeciesSupport$1('map');
5616
5616
  // `Array.prototype.map` method
5617
5617
  // https://tc39.es/ecma262/#sec-array.prototype.map
5618
5618
  // with adding support of @@species
5619
- $$c({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$1 }, {
5619
+ $$d({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$1 }, {
5620
5620
  map: function map(callbackfn /* , thisArg */) {
5621
5621
  return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
5622
5622
  }
@@ -5661,7 +5661,7 @@ var stringTrim = {
5661
5661
  };
5662
5662
 
5663
5663
  var global$5 = global$l;
5664
- var fails$b = fails$y;
5664
+ var fails$c = fails$z;
5665
5665
  var uncurryThis$9 = functionUncurryThis;
5666
5666
  var toString$4 = toString$e;
5667
5667
  var trim = stringTrim.trim;
@@ -5673,7 +5673,7 @@ var Symbol$1 = global$5.Symbol;
5673
5673
  var ITERATOR$1 = Symbol$1 && Symbol$1.iterator;
5674
5674
  var FORCED$1 = 1 / n$ParseFloat(whitespaces$1 + '-0') !== -Infinity
5675
5675
  // MS Edge 18- broken with boxed symbols
5676
- || (ITERATOR$1 && !fails$b(function () { n$ParseFloat(Object(ITERATOR$1)); }));
5676
+ || (ITERATOR$1 && !fails$c(function () { n$ParseFloat(Object(ITERATOR$1)); }));
5677
5677
 
5678
5678
  // `parseFloat` method
5679
5679
  // https://tc39.es/ecma262/#sec-parsefloat-string
@@ -5683,12 +5683,12 @@ var numberParseFloat = FORCED$1 ? function parseFloat(string) {
5683
5683
  return result === 0 && charAt$2(trimmedString, 0) == '-' ? -0 : result;
5684
5684
  } : n$ParseFloat;
5685
5685
 
5686
- var $$b = _export;
5686
+ var $$c = _export;
5687
5687
  var $parseFloat = numberParseFloat;
5688
5688
 
5689
5689
  // `parseFloat` method
5690
5690
  // https://tc39.es/ecma262/#sec-parsefloat-string
5691
- $$b({ global: true, forced: parseFloat != $parseFloat }, {
5691
+ $$c({ global: true, forced: parseFloat != $parseFloat }, {
5692
5692
  parseFloat: $parseFloat
5693
5693
  });
5694
5694
 
@@ -5710,25 +5710,25 @@ var createHtml = function (string, tag, attribute, value) {
5710
5710
  return p1 + '>' + S + '</' + tag + '>';
5711
5711
  };
5712
5712
 
5713
- var fails$a = fails$y;
5713
+ var fails$b = fails$z;
5714
5714
 
5715
5715
  // check the existence of a method, lowercase
5716
5716
  // of a tag and escaping quotes in arguments
5717
5717
  var stringHtmlForced = function (METHOD_NAME) {
5718
- return fails$a(function () {
5718
+ return fails$b(function () {
5719
5719
  var test = ''[METHOD_NAME]('"');
5720
5720
  return test !== test.toLowerCase() || test.split('"').length > 3;
5721
5721
  });
5722
5722
  };
5723
5723
 
5724
5724
  'use strict';
5725
- var $$a = _export;
5725
+ var $$b = _export;
5726
5726
  var createHTML = createHtml;
5727
5727
  var forcedStringHTMLMethod = stringHtmlForced;
5728
5728
 
5729
5729
  // `String.prototype.anchor` method
5730
5730
  // https://tc39.es/ecma262/#sec-string.prototype.anchor
5731
- $$a({ target: 'String', proto: true, forced: forcedStringHTMLMethod('anchor') }, {
5731
+ $$b({ target: 'String', proto: true, forced: forcedStringHTMLMethod('anchor') }, {
5732
5732
  anchor: function anchor(name) {
5733
5733
  return createHTML(this, 'a', 'name', name);
5734
5734
  }
@@ -5738,7 +5738,7 @@ var es_array_indexOf = {};
5738
5738
 
5739
5739
  'use strict';
5740
5740
  /* eslint-disable es-x/no-array-prototype-indexof -- required for testing */
5741
- var $$9 = _export;
5741
+ var $$a = _export;
5742
5742
  var uncurryThis$7 = functionUncurryThis;
5743
5743
  var $IndexOf = arrayIncludes.indexOf;
5744
5744
  var arrayMethodIsStrict$2 = arrayMethodIsStrict$4;
@@ -5750,7 +5750,7 @@ var STRICT_METHOD$2 = arrayMethodIsStrict$2('indexOf');
5750
5750
 
5751
5751
  // `Array.prototype.indexOf` method
5752
5752
  // https://tc39.es/ecma262/#sec-array.prototype.indexof
5753
- $$9({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD$2 }, {
5753
+ $$a({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD$2 }, {
5754
5754
  indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
5755
5755
  var fromIndex = arguments.length > 1 ? arguments[1] : undefined;
5756
5756
  return NEGATIVE_ZERO
@@ -5811,7 +5811,7 @@ var global$4 = global$l;
5811
5811
  var engineIsNode = classof$1(global$4.process) == 'process';
5812
5812
 
5813
5813
  'use strict';
5814
- var $$8 = _export;
5814
+ var $$9 = _export;
5815
5815
  var $reduce = arrayReduce.left;
5816
5816
  var arrayMethodIsStrict$1 = arrayMethodIsStrict$4;
5817
5817
  var CHROME_VERSION = engineV8Version;
@@ -5824,7 +5824,7 @@ var CHROME_BUG = !IS_NODE && CHROME_VERSION > 79 && CHROME_VERSION < 83;
5824
5824
 
5825
5825
  // `Array.prototype.reduce` method
5826
5826
  // https://tc39.es/ecma262/#sec-array.prototype.reduce
5827
- $$8({ target: 'Array', proto: true, forced: !STRICT_METHOD$1 || CHROME_BUG }, {
5827
+ $$9({ target: 'Array', proto: true, forced: !STRICT_METHOD$1 || CHROME_BUG }, {
5828
5828
  reduce: function reduce(callbackfn /* , initialValue */) {
5829
5829
  var length = arguments.length;
5830
5830
  return $reduce(this, callbackfn, length, length > 1 ? arguments[1] : undefined);
@@ -5850,14 +5850,14 @@ if (ArrayPrototype[UNSCOPABLES] == undefined) {
5850
5850
  }
5851
5851
 
5852
5852
  // add a key to Array.prototype[@@unscopables]
5853
- var addToUnscopables$3 = function (key) {
5853
+ var addToUnscopables$4 = function (key) {
5854
5854
  ArrayPrototype[UNSCOPABLES][key] = true;
5855
5855
  };
5856
5856
 
5857
5857
  'use strict';
5858
- var $$7 = _export;
5858
+ var $$8 = _export;
5859
5859
  var $find = arrayIteration.find;
5860
- var addToUnscopables$2 = addToUnscopables$3;
5860
+ var addToUnscopables$3 = addToUnscopables$4;
5861
5861
 
5862
5862
  var FIND = 'find';
5863
5863
  var SKIPS_HOLES$1 = true;
@@ -5867,14 +5867,14 @@ if (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES$1 = false; });
5867
5867
 
5868
5868
  // `Array.prototype.find` method
5869
5869
  // https://tc39.es/ecma262/#sec-array.prototype.find
5870
- $$7({ target: 'Array', proto: true, forced: SKIPS_HOLES$1 }, {
5870
+ $$8({ target: 'Array', proto: true, forced: SKIPS_HOLES$1 }, {
5871
5871
  find: function find(callbackfn /* , that = undefined */) {
5872
5872
  return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
5873
5873
  }
5874
5874
  });
5875
5875
 
5876
5876
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
5877
- addToUnscopables$2(FIND);
5877
+ addToUnscopables$3(FIND);
5878
5878
 
5879
5879
  var es_regexp_constructor = {};
5880
5880
 
@@ -5954,7 +5954,7 @@ var getRegExpFlags$1 = regexpGetFlags;
5954
5954
  var stickyHelpers = regexpStickyHelpers;
5955
5955
  var proxyAccessor = proxyAccessor$1;
5956
5956
  var defineBuiltIn$3 = defineBuiltIn$b;
5957
- var fails$9 = fails$y;
5957
+ var fails$a = fails$z;
5958
5958
  var hasOwn$1 = hasOwnProperty_1;
5959
5959
  var enforceInternalState = internalState.enforce;
5960
5960
  var setSpecies$1 = setSpecies$2;
@@ -5983,7 +5983,7 @@ var MISSED_STICKY = stickyHelpers.MISSED_STICKY;
5983
5983
  var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y;
5984
5984
 
5985
5985
  var BASE_FORCED = DESCRIPTORS$3 &&
5986
- (!CORRECT_NEW || MISSED_STICKY || UNSUPPORTED_DOT_ALL || UNSUPPORTED_NCG || fails$9(function () {
5986
+ (!CORRECT_NEW || MISSED_STICKY || UNSUPPORTED_DOT_ALL || UNSUPPORTED_NCG || fails$a(function () {
5987
5987
  re2[MATCH] = false;
5988
5988
  // RegExp constructor can alter flags and IsRegExp works correct with @@match
5989
5989
  return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i';
@@ -6138,14 +6138,14 @@ var PROPER_FUNCTION_NAME$1 = functionName.PROPER;
6138
6138
  var defineBuiltIn$2 = defineBuiltIn$b;
6139
6139
  var anObject$2 = anObject$g;
6140
6140
  var $toString = toString$e;
6141
- var fails$8 = fails$y;
6141
+ var fails$9 = fails$z;
6142
6142
  var getRegExpFlags = regexpGetFlags;
6143
6143
 
6144
6144
  var TO_STRING = 'toString';
6145
6145
  var RegExpPrototype = RegExp.prototype;
6146
6146
  var n$ToString = RegExpPrototype[TO_STRING];
6147
6147
 
6148
- var NOT_GENERIC = fails$8(function () { return n$ToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
6148
+ var NOT_GENERIC = fails$9(function () { return n$ToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
6149
6149
  // FF44- RegExp#toString has a wrong name
6150
6150
  var INCORRECT_NAME = PROPER_FUNCTION_NAME$1 && n$ToString.name != TO_STRING;
6151
6151
 
@@ -6212,7 +6212,7 @@ var apply = functionApply;
6212
6212
  var call$2 = functionCall;
6213
6213
  var uncurryThis$4 = functionUncurryThis;
6214
6214
  var fixRegExpWellKnownSymbolLogic = fixRegexpWellKnownSymbolLogic;
6215
- var fails$7 = fails$y;
6215
+ var fails$8 = fails$z;
6216
6216
  var anObject$1 = anObject$g;
6217
6217
  var isCallable$1 = isCallable$m;
6218
6218
  var toIntegerOrInfinity = toIntegerOrInfinity$5;
@@ -6252,7 +6252,7 @@ var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {
6252
6252
  return false;
6253
6253
  })();
6254
6254
 
6255
- var REPLACE_SUPPORTS_NAMED_GROUPS = !fails$7(function () {
6255
+ var REPLACE_SUPPORTS_NAMED_GROUPS = !fails$8(function () {
6256
6256
  var re = /./;
6257
6257
  re.exec = function () {
6258
6258
  var result = [];
@@ -8538,7 +8538,7 @@ var DropList = /*#__PURE__*/function () {
8538
8538
 
8539
8539
  'use strict';
8540
8540
  var toIndexedObject$1 = toIndexedObject$a;
8541
- var addToUnscopables$1 = addToUnscopables$3;
8541
+ var addToUnscopables$2 = addToUnscopables$4;
8542
8542
  var Iterators = iterators;
8543
8543
  var InternalStateModule$1 = internalState;
8544
8544
  var defineProperty$3 = objectDefineProperty.f;
@@ -8589,9 +8589,9 @@ var es_array_iterator = defineIterator$1(Array, 'Array', function (iterated, kin
8589
8589
  var values = Iterators.Arguments = Iterators.Array;
8590
8590
 
8591
8591
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
8592
- addToUnscopables$1('keys');
8593
- addToUnscopables$1('values');
8594
- addToUnscopables$1('entries');
8592
+ addToUnscopables$2('keys');
8593
+ addToUnscopables$2('values');
8594
+ addToUnscopables$2('entries');
8595
8595
 
8596
8596
  // V8 ~ Chrome 45- bug
8597
8597
  if (!IS_PURE && DESCRIPTORS$2 && values.name !== 'values') try {
@@ -8605,9 +8605,9 @@ var es_set_constructor = {};
8605
8605
  var internalMetadata = {exports: {}};
8606
8606
 
8607
8607
  // FF26- bug: ArrayBuffers are non-extensible, but Object.isExtensible does not report it
8608
- var fails$6 = fails$y;
8608
+ var fails$7 = fails$z;
8609
8609
 
8610
- var arrayBufferNonExtensible = fails$6(function () {
8610
+ var arrayBufferNonExtensible = fails$7(function () {
8611
8611
  if (typeof ArrayBuffer == 'function') {
8612
8612
  var buffer = new ArrayBuffer(8);
8613
8613
  // eslint-disable-next-line es-x/no-object-isextensible, es-x/no-object-defineproperty -- safe
@@ -8615,14 +8615,14 @@ var arrayBufferNonExtensible = fails$6(function () {
8615
8615
  }
8616
8616
  });
8617
8617
 
8618
- var fails$5 = fails$y;
8618
+ var fails$6 = fails$z;
8619
8619
  var isObject$3 = isObject$e;
8620
8620
  var classof = classofRaw$1;
8621
8621
  var ARRAY_BUFFER_NON_EXTENSIBLE = arrayBufferNonExtensible;
8622
8622
 
8623
8623
  // eslint-disable-next-line es-x/no-object-isextensible -- safe
8624
8624
  var $isExtensible = Object.isExtensible;
8625
- var FAILS_ON_PRIMITIVES = fails$5(function () { $isExtensible(1); });
8625
+ var FAILS_ON_PRIMITIVES = fails$6(function () { $isExtensible(1); });
8626
8626
 
8627
8627
  // `Object.isExtensible` method
8628
8628
  // https://tc39.es/ecma262/#sec-object.isextensible
@@ -8632,14 +8632,14 @@ var objectIsExtensible = (FAILS_ON_PRIMITIVES || ARRAY_BUFFER_NON_EXTENSIBLE) ?
8632
8632
  return $isExtensible ? $isExtensible(it) : true;
8633
8633
  } : $isExtensible;
8634
8634
 
8635
- var fails$4 = fails$y;
8635
+ var fails$5 = fails$z;
8636
8636
 
8637
- var freezing = !fails$4(function () {
8637
+ var freezing = !fails$5(function () {
8638
8638
  // eslint-disable-next-line es-x/no-object-isextensible, es-x/no-object-preventextensions -- required for testing
8639
8639
  return Object.isExtensible(Object.preventExtensions({}));
8640
8640
  });
8641
8641
 
8642
- var $$6 = _export;
8642
+ var $$7 = _export;
8643
8643
  var uncurryThis$3 = functionUncurryThis;
8644
8644
  var hiddenKeys = hiddenKeys$6;
8645
8645
  var isObject$2 = isObject$e;
@@ -8714,7 +8714,7 @@ var enable = function () {
8714
8714
  } return result;
8715
8715
  };
8716
8716
 
8717
- $$6({ target: 'Object', stat: true, forced: true }, {
8717
+ $$7({ target: 'Object', stat: true, forced: true }, {
8718
8718
  getOwnPropertyNames: getOwnPropertyNamesExternalModule.f
8719
8719
  });
8720
8720
  }
@@ -8805,7 +8805,7 @@ var anInstance$2 = function (it, Prototype) {
8805
8805
  };
8806
8806
 
8807
8807
  'use strict';
8808
- var $$5 = _export;
8808
+ var $$6 = _export;
8809
8809
  var global$2 = global$l;
8810
8810
  var uncurryThis$2 = functionUncurryThis;
8811
8811
  var isForced = isForced_1;
@@ -8815,7 +8815,7 @@ var iterate$1 = iterate$2;
8815
8815
  var anInstance$1 = anInstance$2;
8816
8816
  var isCallable = isCallable$m;
8817
8817
  var isObject$1 = isObject$e;
8818
- var fails$3 = fails$y;
8818
+ var fails$4 = fails$z;
8819
8819
  var checkCorrectnessOfIteration = checkCorrectnessOfIteration$2;
8820
8820
  var setToStringTag = setToStringTag$4;
8821
8821
  var inheritIfRequired = inheritIfRequired$2;
@@ -8850,7 +8850,7 @@ var collection$2 = function (CONSTRUCTOR_NAME, wrapper, common) {
8850
8850
 
8851
8851
  var REPLACE = isForced(
8852
8852
  CONSTRUCTOR_NAME,
8853
- !isCallable(NativeConstructor) || !(IS_WEAK || NativePrototype.forEach && !fails$3(function () {
8853
+ !isCallable(NativeConstructor) || !(IS_WEAK || NativePrototype.forEach && !fails$4(function () {
8854
8854
  new NativeConstructor().entries().next();
8855
8855
  }))
8856
8856
  );
@@ -8864,12 +8864,12 @@ var collection$2 = function (CONSTRUCTOR_NAME, wrapper, common) {
8864
8864
  // early implementations not supports chaining
8865
8865
  var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;
8866
8866
  // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false
8867
- var THROWS_ON_PRIMITIVES = fails$3(function () { instance.has(1); });
8867
+ var THROWS_ON_PRIMITIVES = fails$4(function () { instance.has(1); });
8868
8868
  // most early implementations doesn't supports iterables, most modern - not close it correctly
8869
8869
  // eslint-disable-next-line no-new -- required for testing
8870
8870
  var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); });
8871
8871
  // for early implementations -0 and +0 not the same
8872
- var BUGGY_ZERO = !IS_WEAK && fails$3(function () {
8872
+ var BUGGY_ZERO = !IS_WEAK && fails$4(function () {
8873
8873
  // V8 ~ Chromium 42- fails only with 5+ elements
8874
8874
  var $instance = new NativeConstructor();
8875
8875
  var index = 5;
@@ -8901,7 +8901,7 @@ var collection$2 = function (CONSTRUCTOR_NAME, wrapper, common) {
8901
8901
  }
8902
8902
 
8903
8903
  exported[CONSTRUCTOR_NAME] = Constructor;
8904
- $$5({ global: true, constructor: true, forced: Constructor != NativeConstructor }, exported);
8904
+ $$6({ global: true, constructor: true, forced: Constructor != NativeConstructor }, exported);
8905
8905
 
8906
8906
  setToStringTag(Constructor, CONSTRUCTOR_NAME);
8907
8907
 
@@ -9220,7 +9220,7 @@ handlePrototype(DOMTokenListPrototype, 'DOMTokenList');
9220
9220
  var es_array_slice = {};
9221
9221
 
9222
9222
  'use strict';
9223
- var $$4 = _export;
9223
+ var $$5 = _export;
9224
9224
  var isArray = isArray$4;
9225
9225
  var isConstructor = isConstructor$4;
9226
9226
  var isObject = isObject$e;
@@ -9241,7 +9241,7 @@ var max = Math.max;
9241
9241
  // `Array.prototype.slice` method
9242
9242
  // https://tc39.es/ecma262/#sec-array.prototype.slice
9243
9243
  // fallback for not array-like ES3 strings and DOM objects
9244
- $$4({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
9244
+ $$5({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
9245
9245
  slice: function slice(start, end) {
9246
9246
  var O = toIndexedObject(this);
9247
9247
  var length = lengthOfArrayLike$1(O);
@@ -9275,7 +9275,7 @@ var es_object_assign = {};
9275
9275
  var DESCRIPTORS = descriptors;
9276
9276
  var uncurryThis$1 = functionUncurryThis;
9277
9277
  var call = functionCall;
9278
- var fails$2 = fails$y;
9278
+ var fails$3 = fails$z;
9279
9279
  var objectKeys = objectKeys$4;
9280
9280
  var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols;
9281
9281
  var propertyIsEnumerableModule = objectPropertyIsEnumerable;
@@ -9290,7 +9290,7 @@ var concat = uncurryThis$1([].concat);
9290
9290
 
9291
9291
  // `Object.assign` method
9292
9292
  // https://tc39.es/ecma262/#sec-object.assign
9293
- var objectAssign = !$assign || fails$2(function () {
9293
+ var objectAssign = !$assign || fails$3(function () {
9294
9294
  // should have correct order of operations (Edge bug)
9295
9295
  if (DESCRIPTORS && $assign({ b: 1 }, $assign(defineProperty({}, 'a', {
9296
9296
  enumerable: true,
@@ -9329,20 +9329,20 @@ var objectAssign = !$assign || fails$2(function () {
9329
9329
  } return T;
9330
9330
  } : $assign;
9331
9331
 
9332
- var $$3 = _export;
9332
+ var $$4 = _export;
9333
9333
  var assign = objectAssign;
9334
9334
 
9335
9335
  // `Object.assign` method
9336
9336
  // https://tc39.es/ecma262/#sec-object.assign
9337
9337
  // eslint-disable-next-line es-x/no-object-assign -- required for testing
9338
- $$3({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {
9338
+ $$4({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {
9339
9339
  assign: assign
9340
9340
  });
9341
9341
 
9342
9342
  var es_string_trim = {};
9343
9343
 
9344
9344
  var PROPER_FUNCTION_NAME = functionName.PROPER;
9345
- var fails$1 = fails$y;
9345
+ var fails$2 = fails$z;
9346
9346
  var whitespaces = whitespaces$3;
9347
9347
 
9348
9348
  var non = '\u200B\u0085\u180E';
@@ -9350,7 +9350,7 @@ var non = '\u200B\u0085\u180E';
9350
9350
  // check that a method works with the correct list
9351
9351
  // of whitespaces and has a correct name
9352
9352
  var stringTrimForced = function (METHOD_NAME) {
9353
- return fails$1(function () {
9353
+ return fails$2(function () {
9354
9354
  return !!whitespaces[METHOD_NAME]()
9355
9355
  || non[METHOD_NAME]() !== non
9356
9356
  || (PROPER_FUNCTION_NAME && whitespaces[METHOD_NAME].name !== METHOD_NAME);
@@ -9358,13 +9358,13 @@ var stringTrimForced = function (METHOD_NAME) {
9358
9358
  };
9359
9359
 
9360
9360
  'use strict';
9361
- var $$2 = _export;
9361
+ var $$3 = _export;
9362
9362
  var $trim = stringTrim.trim;
9363
9363
  var forcedStringTrimMethod = stringTrimForced;
9364
9364
 
9365
9365
  // `String.prototype.trim` method
9366
9366
  // https://tc39.es/ecma262/#sec-string.prototype.trim
9367
- $$2({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
9367
+ $$3({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
9368
9368
  trim: function trim() {
9369
9369
  return $trim(this);
9370
9370
  }
@@ -9384,12 +9384,36 @@ collection('Map', function (init) {
9384
9384
  return function Map() { return init(this, arguments.length ? arguments[0] : undefined); };
9385
9385
  }, collectionStrong);
9386
9386
 
9387
+ var es_array_includes = {};
9388
+
9389
+ 'use strict';
9390
+ var $$2 = _export;
9391
+ var $includes = arrayIncludes.includes;
9392
+ var fails$1 = fails$z;
9393
+ var addToUnscopables$1 = addToUnscopables$4;
9394
+
9395
+ // FF99+ bug
9396
+ var BROKEN_ON_SPARSE = fails$1(function () {
9397
+ return !Array(1).includes();
9398
+ });
9399
+
9400
+ // `Array.prototype.includes` method
9401
+ // https://tc39.es/ecma262/#sec-array.prototype.includes
9402
+ $$2({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
9403
+ includes: function includes(el /* , fromIndex = 0 */) {
9404
+ return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
9405
+ }
9406
+ });
9407
+
9408
+ // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
9409
+ addToUnscopables$1('includes');
9410
+
9387
9411
  var es_array_findIndex = {};
9388
9412
 
9389
9413
  'use strict';
9390
9414
  var $$1 = _export;
9391
9415
  var $findIndex = arrayIteration.findIndex;
9392
- var addToUnscopables = addToUnscopables$3;
9416
+ var addToUnscopables = addToUnscopables$4;
9393
9417
 
9394
9418
  var FIND_INDEX = 'findIndex';
9395
9419
  var SKIPS_HOLES = true;
@@ -9479,7 +9503,7 @@ var toObject = toObject$b;
9479
9503
  var lengthOfArrayLike = lengthOfArrayLike$a;
9480
9504
  var deletePropertyOrThrow = deletePropertyOrThrow$2;
9481
9505
  var toString = toString$e;
9482
- var fails = fails$y;
9506
+ var fails = fails$z;
9483
9507
  var internalSort = arraySort;
9484
9508
  var arrayMethodIsStrict = arrayMethodIsStrict$4;
9485
9509
  var FF = engineFfVersion;
@@ -9960,7 +9984,7 @@ var SelectBox = /*#__PURE__*/function () {
9960
9984
  this.setValue(o.value);
9961
9985
  }
9962
9986
 
9963
- this._scheduleSync();
9987
+ this._scheduleSync('full');
9964
9988
 
9965
9989
  this.silenceEvents = false;
9966
9990
 
@@ -10165,7 +10189,7 @@ var SelectBox = /*#__PURE__*/function () {
10165
10189
  return this;
10166
10190
 
10167
10191
  this._p.clearable = !!clearable;
10168
- this._scheduleSync();
10192
+ this._scheduleSync('render_clear');
10169
10193
  return this;
10170
10194
  }
10171
10195
 
@@ -10187,7 +10211,7 @@ var SelectBox = /*#__PURE__*/function () {
10187
10211
  return this;
10188
10212
 
10189
10213
  this._p.hasOpenIndicator = enabled;
10190
- this._scheduleSync();
10214
+ this._scheduleSync('render_base');
10191
10215
  return this;
10192
10216
  }
10193
10217
 
@@ -10204,7 +10228,7 @@ var SelectBox = /*#__PURE__*/function () {
10204
10228
  */ }, { key: "setPlaceholder", value:
10205
10229
  function setPlaceholder(placeholder) {
10206
10230
  this._p.placeholder = placeholder == null ? '' : String(placeholder);
10207
- this._scheduleSync();
10231
+ this._scheduleSync('render_base');
10208
10232
  return this;
10209
10233
  }
10210
10234
 
@@ -10253,8 +10277,10 @@ var SelectBox = /*#__PURE__*/function () {
10253
10277
 
10254
10278
  function invokeRefilter() {
10255
10279
  var p = this._p;
10256
- if (!p.filterTerm && !p.filterOnEmptyTerm)
10280
+ if (!p.filterTerm && !p.filterOnEmptyTerm && !p.filteredItems)
10257
10281
  return this;
10282
+ p.filteredItems = null;
10283
+ p.itemsChanged = true;
10258
10284
  p.throttledUpdateListItems();
10259
10285
  return this;
10260
10286
  }
@@ -10270,7 +10296,7 @@ var SelectBox = /*#__PURE__*/function () {
10270
10296
  return this;
10271
10297
 
10272
10298
  p.sortSelectedItems = sortSelectedItems;
10273
- this._scheduleSync('full');
10299
+ this._scheduleSync('render_items');
10274
10300
  return this;
10275
10301
  }
10276
10302
 
@@ -10294,7 +10320,7 @@ var SelectBox = /*#__PURE__*/function () {
10294
10320
  p.sortListItems = sortListItems;
10295
10321
  p.filteredItems = null;
10296
10322
  p.itemsChanged = true;
10297
- this._scheduleSync();
10323
+ this._scheduleSync('render_list');
10298
10324
  return this;
10299
10325
  }
10300
10326
 
@@ -10317,7 +10343,7 @@ var SelectBox = /*#__PURE__*/function () {
10317
10343
 
10318
10344
  p.sortCheckedFirst = sortListCheckedFirst;
10319
10345
  p.itemsChanged = true;
10320
- this._scheduleSync();
10346
+ this._scheduleSync('render_list');
10321
10347
  return this;
10322
10348
  }
10323
10349
 
@@ -10337,7 +10363,7 @@ var SelectBox = /*#__PURE__*/function () {
10337
10363
 
10338
10364
  p.stickyValues = Array.isArray(values) ? new Set(values) : null;
10339
10365
  p.itemsChanged = true;
10340
- this._scheduleSync();
10366
+ this._scheduleSync('render_list');
10341
10367
  return this;
10342
10368
  }
10343
10369
 
@@ -10359,7 +10385,7 @@ var SelectBox = /*#__PURE__*/function () {
10359
10385
 
10360
10386
  p.sortItemComparator = comparator;
10361
10387
  p.itemsChanged = true;
10362
- this._scheduleSync();
10388
+ this._scheduleSync('render_list');
10363
10389
  return this;
10364
10390
  }
10365
10391
 
@@ -10382,7 +10408,7 @@ var SelectBox = /*#__PURE__*/function () {
10382
10408
 
10383
10409
  p.treatGroupSelectionAsItems = treatGroupSelectionAsItems;
10384
10410
  p.itemsChanged = true;
10385
- this._scheduleSync();
10411
+ this._scheduleSync('render_list');
10386
10412
  return this;
10387
10413
  }
10388
10414
 
@@ -10405,7 +10431,7 @@ var SelectBox = /*#__PURE__*/function () {
10405
10431
 
10406
10432
  p.splitListCheckedGroups = splitListCheckedGroups;
10407
10433
  p.itemsChanged = true;
10408
- this._scheduleSync();
10434
+ this._scheduleSync('render_list');
10409
10435
  return this;
10410
10436
  }
10411
10437
 
@@ -10427,7 +10453,7 @@ var SelectBox = /*#__PURE__*/function () {
10427
10453
  return this;
10428
10454
 
10429
10455
  p.showSelection = showSelection;
10430
- this._scheduleSync('full');
10456
+ this._scheduleSync('render_items');
10431
10457
  return this;
10432
10458
  }
10433
10459
 
@@ -10449,7 +10475,7 @@ var SelectBox = /*#__PURE__*/function () {
10449
10475
  return this;
10450
10476
 
10451
10477
  p.showPlaceholderInTooltip = showPlaceholderInTooltip;
10452
- this._scheduleSync('full');
10478
+ this._scheduleSync('render_base');
10453
10479
  return this;
10454
10480
  }
10455
10481
 
@@ -10471,7 +10497,7 @@ var SelectBox = /*#__PURE__*/function () {
10471
10497
  return this;
10472
10498
 
10473
10499
  p.multiPlaceholderFormatter = formatter;
10474
- this._scheduleSync('full');
10500
+ this._scheduleSync('render_base');
10475
10501
  return this;
10476
10502
  }
10477
10503
 
@@ -10554,7 +10580,7 @@ var SelectBox = /*#__PURE__*/function () {
10554
10580
  */ }, { key: "setNoResultsText", value:
10555
10581
  function setNoResultsText(noResultsText) {
10556
10582
  this._p.noResultsText = noResultsText;
10557
- this._scheduleSync('full');
10583
+ this._scheduleSync('render_list');
10558
10584
  return this;
10559
10585
  }
10560
10586
 
@@ -11373,7 +11399,7 @@ var SelectBox = /*#__PURE__*/function () {
11373
11399
 
11374
11400
  if (!p.multi) {
11375
11401
  _this5._setInputText('');
11376
- _this5._scheduleSync();
11402
+ _this5._scheduleSync('render_base');
11377
11403
  }
11378
11404
 
11379
11405
  _this5._trigger('close');
@@ -11435,7 +11461,7 @@ var SelectBox = /*#__PURE__*/function () {
11435
11461
  }
11436
11462
 
11437
11463
  if (!hasGroupSync)
11438
- _this5._scheduleSync();
11464
+ _this5._scheduleSync('render_base');
11439
11465
  }
11440
11466
  } else {
11441
11467
  if (p.maxMultiItems != null &&
@@ -11446,7 +11472,7 @@ var SelectBox = /*#__PURE__*/function () {
11446
11472
  }
11447
11473
 
11448
11474
  if (!hasGroupSync)
11449
- _this5._scheduleSync();
11475
+ _this5._scheduleSync('render_base');
11450
11476
  }
11451
11477
  }
11452
11478
 
@@ -11458,7 +11484,7 @@ var SelectBox = /*#__PURE__*/function () {
11458
11484
  if (!p.multi) return;
11459
11485
 
11460
11486
  if (event.affectedItems) {
11461
- _this5._scheduleSync(p.sortSelectedItems ? 'full' : null);
11487
+ _this5._scheduleSync(p.sortSelectedItems ? 'full' : 'render_base');
11462
11488
  }
11463
11489
  }
11464
11490
  break;
@@ -11984,10 +12010,11 @@ var SelectBox = /*#__PURE__*/function () {
11984
12010
  if (!p.syncQueue)
11985
12011
  p.syncQueue = [];
11986
12012
 
11987
- if (mode === 'full')
12013
+ if (mode === 'full' || 'render_items' === mode && !p.syncQueue.some(function (x) {return x.mode === 'full';}))
11988
12014
  p.syncQueue.length = 0;
11989
12015
 
11990
- if (p.syncQueue.length === 0 || p.syncQueue[0].mode !== 'full')
12016
+ if (p.syncQueue.length === 0 ||
12017
+ !['full', 'render_items'].includes(mode))
11991
12018
  p.syncQueue.push({ mode: mode, data: data });
11992
12019
 
11993
12020
  if (p.syncTimeout)
@@ -12011,7 +12038,24 @@ var SelectBox = /*#__PURE__*/function () {
12011
12038
  queue),_step4;try {for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) {var op = _step4.value;
12012
12039
  switch (op.mode) {
12013
12040
  case 'full':
12014
- this._syncFull(true);
12041
+ this._syncFull(true, true);
12042
+ break;
12043
+
12044
+ case 'render_base':
12045
+ this._syncFull(false, false);
12046
+ break;
12047
+
12048
+ case 'render_items':
12049
+ this._syncFull(true, false);
12050
+ break;
12051
+
12052
+ case 'render_list':
12053
+ this._syncFull(false, true);
12054
+ break;
12055
+
12056
+ case 'render_clear':
12057
+ this._syncClearButton();
12058
+ this._resizeInput();
12015
12059
  break;
12016
12060
 
12017
12061
  case 'singleItem':
@@ -12067,10 +12111,6 @@ var SelectBox = /*#__PURE__*/function () {
12067
12111
  case 'resize_input':{
12068
12112
  this._resizeInput();
12069
12113
  }
12070
- break;
12071
-
12072
- default:
12073
- this._syncFull(false);
12074
12114
  break;}
12075
12115
 
12076
12116
  }} catch (err) {_iterator4.e(err);} finally {_iterator4.f();}
@@ -12281,9 +12321,10 @@ var SelectBox = /*#__PURE__*/function () {
12281
12321
  /**
12282
12322
  * Syncs render state, selected items, and position
12283
12323
  * @param {boolean=false} fullItemsRender Should re-render all items?
12324
+ * @param {boolean=false} updateListItems Should call updateListItems?
12284
12325
  * @returns {SelectBox}
12285
12326
  */ }, { key: "_syncFull", value:
12286
- function _syncFull(fullItemsRender) {
12327
+ function _syncFull(fullItemsRender, updateListItems) {
12287
12328
  var p = this._p,
12288
12329
  multiItemLabelProp = p.multiItemLabelProp;
12289
12330
 
@@ -12376,8 +12417,9 @@ var SelectBox = /*#__PURE__*/function () {
12376
12417
  // Update input size
12377
12418
  this._resizeInput();
12378
12419
 
12379
- // Update list items
12380
- this._updateListItems();
12420
+ if (updateListItems) {
12421
+ this._updateListItems();
12422
+ }
12381
12423
 
12382
12424
  return this;
12383
12425
  }
@@ -12468,6 +12510,7 @@ var SelectBox = /*#__PURE__*/function () {
12468
12510
  }} catch (err) {_iterator5.e(err);} finally {_iterator5.f();}
12469
12511
 
12470
12512
  if (itemsToRemove.length > 0) {
12513
+ // remove the "rest" element, we'll add that back later if necessary
12471
12514
  this._removeMultiItemElementByIndex(p.multiItemEls.length - 1);var _iterator6 = _createForOfIteratorHelper(
12472
12515
 
12473
12516
  itemsToRemove),_step6;try {for (_iterator6.s(); !(_step6 = _iterator6.n()).done;) {var _item2 = _step6.value;
@@ -12484,12 +12527,13 @@ var SelectBox = /*#__PURE__*/function () {
12484
12527
  }} catch (err) {_iterator6.e(err);} finally {_iterator6.f();}
12485
12528
  }
12486
12529
 
12530
+ // we have not removed the whole "rest", then add the "rest" element back
12487
12531
  if (items.length > itemsToRemove.length) {
12488
12532
  this._addMultiItemRestElement();
12489
12533
  }
12490
12534
 
12491
12535
  if (itemsToRemove.length > 0) {
12492
- this._scheduleSync();
12536
+ this._scheduleSync('render_list');
12493
12537
  }
12494
12538
  } else {
12495
12539
  var _removeselEvt = { value: value, item: item, cancel: false };
@@ -12557,7 +12601,7 @@ var SelectBox = /*#__PURE__*/function () {
12557
12601
  }
12558
12602
 
12559
12603
  // sync
12560
- this._scheduleSync();
12604
+ this._scheduleSync('render_list');
12561
12605
  }
12562
12606
 
12563
12607
  /**