vft 0.0.364 → 0.0.365
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/es/index.js +9 -9
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +5 -5
- package/web-types.json +1 -1
package/es/index.js
CHANGED
|
@@ -72,10 +72,10 @@ export { VftTimePicker } from "./components/time-picker/index.js";
|
|
|
72
72
|
export { VftTooltip } from "./components/tooltip/index.js";
|
|
73
73
|
export { VftTree } from "./components/tree/index.js";
|
|
74
74
|
export { VftVerifyCode } from "./components/verify-code/index.js";
|
|
75
|
-
export { default as
|
|
76
|
-
export { default as
|
|
77
|
-
export { default as
|
|
78
|
-
export { default as
|
|
75
|
+
export { default as lr } from "./components/virtual-list/components/fixed-size-list.js";
|
|
76
|
+
export { default as Vr } from "./components/virtual-list/components/dynamic-size-list.js";
|
|
77
|
+
export { default as cr } from "./components/virtual-list/components/fixed-size-grid.js";
|
|
78
|
+
export { default as Cr } from "./components/virtual-list/components/dynamic-size-grid.js";
|
|
79
79
|
export { virtualizedGridProps, virtualizedListProps, virtualizedProps, virtualizedScrollbarProps } from "./components/virtual-list/props.js";
|
|
80
80
|
export { VftAutocomplete } from "./components/autocomplete/index.js";
|
|
81
81
|
export { VftBreadcrumb, VftBreadcrumbItem } from "./components/breadcrumb/index.js";
|
|
@@ -142,11 +142,11 @@ export { composeRefs } from "./utils/vue/refs.js";
|
|
|
142
142
|
export { PatchFlags, ensureOnlyChild, flattedChildren, getFirstValidNode, getNormalizedProps, isComment, isFragment, isTemplate, isText, isValidElementNode, renderBlock as $p, renderIf } from "./utils/vue/vnode.js";
|
|
143
143
|
export { CompResolver } from "./comp-resolver.js";
|
|
144
144
|
export { makeInstaller } from "./make-installer.js";
|
|
145
|
-
export { default as
|
|
146
|
-
export { default as
|
|
147
|
-
export { default as
|
|
148
|
-
export { default as
|
|
149
|
-
export { default as
|
|
145
|
+
export { default as mm } from "./components/popper/arrow.vue2.js";
|
|
146
|
+
export { default as sm } from "./components/popper/content.vue2.js";
|
|
147
|
+
export { default as im } from "./components/popper/trigger.vue2.js";
|
|
148
|
+
export { default as lm } from "./components/time-picker/common/picker.vue2.js";
|
|
149
|
+
export { default as Vm } from "./components/time-picker/time-picker-com/panel-time-pick.vue2.js";
|
|
150
150
|
export { buttonGroupContextKey } from "./components/button/constants.js";
|
|
151
151
|
export { cascaderEmits, cascaderProps } from "./components/cascader/cascader.js";
|
|
152
152
|
export { CASCADER_PANEL_INJECTION_KEY } from "./components/cascader-panel/types.js";
|
package/es/package.json.d.ts
CHANGED
package/es/package.json.js
CHANGED
package/lib/package.json.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.0.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.0.365";exports.version=e;
|
package/lib/package.json.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vft",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.365",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
"resize-detector": "0.3.0",
|
|
56
56
|
"sortablejs": "1.15.0",
|
|
57
57
|
"photoswipe": "5.4.4",
|
|
58
|
-
"@vft/router": "0.0.65",
|
|
59
|
-
"@vft/utils": "0.0.131",
|
|
60
|
-
"@vft/store": "0.0.54",
|
|
61
58
|
"@vft/constants": "0.0.72",
|
|
59
|
+
"@vft/utils": "0.0.131",
|
|
60
|
+
"@vft/router": "0.0.65",
|
|
61
|
+
"@vft/directives": "0.0.33",
|
|
62
62
|
"@vft/use": "0.0.77",
|
|
63
|
-
"@vft/
|
|
63
|
+
"@vft/store": "0.0.54"
|
|
64
64
|
},
|
|
65
65
|
"vetur": {
|
|
66
66
|
"tags": "tags.json",
|
package/web-types.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"http://json.schemastore.org/web-types","framework":"vue","name":"vft","version":"0.0.
|
|
1
|
+
{"$schema":"http://json.schemastore.org/web-types","framework":"vue","name":"vft","version":"0.0.365","js-types-syntax":"typescript","description-markup":"markdown","contributions":{"html":{}}}
|