@airpower/web 1.9.2 → 1.9.4

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.
@@ -73,6 +73,9 @@ export declare class WebConfig {
73
73
  alphaDescription: string;
74
74
  hueLabel: string;
75
75
  hueDescription: string;
76
+ svLabel: string;
77
+ svDescription: string;
78
+ predefineDescription: string;
76
79
  };
77
80
  datepicker: {
78
81
  now: string;
package/dist/main.js CHANGED
@@ -1,7 +1,6 @@
1
1
  import { defineComponent, createElementBlock, openBlock, createElementVNode, computed, createBlock, unref, mergeProps, toHandlers, withCtx, renderSlot, resolveComponent, normalizeClass, createVNode, createTextVNode, toDisplayString, ref, withModifiers, onMounted, watch, resolveDirective, Transition, normalizeStyle, withDirectives, createCommentVNode, nextTick, inject, shallowRef, shallowReactive, reactive, h, provide, getCurrentInstance, watchEffect, Fragment, renderList, vShow, useSlots, createSlots, createApp, onUpdated, mergeModels, useModel, withKeys } from "vue";
2
2
  import ElementPlus, { ElLink, ElButton, ElMessage, ElMessageBox, ElIcon, ElEmpty, ElFormItem, ElSubMenu, ElMenuItem, ElMenu, ElImage, ElUpload, ElPagination, ElPopover, ElRadioGroup, ElRadioButton, ElInput, ElProgress, ElTabPane, ElTabs, ElCheckTag, ElSelect, ElOption, ElTable, ElTableColumn, ElTree } from "element-plus";
3
3
  import axios from "axios";
4
- /*! Element Plus Icons Vue v2.3.2 */
5
4
  var _sfc_main6 = /* @__PURE__ */ defineComponent({
6
5
  name: "ArrowDown",
7
6
  __name: "arrow-down",
@@ -402,7 +401,10 @@ var zhCn = {
402
401
  alphaLabel: "选择透明度的值",
403
402
  alphaDescription: "透明度 {alpha}, 当前颜色 {color}",
404
403
  hueLabel: "选择色相值",
405
- hueDescription: "色相 {hue}, 当前颜色 {color}"
404
+ hueDescription: "色相 {hue}, 当前颜色 {color}",
405
+ svLabel: "选择饱和度与明度的值",
406
+ svDescription: "饱和度 {saturation}, 明度 {brightness}, 当前颜色 {color}",
407
+ predefineDescription: "选择 {value} 作为颜色"
406
408
  },
407
409
  datepicker: {
408
410
  now: "此刻",
@@ -692,7 +694,7 @@ class WebConfig {
692
694
  /**
693
695
  * ### 静态资源地址
694
696
  */
695
- static staticUrl = "/static";
697
+ static staticUrl = "/static/";
696
698
  /**
697
699
  * ### 登录地址
698
700
  */
@@ -1363,12 +1365,6 @@ function getAugmentedNamespace(n) {
1363
1365
  return a;
1364
1366
  }
1365
1367
  var clipboard$1 = { exports: {} };
1366
- /*!
1367
- * clipboard.js v2.0.11
1368
- * https://clipboardjs.com/
1369
- *
1370
- * Licensed MIT © Zeno Rocha
1371
- */
1372
1368
  var clipboard = clipboard$1.exports;
1373
1369
  var hasRequiredClipboard;
1374
1370
  function requireClipboard() {
@@ -4662,16 +4658,6 @@ function requireRipemd160() {
4662
4658
  module.exports = factory(requireCore());
4663
4659
  }
4664
4660
  })(ripemd160, function(CryptoJS2) {
4665
- /** @preserve
4666
- (c) 2012 by Cédric Mesnil. All rights reserved.
4667
-
4668
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4669
-
4670
- - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
4671
- - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
4672
-
4673
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4674
- */
4675
4661
  (function(Math2) {
4676
4662
  var C = CryptoJS2;
4677
4663
  var C_lib = C.lib;
@@ -6175,11 +6161,6 @@ function requireModeCtrGladman() {
6175
6161
  module.exports = factory(requireCore(), requireCipherCore());
6176
6162
  }
6177
6163
  })(modeCtrGladman, function(CryptoJS2) {
6178
- /** @preserve
6179
- * Counter block mode compatible with Dr Brian Gladman fileenc.c
6180
- * derived from CryptoJS.mode.CTR
6181
- * Jan Hruby jhruby.web@gmail.com
6182
- */
6183
6164
  CryptoJS2.mode.CTRGladman = function() {
6184
6165
  var CTRGladman = CryptoJS2.lib.BlockCipherMode.extend();
6185
6166
  function incWord(word) {
@@ -10703,11 +10684,6 @@ function setupDevtoolsPlugin(pluginDescriptor, setupFn) {
10703
10684
  }
10704
10685
  }
10705
10686
  }
10706
- /*!
10707
- * vue-router v4.6.3
10708
- * (c) 2025 Eduardo San Martin Morote
10709
- * @license MIT
10710
- */
10711
10687
  const isBrowser = typeof document !== "undefined";
10712
10688
  function isRouteComponent(component) {
10713
10689
  return typeof component === "object" || "displayName" in component || "props" in component || "__vccOpts" in component;
@@ -11502,11 +11478,6 @@ function omit(obj, keys) {
11502
11478
  for (const key in obj) if (!keys.includes(key)) ret[key] = obj[key];
11503
11479
  return ret;
11504
11480
  }
11505
- /*!
11506
- * vue-router v4.6.3
11507
- * (c) 2025 Eduardo San Martin Morote
11508
- * @license MIT
11509
- */
11510
11481
  let createBaseLocation = () => location.protocol + "//" + location.host;
11511
11482
  function createCurrentLocation(base, location$1) {
11512
11483
  const { pathname, search, hash } = location$1;
@@ -15285,12 +15256,6 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
15285
15256
  }
15286
15257
  });
15287
15258
  const APhone = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-d871cd10"]]);
15288
- /*!
15289
- * qrcode.vue v3.6.0
15290
- * A Vue.js component to generate QRCode. Both support Vue 2 and Vue 3
15291
- * © 2017-PRESENT @scopewu(https://github.com/scopewu)
15292
- * MIT License.
15293
- */
15294
15259
  var __assign = function() {
15295
15260
  __assign = Object.assign || function __assign2(t) {
15296
15261
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -18005,7 +17970,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
18005
17970
  onClick: _cache[4] || (_cache[4] = ($event) => onExport())
18006
17971
  }, {
18007
17972
  default: withCtx(() => [
18008
- createTextVNode(toDisplayString(unref(WebI18n).get().Export) + ": ", 1)
17973
+ createTextVNode(toDisplayString(unref(WebI18n).get().Export), 1)
18009
17974
  ]),
18010
17975
  _: 1
18011
17976
  }, 8, ["permission"])) : createCommentVNode("", true),