fast-element-plus 1.0.15 → 1.0.17

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.
@@ -6359,6 +6359,7 @@ var FastElementPlus = (function(exports, FastElementPlusIconsVue2, utils, vue, E
6359
6359
  * @description 点击事件
6360
6360
  * @param done 需要手动隐藏Loading
6361
6361
  */
6362
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
6362
6363
  click: (event, done = () => {
6363
6364
  }) => event instanceof MouseEvent && isFunction(done)
6364
6365
  };
@@ -6578,75 +6579,6 @@ var FastElementPlus = (function(exports, FastElementPlusIconsVue2, utils, vue, E
6578
6579
  */
6579
6580
  English: /^[a-z]+$/i
6580
6581
  };
6581
- const CarNumberArea = [
6582
- "京",
6583
- "津",
6584
- "冀",
6585
- "晋",
6586
- "蒙",
6587
- "辽",
6588
- "吉",
6589
- "黑",
6590
- "沪",
6591
- "苏",
6592
- "浙",
6593
- "皖",
6594
- "闽",
6595
- "赣",
6596
- "鲁",
6597
- "豫",
6598
- "鄂",
6599
- "湘",
6600
- "粤",
6601
- "桂",
6602
- "琼",
6603
- "渝",
6604
- "川",
6605
- "贵",
6606
- "云",
6607
- "藏",
6608
- "陕",
6609
- "甘",
6610
- "青",
6611
- "宁",
6612
- "新",
6613
- "军",
6614
- "使",
6615
- "领"
6616
- ];
6617
- const CarNumberLetter = [
6618
- "Q",
6619
- "W",
6620
- "E",
6621
- "R",
6622
- "T",
6623
- "Y",
6624
- "U",
6625
- "O",
6626
- "P",
6627
- "挂",
6628
- "A",
6629
- "S",
6630
- "D",
6631
- "F",
6632
- "G",
6633
- "H",
6634
- "J",
6635
- "K",
6636
- "L",
6637
- "学",
6638
- "Z",
6639
- "X",
6640
- "C",
6641
- "V",
6642
- "B",
6643
- "N",
6644
- "M",
6645
- "警",
6646
- "港",
6647
- "澳"
6648
- ];
6649
- const CarNumberDigit = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0"];
6650
6582
  function computedEager(fn, options) {
6651
6583
  var _options$flush;
6652
6584
  const result2 = vue.shallowRef();
@@ -14943,6 +14875,75 @@ var FastElementPlus = (function(exports, FastElementPlusIconsVue2, utils, vue, E
14943
14875
  height
14944
14876
  };
14945
14877
  }
14878
+ const CarNumberArea = [
14879
+ "京",
14880
+ "津",
14881
+ "冀",
14882
+ "晋",
14883
+ "蒙",
14884
+ "辽",
14885
+ "吉",
14886
+ "黑",
14887
+ "沪",
14888
+ "苏",
14889
+ "浙",
14890
+ "皖",
14891
+ "闽",
14892
+ "赣",
14893
+ "鲁",
14894
+ "豫",
14895
+ "鄂",
14896
+ "湘",
14897
+ "粤",
14898
+ "桂",
14899
+ "琼",
14900
+ "渝",
14901
+ "川",
14902
+ "贵",
14903
+ "云",
14904
+ "藏",
14905
+ "陕",
14906
+ "甘",
14907
+ "青",
14908
+ "宁",
14909
+ "新",
14910
+ "军",
14911
+ "使",
14912
+ "领"
14913
+ ];
14914
+ const CarNumberLetter = [
14915
+ "Q",
14916
+ "W",
14917
+ "E",
14918
+ "R",
14919
+ "T",
14920
+ "Y",
14921
+ "U",
14922
+ "O",
14923
+ "P",
14924
+ "挂",
14925
+ "A",
14926
+ "S",
14927
+ "D",
14928
+ "F",
14929
+ "G",
14930
+ "H",
14931
+ "J",
14932
+ "K",
14933
+ "L",
14934
+ "学",
14935
+ "Z",
14936
+ "X",
14937
+ "C",
14938
+ "V",
14939
+ "B",
14940
+ "N",
14941
+ "M",
14942
+ "警",
14943
+ "港",
14944
+ "澳"
14945
+ ];
14946
+ const CarNumberDigit = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "0"];
14946
14947
  function _isSlot$6(s) {
14947
14948
  return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !vue.isVNode(s);
14948
14949
  }
@@ -28498,7 +28499,7 @@ var FastElementPlus = (function(exports, FastElementPlusIconsVue2, utils, vue, E
28498
28499
  }
28499
28500
  app.use(ElementPlus2);
28500
28501
  };
28501
- const version$1 = "1.0.15";
28502
+ const version$1 = "1.0.17";
28502
28503
  const INSTALLED_KEY = /* @__PURE__ */ Symbol("INSTALLED_KEY");
28503
28504
  const makeInstaller = () => {
28504
28505
  const install2 = (app) => {