@alfresco/adf-insights 9.1.0-16879045101 → 9.1.0-16936569382
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.
|
@@ -6885,7 +6885,15 @@ const DIAGRAM_DIRECTIVES = [...DIAGRAM_COMPONENT_DIRECTIVES, ...RAPHAEL_DIRECTIV
|
|
|
6885
6885
|
* See the License for the specific language governing permissions and
|
|
6886
6886
|
* limitations under the License.
|
|
6887
6887
|
*/
|
|
6888
|
-
/**
|
|
6888
|
+
/**
|
|
6889
|
+
* @deprecated This module is deprecated and will be removed in a future release.
|
|
6890
|
+
* Example:
|
|
6891
|
+
* ```
|
|
6892
|
+
* providers: [
|
|
6893
|
+
* provideTranslations('adf-insights', 'assets/adf-insights')
|
|
6894
|
+
* ]
|
|
6895
|
+
* ```
|
|
6896
|
+
*/
|
|
6889
6897
|
class InsightsModule {
|
|
6890
6898
|
static forRoot() {
|
|
6891
6899
|
return {
|