vft 0.0.472 → 0.0.473

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.
@@ -1 +1,2 @@
1
1
  import 'vft/theme-style/vft-iframe-layout.css';
2
+ import 'vft/theme-style/vft-loading.css';
@@ -1,2 +1,3 @@
1
1
  import "vft/theme-style/base.css";
2
2
  import "vft/theme-style/vft-iframe-layout.css";
3
+ import "vft/theme-style/vft-loading.css";
@@ -1 +1,2 @@
1
1
  import 'vft/theme-style/src/iframe-layout.scss';
2
+ import 'vft/theme-style/src/loading.scss';
@@ -1,2 +1,3 @@
1
1
  import "vft/theme-style/src/base.scss";
2
2
  import "vft/theme-style/src/iframe-layout.scss";
3
+ import "vft/theme-style/src/loading.scss";
@@ -2,14 +2,14 @@ import "@vueuse/core";
2
2
  import { isNumber as m, isClient as p } from "@vft/utils";
3
3
  import { debugWarn as l } from "../../utils/error.js";
4
4
  import "../../components/config-provider/hooks/use-global-config.js";
5
- import { ref as v, getCurrentInstance as i, inject as e, computed as c, unref as Z } from "vue";
5
+ import { getCurrentInstance as i, inject as e, computed as c, unref as v, ref as Z } from "vue";
6
6
  import "lodash-es";
7
7
  import "../../components/form/index.js";
8
8
  const s = {
9
9
  current: 0
10
- }, u = v(0), f = 2e3, d = Symbol("vftZIndexContextKey"), y = Symbol("zIndexContextKey"), K = (I) => {
10
+ }, u = Z(0), f = 2e3, d = Symbol("vftZIndexContextKey"), y = Symbol("zIndexContextKey"), K = (I) => {
11
11
  const n = i() ? e(d, s) : s, x = I || (i() ? e(y, void 0) : void 0), t = c(() => {
12
- const r = Z(x);
12
+ const r = v(x);
13
13
  return m(r) ? r : f;
14
14
  }), o = c(() => t.value + u.value), a = () => (n.current++, u.value = n.current, o.value);
15
15
  return !p && !e(d) && l(
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "name": "vft",
3
- "version": "0.0.472",
3
+ "version": "0.0.473",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "es/index.js",
@@ -1,4 +1,4 @@
1
- const o = "0.0.472";
1
+ const o = "0.0.473";
2
2
  export {
3
3
  o as version
4
4
  };
@@ -1 +1 @@
1
- "use strict";require("vft/theme-style/base.css");require("vft/theme-style/vft-iframe-layout.css");
1
+ "use strict";require("vft/theme-style/base.css");require("vft/theme-style/vft-iframe-layout.css");require("vft/theme-style/vft-loading.css");
@@ -1 +1,2 @@
1
1
  import 'vft/theme-style/vft-iframe-layout.css';
2
+ import 'vft/theme-style/vft-loading.css';
@@ -1 +1 @@
1
- "use strict";require("vft/theme-style/src/base.scss");require("vft/theme-style/src/iframe-layout.scss");
1
+ "use strict";require("vft/theme-style/src/base.scss");require("vft/theme-style/src/iframe-layout.scss");require("vft/theme-style/src/loading.scss");
@@ -1 +1,2 @@
1
1
  import 'vft/theme-style/src/iframe-layout.scss';
2
+ import 'vft/theme-style/src/loading.scss';
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.0.472";exports.version=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.0.473";exports.version=e;
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "name": "vft",
3
- "version": "0.0.472",
3
+ "version": "0.0.473",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "es/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vft",
3
- "version": "0.0.472",
3
+ "version": "0.0.473",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "es/index.js",
@@ -56,11 +56,11 @@
56
56
  "resize-detector": "0.3.0",
57
57
  "sortablejs": "1.15.0",
58
58
  "photoswipe": "5.4.4",
59
- "@vft/router": "0.0.71",
60
- "@vft/store": "0.0.63",
61
59
  "@vft/utils": "0.0.151",
62
- "@vft/use": "0.0.92",
60
+ "@vft/store": "0.0.63",
63
61
  "@vft/constants": "0.0.75",
62
+ "@vft/router": "0.0.71",
63
+ "@vft/use": "0.0.92",
64
64
  "@vft/directives": "0.0.36"
65
65
  },
66
66
  "vetur": {