@leav/ui 1.8.0-c4bc6f9a → 1.9.0-0dfef3bb
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/_gqlTypes/index.d.ts +362 -173
- package/dist/_gqlTypes/index.js +204 -87
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/records/createRecordMutation.js +2 -2
- package/dist/_queries/records/createRecordMutation.js.map +1 -1
- package/dist/_utils/getFiltersFromRequest.js +5 -6
- package/dist/_utils/getFiltersFromRequest.js.map +1 -1
- package/dist/_utils/index.js +3 -4
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/typeguards.d.ts +5 -0
- package/dist/_utils/typeguards.js +6 -0
- package/dist/_utils/typeguards.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +2 -1
- package/dist/components/Explorer/Explorer.js +31 -13
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerToolbar.js +2 -1
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -1
- package/dist/components/Explorer/_queries/useExplorerCountData.d.ts +16 -0
- package/dist/components/Explorer/_queries/useExplorerCountData.js +26 -0
- package/dist/components/Explorer/_queries/useExplorerCountData.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.js +18 -20
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/actions-mass/ResultsCount.d.ts +10 -0
- package/dist/components/Explorer/actions-mass/ResultsCount.js +8 -0
- package/dist/components/Explorer/actions-mass/ResultsCount.js.map +1 -0
- package/dist/components/Explorer/actions-mass/edit-attribute/EditAttributeMassActionModal.js +1 -1
- package/dist/components/Explorer/actions-mass/edit-attribute/EditAttributeMassActionModal.js.map +1 -1
- package/dist/components/Explorer/actions-mass/edit-attribute/useCountValuesOccurrencesHook.d.ts +9 -2
- package/dist/components/Explorer/actions-mass/edit-attribute/useCountValuesOccurrencesHook.js +18 -4
- package/dist/components/Explorer/actions-mass/edit-attribute/useCountValuesOccurrencesHook.js.map +1 -1
- package/dist/components/Explorer/actions-mass/generate-previews/GeneratePreviewsModal.d.ts +10 -0
- package/dist/components/Explorer/actions-mass/generate-previews/GeneratePreviewsModal.js +69 -0
- package/dist/components/Explorer/actions-mass/generate-previews/GeneratePreviewsModal.js.map +1 -0
- package/dist/components/Explorer/actions-mass/generate-previews/useGetPreviewSizesData.d.ts +18 -0
- package/dist/components/Explorer/actions-mass/generate-previews/useGetPreviewSizesData.js +57 -0
- package/dist/components/Explorer/actions-mass/generate-previews/useGetPreviewSizesData.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useGeneratePreviewsMassAction.d.ts +19 -0
- package/dist/components/Explorer/actions-mass/useGeneratePreviewsMassAction.js +94 -0
- package/dist/components/Explorer/actions-mass/useGeneratePreviewsMassAction.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useMassActions.d.ts +5 -3
- package/dist/components/Explorer/actions-mass/useMassActions.js +19 -13
- package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +3 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +5 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +1 -1
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +2 -2
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
- package/dist/components/Filters/_queries/treeFiltersDataQuery.d.ts +6 -0
- package/dist/components/Filters/_queries/treeFiltersDataQuery.js +54 -0
- package/dist/components/Filters/_queries/treeFiltersDataQuery.js.map +1 -0
- package/dist/components/Filters/context/useGetTreeFilters.js +24 -40
- package/dist/components/Filters/context/useGetTreeFilters.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/tree/_queries/filterTreeDataQuery.d.ts +6 -0
- package/dist/components/Filters/filter-items/filter-type/tree/_queries/filterTreeDataQuery.js +54 -0
- package/dist/components/Filters/filter-items/filter-type/tree/_queries/filterTreeDataQuery.js.map +1 -0
- package/dist/components/Filters/filter-items/filter-type/tree/useGetTreeData.js +22 -41
- package/dist/components/Filters/filter-items/filter-type/tree/useGetTreeData.js.map +1 -1
- package/dist/components/Notifications/hooks/useNotificationSubscription.d.ts +9 -3
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +3 -3
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +1 -3
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +28 -17
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +30 -18
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/ErrorComponent.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordPage/ErrorComponent.js +11 -0
- package/dist/components/RecordEdition/EditRecordPage/ErrorComponent.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordPage/getInitialRecordValues.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordPage/getInitialRecordValues.js +35 -0
- package/dist/components/RecordEdition/EditRecordPage/getInitialRecordValues.js.map +1 -0
- package/dist/components/RecordEdition/_types.d.ts +1 -1
- package/dist/components/RecordEdition/_types.js.map +1 -1
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +7 -6
- package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.d.ts +1 -1
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +6 -2
- package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
- package/dist/components/SearchModal/SearchModal.js +28 -18
- package/dist/components/SearchModal/SearchModal.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +0 -2
- package/dist/components/SelectTreeNode/SelectTreeNode.js +2 -2
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +0 -2
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +60 -115
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
- package/dist/components/SelectTreeNode/TreeNodeTitle.d.ts +0 -1
- package/dist/components/SelectTreeNode/TreeNodeTitle.js +3 -7
- package/dist/components/SelectTreeNode/TreeNodeTitle.js.map +1 -1
- package/dist/components/SelectTreeNode/_queries/treeContentDataQuery.d.ts +6 -0
- package/dist/components/SelectTreeNode/_queries/treeContentDataQuery.js +56 -0
- package/dist/components/SelectTreeNode/_queries/treeContentDataQuery.js.map +1 -0
- package/dist/components/SelectTreeNode/_types.d.ts +0 -1
- package/dist/components/SelectTreeNode/_types.js.map +1 -1
- package/dist/components/index.d.ts +0 -3
- package/dist/components/index.js +0 -3
- package/dist/components/index.js.map +1 -1
- package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.d.ts +1 -1
- package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +9 -3
- package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/schema.d.ts +2 -2
- package/dist/hooks/useIFrameMessenger/schema.js +1 -1
- package/dist/hooks/useIFrameMessenger/schema.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/types.d.ts +5 -0
- package/dist/hooks/useIFrameMessenger/types.js.map +1 -1
- package/dist/locales/en/shared.json +11 -4
- package/dist/locales/fr/shared.json +11 -4
- package/package.json +12 -21
- package/dist/__mocks__/common/mockSearchContextProvider.d.ts +0 -6
- package/dist/__mocks__/common/mockSearchContextProvider.js +0 -10
- package/dist/__mocks__/common/mockSearchContextProvider.js.map +0 -1
- package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +0 -3
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js +0 -50
- package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +0 -1
- package/dist/components/AttributesSelectionList/Attribute/index.d.ts +0 -2
- package/dist/components/AttributesSelectionList/Attribute/index.js +0 -6
- package/dist/components/AttributesSelectionList/Attribute/index.js.map +0 -1
- package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +0 -10
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js +0 -72
- package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +0 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +0 -7
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +0 -39
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +0 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.d.ts +0 -2
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +0 -6
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +0 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.d.ts +0 -2
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +0 -63
- package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +0 -1
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.d.ts +0 -2
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +0 -6
- package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +0 -1
- package/dist/components/AttributesSelectionList/_types.d.ts +0 -8
- package/dist/components/AttributesSelectionList/_types.js +0 -2
- package/dist/components/AttributesSelectionList/_types.js.map +0 -1
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +0 -3
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +0 -9
- package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +0 -1
- package/dist/components/AttributesSelectionList/index.d.ts +0 -2
- package/dist/components/AttributesSelectionList/index.js +0 -6
- package/dist/components/AttributesSelectionList/index.js.map +0 -1
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.d.ts +0 -11
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +0 -10
- package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js.map +0 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +0 -33
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +0 -77
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +0 -1
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.d.ts +0 -10
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +0 -8
- package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +0 -1
- package/dist/components/AttributesSelectionList/sharedComponents.d.ts +0 -809
- package/dist/components/AttributesSelectionList/sharedComponents.js +0 -16
- package/dist/components/AttributesSelectionList/sharedComponents.js.map +0 -1
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.d.ts +0 -10
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js +0 -39
- package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js.map +0 -1
- package/dist/components/DeactivateRecordsModal/index.d.ts +0 -1
- package/dist/components/DeactivateRecordsModal/index.js +0 -5
- package/dist/components/DeactivateRecordsModal/index.js.map +0 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.d.ts +0 -13
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +0 -50
- package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +0 -1
- package/dist/components/LibraryItemsList/CreateNewRecordButton/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js +0 -6
- package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js.map +0 -1
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.d.ts +0 -2
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +0 -80
- package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +0 -1
- package/dist/components/LibraryItemsList/DisplayOptions/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/DisplayOptions/index.js +0 -6
- package/dist/components/LibraryItemsList/DisplayOptions/index.js.map +0 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.d.ts +0 -2
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js +0 -22
- package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js.map +0 -1
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js +0 -6
- package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.d.ts +0 -13
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +0 -229
- package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersDropdown/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/FiltersDropdown/index.js +0 -6
- package/dist/components/LibraryItemsList/FiltersDropdown/index.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.d.ts +0 -11
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +0 -328
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.d.ts +0 -7
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +0 -90
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +0 -6
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.d.ts +0 -3
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +0 -13
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +0 -6
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.d.ts +0 -3
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js +0 -26
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js +0 -6
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.d.ts +0 -3
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js +0 -22
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +0 -6
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.d.ts +0 -3
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js +0 -35
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +0 -6
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.d.ts +0 -3
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js +0 -34
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +0 -6
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/filterUtils.d.ts +0 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/filterUtils.js +0 -16
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/filterUtils.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +0 -6
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.d.ts +0 -8
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +0 -11
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +0 -6
- package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.d.ts +0 -6
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +0 -38
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +0 -6
- package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.d.ts +0 -14
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js +0 -147
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.d.ts +0 -2
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +0 -121
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/FiltersPanel/index.js +0 -6
- package/dist/components/LibraryItemsList/FiltersPanel/index.js.map +0 -1
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.d.ts +0 -3
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +0 -17
- package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js.map +0 -1
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.d.ts +0 -8
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +0 -18
- package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +0 -1
- package/dist/components/LibraryItemsList/IconViewType/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/IconViewType/index.js +0 -6
- package/dist/components/LibraryItemsList/IconViewType/index.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsList.d.ts +0 -14
- package/dist/components/LibraryItemsList/LibraryItemsList.js +0 -18
- package/dist/components/LibraryItemsList/LibraryItemsList.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.d.ts +0 -16
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +0 -202
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.d.ts +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +0 -32
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +0 -21
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.d.ts +0 -8
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js +0 -56
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.d.ts +0 -7
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js +0 -54
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.d.ts +0 -8
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +0 -66
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.d.ts +0 -8
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +0 -59
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.d.ts +0 -9
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +0 -56
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.d.ts +0 -5
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +0 -34
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.d.ts +0 -5
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +0 -23
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.d.ts +0 -3
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +0 -80
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.d.ts +0 -12
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js +0 -11
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/types.d.ts +0 -12
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/types.js +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/types.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js +0 -40
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.d.ts +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js +0 -81
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.d.ts +0 -9
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +0 -142
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +0 -232
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +0 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +0 -6
- package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js.map +0 -1
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.d.ts +0 -9
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +0 -27
- package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +0 -1
- package/dist/components/LibraryItemsList/MenuItemList/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/MenuItemList/index.js +0 -6
- package/dist/components/LibraryItemsList/MenuItemList/index.js.map +0 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.d.ts +0 -2
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js +0 -62
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js.map +0 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js +0 -6
- package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js.map +0 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.d.ts +0 -5
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +0 -139
- package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +0 -1
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +0 -6
- package/dist/components/LibraryItemsList/MenuItemListSelected/index.js.map +0 -1
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.d.ts +0 -2
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +0 -58
- package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +0 -1
- package/dist/components/LibraryItemsList/MenuSelection/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/MenuSelection/index.js +0 -6
- package/dist/components/LibraryItemsList/MenuSelection/index.js.map +0 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.d.ts +0 -6
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +0 -162
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +0 -1
- package/dist/components/LibraryItemsList/MenuView/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/MenuView/index.js +0 -6
- package/dist/components/LibraryItemsList/MenuView/index.js.map +0 -1
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.d.ts +0 -2
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +0 -21
- package/dist/components/LibraryItemsList/SearchItems/SearchItems.js.map +0 -1
- package/dist/components/LibraryItemsList/SearchItems/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/SearchItems/index.js +0 -6
- package/dist/components/LibraryItemsList/SearchItems/index.js.map +0 -1
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.d.ts +0 -2
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +0 -58
- package/dist/components/LibraryItemsList/Sidebar/Sidebar.js.map +0 -1
- package/dist/components/LibraryItemsList/Sidebar/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/Sidebar/index.js +0 -6
- package/dist/components/LibraryItemsList/Sidebar/index.js.map +0 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.d.ts +0 -6
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +0 -199
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +0 -1
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +0 -6
- package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js.map +0 -1
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.d.ts +0 -2
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +0 -50
- package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js.map +0 -1
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.d.ts +0 -3
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +0 -11
- package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js.map +0 -1
- package/dist/components/LibraryItemsList/TileDisplay/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/TileDisplay/index.js +0 -6
- package/dist/components/LibraryItemsList/TileDisplay/index.js.map +0 -1
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.d.ts +0 -2
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +0 -66
- package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js.map +0 -1
- package/dist/components/LibraryItemsList/VersionsPanel/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/VersionsPanel/index.js +0 -6
- package/dist/components/LibraryItemsList/VersionsPanel/index.js.map +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.d.ts +0 -9
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +0 -85
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +0 -6
- package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js.map +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.d.ts +0 -7
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +0 -152
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js +0 -6
- package/dist/components/LibraryItemsList/ViewPanel/View/index.js.map +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.d.ts +0 -2
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +0 -209
- package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/ViewPanel/index.js +0 -6
- package/dist/components/LibraryItemsList/ViewPanel/index.js.map +0 -1
- package/dist/components/LibraryItemsList/constants.d.ts +0 -12
- package/dist/components/LibraryItemsList/constants.js +0 -19
- package/dist/components/LibraryItemsList/constants.js.map +0 -1
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.d.ts +0 -3
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +0 -21
- package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +0 -1
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.d.ts +0 -3
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +0 -18
- package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +0 -1
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.d.ts +0 -4
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +0 -64
- package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +0 -1
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.d.ts +0 -5
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +0 -40
- package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js.map +0 -1
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.d.ts +0 -6
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +0 -10
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +0 -1
- package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.d.ts +0 -2
- package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js +0 -13
- package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js.map +0 -1
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.d.ts +0 -2
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +0 -18
- package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +0 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.d.ts +0 -8
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +0 -99
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +0 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +0 -82
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.js +0 -2
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.js.map +0 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js +0 -6
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js.map +0 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.d.ts +0 -7
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +0 -7
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js.map +0 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +0 -121
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +0 -228
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +0 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +0 -5
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js +0 -8
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js.map +0 -1
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.d.ts +0 -7
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +0 -40
- package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +0 -1
- package/dist/components/LibraryItemsList/index.d.ts +0 -1
- package/dist/components/LibraryItemsList/index.js +0 -5
- package/dist/components/LibraryItemsList/index.js.map +0 -1
- package/dist/components/LibraryItemsList/manageItems.d.ts +0 -11
- package/dist/components/LibraryItemsList/manageItems.js +0 -98
- package/dist/components/LibraryItemsList/manageItems.js.map +0 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts +0 -7
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +0 -38
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +0 -1
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.d.ts +0 -2
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +0 -6
- package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js.map +0 -1
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.d.ts +0 -12
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +0 -29
- package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js.map +0 -1
- package/dist/components/LibraryItemsList/shared/sharedUtils.d.ts +0 -4
- package/dist/components/LibraryItemsList/shared/sharedUtils.js +0 -9
- package/dist/components/LibraryItemsList/shared/sharedUtils.js.map +0 -1
|
@@ -152,6 +152,7 @@ export type ApplicationInput = {
|
|
|
152
152
|
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
153
153
|
module?: InputMaybe<Scalars['String']['input']>;
|
|
154
154
|
settings?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
155
|
+
system?: InputMaybe<Scalars['Boolean']['input']>;
|
|
155
156
|
type?: InputMaybe<ApplicationType>;
|
|
156
157
|
};
|
|
157
158
|
export declare enum ApplicationSortableFields {
|
|
@@ -695,6 +696,50 @@ export type RecordsPagination = {
|
|
|
695
696
|
limit: Scalars['Int']['input'];
|
|
696
697
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
697
698
|
};
|
|
699
|
+
export type ReportFramingAttributeFilterItemInput = {
|
|
700
|
+
attributeId: Scalars['String']['input'];
|
|
701
|
+
values: Array<ReportFramingAttributeFilterValueItemInput>;
|
|
702
|
+
withEmptyValues?: InputMaybe<Scalars['Boolean']['input']>;
|
|
703
|
+
};
|
|
704
|
+
export type ReportFramingAttributeFilterValueItemInput = {
|
|
705
|
+
formattedValue?: InputMaybe<Scalars['String']['input']>;
|
|
706
|
+
rawValue: Scalars['String']['input'];
|
|
707
|
+
};
|
|
708
|
+
export type ReportFramingCampaignInput = {
|
|
709
|
+
computedFraming?: InputMaybe<Array<ReportFramingItemInput>>;
|
|
710
|
+
framing?: InputMaybe<Array<ReportFramingItemInput>>;
|
|
711
|
+
id: Scalars['String']['input'];
|
|
712
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
|
713
|
+
thematics: Array<ReportFramingThematicInput>;
|
|
714
|
+
};
|
|
715
|
+
export type ReportFramingCategoryInput = {
|
|
716
|
+
categoryId: Scalars['String']['input'];
|
|
717
|
+
children: Array<ReportFramingCategoryInput>;
|
|
718
|
+
computedFraming?: InputMaybe<Array<ReportFramingItemInput>>;
|
|
719
|
+
framing?: InputMaybe<Array<ReportFramingItemInput>>;
|
|
720
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
|
721
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
|
722
|
+
};
|
|
723
|
+
export type ReportFramingContentInput = {
|
|
724
|
+
campaigns: Array<ReportFramingCampaignInput>;
|
|
725
|
+
filters?: InputMaybe<ReportFramingFiltersInput>;
|
|
726
|
+
};
|
|
727
|
+
export type ReportFramingFiltersInput = {
|
|
728
|
+
attributes?: InputMaybe<Array<ReportFramingAttributeFilterItemInput>>;
|
|
729
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
730
|
+
};
|
|
731
|
+
export type ReportFramingItemInput = {
|
|
732
|
+
columnId: Scalars['String']['input'];
|
|
733
|
+
referenceValue?: InputMaybe<Scalars['Int']['input']>;
|
|
734
|
+
value?: InputMaybe<Scalars['Int']['input']>;
|
|
735
|
+
};
|
|
736
|
+
export type ReportFramingThematicInput = {
|
|
737
|
+
categories: Array<ReportFramingCategoryInput>;
|
|
738
|
+
computedFraming?: InputMaybe<Array<ReportFramingItemInput>>;
|
|
739
|
+
framing?: InputMaybe<Array<ReportFramingItemInput>>;
|
|
740
|
+
id: Scalars['String']['input'];
|
|
741
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
|
742
|
+
};
|
|
698
743
|
export type SheetInput = {
|
|
699
744
|
keyIndex?: InputMaybe<Scalars['Int']['input']>;
|
|
700
745
|
keyToIndex?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -758,9 +803,11 @@ export declare enum TaskStatus {
|
|
|
758
803
|
}
|
|
759
804
|
export declare enum TaskType {
|
|
760
805
|
EXPORT = "EXPORT",
|
|
806
|
+
FRAMING_REPORT = "FRAMING_REPORT",
|
|
761
807
|
IMPORT_CONFIG = "IMPORT_CONFIG",
|
|
762
808
|
IMPORT_DATA = "IMPORT_DATA",
|
|
763
809
|
INDEXATION = "INDEXATION",
|
|
810
|
+
PURGE_MULTIPLE_VALUES = "PURGE_MULTIPLE_VALUES",
|
|
764
811
|
RENEW_CAMPAIGNS = "RENEW_CAMPAIGNS",
|
|
765
812
|
SAVE_VALUE_BULK = "SAVE_VALUE_BULK"
|
|
766
813
|
}
|
|
@@ -4669,6 +4716,7 @@ export type CreateEmptyRecordMutation = {
|
|
|
4669
4716
|
};
|
|
4670
4717
|
export type CreateRecordMutationVariables = Exact<{
|
|
4671
4718
|
library: Scalars['ID']['input'];
|
|
4719
|
+
skipActivate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4672
4720
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
4673
4721
|
}>;
|
|
4674
4722
|
export type CreateRecordMutation = {
|
|
@@ -6359,68 +6407,6 @@ export type TreeNodeChildrenQuery = {
|
|
|
6359
6407
|
}>;
|
|
6360
6408
|
};
|
|
6361
6409
|
};
|
|
6362
|
-
export type GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables = Exact<{
|
|
6363
|
-
treeId: Scalars['ID']['input'];
|
|
6364
|
-
node?: InputMaybe<Scalars['ID']['input']>;
|
|
6365
|
-
pagination?: InputMaybe<Pagination>;
|
|
6366
|
-
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
6367
|
-
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
6368
|
-
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
6369
|
-
}>;
|
|
6370
|
-
export type GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery = {
|
|
6371
|
-
treeNodeChildren: {
|
|
6372
|
-
totalCount?: number | null;
|
|
6373
|
-
list: Array<{
|
|
6374
|
-
id: string;
|
|
6375
|
-
order?: number | null;
|
|
6376
|
-
childrenCount?: number | null;
|
|
6377
|
-
accessRecordByDefaultPermission?: boolean | null;
|
|
6378
|
-
record: {
|
|
6379
|
-
id: string;
|
|
6380
|
-
active: Array<{
|
|
6381
|
-
value?: any | null;
|
|
6382
|
-
}>;
|
|
6383
|
-
whoAmI: {
|
|
6384
|
-
id: string;
|
|
6385
|
-
label?: string | null;
|
|
6386
|
-
subLabel?: string | null;
|
|
6387
|
-
color?: string | null;
|
|
6388
|
-
preview?: IPreviewScalar | null;
|
|
6389
|
-
library: {
|
|
6390
|
-
id: string;
|
|
6391
|
-
label?: any | null;
|
|
6392
|
-
};
|
|
6393
|
-
};
|
|
6394
|
-
};
|
|
6395
|
-
ancestors?: Array<{
|
|
6396
|
-
id: string;
|
|
6397
|
-
record: {
|
|
6398
|
-
id: string;
|
|
6399
|
-
library: {
|
|
6400
|
-
id: string;
|
|
6401
|
-
label?: any | null;
|
|
6402
|
-
};
|
|
6403
|
-
whoAmI: {
|
|
6404
|
-
id: string;
|
|
6405
|
-
label?: string | null;
|
|
6406
|
-
subLabel?: string | null;
|
|
6407
|
-
color?: string | null;
|
|
6408
|
-
preview?: IPreviewScalar | null;
|
|
6409
|
-
library: {
|
|
6410
|
-
id: string;
|
|
6411
|
-
label?: any | null;
|
|
6412
|
-
};
|
|
6413
|
-
};
|
|
6414
|
-
};
|
|
6415
|
-
}> | null;
|
|
6416
|
-
permissions: {
|
|
6417
|
-
access_tree: boolean;
|
|
6418
|
-
detach: boolean;
|
|
6419
|
-
edit_children: boolean;
|
|
6420
|
-
};
|
|
6421
|
-
}>;
|
|
6422
|
-
};
|
|
6423
|
-
};
|
|
6424
6410
|
export type GetUserDataQueryVariables = Exact<{
|
|
6425
6411
|
keys: Array<Scalars['String']['input']> | Scalars['String']['input'];
|
|
6426
6412
|
global?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -7706,15 +7692,23 @@ export type CountValuesOccurrencesQueryVariables = Exact<{
|
|
|
7706
7692
|
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7707
7693
|
}>;
|
|
7708
7694
|
export type CountValuesOccurrencesQuery = {
|
|
7709
|
-
|
|
7710
|
-
|
|
7711
|
-
|
|
7712
|
-
|
|
7713
|
-
|
|
7714
|
-
|
|
7715
|
-
|
|
7716
|
-
|
|
7717
|
-
|
|
7695
|
+
listDistinctValues?: Array<{
|
|
7696
|
+
count: number;
|
|
7697
|
+
} | {
|
|
7698
|
+
count: number;
|
|
7699
|
+
treeNode?: {
|
|
7700
|
+
id: string;
|
|
7701
|
+
} | null;
|
|
7702
|
+
}> | null;
|
|
7703
|
+
};
|
|
7704
|
+
export type ExplorerLibraryCountDataQueryVariables = Exact<{
|
|
7705
|
+
libraryId: Scalars['ID']['input'];
|
|
7706
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7707
|
+
}>;
|
|
7708
|
+
export type ExplorerLibraryCountDataQuery = {
|
|
7709
|
+
records: {
|
|
7710
|
+
totalCount?: number | null;
|
|
7711
|
+
};
|
|
7718
7712
|
};
|
|
7719
7713
|
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
7720
7714
|
libraryId: Scalars['ID']['input'];
|
|
@@ -8052,6 +8046,27 @@ export type UpdateViewMutation = {
|
|
|
8052
8046
|
}> | null;
|
|
8053
8047
|
};
|
|
8054
8048
|
};
|
|
8049
|
+
export type TreeFiltersDataQueryQueryVariables = Exact<{
|
|
8050
|
+
treeId: Scalars['ID']['input'];
|
|
8051
|
+
startAt?: InputMaybe<Scalars['ID']['input']>;
|
|
8052
|
+
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
8053
|
+
}>;
|
|
8054
|
+
export type TreeFiltersDataQueryQuery = {
|
|
8055
|
+
treeContent: Array<{
|
|
8056
|
+
id: string;
|
|
8057
|
+
accessRecordByDefaultPermission?: boolean | null;
|
|
8058
|
+
record: {
|
|
8059
|
+
id: string;
|
|
8060
|
+
whoAmI: {
|
|
8061
|
+
id: string;
|
|
8062
|
+
label?: string | null;
|
|
8063
|
+
library: {
|
|
8064
|
+
id: string;
|
|
8065
|
+
};
|
|
8066
|
+
};
|
|
8067
|
+
};
|
|
8068
|
+
}>;
|
|
8069
|
+
};
|
|
8055
8070
|
export type SmartFilterListValuesQueryVariables = Exact<{
|
|
8056
8071
|
library: Scalars['ID']['input'];
|
|
8057
8072
|
attribute: Scalars['ID']['input'];
|
|
@@ -8076,6 +8091,27 @@ export type SmartFilterListValuesQuery = {
|
|
|
8076
8091
|
} | null;
|
|
8077
8092
|
}> | null;
|
|
8078
8093
|
};
|
|
8094
|
+
export type FilterTreeDataQueryQueryVariables = Exact<{
|
|
8095
|
+
treeId: Scalars['ID']['input'];
|
|
8096
|
+
startAt?: InputMaybe<Scalars['ID']['input']>;
|
|
8097
|
+
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
8098
|
+
}>;
|
|
8099
|
+
export type FilterTreeDataQueryQuery = {
|
|
8100
|
+
treeContent: Array<{
|
|
8101
|
+
id: string;
|
|
8102
|
+
accessRecordByDefaultPermission?: boolean | null;
|
|
8103
|
+
record: {
|
|
8104
|
+
id: string;
|
|
8105
|
+
whoAmI: {
|
|
8106
|
+
id: string;
|
|
8107
|
+
label?: string | null;
|
|
8108
|
+
library: {
|
|
8109
|
+
id: string;
|
|
8110
|
+
};
|
|
8111
|
+
};
|
|
8112
|
+
};
|
|
8113
|
+
}>;
|
|
8114
|
+
};
|
|
8079
8115
|
export type NotificationSubscriptionVariables = Exact<{
|
|
8080
8116
|
[key: string]: never;
|
|
8081
8117
|
}>;
|
|
@@ -8151,6 +8187,28 @@ export type GetRecordHistoryQuery = {
|
|
|
8151
8187
|
}>;
|
|
8152
8188
|
} | null;
|
|
8153
8189
|
};
|
|
8190
|
+
export type TreeContentDataQueryQueryVariables = Exact<{
|
|
8191
|
+
treeId: Scalars['ID']['input'];
|
|
8192
|
+
startAt?: InputMaybe<Scalars['ID']['input']>;
|
|
8193
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
8194
|
+
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
8195
|
+
}>;
|
|
8196
|
+
export type TreeContentDataQueryQuery = {
|
|
8197
|
+
treeContent: Array<{
|
|
8198
|
+
id: string;
|
|
8199
|
+
childrenCount?: number | null;
|
|
8200
|
+
record: {
|
|
8201
|
+
id: string;
|
|
8202
|
+
whoAmI: {
|
|
8203
|
+
id: string;
|
|
8204
|
+
label?: string | null;
|
|
8205
|
+
library: {
|
|
8206
|
+
id: string;
|
|
8207
|
+
};
|
|
8208
|
+
};
|
|
8209
|
+
};
|
|
8210
|
+
}>;
|
|
8211
|
+
};
|
|
8154
8212
|
export type TreeDataQueryQueryVariables = Exact<{
|
|
8155
8213
|
treeId: Scalars['ID']['input'];
|
|
8156
8214
|
}>;
|
|
@@ -8215,7 +8273,7 @@ export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
|
8215
8273
|
* },
|
|
8216
8274
|
* });
|
|
8217
8275
|
*/
|
|
8218
|
-
export declare function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.
|
|
8276
|
+
export declare function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.InteropQueryResult<CheckApplicationExistenceQuery, Exact<{
|
|
8219
8277
|
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8220
8278
|
endpoint?: InputMaybe<Scalars["String"]["input"]>;
|
|
8221
8279
|
}>>;
|
|
@@ -8251,7 +8309,7 @@ export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHook
|
|
|
8251
8309
|
skip?: boolean;
|
|
8252
8310
|
} | {
|
|
8253
8311
|
skip: boolean;
|
|
8254
|
-
})): Apollo.
|
|
8312
|
+
})): Apollo.InteropQueryResult<GetApplicationByIdQuery, Exact<{
|
|
8255
8313
|
id: Scalars["ID"]["input"];
|
|
8256
8314
|
}>>;
|
|
8257
8315
|
export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
|
|
@@ -8279,7 +8337,7 @@ export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
|
|
|
8279
8337
|
* },
|
|
8280
8338
|
* });
|
|
8281
8339
|
*/
|
|
8282
|
-
export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.QueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.
|
|
8340
|
+
export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.QueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.InteropQueryResult<GetApplicationModulesQuery, Exact<{
|
|
8283
8341
|
[key: string]: never;
|
|
8284
8342
|
}>>;
|
|
8285
8343
|
export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
|
|
@@ -8338,7 +8396,7 @@ export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.Quer
|
|
|
8338
8396
|
skip?: boolean;
|
|
8339
8397
|
} | {
|
|
8340
8398
|
skip: boolean;
|
|
8341
|
-
})): Apollo.
|
|
8399
|
+
})): Apollo.InteropQueryResult<CheckAttributeExistenceQuery, Exact<{
|
|
8342
8400
|
id: Scalars["ID"]["input"];
|
|
8343
8401
|
}>>;
|
|
8344
8402
|
export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
|
|
@@ -8392,7 +8450,7 @@ export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
|
|
|
8392
8450
|
* },
|
|
8393
8451
|
* });
|
|
8394
8452
|
*/
|
|
8395
|
-
export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.
|
|
8453
|
+
export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.InteropQueryResult<GetAttributeByIdQuery, Exact<{
|
|
8396
8454
|
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8397
8455
|
}>>;
|
|
8398
8456
|
export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
|
|
@@ -8426,7 +8484,7 @@ export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHook
|
|
|
8426
8484
|
skip?: boolean;
|
|
8427
8485
|
} | {
|
|
8428
8486
|
skip: boolean;
|
|
8429
|
-
})): Apollo.
|
|
8487
|
+
})): Apollo.InteropQueryResult<GetAttributesByLibQuery, Exact<{
|
|
8430
8488
|
library: Scalars["String"]["input"];
|
|
8431
8489
|
}>>;
|
|
8432
8490
|
export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
|
|
@@ -8457,7 +8515,7 @@ export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
|
8457
8515
|
* },
|
|
8458
8516
|
* });
|
|
8459
8517
|
*/
|
|
8460
|
-
export declare function useGetAttributesQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.
|
|
8518
|
+
export declare function useGetAttributesQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.InteropQueryResult<GetAttributesQuery, Exact<{
|
|
8461
8519
|
pagination?: InputMaybe<Pagination>;
|
|
8462
8520
|
sort?: InputMaybe<SortAttributes>;
|
|
8463
8521
|
filters?: InputMaybe<AttributesFiltersInput>;
|
|
@@ -8491,7 +8549,7 @@ export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
|
8491
8549
|
* },
|
|
8492
8550
|
* });
|
|
8493
8551
|
*/
|
|
8494
|
-
export declare function useGetVersionProfilesQuery(baseOptions?: Apollo.QueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.
|
|
8552
|
+
export declare function useGetVersionProfilesQuery(baseOptions?: Apollo.QueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.InteropQueryResult<GetVersionProfilesQuery, Exact<{
|
|
8495
8553
|
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
8496
8554
|
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
8497
8555
|
}>>;
|
|
@@ -8527,7 +8585,7 @@ export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: A
|
|
|
8527
8585
|
skip?: boolean;
|
|
8528
8586
|
} | {
|
|
8529
8587
|
skip: boolean;
|
|
8530
|
-
})): Apollo.
|
|
8588
|
+
})): Apollo.InteropQueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
8531
8589
|
libraryId: Scalars["String"]["input"];
|
|
8532
8590
|
}>>;
|
|
8533
8591
|
export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
@@ -8588,7 +8646,7 @@ export declare function useExportQuery(baseOptions: Apollo.QueryHookOptions<Expo
|
|
|
8588
8646
|
skip?: boolean;
|
|
8589
8647
|
} | {
|
|
8590
8648
|
skip: boolean;
|
|
8591
|
-
})): Apollo.
|
|
8649
|
+
})): Apollo.InteropQueryResult<ExportQuery, Exact<{
|
|
8592
8650
|
library: Scalars["ID"]["input"];
|
|
8593
8651
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8594
8652
|
profile?: InputMaybe<Scalars["String"]["input"]>;
|
|
@@ -8689,7 +8747,7 @@ export declare function useGetDirectoryDataQuery(baseOptions: Apollo.QueryHookOp
|
|
|
8689
8747
|
skip?: boolean;
|
|
8690
8748
|
} | {
|
|
8691
8749
|
skip: boolean;
|
|
8692
|
-
})): Apollo.
|
|
8750
|
+
})): Apollo.InteropQueryResult<GetDirectoryDataQuery, Exact<{
|
|
8693
8751
|
library: Scalars["ID"]["input"];
|
|
8694
8752
|
directoryId: Scalars["String"]["input"];
|
|
8695
8753
|
}>>;
|
|
@@ -8720,9 +8778,15 @@ export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
|
8720
8778
|
* },
|
|
8721
8779
|
* });
|
|
8722
8780
|
*/
|
|
8723
|
-
export declare function useUploadUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<UploadUpdateSubscription, UploadUpdateSubscriptionVariables>):
|
|
8724
|
-
|
|
8725
|
-
|
|
8781
|
+
export declare function useUploadUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<UploadUpdateSubscription, UploadUpdateSubscriptionVariables>): {
|
|
8782
|
+
restart: () => void;
|
|
8783
|
+
loading: boolean;
|
|
8784
|
+
data?: UploadUpdateSubscription;
|
|
8785
|
+
error?: Apollo.ApolloError;
|
|
8786
|
+
variables?: Exact<{
|
|
8787
|
+
filters?: InputMaybe<UploadFiltersInput>;
|
|
8788
|
+
}>;
|
|
8789
|
+
};
|
|
8726
8790
|
export type UploadUpdateSubscriptionHookResult = ReturnType<typeof useUploadUpdateSubscription>;
|
|
8727
8791
|
export type UploadUpdateSubscriptionResult = Apollo.SubscriptionResult<UploadUpdateSubscription>;
|
|
8728
8792
|
export declare const UploadDocument: Apollo.DocumentNode;
|
|
@@ -8800,7 +8864,7 @@ export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
|
|
|
8800
8864
|
* },
|
|
8801
8865
|
* });
|
|
8802
8866
|
*/
|
|
8803
|
-
export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.
|
|
8867
|
+
export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.InteropQueryResult<CheckLibraryExistenceQuery, Exact<{
|
|
8804
8868
|
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8805
8869
|
}>>;
|
|
8806
8870
|
export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
|
|
@@ -8853,7 +8917,7 @@ export declare const GetLibrariesDocument: Apollo.DocumentNode;
|
|
|
8853
8917
|
* },
|
|
8854
8918
|
* });
|
|
8855
8919
|
*/
|
|
8856
|
-
export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.
|
|
8920
|
+
export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.InteropQueryResult<GetLibrariesQuery, Exact<{
|
|
8857
8921
|
[key: string]: never;
|
|
8858
8922
|
}>>;
|
|
8859
8923
|
export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
|
|
@@ -8882,7 +8946,7 @@ export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
|
8882
8946
|
* },
|
|
8883
8947
|
* });
|
|
8884
8948
|
*/
|
|
8885
|
-
export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.
|
|
8949
|
+
export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.InteropQueryResult<GetLibraryByIdQuery, Exact<{
|
|
8886
8950
|
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8887
8951
|
}>>;
|
|
8888
8952
|
export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
|
|
@@ -8911,7 +8975,7 @@ export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
|
8911
8975
|
* },
|
|
8912
8976
|
* });
|
|
8913
8977
|
*/
|
|
8914
|
-
export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.
|
|
8978
|
+
export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.InteropQueryResult<GetLibraryPermissionsQuery, Exact<{
|
|
8915
8979
|
libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8916
8980
|
}>>;
|
|
8917
8981
|
export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
|
|
@@ -8945,7 +9009,7 @@ export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.Q
|
|
|
8945
9009
|
skip?: boolean;
|
|
8946
9010
|
} | {
|
|
8947
9011
|
skip: boolean;
|
|
8948
|
-
})): Apollo.
|
|
9012
|
+
})): Apollo.InteropQueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
8949
9013
|
id: Scalars["ID"]["input"];
|
|
8950
9014
|
}>>;
|
|
8951
9015
|
export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
@@ -9007,7 +9071,7 @@ export declare function useIsAllowedQuery(baseOptions: Apollo.QueryHookOptions<I
|
|
|
9007
9071
|
skip?: boolean;
|
|
9008
9072
|
} | {
|
|
9009
9073
|
skip: boolean;
|
|
9010
|
-
})): Apollo.
|
|
9074
|
+
})): Apollo.InteropQueryResult<IsAllowedQuery, Exact<{
|
|
9011
9075
|
type: PermissionTypes;
|
|
9012
9076
|
actions: Array<PermissionsActions> | PermissionsActions;
|
|
9013
9077
|
applyTo?: InputMaybe<Scalars["ID"]["input"]>;
|
|
@@ -9124,12 +9188,14 @@ export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutatio
|
|
|
9124
9188
|
* const [createRecordMutation, { data, loading, error }] = useCreateRecordMutation({
|
|
9125
9189
|
* variables: {
|
|
9126
9190
|
* library: // value for 'library'
|
|
9191
|
+
* skipActivate: // value for 'skipActivate'
|
|
9127
9192
|
* data: // value for 'data'
|
|
9128
9193
|
* },
|
|
9129
9194
|
* });
|
|
9130
9195
|
*/
|
|
9131
9196
|
export declare function useCreateRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateRecordMutation, CreateRecordMutationVariables>): Apollo.MutationTuple<CreateRecordMutation, Exact<{
|
|
9132
9197
|
library: Scalars["ID"]["input"];
|
|
9198
|
+
skipActivate?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
9133
9199
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
9134
9200
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9135
9201
|
export type CreateRecordMutationHookResult = ReturnType<typeof useCreateRecordMutation>;
|
|
@@ -9188,7 +9254,7 @@ export declare function useDoesFileExistAsChildQuery(baseOptions: Apollo.QueryHo
|
|
|
9188
9254
|
skip?: boolean;
|
|
9189
9255
|
} | {
|
|
9190
9256
|
skip: boolean;
|
|
9191
|
-
})): Apollo.
|
|
9257
|
+
})): Apollo.InteropQueryResult<DoesFileExistAsChildQuery, Exact<{
|
|
9192
9258
|
parentNode?: InputMaybe<Scalars["ID"]["input"]>;
|
|
9193
9259
|
treeId: Scalars["ID"]["input"];
|
|
9194
9260
|
filename: Scalars["String"]["input"];
|
|
@@ -9228,7 +9294,7 @@ export declare function useGetFileDataQuery(baseOptions: Apollo.QueryHookOptions
|
|
|
9228
9294
|
skip?: boolean;
|
|
9229
9295
|
} | {
|
|
9230
9296
|
skip: boolean;
|
|
9231
|
-
})): Apollo.
|
|
9297
|
+
})): Apollo.InteropQueryResult<GetFileDataQuery, Exact<{
|
|
9232
9298
|
library: Scalars["ID"]["input"];
|
|
9233
9299
|
fileId: Scalars["String"]["input"];
|
|
9234
9300
|
previewsStatusAttribute: Scalars["ID"]["input"];
|
|
@@ -9269,7 +9335,7 @@ export declare function useRecordFormQuery(baseOptions: Apollo.QueryHookOptions<
|
|
|
9269
9335
|
skip?: boolean;
|
|
9270
9336
|
} | {
|
|
9271
9337
|
skip: boolean;
|
|
9272
|
-
})): Apollo.
|
|
9338
|
+
})): Apollo.InteropQueryResult<RecordFormQuery, Exact<{
|
|
9273
9339
|
libraryId: Scalars["String"]["input"];
|
|
9274
9340
|
formId: Scalars["String"]["input"];
|
|
9275
9341
|
recordId?: InputMaybe<Scalars["String"]["input"]>;
|
|
@@ -9304,9 +9370,15 @@ export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
|
9304
9370
|
* },
|
|
9305
9371
|
* });
|
|
9306
9372
|
*/
|
|
9307
|
-
export declare function useRecordUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<RecordUpdateSubscription, RecordUpdateSubscriptionVariables>):
|
|
9308
|
-
|
|
9309
|
-
|
|
9373
|
+
export declare function useRecordUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<RecordUpdateSubscription, RecordUpdateSubscriptionVariables>): {
|
|
9374
|
+
restart: () => void;
|
|
9375
|
+
loading: boolean;
|
|
9376
|
+
data?: RecordUpdateSubscription;
|
|
9377
|
+
error?: Apollo.ApolloError;
|
|
9378
|
+
variables?: Exact<{
|
|
9379
|
+
filters?: InputMaybe<RecordUpdateFilterInput>;
|
|
9380
|
+
}>;
|
|
9381
|
+
};
|
|
9310
9382
|
export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
|
|
9311
9383
|
export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
|
|
9312
9384
|
export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
|
|
@@ -9333,7 +9405,7 @@ export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryH
|
|
|
9333
9405
|
skip?: boolean;
|
|
9334
9406
|
} | {
|
|
9335
9407
|
skip: boolean;
|
|
9336
|
-
})): Apollo.
|
|
9408
|
+
})): Apollo.InteropQueryResult<GetRecordsFromLibraryQuery, Exact<{
|
|
9337
9409
|
libraryId: Scalars["ID"]["input"];
|
|
9338
9410
|
pagination?: InputMaybe<RecordsPagination>;
|
|
9339
9411
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
@@ -9445,7 +9517,7 @@ export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
|
|
|
9445
9517
|
* },
|
|
9446
9518
|
* });
|
|
9447
9519
|
*/
|
|
9448
|
-
export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.
|
|
9520
|
+
export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.InteropQueryResult<CheckTreeExistenceQuery, Exact<{
|
|
9449
9521
|
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9450
9522
|
}>>;
|
|
9451
9523
|
export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
|
|
@@ -9499,7 +9571,7 @@ export declare const GetTreeByIdDocument: Apollo.DocumentNode;
|
|
|
9499
9571
|
* },
|
|
9500
9572
|
* });
|
|
9501
9573
|
*/
|
|
9502
|
-
export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.
|
|
9574
|
+
export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.InteropQueryResult<GetTreeByIdQuery, Exact<{
|
|
9503
9575
|
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9504
9576
|
}>>;
|
|
9505
9577
|
export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
|
|
@@ -9529,7 +9601,7 @@ export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
|
9529
9601
|
* },
|
|
9530
9602
|
* });
|
|
9531
9603
|
*/
|
|
9532
|
-
export declare function useGetTreeLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.
|
|
9604
|
+
export declare function useGetTreeLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.InteropQueryResult<GetTreeLibrariesQuery, Exact<{
|
|
9533
9605
|
treeId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9534
9606
|
library?: InputMaybe<Scalars["String"]["input"]>;
|
|
9535
9607
|
}>>;
|
|
@@ -9559,7 +9631,7 @@ export declare const GetTreesDocument: Apollo.DocumentNode;
|
|
|
9559
9631
|
* },
|
|
9560
9632
|
* });
|
|
9561
9633
|
*/
|
|
9562
|
-
export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.
|
|
9634
|
+
export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.InteropQueryResult<GetTreesQuery, Exact<{
|
|
9563
9635
|
[key: string]: never;
|
|
9564
9636
|
}>>;
|
|
9565
9637
|
export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
|
|
@@ -9622,7 +9694,7 @@ export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOp
|
|
|
9622
9694
|
skip?: boolean;
|
|
9623
9695
|
} | {
|
|
9624
9696
|
skip: boolean;
|
|
9625
|
-
})): Apollo.
|
|
9697
|
+
})): Apollo.InteropQueryResult<TreeNodeChildrenQuery, Exact<{
|
|
9626
9698
|
treeId: Scalars["ID"]["input"];
|
|
9627
9699
|
node?: InputMaybe<Scalars["ID"]["input"]>;
|
|
9628
9700
|
pagination?: InputMaybe<Pagination>;
|
|
@@ -9642,55 +9714,6 @@ export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChild
|
|
|
9642
9714
|
export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
|
|
9643
9715
|
export type TreeNodeChildrenSuspenseQueryHookResult = ReturnType<typeof useTreeNodeChildrenSuspenseQuery>;
|
|
9644
9716
|
export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
|
|
9645
|
-
export declare const GetTreeNodeChildrenWithAccessByDefaultPermissionQueryDocument: Apollo.DocumentNode;
|
|
9646
|
-
/**
|
|
9647
|
-
* __useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery__
|
|
9648
|
-
*
|
|
9649
|
-
* To run a query within a React component, call `useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery` and pass it any options that fit your needs.
|
|
9650
|
-
* When your component renders, `useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
9651
|
-
* you can use to render your UI.
|
|
9652
|
-
*
|
|
9653
|
-
* @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;
|
|
9654
|
-
*
|
|
9655
|
-
* @example
|
|
9656
|
-
* const { data, loading, error } = useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery({
|
|
9657
|
-
* variables: {
|
|
9658
|
-
* treeId: // value for 'treeId'
|
|
9659
|
-
* node: // value for 'node'
|
|
9660
|
-
* pagination: // value for 'pagination'
|
|
9661
|
-
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
9662
|
-
* dependentValuesPermissionFilter: // value for 'dependentValuesPermissionFilter'
|
|
9663
|
-
* accessRecordByDefaultPermission: // value for 'accessRecordByDefaultPermission'
|
|
9664
|
-
* },
|
|
9665
|
-
* });
|
|
9666
|
-
*/
|
|
9667
|
-
export declare function useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery(baseOptions: Apollo.QueryHookOptions<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables> & ({
|
|
9668
|
-
variables: GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables;
|
|
9669
|
-
skip?: boolean;
|
|
9670
|
-
} | {
|
|
9671
|
-
skip: boolean;
|
|
9672
|
-
})): Apollo.QueryResult<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, Exact<{
|
|
9673
|
-
treeId: Scalars["ID"]["input"];
|
|
9674
|
-
node?: InputMaybe<Scalars["ID"]["input"]>;
|
|
9675
|
-
pagination?: InputMaybe<Pagination>;
|
|
9676
|
-
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
9677
|
-
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
9678
|
-
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
9679
|
-
}>>;
|
|
9680
|
-
export declare function useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, Exact<{
|
|
9681
|
-
treeId: Scalars["ID"]["input"];
|
|
9682
|
-
node?: InputMaybe<Scalars["ID"]["input"]>;
|
|
9683
|
-
pagination?: InputMaybe<Pagination>;
|
|
9684
|
-
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
9685
|
-
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
9686
|
-
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
9687
|
-
}>>;
|
|
9688
|
-
export declare function useGetTreeNodeChildrenWithAccessByDefaultPermissionQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables>;
|
|
9689
|
-
export declare function useGetTreeNodeChildrenWithAccessByDefaultPermissionQuerySuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery | undefined, GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables>;
|
|
9690
|
-
export type GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryHookResult = ReturnType<typeof useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery>;
|
|
9691
|
-
export type GetTreeNodeChildrenWithAccessByDefaultPermissionQueryLazyQueryHookResult = ReturnType<typeof useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryLazyQuery>;
|
|
9692
|
-
export type GetTreeNodeChildrenWithAccessByDefaultPermissionQuerySuspenseQueryHookResult = ReturnType<typeof useGetTreeNodeChildrenWithAccessByDefaultPermissionQuerySuspenseQuery>;
|
|
9693
|
-
export type GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryResult = Apollo.QueryResult<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables>;
|
|
9694
9717
|
export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
9695
9718
|
/**
|
|
9696
9719
|
* __useGetUserDataQuery__
|
|
@@ -9714,7 +9737,7 @@ export declare function useGetUserDataQuery(baseOptions: Apollo.QueryHookOptions
|
|
|
9714
9737
|
skip?: boolean;
|
|
9715
9738
|
} | {
|
|
9716
9739
|
skip: boolean;
|
|
9717
|
-
})): Apollo.
|
|
9740
|
+
})): Apollo.InteropQueryResult<GetUserDataQuery, Exact<{
|
|
9718
9741
|
keys: Array<Scalars["String"]["input"]> | Scalars["String"]["input"];
|
|
9719
9742
|
global?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
9720
9743
|
}>>;
|
|
@@ -9899,7 +9922,7 @@ export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<Get
|
|
|
9899
9922
|
skip?: boolean;
|
|
9900
9923
|
} | {
|
|
9901
9924
|
skip: boolean;
|
|
9902
|
-
})): Apollo.
|
|
9925
|
+
})): Apollo.InteropQueryResult<GetViewQuery, Exact<{
|
|
9903
9926
|
viewId: Scalars["String"]["input"];
|
|
9904
9927
|
}>>;
|
|
9905
9928
|
export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
|
|
@@ -9933,7 +9956,7 @@ export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOption
|
|
|
9933
9956
|
skip?: boolean;
|
|
9934
9957
|
} | {
|
|
9935
9958
|
skip: boolean;
|
|
9936
|
-
})): Apollo.
|
|
9959
|
+
})): Apollo.InteropQueryResult<GetViewsListQuery, Exact<{
|
|
9937
9960
|
libraryId: Scalars["String"]["input"];
|
|
9938
9961
|
}>>;
|
|
9939
9962
|
export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
|
|
@@ -9992,7 +10015,7 @@ export declare function useAttributeWithValuesForMassEditionQuery(baseOptions: A
|
|
|
9992
10015
|
skip?: boolean;
|
|
9993
10016
|
} | {
|
|
9994
10017
|
skip: boolean;
|
|
9995
|
-
})): Apollo.
|
|
10018
|
+
})): Apollo.InteropQueryResult<AttributeWithValuesForMassEditionQuery, Exact<{
|
|
9996
10019
|
attributeId: Scalars["ID"]["input"];
|
|
9997
10020
|
}>>;
|
|
9998
10021
|
export declare function useAttributeWithValuesForMassEditionLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<AttributeWithValuesForMassEditionQuery, AttributeWithValuesForMassEditionQueryVariables>): Apollo.LazyQueryResultTuple<AttributeWithValuesForMassEditionQuery, Exact<{
|
|
@@ -10026,7 +10049,7 @@ export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: A
|
|
|
10026
10049
|
skip?: boolean;
|
|
10027
10050
|
} | {
|
|
10028
10051
|
skip: boolean;
|
|
10029
|
-
})): Apollo.
|
|
10052
|
+
})): Apollo.InteropQueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
10030
10053
|
library: Scalars["String"]["input"];
|
|
10031
10054
|
}>>;
|
|
10032
10055
|
export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
@@ -10055,7 +10078,7 @@ export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
|
10055
10078
|
* },
|
|
10056
10079
|
* });
|
|
10057
10080
|
*/
|
|
10058
|
-
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.
|
|
10081
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.InteropQueryResult<ExplorerAttributesQuery, Exact<{
|
|
10059
10082
|
ids?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
10060
10083
|
}>>;
|
|
10061
10084
|
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
@@ -10089,7 +10112,7 @@ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryH
|
|
|
10089
10112
|
skip?: boolean;
|
|
10090
10113
|
} | {
|
|
10091
10114
|
skip: boolean;
|
|
10092
|
-
})): Apollo.
|
|
10115
|
+
})): Apollo.InteropQueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
10093
10116
|
id: Scalars["ID"]["input"];
|
|
10094
10117
|
}>>;
|
|
10095
10118
|
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
@@ -10125,7 +10148,7 @@ export declare function useCountValuesOccurrencesQuery(baseOptions: Apollo.Query
|
|
|
10125
10148
|
skip?: boolean;
|
|
10126
10149
|
} | {
|
|
10127
10150
|
skip: boolean;
|
|
10128
|
-
})): Apollo.
|
|
10151
|
+
})): Apollo.InteropQueryResult<CountValuesOccurrencesQuery, Exact<{
|
|
10129
10152
|
library: Scalars["ID"]["input"];
|
|
10130
10153
|
attribute: Scalars["ID"]["input"];
|
|
10131
10154
|
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
@@ -10141,6 +10164,43 @@ export type CountValuesOccurrencesQueryHookResult = ReturnType<typeof useCountVa
|
|
|
10141
10164
|
export type CountValuesOccurrencesLazyQueryHookResult = ReturnType<typeof useCountValuesOccurrencesLazyQuery>;
|
|
10142
10165
|
export type CountValuesOccurrencesSuspenseQueryHookResult = ReturnType<typeof useCountValuesOccurrencesSuspenseQuery>;
|
|
10143
10166
|
export type CountValuesOccurrencesQueryResult = Apollo.QueryResult<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>;
|
|
10167
|
+
export declare const ExplorerLibraryCountDataDocument: Apollo.DocumentNode;
|
|
10168
|
+
/**
|
|
10169
|
+
* __useExplorerLibraryCountDataQuery__
|
|
10170
|
+
*
|
|
10171
|
+
* To run a query within a React component, call `useExplorerLibraryCountDataQuery` and pass it any options that fit your needs.
|
|
10172
|
+
* When your component renders, `useExplorerLibraryCountDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
10173
|
+
* you can use to render your UI.
|
|
10174
|
+
*
|
|
10175
|
+
* @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;
|
|
10176
|
+
*
|
|
10177
|
+
* @example
|
|
10178
|
+
* const { data, loading, error } = useExplorerLibraryCountDataQuery({
|
|
10179
|
+
* variables: {
|
|
10180
|
+
* libraryId: // value for 'libraryId'
|
|
10181
|
+
* filters: // value for 'filters'
|
|
10182
|
+
* },
|
|
10183
|
+
* });
|
|
10184
|
+
*/
|
|
10185
|
+
export declare function useExplorerLibraryCountDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryCountDataQuery, ExplorerLibraryCountDataQueryVariables> & ({
|
|
10186
|
+
variables: ExplorerLibraryCountDataQueryVariables;
|
|
10187
|
+
skip?: boolean;
|
|
10188
|
+
} | {
|
|
10189
|
+
skip: boolean;
|
|
10190
|
+
})): Apollo.InteropQueryResult<ExplorerLibraryCountDataQuery, Exact<{
|
|
10191
|
+
libraryId: Scalars["ID"]["input"];
|
|
10192
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
10193
|
+
}>>;
|
|
10194
|
+
export declare function useExplorerLibraryCountDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryCountDataQuery, ExplorerLibraryCountDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryCountDataQuery, Exact<{
|
|
10195
|
+
libraryId: Scalars["ID"]["input"];
|
|
10196
|
+
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
10197
|
+
}>>;
|
|
10198
|
+
export declare function useExplorerLibraryCountDataSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ExplorerLibraryCountDataQuery, ExplorerLibraryCountDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryCountDataQuery, ExplorerLibraryCountDataQueryVariables>;
|
|
10199
|
+
export declare function useExplorerLibraryCountDataSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<ExplorerLibraryCountDataQuery, ExplorerLibraryCountDataQueryVariables>): Apollo.UseSuspenseQueryResult<ExplorerLibraryCountDataQuery | undefined, ExplorerLibraryCountDataQueryVariables>;
|
|
10200
|
+
export type ExplorerLibraryCountDataQueryHookResult = ReturnType<typeof useExplorerLibraryCountDataQuery>;
|
|
10201
|
+
export type ExplorerLibraryCountDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryCountDataLazyQuery>;
|
|
10202
|
+
export type ExplorerLibraryCountDataSuspenseQueryHookResult = ReturnType<typeof useExplorerLibraryCountDataSuspenseQuery>;
|
|
10203
|
+
export type ExplorerLibraryCountDataQueryResult = Apollo.QueryResult<ExplorerLibraryCountDataQuery, ExplorerLibraryCountDataQueryVariables>;
|
|
10144
10204
|
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
10145
10205
|
/**
|
|
10146
10206
|
* __useExplorerLibraryDataQuery__
|
|
@@ -10168,7 +10228,7 @@ export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHoo
|
|
|
10168
10228
|
skip?: boolean;
|
|
10169
10229
|
} | {
|
|
10170
10230
|
skip: boolean;
|
|
10171
|
-
})): Apollo.
|
|
10231
|
+
})): Apollo.InteropQueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
10172
10232
|
libraryId: Scalars["ID"]["input"];
|
|
10173
10233
|
attributeIds: Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"];
|
|
10174
10234
|
pagination?: InputMaybe<RecordsPagination>;
|
|
@@ -10215,7 +10275,7 @@ export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOp
|
|
|
10215
10275
|
skip?: boolean;
|
|
10216
10276
|
} | {
|
|
10217
10277
|
skip: boolean;
|
|
10218
|
-
})): Apollo.
|
|
10278
|
+
})): Apollo.InteropQueryResult<ExplorerLinkDataQuery, Exact<{
|
|
10219
10279
|
attributeIds: Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"];
|
|
10220
10280
|
parentLibraryId: Scalars["ID"]["input"];
|
|
10221
10281
|
parentRecordId?: InputMaybe<Scalars["String"]["input"]>;
|
|
@@ -10255,7 +10315,7 @@ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHo
|
|
|
10255
10315
|
skip?: boolean;
|
|
10256
10316
|
} | {
|
|
10257
10317
|
skip: boolean;
|
|
10258
|
-
})): Apollo.
|
|
10318
|
+
})): Apollo.InteropQueryResult<GetLibraryAttributesQuery, Exact<{
|
|
10259
10319
|
libraryId: Scalars["ID"]["input"];
|
|
10260
10320
|
}>>;
|
|
10261
10321
|
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
@@ -10289,7 +10349,7 @@ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.Query
|
|
|
10289
10349
|
skip?: boolean;
|
|
10290
10350
|
} | {
|
|
10291
10351
|
skip: boolean;
|
|
10292
|
-
})): Apollo.
|
|
10352
|
+
})): Apollo.InteropQueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
10293
10353
|
libraryId: Scalars["ID"]["input"];
|
|
10294
10354
|
}>>;
|
|
10295
10355
|
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
@@ -10318,7 +10378,7 @@ export declare const LibraryExportProfilesDocument: Apollo.DocumentNode;
|
|
|
10318
10378
|
* },
|
|
10319
10379
|
* });
|
|
10320
10380
|
*/
|
|
10321
|
-
export declare function useLibraryExportProfilesQuery(baseOptions?: Apollo.QueryHookOptions<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>): Apollo.
|
|
10381
|
+
export declare function useLibraryExportProfilesQuery(baseOptions?: Apollo.QueryHookOptions<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>): Apollo.InteropQueryResult<LibraryExportProfilesQuery, Exact<{
|
|
10322
10382
|
libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
10323
10383
|
}>>;
|
|
10324
10384
|
export declare function useLibraryExportProfilesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>): Apollo.LazyQueryResultTuple<LibraryExportProfilesQuery, Exact<{
|
|
@@ -10353,7 +10413,7 @@ export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHo
|
|
|
10353
10413
|
skip?: boolean;
|
|
10354
10414
|
} | {
|
|
10355
10415
|
skip: boolean;
|
|
10356
|
-
})): Apollo.
|
|
10416
|
+
})): Apollo.InteropQueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
10357
10417
|
libraryId: Scalars["ID"]["input"];
|
|
10358
10418
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
10359
10419
|
}>>;
|
|
@@ -10383,7 +10443,7 @@ export declare const MeDocument: Apollo.DocumentNode;
|
|
|
10383
10443
|
* },
|
|
10384
10444
|
* });
|
|
10385
10445
|
*/
|
|
10386
|
-
export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery, MeQueryVariables>): Apollo.
|
|
10446
|
+
export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery, MeQueryVariables>): Apollo.InteropQueryResult<MeQuery, Exact<{
|
|
10387
10447
|
[key: string]: never;
|
|
10388
10448
|
}>>;
|
|
10389
10449
|
export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
|
|
@@ -10420,6 +10480,46 @@ export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookO
|
|
|
10420
10480
|
export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
|
|
10421
10481
|
export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
|
|
10422
10482
|
export type UpdateViewMutationOptions = Apollo.BaseMutationOptions<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
10483
|
+
export declare const TreeFiltersDataQueryDocument: Apollo.DocumentNode;
|
|
10484
|
+
/**
|
|
10485
|
+
* __useTreeFiltersDataQueryQuery__
|
|
10486
|
+
*
|
|
10487
|
+
* To run a query within a React component, call `useTreeFiltersDataQueryQuery` and pass it any options that fit your needs.
|
|
10488
|
+
* When your component renders, `useTreeFiltersDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
10489
|
+
* you can use to render your UI.
|
|
10490
|
+
*
|
|
10491
|
+
* @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;
|
|
10492
|
+
*
|
|
10493
|
+
* @example
|
|
10494
|
+
* const { data, loading, error } = useTreeFiltersDataQueryQuery({
|
|
10495
|
+
* variables: {
|
|
10496
|
+
* treeId: // value for 'treeId'
|
|
10497
|
+
* startAt: // value for 'startAt'
|
|
10498
|
+
* accessRecordByDefaultPermission: // value for 'accessRecordByDefaultPermission'
|
|
10499
|
+
* },
|
|
10500
|
+
* });
|
|
10501
|
+
*/
|
|
10502
|
+
export declare function useTreeFiltersDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeFiltersDataQueryQuery, TreeFiltersDataQueryQueryVariables> & ({
|
|
10503
|
+
variables: TreeFiltersDataQueryQueryVariables;
|
|
10504
|
+
skip?: boolean;
|
|
10505
|
+
} | {
|
|
10506
|
+
skip: boolean;
|
|
10507
|
+
})): Apollo.InteropQueryResult<TreeFiltersDataQueryQuery, Exact<{
|
|
10508
|
+
treeId: Scalars["ID"]["input"];
|
|
10509
|
+
startAt?: InputMaybe<Scalars["ID"]["input"]>;
|
|
10510
|
+
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
10511
|
+
}>>;
|
|
10512
|
+
export declare function useTreeFiltersDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeFiltersDataQueryQuery, TreeFiltersDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeFiltersDataQueryQuery, Exact<{
|
|
10513
|
+
treeId: Scalars["ID"]["input"];
|
|
10514
|
+
startAt?: InputMaybe<Scalars["ID"]["input"]>;
|
|
10515
|
+
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
10516
|
+
}>>;
|
|
10517
|
+
export declare function useTreeFiltersDataQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeFiltersDataQueryQuery, TreeFiltersDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeFiltersDataQueryQuery, TreeFiltersDataQueryQueryVariables>;
|
|
10518
|
+
export declare function useTreeFiltersDataQuerySuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<TreeFiltersDataQueryQuery, TreeFiltersDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeFiltersDataQueryQuery | undefined, TreeFiltersDataQueryQueryVariables>;
|
|
10519
|
+
export type TreeFiltersDataQueryQueryHookResult = ReturnType<typeof useTreeFiltersDataQueryQuery>;
|
|
10520
|
+
export type TreeFiltersDataQueryLazyQueryHookResult = ReturnType<typeof useTreeFiltersDataQueryLazyQuery>;
|
|
10521
|
+
export type TreeFiltersDataQuerySuspenseQueryHookResult = ReturnType<typeof useTreeFiltersDataQuerySuspenseQuery>;
|
|
10522
|
+
export type TreeFiltersDataQueryQueryResult = Apollo.QueryResult<TreeFiltersDataQueryQuery, TreeFiltersDataQueryQueryVariables>;
|
|
10423
10523
|
export declare const SmartFilterListValuesDocument: Apollo.DocumentNode;
|
|
10424
10524
|
/**
|
|
10425
10525
|
* __useSmartFilterListValuesQuery__
|
|
@@ -10444,7 +10544,7 @@ export declare function useSmartFilterListValuesQuery(baseOptions: Apollo.QueryH
|
|
|
10444
10544
|
skip?: boolean;
|
|
10445
10545
|
} | {
|
|
10446
10546
|
skip: boolean;
|
|
10447
|
-
})): Apollo.
|
|
10547
|
+
})): Apollo.InteropQueryResult<SmartFilterListValuesQuery, Exact<{
|
|
10448
10548
|
library: Scalars["ID"]["input"];
|
|
10449
10549
|
attribute: Scalars["ID"]["input"];
|
|
10450
10550
|
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
@@ -10460,6 +10560,46 @@ export type SmartFilterListValuesQueryHookResult = ReturnType<typeof useSmartFil
|
|
|
10460
10560
|
export type SmartFilterListValuesLazyQueryHookResult = ReturnType<typeof useSmartFilterListValuesLazyQuery>;
|
|
10461
10561
|
export type SmartFilterListValuesSuspenseQueryHookResult = ReturnType<typeof useSmartFilterListValuesSuspenseQuery>;
|
|
10462
10562
|
export type SmartFilterListValuesQueryResult = Apollo.QueryResult<SmartFilterListValuesQuery, SmartFilterListValuesQueryVariables>;
|
|
10563
|
+
export declare const FilterTreeDataQueryDocument: Apollo.DocumentNode;
|
|
10564
|
+
/**
|
|
10565
|
+
* __useFilterTreeDataQueryQuery__
|
|
10566
|
+
*
|
|
10567
|
+
* To run a query within a React component, call `useFilterTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
10568
|
+
* When your component renders, `useFilterTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
10569
|
+
* you can use to render your UI.
|
|
10570
|
+
*
|
|
10571
|
+
* @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;
|
|
10572
|
+
*
|
|
10573
|
+
* @example
|
|
10574
|
+
* const { data, loading, error } = useFilterTreeDataQueryQuery({
|
|
10575
|
+
* variables: {
|
|
10576
|
+
* treeId: // value for 'treeId'
|
|
10577
|
+
* startAt: // value for 'startAt'
|
|
10578
|
+
* accessRecordByDefaultPermission: // value for 'accessRecordByDefaultPermission'
|
|
10579
|
+
* },
|
|
10580
|
+
* });
|
|
10581
|
+
*/
|
|
10582
|
+
export declare function useFilterTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<FilterTreeDataQueryQuery, FilterTreeDataQueryQueryVariables> & ({
|
|
10583
|
+
variables: FilterTreeDataQueryQueryVariables;
|
|
10584
|
+
skip?: boolean;
|
|
10585
|
+
} | {
|
|
10586
|
+
skip: boolean;
|
|
10587
|
+
})): Apollo.InteropQueryResult<FilterTreeDataQueryQuery, Exact<{
|
|
10588
|
+
treeId: Scalars["ID"]["input"];
|
|
10589
|
+
startAt?: InputMaybe<Scalars["ID"]["input"]>;
|
|
10590
|
+
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
10591
|
+
}>>;
|
|
10592
|
+
export declare function useFilterTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<FilterTreeDataQueryQuery, FilterTreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<FilterTreeDataQueryQuery, Exact<{
|
|
10593
|
+
treeId: Scalars["ID"]["input"];
|
|
10594
|
+
startAt?: InputMaybe<Scalars["ID"]["input"]>;
|
|
10595
|
+
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
10596
|
+
}>>;
|
|
10597
|
+
export declare function useFilterTreeDataQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<FilterTreeDataQueryQuery, FilterTreeDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<FilterTreeDataQueryQuery, FilterTreeDataQueryQueryVariables>;
|
|
10598
|
+
export declare function useFilterTreeDataQuerySuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<FilterTreeDataQueryQuery, FilterTreeDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<FilterTreeDataQueryQuery | undefined, FilterTreeDataQueryQueryVariables>;
|
|
10599
|
+
export type FilterTreeDataQueryQueryHookResult = ReturnType<typeof useFilterTreeDataQueryQuery>;
|
|
10600
|
+
export type FilterTreeDataQueryLazyQueryHookResult = ReturnType<typeof useFilterTreeDataQueryLazyQuery>;
|
|
10601
|
+
export type FilterTreeDataQuerySuspenseQueryHookResult = ReturnType<typeof useFilterTreeDataQuerySuspenseQuery>;
|
|
10602
|
+
export type FilterTreeDataQueryQueryResult = Apollo.QueryResult<FilterTreeDataQueryQuery, FilterTreeDataQueryQueryVariables>;
|
|
10463
10603
|
export declare const NotificationDocument: Apollo.DocumentNode;
|
|
10464
10604
|
/**
|
|
10465
10605
|
* __useNotificationSubscription__
|
|
@@ -10476,9 +10616,15 @@ export declare const NotificationDocument: Apollo.DocumentNode;
|
|
|
10476
10616
|
* },
|
|
10477
10617
|
* });
|
|
10478
10618
|
*/
|
|
10479
|
-
export declare function useNotificationSubscription(baseOptions?: Apollo.SubscriptionHookOptions<NotificationSubscription, NotificationSubscriptionVariables>):
|
|
10480
|
-
|
|
10481
|
-
|
|
10619
|
+
export declare function useNotificationSubscription(baseOptions?: Apollo.SubscriptionHookOptions<NotificationSubscription, NotificationSubscriptionVariables>): {
|
|
10620
|
+
restart: () => void;
|
|
10621
|
+
loading: boolean;
|
|
10622
|
+
data?: NotificationSubscription;
|
|
10623
|
+
error?: Apollo.ApolloError;
|
|
10624
|
+
variables?: Exact<{
|
|
10625
|
+
[key: string]: never;
|
|
10626
|
+
}>;
|
|
10627
|
+
};
|
|
10482
10628
|
export type NotificationSubscriptionHookResult = ReturnType<typeof useNotificationSubscription>;
|
|
10483
10629
|
export type NotificationSubscriptionResult = Apollo.SubscriptionResult<NotificationSubscription>;
|
|
10484
10630
|
export declare const GetRecordHistoryDocument: Apollo.DocumentNode;
|
|
@@ -10506,7 +10652,7 @@ export declare function useGetRecordHistoryQuery(baseOptions: Apollo.QueryHookOp
|
|
|
10506
10652
|
skip?: boolean;
|
|
10507
10653
|
} | {
|
|
10508
10654
|
skip: boolean;
|
|
10509
|
-
})): Apollo.
|
|
10655
|
+
})): Apollo.InteropQueryResult<GetRecordHistoryQuery, Exact<{
|
|
10510
10656
|
record: LogTopicRecordFilterInput;
|
|
10511
10657
|
attributeId?: InputMaybe<Scalars["String"]["input"]>;
|
|
10512
10658
|
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
@@ -10524,6 +10670,49 @@ export type GetRecordHistoryQueryHookResult = ReturnType<typeof useGetRecordHist
|
|
|
10524
10670
|
export type GetRecordHistoryLazyQueryHookResult = ReturnType<typeof useGetRecordHistoryLazyQuery>;
|
|
10525
10671
|
export type GetRecordHistorySuspenseQueryHookResult = ReturnType<typeof useGetRecordHistorySuspenseQuery>;
|
|
10526
10672
|
export type GetRecordHistoryQueryResult = Apollo.QueryResult<GetRecordHistoryQuery, GetRecordHistoryQueryVariables>;
|
|
10673
|
+
export declare const TreeContentDataQueryDocument: Apollo.DocumentNode;
|
|
10674
|
+
/**
|
|
10675
|
+
* __useTreeContentDataQueryQuery__
|
|
10676
|
+
*
|
|
10677
|
+
* To run a query within a React component, call `useTreeContentDataQueryQuery` and pass it any options that fit your needs.
|
|
10678
|
+
* When your component renders, `useTreeContentDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
10679
|
+
* you can use to render your UI.
|
|
10680
|
+
*
|
|
10681
|
+
* @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;
|
|
10682
|
+
*
|
|
10683
|
+
* @example
|
|
10684
|
+
* const { data, loading, error } = useTreeContentDataQueryQuery({
|
|
10685
|
+
* variables: {
|
|
10686
|
+
* treeId: // value for 'treeId'
|
|
10687
|
+
* startAt: // value for 'startAt'
|
|
10688
|
+
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
10689
|
+
* dependentValuesPermissionFilter: // value for 'dependentValuesPermissionFilter'
|
|
10690
|
+
* },
|
|
10691
|
+
* });
|
|
10692
|
+
*/
|
|
10693
|
+
export declare function useTreeContentDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeContentDataQueryQuery, TreeContentDataQueryQueryVariables> & ({
|
|
10694
|
+
variables: TreeContentDataQueryQueryVariables;
|
|
10695
|
+
skip?: boolean;
|
|
10696
|
+
} | {
|
|
10697
|
+
skip: boolean;
|
|
10698
|
+
})): Apollo.InteropQueryResult<TreeContentDataQueryQuery, Exact<{
|
|
10699
|
+
treeId: Scalars["ID"]["input"];
|
|
10700
|
+
startAt?: InputMaybe<Scalars["ID"]["input"]>;
|
|
10701
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
10702
|
+
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
10703
|
+
}>>;
|
|
10704
|
+
export declare function useTreeContentDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeContentDataQueryQuery, TreeContentDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeContentDataQueryQuery, Exact<{
|
|
10705
|
+
treeId: Scalars["ID"]["input"];
|
|
10706
|
+
startAt?: InputMaybe<Scalars["ID"]["input"]>;
|
|
10707
|
+
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
10708
|
+
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
10709
|
+
}>>;
|
|
10710
|
+
export declare function useTreeContentDataQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<TreeContentDataQueryQuery, TreeContentDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeContentDataQueryQuery, TreeContentDataQueryQueryVariables>;
|
|
10711
|
+
export declare function useTreeContentDataQuerySuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<TreeContentDataQueryQuery, TreeContentDataQueryQueryVariables>): Apollo.UseSuspenseQueryResult<TreeContentDataQueryQuery | undefined, TreeContentDataQueryQueryVariables>;
|
|
10712
|
+
export type TreeContentDataQueryQueryHookResult = ReturnType<typeof useTreeContentDataQueryQuery>;
|
|
10713
|
+
export type TreeContentDataQueryLazyQueryHookResult = ReturnType<typeof useTreeContentDataQueryLazyQuery>;
|
|
10714
|
+
export type TreeContentDataQuerySuspenseQueryHookResult = ReturnType<typeof useTreeContentDataQuerySuspenseQuery>;
|
|
10715
|
+
export type TreeContentDataQueryQueryResult = Apollo.QueryResult<TreeContentDataQueryQuery, TreeContentDataQueryQueryVariables>;
|
|
10527
10716
|
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
10528
10717
|
/**
|
|
10529
10718
|
* __useTreeDataQueryQuery__
|
|
@@ -10546,7 +10735,7 @@ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptio
|
|
|
10546
10735
|
skip?: boolean;
|
|
10547
10736
|
} | {
|
|
10548
10737
|
skip: boolean;
|
|
10549
|
-
})): Apollo.
|
|
10738
|
+
})): Apollo.InteropQueryResult<TreeDataQueryQuery, Exact<{
|
|
10550
10739
|
treeId: Scalars["ID"]["input"];
|
|
10551
10740
|
}>>;
|
|
10552
10741
|
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|