@pimcore/studio-ui-bundle 1.0.0-canary.20251202-081822-ec502e8 → 1.0.0-canary.20251202-091725-66fbd1a

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.
@@ -9,7 +9,7 @@
9
9
  */
10
10
  import type { Meta, StoryObj } from '@storybook/react';
11
11
  import React from 'react';
12
- declare const FormKitTabpanel: ({ items, border, collapsed, collapsible, title, theme, contentPadding, hasStickyHeader, extra, extraPosition, onClose, size, ...props }: import("../../../tabpanel").TabpanelProps) => React.JSX.Element;
12
+ declare const FormKitTabpanel: ({ items, border, collapsed, collapsible, title, theme, contentPadding, hasStickyHeader, extra, extraPosition, onClose, size, defaultActiveKey, activeKey, onChange, ...props }: import("../../../tabpanel").TabpanelProps) => React.JSX.Element;
13
13
  declare const meta: Meta<typeof FormKitTabpanel>;
14
14
  export default meta;
15
15
  type Story = StoryObj<typeof meta>;
@@ -32,5 +32,8 @@ export interface TabpanelProps {
32
32
  contentPadding?: BoxProps['padding'];
33
33
  onClose?: (tabKey: string) => void;
34
34
  size?: ITabsProps['size'];
35
+ defaultActiveKey?: ITabsProps['defaultActiveKey'];
36
+ activeKey?: ITabsProps['activeKey'];
37
+ onChange?: ITabsProps['onChange'];
35
38
  }
36
- export declare const Tabpanel: ({ items, border, collapsed, collapsible, title, theme, contentPadding, hasStickyHeader, extra, extraPosition, onClose, size, ...props }: TabpanelProps) => React.JSX.Element;
39
+ export declare const Tabpanel: ({ items, border, collapsed, collapsible, title, theme, contentPadding, hasStickyHeader, extra, extraPosition, onClose, size, defaultActiveKey, activeKey, onChange, ...props }: TabpanelProps) => React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pimcore/studio-ui-bundle",
3
- "version": "1.0.0-canary.20251202-081822-ec502e8",
3
+ "version": "1.0.0-canary.20251202-091725-66fbd1a",
4
4
  "keywords": [
5
5
  "pimcore",
6
6
  "pimcore-studio-ui"