@leav/ui 0.3.6-57473e5 → 0.3.6-57637c6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__mocks__/common/attribute.d.ts +1 -0
- package/dist/__mocks__/common/attribute.js +8 -1
- package/dist/__mocks__/common/attribute.js.map +1 -1
- package/dist/__mocks__/common/form.d.ts +11 -5
- package/dist/__mocks__/common/form.js +18 -2
- package/dist/__mocks__/common/form.js.map +1 -1
- package/dist/__mocks__/common/record.d.ts +13 -2
- package/dist/__mocks__/common/record.js.map +1 -1
- package/dist/__mocks__/common/value.js +2 -1
- package/dist/__mocks__/common/value.js.map +1 -1
- package/dist/__mocks__/common/view.js +1 -1
- package/dist/__mocks__/common/view.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +1 -1
- package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +2 -1
- package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
- package/dist/_gqlTypes/index.d.ts +169 -44
- package/dist/_gqlTypes/index.js +1138 -1039
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +3 -4
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
- package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
- package/dist/_queries/records/getRecordColumnsValues.d.ts +4 -2
- package/dist/_queries/records/getRecordColumnsValues.js +4 -1
- package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
- package/dist/_queries/records/recordFormAttributeFragment.js +1 -0
- package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +2 -3
- package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
- package/dist/_utils/index.js +1 -1
- package/dist/_utils/index.js.map +1 -1
- package/dist/_utils/interleaveElement.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js → _utils/interleaveElement.js} +2 -6
- package/dist/_utils/interleaveElement.js.map +1 -0
- package/dist/components/CreateDirectory/CreateDirectory.js +1 -1
- package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
- package/dist/components/EditApplication/EditApplication.js +2 -2
- package/dist/components/EditApplication/EditApplication.js.map +1 -1
- package/dist/components/EditApplication/_types.d.ts +2 -2
- package/dist/components/Explorer/DataView.d.ts +10 -1
- package/dist/components/Explorer/DataView.js +37 -36
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/Explorer.d.ts +8 -4
- package/dist/components/Explorer/Explorer.js +50 -12
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerTitle.d.ts +7 -0
- package/dist/components/Explorer/ExplorerTitle.js +30 -0
- package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
- package/dist/components/Explorer/IdCard.d.ts +7 -0
- package/dist/components/Explorer/IdCard.js +15 -0
- package/dist/components/Explorer/IdCard.js.map +1 -0
- package/dist/components/Explorer/TableCell.d.ts +8 -0
- package/dist/components/Explorer/TableCell.js +143 -0
- package/dist/components/Explorer/TableCell.js.map +1 -0
- package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
- package/dist/components/Explorer/TableTagGroup.js +30 -0
- package/dist/components/Explorer/TableTagGroup.js.map +1 -0
- package/dist/components/Explorer/_queries/useExplorerData.d.ts +23 -5
- package/dist/components/Explorer/_queries/useExplorerData.js +118 -17
- package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
- package/dist/components/Explorer/_types.d.ts +38 -3
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.d.ts +4 -0
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js +47 -0
- package/dist/components/Explorer/display-view-filters/ExplorerToolBar.js.map +1 -0
- package/dist/components/Explorer/index.d.ts +1 -3
- package/dist/components/Explorer/index.js +1 -3
- package/dist/components/Explorer/index.js.map +1 -1
- package/dist/components/Explorer/{edit-settings → manage-view-settings/_shared}/ColumnItem.d.ts +2 -1
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -0
- package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +11 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +61 -0
- package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +56 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
- package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +77 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +37 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +90 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +23 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +44 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js +72 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/SimpleFilterDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +53 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +110 -0
- package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
- package/dist/components/Explorer/manage-view-settings/index.js +11 -0
- package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.d.ts +2 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContext.js +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +7 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/EditSettingsContextProvider.js +2 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.js +2 -2
- package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +5 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +39 -0
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
- package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingsPanel.d.ts +2 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +30 -0
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +109 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
- package/dist/components/{RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js → Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js} +3 -3
- package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +13 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +138 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +194 -0
- package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
- package/dist/components/Explorer/nullValuesConditions.d.ts +1 -0
- package/dist/components/Explorer/nullValuesConditions.js +14 -0
- package/dist/components/Explorer/nullValuesConditions.js.map +1 -0
- package/dist/components/Explorer/{useCreateMainAction.d.ts → useCreateAction.d.ts} +3 -3
- package/dist/components/Explorer/{useCreateMainAction.js → useCreateAction.js} +11 -7
- package/dist/components/Explorer/useCreateAction.js.map +1 -0
- package/dist/components/Explorer/useDeactivateAction.js +3 -2
- package/dist/components/Explorer/useDeactivateAction.js.map +1 -1
- package/dist/components/Explorer/useEditAction.js +6 -4
- package/dist/components/Explorer/useEditAction.js.map +1 -1
- package/dist/components/Explorer/usePagination.d.ts +7 -0
- package/dist/components/Explorer/usePagination.js +25 -0
- package/dist/components/Explorer/usePagination.js.map +1 -0
- package/dist/components/Explorer/usePrimaryActions.d.ts +12 -0
- package/dist/components/Explorer/usePrimaryActions.js +21 -0
- package/dist/components/Explorer/usePrimaryActions.js.map +1 -0
- package/dist/components/Explorer/useSearchInput.d.ts +10 -0
- package/dist/components/Explorer/useSearchInput.js +31 -0
- package/dist/components/Explorer/useSearchInput.js.map +1 -0
- package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
- package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
- package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
- package/dist/components/Explorer/useViewSettingsReducer.d.ts +7 -0
- package/dist/components/Explorer/useViewSettingsReducer.js +60 -0
- package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
- package/dist/components/ExportModal/ExportModal.js +2 -2
- package/dist/components/ExportModal/ExportModal.js.map +1 -1
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +5 -5
- package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +2 -2
- package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +5 -9
- package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +2 -7
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +0 -1
- package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
- package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +1 -1
- package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +26 -29
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +8 -17
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +15 -2
- package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +9 -20
- package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +44 -34
- package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +2 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +2 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +18 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +145 -191
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +2 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +10 -30
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +2 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +38 -45
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +31 -46
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +9 -77
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +29 -49
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +34 -54
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +48 -64
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +3 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +30 -53
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +66 -401
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/{MonoValueSelect.js → DSListSelect.js} +45 -52
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +2 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +55 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +37 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +2 -2
- package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +5 -3
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +19 -3
- package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -7
- package/dist/components/SelectTreeNode/SelectTreeNode.js +17 -135
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +131 -0
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
- package/dist/components/SelectTreeNode/index.d.ts +1 -1
- package/dist/components/SelectTreeNode/index.js +1 -1
- package/dist/components/SelectTreeNode/index.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -7
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +10 -10
- package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
- package/dist/components/SelectTreeNodeModal/index.js +1 -2
- package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
- package/dist/components/UploadFiles/UploadFiles.js +1 -1
- package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +2 -2
- package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
- package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
- package/dist/{components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler → hooks/useDebouncedValue}/index.js +1 -1
- package/dist/hooks/useDebouncedValue/index.js.map +1 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -0
- package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
- package/dist/locales/en/shared.json +53 -13
- package/dist/locales/fr/shared.json +53 -13
- package/dist/types/views.d.ts +3 -3
- package/package.json +7 -2
- package/dist/components/Explorer/edit-settings/ColumnItem.js +0 -59
- package/dist/components/Explorer/edit-settings/ColumnItem.js.map +0 -1
- package/dist/components/Explorer/edit-settings/DisplayMode.d.ts +0 -6
- package/dist/components/Explorer/edit-settings/DisplayMode.js +0 -25
- package/dist/components/Explorer/edit-settings/DisplayMode.js.map +0 -1
- package/dist/components/Explorer/edit-settings/DisplayModeTable.d.ts +0 -6
- package/dist/components/Explorer/edit-settings/DisplayModeTable.js +0 -74
- package/dist/components/Explorer/edit-settings/DisplayModeTable.js.map +0 -1
- package/dist/components/Explorer/edit-settings/EditSettingsContext.js.map +0 -1
- package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.d.ts +0 -2
- package/dist/components/Explorer/edit-settings/EditSettingsContextProvider.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SettingItem.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SettingsPanel.js +0 -53
- package/dist/components/Explorer/edit-settings/SettingsPanel.js.map +0 -1
- package/dist/components/Explorer/edit-settings/SidePanel.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useEditSettings.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.d.ts +0 -10
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js +0 -24
- package/dist/components/Explorer/edit-settings/useGetLibraryColumns.js.map +0 -1
- package/dist/components/Explorer/edit-settings/useOpenSettings.d.ts +0 -1
- package/dist/components/Explorer/edit-settings/useOpenSettings.js +0 -19
- package/dist/components/Explorer/edit-settings/useOpenSettings.js.map +0 -1
- package/dist/components/Explorer/useCreateMainAction.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js +0 -6
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -138
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -361
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducerContext.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/useStandardFieldReducer.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.d.ts +0 -13
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js +0 -90
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueDisplayHandler.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.d.ts +0 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js +0 -45
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/ColorPickerBlock.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.d.ts +0 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js +0 -141
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/StandardFieldValueRead/StandardFieldValueRead.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.d.ts +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValueDisplayHandler/index.js.map +0 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.d.ts +0 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/MonoValueSelect.js.map +0 -1
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/SidePanel.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/open-view-settings}/useEditSettings.js +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.d.ts +0 -0
- /package/dist/components/Explorer/{edit-settings → manage-view-settings/router-menu}/SettingItem.js +0 -0
|
@@ -158,14 +158,15 @@ export declare enum AttributeType {
|
|
|
158
158
|
tree = "tree"
|
|
159
159
|
}
|
|
160
160
|
export type AttributesFiltersInput = {
|
|
161
|
-
format?: InputMaybe<Array<
|
|
161
|
+
format?: InputMaybe<Array<AttributeFormat>>;
|
|
162
162
|
id?: InputMaybe<Scalars['ID']>;
|
|
163
|
+
ids?: InputMaybe<Array<Scalars['ID']>>;
|
|
163
164
|
label?: InputMaybe<Scalars['String']>;
|
|
164
|
-
libraries?: InputMaybe<Array<
|
|
165
|
-
librariesExcluded?: InputMaybe<Array<
|
|
165
|
+
libraries?: InputMaybe<Array<Scalars['String']>>;
|
|
166
|
+
librariesExcluded?: InputMaybe<Array<Scalars['String']>>;
|
|
166
167
|
multiple_values?: InputMaybe<Scalars['Boolean']>;
|
|
167
168
|
system?: InputMaybe<Scalars['Boolean']>;
|
|
168
|
-
type?: InputMaybe<Array<
|
|
169
|
+
type?: InputMaybe<Array<AttributeType>>;
|
|
169
170
|
versionable?: InputMaybe<Scalars['Boolean']>;
|
|
170
171
|
};
|
|
171
172
|
export declare enum AttributesSortableFields {
|
|
@@ -725,10 +726,11 @@ export declare enum VersionProfilesSortableFields {
|
|
|
725
726
|
id = "id"
|
|
726
727
|
}
|
|
727
728
|
export type ViewDisplayInput = {
|
|
728
|
-
size
|
|
729
|
+
size?: InputMaybe<ViewSizes>;
|
|
729
730
|
type: ViewTypes;
|
|
730
731
|
};
|
|
731
732
|
export type ViewInput = {
|
|
733
|
+
attributes?: InputMaybe<Array<Scalars['String']>>;
|
|
732
734
|
color?: InputMaybe<Scalars['String']>;
|
|
733
735
|
description?: InputMaybe<Scalars['SystemTranslationOptional']>;
|
|
734
736
|
display: ViewDisplayInput;
|
|
@@ -736,15 +738,10 @@ export type ViewInput = {
|
|
|
736
738
|
id?: InputMaybe<Scalars['String']>;
|
|
737
739
|
label?: InputMaybe<Scalars['SystemTranslation']>;
|
|
738
740
|
library: Scalars['String'];
|
|
739
|
-
settings?: InputMaybe<Array<ViewSettingsInput>>;
|
|
740
741
|
shared: Scalars['Boolean'];
|
|
741
742
|
sort?: InputMaybe<RecordSortInput>;
|
|
742
743
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
743
744
|
};
|
|
744
|
-
export type ViewSettingsInput = {
|
|
745
|
-
name: Scalars['String'];
|
|
746
|
-
value?: InputMaybe<Scalars['Any']>;
|
|
747
|
-
};
|
|
748
745
|
export declare enum ViewSizes {
|
|
749
746
|
BIG = "BIG",
|
|
750
747
|
MEDIUM = "MEDIUM",
|
|
@@ -1487,6 +1484,7 @@ export type RecordFormElementFragment = {
|
|
|
1487
1484
|
system: boolean;
|
|
1488
1485
|
readonly: boolean;
|
|
1489
1486
|
multiple_values: boolean;
|
|
1487
|
+
compute: boolean;
|
|
1490
1488
|
linked_library?: {
|
|
1491
1489
|
id: string;
|
|
1492
1490
|
label?: any | null;
|
|
@@ -1568,6 +1566,7 @@ export type RecordFormElementFragment = {
|
|
|
1568
1566
|
system: boolean;
|
|
1569
1567
|
readonly: boolean;
|
|
1570
1568
|
multiple_values: boolean;
|
|
1569
|
+
compute: boolean;
|
|
1571
1570
|
values_list?: {
|
|
1572
1571
|
enable: boolean;
|
|
1573
1572
|
allowFreeEntry?: boolean | null;
|
|
@@ -1636,6 +1635,7 @@ export type RecordFormElementFragment = {
|
|
|
1636
1635
|
system: boolean;
|
|
1637
1636
|
readonly: boolean;
|
|
1638
1637
|
multiple_values: boolean;
|
|
1638
|
+
compute: boolean;
|
|
1639
1639
|
linked_tree?: {
|
|
1640
1640
|
id: string;
|
|
1641
1641
|
label?: any | null;
|
|
@@ -2139,6 +2139,7 @@ export type RecordFormAttributeLinkAttributeFragment = {
|
|
|
2139
2139
|
system: boolean;
|
|
2140
2140
|
readonly: boolean;
|
|
2141
2141
|
multiple_values: boolean;
|
|
2142
|
+
compute: boolean;
|
|
2142
2143
|
linked_library?: {
|
|
2143
2144
|
id: string;
|
|
2144
2145
|
label?: any | null;
|
|
@@ -2221,6 +2222,7 @@ export type RecordFormAttributeStandardAttributeFragment = {
|
|
|
2221
2222
|
system: boolean;
|
|
2222
2223
|
readonly: boolean;
|
|
2223
2224
|
multiple_values: boolean;
|
|
2225
|
+
compute: boolean;
|
|
2224
2226
|
values_list?: {
|
|
2225
2227
|
enable: boolean;
|
|
2226
2228
|
allowFreeEntry?: boolean | null;
|
|
@@ -2290,6 +2292,7 @@ export type RecordFormAttributeTreeAttributeFragment = {
|
|
|
2290
2292
|
system: boolean;
|
|
2291
2293
|
readonly: boolean;
|
|
2292
2294
|
multiple_values: boolean;
|
|
2295
|
+
compute: boolean;
|
|
2293
2296
|
linked_tree?: {
|
|
2294
2297
|
id: string;
|
|
2295
2298
|
label?: any | null;
|
|
@@ -2471,7 +2474,7 @@ export type ViewDetailsFragment = {
|
|
|
2471
2474
|
description?: any | null;
|
|
2472
2475
|
color?: string | null;
|
|
2473
2476
|
display: {
|
|
2474
|
-
size
|
|
2477
|
+
size?: ViewSizes | null;
|
|
2475
2478
|
type: ViewTypes;
|
|
2476
2479
|
};
|
|
2477
2480
|
created_by: {
|
|
@@ -2518,11 +2521,17 @@ export type ViewDetailsFragment = {
|
|
|
2518
2521
|
};
|
|
2519
2522
|
};
|
|
2520
2523
|
}> | null;
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
value?: any | null;
|
|
2524
|
+
attributes?: Array<{
|
|
2525
|
+
id: string;
|
|
2524
2526
|
}> | null;
|
|
2525
2527
|
};
|
|
2528
|
+
export type AttributePropertiesFragment = {
|
|
2529
|
+
id: string;
|
|
2530
|
+
label?: any | null;
|
|
2531
|
+
type: AttributeType;
|
|
2532
|
+
format?: AttributeFormat | null;
|
|
2533
|
+
multiple_values: boolean;
|
|
2534
|
+
};
|
|
2526
2535
|
export type PropertyValueLinkValueFragment = {
|
|
2527
2536
|
linkPayload?: {
|
|
2528
2537
|
id: string;
|
|
@@ -2538,9 +2547,6 @@ export type PropertyValueLinkValueFragment = {
|
|
|
2538
2547
|
};
|
|
2539
2548
|
};
|
|
2540
2549
|
} | null;
|
|
2541
|
-
attribute: {
|
|
2542
|
-
type: AttributeType;
|
|
2543
|
-
};
|
|
2544
2550
|
};
|
|
2545
2551
|
export type PropertyValueTreeValueFragment = {
|
|
2546
2552
|
treePayload?: {
|
|
@@ -2559,15 +2565,9 @@ export type PropertyValueTreeValueFragment = {
|
|
|
2559
2565
|
};
|
|
2560
2566
|
};
|
|
2561
2567
|
} | null;
|
|
2562
|
-
attribute: {
|
|
2563
|
-
type: AttributeType;
|
|
2564
|
-
};
|
|
2565
2568
|
};
|
|
2566
2569
|
export type PropertyValueValueFragment = {
|
|
2567
2570
|
valuePayload?: any | null;
|
|
2568
|
-
attribute: {
|
|
2569
|
-
type: AttributeType;
|
|
2570
|
-
};
|
|
2571
2571
|
};
|
|
2572
2572
|
export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
|
|
2573
2573
|
export type CheckApplicationExistenceQueryVariables = Exact<{
|
|
@@ -3965,6 +3965,7 @@ export type RecordFormQuery = {
|
|
|
3965
3965
|
system: boolean;
|
|
3966
3966
|
readonly: boolean;
|
|
3967
3967
|
multiple_values: boolean;
|
|
3968
|
+
compute: boolean;
|
|
3968
3969
|
linked_library?: {
|
|
3969
3970
|
id: string;
|
|
3970
3971
|
label?: any | null;
|
|
@@ -4046,6 +4047,7 @@ export type RecordFormQuery = {
|
|
|
4046
4047
|
system: boolean;
|
|
4047
4048
|
readonly: boolean;
|
|
4048
4049
|
multiple_values: boolean;
|
|
4050
|
+
compute: boolean;
|
|
4049
4051
|
values_list?: {
|
|
4050
4052
|
enable: boolean;
|
|
4051
4053
|
allowFreeEntry?: boolean | null;
|
|
@@ -4114,6 +4116,7 @@ export type RecordFormQuery = {
|
|
|
4114
4116
|
system: boolean;
|
|
4115
4117
|
readonly: boolean;
|
|
4116
4118
|
multiple_values: boolean;
|
|
4119
|
+
compute: boolean;
|
|
4117
4120
|
linked_tree?: {
|
|
4118
4121
|
id: string;
|
|
4119
4122
|
label?: any | null;
|
|
@@ -5754,7 +5757,7 @@ export type GetViewQuery = {
|
|
|
5754
5757
|
description?: any | null;
|
|
5755
5758
|
color?: string | null;
|
|
5756
5759
|
display: {
|
|
5757
|
-
size
|
|
5760
|
+
size?: ViewSizes | null;
|
|
5758
5761
|
type: ViewTypes;
|
|
5759
5762
|
};
|
|
5760
5763
|
created_by: {
|
|
@@ -5801,9 +5804,8 @@ export type GetViewQuery = {
|
|
|
5801
5804
|
};
|
|
5802
5805
|
};
|
|
5803
5806
|
}> | null;
|
|
5804
|
-
|
|
5805
|
-
|
|
5806
|
-
value?: any | null;
|
|
5807
|
+
attributes?: Array<{
|
|
5808
|
+
id: string;
|
|
5807
5809
|
}> | null;
|
|
5808
5810
|
};
|
|
5809
5811
|
};
|
|
@@ -5820,7 +5822,7 @@ export type GetViewsListQuery = {
|
|
|
5820
5822
|
description?: any | null;
|
|
5821
5823
|
color?: string | null;
|
|
5822
5824
|
display: {
|
|
5823
|
-
size
|
|
5825
|
+
size?: ViewSizes | null;
|
|
5824
5826
|
type: ViewTypes;
|
|
5825
5827
|
};
|
|
5826
5828
|
created_by: {
|
|
@@ -5867,9 +5869,8 @@ export type GetViewsListQuery = {
|
|
|
5867
5869
|
};
|
|
5868
5870
|
};
|
|
5869
5871
|
}> | null;
|
|
5870
|
-
|
|
5871
|
-
|
|
5872
|
-
value?: any | null;
|
|
5872
|
+
attributes?: Array<{
|
|
5873
|
+
id: string;
|
|
5873
5874
|
}> | null;
|
|
5874
5875
|
}>;
|
|
5875
5876
|
};
|
|
@@ -5885,7 +5886,7 @@ export type AddViewMutation = {
|
|
|
5885
5886
|
description?: any | null;
|
|
5886
5887
|
color?: string | null;
|
|
5887
5888
|
display: {
|
|
5888
|
-
size
|
|
5889
|
+
size?: ViewSizes | null;
|
|
5889
5890
|
type: ViewTypes;
|
|
5890
5891
|
};
|
|
5891
5892
|
created_by: {
|
|
@@ -5932,19 +5933,35 @@ export type AddViewMutation = {
|
|
|
5932
5933
|
};
|
|
5933
5934
|
};
|
|
5934
5935
|
}> | null;
|
|
5935
|
-
|
|
5936
|
-
|
|
5937
|
-
value?: any | null;
|
|
5936
|
+
attributes?: Array<{
|
|
5937
|
+
id: string;
|
|
5938
5938
|
}> | null;
|
|
5939
5939
|
};
|
|
5940
5940
|
};
|
|
5941
|
+
export type ExplorerAttributesQueryVariables = Exact<{
|
|
5942
|
+
ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
|
|
5943
|
+
}>;
|
|
5944
|
+
export type ExplorerAttributesQuery = {
|
|
5945
|
+
attributes?: {
|
|
5946
|
+
list: Array<{
|
|
5947
|
+
id: string;
|
|
5948
|
+
type: AttributeType;
|
|
5949
|
+
format?: AttributeFormat | null;
|
|
5950
|
+
label?: any | null;
|
|
5951
|
+
}>;
|
|
5952
|
+
} | null;
|
|
5953
|
+
};
|
|
5941
5954
|
export type ExplorerQueryVariables = Exact<{
|
|
5942
5955
|
libraryId: Scalars['ID'];
|
|
5943
5956
|
attributeIds: Array<Scalars['ID']> | Scalars['ID'];
|
|
5957
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
5944
5958
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
5959
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
5960
|
+
searchQuery?: InputMaybe<Scalars['String']>;
|
|
5945
5961
|
}>;
|
|
5946
5962
|
export type ExplorerQuery = {
|
|
5947
5963
|
records: {
|
|
5964
|
+
totalCount?: number | null;
|
|
5948
5965
|
list: Array<{
|
|
5949
5966
|
id: string;
|
|
5950
5967
|
whoAmI: {
|
|
@@ -5960,6 +5977,13 @@ export type ExplorerQuery = {
|
|
|
5960
5977
|
};
|
|
5961
5978
|
properties: Array<{
|
|
5962
5979
|
attributeId: string;
|
|
5980
|
+
attributeProperties: {
|
|
5981
|
+
id: string;
|
|
5982
|
+
label?: any | null;
|
|
5983
|
+
type: AttributeType;
|
|
5984
|
+
format?: AttributeFormat | null;
|
|
5985
|
+
multiple_values: boolean;
|
|
5986
|
+
};
|
|
5963
5987
|
values: Array<{
|
|
5964
5988
|
linkPayload?: {
|
|
5965
5989
|
id: string;
|
|
@@ -5975,9 +5999,6 @@ export type ExplorerQuery = {
|
|
|
5975
5999
|
};
|
|
5976
6000
|
};
|
|
5977
6001
|
} | null;
|
|
5978
|
-
attribute: {
|
|
5979
|
-
type: AttributeType;
|
|
5980
|
-
};
|
|
5981
6002
|
} | {
|
|
5982
6003
|
treePayload?: {
|
|
5983
6004
|
record: {
|
|
@@ -5995,19 +6016,35 @@ export type ExplorerQuery = {
|
|
|
5995
6016
|
};
|
|
5996
6017
|
};
|
|
5997
6018
|
} | null;
|
|
5998
|
-
attribute: {
|
|
5999
|
-
type: AttributeType;
|
|
6000
|
-
};
|
|
6001
6019
|
} | {
|
|
6002
6020
|
valuePayload?: any | null;
|
|
6003
|
-
attribute: {
|
|
6004
|
-
type: AttributeType;
|
|
6005
|
-
};
|
|
6006
6021
|
}>;
|
|
6007
6022
|
}>;
|
|
6008
6023
|
}>;
|
|
6009
6024
|
};
|
|
6010
6025
|
};
|
|
6026
|
+
export type ExplorerLibraryDataQueryVariables = Exact<{
|
|
6027
|
+
libraryId: Scalars['ID'];
|
|
6028
|
+
}>;
|
|
6029
|
+
export type ExplorerLibraryDataQuery = {
|
|
6030
|
+
libraries?: {
|
|
6031
|
+
list: Array<{
|
|
6032
|
+
id: string;
|
|
6033
|
+
label?: any | null;
|
|
6034
|
+
}>;
|
|
6035
|
+
} | null;
|
|
6036
|
+
};
|
|
6037
|
+
export type TreeDataQueryQueryVariables = Exact<{
|
|
6038
|
+
treeId: Scalars['ID'];
|
|
6039
|
+
}>;
|
|
6040
|
+
export type TreeDataQueryQuery = {
|
|
6041
|
+
trees?: {
|
|
6042
|
+
list: Array<{
|
|
6043
|
+
id: string;
|
|
6044
|
+
label?: any | null;
|
|
6045
|
+
}>;
|
|
6046
|
+
} | null;
|
|
6047
|
+
};
|
|
6011
6048
|
export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
|
|
6012
6049
|
export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
|
|
6013
6050
|
export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
@@ -6027,6 +6064,7 @@ export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
|
|
|
6027
6064
|
export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
|
|
6028
6065
|
export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
|
|
6029
6066
|
export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
|
|
6067
|
+
export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
|
|
6030
6068
|
export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
|
|
6031
6069
|
/**
|
|
6032
6070
|
* __useCheckApplicationExistenceQuery__
|
|
@@ -7437,6 +7475,32 @@ export declare function useAddViewMutation(baseOptions?: Apollo.MutationHookOpti
|
|
|
7437
7475
|
export type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
|
|
7438
7476
|
export type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
|
|
7439
7477
|
export type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;
|
|
7478
|
+
export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
|
|
7479
|
+
/**
|
|
7480
|
+
* __useExplorerAttributesQuery__
|
|
7481
|
+
*
|
|
7482
|
+
* To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
|
|
7483
|
+
* When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7484
|
+
* you can use to render your UI.
|
|
7485
|
+
*
|
|
7486
|
+
* @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;
|
|
7487
|
+
*
|
|
7488
|
+
* @example
|
|
7489
|
+
* const { data, loading, error } = useExplorerAttributesQuery({
|
|
7490
|
+
* variables: {
|
|
7491
|
+
* ids: // value for 'ids'
|
|
7492
|
+
* },
|
|
7493
|
+
* });
|
|
7494
|
+
*/
|
|
7495
|
+
export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
|
|
7496
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7497
|
+
}>>;
|
|
7498
|
+
export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
|
|
7499
|
+
ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
|
|
7500
|
+
}>>;
|
|
7501
|
+
export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
|
|
7502
|
+
export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
|
|
7503
|
+
export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
|
|
7440
7504
|
export declare const ExplorerDocument: Apollo.DocumentNode;
|
|
7441
7505
|
/**
|
|
7442
7506
|
* __useExplorerQuery__
|
|
@@ -7452,20 +7516,81 @@ export declare const ExplorerDocument: Apollo.DocumentNode;
|
|
|
7452
7516
|
* variables: {
|
|
7453
7517
|
* libraryId: // value for 'libraryId'
|
|
7454
7518
|
* attributeIds: // value for 'attributeIds'
|
|
7519
|
+
* pagination: // value for 'pagination'
|
|
7455
7520
|
* filters: // value for 'filters'
|
|
7521
|
+
* multipleSort: // value for 'multipleSort'
|
|
7522
|
+
* searchQuery: // value for 'searchQuery'
|
|
7456
7523
|
* },
|
|
7457
7524
|
* });
|
|
7458
7525
|
*/
|
|
7459
7526
|
export declare function useExplorerQuery(baseOptions: Apollo.QueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.QueryResult<ExplorerQuery, Exact<{
|
|
7460
7527
|
libraryId: Scalars["ID"];
|
|
7461
7528
|
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7529
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7462
7530
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7531
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7532
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7463
7533
|
}>>;
|
|
7464
7534
|
export declare function useExplorerLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerQuery, ExplorerQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerQuery, Exact<{
|
|
7465
7535
|
libraryId: Scalars["ID"];
|
|
7466
7536
|
attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
|
|
7537
|
+
pagination?: InputMaybe<RecordsPagination>;
|
|
7467
7538
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7539
|
+
multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
|
|
7540
|
+
searchQuery?: InputMaybe<Scalars["String"]>;
|
|
7468
7541
|
}>>;
|
|
7469
7542
|
export type ExplorerQueryHookResult = ReturnType<typeof useExplorerQuery>;
|
|
7470
7543
|
export type ExplorerLazyQueryHookResult = ReturnType<typeof useExplorerLazyQuery>;
|
|
7471
7544
|
export type ExplorerQueryResult = Apollo.QueryResult<ExplorerQuery, ExplorerQueryVariables>;
|
|
7545
|
+
export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
|
|
7546
|
+
/**
|
|
7547
|
+
* __useExplorerLibraryDataQuery__
|
|
7548
|
+
*
|
|
7549
|
+
* To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
|
|
7550
|
+
* When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7551
|
+
* you can use to render your UI.
|
|
7552
|
+
*
|
|
7553
|
+
* @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;
|
|
7554
|
+
*
|
|
7555
|
+
* @example
|
|
7556
|
+
* const { data, loading, error } = useExplorerLibraryDataQuery({
|
|
7557
|
+
* variables: {
|
|
7558
|
+
* libraryId: // value for 'libraryId'
|
|
7559
|
+
* },
|
|
7560
|
+
* });
|
|
7561
|
+
*/
|
|
7562
|
+
export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
|
|
7563
|
+
libraryId: Scalars["ID"];
|
|
7564
|
+
}>>;
|
|
7565
|
+
export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
|
|
7566
|
+
libraryId: Scalars["ID"];
|
|
7567
|
+
}>>;
|
|
7568
|
+
export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
|
|
7569
|
+
export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
|
|
7570
|
+
export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
|
|
7571
|
+
export declare const TreeDataQueryDocument: Apollo.DocumentNode;
|
|
7572
|
+
/**
|
|
7573
|
+
* __useTreeDataQueryQuery__
|
|
7574
|
+
*
|
|
7575
|
+
* To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
|
|
7576
|
+
* When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
7577
|
+
* you can use to render your UI.
|
|
7578
|
+
*
|
|
7579
|
+
* @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;
|
|
7580
|
+
*
|
|
7581
|
+
* @example
|
|
7582
|
+
* const { data, loading, error } = useTreeDataQueryQuery({
|
|
7583
|
+
* variables: {
|
|
7584
|
+
* treeId: // value for 'treeId'
|
|
7585
|
+
* },
|
|
7586
|
+
* });
|
|
7587
|
+
*/
|
|
7588
|
+
export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
|
|
7589
|
+
treeId: Scalars["ID"];
|
|
7590
|
+
}>>;
|
|
7591
|
+
export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
|
|
7592
|
+
treeId: Scalars["ID"];
|
|
7593
|
+
}>>;
|
|
7594
|
+
export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
|
|
7595
|
+
export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
|
|
7596
|
+
export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;
|