@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
|
@@ -10,7 +10,7 @@ declare const injectedRtkApi: import("@reduxjs/toolkit/query").Api<import("@redu
|
|
|
10
10
|
customReportsReport: import("@reduxjs/toolkit/query").QueryDefinition<CustomReportsReportApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Custom Reports", BundleCustomReportsDetails, "api", unknown>;
|
|
11
11
|
customReportsConfigGetTree: import("@reduxjs/toolkit/query").QueryDefinition<CustomReportsConfigGetTreeApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Custom Reports", CustomReportsConfigGetTreeApiResponse, "api", unknown>;
|
|
12
12
|
customReportExportCsv: import("@reduxjs/toolkit/query").MutationDefinition<CustomReportExportCsvApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Bundle Custom Reports", CustomReportExportCsvApiResponse, "api", unknown>;
|
|
13
|
-
customReportsGetTree: import("@reduxjs/toolkit/query").QueryDefinition<
|
|
13
|
+
customReportsGetTree: 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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>;
|
|
14
14
|
}, "api", "Bundle Custom Reports", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
|
|
15
15
|
export { injectedRtkApi as api };
|
|
16
16
|
export type CustomReportsListDrillDownOptionsApiResponse = {
|
|
@@ -89,14 +89,13 @@ export type CustomReportsReportApiArg = {
|
|
|
89
89
|
name: string;
|
|
90
90
|
};
|
|
91
91
|
export type CustomReportsConfigGetTreeApiResponse =
|
|
92
|
-
/** status 200
|
|
93
|
-
|
|
92
|
+
/** status 200 Configuration tree with nodes and optional group folders. */ {
|
|
93
|
+
totalItems: number;
|
|
94
|
+
items: (BundleCustomReportsConfigurationTreeNode | BundleCustomReportsTreeNodeFolder)[];
|
|
94
95
|
};
|
|
95
96
|
export type CustomReportsConfigGetTreeApiArg = {
|
|
96
|
-
/**
|
|
97
|
-
|
|
98
|
-
/** Number of items per page */
|
|
99
|
-
pageSize: number;
|
|
97
|
+
/** Whether to group the results by report group. */
|
|
98
|
+
withGroup?: boolean;
|
|
100
99
|
};
|
|
101
100
|
export type CustomReportExportCsvApiResponse =
|
|
102
101
|
/** status 201 Successfully created <strong>jobRun</strong> for csv export */ {
|
|
@@ -126,12 +125,7 @@ export type CustomReportsGetTreeApiResponse =
|
|
|
126
125
|
/** status 200 Get all reports for the current user to display in tree. */ {
|
|
127
126
|
items?: BundleCustomReportsTreeNode[];
|
|
128
127
|
};
|
|
129
|
-
export type CustomReportsGetTreeApiArg =
|
|
130
|
-
/** Page number */
|
|
131
|
-
page: number;
|
|
132
|
-
/** Number of items per page */
|
|
133
|
-
pageSize: number;
|
|
134
|
-
};
|
|
128
|
+
export type CustomReportsGetTreeApiArg = void;
|
|
135
129
|
export type BundleCustomReportsDrillDownOption = {
|
|
136
130
|
/** AdditionalAttributes */
|
|
137
131
|
additionalAttributes?: {
|
|
@@ -342,6 +336,20 @@ export type BundleCustomReportsConfigurationTreeNode = {
|
|
|
342
336
|
/** writeable */
|
|
343
337
|
writeable: boolean;
|
|
344
338
|
};
|
|
339
|
+
export type BundleCustomReportsTreeNodeFolder = {
|
|
340
|
+
/** AdditionalAttributes */
|
|
341
|
+
additionalAttributes?: {
|
|
342
|
+
[key: string]: string | number | boolean | object;
|
|
343
|
+
};
|
|
344
|
+
/** id */
|
|
345
|
+
id?: string;
|
|
346
|
+
/** group */
|
|
347
|
+
group: string;
|
|
348
|
+
/** group icon class */
|
|
349
|
+
groupIconClass: string;
|
|
350
|
+
/** Child nodes */
|
|
351
|
+
children: BundleCustomReportsConfigurationTreeNode[];
|
|
352
|
+
};
|
|
345
353
|
export type BundleCustomReportsTreeNode = {
|
|
346
354
|
/** AdditionalAttributes */
|
|
347
355
|
additionalAttributes?: {
|
|
@@ -420,7 +428,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
420
428
|
isFetching: false;
|
|
421
429
|
isSuccess: false;
|
|
422
430
|
isError: false;
|
|
423
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
431
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
424
432
|
isSuccess: true;
|
|
425
433
|
isFetching: false;
|
|
426
434
|
error: undefined;
|
|
@@ -513,7 +521,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
513
521
|
isFetching: false;
|
|
514
522
|
isSuccess: false;
|
|
515
523
|
isError: false;
|
|
516
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
524
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
517
525
|
isSuccess: true;
|
|
518
526
|
isFetching: false;
|
|
519
527
|
error: undefined;
|
|
@@ -604,7 +612,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
604
612
|
isFetching: false;
|
|
605
613
|
isSuccess: false;
|
|
606
614
|
isError: false;
|
|
607
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
615
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
608
616
|
isSuccess: true;
|
|
609
617
|
isFetching: false;
|
|
610
618
|
error: undefined;
|
|
@@ -697,7 +705,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
697
705
|
isFetching: false;
|
|
698
706
|
isSuccess: false;
|
|
699
707
|
isError: false;
|
|
700
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
708
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
701
709
|
isSuccess: true;
|
|
702
710
|
isFetching: false;
|
|
703
711
|
error: undefined;
|
|
@@ -1108,7 +1116,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
1108
1116
|
isFetching: false;
|
|
1109
1117
|
isSuccess: false;
|
|
1110
1118
|
isError: false;
|
|
1111
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1119
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1112
1120
|
isSuccess: true;
|
|
1113
1121
|
isFetching: false;
|
|
1114
1122
|
error: undefined;
|
|
@@ -1201,7 +1209,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
1201
1209
|
isFetching: false;
|
|
1202
1210
|
isSuccess: false;
|
|
1203
1211
|
isError: false;
|
|
1204
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1212
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1205
1213
|
isSuccess: true;
|
|
1206
1214
|
isFetching: false;
|
|
1207
1215
|
error: undefined;
|
|
@@ -1612,7 +1620,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
1612
1620
|
isFetching: false;
|
|
1613
1621
|
isSuccess: false;
|
|
1614
1622
|
isError: false;
|
|
1615
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1623
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1616
1624
|
isSuccess: true;
|
|
1617
1625
|
isFetching: false;
|
|
1618
1626
|
error: undefined;
|
|
@@ -1705,7 +1713,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
1705
1713
|
isFetching: false;
|
|
1706
1714
|
isSuccess: false;
|
|
1707
1715
|
isError: false;
|
|
1708
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1716
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1709
1717
|
isSuccess: true;
|
|
1710
1718
|
isFetching: false;
|
|
1711
1719
|
error: undefined;
|
|
@@ -1796,7 +1804,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
1796
1804
|
isFetching: false;
|
|
1797
1805
|
isSuccess: false;
|
|
1798
1806
|
isError: false;
|
|
1799
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1807
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1800
1808
|
isSuccess: true;
|
|
1801
1809
|
isFetching: false;
|
|
1802
1810
|
error: undefined;
|
|
@@ -1889,7 +1897,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
1889
1897
|
isFetching: false;
|
|
1890
1898
|
isSuccess: false;
|
|
1891
1899
|
isError: false;
|
|
1892
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1900
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1893
1901
|
isSuccess: true;
|
|
1894
1902
|
isFetching: false;
|
|
1895
1903
|
error: undefined;
|
|
@@ -2102,7 +2110,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
2102
2110
|
isError: false;
|
|
2103
2111
|
}, "isUninitialized"> & {
|
|
2104
2112
|
isUninitialized: true;
|
|
2105
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
2113
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>> & {
|
|
2106
2114
|
currentData?: CustomReportsGetTreeApiResponse | undefined;
|
|
2107
2115
|
isUninitialized: false;
|
|
2108
2116
|
isLoading: false;
|
|
@@ -2113,7 +2121,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
2113
2121
|
isLoading: true;
|
|
2114
2122
|
isFetching: boolean;
|
|
2115
2123
|
data: undefined;
|
|
2116
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
2124
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>> & {
|
|
2117
2125
|
currentData?: CustomReportsGetTreeApiResponse | undefined;
|
|
2118
2126
|
isUninitialized: false;
|
|
2119
2127
|
isLoading: false;
|
|
@@ -2126,35 +2134,35 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
2126
2134
|
error: undefined;
|
|
2127
2135
|
} & {
|
|
2128
2136
|
data: CustomReportsGetTreeApiResponse;
|
|
2129
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
2137
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>> & {
|
|
2130
2138
|
currentData?: CustomReportsGetTreeApiResponse | undefined;
|
|
2131
2139
|
isUninitialized: false;
|
|
2132
2140
|
isLoading: false;
|
|
2133
2141
|
isFetching: false;
|
|
2134
2142
|
isSuccess: false;
|
|
2135
2143
|
isError: false;
|
|
2136
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
2144
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>> & {
|
|
2137
2145
|
currentData?: CustomReportsGetTreeApiResponse | undefined;
|
|
2138
2146
|
isUninitialized: false;
|
|
2139
2147
|
isLoading: false;
|
|
2140
2148
|
isFetching: false;
|
|
2141
2149
|
isSuccess: false;
|
|
2142
2150
|
isError: false;
|
|
2143
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2151
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2144
2152
|
isSuccess: true;
|
|
2145
2153
|
isFetching: false;
|
|
2146
2154
|
error: undefined;
|
|
2147
2155
|
} & {
|
|
2148
2156
|
data: CustomReportsGetTreeApiResponse;
|
|
2149
2157
|
currentData: CustomReportsGetTreeApiResponse;
|
|
2150
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
2158
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>> & {
|
|
2151
2159
|
currentData?: CustomReportsGetTreeApiResponse | undefined;
|
|
2152
2160
|
isUninitialized: false;
|
|
2153
2161
|
isLoading: false;
|
|
2154
2162
|
isFetching: false;
|
|
2155
2163
|
isSuccess: false;
|
|
2156
2164
|
isError: false;
|
|
2157
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
2165
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>> & {
|
|
2158
2166
|
currentData?: CustomReportsGetTreeApiResponse | undefined;
|
|
2159
2167
|
isUninitialized: false;
|
|
2160
2168
|
isLoading: false;
|
|
@@ -2163,7 +2171,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
2163
2171
|
isError: false;
|
|
2164
2172
|
}, "error" | "isError"> & {
|
|
2165
2173
|
isError: true;
|
|
2166
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
2174
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>> & {
|
|
2167
2175
|
currentData?: CustomReportsGetTreeApiResponse | undefined;
|
|
2168
2176
|
isUninitialized: false;
|
|
2169
2177
|
isLoading: false;
|
|
@@ -2172,7 +2180,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
2172
2180
|
isError: false;
|
|
2173
2181
|
}, "error">>)> & {
|
|
2174
2182
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2175
|
-
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken
|
|
2183
|
+
}>(arg: void | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
2176
2184
|
skip?: boolean;
|
|
2177
2185
|
refetchOnMountOrArgChange?: boolean | number;
|
|
2178
2186
|
} & {
|
|
@@ -2195,7 +2203,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
2195
2203
|
isError: false;
|
|
2196
2204
|
}, "isUninitialized"> & {
|
|
2197
2205
|
isUninitialized: true;
|
|
2198
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
2206
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>> & {
|
|
2199
2207
|
currentData?: CustomReportsGetTreeApiResponse | undefined;
|
|
2200
2208
|
isUninitialized: false;
|
|
2201
2209
|
isLoading: false;
|
|
@@ -2206,7 +2214,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
2206
2214
|
isLoading: true;
|
|
2207
2215
|
isFetching: boolean;
|
|
2208
2216
|
data: undefined;
|
|
2209
|
-
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
2217
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>> & {
|
|
2210
2218
|
currentData?: CustomReportsGetTreeApiResponse | undefined;
|
|
2211
2219
|
isUninitialized: false;
|
|
2212
2220
|
isLoading: false;
|
|
@@ -2219,35 +2227,35 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
2219
2227
|
error: undefined;
|
|
2220
2228
|
} & {
|
|
2221
2229
|
data: CustomReportsGetTreeApiResponse;
|
|
2222
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
2230
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>> & {
|
|
2223
2231
|
currentData?: CustomReportsGetTreeApiResponse | undefined;
|
|
2224
2232
|
isUninitialized: false;
|
|
2225
2233
|
isLoading: false;
|
|
2226
2234
|
isFetching: false;
|
|
2227
2235
|
isSuccess: false;
|
|
2228
2236
|
isError: false;
|
|
2229
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
2237
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>> & {
|
|
2230
2238
|
currentData?: CustomReportsGetTreeApiResponse | undefined;
|
|
2231
2239
|
isUninitialized: false;
|
|
2232
2240
|
isLoading: false;
|
|
2233
2241
|
isFetching: false;
|
|
2234
2242
|
isSuccess: false;
|
|
2235
2243
|
isError: false;
|
|
2236
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
2244
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
2237
2245
|
isSuccess: true;
|
|
2238
2246
|
isFetching: false;
|
|
2239
2247
|
error: undefined;
|
|
2240
2248
|
} & {
|
|
2241
2249
|
data: CustomReportsGetTreeApiResponse;
|
|
2242
2250
|
currentData: CustomReportsGetTreeApiResponse;
|
|
2243
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
2251
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>> & {
|
|
2244
2252
|
currentData?: CustomReportsGetTreeApiResponse | undefined;
|
|
2245
2253
|
isUninitialized: false;
|
|
2246
2254
|
isLoading: false;
|
|
2247
2255
|
isFetching: false;
|
|
2248
2256
|
isSuccess: false;
|
|
2249
2257
|
isError: false;
|
|
2250
|
-
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
2258
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>> & {
|
|
2251
2259
|
currentData?: CustomReportsGetTreeApiResponse | undefined;
|
|
2252
2260
|
isUninitialized: false;
|
|
2253
2261
|
isLoading: false;
|
|
@@ -2256,7 +2264,7 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
2256
2264
|
isError: false;
|
|
2257
2265
|
}, "error" | "isError"> & {
|
|
2258
2266
|
isError: true;
|
|
2259
|
-
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
2267
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>> & {
|
|
2260
2268
|
currentData?: CustomReportsGetTreeApiResponse | undefined;
|
|
2261
2269
|
isUninitialized: false;
|
|
2262
2270
|
isLoading: false;
|
|
@@ -2267,5 +2275,5 @@ export declare const useCustomReportsListDrillDownOptionsQuery: <R extends Recor
|
|
|
2267
2275
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2268
2276
|
}) => R) | undefined;
|
|
2269
2277
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2270
|
-
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<
|
|
2278
|
+
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<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>, "Bundle Custom Reports", CustomReportsGetTreeApiResponse, "api", unknown>>;
|
|
2271
2279
|
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import type { BundleCustomReportsConfigurationTreeNode, BundleCustomReportsTreeNodeFolder } from '../../../../modules/reports/custom-reports-api-slice.gen';
|
|
11
|
+
export declare const isFolder: (item: BundleCustomReportsConfigurationTreeNode | BundleCustomReportsTreeNodeFolder) => item is BundleCustomReportsTreeNodeFolder;
|
|
@@ -8,9 +8,7 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
|
|
11
|
-
|
|
12
|
-
sidebarReportItemIcon: import("antd-style").SerializedStyles;
|
|
13
|
-
sidebarReportItemTitle: import("antd-style").SerializedStyles;
|
|
11
|
+
tree: import("antd-style").SerializedStyles;
|
|
14
12
|
tabsContainer: import("antd-style").SerializedStyles;
|
|
15
13
|
tabs: import("antd-style").SerializedStyles;
|
|
16
14
|
dropdownButton: import("antd-style").SerializedStyles;
|
|
@@ -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
|
+
interface RobotsTxtSiteEditorProps {
|
|
12
|
+
content: string;
|
|
13
|
+
onChange: (content: string) => void;
|
|
14
|
+
}
|
|
15
|
+
export declare const RobotsTxtSiteEditor: (props: RobotsTxtSiteEditorProps) => React.JSX.Element;
|
|
16
|
+
export {};
|
package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.styles.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
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?: unknown) => import("antd-style").ReturnStyles<{
|
|
11
|
+
editorWrapper: import("antd-style").SerializedStyles;
|
|
12
|
+
}>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import type { WidgetManagerTabConfig } from '../../modules/widget-manager/widget-manager-slice';
|
|
11
|
+
export declare const ROBOTS_TXT_WIDGET: WidgetManagerTabConfig;
|
|
@@ -0,0 +1,11 @@
|
|
|
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 declare const RobotsTxtContainer: () => React.JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
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?: unknown) => import("antd-style").ReturnStyles<{
|
|
11
|
+
tabsContainer: import("antd-style").SerializedStyles;
|
|
12
|
+
}>;
|
|
@@ -63,7 +63,7 @@ export declare const useSimpleSearchGetQuery: <R extends Record<string, any> = i
|
|
|
63
63
|
isFetching: false;
|
|
64
64
|
isSuccess: false;
|
|
65
65
|
isError: false;
|
|
66
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
66
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
67
67
|
isSuccess: true;
|
|
68
68
|
isFetching: false;
|
|
69
69
|
error: undefined;
|
|
@@ -156,7 +156,7 @@ export declare const useSimpleSearchGetQuery: <R extends Record<string, any> = i
|
|
|
156
156
|
isFetching: false;
|
|
157
157
|
isSuccess: false;
|
|
158
158
|
isError: false;
|
|
159
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
159
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
160
160
|
isSuccess: true;
|
|
161
161
|
isFetching: false;
|
|
162
162
|
error: undefined;
|
|
@@ -370,7 +370,7 @@ export declare const useAssetGetSearchConfigurationQuery: <R extends Record<stri
|
|
|
370
370
|
isFetching: false;
|
|
371
371
|
isSuccess: false;
|
|
372
372
|
isError: false;
|
|
373
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
373
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
374
374
|
isSuccess: true;
|
|
375
375
|
isFetching: false;
|
|
376
376
|
error: undefined;
|
|
@@ -463,7 +463,7 @@ export declare const useAssetGetSearchConfigurationQuery: <R extends Record<stri
|
|
|
463
463
|
isFetching: false;
|
|
464
464
|
isSuccess: false;
|
|
465
465
|
isError: false;
|
|
466
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
466
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
467
467
|
isSuccess: true;
|
|
468
468
|
isFetching: false;
|
|
469
469
|
error: undefined;
|
|
@@ -554,7 +554,7 @@ export declare const useAssetGetSearchConfigurationQuery: <R extends Record<stri
|
|
|
554
554
|
isFetching: false;
|
|
555
555
|
isSuccess: false;
|
|
556
556
|
isError: false;
|
|
557
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
557
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
558
558
|
isSuccess: true;
|
|
559
559
|
isFetching: false;
|
|
560
560
|
error: undefined;
|
|
@@ -647,7 +647,7 @@ export declare const useAssetGetSearchConfigurationQuery: <R extends Record<stri
|
|
|
647
647
|
isFetching: false;
|
|
648
648
|
isSuccess: false;
|
|
649
649
|
isError: false;
|
|
650
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
650
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
651
651
|
isSuccess: true;
|
|
652
652
|
isFetching: false;
|
|
653
653
|
error: undefined;
|
|
@@ -738,7 +738,7 @@ export declare const useAssetGetSearchConfigurationQuery: <R extends Record<stri
|
|
|
738
738
|
isFetching: false;
|
|
739
739
|
isSuccess: false;
|
|
740
740
|
isError: false;
|
|
741
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
741
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
742
742
|
isSuccess: true;
|
|
743
743
|
isFetching: false;
|
|
744
744
|
error: undefined;
|
|
@@ -831,7 +831,7 @@ export declare const useAssetGetSearchConfigurationQuery: <R extends Record<stri
|
|
|
831
831
|
isFetching: false;
|
|
832
832
|
isSuccess: false;
|
|
833
833
|
isError: false;
|
|
834
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
834
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
835
835
|
isSuccess: true;
|
|
836
836
|
isFetching: false;
|
|
837
837
|
error: undefined;
|
|
@@ -922,7 +922,7 @@ export declare const useAssetGetSearchConfigurationQuery: <R extends Record<stri
|
|
|
922
922
|
isFetching: false;
|
|
923
923
|
isSuccess: false;
|
|
924
924
|
isError: false;
|
|
925
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
925
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
926
926
|
isSuccess: true;
|
|
927
927
|
isFetching: false;
|
|
928
928
|
error: undefined;
|
|
@@ -1015,7 +1015,7 @@ export declare const useAssetGetSearchConfigurationQuery: <R extends Record<stri
|
|
|
1015
1015
|
isFetching: false;
|
|
1016
1016
|
isSuccess: false;
|
|
1017
1017
|
isError: false;
|
|
1018
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1018
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1019
1019
|
isSuccess: true;
|
|
1020
1020
|
isFetching: false;
|
|
1021
1021
|
error: undefined;
|
|
@@ -1106,7 +1106,7 @@ export declare const useAssetGetSearchConfigurationQuery: <R extends Record<stri
|
|
|
1106
1106
|
isFetching: false;
|
|
1107
1107
|
isSuccess: false;
|
|
1108
1108
|
isError: false;
|
|
1109
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1109
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1110
1110
|
isSuccess: true;
|
|
1111
1111
|
isFetching: false;
|
|
1112
1112
|
error: undefined;
|
|
@@ -1199,7 +1199,7 @@ export declare const useAssetGetSearchConfigurationQuery: <R extends Record<stri
|
|
|
1199
1199
|
isFetching: false;
|
|
1200
1200
|
isSuccess: false;
|
|
1201
1201
|
isError: false;
|
|
1202
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1202
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1203
1203
|
isSuccess: true;
|
|
1204
1204
|
isFetching: false;
|
|
1205
1205
|
error: undefined;
|
|
@@ -1290,7 +1290,7 @@ export declare const useAssetGetSearchConfigurationQuery: <R extends Record<stri
|
|
|
1290
1290
|
isFetching: false;
|
|
1291
1291
|
isSuccess: false;
|
|
1292
1292
|
isError: false;
|
|
1293
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1293
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1294
1294
|
isSuccess: true;
|
|
1295
1295
|
isFetching: false;
|
|
1296
1296
|
error: undefined;
|
|
@@ -1383,7 +1383,7 @@ export declare const useAssetGetSearchConfigurationQuery: <R extends Record<stri
|
|
|
1383
1383
|
isFetching: false;
|
|
1384
1384
|
isSuccess: false;
|
|
1385
1385
|
isError: false;
|
|
1386
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1386
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1387
1387
|
isSuccess: true;
|
|
1388
1388
|
isFetching: false;
|
|
1389
1389
|
error: undefined;
|
|
@@ -1474,7 +1474,7 @@ export declare const useAssetGetSearchConfigurationQuery: <R extends Record<stri
|
|
|
1474
1474
|
isFetching: false;
|
|
1475
1475
|
isSuccess: false;
|
|
1476
1476
|
isError: false;
|
|
1477
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1477
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1478
1478
|
isSuccess: true;
|
|
1479
1479
|
isFetching: false;
|
|
1480
1480
|
error: undefined;
|
|
@@ -1567,7 +1567,7 @@ export declare const useAssetGetSearchConfigurationQuery: <R extends Record<stri
|
|
|
1567
1567
|
isFetching: false;
|
|
1568
1568
|
isSuccess: false;
|
|
1569
1569
|
isError: false;
|
|
1570
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1570
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1571
1571
|
isSuccess: true;
|
|
1572
1572
|
isFetching: false;
|
|
1573
1573
|
error: undefined;
|
|
@@ -78,7 +78,7 @@ export declare const useRoleGetCollectionQuery: <R extends Record<string, any> =
|
|
|
78
78
|
isFetching: false;
|
|
79
79
|
isSuccess: false;
|
|
80
80
|
isError: false;
|
|
81
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
81
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
82
82
|
isSuccess: true;
|
|
83
83
|
isFetching: false;
|
|
84
84
|
error: undefined;
|
|
@@ -171,7 +171,7 @@ export declare const useRoleGetCollectionQuery: <R extends Record<string, any> =
|
|
|
171
171
|
isFetching: false;
|
|
172
172
|
isSuccess: false;
|
|
173
173
|
isError: false;
|
|
174
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
174
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
175
175
|
isSuccess: true;
|
|
176
176
|
isFetching: false;
|
|
177
177
|
error: undefined;
|
|
@@ -262,7 +262,7 @@ export declare const useRoleGetCollectionQuery: <R extends Record<string, any> =
|
|
|
262
262
|
isFetching: false;
|
|
263
263
|
isSuccess: false;
|
|
264
264
|
isError: false;
|
|
265
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
265
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
266
266
|
isSuccess: true;
|
|
267
267
|
isFetching: false;
|
|
268
268
|
error: undefined;
|
|
@@ -355,7 +355,7 @@ export declare const useRoleGetCollectionQuery: <R extends Record<string, any> =
|
|
|
355
355
|
isFetching: false;
|
|
356
356
|
isSuccess: false;
|
|
357
357
|
isError: false;
|
|
358
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
358
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
359
359
|
isSuccess: true;
|
|
360
360
|
isFetching: false;
|
|
361
361
|
error: undefined;
|