@aiquants/resize-panels 0.2.0 → 0.3.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/Panel.d.ts +1 -1
- package/dist/Panel.d.ts.map +1 -1
- package/dist/index.es.js +1230 -1230
- package/dist/index.umd.js +4 -4
- package/dist/types.d.ts +3 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/Panel.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ import { PanelProps } from './types';
|
|
|
4
4
|
* Render a resizable panel within a managed group, keeping DOM measurements in sync with reducer state.
|
|
5
5
|
* 管理対象グループ内で DOM 計測とリデューサー状態を同期させながらリサイズ可能パネルを描画するコンポーネント。
|
|
6
6
|
*/
|
|
7
|
-
export declare const Panel: import('react').MemoExoticComponent<({ id: providedId, defaultSize, minSize, maxSize, className, style, children, order, collapsible, defaultCollapsed, pixelAdjustPriority }: PanelProps) => import("react/jsx-runtime").JSX.Element>;
|
|
7
|
+
export declare const Panel: import('react').MemoExoticComponent<({ id: providedId, defaultSize, minSize, maxSize, className, style, children, order, collapsible, defaultCollapsed, pixelAdjustPriority, contentOverflow }: PanelProps) => import("react/jsx-runtime").JSX.Element>;
|
|
8
8
|
//# sourceMappingURL=Panel.d.ts.map
|
package/dist/Panel.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../src/Panel.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAMH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAGzC;;;GAGG;AACH,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../src/Panel.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAMH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA;AAGzC;;;GAGG;AACH,eAAO,MAAM,KAAK,kMAAqO,UAAU,6CAme/P,CAAA"}
|