@leav/ui 1.6.0-75336943 → 1.6.0-824f5423
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_gqlTypes/index.d.ts +65 -0
- package/dist/_gqlTypes/index.js +50 -1
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/trees/treeNodeChildrenQuery.js +2 -0
- package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
- package/dist/_queries/views/viewDetailsFragment.js +1 -0
- package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
- package/dist/components/AttributesSelectionList/sharedComponents.d.ts +159 -153
- package/dist/components/Explorer/Explorer.js +5 -3
- package/dist/components/Explorer/Explorer.js.map +1 -1
- package/dist/components/Explorer/ExplorerFiltersAndSorts.js +1 -1
- package/dist/components/Explorer/ExplorerFiltersAndSorts.js.map +1 -1
- package/dist/components/Explorer/TableCell.js +6 -7
- package/dist/components/Explorer/TableCell.js.map +1 -1
- package/dist/components/Explorer/TableNameCell.js +3 -2
- package/dist/components/Explorer/TableNameCell.js.map +1 -1
- package/dist/components/Explorer/actions-item/useEditStatusItemAction.js +3 -2
- package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -1
- package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +2 -1
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js +5 -4
- package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/export/ExportProfileSelectionModal.d.ts +10 -0
- package/dist/components/Explorer/actions-mass/export/ExportProfileSelectionModal.js +46 -0
- package/dist/components/Explorer/actions-mass/export/ExportProfileSelectionModal.js.map +1 -0
- package/dist/components/Explorer/actions-mass/export/content/NoProfiles.d.ts +1 -0
- package/dist/components/Explorer/actions-mass/export/content/NoProfiles.js +17 -0
- package/dist/components/Explorer/actions-mass/export/content/NoProfiles.js.map +1 -0
- package/dist/components/Explorer/actions-mass/export/content/ProfilesSelection.d.ts +8 -0
- package/dist/components/Explorer/actions-mass/export/content/ProfilesSelection.js +49 -0
- package/dist/components/Explorer/actions-mass/export/content/ProfilesSelection.js.map +1 -0
- package/dist/components/Explorer/actions-mass/export/useGetLibraryExportProfiles.d.ts +27 -0
- package/dist/components/Explorer/actions-mass/export/useGetLibraryExportProfiles.js +48 -0
- package/dist/components/Explorer/actions-mass/export/useGetLibraryExportProfiles.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +3 -2
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +3 -2
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useEditAttributeMassAction.js +3 -2
- package/dist/components/Explorer/actions-mass/useEditAttributeMassAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useExportMassAction.d.ts +7 -4
- package/dist/components/Explorer/actions-mass/useExportMassAction.js +80 -73
- package/dist/components/Explorer/actions-mass/useExportMassAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useMassActions.js +3 -2
- package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +3 -2
- package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +2 -1
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +5 -4
- package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
- package/dist/components/Explorer/link-item/LinkModal.d.ts +1 -0
- package/dist/components/Explorer/link-item/LinkModal.js +2 -2
- package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
- package/dist/components/Explorer/list-saved-views/SavedViews.js +4 -3
- package/dist/components/Explorer/list-saved-views/SavedViews.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +5 -8
- package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +3 -2
- package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +7 -6
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +3 -2
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +4 -3
- package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js +3 -2
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +3 -2
- package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js +3 -2
- package/dist/components/Explorer/manage-view-settings/save-view/LabelViewFormModal.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +3 -0
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js +3 -2
- package/dist/components/Explorer/manage-view-settings/save-view/useCreateNewView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js +4 -3
- package/dist/components/Explorer/manage-view-settings/save-view/useDeleteView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js +3 -2
- package/dist/components/Explorer/manage-view-settings/save-view/useEditLabelView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js +3 -2
- package/dist/components/Explorer/manage-view-settings/save-view/useResetView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js +3 -2
- package/dist/components/Explorer/manage-view-settings/save-view/useShareView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js +3 -2
- package/dist/components/Explorer/manage-view-settings/save-view/useUpdateView.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +7 -6
- package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +3 -2
- package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -1
- package/dist/components/Filters/FiltersProvider.d.ts +2 -2
- package/dist/components/Filters/FiltersProvider.js.map +1 -1
- package/dist/components/Filters/_types.d.ts +2 -0
- package/dist/components/Filters/_types.js.map +1 -1
- package/dist/components/Filters/context/filtersReducer.js +1 -1
- package/dist/components/Filters/context/filtersReducer.js.map +1 -1
- package/dist/components/Filters/filter-items/CommonFilterItem.d.ts +1 -0
- package/dist/components/Filters/filter-items/CommonFilterItem.js +12 -5
- package/dist/components/Filters/filter-items/CommonFilterItem.js.map +1 -1
- package/dist/components/Filters/filter-items/EmptyValueCheckbox.d.ts +8 -0
- package/dist/components/Filters/filter-items/EmptyValueCheckbox.js +16 -0
- package/dist/components/Filters/filter-items/EmptyValueCheckbox.js.map +1 -0
- package/dist/components/Filters/filter-items/filter-type/BooleanAttributeDropdown.js +23 -9
- package/dist/components/Filters/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/ColorAttributeDropDown.js +9 -8
- package/dist/components/Filters/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/FilterDropDown.js +3 -2
- package/dist/components/Filters/filter-items/filter-type/FilterDropDown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/FilterDropdownContent.js +1 -1
- package/dist/components/Filters/filter-items/filter-type/FilterDropdownContent.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/FilterValueListDropDown.d.ts +0 -1
- package/dist/components/Filters/filter-items/filter-type/FilterValueListDropDown.js +17 -23
- package/dist/components/Filters/filter-items/filter-type/FilterValueListDropDown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/TreeAttributeDropDown.js +10 -12
- package/dist/components/Filters/filter-items/filter-type/TreeAttributeDropDown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/useConditionOptionsByType.js +3 -13
- package/dist/components/Filters/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
- package/dist/components/Filters/prepareFiltersForRequest.js +36 -3
- package/dist/components/Filters/prepareFiltersForRequest.js.map +1 -1
- package/dist/components/Filters/useFilters.d.ts +5 -0
- package/dist/components/Filters/useTransformFilters.js +4 -0
- package/dist/components/Filters/useTransformFilters.js.map +1 -1
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js +1 -8
- package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js.map +1 -1
- package/dist/components/LibraryItemsList/MenuView/MenuView.js +4 -4
- package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js +3 -2
- package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
- package/dist/components/Notifications/hooks/useNotificationSubscription.js +3 -2
- package/dist/components/Notifications/hooks/useNotificationSubscription.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js +5 -20
- package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js +4 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/ExplorerWrapper.d.ts +53 -51
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +4 -3
- package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +9 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeFieldWrapper.d.ts +53 -51
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js +3 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/display-tree-node/TreeNodeItem.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.d.ts +2 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js +4 -7
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/SelectTreeNodeModal.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +3 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +2 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.js +3 -2
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/ComputeIndicator.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +3 -2
- package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js +4 -3
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesSummary/ValuesSummary.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +3 -2
- package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +1 -0
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +7 -7
- package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +2 -1
- package/dist/components/SelectTreeNode/SelectTreeNode.js +3 -3
- package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +2 -1
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +6 -2
- package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
- package/dist/components/SelectTreeNode/TreeNodeTitle.js +3 -2
- package/dist/components/SelectTreeNode/TreeNodeTitle.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/messageHandlers.d.ts +2 -1
- package/dist/hooks/useIFrameMessenger/messageHandlers.js +8 -0
- package/dist/hooks/useIFrameMessenger/messageHandlers.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/schema.d.ts +3 -0
- package/dist/hooks/useIFrameMessenger/schema.js +1 -0
- package/dist/hooks/useIFrameMessenger/schema.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/types.d.ts +12 -2
- package/dist/hooks/useIFrameMessenger/types.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +1 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +15 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -1
- package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +1 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +1 -0
- package/dist/locales/en/shared.json +15 -3
- package/dist/locales/fr/shared.json +15 -3
- package/package.json +7 -7
|
@@ -257,6 +257,11 @@ export type DeleteTaskInput = {
|
|
|
257
257
|
archive: Scalars['Boolean']['input'];
|
|
258
258
|
id: Scalars['ID']['input'];
|
|
259
259
|
};
|
|
260
|
+
export type DependentValuesPermissionFilterInput = {
|
|
261
|
+
attributeId: Scalars['ID']['input'];
|
|
262
|
+
libraryId: Scalars['ID']['input'];
|
|
263
|
+
recordId: Scalars['ID']['input'];
|
|
264
|
+
};
|
|
260
265
|
export type DiscussionCommentInput = {
|
|
261
266
|
mentions?: InputMaybe<DiscussionMentionsInput>;
|
|
262
267
|
message: Scalars['String']['input'];
|
|
@@ -636,6 +641,7 @@ export type RecordFilterInput = {
|
|
|
636
641
|
operator?: InputMaybe<RecordFilterOperator>;
|
|
637
642
|
treeId?: InputMaybe<Scalars['String']['input']>;
|
|
638
643
|
value?: InputMaybe<Scalars['String']['input']>;
|
|
644
|
+
withEmptyValues?: InputMaybe<Scalars['Boolean']['input']>;
|
|
639
645
|
};
|
|
640
646
|
export declare enum RecordFilterOperator {
|
|
641
647
|
AND = "AND",
|
|
@@ -3192,6 +3198,7 @@ export type ViewDetailsFragment = {
|
|
|
3192
3198
|
value?: string | null;
|
|
3193
3199
|
condition?: RecordFilterCondition | null;
|
|
3194
3200
|
operator?: RecordFilterOperator | null;
|
|
3201
|
+
withEmptyValues?: boolean | null;
|
|
3195
3202
|
tree?: {
|
|
3196
3203
|
id: string;
|
|
3197
3204
|
label?: any | null;
|
|
@@ -3230,6 +3237,7 @@ export type ViewDetailsFilterFragment = {
|
|
|
3230
3237
|
value?: string | null;
|
|
3231
3238
|
condition?: RecordFilterCondition | null;
|
|
3232
3239
|
operator?: RecordFilterOperator | null;
|
|
3240
|
+
withEmptyValues?: boolean | null;
|
|
3233
3241
|
tree?: {
|
|
3234
3242
|
id: string;
|
|
3235
3243
|
label?: any | null;
|
|
@@ -6195,6 +6203,7 @@ export type TreeNodeChildrenQueryVariables = Exact<{
|
|
|
6195
6203
|
node?: InputMaybe<Scalars['ID']['input']>;
|
|
6196
6204
|
pagination?: InputMaybe<Pagination>;
|
|
6197
6205
|
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
6206
|
+
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
6198
6207
|
}>;
|
|
6199
6208
|
export type TreeNodeChildrenQuery = {
|
|
6200
6209
|
treeNodeChildren: {
|
|
@@ -7106,6 +7115,7 @@ export type GetViewQuery = {
|
|
|
7106
7115
|
value?: string | null;
|
|
7107
7116
|
condition?: RecordFilterCondition | null;
|
|
7108
7117
|
operator?: RecordFilterOperator | null;
|
|
7118
|
+
withEmptyValues?: boolean | null;
|
|
7109
7119
|
tree?: {
|
|
7110
7120
|
id: string;
|
|
7111
7121
|
label?: any | null;
|
|
@@ -7171,6 +7181,7 @@ export type GetViewsListQuery = {
|
|
|
7171
7181
|
value?: string | null;
|
|
7172
7182
|
condition?: RecordFilterCondition | null;
|
|
7173
7183
|
operator?: RecordFilterOperator | null;
|
|
7184
|
+
withEmptyValues?: boolean | null;
|
|
7174
7185
|
tree?: {
|
|
7175
7186
|
id: string;
|
|
7176
7187
|
label?: any | null;
|
|
@@ -7235,6 +7246,7 @@ export type SaveViewMutation = {
|
|
|
7235
7246
|
value?: string | null;
|
|
7236
7247
|
condition?: RecordFilterCondition | null;
|
|
7237
7248
|
operator?: RecordFilterOperator | null;
|
|
7249
|
+
withEmptyValues?: boolean | null;
|
|
7238
7250
|
tree?: {
|
|
7239
7251
|
id: string;
|
|
7240
7252
|
label?: any | null;
|
|
@@ -7747,6 +7759,29 @@ export type ExplorerLibraryDetailsQuery = {
|
|
|
7747
7759
|
}>;
|
|
7748
7760
|
} | null;
|
|
7749
7761
|
};
|
|
7762
|
+
export type LibraryExportProfilesQueryVariables = Exact<{
|
|
7763
|
+
libraryId?: InputMaybe<Array<Scalars['ID']['input']> | Scalars['ID']['input']>;
|
|
7764
|
+
}>;
|
|
7765
|
+
export type LibraryExportProfilesQuery = {
|
|
7766
|
+
libraries?: {
|
|
7767
|
+
list: Array<{
|
|
7768
|
+
id: string;
|
|
7769
|
+
exportProfiles?: {
|
|
7770
|
+
defaultProfile: string;
|
|
7771
|
+
profiles: Array<{
|
|
7772
|
+
label: string;
|
|
7773
|
+
columns: Array<{
|
|
7774
|
+
columnLabel: string;
|
|
7775
|
+
attribute: string;
|
|
7776
|
+
}>;
|
|
7777
|
+
error?: {
|
|
7778
|
+
message: string;
|
|
7779
|
+
} | null;
|
|
7780
|
+
}>;
|
|
7781
|
+
} | null;
|
|
7782
|
+
}>;
|
|
7783
|
+
} | null;
|
|
7784
|
+
};
|
|
7750
7785
|
export type ExplorerSelectionIdsQueryVariables = Exact<{
|
|
7751
7786
|
libraryId: Scalars['ID']['input'];
|
|
7752
7787
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
@@ -7801,6 +7836,7 @@ export type UpdateViewMutation = {
|
|
|
7801
7836
|
value?: string | null;
|
|
7802
7837
|
condition?: RecordFilterCondition | null;
|
|
7803
7838
|
operator?: RecordFilterOperator | null;
|
|
7839
|
+
withEmptyValues?: boolean | null;
|
|
7804
7840
|
tree?: {
|
|
7805
7841
|
id: string;
|
|
7806
7842
|
label?: any | null;
|
|
@@ -9225,6 +9261,7 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
|
|
|
9225
9261
|
* node: // value for 'node'
|
|
9226
9262
|
* pagination: // value for 'pagination'
|
|
9227
9263
|
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
9264
|
+
* dependentValuesPermissionFilter: // value for 'dependentValuesPermissionFilter'
|
|
9228
9265
|
* },
|
|
9229
9266
|
* });
|
|
9230
9267
|
*/
|
|
@@ -9233,12 +9270,14 @@ export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOp
|
|
|
9233
9270
|
node?: InputMaybe<Scalars["ID"]["input"]>;
|
|
9234
9271
|
pagination?: InputMaybe<Pagination>;
|
|
9235
9272
|
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
9273
|
+
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
9236
9274
|
}>>;
|
|
9237
9275
|
export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
|
|
9238
9276
|
treeId: Scalars["ID"]["input"];
|
|
9239
9277
|
node?: InputMaybe<Scalars["ID"]["input"]>;
|
|
9240
9278
|
pagination?: InputMaybe<Pagination>;
|
|
9241
9279
|
childrenAsRecordValuePermissionFilter?: InputMaybe<ChildrenAsRecordValuePermissionFilterInput>;
|
|
9280
|
+
dependentValuesPermissionFilter?: InputMaybe<DependentValuesPermissionFilterInput>;
|
|
9242
9281
|
}>>;
|
|
9243
9282
|
export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
|
|
9244
9283
|
export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
|
|
@@ -9765,6 +9804,32 @@ export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.
|
|
|
9765
9804
|
export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
|
|
9766
9805
|
export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
|
|
9767
9806
|
export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
|
|
9807
|
+
export declare const LibraryExportProfilesDocument: Apollo.DocumentNode;
|
|
9808
|
+
/**
|
|
9809
|
+
* __useLibraryExportProfilesQuery__
|
|
9810
|
+
*
|
|
9811
|
+
* To run a query within a React component, call `useLibraryExportProfilesQuery` and pass it any options that fit your needs.
|
|
9812
|
+
* When your component renders, `useLibraryExportProfilesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
9813
|
+
* you can use to render your UI.
|
|
9814
|
+
*
|
|
9815
|
+
* @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;
|
|
9816
|
+
*
|
|
9817
|
+
* @example
|
|
9818
|
+
* const { data, loading, error } = useLibraryExportProfilesQuery({
|
|
9819
|
+
* variables: {
|
|
9820
|
+
* libraryId: // value for 'libraryId'
|
|
9821
|
+
* },
|
|
9822
|
+
* });
|
|
9823
|
+
*/
|
|
9824
|
+
export declare function useLibraryExportProfilesQuery(baseOptions?: Apollo.QueryHookOptions<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>): Apollo.QueryResult<LibraryExportProfilesQuery, Exact<{
|
|
9825
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9826
|
+
}>>;
|
|
9827
|
+
export declare function useLibraryExportProfilesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>): Apollo.LazyQueryResultTuple<LibraryExportProfilesQuery, Exact<{
|
|
9828
|
+
libraryId?: InputMaybe<Array<Scalars["ID"]["input"]> | Scalars["ID"]["input"]>;
|
|
9829
|
+
}>>;
|
|
9830
|
+
export type LibraryExportProfilesQueryHookResult = ReturnType<typeof useLibraryExportProfilesQuery>;
|
|
9831
|
+
export type LibraryExportProfilesLazyQueryHookResult = ReturnType<typeof useLibraryExportProfilesLazyQuery>;
|
|
9832
|
+
export type LibraryExportProfilesQueryResult = Apollo.QueryResult<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>;
|
|
9768
9833
|
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
9769
9834
|
/**
|
|
9770
9835
|
* __useExplorerSelectionIdsQuery__
|
package/dist/_gqlTypes/index.js
CHANGED
|
@@ -886,6 +886,7 @@ export const ViewDetailsFilterFragmentDoc = gql `
|
|
|
886
886
|
}
|
|
887
887
|
condition
|
|
888
888
|
operator
|
|
889
|
+
withEmptyValues
|
|
889
890
|
}
|
|
890
891
|
`;
|
|
891
892
|
export const ViewDetailsFragmentDoc = gql `
|
|
@@ -2821,12 +2822,13 @@ export function useSaveTreeMutation(baseOptions) {
|
|
|
2821
2822
|
return Apollo.useMutation(SaveTreeDocument, options);
|
|
2822
2823
|
}
|
|
2823
2824
|
export const TreeNodeChildrenDocument = gql `
|
|
2824
|
-
query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination, $childrenAsRecordValuePermissionFilter: ChildrenAsRecordValuePermissionFilterInput) {
|
|
2825
|
+
query TREE_NODE_CHILDREN($treeId: ID!, $node: ID, $pagination: Pagination, $childrenAsRecordValuePermissionFilter: ChildrenAsRecordValuePermissionFilterInput, $dependentValuesPermissionFilter: DependentValuesPermissionFilterInput) {
|
|
2825
2826
|
treeNodeChildren(
|
|
2826
2827
|
treeId: $treeId
|
|
2827
2828
|
node: $node
|
|
2828
2829
|
pagination: $pagination
|
|
2829
2830
|
childrenAsRecordValuePermissionFilter: $childrenAsRecordValuePermissionFilter
|
|
2831
|
+
dependentValuesPermissionFilter: $dependentValuesPermissionFilter
|
|
2830
2832
|
) {
|
|
2831
2833
|
totalCount
|
|
2832
2834
|
list {
|
|
@@ -2851,6 +2853,7 @@ export const TreeNodeChildrenDocument = gql `
|
|
|
2851
2853
|
* node: // value for 'node'
|
|
2852
2854
|
* pagination: // value for 'pagination'
|
|
2853
2855
|
* childrenAsRecordValuePermissionFilter: // value for 'childrenAsRecordValuePermissionFilter'
|
|
2856
|
+
* dependentValuesPermissionFilter: // value for 'dependentValuesPermissionFilter'
|
|
2854
2857
|
* },
|
|
2855
2858
|
* });
|
|
2856
2859
|
*/
|
|
@@ -3559,6 +3562,52 @@ export function useExplorerLibraryDetailsLazyQuery(baseOptions) {
|
|
|
3559
3562
|
const options = { ...defaultOptions, ...baseOptions };
|
|
3560
3563
|
return Apollo.useLazyQuery(ExplorerLibraryDetailsDocument, options);
|
|
3561
3564
|
}
|
|
3565
|
+
export const LibraryExportProfilesDocument = gql `
|
|
3566
|
+
query libraryExportProfiles($libraryId: [ID!]) {
|
|
3567
|
+
libraries(filters: {id: $libraryId}) {
|
|
3568
|
+
list {
|
|
3569
|
+
id
|
|
3570
|
+
exportProfiles {
|
|
3571
|
+
defaultProfile
|
|
3572
|
+
profiles {
|
|
3573
|
+
label
|
|
3574
|
+
columns {
|
|
3575
|
+
columnLabel
|
|
3576
|
+
attribute
|
|
3577
|
+
}
|
|
3578
|
+
error {
|
|
3579
|
+
message
|
|
3580
|
+
}
|
|
3581
|
+
}
|
|
3582
|
+
}
|
|
3583
|
+
}
|
|
3584
|
+
}
|
|
3585
|
+
}
|
|
3586
|
+
`;
|
|
3587
|
+
/**
|
|
3588
|
+
* __useLibraryExportProfilesQuery__
|
|
3589
|
+
*
|
|
3590
|
+
* To run a query within a React component, call `useLibraryExportProfilesQuery` and pass it any options that fit your needs.
|
|
3591
|
+
* When your component renders, `useLibraryExportProfilesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
3592
|
+
* you can use to render your UI.
|
|
3593
|
+
*
|
|
3594
|
+
* @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;
|
|
3595
|
+
*
|
|
3596
|
+
* @example
|
|
3597
|
+
* const { data, loading, error } = useLibraryExportProfilesQuery({
|
|
3598
|
+
* variables: {
|
|
3599
|
+
* libraryId: // value for 'libraryId'
|
|
3600
|
+
* },
|
|
3601
|
+
* });
|
|
3602
|
+
*/
|
|
3603
|
+
export function useLibraryExportProfilesQuery(baseOptions) {
|
|
3604
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3605
|
+
return Apollo.useQuery(LibraryExportProfilesDocument, options);
|
|
3606
|
+
}
|
|
3607
|
+
export function useLibraryExportProfilesLazyQuery(baseOptions) {
|
|
3608
|
+
const options = { ...defaultOptions, ...baseOptions };
|
|
3609
|
+
return Apollo.useLazyQuery(LibraryExportProfilesDocument, options);
|
|
3610
|
+
}
|
|
3562
3611
|
export const ExplorerSelectionIdsDocument = gql `
|
|
3563
3612
|
query ExplorerSelectionIds($libraryId: ID!, $filters: [RecordFilterInput]) {
|
|
3564
3613
|
records(library: $libraryId, filters: $filters) {
|