@fastkit/vui 0.19.51 → 0.19.53
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/vui.d.ts +2 -2
- package/dist/vui.mjs +1 -1
- package/dist/vui.mjs.map +1 -1
- package/package.json +12 -12
package/dist/vui.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export * from '@fastkit/vue-form-control';
|
|
|
24
24
|
import { UseScroller } from '@fastkit/vue-scroller';
|
|
25
25
|
export * from '@fastkit/vue-scroller';
|
|
26
26
|
import * as _fastkit_vue_stack from '@fastkit/vue-stack';
|
|
27
|
-
import {
|
|
27
|
+
import { VStackControl, VStackSlots, VueStackService, VStackBuiltinActions, StackableLauncher, VStackBuiltinActionType, VStackAction, VueStackServiceOptions } from '@fastkit/vue-stack';
|
|
28
28
|
export * from '@fastkit/vue-stack';
|
|
29
29
|
import * as _fastkit_vue_action from '@fastkit/vue-action';
|
|
30
30
|
import { ActionableInheritProps } from '@fastkit/vue-action';
|
|
@@ -40,7 +40,7 @@ import * as vue_jsx_runtime from 'vue/jsx-runtime';
|
|
|
40
40
|
import * as _fastkit_color_scheme from '@fastkit/color-scheme';
|
|
41
41
|
import { ScopeName, ColorVariant , ThemeName, PaletteName } from '@fastkit/color-scheme';
|
|
42
42
|
import * as vue_router from 'vue-router';
|
|
43
|
-
import {
|
|
43
|
+
import { Router, UseLinkOptions, useLink, RouteLocationRaw } from 'vue-router';
|
|
44
44
|
import * as _fastkit_vue_resize from '@fastkit/vue-resize';
|
|
45
45
|
|
|
46
46
|
declare const CONTROL_SIZES: readonly ["sm", "md", "lg"];
|
package/dist/vui.mjs
CHANGED
|
@@ -33,7 +33,7 @@ import { createPropsOptions, defineSlots, renderSlotOrEmpty, isFragment, resolve
|
|
|
33
33
|
export * from '@fastkit/vue-utils';
|
|
34
34
|
import * as vue_loading_star from '@fastkit/vue-loading';
|
|
35
35
|
export * from '@fastkit/vue-loading';
|
|
36
|
-
import { defineComponent, computed, createVNode, mergeProps, ref, watch, onMounted, onBeforeUnmount, Fragment, isVNode, cloneVNode, withDirectives, vShow, onBeforeUpdate, Transition, inject, provide, createTextVNode,
|
|
36
|
+
import { defineComponent, computed, createVNode, mergeProps, ref, watch, onMounted, onBeforeUnmount, Fragment, isVNode, cloneVNode, withDirectives, vShow, onBeforeUpdate, Transition, inject, provide, createTextVNode, nextTick, vModelSelect, reactive } from 'vue';
|
|
37
37
|
import { loadImage } from '@fastkit/dom';
|
|
38
38
|
import { useRouter, useRoute, RouterLink, useLink } from 'vue-router';
|
|
39
39
|
import { resizeDirectiveArgument, installResizeDirective } from '@fastkit/vue-resize';
|