zhui-plus 1.0.96 → 1.0.97

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.
@@ -6031,7 +6031,7 @@ var CircleShape = function() {
6031
6031
  this.cx = 0, this.cy = 0, this.r = 0;
6032
6032
  }
6033
6033
  return s;
6034
- }(), Circle$3 = function(s) {
6034
+ }(), Circle$2 = function(s) {
6035
6035
  __extends(e, s);
6036
6036
  function e(i) {
6037
6037
  return s.call(this, i) || this;
@@ -6042,8 +6042,8 @@ var CircleShape = function() {
6042
6042
  i.moveTo(a.cx + a.r, a.cy), i.arc(a.cx, a.cy, a.r, 0, Math.PI * 2);
6043
6043
  }, e;
6044
6044
  }(Path$2);
6045
- Circle$3.prototype.type = "circle";
6046
- const Circle$4 = Circle$3;
6045
+ Circle$2.prototype.type = "circle";
6046
+ const Circle$3 = Circle$2;
6047
6047
  function smoothBezier(s, e, i, a) {
6048
6048
  var o = [], r = [], l = [], g = [], I, d, u, A;
6049
6049
  if (a) {
@@ -10248,7 +10248,7 @@ var Triangle$1 = Path$2.extend({
10248
10248
  rect: Rect$1,
10249
10249
  roundRect: Rect$1,
10250
10250
  square: Rect$1,
10251
- circle: Circle$4,
10251
+ circle: Circle$3,
10252
10252
  diamond: Diamond,
10253
10253
  pin: Pin,
10254
10254
  arrow: Arrow,
@@ -13597,7 +13597,7 @@ extendChartView({
13597
13597
  var we = Re ? -Se : w - Se, Be = Re ? -Se : Z - Se;
13598
13598
  return X === "pin" ? Be += Se : X === "arrow" && (Be -= Se), createSymbol$1(X, we, Be, Se * 2, Se * 2);
13599
13599
  }
13600
- return new Circle$4({
13600
+ return new Circle$3({
13601
13601
  shape: {
13602
13602
  cx: Re ? 0 : w,
13603
13603
  cy: Re ? 0 : Z,
@@ -24442,7 +24442,7 @@ class AudioListener extends Object3D {
24442
24442
  i.setPosition(_position$1.x, _position$1.y, _position$1.z), i.setOrientation(_forward.x, _forward.y, _forward.z, _up.x, _up.y, _up.z);
24443
24443
  }
24444
24444
  }
24445
- class Audio$2 extends Object3D {
24445
+ class Audio$1 extends Object3D {
24446
24446
  constructor(e) {
24447
24447
  super(), this.type = "Audio", this.listener = e, this.context = e.context, this.gain = this.context.createGain(), this.gain.connect(e.getInput()), this.autoplay = !1, this.buffer = null, this.detune = 0, this.loop = !1, this.loopStart = 0, this.loopEnd = 0, this.offset = 0, this.duration = void 0, this.playbackRate = 1, this.isPlaying = !1, this.hasPlaybackControl = !0, this.source = null, this.sourceType = "empty", this._startedAt = 0, this._progress = 0, this._connected = !1, this.filters = [];
24448
24448
  }
@@ -24571,7 +24571,7 @@ class Audio$2 extends Object3D {
24571
24571
  }
24572
24572
  }
24573
24573
  const _position = /* @__PURE__ */ new Vector3(), _quaternion = /* @__PURE__ */ new Quaternion(), _scale = /* @__PURE__ */ new Vector3(), _orientation = /* @__PURE__ */ new Vector3();
24574
- class PositionalAudio extends Audio$2 {
24574
+ class PositionalAudio extends Audio$1 {
24575
24575
  constructor(e) {
24576
24576
  super(e), this.panner = this.context.createPanner(), this.panner.panningModel = "HRTF", this.panner.connect(this.gain);
24577
24577
  }
@@ -37262,7 +37262,7 @@ const three_module = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.define
37262
37262
  ArcCurve,
37263
37263
  ArrowHelper,
37264
37264
  AttachedBindMode,
37265
- Audio: Audio$2,
37265
+ Audio: Audio$1,
37266
37266
  AudioAnalyser,
37267
37267
  AudioContext,
37268
37268
  AudioListener,
@@ -42382,7 +42382,7 @@ const ElementPlusIconsVue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object
42382
42382
  color: {}
42383
42383
  },
42384
42384
  setup(s) {
42385
- const e = s, i = computed(() => `icon-${e.name}`), a = computed(() => {
42385
+ const e = s, i = computed(() => e.name.startsWith("n") ? `zh-iconfont-normal icon-${e.name}` : e.name.startsWith("c") ? `zh-iconfont-color icon-${e.name}` : `icon-${e.name}`), a = computed(() => {
42386
42386
  const o = {};
42387
42387
  return e.size && (o.fontSize = typeof e.size == "number" ? `${e.size}px` : e.size), e.color && (o.color = e.color), o;
42388
42388
  });
@@ -42391,7 +42391,7 @@ const ElementPlusIconsVue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object
42391
42391
  style: a.value
42392
42392
  }, o.$attrs), null, 16));
42393
42393
  }
42394
- }), ZhIconBase = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["__scopeId", "data-v-70848064"]]);
42394
+ }), ZhIconBase = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["__scopeId", "data-v-593bdf16"]]);
42395
42395
  function createIcon(s) {
42396
42396
  return defineComponent({
42397
42397
  name: s.charAt(0).toUpperCase() + s.slice(1),
@@ -42405,92 +42405,92 @@ function createIcon(s) {
42405
42405
  }
42406
42406
  });
42407
42407
  }
42408
- const Car = createIcon("car"), UploadZ = createIcon("upload-z"), PdfFill = createIcon("pdf-fill"), DownloadIc = createIcon("download-ic"), Zhihui = createIcon("zhihui"), Ppt = createIcon("ppt"), Excel = createIcon("excel"), Pdf = createIcon("pdf"), Ofd = createIcon("ofd"), Dissatisfied = createIcon("dissatisfied"), General = createIcon("general"), VerySatisfied = createIcon("very-satisfied"), Satisfaction = createIcon("satisfaction"), PptFill = createIcon("ppt-fill"), OfdFill = createIcon("ofd-fill"), WordFill = createIcon("word-fill"), ExcelFill = createIcon("excel-fill"), Settings$1 = createIcon("settings"), Scan = createIcon("scan"), CameraZ = createIcon("camera-z"), Woman = createIcon("woman"), Man = createIcon("man"), MusicalNote = createIcon("musical-note"), AddFriend = createIcon("add-friend"), Visitor = createIcon("visitor"), MoreZ = createIcon("more-z"), FilterZ = createIcon("filter-z"), Reverse = createIcon("reverse"), Book = createIcon("book"), BellZ = createIcon("bell-z"), WifiLeft = createIcon("wifi-left"), Baby = createIcon("baby"), RightFoldUp = createIcon("right-fold-up"), Review = createIcon("review"), LeftFoldUp = createIcon("left-fold-up"), Yuanyonghu = createIcon("yuanyonghu"), NewBaby = createIcon("new-baby"), WifiRight = createIcon("wifi-right"), Encryption = createIcon("encryption"), CloseEye = createIcon("close-eye"), QuestionMark = createIcon("question-mark"), PositionZ = createIcon("position-z"), Direct = createIcon("direct"), Truck = createIcon("truck"), Circle$2 = createIcon("circle"), Home = createIcon("home"), ShoppingCartZ = createIcon("shopping-cart-z"), Preview = createIcon("preview"), Compress = createIcon("compress"), FullScreenZ = createIcon("full-screen-z"), Tuopu = createIcon("tuopu"), HeartEvaluation = createIcon("heart-evaluation"), Tooth = createIcon("tooth"), LikeFill = createIcon("like-fill"), Revoke = createIcon("revoke"), Interaction$2 = createIcon("interaction"), SendError = createIcon("send-error"), GoBack = createIcon("go-back"), XiaoXi = createIcon("xiao-xi"), Dialogue = createIcon("dialogue"), UserZ = createIcon("user-z"), Del = createIcon("del"), NoData = createIcon("no-data"), MessageZ = createIcon("message-z"), Pen = createIcon("pen"), Rubber = createIcon("rubber"), DeleteFill = createIcon("delete-fill"), StarZ = createIcon("star-z"), UserEdit = createIcon("user-edit"), FaImage = createIcon("fa-image"), Conversation = createIcon("conversation"), CancelSend = createIcon("cancel-send"), Comments = createIcon("comments"), FaEdit = createIcon("fa-edit"), FaClose = createIcon("fa-close"), FaCloudUpload = createIcon("fa-cloud-upload"), FaBookmark = createIcon("fa-bookmark"), FaPaperPlane = createIcon("fa-paper-plane"), VideoFill = createIcon("video-fill"), Video = createIcon("video"), Audio$1 = createIcon("audio"), EarCup = createIcon("ear-cup"), Horn = createIcon("horn"), Recording = createIcon("recording"), customIcon = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
42408
+ const NSettings = createIcon("n-settings"), NScan = createIcon("n-scan"), NCamera = createIcon("n-camera"), NWoman = createIcon("n-woman"), NMan = createIcon("n-man"), NMusicalNote = createIcon("n-musical-note"), NAddFriend = createIcon("n-add-friend"), NVisitor = createIcon("n-visitor"), NMore = createIcon("n-more"), NFilter = createIcon("n-filter"), NReverse = createIcon("n-reverse"), NBook = createIcon("n-book"), NBell = createIcon("n-bell"), NWifiLeft = createIcon("n-wifi-left"), NBaby = createIcon("n-baby"), NRightFoldUp = createIcon("n-right-fold-up"), NReview = createIcon("n-review"), NLeftFoldUp = createIcon("n-left-fold-up"), NYuanyonghu = createIcon("n-yuanyonghu"), NNewBaby = createIcon("n-new-baby"), NWifiRight = createIcon("n-wifi-right"), NEncryption = createIcon("n-encryption"), NCloseEye = createIcon("n-close-eye"), NQuestionMark = createIcon("n-question-mark"), NPosition = createIcon("n-position"), NDirect = createIcon("n-direct"), NTruck = createIcon("n-truck"), NCircle = createIcon("n-circle"), NHome = createIcon("n-home"), NShoppingCart = createIcon("n-shopping-cart"), NPreview = createIcon("n-preview"), NCompress = createIcon("n-compress"), NFullScreen = createIcon("n-full-screen"), NTuopu = createIcon("n-tuopu"), NHeartEvaluation = createIcon("n-heart-evaluation"), NTooth = createIcon("n-tooth"), NLikeFill = createIcon("n-like-fill"), NRevoke = createIcon("n-revoke"), NInteraction = createIcon("n-interaction"), NSendError = createIcon("n-send-error"), NGoBack = createIcon("n-go-back"), NXiaoXi = createIcon("n-xiao-xi"), NDialogue = createIcon("n-dialogue"), NUser = createIcon("n-user"), NDel = createIcon("n-del"), NMessage = createIcon("n-message"), NPen = createIcon("n-pen"), NRubber = createIcon("n-rubber"), NDeleteFill = createIcon("n-delete-fill"), NStar = createIcon("n-star"), NUserEdit = createIcon("n-user-edit"), NFaImage = createIcon("n-fa-image"), NConversation = createIcon("n-conversation"), NCancelSend = createIcon("n-cancel-send"), NComments = createIcon("n-comments"), NFaEdit = createIcon("n-fa-edit"), NFaClose = createIcon("n-fa-close"), NFaCloudUpload = createIcon("n-fa-cloud-upload"), NFaBookmark = createIcon("n-fa-bookmark"), NFaPaperPlane = createIcon("n-fa-paper-plane"), NVideoFill = createIcon("n-video-fill"), NVideo = createIcon("n-video"), NAudio = createIcon("n-audio"), NEarCup = createIcon("n-ear-cup"), NHorn = createIcon("n-horn"), NRecording = createIcon("n-recording"), CNoData = createIcon("c-no-data"), CCar = createIcon("c-car"), CUpload = createIcon("c-upload"), CPdfFill = createIcon("c-pdf-fill"), CDownload = createIcon("c-download"), CZhihui = createIcon("c-zhihui"), CPpt = createIcon("c-ppt"), CExcel = createIcon("c-excel"), CPdf = createIcon("c-pdf"), COfd = createIcon("c-ofd"), CDissatisfied = createIcon("c-dissatisfied"), CGeneral = createIcon("c-general"), CVerySatisfied = createIcon("c-very-satisfied"), CSatisfaction = createIcon("c-satisfaction"), CPptFill = createIcon("c-ppt-fill"), COfdFill = createIcon("c-ofd-fill"), CWordFill = createIcon("c-word-fill"), CExcelFill = createIcon("c-excel-fill"), customIcon = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
42409
42409
  __proto__: null,
42410
- Settings: Settings$1,
42411
- Scan,
42412
- CameraZ,
42413
- Woman,
42414
- Man,
42415
- MusicalNote,
42416
- AddFriend,
42417
- Visitor,
42418
- MoreZ,
42419
- FilterZ,
42420
- Reverse,
42421
- Book,
42422
- BellZ,
42423
- WifiLeft,
42424
- Baby,
42425
- RightFoldUp,
42426
- Review,
42427
- LeftFoldUp,
42428
- Yuanyonghu,
42429
- NewBaby,
42430
- WifiRight,
42431
- Encryption,
42432
- CloseEye,
42433
- QuestionMark,
42434
- PositionZ,
42435
- Direct,
42436
- Truck,
42437
- Circle: Circle$2,
42438
- Home,
42439
- ShoppingCartZ,
42440
- Preview,
42441
- Compress,
42442
- FullScreenZ,
42443
- Tuopu,
42444
- HeartEvaluation,
42445
- Tooth,
42446
- LikeFill,
42447
- Revoke,
42448
- Interaction: Interaction$2,
42449
- SendError,
42450
- GoBack,
42451
- XiaoXi,
42452
- Dialogue,
42453
- UserZ,
42454
- Del,
42455
- NoData,
42456
- MessageZ,
42457
- Pen,
42458
- Rubber,
42459
- DeleteFill,
42460
- StarZ,
42461
- UserEdit,
42462
- FaImage,
42463
- Conversation,
42464
- CancelSend,
42465
- Comments,
42466
- FaEdit,
42467
- FaClose,
42468
- FaCloudUpload,
42469
- FaBookmark,
42470
- FaPaperPlane,
42471
- VideoFill,
42472
- Video,
42473
- Audio: Audio$1,
42474
- EarCup,
42475
- Horn,
42476
- Recording,
42477
- Car,
42478
- UploadZ,
42479
- PdfFill,
42480
- DownloadIc,
42481
- Zhihui,
42482
- Ppt,
42483
- Excel,
42484
- Pdf,
42485
- Ofd,
42486
- Dissatisfied,
42487
- General,
42488
- VerySatisfied,
42489
- Satisfaction,
42490
- PptFill,
42491
- OfdFill,
42492
- WordFill,
42493
- ExcelFill
42410
+ NSettings,
42411
+ NScan,
42412
+ NCamera,
42413
+ NWoman,
42414
+ NMan,
42415
+ NMusicalNote,
42416
+ NAddFriend,
42417
+ NVisitor,
42418
+ NMore,
42419
+ NFilter,
42420
+ NReverse,
42421
+ NBook,
42422
+ NBell,
42423
+ NWifiLeft,
42424
+ NBaby,
42425
+ NRightFoldUp,
42426
+ NReview,
42427
+ NLeftFoldUp,
42428
+ NYuanyonghu,
42429
+ NNewBaby,
42430
+ NWifiRight,
42431
+ NEncryption,
42432
+ NCloseEye,
42433
+ NQuestionMark,
42434
+ NPosition,
42435
+ NDirect,
42436
+ NTruck,
42437
+ NCircle,
42438
+ NHome,
42439
+ NShoppingCart,
42440
+ NPreview,
42441
+ NCompress,
42442
+ NFullScreen,
42443
+ NTuopu,
42444
+ NHeartEvaluation,
42445
+ NTooth,
42446
+ NLikeFill,
42447
+ NRevoke,
42448
+ NInteraction,
42449
+ NSendError,
42450
+ NGoBack,
42451
+ NXiaoXi,
42452
+ NDialogue,
42453
+ NUser,
42454
+ NDel,
42455
+ NMessage,
42456
+ NPen,
42457
+ NRubber,
42458
+ NDeleteFill,
42459
+ NStar,
42460
+ NUserEdit,
42461
+ NFaImage,
42462
+ NConversation,
42463
+ NCancelSend,
42464
+ NComments,
42465
+ NFaEdit,
42466
+ NFaClose,
42467
+ NFaCloudUpload,
42468
+ NFaBookmark,
42469
+ NFaPaperPlane,
42470
+ NVideoFill,
42471
+ NVideo,
42472
+ NAudio,
42473
+ NEarCup,
42474
+ NHorn,
42475
+ NRecording,
42476
+ CNoData,
42477
+ CCar,
42478
+ CUpload,
42479
+ CPdfFill,
42480
+ CDownload,
42481
+ CZhihui,
42482
+ CPpt,
42483
+ CExcel,
42484
+ CPdf,
42485
+ COfd,
42486
+ CDissatisfied,
42487
+ CGeneral,
42488
+ CVerySatisfied,
42489
+ CSatisfaction,
42490
+ CPptFill,
42491
+ COfdFill,
42492
+ CWordFill,
42493
+ CExcelFill
42494
42494
  }, Symbol.toStringTag, { value: "Module" })), _sfc_main$1p = defineComponent({
42495
42495
  __name: "zh-icon",
42496
42496
  props: {
@@ -76163,7 +76163,7 @@ const Overlay$1 = Overlay, zhOmap_vue_vue_type_style_index_0_scoped_true_lang =
76163
76163
  }, Ct = async (Zn, Ft = {}) => {
76164
76164
  if (!l.value)
76165
76165
  return null;
76166
- const { default: Ut } = await import("./Heatmap.a3594bef.mjs");
76166
+ const { default: Ut } = await import("./Heatmap.e7a9141e.mjs");
76167
76167
  A && l.value.removeLayer(A);
76168
76168
  const ut = Zn.map((pt) => {
76169
76169
  const Oe = fromLonLat([pt.lng, pt.lat]);
@@ -247892,7 +247892,7 @@ export {
247892
247892
  share_default as dy,
247893
247893
  ship_default as dz,
247894
247894
  LayerProperty as e,
247895
- Circle$2 as e$,
247895
+ NCircle as e$,
247896
247896
  timer_default as e0,
247897
247897
  toilet_paper_default as e1,
247898
247898
  tools_default as e2,
@@ -247903,33 +247903,33 @@ export {
247903
247903
  trophy_default as e7,
247904
247904
  trophy_base_default as e8,
247905
247905
  turn_off_default as e9,
247906
- Settings$1 as eA,
247907
- Scan as eB,
247908
- CameraZ as eC,
247909
- Woman as eD,
247910
- Man as eE,
247911
- MusicalNote as eF,
247912
- AddFriend as eG,
247913
- Visitor as eH,
247914
- MoreZ as eI,
247915
- FilterZ as eJ,
247916
- Reverse as eK,
247917
- Book as eL,
247918
- BellZ as eM,
247919
- WifiLeft as eN,
247920
- Baby as eO,
247921
- RightFoldUp as eP,
247922
- Review as eQ,
247923
- LeftFoldUp as eR,
247924
- Yuanyonghu as eS,
247925
- NewBaby as eT,
247926
- WifiRight as eU,
247927
- Encryption as eV,
247928
- CloseEye as eW,
247929
- QuestionMark as eX,
247930
- PositionZ as eY,
247931
- Direct as eZ,
247932
- Truck as e_,
247906
+ NSettings as eA,
247907
+ NScan as eB,
247908
+ NCamera as eC,
247909
+ NWoman as eD,
247910
+ NMan as eE,
247911
+ NMusicalNote as eF,
247912
+ NAddFriend as eG,
247913
+ NVisitor as eH,
247914
+ NMore as eI,
247915
+ NFilter as eJ,
247916
+ NReverse as eK,
247917
+ NBook as eL,
247918
+ NBell as eM,
247919
+ NWifiLeft as eN,
247920
+ NBaby as eO,
247921
+ NRightFoldUp as eP,
247922
+ NReview as eQ,
247923
+ NLeftFoldUp as eR,
247924
+ NYuanyonghu as eS,
247925
+ NNewBaby as eT,
247926
+ NWifiRight as eU,
247927
+ NEncryption as eV,
247928
+ NCloseEye as eW,
247929
+ NQuestionMark as eX,
247930
+ NPosition as eY,
247931
+ NDirect as eZ,
247932
+ NTruck as e_,
247933
247933
  umbrella_default as ea,
247934
247934
  unlock_default as eb,
247935
247935
  upload_default as ec,
@@ -247958,36 +247958,36 @@ export {
247958
247958
  ZhIconBase as ez,
247959
247959
  RenderEvent$1 as f,
247960
247960
  ZhFooter as f$,
247961
- Home as f0,
247962
- ShoppingCartZ as f1,
247963
- Preview as f2,
247964
- Compress as f3,
247965
- FullScreenZ as f4,
247966
- Tuopu as f5,
247967
- HeartEvaluation as f6,
247968
- Tooth as f7,
247969
- LikeFill as f8,
247970
- Revoke as f9,
247971
- EarCup as fA,
247972
- Horn as fB,
247973
- Recording as fC,
247974
- Car as fD,
247975
- UploadZ as fE,
247976
- PdfFill as fF,
247977
- DownloadIc as fG,
247978
- Zhihui as fH,
247979
- Ppt as fI,
247980
- Excel as fJ,
247981
- Pdf as fK,
247982
- Ofd as fL,
247983
- Dissatisfied as fM,
247984
- General as fN,
247985
- VerySatisfied as fO,
247986
- Satisfaction as fP,
247987
- PptFill as fQ,
247988
- OfdFill as fR,
247989
- WordFill as fS,
247990
- ExcelFill as fT,
247961
+ NHome as f0,
247962
+ NShoppingCart as f1,
247963
+ NPreview as f2,
247964
+ NCompress as f3,
247965
+ NFullScreen as f4,
247966
+ NTuopu as f5,
247967
+ NHeartEvaluation as f6,
247968
+ NTooth as f7,
247969
+ NLikeFill as f8,
247970
+ NRevoke as f9,
247971
+ NHorn as fA,
247972
+ NRecording as fB,
247973
+ CNoData as fC,
247974
+ CCar as fD,
247975
+ CUpload as fE,
247976
+ CPdfFill as fF,
247977
+ CDownload as fG,
247978
+ CZhihui as fH,
247979
+ CPpt as fI,
247980
+ CExcel as fJ,
247981
+ CPdf as fK,
247982
+ COfd as fL,
247983
+ CDissatisfied as fM,
247984
+ CGeneral as fN,
247985
+ CVerySatisfied as fO,
247986
+ CSatisfaction as fP,
247987
+ CPptFill as fQ,
247988
+ COfdFill as fR,
247989
+ CWordFill as fS,
247990
+ CExcelFill as fT,
247991
247991
  ZhRow as fU,
247992
247992
  ZhCol as fV,
247993
247993
  _sfc_main$1m as fW,
@@ -247995,32 +247995,32 @@ export {
247995
247995
  _sfc_main$1j as fY,
247996
247996
  ZhHeader as fZ,
247997
247997
  ZhMain as f_,
247998
- Interaction$2 as fa,
247999
- SendError as fb,
248000
- GoBack as fc,
248001
- XiaoXi as fd,
248002
- Dialogue as fe,
248003
- UserZ as ff,
248004
- Del as fg,
248005
- NoData as fh,
248006
- MessageZ as fi,
248007
- Pen as fj,
248008
- Rubber as fk,
248009
- DeleteFill as fl,
248010
- StarZ as fm,
248011
- UserEdit as fn,
248012
- FaImage as fo,
248013
- Conversation as fp,
248014
- CancelSend as fq,
248015
- Comments as fr,
248016
- FaEdit as fs,
248017
- FaClose as ft,
248018
- FaCloudUpload as fu,
248019
- FaBookmark as fv,
248020
- FaPaperPlane as fw,
248021
- VideoFill as fx,
248022
- Video as fy,
248023
- Audio$1 as fz,
247998
+ NInteraction as fa,
247999
+ NSendError as fb,
248000
+ NGoBack as fc,
248001
+ NXiaoXi as fd,
248002
+ NDialogue as fe,
248003
+ NUser as ff,
248004
+ NDel as fg,
248005
+ NMessage as fh,
248006
+ NPen as fi,
248007
+ NRubber as fj,
248008
+ NDeleteFill as fk,
248009
+ NStar as fl,
248010
+ NUserEdit as fm,
248011
+ NFaImage as fn,
248012
+ NConversation as fo,
248013
+ NCancelSend as fp,
248014
+ NComments as fq,
248015
+ NFaEdit as fr,
248016
+ NFaClose as fs,
248017
+ NFaCloudUpload as ft,
248018
+ NFaBookmark as fu,
248019
+ NFaPaperPlane as fv,
248020
+ NVideoFill as fw,
248021
+ NVideo as fx,
248022
+ NAudio as fy,
248023
+ NEarCup as fz,
248024
248024
  getUid as g,
248025
248025
  ZhAside as g0,
248026
248026
  ZhRadio as g1,
@@ -1,7 +1,7 @@
1
1
  import { Component } from 'vue';
2
2
  /**
3
3
  * 工厂函数:快速创建单个图标组件
4
- * @param name 图标名称 (对应 iconfont 中的类名后缀)
4
+ * @param name 图标名称 (对应 iconfont-normal 中的类名后缀)
5
5
  * @returns 图标组件
6
6
  */
7
7
  export declare function createIcon(name: string): Component;
@@ -1,69 +1,2 @@
1
- import { Component } from 'vue';
2
- export * from './index1';
3
- export declare const Settings: Component;
4
- export declare const Scan: Component;
5
- export declare const CameraZ: Component;
6
- export declare const Woman: Component;
7
- export declare const Man: Component;
8
- export declare const MusicalNote: Component;
9
- export declare const AddFriend: Component;
10
- export declare const Visitor: Component;
11
- export declare const MoreZ: Component;
12
- export declare const FilterZ: Component;
13
- export declare const Reverse: Component;
14
- export declare const Book: Component;
15
- export declare const BellZ: Component;
16
- export declare const WifiLeft: Component;
17
- export declare const Baby: Component;
18
- export declare const RightFoldUp: Component;
19
- export declare const Review: Component;
20
- export declare const LeftFoldUp: Component;
21
- export declare const Yuanyonghu: Component;
22
- export declare const NewBaby: Component;
23
- export declare const WifiRight: Component;
24
- export declare const Encryption: Component;
25
- export declare const CloseEye: Component;
26
- export declare const QuestionMark: Component;
27
- export declare const PositionZ: Component;
28
- export declare const Direct: Component;
29
- export declare const Truck: Component;
30
- export declare const Circle: Component;
31
- export declare const Home: Component;
32
- export declare const ShoppingCartZ: Component;
33
- export declare const Preview: Component;
34
- export declare const Compress: Component;
35
- export declare const FullScreenZ: Component;
36
- export declare const Tuopu: Component;
37
- export declare const HeartEvaluation: Component;
38
- export declare const Tooth: Component;
39
- export declare const LikeFill: Component;
40
- export declare const Revoke: Component;
41
- export declare const Interaction: Component;
42
- export declare const SendError: Component;
43
- export declare const GoBack: Component;
44
- export declare const XiaoXi: Component;
45
- export declare const Dialogue: Component;
46
- export declare const UserZ: Component;
47
- export declare const Del: Component;
48
- export declare const NoData: Component;
49
- export declare const MessageZ: Component;
50
- export declare const Pen: Component;
51
- export declare const Rubber: Component;
52
- export declare const DeleteFill: Component;
53
- export declare const StarZ: Component;
54
- export declare const UserEdit: Component;
55
- export declare const FaImage: Component;
56
- export declare const Conversation: Component;
57
- export declare const CancelSend: Component;
58
- export declare const Comments: Component;
59
- export declare const FaEdit: Component;
60
- export declare const FaClose: Component;
61
- export declare const FaCloudUpload: Component;
62
- export declare const FaBookmark: Component;
63
- export declare const FaPaperPlane: Component;
64
- export declare const VideoFill: Component;
65
- export declare const Video: Component;
66
- export declare const Audio: Component;
67
- export declare const EarCup: Component;
68
- export declare const Horn: Component;
69
- export declare const Recording: Component;
1
+ export * from './ordinary';
2
+ export * from './special';
@@ -0,0 +1,67 @@
1
+ import { Component } from 'vue';
2
+ export declare const NSettings: Component;
3
+ export declare const NScan: Component;
4
+ export declare const NCamera: Component;
5
+ export declare const NWoman: Component;
6
+ export declare const NMan: Component;
7
+ export declare const NMusicalNote: Component;
8
+ export declare const NAddFriend: Component;
9
+ export declare const NVisitor: Component;
10
+ export declare const NMore: Component;
11
+ export declare const NFilter: Component;
12
+ export declare const NReverse: Component;
13
+ export declare const NBook: Component;
14
+ export declare const NBell: Component;
15
+ export declare const NWifiLeft: Component;
16
+ export declare const NBaby: Component;
17
+ export declare const NRightFoldUp: Component;
18
+ export declare const NReview: Component;
19
+ export declare const NLeftFoldUp: Component;
20
+ export declare const NYuanyonghu: Component;
21
+ export declare const NNewBaby: Component;
22
+ export declare const NWifiRight: Component;
23
+ export declare const NEncryption: Component;
24
+ export declare const NCloseEye: Component;
25
+ export declare const NQuestionMark: Component;
26
+ export declare const NPosition: Component;
27
+ export declare const NDirect: Component;
28
+ export declare const NTruck: Component;
29
+ export declare const NCircle: Component;
30
+ export declare const NHome: Component;
31
+ export declare const NShoppingCart: Component;
32
+ export declare const NPreview: Component;
33
+ export declare const NCompress: Component;
34
+ export declare const NFullScreen: Component;
35
+ export declare const NTuopu: Component;
36
+ export declare const NHeartEvaluation: Component;
37
+ export declare const NTooth: Component;
38
+ export declare const NLikeFill: Component;
39
+ export declare const NRevoke: Component;
40
+ export declare const NInteraction: Component;
41
+ export declare const NSendError: Component;
42
+ export declare const NGoBack: Component;
43
+ export declare const NXiaoXi: Component;
44
+ export declare const NDialogue: Component;
45
+ export declare const NUser: Component;
46
+ export declare const NDel: Component;
47
+ export declare const NMessage: Component;
48
+ export declare const NPen: Component;
49
+ export declare const NRubber: Component;
50
+ export declare const NDeleteFill: Component;
51
+ export declare const NStar: Component;
52
+ export declare const NUserEdit: Component;
53
+ export declare const NFaImage: Component;
54
+ export declare const NConversation: Component;
55
+ export declare const NCancelSend: Component;
56
+ export declare const NComments: Component;
57
+ export declare const NFaEdit: Component;
58
+ export declare const NFaClose: Component;
59
+ export declare const NFaCloudUpload: Component;
60
+ export declare const NFaBookmark: Component;
61
+ export declare const NFaPaperPlane: Component;
62
+ export declare const NVideoFill: Component;
63
+ export declare const NVideo: Component;
64
+ export declare const NAudio: Component;
65
+ export declare const NEarCup: Component;
66
+ export declare const NHorn: Component;
67
+ export declare const NRecording: Component;
@@ -0,0 +1,19 @@
1
+ import { Component } from 'vue';
2
+ export declare const CNoData: Component;
3
+ export declare const CCar: Component;
4
+ export declare const CUpload: Component;
5
+ export declare const CPdfFill: Component;
6
+ export declare const CDownload: Component;
7
+ export declare const CZhihui: Component;
8
+ export declare const CPpt: Component;
9
+ export declare const CExcel: Component;
10
+ export declare const CPdf: Component;
11
+ export declare const COfd: Component;
12
+ export declare const CDissatisfied: Component;
13
+ export declare const CGeneral: Component;
14
+ export declare const CVerySatisfied: Component;
15
+ export declare const CSatisfaction: Component;
16
+ export declare const CPptFill: Component;
17
+ export declare const COfdFill: Component;
18
+ export declare const CWordFill: Component;
19
+ export declare const CExcelFill: Component;