@lls/store 24.8.0-e0d110cb → 24.8.0-e376d469
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/lib/index.js +3 -9
- package/package.json +3 -3
package/lib/index.js
CHANGED
|
@@ -990,15 +990,10 @@ var useSearchCopyNotifications = makeUseSearch(makeSearchCopyNotifications);
|
|
|
990
990
|
// src/selectors/document.ts
|
|
991
991
|
init_define_import_meta();
|
|
992
992
|
import { makeEntitiesFilter as makeEntitiesFilter8 } from "@lls/utils";
|
|
993
|
-
var search10 = ({
|
|
994
|
-
ids,
|
|
995
|
-
resourceIds,
|
|
996
|
-
levelIds
|
|
997
|
-
}) => {
|
|
993
|
+
var search10 = ({ ids, resourceIds }) => {
|
|
998
994
|
return makeEntitiesFilter8({
|
|
999
995
|
id: ids,
|
|
1000
|
-
resourceId: resourceIds
|
|
1001
|
-
levels: levelIds
|
|
996
|
+
resourceId: resourceIds
|
|
1002
997
|
});
|
|
1003
998
|
};
|
|
1004
999
|
var { useSearchDocuments } = crud("documents", {
|
|
@@ -1485,8 +1480,7 @@ var garDivisionSchema = define(garDivision, {
|
|
|
1485
1480
|
school
|
|
1486
1481
|
});
|
|
1487
1482
|
var documentSchema = define(document, {
|
|
1488
|
-
page
|
|
1489
|
-
levels: [level]
|
|
1483
|
+
page
|
|
1490
1484
|
});
|
|
1491
1485
|
var chapterSchema = define(chapter, {
|
|
1492
1486
|
book,
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@lls/store",
|
|
3
3
|
"description": "model de donnée et selecteurs",
|
|
4
4
|
"homepage": "https://github.com/lelivrescolaire/monorepo/tree/dev/libs/store",
|
|
5
|
-
"version": "24.8.0-
|
|
5
|
+
"version": "24.8.0-e376d469",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "./lib/builttypes/store/src/index.d.ts",
|
|
8
8
|
"exports": {
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"typescript": "5.6.3",
|
|
49
49
|
"vite": "5.4.11",
|
|
50
50
|
"vite-tsconfig-paths": "5.1.3",
|
|
51
|
-
"@lls/utils": "24.8.0-
|
|
52
|
-
"@lls/vitescripts": "24.8.0-
|
|
51
|
+
"@lls/utils": "24.8.0-e376d469",
|
|
52
|
+
"@lls/vitescripts": "24.8.0-e376d469"
|
|
53
53
|
},
|
|
54
54
|
"license": "ISC",
|
|
55
55
|
"dependencies": {
|