@uniformdev/project-map 19.213.1-alpha.14 → 19.214.1-alpha.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.
- package/dist/index.d.mts +0 -5
- package/dist/index.d.ts +0 -5
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -1068,9 +1068,6 @@ interface ObjectWithEditionMetadata {
|
|
|
1068
1068
|
editionPriority?: number;
|
|
1069
1069
|
editionName?: string;
|
|
1070
1070
|
}
|
|
1071
|
-
/**
|
|
1072
|
-
* @deprecated pre-release functionality subject to change
|
|
1073
|
-
*/
|
|
1074
1071
|
interface GetActiveEditionOptions<T> {
|
|
1075
1072
|
/** Node to pick the active edition for */
|
|
1076
1073
|
editions: Array<T>;
|
|
@@ -1090,14 +1087,12 @@ interface GetActiveEditionOptions<T> {
|
|
|
1090
1087
|
* The active edition is the highest priority edition that enables the target locale.
|
|
1091
1088
|
* If there is no target locale, then the default edition is returned if there is one.
|
|
1092
1089
|
* Otherwise, undefined is returned (no edition matches).
|
|
1093
|
-
* @deprecated pre-release functionality subject to change
|
|
1094
1090
|
*/
|
|
1095
1091
|
declare function getActiveEdition<T>({ editions, selectEdition, selectId, selectEnabledLocales, targetLocale, }: GetActiveEditionOptions<T>): T | undefined;
|
|
1096
1092
|
|
|
1097
1093
|
/**
|
|
1098
1094
|
* Finds the active edition for a given locale in a node's compositionData.
|
|
1099
1095
|
* Note: All editions, including the composition, are stored in the editions array when it is present.
|
|
1100
|
-
* @deprecated pre-release functionality subject to change
|
|
1101
1096
|
*/
|
|
1102
1097
|
declare function getNodeActiveCompositionEdition({ node, targetLocale, fallbackWhenLocaleNotMatched, }: {
|
|
1103
1098
|
/** Node to pick the active edition for */
|
package/dist/index.d.ts
CHANGED
|
@@ -1068,9 +1068,6 @@ interface ObjectWithEditionMetadata {
|
|
|
1068
1068
|
editionPriority?: number;
|
|
1069
1069
|
editionName?: string;
|
|
1070
1070
|
}
|
|
1071
|
-
/**
|
|
1072
|
-
* @deprecated pre-release functionality subject to change
|
|
1073
|
-
*/
|
|
1074
1071
|
interface GetActiveEditionOptions<T> {
|
|
1075
1072
|
/** Node to pick the active edition for */
|
|
1076
1073
|
editions: Array<T>;
|
|
@@ -1090,14 +1087,12 @@ interface GetActiveEditionOptions<T> {
|
|
|
1090
1087
|
* The active edition is the highest priority edition that enables the target locale.
|
|
1091
1088
|
* If there is no target locale, then the default edition is returned if there is one.
|
|
1092
1089
|
* Otherwise, undefined is returned (no edition matches).
|
|
1093
|
-
* @deprecated pre-release functionality subject to change
|
|
1094
1090
|
*/
|
|
1095
1091
|
declare function getActiveEdition<T>({ editions, selectEdition, selectId, selectEnabledLocales, targetLocale, }: GetActiveEditionOptions<T>): T | undefined;
|
|
1096
1092
|
|
|
1097
1093
|
/**
|
|
1098
1094
|
* Finds the active edition for a given locale in a node's compositionData.
|
|
1099
1095
|
* Note: All editions, including the composition, are stored in the editions array when it is present.
|
|
1100
|
-
* @deprecated pre-release functionality subject to change
|
|
1101
1096
|
*/
|
|
1102
1097
|
declare function getNodeActiveCompositionEdition({ node, targetLocale, fallbackWhenLocaleNotMatched, }: {
|
|
1103
1098
|
/** Node to pick the active edition for */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/project-map",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.214.1-alpha.10+98dac3377a",
|
|
4
4
|
"description": "Uniform Project Map",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"/dist"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@uniformdev/canvas": "19.
|
|
37
|
-
"@uniformdev/context": "19.
|
|
36
|
+
"@uniformdev/canvas": "19.214.1-alpha.10+98dac3377a",
|
|
37
|
+
"@uniformdev/context": "19.214.1-alpha.10+98dac3377a"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "98dac3377a8313b1d70d0b02632a6a7192f2409c"
|
|
43
43
|
}
|