@sonicjs-cms/core 2.0.9 → 2.0.10

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.
Files changed (39) hide show
  1. package/dist/{chunk-TMIRVVQ7.cjs → chunk-3PHG75W4.cjs} +3 -3
  2. package/dist/{chunk-TMIRVVQ7.cjs.map → chunk-3PHG75W4.cjs.map} +1 -1
  3. package/dist/{chunk-MABBKINE.cjs → chunk-CAP6QQR2.cjs} +5 -5
  4. package/dist/{chunk-MABBKINE.cjs.map → chunk-CAP6QQR2.cjs.map} +1 -1
  5. package/dist/{chunk-OPGDMS7L.js → chunk-FTMKKKNH.js} +3 -3
  6. package/dist/{chunk-OPGDMS7L.js.map → chunk-FTMKKKNH.js.map} +1 -1
  7. package/dist/{chunk-DYYAXDXI.cjs → chunk-HXA5QSI3.cjs} +12 -8
  8. package/dist/chunk-HXA5QSI3.cjs.map +1 -0
  9. package/dist/{chunk-VEC5MLT3.js → chunk-LW33AOBF.js} +6 -8
  10. package/dist/chunk-LW33AOBF.js.map +1 -0
  11. package/dist/{chunk-EYMHWJTW.cjs → chunk-MU3MR2QR.cjs} +6 -8
  12. package/dist/chunk-MU3MR2QR.cjs.map +1 -0
  13. package/dist/{chunk-WRRLB6KG.js → chunk-MXJJN4IA.js} +3 -3
  14. package/dist/{chunk-WRRLB6KG.js.map → chunk-MXJJN4IA.js.map} +1 -1
  15. package/dist/{chunk-4I25AGUR.cjs → chunk-Q7SL7U43.cjs} +199 -157
  16. package/dist/chunk-Q7SL7U43.cjs.map +1 -0
  17. package/dist/{chunk-OKPDQO2Y.js → chunk-YHG45LMU.js} +12 -8
  18. package/dist/chunk-YHG45LMU.js.map +1 -0
  19. package/dist/{chunk-ABYMIXRN.js → chunk-Z4H6DBVF.js} +53 -11
  20. package/dist/chunk-Z4H6DBVF.js.map +1 -0
  21. package/dist/index.cjs +83 -83
  22. package/dist/index.cjs.map +1 -1
  23. package/dist/index.js +10 -10
  24. package/dist/index.js.map +1 -1
  25. package/dist/middleware.cjs +22 -22
  26. package/dist/middleware.js +1 -1
  27. package/dist/routes.cjs +24 -24
  28. package/dist/routes.js +4 -4
  29. package/dist/templates.cjs +18 -18
  30. package/dist/templates.js +2 -2
  31. package/dist/utils.cjs +11 -11
  32. package/dist/utils.js +1 -1
  33. package/package.json +1 -1
  34. package/dist/chunk-4I25AGUR.cjs.map +0 -1
  35. package/dist/chunk-ABYMIXRN.js.map +0 -1
  36. package/dist/chunk-DYYAXDXI.cjs.map +0 -1
  37. package/dist/chunk-EYMHWJTW.cjs.map +0 -1
  38. package/dist/chunk-OKPDQO2Y.js.map +0 -1
  39. package/dist/chunk-VEC5MLT3.js.map +0 -1
package/dist/index.cjs CHANGED
@@ -1,13 +1,13 @@
1
1
  'use strict';
2
2
 
3
- var chunk4I25AGUR_cjs = require('./chunk-4I25AGUR.cjs');
3
+ var chunkQ7SL7U43_cjs = require('./chunk-Q7SL7U43.cjs');
4
4
  var chunkDOR2IU73_cjs = require('./chunk-DOR2IU73.cjs');
5
- var chunkDYYAXDXI_cjs = require('./chunk-DYYAXDXI.cjs');
5
+ var chunkHXA5QSI3_cjs = require('./chunk-HXA5QSI3.cjs');
6
6
  var chunkNBDPIRQS_cjs = require('./chunk-NBDPIRQS.cjs');
7
- var chunkMABBKINE_cjs = require('./chunk-MABBKINE.cjs');
8
- var chunkEYMHWJTW_cjs = require('./chunk-EYMHWJTW.cjs');
7
+ var chunkCAP6QQR2_cjs = require('./chunk-CAP6QQR2.cjs');
8
+ var chunkMU3MR2QR_cjs = require('./chunk-MU3MR2QR.cjs');
9
9
  var chunkF5ESJXI2_cjs = require('./chunk-F5ESJXI2.cjs');
10
- var chunkTMIRVVQ7_cjs = require('./chunk-TMIRVVQ7.cjs');
10
+ var chunk3PHG75W4_cjs = require('./chunk-3PHG75W4.cjs');
11
11
  var chunkRCQ2HIQD_cjs = require('./chunk-RCQ2HIQD.cjs');
12
12
  var chunkKYGRJCZM_cjs = require('./chunk-KYGRJCZM.cjs');
13
13
  require('./chunk-IGJUBJBW.cjs');
@@ -229,7 +229,7 @@ var DatabaseToolsService = class {
229
229
  };
230
230
 
231
231
  // src/templates/pages/admin-database-table.template.ts
232
- chunkEYMHWJTW_cjs.init_admin_layout_catalyst_template();
232
+ chunkMU3MR2QR_cjs.init_admin_layout_catalyst_template();
233
233
  function renderDatabaseTablePage(data) {
234
234
  const totalPages = Math.ceil(data.totalRows / data.pageSize);
235
235
  const startRow = (data.currentPage - 1) * data.pageSize + 1;
@@ -478,7 +478,7 @@ function renderDatabaseTablePage(data) {
478
478
  user: data.user,
479
479
  content: pageContent
480
480
  };
481
- return chunkEYMHWJTW_cjs.renderAdminLayoutCatalyst(layoutData);
481
+ return chunkMU3MR2QR_cjs.renderAdminLayoutCatalyst(layoutData);
482
482
  }
483
483
  function generatePageNumbers(currentPage, totalPages) {
484
484
  const pages = [];
@@ -553,7 +553,7 @@ function formatCellValue(value) {
553
553
  // src/plugins/core-plugins/database-tools-plugin/admin-routes.ts
554
554
  function createDatabaseToolsAdminRoutes() {
555
555
  const router2 = new hono.Hono();
556
- router2.use("*", chunkDYYAXDXI_cjs.requireAuth());
556
+ router2.use("*", chunkHXA5QSI3_cjs.requireAuth());
557
557
  router2.get("/api/stats", async (c) => {
558
558
  try {
559
559
  const user = c.get("user");
@@ -737,14 +737,14 @@ function createDatabaseToolsAdminRoutes() {
737
737
  // src/app.ts
738
738
  function createSonicJSApp(config = {}) {
739
739
  const app = new hono.Hono();
740
- const appVersion = config.version || chunkTMIRVVQ7_cjs.getCoreVersion();
740
+ const appVersion = config.version || chunk3PHG75W4_cjs.getCoreVersion();
741
741
  const appName = config.name || "SonicJS AI";
742
742
  app.use("*", async (c, next) => {
743
743
  c.set("appVersion", appVersion);
744
744
  await next();
745
745
  });
746
- app.use("*", chunkDYYAXDXI_cjs.metricsMiddleware());
747
- app.use("*", chunkDYYAXDXI_cjs.bootstrapMiddleware());
746
+ app.use("*", chunkHXA5QSI3_cjs.metricsMiddleware());
747
+ app.use("*", chunkHXA5QSI3_cjs.bootstrapMiddleware(config));
748
748
  if (config.middleware?.beforeAuth) {
749
749
  for (const middleware of config.middleware.beforeAuth) {
750
750
  app.use("*", middleware);
@@ -761,20 +761,20 @@ function createSonicJSApp(config = {}) {
761
761
  app.use("*", middleware);
762
762
  }
763
763
  }
764
- app.route("/api", chunk4I25AGUR_cjs.api_default);
765
- app.route("/api/media", chunk4I25AGUR_cjs.api_media_default);
766
- app.route("/api/system", chunk4I25AGUR_cjs.api_system_default);
767
- app.route("/admin/api", chunk4I25AGUR_cjs.admin_api_default);
768
- app.route("/admin/dashboard", chunk4I25AGUR_cjs.router);
769
- app.route("/admin/collections", chunk4I25AGUR_cjs.adminCollectionsRoutes);
770
- app.route("/admin/settings", chunk4I25AGUR_cjs.adminSettingsRoutes);
764
+ app.route("/api", chunkQ7SL7U43_cjs.api_default);
765
+ app.route("/api/media", chunkQ7SL7U43_cjs.api_media_default);
766
+ app.route("/api/system", chunkQ7SL7U43_cjs.api_system_default);
767
+ app.route("/admin/api", chunkQ7SL7U43_cjs.admin_api_default);
768
+ app.route("/admin/dashboard", chunkQ7SL7U43_cjs.router);
769
+ app.route("/admin/collections", chunkQ7SL7U43_cjs.adminCollectionsRoutes);
770
+ app.route("/admin/settings", chunkQ7SL7U43_cjs.adminSettingsRoutes);
771
771
  app.route("/admin/database-tools", createDatabaseToolsAdminRoutes());
772
- app.route("/admin/content", chunk4I25AGUR_cjs.admin_content_default);
773
- app.route("/admin/media", chunk4I25AGUR_cjs.adminMediaRoutes);
774
- app.route("/admin/plugins", chunk4I25AGUR_cjs.adminPluginRoutes);
775
- app.route("/admin/logs", chunk4I25AGUR_cjs.adminLogsRoutes);
776
- app.route("/admin", chunk4I25AGUR_cjs.userRoutes);
777
- app.route("/auth", chunk4I25AGUR_cjs.auth_default);
772
+ app.route("/admin/content", chunkQ7SL7U43_cjs.admin_content_default);
773
+ app.route("/admin/media", chunkQ7SL7U43_cjs.adminMediaRoutes);
774
+ app.route("/admin/plugins", chunkQ7SL7U43_cjs.adminPluginRoutes);
775
+ app.route("/admin/logs", chunkQ7SL7U43_cjs.adminLogsRoutes);
776
+ app.route("/admin", chunkQ7SL7U43_cjs.userRoutes);
777
+ app.route("/auth", chunkQ7SL7U43_cjs.auth_default);
778
778
  app.get("/files/*", async (c) => {
779
779
  try {
780
780
  const url = new URL(c.req.url);
@@ -838,87 +838,87 @@ function createDb(d1$1) {
838
838
  }
839
839
 
840
840
  // src/index.ts
841
- var VERSION = chunkTMIRVVQ7_cjs.package_default.version;
841
+ var VERSION = chunk3PHG75W4_cjs.package_default.version;
842
842
 
843
843
  Object.defineProperty(exports, "ROUTES_INFO", {
844
844
  enumerable: true,
845
- get: function () { return chunk4I25AGUR_cjs.ROUTES_INFO; }
845
+ get: function () { return chunkQ7SL7U43_cjs.ROUTES_INFO; }
846
846
  });
847
847
  Object.defineProperty(exports, "adminApiRoutes", {
848
848
  enumerable: true,
849
- get: function () { return chunk4I25AGUR_cjs.admin_api_default; }
849
+ get: function () { return chunkQ7SL7U43_cjs.admin_api_default; }
850
850
  });
851
851
  Object.defineProperty(exports, "adminCheckboxRoutes", {
852
852
  enumerable: true,
853
- get: function () { return chunk4I25AGUR_cjs.adminCheckboxRoutes; }
853
+ get: function () { return chunkQ7SL7U43_cjs.adminCheckboxRoutes; }
854
854
  });
855
855
  Object.defineProperty(exports, "adminCodeExamplesRoutes", {
856
856
  enumerable: true,
857
- get: function () { return chunk4I25AGUR_cjs.admin_code_examples_default; }
857
+ get: function () { return chunkQ7SL7U43_cjs.admin_code_examples_default; }
858
858
  });
859
859
  Object.defineProperty(exports, "adminCollectionsRoutes", {
860
860
  enumerable: true,
861
- get: function () { return chunk4I25AGUR_cjs.adminCollectionsRoutes; }
861
+ get: function () { return chunkQ7SL7U43_cjs.adminCollectionsRoutes; }
862
862
  });
863
863
  Object.defineProperty(exports, "adminContentRoutes", {
864
864
  enumerable: true,
865
- get: function () { return chunk4I25AGUR_cjs.admin_content_default; }
865
+ get: function () { return chunkQ7SL7U43_cjs.admin_content_default; }
866
866
  });
867
867
  Object.defineProperty(exports, "adminDashboardRoutes", {
868
868
  enumerable: true,
869
- get: function () { return chunk4I25AGUR_cjs.router; }
869
+ get: function () { return chunkQ7SL7U43_cjs.router; }
870
870
  });
871
871
  Object.defineProperty(exports, "adminDesignRoutes", {
872
872
  enumerable: true,
873
- get: function () { return chunk4I25AGUR_cjs.adminDesignRoutes; }
873
+ get: function () { return chunkQ7SL7U43_cjs.adminDesignRoutes; }
874
874
  });
875
875
  Object.defineProperty(exports, "adminFAQRoutes", {
876
876
  enumerable: true,
877
- get: function () { return chunk4I25AGUR_cjs.admin_faq_default; }
877
+ get: function () { return chunkQ7SL7U43_cjs.admin_faq_default; }
878
878
  });
879
879
  Object.defineProperty(exports, "adminLogsRoutes", {
880
880
  enumerable: true,
881
- get: function () { return chunk4I25AGUR_cjs.adminLogsRoutes; }
881
+ get: function () { return chunkQ7SL7U43_cjs.adminLogsRoutes; }
882
882
  });
883
883
  Object.defineProperty(exports, "adminMediaRoutes", {
884
884
  enumerable: true,
885
- get: function () { return chunk4I25AGUR_cjs.adminMediaRoutes; }
885
+ get: function () { return chunkQ7SL7U43_cjs.adminMediaRoutes; }
886
886
  });
887
887
  Object.defineProperty(exports, "adminPluginRoutes", {
888
888
  enumerable: true,
889
- get: function () { return chunk4I25AGUR_cjs.adminPluginRoutes; }
889
+ get: function () { return chunkQ7SL7U43_cjs.adminPluginRoutes; }
890
890
  });
891
891
  Object.defineProperty(exports, "adminSettingsRoutes", {
892
892
  enumerable: true,
893
- get: function () { return chunk4I25AGUR_cjs.adminSettingsRoutes; }
893
+ get: function () { return chunkQ7SL7U43_cjs.adminSettingsRoutes; }
894
894
  });
895
895
  Object.defineProperty(exports, "adminTestimonialsRoutes", {
896
896
  enumerable: true,
897
- get: function () { return chunk4I25AGUR_cjs.admin_testimonials_default; }
897
+ get: function () { return chunkQ7SL7U43_cjs.admin_testimonials_default; }
898
898
  });
899
899
  Object.defineProperty(exports, "adminUsersRoutes", {
900
900
  enumerable: true,
901
- get: function () { return chunk4I25AGUR_cjs.userRoutes; }
901
+ get: function () { return chunkQ7SL7U43_cjs.userRoutes; }
902
902
  });
903
903
  Object.defineProperty(exports, "apiContentCrudRoutes", {
904
904
  enumerable: true,
905
- get: function () { return chunk4I25AGUR_cjs.api_content_crud_default; }
905
+ get: function () { return chunkQ7SL7U43_cjs.api_content_crud_default; }
906
906
  });
907
907
  Object.defineProperty(exports, "apiMediaRoutes", {
908
908
  enumerable: true,
909
- get: function () { return chunk4I25AGUR_cjs.api_media_default; }
909
+ get: function () { return chunkQ7SL7U43_cjs.api_media_default; }
910
910
  });
911
911
  Object.defineProperty(exports, "apiRoutes", {
912
912
  enumerable: true,
913
- get: function () { return chunk4I25AGUR_cjs.api_default; }
913
+ get: function () { return chunkQ7SL7U43_cjs.api_default; }
914
914
  });
915
915
  Object.defineProperty(exports, "apiSystemRoutes", {
916
916
  enumerable: true,
917
- get: function () { return chunk4I25AGUR_cjs.api_system_default; }
917
+ get: function () { return chunkQ7SL7U43_cjs.api_system_default; }
918
918
  });
919
919
  Object.defineProperty(exports, "authRoutes", {
920
920
  enumerable: true,
921
- get: function () { return chunk4I25AGUR_cjs.auth_default; }
921
+ get: function () { return chunkQ7SL7U43_cjs.auth_default; }
922
922
  });
923
923
  Object.defineProperty(exports, "Logger", {
924
924
  enumerable: true,
@@ -1086,83 +1086,83 @@ Object.defineProperty(exports, "workflowHistory", {
1086
1086
  });
1087
1087
  Object.defineProperty(exports, "AuthManager", {
1088
1088
  enumerable: true,
1089
- get: function () { return chunkDYYAXDXI_cjs.AuthManager; }
1089
+ get: function () { return chunkHXA5QSI3_cjs.AuthManager; }
1090
1090
  });
1091
1091
  Object.defineProperty(exports, "PermissionManager", {
1092
1092
  enumerable: true,
1093
- get: function () { return chunkDYYAXDXI_cjs.PermissionManager; }
1093
+ get: function () { return chunkHXA5QSI3_cjs.PermissionManager; }
1094
1094
  });
1095
1095
  Object.defineProperty(exports, "bootstrapMiddleware", {
1096
1096
  enumerable: true,
1097
- get: function () { return chunkDYYAXDXI_cjs.bootstrapMiddleware; }
1097
+ get: function () { return chunkHXA5QSI3_cjs.bootstrapMiddleware; }
1098
1098
  });
1099
1099
  Object.defineProperty(exports, "cacheHeaders", {
1100
1100
  enumerable: true,
1101
- get: function () { return chunkDYYAXDXI_cjs.cacheHeaders; }
1101
+ get: function () { return chunkHXA5QSI3_cjs.cacheHeaders; }
1102
1102
  });
1103
1103
  Object.defineProperty(exports, "compressionMiddleware", {
1104
1104
  enumerable: true,
1105
- get: function () { return chunkDYYAXDXI_cjs.compressionMiddleware; }
1105
+ get: function () { return chunkHXA5QSI3_cjs.compressionMiddleware; }
1106
1106
  });
1107
1107
  Object.defineProperty(exports, "detailedLoggingMiddleware", {
1108
1108
  enumerable: true,
1109
- get: function () { return chunkDYYAXDXI_cjs.detailedLoggingMiddleware; }
1109
+ get: function () { return chunkHXA5QSI3_cjs.detailedLoggingMiddleware; }
1110
1110
  });
1111
1111
  Object.defineProperty(exports, "getActivePlugins", {
1112
1112
  enumerable: true,
1113
- get: function () { return chunkDYYAXDXI_cjs.getActivePlugins; }
1113
+ get: function () { return chunkHXA5QSI3_cjs.getActivePlugins; }
1114
1114
  });
1115
1115
  Object.defineProperty(exports, "isPluginActive", {
1116
1116
  enumerable: true,
1117
- get: function () { return chunkDYYAXDXI_cjs.isPluginActive; }
1117
+ get: function () { return chunkHXA5QSI3_cjs.isPluginActive; }
1118
1118
  });
1119
1119
  Object.defineProperty(exports, "logActivity", {
1120
1120
  enumerable: true,
1121
- get: function () { return chunkDYYAXDXI_cjs.logActivity; }
1121
+ get: function () { return chunkHXA5QSI3_cjs.logActivity; }
1122
1122
  });
1123
1123
  Object.defineProperty(exports, "loggingMiddleware", {
1124
1124
  enumerable: true,
1125
- get: function () { return chunkDYYAXDXI_cjs.loggingMiddleware; }
1125
+ get: function () { return chunkHXA5QSI3_cjs.loggingMiddleware; }
1126
1126
  });
1127
1127
  Object.defineProperty(exports, "optionalAuth", {
1128
1128
  enumerable: true,
1129
- get: function () { return chunkDYYAXDXI_cjs.optionalAuth; }
1129
+ get: function () { return chunkHXA5QSI3_cjs.optionalAuth; }
1130
1130
  });
1131
1131
  Object.defineProperty(exports, "performanceLoggingMiddleware", {
1132
1132
  enumerable: true,
1133
- get: function () { return chunkDYYAXDXI_cjs.performanceLoggingMiddleware; }
1133
+ get: function () { return chunkHXA5QSI3_cjs.performanceLoggingMiddleware; }
1134
1134
  });
1135
1135
  Object.defineProperty(exports, "requireActivePlugin", {
1136
1136
  enumerable: true,
1137
- get: function () { return chunkDYYAXDXI_cjs.requireActivePlugin; }
1137
+ get: function () { return chunkHXA5QSI3_cjs.requireActivePlugin; }
1138
1138
  });
1139
1139
  Object.defineProperty(exports, "requireActivePlugins", {
1140
1140
  enumerable: true,
1141
- get: function () { return chunkDYYAXDXI_cjs.requireActivePlugins; }
1141
+ get: function () { return chunkHXA5QSI3_cjs.requireActivePlugins; }
1142
1142
  });
1143
1143
  Object.defineProperty(exports, "requireAnyPermission", {
1144
1144
  enumerable: true,
1145
- get: function () { return chunkDYYAXDXI_cjs.requireAnyPermission; }
1145
+ get: function () { return chunkHXA5QSI3_cjs.requireAnyPermission; }
1146
1146
  });
1147
1147
  Object.defineProperty(exports, "requireAuth", {
1148
1148
  enumerable: true,
1149
- get: function () { return chunkDYYAXDXI_cjs.requireAuth; }
1149
+ get: function () { return chunkHXA5QSI3_cjs.requireAuth; }
1150
1150
  });
1151
1151
  Object.defineProperty(exports, "requirePermission", {
1152
1152
  enumerable: true,
1153
- get: function () { return chunkDYYAXDXI_cjs.requirePermission; }
1153
+ get: function () { return chunkHXA5QSI3_cjs.requirePermission; }
1154
1154
  });
1155
1155
  Object.defineProperty(exports, "requireRole", {
1156
1156
  enumerable: true,
1157
- get: function () { return chunkDYYAXDXI_cjs.requireRole; }
1157
+ get: function () { return chunkHXA5QSI3_cjs.requireRole; }
1158
1158
  });
1159
1159
  Object.defineProperty(exports, "securityHeaders", {
1160
1160
  enumerable: true,
1161
- get: function () { return chunkDYYAXDXI_cjs.securityHeaders; }
1161
+ get: function () { return chunkHXA5QSI3_cjs.securityHeaders; }
1162
1162
  });
1163
1163
  Object.defineProperty(exports, "securityLoggingMiddleware", {
1164
1164
  enumerable: true,
1165
- get: function () { return chunkDYYAXDXI_cjs.securityLoggingMiddleware; }
1165
+ get: function () { return chunkHXA5QSI3_cjs.securityLoggingMiddleware; }
1166
1166
  });
1167
1167
  Object.defineProperty(exports, "MigrationService", {
1168
1168
  enumerable: true,
@@ -1222,35 +1222,35 @@ Object.defineProperty(exports, "validateCollectionConfig", {
1222
1222
  });
1223
1223
  Object.defineProperty(exports, "renderFilterBar", {
1224
1224
  enumerable: true,
1225
- get: function () { return chunkMABBKINE_cjs.renderFilterBar; }
1225
+ get: function () { return chunkCAP6QQR2_cjs.renderFilterBar; }
1226
1226
  });
1227
1227
  Object.defineProperty(exports, "getConfirmationDialogScript", {
1228
1228
  enumerable: true,
1229
- get: function () { return chunkEYMHWJTW_cjs.getConfirmationDialogScript; }
1229
+ get: function () { return chunkMU3MR2QR_cjs.getConfirmationDialogScript; }
1230
1230
  });
1231
1231
  Object.defineProperty(exports, "renderAlert", {
1232
1232
  enumerable: true,
1233
- get: function () { return chunkEYMHWJTW_cjs.renderAlert; }
1233
+ get: function () { return chunkMU3MR2QR_cjs.renderAlert; }
1234
1234
  });
1235
1235
  Object.defineProperty(exports, "renderConfirmationDialog", {
1236
1236
  enumerable: true,
1237
- get: function () { return chunkEYMHWJTW_cjs.renderConfirmationDialog; }
1237
+ get: function () { return chunkMU3MR2QR_cjs.renderConfirmationDialog; }
1238
1238
  });
1239
1239
  Object.defineProperty(exports, "renderForm", {
1240
1240
  enumerable: true,
1241
- get: function () { return chunkEYMHWJTW_cjs.renderForm; }
1241
+ get: function () { return chunkMU3MR2QR_cjs.renderForm; }
1242
1242
  });
1243
1243
  Object.defineProperty(exports, "renderFormField", {
1244
1244
  enumerable: true,
1245
- get: function () { return chunkEYMHWJTW_cjs.renderFormField; }
1245
+ get: function () { return chunkMU3MR2QR_cjs.renderFormField; }
1246
1246
  });
1247
1247
  Object.defineProperty(exports, "renderPagination", {
1248
1248
  enumerable: true,
1249
- get: function () { return chunkEYMHWJTW_cjs.renderPagination; }
1249
+ get: function () { return chunkMU3MR2QR_cjs.renderPagination; }
1250
1250
  });
1251
1251
  Object.defineProperty(exports, "renderTable", {
1252
1252
  enumerable: true,
1253
- get: function () { return chunkEYMHWJTW_cjs.renderTable; }
1253
+ get: function () { return chunkMU3MR2QR_cjs.renderTable; }
1254
1254
  });
1255
1255
  Object.defineProperty(exports, "HookSystemImpl", {
1256
1256
  enumerable: true,
@@ -1278,43 +1278,43 @@ Object.defineProperty(exports, "ScopedHookSystemClass", {
1278
1278
  });
1279
1279
  Object.defineProperty(exports, "QueryFilterBuilder", {
1280
1280
  enumerable: true,
1281
- get: function () { return chunkTMIRVVQ7_cjs.QueryFilterBuilder; }
1281
+ get: function () { return chunk3PHG75W4_cjs.QueryFilterBuilder; }
1282
1282
  });
1283
1283
  Object.defineProperty(exports, "SONICJS_VERSION", {
1284
1284
  enumerable: true,
1285
- get: function () { return chunkTMIRVVQ7_cjs.SONICJS_VERSION; }
1285
+ get: function () { return chunk3PHG75W4_cjs.SONICJS_VERSION; }
1286
1286
  });
1287
1287
  Object.defineProperty(exports, "TemplateRenderer", {
1288
1288
  enumerable: true,
1289
- get: function () { return chunkTMIRVVQ7_cjs.TemplateRenderer; }
1289
+ get: function () { return chunk3PHG75W4_cjs.TemplateRenderer; }
1290
1290
  });
1291
1291
  Object.defineProperty(exports, "buildQuery", {
1292
1292
  enumerable: true,
1293
- get: function () { return chunkTMIRVVQ7_cjs.buildQuery; }
1293
+ get: function () { return chunk3PHG75W4_cjs.buildQuery; }
1294
1294
  });
1295
1295
  Object.defineProperty(exports, "escapeHtml", {
1296
1296
  enumerable: true,
1297
- get: function () { return chunkTMIRVVQ7_cjs.escapeHtml; }
1297
+ get: function () { return chunk3PHG75W4_cjs.escapeHtml; }
1298
1298
  });
1299
1299
  Object.defineProperty(exports, "getCoreVersion", {
1300
1300
  enumerable: true,
1301
- get: function () { return chunkTMIRVVQ7_cjs.getCoreVersion; }
1301
+ get: function () { return chunk3PHG75W4_cjs.getCoreVersion; }
1302
1302
  });
1303
1303
  Object.defineProperty(exports, "renderTemplate", {
1304
1304
  enumerable: true,
1305
- get: function () { return chunkTMIRVVQ7_cjs.renderTemplate; }
1305
+ get: function () { return chunk3PHG75W4_cjs.renderTemplate; }
1306
1306
  });
1307
1307
  Object.defineProperty(exports, "sanitizeInput", {
1308
1308
  enumerable: true,
1309
- get: function () { return chunkTMIRVVQ7_cjs.sanitizeInput; }
1309
+ get: function () { return chunk3PHG75W4_cjs.sanitizeInput; }
1310
1310
  });
1311
1311
  Object.defineProperty(exports, "sanitizeObject", {
1312
1312
  enumerable: true,
1313
- get: function () { return chunkTMIRVVQ7_cjs.sanitizeObject; }
1313
+ get: function () { return chunk3PHG75W4_cjs.sanitizeObject; }
1314
1314
  });
1315
1315
  Object.defineProperty(exports, "templateRenderer", {
1316
1316
  enumerable: true,
1317
- get: function () { return chunkTMIRVVQ7_cjs.templateRenderer; }
1317
+ get: function () { return chunk3PHG75W4_cjs.templateRenderer; }
1318
1318
  });
1319
1319
  Object.defineProperty(exports, "metricsTracker", {
1320
1320
  enumerable: true,