@pimcore/studio-ui-bundle 2026.2.0-RC1 → 2026.2.0

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.
Files changed (54) hide show
  1. package/dist/build/types/src/core/components/date-picker/date-picker.stories.d.ts +1 -0
  2. package/dist/build/types/src/core/components/editable-empty-placeholder/editable-empty-placeholder.d.ts +1 -1
  3. package/dist/build/types/src/core/components/editable-empty-placeholder/editable-empty-placeholder.stories.d.ts +0 -4
  4. package/dist/build/types/src/core/components/icon-selector/utils/element-icon.test.d.ts +10 -0
  5. package/dist/build/types/src/core/components/image-picker/image-picker.stories.d.ts +38 -0
  6. package/dist/build/types/src/core/components/image-preview/image-preview.stories.d.ts +28 -0
  7. package/dist/build/types/src/core/components/modal/form-modal/form-modal.stories.d.ts +8 -0
  8. package/dist/build/types/src/core/components/modal/form-modal/hooks/form-modal-types.d.ts +47 -0
  9. package/dist/build/types/src/core/components/modal/form-modal/hooks/use-form-modal.d.ts +2 -37
  10. package/dist/build/types/src/core/components/pipeline/pipeline.d.ts +1 -0
  11. package/dist/build/types/src/core/lib/event-bus/event-types.d.ts +1 -0
  12. package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +6 -0
  13. package/dist/build/types/src/core/modules/app/theme/constants/theme-algorithms.d.ts +17 -0
  14. package/dist/build/types/src/core/modules/app/theme/constants/theme-ids.d.ts +2 -1
  15. package/dist/build/types/src/core/modules/app/theme/dynamic-theme-provider.d.ts +12 -0
  16. package/dist/build/types/src/core/modules/app/theme/dynamic-types/registry/dynamic-type-theme-registry.d.ts +11 -1
  17. package/dist/build/types/src/core/modules/app/theme/dynamic-types/registry/dynamic-type-theme-registry.test.d.ts +10 -0
  18. package/dist/build/types/src/core/modules/app/theme/theme-provider.d.ts +12 -2
  19. package/dist/build/types/src/core/modules/app/theme/theme-slice.d.ts +15 -0
  20. package/dist/build/types/src/core/modules/app/theme/theme-slice.test.d.ts +10 -0
  21. package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +8 -0
  22. package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +1 -0
  23. package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +194 -0
  24. package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/forms/advanced-column-form/preview/preview-loader.styles.d.ts +16 -0
  25. package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/forms/advanced-column-form/preview/preview.styles.d.ts +16 -0
  26. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/utils/date-filter-transform.d.ts +27 -0
  27. package/dist/build/types/src/core/modules/element/listing/decorators/row-selection/row-selection-decorator.d.ts +2 -0
  28. package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/view-layer/components/fields-to-add-panel/fields-to-add-panel.styles.d.ts +1 -0
  29. package/dist/build/types/src/core/modules/notifications/filters/filters.d.ts +17 -0
  30. package/dist/build/types/src/core/modules/notifications/filters/hooks/use-notifications-field-filter-editor.d.ts +19 -0
  31. package/dist/build/types/src/core/modules/notifications/filters/types.d.ts +37 -0
  32. package/dist/build/types/src/core/modules/notifications/notifications-sidebar/components/filter-tab/filter-tab.d.ts +11 -0
  33. package/dist/build/types/src/core/modules/notifications/notifications-sidebar/notifications-sidebar.d.ts +11 -0
  34. package/dist/build/types/src/core/modules/recycle-bin/filters/filters.d.ts +18 -0
  35. package/dist/build/types/src/core/modules/recycle-bin/filters/hooks/use-recycle-bin-field-filter-editor.d.ts +19 -0
  36. package/dist/build/types/src/core/modules/recycle-bin/filters/types.d.ts +37 -0
  37. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-sidebar/components/filter-tab/filter-tab.d.ts +11 -0
  38. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-sidebar/recycle-bin-sidebar.d.ts +11 -0
  39. package/dist/build/types/src/core/modules/translations/filters/filters.d.ts +17 -0
  40. package/dist/build/types/src/core/modules/translations/filters/hooks/use-translation-filter-columns.d.ts +12 -0
  41. package/dist/build/types/src/core/modules/translations/filters/hooks/use-translations-field-filter-editor.d.ts +19 -0
  42. package/dist/build/types/src/core/modules/translations/filters/types.d.ts +32 -0
  43. package/dist/build/types/src/core/modules/translations/translations-sidebar/components/filter-tab/filter-tab.d.ts +11 -0
  44. package/dist/build/types/src/core/modules/translations/translations-sidebar/translations-sidebar.d.ts +11 -0
  45. package/dist/build/types/src/core/modules/user/management/detail/tabs/settings/components/form/appearance-branding-accordion.d.ts +30 -0
  46. package/dist/build/types/src/core/modules/user/user-management-slice.d.ts +9 -0
  47. package/dist/build/types/src/core/modules/widget-manager/services/widget-registry.d.ts +10 -0
  48. package/dist/build/types/src/core/modules/widget-manager/services/widget-registry.test.d.ts +10 -0
  49. package/dist/build/types/src/core/utils/normalize-icon.d.ts +2 -0
  50. package/dist/build/types/src/core/utils/normalize-icon.test.d.ts +10 -0
  51. package/dist/build/types/src/sdk/components/index.d.ts +1 -0
  52. package/dist/build/types/src/sdk/modules/app/index.d.ts +8 -0
  53. package/dist/build/types/src/sdk/modules/element/index.d.ts +1 -0
  54. package/package.json +1 -1
@@ -13,3 +13,4 @@ declare const config: Meta;
13
13
  export default config;
14
14
  type Story = StoryObj<typeof DatePicker>;
15
15
  export declare const _default: Story;
16
+ export declare const WithPlaceholder: Story;
@@ -11,7 +11,7 @@ import React from 'react';
11
11
  import { type IconProps } from '../../components/icon/icon';
12
12
  export interface EditableEmptyPlaceholderProps {
13
13
  text: string;
14
- buttonText: string;
14
+ buttonText?: string;
15
15
  onClick: () => void;
16
16
  disabled?: boolean;
17
17
  icon?: IconProps;
@@ -27,10 +27,6 @@ declare const meta: {
27
27
  control: "text";
28
28
  description: string;
29
29
  };
30
- buttonText: {
31
- control: "text";
32
- description: string;
33
- };
34
30
  onClick: {
35
31
  description: string;
36
32
  };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ export {};
@@ -0,0 +1,38 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type Meta } from '@storybook/react';
11
+ declare const config: Meta;
12
+ export default config;
13
+ export declare const _default: {
14
+ args: {
15
+ type: string;
16
+ value: null;
17
+ onChange: (value: unknown) => void;
18
+ };
19
+ };
20
+ export declare const WithValue: {
21
+ args: {
22
+ value: {
23
+ type: string;
24
+ id: number;
25
+ fullPath: string;
26
+ };
27
+ type: string;
28
+ onChange: (value: unknown) => void;
29
+ };
30
+ };
31
+ export declare const Disabled: {
32
+ args: {
33
+ disabled: boolean;
34
+ type: string;
35
+ value: null;
36
+ onChange: (value: unknown) => void;
37
+ };
38
+ };
@@ -7,6 +7,7 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
+ import React from 'react';
10
11
  import { type Meta } from '@storybook/react';
11
12
  declare const config: Meta;
12
13
  export default config;
@@ -19,3 +20,30 @@ export declare const _default: {
19
20
  };
20
21
  };
21
22
  };
23
+ export declare const WithDropdownItems: {
24
+ args: {
25
+ width: number;
26
+ height: number;
27
+ style: {
28
+ border: string;
29
+ };
30
+ dropdownItems: ({
31
+ key: string;
32
+ label: string;
33
+ icon: React.JSX.Element;
34
+ type?: undefined;
35
+ } | {
36
+ type: string;
37
+ key: string;
38
+ label?: undefined;
39
+ icon?: undefined;
40
+ })[];
41
+ };
42
+ parameters: {
43
+ docs: {
44
+ description: {
45
+ story: string;
46
+ };
47
+ };
48
+ };
49
+ };
@@ -29,6 +29,14 @@ export declare const InputWithInitialValue: {
29
29
  initialValue: string;
30
30
  };
31
31
  };
32
+ export declare const InputWithWarning: {
33
+ args: {
34
+ type: string;
35
+ title: string;
36
+ label: string;
37
+ warningMessage: string;
38
+ };
39
+ };
32
40
  export declare const Confirmation: {
33
41
  args: {
34
42
  type: string;
@@ -0,0 +1,47 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type ModalFuncProps } from 'antd';
11
+ import { type Rule } from 'antd/lib/form';
12
+ export type ConfigUpdate = ModalFuncProps | ((prevConfig: ModalFuncProps) => ModalFuncProps);
13
+ export type InputFormModalProps = Omit<ModalFuncProps, 'content'> & {
14
+ label?: string;
15
+ rule?: Rule;
16
+ initialValue?: string;
17
+ warningMessage?: string;
18
+ };
19
+ export type TextareaFormModalProps = Omit<ModalFuncProps, 'content'> & {
20
+ label?: string;
21
+ initialValue?: string;
22
+ placeholder?: string;
23
+ };
24
+ export interface UploadFormModalProps extends Omit<InputFormModalProps, 'initialValues'> {
25
+ accept?: string;
26
+ }
27
+ export type ConfirmFormModalProps = ModalFuncProps & {
28
+ dontAskAgainKey?: string;
29
+ };
30
+ export interface UseFormModalHookResponse {
31
+ input: (props: InputFormModalProps) => {
32
+ destroy: () => void;
33
+ update: (configUpdate: ConfigUpdate) => void;
34
+ };
35
+ textarea: (props: TextareaFormModalProps) => {
36
+ destroy: () => void;
37
+ update: (configUpdate: ConfigUpdate) => void;
38
+ };
39
+ confirm: (props: ConfirmFormModalProps) => {
40
+ destroy: () => void;
41
+ update: (configUpdate: ConfigUpdate) => void;
42
+ };
43
+ upload: (props: UploadFormModalProps) => {
44
+ destroy: () => void;
45
+ update: (configUpdate: ConfigUpdate) => void;
46
+ };
47
+ }
@@ -9,45 +9,10 @@
9
9
  */
10
10
  import React from 'react';
11
11
  import { type ModalFuncProps } from 'antd';
12
- import { type Rule } from 'antd/lib/form';
13
- export type ConfigUpdate = ModalFuncProps | ((prevConfig: ModalFuncProps) => ModalFuncProps);
14
- export type InputFormModalProps = Omit<ModalFuncProps, 'content'> & {
15
- label?: string;
16
- rule?: Rule;
17
- initialValue?: string;
18
- };
19
- export type TextareaFormModalProps = Omit<ModalFuncProps, 'content'> & {
20
- label?: string;
21
- initialValue?: string;
22
- placeholder?: string;
23
- };
24
- interface UploadFormModalProps extends Omit<InputFormModalProps, 'initialValues'> {
25
- accept?: string;
26
- }
27
- export type ConfirmFormModalProps = ModalFuncProps & {
28
- dontAskAgainKey?: string;
29
- };
30
- export interface UseFormModalHookResponse {
31
- input: (props: InputFormModalProps) => {
32
- destroy: () => void;
33
- update: (configUpdate: ConfigUpdate) => void;
34
- };
35
- textarea: (props: TextareaFormModalProps) => {
36
- destroy: () => void;
37
- update: (configUpdate: ConfigUpdate) => void;
38
- };
39
- confirm: (props: ConfirmFormModalProps) => {
40
- destroy: () => void;
41
- update: (configUpdate: ConfigUpdate) => void;
42
- };
43
- upload: (props: UploadFormModalProps) => {
44
- destroy: () => void;
45
- update: (configUpdate: ConfigUpdate) => void;
46
- };
47
- }
12
+ import type { InputFormModalProps, TextareaFormModalProps, ConfirmFormModalProps, UseFormModalHookResponse, UploadFormModalProps } from './form-modal-types';
13
+ export type { ConfigUpdate, InputFormModalProps, TextareaFormModalProps, ConfirmFormModalProps, UseFormModalHookResponse } from './form-modal-types';
48
14
  export declare function useFormModal(): UseFormModalHookResponse;
49
15
  export declare function withInput(props: InputFormModalProps, onKeyBoardSubmit: any, onSetModalLoading: any): ModalFuncProps;
50
16
  export declare function withTextarea(props: TextareaFormModalProps): ModalFuncProps;
51
17
  export declare function withConfirm(props: ConfirmFormModalProps, dontAskAgainRef: React.MutableRefObject<boolean>): ModalFuncProps;
52
18
  export declare function withUpload(props: UploadFormModalProps): ModalFuncProps;
53
- export {};
@@ -11,6 +11,7 @@ import React, { type ReactNode } from 'react';
11
11
  export interface PipelineItem {
12
12
  id: string;
13
13
  component: ReactNode;
14
+ noDivider?: boolean;
14
15
  }
15
16
  export interface PipelineProps {
16
17
  items: PipelineItem[];
@@ -21,4 +21,5 @@ export declare const eventTypes: {
21
21
  'data-object:editor:post-update': string;
22
22
  'document:editor:post-update': string;
23
23
  'asset:editor:post-update': string;
24
+ 'element:item:deleted': string;
24
25
  };
@@ -332,6 +332,12 @@ declare const defaultComponentConfig: {
332
332
  name: string;
333
333
  };
334
334
  };
335
+ user: {
336
+ appearanceBranding: {
337
+ type: ComponentType;
338
+ name: string;
339
+ };
340
+ };
335
341
  wysiwyg: {
336
342
  editor: {
337
343
  type: ComponentType;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type MappingAlgorithm } from 'antd';
11
+ /**
12
+ * Ant Design's dark mapping algorithm, exposed through the SDK surface.
13
+ * Bundles must never import from antd directly — use this export when
14
+ * building a dark theme dynamic type (see `PimcoreThemeConfig.algorithm`).
15
+ */
16
+ export declare const darkThemeAlgorithm: MappingAlgorithm;
17
+ export type { MappingAlgorithm };
@@ -8,7 +8,8 @@
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
10
  /**
11
- * Standard theme IDs for Pimcore Studio
11
+ * Standard theme IDs for Pimcore Studio.
12
+ * The dark theme ships with the Backend Power Tools bundle.
12
13
  */
13
14
  export declare const studioThemeIds: {
14
15
  readonly light: "studio-default-light";
@@ -12,4 +12,16 @@ export interface DynamicThemeProviderProps {
12
12
  children: React.ReactNode;
13
13
  id?: string;
14
14
  }
15
+ /**
16
+ * Resolves the theme chain for the given id from the theme registry, deep-merges
17
+ * it into a single config, and applies it via one antd-style theme provider. The
18
+ * deep merge lets a child theme override individual values inside a nested token
19
+ * group without dropping the group's other keys.
20
+ *
21
+ * Note: theme resolution is memoized on [themeRegistry, id] and is NOT
22
+ * reactive to later registry changes. Theme dynamic types must therefore be
23
+ * registered during the module init / app-loader phase, before first render —
24
+ * a theme registered after a failed resolution is only retried once the
25
+ * theme id changes.
26
+ */
15
27
  export declare const DynamicThemeProvider: ({ children, id }: DynamicThemeProviderProps) => React.JSX.Element;
@@ -18,7 +18,17 @@ export interface ThemeChain {
18
18
  }
19
19
  export declare class DynamicTypeThemeRegistry extends DynamicTypeRegistryAbstract<DynamicTypeThemeAbstract> {
20
20
  /**
21
- * Resolve a theme and its inheritance chain
21
+ * Resolve a theme and its inheritance chain into an ordered list of configs,
22
+ * from the root ancestor down to the requested leaf theme.
23
+ *
24
+ * A theme reached via more than one path (diamond inheritance) is emitted only
25
+ * once, at its first occurrence; a theme that (transitively) extends itself
26
+ * throws, since that chain can never be resolved.
22
27
  */
23
28
  resolveThemeChain(themeId: string): ThemeChain;
29
+ /**
30
+ * Resolve a theme's inheritance chain and deep-merge it into a single config,
31
+ * with the leaf theme's values taking precedence over its ancestors'.
32
+ */
33
+ resolveMergedTheme(themeId: string): PimcoreThemeConfig;
24
34
  }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import 'reflect-metadata';
@@ -8,9 +8,19 @@
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
10
  import React from 'react';
11
- interface ThemeProviderProps {
11
+ export interface ThemeProviderProps {
12
12
  children: React.ReactNode;
13
+ /**
14
+ * Explicit theme id override. When omitted, the theme id from the
15
+ * store applies (settable via setThemeId, defaults to the light theme).
16
+ */
13
17
  id?: string;
14
18
  }
19
+ /**
20
+ * Applies the currently active studio theme.
21
+ *
22
+ * Note: this component unconditionally reads the theme id from the redux
23
+ * store (useAppSelector) and therefore requires a react-redux Provider
24
+ * ancestor (e.g. the studio GlobalProvider) to be rendered.
25
+ */
15
26
  export declare const ThemeProvider: ({ children, id }: ThemeProviderProps) => React.JSX.Element;
16
- export {};
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type RootState } from '../../../../sdk/app';
11
+ export interface ThemeState {
12
+ themeId: string;
13
+ }
14
+ export declare const setThemeId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "theme/setThemeId">;
15
+ export declare const selectThemeId: (state: RootState) => string;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ export {};
@@ -282,6 +282,8 @@ export type UserInformation = {
282
282
  activePerspective: string | null;
283
283
  /** Allowed studio perspectives */
284
284
  perspectives: PerspectiveConfig[];
285
+ /** Theme of the User */
286
+ theme: string;
285
287
  };
286
288
  export type UserWorkspace = {
287
289
  /** ID of the element */
@@ -404,6 +406,8 @@ export type User = {
404
406
  objectDependencies: UserObjectDependencies;
405
407
  /** Allowed studio perspectives */
406
408
  perspectives: PerspectiveConfig[];
409
+ /** Theme of the User */
410
+ theme: string;
407
411
  };
408
412
  export type User2 = {
409
413
  /** Email of the User */
@@ -456,6 +460,8 @@ export type User2 = {
456
460
  documentWorkspaces: UserWorkspace[];
457
461
  /** Allowed studio perspectives */
458
462
  perspectives: string[];
463
+ /** Theme of the User */
464
+ theme?: string;
459
465
  };
460
466
  export type UserPermission = {
461
467
  /** AdditionalAttributes */
@@ -506,6 +512,8 @@ export type UserProfile = {
506
512
  contentLanguages: object;
507
513
  /** Key Bindings */
508
514
  keyBindings: KeyBindingForAUser[];
515
+ /** Theme of the User */
516
+ theme?: string;
509
517
  };
510
518
  export declare const useUserCloneByIdMutation: <R extends Record<string, any> = ({
511
519
  requestId?: undefined;
@@ -17,6 +17,7 @@ declare const api: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit
17
17
  dataObjectGetGridPreview: import("@reduxjs/toolkit/query").QueryDefinition<import("./data-object-api-slice.gen").DataObjectGetGridPreviewApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Data Objects" | "Data Object Grid", import("./data-object-api-slice.gen").GridColumnData, "api", unknown>;
18
18
  dataObjectDeleteGridConfigurationByConfigurationId: import("@reduxjs/toolkit/query").MutationDefinition<import("./data-object-api-slice.gen").DataObjectDeleteGridConfigurationByConfigurationIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Data Objects" | "Data Object Grid", import("./data-object-api-slice.gen").GridDetailedConfiguration, "api", unknown>;
19
19
  dataObjectGetGridConfiguration: import("@reduxjs/toolkit/query").QueryDefinition<import("./data-object-api-slice.gen").DataObjectGetGridConfigurationApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Data Objects" | "Data Object Grid", import("./data-object-api-slice.gen").GridDetailedConfiguration, "api", unknown>;
20
+ dataObjectListGlobalGridConfigurations: import("@reduxjs/toolkit/query").QueryDefinition<import("./data-object-api-slice.gen").DataObjectListGlobalGridConfigurationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Data Objects" | "Data Object Grid", import("./data-object-api-slice.gen").DataObjectListGlobalGridConfigurationsApiResponse, "api", unknown>;
20
21
  dataObjectListSavedGridConfigurations: import("@reduxjs/toolkit/query").QueryDefinition<import("./data-object-api-slice.gen").DataObjectListSavedGridConfigurationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Data Objects" | "Data Object Grid", import("./data-object-api-slice.gen").DataObjectListSavedGridConfigurationsApiResponse, "api", unknown>;
21
22
  dataObjectRemoveGridConfigurationAsFavorite: import("@reduxjs/toolkit/query").MutationDefinition<import("./data-object-api-slice.gen").DataObjectRemoveGridConfigurationAsFavoriteApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Data Objects" | "Data Object Grid", unknown, "api", unknown>;
22
23
  dataObjectSaveGridConfiguration: import("@reduxjs/toolkit/query").MutationDefinition<import("./data-object-api-slice.gen").DataObjectSaveGridConfigurationApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError>, "Data Objects" | "Data Object Grid", import("./data-object-api-slice.gen").GridConfiguration, "api", unknown>;