@datarailsshared/datarailsshared 1.4.243 → 1.4.244

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.
@@ -6985,15 +6985,18 @@
6985
6985
  imports: [
6986
6986
  common.CommonModule
6987
6987
  ],
6988
- exports: __spreadArray([
6988
+ declarations: __spreadArray([
6989
6989
  TooltipComponent,
6990
6990
  DrTooltipDirective
6991
6991
  ], __read(TOOLTIP_COMPONENTS)),
6992
- providers: [],
6993
- declarations: __spreadArray([
6992
+ exports: __spreadArray([
6994
6993
  TooltipComponent,
6995
6994
  DrTooltipDirective
6996
6995
  ], __read(TOOLTIP_COMPONENTS)),
6996
+ providers: [],
6997
+ entryComponents: [
6998
+ TooltipComponent
6999
+ ]
6997
7000
  },] }
6998
7001
  ];
6999
7002