@cdmx/wappler_ag_grid 1.8.3 → 1.8.4
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/app_connect/components.hjson +12 -2
- package/package.json +1 -1
|
@@ -2677,11 +2677,11 @@
|
|
|
2677
2677
|
"dst": "js/locale/pt.js"
|
|
2678
2678
|
},
|
|
2679
2679
|
{
|
|
2680
|
-
"src": "pdfmake.min.js",
|
|
2680
|
+
"src": "../../../node_modules/pdfmake/build/pdfmake.min.js",
|
|
2681
2681
|
"dst": "js/pdfmake.min.js"
|
|
2682
2682
|
},
|
|
2683
2683
|
{
|
|
2684
|
-
"src": "vfs_fonts.js",
|
|
2684
|
+
"src": "../../../node_modules/pdfmake/build/vfs_fonts.js",
|
|
2685
2685
|
"dst": "js/vfs_fonts.js"
|
|
2686
2686
|
}
|
|
2687
2687
|
],
|
|
@@ -2721,6 +2721,16 @@
|
|
|
2721
2721
|
"type": "js",
|
|
2722
2722
|
"defer": true
|
|
2723
2723
|
},
|
|
2724
|
+
{
|
|
2725
|
+
"src": "js/pdfmake.min.js",
|
|
2726
|
+
"type": "js",
|
|
2727
|
+
"defer": true
|
|
2728
|
+
},
|
|
2729
|
+
{
|
|
2730
|
+
"src": "js/vfs_fonts.js",
|
|
2731
|
+
"type": "js",
|
|
2732
|
+
"defer": true
|
|
2733
|
+
},
|
|
2724
2734
|
{
|
|
2725
2735
|
"src": "css/ag-theme-alpine.css",
|
|
2726
2736
|
"type": "css"
|