@eqproject/eqp-dynamic-module 2.10.67 → 2.10.68

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.
@@ -0,0 +1,7 @@
1
+ import { Form } from '../models/form.model';
2
+ /**
3
+ * Scansiona tutte le stringhe CSS del form (ThemeCSS, TitleCSS, FieldStyleCSS tipizzati)
4
+ * ed inietta un <link> a Google Fonts per ogni font non-di-sistema trovato.
5
+ * Idempotente: non aggiunge link già presenti nel DOM.
6
+ */
7
+ export declare function injectGoogleFontsFromForm(form: Form | null | undefined): void;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.10.67",
7
+ "version": "2.10.68",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",