@nexo-labs/payload-lexical-blocks-builder 1.4.1 → 1.4.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/{builder-Cu0XLG_-.d.mts → builder-BmQTutAe.d.mts} +31 -25
- package/dist/builder-BmQTutAe.d.mts.map +1 -0
- package/dist/builder.d.mts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/renderer-UrimF3OS.d.mts.map +1 -1
- package/package.json +1 -1
- package/dist/builder-Cu0XLG_-.d.mts.map +0 -1
|
@@ -1144,7 +1144,7 @@ type OptionalKeys<Type> = Type extends object ? keyof { [Key in keyof Type as Ty
|
|
|
1144
1144
|
//#region ../../node_modules/.pnpm/ts-essentials@10.0.3_typescript@5.9.2/node_modules/ts-essentials/dist/required-keys/index.d.ts
|
|
1145
1145
|
type RequiredKeys<Type> = Type extends unknown ? Exclude<keyof Type, OptionalKeys<Type>> : never;
|
|
1146
1146
|
//#endregion
|
|
1147
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1147
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/lib/load-custom-routes.d.ts
|
|
1148
1148
|
type RouteHas = {
|
|
1149
1149
|
type: string;
|
|
1150
1150
|
key: string;
|
|
@@ -1155,7 +1155,7 @@ type RouteHas = {
|
|
|
1155
1155
|
value: string;
|
|
1156
1156
|
};
|
|
1157
1157
|
//#endregion
|
|
1158
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1158
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/build/analysis/get-page-static-info.d.ts
|
|
1159
1159
|
type MiddlewareMatcher = {
|
|
1160
1160
|
regexp: string;
|
|
1161
1161
|
locale?: false;
|
|
@@ -1164,14 +1164,14 @@ type MiddlewareMatcher = {
|
|
|
1164
1164
|
originalSource: string;
|
|
1165
1165
|
};
|
|
1166
1166
|
//#endregion
|
|
1167
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1167
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/shared/lib/constants.d.ts
|
|
1168
1168
|
declare const COMPILER_NAMES: {
|
|
1169
1169
|
readonly client: "client";
|
|
1170
1170
|
readonly server: "server";
|
|
1171
1171
|
readonly edgeServer: "edge-server";
|
|
1172
1172
|
};
|
|
1173
1173
|
//#endregion
|
|
1174
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1174
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/client/route-loader.d.ts
|
|
1175
1175
|
declare global {
|
|
1176
1176
|
interface Window {
|
|
1177
1177
|
__BUILD_MANIFEST?: Record<string, string[]>;
|
|
@@ -1188,7 +1188,7 @@ declare global {
|
|
|
1188
1188
|
}
|
|
1189
1189
|
}
|
|
1190
1190
|
//#endregion
|
|
1191
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1191
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/client/page-loader.d.ts
|
|
1192
1192
|
declare global {
|
|
1193
1193
|
interface Window {
|
|
1194
1194
|
__DEV_MIDDLEWARE_MATCHERS?: MiddlewareMatcher[];
|
|
@@ -1200,21 +1200,21 @@ declare global {
|
|
|
1200
1200
|
}
|
|
1201
1201
|
}
|
|
1202
1202
|
//#endregion
|
|
1203
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1203
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/shared/lib/router/router.d.ts
|
|
1204
1204
|
declare global {
|
|
1205
1205
|
interface Window {
|
|
1206
1206
|
__NEXT_DATA__: NEXT_DATA;
|
|
1207
1207
|
}
|
|
1208
1208
|
}
|
|
1209
1209
|
//#endregion
|
|
1210
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1210
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts
|
|
1211
1211
|
declare global {
|
|
1212
1212
|
interface Window {
|
|
1213
1213
|
__NEXT_PRELOADREADY?: (ids?: (string | number)[]) => Promise<void>;
|
|
1214
1214
|
}
|
|
1215
1215
|
}
|
|
1216
1216
|
//#endregion
|
|
1217
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1217
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts
|
|
1218
1218
|
type LangCode = 'aa' | 'ab' | 'ae' | 'af' | 'ak' | 'am' | 'an' | 'ar' | 'as' | 'av' | 'ay' | 'az' | 'ba' | 'be' | 'bg' | 'bh' | 'bi' | 'bm' | 'bn' | 'bo' | 'br' | 'bs' | 'ca' | 'ce' | 'ch' | 'co' | 'cr' | 'cs' | 'cu' | 'cv' | 'cy' | 'da' | 'de' | 'dv' | 'dz' | 'ee' | 'el' | 'en' | 'eo' | 'es' | 'et' | 'eu' | 'fa' | 'ff' | 'fi' | 'fj' | 'fo' | 'fr' | 'fy' | 'ga' | 'gd' | 'gl' | 'gn' | 'gu' | 'gv' | 'ha' | 'he' | 'hi' | 'ho' | 'hr' | 'ht' | 'hu' | 'hy' | 'hz' | 'ia' | 'id' | 'ie' | 'ig' | 'ii' | 'ik' | 'io' | 'is' | 'it' | 'iu' | 'ja' | 'jv' | 'ka' | 'kg' | 'ki' | 'kj' | 'kk' | 'kl' | 'km' | 'kn' | 'ko' | 'kr' | 'ks' | 'ku' | 'kv' | 'kw' | 'ky' | 'la' | 'lb' | 'lg' | 'li' | 'ln' | 'lo' | 'lt' | 'lu' | 'lv' | 'mg' | 'mh' | 'mi' | 'mk' | 'ml' | 'mn' | 'mr' | 'ms' | 'mt' | 'my' | 'na' | 'nb' | 'nd' | 'ne' | 'ng' | 'nl' | 'nn' | 'no' | 'nr' | 'nv' | 'ny' | 'oc' | 'oj' | 'om' | 'or' | 'os' | 'pa' | 'pi' | 'pl' | 'ps' | 'pt' | 'qu' | 'rm' | 'rn' | 'ro' | 'ru' | 'rw' | 'sa' | 'sc' | 'sd' | 'se' | 'sg' | 'si' | 'sk' | 'sl' | 'sm' | 'sn' | 'so' | 'sq' | 'sr' | 'ss' | 'st' | 'su' | 'sv' | 'sw' | 'ta' | 'te' | 'tg' | 'th' | 'ti' | 'tk' | 'tl' | 'tn' | 'to' | 'tr' | 'ts' | 'tt' | 'tw' | 'ty' | 'ug' | 'uk' | 'ur' | 'uz' | 've' | 'vi' | 'vo' | 'wa' | 'wo' | 'xh' | 'yi' | 'yo' | 'za' | 'zh' | 'zu' | 'af-ZA' | 'am-ET' | 'ar-AE' | 'ar-BH' | 'ar-DZ' | 'ar-EG' | 'ar-IQ' | 'ar-JO' | 'ar-KW' | 'ar-LB' | 'ar-LY' | 'ar-MA' | 'arn-CL' | 'ar-OM' | 'ar-QA' | 'ar-SA' | 'ar-SD' | 'ar-SY' | 'ar-TN' | 'ar-YE' | 'as-IN' | 'az-az' | 'az-Cyrl-AZ' | 'az-Latn-AZ' | 'ba-RU' | 'be-BY' | 'bg-BG' | 'bn-BD' | 'bn-IN' | 'bo-CN' | 'br-FR' | 'bs-Cyrl-BA' | 'bs-Latn-BA' | 'ca-ES' | 'co-FR' | 'cs-CZ' | 'cy-GB' | 'da-DK' | 'de-AT' | 'de-CH' | 'de-DE' | 'de-LI' | 'de-LU' | 'dsb-DE' | 'dv-MV' | 'el-CY' | 'el-GR' | 'en-029' | 'en-AU' | 'en-BZ' | 'en-CA' | 'en-cb' | 'en-GB' | 'en-IE' | 'en-IN' | 'en-JM' | 'en-MT' | 'en-MY' | 'en-NZ' | 'en-PH' | 'en-SG' | 'en-TT' | 'en-US' | 'en-ZA' | 'en-ZW' | 'es-AR' | 'es-BO' | 'es-CL' | 'es-CO' | 'es-CR' | 'es-DO' | 'es-EC' | 'es-ES' | 'es-GT' | 'es-HN' | 'es-MX' | 'es-NI' | 'es-PA' | 'es-PE' | 'es-PR' | 'es-PY' | 'es-SV' | 'es-US' | 'es-UY' | 'es-VE' | 'et-EE' | 'eu-ES' | 'fa-IR' | 'fi-FI' | 'fil-PH' | 'fo-FO' | 'fr-BE' | 'fr-CA' | 'fr-CH' | 'fr-FR' | 'fr-LU' | 'fr-MC' | 'fy-NL' | 'ga-IE' | 'gd-GB' | 'gd-ie' | 'gl-ES' | 'gsw-FR' | 'gu-IN' | 'ha-Latn-NG' | 'he-IL' | 'hi-IN' | 'hr-BA' | 'hr-HR' | 'hsb-DE' | 'hu-HU' | 'hy-AM' | 'id-ID' | 'ig-NG' | 'ii-CN' | 'in-ID' | 'is-IS' | 'it-CH' | 'it-IT' | 'iu-Cans-CA' | 'iu-Latn-CA' | 'iw-IL' | 'ja-JP' | 'ka-GE' | 'kk-KZ' | 'kl-GL' | 'km-KH' | 'kn-IN' | 'kok-IN' | 'ko-KR' | 'ky-KG' | 'lb-LU' | 'lo-LA' | 'lt-LT' | 'lv-LV' | 'mi-NZ' | 'mk-MK' | 'ml-IN' | 'mn-MN' | 'mn-Mong-CN' | 'moh-CA' | 'mr-IN' | 'ms-BN' | 'ms-MY' | 'mt-MT' | 'nb-NO' | 'ne-NP' | 'nl-BE' | 'nl-NL' | 'nn-NO' | 'no-no' | 'nso-ZA' | 'oc-FR' | 'or-IN' | 'pa-IN' | 'pl-PL' | 'prs-AF' | 'ps-AF' | 'pt-BR' | 'pt-PT' | 'qut-GT' | 'quz-BO' | 'quz-EC' | 'quz-PE' | 'rm-CH' | 'ro-mo' | 'ro-RO' | 'ru-mo' | 'ru-RU' | 'rw-RW' | 'sah-RU' | 'sa-IN' | 'se-FI' | 'se-NO' | 'se-SE' | 'si-LK' | 'sk-SK' | 'sl-SI' | 'sma-NO' | 'sma-SE' | 'smj-NO' | 'smj-SE' | 'smn-FI' | 'sms-FI' | 'sq-AL' | 'sr-BA' | 'sr-CS' | 'sr-Cyrl-BA' | 'sr-Cyrl-CS' | 'sr-Cyrl-ME' | 'sr-Cyrl-RS' | 'sr-Latn-BA' | 'sr-Latn-CS' | 'sr-Latn-ME' | 'sr-Latn-RS' | 'sr-ME' | 'sr-RS' | 'sr-sp' | 'sv-FI' | 'sv-SE' | 'sw-KE' | 'syr-SY' | 'ta-IN' | 'te-IN' | 'tg-Cyrl-TJ' | 'th-TH' | 'tk-TM' | 'tlh-QS' | 'tn-ZA' | 'tr-TR' | 'tt-RU' | 'tzm-Latn-DZ' | 'ug-CN' | 'uk-UA' | 'ur-PK' | 'uz-Cyrl-UZ' | 'uz-Latn-UZ' | 'uz-uz' | 'vi-VN' | 'wo-SN' | 'xh-ZA' | 'yo-NG' | 'zh-CN' | 'zh-HK' | 'zh-MO' | 'zh-SG' | 'zh-TW' | 'zh-Hans' | 'zh-Hant' | 'zu-ZA' | `${Lowercase<string>}-${string}`;
|
|
1219
1219
|
type UnmatchedLang = 'x-default';
|
|
1220
1220
|
type HrefLang = LangCode | UnmatchedLang;
|
|
@@ -1234,7 +1234,7 @@ type AlternateURLs = {
|
|
|
1234
1234
|
} | undefined;
|
|
1235
1235
|
};
|
|
1236
1236
|
//#endregion
|
|
1237
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1237
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/lib/metadata/types/extra-types.d.ts
|
|
1238
1238
|
type AppLinks = {
|
|
1239
1239
|
ios?: AppLinksApple | Array<AppLinksApple> | undefined;
|
|
1240
1240
|
iphone?: AppLinksApple | Array<AppLinksApple> | undefined;
|
|
@@ -1311,7 +1311,7 @@ type FormatDetection = {
|
|
|
1311
1311
|
url?: boolean | undefined;
|
|
1312
1312
|
};
|
|
1313
1313
|
//#endregion
|
|
1314
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1314
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/lib/metadata/types/metadata-types.d.ts
|
|
1315
1315
|
/**
|
|
1316
1316
|
*
|
|
1317
1317
|
* Metadata types
|
|
@@ -1320,13 +1320,13 @@ type FormatDetection = {
|
|
|
1320
1320
|
interface DeprecatedMetadataFields {
|
|
1321
1321
|
/**
|
|
1322
1322
|
* Deprecated options that have a preferred method
|
|
1323
|
-
* @deprecated Use
|
|
1323
|
+
* @deprecated Use appleWebApp instead
|
|
1324
1324
|
*/
|
|
1325
1325
|
'apple-touch-fullscreen'?: never | undefined;
|
|
1326
1326
|
/**
|
|
1327
1327
|
* Obsolete since iOS 7.
|
|
1328
1328
|
* @see https://web.dev/apple-touch-icon/
|
|
1329
|
-
* @deprecated
|
|
1329
|
+
* @deprecated Use icons.apple instead
|
|
1330
1330
|
*/
|
|
1331
1331
|
'apple-touch-icon-precomposed'?: never | undefined;
|
|
1332
1332
|
}
|
|
@@ -1412,7 +1412,7 @@ type ThemeColorDescriptor = {
|
|
|
1412
1412
|
media?: string | undefined;
|
|
1413
1413
|
};
|
|
1414
1414
|
//#endregion
|
|
1415
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1415
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts
|
|
1416
1416
|
type OpenGraph = OpenGraphWebsite | OpenGraphArticle | OpenGraphBook | OpenGraphProfile | OpenGraphMusicSong | OpenGraphMusicAlbum | OpenGraphMusicPlaylist | OpenGraphRadioStation | OpenGraphVideoMovie | OpenGraphVideoEpisode | OpenGraphVideoTVShow | OpenGraphVideoOther | OpenGraphMetadata;
|
|
1417
1417
|
type Locale$3 = string;
|
|
1418
1418
|
type OpenGraphMetadata = {
|
|
@@ -1542,7 +1542,7 @@ type OGActor = {
|
|
|
1542
1542
|
role?: string | undefined;
|
|
1543
1543
|
};
|
|
1544
1544
|
//#endregion
|
|
1545
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1545
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts
|
|
1546
1546
|
type Twitter = TwitterSummary | TwitterSummaryLargeImage | TwitterPlayer | TwitterApp | TwitterMetadata;
|
|
1547
1547
|
type TwitterMetadata = {
|
|
1548
1548
|
site?: string | undefined;
|
|
@@ -1596,7 +1596,7 @@ type TwitterPlayerDescriptor = {
|
|
|
1596
1596
|
height: number;
|
|
1597
1597
|
};
|
|
1598
1598
|
//#endregion
|
|
1599
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
1599
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts
|
|
1600
1600
|
/**
|
|
1601
1601
|
* Metadata interface to describe all the metadata fields that can be set in a document.
|
|
1602
1602
|
*
|
|
@@ -2067,7 +2067,13 @@ interface Metadata$1 extends DeprecatedMetadataFields {
|
|
|
2067
2067
|
* and relative URLs are composed with `metadataBase`.
|
|
2068
2068
|
*/
|
|
2069
2069
|
//#endregion
|
|
2070
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
2070
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/server/app-render/entry-base.d.ts
|
|
2071
|
+
declare global {
|
|
2072
|
+
var __next__clear_chunk_cache__: (() => void) | null | undefined;
|
|
2073
|
+
var __turbopack_clear_chunk_cache__: () => void | null | undefined;
|
|
2074
|
+
}
|
|
2075
|
+
//#endregion
|
|
2076
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/server/config-shared.d.ts
|
|
2071
2077
|
interface DomainLocale {
|
|
2072
2078
|
defaultLocale: string;
|
|
2073
2079
|
domain: string;
|
|
@@ -2075,7 +2081,7 @@ interface DomainLocale {
|
|
|
2075
2081
|
locales?: readonly string[];
|
|
2076
2082
|
}
|
|
2077
2083
|
//#endregion
|
|
2078
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
2084
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/shared/lib/utils.d.ts
|
|
2079
2085
|
type NEXT_DATA = {
|
|
2080
2086
|
props: Record<string, any>;
|
|
2081
2087
|
page: string;
|
|
@@ -2108,7 +2114,7 @@ type NEXT_DATA = {
|
|
|
2108
2114
|
notFoundSrcPage?: string;
|
|
2109
2115
|
};
|
|
2110
2116
|
//#endregion
|
|
2111
|
-
//#region ../../node_modules/.pnpm/next@15.
|
|
2117
|
+
//#region ../../node_modules/.pnpm/next@15.5.7_@babel+core@7.27.7_@opentelemetry+api@1.9.0_@playwright+test@1.56.1_babel-p_4f33f5d2fe72399b7456996e7ea8d18b/node_modules/next/dist/types.d.ts
|
|
2112
2118
|
declare module 'react' {
|
|
2113
2119
|
interface HtmlHTMLAttributes<T> extends React$1.HTMLAttributes<T> {
|
|
2114
2120
|
amp?: string;
|
|
@@ -25063,7 +25069,7 @@ interface CollectionAdminCustom extends Record<string, any> {}
|
|
|
25063
25069
|
interface GlobalCustom extends Record<string, any> {}
|
|
25064
25070
|
interface GlobalAdminCustom extends Record<string, any> {}
|
|
25065
25071
|
//#endregion
|
|
25066
|
-
//#region ../../node_modules/.pnpm/@payloadcms+richtext-lexical@3.65.0_@faceless-ui+modal@3.0.0_react-dom@19.1.0_react@19.
|
|
25072
|
+
//#region ../../node_modules/.pnpm/@payloadcms+richtext-lexical@3.65.0_@faceless-ui+modal@3.0.0_react-dom@19.1.0_react@19._1054dd2956e4bbb68f8b3de0e78bf5f6/node_modules/@payloadcms/richtext-lexical/dist/packages/@lexical/markdown/MarkdownTransformers.d.ts
|
|
25067
25073
|
type Transformer = ElementTransformer | MultilineElementTransformer | TextFormatTransformer | TextMatchTransformer;
|
|
25068
25074
|
type ElementTransformer = {
|
|
25069
25075
|
dependencies: Array<Klass<LexicalNode>>;
|
|
@@ -25188,7 +25194,7 @@ type TextMatchTransformer = Readonly<{
|
|
|
25188
25194
|
type: 'text-match';
|
|
25189
25195
|
}>;
|
|
25190
25196
|
//#endregion
|
|
25191
|
-
//#region ../../node_modules/.pnpm/@payloadcms+richtext-lexical@3.65.0_@faceless-ui+modal@3.0.0_react-dom@19.1.0_react@19.
|
|
25197
|
+
//#region ../../node_modules/.pnpm/@payloadcms+richtext-lexical@3.65.0_@faceless-ui+modal@3.0.0_react-dom@19.1.0_react@19._1054dd2956e4bbb68f8b3de0e78bf5f6/node_modules/@payloadcms/richtext-lexical/dist/features/converters/lexicalToHtml_deprecated/converter/types.d.ts
|
|
25192
25198
|
/**
|
|
25193
25199
|
* @deprecated - will be removed in 4.0
|
|
25194
25200
|
*/
|
|
@@ -25214,7 +25220,7 @@ type SerializedLexicalNodeWithParent = {
|
|
|
25214
25220
|
parent?: SerializedLexicalNode;
|
|
25215
25221
|
} & SerializedLexicalNode;
|
|
25216
25222
|
//#endregion
|
|
25217
|
-
//#region ../../node_modules/.pnpm/@payloadcms+richtext-lexical@3.65.0_@faceless-ui+modal@3.0.0_react-dom@19.1.0_react@19.
|
|
25223
|
+
//#region ../../node_modules/.pnpm/@payloadcms+richtext-lexical@3.65.0_@faceless-ui+modal@3.0.0_react-dom@19.1.0_react@19._1054dd2956e4bbb68f8b3de0e78bf5f6/node_modules/@payloadcms/richtext-lexical/dist/features/typesServer.d.ts
|
|
25218
25224
|
type PopulationPromise<T extends SerializedLexicalNode = SerializedLexicalNode> = (args: {
|
|
25219
25225
|
context: RequestContext;
|
|
25220
25226
|
currentDepth: number;
|
|
@@ -25541,7 +25547,7 @@ type SanitizedServerFeatures = {
|
|
|
25541
25547
|
validations: Map<string, Array<NodeValidation>>;
|
|
25542
25548
|
} & Required<Pick<ResolvedServerFeature<any, any>, 'i18n' | 'nodes'>>;
|
|
25543
25549
|
//#endregion
|
|
25544
|
-
//#region ../../node_modules/.pnpm/@payloadcms+richtext-lexical@3.65.0_@faceless-ui+modal@3.0.0_react-dom@19.1.0_react@19.
|
|
25550
|
+
//#region ../../node_modules/.pnpm/@payloadcms+richtext-lexical@3.65.0_@faceless-ui+modal@3.0.0_react-dom@19.1.0_react@19._1054dd2956e4bbb68f8b3de0e78bf5f6/node_modules/@payloadcms/richtext-lexical/dist/lexical/config/types.d.ts
|
|
25545
25551
|
type ServerEditorConfig = {
|
|
25546
25552
|
features: FeatureProviderServer<any, any, any>[];
|
|
25547
25553
|
lexical?: EditorConfig | undefined;
|
|
@@ -25552,7 +25558,7 @@ type SanitizedServerEditorConfig = {
|
|
|
25552
25558
|
resolvedFeatureMap: ResolvedServerFeatureMap;
|
|
25553
25559
|
};
|
|
25554
25560
|
//#endregion
|
|
25555
|
-
//#region ../../node_modules/.pnpm/@payloadcms+richtext-lexical@3.65.0_@faceless-ui+modal@3.0.0_react-dom@19.1.0_react@19.
|
|
25561
|
+
//#region ../../node_modules/.pnpm/@payloadcms+richtext-lexical@3.65.0_@faceless-ui+modal@3.0.0_react-dom@19.1.0_react@19._1054dd2956e4bbb68f8b3de0e78bf5f6/node_modules/@payloadcms/richtext-lexical/dist/features/typesClient.d.ts
|
|
25556
25562
|
type BaseClientFeatureProps<ClientFeatureProps> = ClientFeatureProps extends undefined ? {
|
|
25557
25563
|
featureKey: string;
|
|
25558
25564
|
order: number;
|
|
@@ -25561,7 +25567,7 @@ type BaseClientFeatureProps<ClientFeatureProps> = ClientFeatureProps extends und
|
|
|
25561
25567
|
order: number;
|
|
25562
25568
|
} & ClientFeatureProps;
|
|
25563
25569
|
//#endregion
|
|
25564
|
-
//#region ../../node_modules/.pnpm/@payloadcms+richtext-lexical@3.65.0_@faceless-ui+modal@3.0.0_react-dom@19.1.0_react@19.
|
|
25570
|
+
//#region ../../node_modules/.pnpm/@payloadcms+richtext-lexical@3.65.0_@faceless-ui+modal@3.0.0_react-dom@19.1.0_react@19._1054dd2956e4bbb68f8b3de0e78bf5f6/node_modules/@payloadcms/richtext-lexical/dist/types.d.ts
|
|
25565
25571
|
type AdapterProps = {
|
|
25566
25572
|
editorConfig: SanitizedServerEditorConfig;
|
|
25567
25573
|
};
|
|
@@ -25573,4 +25579,4 @@ declare function buildLexicalByFeatures(features: () => FeatureProviderServer<an
|
|
|
25573
25579
|
declare function filterBlocksAtLexicalBuilder<T extends string>(builder: LexicalBuilder, blocks: () => Block[], slugs: T[]): Config["editor"];
|
|
25574
25580
|
//#endregion
|
|
25575
25581
|
export { buildLexicalByFeatures as n, filterBlocksAtLexicalBuilder as r, LexicalBuilder as t };
|
|
25576
|
-
//# sourceMappingURL=builder-
|
|
25582
|
+
//# sourceMappingURL=builder-BmQTutAe.d.mts.map
|