hanap-labs 4.1.2 → 5.0.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/README.md CHANGED
@@ -24,7 +24,7 @@ npm run build
24
24
  Use named imports when you want explicit dependencies per file.
25
25
 
26
26
  ```ts
27
- import { HLButton, formatLabel, usePopup } from "hanap-labs";
27
+ import { HLButton, objectToQueryParams, usePopup } from "hanap-labs";
28
28
  ```
29
29
 
30
30
  You can also import by module group:
@@ -32,7 +32,7 @@ You can also import by module group:
32
32
  ```ts
33
33
  import { HLButton } from "hanap-labs/components";
34
34
  import type { HLButtonProps } from "hanap-labs/components";
35
- import { formatLabel } from "hanap-labs/helpers";
35
+ import { objectToQueryParams } from "hanap-labs/helpers";
36
36
  import { usePopup } from "hanap-labs/composables";
37
37
  ```
38
38
 
@@ -1,4 +1,4 @@
1
- import { i as e, n as t, r as n, s as r, t as i } from "./usePopup-BdVwAd1y.js";
1
+ import { i as e, n as t, r as n, s as r, t as i } from "./usePopup-5KO7GsFF.js";
2
2
  import { Fragment as a, Teleport as o, Transition as s, computed as c, createBlock as l, createCommentVNode as u, createElementBlock as d, createElementVNode as f, createSlots as p, createTextVNode as m, createVNode as h, customRef as g, defineComponent as _, getCurrentInstance as v, getCurrentScope as y, h as b, isRef as x, mergeModels as S, mergeProps as C, nextTick as w, normalizeClass as T, normalizeStyle as E, onBeforeUnmount as D, onMounted as O, onScopeDispose as k, onUnmounted as ee, openBlock as A, readonly as te, ref as j, render as ne, renderList as M, renderSlot as N, resolveDynamicComponent as re, shallowRef as P, toDisplayString as F, toRef as I, toValue as L, unref as R, useId as ie, useModel as ae, useSlots as oe, vModelCheckbox as se, vModelDynamic as ce, vModelText as le, watch as z, watchEffect as ue, withCtx as B, withDirectives as de, withModifiers as fe } from "vue";
3
3
  //#endregion
4
4
  //#region src/components/hl-icon/HLIcon.registry.ts