@leav/ui 0.3.6-57473e5 → 0.3.6-5824c2d
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/__mocks__/common/attribute.d.ts +1 -0
- package/dist/__mocks__/common/attribute.js +9 -2
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/form.d.ts +12 -5
- package/dist/__mocks__/common/form.js +33 -2
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/record.d.ts +13 -2
- package/dist/__mocks__/common/record.js.map +1 -1
- package/dist/__mocks__/common/value.js +3 -2
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/view.js +7 -5
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +2 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +633 -87
- package/dist/_gqlTypes/index.js +1376 -1055
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +0 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js +7 -5
- package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
- package/dist/_queries/records/createRecordMutation.js +2 -3
- package/dist/_queries/records/createRecordMutation.js.map +1 -1
- package/dist/_queries/records/getRecordColumnsValues.d.ts +5 -3
- package/dist/_queries/records/getRecordColumnsValues.js +4 -1
- package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -0
- package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js +3 -0
- package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
- package/dist/_queries/views/saveViewMutation.js +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +14 -11
- package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
- package/dist/_utils/attributeType.d.ts +3 -0
- package/dist/_utils/attributeType.js +7 -0
- package/dist/_utils/attributeType.js.map +1 -0
- package/dist/_utils/index.js +6 -3
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/interleaveElement.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js → _utils/interleaveElement.js} +2 -6
- package/dist/_utils/interleaveElement.js.map +1 -0
- package/dist/antdTheme/index.d.ts +0 -3
- package/dist/antdTheme/index.js +3 -42
- package/dist/antdTheme/index.js.map +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/EditApplication/EditApplication.js +2 -2
- package/dist/components/EditApplication/EditApplication.js.map +1 -1
- package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
- package/dist/components/EditApplication/_types.d.ts +2 -2
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +0 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +2 -5
- package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +1 -1
- package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
- package/dist/components/Explorer/DataView.d.ts +17 -2
- package/dist/components/Explorer/DataView.js +104 -49
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +16 -6
- package/dist/components/Explorer/Explorer.js +105 -18
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerTitle.d.ts +9 -0
- package/dist/components/Explorer/ExplorerTitle.js +47 -0
- package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
- package/dist/components/Explorer/ExplorerToolbar.d.ts +5 -0
- package/dist/components/Explorer/ExplorerToolbar.js +49 -0
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
- package/dist/components/Explorer/IdCard.d.ts +7 -0
- package/dist/components/Explorer/IdCard.js +15 -0
- package/dist/components/Explorer/IdCard.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +8 -0
- package/dist/components/Explorer/TableCell.js +152 -0
- package/dist/components/Explorer/TableCell.js.map +1 -0
- package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
- package/dist/components/Explorer/TableTagGroup.js +30 -0
- package/dist/components/Explorer/TableTagGroup.js.map +1 -0
- package/dist/components/Explorer/_constants.d.ts +5 -0
- package/dist/components/Explorer/_constants.js +18 -0
- package/dist/components/Explorer/_constants.js.map +1 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +30 -6
- package/dist/components/Explorer/_queries/useExplorerData.js +115 -19
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +107 -4
- package/dist/components/Explorer/_types.js +7 -1
- package/dist/components/Explorer/_types.js.map +1 -1
- package/dist/components/Explorer/{useEditAction.d.ts → actions-item/useEditItemAction.d.ts} +4 -4
- package/dist/components/Explorer/{useEditAction.js → actions-item/useEditItemAction.js} +15 -13
- package/dist/components/Explorer/actions-item/useEditItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.d.ts +23 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js +109 -0
- package/dist/components/Explorer/actions-item/useRemoveItemAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.d.ts +27 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +71 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useMassActions.d.ts +28 -0
- package/dist/components/Explorer/actions-mass/useMassActions.js +111 -0
- package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -0
- package/dist/components/Explorer/{useCreateMainAction.d.ts → actions-primary/useCreatePrimaryAction.d.ts} +9 -5
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +75 -0
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +17 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +38 -0
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.d.ts +12 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.js +25 -0
- package/dist/components/Explorer/actions-primary/usePrimaryActions.js.map +1 -0
- package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
- package/dist/components/Explorer/conditionsHelper.js +16 -0
- package/dist/components/Explorer/conditionsHelper.js.map +1 -0
- package/dist/components/Explorer/index.d.ts +1 -3
- package/dist/components/Explorer/index.js +1 -3
- package/dist/components/Explorer/index.js.map +1 -1
- package/dist/components/Explorer/link-item/LinkModal.d.ts +7 -0
- package/dist/components/Explorer/link-item/LinkModal.js +73 -0
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.d.ts +24 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.js +57 -0
- package/dist/components/Explorer/link-item/useLinkMassAction.js.map +1 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.d.ts +2 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.js +74 -0
- package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/_shared}/ColumnItem.d.ts +2 -1
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +19 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +13 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +67 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.d.ts +17 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +93 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +55 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +88 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +40 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +41 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +13 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +108 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/index.js +11 -0
- package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.d.ts +3 -1
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.js +3 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +8 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContextProvider.js +4 -3
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.js +4 -4
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +12 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +64 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingsPanel.d.ts +2 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +36 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js +40 -0
- package/dist/components/Explorer/manage-view-settings/save-view/SaveViewModal.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.d.ts +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js +24 -0
- package/dist/components/Explorer/manage-view-settings/save-view/ViewActionsButtons.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +24 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +51 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +20 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js +48 -0
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +111 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
- package/dist/components/{RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js → Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js} +3 -3
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +35 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +175 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +281 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
- package/dist/components/Explorer/useColumnWidth.d.ts +8 -0
- package/dist/components/Explorer/useColumnWidth.js +49 -0
- package/dist/components/Explorer/useColumnWidth.js.map +1 -0
- package/dist/components/Explorer/useLoadView.d.ts +3 -0
- package/dist/components/Explorer/useLoadView.js +79 -0
- package/dist/components/Explorer/useLoadView.js.map +1 -0
- package/dist/components/Explorer/usePagination.d.ts +7 -0
- package/dist/components/Explorer/usePagination.js +25 -0
- package/dist/components/Explorer/usePagination.js.map +1 -0
- package/dist/components/Explorer/useSearchInput.d.ts +16 -0
- package/dist/components/Explorer/useSearchInput.js +39 -0
- package/dist/components/Explorer/useSearchInput.js.map +1 -0
- package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
- package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
- package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +130 -0
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.js +2 -2
- package/dist/components/ExportModal/ExportModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +5 -5
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +1 -2
- package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +7 -11
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +7 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +7 -5
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +5 -10
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +2 -3
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -3
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +7 -5
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +82 -76
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +17 -4
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +17 -22
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +44 -34
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +5 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +28 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +1 -7
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +2 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +2 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +16 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +203 -186
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +11 -30
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +2 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +77 -45
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +37 -46
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +14 -74
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +33 -49
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +33 -60
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +51 -64
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +33 -56
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +56 -402
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/{MonoValueSelect.js → DSListSelect.js} +48 -52
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +2 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +56 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +32 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +4 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +10 -4
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/AttributeDetails → AttributeSummary}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails → Breacrumb}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +48 -6
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +3 -282
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +28 -61
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.d.ts +8 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +73 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/{ValueDetails/ValueMetadata → ValuesSummary}/index.js +2 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +2 -2
- package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
- package/dist/components/RecordEdition/{EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler → EditRecordSkeleton}/index.js +2 -1
- package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +12 -10
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +15 -13
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/index.d.ts +1 -0
- package/dist/components/RecordEdition/index.js +1 -0
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
- package/dist/components/SelectTreeNode/SelectTreeNode.js +17 -135
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +129 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
- package/dist/components/SelectTreeNode/index.d.ts +1 -1
- package/dist/components/SelectTreeNode/index.js +1 -1
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +10 -10
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
- package/dist/components/SelectTreeNodeModal/index.js +1 -2
- package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
- package/dist/components/UploadFiles/UploadFiles.js +1 -1
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/constants.d.ts +3 -0
- package/dist/constants.js +3 -0
- package/dist/constants.js.map +1 -1
- package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo → hooks/useDebouncedValue}/index.js +1 -2
- package/dist/hooks/useDebouncedValue/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath → hooks/useExecuteSaveViewMutation}/index.js +1 -2
- package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
- package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +8 -7
- package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +1 -1
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +2 -2
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
- package/dist/locales/en/shared.json +108 -18
- package/dist/locales/fr/shared.json +110 -20
- package/dist/types/views.d.ts +4 -4
- package/package.json +9 -4
- package/dist/components/Explorer/edit-settings/ColumnItem.js +0 -59
- package/dist/components/Explorer/edit-settings/ColumnItem.js.map +0 -1
- package/dist/components/Explorer/edit-settings/DisplayMode.d.ts +0 -6
- package/dist/components/Explorer/edit-settings/DisplayMode.js +0 -25
- package/dist/components/Explorer/edit-settings/DisplayMode.js.map +0 -1
- package/dist/components/Explorer/edit-settings/DisplayModeTable.d.ts +0 -6
- package/dist/components/Explorer/edit-settings/DisplayModeTable.js +0 -74
- package/dist/components/Explorer/edit-settings/DisplayModeTable.js.map +0 -1
- package/dist/components/Explorer/edit-settings/EditSettingsContext.js.map +0 -1
- package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.d.ts +0 -2
- package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SettingItem.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SettingsPanel.js +0 -53
- package/dist/components/Explorer/edit-settings/SettingsPanel.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SidePanel.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useEditSettings.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.d.ts +0 -10
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js +0 -24
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useOpenSettings.d.ts +0 -1
- package/dist/components/Explorer/edit-settings/useOpenSettings.js +0 -19
- package/dist/components/Explorer/edit-settings/useOpenSettings.js.map +0 -1
- package/dist/components/Explorer/useCreateMainAction.js +0 -36
- package/dist/components/Explorer/useCreateMainAction.js.map +0 -1
- package/dist/components/Explorer/useDeactivateAction.d.ts +0 -12
- package/dist/components/Explorer/useDeactivateAction.js +0 -51
- package/dist/components/Explorer/useDeactivateAction.js.map +0 -1
- package/dist/components/Explorer/useEditAction.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -361
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -23
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -90
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +0 -45
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -141
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -6
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +0 -56
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +0 -41
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -10
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +0 -63
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +0 -76
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +0 -11
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +0 -43
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +0 -1
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
- package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.js +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.js +0 -0
package/dist/_gqlTypes/index.js
CHANGED
|
@@ -150,6 +150,8 @@ export var LogAction;
|
|
|
150
150
|
LogAction["VALUE_SAVE"] = "VALUE_SAVE";
|
|
151
151
|
LogAction["VERSION_PROFILE_DELETE"] = "VERSION_PROFILE_DELETE";
|
|
152
152
|
LogAction["VERSION_PROFILE_SAVE"] = "VERSION_PROFILE_SAVE";
|
|
153
|
+
LogAction["fakeplugin_FAKE_PLUGIN_ACTION"] = "fakeplugin_FAKE_PLUGIN_ACTION";
|
|
154
|
+
LogAction["fakeplugin_FAKE_PLUGIN_ACTION2"] = "fakeplugin_FAKE_PLUGIN_ACTION2";
|
|
153
155
|
})(LogAction || (LogAction = {}));
|
|
154
156
|
export var LogSortableField;
|
|
155
157
|
(function (LogSortableField) {
|
|
@@ -218,6 +220,7 @@ export var PermissionsActions;
|
|
|
218
220
|
PermissionsActions["edit_children"] = "edit_children";
|
|
219
221
|
PermissionsActions["edit_record"] = "edit_record";
|
|
220
222
|
PermissionsActions["edit_value"] = "edit_value";
|
|
223
|
+
PermissionsActions["fake_plugin_permission"] = "fake_plugin_permission";
|
|
221
224
|
})(PermissionsActions || (PermissionsActions = {}));
|
|
222
225
|
export var PermissionsRelation;
|
|
223
226
|
(function (PermissionsRelation) {
|
|
@@ -327,587 +330,650 @@ export var ViewTypes;
|
|
|
327
330
|
})(ViewTypes || (ViewTypes = {}));
|
|
328
331
|
export const RecordIdentityFragmentDoc = gql `
|
|
329
332
|
fragment RecordIdentity on Record {
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
`;
|
|
333
|
+
id
|
|
334
|
+
whoAmI {
|
|
335
|
+
id
|
|
336
|
+
label
|
|
337
|
+
subLabel
|
|
338
|
+
color
|
|
339
|
+
library {
|
|
340
|
+
id
|
|
341
|
+
label
|
|
342
|
+
}
|
|
343
|
+
preview
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
`;
|
|
344
347
|
export const DetailsApplicationFragmentDoc = gql `
|
|
345
348
|
fragment DetailsApplication on Application {
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
${RecordIdentityFragmentDoc}
|
|
364
|
-
`;
|
|
349
|
+
id
|
|
350
|
+
label
|
|
351
|
+
type
|
|
352
|
+
description
|
|
353
|
+
endpoint
|
|
354
|
+
url
|
|
355
|
+
color
|
|
356
|
+
icon {
|
|
357
|
+
...RecordIdentity
|
|
358
|
+
}
|
|
359
|
+
module
|
|
360
|
+
permissions {
|
|
361
|
+
access_application
|
|
362
|
+
admin_application
|
|
363
|
+
}
|
|
364
|
+
settings
|
|
365
|
+
}
|
|
366
|
+
${RecordIdentityFragmentDoc}`;
|
|
365
367
|
export const AttributeDetailsFragmentDoc = gql `
|
|
366
368
|
fragment AttributeDetails on Attribute {
|
|
369
|
+
id
|
|
370
|
+
type
|
|
371
|
+
format
|
|
372
|
+
system
|
|
373
|
+
readonly
|
|
374
|
+
label
|
|
375
|
+
description
|
|
376
|
+
multiple_values
|
|
377
|
+
metadata_fields {
|
|
378
|
+
id
|
|
379
|
+
label
|
|
380
|
+
type
|
|
381
|
+
format
|
|
382
|
+
}
|
|
383
|
+
versions_conf {
|
|
384
|
+
versionable
|
|
385
|
+
mode
|
|
386
|
+
profile {
|
|
387
|
+
id
|
|
388
|
+
label
|
|
389
|
+
trees {
|
|
367
390
|
id
|
|
368
|
-
type
|
|
369
|
-
format
|
|
370
|
-
system
|
|
371
|
-
readonly
|
|
372
391
|
label
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
}
|
|
406
|
-
reverse_link
|
|
407
|
-
}
|
|
408
|
-
... on TreeAttribute {
|
|
409
|
-
linked_tree {
|
|
410
|
-
id
|
|
411
|
-
label
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
`;
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
libraries {
|
|
396
|
+
id
|
|
397
|
+
label
|
|
398
|
+
}
|
|
399
|
+
... on StandardAttribute {
|
|
400
|
+
unique
|
|
401
|
+
}
|
|
402
|
+
... on LinkAttribute {
|
|
403
|
+
linked_library {
|
|
404
|
+
id
|
|
405
|
+
label
|
|
406
|
+
}
|
|
407
|
+
reverse_link
|
|
408
|
+
}
|
|
409
|
+
... on TreeAttribute {
|
|
410
|
+
linked_tree {
|
|
411
|
+
id
|
|
412
|
+
label
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
`;
|
|
417
|
+
export const AttributesByLibLinkAttributeFragmentDoc = gql `
|
|
418
|
+
fragment AttributesByLibLinkAttribute on LinkAttribute {
|
|
419
|
+
linked_library {
|
|
420
|
+
id
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
`;
|
|
416
424
|
export const AttributesByLibAttributeFragmentDoc = gql `
|
|
417
425
|
fragment AttributesByLibAttribute on Attribute {
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
}
|
|
450
|
-
`;
|
|
426
|
+
id
|
|
427
|
+
type
|
|
428
|
+
format
|
|
429
|
+
label
|
|
430
|
+
multiple_values
|
|
431
|
+
system
|
|
432
|
+
readonly
|
|
433
|
+
...AttributesByLibLinkAttribute
|
|
434
|
+
... on TreeAttribute {
|
|
435
|
+
linked_tree {
|
|
436
|
+
id
|
|
437
|
+
label
|
|
438
|
+
libraries {
|
|
439
|
+
library {
|
|
440
|
+
id
|
|
441
|
+
label
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
... on StandardAttribute {
|
|
447
|
+
embedded_fields {
|
|
448
|
+
id
|
|
449
|
+
format
|
|
450
|
+
label
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
${AttributesByLibLinkAttributeFragmentDoc}`;
|
|
451
455
|
export const LibraryLightFragmentDoc = gql `
|
|
452
456
|
fragment LibraryLight on Library {
|
|
457
|
+
id
|
|
458
|
+
label
|
|
459
|
+
icon {
|
|
460
|
+
id
|
|
461
|
+
whoAmI {
|
|
462
|
+
id
|
|
463
|
+
library {
|
|
453
464
|
id
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
id
|
|
457
|
-
whoAmI {
|
|
458
|
-
id
|
|
459
|
-
library {
|
|
460
|
-
id
|
|
461
|
-
}
|
|
462
|
-
preview
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
+
}
|
|
466
|
+
preview
|
|
465
467
|
}
|
|
466
|
-
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
`;
|
|
467
471
|
export const LibraryLinkAttributeDetailsFragmentDoc = gql `
|
|
468
472
|
fragment LibraryLinkAttributeDetails on LinkAttribute {
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
`;
|
|
473
|
+
linked_library {
|
|
474
|
+
id
|
|
475
|
+
behavior
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
`;
|
|
475
479
|
export const LibraryAttributesFragmentDoc = gql `
|
|
476
480
|
fragment LibraryAttributes on Attribute {
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
${LibraryLinkAttributeDetailsFragmentDoc}
|
|
485
|
-
`;
|
|
481
|
+
id
|
|
482
|
+
label
|
|
483
|
+
system
|
|
484
|
+
type
|
|
485
|
+
format
|
|
486
|
+
...LibraryLinkAttributeDetails
|
|
487
|
+
}
|
|
488
|
+
${LibraryLinkAttributeDetailsFragmentDoc}`;
|
|
486
489
|
export const LibraryPreviewsSettingsFragmentDoc = gql `
|
|
487
490
|
fragment LibraryPreviewsSettings on LibraryPreviewsSettings {
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
`;
|
|
491
|
+
label
|
|
492
|
+
description
|
|
493
|
+
system
|
|
494
|
+
versions {
|
|
495
|
+
background
|
|
496
|
+
density
|
|
497
|
+
sizes {
|
|
498
|
+
name
|
|
499
|
+
size
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
`;
|
|
501
504
|
export const LibraryDetailsFragmentDoc = gql `
|
|
502
505
|
fragment LibraryDetails on Library {
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
506
|
+
id
|
|
507
|
+
label
|
|
508
|
+
behavior
|
|
509
|
+
system
|
|
510
|
+
label
|
|
511
|
+
fullTextAttributes {
|
|
512
|
+
id
|
|
513
|
+
label
|
|
514
|
+
}
|
|
515
|
+
attributes {
|
|
516
|
+
...LibraryAttributes
|
|
517
|
+
}
|
|
518
|
+
permissions_conf {
|
|
519
|
+
permissionTreeAttributes {
|
|
520
|
+
id
|
|
521
|
+
... on TreeAttribute {
|
|
522
|
+
linked_tree {
|
|
523
|
+
id
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
label
|
|
527
|
+
}
|
|
528
|
+
relation
|
|
529
|
+
}
|
|
530
|
+
recordIdentityConf {
|
|
531
|
+
label
|
|
532
|
+
subLabel
|
|
533
|
+
color
|
|
534
|
+
preview
|
|
535
|
+
treeColorPreview
|
|
536
|
+
}
|
|
537
|
+
permissions {
|
|
538
|
+
admin_library
|
|
539
|
+
access_library
|
|
540
|
+
access_record
|
|
541
|
+
create_record
|
|
542
|
+
edit_record
|
|
543
|
+
delete_record
|
|
544
|
+
}
|
|
545
|
+
icon {
|
|
546
|
+
...RecordIdentity
|
|
547
|
+
}
|
|
548
|
+
previewsSettings {
|
|
549
|
+
...LibraryPreviewsSettings
|
|
550
|
+
}
|
|
551
|
+
}
|
|
549
552
|
${LibraryAttributesFragmentDoc}
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
`;
|
|
553
|
+
${RecordIdentityFragmentDoc}
|
|
554
|
+
${LibraryPreviewsSettingsFragmentDoc}`;
|
|
553
555
|
export const ValuesVersionDetailsFragmentDoc = gql `
|
|
554
556
|
fragment ValuesVersionDetails on ValueVersion {
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
}
|
|
566
|
-
}
|
|
567
|
-
}
|
|
557
|
+
treeId
|
|
558
|
+
treeNode {
|
|
559
|
+
id
|
|
560
|
+
record {
|
|
561
|
+
id
|
|
562
|
+
whoAmI {
|
|
563
|
+
id
|
|
564
|
+
label
|
|
565
|
+
library {
|
|
566
|
+
id
|
|
568
567
|
}
|
|
568
|
+
}
|
|
569
569
|
}
|
|
570
|
-
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
`;
|
|
571
573
|
export const ValueDetailsFragmentDoc = gql `
|
|
572
574
|
fragment ValueDetails on GenericValue {
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
|
-
}
|
|
575
|
+
id_value
|
|
576
|
+
isInherited
|
|
577
|
+
isCalculated
|
|
578
|
+
modified_at
|
|
579
|
+
modified_by {
|
|
580
|
+
...RecordIdentity
|
|
581
|
+
}
|
|
582
|
+
created_at
|
|
583
|
+
created_by {
|
|
584
|
+
...RecordIdentity
|
|
585
|
+
}
|
|
586
|
+
version {
|
|
587
|
+
...ValuesVersionDetails
|
|
588
|
+
}
|
|
589
|
+
attribute {
|
|
590
|
+
id
|
|
591
|
+
format
|
|
592
|
+
type
|
|
593
|
+
system
|
|
594
|
+
}
|
|
595
|
+
metadata {
|
|
596
|
+
name
|
|
597
|
+
value {
|
|
598
|
+
id_value
|
|
599
|
+
modified_at
|
|
600
|
+
modified_by {
|
|
601
|
+
...RecordIdentity
|
|
602
|
+
}
|
|
603
|
+
created_at
|
|
604
|
+
created_by {
|
|
605
|
+
...RecordIdentity
|
|
606
|
+
}
|
|
607
|
+
version {
|
|
608
|
+
...ValuesVersionDetails
|
|
609
|
+
}
|
|
610
|
+
payload
|
|
611
|
+
raw_payload
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
... on Value {
|
|
615
|
+
payload
|
|
616
|
+
raw_payload
|
|
617
|
+
value
|
|
618
|
+
raw_value
|
|
619
|
+
}
|
|
620
|
+
... on LinkValue {
|
|
621
|
+
linkValue: payload {
|
|
622
|
+
...RecordIdentity
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
... on TreeValue {
|
|
626
|
+
treeValue: payload {
|
|
627
|
+
id
|
|
628
|
+
record {
|
|
629
|
+
...RecordIdentity
|
|
630
|
+
}
|
|
631
|
+
ancestors {
|
|
632
|
+
record {
|
|
633
|
+
...RecordIdentity
|
|
635
634
|
}
|
|
635
|
+
}
|
|
636
636
|
}
|
|
637
|
+
}
|
|
638
|
+
}
|
|
637
639
|
${RecordIdentityFragmentDoc}
|
|
638
|
-
|
|
639
|
-
`;
|
|
640
|
+
${ValuesVersionDetailsFragmentDoc}`;
|
|
640
641
|
export const StandardValuesListFragmentFragmentDoc = gql `
|
|
641
642
|
fragment StandardValuesListFragment on StandardValuesListConf {
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
`;
|
|
643
|
+
... on StandardStringValuesListConf {
|
|
644
|
+
enable
|
|
645
|
+
allowFreeEntry
|
|
646
|
+
allowListUpdate
|
|
647
|
+
values
|
|
648
|
+
}
|
|
649
|
+
... on StandardDateRangeValuesListConf {
|
|
650
|
+
enable
|
|
651
|
+
allowFreeEntry
|
|
652
|
+
allowListUpdate
|
|
653
|
+
dateRangeValues: values {
|
|
654
|
+
from
|
|
655
|
+
to
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
}
|
|
659
|
+
`;
|
|
659
660
|
export const RecordFormAttributeFragmentDoc = gql `
|
|
660
661
|
fragment RecordFormAttribute on Attribute {
|
|
662
|
+
id
|
|
663
|
+
label
|
|
664
|
+
description
|
|
665
|
+
type
|
|
666
|
+
format
|
|
667
|
+
system
|
|
668
|
+
readonly
|
|
669
|
+
required
|
|
670
|
+
multiple_values
|
|
671
|
+
compute
|
|
672
|
+
permissions(record: {id: $recordId, library: $libraryId}) {
|
|
673
|
+
access_attribute
|
|
674
|
+
edit_value
|
|
675
|
+
}
|
|
676
|
+
versions_conf {
|
|
677
|
+
versionable
|
|
678
|
+
profile {
|
|
679
|
+
id
|
|
680
|
+
trees {
|
|
661
681
|
id
|
|
662
682
|
label
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
}
|
|
724
|
-
}
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
metadata_fields {
|
|
687
|
+
id
|
|
688
|
+
label
|
|
689
|
+
description
|
|
690
|
+
type
|
|
691
|
+
format
|
|
692
|
+
system
|
|
693
|
+
readonly
|
|
694
|
+
multiple_values
|
|
695
|
+
permissions(record: {id: $recordId, library: $libraryId}) {
|
|
696
|
+
access_attribute
|
|
697
|
+
edit_value
|
|
698
|
+
}
|
|
699
|
+
values_list {
|
|
700
|
+
...StandardValuesListFragment
|
|
701
|
+
}
|
|
702
|
+
metadata_fields {
|
|
703
|
+
id
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
... on StandardAttribute {
|
|
707
|
+
values_list {
|
|
708
|
+
...StandardValuesListFragment
|
|
709
|
+
}
|
|
710
|
+
character_limit
|
|
711
|
+
}
|
|
712
|
+
... on LinkAttribute {
|
|
713
|
+
linked_library {
|
|
714
|
+
id
|
|
715
|
+
label
|
|
716
|
+
behavior
|
|
717
|
+
permissions {
|
|
718
|
+
create_record
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
linkValuesList: values_list {
|
|
722
|
+
enable
|
|
723
|
+
allowFreeEntry
|
|
724
|
+
allowListUpdate
|
|
725
|
+
values {
|
|
726
|
+
...RecordIdentity
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
... on TreeAttribute {
|
|
731
|
+
linked_tree {
|
|
732
|
+
id
|
|
733
|
+
label
|
|
734
|
+
}
|
|
735
|
+
treeValuesList: values_list {
|
|
736
|
+
enable
|
|
737
|
+
allowFreeEntry
|
|
738
|
+
allowListUpdate
|
|
739
|
+
values {
|
|
740
|
+
id
|
|
741
|
+
record {
|
|
742
|
+
...RecordIdentity
|
|
725
743
|
}
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
}
|
|
731
|
-
treeValuesList: values_list {
|
|
732
|
-
enable
|
|
733
|
-
allowFreeEntry
|
|
734
|
-
allowListUpdate
|
|
735
|
-
values {
|
|
736
|
-
id
|
|
737
|
-
record {
|
|
738
|
-
...RecordIdentity
|
|
739
|
-
}
|
|
740
|
-
ancestors {
|
|
741
|
-
record {
|
|
742
|
-
...RecordIdentity
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
}
|
|
744
|
+
ancestors {
|
|
745
|
+
record {
|
|
746
|
+
...RecordIdentity
|
|
747
|
+
}
|
|
747
748
|
}
|
|
749
|
+
}
|
|
748
750
|
}
|
|
751
|
+
}
|
|
752
|
+
}
|
|
749
753
|
${StandardValuesListFragmentFragmentDoc}
|
|
750
|
-
|
|
751
|
-
`;
|
|
754
|
+
${RecordIdentityFragmentDoc}`;
|
|
752
755
|
export const RecordFormElementFragmentDoc = gql `
|
|
753
756
|
fragment RecordFormElement on FormElementWithValues {
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
757
|
+
id
|
|
758
|
+
containerId
|
|
759
|
+
uiElementType
|
|
760
|
+
type
|
|
761
|
+
valueError
|
|
762
|
+
values {
|
|
763
|
+
...ValueDetails
|
|
764
|
+
}
|
|
765
|
+
attribute {
|
|
766
|
+
...RecordFormAttribute
|
|
767
|
+
}
|
|
768
|
+
settings {
|
|
769
|
+
key
|
|
770
|
+
value
|
|
771
|
+
}
|
|
772
|
+
}
|
|
770
773
|
${ValueDetailsFragmentDoc}
|
|
771
|
-
|
|
772
|
-
`;
|
|
774
|
+
${RecordFormAttributeFragmentDoc}`;
|
|
773
775
|
export const TreeLightFragmentDoc = gql `
|
|
774
776
|
fragment TreeLight on Tree {
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
`;
|
|
777
|
+
id
|
|
778
|
+
label
|
|
779
|
+
}
|
|
780
|
+
`;
|
|
779
781
|
export const TreeDetailsFragmentDoc = gql `
|
|
780
782
|
fragment TreeDetails on Tree {
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
`;
|
|
783
|
+
id
|
|
784
|
+
label
|
|
785
|
+
behavior
|
|
786
|
+
system
|
|
787
|
+
libraries {
|
|
788
|
+
library {
|
|
789
|
+
id
|
|
790
|
+
label
|
|
791
|
+
}
|
|
792
|
+
settings {
|
|
793
|
+
allowMultiplePositions
|
|
794
|
+
allowedAtRoot
|
|
795
|
+
allowedChildren
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
`;
|
|
798
800
|
export const TreeNodeChildFragmentDoc = gql `
|
|
799
801
|
fragment TreeNodeChild on TreeNodeLight {
|
|
802
|
+
id
|
|
803
|
+
order
|
|
804
|
+
childrenCount
|
|
805
|
+
record {
|
|
806
|
+
...RecordIdentity
|
|
807
|
+
active: property(attribute: "active") {
|
|
808
|
+
... on Value {
|
|
809
|
+
value
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
ancestors {
|
|
814
|
+
id
|
|
815
|
+
record {
|
|
816
|
+
id
|
|
817
|
+
library {
|
|
800
818
|
id
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
edit_children
|
|
826
|
-
}
|
|
827
|
-
}
|
|
828
|
-
${RecordIdentityFragmentDoc}
|
|
829
|
-
`;
|
|
819
|
+
label
|
|
820
|
+
}
|
|
821
|
+
...RecordIdentity
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
permissions {
|
|
825
|
+
access_tree
|
|
826
|
+
detach
|
|
827
|
+
edit_children
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
${RecordIdentityFragmentDoc}`;
|
|
831
|
+
export const ViewDetailsFilterFragmentDoc = gql `
|
|
832
|
+
fragment ViewDetailsFilter on RecordFilter {
|
|
833
|
+
field
|
|
834
|
+
value
|
|
835
|
+
tree {
|
|
836
|
+
id
|
|
837
|
+
label
|
|
838
|
+
}
|
|
839
|
+
condition
|
|
840
|
+
operator
|
|
841
|
+
}
|
|
842
|
+
`;
|
|
830
843
|
export const ViewDetailsFragmentDoc = gql `
|
|
831
844
|
fragment ViewDetails on View {
|
|
845
|
+
id
|
|
846
|
+
display {
|
|
847
|
+
size
|
|
848
|
+
type
|
|
849
|
+
}
|
|
850
|
+
shared
|
|
851
|
+
created_by {
|
|
852
|
+
id
|
|
853
|
+
whoAmI {
|
|
854
|
+
id
|
|
855
|
+
label
|
|
856
|
+
library {
|
|
832
857
|
id
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
${RecordIdentityFragmentDoc}
|
|
880
|
-
`;
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
label
|
|
862
|
+
description
|
|
863
|
+
color
|
|
864
|
+
filters {
|
|
865
|
+
...ViewDetailsFilter
|
|
866
|
+
}
|
|
867
|
+
sort {
|
|
868
|
+
field
|
|
869
|
+
order
|
|
870
|
+
}
|
|
871
|
+
valuesVersions {
|
|
872
|
+
treeId
|
|
873
|
+
treeNode {
|
|
874
|
+
id
|
|
875
|
+
record {
|
|
876
|
+
...RecordIdentity
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
}
|
|
880
|
+
attributes {
|
|
881
|
+
id
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
${ViewDetailsFilterFragmentDoc}
|
|
885
|
+
${RecordIdentityFragmentDoc}`;
|
|
886
|
+
export const LinkAttributeDetailsFragmentDoc = gql `
|
|
887
|
+
fragment LinkAttributeDetails on LinkAttribute {
|
|
888
|
+
label
|
|
889
|
+
linked_library {
|
|
890
|
+
id
|
|
891
|
+
label
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
`;
|
|
895
|
+
export const AttributePropertiesFragmentDoc = gql `
|
|
896
|
+
fragment AttributeProperties on Attribute {
|
|
897
|
+
id
|
|
898
|
+
label
|
|
899
|
+
type
|
|
900
|
+
format
|
|
901
|
+
multiple_values
|
|
902
|
+
}
|
|
903
|
+
`;
|
|
881
904
|
export const PropertyValueFragmentDoc = gql `
|
|
882
905
|
fragment PropertyValue on GenericValue {
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
906
|
+
... on Value {
|
|
907
|
+
valuePayload: payload
|
|
908
|
+
valueRawPayload: raw_payload
|
|
909
|
+
}
|
|
910
|
+
... on LinkValue {
|
|
911
|
+
linkPayload: payload {
|
|
912
|
+
...RecordIdentity
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
... on TreeValue {
|
|
916
|
+
treePayload: payload {
|
|
917
|
+
record {
|
|
918
|
+
...RecordIdentity
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
${RecordIdentityFragmentDoc}`;
|
|
924
|
+
export const LinkPropertyFragmentDoc = gql `
|
|
925
|
+
fragment LinkProperty on GenericValue {
|
|
926
|
+
id_value
|
|
927
|
+
... on LinkValue {
|
|
928
|
+
payload {
|
|
929
|
+
...RecordIdentity
|
|
930
|
+
properties(attributeIds: $attributeIds) {
|
|
931
|
+
attributeId
|
|
932
|
+
attributeProperties {
|
|
933
|
+
...AttributeProperties
|
|
893
934
|
}
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
record {
|
|
897
|
-
...RecordIdentity
|
|
898
|
-
}
|
|
899
|
-
}
|
|
935
|
+
values {
|
|
936
|
+
...PropertyValue
|
|
900
937
|
}
|
|
938
|
+
}
|
|
901
939
|
}
|
|
940
|
+
}
|
|
941
|
+
}
|
|
902
942
|
${RecordIdentityFragmentDoc}
|
|
903
|
-
|
|
943
|
+
${AttributePropertiesFragmentDoc}
|
|
944
|
+
${PropertyValueFragmentDoc}`;
|
|
945
|
+
export const LibraryAttributeLinkFragmentDoc = gql `
|
|
946
|
+
fragment LibraryAttributeLink on LinkAttribute {
|
|
947
|
+
linked_library {
|
|
948
|
+
id
|
|
949
|
+
label
|
|
950
|
+
attributes {
|
|
951
|
+
id
|
|
952
|
+
type
|
|
953
|
+
format
|
|
954
|
+
label
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
`;
|
|
959
|
+
export const LibraryAttributeFragmentDoc = gql `
|
|
960
|
+
fragment LibraryAttribute on Attribute {
|
|
961
|
+
id
|
|
962
|
+
type
|
|
963
|
+
label
|
|
964
|
+
... on StandardAttribute {
|
|
965
|
+
format
|
|
966
|
+
}
|
|
967
|
+
...LibraryAttributeLink
|
|
968
|
+
}
|
|
969
|
+
${LibraryAttributeLinkFragmentDoc}`;
|
|
904
970
|
export const CheckApplicationExistenceDocument = gql `
|
|
905
971
|
query CHECK_APPLICATION_EXISTENCE($id: ID, $endpoint: String) {
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
`;
|
|
972
|
+
applications(filters: {id: $id, endpoint: $endpoint}) {
|
|
973
|
+
totalCount
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
`;
|
|
911
977
|
/**
|
|
912
978
|
* __useCheckApplicationExistenceQuery__
|
|
913
979
|
*
|
|
@@ -935,14 +1001,13 @@ export function useCheckApplicationExistenceLazyQuery(baseOptions) {
|
|
|
935
1001
|
}
|
|
936
1002
|
export const GetApplicationByIdDocument = gql `
|
|
937
1003
|
query GET_APPLICATION_BY_ID($id: ID!) {
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
}
|
|
942
|
-
}
|
|
1004
|
+
applications(filters: {id: $id}) {
|
|
1005
|
+
list {
|
|
1006
|
+
...DetailsApplication
|
|
943
1007
|
}
|
|
944
|
-
|
|
945
|
-
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
${DetailsApplicationFragmentDoc}`;
|
|
946
1011
|
/**
|
|
947
1012
|
* __useGetApplicationByIdQuery__
|
|
948
1013
|
*
|
|
@@ -969,13 +1034,13 @@ export function useGetApplicationByIdLazyQuery(baseOptions) {
|
|
|
969
1034
|
}
|
|
970
1035
|
export const GetApplicationModulesDocument = gql `
|
|
971
1036
|
query GET_APPLICATION_MODULES {
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
`;
|
|
1037
|
+
applicationsModules {
|
|
1038
|
+
id
|
|
1039
|
+
description
|
|
1040
|
+
version
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
`;
|
|
979
1044
|
/**
|
|
980
1045
|
* __useGetApplicationModulesQuery__
|
|
981
1046
|
*
|
|
@@ -1001,12 +1066,11 @@ export function useGetApplicationModulesLazyQuery(baseOptions) {
|
|
|
1001
1066
|
}
|
|
1002
1067
|
export const SaveApplicationDocument = gql `
|
|
1003
1068
|
mutation SAVE_APPLICATION($application: ApplicationInput!) {
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
${DetailsApplicationFragmentDoc}
|
|
1009
|
-
`;
|
|
1069
|
+
saveApplication(application: $application) {
|
|
1070
|
+
...DetailsApplication
|
|
1071
|
+
}
|
|
1072
|
+
}
|
|
1073
|
+
${DetailsApplicationFragmentDoc}`;
|
|
1010
1074
|
/**
|
|
1011
1075
|
* __useSaveApplicationMutation__
|
|
1012
1076
|
*
|
|
@@ -1030,11 +1094,11 @@ export function useSaveApplicationMutation(baseOptions) {
|
|
|
1030
1094
|
}
|
|
1031
1095
|
export const CheckAttributeExistenceDocument = gql `
|
|
1032
1096
|
query CHECK_ATTRIBUTE_EXISTENCE($id: ID!) {
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
`;
|
|
1097
|
+
attributes(filters: {id: $id}) {
|
|
1098
|
+
totalCount
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
`;
|
|
1038
1102
|
/**
|
|
1039
1103
|
* __useCheckAttributeExistenceQuery__
|
|
1040
1104
|
*
|
|
@@ -1061,11 +1125,11 @@ export function useCheckAttributeExistenceLazyQuery(baseOptions) {
|
|
|
1061
1125
|
}
|
|
1062
1126
|
export const DeleteAttributeDocument = gql `
|
|
1063
1127
|
mutation DELETE_ATTRIBUTE($id: ID) {
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
`;
|
|
1128
|
+
deleteAttribute(id: $id) {
|
|
1129
|
+
id
|
|
1130
|
+
}
|
|
1131
|
+
}
|
|
1132
|
+
`;
|
|
1069
1133
|
/**
|
|
1070
1134
|
* __useDeleteAttributeMutation__
|
|
1071
1135
|
*
|
|
@@ -1089,14 +1153,13 @@ export function useDeleteAttributeMutation(baseOptions) {
|
|
|
1089
1153
|
}
|
|
1090
1154
|
export const GetAttributeByIdDocument = gql `
|
|
1091
1155
|
query GET_ATTRIBUTE_BY_ID($id: ID) {
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
}
|
|
1096
|
-
}
|
|
1156
|
+
attributes(filters: {id: $id}) {
|
|
1157
|
+
list {
|
|
1158
|
+
...AttributeDetails
|
|
1097
1159
|
}
|
|
1098
|
-
|
|
1099
|
-
|
|
1160
|
+
}
|
|
1161
|
+
}
|
|
1162
|
+
${AttributeDetailsFragmentDoc}`;
|
|
1100
1163
|
/**
|
|
1101
1164
|
* __useGetAttributeByIdQuery__
|
|
1102
1165
|
*
|
|
@@ -1123,14 +1186,13 @@ export function useGetAttributeByIdLazyQuery(baseOptions) {
|
|
|
1123
1186
|
}
|
|
1124
1187
|
export const GetAttributesByLibDocument = gql `
|
|
1125
1188
|
query GET_ATTRIBUTES_BY_LIB($library: String!) {
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
}
|
|
1130
|
-
}
|
|
1189
|
+
attributes(filters: {libraries: [$library]}) {
|
|
1190
|
+
list {
|
|
1191
|
+
...AttributesByLibAttribute
|
|
1131
1192
|
}
|
|
1132
|
-
|
|
1133
|
-
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
${AttributesByLibAttributeFragmentDoc}`;
|
|
1134
1196
|
/**
|
|
1135
1197
|
* __useGetAttributesByLibQuery__
|
|
1136
1198
|
*
|
|
@@ -1157,18 +1219,18 @@ export function useGetAttributesByLibLazyQuery(baseOptions) {
|
|
|
1157
1219
|
}
|
|
1158
1220
|
export const GetAttributesDocument = gql `
|
|
1159
1221
|
query GET_ATTRIBUTES($pagination: Pagination, $sort: SortAttributes, $filters: AttributesFiltersInput) {
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
`;
|
|
1222
|
+
attributes(pagination: $pagination, sort: $sort, filters: $filters) {
|
|
1223
|
+
totalCount
|
|
1224
|
+
list {
|
|
1225
|
+
id
|
|
1226
|
+
label
|
|
1227
|
+
type
|
|
1228
|
+
format
|
|
1229
|
+
system
|
|
1230
|
+
}
|
|
1231
|
+
}
|
|
1232
|
+
}
|
|
1233
|
+
`;
|
|
1172
1234
|
/**
|
|
1173
1235
|
* __useGetAttributesQuery__
|
|
1174
1236
|
*
|
|
@@ -1197,14 +1259,14 @@ export function useGetAttributesLazyQuery(baseOptions) {
|
|
|
1197
1259
|
}
|
|
1198
1260
|
export const GetVersionProfilesDocument = gql `
|
|
1199
1261
|
query GET_VERSION_PROFILES($filters: VersionProfilesFiltersInput, $sort: SortVersionProfilesInput) {
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
}
|
|
1205
|
-
}
|
|
1262
|
+
versionProfiles(filters: $filters, sort: $sort) {
|
|
1263
|
+
list {
|
|
1264
|
+
id
|
|
1265
|
+
label
|
|
1206
1266
|
}
|
|
1207
|
-
|
|
1267
|
+
}
|
|
1268
|
+
}
|
|
1269
|
+
`;
|
|
1208
1270
|
/**
|
|
1209
1271
|
* __useGetVersionProfilesQuery__
|
|
1210
1272
|
*
|
|
@@ -1232,23 +1294,23 @@ export function useGetVersionProfilesLazyQuery(baseOptions) {
|
|
|
1232
1294
|
}
|
|
1233
1295
|
export const GetVersionableAttributesByLibraryDocument = gql `
|
|
1234
1296
|
query GET_VERSIONABLE_ATTRIBUTES_BY_LIBRARY($libraryId: String!) {
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
}
|
|
1247
|
-
}
|
|
1248
|
-
}
|
|
1297
|
+
attributes(filters: {libraries: [$libraryId], versionable: true}) {
|
|
1298
|
+
list {
|
|
1299
|
+
id
|
|
1300
|
+
versions_conf {
|
|
1301
|
+
versionable
|
|
1302
|
+
profile {
|
|
1303
|
+
id
|
|
1304
|
+
trees {
|
|
1305
|
+
id
|
|
1306
|
+
label
|
|
1307
|
+
}
|
|
1249
1308
|
}
|
|
1309
|
+
}
|
|
1250
1310
|
}
|
|
1251
|
-
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
`;
|
|
1252
1314
|
/**
|
|
1253
1315
|
* __useGetVersionableAttributesByLibraryQuery__
|
|
1254
1316
|
*
|
|
@@ -1275,12 +1337,11 @@ export function useGetVersionableAttributesByLibraryLazyQuery(baseOptions) {
|
|
|
1275
1337
|
}
|
|
1276
1338
|
export const SaveAttributeDocument = gql `
|
|
1277
1339
|
mutation SAVE_ATTRIBUTE($attribute: AttributeInput!) {
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
${AttributeDetailsFragmentDoc}
|
|
1283
|
-
`;
|
|
1340
|
+
saveAttribute(attribute: $attribute) {
|
|
1341
|
+
...AttributeDetails
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1344
|
+
${AttributeDetailsFragmentDoc}`;
|
|
1284
1345
|
/**
|
|
1285
1346
|
* __useSaveAttributeMutation__
|
|
1286
1347
|
*
|
|
@@ -1304,9 +1365,9 @@ export function useSaveAttributeMutation(baseOptions) {
|
|
|
1304
1365
|
}
|
|
1305
1366
|
export const ExportDocument = gql `
|
|
1306
1367
|
query EXPORT($library: ID!, $attributes: [ID!], $filters: [RecordFilterInput!]) {
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
`;
|
|
1368
|
+
export(library: $library, attributes: $attributes, filters: $filters)
|
|
1369
|
+
}
|
|
1370
|
+
`;
|
|
1310
1371
|
/**
|
|
1311
1372
|
* __useExportQuery__
|
|
1312
1373
|
*
|
|
@@ -1335,12 +1396,11 @@ export function useExportLazyQuery(baseOptions) {
|
|
|
1335
1396
|
}
|
|
1336
1397
|
export const CreateDirectoryDocument = gql `
|
|
1337
1398
|
mutation CREATE_DIRECTORY($library: String!, $nodeId: String!, $name: String!) {
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
${RecordIdentityFragmentDoc}
|
|
1343
|
-
`;
|
|
1399
|
+
createDirectory(library: $library, nodeId: $nodeId, name: $name) {
|
|
1400
|
+
...RecordIdentity
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
${RecordIdentityFragmentDoc}`;
|
|
1344
1404
|
/**
|
|
1345
1405
|
* __useCreateDirectoryMutation__
|
|
1346
1406
|
*
|
|
@@ -1365,22 +1425,16 @@ export function useCreateDirectoryMutation(baseOptions) {
|
|
|
1365
1425
|
return Apollo.useMutation(CreateDirectoryDocument, options);
|
|
1366
1426
|
}
|
|
1367
1427
|
export const ForcePreviewsGenerationDocument = gql `
|
|
1368
|
-
mutation FORCE_PREVIEWS_GENERATION(
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
recordIds: $recordIds
|
|
1379
|
-
failedOnly: $failedOnly
|
|
1380
|
-
previewVersionSizeNames: $previewVersionSizeNames
|
|
1381
|
-
)
|
|
1382
|
-
}
|
|
1383
|
-
`;
|
|
1428
|
+
mutation FORCE_PREVIEWS_GENERATION($libraryId: ID!, $filters: [RecordFilterInput!], $recordIds: [ID!], $failedOnly: Boolean, $previewVersionSizeNames: [String!]) {
|
|
1429
|
+
forcePreviewsGeneration(
|
|
1430
|
+
libraryId: $libraryId
|
|
1431
|
+
filters: $filters
|
|
1432
|
+
recordIds: $recordIds
|
|
1433
|
+
failedOnly: $failedOnly
|
|
1434
|
+
previewVersionSizeNames: $previewVersionSizeNames
|
|
1435
|
+
)
|
|
1436
|
+
}
|
|
1437
|
+
`;
|
|
1384
1438
|
/**
|
|
1385
1439
|
* __useForcePreviewsGenerationMutation__
|
|
1386
1440
|
*
|
|
@@ -1408,51 +1462,53 @@ export function useForcePreviewsGenerationMutation(baseOptions) {
|
|
|
1408
1462
|
}
|
|
1409
1463
|
export const GetDirectoryDataDocument = gql `
|
|
1410
1464
|
query GET_DIRECTORY_DATA($library: ID!, $directoryId: String!) {
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
... on Value {
|
|
1440
|
-
value
|
|
1441
|
-
}
|
|
1442
|
-
}
|
|
1443
|
-
file_path: property(attribute: "file_path") {
|
|
1444
|
-
... on Value {
|
|
1445
|
-
value
|
|
1446
|
-
}
|
|
1447
|
-
}
|
|
1448
|
-
library {
|
|
1449
|
-
behavior
|
|
1450
|
-
}
|
|
1451
|
-
}
|
|
1465
|
+
records(
|
|
1466
|
+
library: $library
|
|
1467
|
+
filters: [{field: "id", value: $directoryId, condition: EQUAL}]
|
|
1468
|
+
) {
|
|
1469
|
+
list {
|
|
1470
|
+
...RecordIdentity
|
|
1471
|
+
created_at: property(attribute: "created_at") {
|
|
1472
|
+
... on Value {
|
|
1473
|
+
value
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1476
|
+
created_by: property(attribute: "created_by") {
|
|
1477
|
+
... on LinkValue {
|
|
1478
|
+
value {
|
|
1479
|
+
...RecordIdentity
|
|
1480
|
+
}
|
|
1481
|
+
}
|
|
1482
|
+
}
|
|
1483
|
+
modified_at: property(attribute: "modified_at") {
|
|
1484
|
+
... on Value {
|
|
1485
|
+
value
|
|
1486
|
+
}
|
|
1487
|
+
}
|
|
1488
|
+
modified_by: property(attribute: "modified_by") {
|
|
1489
|
+
... on LinkValue {
|
|
1490
|
+
value {
|
|
1491
|
+
...RecordIdentity
|
|
1492
|
+
}
|
|
1452
1493
|
}
|
|
1494
|
+
}
|
|
1495
|
+
file_name: property(attribute: "file_name") {
|
|
1496
|
+
... on Value {
|
|
1497
|
+
value
|
|
1498
|
+
}
|
|
1499
|
+
}
|
|
1500
|
+
file_path: property(attribute: "file_path") {
|
|
1501
|
+
... on Value {
|
|
1502
|
+
value
|
|
1503
|
+
}
|
|
1504
|
+
}
|
|
1505
|
+
library {
|
|
1506
|
+
behavior
|
|
1507
|
+
}
|
|
1453
1508
|
}
|
|
1454
|
-
|
|
1455
|
-
|
|
1509
|
+
}
|
|
1510
|
+
}
|
|
1511
|
+
${RecordIdentityFragmentDoc}`;
|
|
1456
1512
|
/**
|
|
1457
1513
|
* __useGetDirectoryDataQuery__
|
|
1458
1514
|
*
|
|
@@ -1480,22 +1536,22 @@ export function useGetDirectoryDataLazyQuery(baseOptions) {
|
|
|
1480
1536
|
}
|
|
1481
1537
|
export const UploadUpdateDocument = gql `
|
|
1482
1538
|
subscription UPLOAD_UPDATE($filters: UploadFiltersInput) {
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
`;
|
|
1539
|
+
upload(filters: $filters) {
|
|
1540
|
+
userId
|
|
1541
|
+
progress {
|
|
1542
|
+
length
|
|
1543
|
+
transferred
|
|
1544
|
+
speed
|
|
1545
|
+
runtime
|
|
1546
|
+
remaining
|
|
1547
|
+
percentage
|
|
1548
|
+
eta
|
|
1549
|
+
delta
|
|
1550
|
+
}
|
|
1551
|
+
uid
|
|
1552
|
+
}
|
|
1553
|
+
}
|
|
1554
|
+
`;
|
|
1499
1555
|
/**
|
|
1500
1556
|
* __useUploadUpdateSubscription__
|
|
1501
1557
|
*
|
|
@@ -1518,15 +1574,14 @@ export function useUploadUpdateSubscription(baseOptions) {
|
|
|
1518
1574
|
}
|
|
1519
1575
|
export const UploadDocument = gql `
|
|
1520
1576
|
mutation UPLOAD($library: String!, $nodeId: String!, $files: [FileInput!]!) {
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1577
|
+
upload(library: $library, nodeId: $nodeId, files: $files) {
|
|
1578
|
+
uid
|
|
1579
|
+
record {
|
|
1580
|
+
...RecordIdentity
|
|
1527
1581
|
}
|
|
1528
|
-
|
|
1529
|
-
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
${RecordIdentityFragmentDoc}`;
|
|
1530
1585
|
/**
|
|
1531
1586
|
* __useUploadMutation__
|
|
1532
1587
|
*
|
|
@@ -1552,9 +1607,9 @@ export function useUploadMutation(baseOptions) {
|
|
|
1552
1607
|
}
|
|
1553
1608
|
export const ImportExcelDocument = gql `
|
|
1554
1609
|
mutation IMPORT_EXCEL($file: Upload!, $sheets: [SheetInput], $startAt: Int) {
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
`;
|
|
1610
|
+
importExcel(file: $file, sheets: $sheets, startAt: $startAt)
|
|
1611
|
+
}
|
|
1612
|
+
`;
|
|
1558
1613
|
/**
|
|
1559
1614
|
* __useImportExcelMutation__
|
|
1560
1615
|
*
|
|
@@ -1580,11 +1635,11 @@ export function useImportExcelMutation(baseOptions) {
|
|
|
1580
1635
|
}
|
|
1581
1636
|
export const CheckLibraryExistenceDocument = gql `
|
|
1582
1637
|
query CHECK_LIBRARY_EXISTENCE($id: [ID!]) {
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
`;
|
|
1638
|
+
libraries(filters: {id: $id}) {
|
|
1639
|
+
totalCount
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
`;
|
|
1588
1643
|
/**
|
|
1589
1644
|
* __useCheckLibraryExistenceQuery__
|
|
1590
1645
|
*
|
|
@@ -1611,11 +1666,11 @@ export function useCheckLibraryExistenceLazyQuery(baseOptions) {
|
|
|
1611
1666
|
}
|
|
1612
1667
|
export const DeleteLibraryDocument = gql `
|
|
1613
1668
|
mutation DELETE_LIBRARY($id: ID) {
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
`;
|
|
1669
|
+
deleteLibrary(id: $id) {
|
|
1670
|
+
id
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
`;
|
|
1619
1674
|
/**
|
|
1620
1675
|
* __useDeleteLibraryMutation__
|
|
1621
1676
|
*
|
|
@@ -1639,14 +1694,13 @@ export function useDeleteLibraryMutation(baseOptions) {
|
|
|
1639
1694
|
}
|
|
1640
1695
|
export const GetLibrariesDocument = gql `
|
|
1641
1696
|
query GET_LIBRARIES {
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
}
|
|
1646
|
-
}
|
|
1697
|
+
libraries {
|
|
1698
|
+
list {
|
|
1699
|
+
...LibraryLight
|
|
1647
1700
|
}
|
|
1648
|
-
|
|
1649
|
-
|
|
1701
|
+
}
|
|
1702
|
+
}
|
|
1703
|
+
${LibraryLightFragmentDoc}`;
|
|
1650
1704
|
/**
|
|
1651
1705
|
* __useGetLibrariesQuery__
|
|
1652
1706
|
*
|
|
@@ -1672,14 +1726,13 @@ export function useGetLibrariesLazyQuery(baseOptions) {
|
|
|
1672
1726
|
}
|
|
1673
1727
|
export const GetLibraryByIdDocument = gql `
|
|
1674
1728
|
query GET_LIBRARY_BY_ID($id: [ID!]) {
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
}
|
|
1679
|
-
}
|
|
1729
|
+
libraries(filters: {id: $id}) {
|
|
1730
|
+
list {
|
|
1731
|
+
...LibraryDetails
|
|
1680
1732
|
}
|
|
1681
|
-
|
|
1682
|
-
|
|
1733
|
+
}
|
|
1734
|
+
}
|
|
1735
|
+
${LibraryDetailsFragmentDoc}`;
|
|
1683
1736
|
/**
|
|
1684
1737
|
* __useGetLibraryByIdQuery__
|
|
1685
1738
|
*
|
|
@@ -1706,19 +1759,19 @@ export function useGetLibraryByIdLazyQuery(baseOptions) {
|
|
|
1706
1759
|
}
|
|
1707
1760
|
export const GetLibraryPermissionsDocument = gql `
|
|
1708
1761
|
query GET_LIBRARY_PERMISSIONS($libraryId: [ID!]) {
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
`;
|
|
1762
|
+
libraries(filters: {id: $libraryId}) {
|
|
1763
|
+
list {
|
|
1764
|
+
permissions {
|
|
1765
|
+
access_library
|
|
1766
|
+
access_record
|
|
1767
|
+
create_record
|
|
1768
|
+
edit_record
|
|
1769
|
+
delete_record
|
|
1770
|
+
}
|
|
1771
|
+
}
|
|
1772
|
+
}
|
|
1773
|
+
}
|
|
1774
|
+
`;
|
|
1722
1775
|
/**
|
|
1723
1776
|
* __useGetLibraryPermissionsQuery__
|
|
1724
1777
|
*
|
|
@@ -1745,28 +1798,28 @@ export function useGetLibraryPermissionsLazyQuery(baseOptions) {
|
|
|
1745
1798
|
}
|
|
1746
1799
|
export const GetLibraryPreviewsSettingsDocument = gql `
|
|
1747
1800
|
query GET_LIBRARY_PREVIEWS_SETTINGS($id: ID!) {
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
}
|
|
1765
|
-
}
|
|
1766
|
-
}
|
|
1801
|
+
libraries(filters: {id: [$id]}) {
|
|
1802
|
+
list {
|
|
1803
|
+
id
|
|
1804
|
+
label
|
|
1805
|
+
behavior
|
|
1806
|
+
previewsSettings {
|
|
1807
|
+
description
|
|
1808
|
+
label
|
|
1809
|
+
system
|
|
1810
|
+
versions {
|
|
1811
|
+
background
|
|
1812
|
+
density
|
|
1813
|
+
sizes {
|
|
1814
|
+
name
|
|
1815
|
+
size
|
|
1816
|
+
}
|
|
1767
1817
|
}
|
|
1818
|
+
}
|
|
1768
1819
|
}
|
|
1769
|
-
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1822
|
+
`;
|
|
1770
1823
|
/**
|
|
1771
1824
|
* __useGetLibraryPreviewsSettingsQuery__
|
|
1772
1825
|
*
|
|
@@ -1793,12 +1846,11 @@ export function useGetLibraryPreviewsSettingsLazyQuery(baseOptions) {
|
|
|
1793
1846
|
}
|
|
1794
1847
|
export const SaveLibraryDocument = gql `
|
|
1795
1848
|
mutation saveLibrary($library: LibraryInput!) {
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
${LibraryDetailsFragmentDoc}
|
|
1801
|
-
`;
|
|
1849
|
+
saveLibrary(library: $library) {
|
|
1850
|
+
...LibraryDetails
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
${LibraryDetailsFragmentDoc}`;
|
|
1802
1854
|
/**
|
|
1803
1855
|
* __useSaveLibraryMutation__
|
|
1804
1856
|
*
|
|
@@ -1821,18 +1873,13 @@ export function useSaveLibraryMutation(baseOptions) {
|
|
|
1821
1873
|
return Apollo.useMutation(SaveLibraryDocument, options);
|
|
1822
1874
|
}
|
|
1823
1875
|
export const IsAllowedDocument = gql `
|
|
1824
|
-
query IS_ALLOWED(
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
name
|
|
1832
|
-
allowed
|
|
1833
|
-
}
|
|
1834
|
-
}
|
|
1835
|
-
`;
|
|
1876
|
+
query IS_ALLOWED($type: PermissionTypes!, $actions: [PermissionsActions!]!, $applyTo: ID, $target: PermissionTarget) {
|
|
1877
|
+
isAllowed(type: $type, actions: $actions, applyTo: $applyTo, target: $target) {
|
|
1878
|
+
name
|
|
1879
|
+
allowed
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
`;
|
|
1836
1883
|
/**
|
|
1837
1884
|
* __useIsAllowedQuery__
|
|
1838
1885
|
*
|
|
@@ -1862,21 +1909,19 @@ export function useIsAllowedLazyQuery(baseOptions) {
|
|
|
1862
1909
|
}
|
|
1863
1910
|
export const CreateRecordDocument = gql `
|
|
1864
1911
|
mutation CREATE_RECORD($library: ID!, $data: CreateRecordDataInput) {
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
}
|
|
1869
|
-
valuesErrors {
|
|
1870
|
-
attributeId
|
|
1871
|
-
id_value
|
|
1872
|
-
input
|
|
1873
|
-
message
|
|
1874
|
-
type
|
|
1875
|
-
}
|
|
1876
|
-
}
|
|
1912
|
+
createRecord(library: $library, data: $data) {
|
|
1913
|
+
record {
|
|
1914
|
+
...RecordIdentity
|
|
1877
1915
|
}
|
|
1878
|
-
|
|
1879
|
-
|
|
1916
|
+
valuesErrors {
|
|
1917
|
+
type
|
|
1918
|
+
attribute
|
|
1919
|
+
input
|
|
1920
|
+
message
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
}
|
|
1924
|
+
${RecordIdentityFragmentDoc}`;
|
|
1880
1925
|
/**
|
|
1881
1926
|
* __useCreateRecordMutation__
|
|
1882
1927
|
*
|
|
@@ -1901,13 +1946,16 @@ export function useCreateRecordMutation(baseOptions) {
|
|
|
1901
1946
|
}
|
|
1902
1947
|
export const DeactivateRecordsDocument = gql `
|
|
1903
1948
|
mutation DEACTIVATE_RECORDS($libraryId: String!, $recordsIds: [String!], $filters: [RecordFilterInput!]) {
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1949
|
+
deactivateRecords(
|
|
1950
|
+
recordsIds: $recordsIds
|
|
1951
|
+
filters: $filters
|
|
1952
|
+
libraryId: $libraryId
|
|
1953
|
+
) {
|
|
1954
|
+
id
|
|
1955
|
+
...RecordIdentity
|
|
1956
|
+
}
|
|
1957
|
+
}
|
|
1958
|
+
${RecordIdentityFragmentDoc}`;
|
|
1911
1959
|
/**
|
|
1912
1960
|
* __useDeactivateRecordsMutation__
|
|
1913
1961
|
*
|
|
@@ -1933,9 +1981,13 @@ export function useDeactivateRecordsMutation(baseOptions) {
|
|
|
1933
1981
|
}
|
|
1934
1982
|
export const DoesFileExistAsChildDocument = gql `
|
|
1935
1983
|
query DOES_FILE_EXIST_AS_CHILD($parentNode: ID, $treeId: ID!, $filename: String!) {
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1984
|
+
doesFileExistAsChild(
|
|
1985
|
+
parentNode: $parentNode
|
|
1986
|
+
treeId: $treeId
|
|
1987
|
+
filename: $filename
|
|
1988
|
+
)
|
|
1989
|
+
}
|
|
1990
|
+
`;
|
|
1939
1991
|
/**
|
|
1940
1992
|
* __useDoesFileExistAsChildQuery__
|
|
1941
1993
|
*
|
|
@@ -1964,56 +2016,58 @@ export function useDoesFileExistAsChildLazyQuery(baseOptions) {
|
|
|
1964
2016
|
}
|
|
1965
2017
|
export const GetFileDataDocument = gql `
|
|
1966
2018
|
query GET_FILE_DATA($library: ID!, $fileId: String!, $previewsStatusAttribute: ID!) {
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
... on Value {
|
|
2006
|
-
value
|
|
2007
|
-
}
|
|
2008
|
-
}
|
|
2009
|
-
library {
|
|
2010
|
-
behavior
|
|
2011
|
-
}
|
|
2012
|
-
}
|
|
2019
|
+
records(
|
|
2020
|
+
library: $library
|
|
2021
|
+
filters: [{field: "id", value: $fileId, condition: EQUAL}]
|
|
2022
|
+
) {
|
|
2023
|
+
list {
|
|
2024
|
+
...RecordIdentity
|
|
2025
|
+
created_at: property(attribute: "created_at") {
|
|
2026
|
+
... on Value {
|
|
2027
|
+
value
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
2030
|
+
created_by: property(attribute: "created_by") {
|
|
2031
|
+
... on LinkValue {
|
|
2032
|
+
value {
|
|
2033
|
+
...RecordIdentity
|
|
2034
|
+
}
|
|
2035
|
+
}
|
|
2036
|
+
}
|
|
2037
|
+
modified_at: property(attribute: "modified_at") {
|
|
2038
|
+
... on Value {
|
|
2039
|
+
value
|
|
2040
|
+
}
|
|
2041
|
+
}
|
|
2042
|
+
modified_by: property(attribute: "modified_by") {
|
|
2043
|
+
... on LinkValue {
|
|
2044
|
+
value {
|
|
2045
|
+
...RecordIdentity
|
|
2046
|
+
}
|
|
2047
|
+
}
|
|
2048
|
+
}
|
|
2049
|
+
file_name: property(attribute: "file_name") {
|
|
2050
|
+
... on Value {
|
|
2051
|
+
value
|
|
2052
|
+
}
|
|
2053
|
+
}
|
|
2054
|
+
file_path: property(attribute: "file_path") {
|
|
2055
|
+
... on Value {
|
|
2056
|
+
value
|
|
2013
2057
|
}
|
|
2058
|
+
}
|
|
2059
|
+
previews_status: property(attribute: $previewsStatusAttribute) {
|
|
2060
|
+
... on Value {
|
|
2061
|
+
value
|
|
2062
|
+
}
|
|
2063
|
+
}
|
|
2064
|
+
library {
|
|
2065
|
+
behavior
|
|
2066
|
+
}
|
|
2014
2067
|
}
|
|
2015
|
-
|
|
2016
|
-
|
|
2068
|
+
}
|
|
2069
|
+
}
|
|
2070
|
+
${RecordIdentityFragmentDoc}`;
|
|
2017
2071
|
/**
|
|
2018
2072
|
* __useGetFileDataQuery__
|
|
2019
2073
|
*
|
|
@@ -2042,22 +2096,26 @@ export function useGetFileDataLazyQuery(baseOptions) {
|
|
|
2042
2096
|
}
|
|
2043
2097
|
export const RecordFormDocument = gql `
|
|
2044
2098
|
query RECORD_FORM($libraryId: String!, $formId: String!, $recordId: String, $version: [ValueVersionInput!]) {
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
|
|
2099
|
+
recordForm(
|
|
2100
|
+
recordId: $recordId
|
|
2101
|
+
libraryId: $libraryId
|
|
2102
|
+
formId: $formId
|
|
2103
|
+
version: $version
|
|
2104
|
+
) {
|
|
2105
|
+
id
|
|
2106
|
+
recordId
|
|
2107
|
+
library {
|
|
2108
|
+
id
|
|
2109
|
+
}
|
|
2110
|
+
dependencyAttributes {
|
|
2111
|
+
id
|
|
2112
|
+
}
|
|
2113
|
+
elements {
|
|
2114
|
+
...RecordFormElement
|
|
2115
|
+
}
|
|
2116
|
+
}
|
|
2117
|
+
}
|
|
2118
|
+
${RecordFormElementFragmentDoc}`;
|
|
2061
2119
|
/**
|
|
2062
2120
|
* __useRecordFormQuery__
|
|
2063
2121
|
*
|
|
@@ -2087,28 +2145,27 @@ export function useRecordFormLazyQuery(baseOptions) {
|
|
|
2087
2145
|
}
|
|
2088
2146
|
export const RecordUpdateDocument = gql `
|
|
2089
2147
|
subscription RECORD_UPDATE($filters: RecordUpdateFilterInput) {
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
}
|
|
2099
|
-
}
|
|
2100
|
-
}
|
|
2101
|
-
updatedValues {
|
|
2102
|
-
attribute
|
|
2103
|
-
value {
|
|
2104
|
-
...ValueDetails
|
|
2105
|
-
}
|
|
2106
|
-
}
|
|
2148
|
+
recordUpdate(filters: $filters) {
|
|
2149
|
+
record {
|
|
2150
|
+
...RecordIdentity
|
|
2151
|
+
modified_by: property(attribute: "modified_by") {
|
|
2152
|
+
... on LinkValue {
|
|
2153
|
+
value {
|
|
2154
|
+
...RecordIdentity
|
|
2155
|
+
}
|
|
2107
2156
|
}
|
|
2157
|
+
}
|
|
2158
|
+
}
|
|
2159
|
+
updatedValues {
|
|
2160
|
+
attribute
|
|
2161
|
+
value {
|
|
2162
|
+
...ValueDetails
|
|
2163
|
+
}
|
|
2108
2164
|
}
|
|
2165
|
+
}
|
|
2166
|
+
}
|
|
2109
2167
|
${RecordIdentityFragmentDoc}
|
|
2110
|
-
|
|
2111
|
-
`;
|
|
2168
|
+
${ValueDetailsFragmentDoc}`;
|
|
2112
2169
|
/**
|
|
2113
2170
|
* __useRecordUpdateSubscription__
|
|
2114
2171
|
*
|
|
@@ -2131,9 +2188,9 @@ export function useRecordUpdateSubscription(baseOptions) {
|
|
|
2131
2188
|
}
|
|
2132
2189
|
export const IndexRecordsDocument = gql `
|
|
2133
2190
|
mutation INDEX_RECORDS($libraryId: String!, $records: [String!]) {
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
`;
|
|
2191
|
+
indexRecords(libraryId: $libraryId, records: $records)
|
|
2192
|
+
}
|
|
2193
|
+
`;
|
|
2137
2194
|
/**
|
|
2138
2195
|
* __useIndexRecordsMutation__
|
|
2139
2196
|
*
|
|
@@ -2158,9 +2215,9 @@ export function useIndexRecordsMutation(baseOptions) {
|
|
|
2158
2215
|
}
|
|
2159
2216
|
export const CancelTaskDocument = gql `
|
|
2160
2217
|
mutation CANCEL_TASK($taskId: ID!) {
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
`;
|
|
2218
|
+
cancelTask(taskId: $taskId)
|
|
2219
|
+
}
|
|
2220
|
+
`;
|
|
2164
2221
|
/**
|
|
2165
2222
|
* __useCancelTaskMutation__
|
|
2166
2223
|
*
|
|
@@ -2184,11 +2241,11 @@ export function useCancelTaskMutation(baseOptions) {
|
|
|
2184
2241
|
}
|
|
2185
2242
|
export const CheckTreeExistenceDocument = gql `
|
|
2186
2243
|
query CHECK_TREE_EXISTENCE($id: [ID!]) {
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
`;
|
|
2244
|
+
trees(filters: {id: $id}) {
|
|
2245
|
+
totalCount
|
|
2246
|
+
}
|
|
2247
|
+
}
|
|
2248
|
+
`;
|
|
2192
2249
|
/**
|
|
2193
2250
|
* __useCheckTreeExistenceQuery__
|
|
2194
2251
|
*
|
|
@@ -2215,11 +2272,11 @@ export function useCheckTreeExistenceLazyQuery(baseOptions) {
|
|
|
2215
2272
|
}
|
|
2216
2273
|
export const DeleteTreeDocument = gql `
|
|
2217
2274
|
mutation DELETE_TREE($id: ID!) {
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
`;
|
|
2275
|
+
deleteTree(id: $id) {
|
|
2276
|
+
id
|
|
2277
|
+
}
|
|
2278
|
+
}
|
|
2279
|
+
`;
|
|
2223
2280
|
/**
|
|
2224
2281
|
* __useDeleteTreeMutation__
|
|
2225
2282
|
*
|
|
@@ -2243,14 +2300,13 @@ export function useDeleteTreeMutation(baseOptions) {
|
|
|
2243
2300
|
}
|
|
2244
2301
|
export const GetTreeByIdDocument = gql `
|
|
2245
2302
|
query GET_TREE_BY_ID($id: [ID!]) {
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
}
|
|
2250
|
-
}
|
|
2303
|
+
trees(filters: {id: $id}) {
|
|
2304
|
+
list {
|
|
2305
|
+
...TreeDetails
|
|
2251
2306
|
}
|
|
2252
|
-
|
|
2253
|
-
|
|
2307
|
+
}
|
|
2308
|
+
}
|
|
2309
|
+
${TreeDetailsFragmentDoc}`;
|
|
2254
2310
|
/**
|
|
2255
2311
|
* __useGetTreeByIdQuery__
|
|
2256
2312
|
*
|
|
@@ -2277,29 +2333,29 @@ export function useGetTreeByIdLazyQuery(baseOptions) {
|
|
|
2277
2333
|
}
|
|
2278
2334
|
export const GetTreeLibrariesDocument = gql `
|
|
2279
2335
|
query GET_TREE_LIBRARIES($treeId: [ID!], $library: String) {
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
}
|
|
2298
|
-
}
|
|
2299
|
-
}
|
|
2336
|
+
trees(filters: {id: $treeId, library: $library}) {
|
|
2337
|
+
totalCount
|
|
2338
|
+
list {
|
|
2339
|
+
id
|
|
2340
|
+
behavior
|
|
2341
|
+
system
|
|
2342
|
+
libraries {
|
|
2343
|
+
library {
|
|
2344
|
+
id
|
|
2345
|
+
label
|
|
2346
|
+
behavior
|
|
2347
|
+
system
|
|
2348
|
+
}
|
|
2349
|
+
settings {
|
|
2350
|
+
allowMultiplePositions
|
|
2351
|
+
allowedChildren
|
|
2352
|
+
allowedAtRoot
|
|
2300
2353
|
}
|
|
2354
|
+
}
|
|
2301
2355
|
}
|
|
2302
|
-
|
|
2356
|
+
}
|
|
2357
|
+
}
|
|
2358
|
+
`;
|
|
2303
2359
|
/**
|
|
2304
2360
|
* __useGetTreeLibrariesQuery__
|
|
2305
2361
|
*
|
|
@@ -2327,14 +2383,13 @@ export function useGetTreeLibrariesLazyQuery(baseOptions) {
|
|
|
2327
2383
|
}
|
|
2328
2384
|
export const GetTreesDocument = gql `
|
|
2329
2385
|
query GET_TREES {
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
}
|
|
2334
|
-
}
|
|
2386
|
+
trees {
|
|
2387
|
+
list {
|
|
2388
|
+
...TreeLight
|
|
2335
2389
|
}
|
|
2336
|
-
|
|
2337
|
-
|
|
2390
|
+
}
|
|
2391
|
+
}
|
|
2392
|
+
${TreeLightFragmentDoc}`;
|
|
2338
2393
|
/**
|
|
2339
2394
|
* __useGetTreesQuery__
|
|
2340
2395
|
*
|
|
@@ -2360,12 +2415,11 @@ export function useGetTreesLazyQuery(baseOptions) {
|
|
|
2360
2415
|
}
|
|
2361
2416
|
export const SaveTreeDocument = gql `
|
|
2362
2417
|
mutation SAVE_TREE($tree: TreeInput!) {
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
${TreeDetailsFragmentDoc}
|
|
2368
|
-
`;
|
|
2418
|
+
saveTree(tree: $tree) {
|
|
2419
|
+
...TreeDetails
|
|
2420
|
+
}
|
|
2421
|
+
}
|
|
2422
|
+
${TreeDetailsFragmentDoc}`;
|
|
2369
2423
|
/**
|
|
2370
2424
|
* __useSaveTreeMutation__
|
|
2371
2425
|
*
|
|
@@ -2389,15 +2443,14 @@ export function useSaveTreeMutation(baseOptions) {
|
|
|
2389
2443
|
}
|
|
2390
2444
|
export const TreeNodeChildrenDocument = gql `
|
|
2391
2445
|
query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination) {
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
}
|
|
2397
|
-
}
|
|
2446
|
+
treeNodeChildren(treeId: $treeId, node: $node, pagination: $pagination) {
|
|
2447
|
+
totalCount
|
|
2448
|
+
list {
|
|
2449
|
+
...TreeNodeChild
|
|
2398
2450
|
}
|
|
2399
|
-
|
|
2400
|
-
|
|
2451
|
+
}
|
|
2452
|
+
}
|
|
2453
|
+
${TreeNodeChildFragmentDoc}`;
|
|
2401
2454
|
/**
|
|
2402
2455
|
* __useTreeNodeChildrenQuery__
|
|
2403
2456
|
*
|
|
@@ -2426,12 +2479,12 @@ export function useTreeNodeChildrenLazyQuery(baseOptions) {
|
|
|
2426
2479
|
}
|
|
2427
2480
|
export const GetUserDataDocument = gql `
|
|
2428
2481
|
query GET_USER_DATA($keys: [String!]!, $global: Boolean) {
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
`;
|
|
2482
|
+
userData(keys: $keys, global: $global) {
|
|
2483
|
+
global
|
|
2484
|
+
data
|
|
2485
|
+
}
|
|
2486
|
+
}
|
|
2487
|
+
`;
|
|
2435
2488
|
/**
|
|
2436
2489
|
* __useGetUserDataQuery__
|
|
2437
2490
|
*
|
|
@@ -2459,12 +2512,12 @@ export function useGetUserDataLazyQuery(baseOptions) {
|
|
|
2459
2512
|
}
|
|
2460
2513
|
export const SaveUserDataDocument = gql `
|
|
2461
2514
|
mutation SAVE_USER_DATA($key: String!, $value: Any, $global: Boolean!) {
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
`;
|
|
2515
|
+
saveUserData(key: $key, value: $value, global: $global) {
|
|
2516
|
+
global
|
|
2517
|
+
data
|
|
2518
|
+
}
|
|
2519
|
+
}
|
|
2520
|
+
`;
|
|
2468
2521
|
/**
|
|
2469
2522
|
* __useSaveUserDataMutation__
|
|
2470
2523
|
*
|
|
@@ -2490,12 +2543,16 @@ export function useSaveUserDataMutation(baseOptions) {
|
|
|
2490
2543
|
}
|
|
2491
2544
|
export const DeleteValueDocument = gql `
|
|
2492
2545
|
mutation DELETE_VALUE($library: ID!, $recordId: ID!, $attribute: ID!, $value: ValueInput) {
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
$
|
|
2498
|
-
|
|
2546
|
+
deleteValue(
|
|
2547
|
+
library: $library
|
|
2548
|
+
recordId: $recordId
|
|
2549
|
+
attribute: $attribute
|
|
2550
|
+
value: $value
|
|
2551
|
+
) {
|
|
2552
|
+
...ValueDetails
|
|
2553
|
+
}
|
|
2554
|
+
}
|
|
2555
|
+
${ValueDetailsFragmentDoc}`;
|
|
2499
2556
|
/**
|
|
2500
2557
|
* __useDeleteValueMutation__
|
|
2501
2558
|
*
|
|
@@ -2522,12 +2579,15 @@ export function useDeleteValueMutation(baseOptions) {
|
|
|
2522
2579
|
}
|
|
2523
2580
|
export const RunActionsListAndFormatOnValueDocument = gql `
|
|
2524
2581
|
query RUN_ACTIONS_LIST_AND_FORMAT_ON_VALUE($library: ID!, $value: ValueBatchInput, $version: [ValueVersionInput]) {
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2582
|
+
runActionsListAndFormatOnValue(
|
|
2583
|
+
library: $library
|
|
2584
|
+
value: $value
|
|
2585
|
+
version: $version
|
|
2586
|
+
) {
|
|
2587
|
+
...ValueDetails
|
|
2588
|
+
}
|
|
2589
|
+
}
|
|
2590
|
+
${ValueDetailsFragmentDoc}`;
|
|
2531
2591
|
/**
|
|
2532
2592
|
* __useRunActionsListAndFormatOnValueQuery__
|
|
2533
2593
|
*
|
|
@@ -2555,33 +2615,26 @@ export function useRunActionsListAndFormatOnValueLazyQuery(baseOptions) {
|
|
|
2555
2615
|
return Apollo.useLazyQuery(RunActionsListAndFormatOnValueDocument, options);
|
|
2556
2616
|
}
|
|
2557
2617
|
export const SaveValueBatchDocument = gql `
|
|
2558
|
-
mutation SAVE_VALUE_BATCH(
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
input
|
|
2579
|
-
message
|
|
2580
|
-
}
|
|
2581
|
-
}
|
|
2582
|
-
}
|
|
2583
|
-
${ValueDetailsFragmentDoc}
|
|
2584
|
-
`;
|
|
2618
|
+
mutation SAVE_VALUE_BATCH($library: ID!, $recordId: ID!, $version: [ValueVersionInput!], $values: [ValueBatchInput!]!, $deleteEmpty: Boolean) {
|
|
2619
|
+
saveValueBatch(
|
|
2620
|
+
library: $library
|
|
2621
|
+
recordId: $recordId
|
|
2622
|
+
version: $version
|
|
2623
|
+
values: $values
|
|
2624
|
+
deleteEmpty: $deleteEmpty
|
|
2625
|
+
) {
|
|
2626
|
+
values {
|
|
2627
|
+
...ValueDetails
|
|
2628
|
+
}
|
|
2629
|
+
errors {
|
|
2630
|
+
type
|
|
2631
|
+
attribute
|
|
2632
|
+
input
|
|
2633
|
+
message
|
|
2634
|
+
}
|
|
2635
|
+
}
|
|
2636
|
+
}
|
|
2637
|
+
${ValueDetailsFragmentDoc}`;
|
|
2585
2638
|
/**
|
|
2586
2639
|
* __useSaveValueBatchMutation__
|
|
2587
2640
|
*
|
|
@@ -2609,12 +2662,12 @@ export function useSaveValueBatchMutation(baseOptions) {
|
|
|
2609
2662
|
}
|
|
2610
2663
|
export const DeleteViewDocument = gql `
|
|
2611
2664
|
mutation DELETE_VIEW($viewId: String!) {
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
`;
|
|
2665
|
+
deleteView(viewId: $viewId) {
|
|
2666
|
+
id
|
|
2667
|
+
library
|
|
2668
|
+
}
|
|
2669
|
+
}
|
|
2670
|
+
`;
|
|
2618
2671
|
/**
|
|
2619
2672
|
* __useDeleteViewMutation__
|
|
2620
2673
|
*
|
|
@@ -2638,12 +2691,11 @@ export function useDeleteViewMutation(baseOptions) {
|
|
|
2638
2691
|
}
|
|
2639
2692
|
export const GetViewDocument = gql `
|
|
2640
2693
|
query GET_VIEW($viewId: String!) {
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
${ViewDetailsFragmentDoc}
|
|
2646
|
-
`;
|
|
2694
|
+
view(viewId: $viewId) {
|
|
2695
|
+
...ViewDetails
|
|
2696
|
+
}
|
|
2697
|
+
}
|
|
2698
|
+
${ViewDetailsFragmentDoc}`;
|
|
2647
2699
|
/**
|
|
2648
2700
|
* __useGetViewQuery__
|
|
2649
2701
|
*
|
|
@@ -2670,15 +2722,14 @@ export function useGetViewLazyQuery(baseOptions) {
|
|
|
2670
2722
|
}
|
|
2671
2723
|
export const GetViewsListDocument = gql `
|
|
2672
2724
|
query GET_VIEWS_LIST($libraryId: String!) {
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
}
|
|
2678
|
-
}
|
|
2725
|
+
views(library: $libraryId) {
|
|
2726
|
+
totalCount
|
|
2727
|
+
list {
|
|
2728
|
+
...ViewDetails
|
|
2679
2729
|
}
|
|
2680
|
-
|
|
2681
|
-
|
|
2730
|
+
}
|
|
2731
|
+
}
|
|
2732
|
+
${ViewDetailsFragmentDoc}`;
|
|
2682
2733
|
/**
|
|
2683
2734
|
* __useGetViewsListQuery__
|
|
2684
2735
|
*
|
|
@@ -2703,76 +2754,346 @@ export function useGetViewsListLazyQuery(baseOptions) {
|
|
|
2703
2754
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2704
2755
|
return Apollo.useLazyQuery(GetViewsListDocument, options);
|
|
2705
2756
|
}
|
|
2706
|
-
export const
|
|
2707
|
-
mutation
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
${ViewDetailsFragmentDoc}
|
|
2713
|
-
`;
|
|
2757
|
+
export const SaveViewDocument = gql `
|
|
2758
|
+
mutation SAVE_VIEW($view: ViewInput!) {
|
|
2759
|
+
saveView(view: $view) {
|
|
2760
|
+
...ViewDetails
|
|
2761
|
+
}
|
|
2762
|
+
}
|
|
2763
|
+
${ViewDetailsFragmentDoc}`;
|
|
2714
2764
|
/**
|
|
2715
|
-
*
|
|
2765
|
+
* __useSaveViewMutation__
|
|
2716
2766
|
*
|
|
2717
|
-
* To run a mutation, you first call `
|
|
2718
|
-
* When your component renders, `
|
|
2767
|
+
* To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
|
|
2768
|
+
* When your component renders, `useSaveViewMutation` returns a tuple that includes:
|
|
2719
2769
|
* - A mutate function that you can call at any time to execute the mutation
|
|
2720
2770
|
* - An object with fields that represent the current status of the mutation's execution
|
|
2721
2771
|
*
|
|
2722
2772
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
2723
2773
|
*
|
|
2724
2774
|
* @example
|
|
2725
|
-
* const [
|
|
2775
|
+
* const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
|
|
2726
2776
|
* variables: {
|
|
2727
2777
|
* view: // value for 'view'
|
|
2728
2778
|
* },
|
|
2729
2779
|
* });
|
|
2730
2780
|
*/
|
|
2731
|
-
export function
|
|
2732
|
-
const options = { ...defaultOptions, ...baseOptions };
|
|
2733
|
-
return Apollo.useMutation(
|
|
2734
|
-
}
|
|
2735
|
-
export const
|
|
2736
|
-
query
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2781
|
+
export function useSaveViewMutation(baseOptions) {
|
|
2782
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2783
|
+
return Apollo.useMutation(SaveViewDocument, options);
|
|
2784
|
+
}
|
|
2785
|
+
export const ExplorerAttributesDocument = gql `
|
|
2786
|
+
query ExplorerAttributes($ids: [ID!]) {
|
|
2787
|
+
attributes(filters: {ids: $ids}) {
|
|
2788
|
+
list {
|
|
2789
|
+
id
|
|
2790
|
+
type
|
|
2791
|
+
format
|
|
2792
|
+
label
|
|
2793
|
+
...LinkAttributeDetails
|
|
2794
|
+
}
|
|
2795
|
+
}
|
|
2796
|
+
}
|
|
2797
|
+
${LinkAttributeDetailsFragmentDoc}`;
|
|
2798
|
+
/**
|
|
2799
|
+
* __useExplorerAttributesQuery__
|
|
2800
|
+
*
|
|
2801
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
2802
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2803
|
+
* you can use to render your UI.
|
|
2804
|
+
*
|
|
2805
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2806
|
+
*
|
|
2807
|
+
* @example
|
|
2808
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
2809
|
+
* variables: {
|
|
2810
|
+
* ids: // value for 'ids'
|
|
2811
|
+
* },
|
|
2812
|
+
* });
|
|
2813
|
+
*/
|
|
2814
|
+
export function useExplorerAttributesQuery(baseOptions) {
|
|
2815
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2816
|
+
return Apollo.useQuery(ExplorerAttributesDocument, options);
|
|
2817
|
+
}
|
|
2818
|
+
export function useExplorerAttributesLazyQuery(baseOptions) {
|
|
2819
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2820
|
+
return Apollo.useLazyQuery(ExplorerAttributesDocument, options);
|
|
2821
|
+
}
|
|
2822
|
+
export const ExplorerLinkAttributeDocument = gql `
|
|
2823
|
+
query ExplorerLinkAttribute($id: ID!) {
|
|
2824
|
+
attributes(filters: {ids: [$id]}) {
|
|
2825
|
+
list {
|
|
2826
|
+
id
|
|
2827
|
+
multiple_values
|
|
2828
|
+
...LinkAttributeDetails
|
|
2829
|
+
}
|
|
2830
|
+
}
|
|
2831
|
+
}
|
|
2832
|
+
${LinkAttributeDetailsFragmentDoc}`;
|
|
2833
|
+
/**
|
|
2834
|
+
* __useExplorerLinkAttributeQuery__
|
|
2835
|
+
*
|
|
2836
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
2837
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2838
|
+
* you can use to render your UI.
|
|
2839
|
+
*
|
|
2840
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2841
|
+
*
|
|
2842
|
+
* @example
|
|
2843
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
2844
|
+
* variables: {
|
|
2845
|
+
* id: // value for 'id'
|
|
2846
|
+
* },
|
|
2847
|
+
* });
|
|
2848
|
+
*/
|
|
2849
|
+
export function useExplorerLinkAttributeQuery(baseOptions) {
|
|
2850
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2851
|
+
return Apollo.useQuery(ExplorerLinkAttributeDocument, options);
|
|
2852
|
+
}
|
|
2853
|
+
export function useExplorerLinkAttributeLazyQuery(baseOptions) {
|
|
2854
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2855
|
+
return Apollo.useLazyQuery(ExplorerLinkAttributeDocument, options);
|
|
2856
|
+
}
|
|
2857
|
+
export const ExplorerLibraryDataDocument = gql `
|
|
2858
|
+
query ExplorerLibraryData($libraryId: ID!, $attributeIds: [ID!]!, $pagination: RecordsPagination, $filters: [RecordFilterInput], $multipleSort: [RecordSortInput!], $searchQuery: String) {
|
|
2859
|
+
records(
|
|
2860
|
+
library: $libraryId
|
|
2861
|
+
filters: $filters
|
|
2862
|
+
pagination: $pagination
|
|
2863
|
+
multipleSort: $multipleSort
|
|
2864
|
+
searchQuery: $searchQuery
|
|
2865
|
+
) {
|
|
2866
|
+
totalCount
|
|
2867
|
+
list {
|
|
2868
|
+
...RecordIdentity
|
|
2869
|
+
properties(attributeIds: $attributeIds) {
|
|
2870
|
+
attributeId
|
|
2871
|
+
attributeProperties {
|
|
2872
|
+
...AttributeProperties
|
|
2747
2873
|
}
|
|
2874
|
+
values {
|
|
2875
|
+
...PropertyValue
|
|
2876
|
+
}
|
|
2877
|
+
}
|
|
2748
2878
|
}
|
|
2879
|
+
}
|
|
2880
|
+
}
|
|
2749
2881
|
${RecordIdentityFragmentDoc}
|
|
2750
|
-
|
|
2751
|
-
`;
|
|
2882
|
+
${AttributePropertiesFragmentDoc}
|
|
2883
|
+
${PropertyValueFragmentDoc}`;
|
|
2752
2884
|
/**
|
|
2753
|
-
*
|
|
2885
|
+
* __useExplorerLibraryDataQuery__
|
|
2754
2886
|
*
|
|
2755
|
-
* To run a query within a React component, call `
|
|
2756
|
-
* When your component renders, `
|
|
2887
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
2888
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2757
2889
|
* you can use to render your UI.
|
|
2758
2890
|
*
|
|
2759
2891
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2760
2892
|
*
|
|
2761
2893
|
* @example
|
|
2762
|
-
* const { data, loading, error } =
|
|
2894
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
2763
2895
|
* variables: {
|
|
2764
2896
|
* libraryId: // value for 'libraryId'
|
|
2765
2897
|
* attributeIds: // value for 'attributeIds'
|
|
2898
|
+
* pagination: // value for 'pagination'
|
|
2766
2899
|
* filters: // value for 'filters'
|
|
2900
|
+
* multipleSort: // value for 'multipleSort'
|
|
2901
|
+
* searchQuery: // value for 'searchQuery'
|
|
2902
|
+
* },
|
|
2903
|
+
* });
|
|
2904
|
+
*/
|
|
2905
|
+
export function useExplorerLibraryDataQuery(baseOptions) {
|
|
2906
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2907
|
+
return Apollo.useQuery(ExplorerLibraryDataDocument, options);
|
|
2908
|
+
}
|
|
2909
|
+
export function useExplorerLibraryDataLazyQuery(baseOptions) {
|
|
2910
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2911
|
+
return Apollo.useLazyQuery(ExplorerLibraryDataDocument, options);
|
|
2912
|
+
}
|
|
2913
|
+
export const ExplorerLinkDataDocument = gql `
|
|
2914
|
+
query ExplorerLinkData($attributeIds: [ID!]!, $parentLibraryId: ID!, $parentRecordId: String, $linkAttributeId: ID!) {
|
|
2915
|
+
records(
|
|
2916
|
+
library: $parentLibraryId
|
|
2917
|
+
filters: [{field: "id", condition: EQUAL, value: $parentRecordId}]
|
|
2918
|
+
) {
|
|
2919
|
+
list {
|
|
2920
|
+
id
|
|
2921
|
+
whoAmI {
|
|
2922
|
+
id
|
|
2923
|
+
library {
|
|
2924
|
+
id
|
|
2925
|
+
}
|
|
2926
|
+
}
|
|
2927
|
+
property(attribute: $linkAttributeId) {
|
|
2928
|
+
...LinkProperty
|
|
2929
|
+
}
|
|
2930
|
+
}
|
|
2931
|
+
}
|
|
2932
|
+
}
|
|
2933
|
+
${LinkPropertyFragmentDoc}`;
|
|
2934
|
+
/**
|
|
2935
|
+
* __useExplorerLinkDataQuery__
|
|
2936
|
+
*
|
|
2937
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
2938
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2939
|
+
* you can use to render your UI.
|
|
2940
|
+
*
|
|
2941
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2942
|
+
*
|
|
2943
|
+
* @example
|
|
2944
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
2945
|
+
* variables: {
|
|
2946
|
+
* attributeIds: // value for 'attributeIds'
|
|
2947
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
2948
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
2949
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
2950
|
+
* },
|
|
2951
|
+
* });
|
|
2952
|
+
*/
|
|
2953
|
+
export function useExplorerLinkDataQuery(baseOptions) {
|
|
2954
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2955
|
+
return Apollo.useQuery(ExplorerLinkDataDocument, options);
|
|
2956
|
+
}
|
|
2957
|
+
export function useExplorerLinkDataLazyQuery(baseOptions) {
|
|
2958
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2959
|
+
return Apollo.useLazyQuery(ExplorerLinkDataDocument, options);
|
|
2960
|
+
}
|
|
2961
|
+
export const GetLibraryAttributesDocument = gql `
|
|
2962
|
+
query GetLibraryAttributes($libraryId: ID!) {
|
|
2963
|
+
libraries(filters: {id: [$libraryId]}) {
|
|
2964
|
+
list {
|
|
2965
|
+
id
|
|
2966
|
+
attributes {
|
|
2967
|
+
...LibraryAttribute
|
|
2968
|
+
}
|
|
2969
|
+
}
|
|
2970
|
+
}
|
|
2971
|
+
}
|
|
2972
|
+
${LibraryAttributeFragmentDoc}`;
|
|
2973
|
+
/**
|
|
2974
|
+
* __useGetLibraryAttributesQuery__
|
|
2975
|
+
*
|
|
2976
|
+
* To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
|
|
2977
|
+
* When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
2978
|
+
* you can use to render your UI.
|
|
2979
|
+
*
|
|
2980
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
2981
|
+
*
|
|
2982
|
+
* @example
|
|
2983
|
+
* const { data, loading, error } = useGetLibraryAttributesQuery({
|
|
2984
|
+
* variables: {
|
|
2985
|
+
* libraryId: // value for 'libraryId'
|
|
2986
|
+
* },
|
|
2987
|
+
* });
|
|
2988
|
+
*/
|
|
2989
|
+
export function useGetLibraryAttributesQuery(baseOptions) {
|
|
2990
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2991
|
+
return Apollo.useQuery(GetLibraryAttributesDocument, options);
|
|
2992
|
+
}
|
|
2993
|
+
export function useGetLibraryAttributesLazyQuery(baseOptions) {
|
|
2994
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
2995
|
+
return Apollo.useLazyQuery(GetLibraryAttributesDocument, options);
|
|
2996
|
+
}
|
|
2997
|
+
export const ExplorerLibraryDetailsDocument = gql `
|
|
2998
|
+
query ExplorerLibraryDetails($libraryId: ID!) {
|
|
2999
|
+
libraries(filters: {id: [$libraryId]}) {
|
|
3000
|
+
list {
|
|
3001
|
+
id
|
|
3002
|
+
label
|
|
3003
|
+
}
|
|
3004
|
+
}
|
|
3005
|
+
}
|
|
3006
|
+
`;
|
|
3007
|
+
/**
|
|
3008
|
+
* __useExplorerLibraryDetailsQuery__
|
|
3009
|
+
*
|
|
3010
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
3011
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3012
|
+
* you can use to render your UI.
|
|
3013
|
+
*
|
|
3014
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
3015
|
+
*
|
|
3016
|
+
* @example
|
|
3017
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
3018
|
+
* variables: {
|
|
3019
|
+
* libraryId: // value for 'libraryId'
|
|
3020
|
+
* },
|
|
3021
|
+
* });
|
|
3022
|
+
*/
|
|
3023
|
+
export function useExplorerLibraryDetailsQuery(baseOptions) {
|
|
3024
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3025
|
+
return Apollo.useQuery(ExplorerLibraryDetailsDocument, options);
|
|
3026
|
+
}
|
|
3027
|
+
export function useExplorerLibraryDetailsLazyQuery(baseOptions) {
|
|
3028
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3029
|
+
return Apollo.useLazyQuery(ExplorerLibraryDetailsDocument, options);
|
|
3030
|
+
}
|
|
3031
|
+
export const ExplorerSelectionIdsDocument = gql `
|
|
3032
|
+
query ExplorerSelectionIds($libraryId: ID!, $filters: [RecordFilterInput]) {
|
|
3033
|
+
records(library: $libraryId, filters: $filters) {
|
|
3034
|
+
list {
|
|
3035
|
+
id
|
|
3036
|
+
}
|
|
3037
|
+
}
|
|
3038
|
+
}
|
|
3039
|
+
`;
|
|
3040
|
+
/**
|
|
3041
|
+
* __useExplorerSelectionIdsQuery__
|
|
3042
|
+
*
|
|
3043
|
+
* To run a query within a React component, call `useExplorerSelectionIdsQuery` and pass it any options that fit your needs.
|
|
3044
|
+
* When your component renders, `useExplorerSelectionIdsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3045
|
+
* you can use to render your UI.
|
|
3046
|
+
*
|
|
3047
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
3048
|
+
*
|
|
3049
|
+
* @example
|
|
3050
|
+
* const { data, loading, error } = useExplorerSelectionIdsQuery({
|
|
3051
|
+
* variables: {
|
|
3052
|
+
* libraryId: // value for 'libraryId'
|
|
3053
|
+
* filters: // value for 'filters'
|
|
3054
|
+
* },
|
|
3055
|
+
* });
|
|
3056
|
+
*/
|
|
3057
|
+
export function useExplorerSelectionIdsQuery(baseOptions) {
|
|
3058
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3059
|
+
return Apollo.useQuery(ExplorerSelectionIdsDocument, options);
|
|
3060
|
+
}
|
|
3061
|
+
export function useExplorerSelectionIdsLazyQuery(baseOptions) {
|
|
3062
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3063
|
+
return Apollo.useLazyQuery(ExplorerSelectionIdsDocument, options);
|
|
3064
|
+
}
|
|
3065
|
+
export const TreeDataQueryDocument = gql `
|
|
3066
|
+
query TreeDataQuery($treeId: ID!) {
|
|
3067
|
+
trees(filters: {id: [$treeId]}) {
|
|
3068
|
+
list {
|
|
3069
|
+
id
|
|
3070
|
+
label
|
|
3071
|
+
}
|
|
3072
|
+
}
|
|
3073
|
+
}
|
|
3074
|
+
`;
|
|
3075
|
+
/**
|
|
3076
|
+
* __useTreeDataQueryQuery__
|
|
3077
|
+
*
|
|
3078
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
3079
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3080
|
+
* you can use to render your UI.
|
|
3081
|
+
*
|
|
3082
|
+
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
3083
|
+
*
|
|
3084
|
+
* @example
|
|
3085
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
3086
|
+
* variables: {
|
|
3087
|
+
* treeId: // value for 'treeId'
|
|
2767
3088
|
* },
|
|
2768
3089
|
* });
|
|
2769
3090
|
*/
|
|
2770
|
-
export function
|
|
3091
|
+
export function useTreeDataQueryQuery(baseOptions) {
|
|
2771
3092
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2772
|
-
return Apollo.useQuery(
|
|
3093
|
+
return Apollo.useQuery(TreeDataQueryDocument, options);
|
|
2773
3094
|
}
|
|
2774
|
-
export function
|
|
3095
|
+
export function useTreeDataQueryLazyQuery(baseOptions) {
|
|
2775
3096
|
const options = { ...defaultOptions, ...baseOptions };
|
|
2776
|
-
return Apollo.useLazyQuery(
|
|
3097
|
+
return Apollo.useLazyQuery(TreeDataQueryDocument, options);
|
|
2777
3098
|
}
|
|
2778
3099
|
//# sourceMappingURL=index.js.map
|