gd-bs 6.8.1 → 6.8.3
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/floating-ui/index.js +2 -0
- package/dist/gd-bs-icons.js +1 -1
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.d.ts +5 -4
- package/dist/gd-bs.js +1 -1
- package/dist/gd-bs.min.js +1 -1
- package/package.json +1 -1
- package/src/components/floating-ui/index.ts +3 -0
- package/src/components/floating-ui/types.d.ts +1 -0
- package/src/components/popover/types.d.ts +2 -2
- package/src/components/tooltip/types.d.ts +2 -2
|
@@ -360,6 +360,8 @@ var _FloatingUI = /** @class */ (function () {
|
|
|
360
360
|
enumerable: false,
|
|
361
361
|
configurable: true
|
|
362
362
|
});
|
|
363
|
+
// Refreshes the position of the floating ui
|
|
364
|
+
_FloatingUI.prototype.refreshPosition = function () { this.refresh(); };
|
|
363
365
|
// Shows the content
|
|
364
366
|
_FloatingUI.prototype.show = function () {
|
|
365
367
|
// Append it to the document
|