@kengic/vue 0.25.4-beta.1 → 0.25.4-beta.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -918,7 +918,7 @@ var CheckOutlined = function(a, r) {
918
918
  CheckOutlined.displayName = "CheckOutlined";
919
919
  CheckOutlined.inheritAttrs = !1;
920
920
  const CheckOutlined$1 = CheckOutlined;
921
- var CloseOutlined$2 = { icon: { tag: "svg", attrs: { "fill-rule": "evenodd", viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M799.86 166.31c.02 0 .04.02.08.06l57.69 57.7c.04.03.05.05.06.08a.12.12 0 010 .06c0 .03-.02.05-.06.09L569.93 512l287.7 287.7c.04.04.05.06.06.09a.12.12 0 010 .07c0 .02-.02.04-.06.08l-57.7 57.69c-.03.04-.05.05-.07.06a.12.12 0 01-.07 0c-.03 0-.05-.02-.09-.06L512 569.93l-287.7 287.7c-.04.04-.06.05-.09.06a.12.12 0 01-.07 0c-.02 0-.04-.02-.08-.06l-57.69-57.7c-.04-.03-.05-.05-.06-.07a.12.12 0 010-.07c0-.03.02-.05.06-.09L454.07 512l-287.7-287.7c-.04-.04-.05-.06-.06-.09a.12.12 0 010-.07c0-.02.02-.04.06-.08l57.7-57.69c.03-.04.05-.05.07-.06a.12.12 0 01.07 0c.03 0 .05.02.09.06L512 454.07l287.7-287.7c.04-.04.06-.05.09-.06a.12.12 0 01.07 0z" } }] }, name: "close", theme: "outlined" };
921
+ var CloseOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M563.8 512l262.5-312.9c4.4-5.2.7-13.1-6.1-13.1h-79.8c-4.7 0-9.2 2.1-12.3 5.7L511.6 449.8 295.1 191.7c-3-3.6-7.5-5.7-12.3-5.7H203c-6.8 0-10.5 7.9-6.1 13.1L459.4 512 196.9 824.9A7.95 7.95 0 00203 838h79.8c4.7 0 9.2-2.1 12.3-5.7l216.5-258.1 216.5 258.1c3 3.6 7.5 5.7 12.3 5.7h79.8c6.8 0 10.5-7.9 6.1-13.1L563.8 512z" } }] }, name: "close", theme: "outlined" };
922
922
  const CloseOutlinedSvg = CloseOutlined$2;
923
923
  function _objectSpread$d(e) {
924
924
  for (var a = 1; a < arguments.length; a++) {
@@ -1143,7 +1143,7 @@ var LoadingOutlined = function(a, r) {
1143
1143
  LoadingOutlined.displayName = "LoadingOutlined";
1144
1144
  LoadingOutlined.inheritAttrs = !1;
1145
1145
  const LoadingOutlined$1 = LoadingOutlined;
1146
- var PlusOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z" } }, { tag: "path", attrs: { d: "M192 474h672q8 0 8 8v60q0 8-8 8H160q-8 0-8-8v-60q0-8 8-8z" } }] }, name: "plus", theme: "outlined" };
1146
+ var PlusOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "defs", attrs: {}, children: [{ tag: "style", attrs: {} }] }, { tag: "path", attrs: { d: "M482 152h60q8 0 8 8v704q0 8-8 8h-60q-8 0-8-8V160q0-8 8-8z" } }, { tag: "path", attrs: { d: "M176 474h672q8 0 8 8v60q0 8-8 8H176q-8 0-8-8v-60q0-8 8-8z" } }] }, name: "plus", theme: "outlined" };
1147
1147
  const PlusOutlinedSvg = PlusOutlined$2;
1148
1148
  function _objectSpread$4(e) {
1149
1149
  for (var a = 1; a < arguments.length; a++) {
@@ -1288,13 +1288,13 @@ function getDevtoolsGlobalHook() {
1288
1288
  return getTarget().__VUE_DEVTOOLS_GLOBAL_HOOK__;
1289
1289
  }
1290
1290
  function getTarget() {
1291
- return typeof navigator < "u" && typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : {};
1291
+ return typeof navigator < "u" && typeof window < "u" ? window : typeof global < "u" ? global : {};
1292
1292
  }
1293
1293
  const isProxyAvailable = typeof Proxy == "function", HOOK_SETUP = "devtools-plugin:setup", HOOK_PLUGIN_SETTINGS_SET = "plugin:settings:set";
1294
1294
  let supported, perf;
1295
1295
  function isPerformanceSupported() {
1296
1296
  var e;
1297
- return supported !== void 0 || (typeof window < "u" && window.performance ? (supported = !0, perf = window.performance) : typeof globalThis < "u" && ((e = globalThis.perf_hooks) === null || e === void 0 ? void 0 : e.performance) ? (supported = !0, perf = globalThis.perf_hooks.performance) : supported = !1), supported;
1297
+ return supported !== void 0 || (typeof window < "u" && window.performance ? (supported = !0, perf = window.performance) : typeof global < "u" && ((e = global.perf_hooks) === null || e === void 0 ? void 0 : e.performance) ? (supported = !0, perf = global.perf_hooks.performance) : supported = !1), supported;
1298
1298
  }
1299
1299
  function now$2() {
1300
1300
  return isPerformanceSupported() ? perf.now() : Date.now();
@@ -12418,7 +12418,7 @@ const emptyIcon = {
12418
12418
  ...a.data
12419
12419
  }, r);
12420
12420
  }
12421
- }), version = "0.25.4-beta.1";
12421
+ }), version = "0.25.4-beta.2";
12422
12422
  import("./aim-outlined.c49e7018.mjs").then(({ default: e }) => addIcon("ant-design:aim-outlined", e));
12423
12423
  import("./audit-outlined.f37f7da2.mjs").then(({ default: e }) => addIcon("ant-design:audit-outlined", e));
12424
12424
  import("./caret-right-filled.bfffd471.mjs").then(({ default: e }) => addIcon("ant-design:caret-right-filled", e));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.25.4-beta.1",
3
+ "version": "0.25.4-beta.2",
4
4
  "scripts": {
5
5
  "build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",