@sonicjs-cms/core 2.0.1 → 2.0.3
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/dist/{chunk-O46XKBFM.js → chunk-3LZ6TLPC.js} +14 -24
- package/dist/chunk-3LZ6TLPC.js.map +1 -0
- package/dist/{chunk-SRCY43RN.cjs → chunk-3NVJ6W27.cjs} +2 -2
- package/dist/chunk-3NVJ6W27.cjs.map +1 -0
- package/dist/{chunk-ALOS2CBJ.cjs → chunk-3SPQ3J4N.cjs} +14 -24
- package/dist/chunk-3SPQ3J4N.cjs.map +1 -0
- package/dist/chunk-4BJGEGX5.cjs +236 -0
- package/dist/chunk-4BJGEGX5.cjs.map +1 -0
- package/dist/{chunk-EGFHFM4N.cjs → chunk-5APKEYFK.cjs} +5 -5
- package/dist/{chunk-EGFHFM4N.cjs.map → chunk-5APKEYFK.cjs.map} +1 -1
- package/dist/{chunk-5FDDDD4J.cjs → chunk-5B3VMVEX.cjs} +559 -390
- package/dist/chunk-5B3VMVEX.cjs.map +1 -0
- package/dist/chunk-CDBVZEWR.js.map +1 -1
- package/dist/{chunk-BITQ4MFX.js → chunk-EAELJXRV.js} +93 -115
- package/dist/chunk-EAELJXRV.js.map +1 -0
- package/dist/chunk-FICTAGD4.js +59 -0
- package/dist/chunk-FICTAGD4.js.map +1 -0
- package/dist/{chunk-FVMV5DKA.cjs → chunk-HJZOA2O5.cjs} +93 -115
- package/dist/chunk-HJZOA2O5.cjs.map +1 -0
- package/dist/chunk-LEG4KNFP.cjs.map +1 -1
- package/dist/{chunk-5XTB4FE5.js → chunk-LH4Z7QID.js} +2 -2
- package/dist/chunk-LH4Z7QID.js.map +1 -0
- package/dist/chunk-M6FPVS7E.js +214 -0
- package/dist/chunk-M6FPVS7E.js.map +1 -0
- package/dist/{chunk-QSF34IYQ.js → chunk-PPUKPNTP.js} +401 -232
- package/dist/chunk-PPUKPNTP.js.map +1 -0
- package/dist/chunk-RCQ2HIQD.cjs +61 -0
- package/dist/chunk-RCQ2HIQD.cjs.map +1 -0
- package/dist/{chunk-P2PTTBO5.js → chunk-RYQCT2IV.js} +3 -3
- package/dist/{chunk-P2PTTBO5.js.map → chunk-RYQCT2IV.js.map} +1 -1
- package/dist/{chunk-NK6FN5R5.cjs → chunk-UL32L2KV.cjs} +3 -60
- package/dist/chunk-UL32L2KV.cjs.map +1 -0
- package/dist/{chunk-OL2OE3VJ.js → chunk-XJETEIRU.js} +4 -60
- package/dist/chunk-XJETEIRU.js.map +1 -0
- package/dist/index.cjs +145 -130
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +19 -15
- package/dist/index.js.map +1 -1
- package/dist/middleware.cjs +26 -21
- package/dist/middleware.js +2 -1
- package/dist/plugins.cjs +7 -7
- package/dist/plugins.js +1 -1
- package/dist/routes.cjs +26 -25
- package/dist/routes.js +6 -5
- package/dist/services.cjs +7 -7
- package/dist/services.js +1 -1
- package/dist/templates.cjs +18 -18
- package/dist/templates.js +2 -2
- package/dist/utils.cjs +16 -15
- package/dist/utils.js +2 -1
- package/package.json +1 -1
- package/dist/chunk-5FDDDD4J.cjs.map +0 -1
- package/dist/chunk-5XTB4FE5.js.map +0 -1
- package/dist/chunk-ALOS2CBJ.cjs.map +0 -1
- package/dist/chunk-BITQ4MFX.js.map +0 -1
- package/dist/chunk-FVMV5DKA.cjs.map +0 -1
- package/dist/chunk-KM4AJFXI.cjs +0 -101
- package/dist/chunk-KM4AJFXI.cjs.map +0 -1
- package/dist/chunk-NK6FN5R5.cjs.map +0 -1
- package/dist/chunk-O46XKBFM.js.map +0 -1
- package/dist/chunk-OL2OE3VJ.js.map +0 -1
- package/dist/chunk-QSF34IYQ.js.map +0 -1
- package/dist/chunk-SRCY43RN.cjs.map +0 -1
- package/dist/chunk-TY3NHEBN.js +0 -80
- package/dist/chunk-TY3NHEBN.js.map +0 -1
package/dist/services.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk3NVJ6W27_cjs = require('./chunk-3NVJ6W27.cjs');
|
|
4
4
|
var chunkLEG4KNFP_cjs = require('./chunk-LEG4KNFP.cjs');
|
|
5
5
|
require('./chunk-IGJUBJBW.cjs');
|
|
6
6
|
|
|
@@ -8,27 +8,27 @@ require('./chunk-IGJUBJBW.cjs');
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "CACHE_CONFIGS", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunk3NVJ6W27_cjs.CACHE_CONFIGS; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "CacheService", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunk3NVJ6W27_cjs.CacheService; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "Logger", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunk3NVJ6W27_cjs.Logger; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "getCacheService", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunk3NVJ6W27_cjs.getCacheService; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "getLogger", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunk3NVJ6W27_cjs.getLogger; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "initLogger", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunk3NVJ6W27_cjs.initLogger; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "MigrationService", {
|
|
34
34
|
enumerable: true,
|
package/dist/services.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { CACHE_CONFIGS, CacheService, Logger, getCacheService, getLogger, initLogger } from './chunk-
|
|
1
|
+
export { CACHE_CONFIGS, CacheService, Logger, getCacheService, getLogger, initLogger } from './chunk-LH4Z7QID.js';
|
|
2
2
|
export { MigrationService, PluginBootstrapService, PluginService, cleanupRemovedCollections, fullCollectionSync, getAvailableCollectionNames, getManagedCollections, isCollectionManaged, loadCollectionConfig, loadCollectionConfigs, syncCollection, syncCollections, validateCollectionConfig } from './chunk-CDBVZEWR.js';
|
|
3
3
|
import './chunk-V4OQ3NZ2.js';
|
|
4
4
|
//# sourceMappingURL=services.js.map
|
package/dist/templates.cjs
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunk5APKEYFK_cjs = require('./chunk-5APKEYFK.cjs');
|
|
4
|
+
var chunk3SPQ3J4N_cjs = require('./chunk-3SPQ3J4N.cjs');
|
|
5
5
|
require('./chunk-IGJUBJBW.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "renderFilterBar", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunk5APKEYFK_cjs.renderFilterBar; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "getConfirmationDialogScript", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunk3SPQ3J4N_cjs.getConfirmationDialogScript; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "renderAdminLayout", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunk3SPQ3J4N_cjs.renderAdminLayout; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "renderAdminLayoutCatalyst", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunk3SPQ3J4N_cjs.renderAdminLayoutCatalyst; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "renderAlert", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunk3SPQ3J4N_cjs.renderAlert; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "renderCheckboxPage", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunk3SPQ3J4N_cjs.renderCheckboxPage; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "renderCodeExamplesList", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunk3SPQ3J4N_cjs.renderCodeExamplesList; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "renderConfirmationDialog", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunk3SPQ3J4N_cjs.renderConfirmationDialog; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "renderDesignPage", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunk3SPQ3J4N_cjs.renderDesignPage; }
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "renderFAQList", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunk3SPQ3J4N_cjs.renderFAQList; }
|
|
48
48
|
});
|
|
49
49
|
Object.defineProperty(exports, "renderForm", {
|
|
50
50
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunk3SPQ3J4N_cjs.renderForm; }
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(exports, "renderFormField", {
|
|
54
54
|
enumerable: true,
|
|
55
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunk3SPQ3J4N_cjs.renderFormField; }
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(exports, "renderLogo", {
|
|
58
58
|
enumerable: true,
|
|
59
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunk3SPQ3J4N_cjs.renderLogo; }
|
|
60
60
|
});
|
|
61
61
|
Object.defineProperty(exports, "renderPagination", {
|
|
62
62
|
enumerable: true,
|
|
63
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunk3SPQ3J4N_cjs.renderPagination; }
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(exports, "renderTable", {
|
|
66
66
|
enumerable: true,
|
|
67
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunk3SPQ3J4N_cjs.renderTable; }
|
|
68
68
|
});
|
|
69
69
|
Object.defineProperty(exports, "renderTestimonialsList", {
|
|
70
70
|
enumerable: true,
|
|
71
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunk3SPQ3J4N_cjs.renderTestimonialsList; }
|
|
72
72
|
});
|
|
73
73
|
//# sourceMappingURL=templates.cjs.map
|
|
74
74
|
//# sourceMappingURL=templates.cjs.map
|
package/dist/templates.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { renderFilterBar } from './chunk-
|
|
2
|
-
export { getConfirmationDialogScript, renderAdminLayout, renderAdminLayoutCatalyst, renderAlert, renderCheckboxPage, renderCodeExamplesList, renderConfirmationDialog, renderDesignPage, renderFAQList, renderForm, renderFormField, renderLogo, renderPagination, renderTable, renderTestimonialsList } from './chunk-
|
|
1
|
+
export { renderFilterBar } from './chunk-RYQCT2IV.js';
|
|
2
|
+
export { getConfirmationDialogScript, renderAdminLayout, renderAdminLayoutCatalyst, renderAlert, renderCheckboxPage, renderCodeExamplesList, renderConfirmationDialog, renderDesignPage, renderFAQList, renderForm, renderFormField, renderLogo, renderPagination, renderTable, renderTestimonialsList } from './chunk-3LZ6TLPC.js';
|
|
3
3
|
import './chunk-V4OQ3NZ2.js';
|
|
4
4
|
//# sourceMappingURL=templates.js.map
|
|
5
5
|
//# sourceMappingURL=templates.js.map
|
package/dist/utils.cjs
CHANGED
|
@@ -1,53 +1,54 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkUL32L2KV_cjs = require('./chunk-UL32L2KV.cjs');
|
|
4
|
+
var chunkRCQ2HIQD_cjs = require('./chunk-RCQ2HIQD.cjs');
|
|
4
5
|
require('./chunk-IGJUBJBW.cjs');
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
Object.defineProperty(exports, "QueryFilterBuilder", {
|
|
9
10
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkUL32L2KV_cjs.QueryFilterBuilder; }
|
|
11
12
|
});
|
|
12
13
|
Object.defineProperty(exports, "SONICJS_VERSION", {
|
|
13
14
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkUL32L2KV_cjs.SONICJS_VERSION; }
|
|
15
16
|
});
|
|
16
17
|
Object.defineProperty(exports, "TemplateRenderer", {
|
|
17
18
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkUL32L2KV_cjs.TemplateRenderer; }
|
|
19
20
|
});
|
|
20
21
|
Object.defineProperty(exports, "buildQuery", {
|
|
21
22
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkUL32L2KV_cjs.buildQuery; }
|
|
23
24
|
});
|
|
24
25
|
Object.defineProperty(exports, "escapeHtml", {
|
|
25
26
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkUL32L2KV_cjs.escapeHtml; }
|
|
27
28
|
});
|
|
28
29
|
Object.defineProperty(exports, "getCoreVersion", {
|
|
29
30
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
31
|
-
});
|
|
32
|
-
Object.defineProperty(exports, "metricsTracker", {
|
|
33
|
-
enumerable: true,
|
|
34
|
-
get: function () { return chunkNK6FN5R5_cjs.metricsTracker; }
|
|
31
|
+
get: function () { return chunkUL32L2KV_cjs.getCoreVersion; }
|
|
35
32
|
});
|
|
36
33
|
Object.defineProperty(exports, "renderTemplate", {
|
|
37
34
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkUL32L2KV_cjs.renderTemplate; }
|
|
39
36
|
});
|
|
40
37
|
Object.defineProperty(exports, "sanitizeInput", {
|
|
41
38
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkUL32L2KV_cjs.sanitizeInput; }
|
|
43
40
|
});
|
|
44
41
|
Object.defineProperty(exports, "sanitizeObject", {
|
|
45
42
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkUL32L2KV_cjs.sanitizeObject; }
|
|
47
44
|
});
|
|
48
45
|
Object.defineProperty(exports, "templateRenderer", {
|
|
49
46
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkUL32L2KV_cjs.templateRenderer; }
|
|
48
|
+
});
|
|
49
|
+
Object.defineProperty(exports, "metricsTracker", {
|
|
50
|
+
enumerable: true,
|
|
51
|
+
get: function () { return chunkRCQ2HIQD_cjs.metricsTracker; }
|
|
51
52
|
});
|
|
52
53
|
//# sourceMappingURL=utils.cjs.map
|
|
53
54
|
//# sourceMappingURL=utils.cjs.map
|
package/dist/utils.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { QueryFilterBuilder, SONICJS_VERSION, TemplateRenderer, buildQuery, escapeHtml, getCoreVersion,
|
|
1
|
+
export { QueryFilterBuilder, SONICJS_VERSION, TemplateRenderer, buildQuery, escapeHtml, getCoreVersion, renderTemplate, sanitizeInput, sanitizeObject, templateRenderer } from './chunk-XJETEIRU.js';
|
|
2
|
+
export { metricsTracker } from './chunk-FICTAGD4.js';
|
|
2
3
|
import './chunk-V4OQ3NZ2.js';
|
|
3
4
|
//# sourceMappingURL=utils.js.map
|
|
4
5
|
//# sourceMappingURL=utils.js.map
|
package/package.json
CHANGED