tosijs-ui 1.0.7 → 1.0.9

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,6 +7,7 @@ export interface PopFloatOptions {
7
7
  position?: FloatPosition;
8
8
  remainOnScroll?: 'hide' | 'remove' | 'remain';
9
9
  remainOnResize?: 'hide' | 'remove' | 'remain';
10
+ draggable?: boolean;
10
11
  }
11
12
  export declare const popFloat: (options: PopFloatOptions) => XinFloat;
12
- export declare const positionFloat: (element: XinFloat, target: HTMLElement, position?: FloatPosition, remainOnScroll?: "hide" | "remove" | "remain", remainOnResize?: "hide" | "remove" | "remain") => void;
13
+ export declare const positionFloat: (element: XinFloat, target: HTMLElement, position?: FloatPosition, remainOnScroll?: "hide" | "remove" | "remain", remainOnResize?: "hide" | "remove" | "remain", draggable?: boolean) => void;
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "1.0.7";
1
+ export declare const version = "1.0.9";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tosijs-ui",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "simple robust web-components for use with xinjs or anything else",
5
5
  "scripts": {
6
6
  "start": "bun --watch bin/dev.ts",