@pimcore/studio-ui-bundle 0.12.9 → 0.13.20
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/build/types/src/core/app/config/services/service-ids.d.ts +7 -0
- package/dist/build/types/src/core/bootstrap.d.ts +2 -0
- package/dist/build/types/src/core/components/content/content-config-provider.d.ts +21 -0
- package/dist/build/types/src/core/components/content/content.d.ts +3 -2
- package/dist/build/types/src/core/components/content/content.styles.d.ts +6 -1
- package/dist/build/types/src/core/components/content-layout/content-layout.d.ts +1 -0
- package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +9 -9
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/provider/tree-permission-provider/use-tree-permission.d.ts +1 -1
- package/dist/build/types/src/core/components/grid/grid.d.ts +1 -0
- package/dist/build/types/src/core/components/hotspot-image/hotspot-image.d.ts +9 -3
- package/dist/build/types/src/core/components/hotspot-image/marker-icon.d.ts +10 -0
- package/dist/build/types/src/core/components/icon/default-icon-color-groups.d.ts +12 -0
- package/dist/build/types/src/core/components/icon/icon-color-groups-registry.d.ts +32 -0
- package/dist/build/types/src/core/components/icon/icon.d.ts +3 -1
- package/dist/build/types/src/core/components/iframe/iframe.d.ts +1 -2
- package/dist/build/types/src/core/components/iframe-content/iframe-content.d.ts +21 -0
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.d.ts +2 -1
- package/dist/build/types/src/core/components/menu/menu.styles.d.ts +13 -0
- package/dist/build/types/src/core/components/modal/factory/modal-factory.d.ts +32 -0
- package/dist/build/types/src/core/components/modal-upload/hooks/use-upload-conflict-handler.d.ts +1 -0
- package/dist/build/types/src/core/components/operational-grid/operational-grid.stories.d.ts +2 -0
- package/dist/build/types/src/core/components/pimcore-video/video-provider.d.ts +22 -0
- package/dist/build/types/src/core/components/search-input/search-input.d.ts +2 -1
- package/dist/build/types/src/core/components/toolstrip/tool-strip.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/tree-element/tree-element-item.d.ts +2 -4
- package/dist/build/types/src/core/components/tree-element/tree-element.d.ts +24 -9
- package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog-wrapper.d.ts +15 -0
- package/dist/build/types/src/core/modules/about/components/about-dialog/context/about-dialog-data-context.d.ts +18 -0
- package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-registry.d.ts +13 -3
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-config.d.ts +1 -0
- package/dist/build/types/src/core/modules/app/error-handler/types.d.ts +3 -1
- package/dist/build/types/src/core/modules/app/theme/dynamic-types/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +40 -0
- package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/auto-hide-empty-content.d.ts +16 -0
- package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/auto-hide-empty-content.styles.d.ts +14 -0
- package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/hooks/use-hide-parent-when-hidden.d.ts +17 -0
- package/dist/build/types/src/core/modules/asset/actions/upload-new-version/upload-new-version.d.ts +1 -1
- package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +2 -0
- package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +413 -17
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/asset/editor/types/video/tab-manager/tabs/preview/preview-container.d.ts +0 -7
- package/dist/build/types/src/core/modules/asset/hooks/use-global-asset-context.d.ts +1 -1
- package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +1 -1
- package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +1 -1
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +148 -124
- package/dist/build/types/src/core/modules/auth/util/user-helper.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +1231 -1
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +2879 -206
- package/dist/build/types/src/core/modules/class-definition/class-definition-widget.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/add-modal.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/use-class-definition-update.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/hooks/use-global-data-object-context.d.ts +1 -1
- package/dist/build/types/src/core/modules/document/actions/add-page/use-add-document.d.ts +2 -0
- package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +198 -0
- package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +10 -10
- package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +5 -5
- package/dist/build/types/src/core/modules/document/hooks/use-global-document-context.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-wysiwyg.d.ts +0 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/calculated-value/components/label/label.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/relations/components/label/label.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/defintinitions/objects/data-related/components/localized-fields/versions/version-object-localized-fields.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/editor/detached-tab/missing-context.styles.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +3 -3
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +3 -151
- package/dist/build/types/src/core/modules/element/element-helper.d.ts +1 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +1 -1
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +6 -4
- package/dist/build/types/src/core/modules/field-definitions/components/editor/area-provider.d.ts +20 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/custom-layout-modal-provider.d.ts +21 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/custom-layout-modal-trigger.d.ts +11 -0
- package/dist/build/types/src/core/modules/{about/components/about-dialog/about-dialog-container.d.ts → field-definitions/components/editor/custom-layout/custom-layout-modal.d.ts} +1 -1
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/custom-layout.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/content/layout-form.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/content.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/general-settings-provider.d.ts +22 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/layout-provider.d.ts +42 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/save.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/sidebar.d.ts +15 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail.d.ts +15 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/provider.d.ts +33 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar/add-modal.d.ts +10 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar/modal-holder.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/tabs.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/settings-provider.d.ts +26 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor.d.ts +22 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/dynamic-type-field-definition-abstract.d.ts +39 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/dynamic-type-field-definition-registry.d.ts +14 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/data/dynamic-type-field-defintion-data-abstract.d.ts +23 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/data/field-defintion-data-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/layout/dynamic-type-field-defintion-layout-abstract.d.ts +23 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/layout/field-defintion-layout-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/block/dynamic-type-field-definition-block.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/input/dynamic-type-field-definition-input.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/input/field-defintion-input-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/panel/dynamic-type-field-definition-panel.d.ts +18 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/panel/field-definition-panel-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/field-definitions/utils/context-helpers.d.ts +13 -0
- package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/open-element/{open-element.d.ts → constants.d.ts} +0 -7
- package/dist/build/types/src/core/modules/open-element/context/open-element-data-context.d.ts +19 -0
- package/dist/build/types/src/core/modules/open-element/open-element-wrapper.d.ts +15 -0
- package/dist/build/types/src/core/modules/perspectives/enums/tree-permission.d.ts +5 -7
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +1 -151
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/dynamic-type-custom-report-definition-abstract.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/types/dynamic-type-custom-report-definition-sql-adapter.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/report-configuration.styles.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-toolbar/report-toolbar.d.ts +2 -1
- package/dist/build/types/src/core/modules/user/management/detail/tabs/settings/components/login-token-modal/login-token-modal-container.d.ts +15 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/settings/components/login-token-modal/login-token-modal.d.ts +17 -0
- package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +369 -2
- package/dist/build/types/src/core/modules/widget-editor/services/widget-context-menu-item-registry.d.ts +23 -0
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-manager.d.ts +1 -0
- package/dist/build/types/src/core/modules/widget-manager/title/border-title-view.d.ts +3 -1
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-view.d.ts +3 -1
- package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.d.ts +2 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-container.d.ts +4 -1
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-view.d.ts +2 -0
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +2 -0
- package/dist/build/types/src/core/modules/wysiwyg/wysiwyg.styles.d.ts +1 -0
- package/dist/build/types/src/core/utils/sizing.d.ts +1 -0
- package/dist/build/types/src/core/utils/use-element-overflow.d.ts +1 -1
- package/dist/build/types/src/sdk/components/index.d.ts +5 -0
- package/dist/build/types/src/sdk/main.d.ts +2 -0
- package/dist/build/types/src/sdk/modules/auth/index.d.ts +2 -0
- package/dist/build/types/src/sdk/modules/data-object/index.d.ts +1 -0
- package/dist/build/types/src/sdk/modules/perspectives/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -62,6 +62,46 @@ export declare const studioDefaultLightThemeConfig: {
|
|
|
62
62
|
colorBorderInverse: string;
|
|
63
63
|
colorDividerInverse: string;
|
|
64
64
|
colorInactiveInverse: string;
|
|
65
|
+
colorCodingRed1: string;
|
|
66
|
+
colorCodingRed2: string;
|
|
67
|
+
colorCodingRed3: string;
|
|
68
|
+
colorCodingRed4: string;
|
|
69
|
+
colorCodingRed5: string;
|
|
70
|
+
colorCodingRed6: string;
|
|
71
|
+
colorCodingBeige1: string;
|
|
72
|
+
colorCodingBeige2: string;
|
|
73
|
+
colorCodingBeige3: string;
|
|
74
|
+
colorCodingGold1: string;
|
|
75
|
+
colorCodingGold2: string;
|
|
76
|
+
colorCodingGold3: string;
|
|
77
|
+
colorCodingOrange1: string;
|
|
78
|
+
colorCodingOrange2: string;
|
|
79
|
+
colorCodingOrange3: string;
|
|
80
|
+
colorCodingGreen1: string;
|
|
81
|
+
colorCodingGreen2: string;
|
|
82
|
+
colorCodingGreen3: string;
|
|
83
|
+
colorCodingGreen4: string;
|
|
84
|
+
colorCodingGreen5: string;
|
|
85
|
+
colorCodingMint1: string;
|
|
86
|
+
colorCodingMint2: string;
|
|
87
|
+
colorCodingMint3: string;
|
|
88
|
+
colorCodingBlue1: string;
|
|
89
|
+
colorCodingBlue2: string;
|
|
90
|
+
colorCodingBlue3: string;
|
|
91
|
+
colorCodingBlue4: string;
|
|
92
|
+
colorCodingPurple1: string;
|
|
93
|
+
colorCodingPurple2: string;
|
|
94
|
+
colorCodingPurple3: string;
|
|
95
|
+
colorCodingPurple4: string;
|
|
96
|
+
colorCodingViolet1: string;
|
|
97
|
+
colorCodingViolet2: string;
|
|
98
|
+
colorCodingViolet3: string;
|
|
99
|
+
colorCodingViolet4: string;
|
|
100
|
+
colorCodingViolet5: string;
|
|
101
|
+
colorCodingMagenta1: string;
|
|
102
|
+
colorCodingMagenta2: string;
|
|
103
|
+
colorCodingMagenta3: string;
|
|
104
|
+
colorCodingMagenta4: string;
|
|
65
105
|
fontFamily: string;
|
|
66
106
|
};
|
|
67
107
|
components: {
|
|
@@ -0,0 +1,16 @@
|
|
|
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 React from 'react';
|
|
11
|
+
export interface AutoHideEmptyContentProps {
|
|
12
|
+
children: React.ReactNode;
|
|
13
|
+
contentSelector: string;
|
|
14
|
+
parentSelector?: string;
|
|
15
|
+
}
|
|
16
|
+
export declare const AutoHideEmptyContent: ({ children, contentSelector, parentSelector }: AutoHideEmptyContentProps) => React.JSX.Element;
|
|
@@ -0,0 +1,14 @@
|
|
|
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 declare const useStyles: (props?: {
|
|
11
|
+
contentSelector: string;
|
|
12
|
+
} | undefined) => import("antd-style").ReturnStyles<{
|
|
13
|
+
wrapper: import("antd-style").SerializedStyles;
|
|
14
|
+
}>;
|
|
@@ -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
|
+
interface UseHideParentWhenHiddenOptions {
|
|
11
|
+
parentSelector?: string;
|
|
12
|
+
}
|
|
13
|
+
interface UseHideParentWhenHiddenResult<T extends HTMLElement> {
|
|
14
|
+
ref: React.RefObject<T>;
|
|
15
|
+
}
|
|
16
|
+
export declare function useHideParentWhenHidden<T extends HTMLElement = HTMLDivElement>(options: UseHideParentWhenHiddenOptions): UseHideParentWhenHiddenResult<T>;
|
|
17
|
+
export {};
|
package/dist/build/types/src/core/modules/asset/actions/upload-new-version/upload-new-version.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import { type Asset } from '../../../../modules/asset/asset-api-slice.gen';
|
|
|
11
11
|
import { type TreeNodeProps } from '../../../../components/element-tree/node/tree-node';
|
|
12
12
|
import { type ItemType } from '../../../../components/dropdown/dropdown';
|
|
13
13
|
export interface UseUploadNewVersionReturn {
|
|
14
|
-
uploadNewVersion: (id: number,
|
|
14
|
+
uploadNewVersion: (id: number, onFinish?: () => void) => void;
|
|
15
15
|
uploadNewVersionContextMenuItem: (node: Asset, onFinish?: () => void) => ItemType;
|
|
16
16
|
uploadNewVersionTreeContextMenuItem: (node: TreeNodeProps) => ItemType;
|
|
17
17
|
}
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
declare const api: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, import("@reduxjs/toolkit/query").UpdateDefinitions<import("@reduxjs/toolkit/query").UpdateDefinitions<{}, "Assets" | "Asset Grid" | "Metadata", never> & {
|
|
11
|
+
assetGetTypes: import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Assets" | "Asset Grid" | "Metadata", import("./asset-api-slice.gen").AssetGetTypesApiResponse, "api", unknown>;
|
|
11
12
|
assetBatchDelete: import("@reduxjs/toolkit/query").MutationDefinition<import("./asset-api-slice.gen").AssetBatchDeleteApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Assets" | "Asset Grid" | "Metadata", import("./asset-api-slice.gen").AssetBatchDeleteApiResponse, "api", unknown>;
|
|
12
13
|
assetClone: import("@reduxjs/toolkit/query").MutationDefinition<import("./asset-api-slice.gen").AssetCloneApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Assets" | "Asset Grid" | "Metadata", import("./asset-api-slice.gen").AssetCloneApiResponse, "api", unknown>;
|
|
13
14
|
assetCustomSettingsGetById: import("@reduxjs/toolkit/query").QueryDefinition<import("./asset-api-slice.gen").AssetCustomSettingsGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Assets" | "Asset Grid" | "Metadata", import("./asset-api-slice.gen").AssetCustomSettingsGetByIdApiResponse, "api", unknown>;
|
|
@@ -52,6 +53,7 @@ declare const api: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit
|
|
|
52
53
|
assetVideoImageThumbnailStream: import("@reduxjs/toolkit/query").QueryDefinition<import("./asset-api-slice.gen").AssetVideoImageThumbnailStreamApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Assets" | "Asset Grid" | "Metadata", Blob, "api", unknown>;
|
|
53
54
|
assetVideoDownloadByThumbnail: import("@reduxjs/toolkit/query").QueryDefinition<import("./asset-api-slice.gen").AssetVideoDownloadByThumbnailApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Assets" | "Asset Grid" | "Metadata", Blob, "api", unknown>;
|
|
54
55
|
assetVideoStreamByThumbnail: import("@reduxjs/toolkit/query").QueryDefinition<import("./asset-api-slice.gen").AssetVideoStreamByThumbnailApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Assets" | "Asset Grid" | "Metadata", Blob, "api", unknown>;
|
|
56
|
+
assetGetVideoTypes: import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Assets" | "Asset Grid" | "Metadata", import("./asset-api-slice.gen").AssetGetVideoTypesApiResponse, "api", unknown>;
|
|
55
57
|
assetCustomMetadataGetById: import("@reduxjs/toolkit/query").QueryDefinition<import("./asset-api-slice.gen").AssetCustomMetadataGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Assets" | "Asset Grid" | "Metadata", import("./asset-api-slice.gen").AssetCustomMetadataGetByIdApiResponse, "api", unknown>;
|
|
56
58
|
}, string, never>, "api", string, typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
|
|
57
59
|
export type * from './asset-api-slice.gen';
|