@leav/ui 1.8.0 → 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 +452 -172
- package/dist/_gqlTypes/index.js +259 -87
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +3 -0
- package/dist/_queries/attributes/attributeDetailsFragment.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 +5 -2
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +17 -8
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.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/_types.d.ts +12 -1
- package/dist/components/Filters/_types.js +2 -1
- package/dist/components/Filters/_types.js.map +1 -1
- package/dist/components/Filters/context/filtersReducer.js +3 -2
- package/dist/components/Filters/context/filtersReducer.js.map +1 -1
- 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/CommonFilterItem.js +2 -2
- package/dist/components/Filters/filter-items/CommonFilterItem.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/ColorAttributeDropDown.js +1 -1
- package/dist/components/Filters/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/FilterDropdownContent.js +5 -1
- package/dist/components/Filters/filter-items/filter-type/FilterDropdownContent.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/FilterValueListDropDown.js +3 -3
- package/dist/components/Filters/filter-items/filter-type/FilterValueListDropDown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/_types.d.ts +6 -1
- package/dist/components/Filters/filter-items/filter-type/_types.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/smart-filter/SmartFilterAttributeDropdown.d.ts +2 -0
- package/dist/components/Filters/filter-items/filter-type/smart-filter/SmartFilterAttributeDropdown.js +106 -0
- package/dist/components/Filters/filter-items/filter-type/smart-filter/SmartFilterAttributeDropdown.js.map +1 -0
- package/dist/components/Filters/filter-items/filter-type/smart-filter/useGetSmartFilterData.d.ts +25 -0
- package/dist/components/Filters/filter-items/filter-type/smart-filter/useGetSmartFilterData.js +59 -0
- package/dist/components/Filters/filter-items/filter-type/smart-filter/useGetSmartFilterData.js.map +1 -0
- package/dist/components/Filters/filter-items/filter-type/smart-filter/useSmartFilerSearch.d.ts +5 -0
- package/dist/components/Filters/filter-items/filter-type/smart-filter/useSmartFilerSearch.js +25 -0
- package/dist/components/Filters/filter-items/filter-type/smart-filter/useSmartFilerSearch.js.map +1 -0
- package/dist/components/Filters/filter-items/filter-type/tree/TreeAttributeDropDown.js +5 -4
- package/dist/components/Filters/filter-items/filter-type/tree/TreeAttributeDropDown.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/Filters/filter-items/{EmptyValueCheckbox.d.ts → shared/EmptyValueCheckbox.d.ts} +2 -1
- package/dist/components/Filters/filter-items/shared/EmptyValueCheckbox.js +20 -0
- package/dist/components/Filters/filter-items/shared/EmptyValueCheckbox.js.map +1 -0
- package/dist/components/Filters/filter-items/shared/FilterTreeNodeTitle.d.ts +5 -0
- package/dist/components/Filters/filter-items/shared/FilterTreeNodeTitle.js +18 -0
- package/dist/components/Filters/filter-items/shared/FilterTreeNodeTitle.js.map +1 -0
- package/dist/components/Filters/filter-items/{SelectAllCheckbox.js → shared/SelectAllCheckbox.js} +1 -1
- package/dist/components/Filters/filter-items/shared/SelectAllCheckbox.js.map +1 -0
- package/dist/components/Filters/prepareFiltersForRequest.js +10 -5
- package/dist/components/Filters/prepareFiltersForRequest.js.map +1 -1
- package/dist/components/Filters/useFilters.d.ts +542 -0
- package/dist/components/Filters/useTransformFilters.js +3 -0
- package/dist/components/Filters/useTransformFilters.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/Filters/filter-items/EmptyValueCheckbox.js +0 -16
- package/dist/components/Filters/filter-items/EmptyValueCheckbox.js.map +0 -1
- package/dist/components/Filters/filter-items/SelectAllCheckbox.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
- /package/dist/components/Filters/filter-items/{SelectAllCheckbox.d.ts → shared/SelectAllCheckbox.d.ts} +0 -0
|
@@ -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
|
}
|
|
@@ -986,6 +1033,9 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
986
1033
|
id: string;
|
|
987
1034
|
label?: any | null;
|
|
988
1035
|
} | null;
|
|
1036
|
+
smart_filter?: {
|
|
1037
|
+
enable: boolean;
|
|
1038
|
+
} | null;
|
|
989
1039
|
metadata_fields?: Array<{
|
|
990
1040
|
id: string;
|
|
991
1041
|
label?: any | null;
|
|
@@ -3321,6 +3371,9 @@ export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
|
|
|
3321
3371
|
linked_library?: {
|
|
3322
3372
|
id: string;
|
|
3323
3373
|
} | null;
|
|
3374
|
+
smart_filter?: {
|
|
3375
|
+
enable: boolean;
|
|
3376
|
+
} | null;
|
|
3324
3377
|
};
|
|
3325
3378
|
export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
|
|
3326
3379
|
id: string;
|
|
@@ -3407,6 +3460,9 @@ export type AttributesByLibLinkAttributeWithPermissionsFragment = {
|
|
|
3407
3460
|
linked_library?: {
|
|
3408
3461
|
id: string;
|
|
3409
3462
|
} | null;
|
|
3463
|
+
smart_filter?: {
|
|
3464
|
+
enable: boolean;
|
|
3465
|
+
} | null;
|
|
3410
3466
|
};
|
|
3411
3467
|
export type StandardAttributeDetailsFragment = {
|
|
3412
3468
|
id: string;
|
|
@@ -3444,6 +3500,9 @@ export type LinkAttributeDetailsFragment = {
|
|
|
3444
3500
|
};
|
|
3445
3501
|
}> | null;
|
|
3446
3502
|
} | null;
|
|
3503
|
+
smart_filter?: {
|
|
3504
|
+
enable: boolean;
|
|
3505
|
+
} | null;
|
|
3447
3506
|
};
|
|
3448
3507
|
export type TreeAttributeDetailsFragment = {
|
|
3449
3508
|
id: string;
|
|
@@ -3808,6 +3867,9 @@ export type GetAttributeByIdQuery = {
|
|
|
3808
3867
|
id: string;
|
|
3809
3868
|
label?: any | null;
|
|
3810
3869
|
} | null;
|
|
3870
|
+
smart_filter?: {
|
|
3871
|
+
enable: boolean;
|
|
3872
|
+
} | null;
|
|
3811
3873
|
metadata_fields?: Array<{
|
|
3812
3874
|
id: string;
|
|
3813
3875
|
label?: any | null;
|
|
@@ -4031,6 +4093,9 @@ export type SaveAttributeMutation = {
|
|
|
4031
4093
|
id: string;
|
|
4032
4094
|
label?: any | null;
|
|
4033
4095
|
} | null;
|
|
4096
|
+
smart_filter?: {
|
|
4097
|
+
enable: boolean;
|
|
4098
|
+
} | null;
|
|
4034
4099
|
metadata_fields?: Array<{
|
|
4035
4100
|
id: string;
|
|
4036
4101
|
label?: any | null;
|
|
@@ -4651,6 +4716,7 @@ export type CreateEmptyRecordMutation = {
|
|
|
4651
4716
|
};
|
|
4652
4717
|
export type CreateRecordMutationVariables = Exact<{
|
|
4653
4718
|
library: Scalars['ID']['input'];
|
|
4719
|
+
skipActivate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4654
4720
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
4655
4721
|
}>;
|
|
4656
4722
|
export type CreateRecordMutation = {
|
|
@@ -6341,68 +6407,6 @@ export type TreeNodeChildrenQuery = {
|
|
|
6341
6407
|
}>;
|
|
6342
6408
|
};
|
|
6343
6409
|
};
|
|
6344
|
-
export type GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables = Exact<{
|
|
6345
|
-
treeId: Scalars['ID']['input'];
|
|
6346
|
-
node?: InputMaybe<Scalars['ID']['input']>;
|
|
6347
|
-
pagination?: InputMaybe<Pagination>;
|
|
6348
|
-
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
6349
|
-
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
6350
|
-
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
6351
|
-
}>;
|
|
6352
|
-
export type GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery = {
|
|
6353
|
-
treeNodeChildren: {
|
|
6354
|
-
totalCount?: number | null;
|
|
6355
|
-
list: Array<{
|
|
6356
|
-
id: string;
|
|
6357
|
-
order?: number | null;
|
|
6358
|
-
childrenCount?: number | null;
|
|
6359
|
-
accessRecordByDefaultPermission?: boolean | null;
|
|
6360
|
-
record: {
|
|
6361
|
-
id: string;
|
|
6362
|
-
active: Array<{
|
|
6363
|
-
value?: any | null;
|
|
6364
|
-
}>;
|
|
6365
|
-
whoAmI: {
|
|
6366
|
-
id: string;
|
|
6367
|
-
label?: string | null;
|
|
6368
|
-
subLabel?: string | null;
|
|
6369
|
-
color?: string | null;
|
|
6370
|
-
preview?: IPreviewScalar | null;
|
|
6371
|
-
library: {
|
|
6372
|
-
id: string;
|
|
6373
|
-
label?: any | null;
|
|
6374
|
-
};
|
|
6375
|
-
};
|
|
6376
|
-
};
|
|
6377
|
-
ancestors?: Array<{
|
|
6378
|
-
id: string;
|
|
6379
|
-
record: {
|
|
6380
|
-
id: string;
|
|
6381
|
-
library: {
|
|
6382
|
-
id: string;
|
|
6383
|
-
label?: any | null;
|
|
6384
|
-
};
|
|
6385
|
-
whoAmI: {
|
|
6386
|
-
id: string;
|
|
6387
|
-
label?: string | null;
|
|
6388
|
-
subLabel?: string | null;
|
|
6389
|
-
color?: string | null;
|
|
6390
|
-
preview?: IPreviewScalar | null;
|
|
6391
|
-
library: {
|
|
6392
|
-
id: string;
|
|
6393
|
-
label?: any | null;
|
|
6394
|
-
};
|
|
6395
|
-
};
|
|
6396
|
-
};
|
|
6397
|
-
}> | null;
|
|
6398
|
-
permissions: {
|
|
6399
|
-
access_tree: boolean;
|
|
6400
|
-
detach: boolean;
|
|
6401
|
-
edit_children: boolean;
|
|
6402
|
-
};
|
|
6403
|
-
}>;
|
|
6404
|
-
};
|
|
6405
|
-
};
|
|
6406
6410
|
export type GetUserDataQueryVariables = Exact<{
|
|
6407
6411
|
keys: Array<Scalars['String']['input']> | Scalars['String']['input'];
|
|
6408
6412
|
global?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -7488,6 +7492,9 @@ export type GetAttributesByLibWithPermissionsQuery = {
|
|
|
7488
7492
|
linked_library?: {
|
|
7489
7493
|
id: string;
|
|
7490
7494
|
} | null;
|
|
7495
|
+
smart_filter?: {
|
|
7496
|
+
enable: boolean;
|
|
7497
|
+
} | null;
|
|
7491
7498
|
permissions: {
|
|
7492
7499
|
access_attribute: boolean;
|
|
7493
7500
|
};
|
|
@@ -7582,6 +7589,9 @@ export type ExplorerAttributesQuery = {
|
|
|
7582
7589
|
};
|
|
7583
7590
|
}> | null;
|
|
7584
7591
|
} | null;
|
|
7592
|
+
smart_filter?: {
|
|
7593
|
+
enable: boolean;
|
|
7594
|
+
} | null;
|
|
7585
7595
|
permissions: {
|
|
7586
7596
|
access_attribute: boolean;
|
|
7587
7597
|
};
|
|
@@ -7647,6 +7657,9 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
7647
7657
|
};
|
|
7648
7658
|
}> | null;
|
|
7649
7659
|
} | null;
|
|
7660
|
+
smart_filter?: {
|
|
7661
|
+
enable: boolean;
|
|
7662
|
+
} | null;
|
|
7650
7663
|
permissions: {
|
|
7651
7664
|
access_attribute: boolean;
|
|
7652
7665
|
edit_value: boolean;
|
|
@@ -7679,15 +7692,23 @@ export type CountValuesOccurrencesQueryVariables = Exact<{
|
|
|
7679
7692
|
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7680
7693
|
}>;
|
|
7681
7694
|
export type CountValuesOccurrencesQuery = {
|
|
7682
|
-
|
|
7683
|
-
|
|
7684
|
-
|
|
7685
|
-
|
|
7686
|
-
|
|
7687
|
-
|
|
7688
|
-
|
|
7689
|
-
|
|
7690
|
-
|
|
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
|
+
};
|
|
7691
7712
|
};
|
|
7692
7713
|
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
7693
7714
|
libraryId: Scalars['ID']['input'];
|
|
@@ -8025,6 +8046,72 @@ export type UpdateViewMutation = {
|
|
|
8025
8046
|
}> | null;
|
|
8026
8047
|
};
|
|
8027
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
|
+
};
|
|
8070
|
+
export type SmartFilterListValuesQueryVariables = Exact<{
|
|
8071
|
+
library: Scalars['ID']['input'];
|
|
8072
|
+
attribute: Scalars['ID']['input'];
|
|
8073
|
+
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
8074
|
+
}>;
|
|
8075
|
+
export type SmartFilterListValuesQuery = {
|
|
8076
|
+
listDistinctValues?: Array<{
|
|
8077
|
+
count: number;
|
|
8078
|
+
value?: {
|
|
8079
|
+
id: string;
|
|
8080
|
+
whoAmI: {
|
|
8081
|
+
id: string;
|
|
8082
|
+
label?: string | null;
|
|
8083
|
+
subLabel?: string | null;
|
|
8084
|
+
color?: string | null;
|
|
8085
|
+
preview?: IPreviewScalar | null;
|
|
8086
|
+
library: {
|
|
8087
|
+
id: string;
|
|
8088
|
+
label?: any | null;
|
|
8089
|
+
};
|
|
8090
|
+
};
|
|
8091
|
+
} | null;
|
|
8092
|
+
}> | null;
|
|
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
|
+
};
|
|
8028
8115
|
export type NotificationSubscriptionVariables = Exact<{
|
|
8029
8116
|
[key: string]: never;
|
|
8030
8117
|
}>;
|
|
@@ -8100,6 +8187,28 @@ export type GetRecordHistoryQuery = {
|
|
|
8100
8187
|
}>;
|
|
8101
8188
|
} | null;
|
|
8102
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
|
+
};
|
|
8103
8212
|
export type TreeDataQueryQueryVariables = Exact<{
|
|
8104
8213
|
treeId: Scalars['ID']['input'];
|
|
8105
8214
|
}>;
|
|
@@ -8164,7 +8273,7 @@ export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
|
8164
8273
|
* },
|
|
8165
8274
|
* });
|
|
8166
8275
|
*/
|
|
8167
|
-
export declare function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.
|
|
8276
|
+
export declare function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.InteropQueryResult<CheckApplicationExistenceQuery, Exact<{
|
|
8168
8277
|
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8169
8278
|
endpoint?: InputMaybe<Scalars["String"]["input"]>;
|
|
8170
8279
|
}>>;
|
|
@@ -8200,7 +8309,7 @@ export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHook
|
|
|
8200
8309
|
skip?: boolean;
|
|
8201
8310
|
} | {
|
|
8202
8311
|
skip: boolean;
|
|
8203
|
-
})): Apollo.
|
|
8312
|
+
})): Apollo.InteropQueryResult<GetApplicationByIdQuery, Exact<{
|
|
8204
8313
|
id: Scalars["ID"]["input"];
|
|
8205
8314
|
}>>;
|
|
8206
8315
|
export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
|
|
@@ -8228,7 +8337,7 @@ export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
|
|
|
8228
8337
|
* },
|
|
8229
8338
|
* });
|
|
8230
8339
|
*/
|
|
8231
|
-
export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.QueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.
|
|
8340
|
+
export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.QueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.InteropQueryResult<GetApplicationModulesQuery, Exact<{
|
|
8232
8341
|
[key: string]: never;
|
|
8233
8342
|
}>>;
|
|
8234
8343
|
export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
|
|
@@ -8287,7 +8396,7 @@ export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.Quer
|
|
|
8287
8396
|
skip?: boolean;
|
|
8288
8397
|
} | {
|
|
8289
8398
|
skip: boolean;
|
|
8290
|
-
})): Apollo.
|
|
8399
|
+
})): Apollo.InteropQueryResult<CheckAttributeExistenceQuery, Exact<{
|
|
8291
8400
|
id: Scalars["ID"]["input"];
|
|
8292
8401
|
}>>;
|
|
8293
8402
|
export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
|
|
@@ -8341,7 +8450,7 @@ export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
|
|
|
8341
8450
|
* },
|
|
8342
8451
|
* });
|
|
8343
8452
|
*/
|
|
8344
|
-
export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.
|
|
8453
|
+
export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.InteropQueryResult<GetAttributeByIdQuery, Exact<{
|
|
8345
8454
|
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
8346
8455
|
}>>;
|
|
8347
8456
|
export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
|
|
@@ -8375,7 +8484,7 @@ export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHook
|
|
|
8375
8484
|
skip?: boolean;
|
|
8376
8485
|
} | {
|
|
8377
8486
|
skip: boolean;
|
|
8378
|
-
})): Apollo.
|
|
8487
|
+
})): Apollo.InteropQueryResult<GetAttributesByLibQuery, Exact<{
|
|
8379
8488
|
library: Scalars["String"]["input"];
|
|
8380
8489
|
}>>;
|
|
8381
8490
|
export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
|
|
@@ -8406,7 +8515,7 @@ export declare const GetAttributesDocument: Apollo.DocumentNode;
|
|
|
8406
8515
|
* },
|
|
8407
8516
|
* });
|
|
8408
8517
|
*/
|
|
8409
|
-
export declare function useGetAttributesQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.
|
|
8518
|
+
export declare function useGetAttributesQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.InteropQueryResult<GetAttributesQuery, Exact<{
|
|
8410
8519
|
pagination?: InputMaybe<Pagination>;
|
|
8411
8520
|
sort?: InputMaybe<SortAttributes>;
|
|
8412
8521
|
filters?: InputMaybe<AttributesFiltersInput>;
|
|
@@ -8440,7 +8549,7 @@ export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
|
|
|
8440
8549
|
* },
|
|
8441
8550
|
* });
|
|
8442
8551
|
*/
|
|
8443
|
-
export declare function useGetVersionProfilesQuery(baseOptions?: Apollo.QueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.
|
|
8552
|
+
export declare function useGetVersionProfilesQuery(baseOptions?: Apollo.QueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.InteropQueryResult<GetVersionProfilesQuery, Exact<{
|
|
8444
8553
|
filters?: InputMaybe<VersionProfilesFiltersInput>;
|
|
8445
8554
|
sort?: InputMaybe<SortVersionProfilesInput>;
|
|
8446
8555
|
}>>;
|
|
@@ -8476,7 +8585,7 @@ export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: A
|
|
|
8476
8585
|
skip?: boolean;
|
|
8477
8586
|
} | {
|
|
8478
8587
|
skip: boolean;
|
|
8479
|
-
})): Apollo.
|
|
8588
|
+
})): Apollo.InteropQueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
8480
8589
|
libraryId: Scalars["String"]["input"];
|
|
8481
8590
|
}>>;
|
|
8482
8591
|
export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
|
|
@@ -8537,7 +8646,7 @@ export declare function useExportQuery(baseOptions: Apollo.QueryHookOptions<Expo
|
|
|
8537
8646
|
skip?: boolean;
|
|
8538
8647
|
} | {
|
|
8539
8648
|
skip: boolean;
|
|
8540
|
-
})): Apollo.
|
|
8649
|
+
})): Apollo.InteropQueryResult<ExportQuery, Exact<{
|
|
8541
8650
|
library: Scalars["ID"]["input"];
|
|
8542
8651
|
filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
|
|
8543
8652
|
profile?: InputMaybe<Scalars["String"]["input"]>;
|
|
@@ -8638,7 +8747,7 @@ export declare function useGetDirectoryDataQuery(baseOptions: Apollo.QueryHookOp
|
|
|
8638
8747
|
skip?: boolean;
|
|
8639
8748
|
} | {
|
|
8640
8749
|
skip: boolean;
|
|
8641
|
-
})): Apollo.
|
|
8750
|
+
})): Apollo.InteropQueryResult<GetDirectoryDataQuery, Exact<{
|
|
8642
8751
|
library: Scalars["ID"]["input"];
|
|
8643
8752
|
directoryId: Scalars["String"]["input"];
|
|
8644
8753
|
}>>;
|
|
@@ -8669,9 +8778,15 @@ export declare const UploadUpdateDocument: Apollo.DocumentNode;
|
|
|
8669
8778
|
* },
|
|
8670
8779
|
* });
|
|
8671
8780
|
*/
|
|
8672
|
-
export declare function useUploadUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<UploadUpdateSubscription, UploadUpdateSubscriptionVariables>):
|
|
8673
|
-
|
|
8674
|
-
|
|
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
|
+
};
|
|
8675
8790
|
export type UploadUpdateSubscriptionHookResult = ReturnType<typeof useUploadUpdateSubscription>;
|
|
8676
8791
|
export type UploadUpdateSubscriptionResult = Apollo.SubscriptionResult<UploadUpdateSubscription>;
|
|
8677
8792
|
export declare const UploadDocument: Apollo.DocumentNode;
|
|
@@ -8749,7 +8864,7 @@ export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
|
|
|
8749
8864
|
* },
|
|
8750
8865
|
* });
|
|
8751
8866
|
*/
|
|
8752
|
-
export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.
|
|
8867
|
+
export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.InteropQueryResult<CheckLibraryExistenceQuery, Exact<{
|
|
8753
8868
|
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8754
8869
|
}>>;
|
|
8755
8870
|
export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
|
|
@@ -8802,7 +8917,7 @@ export declare const GetLibrariesDocument: Apollo.DocumentNode;
|
|
|
8802
8917
|
* },
|
|
8803
8918
|
* });
|
|
8804
8919
|
*/
|
|
8805
|
-
export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.
|
|
8920
|
+
export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.InteropQueryResult<GetLibrariesQuery, Exact<{
|
|
8806
8921
|
[key: string]: never;
|
|
8807
8922
|
}>>;
|
|
8808
8923
|
export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
|
|
@@ -8831,7 +8946,7 @@ export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
|
|
|
8831
8946
|
* },
|
|
8832
8947
|
* });
|
|
8833
8948
|
*/
|
|
8834
|
-
export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.
|
|
8949
|
+
export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.InteropQueryResult<GetLibraryByIdQuery, Exact<{
|
|
8835
8950
|
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8836
8951
|
}>>;
|
|
8837
8952
|
export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
|
|
@@ -8860,7 +8975,7 @@ export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
|
|
|
8860
8975
|
* },
|
|
8861
8976
|
* });
|
|
8862
8977
|
*/
|
|
8863
|
-
export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.
|
|
8978
|
+
export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.InteropQueryResult<GetLibraryPermissionsQuery, Exact<{
|
|
8864
8979
|
libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
8865
8980
|
}>>;
|
|
8866
8981
|
export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
|
|
@@ -8894,7 +9009,7 @@ export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.Q
|
|
|
8894
9009
|
skip?: boolean;
|
|
8895
9010
|
} | {
|
|
8896
9011
|
skip: boolean;
|
|
8897
|
-
})): Apollo.
|
|
9012
|
+
})): Apollo.InteropQueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
8898
9013
|
id: Scalars["ID"]["input"];
|
|
8899
9014
|
}>>;
|
|
8900
9015
|
export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
|
|
@@ -8956,7 +9071,7 @@ export declare function useIsAllowedQuery(baseOptions: Apollo.QueryHookOptions<I
|
|
|
8956
9071
|
skip?: boolean;
|
|
8957
9072
|
} | {
|
|
8958
9073
|
skip: boolean;
|
|
8959
|
-
})): Apollo.
|
|
9074
|
+
})): Apollo.InteropQueryResult<IsAllowedQuery, Exact<{
|
|
8960
9075
|
type: PermissionTypes;
|
|
8961
9076
|
actions: Array<PermissionsActions> | PermissionsActions;
|
|
8962
9077
|
applyTo?: InputMaybe<Scalars["ID"]["input"]>;
|
|
@@ -9073,12 +9188,14 @@ export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutatio
|
|
|
9073
9188
|
* const [createRecordMutation, { data, loading, error }] = useCreateRecordMutation({
|
|
9074
9189
|
* variables: {
|
|
9075
9190
|
* library: // value for 'library'
|
|
9191
|
+
* skipActivate: // value for 'skipActivate'
|
|
9076
9192
|
* data: // value for 'data'
|
|
9077
9193
|
* },
|
|
9078
9194
|
* });
|
|
9079
9195
|
*/
|
|
9080
9196
|
export declare function useCreateRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateRecordMutation, CreateRecordMutationVariables>): Apollo.MutationTuple<CreateRecordMutation, Exact<{
|
|
9081
9197
|
library: Scalars["ID"]["input"];
|
|
9198
|
+
skipActivate?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
9082
9199
|
data?: InputMaybe<CreateRecordDataInput>;
|
|
9083
9200
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9084
9201
|
export type CreateRecordMutationHookResult = ReturnType<typeof useCreateRecordMutation>;
|
|
@@ -9137,7 +9254,7 @@ export declare function useDoesFileExistAsChildQuery(baseOptions: Apollo.QueryHo
|
|
|
9137
9254
|
skip?: boolean;
|
|
9138
9255
|
} | {
|
|
9139
9256
|
skip: boolean;
|
|
9140
|
-
})): Apollo.
|
|
9257
|
+
})): Apollo.InteropQueryResult<DoesFileExistAsChildQuery, Exact<{
|
|
9141
9258
|
parentNode?: InputMaybe<Scalars["ID"]["input"]>;
|
|
9142
9259
|
treeId: Scalars["ID"]["input"];
|
|
9143
9260
|
filename: Scalars["String"]["input"];
|
|
@@ -9177,7 +9294,7 @@ export declare function useGetFileDataQuery(baseOptions: Apollo.QueryHookOptions
|
|
|
9177
9294
|
skip?: boolean;
|
|
9178
9295
|
} | {
|
|
9179
9296
|
skip: boolean;
|
|
9180
|
-
})): Apollo.
|
|
9297
|
+
})): Apollo.InteropQueryResult<GetFileDataQuery, Exact<{
|
|
9181
9298
|
library: Scalars["ID"]["input"];
|
|
9182
9299
|
fileId: Scalars["String"]["input"];
|
|
9183
9300
|
previewsStatusAttribute: Scalars["ID"]["input"];
|
|
@@ -9218,7 +9335,7 @@ export declare function useRecordFormQuery(baseOptions: Apollo.QueryHookOptions<
|
|
|
9218
9335
|
skip?: boolean;
|
|
9219
9336
|
} | {
|
|
9220
9337
|
skip: boolean;
|
|
9221
|
-
})): Apollo.
|
|
9338
|
+
})): Apollo.InteropQueryResult<RecordFormQuery, Exact<{
|
|
9222
9339
|
libraryId: Scalars["String"]["input"];
|
|
9223
9340
|
formId: Scalars["String"]["input"];
|
|
9224
9341
|
recordId?: InputMaybe<Scalars["String"]["input"]>;
|
|
@@ -9253,9 +9370,15 @@ export declare const RecordUpdateDocument: Apollo.DocumentNode;
|
|
|
9253
9370
|
* },
|
|
9254
9371
|
* });
|
|
9255
9372
|
*/
|
|
9256
|
-
export declare function useRecordUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<RecordUpdateSubscription, RecordUpdateSubscriptionVariables>):
|
|
9257
|
-
|
|
9258
|
-
|
|
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
|
+
};
|
|
9259
9382
|
export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
|
|
9260
9383
|
export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
|
|
9261
9384
|
export declare const GetRecordsFromLibraryDocument: Apollo.DocumentNode;
|
|
@@ -9282,7 +9405,7 @@ export declare function useGetRecordsFromLibraryQuery(baseOptions: Apollo.QueryH
|
|
|
9282
9405
|
skip?: boolean;
|
|
9283
9406
|
} | {
|
|
9284
9407
|
skip: boolean;
|
|
9285
|
-
})): Apollo.
|
|
9408
|
+
})): Apollo.InteropQueryResult<GetRecordsFromLibraryQuery, Exact<{
|
|
9286
9409
|
libraryId: Scalars["ID"]["input"];
|
|
9287
9410
|
pagination?: InputMaybe<RecordsPagination>;
|
|
9288
9411
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
@@ -9394,7 +9517,7 @@ export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
|
|
|
9394
9517
|
* },
|
|
9395
9518
|
* });
|
|
9396
9519
|
*/
|
|
9397
|
-
export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.
|
|
9520
|
+
export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.InteropQueryResult<CheckTreeExistenceQuery, Exact<{
|
|
9398
9521
|
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9399
9522
|
}>>;
|
|
9400
9523
|
export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
|
|
@@ -9448,7 +9571,7 @@ export declare const GetTreeByIdDocument: Apollo.DocumentNode;
|
|
|
9448
9571
|
* },
|
|
9449
9572
|
* });
|
|
9450
9573
|
*/
|
|
9451
|
-
export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.
|
|
9574
|
+
export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.InteropQueryResult<GetTreeByIdQuery, Exact<{
|
|
9452
9575
|
id?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9453
9576
|
}>>;
|
|
9454
9577
|
export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
|
|
@@ -9478,7 +9601,7 @@ export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
|
|
|
9478
9601
|
* },
|
|
9479
9602
|
* });
|
|
9480
9603
|
*/
|
|
9481
|
-
export declare function useGetTreeLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.
|
|
9604
|
+
export declare function useGetTreeLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.InteropQueryResult<GetTreeLibrariesQuery, Exact<{
|
|
9482
9605
|
treeId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9483
9606
|
library?: InputMaybe<Scalars["String"]["input"]>;
|
|
9484
9607
|
}>>;
|
|
@@ -9508,7 +9631,7 @@ export declare const GetTreesDocument: Apollo.DocumentNode;
|
|
|
9508
9631
|
* },
|
|
9509
9632
|
* });
|
|
9510
9633
|
*/
|
|
9511
|
-
export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.
|
|
9634
|
+
export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.InteropQueryResult<GetTreesQuery, Exact<{
|
|
9512
9635
|
[key: string]: never;
|
|
9513
9636
|
}>>;
|
|
9514
9637
|
export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
|
|
@@ -9571,7 +9694,7 @@ export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOp
|
|
|
9571
9694
|
skip?: boolean;
|
|
9572
9695
|
} | {
|
|
9573
9696
|
skip: boolean;
|
|
9574
|
-
})): Apollo.
|
|
9697
|
+
})): Apollo.InteropQueryResult<TreeNodeChildrenQuery, Exact<{
|
|
9575
9698
|
treeId: Scalars["ID"]["input"];
|
|
9576
9699
|
node?: InputMaybe<Scalars["ID"]["input"]>;
|
|
9577
9700
|
pagination?: InputMaybe<Pagination>;
|
|
@@ -9591,55 +9714,6 @@ export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChild
|
|
|
9591
9714
|
export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
|
|
9592
9715
|
export type TreeNodeChildrenSuspenseQueryHookResult = ReturnType<typeof useTreeNodeChildrenSuspenseQuery>;
|
|
9593
9716
|
export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
|
|
9594
|
-
export declare const GetTreeNodeChildrenWithAccessByDefaultPermissionQueryDocument: Apollo.DocumentNode;
|
|
9595
|
-
/**
|
|
9596
|
-
* __useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery__
|
|
9597
|
-
*
|
|
9598
|
-
* To run a query within a React component, call `useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery` and pass it any options that fit your needs.
|
|
9599
|
-
* When your component renders, `useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
9600
|
-
* you can use to render your UI.
|
|
9601
|
-
*
|
|
9602
|
-
* @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;
|
|
9603
|
-
*
|
|
9604
|
-
* @example
|
|
9605
|
-
* const { data, loading, error } = useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery({
|
|
9606
|
-
* variables: {
|
|
9607
|
-
* treeId: // value for 'treeId'
|
|
9608
|
-
* node: // value for 'node'
|
|
9609
|
-
* pagination: // value for 'pagination'
|
|
9610
|
-
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
9611
|
-
* dependentValuesPermissionFilter: // value for 'dependentValuesPermissionFilter'
|
|
9612
|
-
* accessRecordByDefaultPermission: // value for 'accessRecordByDefaultPermission'
|
|
9613
|
-
* },
|
|
9614
|
-
* });
|
|
9615
|
-
*/
|
|
9616
|
-
export declare function useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery(baseOptions: Apollo.QueryHookOptions<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables> & ({
|
|
9617
|
-
variables: GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables;
|
|
9618
|
-
skip?: boolean;
|
|
9619
|
-
} | {
|
|
9620
|
-
skip: boolean;
|
|
9621
|
-
})): Apollo.QueryResult<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, Exact<{
|
|
9622
|
-
treeId: Scalars["ID"]["input"];
|
|
9623
|
-
node?: InputMaybe<Scalars["ID"]["input"]>;
|
|
9624
|
-
pagination?: InputMaybe<Pagination>;
|
|
9625
|
-
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
9626
|
-
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
9627
|
-
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
9628
|
-
}>>;
|
|
9629
|
-
export declare function useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, Exact<{
|
|
9630
|
-
treeId: Scalars["ID"]["input"];
|
|
9631
|
-
node?: InputMaybe<Scalars["ID"]["input"]>;
|
|
9632
|
-
pagination?: InputMaybe<Pagination>;
|
|
9633
|
-
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
9634
|
-
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
9635
|
-
accessRecordByDefaultPermission?: InputMaybe<AccessRecordByDefaultPermissionInput>;
|
|
9636
|
-
}>>;
|
|
9637
|
-
export declare function useGetTreeNodeChildrenWithAccessByDefaultPermissionQuerySuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables>;
|
|
9638
|
-
export declare function useGetTreeNodeChildrenWithAccessByDefaultPermissionQuerySuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables>): Apollo.UseSuspenseQueryResult<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery | undefined, GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables>;
|
|
9639
|
-
export type GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryHookResult = ReturnType<typeof useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery>;
|
|
9640
|
-
export type GetTreeNodeChildrenWithAccessByDefaultPermissionQueryLazyQueryHookResult = ReturnType<typeof useGetTreeNodeChildrenWithAccessByDefaultPermissionQueryLazyQuery>;
|
|
9641
|
-
export type GetTreeNodeChildrenWithAccessByDefaultPermissionQuerySuspenseQueryHookResult = ReturnType<typeof useGetTreeNodeChildrenWithAccessByDefaultPermissionQuerySuspenseQuery>;
|
|
9642
|
-
export type GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryResult = Apollo.QueryResult<GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQuery, GetTreeNodeChildrenWithAccessByDefaultPermissionQueryQueryVariables>;
|
|
9643
9717
|
export declare const GetUserDataDocument: Apollo.DocumentNode;
|
|
9644
9718
|
/**
|
|
9645
9719
|
* __useGetUserDataQuery__
|
|
@@ -9663,7 +9737,7 @@ export declare function useGetUserDataQuery(baseOptions: Apollo.QueryHookOptions
|
|
|
9663
9737
|
skip?: boolean;
|
|
9664
9738
|
} | {
|
|
9665
9739
|
skip: boolean;
|
|
9666
|
-
})): Apollo.
|
|
9740
|
+
})): Apollo.InteropQueryResult<GetUserDataQuery, Exact<{
|
|
9667
9741
|
keys: Array<Scalars["String"]["input"]> | Scalars["String"]["input"];
|
|
9668
9742
|
global?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
9669
9743
|
}>>;
|
|
@@ -9848,7 +9922,7 @@ export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<Get
|
|
|
9848
9922
|
skip?: boolean;
|
|
9849
9923
|
} | {
|
|
9850
9924
|
skip: boolean;
|
|
9851
|
-
})): Apollo.
|
|
9925
|
+
})): Apollo.InteropQueryResult<GetViewQuery, Exact<{
|
|
9852
9926
|
viewId: Scalars["String"]["input"];
|
|
9853
9927
|
}>>;
|
|
9854
9928
|
export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
|
|
@@ -9882,7 +9956,7 @@ export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOption
|
|
|
9882
9956
|
skip?: boolean;
|
|
9883
9957
|
} | {
|
|
9884
9958
|
skip: boolean;
|
|
9885
|
-
})): Apollo.
|
|
9959
|
+
})): Apollo.InteropQueryResult<GetViewsListQuery, Exact<{
|
|
9886
9960
|
libraryId: Scalars["String"]["input"];
|
|
9887
9961
|
}>>;
|
|
9888
9962
|
export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
|
|
@@ -9941,7 +10015,7 @@ export declare function useAttributeWithValuesForMassEditionQuery(baseOptions: A
|
|
|
9941
10015
|
skip?: boolean;
|
|
9942
10016
|
} | {
|
|
9943
10017
|
skip: boolean;
|
|
9944
|
-
})): Apollo.
|
|
10018
|
+
})): Apollo.InteropQueryResult<AttributeWithValuesForMassEditionQuery, Exact<{
|
|
9945
10019
|
attributeId: Scalars["ID"]["input"];
|
|
9946
10020
|
}>>;
|
|
9947
10021
|
export declare function useAttributeWithValuesForMassEditionLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<AttributeWithValuesForMassEditionQuery, AttributeWithValuesForMassEditionQueryVariables>): Apollo.LazyQueryResultTuple<AttributeWithValuesForMassEditionQuery, Exact<{
|
|
@@ -9975,7 +10049,7 @@ export declare function useGetAttributesByLibWithPermissionsQuery(baseOptions: A
|
|
|
9975
10049
|
skip?: boolean;
|
|
9976
10050
|
} | {
|
|
9977
10051
|
skip: boolean;
|
|
9978
|
-
})): Apollo.
|
|
10052
|
+
})): Apollo.InteropQueryResult<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
9979
10053
|
library: Scalars["String"]["input"];
|
|
9980
10054
|
}>>;
|
|
9981
10055
|
export declare function useGetAttributesByLibWithPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibWithPermissionsQuery, GetAttributesByLibWithPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibWithPermissionsQuery, Exact<{
|
|
@@ -10004,7 +10078,7 @@ export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
|
10004
10078
|
* },
|
|
10005
10079
|
* });
|
|
10006
10080
|
*/
|
|
10007
|
-
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.
|
|
10081
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.InteropQueryResult<ExplorerAttributesQuery, Exact<{
|
|
10008
10082
|
ids?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
10009
10083
|
}>>;
|
|
10010
10084
|
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
@@ -10038,7 +10112,7 @@ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryH
|
|
|
10038
10112
|
skip?: boolean;
|
|
10039
10113
|
} | {
|
|
10040
10114
|
skip: boolean;
|
|
10041
|
-
})): Apollo.
|
|
10115
|
+
})): Apollo.InteropQueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
10042
10116
|
id: Scalars["ID"]["input"];
|
|
10043
10117
|
}>>;
|
|
10044
10118
|
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
@@ -10074,7 +10148,7 @@ export declare function useCountValuesOccurrencesQuery(baseOptions: Apollo.Query
|
|
|
10074
10148
|
skip?: boolean;
|
|
10075
10149
|
} | {
|
|
10076
10150
|
skip: boolean;
|
|
10077
|
-
})): Apollo.
|
|
10151
|
+
})): Apollo.InteropQueryResult<CountValuesOccurrencesQuery, Exact<{
|
|
10078
10152
|
library: Scalars["ID"]["input"];
|
|
10079
10153
|
attribute: Scalars["ID"]["input"];
|
|
10080
10154
|
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
@@ -10090,6 +10164,43 @@ export type CountValuesOccurrencesQueryHookResult = ReturnType<typeof useCountVa
|
|
|
10090
10164
|
export type CountValuesOccurrencesLazyQueryHookResult = ReturnType<typeof useCountValuesOccurrencesLazyQuery>;
|
|
10091
10165
|
export type CountValuesOccurrencesSuspenseQueryHookResult = ReturnType<typeof useCountValuesOccurrencesSuspenseQuery>;
|
|
10092
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>;
|
|
10093
10204
|
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
10094
10205
|
/**
|
|
10095
10206
|
* __useExplorerLibraryDataQuery__
|
|
@@ -10117,7 +10228,7 @@ export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHoo
|
|
|
10117
10228
|
skip?: boolean;
|
|
10118
10229
|
} | {
|
|
10119
10230
|
skip: boolean;
|
|
10120
|
-
})): Apollo.
|
|
10231
|
+
})): Apollo.InteropQueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
10121
10232
|
libraryId: Scalars["ID"]["input"];
|
|
10122
10233
|
attributeIds: Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"];
|
|
10123
10234
|
pagination?: InputMaybe<RecordsPagination>;
|
|
@@ -10164,7 +10275,7 @@ export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOp
|
|
|
10164
10275
|
skip?: boolean;
|
|
10165
10276
|
} | {
|
|
10166
10277
|
skip: boolean;
|
|
10167
|
-
})): Apollo.
|
|
10278
|
+
})): Apollo.InteropQueryResult<ExplorerLinkDataQuery, Exact<{
|
|
10168
10279
|
attributeIds: Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"];
|
|
10169
10280
|
parentLibraryId: Scalars["ID"]["input"];
|
|
10170
10281
|
parentRecordId?: InputMaybe<Scalars["String"]["input"]>;
|
|
@@ -10204,7 +10315,7 @@ export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHo
|
|
|
10204
10315
|
skip?: boolean;
|
|
10205
10316
|
} | {
|
|
10206
10317
|
skip: boolean;
|
|
10207
|
-
})): Apollo.
|
|
10318
|
+
})): Apollo.InteropQueryResult<GetLibraryAttributesQuery, Exact<{
|
|
10208
10319
|
libraryId: Scalars["ID"]["input"];
|
|
10209
10320
|
}>>;
|
|
10210
10321
|
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
@@ -10238,7 +10349,7 @@ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.Query
|
|
|
10238
10349
|
skip?: boolean;
|
|
10239
10350
|
} | {
|
|
10240
10351
|
skip: boolean;
|
|
10241
|
-
})): Apollo.
|
|
10352
|
+
})): Apollo.InteropQueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
10242
10353
|
libraryId: Scalars["ID"]["input"];
|
|
10243
10354
|
}>>;
|
|
10244
10355
|
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
@@ -10267,7 +10378,7 @@ export declare const LibraryExportProfilesDocument: Apollo.DocumentNode;
|
|
|
10267
10378
|
* },
|
|
10268
10379
|
* });
|
|
10269
10380
|
*/
|
|
10270
|
-
export declare function useLibraryExportProfilesQuery(baseOptions?: Apollo.QueryHookOptions<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>): Apollo.
|
|
10381
|
+
export declare function useLibraryExportProfilesQuery(baseOptions?: Apollo.QueryHookOptions<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>): Apollo.InteropQueryResult<LibraryExportProfilesQuery, Exact<{
|
|
10271
10382
|
libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
10272
10383
|
}>>;
|
|
10273
10384
|
export declare function useLibraryExportProfilesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>): Apollo.LazyQueryResultTuple<LibraryExportProfilesQuery, Exact<{
|
|
@@ -10302,7 +10413,7 @@ export declare function useExplorerSelectionIdsQuery(baseOptions: Apollo.QueryHo
|
|
|
10302
10413
|
skip?: boolean;
|
|
10303
10414
|
} | {
|
|
10304
10415
|
skip: boolean;
|
|
10305
|
-
})): Apollo.
|
|
10416
|
+
})): Apollo.InteropQueryResult<ExplorerSelectionIdsQuery, Exact<{
|
|
10306
10417
|
libraryId: Scalars["ID"]["input"];
|
|
10307
10418
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
10308
10419
|
}>>;
|
|
@@ -10332,7 +10443,7 @@ export declare const MeDocument: Apollo.DocumentNode;
|
|
|
10332
10443
|
* },
|
|
10333
10444
|
* });
|
|
10334
10445
|
*/
|
|
10335
|
-
export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery, MeQueryVariables>): Apollo.
|
|
10446
|
+
export declare function useMeQuery(baseOptions?: Apollo.QueryHookOptions<MeQuery, MeQueryVariables>): Apollo.InteropQueryResult<MeQuery, Exact<{
|
|
10336
10447
|
[key: string]: never;
|
|
10337
10448
|
}>>;
|
|
10338
10449
|
export declare function useMeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MeQuery, MeQueryVariables>): Apollo.LazyQueryResultTuple<MeQuery, Exact<{
|
|
@@ -10369,6 +10480,126 @@ export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookO
|
|
|
10369
10480
|
export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
|
|
10370
10481
|
export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
|
|
10371
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>;
|
|
10523
|
+
export declare const SmartFilterListValuesDocument: Apollo.DocumentNode;
|
|
10524
|
+
/**
|
|
10525
|
+
* __useSmartFilterListValuesQuery__
|
|
10526
|
+
*
|
|
10527
|
+
* To run a query within a React component, call `useSmartFilterListValuesQuery` and pass it any options that fit your needs.
|
|
10528
|
+
* When your component renders, `useSmartFilterListValuesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
10529
|
+
* you can use to render your UI.
|
|
10530
|
+
*
|
|
10531
|
+
* @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;
|
|
10532
|
+
*
|
|
10533
|
+
* @example
|
|
10534
|
+
* const { data, loading, error } = useSmartFilterListValuesQuery({
|
|
10535
|
+
* variables: {
|
|
10536
|
+
* library: // value for 'library'
|
|
10537
|
+
* attribute: // value for 'attribute'
|
|
10538
|
+
* recordFilters: // value for 'recordFilters'
|
|
10539
|
+
* },
|
|
10540
|
+
* });
|
|
10541
|
+
*/
|
|
10542
|
+
export declare function useSmartFilterListValuesQuery(baseOptions: Apollo.QueryHookOptions<SmartFilterListValuesQuery, SmartFilterListValuesQueryVariables> & ({
|
|
10543
|
+
variables: SmartFilterListValuesQueryVariables;
|
|
10544
|
+
skip?: boolean;
|
|
10545
|
+
} | {
|
|
10546
|
+
skip: boolean;
|
|
10547
|
+
})): Apollo.InteropQueryResult<SmartFilterListValuesQuery, Exact<{
|
|
10548
|
+
library: Scalars["ID"]["input"];
|
|
10549
|
+
attribute: Scalars["ID"]["input"];
|
|
10550
|
+
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
10551
|
+
}>>;
|
|
10552
|
+
export declare function useSmartFilterListValuesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<SmartFilterListValuesQuery, SmartFilterListValuesQueryVariables>): Apollo.LazyQueryResultTuple<SmartFilterListValuesQuery, Exact<{
|
|
10553
|
+
library: Scalars["ID"]["input"];
|
|
10554
|
+
attribute: Scalars["ID"]["input"];
|
|
10555
|
+
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
10556
|
+
}>>;
|
|
10557
|
+
export declare function useSmartFilterListValuesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<SmartFilterListValuesQuery, SmartFilterListValuesQueryVariables>): Apollo.UseSuspenseQueryResult<SmartFilterListValuesQuery, SmartFilterListValuesQueryVariables>;
|
|
10558
|
+
export declare function useSmartFilterListValuesSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<SmartFilterListValuesQuery, SmartFilterListValuesQueryVariables>): Apollo.UseSuspenseQueryResult<SmartFilterListValuesQuery | undefined, SmartFilterListValuesQueryVariables>;
|
|
10559
|
+
export type SmartFilterListValuesQueryHookResult = ReturnType<typeof useSmartFilterListValuesQuery>;
|
|
10560
|
+
export type SmartFilterListValuesLazyQueryHookResult = ReturnType<typeof useSmartFilterListValuesLazyQuery>;
|
|
10561
|
+
export type SmartFilterListValuesSuspenseQueryHookResult = ReturnType<typeof useSmartFilterListValuesSuspenseQuery>;
|
|
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>;
|
|
10372
10603
|
export declare const NotificationDocument: Apollo.DocumentNode;
|
|
10373
10604
|
/**
|
|
10374
10605
|
* __useNotificationSubscription__
|
|
@@ -10385,9 +10616,15 @@ export declare const NotificationDocument: Apollo.DocumentNode;
|
|
|
10385
10616
|
* },
|
|
10386
10617
|
* });
|
|
10387
10618
|
*/
|
|
10388
|
-
export declare function useNotificationSubscription(baseOptions?: Apollo.SubscriptionHookOptions<NotificationSubscription, NotificationSubscriptionVariables>):
|
|
10389
|
-
|
|
10390
|
-
|
|
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
|
+
};
|
|
10391
10628
|
export type NotificationSubscriptionHookResult = ReturnType<typeof useNotificationSubscription>;
|
|
10392
10629
|
export type NotificationSubscriptionResult = Apollo.SubscriptionResult<NotificationSubscription>;
|
|
10393
10630
|
export declare const GetRecordHistoryDocument: Apollo.DocumentNode;
|
|
@@ -10415,7 +10652,7 @@ export declare function useGetRecordHistoryQuery(baseOptions: Apollo.QueryHookOp
|
|
|
10415
10652
|
skip?: boolean;
|
|
10416
10653
|
} | {
|
|
10417
10654
|
skip: boolean;
|
|
10418
|
-
})): Apollo.
|
|
10655
|
+
})): Apollo.InteropQueryResult<GetRecordHistoryQuery, Exact<{
|
|
10419
10656
|
record: LogTopicRecordFilterInput;
|
|
10420
10657
|
attributeId?: InputMaybe<Scalars["String"]["input"]>;
|
|
10421
10658
|
actions?: InputMaybe<Array<LogAction> | LogAction>;
|
|
@@ -10433,6 +10670,49 @@ export type GetRecordHistoryQueryHookResult = ReturnType<typeof useGetRecordHist
|
|
|
10433
10670
|
export type GetRecordHistoryLazyQueryHookResult = ReturnType<typeof useGetRecordHistoryLazyQuery>;
|
|
10434
10671
|
export type GetRecordHistorySuspenseQueryHookResult = ReturnType<typeof useGetRecordHistorySuspenseQuery>;
|
|
10435
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>;
|
|
10436
10716
|
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
10437
10717
|
/**
|
|
10438
10718
|
* __useTreeDataQueryQuery__
|
|
@@ -10455,7 +10735,7 @@ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptio
|
|
|
10455
10735
|
skip?: boolean;
|
|
10456
10736
|
} | {
|
|
10457
10737
|
skip: boolean;
|
|
10458
|
-
})): Apollo.
|
|
10738
|
+
})): Apollo.InteropQueryResult<TreeDataQueryQuery, Exact<{
|
|
10459
10739
|
treeId: Scalars["ID"]["input"];
|
|
10460
10740
|
}>>;
|
|
10461
10741
|
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|