@mjhls/mjh-framework 1.0.278 → 1.0.280

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/{ADInfeed-f560c2f9.js → ADInfeed-f0bf34d7.js} +1 -1
  3. package/dist/cjs/{AdSlot-f69a31ec.js → AdSlot-9660e9aa.js} +3 -4
  4. package/dist/cjs/DeckContent.js +10 -11
  5. package/dist/cjs/DeckQueue.js +8 -9
  6. package/dist/cjs/{Dfp-7a5533f9.js → Dfp-36d51c84.js} +3 -4
  7. package/dist/cjs/{Figure-fe3e9705.js → Figure-a7cd5161.js} +2 -2
  8. package/dist/cjs/{GridContent-8d5a738c.js → GridContent-4b4bbe7f.js} +13 -14
  9. package/dist/cjs/GridContent.js +7 -8
  10. package/dist/cjs/IssueContentDeck.js +4 -4
  11. package/dist/cjs/IssueDeck.js +16 -8
  12. package/dist/cjs/MasterDeck.js +4 -5
  13. package/dist/cjs/{Normal-7ed9eee9.js → Normal-878318e9.js} +2 -2
  14. package/dist/cjs/PublicationDeck.js +4 -4
  15. package/dist/cjs/QueueDeckExpanded.js +47 -12
  16. package/dist/cjs/{TaxonomyCard-b5074d6e.js → TaxonomyCard-cf5bbc07.js} +5 -5
  17. package/dist/cjs/TaxonomyCard.js +1 -1
  18. package/dist/cjs/TemplateNormal.js +5 -6
  19. package/dist/cjs/ThumbnailCard.js +4 -4
  20. package/dist/cjs/VideoSeriesListing.js +4 -5
  21. package/dist/cjs/{YoutubeGroup-78e6bcc3.js → YoutubeGroup-1ec66294.js} +3 -3
  22. package/dist/cjs/YoutubeGroup.js +1 -1
  23. package/dist/cjs/{index-fa3cec70.js → debounce-fbfce522.js} +483 -0
  24. package/dist/cjs/{get-1f91592f.js → get-858530c2.js} +1 -1
  25. package/dist/cjs/index.js +36 -37
  26. package/dist/cjs/{inherits-9898af5a.js → inherits-3fbaa008.js} +1 -1
  27. package/dist/cjs/{promise-b96c61f8.js → promise-ea10b9c8.js} +1 -1
  28. package/dist/esm/{ADInfeed-a77b2850.js → ADInfeed-cc019fcb.js} +1 -1
  29. package/dist/esm/{AdSlot-69bf3195.js → AdSlot-1f20130d.js} +2 -3
  30. package/dist/esm/DeckContent.js +5 -6
  31. package/dist/esm/DeckQueue.js +3 -4
  32. package/dist/esm/{Dfp-71879c9d.js → Dfp-85f00c9b.js} +1 -2
  33. package/dist/esm/{GridContent-b8b5f361.js → GridContent-1292ff20.js} +5 -6
  34. package/dist/esm/GridContent.js +7 -8
  35. package/dist/esm/IssueDeck.js +12 -4
  36. package/dist/esm/MasterDeck.js +3 -4
  37. package/dist/esm/{Normal-21cfb458.js → Normal-a2c50ae2.js} +2 -2
  38. package/dist/esm/QueueDeckExpanded.js +40 -5
  39. package/dist/esm/TemplateNormal.js +5 -6
  40. package/dist/esm/VideoSeriesListing.js +2 -3
  41. package/dist/esm/{index-fa84ea96.js → debounce-d15d4a31.js} +478 -2
  42. package/dist/esm/{get-b2201dc8.js → get-a0244443.js} +1 -1
  43. package/dist/esm/index.js +10 -11
  44. package/dist/esm/{inherits-a75c8a1c.js → inherits-1d7657b5.js} +1 -1
  45. package/dist/esm/{promise-683a9c54.js → promise-eabb7f7e.js} +1 -1
  46. package/package.json +1 -1
  47. package/dist/cjs/debounce-783eb233.js +0 -487
  48. package/dist/esm/debounce-806f886b.js +0 -479
@@ -1,25 +1,24 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import './_to-object-b9b796ec.js';
3
3
  import './web.dom.iterable-3be50d6c.js';
4
- import './debounce-806f886b.js';
4
+ import './debounce-d15d4a31.js';
5
5
  import './main-155ec04f.js';
6
6
  import './core.get-iterator-method-31c1fb1a.js';
7
7
  import './extends-dbbe308d.js';
8
8
  import 'react';
9
- import './index-fa84ea96.js';
10
9
  import 'prop-types';
11
10
  import 'react-bootstrap/Container';
12
11
  import 'react-bootstrap/Row';
13
12
  import 'react-bootstrap/Col';
14
13
  import 'next/link';
15
14
  import './slicedToArray-d0a9593a.js';
16
- import './AdSlot-69bf3195.js';
17
- import './promise-683a9c54.js';
18
- import './get-b2201dc8.js';
15
+ import './AdSlot-1f20130d.js';
16
+ import './promise-eabb7f7e.js';
17
+ import './get-a0244443.js';
19
18
  import 'react-bootstrap';
20
19
  import './index.esm-536609db.js';
21
20
  import 'react-bootstrap/Button';
22
- export { T as default } from './Normal-21cfb458.js';
21
+ export { T as default } from './Normal-a2c50ae2.js';
23
22
  import 'react-bootstrap/ListGroup';
24
23
  import 'next/head';
25
24
  import 'react-bootstrap/Nav';
@@ -1,11 +1,10 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import './_to-object-b9b796ec.js';
3
3
  import './web.dom.iterable-3be50d6c.js';
4
- import { d as debounce_1 } from './debounce-806f886b.js';
4
+ import { d as debounce_1, l as lib_3 } from './debounce-d15d4a31.js';
5
5
  import { _ as _extends } from './extends-dbbe308d.js';
6
- import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-a75c8a1c.js';
6
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-1d7657b5.js';
7
7
  import React__default from 'react';
8
- import { l as lib_3 } from './index-fa84ea96.js';
9
8
  import 'prop-types';
10
9
  import Container from 'react-bootstrap/Container';
11
10
  import { I as InfiniteScroll, V as VisibilitySensor } from './visibility-sensor-336093e1.js';
@@ -1,7 +1,9 @@
1
- import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
1
+ import { c as createCommonjsModule, u as unwrapExports, a as commonjsGlobal } from './_commonjsHelpers-0c4b6f40.js';
2
2
  import React__default from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
 
5
+ var _library = true;
6
+
5
7
  var domain;
6
8
 
7
9
  // This constructor is used to store event handlers. Instantiating this is
@@ -1654,4 +1656,478 @@ var lib_1 = lib.DFPSlotsProvider;
1654
1656
  var lib_2 = lib.AdSlot;
1655
1657
  var lib_3 = lib.DFPManager;
1656
1658
 
1657
- export { lib_1 as a, lib_2 as b, lib_3 as l };
1659
+ /**
1660
+ * Checks if `value` is the
1661
+ * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
1662
+ * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
1663
+ *
1664
+ * @static
1665
+ * @memberOf _
1666
+ * @since 0.1.0
1667
+ * @category Lang
1668
+ * @param {*} value The value to check.
1669
+ * @returns {boolean} Returns `true` if `value` is an object, else `false`.
1670
+ * @example
1671
+ *
1672
+ * _.isObject({});
1673
+ * // => true
1674
+ *
1675
+ * _.isObject([1, 2, 3]);
1676
+ * // => true
1677
+ *
1678
+ * _.isObject(_.noop);
1679
+ * // => true
1680
+ *
1681
+ * _.isObject(null);
1682
+ * // => false
1683
+ */
1684
+ function isObject(value) {
1685
+ var type = typeof value;
1686
+ return value != null && (type == 'object' || type == 'function');
1687
+ }
1688
+
1689
+ var isObject_1 = isObject;
1690
+
1691
+ /** Detect free variable `global` from Node.js. */
1692
+ var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
1693
+
1694
+ var _freeGlobal = freeGlobal;
1695
+
1696
+ /** Detect free variable `self`. */
1697
+ var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
1698
+
1699
+ /** Used as a reference to the global object. */
1700
+ var root = _freeGlobal || freeSelf || Function('return this')();
1701
+
1702
+ var _root = root;
1703
+
1704
+ /**
1705
+ * Gets the timestamp of the number of milliseconds that have elapsed since
1706
+ * the Unix epoch (1 January 1970 00:00:00 UTC).
1707
+ *
1708
+ * @static
1709
+ * @memberOf _
1710
+ * @since 2.4.0
1711
+ * @category Date
1712
+ * @returns {number} Returns the timestamp.
1713
+ * @example
1714
+ *
1715
+ * _.defer(function(stamp) {
1716
+ * console.log(_.now() - stamp);
1717
+ * }, _.now());
1718
+ * // => Logs the number of milliseconds it took for the deferred invocation.
1719
+ */
1720
+ var now = function() {
1721
+ return _root.Date.now();
1722
+ };
1723
+
1724
+ var now_1 = now;
1725
+
1726
+ /** Built-in value references. */
1727
+ var Symbol$1 = _root.Symbol;
1728
+
1729
+ var _Symbol = Symbol$1;
1730
+
1731
+ /** Used for built-in method references. */
1732
+ var objectProto = Object.prototype;
1733
+
1734
+ /** Used to check objects for own properties. */
1735
+ var hasOwnProperty = objectProto.hasOwnProperty;
1736
+
1737
+ /**
1738
+ * Used to resolve the
1739
+ * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
1740
+ * of values.
1741
+ */
1742
+ var nativeObjectToString = objectProto.toString;
1743
+
1744
+ /** Built-in value references. */
1745
+ var symToStringTag = _Symbol ? _Symbol.toStringTag : undefined;
1746
+
1747
+ /**
1748
+ * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.
1749
+ *
1750
+ * @private
1751
+ * @param {*} value The value to query.
1752
+ * @returns {string} Returns the raw `toStringTag`.
1753
+ */
1754
+ function getRawTag(value) {
1755
+ var isOwn = hasOwnProperty.call(value, symToStringTag),
1756
+ tag = value[symToStringTag];
1757
+
1758
+ try {
1759
+ value[symToStringTag] = undefined;
1760
+ var unmasked = true;
1761
+ } catch (e) {}
1762
+
1763
+ var result = nativeObjectToString.call(value);
1764
+ if (unmasked) {
1765
+ if (isOwn) {
1766
+ value[symToStringTag] = tag;
1767
+ } else {
1768
+ delete value[symToStringTag];
1769
+ }
1770
+ }
1771
+ return result;
1772
+ }
1773
+
1774
+ var _getRawTag = getRawTag;
1775
+
1776
+ /** Used for built-in method references. */
1777
+ var objectProto$1 = Object.prototype;
1778
+
1779
+ /**
1780
+ * Used to resolve the
1781
+ * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
1782
+ * of values.
1783
+ */
1784
+ var nativeObjectToString$1 = objectProto$1.toString;
1785
+
1786
+ /**
1787
+ * Converts `value` to a string using `Object.prototype.toString`.
1788
+ *
1789
+ * @private
1790
+ * @param {*} value The value to convert.
1791
+ * @returns {string} Returns the converted string.
1792
+ */
1793
+ function objectToString(value) {
1794
+ return nativeObjectToString$1.call(value);
1795
+ }
1796
+
1797
+ var _objectToString = objectToString;
1798
+
1799
+ /** `Object#toString` result references. */
1800
+ var nullTag = '[object Null]',
1801
+ undefinedTag = '[object Undefined]';
1802
+
1803
+ /** Built-in value references. */
1804
+ var symToStringTag$1 = _Symbol ? _Symbol.toStringTag : undefined;
1805
+
1806
+ /**
1807
+ * The base implementation of `getTag` without fallbacks for buggy environments.
1808
+ *
1809
+ * @private
1810
+ * @param {*} value The value to query.
1811
+ * @returns {string} Returns the `toStringTag`.
1812
+ */
1813
+ function baseGetTag(value) {
1814
+ if (value == null) {
1815
+ return value === undefined ? undefinedTag : nullTag;
1816
+ }
1817
+ return (symToStringTag$1 && symToStringTag$1 in Object(value))
1818
+ ? _getRawTag(value)
1819
+ : _objectToString(value);
1820
+ }
1821
+
1822
+ var _baseGetTag = baseGetTag;
1823
+
1824
+ /**
1825
+ * Checks if `value` is object-like. A value is object-like if it's not `null`
1826
+ * and has a `typeof` result of "object".
1827
+ *
1828
+ * @static
1829
+ * @memberOf _
1830
+ * @since 4.0.0
1831
+ * @category Lang
1832
+ * @param {*} value The value to check.
1833
+ * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
1834
+ * @example
1835
+ *
1836
+ * _.isObjectLike({});
1837
+ * // => true
1838
+ *
1839
+ * _.isObjectLike([1, 2, 3]);
1840
+ * // => true
1841
+ *
1842
+ * _.isObjectLike(_.noop);
1843
+ * // => false
1844
+ *
1845
+ * _.isObjectLike(null);
1846
+ * // => false
1847
+ */
1848
+ function isObjectLike(value) {
1849
+ return value != null && typeof value == 'object';
1850
+ }
1851
+
1852
+ var isObjectLike_1 = isObjectLike;
1853
+
1854
+ /** `Object#toString` result references. */
1855
+ var symbolTag = '[object Symbol]';
1856
+
1857
+ /**
1858
+ * Checks if `value` is classified as a `Symbol` primitive or object.
1859
+ *
1860
+ * @static
1861
+ * @memberOf _
1862
+ * @since 4.0.0
1863
+ * @category Lang
1864
+ * @param {*} value The value to check.
1865
+ * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.
1866
+ * @example
1867
+ *
1868
+ * _.isSymbol(Symbol.iterator);
1869
+ * // => true
1870
+ *
1871
+ * _.isSymbol('abc');
1872
+ * // => false
1873
+ */
1874
+ function isSymbol(value) {
1875
+ return typeof value == 'symbol' ||
1876
+ (isObjectLike_1(value) && _baseGetTag(value) == symbolTag);
1877
+ }
1878
+
1879
+ var isSymbol_1 = isSymbol;
1880
+
1881
+ /** Used as references for various `Number` constants. */
1882
+ var NAN = 0 / 0;
1883
+
1884
+ /** Used to match leading and trailing whitespace. */
1885
+ var reTrim = /^\s+|\s+$/g;
1886
+
1887
+ /** Used to detect bad signed hexadecimal string values. */
1888
+ var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
1889
+
1890
+ /** Used to detect binary string values. */
1891
+ var reIsBinary = /^0b[01]+$/i;
1892
+
1893
+ /** Used to detect octal string values. */
1894
+ var reIsOctal = /^0o[0-7]+$/i;
1895
+
1896
+ /** Built-in method references without a dependency on `root`. */
1897
+ var freeParseInt = parseInt;
1898
+
1899
+ /**
1900
+ * Converts `value` to a number.
1901
+ *
1902
+ * @static
1903
+ * @memberOf _
1904
+ * @since 4.0.0
1905
+ * @category Lang
1906
+ * @param {*} value The value to process.
1907
+ * @returns {number} Returns the number.
1908
+ * @example
1909
+ *
1910
+ * _.toNumber(3.2);
1911
+ * // => 3.2
1912
+ *
1913
+ * _.toNumber(Number.MIN_VALUE);
1914
+ * // => 5e-324
1915
+ *
1916
+ * _.toNumber(Infinity);
1917
+ * // => Infinity
1918
+ *
1919
+ * _.toNumber('3.2');
1920
+ * // => 3.2
1921
+ */
1922
+ function toNumber(value) {
1923
+ if (typeof value == 'number') {
1924
+ return value;
1925
+ }
1926
+ if (isSymbol_1(value)) {
1927
+ return NAN;
1928
+ }
1929
+ if (isObject_1(value)) {
1930
+ var other = typeof value.valueOf == 'function' ? value.valueOf() : value;
1931
+ value = isObject_1(other) ? (other + '') : other;
1932
+ }
1933
+ if (typeof value != 'string') {
1934
+ return value === 0 ? value : +value;
1935
+ }
1936
+ value = value.replace(reTrim, '');
1937
+ var isBinary = reIsBinary.test(value);
1938
+ return (isBinary || reIsOctal.test(value))
1939
+ ? freeParseInt(value.slice(2), isBinary ? 2 : 8)
1940
+ : (reIsBadHex.test(value) ? NAN : +value);
1941
+ }
1942
+
1943
+ var toNumber_1 = toNumber;
1944
+
1945
+ /** Error message constants. */
1946
+ var FUNC_ERROR_TEXT = 'Expected a function';
1947
+
1948
+ /* Built-in method references for those with the same name as other `lodash` methods. */
1949
+ var nativeMax = Math.max,
1950
+ nativeMin = Math.min;
1951
+
1952
+ /**
1953
+ * Creates a debounced function that delays invoking `func` until after `wait`
1954
+ * milliseconds have elapsed since the last time the debounced function was
1955
+ * invoked. The debounced function comes with a `cancel` method to cancel
1956
+ * delayed `func` invocations and a `flush` method to immediately invoke them.
1957
+ * Provide `options` to indicate whether `func` should be invoked on the
1958
+ * leading and/or trailing edge of the `wait` timeout. The `func` is invoked
1959
+ * with the last arguments provided to the debounced function. Subsequent
1960
+ * calls to the debounced function return the result of the last `func`
1961
+ * invocation.
1962
+ *
1963
+ * **Note:** If `leading` and `trailing` options are `true`, `func` is
1964
+ * invoked on the trailing edge of the timeout only if the debounced function
1965
+ * is invoked more than once during the `wait` timeout.
1966
+ *
1967
+ * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred
1968
+ * until to the next tick, similar to `setTimeout` with a timeout of `0`.
1969
+ *
1970
+ * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)
1971
+ * for details over the differences between `_.debounce` and `_.throttle`.
1972
+ *
1973
+ * @static
1974
+ * @memberOf _
1975
+ * @since 0.1.0
1976
+ * @category Function
1977
+ * @param {Function} func The function to debounce.
1978
+ * @param {number} [wait=0] The number of milliseconds to delay.
1979
+ * @param {Object} [options={}] The options object.
1980
+ * @param {boolean} [options.leading=false]
1981
+ * Specify invoking on the leading edge of the timeout.
1982
+ * @param {number} [options.maxWait]
1983
+ * The maximum time `func` is allowed to be delayed before it's invoked.
1984
+ * @param {boolean} [options.trailing=true]
1985
+ * Specify invoking on the trailing edge of the timeout.
1986
+ * @returns {Function} Returns the new debounced function.
1987
+ * @example
1988
+ *
1989
+ * // Avoid costly calculations while the window size is in flux.
1990
+ * jQuery(window).on('resize', _.debounce(calculateLayout, 150));
1991
+ *
1992
+ * // Invoke `sendMail` when clicked, debouncing subsequent calls.
1993
+ * jQuery(element).on('click', _.debounce(sendMail, 300, {
1994
+ * 'leading': true,
1995
+ * 'trailing': false
1996
+ * }));
1997
+ *
1998
+ * // Ensure `batchLog` is invoked once after 1 second of debounced calls.
1999
+ * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 });
2000
+ * var source = new EventSource('/stream');
2001
+ * jQuery(source).on('message', debounced);
2002
+ *
2003
+ * // Cancel the trailing debounced invocation.
2004
+ * jQuery(window).on('popstate', debounced.cancel);
2005
+ */
2006
+ function debounce(func, wait, options) {
2007
+ var lastArgs,
2008
+ lastThis,
2009
+ maxWait,
2010
+ result,
2011
+ timerId,
2012
+ lastCallTime,
2013
+ lastInvokeTime = 0,
2014
+ leading = false,
2015
+ maxing = false,
2016
+ trailing = true;
2017
+
2018
+ if (typeof func != 'function') {
2019
+ throw new TypeError(FUNC_ERROR_TEXT);
2020
+ }
2021
+ wait = toNumber_1(wait) || 0;
2022
+ if (isObject_1(options)) {
2023
+ leading = !!options.leading;
2024
+ maxing = 'maxWait' in options;
2025
+ maxWait = maxing ? nativeMax(toNumber_1(options.maxWait) || 0, wait) : maxWait;
2026
+ trailing = 'trailing' in options ? !!options.trailing : trailing;
2027
+ }
2028
+
2029
+ function invokeFunc(time) {
2030
+ var args = lastArgs,
2031
+ thisArg = lastThis;
2032
+
2033
+ lastArgs = lastThis = undefined;
2034
+ lastInvokeTime = time;
2035
+ result = func.apply(thisArg, args);
2036
+ return result;
2037
+ }
2038
+
2039
+ function leadingEdge(time) {
2040
+ // Reset any `maxWait` timer.
2041
+ lastInvokeTime = time;
2042
+ // Start the timer for the trailing edge.
2043
+ timerId = setTimeout(timerExpired, wait);
2044
+ // Invoke the leading edge.
2045
+ return leading ? invokeFunc(time) : result;
2046
+ }
2047
+
2048
+ function remainingWait(time) {
2049
+ var timeSinceLastCall = time - lastCallTime,
2050
+ timeSinceLastInvoke = time - lastInvokeTime,
2051
+ timeWaiting = wait - timeSinceLastCall;
2052
+
2053
+ return maxing
2054
+ ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke)
2055
+ : timeWaiting;
2056
+ }
2057
+
2058
+ function shouldInvoke(time) {
2059
+ var timeSinceLastCall = time - lastCallTime,
2060
+ timeSinceLastInvoke = time - lastInvokeTime;
2061
+
2062
+ // Either this is the first call, activity has stopped and we're at the
2063
+ // trailing edge, the system time has gone backwards and we're treating
2064
+ // it as the trailing edge, or we've hit the `maxWait` limit.
2065
+ return (lastCallTime === undefined || (timeSinceLastCall >= wait) ||
2066
+ (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait));
2067
+ }
2068
+
2069
+ function timerExpired() {
2070
+ var time = now_1();
2071
+ if (shouldInvoke(time)) {
2072
+ return trailingEdge(time);
2073
+ }
2074
+ // Restart the timer.
2075
+ timerId = setTimeout(timerExpired, remainingWait(time));
2076
+ }
2077
+
2078
+ function trailingEdge(time) {
2079
+ timerId = undefined;
2080
+
2081
+ // Only invoke if we have `lastArgs` which means `func` has been
2082
+ // debounced at least once.
2083
+ if (trailing && lastArgs) {
2084
+ return invokeFunc(time);
2085
+ }
2086
+ lastArgs = lastThis = undefined;
2087
+ return result;
2088
+ }
2089
+
2090
+ function cancel() {
2091
+ if (timerId !== undefined) {
2092
+ clearTimeout(timerId);
2093
+ }
2094
+ lastInvokeTime = 0;
2095
+ lastArgs = lastCallTime = lastThis = timerId = undefined;
2096
+ }
2097
+
2098
+ function flush() {
2099
+ return timerId === undefined ? result : trailingEdge(now_1());
2100
+ }
2101
+
2102
+ function debounced() {
2103
+ var time = now_1(),
2104
+ isInvoking = shouldInvoke(time);
2105
+
2106
+ lastArgs = arguments;
2107
+ lastThis = this;
2108
+ lastCallTime = time;
2109
+
2110
+ if (isInvoking) {
2111
+ if (timerId === undefined) {
2112
+ return leadingEdge(lastCallTime);
2113
+ }
2114
+ if (maxing) {
2115
+ // Handle invocations in a tight loop.
2116
+ clearTimeout(timerId);
2117
+ timerId = setTimeout(timerExpired, wait);
2118
+ return invokeFunc(lastCallTime);
2119
+ }
2120
+ }
2121
+ if (timerId === undefined) {
2122
+ timerId = setTimeout(timerExpired, wait);
2123
+ }
2124
+ return result;
2125
+ }
2126
+ debounced.cancel = cancel;
2127
+ debounced.flush = flush;
2128
+ return debounced;
2129
+ }
2130
+
2131
+ var debounce_1 = debounce;
2132
+
2133
+ export { _library as _, lib_1 as a, lib_2 as b, isObject_1 as c, debounce_1 as d, _baseGetTag as e, _root as f, _Symbol as g, isSymbol_1 as i, lib_3 as l };
@@ -1,4 +1,4 @@
1
- import { i as isSymbol_1, a as isObject_1, b as _baseGetTag, c as _root, e as _Symbol } from './debounce-806f886b.js';
1
+ import { i as isSymbol_1, c as isObject_1, e as _baseGetTag, f as _root, g as _Symbol } from './debounce-d15d4a31.js';
2
2
 
3
3
  /**
4
4
  * Checks if `value` is classified as an `Array` object.
package/dist/esm/index.js CHANGED
@@ -1,14 +1,13 @@
1
1
  import { c as createCommonjsModule, a as commonjsGlobal, g as getCjsExportFromNamespace, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
2
  import { _ as _objectKeys, a as _toObject, b as _core } from './_to-object-b9b796ec.js';
3
3
  import './web.dom.iterable-3be50d6c.js';
4
- import { d as debounce_1 } from './debounce-806f886b.js';
4
+ import { d as debounce_1, l as lib_3, a as lib_1 } from './debounce-d15d4a31.js';
5
5
  import { m as main_36, a as main_16, b as main_35 } from './main-155ec04f.js';
6
6
  import { _ as _toConsumableArray, a as _Array$from } from './toConsumableArray-eb308ede.js';
7
7
  import './core.get-iterator-method-31c1fb1a.js';
8
8
  import { _ as _extends$2 } from './extends-dbbe308d.js';
9
- import { _ as _objectSap, a as _inherits$1, b as _classCallCheck$1, c as _possibleConstructorReturn$1, d as _Object$getPrototypeOf, e as _createClass$1 } from './inherits-a75c8a1c.js';
9
+ import { _ as _objectSap, a as _inherits$1, b as _classCallCheck$1, c as _possibleConstructorReturn$1, d as _Object$getPrototypeOf, e as _createClass$1 } from './inherits-1d7657b5.js';
10
10
  import React__default, { useState, useRef, useEffect } from 'react';
11
- import { l as lib_3, a as lib_1 } from './index-fa84ea96.js';
12
11
  import PropTypes from 'prop-types';
13
12
  import Container from 'react-bootstrap/Container';
14
13
  import Row from 'react-bootstrap/Row';
@@ -22,13 +21,13 @@ import { i as imageUrlBuilder } from './index-3849e3fe.js';
22
21
  import './index-5f9f807a.js';
23
22
  import { h as html_decode_1, c as clean_html_1 } from './entities-7cc3bf45.js';
24
23
  import { _ as _slicedToArray } from './slicedToArray-d0a9593a.js';
25
- import { _ as _JSON$stringify, a as _asyncToGenerator, r as regenerator, D as DFPAdSlot, B as Beam } from './AdSlot-69bf3195.js';
26
- export { D as AdSlot, B as Beam } from './AdSlot-69bf3195.js';
27
- import './promise-683a9c54.js';
28
- import './ADInfeed-a77b2850.js';
24
+ import { _ as _JSON$stringify, a as _asyncToGenerator, r as regenerator, D as DFPAdSlot, B as Beam } from './AdSlot-1f20130d.js';
25
+ export { D as AdSlot, B as Beam } from './AdSlot-1f20130d.js';
26
+ import './promise-eabb7f7e.js';
27
+ import './ADInfeed-cc019fcb.js';
29
28
  export { default as DeckContent } from './DeckContent.js';
30
- import './get-b2201dc8.js';
31
- export { A as AD, G as GridContent } from './GridContent-b8b5f361.js';
29
+ import './get-a0244443.js';
30
+ export { A as AD, G as GridContent } from './GridContent-1292ff20.js';
32
31
  export { default as DeckQueue } from './DeckQueue.js';
33
32
  import 'react-bootstrap/Media';
34
33
  export { default as ThumbnailCard } from './ThumbnailCard.js';
@@ -50,8 +49,8 @@ export { default as IssueDeck } from './IssueDeck.js';
50
49
  import 'react-bootstrap/Badge';
51
50
  export { default as IssueContentDeck } from './IssueContentDeck.js';
52
51
  import Spinner from 'react-bootstrap/Spinner';
53
- import { M as MdPictureAsPdf, T as TemplateNormal } from './Normal-21cfb458.js';
54
- export { A as AD728x90, C as Column1, a as Column2, b as Column3, f as HamMagazine, H as Header, L as LeftNav, e as NavDvm, c as NavMagazine, N as NavNative, d as NavNormal, P as PageFilter, S as Search, g as SideFooter, T as TemplateNormal } from './Normal-21cfb458.js';
52
+ import { M as MdPictureAsPdf, T as TemplateNormal } from './Normal-a2c50ae2.js';
53
+ export { A as AD728x90, C as Column1, a as Column2, b as Column3, f as HamMagazine, H as Header, L as LeftNav, e as NavDvm, c as NavMagazine, N as NavNative, d as NavNormal, P as PageFilter, S as Search, g as SideFooter, T as TemplateNormal } from './Normal-a2c50ae2.js';
55
54
  import 'react-bootstrap/ListGroup';
56
55
  import Head from 'next/head';
57
56
  import Accordion from 'react-bootstrap/Accordion';
@@ -1,7 +1,7 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
2
  import { b as _core, c as _export, d as _fails, a as _toObject, e as _objectDp, f as _descriptors, g as _uid, h as _isObject, i as _has, _ as _objectKeys, j as _cof, k as _objectKeysInternal, l as _enumBugKeys, m as _toIobject, n as _toPrimitive, o as _ie8DomDefine, p as _propertyDesc, q as _global, r as _shared, s as _hide, t as _anObject, u as _ctx } from './_to-object-b9b796ec.js';
3
3
  import { _ as _objectGpo, a as _wks, b as _redefine, c as _setToStringTag, d as _objectCreate } from './web.dom.iterable-3be50d6c.js';
4
- import { _ as _library } from './debounce-806f886b.js';
4
+ import { _ as _library } from './debounce-d15d4a31.js';
5
5
  import { a as _objectGops, b as _objectPie } from './extends-dbbe308d.js';
6
6
 
7
7
  // most Object methods by ES6 should accept primitives
@@ -1,7 +1,7 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
2
  import { u as _ctx, w as _toLength, t as _anObject, x as _aFunction, q as _global, j as _cof, y as _domCreate, h as _isObject, s as _hide, b as _core, f as _descriptors, e as _objectDp, c as _export } from './_to-object-b9b796ec.js';
3
3
  import { a as _wks, f as _html, c as _setToStringTag } from './web.dom.iterable-3be50d6c.js';
4
- import { _ as _library } from './debounce-806f886b.js';
4
+ import { _ as _library } from './debounce-d15d4a31.js';
5
5
  import { d as _isArrayIter, e as _iterCall, _ as _iterDetect } from './main-155ec04f.js';
6
6
  import { c as core_getIteratorMethod, _ as _classof } from './core.get-iterator-method-31c1fb1a.js';
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.278",
3
+ "version": "1.0.280",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",