@pimcore/studio-ui-bundle 1.0.0-canary.20251127-112135-6d561b8 → 1.0.0-canary.20251127-152511-7b90615

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.
@@ -7,11 +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 ReactElement } from 'react';
11
- import { type DynamicTypeFieldFilterCheckboxProps } from '../../components/dynamic-type-field-filter-checkbox-component';
12
- import { DynamicTypeFieldFilterAbstract } from '../../dynamic-type-field-filter-abstract';
13
- export declare class DynamicTypeFieldFilterBoolean extends DynamicTypeFieldFilterAbstract {
10
+ import { DynamicTypeFieldFilterBooleanSelect } from '../../../../../../../modules/element/dynamic-types/definitions/field-filters/types/boolean-select/dynamic-type-field-filter-boolean-select';
11
+ export declare class DynamicTypeFieldFilterBoolean extends DynamicTypeFieldFilterBooleanSelect {
14
12
  id: string;
15
- getFieldFilterType(): string;
16
- getFieldFilterComponent(props: DynamicTypeFieldFilterCheckboxProps): ReactElement<DynamicTypeFieldFilterCheckboxProps>;
17
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pimcore/studio-ui-bundle",
3
- "version": "1.0.0-canary.20251127-112135-6d561b8",
3
+ "version": "1.0.0-canary.20251127-152511-7b90615",
4
4
  "keywords": [
5
5
  "pimcore",
6
6
  "pimcore-studio-ui"