@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
|
@@ -317,7 +317,7 @@ export declare const useVersionAssetDownloadByIdQuery: <R extends Record<string,
|
|
|
317
317
|
isFetching: false;
|
|
318
318
|
isSuccess: false;
|
|
319
319
|
isError: false;
|
|
320
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
320
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
321
321
|
isSuccess: true;
|
|
322
322
|
isFetching: false;
|
|
323
323
|
error: undefined;
|
|
@@ -410,7 +410,7 @@ export declare const useVersionAssetDownloadByIdQuery: <R extends Record<string,
|
|
|
410
410
|
isFetching: false;
|
|
411
411
|
isSuccess: false;
|
|
412
412
|
isError: false;
|
|
413
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
413
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
414
414
|
isSuccess: true;
|
|
415
415
|
isFetching: false;
|
|
416
416
|
error: undefined;
|
|
@@ -501,7 +501,7 @@ export declare const useVersionAssetDownloadByIdQuery: <R extends Record<string,
|
|
|
501
501
|
isFetching: false;
|
|
502
502
|
isSuccess: false;
|
|
503
503
|
isError: false;
|
|
504
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
504
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
505
505
|
isSuccess: true;
|
|
506
506
|
isFetching: false;
|
|
507
507
|
error: undefined;
|
|
@@ -594,7 +594,7 @@ export declare const useVersionAssetDownloadByIdQuery: <R extends Record<string,
|
|
|
594
594
|
isFetching: false;
|
|
595
595
|
isSuccess: false;
|
|
596
596
|
isError: false;
|
|
597
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
597
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
598
598
|
isSuccess: true;
|
|
599
599
|
isFetching: false;
|
|
600
600
|
error: undefined;
|
|
@@ -685,7 +685,7 @@ export declare const useVersionAssetDownloadByIdQuery: <R extends Record<string,
|
|
|
685
685
|
isFetching: false;
|
|
686
686
|
isSuccess: false;
|
|
687
687
|
isError: false;
|
|
688
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
688
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
689
689
|
isSuccess: true;
|
|
690
690
|
isFetching: false;
|
|
691
691
|
error: undefined;
|
|
@@ -778,7 +778,7 @@ export declare const useVersionAssetDownloadByIdQuery: <R extends Record<string,
|
|
|
778
778
|
isFetching: false;
|
|
779
779
|
isSuccess: false;
|
|
780
780
|
isError: false;
|
|
781
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
781
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
782
782
|
isSuccess: true;
|
|
783
783
|
isFetching: false;
|
|
784
784
|
error: undefined;
|
|
@@ -869,7 +869,7 @@ export declare const useVersionAssetDownloadByIdQuery: <R extends Record<string,
|
|
|
869
869
|
isFetching: false;
|
|
870
870
|
isSuccess: false;
|
|
871
871
|
isError: false;
|
|
872
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
872
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
873
873
|
isSuccess: true;
|
|
874
874
|
isFetching: false;
|
|
875
875
|
error: undefined;
|
|
@@ -962,7 +962,7 @@ export declare const useVersionAssetDownloadByIdQuery: <R extends Record<string,
|
|
|
962
962
|
isFetching: false;
|
|
963
963
|
isSuccess: false;
|
|
964
964
|
isError: false;
|
|
965
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
965
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
966
966
|
isSuccess: true;
|
|
967
967
|
isFetching: false;
|
|
968
968
|
error: undefined;
|
|
@@ -1533,7 +1533,7 @@ export declare const useVersionAssetDownloadByIdQuery: <R extends Record<string,
|
|
|
1533
1533
|
isFetching: false;
|
|
1534
1534
|
isSuccess: false;
|
|
1535
1535
|
isError: false;
|
|
1536
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1536
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1537
1537
|
isSuccess: true;
|
|
1538
1538
|
isFetching: false;
|
|
1539
1539
|
error: undefined;
|
|
@@ -1626,7 +1626,7 @@ export declare const useVersionAssetDownloadByIdQuery: <R extends Record<string,
|
|
|
1626
1626
|
isFetching: false;
|
|
1627
1627
|
isSuccess: false;
|
|
1628
1628
|
isError: false;
|
|
1629
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1629
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1630
1630
|
isSuccess: true;
|
|
1631
1631
|
isFetching: false;
|
|
1632
1632
|
error: undefined;
|
|
@@ -224,7 +224,7 @@ export declare const useWorkflowActionSubmitMutation: <R extends Record<string,
|
|
|
224
224
|
isFetching: false;
|
|
225
225
|
isSuccess: false;
|
|
226
226
|
isError: false;
|
|
227
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
227
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
228
228
|
isSuccess: true;
|
|
229
229
|
isFetching: false;
|
|
230
230
|
error: undefined;
|
|
@@ -317,7 +317,7 @@ export declare const useWorkflowActionSubmitMutation: <R extends Record<string,
|
|
|
317
317
|
isFetching: false;
|
|
318
318
|
isSuccess: false;
|
|
319
319
|
isError: false;
|
|
320
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
320
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
321
321
|
isSuccess: true;
|
|
322
322
|
isFetching: false;
|
|
323
323
|
error: undefined;
|
|
@@ -163,7 +163,7 @@ export declare const useWorkflowGetDetailsQuery: <R extends Record<string, any>
|
|
|
163
163
|
isFetching: false;
|
|
164
164
|
isSuccess: false;
|
|
165
165
|
isError: false;
|
|
166
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
166
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
167
167
|
isSuccess: true;
|
|
168
168
|
isFetching: false;
|
|
169
169
|
error: undefined;
|
|
@@ -256,7 +256,7 @@ export declare const useWorkflowGetDetailsQuery: <R extends Record<string, any>
|
|
|
256
256
|
isFetching: false;
|
|
257
257
|
isSuccess: false;
|
|
258
258
|
isError: false;
|
|
259
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
259
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
260
260
|
isSuccess: true;
|
|
261
261
|
isFetching: false;
|
|
262
262
|
error: undefined;
|
|
@@ -228,7 +228,7 @@ export declare const useElementDeleteMutation: <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;
|
|
@@ -260,7 +260,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
260
260
|
isError: false;
|
|
261
261
|
}, "error">>)> & {
|
|
262
262
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
263
|
-
}>(arg: import("../../modules/element/element-api-slice.gen").ElementGetDeleteInfoApiArg
|
|
263
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("../../modules/element/element-api-slice.gen").ElementGetDeleteInfoApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
264
264
|
skip?: boolean;
|
|
265
265
|
refetchOnMountOrArgChange?: boolean | number;
|
|
266
266
|
} & {
|
|
@@ -321,7 +321,7 @@ export declare const useElementDeleteMutation: <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 useElementDeleteMutation: <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;
|
|
@@ -604,7 +604,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
604
604
|
isError: false;
|
|
605
605
|
}, "error">>)> & {
|
|
606
606
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
607
|
-
}>(arg: import("../../modules/element/element-api-slice.gen").ElementGetContextPermissionsApiArg
|
|
607
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("../../modules/element/element-api-slice.gen").ElementGetContextPermissionsApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
608
608
|
skip?: boolean;
|
|
609
609
|
refetchOnMountOrArgChange?: boolean | number;
|
|
610
610
|
} & {
|
|
@@ -665,7 +665,7 @@ export declare const useElementDeleteMutation: <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 useElementDeleteMutation: <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;
|
|
@@ -788,7 +788,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
788
788
|
isError: false;
|
|
789
789
|
}, "error">>)> & {
|
|
790
790
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
791
|
-
}>(arg: import("../../modules/element/element-api-slice.gen").ElementGetIdByPathApiArg
|
|
791
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("../../modules/element/element-api-slice.gen").ElementGetIdByPathApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
792
792
|
skip?: boolean;
|
|
793
793
|
refetchOnMountOrArgChange?: boolean | number;
|
|
794
794
|
} & {
|
|
@@ -849,7 +849,7 @@ export declare const useElementDeleteMutation: <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 useElementDeleteMutation: <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;
|
|
@@ -1030,7 +1030,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1030
1030
|
isFetching: false;
|
|
1031
1031
|
isSuccess: false;
|
|
1032
1032
|
isError: false;
|
|
1033
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1033
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1034
1034
|
isSuccess: true;
|
|
1035
1035
|
isFetching: false;
|
|
1036
1036
|
error: undefined;
|
|
@@ -1123,7 +1123,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1123
1123
|
isFetching: false;
|
|
1124
1124
|
isSuccess: false;
|
|
1125
1125
|
isError: false;
|
|
1126
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1126
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1127
1127
|
isSuccess: true;
|
|
1128
1128
|
isFetching: false;
|
|
1129
1129
|
error: undefined;
|
|
@@ -1155,7 +1155,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1155
1155
|
isError: false;
|
|
1156
1156
|
}, "error">>)> & {
|
|
1157
1157
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1158
|
-
}>(arg: import("../../modules/element/element-api-slice.gen").ElementGetSubtypeApiArg
|
|
1158
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("../../modules/element/element-api-slice.gen").ElementGetSubtypeApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1159
1159
|
skip?: boolean;
|
|
1160
1160
|
refetchOnMountOrArgChange?: boolean | number;
|
|
1161
1161
|
} & {
|
|
@@ -1216,7 +1216,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1216
1216
|
isFetching: false;
|
|
1217
1217
|
isSuccess: false;
|
|
1218
1218
|
isError: false;
|
|
1219
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1219
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1220
1220
|
isSuccess: true;
|
|
1221
1221
|
isFetching: false;
|
|
1222
1222
|
error: undefined;
|
|
@@ -1307,7 +1307,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1307
1307
|
isFetching: false;
|
|
1308
1308
|
isSuccess: false;
|
|
1309
1309
|
isError: false;
|
|
1310
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1310
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1311
1311
|
isSuccess: true;
|
|
1312
1312
|
isFetching: false;
|
|
1313
1313
|
error: undefined;
|
|
@@ -1339,7 +1339,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1339
1339
|
isError: false;
|
|
1340
1340
|
}, "error">>)> & {
|
|
1341
1341
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1342
|
-
}>(arg: import("../../modules/element/element-api-slice.gen").ElementResolveBySearchTermApiArg
|
|
1342
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("../../modules/element/element-api-slice.gen").ElementResolveBySearchTermApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1343
1343
|
skip?: boolean;
|
|
1344
1344
|
refetchOnMountOrArgChange?: boolean | number;
|
|
1345
1345
|
} & {
|
|
@@ -1400,7 +1400,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1400
1400
|
isFetching: false;
|
|
1401
1401
|
isSuccess: false;
|
|
1402
1402
|
isError: false;
|
|
1403
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1403
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1404
1404
|
isSuccess: true;
|
|
1405
1405
|
isFetching: false;
|
|
1406
1406
|
error: undefined;
|
|
@@ -1491,7 +1491,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1491
1491
|
isFetching: false;
|
|
1492
1492
|
isSuccess: false;
|
|
1493
1493
|
isError: false;
|
|
1494
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1494
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1495
1495
|
isSuccess: true;
|
|
1496
1496
|
isFetching: false;
|
|
1497
1497
|
error: undefined;
|
|
@@ -1581,7 +1581,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1581
1581
|
isFetching: false;
|
|
1582
1582
|
isSuccess: false;
|
|
1583
1583
|
isError: false;
|
|
1584
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1584
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1585
1585
|
isSuccess: true;
|
|
1586
1586
|
isFetching: false;
|
|
1587
1587
|
error: undefined;
|
|
@@ -411,7 +411,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
411
411
|
isFetching: false;
|
|
412
412
|
isSuccess: false;
|
|
413
413
|
isError: false;
|
|
414
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
414
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
415
415
|
isSuccess: true;
|
|
416
416
|
isFetching: false;
|
|
417
417
|
error: undefined;
|
|
@@ -443,7 +443,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
443
443
|
isError: false;
|
|
444
444
|
}, "error">>)> & {
|
|
445
445
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
446
|
-
}>(arg:
|
|
446
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ElementGetDeleteInfoApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
447
447
|
skip?: boolean;
|
|
448
448
|
refetchOnMountOrArgChange?: boolean | number;
|
|
449
449
|
} & {
|
|
@@ -504,7 +504,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
504
504
|
isFetching: false;
|
|
505
505
|
isSuccess: false;
|
|
506
506
|
isError: false;
|
|
507
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
507
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
508
508
|
isSuccess: true;
|
|
509
509
|
isFetching: false;
|
|
510
510
|
error: undefined;
|
|
@@ -755,7 +755,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
755
755
|
isFetching: false;
|
|
756
756
|
isSuccess: false;
|
|
757
757
|
isError: false;
|
|
758
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
758
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
759
759
|
isSuccess: true;
|
|
760
760
|
isFetching: false;
|
|
761
761
|
error: undefined;
|
|
@@ -787,7 +787,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
787
787
|
isError: false;
|
|
788
788
|
}, "error">>)> & {
|
|
789
789
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
790
|
-
}>(arg:
|
|
790
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ElementGetContextPermissionsApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
791
791
|
skip?: boolean;
|
|
792
792
|
refetchOnMountOrArgChange?: boolean | number;
|
|
793
793
|
} & {
|
|
@@ -848,7 +848,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
848
848
|
isFetching: false;
|
|
849
849
|
isSuccess: false;
|
|
850
850
|
isError: false;
|
|
851
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
851
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
852
852
|
isSuccess: true;
|
|
853
853
|
isFetching: false;
|
|
854
854
|
error: undefined;
|
|
@@ -939,7 +939,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
939
939
|
isFetching: false;
|
|
940
940
|
isSuccess: false;
|
|
941
941
|
isError: false;
|
|
942
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
942
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
943
943
|
isSuccess: true;
|
|
944
944
|
isFetching: false;
|
|
945
945
|
error: undefined;
|
|
@@ -971,7 +971,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
971
971
|
isError: false;
|
|
972
972
|
}, "error">>)> & {
|
|
973
973
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
974
|
-
}>(arg:
|
|
974
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ElementGetTreeLocationApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
975
975
|
skip?: boolean;
|
|
976
976
|
refetchOnMountOrArgChange?: boolean | number;
|
|
977
977
|
} & {
|
|
@@ -1032,7 +1032,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1032
1032
|
isFetching: false;
|
|
1033
1033
|
isSuccess: false;
|
|
1034
1034
|
isError: false;
|
|
1035
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1035
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1036
1036
|
isSuccess: true;
|
|
1037
1037
|
isFetching: false;
|
|
1038
1038
|
error: undefined;
|
|
@@ -1123,7 +1123,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1123
1123
|
isFetching: false;
|
|
1124
1124
|
isSuccess: false;
|
|
1125
1125
|
isError: false;
|
|
1126
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1126
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1127
1127
|
isSuccess: true;
|
|
1128
1128
|
isFetching: false;
|
|
1129
1129
|
error: undefined;
|
|
@@ -1155,7 +1155,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1155
1155
|
isError: false;
|
|
1156
1156
|
}, "error">>)> & {
|
|
1157
1157
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1158
|
-
}>(arg:
|
|
1158
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ElementGetIdByPathApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1159
1159
|
skip?: boolean;
|
|
1160
1160
|
refetchOnMountOrArgChange?: boolean | number;
|
|
1161
1161
|
} & {
|
|
@@ -1216,7 +1216,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1216
1216
|
isFetching: false;
|
|
1217
1217
|
isSuccess: false;
|
|
1218
1218
|
isError: false;
|
|
1219
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1219
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1220
1220
|
isSuccess: true;
|
|
1221
1221
|
isFetching: false;
|
|
1222
1222
|
error: undefined;
|
|
@@ -1307,7 +1307,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1307
1307
|
isFetching: false;
|
|
1308
1308
|
isSuccess: false;
|
|
1309
1309
|
isError: false;
|
|
1310
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1310
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1311
1311
|
isSuccess: true;
|
|
1312
1312
|
isFetching: false;
|
|
1313
1313
|
error: undefined;
|
|
@@ -1339,7 +1339,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1339
1339
|
isError: false;
|
|
1340
1340
|
}, "error">>)> & {
|
|
1341
1341
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1342
|
-
}>(arg:
|
|
1342
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ElementGetSubtypeApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1343
1343
|
skip?: boolean;
|
|
1344
1344
|
refetchOnMountOrArgChange?: boolean | number;
|
|
1345
1345
|
} & {
|
|
@@ -1400,7 +1400,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1400
1400
|
isFetching: false;
|
|
1401
1401
|
isSuccess: false;
|
|
1402
1402
|
isError: false;
|
|
1403
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1403
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1404
1404
|
isSuccess: true;
|
|
1405
1405
|
isFetching: false;
|
|
1406
1406
|
error: undefined;
|
|
@@ -1491,7 +1491,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1491
1491
|
isFetching: false;
|
|
1492
1492
|
isSuccess: false;
|
|
1493
1493
|
isError: false;
|
|
1494
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1494
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1495
1495
|
isSuccess: true;
|
|
1496
1496
|
isFetching: false;
|
|
1497
1497
|
error: undefined;
|
|
@@ -1523,7 +1523,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1523
1523
|
isError: false;
|
|
1524
1524
|
}, "error">>)> & {
|
|
1525
1525
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1526
|
-
}>(arg:
|
|
1526
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ElementGetUsageApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1527
1527
|
skip?: boolean;
|
|
1528
1528
|
refetchOnMountOrArgChange?: boolean | number;
|
|
1529
1529
|
} & {
|
|
@@ -1584,7 +1584,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1584
1584
|
isFetching: false;
|
|
1585
1585
|
isSuccess: false;
|
|
1586
1586
|
isError: false;
|
|
1587
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1587
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1588
1588
|
isSuccess: true;
|
|
1589
1589
|
isFetching: false;
|
|
1590
1590
|
error: undefined;
|
|
@@ -1835,7 +1835,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1835
1835
|
isFetching: false;
|
|
1836
1836
|
isSuccess: false;
|
|
1837
1837
|
isError: false;
|
|
1838
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1838
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1839
1839
|
isSuccess: true;
|
|
1840
1840
|
isFetching: false;
|
|
1841
1841
|
error: undefined;
|
|
@@ -1867,7 +1867,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1867
1867
|
isError: false;
|
|
1868
1868
|
}, "error">>)> & {
|
|
1869
1869
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1870
|
-
}>(arg:
|
|
1870
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ElementResolveBySearchTermApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1871
1871
|
skip?: boolean;
|
|
1872
1872
|
refetchOnMountOrArgChange?: boolean | number;
|
|
1873
1873
|
} & {
|
|
@@ -1928,7 +1928,7 @@ export declare const useElementDeleteMutation: <R extends Record<string, any> =
|
|
|
1928
1928
|
isFetching: false;
|
|
1929
1929
|
isSuccess: false;
|
|
1930
1930
|
isError: false;
|
|
1931
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
1931
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
1932
1932
|
isSuccess: true;
|
|
1933
1933
|
isFetching: false;
|
|
1934
1934
|
error: undefined;
|
|
@@ -211,7 +211,7 @@ export declare const useExportDownloadCsvQuery: <R extends Record<string, any> =
|
|
|
211
211
|
isFetching: false;
|
|
212
212
|
isSuccess: false;
|
|
213
213
|
isError: false;
|
|
214
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
214
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
215
215
|
isSuccess: true;
|
|
216
216
|
isFetching: false;
|
|
217
217
|
error: undefined;
|
|
@@ -304,7 +304,7 @@ export declare const useExportDownloadCsvQuery: <R extends Record<string, any> =
|
|
|
304
304
|
isFetching: false;
|
|
305
305
|
isSuccess: false;
|
|
306
306
|
isError: false;
|
|
307
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
307
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
308
308
|
isSuccess: true;
|
|
309
309
|
isFetching: false;
|
|
310
310
|
error: undefined;
|
|
@@ -875,7 +875,7 @@ export declare const useExportDownloadCsvQuery: <R extends Record<string, any> =
|
|
|
875
875
|
isFetching: false;
|
|
876
876
|
isSuccess: false;
|
|
877
877
|
isError: false;
|
|
878
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
878
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
879
879
|
isSuccess: true;
|
|
880
880
|
isFetching: false;
|
|
881
881
|
error: undefined;
|
|
@@ -968,7 +968,7 @@ export declare const useExportDownloadCsvQuery: <R extends Record<string, any> =
|
|
|
968
968
|
isFetching: false;
|
|
969
969
|
isSuccess: false;
|
|
970
970
|
isError: false;
|
|
971
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
971
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
972
972
|
isSuccess: true;
|
|
973
973
|
isFetching: false;
|
|
974
974
|
error: undefined;
|
|
@@ -33,5 +33,6 @@ export interface SelectedColumnsContextProps {
|
|
|
33
33
|
export declare const SelectedColumnsContext: React.Context<SelectedColumnsContextProps>;
|
|
34
34
|
export interface SelectedColumnsProviderProps {
|
|
35
35
|
children: React.ReactNode;
|
|
36
|
+
columns?: SelectedColumn[];
|
|
36
37
|
}
|
|
37
|
-
export declare const SelectedColumnsProvider: ({ children }: SelectedColumnsProviderProps) => React.JSX.Element;
|
|
38
|
+
export declare const SelectedColumnsProvider: ({ children, columns: controlledColumns }: SelectedColumnsProviderProps) => React.JSX.Element;
|
|
@@ -68,7 +68,7 @@ export declare const useLazyElementGetUsageQuery: <R extends Record<string, any>
|
|
|
68
68
|
isFetching: false;
|
|
69
69
|
isSuccess: false;
|
|
70
70
|
isError: false;
|
|
71
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
71
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
72
72
|
isSuccess: true;
|
|
73
73
|
isFetching: false;
|
|
74
74
|
error: undefined;
|
|
@@ -158,7 +158,7 @@ export declare const useLazyElementGetUsageQuery: <R extends Record<string, any>
|
|
|
158
158
|
isFetching: false;
|
|
159
159
|
isSuccess: false;
|
|
160
160
|
isError: false;
|
|
161
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
161
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
162
162
|
isSuccess: true;
|
|
163
163
|
isFetching: false;
|
|
164
164
|
error: undefined;
|
|
@@ -130,7 +130,7 @@ export declare const useElementGetUsageQuery: <R extends Record<string, any> = i
|
|
|
130
130
|
isFetching: false;
|
|
131
131
|
isSuccess: false;
|
|
132
132
|
isError: false;
|
|
133
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
133
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
134
134
|
isSuccess: true;
|
|
135
135
|
isFetching: false;
|
|
136
136
|
error: undefined;
|
|
@@ -223,7 +223,7 @@ export declare const useElementGetUsageQuery: <R extends Record<string, any> = i
|
|
|
223
223
|
isFetching: false;
|
|
224
224
|
isSuccess: false;
|
|
225
225
|
isError: false;
|
|
226
|
-
}, "data" | "error" | "fulfilledTimeStamp" | "
|
|
226
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
|
|
227
227
|
isSuccess: true;
|
|
228
228
|
isFetching: false;
|
|
229
229
|
error: undefined;
|