@datocms/cma-client 5.1.2 → 5.1.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/cjs/fieldTypes/boolean.js +7 -1
- package/dist/cjs/fieldTypes/boolean.js.map +1 -1
- package/dist/cjs/fieldTypes/color.js +7 -1
- package/dist/cjs/fieldTypes/color.js.map +1 -1
- package/dist/cjs/fieldTypes/date.js +7 -1
- package/dist/cjs/fieldTypes/date.js.map +1 -1
- package/dist/cjs/fieldTypes/date_time.js +7 -1
- package/dist/cjs/fieldTypes/date_time.js.map +1 -1
- package/dist/cjs/fieldTypes/file.js +7 -1
- package/dist/cjs/fieldTypes/file.js.map +1 -1
- package/dist/cjs/fieldTypes/float.js +7 -1
- package/dist/cjs/fieldTypes/float.js.map +1 -1
- package/dist/cjs/fieldTypes/gallery.js +7 -1
- package/dist/cjs/fieldTypes/gallery.js.map +1 -1
- package/dist/cjs/fieldTypes/integer.js +7 -1
- package/dist/cjs/fieldTypes/integer.js.map +1 -1
- package/dist/cjs/fieldTypes/json.js +7 -1
- package/dist/cjs/fieldTypes/json.js.map +1 -1
- package/dist/cjs/fieldTypes/lat_lon.js +7 -1
- package/dist/cjs/fieldTypes/lat_lon.js.map +1 -1
- package/dist/cjs/fieldTypes/link.js +7 -1
- package/dist/cjs/fieldTypes/link.js.map +1 -1
- package/dist/cjs/fieldTypes/links.js +7 -1
- package/dist/cjs/fieldTypes/links.js.map +1 -1
- package/dist/cjs/fieldTypes/rich_text.js +19 -1
- package/dist/cjs/fieldTypes/rich_text.js.map +1 -1
- package/dist/cjs/fieldTypes/seo.js +7 -1
- package/dist/cjs/fieldTypes/seo.js.map +1 -1
- package/dist/cjs/fieldTypes/single_block.js +19 -1
- package/dist/cjs/fieldTypes/single_block.js.map +1 -1
- package/dist/cjs/fieldTypes/slug.js +8 -2
- package/dist/cjs/fieldTypes/slug.js.map +1 -1
- package/dist/cjs/fieldTypes/string.js +7 -1
- package/dist/cjs/fieldTypes/string.js.map +1 -1
- package/dist/cjs/fieldTypes/structured_text.js +19 -1
- package/dist/cjs/fieldTypes/structured_text.js.map +1 -1
- package/dist/cjs/fieldTypes/text.js +7 -1
- package/dist/cjs/fieldTypes/text.js.map +1 -1
- package/dist/cjs/fieldTypes/video.js +7 -1
- package/dist/cjs/fieldTypes/video.js.map +1 -1
- package/dist/cjs/generated/Client.js +1 -1
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/fieldTypes/boolean.d.ts +2 -0
- package/dist/esm/fieldTypes/boolean.js +5 -0
- package/dist/esm/fieldTypes/boolean.js.map +1 -1
- package/dist/esm/fieldTypes/color.d.ts +2 -0
- package/dist/esm/fieldTypes/color.js +5 -0
- package/dist/esm/fieldTypes/color.js.map +1 -1
- package/dist/esm/fieldTypes/date.d.ts +2 -0
- package/dist/esm/fieldTypes/date.js +5 -0
- package/dist/esm/fieldTypes/date.js.map +1 -1
- package/dist/esm/fieldTypes/date_time.d.ts +2 -0
- package/dist/esm/fieldTypes/date_time.js +5 -0
- package/dist/esm/fieldTypes/date_time.js.map +1 -1
- package/dist/esm/fieldTypes/file.d.ts +2 -0
- package/dist/esm/fieldTypes/file.js +5 -0
- package/dist/esm/fieldTypes/file.js.map +1 -1
- package/dist/esm/fieldTypes/float.d.ts +2 -0
- package/dist/esm/fieldTypes/float.js +5 -0
- package/dist/esm/fieldTypes/float.js.map +1 -1
- package/dist/esm/fieldTypes/gallery.d.ts +2 -0
- package/dist/esm/fieldTypes/gallery.js +5 -0
- package/dist/esm/fieldTypes/gallery.js.map +1 -1
- package/dist/esm/fieldTypes/integer.d.ts +2 -0
- package/dist/esm/fieldTypes/integer.js +5 -0
- package/dist/esm/fieldTypes/integer.js.map +1 -1
- package/dist/esm/fieldTypes/json.d.ts +2 -0
- package/dist/esm/fieldTypes/json.js +5 -0
- package/dist/esm/fieldTypes/json.js.map +1 -1
- package/dist/esm/fieldTypes/lat_lon.d.ts +2 -0
- package/dist/esm/fieldTypes/lat_lon.js +5 -0
- package/dist/esm/fieldTypes/lat_lon.js.map +1 -1
- package/dist/esm/fieldTypes/link.d.ts +2 -0
- package/dist/esm/fieldTypes/link.js +5 -0
- package/dist/esm/fieldTypes/link.js.map +1 -1
- package/dist/esm/fieldTypes/links.d.ts +2 -0
- package/dist/esm/fieldTypes/links.js +5 -0
- package/dist/esm/fieldTypes/links.js.map +1 -1
- package/dist/esm/fieldTypes/rich_text.d.ts +7 -3
- package/dist/esm/fieldTypes/rich_text.js +15 -0
- package/dist/esm/fieldTypes/rich_text.js.map +1 -1
- package/dist/esm/fieldTypes/seo.d.ts +2 -0
- package/dist/esm/fieldTypes/seo.js +5 -0
- package/dist/esm/fieldTypes/seo.js.map +1 -1
- package/dist/esm/fieldTypes/single_block.d.ts +4 -0
- package/dist/esm/fieldTypes/single_block.js +15 -0
- package/dist/esm/fieldTypes/single_block.js.map +1 -1
- package/dist/esm/fieldTypes/slug.d.ts +2 -0
- package/dist/esm/fieldTypes/slug.js +6 -1
- package/dist/esm/fieldTypes/slug.js.map +1 -1
- package/dist/esm/fieldTypes/string.d.ts +2 -0
- package/dist/esm/fieldTypes/string.js +5 -0
- package/dist/esm/fieldTypes/string.js.map +1 -1
- package/dist/esm/fieldTypes/structured_text.d.ts +4 -0
- package/dist/esm/fieldTypes/structured_text.js +15 -0
- package/dist/esm/fieldTypes/structured_text.js.map +1 -1
- package/dist/esm/fieldTypes/text.d.ts +2 -0
- package/dist/esm/fieldTypes/text.js +5 -0
- package/dist/esm/fieldTypes/text.js.map +1 -1
- package/dist/esm/fieldTypes/video.d.ts +2 -0
- package/dist/esm/fieldTypes/video.js +5 -0
- package/dist/esm/fieldTypes/video.js.map +1 -1
- package/dist/esm/generated/Client.js +1 -1
- package/dist/esm/generated/resources/Field.d.ts +500 -500
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/utilities/fieldValue.d.ts +1 -1
- package/dist/types/fieldTypes/boolean.d.ts +2 -0
- package/dist/types/fieldTypes/color.d.ts +2 -0
- package/dist/types/fieldTypes/date.d.ts +2 -0
- package/dist/types/fieldTypes/date_time.d.ts +2 -0
- package/dist/types/fieldTypes/file.d.ts +2 -0
- package/dist/types/fieldTypes/float.d.ts +2 -0
- package/dist/types/fieldTypes/gallery.d.ts +2 -0
- package/dist/types/fieldTypes/integer.d.ts +2 -0
- package/dist/types/fieldTypes/json.d.ts +2 -0
- package/dist/types/fieldTypes/lat_lon.d.ts +2 -0
- package/dist/types/fieldTypes/link.d.ts +2 -0
- package/dist/types/fieldTypes/links.d.ts +2 -0
- package/dist/types/fieldTypes/rich_text.d.ts +7 -3
- package/dist/types/fieldTypes/seo.d.ts +2 -0
- package/dist/types/fieldTypes/single_block.d.ts +4 -0
- package/dist/types/fieldTypes/slug.d.ts +2 -0
- package/dist/types/fieldTypes/string.d.ts +2 -0
- package/dist/types/fieldTypes/structured_text.d.ts +4 -0
- package/dist/types/fieldTypes/text.d.ts +2 -0
- package/dist/types/fieldTypes/video.d.ts +2 -0
- package/dist/types/generated/resources/Field.d.ts +500 -500
- package/dist/types/index.d.ts +1 -0
- package/dist/types/utilities/fieldValue.d.ts +1 -1
- package/package.json +2 -2
- package/src/fieldTypes/boolean.ts +11 -0
- package/src/fieldTypes/color.ts +11 -0
- package/src/fieldTypes/date.ts +11 -0
- package/src/fieldTypes/date_time.ts +11 -0
- package/src/fieldTypes/file.ts +11 -0
- package/src/fieldTypes/float.ts +11 -0
- package/src/fieldTypes/gallery.ts +11 -0
- package/src/fieldTypes/integer.ts +11 -0
- package/src/fieldTypes/json.ts +11 -0
- package/src/fieldTypes/lat_lon.ts +11 -0
- package/src/fieldTypes/link.ts +11 -0
- package/src/fieldTypes/links.ts +11 -0
- package/src/fieldTypes/rich_text.ts +33 -3
- package/src/fieldTypes/seo.ts +11 -0
- package/src/fieldTypes/single_block.ts +31 -0
- package/src/fieldTypes/slug.ts +12 -1
- package/src/fieldTypes/string.ts +11 -0
- package/src/fieldTypes/structured_text.ts +31 -0
- package/src/fieldTypes/text.ts +11 -0
- package/src/fieldTypes/video.ts +11 -0
- package/src/generated/Client.ts +1 -1
- package/src/index.ts +1 -0
- package/src/utilities/fieldValue.ts +1 -1
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
export function isBooleanFieldValue(value) {
|
|
2
2
|
return typeof value === 'boolean' || value === null;
|
|
3
3
|
}
|
|
4
|
+
export function isLocalizedBooleanFieldValue(value) {
|
|
5
|
+
return (typeof value === 'object' &&
|
|
6
|
+
value !== null &&
|
|
7
|
+
Object.values(value).every(isBooleanFieldValue));
|
|
8
|
+
}
|
|
4
9
|
//# sourceMappingURL=boolean.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"boolean.js","sourceRoot":"","sources":["../../../src/fieldTypes/boolean.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"boolean.js","sourceRoot":"","sources":["../../../src/fieldTypes/boolean.ts"],"names":[],"mappings":"AAMA,MAAM,UAAU,mBAAmB,CACjC,KAAc;IAEd,OAAO,OAAO,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,CAAC;AACtD,CAAC;AAED,MAAM,UAAU,4BAA4B,CAC1C,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAChD,CAAC;AACJ,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
1
2
|
import type { ColorPickerEditorConfiguration } from './appearance/color_picker';
|
|
2
3
|
import type { RequiredValidator } from './validators/required';
|
|
3
4
|
export type ColorFieldValue = {
|
|
@@ -7,6 +8,7 @@ export type ColorFieldValue = {
|
|
|
7
8
|
alpha: number;
|
|
8
9
|
} | null;
|
|
9
10
|
export declare function isColorFieldValue(value: unknown): value is ColorFieldValue;
|
|
11
|
+
export declare function isLocalizedColorFieldValue(value: unknown): value is LocalizedFieldValue<ColorFieldValue>;
|
|
10
12
|
export type ColorFieldValidators = {
|
|
11
13
|
/** Value must be specified or it won't be valid */
|
|
12
14
|
required?: RequiredValidator;
|
|
@@ -8,4 +8,9 @@ export function isColorFieldValue(value) {
|
|
|
8
8
|
'blue' in value &&
|
|
9
9
|
'alpha' in value);
|
|
10
10
|
}
|
|
11
|
+
export function isLocalizedColorFieldValue(value) {
|
|
12
|
+
return (typeof value === 'object' &&
|
|
13
|
+
value !== null &&
|
|
14
|
+
Object.values(value).every(isColorFieldValue));
|
|
15
|
+
}
|
|
11
16
|
//# sourceMappingURL=color.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color.js","sourceRoot":"","sources":["../../../src/fieldTypes/color.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"color.js","sourceRoot":"","sources":["../../../src/fieldTypes/color.ts"],"names":[],"mappings":"AAWA,MAAM,UAAU,iBAAiB,CAAC,KAAc;IAC9C,IAAI,KAAK,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAChC,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,KAAK,IAAI,KAAK;QACd,OAAO,IAAI,KAAK;QAChB,MAAM,IAAI,KAAK;QACf,OAAO,IAAI,KAAK,CACjB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0BAA0B,CACxC,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC9C,CAAC;AACJ,CAAC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
1
2
|
import type { DatePickerEditorConfiguration } from './appearance/date_picker';
|
|
2
3
|
import type { DateRangeValidator } from './validators/date_range';
|
|
3
4
|
import type { RequiredValidator } from './validators/required';
|
|
4
5
|
export type DateFieldValue = string | null;
|
|
5
6
|
export declare function isDateFieldValue(value: unknown): value is DateFieldValue;
|
|
7
|
+
export declare function isLocalizedDateFieldValue(value: unknown): value is LocalizedFieldValue<DateFieldValue>;
|
|
6
8
|
export type DateFieldValidators = {
|
|
7
9
|
/** Value must be specified or it won't be valid */
|
|
8
10
|
required?: RequiredValidator;
|
|
@@ -3,4 +3,9 @@ export function isDateFieldValue(value) {
|
|
|
3
3
|
return true;
|
|
4
4
|
return typeof value === 'string' && /^\d{4}-\d{2}-\d{2}$/.test(value);
|
|
5
5
|
}
|
|
6
|
+
export function isLocalizedDateFieldValue(value) {
|
|
7
|
+
return (typeof value === 'object' &&
|
|
8
|
+
value !== null &&
|
|
9
|
+
Object.values(value).every(isDateFieldValue));
|
|
10
|
+
}
|
|
6
11
|
//# sourceMappingURL=date.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date.js","sourceRoot":"","sources":["../../../src/fieldTypes/date.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"date.js","sourceRoot":"","sources":["../../../src/fieldTypes/date.ts"],"names":[],"mappings":"AAOA,MAAM,UAAU,gBAAgB,CAAC,KAAc;IAC7C,IAAI,KAAK,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAChC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,qBAAqB,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,MAAM,UAAU,yBAAyB,CACvC,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAC7C,CAAC;AACJ,CAAC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
1
2
|
import type { DateTimePickerEditorConfiguration } from './appearance/date_time_picker';
|
|
2
3
|
import type { DateTimeRangeValidator } from './validators/date_time_range';
|
|
3
4
|
import type { RequiredValidator } from './validators/required';
|
|
4
5
|
export type DateTimeFieldValue = string | null;
|
|
5
6
|
export declare function isDateTimeFieldValue(value: unknown): value is DateTimeFieldValue;
|
|
7
|
+
export declare function isLocalizedDateTimeFieldValue(value: unknown): value is LocalizedFieldValue<DateTimeFieldValue>;
|
|
6
8
|
export type DateTimeFieldValidators = {
|
|
7
9
|
/** Value must be specified or it won't be valid */
|
|
8
10
|
required?: RequiredValidator;
|
|
@@ -4,4 +4,9 @@ export function isDateTimeFieldValue(value) {
|
|
|
4
4
|
return (typeof value === 'string' &&
|
|
5
5
|
/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}/.test(value));
|
|
6
6
|
}
|
|
7
|
+
export function isLocalizedDateTimeFieldValue(value) {
|
|
8
|
+
return (typeof value === 'object' &&
|
|
9
|
+
value !== null &&
|
|
10
|
+
Object.values(value).every(isDateTimeFieldValue));
|
|
11
|
+
}
|
|
7
12
|
//# sourceMappingURL=date_time.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date_time.js","sourceRoot":"","sources":["../../../src/fieldTypes/date_time.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"date_time.js","sourceRoot":"","sources":["../../../src/fieldTypes/date_time.ts"],"names":[],"mappings":"AAOA,MAAM,UAAU,oBAAoB,CAClC,KAAc;IAEd,IAAI,KAAK,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAChC,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,sCAAsC,CAAC,IAAI,CAAC,KAAK,CAAC,CACnD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAC3C,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CACjD,CAAC;AACJ,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
1
2
|
import type { FileEditorConfiguration } from './appearance/file';
|
|
2
3
|
import type { ExtensionValidator } from './validators/extension';
|
|
3
4
|
import type { FileSizeValidator } from './validators/file_size';
|
|
@@ -16,6 +17,7 @@ export type FileFieldValue = {
|
|
|
16
17
|
} | null;
|
|
17
18
|
} | null;
|
|
18
19
|
export declare function isFileFieldValue(value: unknown): value is FileFieldValue;
|
|
20
|
+
export declare function isLocalizedFileFieldValue(value: unknown): value is LocalizedFieldValue<FileFieldValue>;
|
|
19
21
|
export type FileFieldValidators = {
|
|
20
22
|
/** Value must be specified or it won't be valid */
|
|
21
23
|
required?: RequiredValidator;
|
|
@@ -3,4 +3,9 @@ export function isFileFieldValue(value) {
|
|
|
3
3
|
return true;
|
|
4
4
|
return typeof value === 'object' && value !== null && 'upload_id' in value;
|
|
5
5
|
}
|
|
6
|
+
export function isLocalizedFileFieldValue(value) {
|
|
7
|
+
return (typeof value === 'object' &&
|
|
8
|
+
value !== null &&
|
|
9
|
+
Object.values(value).every(isFileFieldValue));
|
|
10
|
+
}
|
|
6
11
|
//# sourceMappingURL=file.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file.js","sourceRoot":"","sources":["../../../src/fieldTypes/file.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"file.js","sourceRoot":"","sources":["../../../src/fieldTypes/file.ts"],"names":[],"mappings":"AAoBA,MAAM,UAAU,gBAAgB,CAAC,KAAc;IAC7C,IAAI,KAAK,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAChC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,IAAI,WAAW,IAAI,KAAK,CAAC;AAC7E,CAAC;AAED,MAAM,UAAU,yBAAyB,CACvC,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAC7C,CAAC;AACJ,CAAC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
1
2
|
import type { FloatEditorConfiguration } from './appearance/float';
|
|
2
3
|
import type { NumberRangeValidator } from './validators/number_range';
|
|
3
4
|
import type { RequiredValidator } from './validators/required';
|
|
4
5
|
export type FloatFieldValue = number | null;
|
|
5
6
|
export declare function isFloatFieldValue(value: unknown): value is FloatFieldValue;
|
|
7
|
+
export declare function isLocalizedFloatFieldValue(value: unknown): value is LocalizedFieldValue<FloatFieldValue>;
|
|
6
8
|
export type FloatFieldValidators = {
|
|
7
9
|
/** Value must be specified or it won't be valid */
|
|
8
10
|
required?: RequiredValidator;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
export function isFloatFieldValue(value) {
|
|
2
2
|
return typeof value === 'number' || value === null;
|
|
3
3
|
}
|
|
4
|
+
export function isLocalizedFloatFieldValue(value) {
|
|
5
|
+
return (typeof value === 'object' &&
|
|
6
|
+
value !== null &&
|
|
7
|
+
Object.values(value).every(isFloatFieldValue));
|
|
8
|
+
}
|
|
4
9
|
//# sourceMappingURL=float.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"float.js","sourceRoot":"","sources":["../../../src/fieldTypes/float.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"float.js","sourceRoot":"","sources":["../../../src/fieldTypes/float.ts"],"names":[],"mappings":"AAOA,MAAM,UAAU,iBAAiB,CAAC,KAAc;IAC9C,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,CAAC;AACrD,CAAC;AAED,MAAM,UAAU,0BAA0B,CACxC,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC9C,CAAC;AACJ,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
1
2
|
import type { GalleryEditorConfiguration } from './appearance/gallery';
|
|
2
3
|
import type { ExtensionValidator } from './validators/extension';
|
|
3
4
|
import type { FileSizeValidator } from './validators/file_size';
|
|
@@ -16,6 +17,7 @@ export type GalleryFieldValue = Array<{
|
|
|
16
17
|
} | null;
|
|
17
18
|
}> | null;
|
|
18
19
|
export declare function isGalleryFieldValue(value: unknown): value is GalleryFieldValue;
|
|
20
|
+
export declare function isLocalizedGalleryFieldValue(value: unknown): value is LocalizedFieldValue<GalleryFieldValue>;
|
|
19
21
|
export type GalleryFieldValidators = {
|
|
20
22
|
/** Only accept a number of items within the specified range */
|
|
21
23
|
size?: SizeValidator;
|
|
@@ -4,4 +4,9 @@ export function isGalleryFieldValue(value) {
|
|
|
4
4
|
return (Array.isArray(value) &&
|
|
5
5
|
value.every((item) => typeof item === 'object' && item !== null && 'upload_id' in item));
|
|
6
6
|
}
|
|
7
|
+
export function isLocalizedGalleryFieldValue(value) {
|
|
8
|
+
return (typeof value === 'object' &&
|
|
9
|
+
value !== null &&
|
|
10
|
+
Object.values(value).every(isGalleryFieldValue));
|
|
11
|
+
}
|
|
7
12
|
//# sourceMappingURL=gallery.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gallery.js","sourceRoot":"","sources":["../../../src/fieldTypes/gallery.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"gallery.js","sourceRoot":"","sources":["../../../src/fieldTypes/gallery.ts"],"names":[],"mappings":"AAoBA,MAAM,UAAU,mBAAmB,CACjC,KAAc;IAEd,IAAI,KAAK,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAChC,OAAO,CACL,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;QACpB,KAAK,CAAC,KAAK,CACT,CAAC,IAAI,EAAE,EAAE,CACP,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,WAAW,IAAI,IAAI,CACnE,CACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAC1C,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAChD,CAAC;AACJ,CAAC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
1
2
|
import type { IntegerEditorConfiguration } from './appearance/integer';
|
|
2
3
|
import type { NumberRangeValidator } from './validators/number_range';
|
|
3
4
|
import type { RequiredValidator } from './validators/required';
|
|
4
5
|
export type IntegerFieldValue = number | null;
|
|
5
6
|
export declare function isIntegerFieldValue(value: unknown): value is IntegerFieldValue;
|
|
7
|
+
export declare function isLocalizedIntegerFieldValue(value: unknown): value is LocalizedFieldValue<IntegerFieldValue>;
|
|
6
8
|
export type IntegerFieldValidators = {
|
|
7
9
|
/** Value must be specified or it won't be valid */
|
|
8
10
|
required?: RequiredValidator;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
export function isIntegerFieldValue(value) {
|
|
2
2
|
return typeof value === 'number' || value === null;
|
|
3
3
|
}
|
|
4
|
+
export function isLocalizedIntegerFieldValue(value) {
|
|
5
|
+
return (typeof value === 'object' &&
|
|
6
|
+
value !== null &&
|
|
7
|
+
Object.values(value).every(isIntegerFieldValue));
|
|
8
|
+
}
|
|
4
9
|
//# sourceMappingURL=integer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integer.js","sourceRoot":"","sources":["../../../src/fieldTypes/integer.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"integer.js","sourceRoot":"","sources":["../../../src/fieldTypes/integer.ts"],"names":[],"mappings":"AAOA,MAAM,UAAU,mBAAmB,CACjC,KAAc;IAEd,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,CAAC;AACrD,CAAC;AAED,MAAM,UAAU,4BAA4B,CAC1C,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAChD,CAAC;AACJ,CAAC"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
1
2
|
import type { JsonEditorConfiguration } from './appearance/json';
|
|
2
3
|
import type { StringCheckboxGroupEditorConfiguration } from './appearance/string_checkbox_group';
|
|
3
4
|
import type { StringMultiSelectEditorConfiguration } from './appearance/string_multi_select';
|
|
4
5
|
import type { RequiredValidator } from './validators/required';
|
|
5
6
|
export type JsonFieldValue = string | null;
|
|
6
7
|
export declare function isJsonFieldValue(value: unknown): value is JsonFieldValue;
|
|
8
|
+
export declare function isLocalizedJsonFieldValue(value: unknown): value is LocalizedFieldValue<JsonFieldValue>;
|
|
7
9
|
export type JsonFieldValidators = {
|
|
8
10
|
/** Value must be specified or it won't be valid */
|
|
9
11
|
required?: RequiredValidator;
|
|
@@ -11,4 +11,9 @@ export function isJsonFieldValue(value) {
|
|
|
11
11
|
return false;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
+
export function isLocalizedJsonFieldValue(value) {
|
|
15
|
+
return (typeof value === 'object' &&
|
|
16
|
+
value !== null &&
|
|
17
|
+
Object.values(value).every(isJsonFieldValue));
|
|
18
|
+
}
|
|
14
19
|
//# sourceMappingURL=json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"json.js","sourceRoot":"","sources":["../../../src/fieldTypes/json.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"json.js","sourceRoot":"","sources":["../../../src/fieldTypes/json.ts"],"names":[],"mappings":"AAQA,MAAM,UAAU,gBAAgB,CAAC,KAAc;IAC7C,IAAI,KAAK,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAChC,IAAI,OAAO,KAAK,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC;IAC5C,IAAI;QACF,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QAClB,OAAO,IAAI,CAAC;KACb;IAAC,WAAM;QACN,OAAO,KAAK,CAAC;KACd;AACH,CAAC;AAED,MAAM,UAAU,yBAAyB,CACvC,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAC7C,CAAC;AACJ,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
1
2
|
import type { MapEditorConfiguration } from './appearance/map';
|
|
2
3
|
import type { RequiredValidator } from './validators/required';
|
|
3
4
|
export type LocationFieldValue = {
|
|
@@ -5,6 +6,7 @@ export type LocationFieldValue = {
|
|
|
5
6
|
longitude: number;
|
|
6
7
|
} | null;
|
|
7
8
|
export declare function isLocationFieldValue(value: unknown): value is LocationFieldValue;
|
|
9
|
+
export declare function isLocalizedLocationFieldValue(value: unknown): value is LocalizedFieldValue<LocationFieldValue>;
|
|
8
10
|
export type LocationFieldValidators = {
|
|
9
11
|
/** Value must be specified or it won't be valid */
|
|
10
12
|
required?: RequiredValidator;
|
|
@@ -6,4 +6,9 @@ export function isLocationFieldValue(value) {
|
|
|
6
6
|
'latitude' in value &&
|
|
7
7
|
'longitude' in value);
|
|
8
8
|
}
|
|
9
|
+
export function isLocalizedLocationFieldValue(value) {
|
|
10
|
+
return (typeof value === 'object' &&
|
|
11
|
+
value !== null &&
|
|
12
|
+
Object.values(value).every(isLocationFieldValue));
|
|
13
|
+
}
|
|
9
14
|
//# sourceMappingURL=lat_lon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lat_lon.js","sourceRoot":"","sources":["../../../src/fieldTypes/lat_lon.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lat_lon.js","sourceRoot":"","sources":["../../../src/fieldTypes/lat_lon.ts"],"names":[],"mappings":"AASA,MAAM,UAAU,oBAAoB,CAClC,KAAc;IAEd,IAAI,KAAK,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAChC,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,UAAU,IAAI,KAAK;QACnB,WAAW,IAAI,KAAK,CACrB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAC3C,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CACjD,CAAC;AACJ,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
1
2
|
import type { LinkEmbedEditorConfiguration } from './appearance/link_embed';
|
|
2
3
|
import type { LinkSelectEditorConfiguration } from './appearance/link_select';
|
|
3
4
|
import type { ItemItemTypeValidator } from './validators/item_item_type';
|
|
@@ -5,6 +6,7 @@ import type { RequiredValidator } from './validators/required';
|
|
|
5
6
|
import type { UniqueValidator } from './validators/unique';
|
|
6
7
|
export type LinkFieldValue = string | null;
|
|
7
8
|
export declare function isLinkFieldValue(value: unknown): value is LinkFieldValue;
|
|
9
|
+
export declare function isLocalizedLinkFieldValue(value: unknown): value is LocalizedFieldValue<LinkFieldValue>;
|
|
8
10
|
export type LinkFieldValidators = {
|
|
9
11
|
/** Only accept references to records of the specified models */
|
|
10
12
|
item_item_type: ItemItemTypeValidator;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
export function isLinkFieldValue(value) {
|
|
2
2
|
return typeof value === 'string' || value === null;
|
|
3
3
|
}
|
|
4
|
+
export function isLocalizedLinkFieldValue(value) {
|
|
5
|
+
return (typeof value === 'object' &&
|
|
6
|
+
value !== null &&
|
|
7
|
+
Object.values(value).every(isLinkFieldValue));
|
|
8
|
+
}
|
|
4
9
|
//# sourceMappingURL=link.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"link.js","sourceRoot":"","sources":["../../../src/fieldTypes/link.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"link.js","sourceRoot":"","sources":["../../../src/fieldTypes/link.ts"],"names":[],"mappings":"AASA,MAAM,UAAU,gBAAgB,CAAC,KAAc;IAC7C,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,CAAC;AACrD,CAAC;AAED,MAAM,UAAU,yBAAyB,CACvC,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAC7C,CAAC;AACJ,CAAC"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
1
2
|
import type { LinksEmbedEditorConfiguration } from './appearance/links_embed';
|
|
2
3
|
import type { LinksSelectEditorConfiguration } from './appearance/links_select';
|
|
3
4
|
import type { ItemsItemTypeValidator } from './validators/items_item_type';
|
|
4
5
|
import type { SizeValidator } from './validators/size';
|
|
5
6
|
export type LinksFieldValue = string[] | null;
|
|
6
7
|
export declare function isLinksFieldValue(value: unknown): value is LinksFieldValue;
|
|
8
|
+
export declare function isLocalizedLinksFieldValue(value: unknown): value is LocalizedFieldValue<LinksFieldValue>;
|
|
7
9
|
export type LinksFieldValidators = {
|
|
8
10
|
/** Only accept references to records of the specified models */
|
|
9
11
|
items_item_type: ItemsItemTypeValidator;
|
|
@@ -3,4 +3,9 @@ export function isLinksFieldValue(value) {
|
|
|
3
3
|
return true;
|
|
4
4
|
return (Array.isArray(value) && value.every((item) => typeof item === 'string'));
|
|
5
5
|
}
|
|
6
|
+
export function isLocalizedLinksFieldValue(value) {
|
|
7
|
+
return (typeof value === 'object' &&
|
|
8
|
+
value !== null &&
|
|
9
|
+
Object.values(value).every(isLinksFieldValue));
|
|
10
|
+
}
|
|
6
11
|
//# sourceMappingURL=links.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"links.js","sourceRoot":"","sources":["../../../src/fieldTypes/links.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"links.js","sourceRoot":"","sources":["../../../src/fieldTypes/links.ts"],"names":[],"mappings":"AAQA,MAAM,UAAU,iBAAiB,CAAC,KAAc;IAC9C,IAAI,KAAK,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAChC,OAAO,CACL,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,OAAO,IAAI,KAAK,QAAQ,CAAC,CACxE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0BAA0B,CACxC,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAC9C,CAAC;AACJ,CAAC"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type * as RawApiTypes from '../generated/RawApiTypes';
|
|
2
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
3
|
+
import type { RichTextEditorConfiguration } from './appearance/rich_text';
|
|
2
4
|
import { type BlockItemInARequest } from './single_block';
|
|
5
|
+
import type { RichTextBlocksValidator } from './validators/rich_text_blocks';
|
|
6
|
+
import type { SizeValidator } from './validators/size';
|
|
3
7
|
/**
|
|
4
8
|
* MODULAR CONTENT FIELD TYPE SYSTEM FOR DATOCMS
|
|
5
9
|
*
|
|
@@ -70,19 +74,19 @@ export type RichTextFieldValueWithNestedBlocks = RawApiTypes.Item[] | null;
|
|
|
70
74
|
* Checks for array structure and ensures all blocks are string references.
|
|
71
75
|
*/
|
|
72
76
|
export declare function isRichTextFieldValue(value: unknown): value is RichTextFieldValue;
|
|
77
|
+
export declare function isLocalizedRichTextFieldValue(value: unknown): value is LocalizedFieldValue<RichTextFieldValue>;
|
|
73
78
|
/**
|
|
74
79
|
* Type guard for Modular Content field values in API request format.
|
|
75
80
|
* Allows blocks as string IDs, full objects with IDs, or objects without IDs.
|
|
76
81
|
*/
|
|
77
82
|
export declare function isRichTextFieldValueAsRequest(value: unknown): value is RichTextFieldValueAsRequest;
|
|
83
|
+
export declare function isLocalizedRichTextFieldValueAsRequest(value: unknown): value is LocalizedFieldValue<RichTextFieldValueAsRequest>;
|
|
78
84
|
/**
|
|
79
85
|
* Type guard for Modular Content field values with nested blocks (?nested=true format).
|
|
80
86
|
* Ensures all blocks are full RawApiTypes.Item objects with complete data.
|
|
81
87
|
*/
|
|
82
88
|
export declare function isRichTextFieldValueWithNestedBlocks(value: unknown): value is RichTextFieldValueWithNestedBlocks;
|
|
83
|
-
|
|
84
|
-
import type { RichTextBlocksValidator } from './validators/rich_text_blocks';
|
|
85
|
-
import type { SizeValidator } from './validators/size';
|
|
89
|
+
export declare function isLocalizedRichTextFieldValueWithNestedBlocks(value: unknown): value is LocalizedFieldValue<RichTextFieldValueWithNestedBlocks>;
|
|
86
90
|
export type RichTextFieldValidators = {
|
|
87
91
|
/** Only accept references to block records of the specified block models */
|
|
88
92
|
rich_text_blocks: RichTextBlocksValidator;
|
|
@@ -13,6 +13,11 @@ export function isRichTextFieldValue(value) {
|
|
|
13
13
|
return true;
|
|
14
14
|
return (Array.isArray(value) && value.every((block) => typeof block === 'string'));
|
|
15
15
|
}
|
|
16
|
+
export function isLocalizedRichTextFieldValue(value) {
|
|
17
|
+
return (typeof value === 'object' &&
|
|
18
|
+
value !== null &&
|
|
19
|
+
Object.values(value).every(isRichTextFieldValue));
|
|
20
|
+
}
|
|
16
21
|
/**
|
|
17
22
|
* Type guard for Modular Content field values in API request format.
|
|
18
23
|
* Allows blocks as string IDs, full objects with IDs, or objects without IDs.
|
|
@@ -30,6 +35,11 @@ export function isRichTextFieldValueAsRequest(value) {
|
|
|
30
35
|
return isItemWithOptionalIdAndMeta(block);
|
|
31
36
|
});
|
|
32
37
|
}
|
|
38
|
+
export function isLocalizedRichTextFieldValueAsRequest(value) {
|
|
39
|
+
return (typeof value === 'object' &&
|
|
40
|
+
value !== null &&
|
|
41
|
+
Object.values(value).every(isRichTextFieldValueAsRequest));
|
|
42
|
+
}
|
|
33
43
|
/**
|
|
34
44
|
* Type guard for Modular Content field values with nested blocks (?nested=true format).
|
|
35
45
|
* Ensures all blocks are full RawApiTypes.Item objects with complete data.
|
|
@@ -44,4 +54,9 @@ export function isRichTextFieldValueWithNestedBlocks(value) {
|
|
|
44
54
|
return isItemWithOptionalMeta(block);
|
|
45
55
|
});
|
|
46
56
|
}
|
|
57
|
+
export function isLocalizedRichTextFieldValueWithNestedBlocks(value) {
|
|
58
|
+
return (typeof value === 'object' &&
|
|
59
|
+
value !== null &&
|
|
60
|
+
Object.values(value).every(isRichTextFieldValueWithNestedBlocks));
|
|
61
|
+
}
|
|
47
62
|
//# sourceMappingURL=rich_text.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rich_text.js","sourceRoot":"","sources":["../../../src/fieldTypes/rich_text.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"rich_text.js","sourceRoot":"","sources":["../../../src/fieldTypes/rich_text.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,QAAQ,EACR,2BAA2B,EAC3B,sBAAsB,GACvB,MAAM,gBAAgB,CAAC;AAuExB;;;;GAIG;AAEH;;;GAGG;AACH,MAAM,UAAU,oBAAoB,CAClC,KAAc;IAEd,IAAI,KAAK,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAEhC,OAAO,CACL,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,OAAO,KAAK,KAAK,QAAQ,CAAC,CAC1E,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAC3C,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,CACjD,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,6BAA6B,CAC3C,KAAc;IAEd,IAAI,KAAK,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAEhC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;QAAE,OAAO,KAAK,CAAC;IAExC,OAAO,KAAK,CAAC,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE;QAC3B,yCAAyC;QACzC,IAAI,QAAQ,CAAC,KAAK,CAAC;YAAE,OAAO,IAAI,CAAC;QAEjC,0DAA0D;QAC1D,OAAO,2BAA2B,CAAC,KAAK,CAAC,CAAC;IAC5C,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,sCAAsC,CACpD,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,CAC1D,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,oCAAoC,CAClD,KAAc;IAEd,IAAI,KAAK,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAEhC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;QAAE,OAAO,KAAK,CAAC;IAExC,OAAO,KAAK,CAAC,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE;QAC3B,uFAAuF;QACvF,OAAO,sBAAsB,CAAC,KAAK,CAAC,CAAC;IACvC,CAAC,CAAC,CAAC;AACL,CAAC;AAED,MAAM,UAAU,6CAA6C,CAC3D,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,oCAAoC,CAAC,CACjE,CAAC;AACJ,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
1
2
|
import type { SeoEditorConfiguration } from './appearance/seo';
|
|
2
3
|
import type { DescriptionLengthValidator } from './validators/description_length';
|
|
3
4
|
import type { FileSizeValidator } from './validators/file_size';
|
|
@@ -13,6 +14,7 @@ export type SeoFieldValue = {
|
|
|
13
14
|
no_index?: boolean;
|
|
14
15
|
} | null;
|
|
15
16
|
export declare function isSeoFieldValue(value: unknown): value is SeoFieldValue;
|
|
17
|
+
export declare function isLocalizedSeoFieldValue(value: unknown): value is LocalizedFieldValue<SeoFieldValue>;
|
|
16
18
|
export type SeoFieldValidators = {
|
|
17
19
|
/** SEO field has to specify one or more properties, or it won't be valid */
|
|
18
20
|
required_seo_fields?: RequiredSeoFieldsValidator;
|
|
@@ -9,4 +9,9 @@ export function isSeoFieldValue(value) {
|
|
|
9
9
|
'twitter_card' in value ||
|
|
10
10
|
'no_index' in value));
|
|
11
11
|
}
|
|
12
|
+
export function isLocalizedSeoFieldValue(value) {
|
|
13
|
+
return (typeof value === 'object' &&
|
|
14
|
+
value !== null &&
|
|
15
|
+
Object.values(value).every(isSeoFieldValue));
|
|
16
|
+
}
|
|
12
17
|
//# sourceMappingURL=seo.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"seo.js","sourceRoot":"","sources":["../../../src/fieldTypes/seo.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"seo.js","sourceRoot":"","sources":["../../../src/fieldTypes/seo.ts"],"names":[],"mappings":"AAiBA,MAAM,UAAU,eAAe,CAAC,KAAc;IAC5C,IAAI,KAAK,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAChC,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,CAAC,OAAO,IAAI,KAAK;YACf,aAAa,IAAI,KAAK;YACtB,OAAO,IAAI,KAAK;YAChB,cAAc,IAAI,KAAK;YACvB,UAAU,IAAI,KAAK,CAAC,CACvB,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wBAAwB,CACtC,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAC5C,CAAC;AACJ,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type * as RawApiTypes from '../generated/RawApiTypes';
|
|
2
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
2
3
|
import type { FramedSingleBlockEditorConfiguration } from './appearance/framed_single_block';
|
|
3
4
|
import type { FramelessSingleBlockEditorConfiguration } from './appearance/frameless_single_block';
|
|
4
5
|
import type { RequiredValidator } from './validators/required';
|
|
@@ -108,16 +109,19 @@ export declare function isItemWithOptionalMeta(block: unknown): block is ItemWit
|
|
|
108
109
|
* Checks for string structure and ensures block is a string reference.
|
|
109
110
|
*/
|
|
110
111
|
export declare function isSingleBlockFieldValue(value: unknown): value is SingleBlockFieldValue;
|
|
112
|
+
export declare function isLocalizedSingleBlockFieldValue(value: unknown): value is LocalizedFieldValue<SingleBlockFieldValue>;
|
|
111
113
|
/**
|
|
112
114
|
* Type guard for Single Block field values in API request format.
|
|
113
115
|
* Allows block as string ID, full object with ID, or object without ID.
|
|
114
116
|
*/
|
|
115
117
|
export declare function isSingleBlockFieldValueAsRequest(value: unknown): value is SingleBlockFieldValueAsRequest;
|
|
118
|
+
export declare function isLocalizedSingleBlockFieldValueAsRequest(value: unknown): value is LocalizedFieldValue<SingleBlockFieldValueAsRequest>;
|
|
116
119
|
/**
|
|
117
120
|
* Type guard for Single Block field values with nested blocks (?nested=true format).
|
|
118
121
|
* Ensures block is a full RawApiTypes.Item object with complete data.
|
|
119
122
|
*/
|
|
120
123
|
export declare function isSingleBlockFieldValueWithNestedBlocks(value: unknown): value is SingleBlockFieldValueWithNestedBlocks;
|
|
124
|
+
export declare function isLocalizedSingleBlockFieldValueWithNestedBlocks(value: unknown): value is LocalizedFieldValue<SingleBlockFieldValueWithNestedBlocks>;
|
|
121
125
|
export type SingleBlockFieldValidators = {
|
|
122
126
|
/** Only accept references to block records of the specified block models */
|
|
123
127
|
single_block_blocks: SingleBlockBlocksValidator;
|
|
@@ -39,6 +39,11 @@ export function isItemWithOptionalMeta(block) {
|
|
|
39
39
|
export function isSingleBlockFieldValue(value) {
|
|
40
40
|
return typeof value === 'string' || value === null;
|
|
41
41
|
}
|
|
42
|
+
export function isLocalizedSingleBlockFieldValue(value) {
|
|
43
|
+
return (typeof value === 'object' &&
|
|
44
|
+
value !== null &&
|
|
45
|
+
Object.values(value).every(isSingleBlockFieldValue));
|
|
46
|
+
}
|
|
42
47
|
/**
|
|
43
48
|
* Type guard for Single Block field values in API request format.
|
|
44
49
|
* Allows block as string ID, full object with ID, or object without ID.
|
|
@@ -52,6 +57,11 @@ export function isSingleBlockFieldValueAsRequest(value) {
|
|
|
52
57
|
// Object (either with or without ID for updates/creation)
|
|
53
58
|
return isItemWithOptionalIdAndMeta(value);
|
|
54
59
|
}
|
|
60
|
+
export function isLocalizedSingleBlockFieldValueAsRequest(value) {
|
|
61
|
+
return (typeof value === 'object' &&
|
|
62
|
+
value !== null &&
|
|
63
|
+
Object.values(value).every(isSingleBlockFieldValueAsRequest));
|
|
64
|
+
}
|
|
55
65
|
/**
|
|
56
66
|
* Type guard for Single Block field values with nested blocks (?nested=true format).
|
|
57
67
|
* Ensures block is a full RawApiTypes.Item object with complete data.
|
|
@@ -62,4 +72,9 @@ export function isSingleBlockFieldValueWithNestedBlocks(value) {
|
|
|
62
72
|
// Must be a full object with ID (nested format always includes complete block objects)
|
|
63
73
|
return isItemWithOptionalMeta(value);
|
|
64
74
|
}
|
|
75
|
+
export function isLocalizedSingleBlockFieldValueWithNestedBlocks(value) {
|
|
76
|
+
return (typeof value === 'object' &&
|
|
77
|
+
value !== null &&
|
|
78
|
+
Object.values(value).every(isSingleBlockFieldValueWithNestedBlocks));
|
|
79
|
+
}
|
|
65
80
|
//# sourceMappingURL=single_block.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"single_block.js","sourceRoot":"","sources":["../../../src/fieldTypes/single_block.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"single_block.js","sourceRoot":"","sources":["../../../src/fieldTypes/single_block.ts"],"names":[],"mappings":"AAkGA;;;;;GAKG;AAEH;;GAEG;AACH,MAAM,UAAU,QAAQ,CAAC,KAAc;IACrC,OAAO,OAAO,KAAK,KAAK,QAAQ,CAAC;AACnC,CAAC;AAOD;;GAEG;AACH,MAAM,UAAU,2BAA2B,CACzC,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,IAAI,KAAK;QACf,YAAY,IAAI,KAAK,CACtB,CAAC;AACJ,CAAC;AAID;;GAEG;AACH,MAAM,UAAU,sBAAsB,CACpC,KAAc;IAEd,OAAO,CACL,2BAA2B,CAAC,KAAK,CAAC;QAClC,IAAI,IAAI,KAAK;QACb,OAAO,KAAK,CAAC,EAAE,KAAK,QAAQ,CAC7B,CAAC;AACJ,CAAC;AAED;;;;GAIG;AAEH;;;GAGG;AACH,MAAM,UAAU,uBAAuB,CACrC,KAAc;IAEd,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,CAAC;AACrD,CAAC;AAED,MAAM,UAAU,gCAAgC,CAC9C,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CACpD,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,gCAAgC,CAC9C,KAAc;IAEd,IAAI,KAAK,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAEhC,yCAAyC;IACzC,IAAI,QAAQ,CAAC,KAAK,CAAC;QAAE,OAAO,IAAI,CAAC;IAEjC,0DAA0D;IAC1D,OAAO,2BAA2B,CAAC,KAAK,CAAC,CAAC;AAC5C,CAAC;AAED,MAAM,UAAU,yCAAyC,CACvD,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,CAC7D,CAAC;AACJ,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,uCAAuC,CACrD,KAAc;IAEd,IAAI,KAAK,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAEhC,uFAAuF;IACvF,OAAO,sBAAsB,CAAC,KAAK,CAAC,CAAC;AACvC,CAAC;AAED,MAAM,UAAU,gDAAgD,CAC9D,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,uCAAuC,CAAC,CACpE,CAAC;AACJ,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
1
2
|
import type { SlugEditorConfiguration } from './appearance/slug';
|
|
2
3
|
import type { LengthValidator } from './validators/length';
|
|
3
4
|
import type { RequiredValidator } from './validators/required';
|
|
@@ -5,6 +6,7 @@ import type { SlugFormatValidator } from './validators/slug_format';
|
|
|
5
6
|
import type { SlugTitleFieldValidator } from './validators/slug_title_field';
|
|
6
7
|
export type SlugFieldValue = string | null;
|
|
7
8
|
export declare function isSlugFieldValue(value: unknown): value is SlugFieldValue;
|
|
9
|
+
export declare function isLocalizedSlugFieldValue(value: unknown): value is LocalizedFieldValue<SlugFieldValue>;
|
|
8
10
|
export type SlugFieldValidators = {
|
|
9
11
|
/** Value must be specified or it won't be valid */
|
|
10
12
|
required?: RequiredValidator;
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
export function isSlugFieldValue(value) {
|
|
2
2
|
if (value === null)
|
|
3
3
|
return true;
|
|
4
|
-
return typeof value === 'string'
|
|
4
|
+
return typeof value === 'string';
|
|
5
|
+
}
|
|
6
|
+
export function isLocalizedSlugFieldValue(value) {
|
|
7
|
+
return (typeof value === 'object' &&
|
|
8
|
+
value !== null &&
|
|
9
|
+
Object.values(value).every(isSlugFieldValue));
|
|
5
10
|
}
|
|
6
11
|
//# sourceMappingURL=slug.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slug.js","sourceRoot":"","sources":["../../../src/fieldTypes/slug.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"slug.js","sourceRoot":"","sources":["../../../src/fieldTypes/slug.ts"],"names":[],"mappings":"AASA,MAAM,UAAU,gBAAgB,CAAC,KAAc;IAC7C,IAAI,KAAK,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAChC,OAAO,OAAO,KAAK,KAAK,QAAQ,CAAC;AACnC,CAAC;AAED,MAAM,UAAU,yBAAyB,CACvC,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAC7C,CAAC;AACJ,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { LocalizedFieldValue } from '../utilities/fieldValue';
|
|
1
2
|
import type { SingleLineEditorConfiguration } from './appearance/single_line';
|
|
2
3
|
import type { StringRadioGroupEditorConfiguration } from './appearance/string_radio_group';
|
|
3
4
|
import type { StringSelectEditorConfiguration } from './appearance/string_select';
|
|
@@ -8,6 +9,7 @@ import type { RequiredValidator } from './validators/required';
|
|
|
8
9
|
import type { UniqueValidator } from './validators/unique';
|
|
9
10
|
export type StringFieldValue = string | null;
|
|
10
11
|
export declare function isStringFieldValue(value: unknown): value is StringFieldValue;
|
|
12
|
+
export declare function isLocalizedStringFieldValue(value: unknown): value is LocalizedFieldValue<StringFieldValue>;
|
|
11
13
|
export type StringFieldValidators = {
|
|
12
14
|
/** Value must be specified or it won't be valid */
|
|
13
15
|
required?: RequiredValidator;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
export function isStringFieldValue(value) {
|
|
2
2
|
return typeof value === 'string' || value === null;
|
|
3
3
|
}
|
|
4
|
+
export function isLocalizedStringFieldValue(value) {
|
|
5
|
+
return (typeof value === 'object' &&
|
|
6
|
+
value !== null &&
|
|
7
|
+
Object.values(value).every(isStringFieldValue));
|
|
8
|
+
}
|
|
4
9
|
//# sourceMappingURL=string.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"string.js","sourceRoot":"","sources":["../../../src/fieldTypes/string.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"string.js","sourceRoot":"","sources":["../../../src/fieldTypes/string.ts"],"names":[],"mappings":"AAYA,MAAM,UAAU,kBAAkB,CAAC,KAAc;IAC/C,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,IAAI,CAAC;AACrD,CAAC;AAED,MAAM,UAAU,2BAA2B,CACzC,KAAc;IAEd,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACzB,KAAK,KAAK,IAAI;QACd,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAC/C,CAAC;AACJ,CAAC"}
|