nextjs-cms 0.5.84 → 0.5.86
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/core/config/loader.d.ts +1 -1
- package/dist/core/config/loader.d.ts.map +1 -1
- package/dist/core/config/loader.js +1 -1
- package/dist/core/factories/SectionFactory.d.ts +1 -1
- package/dist/core/factories/SectionFactory.d.ts.map +1 -1
- package/dist/core/factories/SectionFactory.js +1 -1
- package/dist/core/fields/select.d.ts +1 -1
- package/dist/core/sections/category.d.ts +4 -4
- package/dist/core/sections/hasItems.d.ts +4 -4
- package/dist/core/sections/section.d.ts +2 -2
- package/dist/core/sections/simple.d.ts +4 -4
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './loader-with-
|
|
1
|
+
export * from './loader-with-jiti.js';
|
|
2
2
|
//# sourceMappingURL=loader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loader.d.ts","sourceRoot":"","sources":["../../../src/core/config/loader.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"loader.d.ts","sourceRoot":"","sources":["../../../src/core/config/loader.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './loader-with-
|
|
1
|
+
export * from './loader-with-jiti.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './section-factory-with-
|
|
1
|
+
export * from './section-factory-with-jiti.js';
|
|
2
2
|
//# sourceMappingURL=SectionFactory.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SectionFactory.d.ts","sourceRoot":"","sources":["../../../src/core/factories/SectionFactory.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"SectionFactory.d.ts","sourceRoot":"","sources":["../../../src/core/factories/SectionFactory.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './section-factory-with-
|
|
1
|
+
export * from './section-factory-with-jiti.js';
|
|
@@ -346,8 +346,8 @@ declare const selectFieldConfigSchema: z.ZodIntersection<z.ZodUnion<readonly [z.
|
|
|
346
346
|
}, z.core.$strict>]>, z.ZodObject<{
|
|
347
347
|
type: z.ZodLiteral<"select">;
|
|
348
348
|
optionsType: z.ZodEnum<{
|
|
349
|
-
section: "section";
|
|
350
349
|
db: "db";
|
|
350
|
+
section: "section";
|
|
351
351
|
static: "static";
|
|
352
352
|
}>;
|
|
353
353
|
build: z.ZodFunction<z.core.$ZodFunctionArgs, z.ZodCustom<SelectField, SelectField>>;
|
|
@@ -117,10 +117,10 @@ declare const optionsSchema: z.ZodObject<{
|
|
|
117
117
|
*/
|
|
118
118
|
allowRecursiveDelete: z.ZodOptional<z.ZodBoolean>;
|
|
119
119
|
fields: z.ZodUnion<[z.ZodArray<z.ZodCustom<FieldConfig, FieldConfig>>, z.ZodArray<z.ZodCustom<FieldGroupConfig, FieldGroupConfig>>]>;
|
|
120
|
-
|
|
120
|
+
variants: z.ZodOptional<z.ZodArray<z.ZodCustom<import("../types/index.js").Variant, import("../types/index.js").Variant>>>;
|
|
121
121
|
name: z.ZodString;
|
|
122
122
|
order: z.ZodNumber;
|
|
123
|
-
|
|
123
|
+
readonly: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
124
124
|
db: z.ZodObject<{
|
|
125
125
|
table: z.ZodString;
|
|
126
126
|
identifier: z.ZodOptional<z.ZodCustom<FieldConfig, FieldConfig>>;
|
|
@@ -214,10 +214,10 @@ export declare const categorySectionConfigSchema: z.ZodObject<{
|
|
|
214
214
|
* @default false
|
|
215
215
|
*/
|
|
216
216
|
allowRecursiveDelete: z.ZodOptional<z.ZodBoolean>;
|
|
217
|
-
|
|
217
|
+
variants: z.ZodOptional<z.ZodArray<z.ZodCustom<import("../types/index.js").Variant, import("../types/index.js").Variant>>>;
|
|
218
218
|
name: z.ZodString;
|
|
219
219
|
order: z.ZodNumber;
|
|
220
|
-
|
|
220
|
+
readonly: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
221
221
|
db: z.ZodObject<{
|
|
222
222
|
table: z.ZodString;
|
|
223
223
|
identifier: z.ZodOptional<z.ZodCustom<FieldConfig, FieldConfig>>;
|
|
@@ -368,10 +368,10 @@ declare const optionsSchema: z.ZodObject<{
|
|
|
368
368
|
}>>;
|
|
369
369
|
generateQR: z.ZodOptional<z.ZodBoolean>;
|
|
370
370
|
fields: z.ZodUnion<[z.ZodArray<z.ZodCustom<FieldConfig, FieldConfig>>, z.ZodArray<z.ZodCustom<FieldGroupConfig, FieldGroupConfig>>]>;
|
|
371
|
-
|
|
371
|
+
variants: z.ZodOptional<z.ZodArray<z.ZodCustom<import("../types/index.js").Variant, import("../types/index.js").Variant>>>;
|
|
372
372
|
name: z.ZodString;
|
|
373
373
|
order: z.ZodNumber;
|
|
374
|
-
|
|
374
|
+
readonly: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
375
375
|
db: z.ZodObject<{
|
|
376
376
|
table: z.ZodString;
|
|
377
377
|
identifier: z.ZodOptional<z.ZodCustom<FieldConfig, FieldConfig>>;
|
|
@@ -585,10 +585,10 @@ declare const hasItemsSectionConfigSchema: z.ZodObject<{
|
|
|
585
585
|
adminGenerated?: boolean | "readonly" | undefined;
|
|
586
586
|
}>>;
|
|
587
587
|
generateQR: z.ZodOptional<z.ZodBoolean>;
|
|
588
|
-
|
|
588
|
+
variants: z.ZodOptional<z.ZodArray<z.ZodCustom<import("../types/index.js").Variant, import("../types/index.js").Variant>>>;
|
|
589
589
|
name: z.ZodString;
|
|
590
590
|
order: z.ZodNumber;
|
|
591
|
-
|
|
591
|
+
readonly: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
592
592
|
db: z.ZodObject<{
|
|
593
593
|
table: z.ZodString;
|
|
594
594
|
identifier: z.ZodOptional<z.ZodCustom<FieldConfig, FieldConfig>>;
|
|
@@ -62,10 +62,10 @@ export declare const baseSectionOptionsSchema: z.ZodObject<{
|
|
|
62
62
|
*/
|
|
63
63
|
export declare const baseHelperFunctionOptionsSchema: z.ZodObject<{
|
|
64
64
|
fields: z.ZodUnion<[z.ZodArray<z.ZodCustom<FieldConfig, FieldConfig>>, z.ZodArray<z.ZodCustom<FieldGroupConfig, FieldGroupConfig>>]>;
|
|
65
|
-
|
|
65
|
+
variants: z.ZodOptional<z.ZodArray<z.ZodCustom<Variant, Variant>>>;
|
|
66
66
|
name: z.ZodString;
|
|
67
67
|
order: z.ZodNumber;
|
|
68
|
-
|
|
68
|
+
readonly: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
69
69
|
db: z.ZodObject<{
|
|
70
70
|
table: z.ZodString;
|
|
71
71
|
identifier: z.ZodOptional<z.ZodCustom<FieldConfig, FieldConfig>>;
|
|
@@ -22,10 +22,10 @@ declare const optionsSchema: z.ZodObject<{
|
|
|
22
22
|
table: z.ZodString;
|
|
23
23
|
}, z.core.$strict>;
|
|
24
24
|
fields: z.ZodUnion<[z.ZodArray<z.ZodCustom<FieldConfig, FieldConfig>>, z.ZodArray<z.ZodCustom<FieldGroupConfig, FieldGroupConfig>>]>;
|
|
25
|
-
|
|
25
|
+
variants: z.ZodOptional<z.ZodArray<z.ZodCustom<import("../types/index.js").Variant, import("../types/index.js").Variant>>>;
|
|
26
26
|
name: z.ZodString;
|
|
27
27
|
order: z.ZodNumber;
|
|
28
|
-
|
|
28
|
+
readonly: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
29
29
|
icon: z.ZodOptional<z.ZodString>;
|
|
30
30
|
gallery: z.ZodOptional<z.ZodObject<{
|
|
31
31
|
db: z.ZodObject<{
|
|
@@ -53,10 +53,10 @@ declare const simpleSectionConfigSchema: z.ZodObject<{
|
|
|
53
53
|
db: z.ZodObject<{
|
|
54
54
|
table: z.ZodString;
|
|
55
55
|
}, z.core.$strict>;
|
|
56
|
-
|
|
56
|
+
variants: z.ZodOptional<z.ZodArray<z.ZodCustom<import("../types/index.js").Variant, import("../types/index.js").Variant>>>;
|
|
57
57
|
name: z.ZodString;
|
|
58
58
|
order: z.ZodNumber;
|
|
59
|
-
|
|
59
|
+
readonly: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
60
60
|
icon: z.ZodOptional<z.ZodString>;
|
|
61
61
|
gallery: z.ZodOptional<z.ZodObject<{
|
|
62
62
|
db: z.ZodObject<{
|