vft 0.0.439 → 0.0.440
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 +2 -2
- 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 +4 -4
- package/web-types.json +1 -1
package/es/index.js
CHANGED
|
@@ -202,8 +202,8 @@ export { defaultProps, segmentedEmits, segmentedProps } from "./components/segme
|
|
|
202
202
|
export { LEFT_CHECK_CHANGE_EVENT, RIGHT_CHECK_CHANGE_EVENT, transferCheckedChangeFn, transferEmits, transferProps } from "./components/transfer/transfer.js";
|
|
203
203
|
export { genFileId, uploadContextKey } from "./components/upload/constants.js";
|
|
204
204
|
export { watermarkProps } from "./components/watermark/watermark.js";
|
|
205
|
-
export {
|
|
206
|
-
export {
|
|
205
|
+
export { vLoading, createLoadingDirective } from "./components/loading/directive.js";
|
|
206
|
+
export { Loading } from "./components/loading/service.js";
|
|
207
207
|
export { messageDefaults, messageTypes } from "./components/message/types.js";
|
|
208
208
|
export { isDatePicker, isInput, isRangePicker } from "./components/super-form/component-map.js";
|
|
209
209
|
|
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.440";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.440",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"resize-detector": "0.3.0",
|
|
56
56
|
"sortablejs": "1.15.0",
|
|
57
57
|
"photoswipe": "5.4.4",
|
|
58
|
-
"@vft/router": "0.0.67",
|
|
59
|
-
"@vft/use": "0.0.90",
|
|
60
|
-
"@vft/directives": "0.0.36",
|
|
61
58
|
"@vft/constants": "0.0.75",
|
|
59
|
+
"@vft/use": "0.0.90",
|
|
60
|
+
"@vft/router": "0.0.67",
|
|
62
61
|
"@vft/store": "0.0.57",
|
|
62
|
+
"@vft/directives": "0.0.36",
|
|
63
63
|
"@vft/utils": "0.0.145"
|
|
64
64
|
},
|
|
65
65
|
"vetur": {
|