@pimcore/studio-ui-bundle 0.12.9 → 0.13.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build/types/src/core/app/config/services/service-ids.d.ts +7 -0
- package/dist/build/types/src/core/bootstrap.d.ts +2 -0
- package/dist/build/types/src/core/components/content/content-config-provider.d.ts +21 -0
- package/dist/build/types/src/core/components/content/content.d.ts +3 -2
- package/dist/build/types/src/core/components/content/content.styles.d.ts +6 -1
- package/dist/build/types/src/core/components/content-layout/content-layout.d.ts +1 -0
- package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +9 -9
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/provider/tree-permission-provider/use-tree-permission.d.ts +1 -1
- package/dist/build/types/src/core/components/grid/grid.d.ts +1 -0
- package/dist/build/types/src/core/components/hotspot-image/hotspot-image.d.ts +9 -3
- package/dist/build/types/src/core/components/hotspot-image/marker-icon.d.ts +10 -0
- package/dist/build/types/src/core/components/icon/default-icon-color-groups.d.ts +12 -0
- package/dist/build/types/src/core/components/icon/icon-color-groups-registry.d.ts +32 -0
- package/dist/build/types/src/core/components/icon/icon.d.ts +3 -1
- package/dist/build/types/src/core/components/iframe/iframe.d.ts +1 -2
- package/dist/build/types/src/core/components/iframe-content/iframe-content.d.ts +21 -0
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.d.ts +2 -1
- package/dist/build/types/src/core/components/menu/menu.styles.d.ts +13 -0
- package/dist/build/types/src/core/components/modal/factory/modal-factory.d.ts +32 -0
- package/dist/build/types/src/core/components/modal-upload/hooks/use-upload-conflict-handler.d.ts +1 -0
- package/dist/build/types/src/core/components/operational-grid/operational-grid.stories.d.ts +2 -0
- package/dist/build/types/src/core/components/pimcore-video/video-provider.d.ts +22 -0
- package/dist/build/types/src/core/components/search-input/search-input.d.ts +2 -1
- package/dist/build/types/src/core/components/toolstrip/tool-strip.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/tree-element/tree-element-item.d.ts +2 -4
- package/dist/build/types/src/core/components/tree-element/tree-element.d.ts +24 -9
- package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog-wrapper.d.ts +15 -0
- package/dist/build/types/src/core/modules/about/components/about-dialog/context/about-dialog-data-context.d.ts +18 -0
- package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-registry.d.ts +13 -3
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-config.d.ts +1 -0
- package/dist/build/types/src/core/modules/app/error-handler/types.d.ts +3 -1
- package/dist/build/types/src/core/modules/app/theme/dynamic-types/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +40 -0
- package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/auto-hide-empty-content.d.ts +16 -0
- package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/auto-hide-empty-content.styles.d.ts +14 -0
- package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/hooks/use-hide-parent-when-hidden.d.ts +17 -0
- package/dist/build/types/src/core/modules/asset/actions/upload-new-version/upload-new-version.d.ts +1 -1
- package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +2 -0
- package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +413 -17
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/asset/editor/types/video/tab-manager/tabs/preview/preview-container.d.ts +0 -7
- package/dist/build/types/src/core/modules/asset/hooks/use-global-asset-context.d.ts +1 -1
- package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +1 -1
- package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +1 -1
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +148 -124
- package/dist/build/types/src/core/modules/auth/util/user-helper.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +1231 -1
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +2879 -206
- package/dist/build/types/src/core/modules/class-definition/class-definition-widget.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/add-modal.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/use-class-definition-update.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/hooks/use-global-data-object-context.d.ts +1 -1
- package/dist/build/types/src/core/modules/document/actions/add-page/use-add-document.d.ts +2 -0
- package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +198 -0
- package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +10 -10
- package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +5 -5
- package/dist/build/types/src/core/modules/document/hooks/use-global-document-context.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-wysiwyg.d.ts +0 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/calculated-value/components/label/label.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/relations/components/label/label.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/defintinitions/objects/data-related/components/localized-fields/versions/version-object-localized-fields.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/editor/detached-tab/missing-context.styles.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +3 -3
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +3 -151
- package/dist/build/types/src/core/modules/element/element-helper.d.ts +1 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +1 -1
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +6 -4
- package/dist/build/types/src/core/modules/field-definitions/components/editor/area-provider.d.ts +20 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/custom-layout-modal-provider.d.ts +21 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/custom-layout-modal-trigger.d.ts +11 -0
- package/dist/build/types/src/core/modules/{about/components/about-dialog/about-dialog-container.d.ts → field-definitions/components/editor/custom-layout/custom-layout-modal.d.ts} +1 -1
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/custom-layout.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/content/layout-form.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/content.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/general-settings-provider.d.ts +22 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/layout-provider.d.ts +42 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/save.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/sidebar.d.ts +15 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail.d.ts +15 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/provider.d.ts +33 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar/add-modal.d.ts +10 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar/modal-holder.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/tabs.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/settings-provider.d.ts +26 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor.d.ts +22 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/dynamic-type-field-definition-abstract.d.ts +39 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/dynamic-type-field-definition-registry.d.ts +14 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/data/dynamic-type-field-defintion-data-abstract.d.ts +23 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/data/field-defintion-data-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/layout/dynamic-type-field-defintion-layout-abstract.d.ts +23 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/layout/field-defintion-layout-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/block/dynamic-type-field-definition-block.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/input/dynamic-type-field-definition-input.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/input/field-defintion-input-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/panel/dynamic-type-field-definition-panel.d.ts +18 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/panel/field-definition-panel-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/field-definitions/utils/context-helpers.d.ts +13 -0
- package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/open-element/{open-element.d.ts → constants.d.ts} +0 -7
- package/dist/build/types/src/core/modules/open-element/context/open-element-data-context.d.ts +19 -0
- package/dist/build/types/src/core/modules/open-element/open-element-wrapper.d.ts +15 -0
- package/dist/build/types/src/core/modules/perspectives/enums/tree-permission.d.ts +5 -7
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +1 -151
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/dynamic-type-custom-report-definition-abstract.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/types/dynamic-type-custom-report-definition-sql-adapter.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/report-configuration.styles.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-toolbar/report-toolbar.d.ts +2 -1
- package/dist/build/types/src/core/modules/user/management/detail/tabs/settings/components/login-token-modal/login-token-modal-container.d.ts +15 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/settings/components/login-token-modal/login-token-modal.d.ts +17 -0
- package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +369 -2
- package/dist/build/types/src/core/modules/widget-editor/services/widget-context-menu-item-registry.d.ts +23 -0
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-manager.d.ts +1 -0
- package/dist/build/types/src/core/modules/widget-manager/title/border-title-view.d.ts +3 -1
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-view.d.ts +3 -1
- package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.d.ts +2 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-container.d.ts +4 -1
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-view.d.ts +2 -0
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +2 -0
- package/dist/build/types/src/core/modules/wysiwyg/wysiwyg.styles.d.ts +1 -0
- package/dist/build/types/src/core/utils/sizing.d.ts +1 -0
- package/dist/build/types/src/core/utils/use-element-overflow.d.ts +1 -1
- package/dist/build/types/src/sdk/components/index.d.ts +5 -0
- package/dist/build/types/src/sdk/main.d.ts +2 -0
- package/dist/build/types/src/sdk/modules/auth/index.d.ts +2 -0
- package/dist/build/types/src/sdk/modules/data-object/index.d.ts +1 -0
- package/dist/build/types/src/sdk/modules/perspectives/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -24,7 +24,7 @@ declare const api: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit
|
|
|
24
24
|
userListWithPermission: import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserListWithPermissionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserListWithPermissionApiResponse, "api", unknown>;
|
|
25
25
|
userResetPassword: import("@reduxjs/toolkit/query").MutationDefinition<import("../../modules/auth/user/user-api-slice.gen").UserResetPasswordApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", unknown, "api", unknown>;
|
|
26
26
|
pimcoreStudioApiUserSearch: import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").PimcoreStudioApiUserSearchApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").PimcoreStudioApiUserSearchApiResponse, "api", unknown>;
|
|
27
|
-
userTokenLinkGet: import("@reduxjs/toolkit/query").
|
|
27
|
+
userTokenLinkGet: import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>;
|
|
28
28
|
userUpdateActivePerspective: import("@reduxjs/toolkit/query").MutationDefinition<import("../../modules/auth/user/user-api-slice.gen").UserUpdateActivePerspectiveApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", unknown, "api", unknown>;
|
|
29
29
|
userUpdatePasswordById: import("@reduxjs/toolkit/query").MutationDefinition<import("../../modules/auth/user/user-api-slice.gen").UserUpdatePasswordByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", unknown, "api", unknown>;
|
|
30
30
|
userUpdateProfile: import("@reduxjs/toolkit/query").MutationDefinition<import("../../modules/auth/user/user-api-slice.gen").UserUpdateProfileApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserInformation, "api", unknown>;
|
|
@@ -2944,5 +2944,372 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
|
|
|
2944
2944
|
}) => R) | undefined;
|
|
2945
2945
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2946
2946
|
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserGetTreeApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserGetTreeApiResponse, "api", unknown>>;
|
|
2947
|
-
}
|
|
2947
|
+
}, useUserTokenLinkGetQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
2948
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
2949
|
+
originalArgs?: undefined | undefined;
|
|
2950
|
+
data?: undefined | undefined;
|
|
2951
|
+
error?: undefined | undefined;
|
|
2952
|
+
requestId?: undefined | undefined;
|
|
2953
|
+
endpointName?: string | undefined;
|
|
2954
|
+
startedTimeStamp?: undefined | undefined;
|
|
2955
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
2956
|
+
} & {
|
|
2957
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
2958
|
+
isUninitialized: false;
|
|
2959
|
+
isLoading: false;
|
|
2960
|
+
isFetching: false;
|
|
2961
|
+
isSuccess: false;
|
|
2962
|
+
isError: false;
|
|
2963
|
+
}, "isUninitialized"> & {
|
|
2964
|
+
isUninitialized: true;
|
|
2965
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
2966
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
2967
|
+
isUninitialized: false;
|
|
2968
|
+
isLoading: false;
|
|
2969
|
+
isFetching: false;
|
|
2970
|
+
isSuccess: false;
|
|
2971
|
+
isError: false;
|
|
2972
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
2973
|
+
isLoading: true;
|
|
2974
|
+
isFetching: boolean;
|
|
2975
|
+
data: undefined;
|
|
2976
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
2977
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
2978
|
+
isUninitialized: false;
|
|
2979
|
+
isLoading: false;
|
|
2980
|
+
isFetching: false;
|
|
2981
|
+
isSuccess: false;
|
|
2982
|
+
isError: false;
|
|
2983
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
2984
|
+
isSuccess: true;
|
|
2985
|
+
isFetching: true;
|
|
2986
|
+
error: undefined;
|
|
2987
|
+
} & {
|
|
2988
|
+
data: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse;
|
|
2989
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
2990
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
2991
|
+
isUninitialized: false;
|
|
2992
|
+
isLoading: false;
|
|
2993
|
+
isFetching: false;
|
|
2994
|
+
isSuccess: false;
|
|
2995
|
+
isError: false;
|
|
2996
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
2997
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
2998
|
+
isUninitialized: false;
|
|
2999
|
+
isLoading: false;
|
|
3000
|
+
isFetching: false;
|
|
3001
|
+
isSuccess: false;
|
|
3002
|
+
isError: false;
|
|
3003
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
3004
|
+
isSuccess: true;
|
|
3005
|
+
isFetching: false;
|
|
3006
|
+
error: undefined;
|
|
3007
|
+
} & {
|
|
3008
|
+
data: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse;
|
|
3009
|
+
currentData: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse;
|
|
3010
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3011
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3012
|
+
isUninitialized: false;
|
|
3013
|
+
isLoading: false;
|
|
3014
|
+
isFetching: false;
|
|
3015
|
+
isSuccess: false;
|
|
3016
|
+
isError: false;
|
|
3017
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3018
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3019
|
+
isUninitialized: false;
|
|
3020
|
+
isLoading: false;
|
|
3021
|
+
isFetching: false;
|
|
3022
|
+
isSuccess: false;
|
|
3023
|
+
isError: false;
|
|
3024
|
+
}, "error" | "isError"> & {
|
|
3025
|
+
isError: true;
|
|
3026
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3027
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3028
|
+
isUninitialized: false;
|
|
3029
|
+
isLoading: false;
|
|
3030
|
+
isFetching: false;
|
|
3031
|
+
isSuccess: false;
|
|
3032
|
+
isError: false;
|
|
3033
|
+
}, "error">>)> & {
|
|
3034
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
3035
|
+
}>(arg: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
3036
|
+
skip?: boolean;
|
|
3037
|
+
refetchOnMountOrArgChange?: boolean | number;
|
|
3038
|
+
} & {
|
|
3039
|
+
skip?: boolean;
|
|
3040
|
+
selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
3041
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
3042
|
+
originalArgs?: undefined | undefined;
|
|
3043
|
+
data?: undefined | undefined;
|
|
3044
|
+
error?: undefined | undefined;
|
|
3045
|
+
requestId?: undefined | undefined;
|
|
3046
|
+
endpointName?: string | undefined;
|
|
3047
|
+
startedTimeStamp?: undefined | undefined;
|
|
3048
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
3049
|
+
} & {
|
|
3050
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3051
|
+
isUninitialized: false;
|
|
3052
|
+
isLoading: false;
|
|
3053
|
+
isFetching: false;
|
|
3054
|
+
isSuccess: false;
|
|
3055
|
+
isError: false;
|
|
3056
|
+
}, "isUninitialized"> & {
|
|
3057
|
+
isUninitialized: true;
|
|
3058
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3059
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3060
|
+
isUninitialized: false;
|
|
3061
|
+
isLoading: false;
|
|
3062
|
+
isFetching: false;
|
|
3063
|
+
isSuccess: false;
|
|
3064
|
+
isError: false;
|
|
3065
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
3066
|
+
isLoading: true;
|
|
3067
|
+
isFetching: boolean;
|
|
3068
|
+
data: undefined;
|
|
3069
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3070
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3071
|
+
isUninitialized: false;
|
|
3072
|
+
isLoading: false;
|
|
3073
|
+
isFetching: false;
|
|
3074
|
+
isSuccess: false;
|
|
3075
|
+
isError: false;
|
|
3076
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
3077
|
+
isSuccess: true;
|
|
3078
|
+
isFetching: true;
|
|
3079
|
+
error: undefined;
|
|
3080
|
+
} & {
|
|
3081
|
+
data: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse;
|
|
3082
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3083
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3084
|
+
isUninitialized: false;
|
|
3085
|
+
isLoading: false;
|
|
3086
|
+
isFetching: false;
|
|
3087
|
+
isSuccess: false;
|
|
3088
|
+
isError: false;
|
|
3089
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3090
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3091
|
+
isUninitialized: false;
|
|
3092
|
+
isLoading: false;
|
|
3093
|
+
isFetching: false;
|
|
3094
|
+
isSuccess: false;
|
|
3095
|
+
isError: false;
|
|
3096
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
3097
|
+
isSuccess: true;
|
|
3098
|
+
isFetching: false;
|
|
3099
|
+
error: undefined;
|
|
3100
|
+
} & {
|
|
3101
|
+
data: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse;
|
|
3102
|
+
currentData: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse;
|
|
3103
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3104
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3105
|
+
isUninitialized: false;
|
|
3106
|
+
isLoading: false;
|
|
3107
|
+
isFetching: false;
|
|
3108
|
+
isSuccess: false;
|
|
3109
|
+
isError: false;
|
|
3110
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3111
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3112
|
+
isUninitialized: false;
|
|
3113
|
+
isLoading: false;
|
|
3114
|
+
isFetching: false;
|
|
3115
|
+
isSuccess: false;
|
|
3116
|
+
isError: false;
|
|
3117
|
+
}, "error" | "isError"> & {
|
|
3118
|
+
isError: true;
|
|
3119
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3120
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3121
|
+
isUninitialized: false;
|
|
3122
|
+
isLoading: false;
|
|
3123
|
+
isFetching: false;
|
|
3124
|
+
isSuccess: false;
|
|
3125
|
+
isError: false;
|
|
3126
|
+
}, "error">>)> & {
|
|
3127
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
3128
|
+
}) => R) | undefined;
|
|
3129
|
+
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
3130
|
+
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>>;
|
|
3131
|
+
}, useLazyUserTokenLinkGetQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
3132
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
3133
|
+
originalArgs?: undefined | undefined;
|
|
3134
|
+
data?: undefined | undefined;
|
|
3135
|
+
error?: undefined | undefined;
|
|
3136
|
+
requestId?: undefined | undefined;
|
|
3137
|
+
endpointName?: string | undefined;
|
|
3138
|
+
startedTimeStamp?: undefined | undefined;
|
|
3139
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
3140
|
+
} & {
|
|
3141
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3142
|
+
isUninitialized: false;
|
|
3143
|
+
isLoading: false;
|
|
3144
|
+
isFetching: false;
|
|
3145
|
+
isSuccess: false;
|
|
3146
|
+
isError: false;
|
|
3147
|
+
}, "isUninitialized"> & {
|
|
3148
|
+
isUninitialized: true;
|
|
3149
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3150
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3151
|
+
isUninitialized: false;
|
|
3152
|
+
isLoading: false;
|
|
3153
|
+
isFetching: false;
|
|
3154
|
+
isSuccess: false;
|
|
3155
|
+
isError: false;
|
|
3156
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
3157
|
+
isLoading: true;
|
|
3158
|
+
isFetching: boolean;
|
|
3159
|
+
data: undefined;
|
|
3160
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3161
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3162
|
+
isUninitialized: false;
|
|
3163
|
+
isLoading: false;
|
|
3164
|
+
isFetching: false;
|
|
3165
|
+
isSuccess: false;
|
|
3166
|
+
isError: false;
|
|
3167
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
3168
|
+
isSuccess: true;
|
|
3169
|
+
isFetching: true;
|
|
3170
|
+
error: undefined;
|
|
3171
|
+
} & {
|
|
3172
|
+
data: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse;
|
|
3173
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3174
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3175
|
+
isUninitialized: false;
|
|
3176
|
+
isLoading: false;
|
|
3177
|
+
isFetching: false;
|
|
3178
|
+
isSuccess: false;
|
|
3179
|
+
isError: false;
|
|
3180
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3181
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3182
|
+
isUninitialized: false;
|
|
3183
|
+
isLoading: false;
|
|
3184
|
+
isFetching: false;
|
|
3185
|
+
isSuccess: false;
|
|
3186
|
+
isError: false;
|
|
3187
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
3188
|
+
isSuccess: true;
|
|
3189
|
+
isFetching: false;
|
|
3190
|
+
error: undefined;
|
|
3191
|
+
} & {
|
|
3192
|
+
data: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse;
|
|
3193
|
+
currentData: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse;
|
|
3194
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3195
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3196
|
+
isUninitialized: false;
|
|
3197
|
+
isLoading: false;
|
|
3198
|
+
isFetching: false;
|
|
3199
|
+
isSuccess: false;
|
|
3200
|
+
isError: false;
|
|
3201
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3202
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3203
|
+
isUninitialized: false;
|
|
3204
|
+
isLoading: false;
|
|
3205
|
+
isFetching: false;
|
|
3206
|
+
isSuccess: false;
|
|
3207
|
+
isError: false;
|
|
3208
|
+
}, "error" | "isError"> & {
|
|
3209
|
+
isError: true;
|
|
3210
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3211
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3212
|
+
isUninitialized: false;
|
|
3213
|
+
isLoading: false;
|
|
3214
|
+
isFetching: false;
|
|
3215
|
+
isSuccess: false;
|
|
3216
|
+
isError: false;
|
|
3217
|
+
}, "error">>)> & {
|
|
3218
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
3219
|
+
}>(options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & Omit<{
|
|
3220
|
+
skip?: boolean;
|
|
3221
|
+
selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
3222
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
3223
|
+
originalArgs?: undefined | undefined;
|
|
3224
|
+
data?: undefined | undefined;
|
|
3225
|
+
error?: undefined | undefined;
|
|
3226
|
+
requestId?: undefined | undefined;
|
|
3227
|
+
endpointName?: string | undefined;
|
|
3228
|
+
startedTimeStamp?: undefined | undefined;
|
|
3229
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
3230
|
+
} & {
|
|
3231
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3232
|
+
isUninitialized: false;
|
|
3233
|
+
isLoading: false;
|
|
3234
|
+
isFetching: false;
|
|
3235
|
+
isSuccess: false;
|
|
3236
|
+
isError: false;
|
|
3237
|
+
}, "isUninitialized"> & {
|
|
3238
|
+
isUninitialized: true;
|
|
3239
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3240
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3241
|
+
isUninitialized: false;
|
|
3242
|
+
isLoading: false;
|
|
3243
|
+
isFetching: false;
|
|
3244
|
+
isSuccess: false;
|
|
3245
|
+
isError: false;
|
|
3246
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
3247
|
+
isLoading: true;
|
|
3248
|
+
isFetching: boolean;
|
|
3249
|
+
data: undefined;
|
|
3250
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3251
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3252
|
+
isUninitialized: false;
|
|
3253
|
+
isLoading: false;
|
|
3254
|
+
isFetching: false;
|
|
3255
|
+
isSuccess: false;
|
|
3256
|
+
isError: false;
|
|
3257
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
3258
|
+
isSuccess: true;
|
|
3259
|
+
isFetching: true;
|
|
3260
|
+
error: undefined;
|
|
3261
|
+
} & {
|
|
3262
|
+
data: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse;
|
|
3263
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3264
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3265
|
+
isUninitialized: false;
|
|
3266
|
+
isLoading: false;
|
|
3267
|
+
isFetching: false;
|
|
3268
|
+
isSuccess: false;
|
|
3269
|
+
isError: false;
|
|
3270
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3271
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3272
|
+
isUninitialized: false;
|
|
3273
|
+
isLoading: false;
|
|
3274
|
+
isFetching: false;
|
|
3275
|
+
isSuccess: false;
|
|
3276
|
+
isError: false;
|
|
3277
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
3278
|
+
isSuccess: true;
|
|
3279
|
+
isFetching: false;
|
|
3280
|
+
error: undefined;
|
|
3281
|
+
} & {
|
|
3282
|
+
data: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse;
|
|
3283
|
+
currentData: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse;
|
|
3284
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3285
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3286
|
+
isUninitialized: false;
|
|
3287
|
+
isLoading: false;
|
|
3288
|
+
isFetching: false;
|
|
3289
|
+
isSuccess: false;
|
|
3290
|
+
isError: false;
|
|
3291
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3292
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3293
|
+
isUninitialized: false;
|
|
3294
|
+
isLoading: false;
|
|
3295
|
+
isFetching: false;
|
|
3296
|
+
isSuccess: false;
|
|
3297
|
+
isError: false;
|
|
3298
|
+
}, "error" | "isError"> & {
|
|
3299
|
+
isError: true;
|
|
3300
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>> & {
|
|
3301
|
+
currentData?: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse | undefined;
|
|
3302
|
+
isUninitialized: false;
|
|
3303
|
+
isLoading: false;
|
|
3304
|
+
isFetching: false;
|
|
3305
|
+
isSuccess: false;
|
|
3306
|
+
isError: false;
|
|
3307
|
+
}, "error">>)> & {
|
|
3308
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
3309
|
+
}) => R) | undefined;
|
|
3310
|
+
}, "skip">) | undefined) => [(arg: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, preferCacheValue?: boolean) => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "User Management", import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiResponse, "api", unknown>>, [R][R extends any ? 0 : never] & {
|
|
3311
|
+
reset: () => void;
|
|
3312
|
+
}, {
|
|
3313
|
+
lastArg: import("../../modules/auth/user/user-api-slice.gen").UserTokenLinkGetApiArg;
|
|
3314
|
+
}];
|
|
2948
3315
|
export { api };
|
|
@@ -0,0 +1,23 @@
|
|
|
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 ElementType } from '../../../types/enums/element/element-type';
|
|
11
|
+
export interface ElementTreeWidgetPermissionItem {
|
|
12
|
+
key: string;
|
|
13
|
+
priority: number;
|
|
14
|
+
}
|
|
15
|
+
export interface IElementTreeWidgetPermissionRegistry {
|
|
16
|
+
registerItem: (elementType: ElementType, item: ElementTreeWidgetPermissionItem) => void;
|
|
17
|
+
getItems: (elementType: ElementType) => string[];
|
|
18
|
+
}
|
|
19
|
+
export declare class ElementTreeWidgetPermissionRegistry implements IElementTreeWidgetPermissionRegistry {
|
|
20
|
+
private readonly items;
|
|
21
|
+
registerItem(elementType: ElementType, item: ElementTreeWidgetPermissionItem): void;
|
|
22
|
+
getItems(elementType: ElementType): string[];
|
|
23
|
+
}
|
|
@@ -18,6 +18,7 @@ interface useWidgetManagerReturn {
|
|
|
18
18
|
switchToWidget: (id: string) => void;
|
|
19
19
|
closeWidget: (id: string) => void;
|
|
20
20
|
isMainWidgetOpen: (id: string) => boolean;
|
|
21
|
+
hasOuterWidget: (id: string) => boolean;
|
|
21
22
|
getOpenedMainWidget: () => TabNode | undefined;
|
|
22
23
|
}
|
|
23
24
|
export declare const useWidgetManager: () => useWidgetManagerReturn;
|
|
@@ -7,12 +7,14 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
+
import { type IconColorGroup } from '../../../components/icon/icon-color-groups-registry';
|
|
10
11
|
import React from 'react';
|
|
11
12
|
import { type ElementIcon } from '../../../modules/asset/asset-api-slice.gen';
|
|
12
13
|
interface BorderTitleViewProps {
|
|
13
14
|
icon: ElementIcon;
|
|
14
15
|
title: string;
|
|
15
16
|
dataTestId?: string;
|
|
17
|
+
iconColorGroup?: IconColorGroup;
|
|
16
18
|
}
|
|
17
|
-
export declare const BorderTitleView: ({ icon, title, dataTestId }: BorderTitleViewProps) => React.JSX.Element;
|
|
19
|
+
export declare const BorderTitleView: ({ icon, title, dataTestId, iconColorGroup }: BorderTitleViewProps) => React.JSX.Element;
|
|
18
20
|
export {};
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
+
import { type IconColorGroup } from '../../../components/icon/icon-color-groups-registry';
|
|
10
11
|
import React from 'react';
|
|
11
12
|
import { type ElementIcon } from '../../../modules/asset/asset-api-slice.gen';
|
|
12
13
|
interface TabTitleViewProps {
|
|
@@ -15,6 +16,7 @@ interface TabTitleViewProps {
|
|
|
15
16
|
onClose?: () => void;
|
|
16
17
|
onConfirm?: () => void;
|
|
17
18
|
dataTestId?: string;
|
|
19
|
+
iconColorGroup?: IconColorGroup;
|
|
18
20
|
}
|
|
19
|
-
export declare const TabTitleView: ({ icon, title, onClose, onConfirm, dataTestId }: TabTitleViewProps) => React.JSX.Element;
|
|
21
|
+
export declare const TabTitleView: ({ icon, title, onClose, onConfirm, dataTestId, iconColorGroup }: TabTitleViewProps) => React.JSX.Element;
|
|
20
22
|
export {};
|
|
@@ -8,12 +8,14 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import { type IconProps } from '../../../../components/icon/icon';
|
|
11
|
+
import { type IconColorGroup } from '../../../../components/icon/icon-color-groups-registry';
|
|
11
12
|
import React from 'react';
|
|
12
13
|
interface TitleViewProps {
|
|
13
14
|
title: string;
|
|
14
15
|
icon: IconProps;
|
|
15
16
|
className?: string;
|
|
16
17
|
onClose?: () => void;
|
|
18
|
+
iconColorGroup?: IconColorGroup;
|
|
17
19
|
}
|
|
18
20
|
declare const TitleView: (props: TitleViewProps) => React.JSX.Element;
|
|
19
21
|
export { TitleView };
|
package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-container.d.ts
CHANGED
|
@@ -10,16 +10,19 @@
|
|
|
10
10
|
import React, { type ComponentType } from 'react';
|
|
11
11
|
import { type TabNode } from 'flexlayout-react';
|
|
12
12
|
import { type ElementIcon } from '../../../modules/asset/asset-api-slice.gen';
|
|
13
|
+
import { type IconColorGroup } from '../../../components/icon/icon-color-groups-registry';
|
|
13
14
|
export interface WidgetContentTitleContainerProps {
|
|
14
15
|
node: TabNode;
|
|
15
16
|
icon: ElementIcon;
|
|
16
17
|
title: string;
|
|
18
|
+
iconColorGroup?: IconColorGroup;
|
|
17
19
|
}
|
|
18
20
|
interface WidgetContentTitleProps {
|
|
19
21
|
contentTitleComponent?: ComponentType<WidgetContentTitleContainerProps>;
|
|
20
22
|
node: TabNode;
|
|
21
23
|
icon: ElementIcon;
|
|
22
24
|
title: string;
|
|
25
|
+
iconColorGroup?: IconColorGroup;
|
|
23
26
|
}
|
|
24
|
-
export declare const WidgetContentTitleContainer: ({ contentTitleComponent: ContentTitleComponent, node, icon, title }: WidgetContentTitleProps) => React.JSX.Element;
|
|
27
|
+
export declare const WidgetContentTitleContainer: ({ contentTitleComponent: ContentTitleComponent, node, icon, title, iconColorGroup }: WidgetContentTitleProps) => React.JSX.Element;
|
|
25
28
|
export {};
|
|
@@ -12,6 +12,7 @@ import { type UseCssContainerProps } from '../../../utils/hooks/use-css-containe
|
|
|
12
12
|
import { type ElementIcon } from '../../../modules/asset/asset-api-slice.gen';
|
|
13
13
|
import { type TabNode } from 'flexlayout-react';
|
|
14
14
|
import { type WidgetContentTitleContainerProps } from './widget-content-title-container';
|
|
15
|
+
import { type IconColorGroup } from '../../../components/icon/icon-color-groups-registry';
|
|
15
16
|
interface WidgetViewProps {
|
|
16
17
|
title: string;
|
|
17
18
|
showTitle?: boolean;
|
|
@@ -19,6 +20,7 @@ interface WidgetViewProps {
|
|
|
19
20
|
node: TabNode;
|
|
20
21
|
contentTitleComponent?: ComponentType<WidgetContentTitleContainerProps>;
|
|
21
22
|
children: React.ReactNode;
|
|
23
|
+
iconColorGroup?: IconColorGroup;
|
|
22
24
|
}
|
|
23
25
|
export declare const cssContainerWidget: UseCssContainerProps;
|
|
24
26
|
export declare const WIDGET_CONTENT_CLASS = "widget__content";
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
import { type PayloadAction } from '@reduxjs/toolkit';
|
|
11
11
|
import { type IJsonModel, type IJsonTabNode } from 'flexlayout-react';
|
|
12
12
|
import { type ElementIcon } from '../../modules/asset/asset-api-slice.gen';
|
|
13
|
+
import { type IconColorGroup } from '../../components/icon/icon-color-groups-registry';
|
|
13
14
|
export interface IMainWidgetContext {
|
|
14
15
|
nodeId: string;
|
|
15
16
|
}
|
|
@@ -24,6 +25,7 @@ export interface WidgetManagerTabConfig extends Omit<IJsonTabNode, 'icon'> {
|
|
|
24
25
|
translationKey?: string;
|
|
25
26
|
label?: string;
|
|
26
27
|
icon?: ElementIcon;
|
|
28
|
+
iconColorGroup?: IconColorGroup;
|
|
27
29
|
[key: string]: any;
|
|
28
30
|
};
|
|
29
31
|
}
|
|
@@ -21,6 +21,7 @@ export type SizeDefinition = Sizings | {
|
|
|
21
21
|
right?: Sizings;
|
|
22
22
|
};
|
|
23
23
|
export declare const SIZING_VALUES: readonly Sizings[];
|
|
24
|
+
export declare const getTokenValue: (token: GlobalToken | FullToken, size: Sizings, type: "margin" | "padding") => number;
|
|
24
25
|
export declare const getMarginStyles: (token: GlobalToken | FullToken, margin: SizeDefinition | undefined) => React.CSSProperties;
|
|
25
26
|
export declare const getPaddingStyles: (token: GlobalToken | FullToken, padding: SizeDefinition | undefined) => React.CSSProperties;
|
|
26
27
|
export declare const generateAllMarginSizingCSS: (prefixCls: string, modifier: string, token: GlobalToken | FullToken, locations: SizingLocation[]) => string;
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import { type RefObject } from 'react';
|
|
11
|
-
declare const useElementOverflow: (ref: RefObject<
|
|
11
|
+
declare const useElementOverflow: (ref: RefObject<HTMLElement>) => boolean;
|
|
12
12
|
export default useElementOverflow;
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
export * from '../../core/components/accordion/accordion';
|
|
11
11
|
export * from '../../core/components/button/button';
|
|
12
|
+
export * from '../../core/components/button-group/button-group';
|
|
12
13
|
export * from '../../core/components/accordion-timeline/accordion-timeline';
|
|
13
14
|
export * from '../../core/components/alert/alert';
|
|
14
15
|
export * from '../../core/components/asset-target/asset-target';
|
|
@@ -86,6 +87,7 @@ export * from '../../core/components/header/header';
|
|
|
86
87
|
export * from '../../core/components/horizontal-scroll/horizontal-scroll';
|
|
87
88
|
export * from '../../core/components/hotspot-image/hotspot-image';
|
|
88
89
|
export * from '../../core/components/icon/icon';
|
|
90
|
+
export * from '../../core/components/icon/icon-color-groups-registry';
|
|
89
91
|
export * from '../../core/components/icon-button/icon-button';
|
|
90
92
|
export * from '../../core/components/icon-text-button/icon-text-button';
|
|
91
93
|
export * from '../../core/components/icon-selector/icon-selector';
|
|
@@ -120,6 +122,8 @@ export * from '../../core/components/notification/useNotification';
|
|
|
120
122
|
export * from '../../core/components/numeric-range/numeric-range';
|
|
121
123
|
export * from '../../core/components/pagination/pagination';
|
|
122
124
|
export * from '../../core/components/paragraph/paragraph';
|
|
125
|
+
export * from '../../core/components/portal/portal';
|
|
126
|
+
export * from '../../core/components/portal/portal-slot';
|
|
123
127
|
export * from '../../core/components/pql-query-input/pql-query-input';
|
|
124
128
|
export * from '../../core/components/preview-card/preview-card';
|
|
125
129
|
export * from '../../core/components/progress/progress';
|
|
@@ -177,3 +181,4 @@ export * from '../../core/modules/auth/components/login-form/login-form-containe
|
|
|
177
181
|
export * from '../../core/components/data-object-preview/data-object-preview';
|
|
178
182
|
export * from '../../core/components/creatable-select/creatable-select';
|
|
179
183
|
export * from '../../core/components/dynamic-filter/provider/use-dynamic-filter';
|
|
184
|
+
export { type InputRef, type RefSelectProps } from 'antd';
|
|
@@ -27,3 +27,5 @@ declare module 'antd-style' {
|
|
|
27
27
|
export declare const Pimcore: import("../core/app/public-api").PublicApi;
|
|
28
28
|
export declare const container: import("inversify").Container;
|
|
29
29
|
export * from '../core/lib/event-bus';
|
|
30
|
+
export { ElementTreeWidgetPermissionRegistry, type IElementTreeWidgetPermissionRegistry, type ElementTreeWidgetPermissionItem } from '../core/modules/widget-editor/services/widget-context-menu-item-registry';
|
|
31
|
+
export { type ElementType } from '../core/types/enums/element/element-type';
|
|
@@ -10,3 +10,5 @@
|
|
|
10
10
|
export * from '../../../core/modules/auth/enums/user-permission';
|
|
11
11
|
export * from '../../../core/modules/auth/permission-helper';
|
|
12
12
|
export * from '../../../core/modules/auth/hooks/use-user';
|
|
13
|
+
export * from '../../../core/modules/auth/hooks/use-is-authenticated';
|
|
14
|
+
export * from '../../../core/modules/auth/util/user-helper';
|