@okf/ootils 1.37.0 → 1.37.1
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/browser.d.mts +2 -2
- package/dist/browser.d.ts +2 -2
- package/dist/browser.js +1 -1
- package/dist/browser.mjs +1 -1
- package/dist/node.d.mts +2 -2
- package/dist/node.d.ts +2 -2
- package/dist/node.js +1 -1
- package/dist/node.mjs +1 -1
- package/dist/universal.d.mts +2 -2
- package/dist/universal.d.ts +2 -2
- package/dist/universal.js +1 -1
- package/dist/universal.mjs +1 -1
- package/package.json +1 -1
package/dist/browser.d.mts
CHANGED
|
@@ -1187,7 +1187,7 @@ declare const processAuthorAndCommonFilters: (allTpls: any[], filterScopes: stri
|
|
|
1187
1187
|
profileTypes: any[];
|
|
1188
1188
|
pinnedOptions: {
|
|
1189
1189
|
display: string;
|
|
1190
|
-
value:
|
|
1190
|
+
value: string;
|
|
1191
1191
|
}[];
|
|
1192
1192
|
options?: undefined;
|
|
1193
1193
|
};
|
|
@@ -1477,7 +1477,7 @@ declare const autoGenFilterConfigsFromTpl: ({ selectedTpls, allTpls, filterScope
|
|
|
1477
1477
|
profileTypes: any[];
|
|
1478
1478
|
pinnedOptions: {
|
|
1479
1479
|
display: string;
|
|
1480
|
-
value:
|
|
1480
|
+
value: string;
|
|
1481
1481
|
}[];
|
|
1482
1482
|
options?: undefined;
|
|
1483
1483
|
};
|
package/dist/browser.d.ts
CHANGED
|
@@ -1187,7 +1187,7 @@ declare const processAuthorAndCommonFilters: (allTpls: any[], filterScopes: stri
|
|
|
1187
1187
|
profileTypes: any[];
|
|
1188
1188
|
pinnedOptions: {
|
|
1189
1189
|
display: string;
|
|
1190
|
-
value:
|
|
1190
|
+
value: string;
|
|
1191
1191
|
}[];
|
|
1192
1192
|
options?: undefined;
|
|
1193
1193
|
};
|
|
@@ -1477,7 +1477,7 @@ declare const autoGenFilterConfigsFromTpl: ({ selectedTpls, allTpls, filterScope
|
|
|
1477
1477
|
profileTypes: any[];
|
|
1478
1478
|
pinnedOptions: {
|
|
1479
1479
|
display: string;
|
|
1480
|
-
value:
|
|
1480
|
+
value: string;
|
|
1481
1481
|
}[];
|
|
1482
1482
|
options?: undefined;
|
|
1483
1483
|
};
|
package/dist/browser.js
CHANGED
|
@@ -2097,7 +2097,7 @@ var processAuthorAndCommonFilters = (allTpls, filterScopes, annoEnabledBlocks =
|
|
|
2097
2097
|
filterType: "usersType",
|
|
2098
2098
|
profileTypes: allProfileTpls.map((tpl) => tpl.kp_content_type),
|
|
2099
2099
|
pinnedOptions: [
|
|
2100
|
-
{ display: "AI", value:
|
|
2100
|
+
{ display: "AI", value: "-ai-as-author-" }
|
|
2101
2101
|
]
|
|
2102
2102
|
},
|
|
2103
2103
|
target: {
|
package/dist/browser.mjs
CHANGED
|
@@ -2028,7 +2028,7 @@ var processAuthorAndCommonFilters = (allTpls, filterScopes, annoEnabledBlocks =
|
|
|
2028
2028
|
filterType: "usersType",
|
|
2029
2029
|
profileTypes: allProfileTpls.map((tpl) => tpl.kp_content_type),
|
|
2030
2030
|
pinnedOptions: [
|
|
2031
|
-
{ display: "AI", value:
|
|
2031
|
+
{ display: "AI", value: "-ai-as-author-" }
|
|
2032
2032
|
]
|
|
2033
2033
|
},
|
|
2034
2034
|
target: {
|
package/dist/node.d.mts
CHANGED
|
@@ -1194,7 +1194,7 @@ declare const processAuthorAndCommonFilters: (allTpls: any[], filterScopes: stri
|
|
|
1194
1194
|
profileTypes: any[];
|
|
1195
1195
|
pinnedOptions: {
|
|
1196
1196
|
display: string;
|
|
1197
|
-
value:
|
|
1197
|
+
value: string;
|
|
1198
1198
|
}[];
|
|
1199
1199
|
options?: undefined;
|
|
1200
1200
|
};
|
|
@@ -1484,7 +1484,7 @@ declare const autoGenFilterConfigsFromTpl: ({ selectedTpls, allTpls, filterScope
|
|
|
1484
1484
|
profileTypes: any[];
|
|
1485
1485
|
pinnedOptions: {
|
|
1486
1486
|
display: string;
|
|
1487
|
-
value:
|
|
1487
|
+
value: string;
|
|
1488
1488
|
}[];
|
|
1489
1489
|
options?: undefined;
|
|
1490
1490
|
};
|
package/dist/node.d.ts
CHANGED
|
@@ -1194,7 +1194,7 @@ declare const processAuthorAndCommonFilters: (allTpls: any[], filterScopes: stri
|
|
|
1194
1194
|
profileTypes: any[];
|
|
1195
1195
|
pinnedOptions: {
|
|
1196
1196
|
display: string;
|
|
1197
|
-
value:
|
|
1197
|
+
value: string;
|
|
1198
1198
|
}[];
|
|
1199
1199
|
options?: undefined;
|
|
1200
1200
|
};
|
|
@@ -1484,7 +1484,7 @@ declare const autoGenFilterConfigsFromTpl: ({ selectedTpls, allTpls, filterScope
|
|
|
1484
1484
|
profileTypes: any[];
|
|
1485
1485
|
pinnedOptions: {
|
|
1486
1486
|
display: string;
|
|
1487
|
-
value:
|
|
1487
|
+
value: string;
|
|
1488
1488
|
}[];
|
|
1489
1489
|
options?: undefined;
|
|
1490
1490
|
};
|
package/dist/node.js
CHANGED
|
@@ -3703,7 +3703,7 @@ var processAuthorAndCommonFilters = (allTpls, filterScopes, annoEnabledBlocks =
|
|
|
3703
3703
|
filterType: "usersType",
|
|
3704
3704
|
profileTypes: allProfileTpls.map((tpl) => tpl.kp_content_type),
|
|
3705
3705
|
pinnedOptions: [
|
|
3706
|
-
{ display: "AI", value:
|
|
3706
|
+
{ display: "AI", value: "-ai-as-author-" }
|
|
3707
3707
|
]
|
|
3708
3708
|
},
|
|
3709
3709
|
target: {
|
package/dist/node.mjs
CHANGED
|
@@ -3633,7 +3633,7 @@ var processAuthorAndCommonFilters = (allTpls, filterScopes, annoEnabledBlocks =
|
|
|
3633
3633
|
filterType: "usersType",
|
|
3634
3634
|
profileTypes: allProfileTpls.map((tpl) => tpl.kp_content_type),
|
|
3635
3635
|
pinnedOptions: [
|
|
3636
|
-
{ display: "AI", value:
|
|
3636
|
+
{ display: "AI", value: "-ai-as-author-" }
|
|
3637
3637
|
]
|
|
3638
3638
|
},
|
|
3639
3639
|
target: {
|
package/dist/universal.d.mts
CHANGED
|
@@ -1187,7 +1187,7 @@ declare const processAuthorAndCommonFilters: (allTpls: any[], filterScopes: stri
|
|
|
1187
1187
|
profileTypes: any[];
|
|
1188
1188
|
pinnedOptions: {
|
|
1189
1189
|
display: string;
|
|
1190
|
-
value:
|
|
1190
|
+
value: string;
|
|
1191
1191
|
}[];
|
|
1192
1192
|
options?: undefined;
|
|
1193
1193
|
};
|
|
@@ -1477,7 +1477,7 @@ declare const autoGenFilterConfigsFromTpl: ({ selectedTpls, allTpls, filterScope
|
|
|
1477
1477
|
profileTypes: any[];
|
|
1478
1478
|
pinnedOptions: {
|
|
1479
1479
|
display: string;
|
|
1480
|
-
value:
|
|
1480
|
+
value: string;
|
|
1481
1481
|
}[];
|
|
1482
1482
|
options?: undefined;
|
|
1483
1483
|
};
|
package/dist/universal.d.ts
CHANGED
|
@@ -1187,7 +1187,7 @@ declare const processAuthorAndCommonFilters: (allTpls: any[], filterScopes: stri
|
|
|
1187
1187
|
profileTypes: any[];
|
|
1188
1188
|
pinnedOptions: {
|
|
1189
1189
|
display: string;
|
|
1190
|
-
value:
|
|
1190
|
+
value: string;
|
|
1191
1191
|
}[];
|
|
1192
1192
|
options?: undefined;
|
|
1193
1193
|
};
|
|
@@ -1477,7 +1477,7 @@ declare const autoGenFilterConfigsFromTpl: ({ selectedTpls, allTpls, filterScope
|
|
|
1477
1477
|
profileTypes: any[];
|
|
1478
1478
|
pinnedOptions: {
|
|
1479
1479
|
display: string;
|
|
1480
|
-
value:
|
|
1480
|
+
value: string;
|
|
1481
1481
|
}[];
|
|
1482
1482
|
options?: undefined;
|
|
1483
1483
|
};
|
package/dist/universal.js
CHANGED
|
@@ -2097,7 +2097,7 @@ var processAuthorAndCommonFilters = (allTpls, filterScopes, annoEnabledBlocks =
|
|
|
2097
2097
|
filterType: "usersType",
|
|
2098
2098
|
profileTypes: allProfileTpls.map((tpl) => tpl.kp_content_type),
|
|
2099
2099
|
pinnedOptions: [
|
|
2100
|
-
{ display: "AI", value:
|
|
2100
|
+
{ display: "AI", value: "-ai-as-author-" }
|
|
2101
2101
|
]
|
|
2102
2102
|
},
|
|
2103
2103
|
target: {
|
package/dist/universal.mjs
CHANGED
|
@@ -2028,7 +2028,7 @@ var processAuthorAndCommonFilters = (allTpls, filterScopes, annoEnabledBlocks =
|
|
|
2028
2028
|
filterType: "usersType",
|
|
2029
2029
|
profileTypes: allProfileTpls.map((tpl) => tpl.kp_content_type),
|
|
2030
2030
|
pinnedOptions: [
|
|
2031
|
-
{ display: "AI", value:
|
|
2031
|
+
{ display: "AI", value: "-ai-as-author-" }
|
|
2032
2032
|
]
|
|
2033
2033
|
},
|
|
2034
2034
|
target: {
|