@mjhls/mjh-framework 1.0.846 → 1.0.847
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/README.md +1 -1
- package/dist/cjs/NavNative.js +6 -6
- package/dist/esm/NavNative.js +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# mjh-framework v. 1.0.
|
|
1
|
+
# mjh-framework v. 1.0.847
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/mjh-framework) [](https://standardjs.com)
|
|
4
4
|
|
package/dist/cjs/NavNative.js
CHANGED
|
@@ -679,7 +679,7 @@ var NavNative = function NavNative(props) {
|
|
|
679
679
|
'a',
|
|
680
680
|
{
|
|
681
681
|
key: subIndex,
|
|
682
|
-
needsegmentsupport: ddRow.needSegmentSupport ? 'true' : '',
|
|
682
|
+
needsegmentsupport: ddRow && ddRow.needSegmentSupport ? 'true' : '',
|
|
683
683
|
href: ddRow.url,
|
|
684
684
|
target: ddRow.blank ? '_blank' : '_self',
|
|
685
685
|
className: 'dropdown-item' },
|
|
@@ -704,7 +704,7 @@ var NavNative = function NavNative(props) {
|
|
|
704
704
|
'a',
|
|
705
705
|
{
|
|
706
706
|
key: subIndex,
|
|
707
|
-
needsegmentsupport: ddRow.needSegmentSupport ? 'true' : '',
|
|
707
|
+
needsegmentsupport: ddRow && ddRow.needSegmentSupport ? 'true' : '',
|
|
708
708
|
href: ddRow.url,
|
|
709
709
|
target: ddRow.blank ? '_blank' : '_self',
|
|
710
710
|
className: 'dropdown-item' },
|
|
@@ -719,7 +719,7 @@ var NavNative = function NavNative(props) {
|
|
|
719
719
|
} else {
|
|
720
720
|
return row.url && row.name ? React__default['default'].createElement(
|
|
721
721
|
'a',
|
|
722
|
-
{ key: index, needsegmentsupport:
|
|
722
|
+
{ key: index, needsegmentsupport: row && row.needSegmentSupport ? 'true' : '', href: row.url, target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
723
723
|
row.name
|
|
724
724
|
) : null;
|
|
725
725
|
}
|
|
@@ -760,7 +760,7 @@ var NavNative = function NavNative(props) {
|
|
|
760
760
|
React__default['default'].createElement(
|
|
761
761
|
Nav__default['default'].Link,
|
|
762
762
|
{
|
|
763
|
-
needsegmentsupport: ddRow.needSegmentSupport ? 'true' : '',
|
|
763
|
+
needsegmentsupport: ddRow && ddRow.needSegmentSupport ? 'true' : '',
|
|
764
764
|
href: ddRow.url,
|
|
765
765
|
target: ddRow.blank ? '_blank' : '_self',
|
|
766
766
|
className: 'dropdown-item' },
|
|
@@ -785,7 +785,7 @@ var NavNative = function NavNative(props) {
|
|
|
785
785
|
React__default['default'].createElement(
|
|
786
786
|
Nav__default['default'].Link,
|
|
787
787
|
{
|
|
788
|
-
needsegmentsupport: ddRow.needSegmentSupport ? 'true' : '',
|
|
788
|
+
needsegmentsupport: ddRow && ddRow.needSegmentSupport ? 'true' : '',
|
|
789
789
|
href: ddRow.url,
|
|
790
790
|
target: ddRow.blank ? '_blank' : '_self',
|
|
791
791
|
className: 'dropdown-item' },
|
|
@@ -809,7 +809,7 @@ var NavNative = function NavNative(props) {
|
|
|
809
809
|
'a',
|
|
810
810
|
{
|
|
811
811
|
key: subIndex,
|
|
812
|
-
needsegmentsupport: ddRow.needSegmentSupport ? 'true' : '',
|
|
812
|
+
needsegmentsupport: ddRow && ddRow.needSegmentSupport ? 'true' : '',
|
|
813
813
|
href: ddRow.url,
|
|
814
814
|
target: ddRow.blank ? '_blank' : '_self',
|
|
815
815
|
className: 'dropdown-item' },
|
package/dist/esm/NavNative.js
CHANGED
|
@@ -664,7 +664,7 @@ var NavNative = function NavNative(props) {
|
|
|
664
664
|
'a',
|
|
665
665
|
{
|
|
666
666
|
key: subIndex,
|
|
667
|
-
needsegmentsupport: ddRow.needSegmentSupport ? 'true' : '',
|
|
667
|
+
needsegmentsupport: ddRow && ddRow.needSegmentSupport ? 'true' : '',
|
|
668
668
|
href: ddRow.url,
|
|
669
669
|
target: ddRow.blank ? '_blank' : '_self',
|
|
670
670
|
className: 'dropdown-item' },
|
|
@@ -689,7 +689,7 @@ var NavNative = function NavNative(props) {
|
|
|
689
689
|
'a',
|
|
690
690
|
{
|
|
691
691
|
key: subIndex,
|
|
692
|
-
needsegmentsupport: ddRow.needSegmentSupport ? 'true' : '',
|
|
692
|
+
needsegmentsupport: ddRow && ddRow.needSegmentSupport ? 'true' : '',
|
|
693
693
|
href: ddRow.url,
|
|
694
694
|
target: ddRow.blank ? '_blank' : '_self',
|
|
695
695
|
className: 'dropdown-item' },
|
|
@@ -704,7 +704,7 @@ var NavNative = function NavNative(props) {
|
|
|
704
704
|
} else {
|
|
705
705
|
return row.url && row.name ? React.createElement(
|
|
706
706
|
'a',
|
|
707
|
-
{ key: index, needsegmentsupport:
|
|
707
|
+
{ key: index, needsegmentsupport: row && row.needSegmentSupport ? 'true' : '', href: row.url, target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
708
708
|
row.name
|
|
709
709
|
) : null;
|
|
710
710
|
}
|
|
@@ -745,7 +745,7 @@ var NavNative = function NavNative(props) {
|
|
|
745
745
|
React.createElement(
|
|
746
746
|
Nav.Link,
|
|
747
747
|
{
|
|
748
|
-
needsegmentsupport: ddRow.needSegmentSupport ? 'true' : '',
|
|
748
|
+
needsegmentsupport: ddRow && ddRow.needSegmentSupport ? 'true' : '',
|
|
749
749
|
href: ddRow.url,
|
|
750
750
|
target: ddRow.blank ? '_blank' : '_self',
|
|
751
751
|
className: 'dropdown-item' },
|
|
@@ -770,7 +770,7 @@ var NavNative = function NavNative(props) {
|
|
|
770
770
|
React.createElement(
|
|
771
771
|
Nav.Link,
|
|
772
772
|
{
|
|
773
|
-
needsegmentsupport: ddRow.needSegmentSupport ? 'true' : '',
|
|
773
|
+
needsegmentsupport: ddRow && ddRow.needSegmentSupport ? 'true' : '',
|
|
774
774
|
href: ddRow.url,
|
|
775
775
|
target: ddRow.blank ? '_blank' : '_self',
|
|
776
776
|
className: 'dropdown-item' },
|
|
@@ -794,7 +794,7 @@ var NavNative = function NavNative(props) {
|
|
|
794
794
|
'a',
|
|
795
795
|
{
|
|
796
796
|
key: subIndex,
|
|
797
|
-
needsegmentsupport: ddRow.needSegmentSupport ? 'true' : '',
|
|
797
|
+
needsegmentsupport: ddRow && ddRow.needSegmentSupport ? 'true' : '',
|
|
798
798
|
href: ddRow.url,
|
|
799
799
|
target: ddRow.blank ? '_blank' : '_self',
|
|
800
800
|
className: 'dropdown-item' },
|