@qikdev/vue-ui 0.2.344 → 0.2.345
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/lib.es.js +2 -1
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +73 -72
- package/dist/lib.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -49,7 +49,7 @@ import {
|
|
|
49
49
|
vModelDynamic as Kn,
|
|
50
50
|
} from "vue";
|
|
51
51
|
import { EventDispatcher as _d } from "@qikdev/sdk";
|
|
52
|
-
const Cf = "0.2.
|
|
52
|
+
const Cf = "0.2.345";
|
|
53
53
|
class Gt extends Error {}
|
|
54
54
|
class Df extends Gt {
|
|
55
55
|
constructor(t) {
|
|
@@ -45041,6 +45041,7 @@ export {
|
|
|
45041
45041
|
ap as FlexRow,
|
|
45042
45042
|
cp as FlexSpacer,
|
|
45043
45043
|
x_ as Info,
|
|
45044
|
+
te as InputMixin,
|
|
45044
45045
|
Hl as Item,
|
|
45045
45046
|
pn as ModalMixin,
|
|
45046
45047
|
$t as NativeSelect,
|