@milaboratories/uikit 1.2.5 → 1.2.6
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/CHANGELOG.md +6 -0
- package/dist/pl-uikit.js +1 -0
- package/dist/pl-uikit.umd.cjs +3 -3
- package/dist/src/index.d.ts +5 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/index.ts +6 -0
package/dist/src/index.d.ts
CHANGED
|
@@ -62,6 +62,11 @@ export { useInterval } from './composition/useInterval';
|
|
|
62
62
|
export { useFormState } from './composition/useFormState';
|
|
63
63
|
export { useQuery } from './composition/useQuery.ts';
|
|
64
64
|
export { useDraggable } from './composition/useDraggable';
|
|
65
|
+
/**
|
|
66
|
+
* Technical
|
|
67
|
+
* @TODO move it from here maybe
|
|
68
|
+
*/
|
|
69
|
+
export { useLabelNotch } from './utils/useLabelNotch.ts';
|
|
65
70
|
import LongText from './components/LongText.vue';
|
|
66
71
|
import SliderRangeTriple from './components/SliderRangeTriple.vue';
|
|
67
72
|
import SliderRange from './components/SliderRange.vue';
|