@pimcore/studio-ui-bundle 2025.4.1 → 2025.4.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
|
@@ -42,6 +42,7 @@ export declare const tagNames: {
|
|
|
42
42
|
SETTINGS_ADMIN: string;
|
|
43
43
|
WEBSITE_SETTINGS: string;
|
|
44
44
|
REDIRECTS: string;
|
|
45
|
+
ROBOTS_TXT: string;
|
|
45
46
|
ELEMENT_TAGS: string;
|
|
46
47
|
ROLE: string;
|
|
47
48
|
DOMAIN_TRANSLATIONS: string;
|
|
@@ -150,6 +151,7 @@ export declare const providingTags: {
|
|
|
150
151
|
SETTINGS_ADMIN: () => string[];
|
|
151
152
|
WEBSITE_SETTINGS: () => string[];
|
|
152
153
|
REDIRECTS: () => string[];
|
|
154
|
+
ROBOTS_TXT: () => string[];
|
|
153
155
|
ELEMENT_PROPERTIES: (elementType: ElementType, id: number) => Tag[];
|
|
154
156
|
SCHEDULE_DETAIL: (id: number) => (string | {
|
|
155
157
|
type: string;
|
|
@@ -328,6 +330,7 @@ export declare const invalidatingTags: {
|
|
|
328
330
|
SETTINGS_ADMIN: () => string[];
|
|
329
331
|
WEBSITE_SETTINGS: () => string[];
|
|
330
332
|
REDIRECTS: () => string[];
|
|
333
|
+
ROBOTS_TXT: () => string[];
|
|
331
334
|
SCHEDULE_DETAIL: (id: number) => {
|
|
332
335
|
type: string;
|
|
333
336
|
id: number;
|
|
@@ -99,6 +99,11 @@ export declare const serviceIds: {
|
|
|
99
99
|
'DynamicTypes/GridCell/Integer': string;
|
|
100
100
|
'DynamicTypes/GridCell/Error': string;
|
|
101
101
|
'DynamicTypes/GridCell/Array': string;
|
|
102
|
+
'DynamicTypes/GridCell/SystemId': string;
|
|
103
|
+
'DynamicTypes/GridCell/SystemString': string;
|
|
104
|
+
'DynamicTypes/GridCell/SystemBoolean': string;
|
|
105
|
+
'DynamicTypes/GridCell/SystemDatetime': string;
|
|
106
|
+
'DynamicTypes/GridCell/SystemInteger': string;
|
|
102
107
|
'DynamicTypes/GridCell/Textarea': string;
|
|
103
108
|
'DynamicTypes/GridCell/Number': string;
|
|
104
109
|
'DynamicTypes/GridCell/Select': string;
|
|
@@ -15,6 +15,7 @@ import './modules/background-processor';
|
|
|
15
15
|
import './app/i18n';
|
|
16
16
|
import './modules/app/base-layout';
|
|
17
17
|
import './modules/app/base-layout/main-nav';
|
|
18
|
+
import './modules/app/app-loader';
|
|
18
19
|
import './modules/icon-library';
|
|
19
20
|
import './modules/asset';
|
|
20
21
|
import './modules/notifications';
|
|
@@ -37,6 +38,7 @@ import './modules/notes-and-events';
|
|
|
37
38
|
import './modules/predefined-properties';
|
|
38
39
|
import './modules/tags';
|
|
39
40
|
import './modules/redirects';
|
|
41
|
+
import './modules/robots-txt';
|
|
40
42
|
import './modules/document-types';
|
|
41
43
|
import './modules/website-settings';
|
|
42
44
|
import './modules/translations';
|
|
@@ -8,5 +8,9 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
|
-
|
|
11
|
+
import { type LoadPhase } from '../../modules/app/app-loader/app-loader';
|
|
12
|
+
export interface BackgroundProps {
|
|
13
|
+
phase?: LoadPhase;
|
|
14
|
+
}
|
|
15
|
+
declare const Background: ({ phase }: BackgroundProps) => React.JSX.Element;
|
|
12
16
|
export { Background };
|
|
@@ -7,7 +7,11 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
import type { Meta } from '@storybook/react';
|
|
11
|
-
|
|
10
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
11
|
+
import { Background } from './background';
|
|
12
|
+
declare const config: Meta<typeof Background>;
|
|
12
13
|
export default config;
|
|
13
|
-
|
|
14
|
+
type Story = StoryObj<typeof Background>;
|
|
15
|
+
export declare const _default: Story;
|
|
16
|
+
export declare const Loading: Story;
|
|
17
|
+
export declare const Outro: Story;
|
|
@@ -7,7 +7,17 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
import { type LoadPhase } from '../../modules/app/app-loader/app-loader';
|
|
11
|
+
interface StyleProps {
|
|
12
|
+
phase: LoadPhase;
|
|
13
|
+
backgroundShade: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const appIntro: string;
|
|
16
|
+
export declare const useStyle: (props?: StyleProps | undefined) => import("antd-style").ReturnStyles<{
|
|
11
17
|
background: import("antd-style").SerializedStyles;
|
|
18
|
+
backdropBlur: import("antd-style").SerializedStyles;
|
|
12
19
|
logoImage: import("antd-style").SerializedStyles;
|
|
20
|
+
logoOrbitCW: import("antd-style").SerializedStyles;
|
|
21
|
+
logoOrbitCCW: import("antd-style").SerializedStyles;
|
|
13
22
|
}>;
|
|
23
|
+
export {};
|
|
@@ -23,8 +23,8 @@ export declare const _default: {
|
|
|
23
23
|
visible?: boolean | undefined;
|
|
24
24
|
open?: boolean | undefined;
|
|
25
25
|
disabled?: boolean | undefined;
|
|
26
|
-
className?: string | undefined;
|
|
27
26
|
autoFocus?: boolean | undefined;
|
|
27
|
+
className?: string | undefined;
|
|
28
28
|
align?: import("@rc-component/trigger").AlignType | undefined;
|
|
29
29
|
prefixCls?: string | undefined;
|
|
30
30
|
rootClassName?: string | undefined;
|
|
@@ -179,6 +179,6 @@ export declare const selectNodeState: ((state: Record<string, any>, treeId: stri
|
|
|
179
179
|
dependencyRecomputations: () => number;
|
|
180
180
|
resetDependencyRecomputations: () => void;
|
|
181
181
|
} & {
|
|
182
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
183
182
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
183
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
184
184
|
};
|
|
@@ -0,0 +1,27 @@
|
|
|
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 interface AppLoadingContextValue {
|
|
11
|
+
registerLoader: (id: string) => void;
|
|
12
|
+
unregisterLoader: (id: string) => void;
|
|
13
|
+
isAppLoading: boolean;
|
|
14
|
+
}
|
|
15
|
+
export declare const AppLoadingContext: import("react").Context<AppLoadingContextValue>;
|
|
16
|
+
/**
|
|
17
|
+
* Register a named loading participant with the AppLoader background gate.
|
|
18
|
+
* The background stays visible until every registered participant calls the
|
|
19
|
+
* returned `setLoaded` callback (or the component unmounts).
|
|
20
|
+
*/
|
|
21
|
+
export declare const useRegisterAppLoading: (id: string) => (() => void);
|
|
22
|
+
/**
|
|
23
|
+
* Returns true while the initial app loading sequence is still in progress.
|
|
24
|
+
* Use this to suppress loading indicators that are redundant during the
|
|
25
|
+
* initial load (the animated background already covers the screen).
|
|
26
|
+
*/
|
|
27
|
+
export declare const useIsAppLoading: () => boolean;
|
|
@@ -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 {};
|
|
@@ -14,6 +14,7 @@ export declare enum ErrorTypes {
|
|
|
14
14
|
export declare enum ErrorKeyTypes {
|
|
15
15
|
GENERIC_ERROR = "error_something_generic_went_wrong",
|
|
16
16
|
ELEMENT_EXISTS = "error_element_exists",
|
|
17
|
+
DOCUMENT_LANGUAGE_NOT_SET = "error_document_language_not_set",
|
|
17
18
|
FOLDER_EXISTS = "error_folder_exists",
|
|
18
19
|
INVALID_ARGUMENT = "error_invalid_argument",
|
|
19
20
|
WIDGET_NAME_MISSING = "error_widget_name_missing",
|
|
@@ -74,7 +74,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
74
74
|
isFetching: false;
|
|
75
75
|
isSuccess: false;
|
|
76
76
|
isError: false;
|
|
77
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
77
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
78
78
|
isSuccess: true;
|
|
79
79
|
isFetching: false;
|
|
80
80
|
error: undefined;
|
|
@@ -167,7 +167,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
167
167
|
isFetching: false;
|
|
168
168
|
isSuccess: false;
|
|
169
169
|
isError: false;
|
|
170
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
170
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
171
171
|
isSuccess: true;
|
|
172
172
|
isFetching: false;
|
|
173
173
|
error: undefined;
|
|
@@ -418,7 +418,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
418
418
|
isFetching: false;
|
|
419
419
|
isSuccess: false;
|
|
420
420
|
isError: false;
|
|
421
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
421
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
422
422
|
isSuccess: true;
|
|
423
423
|
isFetching: false;
|
|
424
424
|
error: undefined;
|
|
@@ -511,7 +511,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
511
511
|
isFetching: false;
|
|
512
512
|
isSuccess: false;
|
|
513
513
|
isError: false;
|
|
514
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
514
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
515
515
|
isSuccess: true;
|
|
516
516
|
isFetching: false;
|
|
517
517
|
error: undefined;
|
|
@@ -602,7 +602,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
602
602
|
isFetching: false;
|
|
603
603
|
isSuccess: false;
|
|
604
604
|
isError: false;
|
|
605
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
605
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
606
606
|
isSuccess: true;
|
|
607
607
|
isFetching: false;
|
|
608
608
|
error: undefined;
|
|
@@ -695,7 +695,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
695
695
|
isFetching: false;
|
|
696
696
|
isSuccess: false;
|
|
697
697
|
isError: false;
|
|
698
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
698
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
699
699
|
isSuccess: true;
|
|
700
700
|
isFetching: false;
|
|
701
701
|
error: undefined;
|
|
@@ -946,7 +946,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
946
946
|
isFetching: false;
|
|
947
947
|
isSuccess: false;
|
|
948
948
|
isError: false;
|
|
949
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
949
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
950
950
|
isSuccess: true;
|
|
951
951
|
isFetching: false;
|
|
952
952
|
error: undefined;
|
|
@@ -1039,7 +1039,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
1039
1039
|
isFetching: false;
|
|
1040
1040
|
isSuccess: false;
|
|
1041
1041
|
isError: false;
|
|
1042
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1042
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1043
1043
|
isSuccess: true;
|
|
1044
1044
|
isFetching: false;
|
|
1045
1045
|
error: undefined;
|
|
@@ -1130,7 +1130,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
1130
1130
|
isFetching: false;
|
|
1131
1131
|
isSuccess: false;
|
|
1132
1132
|
isError: false;
|
|
1133
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1133
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1134
1134
|
isSuccess: true;
|
|
1135
1135
|
isFetching: false;
|
|
1136
1136
|
error: undefined;
|
|
@@ -1223,7 +1223,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
1223
1223
|
isFetching: false;
|
|
1224
1224
|
isSuccess: false;
|
|
1225
1225
|
isError: false;
|
|
1226
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1226
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1227
1227
|
isSuccess: true;
|
|
1228
1228
|
isFetching: false;
|
|
1229
1229
|
error: undefined;
|
|
@@ -1314,7 +1314,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
1314
1314
|
isFetching: false;
|
|
1315
1315
|
isSuccess: false;
|
|
1316
1316
|
isError: false;
|
|
1317
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1317
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1318
1318
|
isSuccess: true;
|
|
1319
1319
|
isFetching: false;
|
|
1320
1320
|
error: undefined;
|
|
@@ -1404,7 +1404,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
1404
1404
|
isFetching: false;
|
|
1405
1405
|
isSuccess: false;
|
|
1406
1406
|
isError: false;
|
|
1407
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1407
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1408
1408
|
isSuccess: true;
|
|
1409
1409
|
isFetching: false;
|
|
1410
1410
|
error: undefined;
|
|
@@ -1497,7 +1497,7 @@ export declare const useAdminSettingsGetQuery: <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 useAdminSettingsGetQuery: <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;
|
|
@@ -228,7 +228,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
228
228
|
isFetching: false;
|
|
229
229
|
isSuccess: false;
|
|
230
230
|
isError: false;
|
|
231
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
231
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
232
232
|
isSuccess: true;
|
|
233
233
|
isFetching: false;
|
|
234
234
|
error: undefined;
|
|
@@ -321,7 +321,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
321
321
|
isFetching: false;
|
|
322
322
|
isSuccess: false;
|
|
323
323
|
isError: false;
|
|
324
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
324
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
325
325
|
isSuccess: true;
|
|
326
326
|
isFetching: false;
|
|
327
327
|
error: undefined;
|
|
@@ -572,7 +572,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
572
572
|
isFetching: false;
|
|
573
573
|
isSuccess: false;
|
|
574
574
|
isError: false;
|
|
575
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
575
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
576
576
|
isSuccess: true;
|
|
577
577
|
isFetching: false;
|
|
578
578
|
error: undefined;
|
|
@@ -665,7 +665,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
665
665
|
isFetching: false;
|
|
666
666
|
isSuccess: false;
|
|
667
667
|
isError: false;
|
|
668
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
668
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
669
669
|
isSuccess: true;
|
|
670
670
|
isFetching: false;
|
|
671
671
|
error: undefined;
|
|
@@ -756,7 +756,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
756
756
|
isFetching: false;
|
|
757
757
|
isSuccess: false;
|
|
758
758
|
isError: false;
|
|
759
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
759
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
760
760
|
isSuccess: true;
|
|
761
761
|
isFetching: false;
|
|
762
762
|
error: undefined;
|
|
@@ -849,7 +849,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
849
849
|
isFetching: false;
|
|
850
850
|
isSuccess: false;
|
|
851
851
|
isError: false;
|
|
852
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
852
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
853
853
|
isSuccess: true;
|
|
854
854
|
isFetching: false;
|
|
855
855
|
error: undefined;
|
|
@@ -940,7 +940,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
940
940
|
isFetching: false;
|
|
941
941
|
isSuccess: false;
|
|
942
942
|
isError: false;
|
|
943
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
943
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
944
944
|
isSuccess: true;
|
|
945
945
|
isFetching: false;
|
|
946
946
|
error: undefined;
|
|
@@ -1033,7 +1033,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
1033
1033
|
isFetching: false;
|
|
1034
1034
|
isSuccess: false;
|
|
1035
1035
|
isError: false;
|
|
1036
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1036
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1037
1037
|
isSuccess: true;
|
|
1038
1038
|
isFetching: false;
|
|
1039
1039
|
error: undefined;
|
|
@@ -1284,7 +1284,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
1284
1284
|
isFetching: false;
|
|
1285
1285
|
isSuccess: false;
|
|
1286
1286
|
isError: false;
|
|
1287
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1287
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1288
1288
|
isSuccess: true;
|
|
1289
1289
|
isFetching: false;
|
|
1290
1290
|
error: undefined;
|
|
@@ -1377,7 +1377,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
1377
1377
|
isFetching: false;
|
|
1378
1378
|
isSuccess: false;
|
|
1379
1379
|
isError: false;
|
|
1380
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1380
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1381
1381
|
isSuccess: true;
|
|
1382
1382
|
isFetching: false;
|
|
1383
1383
|
error: undefined;
|
|
@@ -1468,7 +1468,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
1468
1468
|
isFetching: false;
|
|
1469
1469
|
isSuccess: false;
|
|
1470
1470
|
isError: false;
|
|
1471
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1471
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1472
1472
|
isSuccess: true;
|
|
1473
1473
|
isFetching: false;
|
|
1474
1474
|
error: undefined;
|
|
@@ -1561,7 +1561,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
1561
1561
|
isFetching: false;
|
|
1562
1562
|
isSuccess: false;
|
|
1563
1563
|
isError: false;
|
|
1564
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1564
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1565
1565
|
isSuccess: true;
|
|
1566
1566
|
isFetching: false;
|
|
1567
1567
|
error: undefined;
|
|
@@ -1652,7 +1652,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
1652
1652
|
isFetching: false;
|
|
1653
1653
|
isSuccess: false;
|
|
1654
1654
|
isError: false;
|
|
1655
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1655
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1656
1656
|
isSuccess: true;
|
|
1657
1657
|
isFetching: false;
|
|
1658
1658
|
error: undefined;
|
|
@@ -1745,7 +1745,7 @@ export declare const useAdminSettingsGetQuery: <R extends Record<string, any> =
|
|
|
1745
1745
|
isFetching: false;
|
|
1746
1746
|
isSuccess: false;
|
|
1747
1747
|
isError: false;
|
|
1748
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1748
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1749
1749
|
isSuccess: true;
|
|
1750
1750
|
isFetching: false;
|
|
1751
1751
|
error: undefined;
|
package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts
CHANGED
|
@@ -397,7 +397,7 @@ export declare const useTranslationCreateMutation: <R extends Record<string, any
|
|
|
397
397
|
isFetching: false;
|
|
398
398
|
isSuccess: false;
|
|
399
399
|
isError: false;
|
|
400
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
400
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
401
401
|
isSuccess: true;
|
|
402
402
|
isFetching: false;
|
|
403
403
|
error: undefined;
|
|
@@ -490,7 +490,7 @@ export declare const useTranslationCreateMutation: <R extends Record<string, any
|
|
|
490
490
|
isFetching: false;
|
|
491
491
|
isSuccess: false;
|
|
492
492
|
isError: false;
|
|
493
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
493
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
494
494
|
isSuccess: true;
|
|
495
495
|
isFetching: false;
|
|
496
496
|
error: undefined;
|
|
@@ -581,7 +581,7 @@ export declare const useTranslationCreateMutation: <R extends Record<string, any
|
|
|
581
581
|
isFetching: false;
|
|
582
582
|
isSuccess: false;
|
|
583
583
|
isError: false;
|
|
584
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
584
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
585
585
|
isSuccess: true;
|
|
586
586
|
isFetching: false;
|
|
587
587
|
error: undefined;
|
|
@@ -674,7 +674,7 @@ export declare const useTranslationCreateMutation: <R extends Record<string, any
|
|
|
674
674
|
isFetching: false;
|
|
675
675
|
isSuccess: false;
|
|
676
676
|
isError: false;
|
|
677
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
677
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
678
678
|
isSuccess: true;
|
|
679
679
|
isFetching: false;
|
|
680
680
|
error: undefined;
|
|
@@ -765,7 +765,7 @@ export declare const useTranslationCreateMutation: <R extends Record<string, any
|
|
|
765
765
|
isFetching: false;
|
|
766
766
|
isSuccess: false;
|
|
767
767
|
isError: false;
|
|
768
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
768
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
769
769
|
isSuccess: true;
|
|
770
770
|
isFetching: false;
|
|
771
771
|
error: undefined;
|
|
@@ -858,7 +858,7 @@ export declare const useTranslationCreateMutation: <R extends Record<string, any
|
|
|
858
858
|
isFetching: false;
|
|
859
859
|
isSuccess: false;
|
|
860
860
|
isError: false;
|
|
861
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
861
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
862
862
|
isSuccess: true;
|
|
863
863
|
isFetching: false;
|
|
864
864
|
error: undefined;
|
|
@@ -252,7 +252,7 @@ export declare const useTranslationGetAvailableLocalesQuery: <R extends Record<s
|
|
|
252
252
|
isFetching: false;
|
|
253
253
|
isSuccess: false;
|
|
254
254
|
isError: false;
|
|
255
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
255
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
256
256
|
isSuccess: true;
|
|
257
257
|
isFetching: false;
|
|
258
258
|
error: undefined;
|
|
@@ -345,7 +345,7 @@ export declare const useTranslationGetAvailableLocalesQuery: <R extends Record<s
|
|
|
345
345
|
isFetching: false;
|
|
346
346
|
isSuccess: false;
|
|
347
347
|
isError: false;
|
|
348
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
348
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
349
349
|
isSuccess: true;
|
|
350
350
|
isFetching: false;
|
|
351
351
|
error: undefined;
|
|
@@ -1076,7 +1076,7 @@ export declare const useTranslationGetAvailableLocalesQuery: <R extends Record<s
|
|
|
1076
1076
|
isFetching: false;
|
|
1077
1077
|
isSuccess: false;
|
|
1078
1078
|
isError: false;
|
|
1079
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1079
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1080
1080
|
isSuccess: true;
|
|
1081
1081
|
isFetching: false;
|
|
1082
1082
|
error: undefined;
|
|
@@ -1169,7 +1169,7 @@ export declare const useTranslationGetAvailableLocalesQuery: <R extends Record<s
|
|
|
1169
1169
|
isFetching: false;
|
|
1170
1170
|
isSuccess: false;
|
|
1171
1171
|
isError: false;
|
|
1172
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1172
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1173
1173
|
isSuccess: true;
|
|
1174
1174
|
isFetching: false;
|
|
1175
1175
|
error: undefined;
|
|
@@ -1580,7 +1580,7 @@ export declare const useTranslationGetAvailableLocalesQuery: <R extends Record<s
|
|
|
1580
1580
|
isFetching: false;
|
|
1581
1581
|
isSuccess: false;
|
|
1582
1582
|
isError: false;
|
|
1583
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1583
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1584
1584
|
isSuccess: true;
|
|
1585
1585
|
isFetching: false;
|
|
1586
1586
|
error: undefined;
|
|
@@ -1673,7 +1673,7 @@ export declare const useTranslationGetAvailableLocalesQuery: <R extends Record<s
|
|
|
1673
1673
|
isFetching: false;
|
|
1674
1674
|
isSuccess: false;
|
|
1675
1675
|
isError: false;
|
|
1676
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1676
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1677
1677
|
isSuccess: true;
|
|
1678
1678
|
isFetching: false;
|
|
1679
1679
|
error: undefined;
|
|
@@ -69,7 +69,7 @@ export declare const useBundleApplicationLoggerGetCollectionQuery: <R extends Re
|
|
|
69
69
|
isFetching: false;
|
|
70
70
|
isSuccess: false;
|
|
71
71
|
isError: false;
|
|
72
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
72
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
73
73
|
isSuccess: true;
|
|
74
74
|
isFetching: false;
|
|
75
75
|
error: undefined;
|
|
@@ -162,7 +162,7 @@ export declare const useBundleApplicationLoggerGetCollectionQuery: <R extends Re
|
|
|
162
162
|
isFetching: false;
|
|
163
163
|
isSuccess: false;
|
|
164
164
|
isError: false;
|
|
165
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
165
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
166
166
|
isSuccess: true;
|
|
167
167
|
isFetching: false;
|
|
168
168
|
error: undefined;
|
|
@@ -253,7 +253,7 @@ export declare const useBundleApplicationLoggerGetCollectionQuery: <R extends Re
|
|
|
253
253
|
isFetching: false;
|
|
254
254
|
isSuccess: false;
|
|
255
255
|
isError: false;
|
|
256
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
256
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
257
257
|
isSuccess: true;
|
|
258
258
|
isFetching: false;
|
|
259
259
|
error: undefined;
|
|
@@ -346,7 +346,7 @@ export declare const useBundleApplicationLoggerGetCollectionQuery: <R extends Re
|
|
|
346
346
|
isFetching: false;
|
|
347
347
|
isSuccess: false;
|
|
348
348
|
isError: false;
|
|
349
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
349
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
350
350
|
isSuccess: true;
|
|
351
351
|
isFetching: false;
|
|
352
352
|
error: undefined;
|
|
@@ -437,7 +437,7 @@ export declare const useBundleApplicationLoggerGetCollectionQuery: <R extends Re
|
|
|
437
437
|
isFetching: false;
|
|
438
438
|
isSuccess: false;
|
|
439
439
|
isError: false;
|
|
440
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
440
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
441
441
|
isSuccess: true;
|
|
442
442
|
isFetching: false;
|
|
443
443
|
error: undefined;
|
|
@@ -530,7 +530,7 @@ export declare const useBundleApplicationLoggerGetCollectionQuery: <R extends Re
|
|
|
530
530
|
isFetching: false;
|
|
531
531
|
isSuccess: false;
|
|
532
532
|
isError: false;
|
|
533
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
533
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
534
534
|
isSuccess: true;
|
|
535
535
|
isFetching: false;
|
|
536
536
|
error: undefined;
|