@pimcore/studio-ui-bundle 2026.1.1 → 2026.1.2
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/api/pimcore/tags.d.ts +3 -0
- package/dist/build/types/src/core/app/config/services/service-ids.d.ts +5 -0
- package/dist/build/types/src/core/bootstrap.d.ts +2 -0
- package/dist/build/types/src/core/components/background/background.d.ts +5 -1
- package/dist/build/types/src/core/components/background/background.stories.d.ts +7 -3
- package/dist/build/types/src/core/components/background/background.styles.d.ts +11 -1
- package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +1 -1
- package/dist/build/types/src/core/modules/app/app-loader/app-loader.d.ts +1 -0
- package/dist/build/types/src/core/modules/app/app-loader/context/app-loading-context.d.ts +27 -0
- package/dist/build/types/src/core/modules/app/app-loader/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +6 -0
- package/dist/build/types/src/core/modules/app/error-handler/constants/errorTypes.d.ts +1 -0
- package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +14 -14
- package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +14 -14
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +6 -6
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +6 -6
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +6 -6
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +6 -6
- package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +22 -22
- package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +62 -62
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +6 -6
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +6 -6
- package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +12 -12
- package/dist/build/types/src/core/modules/asset/listing/decorator/tag-filter/view-layer/components/sidebar/tabs/tag-filters/tags-tree-filters-container.d.ts +7 -5
- package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +2 -2
- package/dist/build/types/src/core/modules/auth/enums/user-permission.d.ts +2 -0
- package/dist/build/types/src/core/modules/auth/hooks/use-user-content-language.d.ts +11 -0
- package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +22 -22
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +82 -82
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +82 -82
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +30 -30
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +28 -28
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +9 -9
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +37 -35
- package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/edit-form-provider.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/build-field-type-map.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/build-field-type-map.test.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/merge-form-changes.d.ts +20 -0
- package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/merge-form-changes.test.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +3 -3
- package/dist/build/types/src/core/modules/data-object/unit-slice-enhanced.d.ts +12 -12
- package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +10 -10
- package/dist/build/types/src/core/modules/data-object/utils/provider/class-defintions/class-definitions-provider.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/actions/site/provider/site-modal.d.ts +0 -1
- package/dist/build/types/src/core/modules/document/actions/translations/components/link-translation-modal.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/actions/translations/components/translation-error-alert.d.ts +16 -0
- package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +39 -39
- package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +38 -38
- package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +24 -24
- package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +6 -6
- package/dist/build/types/src/core/modules/element/components/system-info-modal/system-info-modal.d.ts +5 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/areablock-editable.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-manager.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-utils.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-table.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/checkbox/dynamic-type-grid-cell-checkbox.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/date-time/dynamic-type-grid-cell-date-time.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-boolean/dynamic-type-grid-cell-system-boolean.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-datetime/dynamic-type-grid-cell-system-datetime.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-id/dynamic-type-grid-cell-system-id.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-integer/dynamic-type-grid-cell-system-integer.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-string/dynamic-type-grid-cell-system-string.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/hooks/use-data-object-grids.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/utils/column-definition.d.ts +7 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +17 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-localized-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-localized-fields.test.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice-enhanced.d.ts +6 -6
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice.gen.d.ts +6 -6
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +4 -4
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +4 -4
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +4 -4
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +4 -4
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/components/tags-tree/create-tree-structure.d.ts +5 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +4 -4
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +6 -6
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +6 -6
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +10 -10
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +19 -19
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +21 -21
- package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +4 -4
- package/dist/build/types/src/core/modules/element/listing/abstract/configuration-layer/provider/selected-columns/selected-columns-provider.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +12 -12
- package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +12 -12
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +6 -6
- package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-slice-enhanced.d.ts +10 -10
- package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +4 -4
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +8 -8
- package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +1 -0
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +13 -13
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +13 -13
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/redirects/hooks/use-redirect-options.d.ts +18 -0
- package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +355 -11
- package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +12 -12
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +28 -28
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +49 -41
- package/dist/build/types/src/core/modules/reports/reports-editor/components/helpers.d.ts +11 -0
- package/dist/build/types/src/core/modules/reports/reports-editor/reports-editor.styles.d.ts +1 -3
- package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.d.ts +16 -0
- package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/robots-txt/index.d.ts +11 -0
- package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +14 -14
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +4 -4
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +12 -12
- package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +22 -22
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +4 -4
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +4 -4
- package/dist/build/types/src/sdk/modules/app/index.d.ts +3 -0
- package/dist/build/types/test-utils/mocks/style-mock.d.ts +11 -0
- package/dist/build/types/test-utils/mocks/svg-react-mock.d.ts +12 -0
- package/package.json +6 -5
|
@@ -11,9 +11,10 @@ import React from 'react';
|
|
|
11
11
|
import type { ManyToOneRelationValue } from '../../../../../components/many-to-one-relation/many-to-one-relation';
|
|
12
12
|
export interface LinkTranslationModalProps {
|
|
13
13
|
isOpen: boolean;
|
|
14
|
+
documentId: number;
|
|
14
15
|
selectedDocument: ManyToOneRelationValue | null;
|
|
15
16
|
onSelectedDocumentChange: (document: ManyToOneRelationValue | null) => void;
|
|
16
17
|
onClose: () => void;
|
|
17
18
|
onSubmit: () => Promise<void>;
|
|
18
19
|
}
|
|
19
|
-
export declare const LinkTranslationModal: ({ isOpen, selectedDocument, onSelectedDocumentChange, onClose, onSubmit }: LinkTranslationModalProps) => React.JSX.Element;
|
|
20
|
+
export declare const LinkTranslationModal: ({ isOpen, documentId, selectedDocument, onSelectedDocumentChange, onClose, onSubmit }: LinkTranslationModalProps) => React.JSX.Element;
|
|
@@ -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
|
+
import type { ApiErrorData } from '../../../../../modules/app/error-handler/types';
|
|
12
|
+
interface TranslationErrorAlertProps {
|
|
13
|
+
error: ApiErrorData;
|
|
14
|
+
}
|
|
15
|
+
export declare const TranslationErrorAlert: ({ error }: TranslationErrorAlertProps) => React.JSX.Element;
|
|
16
|
+
export {};
|
|
@@ -417,7 +417,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
417
417
|
isFetching: false;
|
|
418
418
|
isSuccess: false;
|
|
419
419
|
isError: false;
|
|
420
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
420
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
421
421
|
isSuccess: true;
|
|
422
422
|
isFetching: false;
|
|
423
423
|
error: undefined;
|
|
@@ -449,7 +449,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
449
449
|
isError: false;
|
|
450
450
|
}, "error">>)> & {
|
|
451
451
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
452
|
-
}>(arg: import("./document-api-slice.gen").DocumentGetByIdApiArg
|
|
452
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentGetByIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
453
453
|
skip?: boolean;
|
|
454
454
|
refetchOnMountOrArgChange?: boolean | number;
|
|
455
455
|
} & {
|
|
@@ -510,7 +510,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
510
510
|
isFetching: false;
|
|
511
511
|
isSuccess: false;
|
|
512
512
|
isError: false;
|
|
513
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
513
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
514
514
|
isSuccess: true;
|
|
515
515
|
isFetching: false;
|
|
516
516
|
error: undefined;
|
|
@@ -761,7 +761,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
761
761
|
isFetching: false;
|
|
762
762
|
isSuccess: false;
|
|
763
763
|
isError: false;
|
|
764
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
764
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
765
765
|
isSuccess: true;
|
|
766
766
|
isFetching: false;
|
|
767
767
|
error: undefined;
|
|
@@ -793,7 +793,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
793
793
|
isError: false;
|
|
794
794
|
}, "error">>)> & {
|
|
795
795
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
796
|
-
}>(arg: import("./document-api-slice.gen").DocumentGetTreeApiArg
|
|
796
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentGetTreeApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
797
797
|
skip?: boolean;
|
|
798
798
|
refetchOnMountOrArgChange?: boolean | number;
|
|
799
799
|
} & {
|
|
@@ -854,7 +854,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
854
854
|
isFetching: false;
|
|
855
855
|
isSuccess: false;
|
|
856
856
|
isError: false;
|
|
857
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
857
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
858
858
|
isSuccess: true;
|
|
859
859
|
isFetching: false;
|
|
860
860
|
error: undefined;
|
|
@@ -945,7 +945,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
945
945
|
isFetching: false;
|
|
946
946
|
isSuccess: false;
|
|
947
947
|
isError: false;
|
|
948
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
948
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
949
949
|
isSuccess: true;
|
|
950
950
|
isFetching: false;
|
|
951
951
|
error: undefined;
|
|
@@ -1038,7 +1038,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
1038
1038
|
isFetching: false;
|
|
1039
1039
|
isSuccess: false;
|
|
1040
1040
|
isError: false;
|
|
1041
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1041
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1042
1042
|
isSuccess: true;
|
|
1043
1043
|
isFetching: false;
|
|
1044
1044
|
error: undefined;
|
|
@@ -1129,7 +1129,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
1129
1129
|
isFetching: false;
|
|
1130
1130
|
isSuccess: false;
|
|
1131
1131
|
isError: false;
|
|
1132
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1132
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1133
1133
|
isSuccess: true;
|
|
1134
1134
|
isFetching: false;
|
|
1135
1135
|
error: undefined;
|
|
@@ -1161,7 +1161,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
1161
1161
|
isError: false;
|
|
1162
1162
|
}, "error">>)> & {
|
|
1163
1163
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1164
|
-
}>(arg: import("./document-api-slice.gen").DocumentDocTypeListApiArg
|
|
1164
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentDocTypeListApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1165
1165
|
skip?: boolean;
|
|
1166
1166
|
refetchOnMountOrArgChange?: boolean | number;
|
|
1167
1167
|
} & {
|
|
@@ -1222,7 +1222,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
1222
1222
|
isFetching: false;
|
|
1223
1223
|
isSuccess: false;
|
|
1224
1224
|
isError: false;
|
|
1225
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1225
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1226
1226
|
isSuccess: true;
|
|
1227
1227
|
isFetching: false;
|
|
1228
1228
|
error: undefined;
|
|
@@ -1313,7 +1313,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
1313
1313
|
isFetching: false;
|
|
1314
1314
|
isSuccess: false;
|
|
1315
1315
|
isError: false;
|
|
1316
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1316
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1317
1317
|
isSuccess: true;
|
|
1318
1318
|
isFetching: false;
|
|
1319
1319
|
error: undefined;
|
|
@@ -1406,7 +1406,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
1406
1406
|
isFetching: false;
|
|
1407
1407
|
isSuccess: false;
|
|
1408
1408
|
isError: false;
|
|
1409
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1409
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1410
1410
|
isSuccess: true;
|
|
1411
1411
|
isFetching: false;
|
|
1412
1412
|
error: undefined;
|
|
@@ -1497,7 +1497,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
1497
1497
|
isFetching: false;
|
|
1498
1498
|
isSuccess: false;
|
|
1499
1499
|
isError: false;
|
|
1500
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1500
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1501
1501
|
isSuccess: true;
|
|
1502
1502
|
isFetching: false;
|
|
1503
1503
|
error: undefined;
|
|
@@ -1590,7 +1590,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
1590
1590
|
isFetching: false;
|
|
1591
1591
|
isSuccess: false;
|
|
1592
1592
|
isError: false;
|
|
1593
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1593
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1594
1594
|
isSuccess: true;
|
|
1595
1595
|
isFetching: false;
|
|
1596
1596
|
error: undefined;
|
|
@@ -2321,7 +2321,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
2321
2321
|
isFetching: false;
|
|
2322
2322
|
isSuccess: false;
|
|
2323
2323
|
isError: false;
|
|
2324
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2324
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2325
2325
|
isSuccess: true;
|
|
2326
2326
|
isFetching: false;
|
|
2327
2327
|
error: undefined;
|
|
@@ -2353,7 +2353,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
2353
2353
|
isError: false;
|
|
2354
2354
|
}, "error">>)> & {
|
|
2355
2355
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2356
|
-
}>(arg: import("./document-api-slice.gen").DocumentPageSnippetAreaBlockRenderApiArg
|
|
2356
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentPageSnippetAreaBlockRenderApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
2357
2357
|
skip?: boolean;
|
|
2358
2358
|
refetchOnMountOrArgChange?: boolean | number;
|
|
2359
2359
|
} & {
|
|
@@ -2414,7 +2414,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
2414
2414
|
isFetching: false;
|
|
2415
2415
|
isSuccess: false;
|
|
2416
2416
|
isError: false;
|
|
2417
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2417
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2418
2418
|
isSuccess: true;
|
|
2419
2419
|
isFetching: false;
|
|
2420
2420
|
error: undefined;
|
|
@@ -2505,7 +2505,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
2505
2505
|
isFetching: false;
|
|
2506
2506
|
isSuccess: false;
|
|
2507
2507
|
isError: false;
|
|
2508
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2508
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2509
2509
|
isSuccess: true;
|
|
2510
2510
|
isFetching: false;
|
|
2511
2511
|
error: undefined;
|
|
@@ -2595,7 +2595,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
2595
2595
|
isFetching: false;
|
|
2596
2596
|
isSuccess: false;
|
|
2597
2597
|
isError: false;
|
|
2598
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2598
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2599
2599
|
isSuccess: true;
|
|
2600
2600
|
isFetching: false;
|
|
2601
2601
|
error: undefined;
|
|
@@ -2688,7 +2688,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
2688
2688
|
isFetching: false;
|
|
2689
2689
|
isSuccess: false;
|
|
2690
2690
|
isError: false;
|
|
2691
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2691
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2692
2692
|
isSuccess: true;
|
|
2693
2693
|
isFetching: false;
|
|
2694
2694
|
error: undefined;
|
|
@@ -2720,7 +2720,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
2720
2720
|
isError: false;
|
|
2721
2721
|
}, "error">>)> & {
|
|
2722
2722
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2723
|
-
}>(arg:
|
|
2723
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DocumentRenderletRenderApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
2724
2724
|
skip?: boolean;
|
|
2725
2725
|
refetchOnMountOrArgChange?: boolean | number;
|
|
2726
2726
|
} & {
|
|
@@ -2781,7 +2781,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
2781
2781
|
isFetching: false;
|
|
2782
2782
|
isSuccess: false;
|
|
2783
2783
|
isError: false;
|
|
2784
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2784
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2785
2785
|
isSuccess: true;
|
|
2786
2786
|
isFetching: false;
|
|
2787
2787
|
error: undefined;
|
|
@@ -2872,7 +2872,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
2872
2872
|
isFetching: false;
|
|
2873
2873
|
isSuccess: false;
|
|
2874
2874
|
isError: false;
|
|
2875
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2875
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2876
2876
|
isSuccess: true;
|
|
2877
2877
|
isFetching: false;
|
|
2878
2878
|
error: undefined;
|
|
@@ -2904,7 +2904,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
2904
2904
|
isError: false;
|
|
2905
2905
|
}, "error">>)> & {
|
|
2906
2906
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2907
|
-
}>(arg: import("./document-api-slice.gen").DocumentsListAvailableSitesApiArg
|
|
2907
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentsListAvailableSitesApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
2908
2908
|
skip?: boolean;
|
|
2909
2909
|
refetchOnMountOrArgChange?: boolean | number;
|
|
2910
2910
|
} & {
|
|
@@ -2965,7 +2965,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
2965
2965
|
isFetching: false;
|
|
2966
2966
|
isSuccess: false;
|
|
2967
2967
|
isError: false;
|
|
2968
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2968
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2969
2969
|
isSuccess: true;
|
|
2970
2970
|
isFetching: false;
|
|
2971
2971
|
error: undefined;
|
|
@@ -3056,7 +3056,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
3056
3056
|
isFetching: false;
|
|
3057
3057
|
isSuccess: false;
|
|
3058
3058
|
isError: false;
|
|
3059
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3059
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3060
3060
|
isSuccess: true;
|
|
3061
3061
|
isFetching: false;
|
|
3062
3062
|
error: undefined;
|
|
@@ -3088,7 +3088,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
3088
3088
|
isError: false;
|
|
3089
3089
|
}, "error">>)> & {
|
|
3090
3090
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
3091
|
-
}>(arg: import("./document-api-slice.gen").DocumentGetSiteApiArg
|
|
3091
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentGetSiteApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
3092
3092
|
skip?: boolean;
|
|
3093
3093
|
refetchOnMountOrArgChange?: boolean | number;
|
|
3094
3094
|
} & {
|
|
@@ -3149,7 +3149,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
3149
3149
|
isFetching: false;
|
|
3150
3150
|
isSuccess: false;
|
|
3151
3151
|
isError: false;
|
|
3152
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3152
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3153
3153
|
isSuccess: true;
|
|
3154
3154
|
isFetching: false;
|
|
3155
3155
|
error: undefined;
|
|
@@ -3240,7 +3240,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
3240
3240
|
isFetching: false;
|
|
3241
3241
|
isSuccess: false;
|
|
3242
3242
|
isError: false;
|
|
3243
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3243
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3244
3244
|
isSuccess: true;
|
|
3245
3245
|
isFetching: false;
|
|
3246
3246
|
error: undefined;
|
|
@@ -3330,7 +3330,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
3330
3330
|
isFetching: false;
|
|
3331
3331
|
isSuccess: false;
|
|
3332
3332
|
isError: false;
|
|
3333
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3333
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3334
3334
|
isSuccess: true;
|
|
3335
3335
|
isFetching: false;
|
|
3336
3336
|
error: undefined;
|
|
@@ -3743,7 +3743,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
3743
3743
|
isFetching: false;
|
|
3744
3744
|
isSuccess: false;
|
|
3745
3745
|
isError: false;
|
|
3746
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3746
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3747
3747
|
isSuccess: true;
|
|
3748
3748
|
isFetching: false;
|
|
3749
3749
|
error: undefined;
|
|
@@ -3775,7 +3775,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
3775
3775
|
isError: false;
|
|
3776
3776
|
}, "error">>)> & {
|
|
3777
3777
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
3778
|
-
}>(arg: import("./document-api-slice.gen").DocumentGetTranslationsApiArg
|
|
3778
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentGetTranslationsApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
3779
3779
|
skip?: boolean;
|
|
3780
3780
|
refetchOnMountOrArgChange?: boolean | number;
|
|
3781
3781
|
} & {
|
|
@@ -3836,7 +3836,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
3836
3836
|
isFetching: false;
|
|
3837
3837
|
isSuccess: false;
|
|
3838
3838
|
isError: false;
|
|
3839
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3839
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3840
3840
|
isSuccess: true;
|
|
3841
3841
|
isFetching: false;
|
|
3842
3842
|
error: undefined;
|
|
@@ -3927,7 +3927,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
3927
3927
|
isFetching: false;
|
|
3928
3928
|
isSuccess: false;
|
|
3929
3929
|
isError: false;
|
|
3930
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
3930
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
3931
3931
|
isSuccess: true;
|
|
3932
3932
|
isFetching: false;
|
|
3933
3933
|
error: undefined;
|
|
@@ -4017,7 +4017,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
4017
4017
|
isFetching: false;
|
|
4018
4018
|
isSuccess: false;
|
|
4019
4019
|
isError: false;
|
|
4020
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4020
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4021
4021
|
isSuccess: true;
|
|
4022
4022
|
isFetching: false;
|
|
4023
4023
|
error: undefined;
|
|
@@ -4430,7 +4430,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
4430
4430
|
isFetching: false;
|
|
4431
4431
|
isSuccess: false;
|
|
4432
4432
|
isError: false;
|
|
4433
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4433
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4434
4434
|
isSuccess: true;
|
|
4435
4435
|
isFetching: false;
|
|
4436
4436
|
error: undefined;
|
|
@@ -4462,7 +4462,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
4462
4462
|
isError: false;
|
|
4463
4463
|
}, "error">>)> & {
|
|
4464
4464
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
4465
|
-
}>(arg: import("./document-api-slice.gen").DocumentGetTranslationParentByLanguageApiArg
|
|
4465
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./document-api-slice.gen").DocumentGetTranslationParentByLanguageApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
4466
4466
|
skip?: boolean;
|
|
4467
4467
|
refetchOnMountOrArgChange?: boolean | number;
|
|
4468
4468
|
} & {
|
|
@@ -4523,7 +4523,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
4523
4523
|
isFetching: false;
|
|
4524
4524
|
isSuccess: false;
|
|
4525
4525
|
isError: false;
|
|
4526
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
4526
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
4527
4527
|
isSuccess: true;
|
|
4528
4528
|
isFetching: false;
|
|
4529
4529
|
error: undefined;
|