@pimcore/studio-ui-bundle 2026.2.0-RC1 → 2026.2.1
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/bundler/build-id.ts +79 -0
- package/bundler/package-build.cjs +145 -0
- package/dist/build/rsbuild/entrypoints.js +4 -3
- package/dist/build/rsbuild/entrypoints.js.LICENSE.txt +9 -0
- package/dist/build/types/src/core/components/accordion/accordion.stories.d.ts +13 -0
- 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/grid/grid.stories.d.ts +7 -0
- package/dist/build/types/src/core/{modules/data-object/listing/batch-actions/batch-actions.styles.d.ts → components/icon-selector/utils/element-icon.test.d.ts} +1 -12
- 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/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/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +5 -7
- 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/asset/actions/batch-delete/use-batch-delete.d.ts +13 -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/actions/batch-delete/use-batch-delete.d.ts +13 -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/element/actions/delete/use-batch-delete-confirm.d.ts +20 -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/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/files.d.ts +9 -0
- package/dist/build/types/src/core/utils/files.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 +4 -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 +14 -2
- /package/dist/build/types/src/core/modules/{asset/listing/batch-actions/batch-actions.styles.d.ts → element/actions/delete/use-batch-delete-confirm.styles.d.ts} +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
import { type AnyFilterDescriptor, type FilterHostAdapter } from '../../../components/filters';
|
|
12
|
+
import { type TranslationFilterContext, type TranslationFilterContribution, type TranslationFilterQuery } from '../../../modules/translations/filters/types';
|
|
13
|
+
export declare const TranslationsAppliedFiltersProvider: React.FC<import("../../../components/filters").FiltersStoreProviderProps>, useTranslationsAppliedFilters: () => import("../../../components/filters").FiltersStore;
|
|
14
|
+
export declare const TranslationsDraftFiltersProvider: React.FC<import("../../../components/filters").FiltersStoreProviderProps>, useTranslationsDraftFilters: () => import("../../../components/filters").FiltersStore;
|
|
15
|
+
export declare const useTranslationsFilterContext: () => TranslationFilterContext;
|
|
16
|
+
export declare const translationsFilterDescriptors: ReadonlyArray<AnyFilterDescriptor<TranslationFilterContribution, TranslationFilterContext>>;
|
|
17
|
+
export declare const translationsFilterAdapter: FilterHostAdapter<TranslationFilterContribution, TranslationFilterContext, TranslationFilterQuery>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type TranslationFilterColumn } from '../../../../modules/translations/filters/types';
|
|
11
|
+
export declare const LANGUAGE_COLUMN_FILTER_TYPE = "translationLike";
|
|
12
|
+
export declare const useTranslationFilterColumns: () => TranslationFilterColumn[];
|
|
@@ -0,0 +1,19 @@
|
|
|
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 FieldFiltersProps } from '../../../../components/field-filters/field-filters';
|
|
11
|
+
import { type ColumnPickerGroup } from '../../../../components/column-picker/column-picker.types';
|
|
12
|
+
import { type TranslationFilterColumn } from '../../../../modules/translations/filters/types';
|
|
13
|
+
export interface UseTranslationsFieldFilterEditorReturn {
|
|
14
|
+
filters: FieldFiltersProps['data'];
|
|
15
|
+
onFilterChange: NonNullable<FieldFiltersProps['onChange']>;
|
|
16
|
+
columnGroups: Array<ColumnPickerGroup<TranslationFilterColumn>>;
|
|
17
|
+
handleColumnClick: (column: TranslationFilterColumn) => void;
|
|
18
|
+
}
|
|
19
|
+
export declare const useTranslationsFieldFilterEditor: () => UseTranslationsFieldFilterEditorReturn;
|
|
@@ -0,0 +1,32 @@
|
|
|
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 { UseDynamicTypeResolverReturnType } from '../../../modules/element/dynamic-types/resolver/hooks/use-dynamic-type-resolver';
|
|
11
|
+
export interface TranslationColumnFilter {
|
|
12
|
+
key?: string;
|
|
13
|
+
type: string;
|
|
14
|
+
filterValue: string;
|
|
15
|
+
}
|
|
16
|
+
export interface TranslationFilterColumn {
|
|
17
|
+
key: string;
|
|
18
|
+
label: string;
|
|
19
|
+
type: string;
|
|
20
|
+
frontendType: string;
|
|
21
|
+
}
|
|
22
|
+
export type TranslationFilterContribution = {
|
|
23
|
+
kind: 'columnFilters';
|
|
24
|
+
filters: TranslationColumnFilter[];
|
|
25
|
+
};
|
|
26
|
+
export interface TranslationFilterContext {
|
|
27
|
+
columns: TranslationFilterColumn[];
|
|
28
|
+
getType: UseDynamicTypeResolverReturnType['getType'];
|
|
29
|
+
}
|
|
30
|
+
export interface TranslationFilterQuery {
|
|
31
|
+
columnFilters?: TranslationColumnFilter[];
|
|
32
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import React from 'react';
|
|
11
|
+
export declare const FilterTab: () => React.JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import React from 'react';
|
|
11
|
+
export declare const TranslationsSidebar: () => React.JSX.Element;
|
|
@@ -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 {};
|
|
@@ -16,3 +16,12 @@ export declare function saveFileLocal(url: string, name?: string): void;
|
|
|
16
16
|
* On network errors the download is attempted anyway.
|
|
17
17
|
*/
|
|
18
18
|
export declare function downloadFromUrl(url: string, filename?: string): Promise<boolean>;
|
|
19
|
+
/**
|
|
20
|
+
* CDN-safe download: performs a GET availability check against a dedicated
|
|
21
|
+
* endpoint (never the download URL itself) before triggering the browser
|
|
22
|
+
* download. Avoids the HEAD-probe that Fastly turns into an origin GET,
|
|
23
|
+
* which would consume single-use export files before the real download.
|
|
24
|
+
* Returns false when the server reports the file is unavailable.
|
|
25
|
+
* On a network error contacting the check endpoint the download is attempted anyway.
|
|
26
|
+
*/
|
|
27
|
+
export declare function downloadFromUrlWithCheck(downloadUrl: string, checkUrl: string, filename?: string): Promise<boolean>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
export {};
|
|
@@ -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 {};
|
|
@@ -71,11 +71,14 @@ export * from '../../core/components/element-tree/types/node-api-hook';
|
|
|
71
71
|
export * from '../../core/components/empty/empty';
|
|
72
72
|
export * from '../../core/components/field-filters/field-filters';
|
|
73
73
|
export * from '../../core/components/filename/filename';
|
|
74
|
+
export * from '../../core/components/filters';
|
|
74
75
|
export * from '../../core/components/flex/flex';
|
|
75
76
|
export * from '../../core/components/focal-point/focal-point';
|
|
76
77
|
export * from '../../core/components/focal-point/provider/focal-point-provider';
|
|
77
78
|
export * from '../../core/components/form/form';
|
|
78
79
|
export * from '../../core/components/form/form-kit';
|
|
80
|
+
export * from '../../core/components/form/group/provider/use-form-group-optional';
|
|
81
|
+
export * from '../../core/components/form/group/provider/form-group-provider';
|
|
79
82
|
export * from '../../core/components/form/layouts/item-spacer/item-spacer';
|
|
80
83
|
export * from '../../core/components/form/providers/debounced-form-provider';
|
|
81
84
|
export * from '../../core/components/form/services/debounced-form-registry';
|
|
@@ -106,6 +109,7 @@ export * from '../../core/components/icon-selector/icon-selector';
|
|
|
106
109
|
export * from '../../core/components/iframe/iframe';
|
|
107
110
|
export * from '../../core/components/iframe-content/iframe-content';
|
|
108
111
|
export * from '../../core/components/image/image';
|
|
112
|
+
export * from '../../core/components/image-picker/image-picker';
|
|
109
113
|
export * from '../../core/components/image-preview/image-preview';
|
|
110
114
|
export * from '../../core/components/image-zoom/image-zoom';
|
|
111
115
|
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';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pimcore/studio-ui-bundle",
|
|
3
|
-
"version": "2026.2.
|
|
3
|
+
"version": "2026.2.1",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pimcore",
|
|
6
6
|
"pimcore-studio-ui"
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"build": "rsbuild build",
|
|
19
19
|
"build-sdk": "rsbuild build --config rsbuild.sdk.config.ts",
|
|
20
20
|
"build-app": "npm run build-sdk && npm run build",
|
|
21
|
+
"package-build": "node ./bundler/package-build.cjs",
|
|
21
22
|
"build-rsbuild-plugins": "rsbuild build --config rsbuild.plugins.config.ts",
|
|
22
23
|
"build-storybook": "storybook build --output-dir ./storybook-static",
|
|
23
24
|
"build-api-client": "npx @rtk-query/codegen-openapi ./build/api/openapi-config.ts",
|
|
@@ -35,6 +36,10 @@
|
|
|
35
36
|
".": {
|
|
36
37
|
"types": "./dist/build/types/src/sdk/main.d.ts"
|
|
37
38
|
},
|
|
39
|
+
"./bundler/build-id": {
|
|
40
|
+
"types": "./bundler/build-id.ts",
|
|
41
|
+
"default": "./bundler/build-id.ts"
|
|
42
|
+
},
|
|
38
43
|
"./*": {
|
|
39
44
|
"types": "./dist/build/types/src/sdk/*/index.d.ts"
|
|
40
45
|
},
|
|
@@ -47,11 +52,17 @@
|
|
|
47
52
|
"types": "./dist/types/utils.d.ts"
|
|
48
53
|
}
|
|
49
54
|
},
|
|
55
|
+
"bin": {
|
|
56
|
+
"studio-package-build": "./bundler/package-build.cjs"
|
|
57
|
+
},
|
|
50
58
|
"files": [
|
|
51
|
-
"dist"
|
|
59
|
+
"dist",
|
|
60
|
+
"bundler/build-id.ts",
|
|
61
|
+
"bundler/package-build.cjs"
|
|
52
62
|
],
|
|
53
63
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
54
64
|
"devDependencies": {
|
|
65
|
+
"@types/adm-zip": "^0.5.7",
|
|
55
66
|
"@eslint/eslintrc": "^3",
|
|
56
67
|
"@eslint/js": "^9",
|
|
57
68
|
"@module-federation/rsbuild-plugin": "^2.2.3",
|
|
@@ -106,6 +117,7 @@
|
|
|
106
117
|
"whatwg-fetch": "^3.6.20"
|
|
107
118
|
},
|
|
108
119
|
"dependencies": {
|
|
120
|
+
"adm-zip": "^0.5.16",
|
|
109
121
|
"@ant-design/charts": "^2.4.0",
|
|
110
122
|
"@ant-design/colors": "^7.2.1",
|
|
111
123
|
"@codemirror/lang-css": "^6.3.0",
|