@hebcal/core 4.1.1 → 4.2.0

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/bundle.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @hebcal/core v4.1.1 */
1
+ /*! @hebcal/core v4.2.0 */
2
2
  var hebcal = (function (exports) {
3
3
  'use strict';
4
4
 
@@ -193,19 +193,19 @@ var functionCall = NATIVE_BIND$2 ? call$7.bind(call$7) : function () {
193
193
 
194
194
  var objectPropertyIsEnumerable = {};
195
195
 
196
- var $propertyIsEnumerable$1 = {}.propertyIsEnumerable;
196
+ var $propertyIsEnumerable = {}.propertyIsEnumerable;
197
197
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
198
198
  var getOwnPropertyDescriptor$2 = Object.getOwnPropertyDescriptor;
199
199
 
200
200
  // Nashorn ~ JDK8 bug
201
- var NASHORN_BUG = getOwnPropertyDescriptor$2 && !$propertyIsEnumerable$1.call({ 1: 2 }, 1);
201
+ var NASHORN_BUG = getOwnPropertyDescriptor$2 && !$propertyIsEnumerable.call({ 1: 2 }, 1);
202
202
 
203
203
  // `Object.prototype.propertyIsEnumerable` method implementation
204
204
  // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
205
205
  objectPropertyIsEnumerable.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
206
206
  var descriptor = getOwnPropertyDescriptor$2(this, V);
207
207
  return !!descriptor && descriptor.enumerable;
208
- } : $propertyIsEnumerable$1;
208
+ } : $propertyIsEnumerable;
209
209
 
210
210
  var createPropertyDescriptor$3 = function (bitmap, value) {
211
211
  return {
@@ -228,21 +228,21 @@ var functionUncurryThis = NATIVE_BIND$1 ? uncurryThisWithBind : function (fn) {
228
228
  };
229
229
  };
230
230
 
231
- var uncurryThis$i = functionUncurryThis;
231
+ var uncurryThis$h = functionUncurryThis;
232
232
 
233
- var toString$6 = uncurryThis$i({}.toString);
234
- var stringSlice$2 = uncurryThis$i(''.slice);
233
+ var toString$6 = uncurryThis$h({}.toString);
234
+ var stringSlice$2 = uncurryThis$h(''.slice);
235
235
 
236
236
  var classofRaw$2 = function (it) {
237
237
  return stringSlice$2(toString$6(it), 8, -1);
238
238
  };
239
239
 
240
- var uncurryThis$h = functionUncurryThis;
240
+ var uncurryThis$g = functionUncurryThis;
241
241
  var fails$c = fails$f;
242
242
  var classof$6 = classofRaw$2;
243
243
 
244
244
  var $Object$3 = Object;
245
- var split = uncurryThis$h(''.split);
245
+ var split = uncurryThis$g(''.split);
246
246
 
247
247
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
248
248
  var indexedObject = fails$c(function () {
@@ -274,7 +274,7 @@ var requireObjectCoercible$5 = function (it) {
274
274
  var IndexedObject = indexedObject;
275
275
  var requireObjectCoercible$4 = requireObjectCoercible$5;
276
276
 
277
- var toIndexedObject$6 = function (it) {
277
+ var toIndexedObject$5 = function (it) {
278
278
  return IndexedObject(requireObjectCoercible$4(it));
279
279
  };
280
280
 
@@ -323,9 +323,9 @@ var getBuiltIn$4 = function (namespace, method) {
323
323
  return arguments.length < 2 ? aFunction(global$b[namespace]) : global$b[namespace] && global$b[namespace][method];
324
324
  };
325
325
 
326
- var uncurryThis$g = functionUncurryThis;
326
+ var uncurryThis$f = functionUncurryThis;
327
327
 
328
- var objectIsPrototypeOf = uncurryThis$g({}.isPrototypeOf);
328
+ var objectIsPrototypeOf = uncurryThis$f({}.isPrototypeOf);
329
329
 
330
330
  var engineUserAgent = typeof navigator != 'undefined' && String(navigator.userAgent) || '';
331
331
 
@@ -474,10 +474,10 @@ var store$2 = sharedStore;
474
474
  (shared$3.exports = function (key, value) {
475
475
  return store$2[key] || (store$2[key] = value !== undefined ? value : {});
476
476
  })('versions', []).push({
477
- version: '3.30.2',
477
+ version: '3.31.1',
478
478
  mode: 'global',
479
479
  copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)',
480
- license: 'https://github.com/zloirock/core-js/blob/v3.30.2/LICENSE',
480
+ license: 'https://github.com/zloirock/core-js/blob/v3.31.1/LICENSE',
481
481
  source: 'https://github.com/zloirock/core-js'
482
482
  });
483
483
 
@@ -493,10 +493,10 @@ var toObject$3 = function (argument) {
493
493
  return $Object$1(requireObjectCoercible$3(argument));
494
494
  };
495
495
 
496
- var uncurryThis$f = functionUncurryThis;
496
+ var uncurryThis$e = functionUncurryThis;
497
497
  var toObject$2 = toObject$3;
498
498
 
499
- var hasOwnProperty = uncurryThis$f({}.hasOwnProperty);
499
+ var hasOwnProperty = uncurryThis$e({}.hasOwnProperty);
500
500
 
501
501
  // `HasOwnProperty` abstract operation
502
502
  // https://tc39.es/ecma262/#sec-hasownproperty
@@ -505,11 +505,11 @@ var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
505
505
  return hasOwnProperty(toObject$2(it), key);
506
506
  };
507
507
 
508
- var uncurryThis$e = functionUncurryThis;
508
+ var uncurryThis$d = functionUncurryThis;
509
509
 
510
510
  var id$1 = 0;
511
511
  var postfix = Math.random();
512
- var toString$5 = uncurryThis$e(1.0.toString);
512
+ var toString$5 = uncurryThis$d(1.0.toString);
513
513
 
514
514
  var uid$2 = function (key) {
515
515
  return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$5(++id$1 + postfix, 36);
@@ -581,23 +581,23 @@ var documentCreateElement$1 = function (it) {
581
581
  return EXISTS$1 ? document$1.createElement(it) : {};
582
582
  };
583
583
 
584
- var DESCRIPTORS$9 = descriptors;
584
+ var DESCRIPTORS$8 = descriptors;
585
585
  var fails$a = fails$f;
586
586
  var createElement = documentCreateElement$1;
587
587
 
588
588
  // Thanks to IE8 for its funny defineProperty
589
- var ie8DomDefine = !DESCRIPTORS$9 && !fails$a(function () {
589
+ var ie8DomDefine = !DESCRIPTORS$8 && !fails$a(function () {
590
590
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
591
591
  return Object.defineProperty(createElement('div'), 'a', {
592
592
  get: function () { return 7; }
593
593
  }).a != 7;
594
594
  });
595
595
 
596
- var DESCRIPTORS$8 = descriptors;
596
+ var DESCRIPTORS$7 = descriptors;
597
597
  var call$3 = functionCall;
598
598
  var propertyIsEnumerableModule = objectPropertyIsEnumerable;
599
599
  var createPropertyDescriptor$2 = createPropertyDescriptor$3;
600
- var toIndexedObject$5 = toIndexedObject$6;
600
+ var toIndexedObject$4 = toIndexedObject$5;
601
601
  var toPropertyKey$2 = toPropertyKey$3;
602
602
  var hasOwn$5 = hasOwnProperty_1;
603
603
  var IE8_DOM_DEFINE$1 = ie8DomDefine;
@@ -607,8 +607,8 @@ var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
607
607
 
608
608
  // `Object.getOwnPropertyDescriptor` method
609
609
  // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
610
- objectGetOwnPropertyDescriptor.f = DESCRIPTORS$8 ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) {
611
- O = toIndexedObject$5(O);
610
+ objectGetOwnPropertyDescriptor.f = DESCRIPTORS$7 ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) {
611
+ O = toIndexedObject$4(O);
612
612
  P = toPropertyKey$2(P);
613
613
  if (IE8_DOM_DEFINE$1) try {
614
614
  return $getOwnPropertyDescriptor$1(O, P);
@@ -618,12 +618,12 @@ objectGetOwnPropertyDescriptor.f = DESCRIPTORS$8 ? $getOwnPropertyDescriptor$1 :
618
618
 
619
619
  var objectDefineProperty = {};
620
620
 
621
- var DESCRIPTORS$7 = descriptors;
621
+ var DESCRIPTORS$6 = descriptors;
622
622
  var fails$9 = fails$f;
623
623
 
624
624
  // V8 ~ Chrome 36-
625
625
  // https://bugs.chromium.org/p/v8/issues/detail?id=3334
626
- var v8PrototypeDefineBug = DESCRIPTORS$7 && fails$9(function () {
626
+ var v8PrototypeDefineBug = DESCRIPTORS$6 && fails$9(function () {
627
627
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
628
628
  return Object.defineProperty(function () { /* empty */ }, 'prototype', {
629
629
  value: 42,
@@ -642,7 +642,7 @@ var anObject$8 = function (argument) {
642
642
  throw $TypeError$4($String$2(argument) + ' is not an object');
643
643
  };
644
644
 
645
- var DESCRIPTORS$6 = descriptors;
645
+ var DESCRIPTORS$5 = descriptors;
646
646
  var IE8_DOM_DEFINE = ie8DomDefine;
647
647
  var V8_PROTOTYPE_DEFINE_BUG$1 = v8PrototypeDefineBug;
648
648
  var anObject$7 = anObject$8;
@@ -659,7 +659,7 @@ var WRITABLE = 'writable';
659
659
 
660
660
  // `Object.defineProperty` method
661
661
  // https://tc39.es/ecma262/#sec-object.defineproperty
662
- objectDefineProperty.f = DESCRIPTORS$6 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function defineProperty(O, P, Attributes) {
662
+ objectDefineProperty.f = DESCRIPTORS$5 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function defineProperty(O, P, Attributes) {
663
663
  anObject$7(O);
664
664
  P = toPropertyKey$1(P);
665
665
  anObject$7(Attributes);
@@ -686,11 +686,11 @@ objectDefineProperty.f = DESCRIPTORS$6 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function de
686
686
  return O;
687
687
  };
688
688
 
689
- var DESCRIPTORS$5 = descriptors;
689
+ var DESCRIPTORS$4 = descriptors;
690
690
  var definePropertyModule$4 = objectDefineProperty;
691
691
  var createPropertyDescriptor$1 = createPropertyDescriptor$3;
692
692
 
693
- var createNonEnumerableProperty$2 = DESCRIPTORS$5 ? function (object, key, value) {
693
+ var createNonEnumerableProperty$2 = DESCRIPTORS$4 ? function (object, key, value) {
694
694
  return definePropertyModule$4.f(object, key, createPropertyDescriptor$1(1, value));
695
695
  } : function (object, key, value) {
696
696
  object[key] = value;
@@ -699,17 +699,17 @@ var createNonEnumerableProperty$2 = DESCRIPTORS$5 ? function (object, key, value
699
699
 
700
700
  var makeBuiltIn$3 = {exports: {}};
701
701
 
702
- var DESCRIPTORS$4 = descriptors;
702
+ var DESCRIPTORS$3 = descriptors;
703
703
  var hasOwn$4 = hasOwnProperty_1;
704
704
 
705
705
  var FunctionPrototype = Function.prototype;
706
706
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
707
- var getDescriptor = DESCRIPTORS$4 && Object.getOwnPropertyDescriptor;
707
+ var getDescriptor = DESCRIPTORS$3 && Object.getOwnPropertyDescriptor;
708
708
 
709
709
  var EXISTS = hasOwn$4(FunctionPrototype, 'name');
710
710
  // additional protection from minified / mangled / dropped function names
711
711
  var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';
712
- var CONFIGURABLE = EXISTS && (!DESCRIPTORS$4 || (DESCRIPTORS$4 && getDescriptor(FunctionPrototype, 'name').configurable));
712
+ var CONFIGURABLE = EXISTS && (!DESCRIPTORS$3 || (DESCRIPTORS$3 && getDescriptor(FunctionPrototype, 'name').configurable));
713
713
 
714
714
  var functionName = {
715
715
  EXISTS: EXISTS,
@@ -717,11 +717,11 @@ var functionName = {
717
717
  CONFIGURABLE: CONFIGURABLE
718
718
  };
719
719
 
720
- var uncurryThis$d = functionUncurryThis;
720
+ var uncurryThis$c = functionUncurryThis;
721
721
  var isCallable$6 = isCallable$c;
722
722
  var store$1 = sharedStore;
723
723
 
724
- var functionToString = uncurryThis$d(Function.toString);
724
+ var functionToString = uncurryThis$c(Function.toString);
725
725
 
726
726
  // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
727
727
  if (!isCallable$6(store$1.inspectSource)) {
@@ -821,11 +821,11 @@ var internalState = {
821
821
  getterFor: getterFor
822
822
  };
823
823
 
824
- var uncurryThis$c = functionUncurryThis;
824
+ var uncurryThis$b = functionUncurryThis;
825
825
  var fails$8 = fails$f;
826
826
  var isCallable$4 = isCallable$c;
827
827
  var hasOwn$2 = hasOwnProperty_1;
828
- var DESCRIPTORS$3 = descriptors;
828
+ var DESCRIPTORS$2 = descriptors;
829
829
  var CONFIGURABLE_FUNCTION_NAME = functionName.CONFIGURABLE;
830
830
  var inspectSource$1 = inspectSource$2;
831
831
  var InternalStateModule = internalState;
@@ -835,11 +835,11 @@ var getInternalState = InternalStateModule.get;
835
835
  var $String$1 = String;
836
836
  // eslint-disable-next-line es/no-object-defineproperty -- safe
837
837
  var defineProperty$2 = Object.defineProperty;
838
- var stringSlice$1 = uncurryThis$c(''.slice);
839
- var replace$1 = uncurryThis$c(''.replace);
840
- var join$1 = uncurryThis$c([].join);
838
+ var stringSlice$1 = uncurryThis$b(''.slice);
839
+ var replace$1 = uncurryThis$b(''.replace);
840
+ var join$1 = uncurryThis$b([].join);
841
841
 
842
- var CONFIGURABLE_LENGTH = DESCRIPTORS$3 && !fails$8(function () {
842
+ var CONFIGURABLE_LENGTH = DESCRIPTORS$2 && !fails$8(function () {
843
843
  return defineProperty$2(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
844
844
  });
845
845
 
@@ -852,7 +852,7 @@ var makeBuiltIn$2 = makeBuiltIn$3.exports = function (value, name, options) {
852
852
  if (options && options.getter) name = 'get ' + name;
853
853
  if (options && options.setter) name = 'set ' + name;
854
854
  if (!hasOwn$2(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) {
855
- if (DESCRIPTORS$3) defineProperty$2(value, 'name', { value: name, configurable: true });
855
+ if (DESCRIPTORS$2) defineProperty$2(value, 'name', { value: name, configurable: true });
856
856
  else value.name = name;
857
857
  }
858
858
  if (CONFIGURABLE_LENGTH && options && hasOwn$2(options, 'arity') && value.length !== options.arity) {
@@ -860,7 +860,7 @@ var makeBuiltIn$2 = makeBuiltIn$3.exports = function (value, name, options) {
860
860
  }
861
861
  try {
862
862
  if (options && hasOwn$2(options, 'constructor') && options.constructor) {
863
- if (DESCRIPTORS$3) defineProperty$2(value, 'prototype', { writable: false });
863
+ if (DESCRIPTORS$2) defineProperty$2(value, 'prototype', { writable: false });
864
864
  // in V8 ~ Chrome 53, prototypes of some methods, like `Array.prototype.values`, are non-writable
865
865
  } else if (value.prototype) value.prototype = undefined;
866
866
  } catch (error) { /* empty */ }
@@ -960,14 +960,14 @@ var lengthOfArrayLike$5 = function (obj) {
960
960
  return toLength$1(obj.length);
961
961
  };
962
962
 
963
- var toIndexedObject$4 = toIndexedObject$6;
963
+ var toIndexedObject$3 = toIndexedObject$5;
964
964
  var toAbsoluteIndex$3 = toAbsoluteIndex$4;
965
965
  var lengthOfArrayLike$4 = lengthOfArrayLike$5;
966
966
 
967
967
  // `Array.prototype.{ indexOf, includes }` methods implementation
968
- var createMethod$2 = function (IS_INCLUDES) {
968
+ var createMethod$1 = function (IS_INCLUDES) {
969
969
  return function ($this, el, fromIndex) {
970
- var O = toIndexedObject$4($this);
970
+ var O = toIndexedObject$3($this);
971
971
  var length = lengthOfArrayLike$4(O);
972
972
  var index = toAbsoluteIndex$3(fromIndex, length);
973
973
  var value;
@@ -987,29 +987,29 @@ var createMethod$2 = function (IS_INCLUDES) {
987
987
  var arrayIncludes = {
988
988
  // `Array.prototype.includes` method
989
989
  // https://tc39.es/ecma262/#sec-array.prototype.includes
990
- includes: createMethod$2(true),
990
+ includes: createMethod$1(true),
991
991
  // `Array.prototype.indexOf` method
992
992
  // https://tc39.es/ecma262/#sec-array.prototype.indexof
993
- indexOf: createMethod$2(false)
993
+ indexOf: createMethod$1(false)
994
994
  };
995
995
 
996
- var uncurryThis$b = functionUncurryThis;
996
+ var uncurryThis$a = functionUncurryThis;
997
997
  var hasOwn$1 = hasOwnProperty_1;
998
- var toIndexedObject$3 = toIndexedObject$6;
998
+ var toIndexedObject$2 = toIndexedObject$5;
999
999
  var indexOf = arrayIncludes.indexOf;
1000
1000
  var hiddenKeys$2 = hiddenKeys$4;
1001
1001
 
1002
- var push$2 = uncurryThis$b([].push);
1002
+ var push$1 = uncurryThis$a([].push);
1003
1003
 
1004
1004
  var objectKeysInternal = function (object, names) {
1005
- var O = toIndexedObject$3(object);
1005
+ var O = toIndexedObject$2(object);
1006
1006
  var i = 0;
1007
1007
  var result = [];
1008
1008
  var key;
1009
- for (key in O) !hasOwn$1(hiddenKeys$2, key) && hasOwn$1(O, key) && push$2(result, key);
1009
+ for (key in O) !hasOwn$1(hiddenKeys$2, key) && hasOwn$1(O, key) && push$1(result, key);
1010
1010
  // Don't enum bug & hidden keys
1011
1011
  while (names.length > i) if (hasOwn$1(O, key = names[i++])) {
1012
- ~indexOf(result, key) || push$2(result, key);
1012
+ ~indexOf(result, key) || push$1(result, key);
1013
1013
  }
1014
1014
  return result;
1015
1015
  };
@@ -1043,12 +1043,12 @@ var objectGetOwnPropertySymbols = {};
1043
1043
  objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols;
1044
1044
 
1045
1045
  var getBuiltIn$2 = getBuiltIn$4;
1046
- var uncurryThis$a = functionUncurryThis;
1046
+ var uncurryThis$9 = functionUncurryThis;
1047
1047
  var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
1048
1048
  var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols;
1049
1049
  var anObject$6 = anObject$8;
1050
1050
 
1051
- var concat = uncurryThis$a([].concat);
1051
+ var concat = uncurryThis$9([].concat);
1052
1052
 
1053
1053
  // all object keys, includes non-enumerable and symbols
1054
1054
  var ownKeys$1 = getBuiltIn$2('Reflect', 'ownKeys') || function ownKeys(it) {
@@ -1200,7 +1200,7 @@ var classof$4 = TO_STRING_TAG_SUPPORT ? classofRaw$1 : function (it) {
1200
1200
  : (result = classofRaw$1(O)) == 'Object' && isCallable$1(O.callee) ? 'Arguments' : result;
1201
1201
  };
1202
1202
 
1203
- var uncurryThis$9 = functionUncurryThis;
1203
+ var uncurryThis$8 = functionUncurryThis;
1204
1204
  var fails$6 = fails$f;
1205
1205
  var isCallable = isCallable$c;
1206
1206
  var classof$3 = classof$4;
@@ -1211,7 +1211,7 @@ var noop = function () { /* empty */ };
1211
1211
  var empty = [];
1212
1212
  var construct = getBuiltIn$1('Reflect', 'construct');
1213
1213
  var constructorRegExp = /^\s*(?:class|function)\b/;
1214
- var exec = uncurryThis$9(constructorRegExp.exec);
1214
+ var exec = uncurryThis$8(constructorRegExp.exec);
1215
1215
  var INCORRECT_TO_STRING = !constructorRegExp.exec(noop);
1216
1216
 
1217
1217
  var isConstructorModern = function isConstructor(argument) {
@@ -1283,17 +1283,17 @@ var arrayMethodHasSpeciesSupport$1 = function (METHOD_NAME) {
1283
1283
  });
1284
1284
  };
1285
1285
 
1286
- var uncurryThis$8 = functionUncurryThis;
1286
+ var uncurryThis$7 = functionUncurryThis;
1287
1287
 
1288
- var arraySlice$1 = uncurryThis$8([].slice);
1288
+ var arraySlice$1 = uncurryThis$7([].slice);
1289
1289
 
1290
- var $$8 = _export;
1290
+ var $$7 = _export;
1291
1291
  var isArray = isArray$1;
1292
1292
  var isConstructor$1 = isConstructor$2;
1293
1293
  var isObject$1 = isObject$7;
1294
1294
  var toAbsoluteIndex$2 = toAbsoluteIndex$4;
1295
1295
  var lengthOfArrayLike$3 = lengthOfArrayLike$5;
1296
- var toIndexedObject$2 = toIndexedObject$6;
1296
+ var toIndexedObject$1 = toIndexedObject$5;
1297
1297
  var createProperty$2 = createProperty$3;
1298
1298
  var wellKnownSymbol$6 = wellKnownSymbol$b;
1299
1299
  var arrayMethodHasSpeciesSupport = arrayMethodHasSpeciesSupport$1;
@@ -1308,9 +1308,9 @@ var max$1 = Math.max;
1308
1308
  // `Array.prototype.slice` method
1309
1309
  // https://tc39.es/ecma262/#sec-array.prototype.slice
1310
1310
  // fallback for not array-like ES3 strings and DOM objects
1311
- $$8({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
1311
+ $$7({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
1312
1312
  slice: function slice(start, end) {
1313
- var O = toIndexedObject$2(this);
1313
+ var O = toIndexedObject$1(this);
1314
1314
  var length = lengthOfArrayLike$3(O);
1315
1315
  var k = toAbsoluteIndex$2(start, length);
1316
1316
  var fin = toAbsoluteIndex$2(end === undefined ? length : end, length);
@@ -1581,62 +1581,35 @@ var greg = {
1581
1581
 
1582
1582
  var GERESH = '׳';
1583
1583
  var GERSHAYIM = '״';
1584
-
1585
- /**
1586
- * @private
1587
- * @param {number} num
1588
- * @return {string}
1589
- */
1590
- function num2heb(num) {
1591
- switch (num) {
1592
- case 1:
1593
- return 'א';
1594
- case 2:
1595
- return 'ב';
1596
- case 3:
1597
- return 'ג';
1598
- case 4:
1599
- return 'ד';
1600
- case 5:
1601
- return 'ה';
1602
- case 6:
1603
- return 'ו';
1604
- case 7:
1605
- return 'ז';
1606
- case 8:
1607
- return 'ח';
1608
- case 9:
1609
- return 'ט';
1610
- case 10:
1611
- return 'י';
1612
- case 20:
1613
- return 'כ';
1614
- case 30:
1615
- return 'ל';
1616
- case 40:
1617
- return 'מ';
1618
- case 50:
1619
- return 'נ';
1620
- case 60:
1621
- return 'ס';
1622
- case 70:
1623
- return 'ע';
1624
- case 80:
1625
- return 'פ';
1626
- case 90:
1627
- return 'צ';
1628
- case 100:
1629
- return 'ק';
1630
- case 200:
1631
- return 'ר';
1632
- case 300:
1633
- return 'ש';
1634
- case 400:
1635
- return 'ת';
1636
- default:
1637
- return '*INVALID*';
1638
- }
1639
- }
1584
+ var heb2num = {
1585
+ 'א': 1,
1586
+ 'ב': 2,
1587
+ 'ג': 3,
1588
+ 'ד': 4,
1589
+ 'ה': 5,
1590
+ 'ו': 6,
1591
+ 'ז': 7,
1592
+ 'ח': 8,
1593
+ 'ט': 9,
1594
+ 'י': 10,
1595
+ 'כ': 20,
1596
+ 'ל': 30,
1597
+ 'מ': 40,
1598
+ 'נ': 50,
1599
+ 'ס': 60,
1600
+ 'ע': 70,
1601
+ 'פ': 80,
1602
+ 'צ': 90,
1603
+ 'ק': 100,
1604
+ 'ר': 200,
1605
+ 'ש': 300,
1606
+ 'ת': 400
1607
+ };
1608
+ var num2heb = {};
1609
+ Object.keys(heb2num).forEach(function (key) {
1610
+ var val = heb2num[key];
1611
+ num2heb[val] = key;
1612
+ });
1640
1613
 
1641
1614
  /**
1642
1615
  * @private
@@ -1688,23 +1661,44 @@ function gematriya(number) {
1688
1661
  if (thousands > 0 && thousands !== 5) {
1689
1662
  var tdigits = num2digits(thousands);
1690
1663
  for (var i = 0; i < tdigits.length; i++) {
1691
- str += num2heb(tdigits[i]);
1664
+ str += num2heb[tdigits[i]];
1692
1665
  }
1693
1666
  str += GERESH;
1694
1667
  }
1695
1668
  var digits = num2digits(num % 1000);
1696
1669
  if (digits.length == 1) {
1697
- return str + num2heb(digits[0]) + GERESH;
1670
+ return str + num2heb[digits[0]] + GERESH;
1698
1671
  }
1699
1672
  for (var _i = 0; _i < digits.length; _i++) {
1700
1673
  if (_i + 1 === digits.length) {
1701
1674
  str += GERSHAYIM;
1702
1675
  }
1703
- str += num2heb(digits[_i]);
1676
+ str += num2heb[digits[_i]];
1704
1677
  }
1705
1678
  return str;
1706
1679
  }
1707
1680
 
1681
+ /**
1682
+ * Converts a string of Hebrew letters to a numerical value.
1683
+ *
1684
+ * Only considers the value of Hebrew letters `א` through `ת`.
1685
+ * Ignores final Hebrew letters such as `ך` (kaf sofit) or `ם` (mem sofit)
1686
+ * and vowels (nekudot).
1687
+ *
1688
+ * @param {string} str
1689
+ * @return {number}
1690
+ */
1691
+ function gematriyaStrToNum(str) {
1692
+ var num = 0;
1693
+ for (var i = 0; i < str.length; i++) {
1694
+ var n = heb2num[str[i]];
1695
+ if (typeof n === 'number') {
1696
+ num += n;
1697
+ }
1698
+ }
1699
+ return num;
1700
+ }
1701
+
1708
1702
  var tryToString$1 = tryToString$3;
1709
1703
 
1710
1704
  var $TypeError$2 = TypeError;
@@ -1810,8 +1804,8 @@ var webkit = userAgent.match(/AppleWebKit\/(\d+)\./);
1810
1804
 
1811
1805
  var engineWebkitVersion = !!webkit && +webkit[1];
1812
1806
 
1813
- var $$7 = _export;
1814
- var uncurryThis$7 = functionUncurryThis;
1807
+ var $$6 = _export;
1808
+ var uncurryThis$6 = functionUncurryThis;
1815
1809
  var aCallable$2 = aCallable$4;
1816
1810
  var toObject$1 = toObject$3;
1817
1811
  var lengthOfArrayLike$1 = lengthOfArrayLike$5;
@@ -1826,8 +1820,8 @@ var V8 = engineV8Version;
1826
1820
  var WEBKIT = engineWebkitVersion;
1827
1821
 
1828
1822
  var test = [];
1829
- var nativeSort = uncurryThis$7(test.sort);
1830
- var push$1 = uncurryThis$7(test.push);
1823
+ var nativeSort = uncurryThis$6(test.sort);
1824
+ var push = uncurryThis$6(test.push);
1831
1825
 
1832
1826
  // IE8-
1833
1827
  var FAILS_ON_UNDEFINED = fails$3(function () {
@@ -1888,7 +1882,7 @@ var getSortCompare = function (comparefn) {
1888
1882
 
1889
1883
  // `Array.prototype.sort` method
1890
1884
  // https://tc39.es/ecma262/#sec-array.prototype.sort
1891
- $$7({ target: 'Array', proto: true, forced: FORCED$1 }, {
1885
+ $$6({ target: 'Array', proto: true, forced: FORCED$1 }, {
1892
1886
  sort: function sort(comparefn) {
1893
1887
  if (comparefn !== undefined) aCallable$2(comparefn);
1894
1888
 
@@ -1901,7 +1895,7 @@ $$7({ target: 'Array', proto: true, forced: FORCED$1 }, {
1901
1895
  var itemsLength, index;
1902
1896
 
1903
1897
  for (index = 0; index < arrayLength; index++) {
1904
- if (index in array) push$1(items, array[index]);
1898
+ if (index in array) push(items, array[index]);
1905
1899
  }
1906
1900
 
1907
1901
  internalSort(items, getSortCompare(comparefn));
@@ -2162,6 +2156,69 @@ Locale.addLocale('s', noopLocale);
2162
2156
  Locale.addLocale('', noopLocale);
2163
2157
  Locale.useLocale('en');
2164
2158
 
2159
+ // a string of all valid unicode whitespaces
2160
+ var whitespaces$2 = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
2161
+ '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
2162
+
2163
+ var uncurryThis$5 = functionUncurryThis;
2164
+ var requireObjectCoercible$2 = requireObjectCoercible$5;
2165
+ var toString$2 = toString$4;
2166
+ var whitespaces$1 = whitespaces$2;
2167
+
2168
+ var replace = uncurryThis$5(''.replace);
2169
+ var ltrim = RegExp('^[' + whitespaces$1 + ']+');
2170
+ var rtrim = RegExp('(^|[^' + whitespaces$1 + '])[' + whitespaces$1 + ']+$');
2171
+
2172
+ // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
2173
+ var createMethod = function (TYPE) {
2174
+ return function ($this) {
2175
+ var string = toString$2(requireObjectCoercible$2($this));
2176
+ if (TYPE & 1) string = replace(string, ltrim, '');
2177
+ if (TYPE & 2) string = replace(string, rtrim, '$1');
2178
+ return string;
2179
+ };
2180
+ };
2181
+
2182
+ var stringTrim = {
2183
+ // `String.prototype.{ trimLeft, trimStart }` methods
2184
+ // https://tc39.es/ecma262/#sec-string.prototype.trimstart
2185
+ start: createMethod(1),
2186
+ // `String.prototype.{ trimRight, trimEnd }` methods
2187
+ // https://tc39.es/ecma262/#sec-string.prototype.trimend
2188
+ end: createMethod(2),
2189
+ // `String.prototype.trim` method
2190
+ // https://tc39.es/ecma262/#sec-string.prototype.trim
2191
+ trim: createMethod(3)
2192
+ };
2193
+
2194
+ var PROPER_FUNCTION_NAME = functionName.PROPER;
2195
+ var fails$2 = fails$f;
2196
+ var whitespaces = whitespaces$2;
2197
+
2198
+ var non = '\u200B\u0085\u180E';
2199
+
2200
+ // check that a method works with the correct list
2201
+ // of whitespaces and has a correct name
2202
+ var stringTrimForced = function (METHOD_NAME) {
2203
+ return fails$2(function () {
2204
+ return !!whitespaces[METHOD_NAME]()
2205
+ || non[METHOD_NAME]() !== non
2206
+ || (PROPER_FUNCTION_NAME && whitespaces[METHOD_NAME].name !== METHOD_NAME);
2207
+ });
2208
+ };
2209
+
2210
+ var $$5 = _export;
2211
+ var $trim = stringTrim.trim;
2212
+ var forcedStringTrimMethod = stringTrimForced;
2213
+
2214
+ // `String.prototype.trim` method
2215
+ // https://tc39.es/ecma262/#sec-string.prototype.trim
2216
+ $$5({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
2217
+ trim: function trim() {
2218
+ return $trim(this);
2219
+ }
2220
+ });
2221
+
2165
2222
  /*
2166
2223
  * More minimal HDate
2167
2224
  */
@@ -2656,7 +2713,7 @@ var HDate = /*#__PURE__*/function () {
2656
2713
  /**
2657
2714
  * Sets the day of the month of the date. Returns the object it was called upon
2658
2715
  * @private
2659
- * @param {number} month
2716
+ * @param {number|string} month A number, or Hebrew month name string
2660
2717
  * @return {HDate}
2661
2718
  */
2662
2719
  }, {
@@ -3162,7 +3219,10 @@ var HDate = /*#__PURE__*/function () {
3162
3219
  }
3163
3220
  return monthName;
3164
3221
  }
3165
- var c = monthName.toLowerCase();
3222
+ var c = Locale.hebrewStripNikkud(monthName).trim().toLowerCase();
3223
+ if (c[0] === 'ב') {
3224
+ c = c.substring(1);
3225
+ }
3166
3226
  /*
3167
3227
  the Hebrew months are unique to their second letter
3168
3228
  N Nisan (November?)
@@ -5283,22 +5343,22 @@ var MoladEvent = /*#__PURE__*/function (_Event) {
5283
5343
  return MoladEvent;
5284
5344
  }(Event);
5285
5345
 
5286
- var $$6 = _export;
5287
- var uncurryThis$6 = functionUncurryThis;
5346
+ var $$4 = _export;
5347
+ var uncurryThis$4 = functionUncurryThis;
5288
5348
  var toAbsoluteIndex = toAbsoluteIndex$4;
5289
5349
 
5290
5350
  var $RangeError = RangeError;
5291
5351
  var fromCharCode = String.fromCharCode;
5292
5352
  // eslint-disable-next-line es/no-string-fromcodepoint -- required for testing
5293
5353
  var $fromCodePoint = String.fromCodePoint;
5294
- var join = uncurryThis$6([].join);
5354
+ var join = uncurryThis$4([].join);
5295
5355
 
5296
5356
  // length should be 1, old FF problem
5297
5357
  var INCORRECT_LENGTH = !!$fromCodePoint && $fromCodePoint.length != 1;
5298
5358
 
5299
5359
  // `String.fromCodePoint` method
5300
5360
  // https://tc39.es/ecma262/#sec-string.fromcodepoint
5301
- $$6({ target: 'String', stat: true, arity: 1, forced: INCORRECT_LENGTH }, {
5361
+ $$4({ target: 'String', stat: true, arity: 1, forced: INCORRECT_LENGTH }, {
5302
5362
  // eslint-disable-next-line no-unused-vars -- required for `.length`
5303
5363
  fromCodePoint: function fromCodePoint(x) {
5304
5364
  var elements = [];
@@ -5315,69 +5375,6 @@ $$6({ target: 'String', stat: true, arity: 1, forced: INCORRECT_LENGTH }, {
5315
5375
  }
5316
5376
  });
5317
5377
 
5318
- // a string of all valid unicode whitespaces
5319
- var whitespaces$2 = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' +
5320
- '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
5321
-
5322
- var uncurryThis$5 = functionUncurryThis;
5323
- var requireObjectCoercible$2 = requireObjectCoercible$5;
5324
- var toString$2 = toString$4;
5325
- var whitespaces$1 = whitespaces$2;
5326
-
5327
- var replace = uncurryThis$5(''.replace);
5328
- var ltrim = RegExp('^[' + whitespaces$1 + ']+');
5329
- var rtrim = RegExp('(^|[^' + whitespaces$1 + '])[' + whitespaces$1 + ']+$');
5330
-
5331
- // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
5332
- var createMethod$1 = function (TYPE) {
5333
- return function ($this) {
5334
- var string = toString$2(requireObjectCoercible$2($this));
5335
- if (TYPE & 1) string = replace(string, ltrim, '');
5336
- if (TYPE & 2) string = replace(string, rtrim, '$1');
5337
- return string;
5338
- };
5339
- };
5340
-
5341
- var stringTrim = {
5342
- // `String.prototype.{ trimLeft, trimStart }` methods
5343
- // https://tc39.es/ecma262/#sec-string.prototype.trimstart
5344
- start: createMethod$1(1),
5345
- // `String.prototype.{ trimRight, trimEnd }` methods
5346
- // https://tc39.es/ecma262/#sec-string.prototype.trimend
5347
- end: createMethod$1(2),
5348
- // `String.prototype.trim` method
5349
- // https://tc39.es/ecma262/#sec-string.prototype.trim
5350
- trim: createMethod$1(3)
5351
- };
5352
-
5353
- var PROPER_FUNCTION_NAME = functionName.PROPER;
5354
- var fails$2 = fails$f;
5355
- var whitespaces = whitespaces$2;
5356
-
5357
- var non = '\u200B\u0085\u180E';
5358
-
5359
- // check that a method works with the correct list
5360
- // of whitespaces and has a correct name
5361
- var stringTrimForced = function (METHOD_NAME) {
5362
- return fails$2(function () {
5363
- return !!whitespaces[METHOD_NAME]()
5364
- || non[METHOD_NAME]() !== non
5365
- || (PROPER_FUNCTION_NAME && whitespaces[METHOD_NAME].name !== METHOD_NAME);
5366
- });
5367
- };
5368
-
5369
- var $$5 = _export;
5370
- var $trim = stringTrim.trim;
5371
- var forcedStringTrimMethod = stringTrimForced;
5372
-
5373
- // `String.prototype.trim` method
5374
- // https://tc39.es/ecma262/#sec-string.prototype.trim
5375
- $$5({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
5376
- trim: function trim() {
5377
- return $trim(this);
5378
- }
5379
- });
5380
-
5381
5378
  var sefirot = [null, 'Lovingkindness', 'Might', 'Beauty', 'Eternity', 'Splendor', 'Foundation', 'Majesty'];
5382
5379
  var sefirotTranslit = [null, 'Chesed', 'Gevurah', 'Tiferet', 'Netzach', 'Hod', 'Yesod', 'Malkhut'];
5383
5380
 
@@ -5593,20 +5590,20 @@ function getTodayIsHe(omer) {
5593
5590
  }
5594
5591
 
5595
5592
  var classofRaw = classofRaw$2;
5596
- var uncurryThis$4 = functionUncurryThis;
5593
+ var uncurryThis$3 = functionUncurryThis;
5597
5594
 
5598
5595
  var functionUncurryThisClause = function (fn) {
5599
5596
  // Nashorn bug:
5600
5597
  // https://github.com/zloirock/core-js/issues/1128
5601
5598
  // https://github.com/zloirock/core-js/issues/1130
5602
- if (classofRaw(fn) === 'Function') return uncurryThis$4(fn);
5599
+ if (classofRaw(fn) === 'Function') return uncurryThis$3(fn);
5603
5600
  };
5604
5601
 
5605
- var uncurryThis$3 = functionUncurryThisClause;
5602
+ var uncurryThis$2 = functionUncurryThisClause;
5606
5603
  var aCallable$1 = aCallable$4;
5607
5604
  var NATIVE_BIND = functionBindNative;
5608
5605
 
5609
- var bind$1 = uncurryThis$3(uncurryThis$3.bind);
5606
+ var bind$1 = uncurryThis$2(uncurryThis$2.bind);
5610
5607
 
5611
5608
  // optional / simple context binding
5612
5609
  var functionBindContext = function (fn, that) {
@@ -5778,7 +5775,7 @@ var checkCorrectnessOfIteration$1 = function (exec, SKIP_CLOSING) {
5778
5775
  return ITERATION_SUPPORT;
5779
5776
  };
5780
5777
 
5781
- var $$4 = _export;
5778
+ var $$3 = _export;
5782
5779
  var from = arrayFrom;
5783
5780
  var checkCorrectnessOfIteration = checkCorrectnessOfIteration$1;
5784
5781
 
@@ -5789,7 +5786,7 @@ var INCORRECT_ITERATION = !checkCorrectnessOfIteration(function (iterable) {
5789
5786
 
5790
5787
  // `Array.from` method
5791
5788
  // https://tc39.es/ecma262/#sec-array.from
5792
- $$4({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {
5789
+ $$3({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {
5793
5790
  from: from
5794
5791
  });
5795
5792
 
@@ -6285,7 +6282,7 @@ var regexpFlags = function () {
6285
6282
  };
6286
6283
 
6287
6284
  var global$1 = global$c;
6288
- var DESCRIPTORS$2 = descriptors;
6285
+ var DESCRIPTORS$1 = descriptors;
6289
6286
  var defineBuiltInAccessor = defineBuiltInAccessor$1;
6290
6287
  var regExpFlags = regexpFlags;
6291
6288
  var fails$1 = fails$f;
@@ -6294,7 +6291,7 @@ var fails$1 = fails$f;
6294
6291
  var RegExp$1 = global$1.RegExp;
6295
6292
  var RegExpPrototype = RegExp$1.prototype;
6296
6293
 
6297
- var FORCED = DESCRIPTORS$2 && fails$1(function () {
6294
+ var FORCED = DESCRIPTORS$1 && fails$1(function () {
6298
6295
  var INDICES_SUPPORT = true;
6299
6296
  try {
6300
6297
  RegExp$1('.', 'd');
@@ -7467,64 +7464,6 @@ var DailyLearning = /*#__PURE__*/function () {
7467
7464
  return DailyLearning;
7468
7465
  }();
7469
7466
 
7470
- var internalObjectKeys = objectKeysInternal;
7471
- var enumBugKeys$1 = enumBugKeys$3;
7472
-
7473
- // `Object.keys` method
7474
- // https://tc39.es/ecma262/#sec-object.keys
7475
- // eslint-disable-next-line es/no-object-keys -- safe
7476
- var objectKeys$2 = Object.keys || function keys(O) {
7477
- return internalObjectKeys(O, enumBugKeys$1);
7478
- };
7479
-
7480
- var DESCRIPTORS$1 = descriptors;
7481
- var uncurryThis$2 = functionUncurryThis;
7482
- var objectKeys$1 = objectKeys$2;
7483
- var toIndexedObject$1 = toIndexedObject$6;
7484
- var $propertyIsEnumerable = objectPropertyIsEnumerable.f;
7485
-
7486
- var propertyIsEnumerable = uncurryThis$2($propertyIsEnumerable);
7487
- var push = uncurryThis$2([].push);
7488
-
7489
- // `Object.{ entries, values }` methods implementation
7490
- var createMethod = function (TO_ENTRIES) {
7491
- return function (it) {
7492
- var O = toIndexedObject$1(it);
7493
- var keys = objectKeys$1(O);
7494
- var length = keys.length;
7495
- var i = 0;
7496
- var result = [];
7497
- var key;
7498
- while (length > i) {
7499
- key = keys[i++];
7500
- if (!DESCRIPTORS$1 || propertyIsEnumerable(O, key)) {
7501
- push(result, TO_ENTRIES ? [key, O[key]] : O[key]);
7502
- }
7503
- }
7504
- return result;
7505
- };
7506
- };
7507
-
7508
- var objectToArray = {
7509
- // `Object.entries` method
7510
- // https://tc39.es/ecma262/#sec-object.entries
7511
- entries: createMethod(true),
7512
- // `Object.values` method
7513
- // https://tc39.es/ecma262/#sec-object.values
7514
- values: createMethod(false)
7515
- };
7516
-
7517
- var $$3 = _export;
7518
- var $entries = objectToArray.entries;
7519
-
7520
- // `Object.entries` method
7521
- // https://tc39.es/ecma262/#sec-object.entries
7522
- $$3({ target: 'Object', stat: true }, {
7523
- entries: function entries(O) {
7524
- return $entries(O);
7525
- }
7526
- });
7527
-
7528
7467
  var NISAN$1 = months.NISAN;
7529
7468
  var CHESHVAN = months.CHESHVAN;
7530
7469
  var KISLEV = months.KISLEV;
@@ -7613,14 +7552,14 @@ function getBirthdayOrAnniversary_(hyear, gdate) {
7613
7552
  return new HDate(day, month, hyear);
7614
7553
  }
7615
7554
 
7616
- var version="4.1.1";
7555
+ var version="4.2.0";
7617
7556
 
7618
7557
  var headers$1={"plural-forms":"nplurals=2; plural=(n > 1);"};var contexts$1={"":{Shabbat:["Shabbos"],"Achrei Mot":["Achrei Mos"],Bechukotai:["Bechukosai"],"Beha'alotcha":["Beha'aloscha"],Bereshit:["Bereshis"],Chukat:["Chukas"],"Erev Shavuot":["Erev Shavuos"],"Erev Sukkot":["Erev Sukkos"],"Ki Tavo":["Ki Savo"],"Ki Teitzei":["Ki Seitzei"],"Ki Tisa":["Ki Sisa"],Matot:["Matos"],"Purim Katan":["Purim Koton"],Tazria:["Sazria"],"Shabbat Chazon":["Shabbos Chazon"],"Shabbat HaChodesh":["Shabbos HaChodesh"],"Shabbat HaGadol":["Shabbos HaGadol"],"Shabbat Nachamu":["Shabbos Nachamu"],"Shabbat Parah":["Shabbos Parah"],"Shabbat Shekalim":["Shabbos Shekalim"],"Shabbat Shuva":["Shabbos Shuvah"],"Shabbat Zachor":["Shabbos Zachor"],Shavuot:["Shavuos"],"Shavuot I":["Shavuos I"],"Shavuot II":["Shavuos II"],Shemot:["Shemos"],"Shmini Atzeret":["Shmini Atzeres"],"Simchat Torah":["Simchas Torah"],Sukkot:["Sukkos"],"Sukkot I":["Sukkos I"],"Sukkot II":["Sukkos II"],"Sukkot II (CH''M)":["Sukkos II (CH''M)"],"Sukkot III (CH''M)":["Sukkos III (CH''M)"],"Sukkot IV (CH''M)":["Sukkos IV (CH''M)"],"Sukkot V (CH''M)":["Sukkos V (CH''M)"],"Sukkot VI (CH''M)":["Sukkos VI (CH''M)"],"Sukkot VII (Hoshana Raba)":["Sukkos VII (Hoshana Raba)"],"Ta'anit Bechorot":["Ta'anis Bechoros"],"Ta'anit Esther":["Ta'anis Esther"],Toldot:["Toldos"],Vaetchanan:["Vaeschanan"],Yitro:["Yisro"],"Vezot Haberakhah":["Vezos Haberakhah"],Parashat:["Parshas"],"Leil Selichot":["Leil Selichos"],"Shabbat Mevarchim Chodesh":["Shabbos Mevorchim Chodesh"],"Shabbat Shirah":["Shabbos Shirah"],Tevet:["Teves"],"Asara B'Tevet":["Asara B'Teves"],"Alot HaShachar":["Alos HaShachar"],"Kriat Shema, sof zeman":["Krias Shema, sof zman"],"Tefilah, sof zeman":["Tefilah, sof zman"],"Kriat Shema, sof zeman (MGA)":["Krias Shema, sof zman (MGA)"],"Tefilah, sof zeman (MGA)":["Tefilah, sof zman (MGA)"],"Chatzot HaLailah":["Chatzos HaLailah"],"Chatzot hayom":["Chatzos"],"Tzeit HaKochavim":["Tzeis HaKochavim"],"Birkat Hachamah":["Birkas Hachamah"],"Shushan Purim Katan":["Shushan Purim Koton"]}};var poAshkenazi = {headers:headers$1,contexts:contexts$1};
7619
7558
 
7620
7559
  Locale.addLocale('ashkenazi', poAshkenazi);
7621
7560
  Locale.addLocale('a', poAshkenazi);
7622
7561
 
7623
- var headers={"plural-forms":"nplurals=2; plural=(n > 1);"};var contexts={"":{Shabbat:["שַׁבָּת"],"Daf Yomi":["דַף יוֹמִי"],Parashat:["פָּרָשַׁת"],"Achrei Mot":["אַחֲרֵי מוֹת"],Balak:["בָּלָק"],Bamidbar:["בְּמִדְבַּר"],Bechukotai:["בְּחֻקֹּתַי"],"Beha'alotcha":["בְּהַעֲלֹתְךָ"],Behar:["בְּהַר"],Bereshit:["בְּרֵאשִׁית"],Beshalach:["בְּשַׁלַּח"],Bo:["בֹּא"],"Chayei Sara":["חַיֵּי שָֹרָה"],Chukat:["חֻקַּת"],Devarim:["דְּבָרִים"],Eikev:["עֵקֶב"],Emor:["אֱמוֹר"],"Ha'Azinu":["הַאֲזִינוּ"],Kedoshim:["קְדשִׁים"],"Ki Tavo":["כִּי־תָבוֹא"],"Ki Teitzei":["כִּי־תֵצֵא"],"Ki Tisa":["כִּי תִשָּׂא"],Korach:["קוֹרַח"],"Lech-Lecha":["לֶךְ־לְךָ"],Masei:["מַסְעֵי"],Matot:["מַּטּוֹת"],Metzora:["מְּצֹרָע"],Miketz:["מִקֵּץ"],Mishpatim:["מִּשְׁפָּטִים"],Nasso:["נָשׂא"],Nitzavim:["נִצָּבִים"],Noach:["נֹחַ"],Pekudei:["פְקוּדֵי"],Pinchas:["פִּינְחָס"],"Re'eh":["רְאֵה"],"Sh'lach":["שְׁלַח־לְךָ"],Shemot:["שְׁמוֹת"],Shmini:["שְּׁמִינִי"],Shoftim:["שׁוֹפְטִים"],Tazria:["תַזְרִיעַ"],Terumah:["תְּרוּמָה"],Tetzaveh:["תְּצַוֶּה"],Toldot:["תּוֹלְדוֹת"],Tzav:["צַו"],Vaera:["וָאֵרָא"],Vaetchanan:["וָאֶתְחַנַּן"],Vayakhel:["וַיַּקְהֵל"],Vayechi:["וַיְחִי"],Vayeilech:["וַיֵּלֶךְ"],Vayera:["וַיֵּרָא"],Vayeshev:["וַיֵּשֶׁב"],Vayetzei:["וַיֵּצֵא"],Vayigash:["וַיִּגַּשׁ"],Vayikra:["וַיִּקְרָא"],Vayishlach:["וַיִּשְׁלַח"],"Vezot Haberakhah":["וְזֹאת הַבְּרָכָה"],Yitro:["יִתְרוֹ"],"Asara B'Tevet":["עֲשָׂרָה בְּטֵבֵת"],"Candle lighting":["הַדלָקָת נֵרוֹת"],Chanukah:["חֲנוּכָּה"],"Chanukah: 1 Candle":["חֲנוּכָּה: א׳ נֵר"],"Chanukah: 2 Candles":["חֲנוּכָּה: ב׳ נֵרוֹת"],"Chanukah: 3 Candles":["חֲנוּכָּה: ג׳ נֵרוֹת"],"Chanukah: 4 Candles":["חֲנוּכָּה: ד׳ נֵרוֹת"],"Chanukah: 5 Candles":["חֲנוּכָּה: ה׳ נֵרוֹת"],"Chanukah: 6 Candles":["חֲנוּכָּה: ו׳ נֵרוֹת"],"Chanukah: 7 Candles":["חֲנוּכָּה: ז׳ נֵרוֹת"],"Chanukah: 8 Candles":["חֲנוּכָּה: ח׳ נֵרוֹת"],"Chanukah: 8th Day":["חֲנוּכָּה: יוֹם ח׳"],"Days of the Omer":["סְפִירַת הָעוֹמֶר"],Omer:["עוֹמֶר"],"day of the Omer":["בָּעוֹמֶר"],"Erev Pesach":["עֶרֶב פֶּסַח"],"Erev Purim":["עֶרֶב פּוּרִים"],"Erev Rosh Hashana":["עֶרֶב רֹאשׁ הַשָּׁנָה"],"Erev Shavuot":["עֶרֶב שָׁבוּעוֹת"],"Erev Simchat Torah":["עֶרֶב שִׂמְחַת תּוֹרָה"],"Erev Sukkot":["עֶרֶב סוּכּוֹת"],"Erev Tish'a B'Av":["עֶרֶב תִּשְׁעָה בְּאָב"],"Erev Yom Kippur":["עֶרֶב יוֹם כִּפּוּר"],Havdalah:["הַבדָלָה"],"Lag BaOmer":["ל״ג בָּעוֹמֶר"],"Leil Selichot":["סליחות"],Pesach:["פֶּסַח"],"Pesach I":["פֶּסַח א׳"],"Pesach II":["פֶּסַח ב׳"],"Pesach II (CH''M)":["פֶּסַח ב׳ (חוה״מ)"],"Pesach III (CH''M)":["פֶּסַח ג׳ (חוה״מ)"],"Pesach IV (CH''M)":["פֶּסַח ד׳ (חוה״מ)"],"Pesach Sheni":["פֶּסַח שני"],"Pesach V (CH''M)":["פֶּסַח ה׳ (חוה״מ)"],"Pesach VI (CH''M)":["פֶּסַח ו׳ (חוה״מ)"],"Pesach VII":["פֶּסַח ז׳"],"Pesach VIII":["פֶּסַח ח׳"],Purim:["פּוּרִים"],"Purim Katan":["פּוּרִים קָטָן"],"Rosh Chodesh %s":["רֹאשׁ חוֹדֶשׁ %s"],"Rosh Chodesh":["רֹאשׁ חוֹדֶשׁ"],Adar:["אַדָר"],"Adar I":["אַדָר א׳"],"Adar II":["אַדָר ב׳"],Av:["אָב"],Cheshvan:["חֶשְׁוָן"],Elul:["אֱלוּל"],Iyyar:["אִיָיר"],Kislev:["כִּסְלֵו"],Nisan:["נִיסָן"],"Sh'vat":["שְׁבָט"],Sivan:["סִיוָן"],Tamuz:["תַּמּוּז"],Tevet:["טֵבֵת"],Tishrei:["תִשְׁרֵי"],"Rosh Hashana":["רֹאשׁ הַשָּׁנָה"],"Rosh Hashana I":["רֹאשׁ הַשָּׁנָה א׳"],"Rosh Hashana II":["רֹאשׁ הַשָּׁנָה ב׳"],"Shabbat Chazon":["שַׁבָּת חֲזוֹן"],"Shabbat HaChodesh":["שַׁבָּת הַחֹדֶשׁ"],"Shabbat HaGadol":["שַׁבָּת הַגָּדוֹל"],"Shabbat Machar Chodesh":["שַׁבָּת מָחָר חוֹדֶשׁ"],"Shabbat Nachamu":["שַׁבָּת נַחֲמוּ"],"Shabbat Parah":["שַׁבָּת פּרה"],"Shabbat Rosh Chodesh":["שַׁבָּת רֹאשׁ חוֹדֶשׁ"],"Shabbat Shekalim":["שַׁבָּת שְׁקָלִים"],"Shabbat Shuva":["שַׁבָּת שׁוּבָה"],"Shabbat Zachor":["שַׁבָּת זָכוֹר"],Shavuot:["שָׁבוּעוֹת"],"Shavuot I":["שָׁבוּעוֹת א׳"],"Shavuot II":["שָׁבוּעוֹת ב׳"],"Shmini Atzeret":["שְׁמִינִי עֲצֶרֶת"],"Shushan Purim":["שׁוּשָׁן פּוּרִים"],Sigd:["סיגד"],"Simchat Torah":["שִׂמְחַת תּוֹרָה"],Sukkot:["סוּכּוֹת"],"Sukkot I":["סוּכּוֹת א׳"],"Sukkot II":["סוּכּוֹת ב׳"],"Sukkot II (CH''M)":["סוּכּוֹת ב׳ (חוה״מ)"],"Sukkot III (CH''M)":["סוּכּוֹת ג׳ (חוה״מ)"],"Sukkot IV (CH''M)":["סוּכּוֹת ד׳ (חוה״מ)"],"Sukkot V (CH''M)":["סוּכּוֹת ה׳ (חוה״מ)"],"Sukkot VI (CH''M)":["סוּכּוֹת ו׳ (חוה״מ)"],"Sukkot VII (Hoshana Raba)":["סוּכּוֹת ז׳ (הוֹשַׁעְנָא רַבָּה)"],"Ta'anit Bechorot":["תַּעֲנִית בְּכוֹרוֹת"],"Ta'anit Esther":["תַּעֲנִית אֶסְתֵּר"],"Tish'a B'Av":["תִּשְׁעָה בְּאָב"],"Tu B'Av":["טוּ בְּאָב"],"Tu BiShvat":["טוּ בִּשְׁבָט"],"Tu B'Shvat":["טוּ בִּשְׁבָט"],"Tzom Gedaliah":["צוֹם גְּדַלְיָה"],"Tzom Tammuz":["צוֹם תָּמוּז"],"Yom HaAtzma'ut":["יוֹם הָעַצְמָאוּת"],"Yom HaShoah":["יוֹם הַשּׁוֹאָה"],"Yom HaZikaron":["יוֹם הַזִּכָּרוֹן"],"Yom Kippur":["יוֹם כִּפּוּר"],"Yom Yerushalayim":["יוֹם יְרוּשָׁלַיִם"],"Yom HaAliyah":["יוֹם הַעֲלִיָּה"],"Yom HaAliyah School Observance":["שְׁמִירָת בֵּית הַסֵפֶר לְיוֹם הַעֲלִיָּה"],"Pesach I (on Shabbat)":["פֶּסַח יוֹם א׳ (בְּשַׁבָּת)"],"Pesach Chol ha-Moed Day 1":["פֶּסַח חוֹל הַמּוֹעֵד יוֹם א׳"],"Pesach Chol ha-Moed Day 2":["פֶּסַח חוֹל הַמּוֹעֵד יוֹם ב׳"],"Pesach Chol ha-Moed Day 3":["פֶּסַח חוֹל הַמּוֹעֵד יוֹם ג׳"],"Pesach Chol ha-Moed Day 4":["פֶּסַח חוֹל הַמּוֹעֵד יוֹם ד׳"],"Pesach Chol ha-Moed Day 5":["פֶּסַח חוֹל הַמּוֹעֵד יוֹם ה׳"],"Pesach Shabbat Chol ha-Moed":["פֶּסַח שַׁבָּת חוֹל הַמּוֹעֵד"],"Shavuot II (on Shabbat)":["שָׁבוּעוֹת יוֹם ב׳ (בְּשַׁבָּת)"],"Rosh Hashana I (on Shabbat)":["רֹאשׁ הַשָּׁנָה יוֹם א׳ (בְּשַׁבָּת)"],"Yom Kippur (on Shabbat)":["יוֹם כִּפּוּר (בְּשַׁבָּת)"],"Yom Kippur (Mincha, Traditional)":["יוֹם כִּפּוּר מִנחָה"],"Yom Kippur (Mincha, Alternate)":["יוֹם כִּפּוּר מִנחָה"],"Sukkot I (on Shabbat)":["סוּכּוֹת יוֹם א׳ (בְּשַׁבָּת)"],"Sukkot Chol ha-Moed Day 1":["סוּכּוֹת חוֹל הַמּוֹעֵד יוֹם א׳"],"Sukkot Chol ha-Moed Day 2":["סוּכּוֹת חוֹל הַמּוֹעֵד יוֹם ב׳"],"Sukkot Chol ha-Moed Day 3":["סוּכּוֹת חוֹל הַמּוֹעֵד יוֹם ג׳"],"Sukkot Chol ha-Moed Day 4":["סוּכּוֹת חוֹל הַמּוֹעֵד יוֹם ד׳"],"Sukkot Chol ha-Moed Day 5":["סוּכּוֹת חוֹל הַמּוֹעֵד יוֹם ה׳"],"Sukkot Shabbat Chol ha-Moed":["סוּכּוֹת שַׁבָּת חוֹל הַמּוֹעֵד"],"Sukkot Final Day (Hoshana Raba)":["סוּכּוֹת ז׳ (הוֹשַׁעְנָא רַבָּה)"],"Rosh Chodesh Adar":["רֹאשׁ חוֹדֶשׁ אַדָר"],"Rosh Chodesh Adar I":["רֹאשׁ חוֹדֶשׁ אַדָר א׳"],"Rosh Chodesh Adar II":["רֹאשׁ חוֹדֶשׁ אַדָר ב׳"],"Rosh Chodesh Av":["רֹאשׁ חוֹדֶשׁ אָב"],"Rosh Chodesh Cheshvan":["רֹאשׁ חוֹדֶשׁ חֶשְׁוָן"],"Rosh Chodesh Elul":["רֹאשׁ חוֹדֶשׁ אֱלוּל"],"Rosh Chodesh Iyyar":["רֹאשׁ חוֹדֶשׁ אִיָיר"],"Rosh Chodesh Kislev":["רֹאשׁ חוֹדֶשׁ כִּסְלֵו"],"Rosh Chodesh Nisan":["רֹאשׁ חוֹדֶשׁ נִיסָן"],"Rosh Chodesh Sh'vat":["רֹאשׁ חוֹדֶשׁ שְׁבָט"],"Rosh Chodesh Sivan":["רֹאשׁ חוֹדֶשׁ סִיוָן"],"Rosh Chodesh Tamuz":["רֹאשׁ חוֹדֶשׁ תָּמוּז"],"Rosh Chodesh Tevet":["רֹאשׁ חוֹדֶשׁ טֵבֵת"],min:["דקות"],"Fast begins":["תחילת הַצוֹם"],"Fast ends":["סִיּוּם הַצוֹם"],"Rosh Hashana LaBehemot":["רֹאשׁ הַשָּׁנָה לְמַעְשַׂר בְּהֵמָה"],"Tish'a B'Av (observed)":["תִּשְׁעָה בְּאָב נִדחֶה"],"Shabbat Mevarchim Chodesh":["שַׁבָּת מְבָרְכִים חוֹדֶשׁ"],"Shabbat Shirah":["שַׁבָּת שִׁירָה"],"Chatzot HaLailah":["חֲצוֹת הַלַיְלָה"],"Alot haShachar":["עֲלוֹת הַשַּׁחַר"],Misheyakir:["מִשֶּׁיַּכִּיר"],"Misheyakir Machmir":["מִשֶּׁיַּכִּיר מַחמִיר"],Dawn:["דִּימְדּוּמֵי בּוֹקֵר"],Sunrise:["הַנֵץ הַחַמָּה"],"Kriat Shema, sof zeman":["סוֹף זְמַן קְרִיאַת שְׁמַע גר״א"],"Tefilah, sof zeman":["סוֹף זְמַן תְּפִלָּה גר״א"],"Kriat Shema, sof zeman (MGA)":["סוֹף זְמַן קְרִיאַת שְׁמַע מג״א"],"Tefilah, sof zeman (MGA)":["סוֹף זְמַן תְּפִלָּה מג״א"],"Chatzot hayom":["חֲצוֹת הַיּוֹם"],"Mincha Gedolah":["מִנְחָה גְּדוֹלָה"],"Mincha Ketanah":["מִנְחָה קְטַנָּה"],"Plag HaMincha":["פְּלַג הַמִּנְחָה"],Dusk:["דִּימְדּוּמֵי עֶרֶב"],Sunset:["שְׁקִיעָה"],"Nightfall - End of ordained fasts":["לַיְלָה - גמר תעניות דרבנן"],"Tzeit HaKochavim":["צֵאת כוכבים"],Lovingkindness:["חֶֽסֶד"],Might:["גְבוּרָה"],Beauty:["תִּפאֶרֶת"],Eternity:["נֶּֽצַח"],Splendor:["הוֹד"],Foundation:["יְּסוֹד"],Majesty:["מַּלְכוּת"],day:["יוֹם"],"Chanukah Day 1":["חֲנוּכָּה יוֹם א׳"],"Chanukah Day 2":["חֲנוּכָּה יוֹם ב׳"],"Chanukah Day 3":["חֲנוּכָּה יוֹם ג׳"],"Chanukah Day 4":["חֲנוּכָּה יוֹם ד׳"],"Chanukah Day 5":["חֲנוּכָּה יוֹם ה׳"],"Chanukah Day 6":["חֲנוּכָּה יוֹם ו׳"],"Chanukah Day 7":["חֲנוּכָּה יוֹם ז׳"],"Chanukah Day 7 (on Rosh Chodesh)":["חֲנוּכָּה יוֹם ז׳ (רֹאשׁ חוֹדֶשׁ)"],"Chanukah Day 8":["חֲנוּכָּה יוֹם ח׳"],"Chanukah Day 1 (on Shabbat)":["חֲנוּכָּה יוֹם א׳ (בְּשַׁבָּת)"],"Chanukah Day 2 (on Shabbat)":["חֲנוּכָּה יוֹם ב׳ (בְּשַׁבָּת)"],"Chanukah Day 3 (on Shabbat)":["חֲנוּכָּה יוֹם ג׳ (בְּשַׁבָּת)"],"Chanukah Day 4 (on Shabbat)":["חֲנוּכָּה יוֹם ד׳ (בְּשַׁבָּת)"],"Chanukah Day 5 (on Shabbat)":["חֲנוּכָּה יוֹם ה׳ (בְּשַׁבָּת)"],"Chanukah Day 7 (on Shabbat)":["חֲנוּכָּה יוֹם ז׳ (בְּשַׁבָּת)"],"Chanukah Day 8 (on Shabbat)":["חֲנוּכָּה יוֹם ח׳ (בְּשַׁבָּת)"],"Shabbat Rosh Chodesh Chanukah":["שַׁבָּת רֹאשׁ חוֹדֶשׁ חֲנוּכָּה"],"Yom Kippur Katan":["יוֹם כִּפּוּר קָטָן"],"Family Day":["יוֹם הַמִּשׁפָּחָה"],"Yitzhak Rabin Memorial Day":["יוֹם הַזִּכָּרוֹן ליצחק רבין"],"Jabotinsky Day":["יוֹם ז׳בוטינסקי"],"Herzl Day":["יוֹם הרצל"],"Ben-Gurion Day":["יוֹם בן־גוריון"],"Birkat Hachamah":["בִרְכַּת הַחַמָּה"],"Shushan Purim Katan":["שׁוּשָׁן פּוּרִים קָטָן"],"Purim Meshulash":["פּוּרִים מְשׁוּלָּשׁ"],"after sunset":["אחרי השקיעה"],Yerushalmi:["יְרוּשַׁלְמִי"],"Chag HaBanot":["חַג הַבָּנוֹת"],Joshua:["יְהוֹשׁוּעַ"],Judges:["שׁוֹפְטִים"],"I Samuel":["שְׁמוּאֵל רִאשׁוֹן"],"II Samuel":["שְׁמוּאֵל שֵׁנִי"],"I Kings":["מְלָכִים רִאשׁוֹן"],"II Kings":["מְלָכִים שֵׁנִי"],Isaiah:["יְשַׁעְיָהוּ"],Jeremiah:["יִרְמְיָהוּ"],Ezekiel:["יְחֶזְקֵאל"],Hosea:["הוֹשֵׁעַ"],Joel:["יוֹאֵל"],Amos:["עָמוּס"],Obadiah:["עוֹבַדְיָה"],Jonah:["יוֹנָה"],Micah:["מִיכָה"],Nachum:["נַחוּם"],Habakkuk:["חֲבַקּוּק"],Zephaniah:["צְפַנְיָה"],Haggai:["חַגַּי"],Zechariah:["זְכַרְיָה"],Malachi:["מַלְאָכִי"],Psalms:["תְּהִלִּים"],Proverbs:["מִשְׁלֵי"],Job:["אִיּוֹב"],"Song of Songs":["שִׁיר הַשִּׁירִים"],Ruth:["רוּת"],Lamentations:["אֵיכָה"],Ecclesiastes:["קֹהֶלֶת"],Esther:["אֶסְתֵּר"],Daniel:["דָּנִיֵּאל"],Ezra:["עֶזְרָא"],Nehemiah:["נְחֶמְיָה"],"I Chronicles":["דִברֵי הַיָמִים רִאשׁוֹן"],"II Chronicles":["דִברֵי הַיָמִים שֵׁנִי"],"Yom Kippur (Mincha)":["יוֹם כִּפּוּר מִנחָה"],"Tish'a B'Av (Mincha)":["תִּשְׁעָה בְּאָב מִנחָה"],"Asara B'Tevet (Mincha)":["עֲשָׂרָה בְּטֵבֵת מִנחָה"],"Ta'anit Bechorot (Mincha)":["תַּעֲנִית בְּכוֹרוֹת מִנחָה"],"Ta'anit Esther (Mincha)":["תַּעֲנִית אֶסְתֵּר מִנחָה"],"Tzom Gedaliah (Mincha)":["צוֹם גְּדַלְיָה מִנחָה"],"Tzom Tammuz (Mincha)":["צוֹם תָּמוּז מִנחָה"]}};var poHe = {headers:headers,contexts:contexts};
7562
+ var headers={"plural-forms":"nplurals=2; plural=(n > 1);"};var contexts={"":{Shabbat:["שַׁבָּת"],"Daf Yomi":["דַף יוֹמִי"],Parashat:["פָּרָשַׁת"],"Achrei Mot":["אַחֲרֵי מוֹת"],Balak:["בָּלָק"],Bamidbar:["בְּמִדְבַּר"],Bechukotai:["בְּחֻקֹּתַי"],"Beha'alotcha":["בְּהַעֲלֹתְךָ"],Behar:["בְּהַר"],Bereshit:["בְּרֵאשִׁית"],Beshalach:["בְּשַׁלַּח"],Bo:["בֹּא"],"Chayei Sara":["חַיֵּי שָֹרָה"],Chukat:["חֻקַּת"],Devarim:["דְּבָרִים"],Eikev:["עֵקֶב"],Emor:["אֱמוֹר"],"Ha'Azinu":["הַאֲזִינוּ"],Kedoshim:["קְדשִׁים"],"Ki Tavo":["כִּי־תָבוֹא"],"Ki Teitzei":["כִּי־תֵצֵא"],"Ki Tisa":["כִּי תִשָּׂא"],Korach:["קוֹרַח"],"Lech-Lecha":["לֶךְ־לְךָ"],Masei:["מַסְעֵי"],Matot:["מַּטּוֹת"],Metzora:["מְּצֹרָע"],Miketz:["מִקֵּץ"],Mishpatim:["מִּשְׁפָּטִים"],Nasso:["נָשׂא"],Nitzavim:["נִצָּבִים"],Noach:["נֹחַ"],Pekudei:["פְקוּדֵי"],Pinchas:["פִּינְחָס"],"Re'eh":["רְאֵה"],"Sh'lach":["שְׁלַח־לְךָ"],Shemot:["שְׁמוֹת"],Shmini:["שְּׁמִינִי"],Shoftim:["שׁוֹפְטִים"],Tazria:["תַזְרִיעַ"],Terumah:["תְּרוּמָה"],Tetzaveh:["תְּצַוֶּה"],Toldot:["תּוֹלְדוֹת"],Tzav:["צַו"],Vaera:["וָאֵרָא"],Vaetchanan:["וָאֶתְחַנַּן"],Vayakhel:["וַיַּקְהֵל"],Vayechi:["וַיְחִי"],Vayeilech:["וַיֵּלֶךְ"],Vayera:["וַיֵּרָא"],Vayeshev:["וַיֵּשֶׁב"],Vayetzei:["וַיֵּצֵא"],Vayigash:["וַיִּגַּשׁ"],Vayikra:["וַיִּקְרָא"],Vayishlach:["וַיִּשְׁלַח"],"Vezot Haberakhah":["וְזֹאת הַבְּרָכָה"],Yitro:["יִתְרוֹ"],"Asara B'Tevet":["עֲשָׂרָה בְּטֵבֵת"],"Candle lighting":["הַדְלָקַת נֵרוֹת"],Chanukah:["חֲנוּכָּה"],"Chanukah: 1 Candle":["חֲנוּכָּה: א׳ נֵר"],"Chanukah: 2 Candles":["חֲנוּכָּה: ב׳ נֵרוֹת"],"Chanukah: 3 Candles":["חֲנוּכָּה: ג׳ נֵרוֹת"],"Chanukah: 4 Candles":["חֲנוּכָּה: ד׳ נֵרוֹת"],"Chanukah: 5 Candles":["חֲנוּכָּה: ה׳ נֵרוֹת"],"Chanukah: 6 Candles":["חֲנוּכָּה: ו׳ נֵרוֹת"],"Chanukah: 7 Candles":["חֲנוּכָּה: ז׳ נֵרוֹת"],"Chanukah: 8 Candles":["חֲנוּכָּה: ח׳ נֵרוֹת"],"Chanukah: 8th Day":["חֲנוּכָּה: יוֹם ח׳"],"Days of the Omer":["סְפִירַת הָעוֹמֶר"],Omer:["עוֹמֶר"],"day of the Omer":["בָּעוֹמֶר"],"Erev Pesach":["עֶרֶב פֶּסַח"],"Erev Purim":["עֶרֶב פּוּרִים"],"Erev Rosh Hashana":["עֶרֶב רֹאשׁ הַשָּׁנָה"],"Erev Shavuot":["עֶרֶב שָׁבוּעוֹת"],"Erev Simchat Torah":["עֶרֶב שִׂמְחַת תּוֹרָה"],"Erev Sukkot":["עֶרֶב סוּכּוֹת"],"Erev Tish'a B'Av":["עֶרֶב תִּשְׁעָה בְּאָב"],"Erev Yom Kippur":["עֶרֶב יוֹם כִּפּוּר"],Havdalah:["הַבְדָּלָה"],"Lag BaOmer":["ל״ג בָּעוֹמֶר"],"Leil Selichot":["סליחות"],Pesach:["פֶּסַח"],"Pesach I":["פֶּסַח א׳"],"Pesach II":["פֶּסַח ב׳"],"Pesach II (CH''M)":["פֶּסַח ב׳ (חוה״מ)"],"Pesach III (CH''M)":["פֶּסַח ג׳ (חוה״מ)"],"Pesach IV (CH''M)":["פֶּסַח ד׳ (חוה״מ)"],"Pesach Sheni":["פֶּסַח שני"],"Pesach V (CH''M)":["פֶּסַח ה׳ (חוה״מ)"],"Pesach VI (CH''M)":["פֶּסַח ו׳ (חוה״מ)"],"Pesach VII":["פֶּסַח ז׳"],"Pesach VIII":["פֶּסַח ח׳"],Purim:["פּוּרִים"],"Purim Katan":["פּוּרִים קָטָן"],"Rosh Chodesh %s":["רֹאשׁ חוֹדֶשׁ %s"],"Rosh Chodesh":["רֹאשׁ חוֹדֶשׁ"],Adar:["אַדָר"],"Adar I":["אַדָר א׳"],"Adar II":["אַדָר ב׳"],Av:["אָב"],Cheshvan:["חֶשְׁוָן"],Elul:["אֱלוּל"],Iyyar:["אִיָיר"],Kislev:["כִּסְלֵו"],Nisan:["נִיסָן"],"Sh'vat":["שְׁבָט"],Sivan:["סִיוָן"],Tamuz:["תַּמּוּז"],Tevet:["טֵבֵת"],Tishrei:["תִשְׁרֵי"],"Rosh Hashana":["רֹאשׁ הַשָּׁנָה"],"Rosh Hashana I":["רֹאשׁ הַשָּׁנָה א׳"],"Rosh Hashana II":["רֹאשׁ הַשָּׁנָה ב׳"],"Shabbat Chazon":["שַׁבָּת חֲזוֹן"],"Shabbat HaChodesh":["שַׁבָּת הַחֹדֶשׁ"],"Shabbat HaGadol":["שַׁבָּת הַגָּדוֹל"],"Shabbat Machar Chodesh":["שַׁבָּת מָחָר חוֹדֶשׁ"],"Shabbat Nachamu":["שַׁבָּת נַחֲמוּ"],"Shabbat Parah":["שַׁבָּת פּרה"],"Shabbat Rosh Chodesh":["שַׁבָּת רֹאשׁ חוֹדֶשׁ"],"Shabbat Shekalim":["שַׁבָּת שְׁקָלִים"],"Shabbat Shuva":["שַׁבָּת שׁוּבָה"],"Shabbat Zachor":["שַׁבָּת זָכוֹר"],Shavuot:["שָׁבוּעוֹת"],"Shavuot I":["שָׁבוּעוֹת א׳"],"Shavuot II":["שָׁבוּעוֹת ב׳"],"Shmini Atzeret":["שְׁמִינִי עֲצֶרֶת"],"Shushan Purim":["שׁוּשָׁן פּוּרִים"],Sigd:["סיגד"],"Simchat Torah":["שִׂמְחַת תּוֹרָה"],Sukkot:["סוּכּוֹת"],"Sukkot I":["סוּכּוֹת א׳"],"Sukkot II":["סוּכּוֹת ב׳"],"Sukkot II (CH''M)":["סוּכּוֹת ב׳ (חוה״מ)"],"Sukkot III (CH''M)":["סוּכּוֹת ג׳ (חוה״מ)"],"Sukkot IV (CH''M)":["סוּכּוֹת ד׳ (חוה״מ)"],"Sukkot V (CH''M)":["סוּכּוֹת ה׳ (חוה״מ)"],"Sukkot VI (CH''M)":["סוּכּוֹת ו׳ (חוה״מ)"],"Sukkot VII (Hoshana Raba)":["סוּכּוֹת ז׳ (הוֹשַׁעְנָא רַבָּה)"],"Ta'anit Bechorot":["תַּעֲנִית בְּכוֹרוֹת"],"Ta'anit Esther":["תַּעֲנִית אֶסְתֵּר"],"Tish'a B'Av":["תִּשְׁעָה בְּאָב"],"Tu B'Av":["טוּ בְּאָב"],"Tu BiShvat":["טוּ בִּשְׁבָט"],"Tu B'Shvat":["טוּ בִּשְׁבָט"],"Tzom Gedaliah":["צוֹם גְּדַלְיָה"],"Tzom Tammuz":["צוֹם תָּמוּז"],"Yom HaAtzma'ut":["יוֹם הָעַצְמָאוּת"],"Yom HaShoah":["יוֹם הַשּׁוֹאָה"],"Yom HaZikaron":["יוֹם הַזִּכָּרוֹן"],"Yom Kippur":["יוֹם כִּפּוּר"],"Yom Yerushalayim":["יוֹם יְרוּשָׁלַיִם"],"Yom HaAliyah":["יוֹם הַעֲלִיָּה"],"Yom HaAliyah School Observance":["שְׁמִירָת בֵּית הַסֵפֶר לְיוֹם הַעֲלִיָּה"],"Pesach I (on Shabbat)":["פֶּסַח יוֹם א׳ (בְּשַׁבָּת)"],"Pesach Chol ha-Moed Day 1":["פֶּסַח חוֹל הַמּוֹעֵד יוֹם א׳"],"Pesach Chol ha-Moed Day 2":["פֶּסַח חוֹל הַמּוֹעֵד יוֹם ב׳"],"Pesach Chol ha-Moed Day 3":["פֶּסַח חוֹל הַמּוֹעֵד יוֹם ג׳"],"Pesach Chol ha-Moed Day 4":["פֶּסַח חוֹל הַמּוֹעֵד יוֹם ד׳"],"Pesach Chol ha-Moed Day 5":["פֶּסַח חוֹל הַמּוֹעֵד יוֹם ה׳"],"Pesach Shabbat Chol ha-Moed":["פֶּסַח שַׁבָּת חוֹל הַמּוֹעֵד"],"Shavuot II (on Shabbat)":["שָׁבוּעוֹת יוֹם ב׳ (בְּשַׁבָּת)"],"Rosh Hashana I (on Shabbat)":["רֹאשׁ הַשָּׁנָה יוֹם א׳ (בְּשַׁבָּת)"],"Yom Kippur (on Shabbat)":["יוֹם כִּפּוּר (בְּשַׁבָּת)"],"Yom Kippur (Mincha, Traditional)":["יוֹם כִּפּוּר מִנחָה"],"Yom Kippur (Mincha, Alternate)":["יוֹם כִּפּוּר מִנחָה"],"Sukkot I (on Shabbat)":["סוּכּוֹת יוֹם א׳ (בְּשַׁבָּת)"],"Sukkot Chol ha-Moed Day 1":["סוּכּוֹת חוֹל הַמּוֹעֵד יוֹם א׳"],"Sukkot Chol ha-Moed Day 2":["סוּכּוֹת חוֹל הַמּוֹעֵד יוֹם ב׳"],"Sukkot Chol ha-Moed Day 3":["סוּכּוֹת חוֹל הַמּוֹעֵד יוֹם ג׳"],"Sukkot Chol ha-Moed Day 4":["סוּכּוֹת חוֹל הַמּוֹעֵד יוֹם ד׳"],"Sukkot Chol ha-Moed Day 5":["סוּכּוֹת חוֹל הַמּוֹעֵד יוֹם ה׳"],"Sukkot Shabbat Chol ha-Moed":["סוּכּוֹת שַׁבָּת חוֹל הַמּוֹעֵד"],"Sukkot Final Day (Hoshana Raba)":["סוּכּוֹת ז׳ (הוֹשַׁעְנָא רַבָּה)"],"Rosh Chodesh Adar":["רֹאשׁ חוֹדֶשׁ אַדָר"],"Rosh Chodesh Adar I":["רֹאשׁ חוֹדֶשׁ אַדָר א׳"],"Rosh Chodesh Adar II":["רֹאשׁ חוֹדֶשׁ אַדָר ב׳"],"Rosh Chodesh Av":["רֹאשׁ חוֹדֶשׁ אָב"],"Rosh Chodesh Cheshvan":["רֹאשׁ חוֹדֶשׁ חֶשְׁוָן"],"Rosh Chodesh Elul":["רֹאשׁ חוֹדֶשׁ אֱלוּל"],"Rosh Chodesh Iyyar":["רֹאשׁ חוֹדֶשׁ אִיָיר"],"Rosh Chodesh Kislev":["רֹאשׁ חוֹדֶשׁ כִּסְלֵו"],"Rosh Chodesh Nisan":["רֹאשׁ חוֹדֶשׁ נִיסָן"],"Rosh Chodesh Sh'vat":["רֹאשׁ חוֹדֶשׁ שְׁבָט"],"Rosh Chodesh Sivan":["רֹאשׁ חוֹדֶשׁ סִיוָן"],"Rosh Chodesh Tamuz":["רֹאשׁ חוֹדֶשׁ תָּמוּז"],"Rosh Chodesh Tevet":["רֹאשׁ חוֹדֶשׁ טֵבֵת"],min:["דקות"],"Fast begins":["תחילת הַצוֹם"],"Fast ends":["סִיּוּם הַצוֹם"],"Rosh Hashana LaBehemot":["רֹאשׁ הַשָּׁנָה לְמַעְשַׂר בְּהֵמָה"],"Tish'a B'Av (observed)":["תִּשְׁעָה בְּאָב נִדחֶה"],"Shabbat Mevarchim Chodesh":["שַׁבָּת מְבָרְכִים חוֹדֶשׁ"],"Shabbat Shirah":["שַׁבָּת שִׁירָה"],"Chatzot HaLailah":["חֲצוֹת הַלַיְלָה"],"Alot haShachar":["עֲלוֹת הַשַּׁחַר"],Misheyakir:["מִשֶּׁיַּכִּיר"],"Misheyakir Machmir":["מִשֶּׁיַּכִּיר מַחמִיר"],Dawn:["דִּימְדּוּמֵי בּוֹקֵר"],Sunrise:["הַנֵץ הַחַמָּה"],"Kriat Shema, sof zeman":["סוֹף זְמַן קְרִיאַת שְׁמַע גר״א"],"Tefilah, sof zeman":["סוֹף זְמַן תְּפִלָּה גר״א"],"Kriat Shema, sof zeman (MGA)":["סוֹף זְמַן קְרִיאַת שְׁמַע מג״א"],"Tefilah, sof zeman (MGA)":["סוֹף זְמַן תְּפִלָּה מג״א"],"Chatzot hayom":["חֲצוֹת הַיּוֹם"],"Mincha Gedolah":["מִנְחָה גְּדוֹלָה"],"Mincha Ketanah":["מִנְחָה קְטַנָּה"],"Plag HaMincha":["פְּלַג הַמִּנְחָה"],Dusk:["דִּימְדּוּמֵי עֶרֶב"],Sunset:["שְׁקִיעָה"],"Nightfall - End of ordained fasts":["לַיְלָה - גמר תעניות דרבנן"],"Tzeit HaKochavim":["צֵאת הַכּוֹכָבִים"],Lovingkindness:["חֶֽסֶד"],Might:["גְבוּרָה"],Beauty:["תִּפאֶרֶת"],Eternity:["נֶּֽצַח"],Splendor:["הוֹד"],Foundation:["יְּסוֹד"],Majesty:["מַּלְכוּת"],day:["יוֹם"],"Chanukah Day 1":["חֲנוּכָּה יוֹם א׳"],"Chanukah Day 2":["חֲנוּכָּה יוֹם ב׳"],"Chanukah Day 3":["חֲנוּכָּה יוֹם ג׳"],"Chanukah Day 4":["חֲנוּכָּה יוֹם ד׳"],"Chanukah Day 5":["חֲנוּכָּה יוֹם ה׳"],"Chanukah Day 6":["חֲנוּכָּה יוֹם ו׳"],"Chanukah Day 7":["חֲנוּכָּה יוֹם ז׳"],"Chanukah Day 7 (on Rosh Chodesh)":["חֲנוּכָּה יוֹם ז׳ (רֹאשׁ חוֹדֶשׁ)"],"Chanukah Day 8":["חֲנוּכָּה יוֹם ח׳"],"Chanukah Day 1 (on Shabbat)":["חֲנוּכָּה יוֹם א׳ (בְּשַׁבָּת)"],"Chanukah Day 2 (on Shabbat)":["חֲנוּכָּה יוֹם ב׳ (בְּשַׁבָּת)"],"Chanukah Day 3 (on Shabbat)":["חֲנוּכָּה יוֹם ג׳ (בְּשַׁבָּת)"],"Chanukah Day 4 (on Shabbat)":["חֲנוּכָּה יוֹם ד׳ (בְּשַׁבָּת)"],"Chanukah Day 5 (on Shabbat)":["חֲנוּכָּה יוֹם ה׳ (בְּשַׁבָּת)"],"Chanukah Day 7 (on Shabbat)":["חֲנוּכָּה יוֹם ז׳ (בְּשַׁבָּת)"],"Chanukah Day 8 (on Shabbat)":["חֲנוּכָּה יוֹם ח׳ (בְּשַׁבָּת)"],"Shabbat Rosh Chodesh Chanukah":["שַׁבָּת רֹאשׁ חוֹדֶשׁ חֲנוּכָּה"],"Yom Kippur Katan":["יוֹם כִּפּוּר קָטָן"],"Family Day":["יוֹם הַמִּשׁפָּחָה"],"Yitzhak Rabin Memorial Day":["יוֹם הַזִּכָּרוֹן ליצחק רבין"],"Jabotinsky Day":["יוֹם ז׳בוטינסקי"],"Herzl Day":["יוֹם הרצל"],"Ben-Gurion Day":["יוֹם בן־גוריון"],"Birkat Hachamah":["בִרְכַּת הַחַמָּה"],"Shushan Purim Katan":["שׁוּשָׁן פּוּרִים קָטָן"],"Purim Meshulash":["פּוּרִים מְשׁוּלָּשׁ"],"after sunset":["אחרי השקיעה"],Yerushalmi:["יְרוּשַׁלְמִי"],"Chag HaBanot":["חַג הַבָּנוֹת"],Joshua:["יְהוֹשׁוּעַ"],Judges:["שׁוֹפְטִים"],"I Samuel":["שְׁמוּאֵל רִאשׁוֹן"],"II Samuel":["שְׁמוּאֵל שֵׁנִי"],"I Kings":["מְלָכִים רִאשׁוֹן"],"II Kings":["מְלָכִים שֵׁנִי"],Isaiah:["יְשַׁעְיָהוּ"],Jeremiah:["יִרְמְיָהוּ"],Ezekiel:["יְחֶזְקֵאל"],Hosea:["הוֹשֵׁעַ"],Joel:["יוֹאֵל"],Amos:["עָמוּס"],Obadiah:["עוֹבַדְיָה"],Jonah:["יוֹנָה"],Micah:["מִיכָה"],Nachum:["נַחוּם"],Habakkuk:["חֲבַקּוּק"],Zephaniah:["צְפַנְיָה"],Haggai:["חַגַּי"],Zechariah:["זְכַרְיָה"],Malachi:["מַלְאָכִי"],Psalms:["תְּהִלִּים"],Proverbs:["מִשְׁלֵי"],Job:["אִיּוֹב"],"Song of Songs":["שִׁיר הַשִּׁירִים"],Ruth:["רוּת"],Lamentations:["אֵיכָה"],Ecclesiastes:["קֹהֶלֶת"],Esther:["אֶסְתֵּר"],Daniel:["דָּנִיֵּאל"],Ezra:["עֶזְרָא"],Nehemiah:["נְחֶמְיָה"],"I Chronicles":["דִברֵי הַיָמִים רִאשׁוֹן"],"II Chronicles":["דִברֵי הַיָמִים שֵׁנִי"],"Yom Kippur (Mincha)":["יוֹם כִּפּוּר מִנחָה"],"Tish'a B'Av (Mincha)":["תִּשְׁעָה בְּאָב מִנחָה"],"Asara B'Tevet (Mincha)":["עֲשָׂרָה בְּטֵבֵת מִנחָה"],"Ta'anit Bechorot (Mincha)":["תַּעֲנִית בְּכוֹרוֹת מִנחָה"],"Ta'anit Esther (Mincha)":["תַּעֲנִית אֶסְתֵּר מִנחָה"],"Tzom Gedaliah (Mincha)":["צוֹם גְּדַלְיָה מִנחָה"],"Tzom Tammuz (Mincha)":["צוֹם תָּמוּז מִנחָה"]}};var poHe = {headers:headers,contexts:contexts};
7624
7563
 
7625
7564
  Locale.addLocale('he', poHe);
7626
7565
  Locale.addLocale('h', poHe);
@@ -7713,12 +7652,22 @@ $$2({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_RE
7713
7652
 
7714
7653
  var objectDefineProperties = {};
7715
7654
 
7655
+ var internalObjectKeys = objectKeysInternal;
7656
+ var enumBugKeys$1 = enumBugKeys$3;
7657
+
7658
+ // `Object.keys` method
7659
+ // https://tc39.es/ecma262/#sec-object.keys
7660
+ // eslint-disable-next-line es/no-object-keys -- safe
7661
+ var objectKeys$1 = Object.keys || function keys(O) {
7662
+ return internalObjectKeys(O, enumBugKeys$1);
7663
+ };
7664
+
7716
7665
  var DESCRIPTORS = descriptors;
7717
7666
  var V8_PROTOTYPE_DEFINE_BUG = v8PrototypeDefineBug;
7718
7667
  var definePropertyModule = objectDefineProperty;
7719
7668
  var anObject$1 = anObject$8;
7720
- var toIndexedObject = toIndexedObject$6;
7721
- var objectKeys = objectKeys$2;
7669
+ var toIndexedObject = toIndexedObject$5;
7670
+ var objectKeys = objectKeys$1;
7722
7671
 
7723
7672
  // `Object.defineProperties` method
7724
7673
  // https://tc39.es/ecma262/#sec-object.defineproperties
@@ -8675,9 +8624,8 @@ var HebrewCalendar = /*#__PURE__*/function () {
8675
8624
  }
8676
8625
  var dailyLearning = options.dailyLearning;
8677
8626
  if (_typeof(dailyLearning) === 'object') {
8678
- Object.entries(dailyLearning).forEach(function (kv) {
8679
- var key = kv[0];
8680
- var val = kv[1];
8627
+ Object.keys(dailyLearning).forEach(function (key) {
8628
+ var val = dailyLearning[key];
8681
8629
  if (val) {
8682
8630
  var name = key === 'yerushalmi' ? val === 2 ? 'yerushalmi-schottenstein' : 'yerushalmi-vilna' : key;
8683
8631
  var learningEv = DailyLearning.lookup(name, hd);
@@ -9061,6 +9009,7 @@ exports.TimedEvent = TimedEvent;
9061
9009
  exports.Zmanim = Zmanim;
9062
9010
  exports.flags = flags;
9063
9011
  exports.gematriya = gematriya;
9012
+ exports.gematriyaStrToNum = gematriyaStrToNum;
9064
9013
  exports.greg = greg;
9065
9014
  exports.months = months;
9066
9015
  exports.parshiot = parshiot;