@mjhls/mjh-framework 1.0.394 → 1.0.396

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.
@@ -208,3 +208,4 @@ exports._createClass = _createClass;
208
208
  exports._inherits = _inherits;
209
209
  exports._objectSap = _objectSap;
210
210
  exports._possibleConstructorReturn = _possibleConstructorReturn;
211
+ exports.defineProperty = defineProperty$1;
@@ -6,7 +6,7 @@ import { m as main_39 } from './main-25bb2c75.js';
6
6
  import { _ as _toConsumableArray } from './toConsumableArray-d7054876.js';
7
7
  import './_object-pie-33c40e79.js';
8
8
  import { _ as _extends } from './extends-92072fff.js';
9
- import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-cacd91d8.js';
9
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-dfba24f5.js';
10
10
  import './typeof-e4b50250.js';
11
11
  import React__default from 'react';
12
12
  import { d as debounce_1, l as lib_3 } from './debounce-df468b0e.js';
@@ -6,7 +6,7 @@ import { m as main_39 } from './main-25bb2c75.js';
6
6
  import { _ as _toConsumableArray } from './toConsumableArray-d7054876.js';
7
7
  import './_object-pie-33c40e79.js';
8
8
  import { _ as _extends } from './extends-92072fff.js';
9
- import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-cacd91d8.js';
9
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-dfba24f5.js';
10
10
  import './typeof-e4b50250.js';
11
11
  import React__default from 'react';
12
12
  import { d as debounce_1, l as lib_3 } from './debounce-df468b0e.js';
@@ -1,7 +1,7 @@
1
1
  import { m as main_39 } from './main-25bb2c75.js';
2
2
  import { _ as _toConsumableArray } from './toConsumableArray-d7054876.js';
3
3
  import { _ as _extends } from './extends-92072fff.js';
4
- import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-cacd91d8.js';
4
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-dfba24f5.js';
5
5
  import React__default, { Suspense } from 'react';
6
6
  import { d as debounce_1, l as lib_3 } from './debounce-df468b0e.js';
7
7
  import Container from 'react-bootstrap/Container';
@@ -6,7 +6,7 @@ import './main-25bb2c75.js';
6
6
  import './toConsumableArray-d7054876.js';
7
7
  import './_object-pie-33c40e79.js';
8
8
  import './extends-92072fff.js';
9
- import './inherits-cacd91d8.js';
9
+ import './inherits-dfba24f5.js';
10
10
  import './typeof-e4b50250.js';
11
11
  import 'react';
12
12
  import './debounce-df468b0e.js';
@@ -27,5 +27,5 @@ import './AdSlot-971ce41c.js';
27
27
  import './promise-5d7cd78a.js';
28
28
  import './ADInfeed-88c335d9.js';
29
29
  import './get-53653403.js';
30
- export { G as default } from './GridContent-4a5cef9e.js';
30
+ export { G as default } from './GridContent-5fe7c99b.js';
31
31
  import './AuthorComponent-c9e46673.js';
@@ -6,7 +6,7 @@ import { m as main_39 } from './main-25bb2c75.js';
6
6
  import { _ as _toConsumableArray } from './toConsumableArray-d7054876.js';
7
7
  import './_object-pie-33c40e79.js';
8
8
  import { _ as _extends } from './extends-92072fff.js';
9
- import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-cacd91d8.js';
9
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-dfba24f5.js';
10
10
  import './typeof-e4b50250.js';
11
11
  import React__default from 'react';
12
12
  import { d as debounce_1, l as lib_3 } from './debounce-df468b0e.js';
@@ -1138,10 +1138,10 @@ var NavNative = function NavNative(props) {
1138
1138
  if (row.subQuery && row.subQuery.length > 0) {
1139
1139
  return row.name ? React__default.createElement(
1140
1140
  'div',
1141
- null,
1141
+ { key: index },
1142
1142
  React__default.createElement(
1143
1143
  NavDropdown,
1144
- { key: index, title: row.name, id: 'basic-nav-dropdown' },
1144
+ { title: row.name, id: 'basic-nav-dropdown' },
1145
1145
  row.subQuery && row.subQuery.map(function (ddRow, subIndex) {
1146
1146
  if (ddRow.type === 'divider') {
1147
1147
  return React__default.createElement(NavDropdown.Divider, { key: subIndex });
@@ -1198,7 +1198,7 @@ var NavNative = function NavNative(props) {
1198
1198
  if (row.subQuery && row.subQuery.length > 0) {
1199
1199
  return row.name ? React__default.createElement(
1200
1200
  'div',
1201
- null,
1201
+ { key: 'subnav-' + index },
1202
1202
  React__default.createElement(
1203
1203
  NavDropdown,
1204
1204
  { key: index, title: row.name, id: 'basic-nav-dropdown' },
@@ -17,7 +17,7 @@ import './react-social-icons-a7d5c5c7.js';
17
17
  import 'react-bootstrap';
18
18
  import './index.esm-536609db.js';
19
19
  import 'react-bootstrap/Button';
20
- export { T as default } from './Normal-c171a945.js';
20
+ export { T as default } from './Normal-da6eaaec.js';
21
21
  import 'react-bootstrap/ListGroup';
22
22
  import 'next/head';
23
23
  import 'react-bootstrap/Nav';
@@ -4,7 +4,7 @@ import './web.dom.iterable-e6bf2bf6.js';
4
4
  import './_library-528f1934.js';
5
5
  import './_object-pie-33c40e79.js';
6
6
  import { _ as _extends } from './extends-92072fff.js';
7
- import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-cacd91d8.js';
7
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-dfba24f5.js';
8
8
  import './typeof-e4b50250.js';
9
9
  import React__default from 'react';
10
10
  import { d as debounce_1, l as lib_3 } from './debounce-df468b0e.js';