adminforth 2.4.0-next.207 → 2.4.0-next.208

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.
@@ -809,7 +809,7 @@ interface AdminForthInputConfigCustomization {
809
809
  }
810
810
 
811
811
  /**
812
- * Allows adding custom elements (e.g., <link>, <script>, <meta>) to the <head> of the HTML document.
812
+ * Allows adding custom elements (e.g., &lt;link&gt;, &lt;script&gt;, &lt;meta&gt;) to the &lt;head&gt; of the HTML document.
813
813
  * Each item must include a tag name and a set of attributes.
814
814
  */
815
815
  customHeadItems?: {
@@ -783,7 +783,7 @@ interface AdminForthInputConfigCustomization {
783
783
  everyPageBottom?: AdminForthComponentDeclaration | Array<AdminForthComponentDeclaration>;
784
784
  };
785
785
  /**
786
- * Allows adding custom elements (e.g., <link>, <script>, <meta>) to the <head> of the HTML document.
786
+ * Allows adding custom elements (e.g., &lt;link&gt;, &lt;script&gt;, &lt;meta&gt;) to the &lt;head&gt; of the HTML document.
787
787
  * Each item must include a tag name and a set of attributes.
788
788
  */
789
789
  customHeadItems?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.4.0-next.207",
3
+ "version": "2.4.0-next.208",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",