gd-bs 6.6.24 → 6.6.26
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/build/components/offcanvas/index.js +2 -0
- package/build/icons/generate.js +1 -1
- package/dist/gd-bs-icons.js +1 -1
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.d.ts +1 -0
- package/dist/gd-bs.js +1 -1
- package/dist/gd-bs.min.js +1 -1
- package/generateIcons.js +1 -1
- package/package.json +1 -1
- package/src/components/offcanvas/index.ts +3 -0
- package/src/components/offcanvas/types.d.ts +1 -0
- package/src/icons/generate.ts +1 -1
package/dist/gd-bs.d.ts
CHANGED
|
@@ -2325,6 +2325,7 @@ declare module 'gd-bs/components/offcanvas/types' {
|
|
|
2325
2325
|
body?: string | T;
|
|
2326
2326
|
data?: any;
|
|
2327
2327
|
id?: string;
|
|
2328
|
+
onClose?: (el: HTMLDivElement) => void;
|
|
2328
2329
|
onRenderBody?: (el?: HTMLDivElement, props?: IOffcanvasProps) => void;
|
|
2329
2330
|
onRenderHeader?: (el?: HTMLDivElement, props?: IOffcanvasProps) => void;
|
|
2330
2331
|
options?: IOffcanvasOptions;
|