ecinc-cloud-yoaecoav9 9.7.3 → 9.7.5

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/index.js CHANGED
@@ -59,6 +59,7 @@ import PortalDataListForm from './src/portal/components/dataList/Form'
59
59
  import PortalDataListIcons from './src/portal/components/dataList/icons'
60
60
  import PortalImagesText from './src/portal/components/imagesText/index'
61
61
  import PortalQuickEntry from './src/portal/components/quickEntry/index'
62
+ import PortalMsgNotice from './src/portal/components/msgNotice/index'
62
63
  import PortalStatisticalChart from './src/portal/components/statisticalChart/index'
63
64
  import PortalTransactionStatistics from './src/portal/components/transactionStatistics/index'
64
65
  import PortalApplet from './src/portal/components/index/Applet'
@@ -146,6 +147,7 @@ const components = {
146
147
  PortalDataListIcons,
147
148
  PortalImagesText,
148
149
  PortalQuickEntry,
150
+ PortalMsgNotice,
149
151
  PortalStatisticalChart,
150
152
  PortalTransactionStatistics,
151
153
  PortalApplet,