@jahia/data-helper 1.0.9 → 1.0.10-alpha.0
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/.autorc +10 -0
- package/CHANGELOG.md +424 -0
- package/babel.config.js +3 -0
- package/build/README.md +70 -0
- package/{esm → build/esm}/hooks/useNodeInfo/useNodeInfo.js +8 -13
- package/build/esm/hooks/useNodeInfo/useNodeInfo.js.map +1 -0
- package/{js → build/js}/hooks/useNodeInfo/useNodeInfo.js +8 -13
- package/build/js/hooks/useNodeInfo/useNodeInfo.js.map +1 -0
- package/build/package.json +35 -0
- package/build/yarn.lock +217 -0
- package/coverage/clover.xml +533 -0
- package/coverage/coverage-final.json +28 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +79 -0
- package/coverage/lcov-report/fragments/PredefinedFragments.ts.html +982 -0
- package/coverage/lcov-report/fragments/encodeName.ts.html +82 -0
- package/coverage/lcov-report/fragments/fragments.utils.ts.html +520 -0
- package/coverage/lcov-report/fragments/getIsNodeTypeFragment.ts.html +172 -0
- package/coverage/lcov-report/fragments/getPermissionFragment.ts.html +241 -0
- package/coverage/lcov-report/fragments/getSubNodesCountFragment.ts.html +178 -0
- package/coverage/lcov-report/fragments/index.html +200 -0
- package/coverage/lcov-report/fragments/index.ts.html +85 -0
- package/coverage/lcov-report/hooks/index.html +110 -0
- package/coverage/lcov-report/hooks/index.ts.html +94 -0
- package/coverage/lcov-report/hooks/useContentPreview/index.html +140 -0
- package/coverage/lcov-report/hooks/useContentPreview/index.ts.html +82 -0
- package/coverage/lcov-report/hooks/useContentPreview/useContentPreview.gql-queries.ts.html +148 -0
- package/coverage/lcov-report/hooks/useContentPreview/useContentPreview.ts.html +211 -0
- package/coverage/lcov-report/hooks/useDeepCompareMemo/index.html +125 -0
- package/coverage/lcov-report/hooks/useDeepCompareMemo/index.ts.html +82 -0
- package/coverage/lcov-report/hooks/useDeepCompareMemo/useDeepCompareMemo.ts.html +115 -0
- package/coverage/lcov-report/hooks/useNodeChecks/index.html +125 -0
- package/coverage/lcov-report/hooks/useNodeChecks/index.ts.html +82 -0
- package/coverage/lcov-report/hooks/useNodeChecks/useNodeChecks.ts.html +307 -0
- package/coverage/lcov-report/hooks/useNodeInfo/index.html +170 -0
- package/coverage/lcov-report/hooks/useNodeInfo/index.ts.html +82 -0
- package/coverage/lcov-report/hooks/useNodeInfo/useMemoRequest.ts.html +151 -0
- package/coverage/lcov-report/hooks/useNodeInfo/useNodeInfo.gql-queries.ts.html +994 -0
- package/coverage/lcov-report/hooks/useNodeInfo/useNodeInfo.ts.html +847 -0
- package/coverage/lcov-report/hooks/useNodeInfo/useNodeInfo.utils.ts.html +202 -0
- package/coverage/lcov-report/hooks/useSchemaFields/index.html +110 -0
- package/coverage/lcov-report/hooks/useSchemaFields/useSchemaFields.gql-queries.ts.html +124 -0
- package/coverage/lcov-report/hooks/useSiteInfo/index.html +140 -0
- package/coverage/lcov-report/hooks/useSiteInfo/index.ts.html +82 -0
- package/coverage/lcov-report/hooks/useSiteInfo/useSiteInfo.gql-queries.ts.html +196 -0
- package/coverage/lcov-report/hooks/useSiteInfo/useSiteInfo.ts.html +187 -0
- package/coverage/lcov-report/hooks/useTreeEntries/index.html +140 -0
- package/coverage/lcov-report/hooks/useTreeEntries/index.ts.html +82 -0
- package/coverage/lcov-report/hooks/useTreeEntries/useTreeEntries.gql-queries.ts.html +193 -0
- package/coverage/lcov-report/hooks/useTreeEntries/useTreeEntries.ts.html +376 -0
- package/coverage/lcov-report/index.html +230 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +170 -0
- package/coverage/lcov.info +1193 -0
- package/dist/esm/fragments/PredefinedFragments.js +146 -0
- package/dist/esm/fragments/PredefinedFragments.js.map +1 -0
- package/dist/esm/fragments/encodeName.js +4 -0
- package/dist/esm/fragments/encodeName.js.map +1 -0
- package/dist/esm/fragments/fragments.utils.js +156 -0
- package/dist/esm/fragments/fragments.utils.js.map +1 -0
- package/dist/esm/fragments/getIsNodeTypeFragment.js +26 -0
- package/dist/esm/fragments/getIsNodeTypeFragment.js.map +1 -0
- package/dist/esm/fragments/getPermissionFragment.js +38 -0
- package/dist/esm/fragments/getPermissionFragment.js.map +1 -0
- package/dist/esm/fragments/getSubNodesCountFragment.js +24 -0
- package/dist/esm/fragments/getSubNodesCountFragment.js.map +1 -0
- package/dist/esm/fragments/index.js +3 -0
- package/dist/esm/fragments/index.js.map +1 -0
- package/dist/esm/hooks/index.js +6 -0
- package/dist/esm/hooks/index.js.map +1 -0
- package/dist/esm/hooks/useContentPreview/index.js +2 -0
- package/dist/esm/hooks/useContentPreview/index.js.map +1 -0
- package/dist/esm/hooks/useContentPreview/useContentPreview.gql-queries.js +6 -0
- package/dist/esm/hooks/useContentPreview/useContentPreview.gql-queries.js.map +1 -0
- package/dist/esm/hooks/useContentPreview/useContentPreview.js +27 -0
- package/dist/esm/hooks/useContentPreview/useContentPreview.js.map +1 -0
- package/dist/esm/hooks/useDeepCompareMemo/index.js +2 -0
- package/dist/esm/hooks/useDeepCompareMemo/index.js.map +1 -0
- package/dist/esm/hooks/useDeepCompareMemo/useDeepCompareMemo.js +10 -0
- package/dist/esm/hooks/useDeepCompareMemo/useDeepCompareMemo.js.map +1 -0
- package/dist/esm/hooks/useNodeChecks/index.js +2 -0
- package/dist/esm/hooks/useNodeChecks/index.js.map +1 -0
- package/dist/esm/hooks/useNodeChecks/useNodeChecks.js +83 -0
- package/dist/esm/hooks/useNodeChecks/useNodeChecks.js.map +1 -0
- package/dist/esm/hooks/useNodeInfo/index.js +2 -0
- package/dist/esm/hooks/useNodeInfo/index.js.map +1 -0
- package/dist/esm/hooks/useNodeInfo/useMemoRequest.js +43 -0
- package/dist/esm/hooks/useNodeInfo/useMemoRequest.js.map +1 -0
- package/dist/esm/hooks/useNodeInfo/useNodeInfo.gql-queries.js +170 -0
- package/dist/esm/hooks/useNodeInfo/useNodeInfo.gql-queries.js.map +1 -0
- package/dist/esm/hooks/useNodeInfo/useNodeInfo.js +241 -0
- package/dist/esm/hooks/useNodeInfo/useNodeInfo.js.map +1 -0
- package/dist/esm/hooks/useNodeInfo/useNodeInfo.utils.js +48 -0
- package/dist/esm/hooks/useNodeInfo/useNodeInfo.utils.js.map +1 -0
- package/dist/esm/hooks/useSchemaFields/index.js +2 -0
- package/dist/esm/hooks/useSchemaFields/index.js.map +1 -0
- package/dist/esm/hooks/useSchemaFields/useSchemaFields.gql-queries.js +5 -0
- package/dist/esm/hooks/useSchemaFields/useSchemaFields.gql-queries.js.map +1 -0
- package/dist/esm/hooks/useSchemaFields/useSchemaFields.js +8 -0
- package/dist/esm/hooks/useSchemaFields/useSchemaFields.js.map +1 -0
- package/dist/esm/hooks/useSiteInfo/index.js +2 -0
- package/dist/esm/hooks/useSiteInfo/index.js.map +1 -0
- package/dist/esm/hooks/useSiteInfo/useSiteInfo.gql-queries.js +6 -0
- package/dist/esm/hooks/useSiteInfo/useSiteInfo.gql-queries.js.map +1 -0
- package/dist/esm/hooks/useSiteInfo/useSiteInfo.js +39 -0
- package/dist/esm/hooks/useSiteInfo/useSiteInfo.js.map +1 -0
- package/dist/esm/hooks/useTreeEntries/index.js +2 -0
- package/dist/esm/hooks/useTreeEntries/index.js.map +1 -0
- package/dist/esm/hooks/useTreeEntries/useTreeEntries.gql-queries.js +6 -0
- package/dist/esm/hooks/useTreeEntries/useTreeEntries.gql-queries.js.map +1 -0
- package/dist/esm/hooks/useTreeEntries/useTreeEntries.js +94 -0
- package/dist/esm/hooks/useTreeEntries/useTreeEntries.js.map +1 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/legacy/Picker.gql-fragments.js +21 -0
- package/dist/esm/legacy/Picker.gql-fragments.js.map +1 -0
- package/dist/esm/legacy/Picker.js +356 -0
- package/dist/esm/legacy/Picker.js.map +1 -0
- package/dist/esm/legacy/index.js +3 -0
- package/dist/esm/legacy/index.js.map +1 -0
- package/dist/js/fragments/PredefinedFragments.js +176 -0
- package/dist/js/fragments/PredefinedFragments.js.map +1 -0
- package/dist/js/fragments/encodeName.js +11 -0
- package/dist/js/fragments/encodeName.js.map +1 -0
- package/dist/js/fragments/fragments.utils.js +164 -0
- package/dist/js/fragments/fragments.utils.js.map +1 -0
- package/dist/js/fragments/getIsNodeTypeFragment.js +35 -0
- package/dist/js/fragments/getIsNodeTypeFragment.js.map +1 -0
- package/dist/js/fragments/getPermissionFragment.js +48 -0
- package/dist/js/fragments/getPermissionFragment.js.map +1 -0
- package/dist/js/fragments/getSubNodesCountFragment.js +33 -0
- package/dist/js/fragments/getSubNodesCountFragment.js.map +1 -0
- package/dist/js/fragments/index.js +28 -0
- package/dist/js/fragments/index.js.map +1 -0
- package/dist/js/hooks/index.js +61 -0
- package/dist/js/hooks/index.js.map +1 -0
- package/dist/js/hooks/useContentPreview/index.js +17 -0
- package/dist/js/hooks/useContentPreview/index.js.map +1 -0
- package/dist/js/hooks/useContentPreview/useContentPreview.gql-queries.js +14 -0
- package/dist/js/hooks/useContentPreview/useContentPreview.gql-queries.js.map +1 -0
- package/dist/js/hooks/useContentPreview/useContentPreview.js +34 -0
- package/dist/js/hooks/useContentPreview/useContentPreview.js.map +1 -0
- package/dist/js/hooks/useDeepCompareMemo/index.js +17 -0
- package/dist/js/hooks/useDeepCompareMemo/index.js.map +1 -0
- package/dist/js/hooks/useDeepCompareMemo/useDeepCompareMemo.js +18 -0
- package/dist/js/hooks/useDeepCompareMemo/useDeepCompareMemo.js.map +1 -0
- package/dist/js/hooks/useNodeChecks/index.js +17 -0
- package/dist/js/hooks/useNodeChecks/index.js.map +1 -0
- package/dist/js/hooks/useNodeChecks/useNodeChecks.js +91 -0
- package/dist/js/hooks/useNodeChecks/useNodeChecks.js.map +1 -0
- package/dist/js/hooks/useNodeInfo/index.js +17 -0
- package/dist/js/hooks/useNodeInfo/index.js.map +1 -0
- package/dist/js/hooks/useNodeInfo/useMemoRequest.js +50 -0
- package/dist/js/hooks/useNodeInfo/useMemoRequest.js.map +1 -0
- package/dist/js/hooks/useNodeInfo/useNodeInfo.gql-queries.js +179 -0
- package/dist/js/hooks/useNodeInfo/useNodeInfo.gql-queries.js.map +1 -0
- package/dist/js/hooks/useNodeInfo/useNodeInfo.js +249 -0
- package/dist/js/hooks/useNodeInfo/useNodeInfo.js.map +1 -0
- package/dist/js/hooks/useNodeInfo/useNodeInfo.utils.js +57 -0
- package/dist/js/hooks/useNodeInfo/useNodeInfo.utils.js.map +1 -0
- package/dist/js/hooks/useSchemaFields/index.js +17 -0
- package/dist/js/hooks/useSchemaFields/index.js.map +1 -0
- package/dist/js/hooks/useSchemaFields/useSchemaFields.gql-queries.js +13 -0
- package/dist/js/hooks/useSchemaFields/useSchemaFields.gql-queries.js.map +1 -0
- package/dist/js/hooks/useSchemaFields/useSchemaFields.js +15 -0
- package/dist/js/hooks/useSchemaFields/useSchemaFields.js.map +1 -0
- package/dist/js/hooks/useSiteInfo/index.js +17 -0
- package/dist/js/hooks/useSiteInfo/index.js.map +1 -0
- package/dist/js/hooks/useSiteInfo/useSiteInfo.gql-queries.js +14 -0
- package/dist/js/hooks/useSiteInfo/useSiteInfo.gql-queries.js.map +1 -0
- package/dist/js/hooks/useSiteInfo/useSiteInfo.js +47 -0
- package/dist/js/hooks/useSiteInfo/useSiteInfo.js.map +1 -0
- package/dist/js/hooks/useTreeEntries/index.js +17 -0
- package/dist/js/hooks/useTreeEntries/index.js.map +1 -0
- package/dist/js/hooks/useTreeEntries/useTreeEntries.gql-queries.js +14 -0
- package/dist/js/hooks/useTreeEntries/useTreeEntries.gql-queries.js.map +1 -0
- package/dist/js/hooks/useTreeEntries/useTreeEntries.js +102 -0
- package/dist/js/hooks/useTreeEntries/useTreeEntries.js.map +1 -0
- package/dist/js/index.js +39 -0
- package/dist/js/index.js.map +1 -0
- package/dist/js/legacy/Picker.gql-fragments.js +29 -0
- package/dist/js/legacy/Picker.gql-fragments.js.map +1 -0
- package/dist/js/legacy/Picker.js +363 -0
- package/dist/js/legacy/Picker.js.map +1 -0
- package/dist/js/legacy/index.js +28 -0
- package/dist/js/legacy/index.js.map +1 -0
- package/dist/types/fragments/PredefinedFragments.d.ts +33 -0
- package/dist/types/fragments/encodeName.d.ts +1 -0
- package/dist/types/fragments/fragments.utils.d.ts +6 -0
- package/dist/types/fragments/getIsNodeTypeFragment.d.ts +10 -0
- package/dist/types/fragments/getPermissionFragment.d.ts +14 -0
- package/dist/types/fragments/getSubNodesCountFragment.d.ts +8 -0
- package/dist/types/fragments/index.d.ts +2 -0
- package/dist/types/hooks/index.d.ts +5 -0
- package/dist/types/hooks/useContentPreview/index.d.ts +1 -0
- package/dist/types/hooks/useContentPreview/useContentPreview.d.ts +25 -0
- package/dist/types/hooks/useContentPreview/useContentPreview.gql-queries.d.ts +1 -0
- package/dist/types/hooks/useDeepCompareMemo/index.d.ts +1 -0
- package/dist/types/hooks/useDeepCompareMemo/useDeepCompareMemo.d.ts +1 -0
- package/dist/types/hooks/useNodeChecks/index.d.ts +1 -0
- package/dist/types/hooks/useNodeChecks/useNodeChecks.d.ts +19 -0
- package/dist/types/hooks/useNodeInfo/index.d.ts +1 -0
- package/dist/types/hooks/useNodeInfo/useMemoRequest.d.ts +6 -0
- package/dist/types/hooks/useNodeInfo/useNodeInfo.d.ts +33 -0
- package/dist/types/hooks/useNodeInfo/useNodeInfo.gql-queries.d.ts +36 -0
- package/dist/types/hooks/useNodeInfo/useNodeInfo.utils.d.ts +12 -0
- package/dist/types/hooks/useSchemaFields/index.d.ts +1 -0
- package/dist/types/hooks/useSchemaFields/useSchemaFields.d.ts +5 -0
- package/dist/types/hooks/useSchemaFields/useSchemaFields.gql-queries.d.ts +1 -0
- package/dist/types/hooks/useSiteInfo/index.d.ts +1 -0
- package/dist/types/hooks/useSiteInfo/useSiteInfo.d.ts +63 -0
- package/dist/types/hooks/useSiteInfo/useSiteInfo.gql-queries.d.ts +1 -0
- package/dist/types/hooks/useTreeEntries/index.d.ts +1 -0
- package/dist/types/hooks/useTreeEntries/useTreeEntries.d.ts +39 -0
- package/dist/types/hooks/useTreeEntries/useTreeEntries.gql-queries.d.ts +1 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/legacy/Picker.d.ts +84 -0
- package/dist/types/legacy/Picker.gql-fragments.d.ts +17 -0
- package/dist/types/legacy/index.d.ts +2 -0
- package/jest.config.js +22 -0
- package/package.json +1 -1
- package/src/fragments/PredefinedFragments.js +274 -0
- package/src/fragments/encodeName.js +1 -0
- package/src/fragments/fragments.utils.js +132 -0
- package/src/fragments/getIsNodeTypeFragment.js +32 -0
- package/src/fragments/getPermissionFragment.js +57 -0
- package/src/fragments/index.js +2 -0
- package/src/hooks/index.js +5 -0
- package/src/hooks/useContentPreview/index.js +1 -0
- package/src/hooks/useContentPreview/useContentPreview.gql-queries.js +23 -0
- package/src/hooks/useContentPreview/useContentPreview.js +29 -0
- package/src/hooks/useContentPreview/useContentPreview.spec.js +35 -0
- package/src/hooks/useDeepCompareMemo/index.js +1 -0
- package/src/hooks/useDeepCompareMemo/useDeepCompareMemo.js +12 -0
- package/src/hooks/useDeepCompareMemo/useDeepCompareMemo.spec.js +43 -0
- package/src/hooks/useNodeChecks/index.js +1 -0
- package/src/hooks/useNodeChecks/useNodeChecks.js +58 -0
- package/src/hooks/useNodeChecks/useNodeChecks.spec.js +115 -0
- package/src/hooks/useNodeInfo/index.js +1 -0
- package/src/hooks/useNodeInfo/useMemoRequest.js +22 -0
- package/src/hooks/useNodeInfo/useNodeInfo.gql-queries.js +253 -0
- package/src/hooks/useNodeInfo/useNodeInfo.js +185 -0
- package/src/hooks/useNodeInfo/useNodeInfo.spec.js +245 -0
- package/src/hooks/useNodeInfo/useNodeInfo.utils.js +41 -0
- package/src/hooks/useSchemaFields/index.js +1 -0
- package/src/hooks/useSchemaFields/useSchemaFields.gql-queries.js +15 -0
- package/src/hooks/useSchemaFields/useSchemaFields.jsx +4 -0
- package/src/hooks/useSiteInfo/index.js +1 -0
- package/src/hooks/useSiteInfo/useSiteInfo.gql-queries.js +37 -0
- package/src/hooks/useSiteInfo/useSiteInfo.js +29 -0
- package/src/hooks/useSiteInfo/useSiteInfo.spec.js +56 -0
- package/src/hooks/useTreeEntries/index.js +1 -0
- package/src/hooks/useTreeEntries/useTreeEntries.gql-queries.js +38 -0
- package/src/hooks/useTreeEntries/useTreeEntries.js +88 -0
- package/src/hooks/useTreeEntries/useTreeEntries.spec.js +42 -0
- package/src/index.js +3 -0
- package/src/legacy/Picker.gql-fragments.js +31 -0
- package/src/legacy/Picker.js +392 -0
- package/src/legacy/index.js +2 -0
- package/esm/hooks/useNodeInfo/useNodeInfo.js.map +0 -1
- package/js/hooks/useNodeInfo/useNodeInfo.js.map +0 -1
- /package/{esm → build/esm}/fragments/PredefinedFragments.js +0 -0
- /package/{esm → build/esm}/fragments/PredefinedFragments.js.map +0 -0
- /package/{esm → build/esm}/fragments/encodeName.js +0 -0
- /package/{esm → build/esm}/fragments/encodeName.js.map +0 -0
- /package/{esm → build/esm}/fragments/fragments.utils.js +0 -0
- /package/{esm → build/esm}/fragments/fragments.utils.js.map +0 -0
- /package/{esm → build/esm}/fragments/getIsNodeTypeFragment.js +0 -0
- /package/{esm → build/esm}/fragments/getIsNodeTypeFragment.js.map +0 -0
- /package/{esm → build/esm}/fragments/getPermissionFragment.js +0 -0
- /package/{esm → build/esm}/fragments/getPermissionFragment.js.map +0 -0
- /package/{esm → build/esm}/fragments/index.d.ts +0 -0
- /package/{esm → build/esm}/fragments/index.js +0 -0
- /package/{esm → build/esm}/fragments/index.js.map +0 -0
- /package/{esm → build/esm}/hooks/index.d.ts +0 -0
- /package/{esm → build/esm}/hooks/index.js +0 -0
- /package/{esm → build/esm}/hooks/index.js.map +0 -0
- /package/{esm → build/esm}/hooks/useContentPreview/index.d.ts +0 -0
- /package/{esm → build/esm}/hooks/useContentPreview/index.js +0 -0
- /package/{esm → build/esm}/hooks/useContentPreview/index.js.map +0 -0
- /package/{esm → build/esm}/hooks/useContentPreview/useContentPreview.gql-queries.js +0 -0
- /package/{esm → build/esm}/hooks/useContentPreview/useContentPreview.gql-queries.js.map +0 -0
- /package/{esm → build/esm}/hooks/useContentPreview/useContentPreview.js +0 -0
- /package/{esm → build/esm}/hooks/useContentPreview/useContentPreview.js.map +0 -0
- /package/{esm → build/esm}/hooks/useContentPreview/useContentPreview.spec.js +0 -0
- /package/{esm → build/esm}/hooks/useContentPreview/useContentPreview.spec.js.map +0 -0
- /package/{esm → build/esm}/hooks/useDeepCompareMemo/index.d.ts +0 -0
- /package/{esm → build/esm}/hooks/useDeepCompareMemo/index.js +0 -0
- /package/{esm → build/esm}/hooks/useDeepCompareMemo/index.js.map +0 -0
- /package/{esm → build/esm}/hooks/useDeepCompareMemo/useDeepCompareMemo.js +0 -0
- /package/{esm → build/esm}/hooks/useDeepCompareMemo/useDeepCompareMemo.js.map +0 -0
- /package/{esm → build/esm}/hooks/useDeepCompareMemo/useDeepCompareMemo.spec.js +0 -0
- /package/{esm → build/esm}/hooks/useDeepCompareMemo/useDeepCompareMemo.spec.js.map +0 -0
- /package/{esm → build/esm}/hooks/useNodeChecks/index.d.ts +0 -0
- /package/{esm → build/esm}/hooks/useNodeChecks/index.js +0 -0
- /package/{esm → build/esm}/hooks/useNodeChecks/index.js.map +0 -0
- /package/{esm → build/esm}/hooks/useNodeChecks/useNodeChecks.js +0 -0
- /package/{esm → build/esm}/hooks/useNodeChecks/useNodeChecks.js.map +0 -0
- /package/{esm → build/esm}/hooks/useNodeChecks/useNodeChecks.spec.js +0 -0
- /package/{esm → build/esm}/hooks/useNodeChecks/useNodeChecks.spec.js.map +0 -0
- /package/{esm → build/esm}/hooks/useNodeInfo/index.d.ts +0 -0
- /package/{esm → build/esm}/hooks/useNodeInfo/index.js +0 -0
- /package/{esm → build/esm}/hooks/useNodeInfo/index.js.map +0 -0
- /package/{esm → build/esm}/hooks/useNodeInfo/useMemoRequest.js +0 -0
- /package/{esm → build/esm}/hooks/useNodeInfo/useMemoRequest.js.map +0 -0
- /package/{esm → build/esm}/hooks/useNodeInfo/useNodeInfo.gql-queries.js +0 -0
- /package/{esm → build/esm}/hooks/useNodeInfo/useNodeInfo.gql-queries.js.map +0 -0
- /package/{esm → build/esm}/hooks/useNodeInfo/useNodeInfo.spec.js +0 -0
- /package/{esm → build/esm}/hooks/useNodeInfo/useNodeInfo.spec.js.map +0 -0
- /package/{esm → build/esm}/hooks/useNodeInfo/useNodeInfo.utils.js +0 -0
- /package/{esm → build/esm}/hooks/useNodeInfo/useNodeInfo.utils.js.map +0 -0
- /package/{esm → build/esm}/hooks/useSchemaFields/index.d.ts +0 -0
- /package/{esm → build/esm}/hooks/useSchemaFields/index.js +0 -0
- /package/{esm → build/esm}/hooks/useSchemaFields/index.js.map +0 -0
- /package/{esm → build/esm}/hooks/useSchemaFields/useSchemaFields.gql-queries.js +0 -0
- /package/{esm → build/esm}/hooks/useSchemaFields/useSchemaFields.gql-queries.js.map +0 -0
- /package/{esm → build/esm}/hooks/useSchemaFields/useSchemaFields.js +0 -0
- /package/{esm → build/esm}/hooks/useSchemaFields/useSchemaFields.js.map +0 -0
- /package/{esm → build/esm}/hooks/useSiteInfo/index.d.ts +0 -0
- /package/{esm → build/esm}/hooks/useSiteInfo/index.js +0 -0
- /package/{esm → build/esm}/hooks/useSiteInfo/index.js.map +0 -0
- /package/{esm → build/esm}/hooks/useSiteInfo/useSiteInfo.gql-queries.js +0 -0
- /package/{esm → build/esm}/hooks/useSiteInfo/useSiteInfo.gql-queries.js.map +0 -0
- /package/{esm → build/esm}/hooks/useSiteInfo/useSiteInfo.js +0 -0
- /package/{esm → build/esm}/hooks/useSiteInfo/useSiteInfo.js.map +0 -0
- /package/{esm → build/esm}/hooks/useSiteInfo/useSiteInfo.spec.js +0 -0
- /package/{esm → build/esm}/hooks/useSiteInfo/useSiteInfo.spec.js.map +0 -0
- /package/{esm → build/esm}/hooks/useTreeEntries/index.d.ts +0 -0
- /package/{esm → build/esm}/hooks/useTreeEntries/index.js +0 -0
- /package/{esm → build/esm}/hooks/useTreeEntries/index.js.map +0 -0
- /package/{esm → build/esm}/hooks/useTreeEntries/useTreeEntries.gql-queries.js +0 -0
- /package/{esm → build/esm}/hooks/useTreeEntries/useTreeEntries.gql-queries.js.map +0 -0
- /package/{esm → build/esm}/hooks/useTreeEntries/useTreeEntries.js +0 -0
- /package/{esm → build/esm}/hooks/useTreeEntries/useTreeEntries.js.map +0 -0
- /package/{esm → build/esm}/hooks/useTreeEntries/useTreeEntries.spec.js +0 -0
- /package/{esm → build/esm}/hooks/useTreeEntries/useTreeEntries.spec.js.map +0 -0
- /package/{esm → build/esm}/index.d.ts +0 -0
- /package/{esm → build/esm}/index.js +0 -0
- /package/{esm → build/esm}/index.js.map +0 -0
- /package/{esm → build/esm}/legacy/Picker.gql-fragments.js +0 -0
- /package/{esm → build/esm}/legacy/Picker.gql-fragments.js.map +0 -0
- /package/{esm → build/esm}/legacy/Picker.js +0 -0
- /package/{esm → build/esm}/legacy/Picker.js.map +0 -0
- /package/{esm → build/esm}/legacy/index.d.ts +0 -0
- /package/{esm → build/esm}/legacy/index.js +0 -0
- /package/{esm → build/esm}/legacy/index.js.map +0 -0
- /package/{js → build/js}/fragments/PredefinedFragments.js +0 -0
- /package/{js → build/js}/fragments/PredefinedFragments.js.map +0 -0
- /package/{js → build/js}/fragments/encodeName.js +0 -0
- /package/{js → build/js}/fragments/encodeName.js.map +0 -0
- /package/{js → build/js}/fragments/fragments.utils.js +0 -0
- /package/{js → build/js}/fragments/fragments.utils.js.map +0 -0
- /package/{js → build/js}/fragments/getIsNodeTypeFragment.js +0 -0
- /package/{js → build/js}/fragments/getIsNodeTypeFragment.js.map +0 -0
- /package/{js → build/js}/fragments/getPermissionFragment.js +0 -0
- /package/{js → build/js}/fragments/getPermissionFragment.js.map +0 -0
- /package/{js → build/js}/fragments/index.js +0 -0
- /package/{js → build/js}/fragments/index.js.map +0 -0
- /package/{js → build/js}/hooks/index.js +0 -0
- /package/{js → build/js}/hooks/index.js.map +0 -0
- /package/{js → build/js}/hooks/useContentPreview/index.js +0 -0
- /package/{js → build/js}/hooks/useContentPreview/index.js.map +0 -0
- /package/{js → build/js}/hooks/useContentPreview/useContentPreview.gql-queries.js +0 -0
- /package/{js → build/js}/hooks/useContentPreview/useContentPreview.gql-queries.js.map +0 -0
- /package/{js → build/js}/hooks/useContentPreview/useContentPreview.js +0 -0
- /package/{js → build/js}/hooks/useContentPreview/useContentPreview.js.map +0 -0
- /package/{js → build/js}/hooks/useContentPreview/useContentPreview.spec.js +0 -0
- /package/{js → build/js}/hooks/useContentPreview/useContentPreview.spec.js.map +0 -0
- /package/{js → build/js}/hooks/useDeepCompareMemo/index.js +0 -0
- /package/{js → build/js}/hooks/useDeepCompareMemo/index.js.map +0 -0
- /package/{js → build/js}/hooks/useDeepCompareMemo/useDeepCompareMemo.js +0 -0
- /package/{js → build/js}/hooks/useDeepCompareMemo/useDeepCompareMemo.js.map +0 -0
- /package/{js → build/js}/hooks/useDeepCompareMemo/useDeepCompareMemo.spec.js +0 -0
- /package/{js → build/js}/hooks/useDeepCompareMemo/useDeepCompareMemo.spec.js.map +0 -0
- /package/{js → build/js}/hooks/useNodeChecks/index.js +0 -0
- /package/{js → build/js}/hooks/useNodeChecks/index.js.map +0 -0
- /package/{js → build/js}/hooks/useNodeChecks/useNodeChecks.js +0 -0
- /package/{js → build/js}/hooks/useNodeChecks/useNodeChecks.js.map +0 -0
- /package/{js → build/js}/hooks/useNodeChecks/useNodeChecks.spec.js +0 -0
- /package/{js → build/js}/hooks/useNodeChecks/useNodeChecks.spec.js.map +0 -0
- /package/{js → build/js}/hooks/useNodeInfo/index.js +0 -0
- /package/{js → build/js}/hooks/useNodeInfo/index.js.map +0 -0
- /package/{js → build/js}/hooks/useNodeInfo/useMemoRequest.js +0 -0
- /package/{js → build/js}/hooks/useNodeInfo/useMemoRequest.js.map +0 -0
- /package/{js → build/js}/hooks/useNodeInfo/useNodeInfo.gql-queries.js +0 -0
- /package/{js → build/js}/hooks/useNodeInfo/useNodeInfo.gql-queries.js.map +0 -0
- /package/{js → build/js}/hooks/useNodeInfo/useNodeInfo.spec.js +0 -0
- /package/{js → build/js}/hooks/useNodeInfo/useNodeInfo.spec.js.map +0 -0
- /package/{js → build/js}/hooks/useNodeInfo/useNodeInfo.utils.js +0 -0
- /package/{js → build/js}/hooks/useNodeInfo/useNodeInfo.utils.js.map +0 -0
- /package/{js → build/js}/hooks/useSchemaFields/index.js +0 -0
- /package/{js → build/js}/hooks/useSchemaFields/index.js.map +0 -0
- /package/{js → build/js}/hooks/useSchemaFields/useSchemaFields.gql-queries.js +0 -0
- /package/{js → build/js}/hooks/useSchemaFields/useSchemaFields.gql-queries.js.map +0 -0
- /package/{js → build/js}/hooks/useSchemaFields/useSchemaFields.js +0 -0
- /package/{js → build/js}/hooks/useSchemaFields/useSchemaFields.js.map +0 -0
- /package/{js → build/js}/hooks/useSiteInfo/index.js +0 -0
- /package/{js → build/js}/hooks/useSiteInfo/index.js.map +0 -0
- /package/{js → build/js}/hooks/useSiteInfo/useSiteInfo.gql-queries.js +0 -0
- /package/{js → build/js}/hooks/useSiteInfo/useSiteInfo.gql-queries.js.map +0 -0
- /package/{js → build/js}/hooks/useSiteInfo/useSiteInfo.js +0 -0
- /package/{js → build/js}/hooks/useSiteInfo/useSiteInfo.js.map +0 -0
- /package/{js → build/js}/hooks/useSiteInfo/useSiteInfo.spec.js +0 -0
- /package/{js → build/js}/hooks/useSiteInfo/useSiteInfo.spec.js.map +0 -0
- /package/{js → build/js}/hooks/useTreeEntries/index.js +0 -0
- /package/{js → build/js}/hooks/useTreeEntries/index.js.map +0 -0
- /package/{js → build/js}/hooks/useTreeEntries/useTreeEntries.gql-queries.js +0 -0
- /package/{js → build/js}/hooks/useTreeEntries/useTreeEntries.gql-queries.js.map +0 -0
- /package/{js → build/js}/hooks/useTreeEntries/useTreeEntries.js +0 -0
- /package/{js → build/js}/hooks/useTreeEntries/useTreeEntries.js.map +0 -0
- /package/{js → build/js}/hooks/useTreeEntries/useTreeEntries.spec.js +0 -0
- /package/{js → build/js}/hooks/useTreeEntries/useTreeEntries.spec.js.map +0 -0
- /package/{js → build/js}/index.js +0 -0
- /package/{js → build/js}/index.js.map +0 -0
- /package/{js → build/js}/legacy/Picker.gql-fragments.js +0 -0
- /package/{js → build/js}/legacy/Picker.gql-fragments.js.map +0 -0
- /package/{js → build/js}/legacy/Picker.js +0 -0
- /package/{js → build/js}/legacy/Picker.js.map +0 -0
- /package/{js → build/js}/legacy/index.js +0 -0
- /package/{js → build/js}/legacy/index.js.map +0 -0
package/.autorc
ADDED
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,424 @@
|
|
|
1
|
+
# (Wed May 24 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- QA-14773: ensure we return loading : true if query has changed [#244](https://github.com/Jahia/javascript-components/pull/244) ([@cedmail](https://github.com/cedmail))
|
|
6
|
+
- TECH-233: Convert package to typescript [#237](https://github.com/Jahia/javascript-components/pull/237) ([@tdraier](https://github.com/tdraier))
|
|
7
|
+
|
|
8
|
+
#### Authors: 2
|
|
9
|
+
|
|
10
|
+
- Cedric Mailleux ([@cedmail](https://github.com/cedmail))
|
|
11
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
# (Thu Apr 20 2023)
|
|
16
|
+
|
|
17
|
+
#### 🐛 Bug Fix
|
|
18
|
+
|
|
19
|
+
- Fix linter issues [#234](https://github.com/Jahia/javascript-components/pull/234) ([@cedmail](https://github.com/cedmail))
|
|
20
|
+
- QA-14483: Add mimeTypes into useContentPreview to use when isFile is true [#233](https://github.com/Jahia/javascript-components/pull/233) ([@cedmail](https://github.com/cedmail))
|
|
21
|
+
|
|
22
|
+
#### Authors: 1
|
|
23
|
+
|
|
24
|
+
- Cedric Mailleux ([@cedmail](https://github.com/cedmail))
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
# (Fri Oct 28 2022)
|
|
29
|
+
|
|
30
|
+
#### 🐛 Bug Fix
|
|
31
|
+
|
|
32
|
+
- QA 14194 [#221](https://github.com/Jahia/javascript-components/pull/221) ([@tdraier](https://github.com/tdraier))
|
|
33
|
+
- QA-14194 Cherry pick code and update tests [#220](https://github.com/Jahia/javascript-components/pull/220) ([@tdraier](https://github.com/tdraier) [@AKarmanov](https://github.com/AKarmanov))
|
|
34
|
+
|
|
35
|
+
#### Authors: 2
|
|
36
|
+
|
|
37
|
+
- Alex Karmanov ([@AKarmanov](https://github.com/AKarmanov))
|
|
38
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
# (Tue Sep 06 2022)
|
|
43
|
+
|
|
44
|
+
#### 🐛 Bug Fix
|
|
45
|
+
|
|
46
|
+
- BACKLOG-19919: Remove unnecessary ref [#218](https://github.com/Jahia/javascript-components/pull/218) ([@tdraier](https://github.com/tdraier))
|
|
47
|
+
|
|
48
|
+
#### Authors: 1
|
|
49
|
+
|
|
50
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
# (Mon Sep 05 2022)
|
|
55
|
+
|
|
56
|
+
#### 🐛 Bug Fix
|
|
57
|
+
|
|
58
|
+
- BACKLOG-19919: Use descendants and recursion filter for useTreeEntries [#217](https://github.com/Jahia/javascript-components/pull/217) ([@tdraier](https://github.com/tdraier))
|
|
59
|
+
|
|
60
|
+
#### Authors: 1
|
|
61
|
+
|
|
62
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
# (Mon Mar 28 2022)
|
|
67
|
+
|
|
68
|
+
#### 🐛 Bug Fix
|
|
69
|
+
|
|
70
|
+
- TECH-320: Add missing cache fields [#210](https://github.com/Jahia/javascript-components/pull/210) ([@tdraier](https://github.com/tdraier))
|
|
71
|
+
|
|
72
|
+
#### Authors: 1
|
|
73
|
+
|
|
74
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
75
|
+
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
# (Thu Apr 29 2021)
|
|
79
|
+
|
|
80
|
+
#### 🐛 Bug Fix
|
|
81
|
+
|
|
82
|
+
- BACKLOG-15786 : Fixed site permission check [#195](https://github.com/Jahia/javascript-components/pull/195) ([@tdraier](https://github.com/tdraier))
|
|
83
|
+
|
|
84
|
+
#### Authors: 1
|
|
85
|
+
|
|
86
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
# (Wed Apr 21 2021)
|
|
91
|
+
|
|
92
|
+
#### 🐛 Bug Fix
|
|
93
|
+
|
|
94
|
+
- BACKLOG-15786: Check site permissions [#194](https://github.com/Jahia/javascript-components/pull/194) ([@tdraier](https://github.com/tdraier))
|
|
95
|
+
|
|
96
|
+
#### Authors: 1
|
|
97
|
+
|
|
98
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
# (Thu Mar 18 2021)
|
|
103
|
+
|
|
104
|
+
#### 🐛 Bug Fix
|
|
105
|
+
|
|
106
|
+
- QA-13567 Add-in the sortby functionality to use Tree Entries. [#191](https://github.com/Jahia/javascript-components/pull/191) ([@XiangYuHe](https://github.com/XiangYuHe))
|
|
107
|
+
|
|
108
|
+
#### Authors: 1
|
|
109
|
+
|
|
110
|
+
- [@XiangYuHe](https://github.com/XiangYuHe)
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
# (Mon Dec 14 2020)
|
|
115
|
+
|
|
116
|
+
#### 💥 Breaking Change
|
|
117
|
+
|
|
118
|
+
- Bump graphql/graphql-tag for webpack5 compilation [#182](https://github.com/Jahia/javascript-components/pull/182) ([@tdraier](https://github.com/tdraier))
|
|
119
|
+
|
|
120
|
+
#### Authors: 1
|
|
121
|
+
|
|
122
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
# (Wed Nov 04 2020)
|
|
127
|
+
|
|
128
|
+
#### 🐛 Bug Fix
|
|
129
|
+
|
|
130
|
+
- QA-13379: Avoid error if site does not exist [#177](https://github.com/Jahia/javascript-components/pull/177) ([@tdraier](https://github.com/tdraier))
|
|
131
|
+
|
|
132
|
+
#### Authors: 1
|
|
133
|
+
|
|
134
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
# (Tue Sep 08 2020)
|
|
139
|
+
|
|
140
|
+
#### 🐛 Bug Fix
|
|
141
|
+
|
|
142
|
+
- QA-13071: Ignore data fetching errors when getting site info [#169](https://github.com/Jahia/javascript-components/pull/169) ([@tdraier](https://github.com/tdraier))
|
|
143
|
+
- QA-13117: Ignore data fetching errors and just return no data [#166](https://github.com/Jahia/javascript-components/pull/166) ([@tdraier](https://github.com/tdraier))
|
|
144
|
+
|
|
145
|
+
#### Authors: 1
|
|
146
|
+
|
|
147
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
148
|
+
|
|
149
|
+
---
|
|
150
|
+
|
|
151
|
+
# (Wed Jul 29 2020)
|
|
152
|
+
|
|
153
|
+
#### 🐛 Bug Fix
|
|
154
|
+
|
|
155
|
+
- QA-13044 [#155](https://github.com/Jahia/javascript-components/pull/155) ([@Yousria](https://github.com/Yousria))
|
|
156
|
+
- QA-13044 : remove usage of useSchemaFields to increase performances [#152](https://github.com/Jahia/javascript-components/pull/152) ([@Yousria](https://github.com/Yousria))
|
|
157
|
+
|
|
158
|
+
#### Authors: 1
|
|
159
|
+
|
|
160
|
+
- Yousria ([@Yousria](https://github.com/Yousria))
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
# (Wed Jul 22 2020)
|
|
165
|
+
|
|
166
|
+
#### 🐛 Bug Fix
|
|
167
|
+
|
|
168
|
+
- QA-13044 [#155](https://github.com/Jahia/javascript-components/pull/155) ([@Yousria](https://github.com/Yousria))
|
|
169
|
+
|
|
170
|
+
#### Authors: 1
|
|
171
|
+
|
|
172
|
+
- Yousria ([@Yousria](https://github.com/Yousria))
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
# (Tue Jul 21 2020)
|
|
177
|
+
|
|
178
|
+
#### 🐛 Bug Fix
|
|
179
|
+
|
|
180
|
+
- QA-13044 : remove usage of useSchemaFields to increase performances [#152](https://github.com/Jahia/javascript-components/pull/152) ([@Yousria](https://github.com/Yousria))
|
|
181
|
+
|
|
182
|
+
#### Authors: 1
|
|
183
|
+
|
|
184
|
+
- Yousria ([@Yousria](https://github.com/Yousria))
|
|
185
|
+
|
|
186
|
+
---
|
|
187
|
+
|
|
188
|
+
# (Fri Jun 12 2020)
|
|
189
|
+
|
|
190
|
+
#### 🐛 Bug Fix
|
|
191
|
+
|
|
192
|
+
- QA-12920 : retrieve property existsInLive in aggregatedPublicationInf… [#148](https://github.com/Jahia/javascript-components/pull/148) ([@Yousria](https://github.com/Yousria))
|
|
193
|
+
|
|
194
|
+
#### Authors: 1
|
|
195
|
+
|
|
196
|
+
- Yousria ([@Yousria](https://github.com/Yousria))
|
|
197
|
+
|
|
198
|
+
---
|
|
199
|
+
|
|
200
|
+
# (Fri May 01 2020)
|
|
201
|
+
|
|
202
|
+
#### 🐛 Bug Fix
|
|
203
|
+
|
|
204
|
+
- BACKLOG-13212: correcly set node info options in useNodeChecks hook [#145](https://github.com/Jahia/javascript-components/pull/145) ([@jkevan](https://github.com/jkevan))
|
|
205
|
+
|
|
206
|
+
#### Authors: 1
|
|
207
|
+
|
|
208
|
+
- kevan Jahanshahi ([@jkevan](https://github.com/jkevan))
|
|
209
|
+
|
|
210
|
+
---
|
|
211
|
+
|
|
212
|
+
# (Tue Mar 31 2020)
|
|
213
|
+
|
|
214
|
+
#### 🐛 Bug Fix
|
|
215
|
+
|
|
216
|
+
- BACKLOG-13021: Add options in aggregatedPublicationInfo [#136](https://github.com/Jahia/javascript-components/pull/136) ([@tdraier](https://github.com/tdraier))
|
|
217
|
+
|
|
218
|
+
#### Authors: 1
|
|
219
|
+
|
|
220
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
221
|
+
|
|
222
|
+
---
|
|
223
|
+
|
|
224
|
+
# (Mon Mar 30 2020)
|
|
225
|
+
|
|
226
|
+
#### 🐛 Bug Fix
|
|
227
|
+
|
|
228
|
+
- BACKLOG-12561 : hooks improvement and fixes [#135](https://github.com/Jahia/javascript-components/pull/135) ([@tdraier](https://github.com/tdraier))
|
|
229
|
+
|
|
230
|
+
#### Authors: 1
|
|
231
|
+
|
|
232
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
233
|
+
|
|
234
|
+
---
|
|
235
|
+
|
|
236
|
+
# (Thu Mar 26 2020)
|
|
237
|
+
|
|
238
|
+
#### 🐛 Bug Fix
|
|
239
|
+
|
|
240
|
+
- BACKLOG-12833 : Avoid recreating queries for same fragments, set unique name on query [#134](https://github.com/Jahia/javascript-components/pull/134) ([@tdraier](https://github.com/tdraier))
|
|
241
|
+
|
|
242
|
+
#### Authors: 1
|
|
243
|
+
|
|
244
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
245
|
+
|
|
246
|
+
---
|
|
247
|
+
|
|
248
|
+
# (Tue Mar 24 2020)
|
|
249
|
+
|
|
250
|
+
#### 🐛 Bug Fix
|
|
251
|
+
|
|
252
|
+
- BACKLOG-12561 : Different fixes in nodeInfo/nodeChecks [#128](https://github.com/Jahia/javascript-components/pull/128) ([@tdraier](https://github.com/tdraier))
|
|
253
|
+
|
|
254
|
+
#### Authors: 1
|
|
255
|
+
|
|
256
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
257
|
+
|
|
258
|
+
---
|
|
259
|
+
|
|
260
|
+
# (Mon Mar 23 2020)
|
|
261
|
+
|
|
262
|
+
#### ⚠️ Pushed to master
|
|
263
|
+
|
|
264
|
+
- BACKLOG-12877 : Allow single permission to be passed ([@tdraier](https://github.com/tdraier))
|
|
265
|
+
|
|
266
|
+
#### Authors: 1
|
|
267
|
+
|
|
268
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
269
|
+
|
|
270
|
+
---
|
|
271
|
+
|
|
272
|
+
# (Fri Mar 13 2020)
|
|
273
|
+
|
|
274
|
+
#### 🐛 Bug Fix
|
|
275
|
+
|
|
276
|
+
- BACKLOG-12764 : Make shallow copy of node before modifying it [#117](https://github.com/Jahia/javascript-components/pull/117) ([@tdraier](https://github.com/tdraier))
|
|
277
|
+
|
|
278
|
+
#### Authors: 1
|
|
279
|
+
|
|
280
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
281
|
+
|
|
282
|
+
---
|
|
283
|
+
|
|
284
|
+
# (Fri Mar 13 2020)
|
|
285
|
+
|
|
286
|
+
#### 🐛 Bug Fix
|
|
287
|
+
|
|
288
|
+
- BACKLOG-12764: Removed duplicate fragments. Improve useNodeInfo for permissions, nodetypes [#115](https://github.com/Jahia/javascript-components/pull/115) ([@tdraier](https://github.com/tdraier))
|
|
289
|
+
|
|
290
|
+
#### Authors: 1
|
|
291
|
+
|
|
292
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
293
|
+
|
|
294
|
+
---
|
|
295
|
+
|
|
296
|
+
# (Tue Mar 10 2020)
|
|
297
|
+
|
|
298
|
+
#### 🐛 Bug Fix
|
|
299
|
+
|
|
300
|
+
- BACKLOG-12327 : Fixed menuPreload, better error handling, execute query when needed [#113](https://github.com/Jahia/javascript-components/pull/113) ([@tdraier](https://github.com/tdraier))
|
|
301
|
+
|
|
302
|
+
#### Authors: 1
|
|
303
|
+
|
|
304
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
305
|
+
|
|
306
|
+
---
|
|
307
|
+
|
|
308
|
+
# (Mon Mar 09 2020)
|
|
309
|
+
|
|
310
|
+
#### 🐛 Bug Fix
|
|
311
|
+
|
|
312
|
+
- BACKLOG-12327 : Fixed query with multiple nodes [#111](https://github.com/Jahia/javascript-components/pull/111) ([@tdraier](https://github.com/tdraier))
|
|
313
|
+
|
|
314
|
+
#### Authors: 1
|
|
315
|
+
|
|
316
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
317
|
+
|
|
318
|
+
---
|
|
319
|
+
|
|
320
|
+
# (Mon Mar 09 2020)
|
|
321
|
+
|
|
322
|
+
#### 🐛 Bug Fix
|
|
323
|
+
|
|
324
|
+
- BACKLOG-12327 : added options to get node/nodes by path or ids [#110](https://github.com/Jahia/javascript-components/pull/110) ([@tdraier](https://github.com/tdraier))
|
|
325
|
+
|
|
326
|
+
#### Authors: 1
|
|
327
|
+
|
|
328
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
329
|
+
|
|
330
|
+
---
|
|
331
|
+
|
|
332
|
+
# (Wed Mar 04 2020)
|
|
333
|
+
|
|
334
|
+
#### 🐛 Bug Fix
|
|
335
|
+
|
|
336
|
+
- BACKLOG-12327 : Fixes on useNodeInfo, menuAction, added useDeepCompareMemoize [#106](https://github.com/Jahia/javascript-components/pull/106) ([@tdraier](https://github.com/tdraier))
|
|
337
|
+
|
|
338
|
+
#### Authors: 1
|
|
339
|
+
|
|
340
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
341
|
+
|
|
342
|
+
---
|
|
343
|
+
|
|
344
|
+
# (Fri Feb 28 2020)
|
|
345
|
+
|
|
346
|
+
#### 🐛 Bug Fix
|
|
347
|
+
|
|
348
|
+
- BACKLOG-12161: Added more site info [#101](https://github.com/Jahia/javascript-components/pull/101) ([@tdraier](https://github.com/tdraier))
|
|
349
|
+
|
|
350
|
+
#### Authors: 1
|
|
351
|
+
|
|
352
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
353
|
+
|
|
354
|
+
---
|
|
355
|
+
|
|
356
|
+
# (Thu Feb 27 2020)
|
|
357
|
+
|
|
358
|
+
#### 🐛 Bug Fix
|
|
359
|
+
|
|
360
|
+
- BACKLOG-12393 : create a new hook useTreeEntries that replaces the controlled part of the Picker [#99](https://github.com/Jahia/javascript-components/pull/99) ([@Yousria](https://github.com/Yousria))
|
|
361
|
+
|
|
362
|
+
#### Authors: 1
|
|
363
|
+
|
|
364
|
+
- Yousria ([@Yousria](https://github.com/Yousria))
|
|
365
|
+
|
|
366
|
+
---
|
|
367
|
+
|
|
368
|
+
# (Thu Feb 27 2020)
|
|
369
|
+
|
|
370
|
+
#### 🐛 Bug Fix
|
|
371
|
+
|
|
372
|
+
- BACKLOG-12561 : reorganized hooks, added useNodeInfo and useNodeCheck… [#96](https://github.com/Jahia/javascript-components/pull/96) ([@tdraier](https://github.com/tdraier))
|
|
373
|
+
|
|
374
|
+
#### Authors: 1
|
|
375
|
+
|
|
376
|
+
- Thomas Draier ([@tdraier](https://github.com/tdraier))
|
|
377
|
+
|
|
378
|
+
---
|
|
379
|
+
|
|
380
|
+
# (Thu Feb 13 2020)
|
|
381
|
+
|
|
382
|
+
#### 🐛 Bug Fix
|
|
383
|
+
|
|
384
|
+
- BACKLOG-12347: export legacy utils function (case sensitive) [#85](https://github.com/Jahia/javascript-components/pull/85) ([@FBerthelot](https://github.com/FBerthelot))
|
|
385
|
+
|
|
386
|
+
#### Authors: 1
|
|
387
|
+
|
|
388
|
+
- Florent Berthelot ([@FBerthelot](https://github.com/FBerthelot))
|
|
389
|
+
|
|
390
|
+
---
|
|
391
|
+
|
|
392
|
+
# (Thu Feb 13 2020)
|
|
393
|
+
|
|
394
|
+
#### 🐛 Bug Fix
|
|
395
|
+
|
|
396
|
+
- BACKLOG-12347: export legacy utils function [#83](https://github.com/Jahia/javascript-components/pull/83) ([@FBerthelot](https://github.com/FBerthelot))
|
|
397
|
+
|
|
398
|
+
#### Authors: 1
|
|
399
|
+
|
|
400
|
+
- Florent Berthelot ([@FBerthelot](https://github.com/FBerthelot))
|
|
401
|
+
|
|
402
|
+
---
|
|
403
|
+
|
|
404
|
+
# (Thu Feb 13 2020)
|
|
405
|
+
|
|
406
|
+
#### 🐛 Bug Fix
|
|
407
|
+
|
|
408
|
+
- BACKLOG-12347: Move logic from react-apollo to data-helper [#80](https://github.com/Jahia/javascript-components/pull/80) ([@FBerthelot](https://github.com/FBerthelot))
|
|
409
|
+
|
|
410
|
+
#### Authors: 1
|
|
411
|
+
|
|
412
|
+
- Florent Berthelot ([@FBerthelot](https://github.com/FBerthelot))
|
|
413
|
+
|
|
414
|
+
---
|
|
415
|
+
|
|
416
|
+
# (Wed Feb 12 2020)
|
|
417
|
+
|
|
418
|
+
#### 🐛 Bug Fix
|
|
419
|
+
|
|
420
|
+
- BACKLOG-12346: Add new data-helper project [#79](https://github.com/Jahia/javascript-components/pull/79) ([@FBerthelot](https://github.com/FBerthelot))
|
|
421
|
+
|
|
422
|
+
#### Authors: 1
|
|
423
|
+
|
|
424
|
+
- Florent Berthelot ([@FBerthelot](https://github.com/FBerthelot))
|
package/babel.config.js
ADDED
package/build/README.md
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
<h1 align="center">Welcome to @jahia/data-helper 👋</h1>
|
|
2
|
+
<p>
|
|
3
|
+
<img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" />
|
|
4
|
+
<a href="../../LICENSE.txt" target="_blank">
|
|
5
|
+
<img alt="License: SEE LICENSE IN ../../LICENSE.txt FILE" src="https://img.shields.io/badge/License-SEE LICENSE IN ../../LICENSE.txt FILE-yellow.svg" />
|
|
6
|
+
</a>
|
|
7
|
+
<a href="https://twitter.com/Jahia" target="_blank">
|
|
8
|
+
<img alt="Twitter: Jahia" src="https://img.shields.io/twitter/follow/Jahia.svg?style=social" />
|
|
9
|
+
</a>
|
|
10
|
+
</p>
|
|
11
|
+
|
|
12
|
+
> Provide helpers (react hooks, utily function, ...) to manipulate jahia datas
|
|
13
|
+
|
|
14
|
+
## Install
|
|
15
|
+
|
|
16
|
+
```sh
|
|
17
|
+
yarn add @jahia/data-helper
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Usage
|
|
21
|
+
|
|
22
|
+
@jahia/data-helper include graphql fragment to reduce the size of the graphql queries and help you with mandatory field to update apollo cache.
|
|
23
|
+
|
|
24
|
+
You can use it like this:
|
|
25
|
+
|
|
26
|
+
```js
|
|
27
|
+
import gql from 'graphql-tag';
|
|
28
|
+
import {PredefinedFragments} from '@jahia/data-helper';
|
|
29
|
+
|
|
30
|
+
export const ContentPickerFilledQuery = gql`
|
|
31
|
+
query contentPickerFilledQuery($uuid: String!, $language: String!, $needToFetch: Boolean!) {
|
|
32
|
+
jcr @include(if: $needToFetch) {
|
|
33
|
+
result: nodeById(uuid: $uuid) {
|
|
34
|
+
displayName(language: $language)
|
|
35
|
+
primaryNodeType {
|
|
36
|
+
displayName(language: $language)
|
|
37
|
+
icon
|
|
38
|
+
}
|
|
39
|
+
...NodeCacheRequiredFields
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
${PredefinedFragments.nodeCacheRequiredFields.gql}
|
|
44
|
+
`;
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Author
|
|
48
|
+
|
|
49
|
+
👤 **Jahia**
|
|
50
|
+
|
|
51
|
+
* Website: https://www.jahia.com
|
|
52
|
+
* Twitter: [@Jahia](https://twitter.com/Jahia)
|
|
53
|
+
* Github: [@Jahia](https://github.com/Jahia)
|
|
54
|
+
* LinkedIn: [@Jahia](https://linkedin.com/in/Jahia)
|
|
55
|
+
|
|
56
|
+
## 🤝 Contributing
|
|
57
|
+
|
|
58
|
+
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://jira.jahia.org/).
|
|
59
|
+
|
|
60
|
+
## Show your support
|
|
61
|
+
|
|
62
|
+
Give a ⭐️ if this project helped you!
|
|
63
|
+
|
|
64
|
+
## 📝 License
|
|
65
|
+
|
|
66
|
+
Copyright © 2020 [Jahia](https://github.com/Jahia).<br />
|
|
67
|
+
This project is [SEE LICENSE IN ../../LICENSE.txt FILE](../../LICENSE.txt) licensed.
|
|
68
|
+
|
|
69
|
+
***
|
|
70
|
+
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
|
|
@@ -27,7 +27,7 @@ var schemaResult;
|
|
|
27
27
|
var timeout;
|
|
28
28
|
var observedQueries = [];
|
|
29
29
|
function scheduleQueue(client) {
|
|
30
|
-
if (!timeout
|
|
30
|
+
if (!timeout) {
|
|
31
31
|
timeout = setTimeout(function () {
|
|
32
32
|
timeoutHandler(client);
|
|
33
33
|
clearTimeout(timeout);
|
|
@@ -113,18 +113,13 @@ export var useNodeInfo = function useNodeInfo(variables, options, queryOptions)
|
|
|
113
113
|
result = _useState2[0],
|
|
114
114
|
setResult = _useState2[1];
|
|
115
115
|
var client = useApolloClient();
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
var data = _ref2.data;
|
|
124
|
-
schemaResult = data;
|
|
125
|
-
scheduleQueue(client);
|
|
126
|
-
});
|
|
127
|
-
}
|
|
116
|
+
|
|
117
|
+
// if (!schemaResult) {
|
|
118
|
+
// client.query({query: SCHEMA_FIELDS_QUERY, variables: {type: 'GqlPublicationInfo'}}).then(({data}) => {
|
|
119
|
+
// schemaResult = data;
|
|
120
|
+
// scheduleQueue(client);
|
|
121
|
+
// });
|
|
122
|
+
// }
|
|
128
123
|
|
|
129
124
|
// Normalize and memoize request
|
|
130
125
|
var _useMemoRequest = useMemoRequest(variables, queryOptions, options, setResult),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["useEffect","useState","useApolloClient","getQuery","getEncodedPermissionName","getEncodedNodeTypeName","SCHEMA_FIELDS_QUERY","isSubset","merge","useMemoRequest","deepEquals","queue","schemaResult","timeout","observedQueries","scheduleQueue","client","setTimeout","timeoutHandler","clearTimeout","mergedQueue","forEach","request","toInsert","variables","queryOptions","options","originals","mergeable","find","q","JSON","stringify","push","_objectSpread","obs","unsubscribe","mergedRequest","_getQuery","query","generatedVariables","skip","setResult","loading","watchedQuery","watchQuery","errorPolicy","subscribe","_ref","data","others","_objectWithoutProperties","_excluded","result","getResult","refetch","refetchQueries","include","useNodeInfo","_useState","_useState2","_slicedToArray","_useMemoRequest","_useMemoRequest2","currentRequest","queryHasChanged","splice","indexOf","node","jcr","nodeByPath","nodeById","nodes","nodesByPath","nodesById","decodeResult","map","n","nodeOrig","site","getPermissions","name","res","getSitePermissions","getIsNodeTypes","getMimeType","resourceChildren","mimeType","length","value"],"sources":["useNodeInfo.js"],"sourcesContent":["import {useEffect, useState} from 'react';\nimport {useApolloClient} from 'react-apollo';\nimport {getQuery} from './useNodeInfo.gql-queries';\nimport {getEncodedPermissionName} from '../../fragments/getPermissionFragment';\nimport {getEncodedNodeTypeName} from '../../fragments/getIsNodeTypeFragment';\nimport {SCHEMA_FIELDS_QUERY} from '../useSchemaFields/useSchemaFields.gql-queries';\nimport {isSubset, merge} from './useNodeInfo.utils';\nimport {useMemoRequest} from './useMemoRequest';\nimport deepEquals from 'fast-deep-equal';\n\nconst queue = [];\nlet schemaResult;\nlet timeout;\nlet observedQueries = [];\n\nfunction scheduleQueue(client) {\n if (!timeout) {\n timeout = setTimeout(() => {\n timeoutHandler(client);\n clearTimeout(timeout);\n timeout = null;\n }, 0);\n }\n}\n\nconst timeoutHandler = client => {\n const mergedQueue = [];\n\n queue.forEach(request => {\n const toInsert = {\n variables: request.variables,\n queryOptions: request.queryOptions,\n options: request.options,\n originals: [request]\n };\n\n const mergeable = mergedQueue.find(q => JSON.stringify(q.queryOptions) === JSON.stringify(toInsert.queryOptions) && (isSubset(q.variables, toInsert.variables) || isSubset(toInsert.variables, q.variables)));\n\n if (mergeable) {\n merge(mergeable, toInsert);\n } else {\n mergedQueue.push({\n variables: toInsert.variables && {...toInsert.variables},\n queryOptions: toInsert.queryOptions && {...toInsert.queryOptions},\n options: toInsert.options && {...toInsert.options},\n originals: toInsert.originals\n });\n }\n });\n\n observedQueries.forEach(obs => obs.unsubscribe());\n observedQueries = [];\n\n mergedQueue.forEach(mergedRequest => {\n const {variables, queryOptions, options, originals} = mergedRequest;\n const {query, generatedVariables, skip} = getQuery(variables, schemaResult, options);\n if (skip) {\n // No query to execute\n originals.forEach(request => {\n request.setResult({\n loading: false\n });\n });\n } else {\n const watchedQuery = client.watchQuery({query, errorPolicy: 'ignore', ...queryOptions, variables: generatedVariables}).subscribe(({data, ...others}) => {\n const result = getResult(data, others, options, query, generatedVariables);\n\n originals.forEach(request => {\n if (!deepEquals(request.result, result)) {\n request.result = result;\n request.setResult({\n ...result,\n refetch() {\n client.refetchQueries({include: [query]});\n }\n });\n }\n });\n });\n observedQueries.push(watchedQuery);\n }\n });\n};\n\nexport const useNodeInfo = (variables, options, queryOptions) => {\n const [result, setResult] = useState({\n loading: true\n });\n\n const client = useApolloClient();\n\n // if (!schemaResult) {\n // client.query({query: SCHEMA_FIELDS_QUERY, variables: {type: 'GqlPublicationInfo'}}).then(({data}) => {\n // schemaResult = data;\n // scheduleQueue(client);\n // });\n // }\n\n // Normalize and memoize request\n const [currentRequest, queryHasChanged] = useMemoRequest(variables, queryOptions, options, setResult);\n useEffect(() => {\n queue.push(currentRequest);\n scheduleQueue(client);\n\n return () => {\n queue.splice(queue.indexOf(currentRequest), 1);\n };\n }, [client, currentRequest]);\n\n if (queryHasChanged && !result.loading) {\n setResult({\n loading: true\n });\n return {loading: true};\n }\n\n return result;\n};\n\nconst getResult = (data, others, options, query, generatedVariables) => {\n const node = (data && data.jcr && (data.jcr.nodeByPath || data.jcr.nodeById)) || null;\n const nodes = (data && data.jcr && (data.jcr.nodesByPath || data.jcr.nodesById)) || null;\n let result = others;\n\n if (node) {\n result = {\n node: decodeResult(node, options),\n ...others,\n query,\n variables: generatedVariables\n };\n }\n\n if (nodes) {\n result = {\n nodes: nodes.map(n => decodeResult(n, options)),\n ...others,\n query,\n variables: generatedVariables\n };\n }\n\n return result;\n};\n\nconst decodeResult = (nodeOrig, options) => {\n const node = {...nodeOrig};\n if (node.site) {\n node.site = {...node.site};\n }\n\n if (node && options) {\n if (options.getPermissions) {\n options.getPermissions.forEach(name => {\n const res = node[getEncodedPermissionName(name)];\n delete node[getEncodedPermissionName(name)];\n node[name] = res;\n });\n }\n\n if (options.getSitePermissions) {\n options.getSitePermissions.forEach(name => {\n const res = node.site[getEncodedPermissionName(name)];\n delete node.site[getEncodedPermissionName(name)];\n node.site[name] = res;\n });\n }\n\n if (options.getIsNodeTypes) {\n options.getIsNodeTypes.forEach(name => {\n const res = node[getEncodedNodeTypeName(name)];\n delete node[getEncodedNodeTypeName(name)];\n node[name] = res;\n });\n }\n\n if (options.getMimeType) {\n const {nodes} = node.resourceChildren;\n node.mimeType = (nodes.length !== 0 && nodes[0].mimeType.value) || null;\n delete node.resourceChildren;\n }\n }\n\n return node;\n};\n"],"mappings":"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"}
|
|
@@ -34,7 +34,7 @@ var schemaResult;
|
|
|
34
34
|
var timeout;
|
|
35
35
|
var observedQueries = [];
|
|
36
36
|
function scheduleQueue(client) {
|
|
37
|
-
if (!timeout
|
|
37
|
+
if (!timeout) {
|
|
38
38
|
timeout = setTimeout(function () {
|
|
39
39
|
timeoutHandler(client);
|
|
40
40
|
clearTimeout(timeout);
|
|
@@ -120,18 +120,13 @@ var useNodeInfo = function useNodeInfo(variables, options, queryOptions) {
|
|
|
120
120
|
result = _useState2[0],
|
|
121
121
|
setResult = _useState2[1];
|
|
122
122
|
var client = (0, _reactApollo.useApolloClient)();
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
var data = _ref2.data;
|
|
131
|
-
schemaResult = data;
|
|
132
|
-
scheduleQueue(client);
|
|
133
|
-
});
|
|
134
|
-
}
|
|
123
|
+
|
|
124
|
+
// if (!schemaResult) {
|
|
125
|
+
// client.query({query: SCHEMA_FIELDS_QUERY, variables: {type: 'GqlPublicationInfo'}}).then(({data}) => {
|
|
126
|
+
// schemaResult = data;
|
|
127
|
+
// scheduleQueue(client);
|
|
128
|
+
// });
|
|
129
|
+
// }
|
|
135
130
|
|
|
136
131
|
// Normalize and memoize request
|
|
137
132
|
var _useMemoRequest = (0, _useMemoRequest3.useMemoRequest)(variables, queryOptions, options, setResult),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_react","require","_reactApollo","_useNodeInfo","_getPermissionFragment","_getIsNodeTypeFragment","_useSchemaFields","_useNodeInfo2","_useMemoRequest3","_fastDeepEqual","_interopRequireDefault","_excluded","obj","__esModule","_typeof","Symbol","iterator","constructor","prototype","_slicedToArray","arr","i","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","o","minLen","_arrayLikeToArray","n","Object","toString","call","slice","name","Array","from","test","len","length","arr2","_i","_s","_e","_x","_r","_arr","_n","_d","next","done","push","value","err","isArray","_objectWithoutProperties","source","excluded","target","_objectWithoutPropertiesLoose","key","getOwnPropertySymbols","sourceSymbolKeys","indexOf","propertyIsEnumerable","sourceKeys","keys","ownKeys","object","enumerableOnly","symbols","filter","sym","getOwnPropertyDescriptor","enumerable","apply","_objectSpread","arguments","forEach","_defineProperty","getOwnPropertyDescriptors","defineProperties","defineProperty","_toPropertyKey","configurable","writable","arg","_toPrimitive","String","input","hint","prim","toPrimitive","undefined","res","Number","queue","schemaResult","timeout","observedQueries","scheduleQueue","client","setTimeout","timeoutHandler","clearTimeout","mergedQueue","request","toInsert","variables","queryOptions","options","originals","mergeable","find","q","JSON","stringify","isSubset","merge","obs","unsubscribe","mergedRequest","_getQuery","getQuery","query","generatedVariables","skip","setResult","loading","watchedQuery","watchQuery","errorPolicy","subscribe","_ref","data","others","result","getResult","deepEquals","refetch","refetchQueries","include","useNodeInfo","_useState","useState","_useState2","useApolloClient","_useMemoRequest","useMemoRequest","_useMemoRequest2","currentRequest","queryHasChanged","useEffect","splice","exports","node","jcr","nodeByPath","nodeById","nodes","nodesByPath","nodesById","decodeResult","map","nodeOrig","site","getPermissions","getEncodedPermissionName","getSitePermissions","getIsNodeTypes","getEncodedNodeTypeName","getMimeType","resourceChildren","mimeType"],"sources":["useNodeInfo.js"],"sourcesContent":["import {useEffect, useState} from 'react';\nimport {useApolloClient} from 'react-apollo';\nimport {getQuery} from './useNodeInfo.gql-queries';\nimport {getEncodedPermissionName} from '../../fragments/getPermissionFragment';\nimport {getEncodedNodeTypeName} from '../../fragments/getIsNodeTypeFragment';\nimport {SCHEMA_FIELDS_QUERY} from '../useSchemaFields/useSchemaFields.gql-queries';\nimport {isSubset, merge} from './useNodeInfo.utils';\nimport {useMemoRequest} from './useMemoRequest';\nimport deepEquals from 'fast-deep-equal';\n\nconst queue = [];\nlet schemaResult;\nlet timeout;\nlet observedQueries = [];\n\nfunction scheduleQueue(client) {\n if (!timeout) {\n timeout = setTimeout(() => {\n timeoutHandler(client);\n clearTimeout(timeout);\n timeout = null;\n }, 0);\n }\n}\n\nconst timeoutHandler = client => {\n const mergedQueue = [];\n\n queue.forEach(request => {\n const toInsert = {\n variables: request.variables,\n queryOptions: request.queryOptions,\n options: request.options,\n originals: [request]\n };\n\n const mergeable = mergedQueue.find(q => JSON.stringify(q.queryOptions) === JSON.stringify(toInsert.queryOptions) && (isSubset(q.variables, toInsert.variables) || isSubset(toInsert.variables, q.variables)));\n\n if (mergeable) {\n merge(mergeable, toInsert);\n } else {\n mergedQueue.push({\n variables: toInsert.variables && {...toInsert.variables},\n queryOptions: toInsert.queryOptions && {...toInsert.queryOptions},\n options: toInsert.options && {...toInsert.options},\n originals: toInsert.originals\n });\n }\n });\n\n observedQueries.forEach(obs => obs.unsubscribe());\n observedQueries = [];\n\n mergedQueue.forEach(mergedRequest => {\n const {variables, queryOptions, options, originals} = mergedRequest;\n const {query, generatedVariables, skip} = getQuery(variables, schemaResult, options);\n if (skip) {\n // No query to execute\n originals.forEach(request => {\n request.setResult({\n loading: false\n });\n });\n } else {\n const watchedQuery = client.watchQuery({query, errorPolicy: 'ignore', ...queryOptions, variables: generatedVariables}).subscribe(({data, ...others}) => {\n const result = getResult(data, others, options, query, generatedVariables);\n\n originals.forEach(request => {\n if (!deepEquals(request.result, result)) {\n request.result = result;\n request.setResult({\n ...result,\n refetch() {\n client.refetchQueries({include: [query]});\n }\n });\n }\n });\n });\n observedQueries.push(watchedQuery);\n }\n });\n};\n\nexport const useNodeInfo = (variables, options, queryOptions) => {\n const [result, setResult] = useState({\n loading: true\n });\n\n const client = useApolloClient();\n\n // if (!schemaResult) {\n // client.query({query: SCHEMA_FIELDS_QUERY, variables: {type: 'GqlPublicationInfo'}}).then(({data}) => {\n // schemaResult = data;\n // scheduleQueue(client);\n // });\n // }\n\n // Normalize and memoize request\n const [currentRequest, queryHasChanged] = useMemoRequest(variables, queryOptions, options, setResult);\n useEffect(() => {\n queue.push(currentRequest);\n scheduleQueue(client);\n\n return () => {\n queue.splice(queue.indexOf(currentRequest), 1);\n };\n }, [client, currentRequest]);\n\n if (queryHasChanged && !result.loading) {\n setResult({\n loading: true\n });\n return {loading: true};\n }\n\n return result;\n};\n\nconst getResult = (data, others, options, query, generatedVariables) => {\n const node = (data && data.jcr && (data.jcr.nodeByPath || data.jcr.nodeById)) || null;\n const nodes = (data && data.jcr && (data.jcr.nodesByPath || data.jcr.nodesById)) || null;\n let result = others;\n\n if (node) {\n result = {\n node: decodeResult(node, options),\n ...others,\n query,\n variables: generatedVariables\n };\n }\n\n if (nodes) {\n result = {\n nodes: nodes.map(n => decodeResult(n, options)),\n ...others,\n query,\n variables: generatedVariables\n };\n }\n\n return result;\n};\n\nconst decodeResult = (nodeOrig, options) => {\n const node = {...nodeOrig};\n if (node.site) {\n node.site = {...node.site};\n }\n\n if (node && options) {\n if (options.getPermissions) {\n options.getPermissions.forEach(name => {\n const res = node[getEncodedPermissionName(name)];\n delete node[getEncodedPermissionName(name)];\n node[name] = res;\n });\n }\n\n if (options.getSitePermissions) {\n options.getSitePermissions.forEach(name => {\n const res = node.site[getEncodedPermissionName(name)];\n delete node.site[getEncodedPermissionName(name)];\n node.site[name] = res;\n });\n }\n\n if (options.getIsNodeTypes) {\n options.getIsNodeTypes.forEach(name => {\n const res = node[getEncodedNodeTypeName(name)];\n delete node[getEncodedNodeTypeName(name)];\n node[name] = res;\n });\n }\n\n if (options.getMimeType) {\n const {nodes} = node.resourceChildren;\n node.mimeType = (nodes.length !== 0 && nodes[0].mimeType.value) || null;\n delete node.resourceChildren;\n }\n }\n\n return node;\n};\n"],"mappings":"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"}
|