@aures5g/vue-component-library 3.45.0 → 3.46.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/dist/{TableSelectionFilter-DoENxTY_.js → TableSelectionFilter-CrBn8CFe.js} +1 -1
- package/dist/{UIMenu-DSRikXGe.js → UIMenu-CUXLDTkz.js} +376 -357
- package/dist/src/components/copyToClipboard/UICopy.vue.d.ts +4 -3
- package/dist/src/components/copyToClipboard/uiCopy.const.d.ts +0 -6
- package/dist/src/components/iconButton/UIIconButton.vue.d.ts +2 -0
- package/dist/src/directives/tooltip.d.ts +11 -4
- package/dist/src/index.d.ts +2 -2
- package/dist/vue-component-library.js +1092 -1103
- package/dist/vue-component-library.umd.cjs +11 -11
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as e, o as t, t as n } from "./UIMenu-
|
|
1
|
+
import { n as e, o as t, t as n } from "./UIMenu-CUXLDTkz.js";
|
|
2
2
|
import { computed as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createVNode as s, defineComponent as c, mergeModels as l, openBlock as u, ref as d, unref as f, useModel as p, watch as m } from "vue";
|
|
3
3
|
import { faChevronDown as h } from "@awesome.me/kit-bccbe657bb/icons/sharp/solid";
|
|
4
4
|
//#region src/components/table/TableSelectionFilter.vue?vue&type=script&setup=true&lang.ts
|