@pimcore/studio-ui-bundle 2026.2.0-RC1 → 2026.2.0
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/components/date-picker/date-picker.stories.d.ts +1 -0
- package/dist/build/types/src/core/components/editable-empty-placeholder/editable-empty-placeholder.d.ts +1 -1
- package/dist/build/types/src/core/components/editable-empty-placeholder/editable-empty-placeholder.stories.d.ts +0 -4
- package/dist/build/types/src/core/components/icon-selector/utils/element-icon.test.d.ts +10 -0
- package/dist/build/types/src/core/components/image-picker/image-picker.stories.d.ts +38 -0
- package/dist/build/types/src/core/components/image-preview/image-preview.stories.d.ts +28 -0
- package/dist/build/types/src/core/components/modal/form-modal/form-modal.stories.d.ts +8 -0
- package/dist/build/types/src/core/components/modal/form-modal/hooks/form-modal-types.d.ts +47 -0
- package/dist/build/types/src/core/components/modal/form-modal/hooks/use-form-modal.d.ts +2 -37
- package/dist/build/types/src/core/components/pipeline/pipeline.d.ts +1 -0
- package/dist/build/types/src/core/lib/event-bus/event-types.d.ts +1 -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/theme/constants/theme-algorithms.d.ts +17 -0
- package/dist/build/types/src/core/modules/app/theme/constants/theme-ids.d.ts +2 -1
- package/dist/build/types/src/core/modules/app/theme/dynamic-theme-provider.d.ts +12 -0
- package/dist/build/types/src/core/modules/app/theme/dynamic-types/registry/dynamic-type-theme-registry.d.ts +11 -1
- package/dist/build/types/src/core/modules/app/theme/dynamic-types/registry/dynamic-type-theme-registry.test.d.ts +10 -0
- package/dist/build/types/src/core/modules/app/theme/theme-provider.d.ts +12 -2
- package/dist/build/types/src/core/modules/app/theme/theme-slice.d.ts +15 -0
- package/dist/build/types/src/core/modules/app/theme/theme-slice.test.d.ts +10 -0
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +8 -0
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +194 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/forms/advanced-column-form/preview/preview-loader.styles.d.ts +16 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/forms/advanced-column-form/preview/preview.styles.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/utils/date-filter-transform.d.ts +27 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/row-selection/row-selection-decorator.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/view-layer/components/fields-to-add-panel/fields-to-add-panel.styles.d.ts +1 -0
- package/dist/build/types/src/core/modules/notifications/filters/filters.d.ts +17 -0
- package/dist/build/types/src/core/modules/notifications/filters/hooks/use-notifications-field-filter-editor.d.ts +19 -0
- package/dist/build/types/src/core/modules/notifications/filters/types.d.ts +37 -0
- package/dist/build/types/src/core/modules/notifications/notifications-sidebar/components/filter-tab/filter-tab.d.ts +11 -0
- package/dist/build/types/src/core/modules/notifications/notifications-sidebar/notifications-sidebar.d.ts +11 -0
- package/dist/build/types/src/core/modules/recycle-bin/filters/filters.d.ts +18 -0
- package/dist/build/types/src/core/modules/recycle-bin/filters/hooks/use-recycle-bin-field-filter-editor.d.ts +19 -0
- package/dist/build/types/src/core/modules/recycle-bin/filters/types.d.ts +37 -0
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-sidebar/components/filter-tab/filter-tab.d.ts +11 -0
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-sidebar/recycle-bin-sidebar.d.ts +11 -0
- package/dist/build/types/src/core/modules/translations/filters/filters.d.ts +17 -0
- package/dist/build/types/src/core/modules/translations/filters/hooks/use-translation-filter-columns.d.ts +12 -0
- package/dist/build/types/src/core/modules/translations/filters/hooks/use-translations-field-filter-editor.d.ts +19 -0
- package/dist/build/types/src/core/modules/translations/filters/types.d.ts +32 -0
- package/dist/build/types/src/core/modules/translations/translations-sidebar/components/filter-tab/filter-tab.d.ts +11 -0
- package/dist/build/types/src/core/modules/translations/translations-sidebar/translations-sidebar.d.ts +11 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/settings/components/form/appearance-branding-accordion.d.ts +30 -0
- package/dist/build/types/src/core/modules/user/user-management-slice.d.ts +9 -0
- package/dist/build/types/src/core/modules/widget-manager/services/widget-registry.d.ts +10 -0
- package/dist/build/types/src/core/modules/widget-manager/services/widget-registry.test.d.ts +10 -0
- package/dist/build/types/src/core/utils/normalize-icon.d.ts +2 -0
- package/dist/build/types/src/core/utils/normalize-icon.test.d.ts +10 -0
- package/dist/build/types/src/sdk/components/index.d.ts +1 -0
- package/dist/build/types/src/sdk/modules/app/index.d.ts +8 -0
- package/dist/build/types/src/sdk/modules/element/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import React from 'react';
|
|
11
|
+
export interface AppearanceBrandingUser {
|
|
12
|
+
id?: number;
|
|
13
|
+
theme?: string;
|
|
14
|
+
}
|
|
15
|
+
interface AppearanceBrandingAccordionProps {
|
|
16
|
+
/** The user the appearance fields edit — the current user on the profile
|
|
17
|
+
* form, the opened user in admin user management. Forwarded to the slot. */
|
|
18
|
+
user?: AppearanceBrandingUser | null;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* "Appearance & Branding" area shown after the user avatar in both the
|
|
22
|
+
* self-service profile and the admin user-management settings forms. Renders
|
|
23
|
+
* the `user.appearanceBranding` extension slot; bundles such as the theme
|
|
24
|
+
* manager contribute per-user appearance fields here.
|
|
25
|
+
*
|
|
26
|
+
* Renders nothing when no bundle has contributed to the slot, so a core-only
|
|
27
|
+
* installation does not show an empty panel.
|
|
28
|
+
*/
|
|
29
|
+
export declare const AppearanceBrandingAccordion: ({ user }: AppearanceBrandingAccordionProps) => React.JSX.Element | null;
|
|
30
|
+
export {};
|
|
@@ -137,6 +137,7 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
|
|
|
137
137
|
};
|
|
138
138
|
isWriteable: boolean;
|
|
139
139
|
}[];
|
|
140
|
+
theme: string;
|
|
140
141
|
changes: {
|
|
141
142
|
[x: string]: boolean;
|
|
142
143
|
};
|
|
@@ -271,6 +272,7 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
|
|
|
271
272
|
};
|
|
272
273
|
isWriteable: boolean;
|
|
273
274
|
}[];
|
|
275
|
+
theme: string;
|
|
274
276
|
changes: {
|
|
275
277
|
[x: string]: boolean;
|
|
276
278
|
};
|
|
@@ -408,6 +410,7 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
|
|
|
408
410
|
};
|
|
409
411
|
isWriteable: boolean;
|
|
410
412
|
}[];
|
|
413
|
+
theme: string;
|
|
411
414
|
changes: {
|
|
412
415
|
[x: string]: boolean;
|
|
413
416
|
};
|
|
@@ -542,6 +545,7 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
|
|
|
542
545
|
};
|
|
543
546
|
isWriteable: boolean;
|
|
544
547
|
}[];
|
|
548
|
+
theme: string;
|
|
545
549
|
changes: {
|
|
546
550
|
[x: string]: boolean;
|
|
547
551
|
};
|
|
@@ -676,6 +680,7 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
|
|
|
676
680
|
};
|
|
677
681
|
isWriteable: boolean;
|
|
678
682
|
}[];
|
|
683
|
+
theme: string;
|
|
679
684
|
changes: {
|
|
680
685
|
[x: string]: boolean;
|
|
681
686
|
};
|
|
@@ -813,6 +818,7 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
|
|
|
813
818
|
};
|
|
814
819
|
isWriteable: boolean;
|
|
815
820
|
}[];
|
|
821
|
+
theme: string;
|
|
816
822
|
changes: {
|
|
817
823
|
[x: string]: boolean;
|
|
818
824
|
};
|
|
@@ -950,6 +956,7 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
|
|
|
950
956
|
};
|
|
951
957
|
isWriteable: boolean;
|
|
952
958
|
}[];
|
|
959
|
+
theme: string;
|
|
953
960
|
changes: {
|
|
954
961
|
[x: string]: boolean;
|
|
955
962
|
};
|
|
@@ -1084,6 +1091,7 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
|
|
|
1084
1091
|
};
|
|
1085
1092
|
isWriteable: boolean;
|
|
1086
1093
|
}[];
|
|
1094
|
+
theme: string;
|
|
1087
1095
|
changes: {
|
|
1088
1096
|
[x: string]: boolean;
|
|
1089
1097
|
};
|
|
@@ -1159,6 +1167,7 @@ export declare const selectUserById: (state: Record<string, any>, id: number) =>
|
|
|
1159
1167
|
documentWorkspaces: import("../../modules/auth/user/user-api-slice.gen").UserDocumentWorkspace2[];
|
|
1160
1168
|
objectDependencies: import("../../modules/auth/user/user-api-slice.gen").UserObjectDependencies;
|
|
1161
1169
|
perspectives: import("../../modules/auth/user/user-api-slice.gen").PerspectiveConfig[];
|
|
1170
|
+
theme: string;
|
|
1162
1171
|
changes: Record<string, boolean>;
|
|
1163
1172
|
modifiedCells: Record<string, import("../../modules/user/hooks/use-user-management-trackable-changes").ModifiedCell[]>;
|
|
1164
1173
|
};
|
|
@@ -29,5 +29,15 @@ export interface Widget {
|
|
|
29
29
|
export declare class WidgetRegistry {
|
|
30
30
|
private readonly widgets;
|
|
31
31
|
registerWidget(widget: Widget): void;
|
|
32
|
+
/**
|
|
33
|
+
* Replaces an already registered widget, e.g. to let a bundle take over
|
|
34
|
+
* a core view. When no widget with the given name is registered, the
|
|
35
|
+
* registry stays untouched (the core widget keeps working), the problem
|
|
36
|
+
* is reported via the central error handler and `false` is returned —
|
|
37
|
+
* a stale override must never break the app boot.
|
|
38
|
+
*
|
|
39
|
+
* @returns whether the widget was overridden
|
|
40
|
+
*/
|
|
41
|
+
overrideWidget(widget: Widget): boolean;
|
|
32
42
|
getWidget(name: string): Widget | undefined;
|
|
33
43
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
export {};
|
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import { type ElementIcon } from '../components/icon/icon';
|
|
11
|
+
export declare const looksLikeIconPath: (value: string) => boolean;
|
|
12
|
+
export declare const resolveIconString: (value: string, isKnownIcon: (name: string) => boolean, source: string) => ElementIcon | null;
|
|
11
13
|
export declare const normalizeIcon: (value: ElementIcon | string | null | undefined) => ElementIcon | null;
|
|
12
14
|
export declare const denormalizeIcon: (value: ElementIcon | string | null | undefined) => string | null;
|
|
13
15
|
export declare const normalizeLayoutTreeIcons: <T>(layout: T) => T;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
export {};
|
|
@@ -106,6 +106,7 @@ export * from '../../core/components/icon-selector/icon-selector';
|
|
|
106
106
|
export * from '../../core/components/iframe/iframe';
|
|
107
107
|
export * from '../../core/components/iframe-content/iframe-content';
|
|
108
108
|
export * from '../../core/components/image/image';
|
|
109
|
+
export * from '../../core/components/image-picker/image-picker';
|
|
109
110
|
export * from '../../core/components/image-preview/image-preview';
|
|
110
111
|
export * from '../../core/components/image-zoom/image-zoom';
|
|
111
112
|
export * from '../../core/components/import-modal/import-modal';
|
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
export * from '../../../core/modules/app/component-registry/component-registry';
|
|
11
|
+
export { componentConfig } from '../../../core/modules/app/component-registry/component-config';
|
|
12
|
+
export { SlotRenderer } from '../../../core/modules/app/component-registry/slot-renderer';
|
|
11
13
|
export * from '../../../core/modules/app/context-menu-registry';
|
|
12
14
|
export * from '../../../core/modules/app/context-menu-registry/context-types';
|
|
13
15
|
export * from '../../../core/modules/app/error-boundary/error-boundary';
|
|
@@ -15,10 +17,16 @@ export { default as trackError, ApiError, GeneralError, isApiErrorData } from '.
|
|
|
15
17
|
export * from '../../../core/modules/app/error-handler/types';
|
|
16
18
|
export * from '../../../core/modules/app/theme/theme-provider';
|
|
17
19
|
export * from '../../../core/modules/app/theme/utils/themes/theme-tokens';
|
|
20
|
+
export * from '../../../core/modules/app/theme/dynamic-types/definitions/dynamic-type-theme-abstract';
|
|
21
|
+
export * from '../../../core/modules/app/theme/dynamic-types/registry/dynamic-type-theme-registry';
|
|
22
|
+
export * from '../../../core/modules/app/theme/constants/theme-ids';
|
|
23
|
+
export * from '../../../core/modules/app/theme/constants/theme-algorithms';
|
|
24
|
+
export * from '../../../core/modules/app/theme/theme-slice';
|
|
18
25
|
export * from '../../../core/modules/app/hook/use-handle-keybindings';
|
|
19
26
|
export * from '../../../core/modules/app/hook/use-date-converter';
|
|
20
27
|
export * from '../../../core/modules/app/modal-holder/use-modal-holder';
|
|
21
28
|
export * from '../../../core/modules/app/settings/hooks/use-settings';
|
|
29
|
+
export { getAdminSettings } from '../../../core/modules/app/settings/settings-slice';
|
|
22
30
|
export * from '../../../core/modules/app/base-layout/main-nav/services/main-nav-registry';
|
|
23
31
|
export * from '../../../core/modules/app/base-layout/main-nav/hooks/use-main-nav';
|
|
24
32
|
export * from '../../../core/modules/app/base-layout/right-sidebar/logo/subscription-details';
|
|
@@ -254,6 +254,7 @@ export * from '../../../core/modules/element/listing/decorators/row-selection/co
|
|
|
254
254
|
export * from '../../../core/modules/element/listing/decorators/row-selection/context-layer/provider/use-row-selection-optional';
|
|
255
255
|
export * from '../../../core/modules/element/listing/abstract/data-layer/provider/data/use-data';
|
|
256
256
|
export * from '../../../core/modules/element/listing/abstract/configuration-layer/provider/selected-columns/use-selected-columns';
|
|
257
|
+
export * from '../../../core/modules/element/listing/decorators/utils/column-configuration/context-layer/provider/selected-grid-config-id/use-selected-grid-config-id';
|
|
257
258
|
export * from '../../../core/modules/element/listing/abstract/view-layer/components/grid/grid-container';
|
|
258
259
|
export * from '../../../core/modules/element/listing/abstract/view-layer/components/sidebar/sidebar';
|
|
259
260
|
export * from '../../../core/modules/element/listing/abstract/view-layer/components/sidebar/hooks/use-sidebar-options';
|