@leav/ui 0.3.6-ac37a84 → 0.3.6-af10514
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__mocks__/common/attribute.js +1 -0
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/form.d.ts +1 -0
- package/dist/__mocks__/common/form.js +15 -0
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/value.js +1 -0
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +392 -25
- package/dist/_gqlTypes/index.js +213 -33
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/getAttributesByLib.js +7 -5
- package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
- package/dist/_queries/records/getRecordColumnsValues.d.ts +1 -1
- package/dist/_queries/records/getRecordsFromLibraryQuery.js +1 -0
- package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js +1 -0
- package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
- package/dist/_utils/attributeType.d.ts +3 -0
- package/dist/_utils/attributeType.js +7 -0
- package/dist/_utils/attributeType.js.map +1 -0
- package/dist/antdTheme/index.d.ts +0 -3
- package/dist/antdTheme/index.js +3 -42
- package/dist/antdTheme/index.js.map +1 -1
- package/dist/components/Explorer/DataView.d.ts +6 -1
- package/dist/components/Explorer/DataView.js +66 -18
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +7 -4
- package/dist/components/Explorer/Explorer.js +66 -23
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerTitle.d.ts +2 -0
- package/dist/components/Explorer/ExplorerTitle.js +28 -11
- package/dist/components/Explorer/ExplorerTitle.js.map +1 -1
- package/dist/components/Explorer/ExplorerToolbar.d.ts +5 -0
- package/dist/components/Explorer/ExplorerToolbar.js +45 -0
- package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
- package/dist/components/Explorer/TableCell.js +15 -6
- package/dist/components/Explorer/TableCell.js.map +1 -1
- package/dist/components/Explorer/_constants.d.ts +1 -0
- package/dist/components/Explorer/_constants.js +1 -0
- package/dist/components/Explorer/_constants.js.map +1 -1
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +99 -0
- package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +13 -7
- package/dist/components/Explorer/_queries/useExplorerData.js +71 -82
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +62 -8
- package/dist/components/Explorer/_types.js +7 -1
- package/dist/components/Explorer/_types.js.map +1 -1
- package/dist/components/Explorer/{nullValuesConditions.d.ts → conditionsHelper.d.ts} +1 -0
- package/dist/components/Explorer/{nullValuesConditions.js → conditionsHelper.js} +3 -1
- package/dist/components/Explorer/conditionsHelper.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +3 -2
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +3 -1
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +9 -3
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +13 -3
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +2 -2
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +16 -31
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +2 -2
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +13 -37
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +32 -20
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.d.ts +7 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +40 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js +79 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/LinkAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +2 -2
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +7 -32
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +2 -2
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +7 -32
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js +2 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +6 -4
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +17 -19
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +14 -7
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +6 -2
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +6 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +24 -8
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +50 -7
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
- package/dist/components/Explorer/useColumnWidth.d.ts +6 -0
- package/dist/components/Explorer/useColumnWidth.js +48 -0
- package/dist/components/Explorer/useColumnWidth.js.map +1 -0
- package/dist/components/Explorer/useCreateAction.d.ts +4 -2
- package/dist/components/Explorer/useCreateAction.js +35 -2
- package/dist/components/Explorer/useCreateAction.js.map +1 -1
- package/dist/components/Explorer/useDeactivateMassAction.d.ts +27 -0
- package/dist/components/Explorer/useDeactivateMassAction.js +71 -0
- package/dist/components/Explorer/useDeactivateMassAction.js.map +1 -0
- package/dist/components/Explorer/useEditAction.js +3 -3
- package/dist/components/Explorer/useEditAction.js.map +1 -1
- package/dist/components/Explorer/useMassActions.d.ts +27 -0
- package/dist/components/Explorer/useMassActions.js +109 -0
- package/dist/components/Explorer/useMassActions.js.map +1 -0
- package/dist/components/Explorer/usePrimaryActions.js +14 -7
- package/dist/components/Explorer/usePrimaryActions.js.map +1 -1
- package/dist/components/Explorer/useRemoveAction.d.ts +23 -0
- package/dist/components/Explorer/useRemoveAction.js +109 -0
- package/dist/components/Explorer/useRemoveAction.js.map +1 -0
- package/dist/components/Explorer/useSearchInput.d.ts +10 -4
- package/dist/components/Explorer/useSearchInput.js +9 -1
- package/dist/components/Explorer/useSearchInput.js.map +1 -1
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +2 -2
- package/dist/components/Explorer/useViewSettingsReducer.js +159 -54
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +7 -2
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +58 -61
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +4 -4
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
- package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +2 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +81 -25
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +47 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +9 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +16 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +6 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +7 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +9 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +6 -6
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +4 -15
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +5 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +3 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +0 -5
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +10 -4
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
- package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +35 -17
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -7
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +6 -8
- package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -281
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +25 -56
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +1 -13
- package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -1
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.d.ts +1 -1
- package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +2 -2
- package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.js +6 -0
- package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
- package/dist/components/RecordEdition/index.d.ts +1 -0
- package/dist/components/RecordEdition/index.js +1 -0
- package/dist/components/RecordEdition/index.js.map +1 -1
- package/dist/constants.d.ts +3 -0
- package/dist/constants.js +3 -0
- package/dist/constants.js.map +1 -1
- package/dist/locales/en/shared.json +42 -10
- package/dist/locales/fr/shared.json +44 -12
- package/package.json +2 -2
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.d.ts +0 -4
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js +0 -47
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js.map +0 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.d.ts +0 -3
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js +0 -72
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js.map +0 -1
- package/dist/components/Explorer/nullValuesConditions.js.map +0 -1
- package/dist/components/Explorer/useDeactivateAction.d.ts +0 -12
- package/dist/components/Explorer/useDeactivateAction.js +0 -52
- package/dist/components/Explorer/useDeactivateAction.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -8
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -23
- package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
|
@@ -953,6 +953,11 @@ export type AttributesByLibAttributeTreeAttributeFragment = {
|
|
|
953
953
|
} | null;
|
|
954
954
|
};
|
|
955
955
|
export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
|
|
956
|
+
export type AttributesByLibLinkAttributeFragment = {
|
|
957
|
+
linked_library?: {
|
|
958
|
+
id: string;
|
|
959
|
+
} | null;
|
|
960
|
+
};
|
|
956
961
|
export type LibraryLightFragment = {
|
|
957
962
|
id: string;
|
|
958
963
|
label?: any | null;
|
|
@@ -1483,6 +1488,7 @@ export type RecordFormElementFragment = {
|
|
|
1483
1488
|
format?: AttributeFormat | null;
|
|
1484
1489
|
system: boolean;
|
|
1485
1490
|
readonly: boolean;
|
|
1491
|
+
required: boolean;
|
|
1486
1492
|
multiple_values: boolean;
|
|
1487
1493
|
compute: boolean;
|
|
1488
1494
|
linked_library?: {
|
|
@@ -1565,6 +1571,7 @@ export type RecordFormElementFragment = {
|
|
|
1565
1571
|
format?: AttributeFormat | null;
|
|
1566
1572
|
system: boolean;
|
|
1567
1573
|
readonly: boolean;
|
|
1574
|
+
required: boolean;
|
|
1568
1575
|
multiple_values: boolean;
|
|
1569
1576
|
compute: boolean;
|
|
1570
1577
|
values_list?: {
|
|
@@ -1634,6 +1641,7 @@ export type RecordFormElementFragment = {
|
|
|
1634
1641
|
format?: AttributeFormat | null;
|
|
1635
1642
|
system: boolean;
|
|
1636
1643
|
readonly: boolean;
|
|
1644
|
+
required: boolean;
|
|
1637
1645
|
multiple_values: boolean;
|
|
1638
1646
|
compute: boolean;
|
|
1639
1647
|
linked_tree?: {
|
|
@@ -2138,6 +2146,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2138
2146
|
format?: AttributeFormat | null;
|
|
2139
2147
|
system: boolean;
|
|
2140
2148
|
readonly: boolean;
|
|
2149
|
+
required: boolean;
|
|
2141
2150
|
multiple_values: boolean;
|
|
2142
2151
|
compute: boolean;
|
|
2143
2152
|
linked_library?: {
|
|
@@ -2221,6 +2230,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2221
2230
|
format?: AttributeFormat | null;
|
|
2222
2231
|
system: boolean;
|
|
2223
2232
|
readonly: boolean;
|
|
2233
|
+
required: boolean;
|
|
2224
2234
|
multiple_values: boolean;
|
|
2225
2235
|
compute: boolean;
|
|
2226
2236
|
values_list?: {
|
|
@@ -2291,6 +2301,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2291
2301
|
format?: AttributeFormat | null;
|
|
2292
2302
|
system: boolean;
|
|
2293
2303
|
readonly: boolean;
|
|
2304
|
+
required: boolean;
|
|
2294
2305
|
multiple_values: boolean;
|
|
2295
2306
|
compute: boolean;
|
|
2296
2307
|
linked_tree?: {
|
|
@@ -2535,6 +2546,13 @@ export type ViewDetailsFilterFragment = {
|
|
|
2535
2546
|
label?: any | null;
|
|
2536
2547
|
} | null;
|
|
2537
2548
|
};
|
|
2549
|
+
export type LinkAttributeDetailsFragment = {
|
|
2550
|
+
label?: any | null;
|
|
2551
|
+
linked_library?: {
|
|
2552
|
+
id: string;
|
|
2553
|
+
label?: any | null;
|
|
2554
|
+
} | null;
|
|
2555
|
+
};
|
|
2538
2556
|
export type AttributePropertiesFragment = {
|
|
2539
2557
|
id: string;
|
|
2540
2558
|
label?: any | null;
|
|
@@ -2578,8 +2596,115 @@ export type PropertyValueTreeValueFragment = {
|
|
|
2578
2596
|
};
|
|
2579
2597
|
export type PropertyValueValueFragment = {
|
|
2580
2598
|
valuePayload?: any | null;
|
|
2599
|
+
valueRawPayload?: any | null;
|
|
2581
2600
|
};
|
|
2582
2601
|
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2602
|
+
export type LinkPropertyLinkValueFragment = {
|
|
2603
|
+
id_value?: string | null;
|
|
2604
|
+
payload?: {
|
|
2605
|
+
id: string;
|
|
2606
|
+
properties: Array<{
|
|
2607
|
+
attributeId: string;
|
|
2608
|
+
attributeProperties: {
|
|
2609
|
+
id: string;
|
|
2610
|
+
label?: any | null;
|
|
2611
|
+
type: AttributeType;
|
|
2612
|
+
format?: AttributeFormat | null;
|
|
2613
|
+
multiple_values: boolean;
|
|
2614
|
+
};
|
|
2615
|
+
values: Array<{
|
|
2616
|
+
linkPayload?: {
|
|
2617
|
+
id: string;
|
|
2618
|
+
whoAmI: {
|
|
2619
|
+
id: string;
|
|
2620
|
+
label?: string | null;
|
|
2621
|
+
subLabel?: string | null;
|
|
2622
|
+
color?: string | null;
|
|
2623
|
+
preview?: IPreviewScalar | null;
|
|
2624
|
+
library: {
|
|
2625
|
+
id: string;
|
|
2626
|
+
label?: any | null;
|
|
2627
|
+
};
|
|
2628
|
+
};
|
|
2629
|
+
} | null;
|
|
2630
|
+
} | {
|
|
2631
|
+
treePayload?: {
|
|
2632
|
+
record: {
|
|
2633
|
+
id: string;
|
|
2634
|
+
whoAmI: {
|
|
2635
|
+
id: string;
|
|
2636
|
+
label?: string | null;
|
|
2637
|
+
subLabel?: string | null;
|
|
2638
|
+
color?: string | null;
|
|
2639
|
+
preview?: IPreviewScalar | null;
|
|
2640
|
+
library: {
|
|
2641
|
+
id: string;
|
|
2642
|
+
label?: any | null;
|
|
2643
|
+
};
|
|
2644
|
+
};
|
|
2645
|
+
};
|
|
2646
|
+
} | null;
|
|
2647
|
+
} | {
|
|
2648
|
+
valuePayload?: any | null;
|
|
2649
|
+
valueRawPayload?: any | null;
|
|
2650
|
+
}>;
|
|
2651
|
+
}>;
|
|
2652
|
+
whoAmI: {
|
|
2653
|
+
id: string;
|
|
2654
|
+
label?: string | null;
|
|
2655
|
+
subLabel?: string | null;
|
|
2656
|
+
color?: string | null;
|
|
2657
|
+
preview?: IPreviewScalar | null;
|
|
2658
|
+
library: {
|
|
2659
|
+
id: string;
|
|
2660
|
+
label?: any | null;
|
|
2661
|
+
};
|
|
2662
|
+
};
|
|
2663
|
+
} | null;
|
|
2664
|
+
};
|
|
2665
|
+
export type LinkPropertyTreeValueValueFragment = {
|
|
2666
|
+
id_value?: string | null;
|
|
2667
|
+
};
|
|
2668
|
+
export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
|
|
2669
|
+
export type LibraryAttributeLinkAttributeFragment = {
|
|
2670
|
+
id: string;
|
|
2671
|
+
type: AttributeType;
|
|
2672
|
+
label?: any | null;
|
|
2673
|
+
linked_library?: {
|
|
2674
|
+
id: string;
|
|
2675
|
+
label?: any | null;
|
|
2676
|
+
attributes?: Array<{
|
|
2677
|
+
id: string;
|
|
2678
|
+
type: AttributeType;
|
|
2679
|
+
format?: AttributeFormat | null;
|
|
2680
|
+
label?: any | null;
|
|
2681
|
+
}> | null;
|
|
2682
|
+
} | null;
|
|
2683
|
+
};
|
|
2684
|
+
export type LibraryAttributeStandardAttributeFragment = {
|
|
2685
|
+
format?: AttributeFormat | null;
|
|
2686
|
+
id: string;
|
|
2687
|
+
type: AttributeType;
|
|
2688
|
+
label?: any | null;
|
|
2689
|
+
};
|
|
2690
|
+
export type LibraryAttributeTreeAttributeFragment = {
|
|
2691
|
+
id: string;
|
|
2692
|
+
type: AttributeType;
|
|
2693
|
+
label?: any | null;
|
|
2694
|
+
};
|
|
2695
|
+
export type LibraryAttributeFragment = LibraryAttributeLinkAttributeFragment | LibraryAttributeStandardAttributeFragment | LibraryAttributeTreeAttributeFragment;
|
|
2696
|
+
export type LibraryAttributeLinkFragment = {
|
|
2697
|
+
linked_library?: {
|
|
2698
|
+
id: string;
|
|
2699
|
+
label?: any | null;
|
|
2700
|
+
attributes?: Array<{
|
|
2701
|
+
id: string;
|
|
2702
|
+
type: AttributeType;
|
|
2703
|
+
format?: AttributeFormat | null;
|
|
2704
|
+
label?: any | null;
|
|
2705
|
+
}> | null;
|
|
2706
|
+
} | null;
|
|
2707
|
+
};
|
|
2583
2708
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
2584
2709
|
id?: InputMaybe<Scalars['ID']>;
|
|
2585
2710
|
endpoint?: InputMaybe<Scalars['String']>;
|
|
@@ -3974,6 +4099,7 @@ export type RecordFormQuery = {
|
|
|
3974
4099
|
format?: AttributeFormat | null;
|
|
3975
4100
|
system: boolean;
|
|
3976
4101
|
readonly: boolean;
|
|
4102
|
+
required: boolean;
|
|
3977
4103
|
multiple_values: boolean;
|
|
3978
4104
|
compute: boolean;
|
|
3979
4105
|
linked_library?: {
|
|
@@ -4056,6 +4182,7 @@ export type RecordFormQuery = {
|
|
|
4056
4182
|
format?: AttributeFormat | null;
|
|
4057
4183
|
system: boolean;
|
|
4058
4184
|
readonly: boolean;
|
|
4185
|
+
required: boolean;
|
|
4059
4186
|
multiple_values: boolean;
|
|
4060
4187
|
compute: boolean;
|
|
4061
4188
|
values_list?: {
|
|
@@ -4125,6 +4252,7 @@ export type RecordFormQuery = {
|
|
|
4125
4252
|
format?: AttributeFormat | null;
|
|
4126
4253
|
system: boolean;
|
|
4127
4254
|
readonly: boolean;
|
|
4255
|
+
required: boolean;
|
|
4128
4256
|
multiple_values: boolean;
|
|
4129
4257
|
compute: boolean;
|
|
4130
4258
|
linked_tree?: {
|
|
@@ -5958,10 +6086,38 @@ export type ExplorerAttributesQuery = {
|
|
|
5958
6086
|
type: AttributeType;
|
|
5959
6087
|
format?: AttributeFormat | null;
|
|
5960
6088
|
label?: any | null;
|
|
6089
|
+
linked_library?: {
|
|
6090
|
+
id: string;
|
|
6091
|
+
label?: any | null;
|
|
6092
|
+
} | null;
|
|
6093
|
+
} | {
|
|
6094
|
+
id: string;
|
|
6095
|
+
type: AttributeType;
|
|
6096
|
+
format?: AttributeFormat | null;
|
|
6097
|
+
label?: any | null;
|
|
5961
6098
|
}>;
|
|
5962
6099
|
} | null;
|
|
5963
6100
|
};
|
|
5964
|
-
export type
|
|
6101
|
+
export type ExplorerLinkAttributeQueryVariables = Exact<{
|
|
6102
|
+
id: Scalars['ID'];
|
|
6103
|
+
}>;
|
|
6104
|
+
export type ExplorerLinkAttributeQuery = {
|
|
6105
|
+
attributes?: {
|
|
6106
|
+
list: Array<{
|
|
6107
|
+
label?: any | null;
|
|
6108
|
+
id: string;
|
|
6109
|
+
multiple_values: boolean;
|
|
6110
|
+
linked_library?: {
|
|
6111
|
+
id: string;
|
|
6112
|
+
label?: any | null;
|
|
6113
|
+
} | null;
|
|
6114
|
+
} | {
|
|
6115
|
+
id: string;
|
|
6116
|
+
multiple_values: boolean;
|
|
6117
|
+
}>;
|
|
6118
|
+
} | null;
|
|
6119
|
+
};
|
|
6120
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
5965
6121
|
libraryId: Scalars['ID'];
|
|
5966
6122
|
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
5967
6123
|
pagination?: InputMaybe<RecordsPagination>;
|
|
@@ -5969,7 +6125,7 @@ export type ExplorerQueryVariables = Exact<{
|
|
|
5969
6125
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
5970
6126
|
searchQuery?: InputMaybe<Scalars['String']>;
|
|
5971
6127
|
}>;
|
|
5972
|
-
export type
|
|
6128
|
+
export type ExplorerLibraryDataQuery = {
|
|
5973
6129
|
records: {
|
|
5974
6130
|
totalCount?: number | null;
|
|
5975
6131
|
list: Array<{
|
|
@@ -6028,15 +6184,134 @@ export type ExplorerQuery = {
|
|
|
6028
6184
|
} | null;
|
|
6029
6185
|
} | {
|
|
6030
6186
|
valuePayload?: any | null;
|
|
6187
|
+
valueRawPayload?: any | null;
|
|
6031
6188
|
}>;
|
|
6032
6189
|
}>;
|
|
6033
6190
|
}>;
|
|
6034
6191
|
};
|
|
6035
6192
|
};
|
|
6036
|
-
export type
|
|
6193
|
+
export type ExplorerLinkDataQueryVariables = Exact<{
|
|
6194
|
+
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
6195
|
+
parentLibraryId: Scalars['ID'];
|
|
6196
|
+
parentRecordId?: InputMaybe<Scalars['String']>;
|
|
6197
|
+
linkAttributeId: Scalars['ID'];
|
|
6198
|
+
}>;
|
|
6199
|
+
export type ExplorerLinkDataQuery = {
|
|
6200
|
+
records: {
|
|
6201
|
+
list: Array<{
|
|
6202
|
+
id: string;
|
|
6203
|
+
whoAmI: {
|
|
6204
|
+
id: string;
|
|
6205
|
+
library: {
|
|
6206
|
+
id: string;
|
|
6207
|
+
};
|
|
6208
|
+
};
|
|
6209
|
+
property: Array<{
|
|
6210
|
+
id_value?: string | null;
|
|
6211
|
+
payload?: {
|
|
6212
|
+
id: string;
|
|
6213
|
+
whoAmI: {
|
|
6214
|
+
id: string;
|
|
6215
|
+
label?: string | null;
|
|
6216
|
+
subLabel?: string | null;
|
|
6217
|
+
color?: string | null;
|
|
6218
|
+
preview?: IPreviewScalar | null;
|
|
6219
|
+
library: {
|
|
6220
|
+
id: string;
|
|
6221
|
+
label?: any | null;
|
|
6222
|
+
};
|
|
6223
|
+
};
|
|
6224
|
+
properties: Array<{
|
|
6225
|
+
attributeId: string;
|
|
6226
|
+
attributeProperties: {
|
|
6227
|
+
id: string;
|
|
6228
|
+
label?: any | null;
|
|
6229
|
+
type: AttributeType;
|
|
6230
|
+
format?: AttributeFormat | null;
|
|
6231
|
+
multiple_values: boolean;
|
|
6232
|
+
};
|
|
6233
|
+
values: Array<{
|
|
6234
|
+
linkPayload?: {
|
|
6235
|
+
id: string;
|
|
6236
|
+
whoAmI: {
|
|
6237
|
+
id: string;
|
|
6238
|
+
label?: string | null;
|
|
6239
|
+
subLabel?: string | null;
|
|
6240
|
+
color?: string | null;
|
|
6241
|
+
preview?: IPreviewScalar | null;
|
|
6242
|
+
library: {
|
|
6243
|
+
id: string;
|
|
6244
|
+
label?: any | null;
|
|
6245
|
+
};
|
|
6246
|
+
};
|
|
6247
|
+
} | null;
|
|
6248
|
+
} | {
|
|
6249
|
+
treePayload?: {
|
|
6250
|
+
record: {
|
|
6251
|
+
id: string;
|
|
6252
|
+
whoAmI: {
|
|
6253
|
+
id: string;
|
|
6254
|
+
label?: string | null;
|
|
6255
|
+
subLabel?: string | null;
|
|
6256
|
+
color?: string | null;
|
|
6257
|
+
preview?: IPreviewScalar | null;
|
|
6258
|
+
library: {
|
|
6259
|
+
id: string;
|
|
6260
|
+
label?: any | null;
|
|
6261
|
+
};
|
|
6262
|
+
};
|
|
6263
|
+
};
|
|
6264
|
+
} | null;
|
|
6265
|
+
} | {
|
|
6266
|
+
valuePayload?: any | null;
|
|
6267
|
+
valueRawPayload?: any | null;
|
|
6268
|
+
}>;
|
|
6269
|
+
}>;
|
|
6270
|
+
} | null;
|
|
6271
|
+
} | {
|
|
6272
|
+
id_value?: string | null;
|
|
6273
|
+
}>;
|
|
6274
|
+
}>;
|
|
6275
|
+
};
|
|
6276
|
+
};
|
|
6277
|
+
export type GetLibraryAttributesQueryVariables = Exact<{
|
|
6278
|
+
id: Scalars['ID'];
|
|
6279
|
+
}>;
|
|
6280
|
+
export type GetLibraryAttributesQuery = {
|
|
6281
|
+
libraries?: {
|
|
6282
|
+
list: Array<{
|
|
6283
|
+
id: string;
|
|
6284
|
+
attributes?: Array<{
|
|
6285
|
+
id: string;
|
|
6286
|
+
type: AttributeType;
|
|
6287
|
+
label?: any | null;
|
|
6288
|
+
linked_library?: {
|
|
6289
|
+
id: string;
|
|
6290
|
+
label?: any | null;
|
|
6291
|
+
attributes?: Array<{
|
|
6292
|
+
id: string;
|
|
6293
|
+
type: AttributeType;
|
|
6294
|
+
format?: AttributeFormat | null;
|
|
6295
|
+
label?: any | null;
|
|
6296
|
+
}> | null;
|
|
6297
|
+
} | null;
|
|
6298
|
+
} | {
|
|
6299
|
+
format?: AttributeFormat | null;
|
|
6300
|
+
id: string;
|
|
6301
|
+
type: AttributeType;
|
|
6302
|
+
label?: any | null;
|
|
6303
|
+
} | {
|
|
6304
|
+
id: string;
|
|
6305
|
+
type: AttributeType;
|
|
6306
|
+
label?: any | null;
|
|
6307
|
+
}> | null;
|
|
6308
|
+
}>;
|
|
6309
|
+
} | null;
|
|
6310
|
+
};
|
|
6311
|
+
export type ExplorerLibraryDetailsQueryVariables = Exact<{
|
|
6037
6312
|
libraryId: Scalars['ID'];
|
|
6038
6313
|
}>;
|
|
6039
|
-
export type
|
|
6314
|
+
export type ExplorerLibraryDetailsQuery = {
|
|
6040
6315
|
libraries?: {
|
|
6041
6316
|
list: Array<{
|
|
6042
6317
|
id: string;
|
|
@@ -6058,6 +6333,7 @@ export type TreeDataQueryQuery = {
|
|
|
6058
6333
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
6059
6334
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
6060
6335
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6336
|
+
export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6061
6337
|
export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6062
6338
|
export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
|
|
6063
6339
|
export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6074,8 +6350,12 @@ export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
|
6074
6350
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6075
6351
|
export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
|
|
6076
6352
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6077
|
-
export declare const
|
|
6353
|
+
export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6078
6354
|
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6355
|
+
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6356
|
+
export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
|
|
6357
|
+
export declare const LibraryAttributeLinkFragmentDoc: Apollo.DocumentNode;
|
|
6358
|
+
export declare const LibraryAttributeFragmentDoc: Apollo.DocumentNode;
|
|
6079
6359
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
6080
6360
|
/**
|
|
6081
6361
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -7512,18 +7792,44 @@ export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.Lazy
|
|
|
7512
7792
|
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7513
7793
|
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7514
7794
|
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7515
|
-
export declare const
|
|
7795
|
+
export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
|
|
7796
|
+
/**
|
|
7797
|
+
* __useExplorerLinkAttributeQuery__
|
|
7798
|
+
*
|
|
7799
|
+
* To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
|
|
7800
|
+
* When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7801
|
+
* you can use to render your UI.
|
|
7802
|
+
*
|
|
7803
|
+
* @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;
|
|
7804
|
+
*
|
|
7805
|
+
* @example
|
|
7806
|
+
* const { data, loading, error } = useExplorerLinkAttributeQuery({
|
|
7807
|
+
* variables: {
|
|
7808
|
+
* id: // value for 'id'
|
|
7809
|
+
* },
|
|
7810
|
+
* });
|
|
7811
|
+
*/
|
|
7812
|
+
export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
|
|
7813
|
+
id: Scalars["ID"];
|
|
7814
|
+
}>>;
|
|
7815
|
+
export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
|
|
7816
|
+
id: Scalars["ID"];
|
|
7817
|
+
}>>;
|
|
7818
|
+
export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
|
|
7819
|
+
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
7820
|
+
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
7821
|
+
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7516
7822
|
/**
|
|
7517
|
-
*
|
|
7823
|
+
* __useExplorerLibraryDataQuery__
|
|
7518
7824
|
*
|
|
7519
|
-
* To run a query within a React component, call `
|
|
7520
|
-
* When your component renders, `
|
|
7825
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
7826
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7521
7827
|
* you can use to render your UI.
|
|
7522
7828
|
*
|
|
7523
7829
|
* @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;
|
|
7524
7830
|
*
|
|
7525
7831
|
* @example
|
|
7526
|
-
* const { data, loading, error } =
|
|
7832
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7527
7833
|
* variables: {
|
|
7528
7834
|
* libraryId: // value for 'libraryId'
|
|
7529
7835
|
* attributeIds: // value for 'attributeIds'
|
|
@@ -7534,7 +7840,7 @@ export declare const ExplorerDocument: Apollo.DocumentNode;
|
|
|
7534
7840
|
* },
|
|
7535
7841
|
* });
|
|
7536
7842
|
*/
|
|
7537
|
-
export declare function
|
|
7843
|
+
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7538
7844
|
libraryId: Scalars["ID"];
|
|
7539
7845
|
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7540
7846
|
pagination?: InputMaybe<RecordsPagination>;
|
|
@@ -7542,7 +7848,7 @@ export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<Ex
|
|
|
7542
7848
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7543
7849
|
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7544
7850
|
}>>;
|
|
7545
|
-
export declare function
|
|
7851
|
+
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7546
7852
|
libraryId: Scalars["ID"];
|
|
7547
7853
|
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7548
7854
|
pagination?: InputMaybe<RecordsPagination>;
|
|
@@ -7550,35 +7856,96 @@ export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookO
|
|
|
7550
7856
|
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7551
7857
|
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7552
7858
|
}>>;
|
|
7553
|
-
export type
|
|
7554
|
-
export type
|
|
7555
|
-
export type
|
|
7556
|
-
export declare const
|
|
7859
|
+
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7860
|
+
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7861
|
+
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7862
|
+
export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
|
|
7557
7863
|
/**
|
|
7558
|
-
*
|
|
7864
|
+
* __useExplorerLinkDataQuery__
|
|
7559
7865
|
*
|
|
7560
|
-
* To run a query within a React component, call `
|
|
7561
|
-
* When your component renders, `
|
|
7866
|
+
* To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
|
|
7867
|
+
* When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7562
7868
|
* you can use to render your UI.
|
|
7563
7869
|
*
|
|
7564
7870
|
* @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;
|
|
7565
7871
|
*
|
|
7566
7872
|
* @example
|
|
7567
|
-
* const { data, loading, error } =
|
|
7873
|
+
* const { data, loading, error } = useExplorerLinkDataQuery({
|
|
7874
|
+
* variables: {
|
|
7875
|
+
* attributeIds: // value for 'attributeIds'
|
|
7876
|
+
* parentLibraryId: // value for 'parentLibraryId'
|
|
7877
|
+
* parentRecordId: // value for 'parentRecordId'
|
|
7878
|
+
* linkAttributeId: // value for 'linkAttributeId'
|
|
7879
|
+
* },
|
|
7880
|
+
* });
|
|
7881
|
+
*/
|
|
7882
|
+
export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
|
|
7883
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7884
|
+
parentLibraryId: Scalars["ID"];
|
|
7885
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7886
|
+
linkAttributeId: Scalars["ID"];
|
|
7887
|
+
}>>;
|
|
7888
|
+
export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
|
|
7889
|
+
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7890
|
+
parentLibraryId: Scalars["ID"];
|
|
7891
|
+
parentRecordId?: InputMaybe<Scalars["String"]>;
|
|
7892
|
+
linkAttributeId: Scalars["ID"];
|
|
7893
|
+
}>>;
|
|
7894
|
+
export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
|
|
7895
|
+
export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
|
|
7896
|
+
export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
|
|
7897
|
+
export declare const GetLibraryAttributesDocument: Apollo.DocumentNode;
|
|
7898
|
+
/**
|
|
7899
|
+
* __useGetLibraryAttributesQuery__
|
|
7900
|
+
*
|
|
7901
|
+
* To run a query within a React component, call `useGetLibraryAttributesQuery` and pass it any options that fit your needs.
|
|
7902
|
+
* When your component renders, `useGetLibraryAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7903
|
+
* you can use to render your UI.
|
|
7904
|
+
*
|
|
7905
|
+
* @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;
|
|
7906
|
+
*
|
|
7907
|
+
* @example
|
|
7908
|
+
* const { data, loading, error } = useGetLibraryAttributesQuery({
|
|
7909
|
+
* variables: {
|
|
7910
|
+
* id: // value for 'id'
|
|
7911
|
+
* },
|
|
7912
|
+
* });
|
|
7913
|
+
*/
|
|
7914
|
+
export declare function useGetLibraryAttributesQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.QueryResult<GetLibraryAttributesQuery, Exact<{
|
|
7915
|
+
id: Scalars["ID"];
|
|
7916
|
+
}>>;
|
|
7917
|
+
export declare function useGetLibraryAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryAttributesQuery, Exact<{
|
|
7918
|
+
id: Scalars["ID"];
|
|
7919
|
+
}>>;
|
|
7920
|
+
export type GetLibraryAttributesQueryHookResult = ReturnType<typeof useGetLibraryAttributesQuery>;
|
|
7921
|
+
export type GetLibraryAttributesLazyQueryHookResult = ReturnType<typeof useGetLibraryAttributesLazyQuery>;
|
|
7922
|
+
export type GetLibraryAttributesQueryResult = Apollo.QueryResult<GetLibraryAttributesQuery, GetLibraryAttributesQueryVariables>;
|
|
7923
|
+
export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
|
|
7924
|
+
/**
|
|
7925
|
+
* __useExplorerLibraryDetailsQuery__
|
|
7926
|
+
*
|
|
7927
|
+
* To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
|
|
7928
|
+
* When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7929
|
+
* you can use to render your UI.
|
|
7930
|
+
*
|
|
7931
|
+
* @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;
|
|
7932
|
+
*
|
|
7933
|
+
* @example
|
|
7934
|
+
* const { data, loading, error } = useExplorerLibraryDetailsQuery({
|
|
7568
7935
|
* variables: {
|
|
7569
7936
|
* libraryId: // value for 'libraryId'
|
|
7570
7937
|
* },
|
|
7571
7938
|
* });
|
|
7572
7939
|
*/
|
|
7573
|
-
export declare function
|
|
7940
|
+
export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
|
|
7574
7941
|
libraryId: Scalars["ID"];
|
|
7575
7942
|
}>>;
|
|
7576
|
-
export declare function
|
|
7943
|
+
export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
|
|
7577
7944
|
libraryId: Scalars["ID"];
|
|
7578
7945
|
}>>;
|
|
7579
|
-
export type
|
|
7580
|
-
export type
|
|
7581
|
-
export type
|
|
7946
|
+
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
7947
|
+
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
7948
|
+
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
7582
7949
|
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
7583
7950
|
/**
|
|
7584
7951
|
* __useTreeDataQueryQuery__
|