@kengic/vue 0.25.4-beta.1 → 0.25.4-beta.2
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/kengic-vue.js +5 -5
- package/package.json +1 -1
package/dist/kengic-vue.js
CHANGED
|
@@ -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: {
|
|
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: "
|
|
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
|
|
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
|
|
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.
|
|
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.
|
|
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",
|